Updated language translations.

This commit is contained in:
Alex Hart
2023-08-07 15:49:02 -03:00
parent 859905c3e4
commit cc1f27f588
52 changed files with 143 additions and 143 deletions

View File

@@ -347,9 +347,9 @@
</plurals>
<!-- Warning dialog text shown to user if they try to edit a message too many times. Where %1$d is replaced with the number of edits -->
<plurals name="ConversationActivity_edit_message_too_many_edits">
<item quantity="zero">Only %1$d edits can be applied to this message.</item>
<item quantity="one">Only %1$d edit can be applied to this message.</item>
<item quantity="other">Only %1$d edits can be applied to this message.</item>
<item quantity="zero">Šo ziņu var rediģēt tikai %1$d reizes.</item>
<item quantity="one">Šo ziņu var rediģēt tikai %1$d reizi.</item>
<item quantity="other">Šo ziņu var rediģēt tikai %1$d reizes.</item>
</plurals>
<string name="ConversationActivity_invalid_recipient">Nederīgs saņēmējs!</string>
@@ -6188,9 +6188,9 @@
<!-- Displayed when the user turns off their mic -->
<string name="CallStateUpdatePopupWindow__mic_off">Mikrofons izslēgts</string>
<!-- Displayed when the user turns on their speakerphone -->
<string name="CallStateUpdatePopupWindow__speaker_on">Speaker on</string>
<string name="CallStateUpdatePopupWindow__speaker_on">Skaļrunis ieslēgts</string>
<!-- Displayed when the user turns off their speakerphone -->
<string name="CallStateUpdatePopupWindow__speaker_off">Speaker off</string>
<string name="CallStateUpdatePopupWindow__speaker_off">Skaļrunis izslēgts</string>
<!-- Accessibility label describing the capture button on the camera screen -->
<string name="CameraControls_capture_button_accessibility_label">Poga Uzņemt</string>