mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2025-02-17 03:48:25 +00:00
Merge pull request #433 from WebTools-NG/translate
Update en.json (POEditor.com)
This commit is contained in:
commit
4097a60ef6
1 changed files with 20 additions and 21 deletions
|
@ -41,8 +41,8 @@
|
|||
"twoFA": "2Factor Authentication verification code",
|
||||
"twoFAPrompt": "If using 2FA, enter your code here, else leave as blank (optional)",
|
||||
"Missing2FACode": "Please enter the verification code",
|
||||
"LoginConnectErrToken": "Could not connect to plex.tv with a Token",
|
||||
"LoginConnectErr": "Could not connect to plex.tv"
|
||||
"LoginConnectErrToken": "",
|
||||
"LoginConnectErr": ""
|
||||
},
|
||||
"SelServer": "Select Server",
|
||||
"Menu": {
|
||||
|
@ -145,19 +145,18 @@
|
|||
"SortTitleNull": "Default \"Sort Title\" to \"Title\", if empty",
|
||||
"AutoXLSCol": "Autosize column (xlsx only)",
|
||||
"AutoXLSRow": "Autosize row (xlsx only)",
|
||||
"ExportToExcel": "Export to xlsx",
|
||||
"ExportToCSV": "Export to csv",
|
||||
"ExportToExcel": "Export to xlsx as well as csv",
|
||||
"NotAvailIndicator": "What to use if a field can't be found",
|
||||
"QualifierCSV": "Qualifier to use with a text based field for CSV (Use space for none)",
|
||||
"Posters_Dimensions": "Poster width * height",
|
||||
"Posters_Dimensions_TT": "Poster width*height, If 'Export Posters' is a field in the export. Can be separated by a comma, for multiple exports, like `75*75, 1024*768`. Note: dimensions might be altered slightly in order to preserve the aspect ratio of the poster",
|
||||
"Art_Dimensions": "Art width * height",
|
||||
"Art_Dimensions_TT": "Art width*height, If 'Export Art' is a field in the export. Can be seperated by a comma, for multiple exports, like `75*75, 1024*768`. Note: dimensions might be altered slightly in order to preserve the aspect ratio of the art",
|
||||
"ChReturn": "Replace Return character with",
|
||||
"ChReturn_TT": "Leave blank to not replace",
|
||||
"ChNewLine": "Replace NewLine character with",
|
||||
"ChNewLine_TT": "Leave blank to not replace"
|
||||
|
||||
"ExportToCSV": "",
|
||||
"ChReturn": "",
|
||||
"ChReturn_TT": "",
|
||||
"ChNewLine": "",
|
||||
"ChNewLine_TT": ""
|
||||
},
|
||||
"LevelInfo": "Export level determines which data are going to be exported.",
|
||||
"SelectLevel": "Select level",
|
||||
|
@ -189,8 +188,6 @@
|
|||
"ErrorBadSep": "Column separator can only be one character",
|
||||
"ErrorNoServerSelectedTitle": "No server selected",
|
||||
"ErrorNoServerSelectedMsg": "You need to select a server to export from",
|
||||
"ErrorNoOutputFormatTitle": "No output format selected",
|
||||
"ErrorNoOutputFormatMsg": "You need to select an output format in the @:Modules.ET.Name settings, like csv or xlsx",
|
||||
"Custom": {
|
||||
"Title": "Custom levels",
|
||||
"Description": "A custom level allows you to create your own export levels",
|
||||
|
@ -257,16 +254,18 @@
|
|||
"ttExpTypeSec": "Here you select the sub type",
|
||||
"ttExpType": "Here you select the type of library you want to export",
|
||||
"SecPlaylists": "Playlists",
|
||||
"itemStart": "The starting item (Normally 0)",
|
||||
"itemEnd": "The ending item (Normally the last item in the library)",
|
||||
"startStopDesc": "Here you have the option to define what item to start exporting with,",
|
||||
"startStopDesc2": "as well as specifying the item to end the export.",
|
||||
"startStopDesc3": "Use this to split export files into smaller chuncks (files) if needed.",
|
||||
"startStopDesc4": "We default to export everything.",
|
||||
"startStopStartingItem": "Item to start with",
|
||||
"startStopEndingItem": "Item to end with",
|
||||
"startStopTitle": "Limit Export"
|
||||
}
|
||||
"itemStart": "",
|
||||
"itemEnd": "",
|
||||
"startStopDesc": "",
|
||||
"startStopDesc2": "",
|
||||
"startStopDesc3": "",
|
||||
"startStopDesc4": "",
|
||||
"startStopStartingItem": "",
|
||||
"startStopEndingItem": "",
|
||||
"startStopTitle": ""
|
||||
},
|
||||
"ErrorNoOutputFormatTitle": "",
|
||||
"ErrorNoOutputFormatMsg": ""
|
||||
},
|
||||
"About": {
|
||||
"Description": "@:Modules.About.Name",
|
||||
|
|
Loading…
Add table
Reference in a new issue