mirror of
https://github.com/immich-app/immich.git
synced 2025-02-11 01:18:24 -05:00
34 lines
No EOL
906 B
JSON
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"
|
|
}
|
|
}
|
|
} |