Update translations and other static files.

This commit is contained in:
Greyson Parrelli
2026-03-04 13:41:32 -05:00
parent 3fbd72092c
commit 386d8bb312
132 changed files with 3581 additions and 3581 deletions

View File

@@ -37,7 +37,7 @@
<!-- Title of registration screen when asking for the users phone number -->
<string name="RegistrationActivity_phone_number">Номер телефону</string>
<!-- Text explaining to users that they will be receiving a verification for their phone number and that carrier rates could apply -->
<string name="RegistrationActivity_you_will_receive_a_verification_code">Ви отримаєте код підтвердження. Можливе списання з оператором</string>
<string name="RegistrationActivity_you_will_receive_a_verification_code">Ви отримаєте код підтвердження. Може стягуватися плата згідно з тарифами оператора.</string>
<!-- Hint text to select a country -->
<string name="RegistrationActivity_select_a_country">Оберіть країну</string>
<string name="RegistrationActivity_phone_number_description">Номер телефону</string>
@@ -57,13 +57,13 @@
<!-- Title of the verification code entry screen -->
<string name="VerificationCodeScreen__verification_code">Код підтвердження</string>
<!-- Subtitle explaining where the code was sent. Placeholder is the phone number -->
<string name="VerificationCodeScreen__enter_the_code_we_sent_to_s">Введіть код, який ми відправили на %1$s</string>
<string name="VerificationCodeScreen__enter_the_code_we_sent_to_s">Введіть код, який ми надіслали на %1$s</string>
<!-- Button text for wrong number action -->
<string name="VerificationCodeScreen__wrong_number">Неправильний номер?</string>
<!-- Button text for resend SMS action -->
<string name="VerificationCodeScreen__resend_code">Надішліть код ще раз</string>
<!-- Button text for call me action -->
<string name="VerificationCodeScreen__call_me_instead">Call me instead</string>
<string name="VerificationCodeScreen__call_me_instead">Подзвоніть мені</string>
<!-- Countdown text shown below the resend code button. Placeholders are minutes and seconds -->
<string name="VerificationCodeScreen__countdown_format">(%1$02d:%2$02d)</string>
<!-- Button text for call me when countdown is active. Placeholders are minutes and seconds -->
@@ -71,17 +71,17 @@
<!-- Toast shown when the user enters an incorrect verification code -->
<string name="VerificationCodeScreen__incorrect_code">Неправильний код</string>
<!-- Snackbar shown when there is a network error -->
<string name="VerificationCodeScreen__network_error">Unable to connect. Please check your network and try again.</string>
<string name="VerificationCodeScreen__network_error">Не вдається під\'єднатися. Перевірте з\'єднання з мережею і спробуйте знову.</string>
<!-- Snackbar shown when rate limited. Placeholder is the retry duration -->
<string name="VerificationCodeScreen__too_many_attempts_try_again_in_s">Too many attempts. Try again in %1$s.</string>
<string name="VerificationCodeScreen__too_many_attempts_try_again_in_s">Забагато спроб. Спробуйте ще раз через %1$s.</string>
<!-- Snackbar shown for generic/unknown errors -->
<string name="VerificationCodeScreen__an_unexpected_error_occurred">Сталася неочікувана помилка. Спробуйте ще раз.</string>
<!-- Snackbar shown when the SMS provider has an error -->
<string name="VerificationCodeScreen__sms_provider_error">There was a problem sending your verification code. Please try again.</string>
<string name="VerificationCodeScreen__sms_provider_error">Не вдалося надіслати ваш код підтвердження. Будь ласка, спробуйте ще раз.</string>
<!-- Snackbar shown when the selected transport (SMS/voice) is unavailable -->
<string name="VerificationCodeScreen__could_not_send_code_via_selected_method">Could not send code via the selected method. Please try another option.</string>
<string name="VerificationCodeScreen__could_not_send_code_via_selected_method">Не вдалося надіслати код обраним способом. Будь ласка, оберіть інший.</string>
<!-- Snackbar shown for registration errors -->
<string name="VerificationCodeScreen__registration_error">Registration failed. Please try again.</string>
<string name="VerificationCodeScreen__registration_error">Помилка реєстрації. Будь ласка, спробуйте ще раз.</string>
<!-- Button text for having trouble with verification -->
<string name="VerificationCodeScreen__having_trouble">Having trouble?</string>
<string name="VerificationCodeScreen__having_trouble">Виникли проблеми?</string>
</resources>