WebTools-NG/public/locales/en.json

303 lines
15 KiB
JSON
Raw Normal View History

2020-06-07 19:39:25 +00:00
{
2020-08-11 10:58:54 +00:00
"Common": {
"AppName": "WebTools-NG",
"Home": {
"About": "@:Common.AppName provides different tool modules to help with Plex Server management.",
"Modules": "Currently available tool modules are:",
"Name": "Home",
2020-09-06 01:53:09 +00:00
"Title": "Welcome to @:Common.AppName",
"LangUpdateTitle": "Language update",
"LangUpdateMsg": "{0} Language has been updated on the translation site",
2020-09-07 22:00:01 +00:00
"LangUpdateMsg2": "Please go to Language option and select '{0}'"
2020-06-07 19:39:25 +00:00
},
2020-08-11 10:58:54 +00:00
"Language": {
"Description": "@:Common.Language.Name allows you to change language of the app",
"Name": "Language",
"btnForce": "Force download",
2020-08-10 00:16:04 +00:00
"LangMissing": "My language is missing from above",
2020-08-11 10:58:54 +00:00
"LangMissing1": "if your language is missing in above list, it means that unfortunately nobody has translated it, yet.",
"LangMissing2": "If so, we urge you to not only help us, but also your fellow countryfolk using Plex.",
2020-08-10 00:16:04 +00:00
"LangMissing3": "Please visit the link below to sign up as a translator!",
"LangMissing4": "Doing so, will also list you in the about page ;)",
"LangSpelling": "I found a bad translation",
"LangSpelling1": "If so, we urge you to join the translation site as well.",
2020-08-11 10:58:54 +00:00
"LangProcent": "What does the number after the language mean?",
2020-08-10 00:16:04 +00:00
"LangProcent1": "The number indicates how much of your language that is translated",
"LangProcent2": "If not on 100%, then we need your help",
"LangForce": "What does the '@:Common.Language.btnForce' button do?",
2020-08-11 10:58:54 +00:00
"LangForce1": "It updates your translations with the newest version available",
"Join": "Become a translator"
2020-06-07 19:39:25 +00:00
},
2020-08-11 10:58:54 +00:00
"Login": {
"SignIn": "Sign in with plex.tv",
"UseCred": "Use your regular Plex credentials",
"Note": "3rd-party Auth is not supported!",
"Username": "Username",
"UsernamePrompt": "Enter your plex.tv Username or Email",
"Password": "Password",
"PasswordPrompt": "Enter your plex.tv password",
"UsernameSave": "Remember Username",
2021-01-04 00:41:25 +00:00
"LoginBtn": "Sign in",
2021-01-06 22:27:49 +00:00
"twoFA": "2Factor Authentication verification code",
"twoFAPrompt": "If using 2FA, enter your code here, else leave as blank (optional)",
"Missing2FACode": "Please enter the verification code"
2020-06-07 19:39:25 +00:00
},
2020-08-11 10:58:54 +00:00
"SelServer": "Select Server",
"Menu": {
"File": {
"menuFile": "File",
"menuOpenLogDir": "Open Log Directory",
"menuQuit": "Quit"
2020-06-07 19:39:25 +00:00
},
2020-08-11 10:58:54 +00:00
"Edit": {
"menuEdit": "Edit",
"menuUndo": "Undo",
"menuRedo": "Redo",
"menuCut": "Cut",
"menuCopy": "Copy",
"menuPaste": "Paste",
"menuDelete": "Delete",
"menuSelectAll": "Select All"
2020-06-07 19:39:25 +00:00
},
2020-08-11 10:58:54 +00:00
"View": {
"menuView": "View",
"menuReload": "Reload",
"menuForceReload": "Force Reload",
"menuToggleDeveloperTools": "Toggle Developer Tools",
"menuActualSize": "Actual Size",
"menuZoomIn": "Zoom In",
"menuZoomOut": "Zoom Out",
"menuToggleFullScreen": "Toggle Full Screen"
2020-06-07 19:39:25 +00:00
},
2020-08-11 10:58:54 +00:00
"Help": {
"menuHelp": "Help",
"menuForum": "Forums",
"menuGithub": "Github",
2020-10-18 10:03:21 +00:00
"menuManual": "Manual",
"menuAbout": "About WebTools",
"menuAboutText":{
"menuAboutVersion":"Version",
"menuAboutPlatform":"Platform",
"menuAboutArchitecture": "Architecture"
}
2020-07-23 18:38:06 +00:00
},
2020-08-18 20:09:54 +00:00
"Sidebar": {
"NavSections":{
"Tools": "Tools",
"Options": "Options"
},
2020-08-11 10:58:54 +00:00
"ET": {
2020-10-03 22:03:03 +00:00
"Settings": "Settings",
"Custom": "Custom Levels"
2020-08-16 21:34:06 +00:00
},
2021-01-07 22:20:46 +00:00
"PMS": {
2021-01-09 13:35:17 +00:00
"Settings": "Settings"
2021-01-07 22:20:46 +00:00
},
2020-08-16 21:34:06 +00:00
"About": {
"NavTitle": "About Us"
},
"Home":{
"NavTitle": "Home"
},
"Language":{
"NavTitle": "Language"
},
"Theme":{
"NavTitle": "Theme"
},
"Reset":{
"NavTitle": "Factory Reset"
2020-09-06 21:55:16 +00:00
},
"Settings":{
2021-03-07 01:10:10 +00:00
"NavTitle": "Global Settings"
2020-07-23 18:38:06 +00:00
}
}
},
2020-09-29 21:50:14 +00:00
"Ok": "OK",
"Reload": "Reload",
2020-10-18 10:05:54 +00:00
"Copy": "Copy",
"Update" : {
"Title": "Update detected",
"Body": "{0} was released on Github on: {1}.",
"Body2": "Click here for more info",
"Skip": "Don't show notification for this version anymore"
2021-02-14 00:53:16 +00:00
},
"ExportDir": "Select Export Directory",
"Browse": "Browse",
"ErrorNoOutDirMsg": "You need to define an output directory in the global settings page first",
"ErrorNoOutDirTitle": "No output directory defined"
2020-06-07 19:39:25 +00:00
},
2020-08-11 10:58:54 +00:00
"Modules": {
2021-01-13 13:27:07 +00:00
"PlexTV": {
2021-02-20 13:40:10 +00:00
"Name": "Plex.TV",
2021-01-13 22:23:42 +00:00
"Description": "@:Modules.PlexTV.Name module allows you get details about users you are sharing with",
"SelUsr": "Select User",
2021-01-14 20:04:40 +00:00
"TT-User": "Here you select the user to get more info about",
"UsrID": "User ID",
"UsrEMail": "User email address",
"UsrName": "User name",
2021-02-20 21:04:00 +00:00
"UsrTitle": "User title",
2021-01-14 20:04:40 +00:00
"UsrRestricted": "User Restricted",
"UsrThumb": "Link to User thumb",
"UsrHome": "Is user part of your Home",
2021-02-20 13:40:10 +00:00
"UsrStatus": "User invite status",
2021-02-20 21:09:23 +00:00
"ExportUsr": "Export user to CSV",
"ExportAllUsr": "Export all users to CSV",
2021-02-20 21:04:00 +00:00
"Settings": "To configure column separator and 'Not Avail', use @:Modules.ET.Name settings"
2021-01-13 13:27:07 +00:00
},
2021-01-07 22:20:46 +00:00
"PMS": {
"Name": "Plex Media Server",
2021-02-23 22:04:03 +00:00
"ExportDoneBody": "Check {0}",
"ExportDoneTitle": "Export finished",
2021-01-09 13:35:17 +00:00
"Description": "@:Modules.PMS.Name module allows you to manage your server",
2021-01-07 22:20:46 +00:00
"ErrorNoServerSelectedTitle": "No server selected",
2021-01-08 00:42:18 +00:00
"ErrorNoServerSelectedMsg": "You need to select a server on the top of the screen",
"Settings": {
2021-01-09 13:35:17 +00:00
"Settings": "Settings",
"Description": "Here you can define the settings for the selected server",
2021-01-11 22:28:34 +00:00
"Notice": "Note: When changing a server setting you might need to restart the server afterwards",
2021-01-08 00:42:18 +00:00
"SelectSettingsSelection": "Select Settings Group",
2021-01-09 13:35:17 +00:00
"TTSelectSettingsSelection": "Here you select the group the setting you want to alter is in",
2021-01-17 12:38:37 +00:00
"SettingsFilter": "Filter settings",
"TTSettingsFilter": "Here you apply a filter for the settings",
2021-01-09 13:35:17 +00:00
"OnlyHidden": "Show only hidden settings",
"OnlyAdvanced": "Show only advanced settings",
2021-01-17 12:38:37 +00:00
"AllSettings": "Show all settings",
2021-01-10 13:37:37 +00:00
"Undefined": "undefined",
2021-01-11 22:28:34 +00:00
"tblCaption": "Settings - click row to change",
2021-01-10 13:37:37 +00:00
"tblName": "Name",
"tblLabel": "Label",
"tblSummary": "Summary",
"tblDefault": "Default",
"tblValue": "Value",
2021-01-10 23:24:32 +00:00
"tblType": "Type",
"newSettingTitle": "Enter the new setting for: {0}",
"curSetting": "Current Setting",
"defSetting": "Default Setting",
2021-01-11 22:28:34 +00:00
"newSettingValueTXT": "<Enter new value>",
2021-02-21 01:15:35 +00:00
"varning": "Change at your own risk. Any change can lead to malfunction of your plex server",
"ExportAllSettings": "Export all settings to CSV",
2021-03-07 01:10:10 +00:00
"ExportGroupSettings": "Export selected group settings to CSV"
2021-02-21 01:15:35 +00:00
},
"Export":{
"Items":{
"Category": "Category",
"Name": "Name",
"Label":"Label",
"Summary":"Summary",
"Type": "Type",
"Default": "Default",
"Value": "Value"
}
2021-01-08 00:42:18 +00:00
}
2021-01-07 22:20:46 +00:00
},
2020-08-11 10:58:54 +00:00
"ET": {
2020-10-03 22:03:03 +00:00
"Custom": {
"Title": "Custom levels",
2020-10-03 22:47:56 +00:00
"Description": "A custom level allows you to create your own export levels",
"NewCustomLevel": "< Define new level >",
2020-10-04 19:58:26 +00:00
"CustomLevels": "*** Custom levels ***",
2020-10-12 23:11:40 +00:00
"DeleteLevel": "Do you want to delete selected level?",
2020-10-04 19:58:26 +00:00
"NewLevelTitle": "Enter name for the new level",
"NewLevelName": "< Enter name for new level >",
"NewLevelSaveTxt": "Save",
2020-10-11 21:18:36 +00:00
"CustomLevel": "Custom Level",
"btnDelete": "Delete level",
2020-10-12 23:11:40 +00:00
"btnSave": "Save level",
"confirmDelete": "Are you sure you want to delete {0}",
"Delete": "Delete",
"Cancel": "Cancel",
"availFields": "Availible fields:",
2021-01-17 20:58:17 +00:00
"customFields": "Custom fields:",
2021-02-01 22:36:41 +00:00
"AlertSaved": "Custom level saved",
"TT-ETEditLevel": "Here you select the level to create/delete/edit"
2021-01-17 20:58:17 +00:00
2020-10-03 22:03:03 +00:00
},
2020-08-11 10:58:54 +00:00
"Description": "@:Modules.ET.Name allows you to export detail information about the media in your libraries",
2020-09-11 23:43:36 +00:00
"Name": "ExportTools",
2020-08-11 10:58:54 +00:00
"HSelectMedia": "Select Library Type",
2021-03-07 01:10:10 +00:00
"HSelectSelection": "Select Media Libary",
2020-08-11 10:58:54 +00:00
"HExportMedia": "Export Media",
"RadioMovies": "Movies",
2021-03-07 01:10:10 +00:00
"RadioTVSeries": "TV Shows",
2020-08-19 19:48:09 +00:00
"RadioTVEpisodes": "TV Episodes",
2021-03-07 01:10:10 +00:00
"RadioAudioArtist": "Audio Artist",
"RadioAudioAlbum": "Audio Album",
"RadioAudioTrack": "Audio Track",
"RadioPhotos": "Photos",
2020-09-20 20:37:18 +00:00
"RadioPlayLists": "Playlists",
2020-08-11 10:58:54 +00:00
"ErrorServer": "No server",
"ErrorNoServerSelectedTitle": "No server selected",
"ErrorNoServerSelectedMsg": "You need to select a server to extract from",
2020-08-11 10:58:54 +00:00
"Settings": {
"Settings": "Settings",
2021-03-07 01:10:10 +00:00
"Description": "Here you can define the settings for @:Modules.ET.Name",
2020-08-11 10:58:54 +00:00
"ArraySep": "Delimiter for multiple info in same field",
"ColumnSep": "Delimiter between columns in CSV file (Use 9 for TAB)",
"TimeOut": "Timeout when requesting info from PMS in sec (Global setting)",
2020-08-19 20:40:55 +00:00
"ExportToExcel": "Export to xlsx as well as csv",
2020-08-11 10:58:54 +00:00
"OrgTitleNull": "Default \"Original Title\" to \"Title\", if empty",
"SortTitleNull": "Default \"Sort Title\" to \"Title\", if empty",
"AutoXLSCol": "Autosize column (xlsx only)",
2020-09-05 23:03:40 +00:00
"AutoXLSRow": "Autosize row (xlsx only)",
2021-02-01 23:46:46 +00:00
"NotAvailIndicator": "What to use if a field can't be found",
2021-03-07 01:10:10 +00:00
"QualifierCSV": "Qualifier to use with a text based field for CSV (Use space for none)"
2020-08-06 13:58:11 +00:00
},
2020-08-11 10:58:54 +00:00
"LevelInfo": "Export level determines which data are going to be exported.",
"ExportLevel": "Export Level",
"SelectLevel": "Select level",
2021-03-07 01:10:10 +00:00
"BuildInLevels": "*** Built-in levels ***",
2020-08-11 10:58:54 +00:00
"NoLevelFound": "N/A",
"TT-ETType": "Here you select the type of library you want to export",
"TT-ETLibrary": "Here you select library you want to export",
"TT-ETLevel": "Here you select the values you want to export",
"Status": {
"Idle": "Idle",
"Status": "Status",
"Processing-Chunk": "Processing chunk {current} of {total}",
"Processing-Chunk-Detailed": "Processing chunk {current} of {total}.\nitems to export: {urlStr}",
"StartExport": "Starting to Export",
2021-01-31 23:14:07 +00:00
"CreateExlsFile": "Creating Excel file",
2021-02-01 21:35:14 +00:00
"ProcessItem": "Processing item {count} of {total}",
2021-01-31 23:14:07 +00:00
"GetSectionItems": "Fetching items {idx} in chunks of {chunck} with a total of {totalSize}"
2021-03-07 01:10:10 +00:00
},
"ErrorBadSepTitle": "Column separator issue",
"ErrorBadSep": "Column separator can only be one character"
2020-06-07 19:39:25 +00:00
},
2020-08-11 10:58:54 +00:00
"About": {
"Description": "@:Modules.About.Name",
2020-08-16 21:34:06 +00:00
"NavTitle": "About Us",
2020-08-11 10:58:54 +00:00
"Name": "About us and credits",
"MainDevelopers": "Main Developers",
"Devdane22": "Tommy (aka dane22), a Plex community member (ukdtom on GitHub)",
2020-08-18 19:53:21 +00:00
"DevCPSO": "Casper (aka CPSO), a Plex community member (CPSO on GitHub)",
2020-08-11 10:58:54 +00:00
"TranslationBetaTestersTitle": "Translators and Beta Testers",
"TranslationBetaTestersText": "A huge thanks goes out to all the people who helped in translating and testing @:Common.AppName",
2020-09-06 12:54:50 +00:00
"PlexPoCredits": "And many thanks to the authors/developers and staff at Plex. We are eternally grateful for your dedication, talent and hard work! And to our friends at POEditor.com, who provide a free translation site because we are an Open-Source project.",
"WikiDevelopers": "Wiki was made by:",
"Wikitrumpy81": "Andy (aka trumpy81), a Plex community member (trumpy81 on GitHub)"
2020-09-06 21:55:16 +00:00
},
"GlobalSettings": {
"Title": "Global Settings",
"Description": "Here you configure the global settings, that influence all modules",
"TimeOut": "Timeout when requesting info from PMS in sec",
"LogLevelFile": "What file log level to use (Change only if asked by the devs)",
"LogLevelConsole": "Console log level (Only used when developing)",
"LogSize": "Size of logfile, before rollover",
2020-09-07 22:00:01 +00:00
"RestartNeeded": "When changing this setting, a restart is needed",
"FactoryReset": "Factory Reset",
2020-10-02 22:17:21 +00:00
"FactoryResetWarning": "Factory Reset will reset this app towards how it was when first installed",
2021-02-15 22:27:29 +00:00
"FactoryResetConfirmTitle": "Confirm Factory Reset",
"FactoryResetConfirmBody": "Doing a Factory Reset will erase all your settings, as it was when first installed",
"FactoryResetConfirmBody2": "After doing a Factory Reset, you must start {0} again",
"FactoryResetBtnCancel": "Cancel",
"FactoryResetBtnOk": "Do a Factory Reset",
"BetaTester": "Subscribe to Beta updates",
"TTBetaTester": "When selected, you'll be notified when a new beta version is available",
"Update": "Subscribe to updates (If false, beta updates will also be disabled)",
"TTUpdate": "When selected, you'll be notified when a new update is available",
"True": "True",
2021-03-07 01:10:10 +00:00
"False": "False"
2020-06-07 19:39:25 +00:00
}
}
2020-08-11 10:58:54 +00:00
}