Skip to content

Commit

Permalink
chore: update localization strings via Crowdin
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroidBob committed Dec 19, 2023
1 parent a9547fc commit 0ed0bda
Show file tree
Hide file tree
Showing 39 changed files with 492 additions and 300 deletions.
4 changes: 4 additions & 0 deletions app/src/main/res/values-af/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,10 @@
<item quantity="one">You removed 1 person from the conversation</item>
<item quantity="other">You removed %1$d people from the conversation</item>
</plurals>
<plurals name="last_message_team_member_removed">
<item quantity="one">1 person was removed form the team</item>
<item quantity="other">%1$d people were removed from the team</item>
</plurals>
<string name="last_message_other_removed_only_self_user">You were removed from the conversation</string>
<plurals name="last_message_other_removed_self_user_and_others">
<item quantity="one">You and 1 other person were removed from the conversation</item>
Expand Down
12 changes: 12 additions & 0 deletions app/src/main/res/values-ar/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,11 @@
<string name="label_system_message_blocked_user">%1$s blocked this user</string>
<string name="label_system_message_renamed_the_conversation">%1$s renamed the conversation\n%2$s</string>
<plurals name="label_system_message_team_member_left">
<item quantity="zero">%1$s were removed from the team</item>
<item quantity="one">%1$s was removed from the team</item>
<item quantity="two">%1$s were removed from the team</item>
<item quantity="few">%1$s were removed from the team</item>
<item quantity="many">%1$s were removed from the team</item>
<item quantity="other">%1$s were removed from the team</item>
</plurals>
<string name="label_system_message_user_not_available">This user is no longer available</string>
Expand Down Expand Up @@ -655,6 +659,14 @@
<item quantity="many">You removed %1$d people from the conversation</item>
<item quantity="other">You removed %1$d people from the conversation</item>
</plurals>
<plurals name="last_message_team_member_removed">
<item quantity="zero">%1$d people were removed from the team</item>
<item quantity="one">1 person was removed form the team</item>
<item quantity="two">%1$d people were removed from the team</item>
<item quantity="few">%1$d people were removed from the team</item>
<item quantity="many">%1$d people were removed from the team</item>
<item quantity="other">%1$d people were removed from the team</item>
</plurals>
<string name="last_message_other_removed_only_self_user">You were removed from the conversation</string>
<plurals name="last_message_other_removed_self_user_and_others">
<item quantity="zero">You and %1$d people were removed from the conversation</item>
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-bn/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,10 @@
<item quantity="one">You removed 1 person from the conversation</item>
<item quantity="other">You removed %1$d people from the conversation</item>
</plurals>
<plurals name="last_message_team_member_removed">
<item quantity="one">1 person was removed form the team</item>
<item quantity="other">%1$d people were removed from the team</item>
</plurals>
<string name="last_message_other_removed_only_self_user">You were removed from the conversation</string>
<plurals name="last_message_other_removed_self_user_and_others">
<item quantity="one">You and 1 other person were removed from the conversation</item>
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-ca/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,10 @@
<item quantity="one">You removed 1 person from the conversation</item>
<item quantity="other">You removed %1$d people from the conversation</item>
</plurals>
<plurals name="last_message_team_member_removed">
<item quantity="one">1 person was removed form the team</item>
<item quantity="other">%1$d people were removed from the team</item>
</plurals>
<string name="last_message_other_removed_only_self_user">You were removed from the conversation</string>
<plurals name="last_message_other_removed_self_user_and_others">
<item quantity="one">You and 1 other person were removed from the conversation</item>
Expand Down
8 changes: 8 additions & 0 deletions app/src/main/res/values-cs/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,8 @@
<string name="label_system_message_renamed_the_conversation">%1$s renamed the conversation\n%2$s</string>
<plurals name="label_system_message_team_member_left">
<item quantity="one">%1$s was removed from the team</item>
<item quantity="few">%1$s were removed from the team</item>
<item quantity="many">%1$s were removed from the team</item>
<item quantity="other">%1$s were removed from the team</item>
</plurals>
<string name="label_system_message_user_not_available">This user is no longer available</string>
Expand Down Expand Up @@ -643,6 +645,12 @@
<item quantity="many">You removed %1$d people from the conversation</item>
<item quantity="other">You removed %1$d people from the conversation</item>
</plurals>
<plurals name="last_message_team_member_removed">
<item quantity="one">1 person was removed form the team</item>
<item quantity="few">%1$d people were removed from the team</item>
<item quantity="many">%1$d people were removed from the team</item>
<item quantity="other">%1$d people were removed from the team</item>
</plurals>
<string name="last_message_other_removed_only_self_user">You were removed from the conversation</string>
<plurals name="last_message_other_removed_self_user_and_others">
<item quantity="one">You and 1 other person were removed from the conversation</item>
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-da/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,10 @@
<item quantity="one">You removed 1 person from the conversation</item>
<item quantity="other">You removed %1$d people from the conversation</item>
</plurals>
<plurals name="last_message_team_member_removed">
<item quantity="one">1 person was removed form the team</item>
<item quantity="other">%1$d people were removed from the team</item>
</plurals>
<string name="last_message_other_removed_only_self_user">You were removed from the conversation</string>
<plurals name="last_message_other_removed_self_user_and_others">
<item quantity="one">You and 1 other person were removed from the conversation</item>
Expand Down
8 changes: 6 additions & 2 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -580,8 +580,8 @@
<string name="label_system_message_blocked_user">%1$s hat diesen Benutzer blockiert</string>
<string name="label_system_message_renamed_the_conversation">%1$s hat die Unterhaltung umbenannt\n%2$s</string>
<plurals name="label_system_message_team_member_left">
<item quantity="one">%1$s wurde aus dem Team entfernt</item>
<item quantity="other">%1$s werden aus dem Team entfernt</item>
<item quantity="one">%1$s was removed from the team</item>
<item quantity="other">%1$s were removed from the team</item>
</plurals>
<string name="label_system_message_user_not_available">Dieser Benutzer ist nicht mehr verfügbar</string>
<string name="label_system_message_new_conversation_receipt_mode">Lesebestätigungen sind %1$s</string>
Expand Down Expand Up @@ -632,6 +632,10 @@
<item quantity="one">Sie haben 1 Person aus der Unterhaltung entfernt</item>
<item quantity="other">Sie haben %1$d Personen aus der Unterhaltung entfernt</item>
</plurals>
<plurals name="last_message_team_member_removed">
<item quantity="one">1 person was removed form the team</item>
<item quantity="other">%1$d people were removed from the team</item>
</plurals>
<string name="last_message_other_removed_only_self_user">Sie wurden aus der Unterhaltung entfernt</string>
<plurals name="last_message_other_removed_self_user_and_others">
<item quantity="one">Sie und 1 weitere Person wurden aus der Unterhaltung entfernt</item>
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-el/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,10 @@
<item quantity="one">You removed 1 person from the conversation</item>
<item quantity="other">You removed %1$d people from the conversation</item>
</plurals>
<plurals name="last_message_team_member_removed">
<item quantity="one">1 person was removed form the team</item>
<item quantity="other">%1$d people were removed from the team</item>
</plurals>
<string name="last_message_other_removed_only_self_user">You were removed from the conversation</string>
<plurals name="last_message_other_removed_self_user_and_others">
<item quantity="one">You and 1 other person were removed from the conversation</item>
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,10 @@ Hasta 500 personas pueden unirse a una conversaci&#243;n en grupo.</string>
<item quantity="one">Eliminaste a 1 persona de la conversación</item>
<item quantity="other">Eliminaste a %1$d personas de la conversación</item>
</plurals>
<plurals name="last_message_team_member_removed">
<item quantity="one">1 person was removed form the team</item>
<item quantity="other">%1$d people were removed from the team</item>
</plurals>
<string name="last_message_other_removed_only_self_user">Te eliminaron de la conversaci&#243;n</string>
<plurals name="last_message_other_removed_self_user_and_others">
<item quantity="one">Tú y otra persona más fuisteis eliminados de la conversación</item>
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-et/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,10 @@
<item quantity="one">You removed 1 person from the conversation</item>
<item quantity="other">You removed %1$d people from the conversation</item>
</plurals>
<plurals name="last_message_team_member_removed">
<item quantity="one">1 person was removed form the team</item>
<item quantity="other">%1$d people were removed from the team</item>
</plurals>
<string name="last_message_other_removed_only_self_user">You were removed from the conversation</string>
<plurals name="last_message_other_removed_self_user_and_others">
<item quantity="one">You and 1 other person were removed from the conversation</item>
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-fa/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,10 @@
<item quantity="one">You removed 1 person from the conversation</item>
<item quantity="other">You removed %1$d people from the conversation</item>
</plurals>
<plurals name="last_message_team_member_removed">
<item quantity="one">1 person was removed form the team</item>
<item quantity="other">%1$d people were removed from the team</item>
</plurals>
<string name="last_message_other_removed_only_self_user">You were removed from the conversation</string>
<plurals name="last_message_other_removed_self_user_and_others">
<item quantity="one">You and 1 other person were removed from the conversation</item>
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-fi/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,10 @@
<item quantity="one">You removed 1 person from the conversation</item>
<item quantity="other">You removed %1$d people from the conversation</item>
</plurals>
<plurals name="last_message_team_member_removed">
<item quantity="one">1 person was removed form the team</item>
<item quantity="other">%1$d people were removed from the team</item>
</plurals>
<string name="last_message_other_removed_only_self_user">You were removed from the conversation</string>
<plurals name="last_message_other_removed_self_user_and_others">
<item quantity="one">You and 1 other person were removed from the conversation</item>
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,10 @@
<item quantity="one">You removed 1 person from the conversation</item>
<item quantity="other">You removed %1$d people from the conversation</item>
</plurals>
<plurals name="last_message_team_member_removed">
<item quantity="one">1 person was removed form the team</item>
<item quantity="other">%1$d people were removed from the team</item>
</plurals>
<string name="last_message_other_removed_only_self_user">You were removed from the conversation</string>
<plurals name="last_message_other_removed_self_user_and_others">
<item quantity="one">You and 1 other person were removed from the conversation</item>
Expand Down
8 changes: 8 additions & 0 deletions app/src/main/res/values-he/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,8 @@
<string name="label_system_message_renamed_the_conversation">%1$s renamed the conversation\n%2$s</string>
<plurals name="label_system_message_team_member_left">
<item quantity="one">%1$s was removed from the team</item>
<item quantity="two">%1$s were removed from the team</item>
<item quantity="many">%1$s were removed from the team</item>
<item quantity="other">%1$s were removed from the team</item>
</plurals>
<string name="label_system_message_user_not_available">This user is no longer available</string>
Expand Down Expand Up @@ -643,6 +645,12 @@
<item quantity="many">You removed %1$d people from the conversation</item>
<item quantity="other">You removed %1$d people from the conversation</item>
</plurals>
<plurals name="last_message_team_member_removed">
<item quantity="one">1 person was removed form the team</item>
<item quantity="two">%1$d people were removed from the team</item>
<item quantity="many">%1$d people were removed from the team</item>
<item quantity="other">%1$d people were removed from the team</item>
</plurals>
<string name="last_message_other_removed_only_self_user">You were removed from the conversation</string>
<plurals name="last_message_other_removed_self_user_and_others">
<item quantity="one">You and 1 other person were removed from the conversation</item>
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-hi/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,10 @@
<item quantity="one">You removed 1 person from the conversation</item>
<item quantity="other">You removed %1$d people from the conversation</item>
</plurals>
<plurals name="last_message_team_member_removed">
<item quantity="one">1 person was removed form the team</item>
<item quantity="other">%1$d people were removed from the team</item>
</plurals>
<string name="last_message_other_removed_only_self_user">You were removed from the conversation</string>
<plurals name="last_message_other_removed_self_user_and_others">
<item quantity="one">You and 1 other person were removed from the conversation</item>
Expand Down
6 changes: 6 additions & 0 deletions app/src/main/res/values-hr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@
<string name="label_system_message_renamed_the_conversation">%1$s renamed the conversation\n%2$s</string>
<plurals name="label_system_message_team_member_left">
<item quantity="one">%1$s was removed from the team</item>
<item quantity="few">%1$s were removed from the team</item>
<item quantity="other">%1$s were removed from the team</item>
</plurals>
<string name="label_system_message_user_not_available">This user is no longer available</string>
Expand Down Expand Up @@ -630,6 +631,11 @@
<item quantity="few">You removed %1$d people from the conversation</item>
<item quantity="other">You removed %1$d people from the conversation</item>
</plurals>
<plurals name="last_message_team_member_removed">
<item quantity="one">1 person was removed form the team</item>
<item quantity="few">%1$d people were removed from the team</item>
<item quantity="other">%1$d people were removed from the team</item>
</plurals>
<string name="last_message_other_removed_only_self_user">You were removed from the conversation</string>
<plurals name="last_message_other_removed_self_user_and_others">
<item quantity="one">You and 1 other person were removed from the conversation</item>
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-hu/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,10 @@
<item quantity="one">Eltávolított 1 személyt a beszélgetésből</item>
<item quantity="other">Eltávolított %1$d személyt a beszélgetésből</item>
</plurals>
<plurals name="last_message_team_member_removed">
<item quantity="one">1 person was removed form the team</item>
<item quantity="other">%1$d people were removed from the team</item>
</plurals>
<string name="last_message_other_removed_only_self_user">Ön el lett távolítva a beszélgetésből</string>
<plurals name="last_message_other_removed_self_user_and_others">
<item quantity="one">Ön és 1 másik személy el lett távolítva a beszélgetésből</item>
Expand Down
4 changes: 3 additions & 1 deletion app/src/main/res/values-id/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,6 @@
<string name="label_system_message_blocked_user">%1$s blocked this user</string>
<string name="label_system_message_renamed_the_conversation">%1$s renamed the conversation\n%2$s</string>
<plurals name="label_system_message_team_member_left">
<item quantity="one">%1$s was removed from the team</item>
<item quantity="other">%1$s were removed from the team</item>
</plurals>
<string name="label_system_message_user_not_available">This user is no longer available</string>
Expand Down Expand Up @@ -625,6 +624,9 @@
<plurals name="last_message_self_removed_users">
<item quantity="other">You removed %1$d people from the conversation</item>
</plurals>
<plurals name="last_message_team_member_removed">
<item quantity="other">%1$d people were removed from the team</item>
</plurals>
<string name="last_message_other_removed_only_self_user">You were removed from the conversation</string>
<plurals name="last_message_other_removed_self_user_and_others">
<item quantity="other">You and %1$d people were removed from the conversation</item>
Expand Down
Loading

0 comments on commit 0ed0bda

Please sign in to comment.