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)
This commit is contained in:
syuilo 2019-07-10 18:37:38 +09:00 committed by GitHub
parent ab871c6991
commit 0bd4d069a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 24 additions and 0 deletions

View file

@ -1292,6 +1292,8 @@ pages:
_action: _action:
_dialog: _dialog:
content: "Obsah" content: "Obsah"
_radioButton:
title: "Titulek"
script: script:
categories: categories:
random: "Náhodně" random: "Náhodně"

View file

@ -1715,6 +1715,10 @@ pages:
_dialog: _dialog:
content: "Indhold" content: "Indhold"
resetRandom: "Nulstil tilfældigt tal" resetRandom: "Nulstil tilfældigt tal"
_radioButton:
name: "Variabel navn"
title: "Titel"
default: "Standard værdi"
script: script:
categories: categories:
flow: "Kontrol" flow: "Kontrol"

View file

@ -1861,6 +1861,10 @@ pages:
message: "Message to display when pressed" message: "Message to display when pressed"
variable: "Variable to send" variable: "Variable to send"
no-variable: "None" no-variable: "None"
_radioButton:
name: "Variable name"
title: "Title"
default: "Default value"
script: script:
categories: categories:
flow: "Control" flow: "Control"

View file

@ -1790,6 +1790,10 @@ pages:
message: "Message à afficher lorsque appuyé" message: "Message à afficher lorsque appuyé"
variable: "Variable à envoyer" variable: "Variable à envoyer"
no-variable: "Aucune" no-variable: "Aucune"
_radioButton:
name: "Nom de la variable"
title: "Titre"
default: "Valeur par défaut"
script: script:
categories: categories:
flow: "Contrôle" flow: "Contrôle"

View file

@ -1861,6 +1861,10 @@ pages:
message: "눌렀을 때 표시할 메시지" message: "눌렀을 때 표시할 메시지"
variable: "보낼 변수" variable: "보낼 변수"
no-variable: "없음" no-variable: "없음"
_radioButton:
name: "변수명"
title: "제목"
default: "기본값"
script: script:
categories: categories:
flow: "흐름 제어" flow: "흐름 제어"

View file

@ -1212,6 +1212,8 @@ pages:
text: "Tytuł" text: "Tytuł"
_button: _button:
text: "Tytuł" text: "Tytuł"
_radioButton:
title: "Tytuł"
script: script:
categories: categories:
random: "Losowy" random: "Losowy"

View file

@ -1817,6 +1817,10 @@ pages:
_dialog: _dialog:
content: "内容" content: "内容"
resetRandom: "随机值重置" resetRandom: "随机值重置"
_radioButton:
name: "变量名"
title: "标题"
default: "默认值"
script: script:
categories: categories:
flow: "控制" flow: "控制"