Updated language translations.

This commit is contained in:
Alex Hart
2023-08-09 09:29:37 -03:00
parent 181c0e8a60
commit aff813b284
14 changed files with 44 additions and 44 deletions

View File

@@ -345,8 +345,8 @@
</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="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="one">ამ შეტყობინების რედაქტირება მხოლოდ %1$d-ჯერ შეიძლება.</item>
<item quantity="other">ამ წერილის რედაქტირება მხოლოდ %1$d-ჯერ შეიძლება.</item>
</plurals>
<string name="ConversationActivity_invalid_recipient">არასწორი მიმღები!</string>
@@ -6061,9 +6061,9 @@
<!-- Displayed when the user turns off their mic -->
<string name="CallStateUpdatePopupWindow__mic_off">მიკროფონი გამორთულია</string>
<!-- Displayed when the user turns on their speakerphone -->
<string name="CallStateUpdatePopupWindow__speaker_on">Speaker on</string>
<string name="CallStateUpdatePopupWindow__speaker_on">სპიკერი ჩართულია</string>
<!-- Displayed when the user turns off their speakerphone -->
<string name="CallStateUpdatePopupWindow__speaker_off">Speaker off</string>
<string name="CallStateUpdatePopupWindow__speaker_off">სპიკერი გამორთულია</string>
<!-- Accessibility label describing the capture button on the camera screen -->
<string name="CameraControls_capture_button_accessibility_label">გადაღების ღილაკი</string>