jellyfin-expo/langs/en.json
2021-01-07 09:49:27 -05:00

76 lines
2.3 KiB
JSON

{
"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": {
"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!",
"description": "The Jellyfin server returned an error."
},
"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."
},
"offline": {
"heading": "Server offline?",
"description": "Error contacting Jellyfin server."
}
},
"errorCode": "Error code: {{errorCode}}",
"errorUrl": "URL: {{url}}",
"retry": "Try again?"
},
"settings": {
"version": "Version: {{version}}",
"keepAwake": "Keep Screen Awake",
"lightTheme": "Use Light Theme",
"rotationLock": "Rotation Lock",
"tabLabels": "Show Tab Labels",
"expoVersion": "Expo Version: {{version}}"
},
"links": {
"website": "Jellyfin Website",
"documentation": "Documentation",
"source": "Source Code",
"translate": "Translate",
"feature": "Request a Feature",
"issue": "Report an Issue"
},
"alerts": {
"deleteServer": {
"title": "Delete Server",
"description": "Are you sure you want to delete the server {{serverName}}?",
"confirm": "Delete"
},
"resetApplication": {
"title": "Reset Application",
"description": "Are you sure you want to reset all settings?",
"confirm": "Reset"
}
}
}