Skip to content

Commit d65e4e8

Browse files
Update translations and other static files.
1 parent 9fa04e0 commit d65e4e8

File tree

11 files changed

+446
-446
lines changed

11 files changed

+446
-446
lines changed

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

+90-90
Large diffs are not rendered by default.

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -5065,7 +5065,7 @@
50655065
<!-- Header for section showing current chat folders -->
50665066
<string name="ChatFoldersFragment__folders">Carpetas</string>
50675067
<!-- Text next to button that allows users to create a new chat folder -->
5068-
<string name="ChatFoldersFragment__create_a_folder">Crear una carpeta</string>
5068+
<string name="ChatFoldersFragment__create_a_folder">Nueva carpeta</string>
50695069
<!-- Name of a chat folder that represents the folder containing all chats -->
50705070
<string name="ChatFoldersFragment__all_chats">Todos los chats</string>
50715071
<!-- Header for section showing suggested chat folders for users to have -->
@@ -5093,7 +5093,7 @@
50935093
<!-- Option in context menu to add a new folder -->
50945094
<string name="ChatFoldersFragment__add_new_folder">Añadir nueva carpeta</string>
50955095
<!-- Option in context menu to mute all chats in the folder -->
5096-
<string name="ChatFoldersFragment__mute_all">Silenciar todo</string>
5096+
<string name="ChatFoldersFragment__mute_all">Silenciar todos</string>
50975097
<!-- Option in context menu to reorder the positions of the folder -->
50985098
<string name="ChatFoldersFragment__reorder_folder">Reordenar carpetas</string>
50995099
<!-- Option in context menu to mark all of the chats in a folder as read -->
@@ -5116,7 +5116,7 @@
51165116

51175117
<!-- CreateFoldersFragment -->
51185118
<!-- Title of the screen when creating a folder, displayed in the toolbar -->
5119-
<string name="CreateFoldersFragment__create_a_folder">Crear una carpeta</string>
5119+
<string name="CreateFoldersFragment__create_a_folder">Nueva carpeta</string>
51205120
<!-- Hint text shown in text field to enter a name for the folder -->
51215121
<string name="CreateFoldersFragment__folder_name">Nombre de la carpeta (obligatorio)</string>
51225122
<!-- Section title representing what chats are included in the folder -->

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

+57-57
Large diffs are not rendered by default.

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

+56-56
Large diffs are not rendered by default.

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

+59-59
Large diffs are not rendered by default.

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

+59-59
Large diffs are not rendered by default.

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

+11-11
Original file line numberDiff line numberDiff line change
@@ -5057,7 +5057,7 @@
50575057
<!-- Heading within chats settings for chat folders -->
50585058
<string name="ChatsSettingsFragment__chat_folders">Folda la magumzo</string>
50595059
<!-- Option within settings to add a new chat folder -->
5060-
<string name="ChatsSettingsFragment__add_chat_folder">Add a chat folder</string>
5060+
<string name="ChatsSettingsFragment__add_chat_folder">Weka folda la gumzo</string>
50615061

50625062
<!-- ChatFoldersFragment -->
50635063
<!-- Description of what chat folders are -->
@@ -5073,11 +5073,11 @@
50735073
<!-- Name of a chat folder that contains all chats that currently have unread messages -->
50745074
<string name="ChatFoldersFragment__unreads">Hazijasomwa</string>
50755075
<!-- Description of the suggested unread chat folder -->
5076-
<string name="ChatFoldersFragment__unread_messages">Unread messages from all chats</string>
5076+
<string name="ChatFoldersFragment__unread_messages">Jumbe ambazo hazijasomwa kutoka kwenye magumzo yote</string>
50775077
<!-- Name of a chat folder that contains all 1:1 (individual) chats -->
50785078
<string name="ChatFoldersFragment__one_on_one_chats">Magumzo ya 1:1</string>
50795079
<!-- Description of the suggested 1:1 chat folder -->
5080-
<string name="ChatFoldersFragment__only_direct_messages">Only messages from direct chats</string>
5080+
<string name="ChatFoldersFragment__only_direct_messages">Jumbe kutoka kwenye magumzo ya moja kwa moja tu</string>
50815081
<!-- Name of a chat folder that contains all groups chats -->
50825082
<string name="ChatFoldersFragment__groups">Makundi</string>
50835083
<!-- Description of the suggested group chat folder -->
@@ -5091,7 +5091,7 @@
50915091
<!-- Option in context menu to delete the folder -->
50925092
<string name="ChatFoldersFragment__delete_folder">Futa folda</string>
50935093
<!-- Option in context menu to add a new folder -->
5094-
<string name="ChatFoldersFragment__add_new_folder">Add new folder</string>
5094+
<string name="ChatFoldersFragment__add_new_folder">Weka folda jipya</string>
50955095
<!-- Option in context menu to mute all chats in the folder -->
50965096
<string name="ChatFoldersFragment__mute_all">Nyamazisha yote</string>
50975097
<!-- Option in context menu to reorder the positions of the folder -->
@@ -5100,8 +5100,8 @@
51005100
<string name="ChatFoldersFragment__mark_all_read">Alamisha zote zilimesomwa</string>
51015101
<!-- Text describing the number of chat types in a folder -->
51025102
<plurals name="ChatFoldersFragment__d_chat_types">
5103-
<item quantity="one">%1$d chat type</item>
5104-
<item quantity="other">%1$d chat types</item>
5103+
<item quantity="one">%1$d aina ya gumzo</item>
5104+
<item quantity="other">%1$d aina ya magumzo</item>
51055105
</plurals>
51065106
<!-- Text describing the number of chat in a folder -->
51075107
<plurals name="ChatFoldersFragment__d_chats">
@@ -5110,8 +5110,8 @@
51105110
</plurals>
51115111
<!-- Text describing the number of chats that are excluded in a folder -->
51125112
<plurals name="ChatFoldersFragment__d_chats_excluded">
5113-
<item quantity="one">%1$d chat excluded</item>
5114-
<item quantity="other">%1$d chats excluded</item>
5113+
<item quantity="one">%1$d gumzo halijajumuishwa</item>
5114+
<item quantity="other">%1$d magumzo hayajajumuishwa</item>
51155115
</plurals>
51165116

51175117
<!-- CreateFoldersFragment -->
@@ -5122,7 +5122,7 @@
51225122
<!-- Section title representing what chats are included in the folder -->
51235123
<string name="CreateFoldersFragment__included_chats">Magumzo yaliyojumuishwa</string>
51245124
<!-- Text next to button that allows users to add chats to the folder -->
5125-
<string name="CreateFoldersFragment__add_chats">Add chats</string>
5125+
<string name="CreateFoldersFragment__add_chats">Weka magumzo</string>
51265126
<!-- Description explaining the purpose of the included chats section -->
51275127
<string name="CreateFoldersFragment__choose_chats_you_want">Chagua magumzo unayotaka yaonekane kwenye folda hili.</string>
51285128
<!-- Section title representing what chats are excluded from the folder -->
@@ -5146,7 +5146,7 @@
51465146
<!-- Alert dialog confirmation button text to save the changes -->
51475147
<string name="CreateFoldersFragment__create_folder">Tengeneza folda</string>
51485148
<!-- Section title shown when editing an existing folder -->
5149-
<string name="CreateFoldersFragment__edit_folder">Edit folder</string>
5149+
<string name="CreateFoldersFragment__edit_folder">Badili folda</string>
51505150
<!-- Button text to save the changes to a folder after it has been edited -->
51515151
<string name="CreateFoldersFragment__save">Hifadhi</string>
51525152
<!-- Alert dialog title to save changes made to the current folder -->
@@ -5160,7 +5160,7 @@
51605160
<!-- Text that when pressed will delete the current folder -->
51615161
<string name="CreateFoldersFragment__delete_folder">Futa folda</string>
51625162
<!-- Alert dialog title to delete the current folder -->
5163-
<string name="CreateFoldersFragment__delete_this_chat_folder">Delete this chat folder?</string>
5163+
<string name="CreateFoldersFragment__delete_this_chat_folder">Ungependa kufuta folda hili la gumzo?</string>
51645164

51655165
<!-- ChooseChatsFragment -->
51665166
<!-- Section title representing chat types that can be added to the folder -->

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -7267,7 +7267,7 @@
72677267
<!-- Displayed for missed calls declined by notification profile -->
72687268
<string name="CallLogAdapter__missed_notification_profile">Пропущено під час увімкненого профілю сповіщень</string>
72697269
<!-- Displayed on Group Call button if user is not in the call -->
7270-
<string name="CallLogAdapter__join">Приєднатись</string>
7270+
<string name="CallLogAdapter__join">Приєднатися</string>
72717271
<!-- Displayed on Group Call button if user is in the call -->
72727272
<string name="CallLogAdapter__return">Повернутись</string>
72737273
<!-- Call state template when there is more than one call collapsed into a single row. D is a number > 1 and S is a call info string (like Missed) -->
@@ -7390,7 +7390,7 @@
73907390
<!-- Call link creation item title on calls tab -->
73917391
<string name="CreateCallLink__create_a_call_link">Створити посилання на виклик</string>
73927392
<!-- Call link creation item description on calls tab -->
7393-
<string name="CreateCallLink__share_a_link_for">Поділіться посиланням на виклик у Signal</string>
7393+
<string name="CreateCallLink__share_a_link_for">Виклик у Signal</string>
73947394
<!-- Text inserted when sharing a call link within Signal. Placeholder is a call link url. -->
73957395
<string name="CreateCallLink__use_this_link_to_join_a_signal_call">Ось посилання, за яким можна приєднатися до виклику в Signal: %1$s</string>
73967396

@@ -7410,15 +7410,15 @@
74107410
<!-- Displayed as a default name for the signal call -->
74117411
<string name="CreateCallLinkBottomSheetDialogFragment__signal_call">Виклик у Signal</string>
74127412
<!-- Displayed on a small button to allow user to instantly join call -->
7413-
<string name="CreateCallLinkBottomSheetDialogFragment__join">Приєднатись</string>
7413+
<string name="CreateCallLinkBottomSheetDialogFragment__join">Приєднатися</string>
74147414
<!-- Option to open a full screen dialog to add a call name -->
74157415
<string name="CreateCallLinkBottomSheetDialogFragment__add_call_name">Додати назву виклику</string>
74167416
<!-- Option to open a full screen dialog to edit a call name -->
74177417
<string name="CreateCallLinkBottomSheetDialogFragment__edit_call_name">Змінити назву виклику</string>
74187418
<!-- Toggle to require approval for all members before joining -->
74197419
<string name="CreateCallLinkBottomSheetDialogFragment__require_admin_approval">Адміністратор затверджує учасників</string>
74207420
<!-- Row label to share the link via Signal -->
7421-
<string name="CreateCallLinkBottomSheetDialogFragment__share_link_via_signal">Поділитися посиланням через Signal</string>
7421+
<string name="CreateCallLinkBottomSheetDialogFragment__share_link_via_signal">Надіслати посилання в Signal</string>
74227422
<!-- Row label to copy the link to the clipboard -->
74237423
<string name="CreateCallLinkBottomSheetDialogFragment__copy_link">Копіювати посилання</string>
74247424
<!-- Row label to share the link with the external share sheet -->

0 commit comments

Comments
 (0)