mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-28 12:44:34 +01:00
Update translations and other static files.
This commit is contained in:
@@ -2379,25 +2379,15 @@
|
||||
<!-- A button to take you to a list of participants with raised hands -->
|
||||
<string name="CallOverflowPopupWindow__view">إظهار</string>
|
||||
|
||||
<!-- A notification to the user that one or more participants in the call successfully raised their hand. The placeholder string may either be a name, or "You". -->
|
||||
<string name="CallRaiseHandSnackbar__raised_a_hand_singular">%1$s raised a hand</string>
|
||||
<!-- 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="zero">%1$s + %2$d raised a hand</item>
|
||||
<item quantity="one">%1$s raised a hand</item>
|
||||
<item quantity="two">%1$s + %2$d raised a hand</item>
|
||||
<item quantity="few">%1$s + %2$d raised a hand</item>
|
||||
<item quantity="many">%1$s + %2$d raised a hand</item>
|
||||
<item quantity="other">%1$s + %2$d raised a hand</item>
|
||||
</plurals>
|
||||
<string name="CallRaiseHandSnackbar__raised_a_hand_plural">%1$s +%2$d raised a hand</string>
|
||||
|
||||
<!-- A badge to show how many hands are raised. The placeholder string may either be a name, or "You". -->
|
||||
<string name="CallRaiseHandSnackbar_raised_hands_singular">%1$s</string>
|
||||
<!-- 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="zero">%1$s +%2$d</item>
|
||||
<item quantity="one">%1$s</item>
|
||||
<item quantity="two">%1$s +%2$d</item>
|
||||
<item quantity="few">%1$s +%2$d</item>
|
||||
<item quantity="many">%1$s +%2$d</item>
|
||||
<item quantity="other">%1$s +%2$d</item>
|
||||
</plurals>
|
||||
<string name="CallRaiseHandSnackbar_raised_hands_plural">%1$s +%2$d</string>
|
||||
|
||||
<!-- An accessibility label for screen readers on a view that can be expanded -->
|
||||
<string name="CallOverflowPopupWindow__expand_snackbar_accessibility_label">توسيع عرض رفع اليد</string>
|
||||
@@ -6236,9 +6226,9 @@
|
||||
<!-- Displayed when no longer a group member -->
|
||||
<string name="StoryGroupReplyFragment__you_cant_reply">لا تستطيع الردّ على هذه القصة لأنك لم تعد عضواً في هذه المجموعة.</string>
|
||||
<!-- Displayed for when you reacted to a story when viewing replies -->
|
||||
<string name="StoryGroupReactionReplyItem__you_reacted_to_the_story">المتفاعلون مع القصة</string>
|
||||
<string name="StoryGroupReactionReplyItem__you_reacted_to_the_story">تفاعلتَ مع القصة</string>
|
||||
<!-- Displayed for other users that reacted to a story when viewing replies -->
|
||||
<string name="StoryGroupReactionReplyItem__someone_reacted_to_the_story">المتفاعلون مع القصة</string>
|
||||
<string name="StoryGroupReactionReplyItem__someone_reacted_to_the_story">تفاعل مع القصة</string>
|
||||
<!-- Label for story views tab -->
|
||||
<string name="StoryViewsAndRepliesDialogFragment__views">المشاهدات</string>
|
||||
<!-- Label for story replies tab -->
|
||||
|
||||
Reference in New Issue
Block a user