59 lines
1.4 KiB
Text
59 lines
1.4 KiB
Text
/*
|
|
Localizable.strings
|
|
Budget
|
|
|
|
Created by Billy Brawner on 9/25/19.
|
|
Copyright © 2019 William Brawner. All rights reserved.
|
|
*/
|
|
|
|
// MARK: Generic
|
|
"add" = "Add";
|
|
"filter" = "Filter";
|
|
"edit" = "Edit";
|
|
"save" = "Save";
|
|
"delete" = "Delete";
|
|
"cancel" = "Cancel";
|
|
"details" = "Details";
|
|
"loading_default" = "Loading...";
|
|
"prompt_name" = "Name";
|
|
"prompt_description" = "Description";
|
|
"prompt_amount" = "Amount";
|
|
"prompt_date" = "Date";
|
|
"prompt_category" = "Category";
|
|
"prompt_budget" = "Budget";
|
|
"prompt_type" = "Type";
|
|
"type_income" = "Income";
|
|
"type_expense" = "Expense";
|
|
"retry" = "Retry";
|
|
"confirm_delete" = "Are you sure you want to delete this?";
|
|
"cannot_undo" = "This cannot be undone";
|
|
|
|
// MARK: Login
|
|
"info_login" = "Login to start managing your budget";
|
|
"prompt_username" = "Username";
|
|
"prompt_password" = "Password";
|
|
"action_login" = "Login";
|
|
"loading_login" = "Logging in...";
|
|
|
|
// MARK: Registration
|
|
"info_register" = "Don't have an account?";
|
|
"action_register" = "Register";
|
|
"prompt_email" = "Email Address";
|
|
"prompt_confirm_password" = "Confirm Password";
|
|
|
|
// MARK: Transactions
|
|
"transactions" = "Transactions";
|
|
"add_transaction" = "Add Transaction";
|
|
"notes" = "Notes";
|
|
"registered_by" = "Registered by";
|
|
|
|
// MARK: Categories
|
|
"category" = "Category";
|
|
"categories" = "Categories";
|
|
|
|
// MARK: Budgets
|
|
"budget" = "Budget";
|
|
"budgets" = "Budgets";
|
|
|
|
// MARK: Profile
|
|
"profile" = "Profile";
|