|
4 | 4 | "COCOS_PARSE_PLUGIN_WARNING_FMT" : "Warning: plugin '%s' does not return a plugin name.",
|
5 | 5 | "COCOS_HELP_BRIEF_FMT" : "\n%s %s - cocos console: A command line tool for Cocos2d-x.",
|
6 | 6 | "COCOS_HELP_AVAILABLE_CMD" : "\nAvailable commands:",
|
7 |
| - "COCOS_HELP_AVAILABLE_ARGS_FMT" : "\nAvailable arguments:\n\t-h, --help\t\t\tShow this help information.\n\t-v, --version\t\t\tShow the version of this command tool.\n\t--ol %s\tSpecify the language of output messages.", |
| 7 | + "COCOS_HELP_AVAILABLE_ARGS_FMT" : "\nAvailable arguments:\n\t-h, --help\t\t\tShow this help information.\n\t-v, --version\t\t\tShow the version of this command tool.\n\t--ol %s\tSpecify the language of output messages.\n\t--agreement ['y', 'n']\t\tSkip the agreement with specified value.", |
8 | 8 | "COCOS_HELP_EXAMPLE" : "\nExample:\n\tcocos new --help\n\tcocos run --help",
|
9 | 9 | "COCOS_HELP_ARG_SRC" : "Specify the path of the project.",
|
10 | 10 | "COCOS_HELP_ARG_QUIET" : "Less output",
|
11 | 11 | "COCOS_HELP_ARG_PLATFORM" : "Specify the target platform.",
|
12 | 12 | "COCOS_HELP_ARG_PROJ_DIR" : "Specify the directory for target platform.",
|
13 | 13 | "COCOS_ERROR_OL_NO_VALUE" : "Please specify the value of argument '--ol'.",
|
| 14 | + "COCOS_ERROR_AGREEMENT_NO_VALUE" : "Please specify the value of argument '--agreement'.", |
14 | 15 | "COCOS_WARNING_LANG_NOT_SUPPORT_FMT" : "Language '%s' is not support now.",
|
15 | 16 | "COCOS_PYTHON_VERSION_TIP_FMT" : "The Python version is %d.%d. But Python 2.7 is required.\nDownload it here: https://www.python.org/",
|
16 | 17 | "COCOS_WARNING_INVALID_DIR_IN_INI_FMT" : "Warning: Invalid directory defined in cocos2d.ini: %s",
|
|
346 | 347 | "COCOS_PARSE_PLUGIN_WARNING_FMT" : "警告:'%s' 不是可用的命令。",
|
347 | 348 | "COCOS_HELP_BRIEF_FMT" : "\n%s %s - cocos console: cocos2d-x 的命令行工具集。",
|
348 | 349 | "COCOS_HELP_AVAILABLE_CMD" : "\n可用的命令:",
|
349 |
| - "COCOS_HELP_AVAILABLE_ARGS_FMT" : "\n可用的参数:\n\t-h, --help\t\t\t显示帮助信息。\n\t-v, --version\t\t\t显示命令行工具的版本号。\n\t--ol %s\t指定输出信息的语言。", |
| 350 | + "COCOS_HELP_AVAILABLE_ARGS_FMT" : "\n可用的参数:\n\t-h, --help\t\t\t显示帮助信息。\n\t-v, --version\t\t\t显示命令行工具的版本号。\n\t--ol %s\t指定输出信息的语言。\n\t--agreement ['y', 'n']\t\t使用指定的值来同意或拒绝协议。", |
350 | 351 | "COCOS_HELP_EXAMPLE" : "\n示例:\n\tcocos new --help\n\tcocos run --help",
|
351 | 352 | "COCOS_HELP_ARG_SRC" : "指定工程路径。",
|
352 | 353 | "COCOS_HELP_ARG_QUIET" : "较少的输出。",
|
353 | 354 | "COCOS_HELP_ARG_PLATFORM" : "指定目标平台。",
|
354 | 355 | "COCOS_HELP_ARG_PROJ_DIR" : "指定目标平台路径。",
|
355 | 356 | "COCOS_ERROR_OL_NO_VALUE" : "参数 '--ol' 未指定值。",
|
| 357 | + "COCOS_ERROR_AGREEMENT_NO_VALUE" : "参数 '--agreement' 未指定值。", |
356 | 358 | "COCOS_WARNING_LANG_NOT_SUPPORT_FMT" : "目前不支持 '%s' 语言。",
|
357 | 359 | "COCOS_PYTHON_VERSION_TIP_FMT" : "当前 python 版本为:%d.%d。要求使用 Python 2.7。\n下载地址:https://www.python.org/",
|
358 | 360 | "COCOS_WARNING_INVALID_DIR_IN_INI_FMT" : "警告:cocos2d.ini 中使用了无效的路径 %s",
|
|
688 | 690 | "COCOS_PARSE_PLUGIN_WARNING_FMT" : "警告:'%s' 不是可用的命令。",
|
689 | 691 | "COCOS_HELP_BRIEF_FMT" : "\n%s %s - cocos console: cocos2d-x 的命令行工具集。",
|
690 | 692 | "COCOS_HELP_AVAILABLE_CMD" : "\n可用的命令:",
|
691 |
| - "COCOS_HELP_AVAILABLE_ARGS_FMT" : "\n可用的參數:\n\t-h, --help\t\t\t顯示幫助資訊。\n\t-v, --version\t\t\t顯示命令行工具的版本號。\n\t--ol %s\t指定輸出資訊的語言。", |
| 693 | + "COCOS_HELP_AVAILABLE_ARGS_FMT" : "\n可用的參數:\n\t-h, --help\t\t\t顯示幫助資訊。\n\t-v, --version\t\t\t顯示命令行工具的版本號。\n\t--ol %s\t指定輸出資訊的語言。\n\t--agreement ['y', 'n']\t\t使用指定的值來同意或拒絕協議。", |
692 | 694 | "COCOS_HELP_EXAMPLE" : "\n示例:\n\tcocos new --help\n\tcocos run --help",
|
693 | 695 | "COCOS_HELP_ARG_SRC" : "指定工程路徑。",
|
694 | 696 | "COCOS_HELP_ARG_QUIET" : "較少的輸出。",
|
695 | 697 | "COCOS_HELP_ARG_PLATFORM" : "指定目標平臺。",
|
696 | 698 | "COCOS_ERROR_OL_NO_VALUE" : "參數 '--ol' 未指定值。",
|
| 699 | + "COCOS_ERROR_AGREEMENT_NO_VALUE" : "參數 '--agreement' 未指定值。", |
697 | 700 | "COCOS_WARNING_LANG_NOT_SUPPORT_FMT" : "目前不支持 '%s' 語言。",
|
698 | 701 | "COCOS_PYTHON_VERSION_TIP_FMT" : "當前 python 版本為:%d.%d。要求使用 Python 2.7。\n下載地址:https://www.python.org/",
|
699 | 702 | "COCOS_WARNING_INVALID_DIR_IN_INI_FMT" : "警告:cocos2d.ini 中使用了無效的路徑 %s",
|
|
0 commit comments