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 Jan 27, 2025
1 parent cdc1cce commit 4aa0a57
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 @@ -1076,7 +1076,8 @@
"save": {
"tasks": "Aufgabe speichern",
"triggers": "Speicher Trigger",
"error handlers": "Fehlerbehandlungsroutine speichern"
"error handlers": "Fehlerbehandlungsroutine speichern",
"input": "Eingabe speichern"
},
"labels": {
"no_code": "Kein Code-Editor",
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 @@ -1076,7 +1076,8 @@
"save": {
"tasks": "Guardar tarea",
"triggers": "Guardar trigger",
"error handlers": "Guardar controlador de errores"
"error handlers": "Guardar controlador de errores",
"input": "Guardar input"
},
"labels": {
"no_code": "Editor Sin Código",
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 @@ -1076,7 +1076,8 @@
"save": {
"tasks": "Enregistrer la tâche",
"triggers": "Enregistrer le trigger",
"error handlers": "Enregistrer le gestionnaire d'erreurs"
"error handlers": "Enregistrer le gestionnaire d'erreurs",
"input": "Enregistrer l'input"
},
"labels": {
"no_code": "Éditeur sans code",
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 @@ -1076,7 +1076,8 @@
"save": {
"tasks": "कार्य सहेजें",
"triggers": "ट्रिगर सहेजें",
"error handlers": "त्रुटि हैंडलर सहेजें"
"error handlers": "त्रुटि हैंडलर सहेजें",
"input": "इनपुट सहेजें"
},
"labels": {
"no_code": "कोड संपादक नहीं",
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 @@ -1076,7 +1076,8 @@
"save": {
"tasks": "Salva task",
"triggers": "Salva trigger",
"error handlers": "Salva gestore errori"
"error handlers": "Salva gestore errori",
"input": "Salva input"
},
"labels": {
"no_code": "Editor Senza Codice",
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 @@ -1076,7 +1076,8 @@
"save": {
"tasks": "タスクを保存",
"triggers": "トリガーを保存",
"error handlers": "エラーハンドラーを保存"
"error handlers": "エラーハンドラーを保存",
"input": "入力を保存"
},
"labels": {
"no_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 @@ -1076,7 +1076,8 @@
"save": {
"tasks": "작업 저장",
"triggers": "트리거 저장",
"error handlers": "오류 처리기 저장"
"error handlers": "오류 처리기 저장",
"input": "입력 저장"
},
"labels": {
"no_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 @@ -1076,7 +1076,8 @@
"save": {
"tasks": "Zapisz task",
"triggers": "Zapisz trigger",
"error handlers": "Zapisz obsługę błędów"
"error handlers": "Zapisz obsługę błędów",
"input": "Zapisz input"
},
"labels": {
"no_code": "Edytor No Code",
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 @@ -1076,7 +1076,8 @@
"save": {
"tasks": "Salvar task",
"triggers": "Salvar trigger",
"error handlers": "Salvar manipulador de erro"
"error handlers": "Salvar manipulador de erro",
"input": "Salvar input"
},
"labels": {
"no_code": "Editor Sem Código",
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 @@ -1076,7 +1076,8 @@
"save": {
"tasks": "Сохранить task",
"triggers": "Сохранить trigger",
"error handlers": "Сохранить обработчик ошибок"
"error handlers": "Сохранить обработчик ошибок",
"input": "Сохранить input"
},
"labels": {
"no_code": "Редактор No 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 @@ -1076,7 +1076,8 @@
"save": {
"tasks": "保存任务",
"triggers": "保存 trigger",
"error handlers": "保存错误处理程序"
"error handlers": "保存错误处理程序",
"input": "保存输入"
},
"labels": {
"no_code": "无代码编辑器",
Expand Down

0 comments on commit 4aa0a57

Please sign in to comment.