complete account page

This commit is contained in:
2022-03-02 17:31:49 +08:00
parent aa38e186c7
commit 51f8e4f2e8
26 changed files with 547 additions and 76 deletions

View File

@@ -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();

View File

@@ -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>

View File

@@ -32,4 +32,8 @@
<DebitCard>储蓄卡</DebitCard>
<ElecAccount>电子账户</ElecAccount>
<IconSelector>图标选择</IconSelector>
<AddBill>增加账单</AddBill>
<EditBill>编辑账单</EditBill>
<Account>账户</Account>
<CreatedTime>创建时间</CreatedTime>
</root>