mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New translations
This commit is contained in:
parent
5c691491e8
commit
c0dfc554b3
@ -63,6 +63,7 @@ return [
|
|||||||
'description' => 'Description',
|
'description' => 'Description',
|
||||||
'expense_account' => 'Expense account',
|
'expense_account' => 'Expense account',
|
||||||
'revenue_account' => 'Revenue account',
|
'revenue_account' => 'Revenue account',
|
||||||
|
'decimal_places' => 'Decimal places',
|
||||||
|
|
||||||
'revenue_account_source' => 'Revenue account (source)',
|
'revenue_account_source' => 'Revenue account (source)',
|
||||||
'source_account_asset' => 'Source account (asset account)',
|
'source_account_asset' => 'Source account (asset account)',
|
||||||
@ -150,30 +151,30 @@ return [
|
|||||||
'category_keep_transactions' => 'The only transaction connected to this category will not be deleted.|All :count transactions connected to this category will spared deletion.',
|
'category_keep_transactions' => 'The only transaction connected to this category will not be deleted.|All :count transactions connected to this category will spared deletion.',
|
||||||
'tag_keep_transactions' => 'The only transaction connected to this tag will not be deleted.|All :count transactions connected to this tag will spared deletion.',
|
'tag_keep_transactions' => 'The only transaction connected to this tag will not be deleted.|All :count transactions connected to this tag will spared deletion.',
|
||||||
|
|
||||||
'email' => 'Email address',
|
'email' => 'Email address',
|
||||||
'password' => 'Password',
|
'password' => 'Password',
|
||||||
'password_confirmation' => 'Password (again)',
|
'password_confirmation' => 'Password (again)',
|
||||||
'blocked' => 'Is blocked?',
|
'blocked' => 'Is blocked?',
|
||||||
'blocked_code' => 'Reason for block',
|
'blocked_code' => 'Reason for block',
|
||||||
|
|
||||||
|
|
||||||
// admin
|
// admin
|
||||||
'domain' => 'Domain',
|
'domain' => 'Domain',
|
||||||
'single_user_mode' => 'Single user mode',
|
'single_user_mode' => 'Single user mode',
|
||||||
'must_confirm_account' => 'New users must activate account',
|
'must_confirm_account' => 'New users must activate account',
|
||||||
'is_demo_site' => 'Is demo site',
|
'is_demo_site' => 'Is demo site',
|
||||||
|
|
||||||
|
|
||||||
// import
|
// import
|
||||||
'import_file' => 'Import file',
|
'import_file' => 'Import file',
|
||||||
'configuration_file' => 'Configuration file',
|
'configuration_file' => 'Configuration file',
|
||||||
'import_file_type' => 'Import file type',
|
'import_file_type' => 'Import file type',
|
||||||
'csv_comma' => 'A comma (,)',
|
'csv_comma' => 'A comma (,)',
|
||||||
'csv_semicolon' => 'A semicolon (;)',
|
'csv_semicolon' => 'A semicolon (;)',
|
||||||
'csv_tab' => 'A tab (invisible)',
|
'csv_tab' => 'A tab (invisible)',
|
||||||
'csv_delimiter' => 'CSV field delimiter',
|
'csv_delimiter' => 'CSV field delimiter',
|
||||||
'csv_import_account' => 'Default import account',
|
'csv_import_account' => 'Default import account',
|
||||||
'csv_config' => 'CSV import configuration',
|
'csv_config' => 'CSV import configuration',
|
||||||
|
|
||||||
|
|
||||||
'due_date' => 'Due date',
|
'due_date' => 'Due date',
|
||||||
|
Loading…
Reference in New Issue
Block a user