Skip to content

Commit

Permalink
Auto-generate translations from en.json (#4824)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Action <actions@github.com>
  • Loading branch information
github-actions[bot] and actions-user authored Sep 4, 2024
1 parent 7d00063 commit e814893
Show file tree
Hide file tree
Showing 11 changed files with 98 additions and 128 deletions.
20 changes: 10 additions & 10 deletions ui/src/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,13 @@
"replay confirm": "Sind Sie sicher, dass Sie diese Ausführung <code>{id}</code> wiederholen und eine neue erstellen möchten?",
"prefill inputs": "Vorausfüllen",
"current": "aktuell",
"change state": "Status ändern",
"change state done": "Task-Status wurde aktualisiert",
"change state confirm": "Sind Sie sicher, dass Sie den Status des Tasks <code>{task}</code> für die Ausführung <code>{id}</code> ändern möchten?",
"change state": "Zustand ändern",
"change state done": "Der Task-Zustand wurde aktualisiert",
"change state confirm": "Sind Sie sicher, dass Sie den Task-Laufzustand für den <code>{task}</code>-Task in der Ausführung <code>{id}</code> ändern möchten?",
"change state hint": {
"WARNING": "['Der Flow wird als WARNING markiert.', 'Die nächsten Tasks werden ausgeführt.', 'Die Fehler-Tasks werden ausgeführt.']",
"FAILED": "['Der Flow wird als FAILED markiert.', 'Keine weiteren Tasks werden ausgeführt.', 'Die Fehler-Tasks werden ausgeführt.']",
"SUCCESS": "['Der Flow wird neu gestartet, da dieser Task erfolgreich war.', 'Alle blockierten Tasks werden ausgeführt.', 'Der Flow wird im SUCCESS-Zustand sein, wenn alle Task-Ausführungen erfolgreich sind.']",
"FAILED": "['Der Flow wird als FAILED markiert.', 'Keine andere Task wird ausgeführt.', 'Die Fehler-Tasks werden ausgeführt.']",
"SUCCESS": "['Der Flow wird neu gestartet, da dieser Task erfolgreich war.', 'Alle blockierten Tasks werden ausgeführt.', 'Der Flow wird im Zustand SUCCESS sein, wenn alle Task-Ausführungen erfolgreich sind.']",
"RUNNING": "['Der Flow wird neu gestartet und alle nächsten Tasks werden ausgeführt.', 'Alle blockierten Tasks werden ausgeführt.']"
},
"mark as": "Als <code>{status}</code> markieren",
Expand Down Expand Up @@ -272,7 +272,7 @@
"please": "Bitte wählen Sie rechts einen Task aus, um dessen Dokumentation zu sehen"
},
"last execution date": "Letztes Ausführungsdatum",
"last execution state": "Letzter Status",
"last execution state": "Letzter Zustand",
"last X days count": "{count} in den letzten {days} Tagen",
"date range count": "{count} zwischen dem {startDate} und dem {endDate}",
"date count": "{count} am {date}",
Expand Down Expand Up @@ -810,10 +810,10 @@
"storage": "Interne Speicherdateien löschen"
},
"show chart": "Diagramm anzeigen",
"change execution state done": "Ausführungsstatus aktualisiert",
"change execution state confirm": "Sind Sie sicher, dass Sie den Status der Ausführung <code>{id}</code> ändern möchten?",
"change state tooltip": "Ändere den Ausführungsstatus",
"executions state changed": "Der Status von <code>{executionCount}</code> Ausführung(en) wurde geändert",
"change execution state done": "Ausführungszustand aktualisiert",
"change execution state confirm": "Sind Sie sicher, dass Sie den Zustand der Ausführung <code>{id}</code> ändern möchten?",
"change state tooltip": "Ändern Sie den Ausführungszustand",
"executions state changed": "Der Zustand von <code>{executionCount}</code> Ausführung(en) wurde geändert",
"bulk change state": "Sind Sie sicher, dass Sie den Zustand von <code>{executionCount}</code> Ausführung(en) ändern möchten?"
}
}
14 changes: 7 additions & 7 deletions ui/src/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,13 @@
"prefill inputs": "Prefill",
"current": "actual",
"change state": "Cambiar estado",
"change state done": "El estado de la tarea se ha actualizado",
"change state confirm": "¿Estás seguro de cambiar el estado en la tarea <code>{task}</code> para la ejecución <code>{id}</code>?",
"change state done": "El estado del task ha sido actualizado",
"change state confirm": "¿Está seguro de que desea cambiar el estado de ejecución de la tarea <code>{task}</code> en la ejecución <code>{id}</code>?",
"change state hint": {
"WARNING": "['El flujo será marcado como WARNING.', 'Las siguientes tareas serán ejecutadas.', 'Las tareas de error serán ejecutadas.']",
"FAILED": "['El flujo será marcado como FAILED.', 'No se ejecutará ninguna otra tarea.', 'Las tareas de error serán ejecutadas.']",
"SUCCESS": "['El flujo se reiniciará ya que esta tarea fue exitosa.', 'Todas las tareas bloqueadas serán ejecutadas.', 'El flujo estará en estado SUCCESS si todas las ejecuciones de tareas son exitosas.']",
"RUNNING": "['El flujo se reiniciará y ejecutará todas las siguientes tareas.', 'Todas las tareas bloqueadas serán ejecutadas.']"
"WARNING": "['El flow se marcará como WARNING.', 'Las próximas tasks se ejecutarán.', 'Las tasks con error se ejecutarán.']",
"FAILED": "['El flow se marcará como FAILED.', 'No se ejecutará ninguna otra task.', 'Se ejecutarán las tasks de error.']",
"SUCCESS": "['El flow se reiniciará ya que esta task fue exitosa.', 'Todas las tasks bloqueadas serán ejecutadas.', 'El flow estará en un estado de SUCCESS si todas las ejecuciones de tasks son exitosas.']",
"RUNNING": "['El flow se reiniciará y ejecutará todas las siguientes tasks.', 'Todas las tasks bloqueadas serán ejecutadas.']"
},
"mark as": "Marcar como <code>{status}</code>",
"kill": "Terminar",
Expand Down Expand Up @@ -812,7 +812,7 @@
"show chart": "Mostrar Gráfico",
"change execution state done": "Estado de ejecución actualizado",
"change execution state confirm": "¿Está seguro de que desea cambiar el estado de la ejecución <code>{id}</code>?",
"change state tooltip": "Cambia el estado de ejecución",
"change state tooltip": "Cambiar el estado de ejecución",
"executions state changed": "El estado de <code>{executionCount}</code> ejecución(es) ha sido cambiado",
"bulk change state": "¿Está seguro de que desea cambiar el estado de <code>{executionCount}</code> ejecución(es)?"
}
Expand Down
39 changes: 12 additions & 27 deletions ui/src/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,29 +170,14 @@
"replay confirm": "Êtes-vous sur de vouloir relancer l'exécution <code>{id}</code> et créer une nouvelle exécution ?",
"prefill inputs": "Pré-remplir",
"current": "actuel",
"change state": "Changer le statut",
"change state done": "Le statut de la tâche a été mis à jour",
"change state confirm": "Êtes-vous sur de vouloir changer le statut de la tâche <code>{task}</code> pour l'exécution <code>{id}</code> ?",
"change state": "Changer l'état",
"change state done": "L'état de la task a été mis à jour",
"change state confirm": "Êtes-vous sûr de vouloir changer l'état d'exécution de la tâche <code>{task}</code> dans l'exécution <code>{id}</code> ?",
"change state hint": {
"WARNING": [
"Le flow serra marqué en état WARNING.",
"Les tâches suivantes seront executées.",
"Les tâches d'erreurs seront executées."
],
"FAILED": [
"Le flow serra marqué en état FAILED.",
"Aucune autre tâche ne serra executée.",
"Les tâches d'erreurs seront executées."
],
"SUCCESS": [
"Le flow redémerra comme si cette tâche était en SUCCESS",
"Tous les tâches bloqués seront executées.",
"Le flow passera en état SUCCESS si tous les taches sont aussi SUCCESS"
],
"RUNNING": [
"Le flow redémerra et executera les tâches suivantes",
"Tous les tâches bloqués seront executées."
]
"WARNING": "['Le flow sera marqué comme WARNING.', 'Les prochaines tasks seront exécutées.', 'Les tasks d\\'erreur seront exécutées.']",
"FAILED": "['Le flow sera marqué comme FAILED.', 'Aucune autre task ne sera exécutée.', 'Les tasks d'erreur seront exécutées.']",
"SUCCESS": "['Le flow redémarrera car cette task a réussi.', 'Toutes les tasks bloquées seront exécutées.', 'Le flow sera en état SUCCESS si toutes les exécutions de task réussissent.']",
"RUNNING": "['Le flow redémarrera et exécutera toutes les tâches suivantes.', 'Toutes les tâches bloquées seront exécutées.']"
},
"mark as": "Marqué comme <code>{status}</code>",
"kill": "Arrêter",
Expand Down Expand Up @@ -287,7 +272,7 @@
},
"last X days count": "{count} lors des {days} derniers jours",
"last execution date": "Dernière exécution",
"last execution state": "Dernier statut",
"last execution state": "Dernier état",
"date range count": "{count} entre le {startDate} et le {endDate}",
"date count": "{count} le {date}",
"revisions": "Révisions",
Expand Down Expand Up @@ -824,10 +809,10 @@
"storage": "Supprimer les fichiers de stockage interne"
},
"show chart": "Afficher le graphique",
"change execution state done": "Statut d'exécution mis à jour",
"change execution state confirm": "Êtes-vous sûr de vouloir changer le statut de l'exécution <code>{id}</code> ?",
"change state tooltip": "Changer le statut d'exécution",
"executions state changed": "Le statut de <code>{executionCount}</code> exécution(s) a été modifié",
"change execution state done": "État d'exécution mis à jour",
"change execution state confirm": "Êtes-vous sûr de vouloir changer l'état de l'exécution <code>{id}</code> ?",
"change state tooltip": "Changer l'état d'exécution",
"executions state changed": "L'état de <code>{executionCount}</code> exécution(s) a été modifié",
"bulk change state": "Êtes-vous sûr de vouloir changer l'état de <code>{executionCount}</code> exécution(s) ?"
}
}
12 changes: 6 additions & 6 deletions ui/src/translations/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,13 @@
"prefill inputs": "पूर्व-भरण",
"current": "वर्तमान",
"change state": "स्थिति बदलें",
"change state done": "Task स्थिति को अपडेट किया गया है",
"change state confirm": "क्या आप वाकई निष्पादन <code>{id}</code> के लिए Task <code>{task}</code> पर स्थिति बदलना चाहते हैं?",
"change state done": "कार्य की स्थिति को अपडेट किया गया है",
"change state confirm": "क्या आप सुनिश्चित हैं कि आप execution <code>{id}</code> में <code>{task}</code> task का run state बदलना चाहते हैं?",
"change state hint": {
"WARNING": "['Flow को WARNING के रूप में चिह्नित किया जाएगा।', 'अगले tasks निष्पादित किए जाएंगे।', 'त्रुटि tasks निष्पादित किए जाएंगे।']",
"FAILED": "['Flow को FAILED के रूप में चिह्नित किया जाएगा।', 'कोई अन्य task निष्पादित नहीं किया जाएगा।', 'त्रुटि tasks निष्पादित किए जाएंगे।']",
"SUCCESS": "['Flow पुनः प्रारंभ होगा क्योंकि यह task सफल था।', 'सभी अवरुद्ध tasks निष्पादित किए जाएंगे।', 'यदि सभी task रन सफल होते हैं तो Flow SUCCESS स्थिति में होगा।']",
"RUNNING": "['Flow पुनः प्रारंभ होगा और सभी अगले tasks निष्पादित करेगा।', 'सभी अवरुद्ध tasks निष्पादित किए जाएंगे।']"
"FAILED": "['Flow को FAILED के रूप में चिह्नित किया जाएगा।', 'कोई अन्य task निष्पादित नहीं किया जाएगा।', 'Error tasks निष्पादित किए जाएंगे।']",
"SUCCESS": "['Flow पुनः शुरू होगा क्योंकि यह task सफल रहा।', 'सभी अवरुद्ध tasks निष्पादित किए जाएंगे।', 'यदि सभी task रन सफल होते हैं, तो Flow SUCCESS स्थिति में होगा।']",
"RUNNING": "['Flow पुनः शुरू होगा और सभी अगले tasks निष्पादित होंगे।', 'सभी अवरुद्ध tasks निष्पादित होंगे।']"
},
"mark as": "<code>{status}</code> के रूप में चिह्नित करें",
"kill": "समाप्त करें",
Expand Down Expand Up @@ -811,7 +811,7 @@
},
"show chart": "चार्ट दिखाएं",
"change execution state done": "निष्पादन स्थिति अपडेट की गई",
"change execution state confirm": "क्या आप सुनिश्चित हैं कि आप execution <code>{id}</code> की स्थिति बदलना चाहते हैं?",
"change execution state confirm": "क्या आप वाकई <code>{id}</code> की execution की state बदलना चाहते हैं?",
"change state tooltip": "निष्पादन स्थिति बदलें",
"executions state changed": "<code>{executionCount}</code> निष्पादन की स्थिति बदल दी गई है",
"bulk change state": "क्या आप सुनिश्चित हैं कि आप <code>{executionCount}</code> execution(s) की स्थिति बदलना चाहते हैं?"
Expand Down
10 changes: 5 additions & 5 deletions ui/src/translations/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,12 @@
"current": "corrente",
"change state": "Cambia stato",
"change state done": "Lo stato del task è stato aggiornato",
"change state confirm": "Sei sicuro di voler cambiare lo stato del task <code>{task}</code> per l'esecuzione <code>{id}</code>?",
"change state confirm": "Sei sicuro di voler cambiare lo stato di esecuzione del task <code>{task}</code> nell'esecuzione <code>{id}</code>?",
"change state hint": {
"WARNING": "['Il flow sarà contrassegnato come WARNING.', 'I prossimi tasks verranno eseguiti.', 'I tasks di errore verranno eseguiti.']",
"FAILED": "['Il flow sarà contrassegnato come FAILED.', 'Nessun altro task verrà eseguito.', 'I tasks di errore verranno eseguiti.']",
"SUCCESS": "['Il flow verrà riavviato poiché questo task è stato completato con successo.', 'Tutti i tasks bloccati verranno eseguiti.', 'Il flow sarà in stato di SUCCESS se tutte le esecuzioni dei tasks saranno completate con successo.']",
"RUNNING": "['Il flow verrà riavviato e verranno eseguiti tutti i tasks successivi.', 'Tutti i tasks bloccati verranno eseguiti.']"
"WARNING": "['Il flow sarà contrassegnato come WARNING.', 'I prossimi task saranno eseguiti.', 'I task di errore saranno eseguiti.']",
"FAILED": "['Il flow sarà contrassegnato come FAILED.', 'Nessun altro task verrà eseguito.', 'I task di errore verranno eseguiti.']",
"SUCCESS": "['Il flow verrà riavviato poiché questo task è stato completato con successo.', 'Tutti i task bloccati verranno eseguiti.', 'Il flow sarà in stato SUCCESS se tutte le esecuzioni dei task avranno successo.']",
"RUNNING": "['Il flow si riavvierà ed eseguirà tutti i task successivi.', 'Tutti i task bloccati verranno eseguiti.']"
},
"mark as": "Contrassegna come <code>{status}</code>",
"kill": "Termina",
Expand Down
26 changes: 13 additions & 13 deletions ui/src/translations/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,14 @@
"replay confirm": "この実行<code>{id}</code>をリプレイして新しいものを作成してもよろしいですか?",
"prefill inputs": "自動入力",
"current": "現在",
"change state": "ステータスを変更",
"change state done": "Taskステータスが更新されました",
"change state confirm": "実行<code>{id}</code>のTask <code>{task}</code>のステータスを変更してもよろしいですか",
"change state": "状態を変更",
"change state done": "タスクの状態が更新されました",
"change state confirm": "タスク <code>{task}</code> の実行 <code>{id}</code> のタスク実行状態を変更してもよろしいですか",
"change state hint": {
"WARNING": "['FlowはWARNINGとしてマークされます。', '次のタスクが実行されます。', 'エラータスクが実行されます。']",
"FAILED": "['FlowはFAILEDとしてマークされます。', '他のタスクは実行されません。', 'エラータスクが実行されます。']",
"SUCCESS": "['このタスクが成功したため、Flowは再起動します。', 'すべてのブロックされたタスクが実行されます。', 'すべてのタスク実行が成功した場合、FlowはSUCCESS状態になります。']",
"RUNNING": "['Flowは再起動し、すべての次のタスクを実行します。', 'すべてのブロックされたタスクが実行されます。']"
"WARNING": "['このflowはWARNINGとしてマークされます。', '次のtasksが実行されます。', 'エラーtasksが実行されます。']",
"FAILED": "['FlowはFAILEDとしてマークされます。', '他のTaskは実行されません。', 'エラーTaskが実行されます。']",
"SUCCESS": "['このflowはこのtaskが成功したため再起動します。', 'すべてのブロックされたtaskが実行されます。', 'すべてのtaskの実行が成功した場合、flowはSUCCESS状態になります。']",
"RUNNING": "フローが再起動し、次のすべてのタスクが実行されます。すべてのブロックされたタスクが実行されます。"
},
"mark as": "<code>{status}</code>としてマーク",
"kill": "キル",
Expand Down Expand Up @@ -272,7 +272,7 @@
"please": "ドキュメントを見るには右側のTaskを選択してください"
},
"last execution date": "最後の実行日",
"last execution state": "最後のステータス",
"last execution state": "最終状態",
"last X days count": "過去{days}日間に{count}",
"date range count": "{startDate}から{endDate}の間に{count}",
"date count": "{date}に{count}",
Expand Down Expand Up @@ -810,10 +810,10 @@
"storage": "内部ストレージファイルを削除"
},
"show chart": "チャートを表示",
"change execution state done": "実行ステータスが更新されました",
"change execution state confirm": "実行<code>{id}</code>のステータスを変更してもよろしいですか",
"change state tooltip": "実行ステータスを変更",
"executions state changed": "<code>{executionCount}</code> 回の実行のステータスが変更されました",
"bulk change state": "以下の実行の状態を変更してもよろしいですか?<code>{executionCount}</code>"
"change execution state done": "実行状態が更新されました",
"change execution state confirm": "実行<code>{id}</code>の状態を変更してもよろしいですか",
"change state tooltip": "実行状態を変更",
"executions state changed": "<code>{executionCount}</code> 回の実行の状態が変更されました",
"bulk change state": "以下の実行の状態を変更してもよろしいですか?<code>{executionCount}</code> 実行。"
}
}
Loading

0 comments on commit e814893

Please sign in to comment.