0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-02-11 01:18:24 -05:00
immich/mobile-v2/assets/i18n/strings.i18n.json
2024-10-17 10:51:23 +05:30

34 lines
No EOL
906 B
JSON

{
"tab_controller": {
"photos": "Photos",
"search": "Search",
"sharing": "Sharing",
"library": "Library"
},
"settings": {
"sections": {
"about": "About",
"general": "General",
"advance": "Advance"
}
},
"login": {
"error": {
"empty_server_url": "Kindly provide a server URL",
"invalid_server_url": "Invalid URL",
"server_not_reachable": "Server is not reachable",
"error_login": "Error logging in",
"error_login_oauth": "Error logging using OAuth, check server URL"
},
"label": {
"email": "Email",
"password": "Password",
"endpoint": "Server Endpoint URL",
"login_button": "Login",
"back_button": "Back",
"next_button": "Next",
"oauth_button": "OAuth",
"login_disabled": "Login Disabled"
}
}
}