Updated language translations.

This commit is contained in:
Nicholas
2023-05-24 12:11:15 -04:00
parent 52060b65be
commit 7f55623acf
68 changed files with 1743 additions and 269 deletions

View File

@@ -315,7 +315,7 @@
<!-- Dialog error message shown when user can\'t download a their own video message via a linked device due to a permanent failure (e.g., unable to decrypt) -->
<string name="ConversationItem_cant_download_video_you_will_need_to_send_it_again">Videoja nuk mund të shkarkohet. Duhet ta dërgosh përsëri.</string>
<!-- Display as the timestamp footer in a message bubble in a conversation when a message has been edited. The timestamp will go from \'11m\' to \'edited 11m\' -->
<string name="ConversationItem_edited_timestamp_footer">përpunuar %1$s</string>
<string name="ConversationItem_edited_timestamp_footer">edited %1$s</string>
<!-- ConversationActivity -->
<string name="ConversationActivity_add_attachment">Shtoni bashkëngjitjen</string>
@@ -499,6 +499,10 @@
<string name="ConversationFragment__update_build">Përditësoni Signal-in</string>
<!-- Action shown to allow a user to re-register as they are no longer registered -->
<string name="ConversationFragment__reregister_signal">Regjistro sërish Signal</string>
<!-- Label for a button displayed in the conversation toolbar to return to the previous screen. -->
<string name="ConversationFragment__content_description_back_button">Navigate back.</string>
<!-- Label for a button displayed in the conversation toolbar to open the main screen of the app. -->
<string name="ConversationFragment__content_description_launch_signal_button">Open Signal</string>
<!-- Label for a button displayed in conversation list to clear the chat filter -->
<string name="ConversationListFragment__clear_filter">Pastro filtrin</string>
<!-- Notice on chat list when no unread chats are available, centered on display -->
@@ -1666,6 +1670,8 @@
<string name="Recipient_you">Ju</string>
<!-- Name of recipient representing user\'s \'My Story\' -->
<string name="Recipient_my_story">Postimi im i përkohshëm</string>
<!-- Name of recipient for a call link without a name -->
<string name="Recipient_signal_call">Signal call</string>
<!-- RecipientPreferencesActivity -->
<string name="RecipientPreferenceActivity_block">Blloko</string>
@@ -2242,9 +2248,8 @@
<string name="QuickResponseService_quick_response_unavailable_when_Signal_is_locked">S\\bëhet dot përgjigje e shpejtë, kur Signal-i është i kyçur!</string>
<string name="QuickResponseService_problem_sending_message">Problem në dërgim mesazhi!</string>
<!-- SaveAttachmentTask -->
<string name="SaveAttachmentTask_saved_to">U ruajt te %1$s</string>
<string name="SaveAttachmentTask_saved">U ruajt</string>
<!-- A small toast notification to let the user know their image/video/audio was downloaded and saved to their device, accessible in other apps. -->
<string name="SaveAttachmentTask_saved">Media saved</string>
<!-- SearchToolbar -->
<string name="SearchToolbar_search">Kërko</string>
@@ -4319,6 +4324,8 @@
<string name="HelpSettingsFragment__contact_us">Lidhuni me ne</string>
<string name="HelpSettingsFragment__version">Version</string>
<string name="HelpSettingsFragment__debug_log">Regjistër diagnostikimesh</string>
<!-- Header for the screen that displays the licenses of the open-source software dependencies of the Signal app-->
<string name="HelpSettingsFragment__licenses">Licenses</string>
<string name="HelpSettingsFragment__terms_amp_privacy_policy">Kushte &amp; Rregulla Privatësie</string>
<string name="HelpFragment__copyright_signal_messenger">Të drejta kopjimi Signal Messenger</string>
<string name="HelpFragment__licenced_under_the_agplv3">Licencuar sipas GNU AGPLv3</string>
@@ -5923,6 +5930,8 @@
<string name="CallLogAdapter__return">Kthehu</string>
<!-- 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) -->
<string name="CallLogAdapter__d_s">(%1$d) %2$s</string>
<!-- Status text on call links -->
<string name="CallLogAdapter__call_link">Call link</string>
<!-- Call Log context menu -->
<!-- Displayed as a context menu item to start a video call -->
@@ -6068,6 +6077,12 @@
<string name="CallLinkDetailsFragment__share_link">Ndaj lidhjen</string>
<!-- Displayed in a text row, allowing the user to delete the call link -->
<string name="CallLinkDetailsFragment__delete_call_link">Fshi lidhjen e thirrjes</string>
<!-- Displayed whenever a name change, revocation, etc, fails. -->
<string name="CallLinkDetailsFragment__couldnt_save_changes">Couldn\'t save changes. Check your network connection and try again.</string>
<!-- Displayed as title in dialog when user attempts to delete the link -->
<string name="CallLinkDetailsFragment__delete_link">Delete link?</string>
<!-- Displayed as body in dialog when user attempts to delete the link -->
<string name="CallLinkDetailsFragment__this_link_will_no_longer_work">This link will no longer work for anyone who as it.</string>
<!-- Button label for the share button in the username link settings -->
<string name="UsernameLinkSettings_share_button_label">Ndajeni Me të Tjerë</string>
@@ -6091,6 +6106,13 @@
<string name="UsernameLinkSettings_qr_scan_description">Skano kodin QR te pajisja e kontaktit tënd.</string>
<!-- App bar title for the username QR code color picker screen -->
<string name="UsernameLinkSettings_color_picker_app_bar_title">Ngjyrë</string>
<!-- Body of a dialog that is displayed when we failed to read a username QR code. -->
<string name="UsernameLinkSettings_qr_result_invalid">The QR code was invalid.</string>
<!-- Body of a dialog that is displayed when the username we looked up could not be found. -->
<string name="UsernameLinkSettings_qr_result_not_found">A user with username $1$s could not be found.</string>
<!-- Body of a dialog that is displayed when we experienced a network error when looking up a username. -->
<string name="UsernameLinkSettings_qr_result_network_error">Experienced a network error. Please try again.</string>
<!-- EOF -->
</resources>