Skip to content

Commit

Permalink
chore(translations): auto generate values for languages other than en…
Browse files Browse the repository at this point in the history
…glish
  • Loading branch information
actions-user committed Dec 13, 2024
1 parent 2e11f7f commit 7f622cd
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 11 deletions.
3 changes: 2 additions & 1 deletion ui/src/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,8 @@
"settings": {
"show_chart": "Hauptdiagramm anzeigen"
},
"key_value_type": "Geben Sie den Parameter als 'key:value' ein"
"key_value_type": "Geben Sie den Parameter als 'key:value' ein",
"format": "Geben Sie den Parameter als 'key:value' ein"
},
"force run title": "Erzwinge die Ausführung <code>{id}</code>.",
"executions force run": "<code>{executionCount}</code> Ausführung(en) erzwungener Lauf",
Expand Down
3 changes: 2 additions & 1 deletion ui/src/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,8 @@
"settings": {
"show_chart": "Mostrar gráfico principal"
},
"key_value_type": "Escriba el parámetro como 'key:value'"
"key_value_type": "Escriba el parámetro como 'key:value'",
"format": "Escriba el parámetro como 'key:value'"
},
"force run title": "Forzar la ejecución de <code>{id}</code>.",
"executions force run": "<code>{executionCount}</code> ejecución(es) forzada(s) en ejecución",
Expand Down
3 changes: 2 additions & 1 deletion ui/src/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,8 @@
"settings": {
"show_chart": "Afficher le graphique principal"
},
"key_value_type": "Tapez le paramètre comme 'key:value'"
"key_value_type": "Tapez le paramètre comme 'key:value'",
"format": "Tapez le paramètre comme 'key:value'"
},
"force run title": "Forcer l'exécution de l'exécution <code>{id}</code>.",
"executions force run": "<code>{executionCount}</code> exécution(s) forcée(s) en cours d'exécution",
Expand Down
3 changes: 2 additions & 1 deletion ui/src/translations/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,8 @@
"settings": {
"show_chart": "मुख्य चार्ट दिखाएं"
},
"key_value_type": "'key:value' के रूप में पैरामीटर टाइप करें"
"key_value_type": "'key:value' के रूप में पैरामीटर टाइप करें",
"format": "'key:value' के रूप में पैरामीटर टाइप करें"
},
"force run title": "<code>{id}</code> का निष्पादन जबरन चलाएँ।",
"executions force run": "<code>{executionCount}</code> execution(s) जबरन चलाया गया",
Expand Down
3 changes: 2 additions & 1 deletion ui/src/translations/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,8 @@
"settings": {
"show_chart": "Mostra grafico principale"
},
"key_value_type": "Digita il parametro come 'key:value'"
"key_value_type": "Digita il parametro come 'key:value'",
"format": "Inserisci il parametro come 'key:value'"
},
"force run title": "Esegui forzatamente l'esecuzione <code>{id}</code>.",
"executions force run": "<code>{executionCount}</code> esecuzione/i forzata/e",
Expand Down
3 changes: 2 additions & 1 deletion ui/src/translations/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,8 @@
"settings": {
"show_chart": "メインチャートを表示"
},
"key_value_type": "「key:value」としてパラメータを入力してください"
"key_value_type": "「key:value」としてパラメータを入力してください",
"format": "パラメータを 'key:value' として入力してください。"
},
"force run title": "実行 <code>{id}</code> を強制的に実行します。",
"executions force run": "<code>{executionCount}</code> 回の実行が強制的に実行されました",
Expand Down
3 changes: 2 additions & 1 deletion ui/src/translations/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,8 @@
"settings": {
"show_chart": "주요 차트 표시"
},
"key_value_type": "'key:value'로 매개변수 입력"
"key_value_type": "'key:value'로 매개변수 입력",
"format": "'key:value'로 매개변수 입력"
},
"force run title": "실행 <code>{id}</code> 강제 실행.",
"executions force run": "<code>{executionCount}</code> 실행 강제 실행",
Expand Down
3 changes: 2 additions & 1 deletion ui/src/translations/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,8 @@
"settings": {
"show_chart": "Pokaż główny wykres"
},
"key_value_type": "Wpisz parametr jako 'key:value'"
"key_value_type": "Wpisz parametr jako 'key:value'",
"format": "Wpisz parametr jako 'key:value'"
},
"force run title": "Wymuś uruchomienie wykonania <code>{id}</code>.",
"executions force run": "<code>{executionCount}</code> wykonanie(a) wymuszone uruchomienie",
Expand Down
3 changes: 2 additions & 1 deletion ui/src/translations/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,8 @@
"settings": {
"show_chart": "Mostrar gráfico principal"
},
"key_value_type": "Digite o parâmetro como 'key:value'"
"key_value_type": "Digite o parâmetro como 'key:value'",
"format": "Digite o parâmetro como 'key:value'"
},
"force run title": "Forçar a execução da execução <code>{id}</code>.",
"executions force run": "<code>{executionCount}</code> execução(ões) forçada(s) em execução",
Expand Down
3 changes: 2 additions & 1 deletion ui/src/translations/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,8 @@
"settings": {
"show_chart": "Показать главный график"
},
"key_value_type": "Введите параметр в формате 'key:value'"
"key_value_type": "Введите параметр в формате 'key:value'",
"format": "Введите параметр в формате 'key:value'"
},
"force run title": "Принудительный запуск выполнения <code>{id}</code>.",
"executions force run": "<code>{executionCount}</code> выполнение(я) принудительный запуск",
Expand Down
3 changes: 2 additions & 1 deletion ui/src/translations/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,8 @@
"settings": {
"show_chart": "显示主图表"
},
"key_value_type": "将参数输入为 'key:value'"
"key_value_type": "将参数输入为 'key:value'",
"format": "将参数输入为 'key:value'"
},
"force run title": "强制运行执行 <code>{id}</code>。",
"executions force run": "<code>{executionCount}</code> 次执行被强制运行",
Expand Down

0 comments on commit 7f622cd

Please sign in to comment.