Sync Strings from Localazy

This commit is contained in:
bmarty 2023-04-24 00:09:54 +00:00 committed by GitHub
parent 709101ae8e
commit cd5e4458a6
36 changed files with 419 additions and 100 deletions

View file

@ -1,7 +1,6 @@
<?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 doesnt 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>
@ -9,11 +8,12 @@
<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 dont 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>
<string name="screen_session_verification_cancelled_title">"Verification cancelled"</string>
<string name="screen_session_verification_positive_button_ready">"Start"</string>
</resources>