mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Clean up code.
This commit is contained in:
		| @@ -43,7 +43,7 @@ return [ | ||||
|     'split'                                => 'Διαχωρισμός', | ||||
|     'single_split'                         => 'Διαχωρισμός', | ||||
|     'clone'                                => 'Κλωνοποίηση', | ||||
|     'clone_and_edit'                       => 'Clone and edit', | ||||
|     'clone_and_edit'                       => 'Κλωνοποίηση και επεξεργασία', | ||||
|     'confirm_action'                       => 'Επιβεβαίωση ενέργειας', | ||||
|     'last_seven_days'                      => 'Τελευταίες επτά ημέρες', | ||||
|     'last_thirty_days'                     => 'Τελευταίες τριάντα ημέρες', | ||||
| @@ -461,13 +461,13 @@ return [ | ||||
|     'search_modifier_account_id'                          => 'Το/Τα αναγνωριστικά λογαριασμού προέλευσης ή προορισμού είναι: :value', | ||||
|     'search_modifier_not_account_id'                      => 'Source or destination account ID\'s is/are not: :value', | ||||
|     'search_modifier_category_is'                         => 'Η κατηγορία είναι ":value"', | ||||
|     'search_modifier_not_category_is'                     => 'Category is not ":value"', | ||||
|     'search_modifier_not_category_is'                     => 'Η κατηγορία δεν είναι «:value»', | ||||
|     'search_modifier_budget_is'                           => 'Ο προϋπολογισμός είναι ":value"', | ||||
|     'search_modifier_not_budget_is'                       => 'Budget is not ":value"', | ||||
|     'search_modifier_not_budget_is'                       => 'Ο προϋπολογισμός δεν είναι «:value»', | ||||
|     'search_modifier_bill_is'                             => 'Το πάγιο έξοδο είναι ":value"', | ||||
|     'search_modifier_not_bill_is'                         => 'Bill is not ":value"', | ||||
|     'search_modifier_not_bill_is'                         => 'Το πάγιο έξοδο δεν είναι «:value»', | ||||
|     'search_modifier_transaction_type'                    => 'Ο τύπος συναλλαγής είναι ":value"', | ||||
|     'search_modifier_not_transaction_type'                => 'Transaction type is not ":value"', | ||||
|     'search_modifier_not_transaction_type'                => 'Ο τύπος συναλλαγής δεν είναι «:value»', | ||||
|     'search_modifier_tag_is'                              => 'Η ετικέτα είναι ":value"', | ||||
|     'search_modifier_tag_contains'                        => 'Tag contains ":value"', | ||||
|     'search_modifier_not_tag_contains'                    => 'Tag does not contain ":value"', | ||||
| @@ -490,9 +490,9 @@ return [ | ||||
| 
 | ||||
|     // new
 | ||||
|     'search_modifier_tag_is_not'                          => 'Δεν υπάρχει ετικέτα ":value"', | ||||
|     'search_modifier_not_tag_is_not'                      => 'Tag is ":value"', | ||||
|     'search_modifier_account_is'                          => 'Either account is ":value"', | ||||
|     'search_modifier_not_account_is'                      => 'Neither account is ":value"', | ||||
|     'search_modifier_not_tag_is_not'                      => 'Η ετικέτα είναι «:value»', | ||||
|     'search_modifier_account_is'                          => 'Οποιοσδήποτε λογαριασμός είναι «:value»', | ||||
|     'search_modifier_not_account_is'                      => 'Κανένας λογαριασμός δεν είναι «:value»', | ||||
|     'search_modifier_account_contains'                    => 'Either account contains ":value"', | ||||
|     'search_modifier_not_account_contains'                => 'Neither account contains ":value"', | ||||
|     'search_modifier_account_ends'                        => 'Either account ends with ":value"', | ||||
| @@ -500,7 +500,7 @@ return [ | ||||
|     'search_modifier_account_starts'                      => 'Either account starts with ":value"', | ||||
|     'search_modifier_not_account_starts'                  => 'Neither account starts with ":value"', | ||||
|     'search_modifier_account_nr_is'                       => 'Either account number / IBAN is ":value"', | ||||
|     'search_modifier_not_account_nr_is'                   => 'Neither account number / IBAN is ":value"', | ||||
|     'search_modifier_not_account_nr_is'                   => 'Κανένας αριθμός λογαριασμού / IBAN δεν είναι «:value»', | ||||
|     'search_modifier_account_nr_contains'                 => 'Either account number / IBAN contains ":value"', | ||||
|     'search_modifier_not_account_nr_contains'             => 'Neither account number / IBAN contains ":value"', | ||||
|     'search_modifier_account_nr_ends'                     => 'Either account number / IBAN ends with ":value"', | ||||
| @@ -1228,8 +1228,8 @@ return [ | ||||
| 
 | ||||
|     // actions
 | ||||
|     // set, clear, add, remove, append/prepend
 | ||||
|     'rule_action_delete_transaction_choice'               => 'DELETE transaction(!)', | ||||
|     'rule_action_delete_transaction'                      => 'DELETE transaction(!)', | ||||
|     'rule_action_delete_transaction_choice'               => 'ΔΙΑΓΡΑΦΗ συναλλαγής (!)', | ||||
|     'rule_action_delete_transaction'                      => 'ΔΙΑΓΡΑΦΗ συναλλαγής (!)', | ||||
|     'rule_action_set_category'                            => 'Ορίστε την κατηγορία σε ":action_value"', | ||||
|     'rule_action_clear_category'                          => 'Καθαρισμός κατηγορίας', | ||||
|     'rule_action_set_budget'                              => 'Ορίστε τον προϋπολογισμό σε ":action_value"', | ||||
| @@ -1240,14 +1240,14 @@ return [ | ||||
|     'rule_action_set_description'                         => 'Ορίστε την περιγραφή σε ":action_value"', | ||||
|     'rule_action_append_description'                      => 'Προσαρτήστε την περιγραφή με ":action_value"', | ||||
|     'rule_action_prepend_description'                     => 'Προεπιλέξτε την περιγραφή με ":action_value"', | ||||
|     'rule_action_set_category_choice'                     => 'Set category to ..', | ||||
|     'rule_action_set_category_choice'                     => 'Ορισμός κατηγορίας σε ..', | ||||
|     'rule_action_clear_category_choice'                   => 'Καθαρισμός οποιασδήποτε κατηγορίας', | ||||
|     'rule_action_set_budget_choice'                       => 'Set budget to ..', | ||||
|     'rule_action_set_budget_choice'                       => 'Ορισμός προϋπολογισμού σε ..', | ||||
|     'rule_action_clear_budget_choice'                     => 'Καθαρισμός οποιουδήποτε προϋπολογισμού', | ||||
|     'rule_action_add_tag_choice'                          => 'Add tag ..', | ||||
|     'rule_action_remove_tag_choice'                       => 'Remove tag ..', | ||||
|     'rule_action_add_tag_choice'                          => 'Προσθήκη ετικέτας ..', | ||||
|     'rule_action_remove_tag_choice'                       => 'Αφαίρεση ετικέτας ..', | ||||
|     'rule_action_remove_all_tags_choice'                  => 'Αφαίρεση όλων των ετικετών', | ||||
|     'rule_action_set_description_choice'                  => 'Set description to ..', | ||||
|     'rule_action_set_description_choice'                  => 'Ορισμός περιγραφής σε ..', | ||||
|     'rule_action_update_piggy_choice'                     => 'Add / remove transaction amount in piggy bank ..', | ||||
|     'rule_action_update_piggy'                            => 'Add / remove transaction amount in piggy bank ":action_value"', | ||||
|     'rule_action_append_description_choice'               => 'Append description with ..', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user