haptic feedback
This commit is contained in:
@@ -16,6 +16,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 TitleShortDateFormat => Text(nameof(TitleShortDateFormat));
|
||||
public static string DateRangeFormat => Text(nameof(DateRangeFormat));
|
||||
public static string Custom => Text(nameof(Custom));
|
||||
public static string Monthly => Text(nameof(Monthly));
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
<NoRecords>Bills not yet generated</NoRecords>
|
||||
<TapToMemo>Click here to record</TapToMemo>
|
||||
<TitleDateFormat>MM/dd/yyyy</TitleDateFormat>
|
||||
<TitleShortDateFormat>MM/dd/yyyy</TitleShortDateFormat>
|
||||
<DateRangeFormat>MM/dd</DateRangeFormat>
|
||||
<To>To</To>
|
||||
<Type>Type</Type>
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
<NoRecords>还未产生账单</NoRecords>
|
||||
<TapToMemo>点此记录</TapToMemo>
|
||||
<TitleDateFormat>yyyy年MM月dd日</TitleDateFormat>
|
||||
<TitleShortDateFormat>yyyy/MM/dd</TitleShortDateFormat>
|
||||
<DateRangeFormat>MM月dd日</DateRangeFormat>
|
||||
<To>至</To>
|
||||
<Type>类型</Type>
|
||||
|
||||
Reference in New Issue
Block a user