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 17, 2025
1 parent d77cfe8 commit e037e54
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 11 deletions.
4 changes: 3 additions & 1 deletion ui/src/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,9 @@
},
"labels": {
"no_code": "Kein Code-Editor",
"yaml": "YAML-Editor"
"yaml": "YAML-Editor",
"label": "Label",
"variable": "Variable"
},
"adding": "+ {what} hinzufügen"
},
Expand Down
4 changes: 3 additions & 1 deletion ui/src/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,9 @@
},
"labels": {
"no_code": "Editor Sin Código",
"yaml": "Editor YAML"
"yaml": "Editor YAML",
"label": "Etiqueta",
"variable": "Variable"
},
"adding": "+ Agregar un {what}"
},
Expand Down
4 changes: 3 additions & 1 deletion ui/src/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,9 @@
},
"labels": {
"no_code": "Éditeur sans code",
"yaml": "Éditeur YAML"
"yaml": "Éditeur YAML",
"label": "Étiquette",
"variable": "Variable"
},
"adding": "+ Ajouter un {what}"
},
Expand Down
4 changes: 3 additions & 1 deletion ui/src/translations/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,9 @@
},
"labels": {
"no_code": "कोड संपादक नहीं",
"yaml": "YAML संपादक"
"yaml": "YAML संपादक",
"label": "लेबल",
"variable": "वेरिएबल"
},
"adding": "+ एक {what} जोड़ें"
},
Expand Down
4 changes: 3 additions & 1 deletion ui/src/translations/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,9 @@
},
"labels": {
"no_code": "Editor Senza Codice",
"yaml": "Editor YAML"
"yaml": "Editor YAML",
"label": "Etichetta",
"variable": "Variabile"
},
"adding": "+ Aggiungi un {what}"
},
Expand Down
4 changes: 3 additions & 1 deletion ui/src/translations/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,9 @@
},
"labels": {
"no_code": "コードエディタなし",
"yaml": "YAMLエディター"
"yaml": "YAMLエディター",
"label": "ラベル",
"variable": "変数"
},
"adding": "+ {what}を追加"
},
Expand Down
4 changes: 3 additions & 1 deletion ui/src/translations/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,9 @@
},
"labels": {
"no_code": "코드 없는 편집기",
"yaml": "YAML 편집기"
"yaml": "YAML 편집기",
"label": "레이블",
"variable": "변수"
},
"adding": "+ {what} 추가"
},
Expand Down
4 changes: 3 additions & 1 deletion ui/src/translations/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,9 @@
},
"labels": {
"no_code": "Edytor No Code",
"yaml": "Edytor YAML"
"yaml": "Edytor YAML",
"label": "Etykieta",
"variable": "Zmienna"
},
"adding": "+ Dodaj {what}"
},
Expand Down
4 changes: 3 additions & 1 deletion ui/src/translations/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,9 @@
},
"labels": {
"no_code": "Editor Sem Código",
"yaml": "Editor YAML"
"yaml": "Editor YAML",
"label": "Etiqueta",
"variable": "Variável"
},
"adding": "+ Adicionar um {what}"
},
Expand Down
4 changes: 3 additions & 1 deletion ui/src/translations/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,9 @@
},
"labels": {
"no_code": "Редактор No Code",
"yaml": "Редактор YAML"
"yaml": "Редактор YAML",
"label": "Метка",
"variable": "Переменная"
},
"adding": "+ Добавить {what}"
},
Expand Down
4 changes: 3 additions & 1 deletion ui/src/translations/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,9 @@
},
"labels": {
"no_code": "无代码编辑器",
"yaml": "YAML编辑器"
"yaml": "YAML编辑器",
"label": "标签",
"variable": "变量"
},
"adding": "+ 添加{what}"
},
Expand Down

0 comments on commit e037e54

Please sign in to comment.