Improves translation of open groups and closed groups

- open group:   オープングループ -> 公開グループ
- closed group: 閉じたグループ -> 非公開グループ

Also replaces "クローズドグループ" with "非公開グループ"
pull/1533/head
beantaco 4 years ago
parent c1a4e011a7
commit aa0f7c22dd
No known key found for this signature in database
GPG Key ID: 9C007701763D1D9E

@ -1370,10 +1370,10 @@
"message": "表示名を選択してください" "message": "表示名を選択してください"
}, },
"joinOpenGroup": { "joinOpenGroup": {
"message": "オープングループに参加する" "message": "公開グループに参加する"
}, },
"newClosedGroup": { "newClosedGroup": {
"message": "新しいクローズドグループ" "message": "新しい非公開グループ"
}, },
"createClosedGroupNamePrompt": { "createClosedGroupNamePrompt": {
"message": "グループ名" "message": "グループ名"
@ -1385,7 +1385,7 @@
"message": "グループの URL を開く" "message": "グループの URL を開く"
}, },
"enterAnOpenGroupURL": { "enterAnOpenGroupURL": {
"message": "オープングループの URL を入力する" "message": "公開グループの URL を入力する"
}, },
"next": { "next": {
"message": "進む" "message": "進む"
@ -1403,9 +1403,9 @@
"message": "グループメンバーを少なくとも 2 人選択してください" "message": "グループメンバーを少なくとも 2 人選択してください"
}, },
"closedGroupMaxSize": { "closedGroupMaxSize": {
"message": "閉じたグループは 100 人を超えるメンバーを抱えることはできません" "message": "非公開グループは 100 人を超えるメンバーを抱えることはできません"
}, },
"noBlockedContacts": { "noBlockedContacts": {
"message": "ブロックしている連絡先はありません" "message": "ブロックしている連絡先はありません"
} }
} }

Loading…
Cancel
Save