- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/yargs/locales/zh_TW.json
r59329aa re29cc2e 1 1 { 2 "Commands:": "命令:", 3 "Options:": "選項:", 4 "Examples:": "範例:", 5 "boolean": "布林", 6 "count": "次數", 7 "string": "字串", 8 "number": "數字", 9 "array": "陣列", 10 "required": "必填", 11 "default": "預設值", 12 "default:": "預設值:", 13 "choices:": "可選值:", 14 "aliases:": "別名:", 15 "generated-value": "生成的值", 16 "Not enough non-option arguments: got %s, need at least %s": { 17 "one": "non-option 引數不足:只傳入了 %s 個, 至少要 %s 個", 18 "other": "non-option 引數不足:只傳入了 %s 個, 至少要 %s 個" 19 }, 20 "Too many non-option arguments: got %s, maximum of %s": { 21 "one": "non-option 引數過多:傳入了 %s 個, 但最多 %s 個", 22 "other": "non-option 引數過多:傳入了 %s 個, 但最多 %s 個" 23 }, 24 "Missing argument value: %s": { 25 "one": "此引數無指定值:%s", 26 "other": "這些引數無指定值:%s" 27 }, 28 "Missing required argument: %s": { 29 "one": "缺少必須的引數:%s", 30 "other": "缺少這些必須的引數:%s" 31 }, 32 "Unknown argument: %s": { 33 "one": "未知的引數:%s", 34 "other": "未知的引數:%s" 35 }, 36 "Invalid values:": "無效的選項值:", 37 "Argument: %s, Given: %s, Choices: %s": "引數名稱: %s, 傳入的值: %s, 可選的值:%s", 38 "Argument check failed: %s": "引數驗證失敗:%s", 39 "Implications failed:": "缺少依賴引數:", 40 "Not enough arguments following: %s": "沒有提供足夠的值給此引數:%s", 41 "Invalid JSON config file: %s": "無效的 JSON 設置文件:%s", 42 "Path to JSON config file": "JSON 設置文件的路徑", 43 "Show help": "顯示說明", 44 "Show version number": "顯示版本", 45 "Did you mean %s?": "您是指 %s 嗎?", 46 "Arguments %s and %s are mutually exclusive" : "引數 %s 和 %s 互斥", 47 "Positionals:": "位置:", 48 "command": "命令", 49 "deprecated": "已淘汰", 50 "deprecated: %s": "已淘汰:%s" 51 } 2 "Commands:": "命令:", 3 "Options:": "選項:", 4 "Examples:": "例:", 5 "boolean": "布林", 6 "count": "次數", 7 "string": "字串", 8 "number": "數字", 9 "array": "陣列", 10 "required": "必須", 11 "default:": "預設值:", 12 "choices:": "可選值:", 13 "aliases:": "別名:", 14 "generated-value": "生成的值", 15 "Not enough non-option arguments: got %s, need at least %s": "non-option 引數不足:只傳入了 %s 個, 至少要 %s 個", 16 "Too many non-option arguments: got %s, maximum of %s": "non-option 引數過多:傳入了 %s 個, 但最多 %s 個", 17 "Missing argument value: %s": { 18 "one": "此引數無指定值:%s", 19 "other": "這些引數無指定值:%s" 20 }, 21 "Missing required argument: %s": { 22 "one": "缺少必須的引數:%s", 23 "other": "缺少這些必須的引數:%s" 24 }, 25 "Unknown argument: %s": { 26 "one": "未知的引數:%s", 27 "other": "未知的這些引數:%s" 28 }, 29 "Invalid values:": "無效的選項值:", 30 "Argument: %s, Given: %s, Choices: %s": "引數名稱: %s, 傳入的值: %s, 可選的值:%s", 31 "Argument check failed: %s": "引數驗證失敗:%s", 32 "Implications failed:": "缺少依賴的選項:", 33 "Not enough arguments following: %s": "沒有提供足夠的值給此引數:%s", 34 "Invalid JSON config file: %s": "無效的 JSON 設置文件:%s", 35 "Path to JSON config file": "JSON 設置文件的路徑", 36 "Show help": "顯示說明", 37 "Show version number": "顯示版本", 38 "Did you mean %s?": "是指 %s?", 39 "Arguments %s and %s are mutually exclusive" : "引數 %s 和 %s 是互斥的" 40 }
Note:
See TracChangeset
for help on using the changeset viewer.