mirror of
https://github.com/haorendashu/nowser.git
synced 2026-02-23 10:24:24 +01:00
setting page, i18n
This commit is contained in:
@@ -17,16 +17,20 @@ import 'package:intl/message_lookup_by_library.dart';
|
||||
import 'package:intl/src/intl_helpers.dart';
|
||||
|
||||
import 'messages_en.dart' as messages_en;
|
||||
import 'messages_zh.dart' as messages_zh;
|
||||
|
||||
typedef Future<dynamic> LibraryLoader();
|
||||
Map<String, LibraryLoader> _deferredLibraries = {
|
||||
'en': () => new SynchronousFuture(null),
|
||||
'zh': () => new SynchronousFuture(null),
|
||||
};
|
||||
|
||||
MessageLookupByLibrary? _findExact(String localeName) {
|
||||
switch (localeName) {
|
||||
case 'en':
|
||||
return messages_en.messages;
|
||||
case 'zh':
|
||||
return messages_zh.messages;
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
|
||||
@@ -21,5 +21,110 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
String get localeName => 'en';
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{};
|
||||
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
||||
"About": MessageLookupByLibrary.simpleMessage("About"),
|
||||
"About_Me": MessageLookupByLibrary.simpleMessage("About Me"),
|
||||
"Add_Remote_App":
|
||||
MessageLookupByLibrary.simpleMessage("Add Remote App"),
|
||||
"Add_bookmark": MessageLookupByLibrary.simpleMessage("Add bookmark"),
|
||||
"Add_to_index": MessageLookupByLibrary.simpleMessage("Add to index"),
|
||||
"Add_to_quick_action":
|
||||
MessageLookupByLibrary.simpleMessage("Add to quick action"),
|
||||
"Allow": MessageLookupByLibrary.simpleMessage("Allow"),
|
||||
"Alway_reject": MessageLookupByLibrary.simpleMessage("Alway reject"),
|
||||
"Always": MessageLookupByLibrary.simpleMessage("Always"),
|
||||
"Always_Allow": MessageLookupByLibrary.simpleMessage("Always Allow"),
|
||||
"Always_Reject": MessageLookupByLibrary.simpleMessage("Always Reject"),
|
||||
"Always_reject_des": MessageLookupByLibrary.simpleMessage(
|
||||
"Do not sign anything without asking me!"),
|
||||
"Always_reject_title":
|
||||
MessageLookupByLibrary.simpleMessage("I\'m a bit paranoid"),
|
||||
"Android": MessageLookupByLibrary.simpleMessage("Android"),
|
||||
"App_Connect": MessageLookupByLibrary.simpleMessage("App Connect"),
|
||||
"App_Detail": MessageLookupByLibrary.simpleMessage("App Detail"),
|
||||
"Approve": MessageLookupByLibrary.simpleMessage("Approve"),
|
||||
"Apps_Manager": MessageLookupByLibrary.simpleMessage("Apps Manager"),
|
||||
"Auth_Logs": MessageLookupByLibrary.simpleMessage("Auth Logs"),
|
||||
"Back": MessageLookupByLibrary.simpleMessage("Back"),
|
||||
"Bookmarks": MessageLookupByLibrary.simpleMessage("Bookmarks"),
|
||||
"Cancel": MessageLookupByLibrary.simpleMessage("Cancel"),
|
||||
"Click_and_Login":
|
||||
MessageLookupByLibrary.simpleMessage("Click and Login"),
|
||||
"Close_Edit": MessageLookupByLibrary.simpleMessage("Close Edit"),
|
||||
"Comming_soon": MessageLookupByLibrary.simpleMessage("Comming soon..."),
|
||||
"Confirm": MessageLookupByLibrary.simpleMessage("Confirm"),
|
||||
"ConnectType": MessageLookupByLibrary.simpleMessage("ConnectType"),
|
||||
"Connect_by": MessageLookupByLibrary.simpleMessage("Connect by"),
|
||||
"Copy_success": MessageLookupByLibrary.simpleMessage("Copy success"),
|
||||
"Dark": MessageLookupByLibrary.simpleMessage("Dark"),
|
||||
"Decrypt04_name":
|
||||
MessageLookupByLibrary.simpleMessage("Decrypt (NIP-04)"),
|
||||
"Decrypt44_name":
|
||||
MessageLookupByLibrary.simpleMessage("Decrypt (NIP-44)"),
|
||||
"Decrypt_zap_event":
|
||||
MessageLookupByLibrary.simpleMessage("Decrypt zap event"),
|
||||
"Desktop": MessageLookupByLibrary.simpleMessage("Desktop"),
|
||||
"Downloads": MessageLookupByLibrary.simpleMessage("Downloads"),
|
||||
"Edit": MessageLookupByLibrary.simpleMessage("Edit"),
|
||||
"Encrypt04_name":
|
||||
MessageLookupByLibrary.simpleMessage("Encrypt (NIP-04)"),
|
||||
"Encrypt44_name":
|
||||
MessageLookupByLibrary.simpleMessage("Encrypt (NIP-44)"),
|
||||
"EventKind": MessageLookupByLibrary.simpleMessage("EventKind"),
|
||||
"Follow_System": MessageLookupByLibrary.simpleMessage("Follow System"),
|
||||
"Forward": MessageLookupByLibrary.simpleMessage("Forward"),
|
||||
"Full_trust_des": MessageLookupByLibrary.simpleMessage(
|
||||
"Auto-sign all requests (except payments)"),
|
||||
"Full_trust_title":
|
||||
MessageLookupByLibrary.simpleMessage("I fully trust it"),
|
||||
"Fully_trust": MessageLookupByLibrary.simpleMessage("Fully trust"),
|
||||
"Generate_a_private_key":
|
||||
MessageLookupByLibrary.simpleMessage("Generate a private key"),
|
||||
"Get_Public_Key":
|
||||
MessageLookupByLibrary.simpleMessage("Get Public Key"),
|
||||
"Get_Relays": MessageLookupByLibrary.simpleMessage("Get Relays"),
|
||||
"Historys": MessageLookupByLibrary.simpleMessage("Historys"),
|
||||
"Input_can_not_be_null":
|
||||
MessageLookupByLibrary.simpleMessage("Input can\'t be null"),
|
||||
"Keys_Manager": MessageLookupByLibrary.simpleMessage("Keys Manager"),
|
||||
"Language": MessageLookupByLibrary.simpleMessage("Language"),
|
||||
"Light": MessageLookupByLibrary.simpleMessage("Light"),
|
||||
"Local_Relay": MessageLookupByLibrary.simpleMessage("Local Relay"),
|
||||
"Login": MessageLookupByLibrary.simpleMessage("Login"),
|
||||
"Name": MessageLookupByLibrary.simpleMessage("Name"),
|
||||
"Pendding_connect_remote_apps": MessageLookupByLibrary.simpleMessage(
|
||||
"Pendding connect remote apps"),
|
||||
"Privacy": MessageLookupByLibrary.simpleMessage("Privacy"),
|
||||
"Pubkey": MessageLookupByLibrary.simpleMessage("Pubkey"),
|
||||
"Reasonable": MessageLookupByLibrary.simpleMessage("Reasonable"),
|
||||
"Reasonable_des": MessageLookupByLibrary.simpleMessage(
|
||||
"Auto-approve most common requests"),
|
||||
"Reasonable_title":
|
||||
MessageLookupByLibrary.simpleMessage("Let\'s be reasonable"),
|
||||
"Refresh": MessageLookupByLibrary.simpleMessage("Refresh"),
|
||||
"Reject": MessageLookupByLibrary.simpleMessage("Reject"),
|
||||
"Relay": MessageLookupByLibrary.simpleMessage("Relay"),
|
||||
"Remote": MessageLookupByLibrary.simpleMessage("Remote"),
|
||||
"Search_Engine": MessageLookupByLibrary.simpleMessage("Search Engine"),
|
||||
"Secret": MessageLookupByLibrary.simpleMessage("Secret"),
|
||||
"Setting": MessageLookupByLibrary.simpleMessage("Setting"),
|
||||
"Show_more_apps":
|
||||
MessageLookupByLibrary.simpleMessage("Show more apps"),
|
||||
"Show_more_logs":
|
||||
MessageLookupByLibrary.simpleMessage("Show more logs"),
|
||||
"Sign_Event": MessageLookupByLibrary.simpleMessage("Sign Event"),
|
||||
"Stars": MessageLookupByLibrary.simpleMessage("Stars"),
|
||||
"Stealth": MessageLookupByLibrary.simpleMessage("Stealth"),
|
||||
"ThemeStyle": MessageLookupByLibrary.simpleMessage("ThemeStyle"),
|
||||
"Url": MessageLookupByLibrary.simpleMessage("Url"),
|
||||
"WEB": MessageLookupByLibrary.simpleMessage("WEB"),
|
||||
"a": MessageLookupByLibrary.simpleMessage("a"),
|
||||
"auto": MessageLookupByLibrary.simpleMessage("auto"),
|
||||
"detail": MessageLookupByLibrary.simpleMessage("detail"),
|
||||
"event": MessageLookupByLibrary.simpleMessage("event"),
|
||||
"no_apps_now": MessageLookupByLibrary.simpleMessage("no apps now"),
|
||||
"no_logs_now": MessageLookupByLibrary.simpleMessage("no logs now"),
|
||||
"sign": MessageLookupByLibrary.simpleMessage("sign"),
|
||||
"to": MessageLookupByLibrary.simpleMessage("to")
|
||||
};
|
||||
}
|
||||
|
||||
114
lib/generated/intl/messages_zh.dart
Normal file
114
lib/generated/intl/messages_zh.dart
Normal file
@@ -0,0 +1,114 @@
|
||||
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
|
||||
// This is a library that provides messages for a zh locale. All the
|
||||
// messages from the main program should be duplicated here with the same
|
||||
// function name.
|
||||
|
||||
// Ignore issues from commonly used lints in this file.
|
||||
// ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new
|
||||
// ignore_for_file:prefer_single_quotes,comment_references, directives_ordering
|
||||
// ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases
|
||||
// ignore_for_file:unused_import, file_names, avoid_escaping_inner_quotes
|
||||
// ignore_for_file:unnecessary_string_interpolations, unnecessary_string_escapes
|
||||
|
||||
import 'package:intl/intl.dart';
|
||||
import 'package:intl/message_lookup_by_library.dart';
|
||||
|
||||
final messages = new MessageLookup();
|
||||
|
||||
typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
|
||||
|
||||
class MessageLookup extends MessageLookupByLibrary {
|
||||
String get localeName => 'zh';
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
||||
"About": MessageLookupByLibrary.simpleMessage("关于"),
|
||||
"About_Me": MessageLookupByLibrary.simpleMessage("关于我"),
|
||||
"Add_Remote_App": MessageLookupByLibrary.simpleMessage("添加远程应用"),
|
||||
"Add_bookmark": MessageLookupByLibrary.simpleMessage("添加书签"),
|
||||
"Add_to_index": MessageLookupByLibrary.simpleMessage("添加到首页"),
|
||||
"Add_to_quick_action": MessageLookupByLibrary.simpleMessage("添加到快捷方式"),
|
||||
"Allow": MessageLookupByLibrary.simpleMessage("允许"),
|
||||
"Alway_reject": MessageLookupByLibrary.simpleMessage("总是拒绝"),
|
||||
"Always": MessageLookupByLibrary.simpleMessage("总是"),
|
||||
"Always_Allow": MessageLookupByLibrary.simpleMessage("总是允许"),
|
||||
"Always_Reject": MessageLookupByLibrary.simpleMessage("总是拒绝"),
|
||||
"Always_reject_des":
|
||||
MessageLookupByLibrary.simpleMessage("每一个请求都咨询是是否签名"),
|
||||
"Always_reject_title": MessageLookupByLibrary.simpleMessage("我有一点偏执"),
|
||||
"Android": MessageLookupByLibrary.simpleMessage("安卓"),
|
||||
"App_Connect": MessageLookupByLibrary.simpleMessage("应用链接"),
|
||||
"App_Detail": MessageLookupByLibrary.simpleMessage("应用详情"),
|
||||
"Approve": MessageLookupByLibrary.simpleMessage("同意"),
|
||||
"Apps_Manager": MessageLookupByLibrary.simpleMessage("应用管理"),
|
||||
"Auth_Logs": MessageLookupByLibrary.simpleMessage("授权记录"),
|
||||
"Back": MessageLookupByLibrary.simpleMessage("后退"),
|
||||
"Bookmarks": MessageLookupByLibrary.simpleMessage("书签"),
|
||||
"Cancel": MessageLookupByLibrary.simpleMessage("取消"),
|
||||
"Click_and_Login": MessageLookupByLibrary.simpleMessage("点击登录"),
|
||||
"Close_Edit": MessageLookupByLibrary.simpleMessage("关闭编辑"),
|
||||
"Comming_soon": MessageLookupByLibrary.simpleMessage("很快到达..."),
|
||||
"Confirm": MessageLookupByLibrary.simpleMessage("确认"),
|
||||
"ConnectType": MessageLookupByLibrary.simpleMessage("链接类型"),
|
||||
"Connect_by": MessageLookupByLibrary.simpleMessage("链接"),
|
||||
"Copy_success": MessageLookupByLibrary.simpleMessage("复制成功"),
|
||||
"Dark": MessageLookupByLibrary.simpleMessage("深色"),
|
||||
"Decrypt04_name": MessageLookupByLibrary.simpleMessage("解密 (NIP-04)"),
|
||||
"Decrypt44_name": MessageLookupByLibrary.simpleMessage("解密 (NIP-44)"),
|
||||
"Decrypt_zap_event": MessageLookupByLibrary.simpleMessage("解密私密Zap"),
|
||||
"Desktop": MessageLookupByLibrary.simpleMessage("桌面"),
|
||||
"Downloads": MessageLookupByLibrary.simpleMessage("下载"),
|
||||
"Edit": MessageLookupByLibrary.simpleMessage("编辑"),
|
||||
"Encrypt04_name": MessageLookupByLibrary.simpleMessage("加密 (NIP-04)"),
|
||||
"Encrypt44_name": MessageLookupByLibrary.simpleMessage("加密 (NIP-44)"),
|
||||
"EventKind": MessageLookupByLibrary.simpleMessage("事件类型"),
|
||||
"Follow_System": MessageLookupByLibrary.simpleMessage("跟随系统"),
|
||||
"Forward": MessageLookupByLibrary.simpleMessage("前进"),
|
||||
"Full_trust_des":
|
||||
MessageLookupByLibrary.simpleMessage("自动签名所有事件 (除了支付)"),
|
||||
"Full_trust_title": MessageLookupByLibrary.simpleMessage("我完全相信它"),
|
||||
"Fully_trust": MessageLookupByLibrary.simpleMessage("完全信任"),
|
||||
"Generate_a_private_key":
|
||||
MessageLookupByLibrary.simpleMessage("生成一个秘钥"),
|
||||
"Get_Public_Key": MessageLookupByLibrary.simpleMessage("获取公钥"),
|
||||
"Get_Relays": MessageLookupByLibrary.simpleMessage("获取中继"),
|
||||
"Historys": MessageLookupByLibrary.simpleMessage("历史"),
|
||||
"Input_can_not_be_null": MessageLookupByLibrary.simpleMessage("输入不能为空"),
|
||||
"Keys_Manager": MessageLookupByLibrary.simpleMessage("秘钥管理"),
|
||||
"Language": MessageLookupByLibrary.simpleMessage("语言"),
|
||||
"Light": MessageLookupByLibrary.simpleMessage("浅色"),
|
||||
"Local_Relay": MessageLookupByLibrary.simpleMessage("本地中继"),
|
||||
"Login": MessageLookupByLibrary.simpleMessage("登录"),
|
||||
"Name": MessageLookupByLibrary.simpleMessage("名称"),
|
||||
"Pendding_connect_remote_apps":
|
||||
MessageLookupByLibrary.simpleMessage("待链接的远程应用"),
|
||||
"Privacy": MessageLookupByLibrary.simpleMessage("隐私"),
|
||||
"Pubkey": MessageLookupByLibrary.simpleMessage("公钥"),
|
||||
"Reasonable": MessageLookupByLibrary.simpleMessage("合理的授权"),
|
||||
"Reasonable_des": MessageLookupByLibrary.simpleMessage("自动通过常见的请求"),
|
||||
"Reasonable_title": MessageLookupByLibrary.simpleMessage("合理地使用"),
|
||||
"Refresh": MessageLookupByLibrary.simpleMessage("刷新"),
|
||||
"Reject": MessageLookupByLibrary.simpleMessage("拒绝"),
|
||||
"Relay": MessageLookupByLibrary.simpleMessage("中继"),
|
||||
"Remote": MessageLookupByLibrary.simpleMessage("远处"),
|
||||
"Search_Engine": MessageLookupByLibrary.simpleMessage("搜索引擎"),
|
||||
"Secret": MessageLookupByLibrary.simpleMessage("密码"),
|
||||
"Setting": MessageLookupByLibrary.simpleMessage("设置"),
|
||||
"Show_more_apps": MessageLookupByLibrary.simpleMessage("显示更多应用"),
|
||||
"Show_more_logs": MessageLookupByLibrary.simpleMessage("显示更多日志"),
|
||||
"Sign_Event": MessageLookupByLibrary.simpleMessage("签名事件"),
|
||||
"Stars": MessageLookupByLibrary.simpleMessage("保存书签"),
|
||||
"Stealth": MessageLookupByLibrary.simpleMessage("隐身"),
|
||||
"ThemeStyle": MessageLookupByLibrary.simpleMessage("主题类型"),
|
||||
"Url": MessageLookupByLibrary.simpleMessage("链接"),
|
||||
"WEB": MessageLookupByLibrary.simpleMessage("网页"),
|
||||
"a": MessageLookupByLibrary.simpleMessage("一个"),
|
||||
"auto": MessageLookupByLibrary.simpleMessage("自动"),
|
||||
"detail": MessageLookupByLibrary.simpleMessage("详情"),
|
||||
"event": MessageLookupByLibrary.simpleMessage("事件"),
|
||||
"no_apps_now": MessageLookupByLibrary.simpleMessage("目前没有应用"),
|
||||
"no_logs_now": MessageLookupByLibrary.simpleMessage("目前没有日志"),
|
||||
"sign": MessageLookupByLibrary.simpleMessage("签名"),
|
||||
"to": MessageLookupByLibrary.simpleMessage("做")
|
||||
};
|
||||
}
|
||||
@@ -49,6 +49,846 @@ class S {
|
||||
static S? maybeOf(BuildContext context) {
|
||||
return Localizations.of<S>(context, S);
|
||||
}
|
||||
|
||||
/// `Back`
|
||||
String get Back {
|
||||
return Intl.message(
|
||||
'Back',
|
||||
name: 'Back',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Forward`
|
||||
String get Forward {
|
||||
return Intl.message(
|
||||
'Forward',
|
||||
name: 'Forward',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Refresh`
|
||||
String get Refresh {
|
||||
return Intl.message(
|
||||
'Refresh',
|
||||
name: 'Refresh',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Stealth`
|
||||
String get Stealth {
|
||||
return Intl.message(
|
||||
'Stealth',
|
||||
name: 'Stealth',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Comming soon...`
|
||||
String get Comming_soon {
|
||||
return Intl.message(
|
||||
'Comming soon...',
|
||||
name: 'Comming_soon',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Bookmarks`
|
||||
String get Bookmarks {
|
||||
return Intl.message(
|
||||
'Bookmarks',
|
||||
name: 'Bookmarks',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Stars`
|
||||
String get Stars {
|
||||
return Intl.message(
|
||||
'Stars',
|
||||
name: 'Stars',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Historys`
|
||||
String get Historys {
|
||||
return Intl.message(
|
||||
'Historys',
|
||||
name: 'Historys',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Downloads`
|
||||
String get Downloads {
|
||||
return Intl.message(
|
||||
'Downloads',
|
||||
name: 'Downloads',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Keys Manager`
|
||||
String get Keys_Manager {
|
||||
return Intl.message(
|
||||
'Keys Manager',
|
||||
name: 'Keys_Manager',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Desktop`
|
||||
String get Desktop {
|
||||
return Intl.message(
|
||||
'Desktop',
|
||||
name: 'Desktop',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Edit`
|
||||
String get Edit {
|
||||
return Intl.message(
|
||||
'Edit',
|
||||
name: 'Edit',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Auth Logs`
|
||||
String get Auth_Logs {
|
||||
return Intl.message(
|
||||
'Auth Logs',
|
||||
name: 'Auth_Logs',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Pendding connect remote apps`
|
||||
String get Pendding_connect_remote_apps {
|
||||
return Intl.message(
|
||||
'Pendding connect remote apps',
|
||||
name: 'Pendding_connect_remote_apps',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Apps Manager`
|
||||
String get Apps_Manager {
|
||||
return Intl.message(
|
||||
'Apps Manager',
|
||||
name: 'Apps_Manager',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Copy success`
|
||||
String get Copy_success {
|
||||
return Intl.message(
|
||||
'Copy success',
|
||||
name: 'Copy_success',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Close Edit`
|
||||
String get Close_Edit {
|
||||
return Intl.message(
|
||||
'Close Edit',
|
||||
name: 'Close_Edit',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Local Relay`
|
||||
String get Local_Relay {
|
||||
return Intl.message(
|
||||
'Local Relay',
|
||||
name: 'Local_Relay',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Relay`
|
||||
String get Relay {
|
||||
return Intl.message(
|
||||
'Relay',
|
||||
name: 'Relay',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Secret`
|
||||
String get Secret {
|
||||
return Intl.message(
|
||||
'Secret',
|
||||
name: 'Secret',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Connect by`
|
||||
String get Connect_by {
|
||||
return Intl.message(
|
||||
'Connect by',
|
||||
name: 'Connect_by',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Confirm`
|
||||
String get Confirm {
|
||||
return Intl.message(
|
||||
'Confirm',
|
||||
name: 'Confirm',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Add Remote App`
|
||||
String get Add_Remote_App {
|
||||
return Intl.message(
|
||||
'Add Remote App',
|
||||
name: 'Add_Remote_App',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Name`
|
||||
String get Name {
|
||||
return Intl.message(
|
||||
'Name',
|
||||
name: 'Name',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Pubkey`
|
||||
String get Pubkey {
|
||||
return Intl.message(
|
||||
'Pubkey',
|
||||
name: 'Pubkey',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Fully trust`
|
||||
String get Fully_trust {
|
||||
return Intl.message(
|
||||
'Fully trust',
|
||||
name: 'Fully_trust',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Reasonable`
|
||||
String get Reasonable {
|
||||
return Intl.message(
|
||||
'Reasonable',
|
||||
name: 'Reasonable',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Alway reject`
|
||||
String get Alway_reject {
|
||||
return Intl.message(
|
||||
'Alway reject',
|
||||
name: 'Alway_reject',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `ConnectType`
|
||||
String get ConnectType {
|
||||
return Intl.message(
|
||||
'ConnectType',
|
||||
name: 'ConnectType',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Always Allow`
|
||||
String get Always_Allow {
|
||||
return Intl.message(
|
||||
'Always Allow',
|
||||
name: 'Always_Allow',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Always Reject`
|
||||
String get Always_Reject {
|
||||
return Intl.message(
|
||||
'Always Reject',
|
||||
name: 'Always_Reject',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `App Detail`
|
||||
String get App_Detail {
|
||||
return Intl.message(
|
||||
'App Detail',
|
||||
name: 'App_Detail',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `EventKind`
|
||||
String get EventKind {
|
||||
return Intl.message(
|
||||
'EventKind',
|
||||
name: 'EventKind',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Approve`
|
||||
String get Approve {
|
||||
return Intl.message(
|
||||
'Approve',
|
||||
name: 'Approve',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Reject`
|
||||
String get Reject {
|
||||
return Intl.message(
|
||||
'Reject',
|
||||
name: 'Reject',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Click and Login`
|
||||
String get Click_and_Login {
|
||||
return Intl.message(
|
||||
'Click and Login',
|
||||
name: 'Click_and_Login',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `no apps now`
|
||||
String get no_apps_now {
|
||||
return Intl.message(
|
||||
'no apps now',
|
||||
name: 'no_apps_now',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Show more apps`
|
||||
String get Show_more_apps {
|
||||
return Intl.message(
|
||||
'Show more apps',
|
||||
name: 'Show_more_apps',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `no logs now`
|
||||
String get no_logs_now {
|
||||
return Intl.message(
|
||||
'no logs now',
|
||||
name: 'no_logs_now',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Show more logs`
|
||||
String get Show_more_logs {
|
||||
return Intl.message(
|
||||
'Show more logs',
|
||||
name: 'Show_more_logs',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Add bookmark`
|
||||
String get Add_bookmark {
|
||||
return Intl.message(
|
||||
'Add bookmark',
|
||||
name: 'Add_bookmark',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Url`
|
||||
String get Url {
|
||||
return Intl.message(
|
||||
'Url',
|
||||
name: 'Url',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Add to index`
|
||||
String get Add_to_index {
|
||||
return Intl.message(
|
||||
'Add to index',
|
||||
name: 'Add_to_index',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Add to quick action`
|
||||
String get Add_to_quick_action {
|
||||
return Intl.message(
|
||||
'Add to quick action',
|
||||
name: 'Add_to_quick_action',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Input can't be null`
|
||||
String get Input_can_not_be_null {
|
||||
return Intl.message(
|
||||
'Input can\'t be null',
|
||||
name: 'Input_can_not_be_null',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Login`
|
||||
String get Login {
|
||||
return Intl.message(
|
||||
'Login',
|
||||
name: 'Login',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Generate a private key`
|
||||
String get Generate_a_private_key {
|
||||
return Intl.message(
|
||||
'Generate a private key',
|
||||
name: 'Generate_a_private_key',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Sign Event`
|
||||
String get Sign_Event {
|
||||
return Intl.message(
|
||||
'Sign Event',
|
||||
name: 'Sign_Event',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Allow`
|
||||
String get Allow {
|
||||
return Intl.message(
|
||||
'Allow',
|
||||
name: 'Allow',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `to`
|
||||
String get to {
|
||||
return Intl.message(
|
||||
'to',
|
||||
name: 'to',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Get Public Key`
|
||||
String get Get_Public_Key {
|
||||
return Intl.message(
|
||||
'Get Public Key',
|
||||
name: 'Get_Public_Key',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `sign`
|
||||
String get sign {
|
||||
return Intl.message(
|
||||
'sign',
|
||||
name: 'sign',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `a`
|
||||
String get a {
|
||||
return Intl.message(
|
||||
'a',
|
||||
name: 'a',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `event`
|
||||
String get event {
|
||||
return Intl.message(
|
||||
'event',
|
||||
name: 'event',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Get Relays`
|
||||
String get Get_Relays {
|
||||
return Intl.message(
|
||||
'Get Relays',
|
||||
name: 'Get_Relays',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Encrypt (NIP-04)`
|
||||
String get Encrypt04_name {
|
||||
return Intl.message(
|
||||
'Encrypt (NIP-04)',
|
||||
name: 'Encrypt04_name',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Decrypt (NIP-04)`
|
||||
String get Decrypt04_name {
|
||||
return Intl.message(
|
||||
'Decrypt (NIP-04)',
|
||||
name: 'Decrypt04_name',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Encrypt (NIP-44)`
|
||||
String get Encrypt44_name {
|
||||
return Intl.message(
|
||||
'Encrypt (NIP-44)',
|
||||
name: 'Encrypt44_name',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Decrypt (NIP-44)`
|
||||
String get Decrypt44_name {
|
||||
return Intl.message(
|
||||
'Decrypt (NIP-44)',
|
||||
name: 'Decrypt44_name',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Decrypt zap event`
|
||||
String get Decrypt_zap_event {
|
||||
return Intl.message(
|
||||
'Decrypt zap event',
|
||||
name: 'Decrypt_zap_event',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `detail`
|
||||
String get detail {
|
||||
return Intl.message(
|
||||
'detail',
|
||||
name: 'detail',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Always`
|
||||
String get Always {
|
||||
return Intl.message(
|
||||
'Always',
|
||||
name: 'Always',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Cancel`
|
||||
String get Cancel {
|
||||
return Intl.message(
|
||||
'Cancel',
|
||||
name: 'Cancel',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `I fully trust it`
|
||||
String get Full_trust_title {
|
||||
return Intl.message(
|
||||
'I fully trust it',
|
||||
name: 'Full_trust_title',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Auto-sign all requests (except payments)`
|
||||
String get Full_trust_des {
|
||||
return Intl.message(
|
||||
'Auto-sign all requests (except payments)',
|
||||
name: 'Full_trust_des',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Let's be reasonable`
|
||||
String get Reasonable_title {
|
||||
return Intl.message(
|
||||
'Let\'s be reasonable',
|
||||
name: 'Reasonable_title',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Auto-approve most common requests`
|
||||
String get Reasonable_des {
|
||||
return Intl.message(
|
||||
'Auto-approve most common requests',
|
||||
name: 'Reasonable_des',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `I'm a bit paranoid`
|
||||
String get Always_reject_title {
|
||||
return Intl.message(
|
||||
'I\'m a bit paranoid',
|
||||
name: 'Always_reject_title',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Do not sign anything without asking me!`
|
||||
String get Always_reject_des {
|
||||
return Intl.message(
|
||||
'Do not sign anything without asking me!',
|
||||
name: 'Always_reject_des',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `App Connect`
|
||||
String get App_Connect {
|
||||
return Intl.message(
|
||||
'App Connect',
|
||||
name: 'App_Connect',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `WEB`
|
||||
String get WEB {
|
||||
return Intl.message(
|
||||
'WEB',
|
||||
name: 'WEB',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Android`
|
||||
String get Android {
|
||||
return Intl.message(
|
||||
'Android',
|
||||
name: 'Android',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Remote`
|
||||
String get Remote {
|
||||
return Intl.message(
|
||||
'Remote',
|
||||
name: 'Remote',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `auto`
|
||||
String get auto {
|
||||
return Intl.message(
|
||||
'auto',
|
||||
name: 'auto',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Follow System`
|
||||
String get Follow_System {
|
||||
return Intl.message(
|
||||
'Follow System',
|
||||
name: 'Follow_System',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Light`
|
||||
String get Light {
|
||||
return Intl.message(
|
||||
'Light',
|
||||
name: 'Light',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Dark`
|
||||
String get Dark {
|
||||
return Intl.message(
|
||||
'Dark',
|
||||
name: 'Dark',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Setting`
|
||||
String get Setting {
|
||||
return Intl.message(
|
||||
'Setting',
|
||||
name: 'Setting',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Language`
|
||||
String get Language {
|
||||
return Intl.message(
|
||||
'Language',
|
||||
name: 'Language',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `ThemeStyle`
|
||||
String get ThemeStyle {
|
||||
return Intl.message(
|
||||
'ThemeStyle',
|
||||
name: 'ThemeStyle',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Search Engine`
|
||||
String get Search_Engine {
|
||||
return Intl.message(
|
||||
'Search Engine',
|
||||
name: 'Search_Engine',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `About`
|
||||
String get About {
|
||||
return Intl.message(
|
||||
'About',
|
||||
name: 'About',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `About Me`
|
||||
String get About_Me {
|
||||
return Intl.message(
|
||||
'About Me',
|
||||
name: 'About_Me',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Privacy`
|
||||
String get Privacy {
|
||||
return Intl.message(
|
||||
'Privacy',
|
||||
name: 'Privacy',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
class AppLocalizationDelegate extends LocalizationsDelegate<S> {
|
||||
@@ -57,6 +897,7 @@ class AppLocalizationDelegate extends LocalizationsDelegate<S> {
|
||||
List<Locale> get supportedLocales {
|
||||
return const <Locale>[
|
||||
Locale.fromSubtags(languageCode: 'en'),
|
||||
Locale.fromSubtags(languageCode: 'zh'),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user