Skip to content

Commit f4369f9

Browse files
committed
Update translations and other static files.
1 parent 8b19cbb commit f4369f9

File tree

69 files changed

+1275
-867
lines changed

Some content is hidden

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

69 files changed

+1275
-867
lines changed

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

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8604,6 +8604,12 @@
86048604
<string name="SelectRestoreMethodFragment__from_your_old_phone">Vanaf jou ou foon</string>
86058605
<!-- Option subtitle for restoring via device transfer -->
86068606
<string name="SelectRestoreMethodFragment__transfer_directly_from_old">Dra direk vanaf jou ou Android oor</string>
8607+
<!-- Dialog title shown as a warning when skipping restore during registration -->
8608+
<string name="SelectRestoreMethodFragment__skip_restore_title">Skip restore?</string>
8609+
<!-- Dialog message shown as a warning when skipping restore during registration -->
8610+
<string name="SelectRestoreMethodFragment__skip_restore_warning">If you skip restore now you will not be able to restore later. If you re-enable backups after skipping restore, your current backup will be replaced with your new messaging history.</string>
8611+
<!-- Dialog confirm text shown as a warning when skipping restore during registration -->
8612+
<string name="SelectRestoreMethodFragment__skip_restore">Skip restore</string>
86078613

86088614
<!-- Screen title for restore via local backup -->
86098615
<string name="RestoreLocalBackup_title">Herwin plaaslike rugsteun</string>
@@ -8800,7 +8806,7 @@
88008806
<!-- Title of screen that shows the poll results of a poll -->
88018807
<string name="Poll__poll_results">Poll results</string>
88028808
<!-- Header text displaying the question of the poll -->
8803-
<string name="Poll__question">Question</string>
8809+
<string name="Poll__question">Vraag</string>
88048810
<!-- Text displaying how many votes, %1$d, an option has gotten -->
88058811
<plurals name="Poll__num_votes">
88068812
<item quantity="one">%1$d vote</item>
@@ -8809,19 +8815,19 @@
88098815
<!-- Text that when pressed will end the poll -->
88108816
<string name="Poll__end_poll">End poll</string>
88118817
<!-- Button that once pressed will show all of the voters for a poll -->
8812-
<string name="Poll__see_all">See all</string>
8818+
<string name="Poll__see_all">Sien almal</string>
88138819
<!-- Header when creating a new poll -->
88148820
<string name="CreatePollFragment__new_poll">New poll</string>
88158821
<!-- Section text to enter in a question for a poll -->
8816-
<string name="CreatePollFragment__question">Question</string>
8822+
<string name="CreatePollFragment__question">Vraag</string>
88178823
<!-- Hint text for question field when creating a poll -->
88188824
<string name="CreatePollFragment__ask_a_question">Ask a question</string>
88198825
<!-- Section text to enter in options for a poll -->
8820-
<string name="CreatePollFragment__options">Options</string>
8826+
<string name="CreatePollFragment__options">Opsies</string>
88218827
<!-- Hint text for the option field, where %1$d is the option number (max 10) -->
88228828
<string name="CreatePollFragment__option_n">Option %1$d</string>
88238829
<!-- Accessibility label for the polls drag and drop handle used to reorder the list. -->
8824-
<string name="CreatePollFragment__drag_handle">Drag and drop handle</string>
8830+
<string name="CreatePollFragment__drag_handle">Sleep-en-neerlaat-handvatsel</string>
88258831
<!-- Text next to button to allow the poll to allow for multiple votes -->
88268832
<string name="CreatePollFragment__allow_multiple_votes">Allow multiple votes</string>
88278833
<!-- Snackbar text to add a question and two options before creating a poll -->

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

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<string name="AttachmentKeyboard_contact">جهة الاتصال</string>
9090
<string name="AttachmentKeyboard_location">الموقع</string>
9191
<!-- Text for a button that will allow users to create a poll -->
92-
<string name="AttachmentKeyboard_poll">Poll</string>
92+
<string name="AttachmentKeyboard_poll">استطلاع</string>
9393
<string name="AttachmentKeyboard_Signal_needs_permission_to_show_your_photos_and_videos">يحتاج سيجنال إلى إذن لإظهار الصور ومقاطع الفيديو الخاصة بك.</string>
9494
<!-- Text for a button prompting users to allow Signal access to their gallery storage -->
9595
<string name="AttachmentKeyboard_allow_access">إعطاء الصلاحية</string>
@@ -4884,7 +4884,7 @@
48844884
<!-- Button to view a in-chat payment message\'s full payment details; Action item with hyphenation. Translation can use soft hyphen - Unicode U+00AD -->
48854885
<string name="conversation_selection__menu_payment_details">تفاصيل عملية الدفع</string>
48864886
<!-- Button to end a poll -->
4887-
<string name="conversation_selection__menu_end_poll">End poll</string>
4887+
<string name="conversation_selection__menu_end_poll">إنهاء الاستطلاع</string>
48884888

48894889
<!-- conversation_expiring_on -->
48904890

@@ -9336,6 +9336,12 @@
93369336
<string name="SelectRestoreMethodFragment__from_your_old_phone">من جهازك القديم</string>
93379337
<!-- Option subtitle for restoring via device transfer -->
93389338
<string name="SelectRestoreMethodFragment__transfer_directly_from_old">النقل مباشرةً من جهاز أندرويد القديم الخاص بك</string>
9339+
<!-- Dialog title shown as a warning when skipping restore during registration -->
9340+
<string name="SelectRestoreMethodFragment__skip_restore_title">Skip restore?</string>
9341+
<!-- Dialog message shown as a warning when skipping restore during registration -->
9342+
<string name="SelectRestoreMethodFragment__skip_restore_warning">If you skip restore now you will not be able to restore later. If you re-enable backups after skipping restore, your current backup will be replaced with your new messaging history.</string>
9343+
<!-- Dialog confirm text shown as a warning when skipping restore during registration -->
9344+
<string name="SelectRestoreMethodFragment__skip_restore">Skip restore</string>
93399345

93409346
<!-- Screen title for restore via local backup -->
93419347
<string name="RestoreLocalBackup_title">استعادة نسخة احتياطية محلية</string>
@@ -9520,15 +9526,15 @@
95209526
<!-- Caption in poll message once a poll has ended -->
95219527
<string name="Poll__final_results">Poll · Final results</string>
95229528
<!-- Caption in poll message that no votes have been cast -->
9523-
<string name="Poll__no_votes">No votes</string>
9529+
<string name="Poll__no_votes">لا أصوات</string>
95249530
<!-- Button in poll message to view current votes for a poll -->
9525-
<string name="Poll__view_votes">View votes</string>
9531+
<string name="Poll__view_votes">عرض الأصوات</string>
95269532
<!-- Button in poll message to view the poll after it has ended -->
95279533
<string name="Poll__view_poll">View poll</string>
95289534
<!-- Toast message shown if we cannot find the poll -->
95299535
<string name="Poll__unable_poll">Poll not found</string>
95309536
<!-- Button in poll message to view results for a poll after it ends -->
9531-
<string name="Poll__view_results">View results</string>
9537+
<string name="Poll__view_results">عرض النتائج</string>
95329538
<!-- Quote preview when replying to a poll. %1$s is the question of the poll -->
95339539
<string name="Poll__poll_question">Poll: %1$s</string>
95349540
<!-- Notification message sent when a poll ends. %1$s is the creator. %2$s is the question of the poll -->
@@ -9540,34 +9546,34 @@
95409546
<!-- Title of screen that shows the poll results of a poll -->
95419547
<string name="Poll__poll_results">Poll results</string>
95429548
<!-- Header text displaying the question of the poll -->
9543-
<string name="Poll__question">Question</string>
9549+
<string name="Poll__question">سؤال</string>
95449550
<!-- Text displaying how many votes, %1$d, an option has gotten -->
95459551
<plurals name="Poll__num_votes">
9546-
<item quantity="zero">%1$d votes</item>
9547-
<item quantity="one">%1$d vote</item>
9548-
<item quantity="two">%1$d votes</item>
9549-
<item quantity="few">%1$d votes</item>
9550-
<item quantity="many">%1$d votes</item>
9551-
<item quantity="other">%1$d votes</item>
9552+
<item quantity="zero">%1$d أصوات</item>
9553+
<item quantity="one">%1$d صوت</item>
9554+
<item quantity="two">%1$d صوتين</item>
9555+
<item quantity="few">%1$d أصوات</item>
9556+
<item quantity="many">%1$d صوت</item>
9557+
<item quantity="other">%1$d صوت</item>
95529558
</plurals>
95539559
<!-- Text that when pressed will end the poll -->
9554-
<string name="Poll__end_poll">End poll</string>
9560+
<string name="Poll__end_poll">إنهاء الاستطلاع</string>
95559561
<!-- Button that once pressed will show all of the voters for a poll -->
9556-
<string name="Poll__see_all">See all</string>
9562+
<string name="Poll__see_all">مشاهدة الكل</string>
95579563
<!-- Header when creating a new poll -->
9558-
<string name="CreatePollFragment__new_poll">New poll</string>
9564+
<string name="CreatePollFragment__new_poll">استطلاع جديد</string>
95599565
<!-- Section text to enter in a question for a poll -->
9560-
<string name="CreatePollFragment__question">Question</string>
9566+
<string name="CreatePollFragment__question">سؤال</string>
95619567
<!-- Hint text for question field when creating a poll -->
9562-
<string name="CreatePollFragment__ask_a_question">Ask a question</string>
9568+
<string name="CreatePollFragment__ask_a_question">اطرَح سؤالًا</string>
95639569
<!-- Section text to enter in options for a poll -->
9564-
<string name="CreatePollFragment__options">Options</string>
9570+
<string name="CreatePollFragment__options">الخيارات</string>
95659571
<!-- Hint text for the option field, where %1$d is the option number (max 10) -->
95669572
<string name="CreatePollFragment__option_n">Option %1$d</string>
95679573
<!-- Accessibility label for the polls drag and drop handle used to reorder the list. -->
9568-
<string name="CreatePollFragment__drag_handle">Drag and drop handle</string>
9574+
<string name="CreatePollFragment__drag_handle">أداة التحكُّم بالسحب والإفلات</string>
95699575
<!-- Text next to button to allow the poll to allow for multiple votes -->
9570-
<string name="CreatePollFragment__allow_multiple_votes">Allow multiple votes</string>
9576+
<string name="CreatePollFragment__allow_multiple_votes">السماح بالتصويت عدة مرّات</string>
95719577
<!-- Snackbar text to add a question and two options before creating a poll -->
95729578
<string name="CreatePollFragment__add_question_option">Add a question and at least 2 options</string>
95739579
<!-- Snackbar text to add two options before creating a poll -->

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

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8604,6 +8604,12 @@
86048604
<string name="SelectRestoreMethodFragment__from_your_old_phone">Köhnə telefonunuzdan</string>
86058605
<!-- Option subtitle for restoring via device transfer -->
86068606
<string name="SelectRestoreMethodFragment__transfer_directly_from_old">Birbaşa köhnə Androiddən köçür</string>
8607+
<!-- Dialog title shown as a warning when skipping restore during registration -->
8608+
<string name="SelectRestoreMethodFragment__skip_restore_title">Skip restore?</string>
8609+
<!-- Dialog message shown as a warning when skipping restore during registration -->
8610+
<string name="SelectRestoreMethodFragment__skip_restore_warning">If you skip restore now you will not be able to restore later. If you re-enable backups after skipping restore, your current backup will be replaced with your new messaging history.</string>
8611+
<!-- Dialog confirm text shown as a warning when skipping restore during registration -->
8612+
<string name="SelectRestoreMethodFragment__skip_restore">Skip restore</string>
86078613

86088614
<!-- Screen title for restore via local backup -->
86098615
<string name="RestoreLocalBackup_title">Yerli ehtiyat nüsxəni bərpa edin</string>
@@ -8800,7 +8806,7 @@
88008806
<!-- Title of screen that shows the poll results of a poll -->
88018807
<string name="Poll__poll_results">Poll results</string>
88028808
<!-- Header text displaying the question of the poll -->
8803-
<string name="Poll__question">Question</string>
8809+
<string name="Poll__question">Sual</string>
88048810
<!-- Text displaying how many votes, %1$d, an option has gotten -->
88058811
<plurals name="Poll__num_votes">
88068812
<item quantity="one">%1$d vote</item>
@@ -8809,19 +8815,19 @@
88098815
<!-- Text that when pressed will end the poll -->
88108816
<string name="Poll__end_poll">End poll</string>
88118817
<!-- Button that once pressed will show all of the voters for a poll -->
8812-
<string name="Poll__see_all">See all</string>
8818+
<string name="Poll__see_all">Hamısına bax</string>
88138819
<!-- Header when creating a new poll -->
88148820
<string name="CreatePollFragment__new_poll">New poll</string>
88158821
<!-- Section text to enter in a question for a poll -->
8816-
<string name="CreatePollFragment__question">Question</string>
8822+
<string name="CreatePollFragment__question">Sual</string>
88178823
<!-- Hint text for question field when creating a poll -->
88188824
<string name="CreatePollFragment__ask_a_question">Ask a question</string>
88198825
<!-- Section text to enter in options for a poll -->
8820-
<string name="CreatePollFragment__options">Options</string>
8826+
<string name="CreatePollFragment__options">Seçimlər</string>
88218827
<!-- Hint text for the option field, where %1$d is the option number (max 10) -->
88228828
<string name="CreatePollFragment__option_n">Option %1$d</string>
88238829
<!-- Accessibility label for the polls drag and drop handle used to reorder the list. -->
8824-
<string name="CreatePollFragment__drag_handle">Drag and drop handle</string>
8830+
<string name="CreatePollFragment__drag_handle">Yenidən sıralamaq üçün dartın və buraxın</string>
88258831
<!-- Text next to button to allow the poll to allow for multiple votes -->
88268832
<string name="CreatePollFragment__allow_multiple_votes">Allow multiple votes</string>
88278833
<!-- Snackbar text to add a question and two options before creating a poll -->

0 commit comments

Comments
 (0)