summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2019-07-10 18:37:38 +0900
committerGitHub <noreply@github.com>2019-07-10 18:37:38 +0900
commit0bd4d069a297a9e34cfe8a4a693218e582ffd11a (patch)
treee98ac3b51c3c173c9d66dc87e1ccf1f4e5b03d3f
parentMerge branch 'develop' of https://github.com/syuilo/misskey into develop (diff)
downloadsharkey-0bd4d069a297a9e34cfe8a4a693218e582ffd11a.tar.gz
sharkey-0bd4d069a297a9e34cfe8a4a693218e582ffd11a.tar.bz2
sharkey-0bd4d069a297a9e34cfe8a4a693218e582ffd11a.zip
New Crowdin translations (#5130)
* New translations ja-JP.yml (English) * New translations ja-JP.yml (Polish) * New translations ja-JP.yml (French) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Danish)
-rw-r--r--locales/cs-CZ.yml2
-rw-r--r--locales/da-DK.yml4
-rw-r--r--locales/en-US.yml4
-rw-r--r--locales/fr-FR.yml4
-rw-r--r--locales/ko-KR.yml4
-rw-r--r--locales/pl-PL.yml2
-rw-r--r--locales/zh-CN.yml4
7 files changed, 24 insertions, 0 deletions
diff --git a/locales/cs-CZ.yml b/locales/cs-CZ.yml
index 0013291717..c97562ecf5 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 6141c5563f..118cbf1756 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 c53700b4e5..2a592e2a1c 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 0187dd9d91..090a2492ee 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 17f0009bbe..b6552dcbbd 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 e86ad9b112..bdeb22ccfe 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 ae09729487..2bedfd96de 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: "控制"