Updated language translations.

This commit is contained in:
Alex Hart
2022-12-07 10:29:02 -04:00
parent 3132cd1198
commit 14622cd06c
65 changed files with 925 additions and 925 deletions

View File

@@ -2219,12 +2219,12 @@
<!-- All media preview title when viewing media sent by another recipient to you (allows changing of \'You\' based on context) -->
<string name="MediaPreviewActivity_s_to_you">%1$s vám</string>
<string name="MediaPreviewActivity_media_no_longer_available">Médiá už nie sú dostupné.</string>
<string name="MediaPreviewActivity_error_finding_message">Error finding message.</string>
<string name="MediaPreviewActivity_error_finding_message">Chyba pri vyhľadávaní správy.</string>
<string name="MediaPreviewActivity_cant_find_an_app_able_to_share_this_media">Nepodarilo sa nájsť aplikáciu schopnú zdieľať tento typ súboru.</string>
<string name="MediaPreviewActivity_dismiss_due_to_error">Zatvoriť</string>
<string name="MediaPreviewFragment_edit_media_error">Chyba média</string>
<!-- This is displayed as a toast notification when we encounter an error deleting a message, including potentially on other people's devices -->
<string name="MediaPreviewFragment_media_delete_error">Error Deleting Message, Message May Still Exist</string>
<string name="MediaPreviewFragment_media_delete_error">Chyba pri odstraňovaní správy, správa môže stále existovať</string>
<!-- MessageNotifier -->
<string name="MessageNotifier_d_new_messages_in_d_conversations">%1$d nové správy v %2$d konverzáciách</string>
@@ -4412,9 +4412,9 @@
<!-- ConversationSettingsFragment -->
<!-- Dialog title displayed when non-admin tries to add a story to an audience group -->
<string name="ConversationSettingsFragment__cant_add_to_group_story">Can\'t add to group story</string>
<string name="ConversationSettingsFragment__cant_add_to_group_story">Nie je možné pridať do skupinového príbehu</string>
<!-- Dialog message displayed when non-admin tries to add a story to an audience group -->
<string name="ConversationSettingsFragment__only_admins_of_this_group_can_add_to_its_story">Only admins of this group can add to its story</string>
<string name="ConversationSettingsFragment__only_admins_of_this_group_can_add_to_its_story">Do príbehu môžu pridávať iba administrátori tejto skupiny</string>
<!-- Error toasted when no activity can handle the add contact intent -->
<string name="ConversationSettingsFragment__contacts_app_not_found">Aplikácia Kontakty sa nenašla</string>
<string name="ConversationSettingsFragment__send_message">Poslať správu</string>
@@ -4594,7 +4594,7 @@
<!-- Media V2 -->
<!-- Dialog message when sending a story via an add to group story button -->
<string name="MediaReviewFragment__add_to_the_group_story">Add to the group story \"%1$s\"</string>
<string name="MediaReviewFragment__add_to_the_group_story">Pridať do skupinového príbehu „%1$s</string>
<!-- Positive dialog action when sending a story via an add to group story button -->
<string name="MediaReviewFragment__add_to_story">Pridať do príbehu</string>
<string name="MediaReviewFragment__add_a_message">Pridajte správu</string>
@@ -4843,19 +4843,19 @@
<!-- Credit Card decline code error strings -->
<!-- Stripe decline code approve_with_id for credit cards displayed in a notification or dialog -->
<string name="DeclineCode__verify_your_card_details_are_correct_and_try_again">Verify your card details are correct and try again.</string>
<string name="DeclineCode__verify_your_card_details_are_correct_and_try_again">Skontrolujte, či sú údaje z vašej karty správne a skúste to znova.</string>
<!-- Stripe decline code call_issuer for credit cards displayed in a notification or dialog -->
<string name="DeclineCode__verify_your_card_details_are_correct_and_try_again_if_the_problem_continues">Verify your card details are correct and try again. If the problem continues, contact your bank.</string>
<string name="DeclineCode__verify_your_card_details_are_correct_and_try_again_if_the_problem_continues">Skontrolujte, či sú údaje z vašej karty správne a skúste to znova. Ak problém pretrváva, kontaktujte svoju banku.</string>
<!-- Stripe decline code expired_card for credit cards displayed in a notification or dialog -->
<string name="DeclineCode__your_card_has_expired_verify_your_card_details">Your card has expired. Verify your card details are correct and try again.</string>
<string name="DeclineCode__your_card_has_expired_verify_your_card_details">Platnosť karty vypršala. Skontrolujte, či sú údaje z vašej karty správne a skúste to znova.</string>
<!-- Stripe decline code incorrect_cvc and invalid_cvc for credit cards displayed in a notification or dialog -->
<string name="DeclineCode__your_cards_cvc_number_is_incorrect_verify_your_card_details">Your card\'s CVC number is incorrect. Verify your card details are correct and try again.</string>
<string name="DeclineCode__your_cards_cvc_number_is_incorrect_verify_your_card_details">CVC číslo vašej karty je nesprávne. Skontrolujte, či sú údaje z vašej karty správne a skúste to znova.</string>
<!-- Stripe decline code invalid_expiry_month for credit cards displayed in a notification or dialog -->
<string name="DeclineCode__the_expiration_month_on_your_card_is_incorrect">The expiration month on your card is incorrect. Verify your card details are correct and try again.</string>
<string name="DeclineCode__the_expiration_month_on_your_card_is_incorrect">Mesiac vypršania platnosti na vašej karte je nesprávny. Skontrolujte, či sú údaje z vašej karty správne a skúste to znova.</string>
<!-- Stripe decline code invalid_expiry_year for credit cards displayed in a notification or dialog -->
<string name="DeclineCode__the_expiration_year_on_your_card_is_incorrect">The expiration year on your card is incorrect. Verify your card details are correct and try again.</string>
<string name="DeclineCode__the_expiration_year_on_your_card_is_incorrect">Rok vypršania platnosti na vašej karte je nesprávny. Skontrolujte, či sú údaje z vašej karty správne a skúste to znova.</string>
<!-- Stripe decline code incorrect_number and invalid_number for credit cards displayed in a notification or dialog -->
<string name="DeclineCode__your_card_number_is_incorrect_verify_your_card_details">Your card number is incorrect. Verify your card details are correct and try again.</string>
<string name="DeclineCode__your_card_number_is_incorrect_verify_your_card_details">Číslo vašej karty je nesprávne. Skontrolujte, či sú údaje z vašej karty správne a skúste to znova.</string>
<!-- Title of create notification profile screen -->
<string name="EditNotificationProfileFragment__name_your_profile">Pomenujte svoj profil</string>
@@ -5480,10 +5480,10 @@
</plurals>
<!-- Label under name for my story -->
<plurals name="ContactSearchItems__my_story_s_dot_d_excluded">
<item quantity="one">%1$s · %2$d excluded</item>
<item quantity="few">%1$s · %2$d excluded</item>
<item quantity="many">%1$s · %2$d excluded</item>
<item quantity="other">%1$s · %2$d excluded</item>
<item quantity="one">%1$s · %2$d vylúčený</item>
<item quantity="few">%1$s · %2$d vylúčení</item>
<item quantity="many">%1$s · %2$d vylúčeného</item>
<item quantity="other">%1$s · %2$d vylúčených</item>
</plurals>
<!-- Label under name for My Story when first sending to my story -->
<string name="ContactSearchItems__tap_to_choose_your_viewers">Ťuknutím vyberte svojich sledovateľov</string>