80 lines
2 KiB
Text
80 lines
2 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";
|
|
"prompt_archived" = "Archived";
|
|
"type_income" = "Income";
|
|
"type_expense" = "Expense";
|
|
"action_retry" = "Retry";
|
|
"confirm_delete" = "Are you sure you want to delete this?";
|
|
"cannot_undo" = "This cannot be undone";
|
|
"overview" = "Overview";
|
|
|
|
// MARK: Login
|
|
"info_login" = "Login to start managing your budget";
|
|
"prompt_server" = "Server";
|
|
"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";
|
|
"edit_transaction" = "Edit Transaction";
|
|
"notes" = "Notes";
|
|
"registered_by" = "Registered by";
|
|
"no_transactions" = "No transactions found for the given criteria";
|
|
|
|
// MARK: Categories
|
|
"category" = "Category";
|
|
"categories" = "Categories";
|
|
"amount_budgeted" = "Budgeted";
|
|
"amount_spent" = "Spent";
|
|
"amount_earned" = "Earned";
|
|
"amount_remaining" = "Remaining";
|
|
|
|
// MARK: Budgets
|
|
"budget" = "Budget";
|
|
"budgets" = "Budgets";
|
|
"current_balance" = "Current Balance:";
|
|
"expected" = "Expected:";
|
|
"actual" = "Actual:";
|
|
"income" = "Income:";
|
|
"expenses" = "Expenses:";
|
|
|
|
// MARK: Profile
|
|
"profile" = "Profile";
|
|
"change_password" = "Change Password";
|
|
"change_email" = "Change Email";
|
|
"delete_account" = "Delete Account";
|
|
|
|
// MARK: Recurring Transactions
|
|
"recurring" = "Recurring";
|
|
"recurring_transactions" = "Recurring Transactions";
|