mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-06 15:10:20 +00:00
feat: add FPS Support
This commit is contained in:
@@ -1404,6 +1404,9 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
),
|
||||
"support_dev_hk_fps_transfer_id_copied":
|
||||
MessageLookupByLibrary.simpleMessage("FPS ID copied"),
|
||||
"support_dev_hk_fps_transfer_info": MessageLookupByLibrary.simpleMessage(
|
||||
"If you are located in Hong Kong - China, or have a bank account in Hong Kong, this will be the easiest way to transfer money",
|
||||
),
|
||||
"support_dev_hk_fps_transfer_title": MessageLookupByLibrary.simpleMessage(
|
||||
"Hong Kong FPS",
|
||||
),
|
||||
|
||||
@@ -1266,6 +1266,9 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
),
|
||||
"support_dev_hk_fps_transfer_id_copied":
|
||||
MessageLookupByLibrary.simpleMessage("FPS IDがコピーされました"),
|
||||
"support_dev_hk_fps_transfer_info": MessageLookupByLibrary.simpleMessage(
|
||||
"中国の香港にお住まいの場合、または中国の香港に銀行口座をお持ちの場合、これが最も簡単な送金方法です。",
|
||||
),
|
||||
"support_dev_hk_fps_transfer_title": MessageLookupByLibrary.simpleMessage(
|
||||
"Hong Kong FPS",
|
||||
),
|
||||
|
||||
@@ -1432,6 +1432,9 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
),
|
||||
"support_dev_hk_fps_transfer_id_copied":
|
||||
MessageLookupByLibrary.simpleMessage("FPS ID скопирован"),
|
||||
"support_dev_hk_fps_transfer_info": MessageLookupByLibrary.simpleMessage(
|
||||
"Если вы находитесь в Гонконге или у вас есть банковский счет в Гонконге, это будет самый простой способ перевода",
|
||||
),
|
||||
"support_dev_hk_fps_transfer_title": MessageLookupByLibrary.simpleMessage(
|
||||
"Hong Kong FPS",
|
||||
),
|
||||
|
||||
@@ -1211,6 +1211,9 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
),
|
||||
"support_dev_hk_fps_transfer_id_copied":
|
||||
MessageLookupByLibrary.simpleMessage("FPS ID 已复制"),
|
||||
"support_dev_hk_fps_transfer_info": MessageLookupByLibrary.simpleMessage(
|
||||
"如果您位于中国香港,或拥有中国香港的银行账户,这将是最轻松的转账方式",
|
||||
),
|
||||
"support_dev_hk_fps_transfer_title": MessageLookupByLibrary.simpleMessage(
|
||||
"香港 FPS 轉數快",
|
||||
),
|
||||
|
||||
@@ -5420,6 +5420,16 @@ class S {
|
||||
);
|
||||
}
|
||||
|
||||
/// `If you are located in Hong Kong - China, or have a bank account in Hong Kong, this will be the easiest way to transfer money`
|
||||
String get support_dev_hk_fps_transfer_info {
|
||||
return Intl.message(
|
||||
'If you are located in Hong Kong - China, or have a bank account in Hong Kong, this will be the easiest way to transfer money',
|
||||
name: 'support_dev_hk_fps_transfer_info',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Alipay`
|
||||
String get support_dev_alipay {
|
||||
return Intl.message(
|
||||
|
||||
Reference in New Issue
Block a user