add chart
This commit is contained in:
@@ -15,6 +15,7 @@ namespace Billing.Languages
|
||||
public static string ConfirmDeleteAccount => Text(nameof(ConfirmDeleteAccount));
|
||||
public static string ConfirmDeleteBill => Text(nameof(ConfirmDeleteBill));
|
||||
public static string TitleDateFormat => Text(nameof(TitleDateFormat));
|
||||
public static string DateRangeFormat => Text(nameof(DateRangeFormat));
|
||||
public static string Cash => Text(nameof(Cash));
|
||||
public static string CreditCard => Text(nameof(CreditCard));
|
||||
public static string DebitCard => Text(nameof(DebitCard));
|
||||
|
@@ -7,6 +7,7 @@
|
||||
<PrimaryColor>Primary Color</PrimaryColor>
|
||||
<Accounts>Accounts</Accounts>
|
||||
<Bills>Bills</Bills>
|
||||
<Report>Report</Report>
|
||||
<Settings>Settings</Settings>
|
||||
<Sunday>Su</Sunday>
|
||||
<Monday>Mo</Monday>
|
||||
@@ -18,6 +19,7 @@
|
||||
<NoRecords>Bills not yet generated</NoRecords>
|
||||
<TapToMemo>Click here to record</TapToMemo>
|
||||
<TitleDateFormat>MM/dd/yyyy</TitleDateFormat>
|
||||
<DateRangeFormat>MM/dd</DateRangeFormat>
|
||||
<Balance>Balance</Balance>
|
||||
<Assets>Assets</Assets>
|
||||
<Liability>Liability</Liability>
|
||||
|
@@ -7,6 +7,7 @@
|
||||
<PrimaryColor>主要配色</PrimaryColor>
|
||||
<Accounts>账户</Accounts>
|
||||
<Bills>账单</Bills>
|
||||
<Report>报表</Report>
|
||||
<Settings>设置</Settings>
|
||||
<Sunday>周日</Sunday>
|
||||
<Monday>周一</Monday>
|
||||
@@ -18,6 +19,7 @@
|
||||
<NoRecords>还未产生账单</NoRecords>
|
||||
<TapToMemo>点此记录</TapToMemo>
|
||||
<TitleDateFormat>yyyy年MM月dd日</TitleDateFormat>
|
||||
<DateRangeFormat>MM月dd日</DateRangeFormat>
|
||||
<Balance>余额</Balance>
|
||||
<Assets>资产</Assets>
|
||||
<Liability>负债</Liability>
|
||||
|
Reference in New Issue
Block a user