2019-10-05 04:17:44 -05:00
{
"firefly" : {
2019-10-05 05:44:05 -05:00
"welcome_back" : "What's playing?" ,
"flash_error" : "Error!" ,
"flash_success" : "Success!" ,
"close" : "Close" ,
"split_transaction_title" : "Description of the split transaction" ,
"errors_submission" : "There was something wrong with your submission. Please check out the errors below." ,
"split" : "Split" ,
2020-05-18 14:17:59 -05:00
"transaction_stored_link" : "<a href=\"transactions\/show\/{ID}\">Transaction #{ID} (\"{title}\")<\/a> has been stored." ,
2020-05-16 09:35:23 -05:00
"transaction_updated_link" : "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been updated." ,
2020-05-18 14:17:59 -05:00
"transaction_new_stored_link" : "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored." ,
2019-10-05 05:44:05 -05:00
"transaction_journal_information" : "Transaction information" ,
2020-03-13 00:22:50 -05:00
"no_budget_pointer" : "You seem to have no budgets yet. You should create some on the <a href=\"\/budgets\">budgets<\/a>-page. Budgets can help you keep track of expenses." ,
2019-10-05 05:44:05 -05:00
"source_account" : "Source account" ,
2020-03-13 00:22:50 -05:00
"hidden_fields_preferences" : "You can enable more transaction options in your <a href=\"\/preferences\">settings<\/a>." ,
2019-10-05 05:44:05 -05:00
"destination_account" : "Destination account" ,
"add_another_split" : "Add another split" ,
"submission" : "Submission" ,
"create_another" : "After storing, return here to create another one." ,
"reset_after" : "Reset form after submission" ,
"submit" : "Submit" ,
"amount" : "Amount" ,
"date" : "Date" ,
"tags" : "Tags" ,
"no_budget" : "(no budget)" ,
"category" : "Category" ,
"attachments" : "Attachments" ,
"notes" : "Notes" ,
"update_transaction" : "Update transaction" ,
"after_update_create_another" : "After updating, return here to continue editing." ,
"store_as_new" : "Store as a new transaction instead of updating." ,
"split_title_help" : "If you create a split transaction, there must be a global description for all splits of the transaction." ,
"none_in_select_list" : "(none)" ,
"no_piggy_bank" : "(no piggy bank)" ,
2019-11-10 00:26:49 -06:00
"description" : "Description" ,
2019-12-20 00:15:40 -06:00
"split_transaction_title_help" : "If you create a split transaction, there must be a global description for all splits of the transaction." ,
"destination_account_reconciliation" : "You can't edit the destination account of a reconciliation transaction." ,
2019-12-30 08:24:02 -06:00
"source_account_reconciliation" : "You can't edit the source account of a reconciliation transaction." ,
2020-02-14 01:08:51 -06:00
"budget" : "Budget" ,
2020-02-14 01:43:23 -06:00
"you_create_withdrawal" : "You're creating a withdrawal." ,
"you_create_transfer" : "You're creating a transfer." ,
2020-05-28 23:39:48 -05:00
"you_create_deposit" : "You're creating a deposit." ,
"edit" : "Edit" ,
"delete" : "Delete" ,
"name" : "Name" ,
"profile_whoops" : "Whoops!" ,
"profile_something_wrong" : "Something went wrong!" ,
"profile_try_again" : "Something went wrong. Please try again." ,
"profile_oauth_clients" : "OAuth Clients" ,
"profile_oauth_no_clients" : "You have not created any OAuth clients." ,
"profile_oauth_clients_header" : "Clients" ,
"profile_oauth_client_id" : "Client ID" ,
"profile_oauth_client_name" : "Name" ,
"profile_oauth_client_secret" : "Secret" ,
"profile_oauth_create_new_client" : "Create New Client" ,
"profile_oauth_create_client" : "Create Client" ,
"profile_oauth_edit_client" : "Edit Client" ,
"profile_oauth_name_help" : "Something your users will recognize and trust." ,
"profile_oauth_redirect_url" : "Redirect URL" ,
"profile_oauth_redirect_url_help" : "Your application's authorization callback URL." ,
"profile_authorized_apps" : "Authorized applications" ,
"profile_authorized_clients" : "Authorized clients" ,
"profile_scopes" : "Scopes" ,
"profile_revoke" : "Revoke" ,
"profile_personal_access_tokens" : "Personal Access Tokens" ,
"profile_personal_access_token" : "Personal Access Token" ,
"profile_personal_access_token_explanation" : "Here is your new personal access token. This is the only time it will be shown so don't lose it! You may now use this token to make API requests." ,
"profile_no_personal_access_token" : "You have not created any personal access tokens." ,
"profile_create_new_token" : "Create new token" ,
"profile_create_token" : "Create token" ,
"profile_create" : "Create" ,
"profile_save_changes" : "Save changes"
2019-10-05 05:44:05 -05:00
} ,
"form" : {
"interest_date" : "Interest date" ,
"book_date" : "Book date" ,
"process_date" : "Processing date" ,
"due_date" : "Due date" ,
2019-10-05 06:11:12 -05:00
"foreign_amount" : "Foreign amount" ,
2019-10-05 05:44:05 -05:00
"payment_date" : "Payment date" ,
"invoice_date" : "Invoice date" ,
"internal_reference" : "Internal reference"
2019-10-05 04:17:44 -05:00
} ,
"config" : {
"html_language" : "en"
}
}