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:
@@ -324,10 +324,12 @@
|
||||
<string name="ConversationItem_cant_download_image_you_will_need_to_send_it_again">Nevar lejupielādēt attēlu. Jums tas jānosūta vēlreiz.</string>
|
||||
<!-- Dialog error message shown when user can\'t download a their own video message via a linked device due to a permanent failure (e.g., unable to decrypt) -->
|
||||
<string name="ConversationItem_cant_download_video_you_will_need_to_send_it_again">Nevar lejupielādēt video. Jums tas jānosūta vēlreiz.</string>
|
||||
<!-- Display as the timestamp footer in a message bubble in a conversation when a message has been edited. The timestamp represents a message that has been edited extremely recently. -->
|
||||
<!-- Display as the timestamp footer in a message bubble in a conversation when a message has been edited. The timestamp represents a message that has been edited within the last minute. -->
|
||||
<string name="ConversationItem_edited_now_timestamp_footer">Rediģēts tikko</string>
|
||||
<!-- Display as the timestamp footer in a message bubble in a conversation when a message has been edited. The timestamp will go from \'11m\' to \'edited 11m\' -->
|
||||
<string name="ConversationItem_edited_timestamp_footer">Rediģēta %1$s</string>
|
||||
<!-- Display as the timestamp footer in a message bubble in a conversation when a message has been edited. This is displayed when the edit has occurred between 1-59 minutes ago. -->
|
||||
<string name="ConversationItem_edited_relative_timestamp_footer">Edited %1$s</string>
|
||||
<!-- Display as the timestamp footer in a message bubble in a conversation when a message has been edited. This is displayed when the edit occurred at least 1 hour ago. -->
|
||||
<string name="ConversationItem_edited_absolute_timestamp_footer">Edited %1$s</string>
|
||||
<!-- Displayed if the link preview in the conversation item is for a call link call -->
|
||||
<string name="ConversationItem__join_call">Pievienoties sarunai</string>
|
||||
|
||||
@@ -363,6 +365,8 @@
|
||||
<string name="ConversationActivity_transport_insecure_mms">Nedrošs MMS</string>
|
||||
<!-- A title for the option to send an SMS with a placeholder to put the name of their SIM card -->
|
||||
<string name="ConversationActivity_transport_signal">Signal ziņa</string>
|
||||
<!-- The content description for button to send a message in a conversation -->
|
||||
<string name="ConversationActivity_send_message_content_description">Send message</string>
|
||||
<string name="ConversationActivity_lets_switch_to_signal">Pārslēdzamies uz Signal %1$s!</string>
|
||||
<string name="ConversationActivity_specify_recipient">Lūdzu, izvēlieties kontaktu!</string>
|
||||
<string name="ConversationActivity_attachment_exceeds_size_limits">Pielikuma izmērs pārsniedz ierobežojumu šāda veida ziņai, kuru sūtāt.</string>
|
||||
@@ -1919,6 +1923,54 @@
|
||||
<!-- A text description of the earpiece icon, used for accessibility. -->
|
||||
<string name="WebRtcAudioOutputBottomSheet__earpiece_icon_content_description">Ikona, kas attēlo ierīces austiņu.</string>
|
||||
|
||||
<!-- A clickable button to "raise your hand" in a group call to signify you have something to say -->
|
||||
<string name="CallOverflowPopupWindow__raise_hand">Raise hand</string>
|
||||
<!-- A description of a clickable image representing a raised hand -->
|
||||
<string name="CallOverflowPopupWindow__raise_hand_illustration_content_description">Raise hand</string>
|
||||
<!-- A dialog prompt to confirm you want to lower your hand -->
|
||||
<string name="CallOverflowPopupWindow__lower_your_hand">Lower your hand?</string>
|
||||
<!-- A dialog button to confirm you would like to lower your hand -->
|
||||
<string name="CallOverflowPopupWindow__lower_hand">Lower hand</string>
|
||||
<!-- A negative button for a dialog confirming the user wants to lower their hand (withdraw a raised hand) -->
|
||||
<string name="CallOverflowPopupWindow__cancel">Cancel</string>
|
||||
<!-- A notification to the user that they successfully raised their hand -->
|
||||
<string name="CallOverflowPopupWindow__you_raised_your_hand">You raised your hand</string>
|
||||
<!-- A button to take you to a list of participants with raised hands -->
|
||||
<string name="CallOverflowPopupWindow__view">View</string>
|
||||
|
||||
<!-- A notification to the user that one or more participants in the call successfully raised their hand. In the singular case, it is a name. In the plural case, it is a name or "You" -->
|
||||
<plurals name="CallOverflowPopupWindow__raised_a_hand">
|
||||
<item quantity="zero">%1$s + %2$d have raised a hand</item>
|
||||
<item quantity="one">%1$s has raised a hand</item>
|
||||
<item quantity="other">%1$s + %2$d have raised a hand</item>
|
||||
</plurals>
|
||||
|
||||
<!-- A badge to show how many hands are raised. The first string may be a name or "You" -->
|
||||
<plurals name="CallRaiseHandSnackbar_raised_hands">
|
||||
<item quantity="zero">%1$s +%2$d</item>
|
||||
<item quantity="one">%1$s</item>
|
||||
<item quantity="other">%1$s +%2$d</item>
|
||||
</plurals>
|
||||
|
||||
<!-- An accessibility label for screen readers on a view that can be expanded -->
|
||||
<string name="CallOverflowPopupWindow__expand_snackbar_accessibility_label">Expand raised hand view</string>
|
||||
|
||||
<!-- AboutSheet -->
|
||||
<!-- Displayed in a sheet row and allows user to open signal connection explanation on tap -->
|
||||
<string name="AboutSheet__signal_connection">Signal connection</string>
|
||||
<!-- Explains that the given user (placeholder is short name) is in the users system contact -->
|
||||
<string name="AboutSheet__s_is_in_your_system_contacts">%1$s is in your system contacts</string>
|
||||
<!-- Notice in a row when user has no groups in common -->
|
||||
<string name="AboutSheet__you_have_no_groups_in_common">You have no groups in common</string>
|
||||
<!-- Notice when a user is not a connection to review requests carefully -->
|
||||
<string name="AboutSheet__review_requests_carefully">Review requests carefully</string>
|
||||
<!-- Text used when user has groups in common. Placeholder is the count -->
|
||||
<string name="AboutSheet__d_groups_in_common">%1$d groups in common</string>
|
||||
<!-- Text displayed in title for external recipients -->
|
||||
<string name="AboutSheet__about">About</string>
|
||||
<!-- Text displayed in title for you -->
|
||||
<string name="AboutSheet__you">You</string>
|
||||
|
||||
<!-- CallParticipantsListDialog -->
|
||||
<plurals name="CallParticipantsListDialog_in_this_call">
|
||||
<item quantity="zero">Šajā zvanā (%1$d)</item>
|
||||
@@ -1935,6 +1987,11 @@
|
||||
<item quantity="one">Signal nosūtīs paziņojumu (%1$d)</item>
|
||||
<item quantity="other">Signal nosūtīs paziņojumu (%1$d)</item>
|
||||
</plurals>
|
||||
<plurals name="CallParticipantsListDialog__raised_hands">
|
||||
<item quantity="zero">Raised hands (%1$d)</item>
|
||||
<item quantity="one">Raised hand (%1$d)</item>
|
||||
<item quantity="other">Raised hands (%1$d)</item>
|
||||
</plurals>
|
||||
|
||||
<!-- CallParticipantView -->
|
||||
<string name="CallParticipantView__s_is_blocked">%1$s ir bloķēts</string>
|
||||
@@ -2048,6 +2105,12 @@
|
||||
<string name="RevealableMessageView_viewed">Skatīts</string>
|
||||
<string name="RevealableMessageView_media">Multivides fails</string>
|
||||
|
||||
<!-- ReviewBannerView -->
|
||||
<!-- ReviewBannerView text when a name conflict has been found -->
|
||||
<string name="ReviewBannerView__name_conflict_found">Name conflict found</string>
|
||||
<!-- Button label to view name conflicts -->
|
||||
<string name="ReviewBannerView__view">View</string>
|
||||
|
||||
<!-- Search -->
|
||||
<string name="SearchFragment_no_results">\"%1$s\" netika atrasts</string>
|
||||
|
||||
@@ -2437,7 +2500,7 @@
|
||||
</plurals>
|
||||
<!-- Status update label used while the device is transcoding video as a prerequisite to uploading -->
|
||||
<string name="TransferControlView__processing">Apstrādā…</string>
|
||||
<!-- Status update label used while the device is transcoding video as a prerequisite to uploading -->
|
||||
<!-- Status update label used while the device is transmitting data over the network. Will take the form of "123 KB/2.0 MB" -->
|
||||
<string name="TransferControlView__download_progress">%1$s/%2$s</string>
|
||||
|
||||
|
||||
@@ -4044,14 +4107,16 @@
|
||||
<string name="ReviewCardDialogFragment__failed_to_remove_group_member">Grupas dalībnieku neizdevās noņemt.</string>
|
||||
|
||||
<!-- ReviewCard -->
|
||||
<string name="ReviewCard__member">Dalībnieks</string>
|
||||
<string name="ReviewCard__request">Pieprasīt</string>
|
||||
<string name="ReviewCard__your_contact">Jūsu kontaktpersona</string>
|
||||
<string name="ReviewCard__remove_from_group">Noņemt no grupas</string>
|
||||
<string name="ReviewCard__update_contact">Atjaunināt kontaktpersonu</string>
|
||||
<string name="ReviewCard__block">Bloķēt</string>
|
||||
<string name="ReviewCard__delete">Dzēst</string>
|
||||
<string name="ReviewCard__recently_changed">Nesen mainīja profila nosaukumu no %1$s uz %2$s</string>
|
||||
<!-- Displayed when a recent name change has occurred. First placeholder is new short name, second is previous name, third is new name. -->
|
||||
<string name="ReviewCard__s_recently_changed">%1$s recently changed their profile name from %2$s to %3$s</string>
|
||||
<!-- Displayed when a review user is in your system contacts. Placeholder is short name. -->
|
||||
<string name="ReviewCard__s_is_in_your_system_contacts">%1$s is in your system contacts</string>
|
||||
|
||||
<!-- CallParticipantsListUpdatePopupWindow -->
|
||||
<string name="CallParticipantsListUpdatePopupWindow__s_joined">%1$s pievienojās</string>
|
||||
|
||||
Reference in New Issue
Block a user