2020-07-13 16:30:38 +00:00
{
2020-07-15 03:46:09 +00:00
"common" : {
2021-10-08 14:23:25 +00:00
"beta" : "BETA" ,
2020-07-15 03:46:09 +00:00
"cancel" : "Cancel" ,
2021-11-24 05:37:34 +00:00
"delete" : "Delete" ,
"edit" : "Edit" ,
2021-03-25 18:56:07 +00:00
"ok" : "OK" ,
2020-07-15 03:46:09 +00:00
"unknown" : "Unknown"
} ,
"headings" : {
"addServer" : "Add Server" ,
2021-04-05 20:10:24 +00:00
"appearance" : "Appearance" ,
2021-11-18 19:24:50 +00:00
"downloads" : "Downloads" ,
2020-07-15 03:46:09 +00:00
"home" : "Home" ,
"links" : "Links" ,
2021-04-05 20:10:24 +00:00
"playback" : "Playback" ,
2020-07-15 03:46:09 +00:00
"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?"
} ,
2021-03-25 18:56:07 +00:00
"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"
} ,
2020-07-15 03:46:09 +00:00
"settings" : {
"version" : "Version: {{version}}" ,
"keepAwake" : "Keep Screen Awake" ,
2021-10-08 14:23:25 +00:00
"nativeVideoPlayer" : "Use Native Video Player" ,
2021-04-05 19:37:12 +00:00
"fmp4Support" : "Prefer fMP4 in HLS" ,
2021-01-07 06:13:07 +00:00
"lightTheme" : "Use Light Theme" ,
2021-02-01 18:15:47 +00:00
"systemTheme" : "Use System Theme" ,
2020-07-15 03:46:09 +00:00
"rotationLock" : "Rotation Lock" ,
2024-11-07 19:36:50 +00:00
"tabLabels" : "Show Tab Labels"
2020-07-15 03:46:09 +00:00
} ,
"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
"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
}
}
}