-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Improve default, en-gb, en-us and es-ve copy
- Loading branch information
Showing
4 changed files
with
29 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="app_name">Letro</string> | ||
<string name="onboarding_waiting_title">Hold on a tick!</string> | ||
<string name="new_contact_id_hint">[email protected]</string> | ||
<string name="new_contact_alias_hint">James Bond</string> | ||
<string name="pair_request_invalid_id">Domain names, such as “bbc.co.uk“, are supported too.</string> | ||
<string name="use_existing_account_domain_hint">your-company.co.uk</string> | ||
<string name="use_existing_account_awala_endpoint_hint">gb.relaycorp.cloud</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="app_name">Letro</string> | ||
<string name="onboarding_waiting_title">Hang tight!</string> | ||
<string name="new_contact_id_hint">[email protected]</string> | ||
<string name="new_contact_alias_hint">Phoebe Buffay</string> | ||
<string name="pair_request_invalid_id">Domain names, such as “weather.com,“ are supported too.</string> | ||
<string name="use_existing_account_domain_hint">your-company.us</string> | ||
<string name="use_existing_account_awala_endpoint_hint">us.relaycorp.cloud</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,4 +49,6 @@ | |
<string name="general_navigate_back">Regresar</string> | ||
<string name="new_contact_id_hint">teresa.carreñ[email protected]</string> | ||
<string name="new_contact_alias_hint">Teresa Carreño</string> | ||
<string name="use_existing_account_domain_hint">tu-compañía.com.ve</string> | ||
<string name="use_existing_account_awala_endpoint_hint">ve.relaycorp.cloud</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ | |
<string name="pair_request_was_already_sent_hint">You already tried to connect with them, but we can send another request if you want.</string> | ||
<string name="pair_request_already_paired">You two are already connected.</string> | ||
<string name="pair_request_already_in_progress">Your pairing with this user is already under way.</string> | ||
<string name="pair_request_invalid_id">Enter an id like “alice@example.com“ or “example.com“.</string> | ||
<string name="pair_request_invalid_id">Domain names, such as “example.com“, are supported too.</string> | ||
|
||
<string name="conversations">Conversations</string> | ||
<string name="contacts">Contacts</string> | ||
|
@@ -153,9 +153,6 @@ | |
|
||
<string name="content_description_delete_attachment">Delete attachment</string> | ||
|
||
<string name="new_contact_id_hint">[email protected]</string> | ||
<string name="new_contact_alias_hint">James Bond</string> | ||
|
||
<string name="message_exceeds_limit_megabytes">This message exceeds the 8 MB limit by %s MB.</string> | ||
<string name="message_exceeds_limit_kilobytes">This message exceeds the 8 MB limit by %s KB.</string> | ||
<string name="message_exceeds_limit_bytes">This message exceeds the 8 MB limit by %s bytes.</string> | ||
|
@@ -169,7 +166,7 @@ | |
|
||
<string name="manage_accounts">Manage accounts</string> | ||
<string name="add_another_account">Add another account</string> | ||
<string name="about_letro">About letro</string> | ||
<string name="about_letro">About Letro</string> | ||
<string name="app_version_x">App version (%s)</string> | ||
<string name="terms_and_conditions">Terms & Conditions</string> | ||
<string name="delete_account">Delete account</string> | ||
|
@@ -190,9 +187,9 @@ | |
<string name="token">Token</string> | ||
<string name="use_existing_account_hint">If you have any questions about these fields, you should contact your IT team.</string> | ||
<string name="confirm_details">Confirm details</string> | ||
<string name="use_existing_account_domain_hint" translatable="false">acme.com</string> | ||
<string name="use_existing_account_awala_endpoint_hint" translatable="false">gb.relaycorp.cloud</string> | ||
<string name="use_existing_account_token_hint">652d398b188aa3cfbcb7e1bb</string> | ||
<string name="use_existing_account_domain_hint">your-company.com</string> | ||
<string name="use_existing_account_awala_endpoint_hint">relaycorp.cloud</string> | ||
<string name="use_existing_account_token_hint" translatable="false">652d398b188aa3cfbcb7e1bb</string> | ||
<string name="account_creation_failed">Account creation failed</string> | ||
<string name="account_linking_failed">Account linking failed</string> | ||
<string name="we_could_not_claim_your_account">We couldn’t claim your account</string> | ||
|
@@ -210,5 +207,7 @@ | |
<string name="file_size_kilobytes" translatable="false">%s KB</string> | ||
<string name="file_size_bytes" translatable="false">%s B</string> | ||
<string name="url_letro_terms_and_conditions" translatable="false">https://letro.app/en/legal/tos/</string> | ||
<string name="new_contact_id_hint">[email protected]</string> | ||
<string name="new_contact_alias_hint">Alice Smith</string> | ||
|
||
</resources> |