jellyfin-expo/langs/en.json
2024-11-08 11:45:40 -05:00

89 lines
2.8 KiB
JSON

{
"common": {
"beta": "BETA",
"cancel": "Cancel",
"delete": "Delete",
"edit": "Edit",
"ok": "OK",
"unknown": "Unknown"
},
"headings": {
"addServer": "Add Server",
"appearance": "Appearance",
"downloads": "Downloads",
"home": "Home",
"links": "Links",
"playback": "Playback",
"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?"
},
"serverHelp": {
"heading": "What is Jellyfin?",
"description": "Jellyfin is the volunteer-built media solution. It allows you to host your own media and access it from anywhere.\n\n\nIn order to use this client, you need to host your own Jellyfin server.",
"learnMore": "Learn more about how to host your own server"
},
"settings": {
"version": "Version: {{version}}",
"keepAwake": "Keep Screen Awake",
"nativeVideoPlayer": "Use Native Video Player",
"fmp4Support": "Prefer fMP4 in HLS",
"lightTheme": "Use Light Theme",
"systemTheme": "Use System Theme",
"rotationLock": "Rotation Lock",
"tabLabels": "Show Tab Labels"
},
"links": {
"website": "Jellyfin Website",
"documentation": "Documentation",
"source": "Source Code",
"translate": "Translate",
"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"
}
}
}