Update translations and other static files.

This commit is contained in:
Cody Henthorne
2023-10-20 14:29:31 -04:00
parent d9ecfeadc0
commit 391839028f
67 changed files with 1552 additions and 681 deletions

View File

@@ -121,7 +121,7 @@
<!-- CreditCardFragment -->
<!-- Title of fragment -->
<string name="CreditCardFragment__credit_or_debit_card">Credit or debit card</string>
<string name="CreditCardFragment__credit_or_debit_card">საკრედიტო ან სადებეტო ბარათი</string>
<!-- Explanation of how to fill in the form and a note about pii, displayed above the credit card text fields -->
<string name="CreditCardFragment__enter_your_card_details">შეიყვანე შენი ბარათის მონაცემები Signal-ი არ აგროვებს და არ ინახავს შენს პერსონალურ მონაცემებს.</string>
<!-- Displayed as a hint in the card number text field -->
@@ -147,9 +147,9 @@
<!-- Error displayed under the card expiry text field when the expiry year is invalid -->
<string name="CreditCardFragment__invalid_year">წელი არასწორია</string>
<!-- Button label to confirm credit card input and proceed with one-time payment -->
<string name="CreditCardFragment__donate_s">Donate %1$s</string>
<string name="CreditCardFragment__donate_s">გააკეთე დონაცია %1$s</string>
<!-- Button label to confirm credit card input and proceed with subscription payment -->
<string name="CreditCardFragment__donate_s_month">Donate %1$s/month</string>
<string name="CreditCardFragment__donate_s_month">გააკეთე დონაცია %1$s/თვეში</string>
<!-- OneTimeDonationPreference -->
<!-- Preference title with placeholder for amount. -->
@@ -4771,7 +4771,7 @@
<!-- Displayed as a dialog message when clicking on a donation row that is pending. Placeholder is a formatted fiat amount -->
<string name="MySupportPreference__your_bank_transfer_of_s">Your bank transfer of %1$s is pending. Bank transfers usually take 1 business day to complete. </string>
<!-- Displayed in the pending help dialog, used to launch user to more details about bank transfers -->
<string name="MySupportPreference__learn_more">Learn more</string>
<string name="MySupportPreference__learn_more">გაიგე მეტი</string>
<!-- Title of dialog telling user they need to update signal as it expired -->
<string name="UpdateSignalExpiredDialog__title">Signal-ის განახლება</string>
@@ -5913,11 +5913,11 @@
<!-- Subtitle of the screen, displayed below the toolbar. Placeholder is for \'learn more\' -->
<string name="IdealTransferDetailsFragment__enter_your_bank">Enter your bank, name and email. Stripe uses this email to send you updates about your donation. %1$s</string>
<!-- Subtitle learn-more button displayed inline with the subtitle text -->
<string name="IdealTransferDetailsFragment__learn_more">Learn more</string>
<string name="IdealTransferDetailsFragment__learn_more">გაიგე მეტი</string>
<!-- Hint label for text entry box for name on bank account -->
<string name="IdealTransferDetailsFragment__name_on_bank_account">Name on bank account</string>
<string name="IdealTransferDetailsFragment__name_on_bank_account">სახელი საბანკო ანგარიშზე</string>
<!-- Hint label for text entry box for email -->
<string name="IdealTransferDetailsFragment__email">Email</string>
<string name="IdealTransferDetailsFragment__email">ელ-ფოსტა</string>
<!-- Default label for bank selection -->
<string name="IdealTransferDetailsFragment__choose_your_bank">Choose your bank</string>
@@ -5939,16 +5939,16 @@
<!-- Bottom text block of donation pending sheet displayed after donating via a bank transfer. Placeholder is for learn more. -->
<string name="DonationPendingBottomSheet__bank_transfers_usually_take">Bank transfers usually take 1 business day to process. %1$s</string>
<!-- Learn more text for donation pending sheet displayed after donating via a bank transfer. -->
<string name="DonationPendingBottomSheet__learn_more">Learn more</string>
<string name="DonationPendingBottomSheet__learn_more">გაიგე მეტი</string>
<!-- Confirmation button for donation pending sheet displayed after donating via a bank transfer. -->
<string name="DonationPendingBottomSheet__done">Done</string>
<string name="DonationPendingBottomSheet__done">შესრულებულია</string>
<!-- Title of \'Donation Complete\' sheet displayed after a bank transfer completes and the badge is redeemed -->
<string name="DonationCompletedBottomSheet__donation_complete">Donation Complete</string>
<!-- Text block of \'Donation Complete\' sheet displayed after a bank transfer completes and the badge is redeemed -->
<string name="DonationCompleteBottomSheet__your_bank_transfer_was_received">Your bank transfer was received. You can choose to display this badge on your profile to show off your support.</string>
<!-- Button text of \'Donation Complete\' sheet displayed after a bank transfer completes and the badge is redeemed to dismiss sheet -->
<string name="DonationCompleteBottomSheet__done">Done</string>
<string name="DonationCompleteBottomSheet__done">შესრულებულია</string>
<!-- StripePaymentInProgressFragment -->
<string name="StripePaymentInProgressFragment__cancelling">ვაუქმებთ…</string>
@@ -6363,5 +6363,18 @@
<!-- Content description for confirming a user -->
<string name="PendingParticipantsBottomSheet__approve">დადასტურება</string>
<!-- Title of a megaphone shown at the bottom of the chat list when a user has disable the system setting for showing full screen notifications used showing incoming calls -->
<string name="GrantFullScreenIntentPermission_megaphone_title">Turn on full screen notifications?</string>
<!-- Body of a megaphone shown at the bottom of the chat list when a user has disable the system setting for showing full screen notifications used showing incoming calls -->
<string name="GrantFullScreenIntentPermission_megaphone_body">Never miss a call from your contacts and groups.</string>
<!-- Button on the megaphone megaphone shown at the bottom of the chat list when a user has disable the system setting for showing full screen notifications used showing incoming calls that starts the fix process -->
<string name="GrantFullScreenIntentPermission_megaphone_turn_on">Turn on</string>
<!-- Title of bottom sheet shown after tapping "Turn on" from the megaphone to re-enable full screen notifications for incoming call notifications -->
<string name="GrantFullScreenIntentPermission_bottomsheet_title">Turn on full screen notifications</string>
<!-- Subtitle of bottom sheet shown after tapping "Turn on" from the megaphone to re-enable full screen notifications for incoming call notifications -->
<string name="GrantFullScreenIntentPermission_bottomsheet_subtitle">To receive call notifications from your contacts and groups:</string>
<!-- Step 2 of bottom sheet shown after tapping "Turn on" from the megaphone to re-enable full screen notifications for incoming call notifications, it indicates the name of the setting that needs to be re-enabled -->
<string name="GrantFullScreenIntentPermission_bottomsheet_step2">2. %1$s Allow full screen notifications</string>
<!-- EOF -->
</resources>