mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 00:01:08 +01:00
Update translations and other static files.
This commit is contained in:
@@ -1046,7 +1046,7 @@
|
||||
<string name="PromptBatterySaverBottomSheet__dismiss">გაუქმება</string>
|
||||
|
||||
<!-- PendingMembersActivity -->
|
||||
<string name="PendingMembersActivity_pending_group_invites">განსახილველი ჯგუფის მოსაწვევები</string>
|
||||
<string name="PendingMembersActivity_pending_group_invites">Requests & invites</string>
|
||||
<string name="PendingMembersActivity_requests">მოთხოვნები</string>
|
||||
<string name="PendingMembersActivity_invites">მოწვევები</string>
|
||||
<string name="PendingMembersActivity_people_you_invited">ხალხი, რომელიც შენ მოიწვიე</string>
|
||||
@@ -1710,7 +1710,7 @@
|
||||
<!-- Body for quote when message being quoted is an in-app payment message -->
|
||||
<string name="MessageRecord__payment_s">ტრანზაქცია: %1$s</string>
|
||||
<!-- Body for quote when message being quoted is an in-app payment message tombstone without an amount -->
|
||||
<string name="MessageRecord__payment_tombstone">Payment</string>
|
||||
<string name="MessageRecord__payment_tombstone">ტრანზაქცია</string>
|
||||
<!-- Update message shown in chat after reporting it as spam -->
|
||||
<string name="MessageRecord_reported_as_spam">დარეპორტებულია, როგორც სპამი</string>
|
||||
<!-- Update message shown in chat after accept a message request -->
|
||||
@@ -1961,11 +1961,11 @@
|
||||
<!-- Message of dialog displayed when a user is removed from a call link -->
|
||||
<string name="WebRtcCallActivity__someone_has_removed_you_from_the_call">ვიღაცამ ზარიდან გაგთიშა.</string>
|
||||
<!-- Dialog title asking users for camera and microphone permission -->
|
||||
<string name="WebRtcCallActivity__allow_access_camera_microphone">Allow access to your camera and microphone</string>
|
||||
<string name="WebRtcCallActivity__allow_access_camera_microphone">შენს კამერასა და მიკროფონზე წვდომის მიცემა</string>
|
||||
<!-- Dialog title asking users for microphone permission -->
|
||||
<string name="WebRtcCallActivity__allow_access_microphone">Allow access to your microphone</string>
|
||||
<string name="WebRtcCallActivity__allow_access_microphone">მიკროფონზე წვდომის მიცემა</string>
|
||||
<!-- Dialog title asking users for camera permission -->
|
||||
<string name="WebRtcCallActivity__allow_access_camera">Allow access to your camera</string>
|
||||
<string name="WebRtcCallActivity__allow_access_camera">შენს კამერაზე წვდომის მიცემა</string>
|
||||
<!-- Dialog description explaining why camera and microphone permissions are needed to start or join a call -->
|
||||
<string name="WebRtcCallActivity__to_start_call_camera_microphone">To start or join a call, allow Signal access to your camera and microphone.</string>
|
||||
<!-- Dialog description explaining why microphone permissions are needed to start or join a call -->
|
||||
@@ -2076,18 +2076,16 @@
|
||||
<string name="CallOverflowPopupWindow__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">გაუქმება</string>
|
||||
<!-- A notification to the user that they successfully raised their hand -->
|
||||
<string name="CallOverflowPopupWindow__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" -->
|
||||
<!-- A notification to the user that one or more participants in the call successfully raised their hand. The first string may either be a name, or "You". The second placeholder is a number quantifying how many other hands are also raised. -->
|
||||
<plurals name="CallOverflowPopupWindow__raised_a_hand">
|
||||
<item quantity="one">%1$s-მა ხელი აიწია</item>
|
||||
<item quantity="other">%1$s + %2$d-მა ხელი აიწიეს</item>
|
||||
<item quantity="one">%1$s raised a hand</item>
|
||||
<item quantity="other">%1$s + %2$d raised a hand</item>
|
||||
</plurals>
|
||||
|
||||
<!-- A badge to show how many hands are raised. The first string may be a name or "You" -->
|
||||
<!-- A badge to show how many hands are raised. The first string may either be a name, or "You". The second placeholder is a number quantifying how many other hands are also raised. -->
|
||||
<plurals name="CallRaiseHandSnackbar_raised_hands">
|
||||
<item quantity="one">%1$s</item>
|
||||
<item quantity="other">%1$s +%2$d</item>
|
||||
@@ -5718,9 +5716,9 @@
|
||||
<!-- Displayed when no longer a group member -->
|
||||
<string name="StoryGroupReplyFragment__you_cant_reply">ამ Story-ის ვერ გამოეხმაურები, რადგან ამ ჯგუფის წევრი აღარ ხარ.</string>
|
||||
<!-- Displayed for when you reacted to a story when viewing replies -->
|
||||
<string name="StoryGroupReactionReplyItem__you_reacted_to_the_story">Reacted to the story</string>
|
||||
<string name="StoryGroupReactionReplyItem__you_reacted_to_the_story">Story-ის გამოეხმაურა</string>
|
||||
<!-- Displayed for other users that reacted to a story when viewing replies -->
|
||||
<string name="StoryGroupReactionReplyItem__someone_reacted_to_the_story">Reacted to the story</string>
|
||||
<string name="StoryGroupReactionReplyItem__someone_reacted_to_the_story">Story-ის გამოეხმაურა</string>
|
||||
<!-- Label for story views tab -->
|
||||
<string name="StoryViewsAndRepliesDialogFragment__views">ნახვები</string>
|
||||
<!-- Label for story replies tab -->
|
||||
|
||||
Reference in New Issue
Block a user