67 lines
3.2 KiB
JavaScript
67 lines
3.2 KiB
JavaScript
module.exports = {
|
||
"1": " - Update formatters:{}",
|
||
"2": " - Entry of language: {}",
|
||
"3": "Failed to load multilingual configuration file <{}>: {}",
|
||
"4": "The destination folder < {} > does not exist",
|
||
"5": "Scan for:",
|
||
"6": "Project directory",
|
||
"7": "Initialize project i18n configuration",
|
||
"8": "Output debug information",
|
||
"9": "Regenerate the language configuration of the current project",
|
||
"10": "Supported languages",
|
||
"11": "Folder of project:{}",
|
||
"12": "Scan and extract all strings to be translated into the <languages/translations> folder",
|
||
"13": "Supported languages",
|
||
"14": "Default language",
|
||
"15": "Active language",
|
||
"16": "Namespaces",
|
||
"17": "Exclude folders to scan, multiple separated by commas",
|
||
"18": " strategy of messages merge,with value of sync(default),overwrite,merge",
|
||
"19": "Type of file to scan",
|
||
"20": "The language configuration file <{}> already exists. It will be used preferentially to extract messages",
|
||
"21": "Compiles the language messages for project",
|
||
"22": "Output module type, values: auto, esm, cjs",
|
||
"23": "The language messages folder <{}> does not exist",
|
||
"24": "Generate language configuration: {}",
|
||
"25": "Languages to be supported:{}",
|
||
"26": "Initialization succeeded, next step:",
|
||
"27": " - Edit language parameters in {}",
|
||
"28": " - Run <{}> scan to extract the messages to be translated",
|
||
"29": " - Run <{}> compile language messages",
|
||
"30": "Create <languages> folder: {}",
|
||
"31": "Compile to:{}",
|
||
"32": "Error while read language file{}: {}",
|
||
"33": " - Language file: {}",
|
||
"34": " - idMap file: {}",
|
||
"35": " - Formatters: {}",
|
||
"36": " - Total{} messages",
|
||
"37": "Call the API translation language package of the online translation service provider, eg:baidu translation service",
|
||
"38": "API Key",
|
||
"39": "API ID",
|
||
"40": "Translation speed limit. API calls per second",
|
||
"41": "Online translation service provider name or translation script file",
|
||
"42": "The maximum number of packet bytes submitted by merging multiple texts",
|
||
"43": "Translating file: {}",
|
||
"44": "You need to specify the translation script or appkey and appid",
|
||
"45": "-Translation ->{}",
|
||
"46": "Update @ voerkai18n/runtime runtime",
|
||
"47": "Updated:{}",
|
||
"48": "It is the latest",
|
||
"49": "Failed to update @ voerkai18n/runtime, please update manually!",
|
||
"50": "Supported languages t: {}",
|
||
"51": "Default language t: {}",
|
||
"52": "Activation language t: {}",
|
||
"53": "Namespace t: {}",
|
||
"54": "Module type t: {}",
|
||
"55": "TypeScript\\t: {}",
|
||
"56": "Output typescript code",
|
||
"57": "Back up original files",
|
||
"58": "Translation mode, value auto=translate only untranslated, full=translate all",
|
||
"59": "The language configuration file {} already exists, skipping creation. \\N Use {} to overwrite the creation",
|
||
"60": "Runtime installed: {}",
|
||
"61": "Automatically update runtime",
|
||
"62": "Scan and extract the text to be translated to<languages/translations>",
|
||
"63": "Online translation language packs, such as Baidu Cloud Translation Service",
|
||
"64": "生成IdMap文件",
|
||
"65": "安装@voerkai18n/runtime"
|
||
} |