add account
This commit is contained in:
@@ -10,6 +10,10 @@ namespace Billing.Languages
|
||||
internal class Resource
|
||||
{
|
||||
public static string TitleDateFormat => Text(nameof(TitleDateFormat));
|
||||
public static string Cash => Text(nameof(Cash));
|
||||
public static string CreditCard => Text(nameof(CreditCard));
|
||||
public static string DebitCard => Text(nameof(DebitCard));
|
||||
public static string ElecAccount => Text(nameof(ElecAccount));
|
||||
|
||||
static readonly Dictionary<string, LanguageResource> dict = new();
|
||||
|
||||
|
@@ -27,4 +27,8 @@
|
||||
<CNY>Chinese Yuan (CNY)</CNY>
|
||||
<Memo>Note</Memo>
|
||||
<MemoPlaceholder>Please enter a note</MemoPlaceholder>
|
||||
<Cash>Cash</Cash>
|
||||
<CreditCard>Credit Card</CreditCard>
|
||||
<DebitCard>Debit Card</DebitCard>
|
||||
<ElecAccount>Electronic Account</ElecAccount>
|
||||
</root>
|
@@ -27,4 +27,8 @@
|
||||
<CNY>人民币 (CNY)</CNY>
|
||||
<Memo>备注</Memo>
|
||||
<MemoPlaceholder>请输入备注</MemoPlaceholder>
|
||||
<Cash>现金</Cash>
|
||||
<CreditCard>信用卡</CreditCard>
|
||||
<DebitCard>储蓄卡</DebitCard>
|
||||
<ElecAccount>电子账户</ElecAccount>
|
||||
</root>
|
Reference in New Issue
Block a user