Skip to content

Commit 0f20d6c

Browse files
committed
feat: add lanaguge translations for new values
1 parent 76ce15f commit 0f20d6c

13 files changed

Lines changed: 98 additions & 2 deletions

File tree

src/app/devices/ider/ider.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
} @else if (isLoading() && loadingStatus()) {
1717
{{ loadingStatus() | translate }}
1818
} @else {
19-
IDER not connected
19+
{{ 'ider.status.notConnected.value' | translate }}
2020
}
2121
</div>
2222
@if (!isIDERActive() && !isLoading()) {
@@ -57,7 +57,7 @@
5757
@if (!diskImage && !isLoading()) {
5858
<div class="ider-empty-state">
5959
<mat-icon>dns</mat-icon>
60-
<p>Select an ISO file to begin IDE redirection.</p>
60+
<p>{{ 'ider.emptyState.selectIso.value' | translate }}</p>
6161
</div>
6262
}
6363

src/assets/i18n/ar.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1676,6 +1676,14 @@
16761676
"description": "رسالة الحالة المعروضة أثناء اتصال مكوّن IDER",
16771677
"value": "جارٍ الاتصال بـ IDER..."
16781678
},
1679+
"ider.status.notConnected": {
1680+
"description": "رسالة الحالة المعروضة عندما لا تكون هناك جلسة IDER متصلة",
1681+
"value": "IDER غير متصل"
1682+
},
1683+
"ider.emptyState.selectIso": {
1684+
"description": "رسالة تظهر في الحالة الفارغة لـ IDER وتطلب اختيار ملف ISO",
1685+
"value": "حدد ملف ISO لبدء إعادة توجيه IDE."
1686+
},
16791687
"ider.stopIder.label": {
16801688
"description": "تسمية الزر لإيقاف جلسة IDER",
16811689
"value": "إيقاف IDER"

src/assets/i18n/de.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1672,6 +1672,14 @@
16721672
"description": "Statusmeldung während der IDER-Verbindungsherstellung",
16731673
"value": "Verbindung zu IDER wird hergestellt..."
16741674
},
1675+
"ider.status.notConnected": {
1676+
"description": "Statusmeldung, wenn keine IDER-Sitzung verbunden ist",
1677+
"value": "IDER nicht verbunden"
1678+
},
1679+
"ider.emptyState.selectIso": {
1680+
"description": "Meldung im IDER-Leerzustand, die zur Auswahl einer ISO auffordert",
1681+
"value": "Wählen Sie eine ISO-Datei aus, um die IDE-Umleitung zu starten."
1682+
},
16751683
"ider.stopIder.label": {
16761684
"description": "Schaltflächenbeschriftung zum Beenden der IDER-Sitzung",
16771685
"value": "Stop IDER"

src/assets/i18n/en.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1695,6 +1695,14 @@
16951695
"description": "Status message shown while IDER component is connecting",
16961696
"value": "Connecting to IDER..."
16971697
},
1698+
"ider.status.notConnected": {
1699+
"description": "Status message shown when no IDER session is connected",
1700+
"value": "IDER not connected"
1701+
},
1702+
"ider.emptyState.selectIso": {
1703+
"description": "Message shown in the IDER empty state prompting the user to select an ISO",
1704+
"value": "Select an ISO file to begin IDE redirection."
1705+
},
16981706
"ider.stopIder.label": {
16991707
"description": "Button label to stop the IDER session",
17001708
"value": "Stop IDER"

src/assets/i18n/es.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1672,6 +1672,14 @@
16721672
"description": "Mensaje de estado mientras el componente IDER se conecta",
16731673
"value": "Conectando a IDER..."
16741674
},
1675+
"ider.status.notConnected": {
1676+
"description": "Mensaje de estado cuando no hay una sesión IDER conectada",
1677+
"value": "IDER no conectado"
1678+
},
1679+
"ider.emptyState.selectIso": {
1680+
"description": "Mensaje en el estado vacío de IDER para solicitar la selección de una ISO",
1681+
"value": "Seleccione un archivo ISO para iniciar la redirección IDE."
1682+
},
16751683
"ider.stopIder.label": {
16761684
"description": "Etiqueta del botón para detener la sesión IDER",
16771685
"value": "Detener IDER"

src/assets/i18n/fi.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1672,6 +1672,14 @@
16721672
"description": "Tilailmoitus IDER-komponentin yhdistäessä",
16731673
"value": "Yhdistetään IDER:ään..."
16741674
},
1675+
"ider.status.notConnected": {
1676+
"description": "Tilailmoitus, kun IDER-istuntoa ei ole yhdistetty",
1677+
"value": "IDER ei ole yhdistetty"
1678+
},
1679+
"ider.emptyState.selectIso": {
1680+
"description": "Viesti IDERin tyhjätilassa, joka pyytää valitsemaan ISO-tiedoston",
1681+
"value": "Valitse ISO-tiedosto aloittaaksesi IDE-uudelleenohjauksen."
1682+
},
16751683
"ider.stopIder.label": {
16761684
"description": "Painikkeen teksti IDER-istunnon lopettamiseksi",
16771685
"value": "Lopeta IDER"

src/assets/i18n/fr.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1676,6 +1676,14 @@
16761676
"description": "Message d'état lorsque le composant IDER se connecte",
16771677
"value": "Connexion à IDER en cours..."
16781678
},
1679+
"ider.status.notConnected": {
1680+
"description": "Message d'état lorsqu'aucune session IDER n'est connectée",
1681+
"value": "IDER non connecté"
1682+
},
1683+
"ider.emptyState.selectIso": {
1684+
"description": "Message affiché dans l'état vide IDER invitant l'utilisateur à sélectionner un ISO",
1685+
"value": "Sélectionnez un fichier ISO pour démarrer la redirection IDE."
1686+
},
16791687
"ider.stopIder.label": {
16801688
"description": "Étiquette du bouton pour arrêter la session IDER",
16811689
"value": "Arrêter IDER"

src/assets/i18n/he.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1668,6 +1668,14 @@
16681668
"description": "הודעת סטאטוס כאשר רכיב IDER מתחבר",
16691669
"value": "מתחבר ל-IDER..."
16701670
},
1671+
"ider.status.notConnected": {
1672+
"description": "הודעת סטאטוס כאשר אין חיבור לסשן IDER",
1673+
"value": "IDER לא מחובר"
1674+
},
1675+
"ider.emptyState.selectIso": {
1676+
"description": "הודעה במצב ריק של IDER שמבקשת לבחור קובץ ISO",
1677+
"value": "בחר קובץ ISO כדי להתחיל הפניית IDE."
1678+
},
16711679
"ider.stopIder.label": {
16721680
"description": "תווית כפתור כדי לעצור את הפעלת ider",
16731681
"value": "עצור אידיר"

src/assets/i18n/it.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1668,6 +1668,14 @@
16681668
"description": "Messaggio di stato mentre il componente IDER si connette",
16691669
"value": "Connessione a IDER in corso..."
16701670
},
1671+
"ider.status.notConnected": {
1672+
"description": "Messaggio di stato quando non è connessa alcuna sessione IDER",
1673+
"value": "IDER non connesso"
1674+
},
1675+
"ider.emptyState.selectIso": {
1676+
"description": "Messaggio mostrato nello stato vuoto di IDER per invitare alla selezione di un ISO",
1677+
"value": "Seleziona un file ISO per avviare il reindirizzamento IDE."
1678+
},
16711679
"ider.stopIder.label": {
16721680
"description": "Etichetta del pulsante per interrompere la sessione IDER",
16731681
"value": "Interrompere IDER"

src/assets/i18n/ja.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1668,6 +1668,14 @@
16681668
"description": "IDERコンポーネントが接続中のときに表示されるステータスメッセージ",
16691669
"value": "IDERに接続しています..."
16701670
},
1671+
"ider.status.notConnected": {
1672+
"description": "IDER セッションが接続されていないときに表示されるステータスメッセージ",
1673+
"value": "IDER は未接続です"
1674+
},
1675+
"ider.emptyState.selectIso": {
1676+
"description": "IDER の空状態で ISO の選択を促すメッセージ",
1677+
"value": "IDE リダイレクトを開始するには ISO ファイルを選択してください。"
1678+
},
16711679
"ider.stopIder.label": {
16721680
"description": "IDERセッションを停止するボタンラベル",
16731681
"value": "Stop IDER"

0 commit comments

Comments
 (0)