diff --git a/ui/src/translations/de.json b/ui/src/translations/de.json index c85092ce066..7843585962b 100644 --- a/ui/src/translations/de.json +++ b/ui/src/translations/de.json @@ -1081,7 +1081,9 @@ }, "labels": { "no_code": "Kein Code-Editor", - "yaml": "YAML-Editor" + "yaml": "YAML-Editor", + "label": "Label", + "variable": "Variable" }, "adding": "+ {what} hinzufügen" }, diff --git a/ui/src/translations/es.json b/ui/src/translations/es.json index dbbe2b4da6c..0aa22a68b67 100644 --- a/ui/src/translations/es.json +++ b/ui/src/translations/es.json @@ -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}" }, diff --git a/ui/src/translations/fr.json b/ui/src/translations/fr.json index d8e8c9b4951..f5c0c12218b 100644 --- a/ui/src/translations/fr.json +++ b/ui/src/translations/fr.json @@ -1081,7 +1081,9 @@ }, "labels": { "no_code": "Éditeur sans code", - "yaml": "Éditeur YAML" + "yaml": "Éditeur YAML", + "label": "Étiquette", + "variable": "Variable" }, "adding": "+ Ajouter un {what}" }, diff --git a/ui/src/translations/hi.json b/ui/src/translations/hi.json index 59c28d63787..a90b5fa8c91 100644 --- a/ui/src/translations/hi.json +++ b/ui/src/translations/hi.json @@ -1081,7 +1081,9 @@ }, "labels": { "no_code": "कोड संपादक नहीं", - "yaml": "YAML संपादक" + "yaml": "YAML संपादक", + "label": "लेबल", + "variable": "वेरिएबल" }, "adding": "+ एक {what} जोड़ें" }, diff --git a/ui/src/translations/it.json b/ui/src/translations/it.json index 8d8ac2d1b74..f8e0c2a6117 100644 --- a/ui/src/translations/it.json +++ b/ui/src/translations/it.json @@ -1081,7 +1081,9 @@ }, "labels": { "no_code": "Editor Senza Codice", - "yaml": "Editor YAML" + "yaml": "Editor YAML", + "label": "Etichetta", + "variable": "Variabile" }, "adding": "+ Aggiungi un {what}" }, diff --git a/ui/src/translations/ja.json b/ui/src/translations/ja.json index 7aee90b0291..d1c48bfc1c0 100644 --- a/ui/src/translations/ja.json +++ b/ui/src/translations/ja.json @@ -1081,7 +1081,9 @@ }, "labels": { "no_code": "コードエディタなし", - "yaml": "YAMLエディター" + "yaml": "YAMLエディター", + "label": "ラベル", + "variable": "変数" }, "adding": "+ {what}を追加" }, diff --git a/ui/src/translations/ko.json b/ui/src/translations/ko.json index 51e656723d9..6a60d243a75 100644 --- a/ui/src/translations/ko.json +++ b/ui/src/translations/ko.json @@ -1081,7 +1081,9 @@ }, "labels": { "no_code": "코드 없는 편집기", - "yaml": "YAML 편집기" + "yaml": "YAML 편집기", + "label": "레이블", + "variable": "변수" }, "adding": "+ {what} 추가" }, diff --git a/ui/src/translations/pl.json b/ui/src/translations/pl.json index 14e903fdec9..b285e0238b8 100644 --- a/ui/src/translations/pl.json +++ b/ui/src/translations/pl.json @@ -1081,7 +1081,9 @@ }, "labels": { "no_code": "Edytor No Code", - "yaml": "Edytor YAML" + "yaml": "Edytor YAML", + "label": "Etykieta", + "variable": "Zmienna" }, "adding": "+ Dodaj {what}" }, diff --git a/ui/src/translations/pt.json b/ui/src/translations/pt.json index e4fc39f8986..7530ef004b3 100644 --- a/ui/src/translations/pt.json +++ b/ui/src/translations/pt.json @@ -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}" }, diff --git a/ui/src/translations/ru.json b/ui/src/translations/ru.json index b3908675abc..693c5429a89 100644 --- a/ui/src/translations/ru.json +++ b/ui/src/translations/ru.json @@ -1081,7 +1081,9 @@ }, "labels": { "no_code": "Редактор No Code", - "yaml": "Редактор YAML" + "yaml": "Редактор YAML", + "label": "Метка", + "variable": "Переменная" }, "adding": "+ Добавить {what}" }, diff --git a/ui/src/translations/zh_CN.json b/ui/src/translations/zh_CN.json index 642727af6b7..71b18ced1be 100644 --- a/ui/src/translations/zh_CN.json +++ b/ui/src/translations/zh_CN.json @@ -1081,7 +1081,9 @@ }, "labels": { "no_code": "无代码编辑器", - "yaml": "YAML编辑器" + "yaml": "YAML编辑器", + "label": "标签", + "variable": "变量" }, "adding": "+ 添加{what}" },