diff --git a/Session/Meta/Translations/de.lproj/Localizable.strings b/Session/Meta/Translations/de.lproj/Localizable.strings index f95ebca04..b56e04e47 100644 --- a/Session/Meta/Translations/de.lproj/Localizable.strings +++ b/Session/Meta/Translations/de.lproj/Localizable.strings @@ -350,6 +350,8 @@ "SETTINGS_SECURITY_TITLE" = "Bildschirmschutz"; /* Label for the 'typing indicators' setting. */ "SETTINGS_TYPING_INDICATORS" = "Tipp-Indikatoren"; +/* Label for the 'no sound' option that allows users to disable sounds for notifications, etc. */ +"SOUNDS_NONE" = "None"; /* {{number of days}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{5 days}}'. See other *_TIME_AMOUNT strings */ "TIME_AMOUNT_DAYS" = "%@ Tage"; /* Label text below navbar button, embeds {{number of days}}. Must be very short, like 1 or 2 characters, The space is intentionally omitted between the text and the embedded duration so that we get, e.g. '5d' not '5 d'. See other *_TIME_AMOUNT strings */ diff --git a/Session/Meta/Translations/en.lproj/Localizable.strings b/Session/Meta/Translations/en.lproj/Localizable.strings index 4017b66e0..067feae4c 100644 --- a/Session/Meta/Translations/en.lproj/Localizable.strings +++ b/Session/Meta/Translations/en.lproj/Localizable.strings @@ -350,6 +350,8 @@ "SETTINGS_SECURITY_TITLE" = "Screen Security"; /* Label for the 'typing indicators' setting. */ "SETTINGS_TYPING_INDICATORS" = "Typing Indicators"; +/* Label for the 'no sound' option that allows users to disable sounds for notifications, etc. */ +"SOUNDS_NONE" = "None"; /* {{number of days}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{5 days}}'. See other *_TIME_AMOUNT strings */ "TIME_AMOUNT_DAYS" = "%@ days"; /* Label text below navbar button, embeds {{number of days}}. Must be very short, like 1 or 2 characters, The space is intentionally omitted between the text and the embedded duration so that we get, e.g. '5d' not '5 d'. See other *_TIME_AMOUNT strings */ diff --git a/Session/Meta/Translations/es.lproj/Localizable.strings b/Session/Meta/Translations/es.lproj/Localizable.strings index 3abbb52e4..1a9a8b2af 100644 --- a/Session/Meta/Translations/es.lproj/Localizable.strings +++ b/Session/Meta/Translations/es.lproj/Localizable.strings @@ -350,6 +350,8 @@ "SETTINGS_SECURITY_TITLE" = "Protección de pantalla"; /* Label for the 'typing indicators' setting. */ "SETTINGS_TYPING_INDICATORS" = "Indicador de tecleo"; +/* Label for the 'no sound' option that allows users to disable sounds for notifications, etc. */ +"SOUNDS_NONE" = "None"; /* {{number of days}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{5 days}}'. See other *_TIME_AMOUNT strings */ "TIME_AMOUNT_DAYS" = "%@ días"; /* Label text below navbar button, embeds {{number of days}}. Must be very short, like 1 or 2 characters, The space is intentionally omitted between the text and the embedded duration so that we get, e.g. '5d' not '5 d'. See other *_TIME_AMOUNT strings */ diff --git a/Session/Meta/Translations/fa.lproj/Localizable.strings b/Session/Meta/Translations/fa.lproj/Localizable.strings index 6e1bf3eb5..c9b4298bc 100644 --- a/Session/Meta/Translations/fa.lproj/Localizable.strings +++ b/Session/Meta/Translations/fa.lproj/Localizable.strings @@ -350,6 +350,8 @@ "SETTINGS_SECURITY_TITLE" = "امنیت صفحه نمایش"; /* Label for the 'typing indicators' setting. */ "SETTINGS_TYPING_INDICATORS" = "نشانگر های نوشته"; +/* Label for the 'no sound' option that allows users to disable sounds for notifications, etc. */ +"SOUNDS_NONE" = "None"; /* {{number of days}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{5 days}}'. See other *_TIME_AMOUNT strings */ "TIME_AMOUNT_DAYS" = "%@ روز"; /* Label text below navbar button, embeds {{number of days}}. Must be very short, like 1 or 2 characters, The space is intentionally omitted between the text and the embedded duration so that we get, e.g. '5d' not '5 d'. See other *_TIME_AMOUNT strings */ diff --git a/Session/Meta/Translations/fr.lproj/Localizable.strings b/Session/Meta/Translations/fr.lproj/Localizable.strings index 005e745b7..e11579c68 100644 --- a/Session/Meta/Translations/fr.lproj/Localizable.strings +++ b/Session/Meta/Translations/fr.lproj/Localizable.strings @@ -350,6 +350,8 @@ "SETTINGS_SECURITY_TITLE" = "Sécurité de l’écran"; /* Label for the 'typing indicators' setting. */ "SETTINGS_TYPING_INDICATORS" = "Indicateurs de saisie"; +/* Label for the 'no sound' option that allows users to disable sounds for notifications, etc. */ +"SOUNDS_NONE" = "None"; /* {{number of days}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{5 days}}'. See other *_TIME_AMOUNT strings */ "TIME_AMOUNT_DAYS" = "%@ jours"; /* Label text below navbar button, embeds {{number of days}}. Must be very short, like 1 or 2 characters, The space is intentionally omitted between the text and the embedded duration so that we get, e.g. '5d' not '5 d'. See other *_TIME_AMOUNT strings */ diff --git a/Session/Meta/Translations/id-ID.lproj/Localizable.strings b/Session/Meta/Translations/id-ID.lproj/Localizable.strings index 39f412197..dd01bceed 100644 --- a/Session/Meta/Translations/id-ID.lproj/Localizable.strings +++ b/Session/Meta/Translations/id-ID.lproj/Localizable.strings @@ -350,6 +350,8 @@ "SETTINGS_SECURITY_TITLE" = "Layar Aman"; /* Label for the 'typing indicators' setting. */ "SETTINGS_TYPING_INDICATORS" = "Typing Indicators"; +/* Label for the 'no sound' option that allows users to disable sounds for notifications, etc. */ +"SOUNDS_NONE" = "None"; /* {{number of days}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{5 days}}'. See other *_TIME_AMOUNT strings */ "TIME_AMOUNT_DAYS" = "%@hari"; /* Label text below navbar button, embeds {{number of days}}. Must be very short, like 1 or 2 characters, The space is intentionally omitted between the text and the embedded duration so that we get, e.g. '5d' not '5 d'. See other *_TIME_AMOUNT strings */ diff --git a/Session/Meta/Translations/it.lproj/Localizable.strings b/Session/Meta/Translations/it.lproj/Localizable.strings index a53346b8c..fdcc48809 100644 --- a/Session/Meta/Translations/it.lproj/Localizable.strings +++ b/Session/Meta/Translations/it.lproj/Localizable.strings @@ -350,6 +350,8 @@ "SETTINGS_SECURITY_TITLE" = "Sicurezza schermo"; /* Label for the 'typing indicators' setting. */ "SETTINGS_TYPING_INDICATORS" = "Indicatori di scrittura"; +/* Label for the 'no sound' option that allows users to disable sounds for notifications, etc. */ +"SOUNDS_NONE" = "None"; /* {{number of days}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{5 days}}'. See other *_TIME_AMOUNT strings */ "TIME_AMOUNT_DAYS" = "%@ giorni"; /* Label text below navbar button, embeds {{number of days}}. Must be very short, like 1 or 2 characters, The space is intentionally omitted between the text and the embedded duration so that we get, e.g. '5d' not '5 d'. See other *_TIME_AMOUNT strings */ diff --git a/Session/Meta/Translations/ja.lproj/Localizable.strings b/Session/Meta/Translations/ja.lproj/Localizable.strings index 7ec5cb0cb..808fcec41 100644 --- a/Session/Meta/Translations/ja.lproj/Localizable.strings +++ b/Session/Meta/Translations/ja.lproj/Localizable.strings @@ -350,6 +350,8 @@ "SETTINGS_SECURITY_TITLE" = "スクリーン・セキュリティ"; /* Label for the 'typing indicators' setting. */ "SETTINGS_TYPING_INDICATORS" = "入力中アイコン"; +/* Label for the 'no sound' option that allows users to disable sounds for notifications, etc. */ +"SOUNDS_NONE" = "None"; /* {{number of days}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{5 days}}'. See other *_TIME_AMOUNT strings */ "TIME_AMOUNT_DAYS" = "%@日"; /* Label text below navbar button, embeds {{number of days}}. Must be very short, like 1 or 2 characters, The space is intentionally omitted between the text and the embedded duration so that we get, e.g. '5d' not '5 d'. See other *_TIME_AMOUNT strings */ diff --git a/Session/Meta/Translations/pl.lproj/Localizable.strings b/Session/Meta/Translations/pl.lproj/Localizable.strings index 676f1495e..cd9059e52 100644 --- a/Session/Meta/Translations/pl.lproj/Localizable.strings +++ b/Session/Meta/Translations/pl.lproj/Localizable.strings @@ -350,6 +350,8 @@ "SETTINGS_SECURITY_TITLE" = "Ochrona ekranu"; /* Label for the 'typing indicators' setting. */ "SETTINGS_TYPING_INDICATORS" = "Wskaźniki pisania"; +/* Label for the 'no sound' option that allows users to disable sounds for notifications, etc. */ +"SOUNDS_NONE" = "None"; /* {{number of days}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{5 days}}'. See other *_TIME_AMOUNT strings */ "TIME_AMOUNT_DAYS" = "%@ dni"; /* Label text below navbar button, embeds {{number of days}}. Must be very short, like 1 or 2 characters, The space is intentionally omitted between the text and the embedded duration so that we get, e.g. '5d' not '5 d'. See other *_TIME_AMOUNT strings */ diff --git a/Session/Meta/Translations/pt_BR.lproj/Localizable.strings b/Session/Meta/Translations/pt_BR.lproj/Localizable.strings index 1c985e618..d2c800897 100644 --- a/Session/Meta/Translations/pt_BR.lproj/Localizable.strings +++ b/Session/Meta/Translations/pt_BR.lproj/Localizable.strings @@ -350,6 +350,8 @@ "SETTINGS_SECURITY_TITLE" = "Segurança de Tela"; /* Label for the 'typing indicators' setting. */ "SETTINGS_TYPING_INDICATORS" = "Indicadores de digitação"; +/* Label for the 'no sound' option that allows users to disable sounds for notifications, etc. */ +"SOUNDS_NONE" = "None"; /* {{number of days}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{5 days}}'. See other *_TIME_AMOUNT strings */ "TIME_AMOUNT_DAYS" = "%@ dias"; /* Label text below navbar button, embeds {{number of days}}. Must be very short, like 1 or 2 characters, The space is intentionally omitted between the text and the embedded duration so that we get, e.g. '5d' not '5 d'. See other *_TIME_AMOUNT strings */ diff --git a/Session/Meta/Translations/ru.lproj/Localizable.strings b/Session/Meta/Translations/ru.lproj/Localizable.strings index ef516353e..21d36a283 100644 --- a/Session/Meta/Translations/ru.lproj/Localizable.strings +++ b/Session/Meta/Translations/ru.lproj/Localizable.strings @@ -350,6 +350,8 @@ "SETTINGS_SECURITY_TITLE" = "Защита экрана"; /* Label for the 'typing indicators' setting. */ "SETTINGS_TYPING_INDICATORS" = "Индикаторы ввода"; +/* Label for the 'no sound' option that allows users to disable sounds for notifications, etc. */ +"SOUNDS_NONE" = "None"; /* {{number of days}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{5 days}}'. See other *_TIME_AMOUNT strings */ "TIME_AMOUNT_DAYS" = "%@ дней"; /* Label text below navbar button, embeds {{number of days}}. Must be very short, like 1 or 2 characters, The space is intentionally omitted between the text and the embedded duration so that we get, e.g. '5d' not '5 d'. See other *_TIME_AMOUNT strings */ diff --git a/Session/Meta/Translations/sk.lproj/Localizable.strings b/Session/Meta/Translations/sk.lproj/Localizable.strings index 1285410b9..fc54a05e2 100644 --- a/Session/Meta/Translations/sk.lproj/Localizable.strings +++ b/Session/Meta/Translations/sk.lproj/Localizable.strings @@ -350,6 +350,8 @@ "SETTINGS_SECURITY_TITLE" = "Zabezpečenie obrazovky"; /* Label for the 'typing indicators' setting. */ "SETTINGS_TYPING_INDICATORS" = "Indikátory písania"; +/* Label for the 'no sound' option that allows users to disable sounds for notifications, etc. */ +"SOUNDS_NONE" = "None"; /* {{number of days}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{5 days}}'. See other *_TIME_AMOUNT strings */ "TIME_AMOUNT_DAYS" = "%@ days"; /* Label text below navbar button, embeds {{number of days}}. Must be very short, like 1 or 2 characters, The space is intentionally omitted between the text and the embedded duration so that we get, e.g. '5d' not '5 d'. See other *_TIME_AMOUNT strings */ diff --git a/Session/Meta/Translations/vi-VN.lproj/Localizable.strings b/Session/Meta/Translations/vi-VN.lproj/Localizable.strings index a316e5995..96e53d65f 100644 --- a/Session/Meta/Translations/vi-VN.lproj/Localizable.strings +++ b/Session/Meta/Translations/vi-VN.lproj/Localizable.strings @@ -356,6 +356,8 @@ "SETTINGS_SECURITY_TITLE" = "Screen Security"; /* Label for the 'typing indicators' setting. */ "SETTINGS_TYPING_INDICATORS" = "Typing Indicators"; +/* Label for the 'no sound' option that allows users to disable sounds for notifications, etc. */ +"SOUNDS_NONE" = "None"; /* {{number of days}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{5 days}}'. See other *_TIME_AMOUNT strings */ "TIME_AMOUNT_DAYS" = "%@ days"; /* Label text below navbar button, embeds {{number of days}}. Must be very short, like 1 or 2 characters, The space is intentionally omitted between the text and the embedded duration so that we get, e.g. '5d' not '5 d'. See other *_TIME_AMOUNT strings */ diff --git a/Session/Meta/Translations/zh_CN.lproj/Localizable.strings b/Session/Meta/Translations/zh_CN.lproj/Localizable.strings index 615c8ae94..5717a8c0e 100644 --- a/Session/Meta/Translations/zh_CN.lproj/Localizable.strings +++ b/Session/Meta/Translations/zh_CN.lproj/Localizable.strings @@ -350,6 +350,8 @@ "SETTINGS_SECURITY_TITLE" = "屏幕安全"; /* Label for the 'typing indicators' setting. */ "SETTINGS_TYPING_INDICATORS" = "“正在输入”提示"; +/* Label for the 'no sound' option that allows users to disable sounds for notifications, etc. */ +"SOUNDS_NONE" = "None"; /* {{number of days}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{5 days}}'. See other *_TIME_AMOUNT strings */ "TIME_AMOUNT_DAYS" = "%@天"; /* Label text below navbar button, embeds {{number of days}}. Must be very short, like 1 or 2 characters, The space is intentionally omitted between the text and the embedded duration so that we get, e.g. '5d' not '5 d'. See other *_TIME_AMOUNT strings */