mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Update translations and other static files.
This commit is contained in:
@@ -408,6 +408,8 @@
|
||||
|
||||
<string name="ConversationActivity_error_sending_media">Neizdevās nosūtīt multivides failu</string>
|
||||
|
||||
<!-- Message shown when opening an MMS group conversation with SMS disabled and there are no exported messages -->
|
||||
<string name="ConversationActivity__sms_messaging_is_no_longer_supported">SMS messaging is no longer supported in Signal.</string>
|
||||
<!-- Message shown when opening an SMS conversation with SMS disabled and there are no exported messages -->
|
||||
<string name="ConversationActivity__sms_messaging_is_no_longer_supported_in_signal_invite_s_to_to_signal_to_keep_the_conversation_here">Signal vairs netiek atbalstīta SMS ziņu sūtīšana. Uzaiciniet lietotāju %1$s izmantot Signal, lai turpinātu sarunu šeit.</string>
|
||||
<!-- Action button shown when opening an SMS conversation with SMS disabled and there are no exported messages -->
|
||||
@@ -4683,6 +4685,12 @@
|
||||
<string name="NewConversationActivity__s_is_not_a_signal_user">%1$s nav Signal lietotājs</string>
|
||||
<!-- Error message shown when we could not get a user from the username link -->
|
||||
<string name="NewConversationActivity__">%1$s nav Signal lietotājs</string>
|
||||
<!-- Error message shown in a dialog when trying to create a new group with non-signal users (e.g., unregistered or phone number only contacts) -->
|
||||
<plurals name="CreateGroupActivity_not_signal_users">
|
||||
<item quantity="zero">%1$s are not Signal users</item>
|
||||
<item quantity="one">%1$s is not a Signal user</item>
|
||||
<item quantity="other">%1$s are not Signal users</item>
|
||||
</plurals>
|
||||
|
||||
<!-- ContactFilterView -->
|
||||
<string name="ContactFilterView__search_name_or_number">Meklēt vārdu vai numuru</string>
|
||||
@@ -6577,5 +6585,16 @@
|
||||
<!-- 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 Atļaut pilnekrāna paziņojumus</string>
|
||||
|
||||
<!-- Bottom sheet dialog shown when a monthly donation fails to renew, title for dialog -->
|
||||
<string name="MonthlyDonationCanceled__title">Monthly donation canceled</string>
|
||||
<!-- Bottom sheet dialog shown when a monthly donation fails to renew, body for dialog. First placeholder is a payment related error message. Second placeholder is \'learn more\' -->
|
||||
<string name="MonthlyDonationCanceled__message">Your recurring monthly donation was canceled. %1$s\n\nYour badge will no longer be visible on your profile. %2$s</string>
|
||||
<!-- Bottom sheet dialog shown when a monthly donation fails to renew, learn more used in placeholder for body for dialog. -->
|
||||
<string name="MonthlyDonationCanceled__learn_more">Learn more</string>
|
||||
<!-- Bottom sheet dialog shown when a monthly donation fails to renew, primary button to renew subscription with new data -->
|
||||
<string name="MonthlyDonationCanceled__renew_button">Renew subscription</string>
|
||||
<!-- Bottom sheet dialog shown when a monthly donation fails to renew, second button to dismiss the dialog entirely -->
|
||||
<string name="MonthlyDonationCanceled__not_now_button">Not now</string>
|
||||
|
||||
<!-- EOF -->
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user