complete account page
This commit is contained in:
@@ -14,6 +14,8 @@ namespace Billing.Languages
|
||||
public static string CreditCard => Text(nameof(CreditCard));
|
||||
public static string DebitCard => Text(nameof(DebitCard));
|
||||
public static string ElecAccount => Text(nameof(ElecAccount));
|
||||
public static string AddBill => Text(nameof(AddBill));
|
||||
public static string EditBill => Text(nameof(EditBill));
|
||||
|
||||
static readonly Dictionary<string, LanguageResource> dict = new();
|
||||
|
||||
|
@@ -32,4 +32,8 @@
|
||||
<DebitCard>Debit Card</DebitCard>
|
||||
<ElecAccount>Electronic Account</ElecAccount>
|
||||
<IconSelector>Icon Selection</IconSelector>
|
||||
<AddBill>Add Billing</AddBill>
|
||||
<EditBill>Edit Billing</EditBill>
|
||||
<Account>Account</Account>
|
||||
<CreatedTime>Created Time</CreatedTime>
|
||||
</root>
|
@@ -32,4 +32,8 @@
|
||||
<DebitCard>储蓄卡</DebitCard>
|
||||
<ElecAccount>电子账户</ElecAccount>
|
||||
<IconSelector>图标选择</IconSelector>
|
||||
<AddBill>增加账单</AddBill>
|
||||
<EditBill>编辑账单</EditBill>
|
||||
<Account>账户</Account>
|
||||
<CreatedTime>创建时间</CreatedTime>
|
||||
</root>
|
Reference in New Issue
Block a user