Skip to content

Commit 04ed3d0

Browse files
committed
Update translations and other static files.
1 parent 1ad838d commit 04ed3d0

File tree

68 files changed

+362
-362
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+362
-362
lines changed

app/src/main/res/values-af/strings.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@
13961396
<string name="AddMembersActivity__this_person_cant_be_added_to_legacy_groups">Hierdie persoon kan nie by legaatgroepe gevoeg word nie.</string>
13971397

13981398
<!-- Confirmation text when adding one member to a group. %1$s is the member\'s name, %2$s is the group name. -->
1399-
<string name="AddMembersActivity__add_member_to_s">Add \"%1$s\" to \"%2$s\"?</string>
1399+
<string name="AddMembersActivity__add_member_to_s">Voeg \"%1$s\" by \"%2$s\"?</string>
14001400

14011401
<!-- Confirmation text when adding members to a group. %1$d is the number of members added. %2$s is the name of the group. -->
14021402
<plurals name="AddMembersActivity__add_d_members_to_s">
@@ -5938,13 +5938,13 @@
59385938
<!-- Snackbar message when blocking a contact has failed -->
59395939
<string name="NewConversationActivity__block_failed">Versperring het misluk</string>
59405940
<!-- Error message shown when looking up a person by phone number and that phone number is not associated with a signal account -->
5941-
<string name="RecipientLookup_error__s_is_not_a_signal_user">%1$s is not a Signal user</string>
5941+
<string name="RecipientLookup_error__s_is_not_a_signal_user">%1$s is nie \'n Signal-gebruiker nie</string>
59425942
<!-- Accessibility label for opening the screen specific dropdown menu. -->
59435943
<string name="NewConversationActivity__accessibility_open_top_bar_menu">Maak kieslys oop</string>
59445944
<!-- Error message shown in a dialog when trying to create a new group with non-signal users (e.g., unregistered or phone number only contacts) -->
59455945
<plurals name="RecipientLookup_error__not_signal_users">
5946-
<item quantity="one">%1$s is not a Signal user</item>
5947-
<item quantity="other">%1$s are not Signal users</item>
5946+
<item quantity="one">%1$s is nie \'n Signal-gebruiker nie</item>
5947+
<item quantity="other">%1$s is nie Signal-gebruikers nie</item>
59485948
</plurals>
59495949

59505950
<!-- Hint text that shows in the recipient search bar when no text is entered yet. -->
@@ -8846,7 +8846,7 @@
88468846

88478847
<!-- Polls -->
88488848
<!-- Caption in poll message to select an option -->
8849-
<string name="Poll__select_one">Poll · Select one</string>
8849+
<string name="Poll__select_one">Meningsopname · Kies een</string>
88508850
<!-- Caption in poll message to select one or more options -->
88518851
<string name="Poll__select_multiple">Meningsopname · Kies een of meer</string>
88528852
<!-- Caption in poll message once a poll has ended -->

app/src/main/res/values-ar/strings.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,7 +1548,7 @@
15481548
<string name="AddMembersActivity__this_person_cant_be_added_to_legacy_groups">لا يمكن إضافة هذا الشخص إلى المجموعات السابقة.</string>
15491549

15501550
<!-- Confirmation text when adding one member to a group. %1$s is the member\'s name, %2$s is the group name. -->
1551-
<string name="AddMembersActivity__add_member_to_s">Add \"%1$s\" to \"%2$s\"?</string>
1551+
<string name="AddMembersActivity__add_member_to_s">هل ترغبُ بإضافة \"%1$s\" إلى \"%2$s\"؟</string>
15521552

15531553
<!-- Confirmation text when adding members to a group. %1$d is the number of members added. %2$s is the name of the group. -->
15541554
<plurals name="AddMembersActivity__add_d_members_to_s">
@@ -6490,17 +6490,17 @@
64906490
<!-- Snackbar message when blocking a contact has failed -->
64916491
<string name="NewConversationActivity__block_failed">تعذّر الحظر</string>
64926492
<!-- Error message shown when looking up a person by phone number and that phone number is not associated with a signal account -->
6493-
<string name="RecipientLookup_error__s_is_not_a_signal_user">%1$s is not a Signal user</string>
6493+
<string name="RecipientLookup_error__s_is_not_a_signal_user">ليس %1$s من مُستخدِمي سيجنال.</string>
64946494
<!-- Accessibility label for opening the screen specific dropdown menu. -->
64956495
<string name="NewConversationActivity__accessibility_open_top_bar_menu">فتح القائمة</string>
64966496
<!-- Error message shown in a dialog when trying to create a new group with non-signal users (e.g., unregistered or phone number only contacts) -->
64976497
<plurals name="RecipientLookup_error__not_signal_users">
6498-
<item quantity="zero">%1$s are not Signal users</item>
6499-
<item quantity="one">%1$s is not a Signal user</item>
6500-
<item quantity="two">%1$s are not Signal users</item>
6501-
<item quantity="few">%1$s are not Signal users</item>
6502-
<item quantity="many">%1$s are not Signal users</item>
6503-
<item quantity="other">%1$s are not Signal users</item>
6498+
<item quantity="zero">%1$s ليسوا من مُستخدِمي سيجنال</item>
6499+
<item quantity="one">%1$s ليس مستخدم سيجنال</item>
6500+
<item quantity="two">%1$s ليسا من مُستخدِمي سيجنال</item>
6501+
<item quantity="few">%1$s ليسوا من مُستخدِمي سيجنال</item>
6502+
<item quantity="many">%1$s ليسوا من مُستخدِمي سيجنال</item>
6503+
<item quantity="other">%1$s ليسوا من مُستخدِمي سيجنال</item>
65046504
</plurals>
65056505

65066506
<!-- Hint text that shows in the recipient search bar when no text is entered yet. -->
@@ -9586,7 +9586,7 @@
95869586

95879587
<!-- Polls -->
95889588
<!-- Caption in poll message to select an option -->
9589-
<string name="Poll__select_one">Poll · Select one</string>
9589+
<string name="Poll__select_one">استطلاع · اختر خيارًا واحدًا</string>
95909590
<!-- Caption in poll message to select one or more options -->
95919591
<string name="Poll__select_multiple">استطلاع · اختر واحدًا أو أكثر</string>
95929592
<!-- Caption in poll message once a poll has ended -->

app/src/main/res/values-az/strings.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@
13961396
<string name="AddMembersActivity__this_person_cant_be_added_to_legacy_groups">Bu şəxs, köhnə qruplara əlavə ediə bilməz.</string>
13971397

13981398
<!-- Confirmation text when adding one member to a group. %1$s is the member\'s name, %2$s is the group name. -->
1399-
<string name="AddMembersActivity__add_member_to_s">Add \"%1$s\" to \"%2$s\"?</string>
1399+
<string name="AddMembersActivity__add_member_to_s">\"%1$s\", \"%2$s\" qrupuna əlavə edilsin?</string>
14001400

14011401
<!-- Confirmation text when adding members to a group. %1$d is the number of members added. %2$s is the name of the group. -->
14021402
<plurals name="AddMembersActivity__add_d_members_to_s">
@@ -5938,13 +5938,13 @@
59385938
<!-- Snackbar message when blocking a contact has failed -->
59395939
<string name="NewConversationActivity__block_failed">Bloklama baş tutmadı</string>
59405940
<!-- Error message shown when looking up a person by phone number and that phone number is not associated with a signal account -->
5941-
<string name="RecipientLookup_error__s_is_not_a_signal_user">%1$s is not a Signal user</string>
5941+
<string name="RecipientLookup_error__s_is_not_a_signal_user">%1$s Signal istifadəçisi deyil</string>
59425942
<!-- Accessibility label for opening the screen specific dropdown menu. -->
59435943
<string name="NewConversationActivity__accessibility_open_top_bar_menu">Menyunu aç</string>
59445944
<!-- Error message shown in a dialog when trying to create a new group with non-signal users (e.g., unregistered or phone number only contacts) -->
59455945
<plurals name="RecipientLookup_error__not_signal_users">
5946-
<item quantity="one">%1$s is not a Signal user</item>
5947-
<item quantity="other">%1$s are not Signal users</item>
5946+
<item quantity="one">%1$s Signal istifadəçisi deyil</item>
5947+
<item quantity="other">%1$s Signal istifadəçisi deyillər</item>
59485948
</plurals>
59495949

59505950
<!-- Hint text that shows in the recipient search bar when no text is entered yet. -->
@@ -8846,7 +8846,7 @@
88468846

88478847
<!-- Polls -->
88488848
<!-- Caption in poll message to select an option -->
8849-
<string name="Poll__select_one">Poll · Select one</string>
8849+
<string name="Poll__select_one">Səsvermə · Birini seçin</string>
88508850
<!-- Caption in poll message to select one or more options -->
88518851
<string name="Poll__select_multiple">Səsvermə · Bir və ya daha çox seçim edin</string>
88528852
<!-- Caption in poll message once a poll has ended -->

app/src/main/res/values-be/strings.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1472,7 +1472,7 @@
14721472
<string name="AddMembersActivity__this_person_cant_be_added_to_legacy_groups">Гэтую асобу нельга дадаць у старыя групы.</string>
14731473

14741474
<!-- Confirmation text when adding one member to a group. %1$s is the member\'s name, %2$s is the group name. -->
1475-
<string name="AddMembersActivity__add_member_to_s">Add \"%1$s\" to \"%2$s\"?</string>
1475+
<string name="AddMembersActivity__add_member_to_s">Дадаць «%1$s» у «%2$s»?</string>
14761476

14771477
<!-- Confirmation text when adding members to a group. %1$d is the number of members added. %2$s is the name of the group. -->
14781478
<plurals name="AddMembersActivity__add_d_members_to_s">
@@ -6214,15 +6214,15 @@
62146214
<!-- Snackbar message when blocking a contact has failed -->
62156215
<string name="NewConversationActivity__block_failed">Не атрымалася заблакаваць</string>
62166216
<!-- Error message shown when looking up a person by phone number and that phone number is not associated with a signal account -->
6217-
<string name="RecipientLookup_error__s_is_not_a_signal_user">%1$s is not a Signal user</string>
6217+
<string name="RecipientLookup_error__s_is_not_a_signal_user">%1$s не карыстальнік Signal</string>
62186218
<!-- Accessibility label for opening the screen specific dropdown menu. -->
62196219
<string name="NewConversationActivity__accessibility_open_top_bar_menu">Адкрыць меню</string>
62206220
<!-- Error message shown in a dialog when trying to create a new group with non-signal users (e.g., unregistered or phone number only contacts) -->
62216221
<plurals name="RecipientLookup_error__not_signal_users">
6222-
<item quantity="one">%1$s is not a Signal user</item>
6223-
<item quantity="few">%1$s are not Signal users</item>
6224-
<item quantity="many">%1$s are not Signal users</item>
6225-
<item quantity="other">%1$s are not Signal users</item>
6222+
<item quantity="one">%1$s не карыстальнік Signal</item>
6223+
<item quantity="few">%1$s не карыстальнікі Signal</item>
6224+
<item quantity="many">%1$s не карыстальнікі Signal</item>
6225+
<item quantity="other">%1$s не карыстальнікі Signal</item>
62266226
</plurals>
62276227

62286228
<!-- Hint text that shows in the recipient search bar when no text is entered yet. -->
@@ -9216,7 +9216,7 @@
92169216

92179217
<!-- Polls -->
92189218
<!-- Caption in poll message to select an option -->
9219-
<string name="Poll__select_one">Poll · Select one</string>
9219+
<string name="Poll__select_one">Апытанне · Выберыце адзін</string>
92209220
<!-- Caption in poll message to select one or more options -->
92219221
<string name="Poll__select_multiple">Апытанне · Выберыце адзін ці больш</string>
92229222
<!-- Caption in poll message once a poll has ended -->

app/src/main/res/values-bg/strings.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@
13961396
<string name="AddMembersActivity__this_person_cant_be_added_to_legacy_groups">Този човек не може да бъде добавен в стари групи.</string>
13971397

13981398
<!-- Confirmation text when adding one member to a group. %1$s is the member\'s name, %2$s is the group name. -->
1399-
<string name="AddMembersActivity__add_member_to_s">Add \"%1$s\" to \"%2$s\"?</string>
1399+
<string name="AddMembersActivity__add_member_to_s">Добави %1$sкъм %2$s?</string>
14001400

14011401
<!-- Confirmation text when adding members to a group. %1$d is the number of members added. %2$s is the name of the group. -->
14021402
<plurals name="AddMembersActivity__add_d_members_to_s">
@@ -5938,13 +5938,13 @@
59385938
<!-- Snackbar message when blocking a contact has failed -->
59395939
<string name="NewConversationActivity__block_failed">Неуспешно блокиране</string>
59405940
<!-- Error message shown when looking up a person by phone number and that phone number is not associated with a signal account -->
5941-
<string name="RecipientLookup_error__s_is_not_a_signal_user">%1$s is not a Signal user</string>
5941+
<string name="RecipientLookup_error__s_is_not_a_signal_user">%1$s не е потребител на Signal</string>
59425942
<!-- Accessibility label for opening the screen specific dropdown menu. -->
59435943
<string name="NewConversationActivity__accessibility_open_top_bar_menu">Отваряне на менюто</string>
59445944
<!-- Error message shown in a dialog when trying to create a new group with non-signal users (e.g., unregistered or phone number only contacts) -->
59455945
<plurals name="RecipientLookup_error__not_signal_users">
5946-
<item quantity="one">%1$s is not a Signal user</item>
5947-
<item quantity="other">%1$s are not Signal users</item>
5946+
<item quantity="one">%1$s не е потребител на Signal</item>
5947+
<item quantity="other">%1$s не са потребители на Signal</item>
59485948
</plurals>
59495949

59505950
<!-- Hint text that shows in the recipient search bar when no text is entered yet. -->
@@ -8846,7 +8846,7 @@
88468846

88478847
<!-- Polls -->
88488848
<!-- Caption in poll message to select an option -->
8849-
<string name="Poll__select_one">Poll · Select one</string>
8849+
<string name="Poll__select_one">Анкета · Изберете едно</string>
88508850
<!-- Caption in poll message to select one or more options -->
88518851
<string name="Poll__select_multiple">Анкета · Изберете едно или повече</string>
88528852
<!-- Caption in poll message once a poll has ended -->

app/src/main/res/values-bn/strings.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@
13961396
<string name="AddMembersActivity__this_person_cant_be_added_to_legacy_groups">এই ব্যক্তিকে পুরাতন গ্রুপে যুক্ত করা যাবে না।</string>
13971397

13981398
<!-- Confirmation text when adding one member to a group. %1$s is the member\'s name, %2$s is the group name. -->
1399-
<string name="AddMembersActivity__add_member_to_s">Add \"%1$s\" to \"%2$s\"?</string>
1399+
<string name="AddMembersActivity__add_member_to_s">\"%1$s\" কে \"%2$s\" তে যুক্ত করবেন?</string>
14001400

14011401
<!-- Confirmation text when adding members to a group. %1$d is the number of members added. %2$s is the name of the group. -->
14021402
<plurals name="AddMembersActivity__add_d_members_to_s">
@@ -5938,13 +5938,13 @@
59385938
<!-- Snackbar message when blocking a contact has failed -->
59395939
<string name="NewConversationActivity__block_failed">ব্লক করা যায়নি</string>
59405940
<!-- Error message shown when looking up a person by phone number and that phone number is not associated with a signal account -->
5941-
<string name="RecipientLookup_error__s_is_not_a_signal_user">%1$s is not a Signal user</string>
5941+
<string name="RecipientLookup_error__s_is_not_a_signal_user">%1$s Signal ব্যবহারকারী নন</string>
59425942
<!-- Accessibility label for opening the screen specific dropdown menu. -->
59435943
<string name="NewConversationActivity__accessibility_open_top_bar_menu">মেনু খুলুন</string>
59445944
<!-- Error message shown in a dialog when trying to create a new group with non-signal users (e.g., unregistered or phone number only contacts) -->
59455945
<plurals name="RecipientLookup_error__not_signal_users">
5946-
<item quantity="one">%1$s is not a Signal user</item>
5947-
<item quantity="other">%1$s are not Signal users</item>
5946+
<item quantity="one">%1$s Signal ব্যবহারকারী নন</item>
5947+
<item quantity="other">%1$s Signal ব্যবহারকারী নন</item>
59485948
</plurals>
59495949

59505950
<!-- Hint text that shows in the recipient search bar when no text is entered yet. -->
@@ -8846,7 +8846,7 @@
88468846

88478847
<!-- Polls -->
88488848
<!-- Caption in poll message to select an option -->
8849-
<string name="Poll__select_one">Poll · Select one</string>
8849+
<string name="Poll__select_one">জরিপ · একটি বেছে নিন</string>
88508850
<!-- Caption in poll message to select one or more options -->
88518851
<string name="Poll__select_multiple">জরিপ · এক বা একাধিক বেছে নিন</string>
88528852
<!-- Caption in poll message once a poll has ended -->

app/src/main/res/values-bs/strings.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1472,7 +1472,7 @@
14721472
<string name="AddMembersActivity__this_person_cant_be_added_to_legacy_groups">Ovu osobu nije moguće uvrstiti u stare grupe.</string>
14731473

14741474
<!-- Confirmation text when adding one member to a group. %1$s is the member\'s name, %2$s is the group name. -->
1475-
<string name="AddMembersActivity__add_member_to_s">Add \"%1$s\" to \"%2$s\"?</string>
1475+
<string name="AddMembersActivity__add_member_to_s">Uvrstiti \"%1$s\" u \"%2$s\"?</string>
14761476

14771477
<!-- Confirmation text when adding members to a group. %1$d is the number of members added. %2$s is the name of the group. -->
14781478
<plurals name="AddMembersActivity__add_d_members_to_s">
@@ -6214,15 +6214,15 @@
62146214
<!-- Snackbar message when blocking a contact has failed -->
62156215
<string name="NewConversationActivity__block_failed">Blokiranje nije uspjelo</string>
62166216
<!-- Error message shown when looking up a person by phone number and that phone number is not associated with a signal account -->
6217-
<string name="RecipientLookup_error__s_is_not_a_signal_user">%1$s is not a Signal user</string>
6217+
<string name="RecipientLookup_error__s_is_not_a_signal_user">%1$s nije korisnik/ca Signala</string>
62186218
<!-- Accessibility label for opening the screen specific dropdown menu. -->
62196219
<string name="NewConversationActivity__accessibility_open_top_bar_menu">Otvaranje menija</string>
62206220
<!-- Error message shown in a dialog when trying to create a new group with non-signal users (e.g., unregistered or phone number only contacts) -->
62216221
<plurals name="RecipientLookup_error__not_signal_users">
6222-
<item quantity="one">%1$s is not a Signal user</item>
6223-
<item quantity="few">%1$s are not Signal users</item>
6224-
<item quantity="many">%1$s are not Signal users</item>
6225-
<item quantity="other">%1$s are not Signal users</item>
6222+
<item quantity="one">%1$s nije korisnik Signala</item>
6223+
<item quantity="few">%1$s nisu korisnici Signala</item>
6224+
<item quantity="many">%1$s nisu korisnici Signala</item>
6225+
<item quantity="other">%1$s nisu korisnici Signala</item>
62266226
</plurals>
62276227

62286228
<!-- Hint text that shows in the recipient search bar when no text is entered yet. -->
@@ -9216,7 +9216,7 @@
92169216

92179217
<!-- Polls -->
92189218
<!-- Caption in poll message to select an option -->
9219-
<string name="Poll__select_one">Poll · Select one</string>
9219+
<string name="Poll__select_one">Anketa · Odaberite jedno</string>
92209220
<!-- Caption in poll message to select one or more options -->
92219221
<string name="Poll__select_multiple">Anketa · Odaberite jednu ili više</string>
92229222
<!-- Caption in poll message once a poll has ended -->

0 commit comments

Comments
 (0)