You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
136 lines
3.2 KiB
136 lines
3.2 KiB
{ |
|
"global": { |
|
"name": "movie-web" |
|
}, |
|
"media": { |
|
"types": { |
|
"movie": "Movie", |
|
"show": "Show" |
|
}, |
|
"episodeDisplay": "S{{season}} E{{episode}}" |
|
}, |
|
"home": { |
|
"mediaList": { |
|
"stopEditing": "Stop editing" |
|
} |
|
}, |
|
"overlays": { |
|
"close": "Close" |
|
}, |
|
"screens": { |
|
"loadingUser": "Loading your profile", |
|
"loadingApp": "Loading application", |
|
"loadingUserError": { |
|
"text": "", |
|
"textWithReset": "", |
|
"reset": "Reset custom server" |
|
}, |
|
"migration": { |
|
"failed": "Failed to migrate your data." |
|
}, |
|
"dmca": { |
|
"title": "", |
|
"text": "" |
|
} |
|
}, |
|
"navigation": { |
|
"banner": { |
|
"offline": "Check your internet connection" |
|
}, |
|
"menu": { |
|
"register": "Sync to cloud", |
|
"settings": "Settings", |
|
"about": "About us", |
|
"support": "Support", |
|
"logout": "Log out" |
|
} |
|
}, |
|
"actions": { |
|
"copy": "Copy" |
|
}, |
|
"settings": { |
|
"unsaved": "You have unsaved changes", |
|
"reset": "Reset", |
|
"save": "Save", |
|
"sidebar": { |
|
"info": { |
|
"title": "App information", |
|
"hostname": "Hostname", |
|
"backendUrl": "Backend URL", |
|
"userId": "User ID", |
|
"notLoggedIn": "Not logged in", |
|
"appVersion": "App version", |
|
"backendVersion": "Backend version", |
|
"unknownVersion": "Unknown", |
|
"secure": "Secure", |
|
"insecure": "Insecure" |
|
} |
|
}, |
|
"appearance": { |
|
"title": "Appearance", |
|
"activeTheme": "Active", |
|
"themes": { |
|
"default": "Default", |
|
"blue": "Blue", |
|
"teal": "Teal", |
|
"red": "Red", |
|
"gray": "Gray" |
|
} |
|
}, |
|
"account": { |
|
"title": "Account", |
|
"register": { |
|
"title": "Sync to the cloud", |
|
"text": "Instantly share your watch progress between devices and keep them synced.", |
|
"cta": "Get started" |
|
}, |
|
"profile": { |
|
"title": "Edit profile picture", |
|
"firstColor": "First color", |
|
"secondColor": "Second color", |
|
"userIcon": "User icon", |
|
"finish": "Finish editing" |
|
}, |
|
"devices": { |
|
"title": "Devices", |
|
"failed": "Failed to load sessions", |
|
"deviceNameLabel": "Device name", |
|
"removeDevice": "Remove" |
|
} |
|
}, |
|
"locale": { |
|
"title": "Locale", |
|
"language": "Application language", |
|
"languageDescription": "Language applied to the entire application." |
|
}, |
|
"captions": { |
|
"title": "Captions" |
|
}, |
|
"connections": { |
|
"title": "Connections" |
|
} |
|
}, |
|
"faq": { |
|
"title": "About us", |
|
"q1": { |
|
"title": "1", |
|
"body": "Body of 1" |
|
}, |
|
"how": { |
|
"title": "1", |
|
"body": "Body of 1" |
|
} |
|
}, |
|
"footer": { |
|
"tagline": "Watch your favorite shows and movies with this open source streaming app.", |
|
"links": { |
|
"github": "GitHub", |
|
"dmca": "DMCA", |
|
"discord": "Discord" |
|
}, |
|
"legal": { |
|
"disclaimer": "Disclaimer", |
|
"disclaimerText": "movie-web does not host any files, it merely links to 3rd party services. Legal issues should be taken up with the file hosts and providers. movie-web is not responsible for any media files shown by the video providers." |
|
} |
|
} |
|
}
|
|
|