Files
immich/mobile-v2/assets/i18n/strings.i18n.json
shenlong-tanwen 8450c8cc4f feat: appbar
2025-02-26 08:58:19 +05:30

75 lines
2.7 KiB
JSON

{
"immich": "Immich",
"tab_controller": {
"photos": "Photos",
"search": "Search",
"sharing": "Sharing",
"library": "Library"
},
"settings": {
"sections": {
"about": "About",
"general": "General",
"advance": "Advance"
},
"about": {
"third_party_title": "Third Party Notices",
"third_party_sub_title": "Notice and license for third party libraries"
}
},
"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"
}
},
"logs": {
"title": "Logs",
"no_logs_message": "No logs available",
"detail": {
"title": "Log Detail",
"message_heading": "MESSAGE",
"context_heading": "CONTEXT",
"error_heading": "ERROR",
"stack_heading": "STACK TRACE"
}
},
"common": {
"loading": "Loading",
"copied_long": "Copied to clipboard",
"components": {
"grid_empty_message": "Capture memories to start populating the timeline",
"appbar": {
"server_storage": "Server Storage",
"storage_used": "{used: String} of {total: String} used",
"action_logs": "Logs",
"action_settings": "Settings",
"action_signout": "Sign Out",
"footer_documentation": "Documentation",
"footer_github": "Github",
"server_version_label": "Server Version",
"server_url_label": "Server URL",
"server_version_common_error": "Please check your network connection, make sure the server is reachable and app/server versions are compatible.",
"server_version_major_error": "Server is out of date. Please update to the latest major version.",
"server_version_minor_error": "Server is out of date. Please update to the latest minor version.",
"app_version_major_error": "Mobile App is out of date. Please update to the latest major version.",
"app_version_minor_error": "Mobile App is out of date. Please update to the latest minor version.",
"app_version_ok": "Client and Server are up-to-date",
"app_version_label": "App Version"
}
}
}
}