mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Update translations.
This commit is contained in:
@@ -22,24 +22,5 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'error_no_upload' => 'No file has been uploaded for this attachment (yet).',
|
||||
'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.',
|
||||
'error_store_bill' => 'Could not store new bill.',
|
||||
'error_store_budget' => 'Could not store new budget.',
|
||||
'error_unknown_budget' => 'Unknown budget.',
|
||||
'error_store_new_category' => 'Could not store new category.',
|
||||
'error_no_access' => 'No access to method.',
|
||||
'error_no_access_ownership' => 'No access to method, user is not owner.',
|
||||
'error_no_access_currency_in_use' => 'No access to method, currency is in use.',
|
||||
'error_store_new_currency' => 'Could not store new currency.',
|
||||
'error_unknown_source_currency' => 'Unknown source currency.',
|
||||
'error_unknown_destination_currency' => 'Unknown destination currency.',
|
||||
'error_delete_link_type' => 'You cannot delete this link type (:id, :name)',
|
||||
'error_edit_link_type' => 'You cannot edit this link type (:id, :name)',
|
||||
'error_owner_role_needed' => 'You need the "owner"-role to do this.',
|
||||
'error_store_new_piggybank' => 'Could not store new piggy bank.',
|
||||
'error_fire_cronjob' => 'Could not fire recurring cron job.',
|
||||
'error_no_rules_in_rule_group' => 'No rules in this rule group.',
|
||||
'error_source_or_dest_null' => 'Source or destination is NULL.'
|
||||
|
||||
];
|
||||
@@ -225,6 +225,8 @@ return [
|
||||
'admin_update_check_now_explain' => 'Εάν πατήσετε αυτό του κουμπί, το Firefly III θα ελέγξει εάν έχετε την τελευταία έκδοση.',
|
||||
'check_for_updates_button' => 'Έλεγχος τώρα!',
|
||||
'update_new_version_alert' => 'Μία νέα έκδοση του Firefly III είναι διαθέσιμη. Έχετε την v:your_version, ενώ η τελευταία έκδοση είναι η v:new_version που κυκλοφόρησε στις :date.',
|
||||
'update_version_beta' => 'This version is a BETA version. You may run into issues.',
|
||||
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
|
||||
'update_current_version_alert' => 'Έχετε την έκδοση v:version, που είναι η τελευταία διαθέσιμη.',
|
||||
'update_newer_version_alert' => 'Έχετε την έκδοση v:your_version, που είναι νεότερη από την τελευταία έκδοση, v:new_version.',
|
||||
'update_check_error' => 'Ένα σφάλμα παρουσιάστηκε κατά τον έλεγχο ενημερώσεων. Παρακαλώ δείτε τα αρχεία καταγραφής.',
|
||||
|
||||
Reference in New Issue
Block a user