backup.
This commit is contained in:
@@ -19,6 +19,8 @@ typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
|
||||
class MessageLookup extends MessageLookupByLibrary {
|
||||
String get localeName => 'zh_CN';
|
||||
|
||||
static m0(oss) => "在${oss}下载";
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static _notInlinedMessages(_) => <String, Function> {
|
||||
"about" : MessageLookupByLibrary.simpleMessage("关于"),
|
||||
@@ -27,8 +29,10 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"contact_us" : MessageLookupByLibrary.simpleMessage("联系我们"),
|
||||
"developer_of" : MessageLookupByLibrary.simpleMessage("开发者"),
|
||||
"download" : MessageLookupByLibrary.simpleMessage("下载"),
|
||||
"download_with_token" : m0,
|
||||
"home" : MessageLookupByLibrary.simpleMessage("首页"),
|
||||
"information" : MessageLookupByLibrary.simpleMessage("信息"),
|
||||
"install_in_store" : MessageLookupByLibrary.simpleMessage("店内安装"),
|
||||
"learn_more" : MessageLookupByLibrary.simpleMessage("了解更多..."),
|
||||
"license_agreement" : MessageLookupByLibrary.simpleMessage("许可协议"),
|
||||
"loading_please_wait" : MessageLookupByLibrary.simpleMessage("装载中,清稍候..."),
|
||||
|
||||
Reference in New Issue
Block a user