Localization: Chinese

This commit is contained in:
Hanh 2021-08-18 11:29:14 +08:00
parent a59d8b10c4
commit effd4aaf13
11 changed files with 336 additions and 7 deletions

View File

@ -18,12 +18,14 @@ import 'package:intl/src/intl_helpers.dart';
import 'messages_en.dart' as messages_en;
import 'messages_es.dart' as messages_es;
import 'messages_fr.dart' as messages_fr;
import 'messages_zh.dart' as messages_zh;
typedef Future<dynamic> LibraryLoader();
Map<String, LibraryLoader> _deferredLibraries = {
'en': () => new Future.value(null),
'es': () => new Future.value(null),
'fr': () => new Future.value(null),
'zh': () => new Future.value(null),
};
MessageLookupByLibrary _findExact(String localeName) {
@ -34,6 +36,8 @@ MessageLookupByLibrary _findExact(String localeName) {
return messages_es.messages;
case 'fr':
return messages_fr.messages;
case 'zh':
return messages_zh.messages;
default:
return null;
}

View File

@ -33,6 +33,10 @@ class MessageLookup extends MessageLookupByLibrary {
final messages = _notInlinedMessages(_notInlinedMessages);
static _notInlinedMessages(_) => <String, Function> {
"M1" : MessageLookupByLibrary.simpleMessage("1 M"),
"M3" : MessageLookupByLibrary.simpleMessage("3 M"),
"M6" : MessageLookupByLibrary.simpleMessage("6 M"),
"Y1" : MessageLookupByLibrary.simpleMessage("1 Y"),
"about" : MessageLookupByLibrary.simpleMessage("About"),
"account" : MessageLookupByLibrary.simpleMessage("Account"),
"accountBalanceHistory" : MessageLookupByLibrary.simpleMessage("Account Balance History"),

View File

@ -33,6 +33,10 @@ class MessageLookup extends MessageLookupByLibrary {
final messages = _notInlinedMessages(_notInlinedMessages);
static _notInlinedMessages(_) => <String, Function> {
"M1" : MessageLookupByLibrary.simpleMessage("1 M"),
"M3" : MessageLookupByLibrary.simpleMessage("3 M"),
"M6" : MessageLookupByLibrary.simpleMessage("6 M"),
"Y1" : MessageLookupByLibrary.simpleMessage("1 A"),
"about" : MessageLookupByLibrary.simpleMessage("Acerca"),
"account" : MessageLookupByLibrary.simpleMessage("Cuenta"),
"accountBalanceHistory" : MessageLookupByLibrary.simpleMessage("Historial De Cuenta"),

View File

@ -33,6 +33,10 @@ class MessageLookup extends MessageLookupByLibrary {
final messages = _notInlinedMessages(_notInlinedMessages);
static _notInlinedMessages(_) => <String, Function> {
"M1" : MessageLookupByLibrary.simpleMessage("1 M"),
"M3" : MessageLookupByLibrary.simpleMessage("3 M"),
"M6" : MessageLookupByLibrary.simpleMessage("6 M"),
"Y1" : MessageLookupByLibrary.simpleMessage("1 A"),
"about" : MessageLookupByLibrary.simpleMessage("********"),
"account" : MessageLookupByLibrary.simpleMessage("********"),
"accountBalanceHistory" : MessageLookupByLibrary.simpleMessage("********"),

View File

@ -0,0 +1,147 @@
// 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
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';
static m0(currency) => "${currency}的數量";
static m1(ticker) => "發送 ${ticker}";
static m2(ticker) => "發送 ${ticker} 至...";
static m3(amount, ticker, count) => "發送數目${amount} ${ticker}${count} 收款人";
static m4(aZEC, ticker, address) => "傳送 ${aZEC} ${ticker}${address}";
static m5(currency) => "使用 ${currency}";
final messages = _notInlinedMessages(_notInlinedMessages);
static _notInlinedMessages(_) => <String, Function> {
"about" : MessageLookupByLibrary.simpleMessage("關於"),
"account" : MessageLookupByLibrary.simpleMessage("帳戶"),
"accountBalanceHistory" : MessageLookupByLibrary.simpleMessage("帳戶結餘記錄"),
"accountName" : MessageLookupByLibrary.simpleMessage("帳戶名稱"),
"accountNameIsRequired" : MessageLookupByLibrary.simpleMessage("請輸入帳戶名稱"),
"accounts" : MessageLookupByLibrary.simpleMessage("帳戶"),
"add" : MessageLookupByLibrary.simpleMessage("增加"),
"address" : MessageLookupByLibrary.simpleMessage("地址"),
"addressCopiedToClipboard" : MessageLookupByLibrary.simpleMessage("複製地址到剪貼簿"),
"addressIsEmpty" : MessageLookupByLibrary.simpleMessage("沒有地址"),
"advancedOptions" : MessageLookupByLibrary.simpleMessage("進階選項"),
"amount" : MessageLookupByLibrary.simpleMessage("數量"),
"amountInSettingscurrency" : m0,
"amountMustBeANumber" : MessageLookupByLibrary.simpleMessage("請輸入數字(數量)"),
"amountMustBePositive" : MessageLookupByLibrary.simpleMessage("數量必須為正數"),
"approve" : MessageLookupByLibrary.simpleMessage("同意"),
"backup" : MessageLookupByLibrary.simpleMessage("備份"),
"backupDataRequiredForRestore" : MessageLookupByLibrary.simpleMessage("將資料備份 - 要求重置"),
"balance" : MessageLookupByLibrary.simpleMessage("粵語"),
"blue" : MessageLookupByLibrary.simpleMessage("藍色"),
"broadcast" : MessageLookupByLibrary.simpleMessage("廣播"),
"budget" : MessageLookupByLibrary.simpleMessage("預算"),
"cancel" : MessageLookupByLibrary.simpleMessage("取消"),
"changeAccountName" : MessageLookupByLibrary.simpleMessage("更改帳戶名稱"),
"coffee" : MessageLookupByLibrary.simpleMessage("咖啡色"),
"coldStorage" : MessageLookupByLibrary.simpleMessage("冷藏庫"),
"confirmDeleteAccount" : MessageLookupByLibrary.simpleMessage("你確定要將這帳戶刪除?這指令執行後,帳戶會被永久刪除,不能復原。"),
"confs" : MessageLookupByLibrary.simpleMessage("確認"),
"contacts" : MessageLookupByLibrary.simpleMessage("通訊錄"),
"currency" : MessageLookupByLibrary.simpleMessage("貨幣"),
"custom" : MessageLookupByLibrary.simpleMessage("自訂"),
"dark" : MessageLookupByLibrary.simpleMessage("深色"),
"datetime" : MessageLookupByLibrary.simpleMessage("日期/時間"),
"delete" : MessageLookupByLibrary.simpleMessage("刪除"),
"doYouWantToDeleteTheSecretKeyAndConvert" : MessageLookupByLibrary.simpleMessage("你確定銷毀這秘密鎖匙?這指令執行後,該鎖匙會被永久刪除,不能復原。"),
"doYouWantToTransferYourEntireTransparentBalanceTo" : MessageLookupByLibrary.simpleMessage("你需要將你的公開結餘轉往屏蔽地址?"),
"enterSeed" : MessageLookupByLibrary.simpleMessage("輸入種子,秘密鎖匙或查看鎖匙\n留空預備新帳戶"),
"height" : MessageLookupByLibrary.simpleMessage("高度"),
"history" : MessageLookupByLibrary.simpleMessage("過去記錄"),
"includeFeeInAmount" : MessageLookupByLibrary.simpleMessage("將費用加到總數"),
"invalidAddress" : MessageLookupByLibrary.simpleMessage("地址不正確"),
"key" : MessageLookupByLibrary.simpleMessage("鎖匙"),
"largestSpendingLastMonth" : MessageLookupByLibrary.simpleMessage("上月最高開支"),
"largestSpendingsByAddress" : MessageLookupByLibrary.simpleMessage("最大支出(用地址搜尋)"),
"light" : MessageLookupByLibrary.simpleMessage("淺色"),
"max" : MessageLookupByLibrary.simpleMessage("最大值"),
"maxAmountPerNote" : MessageLookupByLibrary.simpleMessage("最大數量(每一紙幣)"),
"memo" : MessageLookupByLibrary.simpleMessage("備忘"),
"mm" : MessageLookupByLibrary.simpleMessage("按市值計"),
"multiPay" : MessageLookupByLibrary.simpleMessage("廣泛支付"),
"multipay" : MessageLookupByLibrary.simpleMessage("廣泛支付"),
"na" : MessageLookupByLibrary.simpleMessage("不適用"),
"newSnapAddress" : MessageLookupByLibrary.simpleMessage("立即地址"),
"noAccount" : MessageLookupByLibrary.simpleMessage("沒有帳戶"),
"noAuthenticationMethod" : MessageLookupByLibrary.simpleMessage("不用驗證"),
"noSpendingInTheLast30Days" : MessageLookupByLibrary.simpleMessage("過去三十天內沒有任何開支"),
"notEnoughBalance" : MessageLookupByLibrary.simpleMessage("帳戶結餘不足"),
"notes" : MessageLookupByLibrary.simpleMessage("紙幣"),
"numberOfConfirmationsNeededBeforeSpending" : MessageLookupByLibrary.simpleMessage("支付前需要確認之次數"),
"ok" : MessageLookupByLibrary.simpleMessage("OK"),
"openInExplorer" : MessageLookupByLibrary.simpleMessage("用瀏覽器開啟"),
"pink" : MessageLookupByLibrary.simpleMessage("粉紅色"),
"pl" : MessageLookupByLibrary.simpleMessage("獲利/虧損"),
"pleaseAuthenticateToShowAccountSeed" : MessageLookupByLibrary.simpleMessage("如要顯示帳戶種子,請驗證"),
"pleaseConfirm" : MessageLookupByLibrary.simpleMessage("請確認"),
"pnl" : MessageLookupByLibrary.simpleMessage("獲利與虧損"),
"preparingTransaction" : MessageLookupByLibrary.simpleMessage("準備交易⋯"),
"price" : MessageLookupByLibrary.simpleMessage("價格"),
"qty" : MessageLookupByLibrary.simpleMessage("數量"),
"real" : MessageLookupByLibrary.simpleMessage("真實"),
"realized" : MessageLookupByLibrary.simpleMessage("已獲利"),
"rescan" : MessageLookupByLibrary.simpleMessage("重新掃描"),
"rescanRequested" : MessageLookupByLibrary.simpleMessage("已經收到重新掃描要求"),
"rescanWalletFromTheFirstBlock" : MessageLookupByLibrary.simpleMessage("由第一組開始重新掃描銀包"),
"retrieveTransactionDetails" : MessageLookupByLibrary.simpleMessage("修復交易資料"),
"roundToMillis" : MessageLookupByLibrary.simpleMessage("約數至千分之一"),
"scanStartingMomentarily" : MessageLookupByLibrary.simpleMessage("掃描即將開始"),
"secretKey" : MessageLookupByLibrary.simpleMessage("秘密鎖匙"),
"seed" : MessageLookupByLibrary.simpleMessage("種子"),
"selectNotesToExcludeFromPayments" : MessageLookupByLibrary.simpleMessage("選取不需要的貨幣"),
"send" : MessageLookupByLibrary.simpleMessage("發送"),
"sendCointicker" : m1,
"sendCointickerTo" : m2,
"sendingATotalOfAmountCointickerToCountRecipients" : m3,
"sendingAzecCointickerToAddress" : m4,
"server" : MessageLookupByLibrary.simpleMessage("伺服器"),
"settings" : MessageLookupByLibrary.simpleMessage("設定"),
"shieldTranspBalance" : MessageLookupByLibrary.simpleMessage("屏蔽公開餘額"),
"shieldTransparentBalance" : MessageLookupByLibrary.simpleMessage("屏蔽你的公開結餘"),
"shieldingInProgress" : MessageLookupByLibrary.simpleMessage("屏蔽進行中"),
"spendable" : MessageLookupByLibrary.simpleMessage("可使用的"),
"synching" : MessageLookupByLibrary.simpleMessage("同步"),
"table" : MessageLookupByLibrary.simpleMessage("表列"),
"tapAnIconToShowTheQrCode" : MessageLookupByLibrary.simpleMessage("請點擊並顯示二維碼"),
"tapChartToToggleBetweenAddressAndAmount" : MessageLookupByLibrary.simpleMessage("點擊表列以切換地址及總數"),
"tapQrCodeForShieldedAddress" : MessageLookupByLibrary.simpleMessage("屏蔽地址請點擊二維碼"),
"tapQrCodeForTransparentAddress" : MessageLookupByLibrary.simpleMessage("公開地址請點擊二維碼"),
"theme" : MessageLookupByLibrary.simpleMessage("佈置主題"),
"timestamp" : MessageLookupByLibrary.simpleMessage("時間蓋章"),
"toMakeAContactSendThemAMemoWithContact" : MessageLookupByLibrary.simpleMessage("發送備忘到 Contact:"),
"total" : MessageLookupByLibrary.simpleMessage("總數"),
"tradingChartRange" : MessageLookupByLibrary.simpleMessage("交易範圍"),
"tradingPl" : MessageLookupByLibrary.simpleMessage("交易"),
"transactionDetails" : MessageLookupByLibrary.simpleMessage("交易資料"),
"txId" : MessageLookupByLibrary.simpleMessage("TX ID:"),
"txid" : MessageLookupByLibrary.simpleMessage("交易編號"),
"unsignedTransactionFile" : MessageLookupByLibrary.simpleMessage("未簽署交易文件"),
"useSettingscurrency" : m5,
"version" : MessageLookupByLibrary.simpleMessage("版本"),
"viewingKey" : MessageLookupByLibrary.simpleMessage("查看鎖匙")
};
}

View File

@ -1134,6 +1134,46 @@ class S {
args: [],
);
}
/// `1 M`
String get M1 {
return Intl.message(
'1 M',
name: 'M1',
desc: '',
args: [],
);
}
/// `3 M`
String get M3 {
return Intl.message(
'3 M',
name: 'M3',
desc: '',
args: [],
);
}
/// `6 M`
String get M6 {
return Intl.message(
'6 M',
name: 'M6',
desc: '',
args: [],
);
}
/// `1 Y`
String get Y1 {
return Intl.message(
'1 Y',
name: 'Y1',
desc: '',
args: [],
);
}
}
class AppLocalizationDelegate extends LocalizationsDelegate<S> {
@ -1144,6 +1184,7 @@ class AppLocalizationDelegate extends LocalizationsDelegate<S> {
Locale.fromSubtags(languageCode: 'en'),
Locale.fromSubtags(languageCode: 'es'),
Locale.fromSubtags(languageCode: 'fr'),
Locale.fromSubtags(languageCode: 'zh'),
];
}

View File

@ -108,5 +108,9 @@
"openInExplorer": "Open in Explorer",
"na": "N/A",
"add": "ADD",
"tradingChartRange": "Trading Chart Range"
"tradingChartRange": "Trading Chart Range",
"M1": "1 M",
"M3": "3 M",
"M6": "6 M",
"Y1": "1 Y"
}

View File

@ -108,5 +108,9 @@
"openInExplorer":"Abre con Explorer",
"na":"N/A",
"add":"AGREGAR",
"tradingChartRange":"Rango de Gráfico"
"tradingChartRange":"Rango de Gráfico",
"M1": "1 M",
"M3": "3 M",
"M6": "6 M",
"Y1": "1 A"
}

View File

@ -1 +1,6 @@
{"version":"********","about":"********","ok":"********","account":"********","notes":"********","history":"********","budget":"********","tradingPl":"********","contacts":"********","accounts":"********","backup":"********","rescan":"********","coldStorage":"********","multipay":"********","broadcast":"********","settings":"********","synching":"********","tapQrCodeForShieldedAddress":"********","tapQrCodeForTransparentAddress":"********","addressCopiedToClipboard":"********","shieldTransparentBalance":"********","doYouWantToTransferYourEntireTransparentBalanceTo":"********","shieldingInProgress":"********","txId":"********","pleaseAuthenticateToShowAccountSeed":"********","noAuthenticationMethod":"********","rescanWalletFromTheFirstBlock":"********","cancel":"********","rescanRequested":"********","doYouWantToDeleteTheSecretKeyAndConvert":"********","delete":"********","confs":"********","height":"********","datetime":"********","amount":"********","selectNotesToExcludeFromPayments":"********","txid":"********","largestSpendingsByAddress":"********","tapChartToToggleBetweenAddressAndAmount":"********","accountBalanceHistory":"********","noSpendingInTheLast30Days":"********","largestSpendingLastMonth":"********","balance":"********","pnl":"********","real":"********","mm":"********","total":"********","price":"********","qty":"********","table":"********","pl":"********","realized":"********","toMakeAContactSendThemAMemoWithContact":"********","newSnapAddress":"********","shieldTranspBalance":"********","send":"********","noAccount":"********","seed":"********","confirmDeleteAccount":"********","changeAccountName":"********","backupDataRequiredForRestore":"********","secretKey":"********","viewingKey":"********","tapAnIconToShowTheQrCode":"********","multiPay":"********","pleaseConfirm":"********","sendingATotalOfAmountCointickerToCountRecipients":"********","preparingTransaction":"********","sendCointickerTo":"********","addressIsEmpty":"********","invalidAddress":"********","amountMustBeANumber":"********","amountMustBePositive":"********","accountName":"********","accountNameIsRequired":"********","enterSeed":"********","scanStartingMomentarily":"********","key":"********","sendCointicker":"********","max":"********","advancedOptions":"********","memo":"********","roundToMillis":"********","useSettingscurrency":"********","includeFeeInAmount":"********","maxAmountPerNote":"********","spendable":"********","notEnoughBalance":"********","approve":"********","sendingAzecCointickerToAddress":"********","unsignedTransactionFile":"********","amountInSettingscurrency":"********","custom":"********","server":"********","blue":"********","pink":"********","coffee":"********","light":"********","dark":"********","currency":"********","numberOfConfirmationsNeededBeforeSpending":"********","retrieveTransactionDetails":"********","theme":"********","transactionDetails":"********","timestamp":"********","address":"********","openInExplorer":"********","na":"********","add": "********"}
{"version":"********","about":"********","ok":"********","account":"********","notes":"********","history":"********","budget":"********","tradingPl":"********","contacts":"********","accounts":"********","backup":"********","rescan":"********","coldStorage":"********","multipay":"********","broadcast":"********","settings":"********","synching":"********","tapQrCodeForShieldedAddress":"********","tapQrCodeForTransparentAddress":"********","addressCopiedToClipboard":"********","shieldTransparentBalance":"********","doYouWantToTransferYourEntireTransparentBalanceTo":"********","shieldingInProgress":"********","txId":"********","pleaseAuthenticateToShowAccountSeed":"********","noAuthenticationMethod":"********","rescanWalletFromTheFirstBlock":"********","cancel":"********","rescanRequested":"********","doYouWantToDeleteTheSecretKeyAndConvert":"********","delete":"********","confs":"********","height":"********","datetime":"********","amount":"********","selectNotesToExcludeFromPayments":"********","txid":"********","largestSpendingsByAddress":"********","tapChartToToggleBetweenAddressAndAmount":"********","accountBalanceHistory":"********","noSpendingInTheLast30Days":"********","largestSpendingLastMonth":"********","balance":"********","pnl":"********","real":"********","mm":"********","total":"********","price":"********","qty":"********","table":"********","pl":"********","realized":"********","toMakeAContactSendThemAMemoWithContact":"********","newSnapAddress":"********","shieldTranspBalance":"********","send":"********","noAccount":"********","seed":"********","confirmDeleteAccount":"********","changeAccountName":"********","backupDataRequiredForRestore":"********","secretKey":"********","viewingKey":"********","tapAnIconToShowTheQrCode":"********","multiPay":"********","pleaseConfirm":"********","sendingATotalOfAmountCointickerToCountRecipients":"********","preparingTransaction":"********","sendCointickerTo":"********","addressIsEmpty":"********","invalidAddress":"********","amountMustBeANumber":"********","amountMustBePositive":"********","accountName":"********","accountNameIsRequired":"********","enterSeed":"********","scanStartingMomentarily":"********","key":"********","sendCointicker":"********","max":"********","advancedOptions":"********","memo":"********","roundToMillis":"********","useSettingscurrency":"********","includeFeeInAmount":"********","maxAmountPerNote":"********","spendable":"********","notEnoughBalance":"********","approve":"********","sendingAzecCointickerToAddress":"********","unsignedTransactionFile":"********","amountInSettingscurrency":"********","custom":"********","server":"********","blue":"********","pink":"********","coffee":"********","light":"********","dark":"********","currency":"********","numberOfConfirmationsNeededBeforeSpending":"********","retrieveTransactionDetails":"********","theme":"********","transactionDetails":"********","timestamp":"********","address":"********","openInExplorer":"********","na":"********","add": "********",
"M1": "1 M",
"M3": "3 M",
"M6": "6 M",
"Y1": "1 A"
}

112
lib/l10n/intl_zh.arb Normal file
View File

@ -0,0 +1,112 @@
{
"version": "版本",
"about": "關於",
"ok": "OK",
"account": "帳戶",
"notes": "紙幣",
"history": "過去記錄",
"budget": "預算",
"tradingPl": "交易",
"contacts": "通訊錄",
"accounts": "帳戶",
"backup": "備份",
"rescan": "重新掃描",
"coldStorage": "冷藏庫",
"multipay": "廣泛支付",
"broadcast": "廣播",
"settings": "設定",
"synching": "同步",
"tapQrCodeForShieldedAddress": "屏蔽地址請點擊二維碼",
"tapQrCodeForTransparentAddress": "公開地址請點擊二維碼",
"addressCopiedToClipboard": "複製地址到剪貼簿",
"shieldTransparentBalance": "屏蔽你的公開結餘",
"doYouWantToTransferYourEntireTransparentBalanceTo": "你需要將你的公開結餘轉往屏蔽地址?",
"shieldingInProgress": "屏蔽進行中",
"txId": "TX ID:",
"pleaseAuthenticateToShowAccountSeed": "如要顯示帳戶種子,請驗證",
"noAuthenticationMethod": "不用驗證",
"rescanWalletFromTheFirstBlock": "由第一組開始重新掃描銀包",
"cancel": "取消",
"rescanRequested": "已經收到重新掃描要求",
"doYouWantToDeleteTheSecretKeyAndConvert": "你確定銷毀這秘密鎖匙?這指令執行後,該鎖匙會被永久刪除,不能復原。",
"delete": "刪除",
"confs": "確認",
"height": "高度",
"datetime": "日期/時間",
"amount": "數量",
"selectNotesToExcludeFromPayments": "選取不需要的貨幣",
"txid": "交易編號",
"largestSpendingsByAddress": "最大支出(用地址搜尋)",
"tapChartToToggleBetweenAddressAndAmount": "點擊表列以切換地址及總數",
"accountBalanceHistory": "帳戶結餘記錄",
"noSpendingInTheLast30Days": "過去三十天內沒有任何開支",
"largestSpendingLastMonth": "上月最高開支",
"balance": "粵語",
"pnl": "獲利與虧損",
"real": "真實",
"mm": "按市值計",
"total": "總數",
"price": "價格",
"qty": "數量",
"table": "表列",
"pl": "獲利/虧損",
"realized": "已獲利",
"toMakeAContactSendThemAMemoWithContact": "發送備忘到 Contact:",
"newSnapAddress": "立即地址",
"shieldTranspBalance": "屏蔽公開餘額",
"send": "發送",
"noAccount": "沒有帳戶",
"seed": "種子",
"confirmDeleteAccount": "你確定要將這帳戶刪除?這指令執行後,帳戶會被永久刪除,不能復原。",
"changeAccountName": "更改帳戶名稱",
"backupDataRequiredForRestore": "將資料備份 - 要求重置",
"secretKey": "秘密鎖匙",
"viewingKey": "查看鎖匙",
"tapAnIconToShowTheQrCode": "請點擊並顯示二維碼",
"multiPay": "廣泛支付",
"pleaseConfirm": "請確認",
"sendingATotalOfAmountCointickerToCountRecipients": "發送數目{amount} {ticker} 至 {count} 收款人",
"preparingTransaction": "準備交易⋯",
"sendCointickerTo": "發送 {ticker} 至...",
"addressIsEmpty": "沒有地址",
"invalidAddress": "地址不正確",
"amountMustBeANumber": "請輸入數字(數量)",
"amountMustBePositive": "數量必須為正數",
"accountName": "帳戶名稱",
"accountNameIsRequired": "請輸入帳戶名稱",
"enterSeed": "輸入種子,秘密鎖匙或查看鎖匙\n留空預備新帳戶",
"scanStartingMomentarily": "掃描即將開始",
"key": "鎖匙",
"sendCointicker": "發送 {ticker}",
"max": "最大值",
"advancedOptions": "進階選項",
"memo": "備忘",
"roundToMillis": "約數至千分之一",
"useSettingscurrency": "使用 {currency}",
"includeFeeInAmount": "將費用加到總數",
"maxAmountPerNote": "最大數量(每一紙幣)",
"spendable": "可使用的",
"notEnoughBalance": "帳戶結餘不足",
"approve": "同意",
"sendingAzecCointickerToAddress": "傳送 {aZEC} {ticker} 至 {address}",
"unsignedTransactionFile": "未簽署交易文件",
"amountInSettingscurrency": "於 {currency}的數量",
"custom": "自訂",
"server": "伺服器",
"blue": "藍色",
"pink": "粉紅色",
"coffee": "咖啡色",
"light": "淺色",
"dark": "深色",
"currency": "貨幣",
"numberOfConfirmationsNeededBeforeSpending": "支付前需要確認之次數",
"retrieveTransactionDetails": "修復交易資料",
"theme": "佈置主題",
"transactionDetails": "交易資料",
"timestamp": "時間蓋章",
"address": "地址",
"openInExplorer": "用瀏覽器開啟",
"na": "不適用",
"add": "增加",
"tradingChartRange": "交易範圍"
}

View File

@ -116,13 +116,13 @@ class SettingsState extends State<SettingsPage> {
onChanged: _onChartRange,
options: [
FormBuilderFieldOption(
child: Text('1 M'), value: '1M'),
child: Text(S.of(context).M1), value: '1M'),
FormBuilderFieldOption(
child: Text('3 M'), value: '3M'),
child: Text(S.of(context).M3), value: '3M'),
FormBuilderFieldOption(
child: Text('6 M'), value: '6M'),
child: Text(S.of(context).M6), value: '6M'),
FormBuilderFieldOption(
child: Text('1 Y'), value: '1Y'),
child: Text(S.of(context).Y1), value: '1Y'),
]),
FormBuilderCheckbox(
name: 'get_tx',