[Strings] Sync the strings.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<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>
|
||||
</resources>
|
||||
20
features/login/impl/src/main/res/values/localazy.xml
Normal file
20
features/login/impl/src/main/res/values/localazy.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="screen_change_server_error_invalid_homeserver">"We couldn\'t reach this homeserver. Please check that you have entered the homeserver URL correctly. If the URL is correct, contact your homeserver administrator for further help."</string>
|
||||
<string name="screen_change_server_error_no_sliding_sync_message">"This server currently doesn’t support sliding sync."</string>
|
||||
<string name="screen_change_server_form_header">"Homeserver URL"</string>
|
||||
<string name="screen_change_server_form_notice">"You can only connect to an existing server that supports sliding sync. Your homeserver admin will need to configure it. %1$s"</string>
|
||||
<string name="screen_change_server_submit">"Continue"</string>
|
||||
<string name="screen_change_server_subtitle">"What is the address of your server?"</string>
|
||||
<string name="screen_change_server_title">"Select your server"</string>
|
||||
<string name="screen_login_error_deactivated_account">"This account has been deactivated."</string>
|
||||
<string name="screen_login_error_invalid_credentials">"Incorrect username and/or password"</string>
|
||||
<string name="screen_login_error_invalid_user_id">"This is not a valid user identifier. Expected format: ‘@user:homeserver.org’"</string>
|
||||
<string name="screen_login_error_unsupported_authentication">"The selected homeserver doesn\\\'t support password or OIDC login. Please contact your admin or choose another homeserver."</string>
|
||||
<string name="screen_login_form_header">"Enter your details"</string>
|
||||
<string name="screen_login_password_hint">"Password"</string>
|
||||
<string name="screen_login_server_header">"Where your conversations live"</string>
|
||||
<string name="screen_login_submit">"Continue"</string>
|
||||
<string name="screen_login_title">"Welcome back!"</string>
|
||||
<string name="screen_login_username_hint">"Username"</string>
|
||||
</resources>
|
||||
8
features/logout/api/src/main/res/values/localazy.xml
Normal file
8
features/logout/api/src/main/res/values/localazy.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="screen_signout_confirmation_dialog_content">"Are you sure you want to sign out?"</string>
|
||||
<string name="screen_signout_confirmation_dialog_submit">"Sign out"</string>
|
||||
<string name="screen_signout_confirmation_dialog_title">"Sign out"</string>
|
||||
<string name="screen_signout_in_progress_dialog_content">"Signing out…"</string>
|
||||
<string name="screen_signout_preference_item">"Sign out"</string>
|
||||
</resources>
|
||||
@@ -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_onboarding_welcome_subtitle">"Welcome to the %1$s Beta. Supercharged, for speed and simplicity."</string>
|
||||
<string name="screen_onboarding_welcome_title">"Be in your Element"</string>
|
||||
</resources>
|
||||
5
features/rageshake/api/src/main/res/values/localazy.xml
Normal file
5
features/rageshake/api/src/main/res/values/localazy.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="crash_detection_dialog_content">"%1$s crashed the last time it was used. Would you like to share a crash report with us?"</string>
|
||||
<string name="rageshake_detection_dialog_content">"You seem to be shaking the phone in frustration. Would you like to open the bug report screen?"</string>
|
||||
</resources>
|
||||
13
features/rageshake/impl/src/main/res/values/localazy.xml
Normal file
13
features/rageshake/impl/src/main/res/values/localazy.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="screen_bug_report_attach_screenshot">"Attach screenshot"</string>
|
||||
<string name="screen_bug_report_contact_me">"You may contact me if you have any follow up questions"</string>
|
||||
<string name="screen_bug_report_editor_description">"Please describe the bug. What did you do? What did you expect to happen? What actually happened. Please go into as much detail as you can."</string>
|
||||
<string name="screen_bug_report_editor_placeholder">"Describe the bug…"</string>
|
||||
<string name="screen_bug_report_editor_supporting">"If possible, please write the description in English."</string>
|
||||
<string name="screen_bug_report_include_crash_logs">"Send crash logs"</string>
|
||||
<string name="screen_bug_report_include_logs">"Send logs to help"</string>
|
||||
<string name="screen_bug_report_include_screenshot">"Send screenshot"</string>
|
||||
<string name="screen_bug_report_logs_description">"To check things work as intended, logs will be sent with your message. These will be private. To just send your message, turn off this setting."</string>
|
||||
<string name="screen_bug_report_rash_logs_alert_title">"%1$s crashed the last time it was used. Would you like to share a crash report with us?"</string>
|
||||
</resources>
|
||||
61
features/roomlist/impl/src/main/res/values/localazy.xml
Normal file
61
features/roomlist/impl/src/main/res/values/localazy.xml
Normal file
@@ -0,0 +1,61 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="screen_roomlist_a11y_create_message">"Create a new conversation or room"</string>
|
||||
<string name="screen_roomlist_main_space_title">"All Chats"</string>
|
||||
<string name="session_verification_banner_message">"Looks like you’re using a new device. Verify it’s you to access your encrypted messages."</string>
|
||||
<string name="session_verification_banner_title">"Access your message history"</string>
|
||||
<string name="state_event_avatar_changed_too">"(avatar was changed too)"</string>
|
||||
<string name="state_event_avatar_url_changed">"%1$s changed their avatar"</string>
|
||||
<string name="state_event_avatar_url_changed_by_you">"You changed your avatar"</string>
|
||||
<string name="state_event_display_name_changed_from">"%1$s changed their display name from %2$s to %3$s"</string>
|
||||
<string name="state_event_display_name_changed_from_by_you">"You changed your display name from %1$s to %2$s"</string>
|
||||
<string name="state_event_display_name_removed">"%1$s removed their display name (it was %2$s)"</string>
|
||||
<string name="state_event_display_name_removed_by_you">"You removed your display name (it was %1$s)"</string>
|
||||
<string name="state_event_display_name_set">"%1$s set their display name to %2$s"</string>
|
||||
<string name="state_event_display_name_set_by_you">"You set your display name to %1$s"</string>
|
||||
<string name="state_event_room_avatar_changed">"%1$s changed the room avatar"</string>
|
||||
<string name="state_event_room_avatar_changed_by_you">"You changed the room avatar"</string>
|
||||
<string name="state_event_room_avatar_removed">"%1$s removed the room avatar"</string>
|
||||
<string name="state_event_room_avatar_removed_by_you">"You removed the room avatar"</string>
|
||||
<string name="state_event_room_ban">"%1$s banned %2$s"</string>
|
||||
<string name="state_event_room_ban_by_you">"You banned %1$s"</string>
|
||||
<string name="state_event_room_created">"%1$s created the room"</string>
|
||||
<string name="state_event_room_created_by_you">"You created the room"</string>
|
||||
<string name="state_event_room_invite">"%1$s invited %2$s"</string>
|
||||
<string name="state_event_room_invite_accepted">"%1$s accepted the invite"</string>
|
||||
<string name="state_event_room_invite_accepted_by_you">"You accepted the invite"</string>
|
||||
<string name="state_event_room_invite_by_you">"You invited %1$s"</string>
|
||||
<string name="state_event_room_invite_you">"%1$s invited you"</string>
|
||||
<string name="state_event_room_join">"%1$s joined the room"</string>
|
||||
<string name="state_event_room_join_by_you">"You joined the room"</string>
|
||||
<string name="state_event_room_knock">"%1$s requested to join"</string>
|
||||
<string name="state_event_room_knock_accepted">"%1$s allowed %2$s to join"</string>
|
||||
<string name="state_event_room_knock_accepted_by_you">"%1$s allowed you to join"</string>
|
||||
<string name="state_event_room_knock_by_you">"You requested to join"</string>
|
||||
<string name="state_event_room_knock_denied">"%1$s rejected %2$s\'s request to join"</string>
|
||||
<string name="state_event_room_knock_denied_by_you">"You rejected %1$s\'s request to join"</string>
|
||||
<string name="state_event_room_knock_denied_you">"%1$s rejected your request to join"</string>
|
||||
<string name="state_event_room_knock_retracted">"%1$s is no longer interested in joining"</string>
|
||||
<string name="state_event_room_knock_retracted_by_you">"You cancelled your request to join"</string>
|
||||
<string name="state_event_room_leave">"%1$s left the room"</string>
|
||||
<string name="state_event_room_leave_by_you">"You left the room"</string>
|
||||
<string name="state_event_room_name_changed">"%1$s changed the room name to: %2$s"</string>
|
||||
<string name="state_event_room_name_changed_by_you">"You changed the room name to: %1$s"</string>
|
||||
<string name="state_event_room_name_removed">"%1$s removed the room name"</string>
|
||||
<string name="state_event_room_name_removed_by_you">"You removed the room name"</string>
|
||||
<string name="state_event_room_reject">"%1$s rejected the invitation"</string>
|
||||
<string name="state_event_room_reject_by_you">"You rejected the invitation"</string>
|
||||
<string name="state_event_room_remove">"%1$s removed %2$s"</string>
|
||||
<string name="state_event_room_remove_by_you">"You removed %1$s"</string>
|
||||
<string name="state_event_room_third_party_invite">"%1$s sent an invitation to %2$s to join the room"</string>
|
||||
<string name="state_event_room_third_party_invite_by_you">"You sent an invitation to %1$s to join the room"</string>
|
||||
<string name="state_event_room_third_party_revoked_invite">"%1$s revoked the invitation for %2$s to join the room"</string>
|
||||
<string name="state_event_room_third_party_revoked_invite_by_you">"You revoked the invitation for %1$s to join the room"</string>
|
||||
<string name="state_event_room_topic_changed">"%1$s changed the topic to: %2$s"</string>
|
||||
<string name="state_event_room_topic_changed_by_you">"You changed the topic to: %1$s"</string>
|
||||
<string name="state_event_room_topic_removed">"%1$s removed the room topic"</string>
|
||||
<string name="state_event_room_topic_removed_by_you">"You removed the room topic"</string>
|
||||
<string name="state_event_room_unban">"%1$s unbanned %2$s"</string>
|
||||
<string name="state_event_room_unban_by_you">"You unbanned %1$s"</string>
|
||||
<string name="state_event_room_unknown_membership_change">"%1$s made an unknown change to their membership"</string>
|
||||
</resources>
|
||||
19
features/verifysession/impl/src/main/res/values/localazy.xml
Normal file
19
features/verifysession/impl/src/main/res/values/localazy.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="screen_session_verification_cancelled_subtitle">"Something doesn’t seem right. Either the request timed out or the request was denied."</string>
|
||||
<string name="screen_session_verification_cancelled_title">"Verification cancelled"</string>
|
||||
<string name="screen_session_verification_compare_emojis_subtitle">"Confirm that the emojis below match those shown on your other session."</string>
|
||||
<string name="screen_session_verification_compare_emojis_title">"Compare emojis"</string>
|
||||
<string name="screen_session_verification_complete_subtitle">"Your new session is now verified. It has access to your encrypted messages, and other users will see it as trusted."</string>
|
||||
<string name="screen_session_verification_open_existing_session_subtitle">"Prove it’s you in order to access your encrypted message history."</string>
|
||||
<string name="screen_session_verification_open_existing_session_title">"Open an existing session"</string>
|
||||
<string name="screen_session_verification_positive_button_canceled">"Retry verification"</string>
|
||||
<string name="screen_session_verification_positive_button_initial">"I am ready"</string>
|
||||
<string name="screen_session_verification_positive_button_ready">"Start"</string>
|
||||
<string name="screen_session_verification_positive_button_verifying_ongoing">"Waiting to match"</string>
|
||||
<string name="screen_session_verification_request_accepted_subtitle">"Compare the unique emoji, ensuring they appear in the same order."</string>
|
||||
<string name="screen_session_verification_they_dont_match">"They don’t match"</string>
|
||||
<string name="screen_session_verification_they_match">"They match"</string>
|
||||
<string name="screen_session_verification_waiting_to_accept_subtitle">"Accept the request to start the verification process in your other session to continue."</string>
|
||||
<string name="screen_session_verification_waiting_to_accept_title">"Waiting to accept request"</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user