From 593c1d8d9b10795ee376e7c52532fba6b592d75d Mon Sep 17 00:00:00 2001 From: beantaco <64012487+beantaco@users.noreply.github.com> Date: Fri, 5 Mar 2021 02:20:43 +0000 Subject: [PATCH] Improves translation of open groups and closed groups MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - open group: オープングループ -> 公開グループ - closed group: 閉じたグループ -> 非公開グループ --- .../Meta/Translations/ja.lproj/Localizable.strings | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Session/Meta/Translations/ja.lproj/Localizable.strings b/Session/Meta/Translations/ja.lproj/Localizable.strings index aa65f4d9f..afb4d59f9 100644 --- a/Session/Meta/Translations/ja.lproj/Localizable.strings +++ b/Session/Meta/Translations/ja.lproj/Localizable.strings @@ -2639,16 +2639,16 @@ "vc_create_closed_group_group_name_missing_error" = "グループ名を入力してください"; "vc_create_closed_group_group_name_too_long_error" = "短いグループ名を入力してください"; "vc_create_closed_group_not_enough_group_members_error" = "グループメンバーを少なくとも 2 人選択してください"; -"vc_create_closed_group_too_many_group_members_error" = "閉じたグループは 100 人を超えるメンバーを抱えることはできません"; +"vc_create_closed_group_too_many_group_members_error" = "非公開グループは 100 人を超えるメンバーを抱えることはできません"; "vc_create_closed_group_invalid_session_id_error" = "グループのメンバーの 1 人の Session ID が無効です"; -"vc_join_public_chat_title" = "オープングループに参加する"; +"vc_join_public_chat_title" = "公開グループに参加する"; "vc_join_public_chat_error" = "グループに参加できませんでした"; "vc_join_public_chat_enter_group_url_tab_title" = "グループの URL を開く"; "vc_join_public_chat_scan_qr_code_tab_title" = "QR コードをスキャンする"; -"vc_join_public_chat_scan_qr_code_explanation" = "参加したいオープングループの QR コードをスキャンする"; +"vc_join_public_chat_scan_qr_code_explanation" = "参加したい公開グループの QR コードをスキャンする"; -"vc_enter_chat_url_text_field_hint" = "オープングループの URL を入力する"; +"vc_enter_chat_url_text_field_hint" = "公開グループの URL を入力する"; "vc_settings_title" = "設定"; "vc_settings_display_name_text_field_hint" = "表示名を入力してください"; @@ -2718,5 +2718,5 @@ "session_reset_banner_restore_button_title" = "戻す"; "vc_contact_selection_contacts_title" = "連絡先"; -"vc_contact_selection_closed_groups_title" = "閉じたグループ"; -"vc_contact_selection_open_groups_title" = "オープングループ"; +"vc_contact_selection_closed_groups_title" = "非公開グループ"; +"vc_contact_selection_open_groups_title" = "公開グループ";