haptic feedback

This commit is contained in:
2022-03-16 16:45:10 +08:00
parent d3af69b31e
commit cac4735bc4
11 changed files with 53 additions and 28 deletions

View File

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

View File

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

View File

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