category management
This commit is contained in:
@@ -26,6 +26,11 @@ namespace Billing.Languages
|
||||
public static string AccountRequired => Text(nameof(AccountRequired));
|
||||
public static string NeedAccount => Text(nameof(NeedAccount));
|
||||
public static string AmountRequired => Text(nameof(AmountRequired));
|
||||
public static string Income => Text(nameof(Income));
|
||||
public static string Spending => Text(nameof(Spending));
|
||||
public static string CategoryManage => Text(nameof(CategoryManage));
|
||||
public static string AddCategory => Text(nameof(AddCategory));
|
||||
public static string ConfirmDeleteCategory => Text(nameof(ConfirmDeleteCategory));
|
||||
|
||||
#region Categories
|
||||
public static string Clothing => Text(nameof(Clothing));
|
||||
@@ -36,9 +41,25 @@ namespace Billing.Languages
|
||||
public static string Entertainment => Text(nameof(Entertainment));
|
||||
public static string Learn => Text(nameof(Learn));
|
||||
public static string Medical => Text(nameof(Medical));
|
||||
public static string OtherSpending => Text(nameof(OtherSpending));
|
||||
public static string Salary => Text(nameof(Salary));
|
||||
public static string Earnings => Text(nameof(Earnings));
|
||||
public static string Bonus => Text(nameof(Bonus));
|
||||
public static string OtherIncome => Text(nameof(OtherIncome));
|
||||
public static string Jewellery => Text(nameof(Jewellery));
|
||||
public static string Cosmetics => Text(nameof(Cosmetics));
|
||||
public static string Brunch => Text(nameof(Brunch));
|
||||
public static string Dinner => Text(nameof(Dinner));
|
||||
public static string Fruit => Text(nameof(Fruit));
|
||||
public static string UtilityBill => Text(nameof(UtilityBill));
|
||||
public static string PropertyFee => Text(nameof(PropertyFee));
|
||||
public static string Rent => Text(nameof(Rent));
|
||||
public static string Maintenance => Text(nameof(Maintenance));
|
||||
public static string Bus => Text(nameof(Bus));
|
||||
public static string LightRail => Text(nameof(LightRail));
|
||||
public static string Taxi => Text(nameof(Taxi));
|
||||
public static string Fitness => Text(nameof(Fitness));
|
||||
public static string Party => Text(nameof(Party));
|
||||
#endregion
|
||||
|
||||
static readonly Dictionary<string, LanguageResource> dict = new();
|
||||
|
||||
Reference in New Issue
Block a user