Import translations from android-l10n

This commit is contained in:
github-actions
2023-11-16 00:03:38 +00:00
committed by mergify[bot]
parent 8f7131ef2f
commit 546b57c9f9
7 changed files with 161 additions and 30 deletions

View File

@@ -33,11 +33,11 @@
<!-- Text for context menu item to open the link in an external app. -->
<string name="mozac_feature_contextmenu_open_link_in_external_app">Otvoriť odkaz v inej aplikácii</string>
<!-- Text for context menu item to share the email with another app. -->
<string name="mozac_feature_contextmenu_share_email_address">Zdieľať e-mailovú adresu</string>
<string name="mozac_feature_contextmenu_share_email_address">Zdieľať emailovú adresu</string>
<!-- Text for context menu item to copy the email address to the clipboard. -->
<string name="mozac_feature_contextmenu_copy_email_address">Kopírovať e-mailovú adresu</string>
<string name="mozac_feature_contextmenu_copy_email_address">Kopírovať emailovú adresu</string>
<!-- Text for confirmation "snackbar" shown after copying a email address to the clipboard. -->
<string name="mozac_feature_contextmenu_snackbar_email_address_copied">E-mailová adresa bola skopírovaná do schránky</string>
<string name="mozac_feature_contextmenu_snackbar_email_address_copied">Emailová adresa bola skopírovaná do schránky</string>
<!-- Text for context menu item to add to a contact. -->
<string name="mozac_feature_contextmenu_add_to_contact">Pridať medzi kontakty</string>
<!-- Action shown in a text selection context menu. This will prompt a search using the selected text.-->
@@ -47,7 +47,7 @@
<!-- Action shown in a text selection context menu. This will prompt a share of the selected text. -->
<string name="mozac_selection_context_menu_share">Zdieľať</string>
<!-- Action shown in a text selection context menu. This will prompt a new email from the selected text. -->
<string name="mozac_selection_context_menu_email">Poslať e-mail</string>
<string name="mozac_selection_context_menu_email">Poslať email</string>
<!-- Action shown in a text selection context menu. This will prompt a new call from the selected text. -->
<string name="mozac_selection_context_menu_call">Zavolať</string>
</resources>