update:i18n
This commit is contained in:
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