Skip to content

Commit

Permalink
fix(RC): add latest translations to release/candidate (#1748)
Browse files Browse the repository at this point in the history
* Updated strings

* added non existing placeholder string
  • Loading branch information
gongracr authored May 2, 2023
1 parent 090dd5f commit dc9d9f5
Show file tree
Hide file tree
Showing 28 changed files with 25,359 additions and 24,203 deletions.
1,815 changes: 928 additions & 887 deletions app/src/main/res/values-af/strings.xml

Large diffs are not rendered by default.

1,941 changes: 996 additions & 945 deletions app/src/main/res/values-ar/strings.xml

Large diffs are not rendered by default.

1,815 changes: 928 additions & 887 deletions app/src/main/res/values-ca/strings.xml

Large diffs are not rendered by default.

1,879 changes: 962 additions & 917 deletions app/src/main/res/values-cs/strings.xml

Large diffs are not rendered by default.

1,815 changes: 928 additions & 887 deletions app/src/main/res/values-da/strings.xml

Large diffs are not rendered by default.

1,803 changes: 925 additions & 878 deletions app/src/main/res/values-de/strings.xml

Large diffs are not rendered by default.

1,815 changes: 928 additions & 887 deletions app/src/main/res/values-el/strings.xml

Large diffs are not rendered by default.

1,859 changes: 952 additions & 907 deletions app/src/main/res/values-es/strings.xml

Large diffs are not rendered by default.

1,815 changes: 928 additions & 887 deletions app/src/main/res/values-fi/strings.xml

Large diffs are not rendered by default.

1,815 changes: 928 additions & 887 deletions app/src/main/res/values-fr/strings.xml

Large diffs are not rendered by default.

1,879 changes: 962 additions & 917 deletions app/src/main/res/values-he/strings.xml

Large diffs are not rendered by default.

1,815 changes: 928 additions & 887 deletions app/src/main/res/values-hu/strings.xml

Large diffs are not rendered by default.

1,857 changes: 950 additions & 907 deletions app/src/main/res/values-it/strings.xml

Large diffs are not rendered by default.

1,783 changes: 911 additions & 872 deletions app/src/main/res/values-ja/strings.xml

Large diffs are not rendered by default.

1,783 changes: 911 additions & 872 deletions app/src/main/res/values-ko/strings.xml

Large diffs are not rendered by default.

1,815 changes: 928 additions & 887 deletions app/src/main/res/values-nl/strings.xml

Large diffs are not rendered by default.

1,815 changes: 928 additions & 887 deletions app/src/main/res/values-no/strings.xml

Large diffs are not rendered by default.

1,926 changes: 989 additions & 937 deletions app/src/main/res/values-pl/strings.xml

Large diffs are not rendered by default.

1,860 changes: 953 additions & 907 deletions app/src/main/res/values-pt/strings.xml

Large diffs are not rendered by default.

1,847 changes: 945 additions & 902 deletions app/src/main/res/values-ro/strings.xml

Large diffs are not rendered by default.

1,879 changes: 962 additions & 917 deletions app/src/main/res/values-ru/strings.xml

Large diffs are not rendered by default.

1,847 changes: 945 additions & 902 deletions app/src/main/res/values-sr/strings.xml

Large diffs are not rendered by default.

1,815 changes: 928 additions & 887 deletions app/src/main/res/values-sv/strings.xml

Large diffs are not rendered by default.

1,815 changes: 928 additions & 887 deletions app/src/main/res/values-tr/strings.xml

Large diffs are not rendered by default.

1,879 changes: 962 additions & 917 deletions app/src/main/res/values-uk/strings.xml

Large diffs are not rendered by default.

1,783 changes: 911 additions & 872 deletions app/src/main/res/values-vi/strings.xml

Large diffs are not rendered by default.

1,783 changes: 911 additions & 872 deletions app/src/main/res/values-zh/strings.xml

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@
<string name="error_unblocking_user">User could not be unblocked</string>
<string name="delete_group_conversation_error">There was an error while deleting conversation</string>
<string name="error_limit_number_assets_imported_exceeded">You can only send up to 20 files at once</string>
<string name="edit_message_not_yet_available">Saving edits to messages is not yet available</string> <!-- TODO: temporary, to be removed when the proper implementation of editing messages is finished -->
<string name="edit_message_not_yet_available">Saving edits to messages is not yet available</string>
<!-- Animation label -->
<string name="animation_label_message_compose_input_state_transition" translatable="false">MessageComposeInputState transition</string>
<string name="animation_label_button_rotation_degree_transition" translatable="false">Collapse button rotation degree transition</string>
Expand Down Expand Up @@ -912,15 +912,14 @@
<string name="guest_link_button_revoke_link">Revoke Link</string>
<string name="audio_not_available">Audio not available</string>
<string name="audio_not_available_explanation">Something went wrong while downloading this audio file. Please ask the sender to upload it again</string>
<string name="guest_link_generate_error_message">There was an error trying to create Guest Link. Please try again</string>
<string name="guest_link_revoke_error_message">There was an error trying to revoke Guest Link. Please try again</string>
<string name="guest_link_generate_error_message">Link couldn\'t be created. Please try again</string>
<string name="guest_link_revoke_error_message">Link couldn\'t be revoked. Please try again</string>
<string name="revoke_guest__room_link_dialog_text">New guests will not be able to join with this link. Current guests will still have access.</string>
<string name="revoke_guest__room_link_dialog_title">Revoke guest link?</string>
<string name="guest__room_link_copied">Guest link was copied to clipboard</string>
<string name="title_device_key_fingerprint">DEVICE KEY FINGERPRINT</string>
<string name="label_client_key_fingerprint_not_available">NOT AVAILABLE</string>

<string name="guest_room_link_copied">Guest link was copied to clipboard</string>
<string name="guest_room_link_copied">Link copied to clipboard</string>
<string name="guest_room_link_enabled">Generating guest links is now enabled for all group admins</string>
<string name="guest_room_link_disabled">Generating guest links is now disabled for all group admins</string>

Expand Down

0 comments on commit dc9d9f5

Please sign in to comment.