Localize contacts screen and contact errors/messages (EN/RU)
Some checks failed
Android CI / android (push) Failing after 5m28s
Android Release / release (push) Failing after 5m34s
CI / test (push) Failing after 2m37s

This commit is contained in:
2026-03-11 06:16:37 +03:00
parent 2ffc4cce09
commit 3f9aa83110
4 changed files with 61 additions and 19 deletions

View File

@@ -208,4 +208,22 @@
<string name="auth_send_reset_link">Send reset link</string>
<string name="auth_new_password">New password</string>
<string name="auth_reset_with_token">Reset with token</string>
<string name="contacts_title">Contacts</string>
<string name="contacts_search_label">Search contacts/users</string>
<string name="contacts_add_by_email_label">Add by email</string>
<string name="contacts_search_results">Search results</string>
<string name="contacts_my_contacts">My contacts</string>
<string name="contacts_last_seen_recently">last seen recently</string>
<string name="contacts_remove">Remove</string>
<string name="contacts_empty">No contacts yet.</string>
<string name="contacts_info_added">Contact added.</string>
<string name="contacts_info_added_by_email">Contact added by email.</string>
<string name="contacts_info_removed">Contact removed.</string>
<string name="contacts_error_email_required">Email is required.</string>
<string name="error_network">Network error.</string>
<string name="error_session_expired">Session expired.</string>
<string name="error_authorization">Authorization error.</string>
<string name="error_server">Server error.</string>
<string name="error_unknown">Unknown error.</string>
</resources>