mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-27 19:31:01 -06:00
87 lines
4.3 KiB
JSON
87 lines
4.3 KiB
JSON
{
|
|
"firefly": {
|
|
"welcome_back": "What's playing?",
|
|
"flash_error": "Error!",
|
|
"flash_success": "Success!",
|
|
"create": "Create",
|
|
"edit": "Edit",
|
|
"delete": "Delete",
|
|
"save_changes": "Save Changes",
|
|
"name": "Name",
|
|
"close": "Close",
|
|
"whoops":" Whoops!",
|
|
"something_wrong": "Something went wrong!",
|
|
"try_again": "Something went wrong. Please try again.",
|
|
"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",
|
|
"transaction_journal_information": "Transaction information",
|
|
"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.",
|
|
"source_account": "Source account",
|
|
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"\/preferences\">settings<\/a>.",
|
|
"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)",
|
|
"description": "Description",
|
|
"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.",
|
|
"source_account_reconciliation": "You can't edit the source account of a reconciliation transaction.",
|
|
"budget": "Budget",
|
|
"you_create_withdrawal": "You're creating a withdrawal.",
|
|
"you_create_transfer": "You're creating a transfer.",
|
|
"you_create_deposit": "You're creating a deposit."
|
|
},
|
|
"form": {
|
|
"interest_date": "Interest date",
|
|
"book_date": "Book date",
|
|
"process_date": "Processing date",
|
|
"due_date": "Due date",
|
|
"foreign_amount": "Foreign amount",
|
|
"payment_date": "Payment date",
|
|
"invoice_date": "Invoice date",
|
|
"internal_reference": "Internal reference"
|
|
},
|
|
"config": {
|
|
"html_language": "en"
|
|
},
|
|
"profile": {
|
|
"oauth_clients": "OAuth Clients",
|
|
"oauth_no_clients": "You have not created any OAuth clients.",
|
|
"oauth_clients_header": "Clients",
|
|
"oauth_client_id": "Client ID",
|
|
"oauth_client_name": "Name",
|
|
"oauth_client_secret": "Secret",
|
|
"oauth_create_new_client": "Create New Client",
|
|
"oauth_create_client": "Create Client",
|
|
"oauth_edit_client": "Edit Client",
|
|
"oauth_name_help": "Something your users will recognize and trust.",
|
|
"oauth_redirect_url": "Redirect URL",
|
|
"oauth_redirect_url_help": "Your application's authorization callback URL.",
|
|
"authorized_apps": "Authorized Applications",
|
|
"authorized_clients": "Authorized clients",
|
|
"scopes": "Scopes",
|
|
"revoke": "Revoke",
|
|
"personal_access_tokens": "Personal Access Tokens",
|
|
"personal_access_token": "Personal Access Token",
|
|
"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.",
|
|
"no_personal_access_token" : "You have not created any personal access tokens.",
|
|
"create_new_token": "Create New Token",
|
|
"create_token": "Create Token"
|
|
}
|
|
} |