Merge remote-tracking branch 'origin/Frontend_Egor' into Frontend

This commit is contained in:
Terebov_Maksim 2025-02-18 16:59:57 +03:00
commit d257df7a93

View File

@ -1,2 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<resources></resources>
<resources>
<string name="welcome_message">Welcome to the app!</string>
<string name="navigate">Go over</string>
<string name="photo_description">User\'s photo</string>
<string name="logout">Exit</string>
<string name="refresh">Update</string>
<string name="scan_qr_code">Scan QR Code</string>
<string name="error_placeholder">An error has occurred</string>
<string name="error_loading_data">Data upload error</string>
<string name="logged_out">You have logged out of your account</string>
<!-- Строки для экрана авторизации -->
<string name="username_hint">Enter your username</string>
<string name="login_button">Enter</string>
<string name="error_invalid_username">The login is invalid. Check the entered data.</string>
<string name="error_empty_username">The login field must not be empty.</string>
<string name="error_username_too_short">The login must contain at least 3 characters.</string>
<string name="error_username_starts_with_digit">The login must not start with a number.</string>
<string name="error_username_invalid_characters">The login can contain only Latin letters and numbers.</string>
<!-- Строки для главного экрана -->
<string name="fullname_label">Name</string>
<string name="position_label">Post</string>
<string name="last_entry_label">The time of the last entry</string>
<string name="error_no_user_data">There is no user data.</string>
<!-- Строки для экрана сканирования QR-кода -->
<string name="qr_scan_success">Successfully</string>
<string name="qr_scan_failure">Something went wrong.</string>
<string name="qr_scan_cancelled">Operation was cancelled</string>
</resources>