update:i18n
This commit is contained in:
23
yoyo-getfastmirror/lib/i18n/lang.i18n.dart
Normal file
23
yoyo-getfastmirror/lib/i18n/lang.i18n.dart
Normal file
@@ -0,0 +1,23 @@
|
||||
Map<dynamic,dynamic> enUS = {
|
||||
'Description': 'A Very Good aptss created by Yoyo.',
|
||||
'FlagVersionHlep': 'Print the current version.',
|
||||
'FlagVerboseHlep': 'Noisy logging, including all shell commands executed.',
|
||||
'Argumentinformation': 'Argument information:',
|
||||
'TopLevelOptions': ' Top level options:',
|
||||
'Command': ' Command:',
|
||||
'CommandOptions': ' Command options:',
|
||||
'GetfastmirroCommand': {
|
||||
'Description': 'Get fastest mirror and generate config file for oyo',
|
||||
'FlagOnlyTestHlep': "Only test mirrors' speed",
|
||||
'RunOutPut':
|
||||
'Get the fastest mirror which will be write into source file\nAnd generate a config file for oyo',
|
||||
'Error': {
|
||||
'NetWork': 'NetWork Error',
|
||||
'GenerateConfig': 'Generate Config File Error'
|
||||
},
|
||||
'Writting': 'Writting',
|
||||
'Done': 'Done',
|
||||
'SpeedTest': 'Speed Test......',
|
||||
'SpeedResult': 'Speed Result:'
|
||||
}
|
||||
};
|
||||
19
yoyo-getfastmirror/lib/i18n/lang_zh-CN.i18n.dart
Normal file
19
yoyo-getfastmirror/lib/i18n/lang_zh-CN.i18n.dart
Normal file
@@ -0,0 +1,19 @@
|
||||
Map<dynamic,dynamic> zhCN = {
|
||||
'Description': '一个Yoyo OS定制版aptss配置器',
|
||||
'FlagVersionHlep': '打印当前cli的版本',
|
||||
'FlagVerboseHlep': '啰嗦模式',
|
||||
'Argumentinformation': '参数信息:',
|
||||
'TopLevelOptions': ' 顶级选项:',
|
||||
'Command': ' 命令:',
|
||||
'CommandOptions': ' 命令选项:',
|
||||
'GetfastmirroCommand': {
|
||||
'Description': '切换最快的镜像源并为oyo生成配置文件',
|
||||
'FlagOnlyTestHlep': '只测试镜像源速度,不生成配置',
|
||||
'RunOutPut': '切换最快的镜像源并为oyo生成配置文件',
|
||||
'Error': {'NetWork': '网络错误', 'GenerateConfig': '生成文件失败'},
|
||||
'Writting': '写入中',
|
||||
'Done': '完成',
|
||||
'SpeedTest': '速度测试中......',
|
||||
'SpeedResult': '测速结果:'
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user