diff --git a/locales/cs-CZ.yml b/locales/cs-CZ.yml index 001329171..c97562ecf 100644 --- a/locales/cs-CZ.yml +++ b/locales/cs-CZ.yml @@ -1292,6 +1292,8 @@ pages: _action: _dialog: content: "Obsah" + _radioButton: + title: "Titulek" script: categories: random: "Náhodně" diff --git a/locales/da-DK.yml b/locales/da-DK.yml index 6141c5563..118cbf175 100644 --- a/locales/da-DK.yml +++ b/locales/da-DK.yml @@ -1715,6 +1715,10 @@ pages: _dialog: content: "Indhold" resetRandom: "Nulstil tilfældigt tal" + _radioButton: + name: "Variabel navn" + title: "Titel" + default: "Standard værdi" script: categories: flow: "Kontrol" diff --git a/locales/en-US.yml b/locales/en-US.yml index c53700b4e..2a592e2a1 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -1861,6 +1861,10 @@ pages: message: "Message to display when pressed" variable: "Variable to send" no-variable: "None" + _radioButton: + name: "Variable name" + title: "Title" + default: "Default value" script: categories: flow: "Control" diff --git a/locales/fr-FR.yml b/locales/fr-FR.yml index 0187dd9d9..090a2492e 100644 --- a/locales/fr-FR.yml +++ b/locales/fr-FR.yml @@ -1790,6 +1790,10 @@ pages: message: "Message à afficher lorsque appuyé" variable: "Variable à envoyer" no-variable: "Aucune" + _radioButton: + name: "Nom de la variable" + title: "Titre" + default: "Valeur par défaut" script: categories: flow: "Contrôle" diff --git a/locales/ko-KR.yml b/locales/ko-KR.yml index 17f0009bb..b6552dcbb 100644 --- a/locales/ko-KR.yml +++ b/locales/ko-KR.yml @@ -1861,6 +1861,10 @@ pages: message: "눌렀을 때 표시할 메시지" variable: "보낼 변수" no-variable: "없음" + _radioButton: + name: "변수명" + title: "제목" + default: "기본값" script: categories: flow: "흐름 제어" diff --git a/locales/pl-PL.yml b/locales/pl-PL.yml index e86ad9b11..bdeb22ccf 100644 --- a/locales/pl-PL.yml +++ b/locales/pl-PL.yml @@ -1212,6 +1212,8 @@ pages: text: "Tytuł" _button: text: "Tytuł" + _radioButton: + title: "Tytuł" script: categories: random: "Losowy" diff --git a/locales/zh-CN.yml b/locales/zh-CN.yml index ae0972948..2bedfd96d 100644 --- a/locales/zh-CN.yml +++ b/locales/zh-CN.yml @@ -1817,6 +1817,10 @@ pages: _dialog: content: "内容" resetRandom: "随机值重置" + _radioButton: + name: "变量名" + title: "标题" + default: "默认值" script: categories: flow: "控制"