Browse Source

Sync Strings from Localazy (#307)

Co-authored-by: bmarty <bmarty@users.noreply.github.com>
test/jme/compound-poc
github-actions[bot] 1 year ago committed by GitHub
parent
commit
d0fc9f23c8
  1. 9
      features/createroom/impl/src/main/res/values/localazy.xml
  2. 5
      features/login/impl/src/main/res/values-fr/translations.xml
  3. 11
      libraries/ui-strings/src/main/res/values-fr/translations.xml
  4. 7
      libraries/ui-strings/src/main/res/values/localazy.xml

9
features/createroom/impl/src/main/res/values/localazy.xml

@ -3,4 +3,13 @@ @@ -3,4 +3,13 @@
<string name="screen_create_room_action_create_room">"New room"</string>
<string name="screen_create_room_action_invite_people">"Invite people"</string>
<string name="screen_create_room_add_people_title">"Add people"</string>
<string name="screen_create_room_private_option_description">"Messages in this room are encrypted. Encryption can’t be disabled afterwards."</string>
<string name="screen_create_room_private_option_title">"Private room (invite only)"</string>
<string name="screen_create_room_public_option_description">"Messages are not encrypted and anyone can read them. You can enable encryption at a later date."</string>
<string name="screen_create_room_public_option_title">"Public room (anyone)"</string>
<string name="screen_create_room_room_name_label">"Room name"</string>
<string name="screen_create_room_room_name_placeholder">"e.g. Product Sprint"</string>
<string name="screen_create_room_title">"Create a room"</string>
<string name="screen_create_room_topic_label">"Topic (optional)"</string>
<string name="screen_create_room_topic_placeholder">"What is this room about?"</string>
</resources>

5
features/login/impl/src/main/res/values-fr/translations.xml

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="screen_change_server_submit">"Continuer"</string>
<string name="screen_login_submit">"Continuer"</string>
</resources>

11
libraries/ui-strings/src/main/res/values-fr/translations.xml

@ -1,5 +1,16 @@ @@ -1,5 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="a11y_hide_password">"Masquer le mot de passe"</string>
<string name="a11y_send_files">"Envoyer des fichiers"</string>
<string name="a11y_show_password">"Afficher le mot de passe"</string>
<string name="a11y_user_menu">"Menu utilisateur"</string>
<string name="action_back">"Retour"</string>
<string name="action_cancel">"Annuler"</string>
<string name="action_clear">"Effacer"</string>
<string name="action_close">"Fermer"</string>
<string name="action_confirm">"Confirmer"</string>
<string name="action_continue">"Continuer"</string>
<string name="action_copy">"Copier"</string>
<string name="action_copy_link">"Copier le lien"</string>
<string name="test_language_identifier">"fr"</string>
</resources>

7
libraries/ui-strings/src/main/res/values/localazy.xml

@ -4,8 +4,10 @@ @@ -4,8 +4,10 @@
<string name="a11y_send_files">"Send files"</string>
<string name="a11y_show_password">"Show password"</string>
<string name="a11y_user_menu">"User menu"</string>
<string name="action_accept">"Accept"</string>
<string name="action_back">"Back"</string>
<string name="action_cancel">"Cancel"</string>
<string name="action_choose_photo">"Choose photo"</string>
<string name="action_clear">"Clear"</string>
<string name="action_close">"Close"</string>
<string name="action_complete_verification">"Complete verification"</string>
@ -13,13 +15,16 @@ @@ -13,13 +15,16 @@
<string name="action_continue">"Continue"</string>
<string name="action_copy">"Copy"</string>
<string name="action_copy_link">"Copy link"</string>
<string name="action_create">"Create"</string>
<string name="action_create_a_room">"Create a room"</string>
<string name="action_decline">"Decline"</string>
<string name="action_disable">"Disable"</string>
<string name="action_done">"Done"</string>
<string name="action_edit">"Edit"</string>
<string name="action_enable">"Enable"</string>
<string name="action_invite">"Invite"</string>
<string name="action_invite_friends_to_app">"Invite friends to %1$s"</string>
<string name="action_invites_list">"Invites"</string>
<string name="action_learn_more">"Learn more"</string>
<string name="action_leave">"Leave"</string>
<string name="action_leave_room">"Leave room"</string>
@ -45,6 +50,7 @@ @@ -45,6 +50,7 @@
<string name="action_start">"Start"</string>
<string name="action_start_chat">"Start chat"</string>
<string name="action_start_verification">"Start verification"</string>
<string name="action_take_photo">"Take photo"</string>
<string name="action_view_source">"View Source"</string>
<string name="action_yes">"Yes"</string>
<string name="common_about">"About"</string>
@ -131,6 +137,7 @@ @@ -131,6 +137,7 @@
<string name="room_timeline_beginning_of_room">"This is the beginning of %1$s."</string>
<string name="room_timeline_beginning_of_room_no_name">"This is the beginning of this conversation."</string>
<string name="room_timeline_read_marker_title">"New"</string>
<string name="screen_invites_invited_you">"%1$s invited you"</string>
<string name="screen_report_content_block_user">"Block user"</string>
<string name="screen_report_content_block_user_hint">"Check if you want to hide all current and future messages from this user"</string>
<string name="screen_room_member_details_block_alert_action">"Block"</string>

Loading…
Cancel
Save