WebTools-NG/public/locales/en.json

121 lines
5.1 KiB
JSON
Raw Normal View History

2020-06-07 19:39:25 +00:00
{
"Common": {
2020-06-12 09:05:13 +00:00
"AppName": "WebTools-NG",
2020-06-07 19:39:25 +00:00
"SelServer": "Select Server",
2020-07-23 18:38:06 +00:00
"Ok": "OK",
2020-06-07 19:39:25 +00:00
"Home": {
"About": "@:Common.AppName is a tool that enables the use of tool modules to help with Plex Server management.",
2020-06-11 23:48:39 +00:00
"Modules": "Tool modules currently available are:",
2020-06-07 19:39:25 +00:00
"Name": "Home",
"Title": "Welcome to @:Common.AppName"
},
"Language": {
"Description": "@:Common.Language.Name allows you to change language of the app",
"Name": "Language",
"btnForce": "Force download"
2020-06-07 19:39:25 +00:00
},
"Login": {
"SignIn": "Sign in with plex.tv",
"UseCred": "Use your regular Plex credentials",
"Note": "3.Party Auth is not supported!",
"Username": "Username",
"UsernamePrompt": "Enter your plex.tv Username",
"UsernameSave": "Remember Username",
2020-06-07 19:39:25 +00:00
"Password": "Password",
"PasswordPrompt": "Enter your plex.tv password"
},
"Menu": {
"File":{
"menuFile": "File",
"menuOpenLogDir": "Open Log Directory",
"menuQuit": "Quit"
},
"Edit":{
"menuEdit": "Edit",
"menuUndo": "Undo",
"menuRedo": "Redo",
"menuCut": "Cut",
"menuCopy": "Copy",
"menuPaste": "Paste",
"menuDelete": "Delete",
"menuSelectAll": "SelectAll"
},
"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"
},
"Help":{
"menuHelp": "Help",
"menuForum": "Forums",
"menuGithub": "Github",
"menuManual": "Manual"
2020-07-23 18:38:06 +00:00
},
"Modules":{
"ET":{
"Settings": "Settings"
}
}
2020-06-07 19:39:25 +00:00
}
},
"Modules": {
"ET": {
"Description": "@:Modules.ET.Name allows you to export some information about the medias in your libraries",
"Name": "ExportTool",
"ErrorServer": "No server",
2020-06-07 19:39:25 +00:00
"HSelectMedia": "Select Media Type",
"HSelectSelection": "Select Media Libary",
"SelectSelection": "Select Selection",
"HExportMedia": "Export Media",
"RadioMovies": "Movies",
"RadioTVSeries": "TV Series",
"RadioMusic": "Music",
"RadioPhotos" : "Photos",
"RadioOtherVideos": "Other Videos",
2020-07-22 10:50:37 +00:00
"ErrorNoServerSelected": "No server selected",
2020-07-23 18:38:06 +00:00
"LevelInfo": "Export level determines what data is going to be exported.",
2020-07-24 13:10:11 +00:00
"ExportLevel": "Export Level",
2020-07-23 18:38:06 +00:00
"SelectLevel": "Select level",
2020-07-24 13:10:11 +00:00
"BuildInLevels": "*** Buildin levels ***",
"CustomLevels": "*** Custom levels ***",
"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",
2020-08-06 13:58:11 +00:00
"Status":{
"StartExport": "Starting to Export",
"GetSectionItems": "Initial fetching items of {idx} in chuncks of {chunck}",
2020-08-06 13:58:11 +00:00
"Idle": "Idle",
"Status": "Status: ",
"Processing-Chunk": "Processing chunk {current} of {total}",
"Processing-Chunk-Detailed": "Processing chunk {current} of {total}.\nItems to export: {urlStr}"
},
2020-07-22 10:50:37 +00:00
"Settings":
{
"Settings": "Settings",
2020-07-23 18:38:06 +00:00
"Description": "Here you can define the settings for @:Modules.ET.Name",
"Browse": "Browse",
2020-08-06 19:28:08 +00:00
"SelectOutDir": "Select Output Directory",
"ArraySep": "Array Separator:",
"ColumnSep": "Column Separator:"
2020-07-22 10:50:37 +00:00
}
2020-06-07 19:39:25 +00:00
},
"About": {
"Description": "@:Modules.About.Name",
"Name": "About us and credits",
"MainDevelopers": "Main Developers",
"Devdane22": "Tommy (aka dane22), a Plex community member (ukdtom on GitHub)",
"DevCPSO": "Casper (aka CPSO), a soon to be Plex community member (CPSO on GitHub)",
"TranslationBetaTestersTitle": "Translators and Beta Testers",
"TranslationBetaTestersText": "A huge thanks goes out to all the people who helped in translating and testing @:Common.AppName",
2020-06-11 23:35:04 +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 our friends at POEditor.com, who provided a free translation site because we are an Open-Source project."
2020-06-07 19:39:25 +00:00
}
}
}