2020-07-13 16:30:38 +00:00
|
|
|
{
|
2020-07-15 03:46:09 +00:00
|
|
|
"common": {
|
|
|
|
"cancel": "Cancel",
|
|
|
|
"unknown": "Unknown"
|
|
|
|
},
|
|
|
|
"headings": {
|
|
|
|
"addServer": "Add Server",
|
|
|
|
"home": "Home",
|
|
|
|
"links": "Links",
|
|
|
|
"servers": "Servers",
|
|
|
|
"settings": "Settings"
|
|
|
|
},
|
|
|
|
"addServer": {
|
|
|
|
"address": "Server Address",
|
|
|
|
"validation": {
|
|
|
|
"empty": "$t(addServer.address) cannot be empty",
|
|
|
|
"invalid": "$t(addServer.address) is invalid",
|
|
|
|
"invalidProduct": "Not a Jellyfin server",
|
|
|
|
"noConnection": "Could not connect to server"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"home": {
|
2020-07-24 20:14:02 +00:00
|
|
|
"errors": {
|
|
|
|
"502": {
|
|
|
|
"description": "Unable to reach the Jellyfin server. This is usually because of a proxy configuration error or Jellyfin is offline."
|
|
|
|
},
|
|
|
|
"504": {
|
|
|
|
"description": "Unable to reach the Jellyfin server. This is usually because the proxy timed out while connecting to Jellyfin."
|
|
|
|
},
|
|
|
|
"http": {
|
|
|
|
"heading": "Something went wrong!",
|
2020-07-25 05:25:10 +00:00
|
|
|
"description": "The Jellyfin server returned an error."
|
2020-07-24 20:14:02 +00:00
|
|
|
},
|
2020-12-15 16:57:36 +00:00
|
|
|
"invalidServer": {
|
|
|
|
"heading": "Server is invalid",
|
|
|
|
"description": "Something has happened and the saved server information is invalid. Try removing the server from Settings and add it again."
|
|
|
|
},
|
2020-07-24 20:14:02 +00:00
|
|
|
"offline": {
|
|
|
|
"heading": "Server offline?",
|
|
|
|
"description": "Error contacting Jellyfin server."
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"errorCode": "Error code: {{errorCode}}",
|
|
|
|
"errorUrl": "URL: {{url}}",
|
2020-07-15 03:46:09 +00:00
|
|
|
"retry": "Try again?"
|
|
|
|
},
|
|
|
|
"settings": {
|
|
|
|
"version": "Version: {{version}}",
|
|
|
|
"keepAwake": "Keep Screen Awake",
|
|
|
|
"rotationLock": "Rotation Lock",
|
2020-12-30 23:18:39 +00:00
|
|
|
"tabLabels": "Show Tab Labels",
|
2020-07-15 03:46:09 +00:00
|
|
|
"expoVersion": "Expo Version: {{version}}"
|
|
|
|
},
|
|
|
|
"links": {
|
|
|
|
"website": "Jellyfin Website",
|
|
|
|
"documentation": "Documentation",
|
|
|
|
"source": "Source Code",
|
2020-07-20 05:58:04 +00:00
|
|
|
"translate": "Translate",
|
2020-07-15 03:46:09 +00:00
|
|
|
"feature": "Request a Feature",
|
|
|
|
"issue": "Report an Issue"
|
|
|
|
},
|
|
|
|
"alerts": {
|
|
|
|
"deleteServer": {
|
|
|
|
"title": "Delete Server",
|
2020-07-20 18:16:44 +00:00
|
|
|
"description": "Are you sure you want to delete the server {{serverName}}?",
|
2020-07-15 03:46:09 +00:00
|
|
|
"confirm": "Delete"
|
2020-07-13 16:30:38 +00:00
|
|
|
},
|
2020-07-15 03:46:09 +00:00
|
|
|
"resetApplication": {
|
|
|
|
"title": "Reset Application",
|
|
|
|
"description": "Are you sure you want to reset all settings?",
|
|
|
|
"confirm": "Reset"
|
2020-07-13 16:30:38 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|