diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2019-07-10 18:47:19 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-10 18:47:19 +0900 |
| commit | aa15901c23d975210c56d33d28d2997ba77017c7 (patch) | |
| tree | 201fb7764c34c1989530313435840b623c6e37d8 | |
| parent | New Crowdin translations (#5130) (diff) | |
| download | misskey-aa15901c23d975210c56d33d28d2997ba77017c7.tar.gz misskey-aa15901c23d975210c56d33d28d2997ba77017c7.tar.bz2 misskey-aa15901c23d975210c56d33d28d2997ba77017c7.zip | |
New Crowdin translations (#5131)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Korean)
| -rw-r--r-- | locales/en-US.yml | 2 | ||||
| -rw-r--r-- | locales/ko-KR.yml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/locales/en-US.yml b/locales/en-US.yml index 2a592e2a1c..fd5e92e43a 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -1861,9 +1861,11 @@ pages: message: "Message to display when pressed" variable: "Variable to send" no-variable: "None" + radioButton: "Choices" _radioButton: name: "Variable name" title: "Title" + values: "Item of choices that delimited by line breaks" default: "Default value" script: categories: diff --git a/locales/ko-KR.yml b/locales/ko-KR.yml index b6552dcbbd..1db6805b4f 100644 --- a/locales/ko-KR.yml +++ b/locales/ko-KR.yml @@ -1861,9 +1861,11 @@ pages: message: "눌렀을 때 표시할 메시지" variable: "보낼 변수" no-variable: "없음" + radioButton: "선택지" _radioButton: name: "변수명" title: "제목" + values: "줄바꿈으로 구분된 선택지" default: "기본값" script: categories: |