mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Update translations, fix version.
This commit is contained in:
parent
458bdc5fd4
commit
924899f763
@ -2,9 +2,7 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [5.0.0 (API 1.0.0)] - 2020-01-xx
|
||||
|
||||
*This version has not yet been released.* The latest available version is **5.0.0-beta.1**.
|
||||
## [5.0.0 (API 1.0.0)] - 2020-01-18
|
||||
|
||||
This version represents, if anything, a fresh start in the version numbering system so Firefly III will finally follow SemVer, for real this time.
|
||||
|
||||
|
@ -136,7 +136,7 @@ return [
|
||||
'export' => true,
|
||||
],
|
||||
'encryption' => null === env('USE_ENCRYPTION') || true === env('USE_ENCRYPTION'),
|
||||
'version' => '5.0.0-beta.1',
|
||||
'version' => '5.0.0',
|
||||
'api_version' => '1.0.0',
|
||||
'db_version' => 12,
|
||||
'maxUploadSize' => 15242880,
|
||||
|
@ -32,8 +32,8 @@ return [
|
||||
'clone' => 'Duplizieren',
|
||||
'last_seven_days' => 'Letzte sieben Tage',
|
||||
'last_thirty_days' => 'Letzte 30 Tage',
|
||||
'welcomeBack' => 'What\'s playing?',
|
||||
'welcome_back' => 'What\'s playing?',
|
||||
'welcomeBack' => 'Was ist gerade los?',
|
||||
'welcome_back' => 'Was ist gerade los?',
|
||||
'everything' => 'Alle',
|
||||
'today' => 'Heute',
|
||||
'customRange' => 'Individueller Bereich',
|
||||
@ -353,41 +353,41 @@ return [
|
||||
// actions and triggers
|
||||
'rule_trigger_user_action' => 'Die Nutzeraktion ist ":trigger_value"',
|
||||
|
||||
'rule_trigger_from_account_starts_choice' => 'Source account name starts with..',
|
||||
'rule_trigger_from_account_starts' => 'Source account name starts with ":trigger_value"',
|
||||
'rule_trigger_from_account_ends_choice' => 'Source account name ends with..',
|
||||
'rule_trigger_from_account_ends' => 'Source account name ends with ":trigger_value"',
|
||||
'rule_trigger_from_account_is_choice' => 'Source account name is..',
|
||||
'rule_trigger_from_account_is' => 'Source account name is ":trigger_value"',
|
||||
'rule_trigger_from_account_contains_choice' => 'Source account name contains..',
|
||||
'rule_trigger_from_account_contains' => 'Source account name contains ":trigger_value"',
|
||||
'rule_trigger_from_account_starts_choice' => 'Name des Quellkontos beginnt mit …',
|
||||
'rule_trigger_from_account_starts' => 'Name des Quellkontos beginnt mit „:trigger_value”',
|
||||
'rule_trigger_from_account_ends_choice' => 'Name des Quellkontos endet auf …',
|
||||
'rule_trigger_from_account_ends' => 'Name des Quellkontos endet auf ":trigger_value"',
|
||||
'rule_trigger_from_account_is_choice' => 'Name des Quellkontos lautet …',
|
||||
'rule_trigger_from_account_is' => 'Name des Quellkontos lautet „:trigger_value”',
|
||||
'rule_trigger_from_account_contains_choice' => 'Name des Quellkontos enthält …',
|
||||
'rule_trigger_from_account_contains' => 'Name des Quellkontos enthält „:trigger_value”',
|
||||
|
||||
'rule_trigger_from_account_nr_starts_choice' => 'Source account number / IBAN starts with..',
|
||||
'rule_trigger_from_account_nr_starts' => 'Source account number / IBAN starts with ":trigger_value"',
|
||||
'rule_trigger_from_account_nr_ends_choice' => 'Source account number / IBAN ends with..',
|
||||
'rule_trigger_from_account_nr_ends' => 'Source account number / IBAN ends with ":trigger_value"',
|
||||
'rule_trigger_from_account_nr_is_choice' => 'Source account number / IBAN is..',
|
||||
'rule_trigger_from_account_nr_is' => 'Source account number / IBAN is ":trigger_value"',
|
||||
'rule_trigger_from_account_nr_contains_choice' => 'Source account number / IBAN contains..',
|
||||
'rule_trigger_from_account_nr_contains' => 'Source account number / IBAN contains ":trigger_value"',
|
||||
'rule_trigger_from_account_nr_starts_choice' => 'Quellkontonummer/IBAN beginnt mit …',
|
||||
'rule_trigger_from_account_nr_starts' => 'Quellkontonummer/IBAN beginnt mit „:trigger_value”',
|
||||
'rule_trigger_from_account_nr_ends_choice' => 'Quellkontonummer/IBAN endet auf …',
|
||||
'rule_trigger_from_account_nr_ends' => 'Quellkontonummer/IBAN endet auf „:trigger_value”',
|
||||
'rule_trigger_from_account_nr_is_choice' => 'Quellkontonummer/IBAN ist …',
|
||||
'rule_trigger_from_account_nr_is' => 'Quellkontonummer/IBAN ist „:trigger_value”',
|
||||
'rule_trigger_from_account_nr_contains_choice' => 'Quellkontonummer/IBAN enthält …',
|
||||
'rule_trigger_from_account_nr_contains' => 'Quellkontonummer/IBAN enthält „:trigger_value”',
|
||||
|
||||
'rule_trigger_to_account_starts_choice' => 'Destination account name starts with..',
|
||||
'rule_trigger_to_account_starts' => 'Destination account name starts with ":trigger_value"',
|
||||
'rule_trigger_to_account_ends_choice' => 'Destination account name ends with..',
|
||||
'rule_trigger_to_account_ends' => 'Destination account name ends with ":trigger_value"',
|
||||
'rule_trigger_to_account_is_choice' => 'Destination account name is..',
|
||||
'rule_trigger_to_account_is' => 'Destination account name is ":trigger_value"',
|
||||
'rule_trigger_to_account_contains_choice' => 'Destination account name contains..',
|
||||
'rule_trigger_to_account_contains' => 'Destination account name contains ":trigger_value"',
|
||||
'rule_trigger_to_account_starts_choice' => 'Name des Zielkontos beginnt mit …',
|
||||
'rule_trigger_to_account_starts' => 'Name des Zielkontos beginnt mit „:trigger_value”',
|
||||
'rule_trigger_to_account_ends_choice' => 'Name des Zielkontos endet auf …',
|
||||
'rule_trigger_to_account_ends' => 'Name des Zielkontos endet auf „:trigger_value”',
|
||||
'rule_trigger_to_account_is_choice' => 'Name des Zielkontos lautet …',
|
||||
'rule_trigger_to_account_is' => 'Name des Zielkontos lautet „:trigger_value”',
|
||||
'rule_trigger_to_account_contains_choice' => 'Name des Zielkontos enthält …',
|
||||
'rule_trigger_to_account_contains' => 'Name des Zielkontos enthält „:trigger_value”',
|
||||
|
||||
'rule_trigger_to_account_nr_starts_choice' => 'Destination account number / IBAN starts with..',
|
||||
'rule_trigger_to_account_nr_starts' => 'Destination account number / IBAN starts with ":trigger_value"',
|
||||
'rule_trigger_to_account_nr_ends_choice' => 'Destination account number / IBAN ends with..',
|
||||
'rule_trigger_to_account_nr_ends' => 'Destination account number / IBAN ends with ":trigger_value"',
|
||||
'rule_trigger_to_account_nr_is_choice' => 'Destination account number / IBAN is..',
|
||||
'rule_trigger_to_account_nr_is' => 'Destination account number / IBAN is ":trigger_value"',
|
||||
'rule_trigger_to_account_nr_contains_choice' => 'Destination account number / IBAN contains..',
|
||||
'rule_trigger_to_account_nr_contains' => 'Destination account number / IBAN contains ":trigger_value"',
|
||||
'rule_trigger_to_account_nr_starts_choice' => 'Zielkontonummer/IBAN beginnt mit …',
|
||||
'rule_trigger_to_account_nr_starts' => 'Zielkontonummer/IBAN beginnt mit „:trigger_value”',
|
||||
'rule_trigger_to_account_nr_ends_choice' => 'Zielkontonummer/IBAN endet auf …',
|
||||
'rule_trigger_to_account_nr_ends' => 'Zielkontonummer/IBAN endet auf „:trigger_value”',
|
||||
'rule_trigger_to_account_nr_is_choice' => 'Zielkontonummer/IBAN ist …',
|
||||
'rule_trigger_to_account_nr_is' => 'Zielkontonummer/IBAN ist „:trigger_value”',
|
||||
'rule_trigger_to_account_nr_contains_choice' => 'Zielkontonummer/IBAN beginnt enthält …',
|
||||
'rule_trigger_to_account_nr_contains' => 'Zielkontonummer/IBAN enthält „:trigger_value”',
|
||||
|
||||
'rule_trigger_transaction_type_choice' => 'Buchung ist vom Typ..',
|
||||
'rule_trigger_transaction_type' => 'Buchung ist vom Typ ":trigger_value"',
|
||||
|
@ -32,8 +32,8 @@ return [
|
||||
'clone' => 'Κλωνοποίηση',
|
||||
'last_seven_days' => 'Τελευταίες επτά ημέρες',
|
||||
'last_thirty_days' => 'Τελευταίες τριάντα ημέρες',
|
||||
'welcomeBack' => 'What\'s playing?',
|
||||
'welcome_back' => 'What\'s playing?',
|
||||
'welcomeBack' => 'Τι παίζει;',
|
||||
'welcome_back' => 'Τι παίζει;',
|
||||
'everything' => 'Όλα',
|
||||
'today' => 'σήμερα',
|
||||
'customRange' => 'Προσαρμοσμένο εύρος',
|
||||
@ -111,7 +111,7 @@ return [
|
||||
'user_id_is' => 'Το αναγνωριστικό Id χρήστη είναι <strong>:user</strong>',
|
||||
'field_supports_markdown' => 'Αυτό το πεδίο υποστηρίζει <a href="https://en.support.wordpress.com/markdown-quick-reference/">Markdown</a>.',
|
||||
'need_more_help' => 'Εάν χρειάζεστε περαιτέρω βοήθεια με τη χρήση Firefly III, παρακαλώ <a href="https://github.com/firefly-iii/firefly-iii/issues">ανοίξτε ένα ticket στο Github</a>.',
|
||||
'reenable_intro_text' => 'You can also re-enable <a href="#" id="reenableGuidance">the introduction guidance</a>.',
|
||||
'reenable_intro_text' => 'Μπορείτε επίσης να επανεργοποιήσετε <a href="#" id="reenableGuidance">τον εισαγωγικό οδηγό</a>.',
|
||||
'intro_boxes_after_refresh' => 'Τα πλαίσια εισαγωγής θα επανεμφανιστούν όταν ανανεώσετε τη σελίδα.',
|
||||
'show_all_no_filter' => 'Εμφάνιση όλων των συναλλαγών χωρίς την ομαδοποίηση ανά ημερομηνία.',
|
||||
'expenses_by_category' => 'Έξοδα ανά κατηγορία',
|
||||
@ -126,19 +126,19 @@ return [
|
||||
'spent_in_specific_budget' => 'Ξοδεύτηκαν στον προϋπολογισμό ":budget"',
|
||||
'spent_in_specific_double' => 'Ξοδεύτηκαν στον(ους) λογαριασμό(ούς) ":account"',
|
||||
'earned_in_specific_double' => 'Κερδήθηκαν στον(ους) λογαριασμό(ούς): ":account"',
|
||||
'source_account' => 'Source account',
|
||||
'source_account_reconciliation' => 'You can\'t edit the source account of a reconciliation transaction.',
|
||||
'destination_account' => 'Destination account',
|
||||
'destination_account_reconciliation' => 'You can\'t edit the destination account of a reconciliation transaction.',
|
||||
'source_account' => 'Λογαριασμός προέλευσης',
|
||||
'source_account_reconciliation' => 'Δεν μπορείτε να τροποποιήσετε τον λογαριασμό προέλευσης σε μια συναλλαγή αντιπαραβολής.',
|
||||
'destination_account' => 'Λογαριασμός προορισμού',
|
||||
'destination_account_reconciliation' => 'Δεν μπορείτε να τροποποιήσετε τον λογαριασμό προορισμού σε μια συναλλαγή αντιπαραβολής.',
|
||||
'sum_of_expenses_in_budget' => 'Ξοδεύτηκαν συνολικά στον προϋπολογισμό ":budget"',
|
||||
'left_in_budget_limit' => 'Διαθέσιμα προς ξόδεμα σύμφωνα με τον προϋπολογισμό',
|
||||
'current_period' => 'Τρέχουσα περίοδος',
|
||||
'show_the_current_period_and_overview' => 'Εμφάνιση της τρέχουσας περιόδου και σύνοψη',
|
||||
'pref_languages_locale' => 'Για να λειτουργήσει μια γλώσσα διαφορετική των Αγγλικών σωστά, το λειτουργικό σας σύστημα πρέπει να είναι εξοπλισμένο με τις σωστές τοπικές-πληροφορίες (locale). Εάν αυτές δεν είναι παρούσες, τα δεδομένα νομισμάτων, οι ημερομηνίες και τα ποσά μπορεί να είναι μορφοποιημένα λάθος.',
|
||||
'budget_in_period' => 'All transactions for budget ":name" between :start and :end in :currency',
|
||||
'chart_budget_in_period' => 'Chart for all transactions for budget ":name" between :start and :end in :currency',
|
||||
'chart_budget_in_period_only_currency' => 'The amount you budgeted was in :currency, so this chart will only show transactions in :currency.',
|
||||
'chart_account_in_period' => 'Chart for all transactions for account ":name" (:balance) between :start and :end',
|
||||
'budget_in_period' => 'Όλες οι συναλλαγές του προϋπολογισμού ":name" μεταξύ :start και :end σε :currency',
|
||||
'chart_budget_in_period' => 'Γράφημα όλων των συναλλαγών του προϋπολογισμού ":name" μεταξύ :start και :end σε :currency',
|
||||
'chart_budget_in_period_only_currency' => 'Το ποσό που προϋπολογίσατε ήταν σε :currency, έτσι αυτό το γράφημα δείχνει συναλλαγές μόνο σε :currency.',
|
||||
'chart_account_in_period' => 'Γράφημα όλων των συναλλαγών του λογαριασμού ":name" (:balance) μεταξύ :start και :end',
|
||||
'chart_category_in_period' => 'Γράφημα για όλες τις συναλλαγές της κατηγορίας ":name" μεταξύ :start και :end',
|
||||
'chart_category_all' => 'Γράφημα για όλες τις συναλλαγές της κατηγορίας ":name"',
|
||||
'clone_withdrawal' => 'Κλωνοποίηση αυτής της ανάληψης',
|
||||
@ -201,7 +201,7 @@ return [
|
||||
'button_register' => 'Εγγραφή',
|
||||
'authorization' => 'Εξουσιοδότηση',
|
||||
'active_bills_only' => 'μόνο ενεργοί λογαριασμοί',
|
||||
'active_exp_bills_only' => 'active and expected bills only',
|
||||
'active_exp_bills_only' => 'ενεργοί και αναμενόμενοι λογαριασμοί μόνο',
|
||||
'average_per_bill' => 'μέσος όρος ανά λογαριασμό',
|
||||
'expected_total' => 'αναμενόμενο σύνολο',
|
||||
// API access
|
||||
@ -210,7 +210,7 @@ return [
|
||||
'scopes_will_be_able' => 'Αυτή η εφαρμογή θα είναι σε θέση να:',
|
||||
'button_authorize' => 'Εξουσιοδότηση',
|
||||
'none_in_select_list' => '(τίποτα)',
|
||||
'no_piggy_bank' => '(no piggy bank)',
|
||||
'no_piggy_bank' => '(χωρίς κουμπαρά)',
|
||||
'name_in_currency' => ':name σε :currency',
|
||||
'paid_in_currency' => 'Πληρώθηκε σε :currency',
|
||||
'unpaid_in_currency' => 'Απλήρωτο σε :currency',
|
||||
@ -226,17 +226,17 @@ return [
|
||||
'admin_update_check_now_title' => 'Έλεγχος για ενημερώσεις τώρα',
|
||||
'admin_update_check_now_explain' => 'Εάν πατήσετε αυτό του κουμπί, το Firefly III θα ελέγξει εάν έχετε την τελευταία έκδοση.',
|
||||
'check_for_updates_button' => 'Έλεγχος τώρα!',
|
||||
'update_new_version_alert' => 'A new version of Firefly III is available. You are running :your_version, the latest version is :new_version which was released on :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' => 'You are running :version, which is the latest available release.',
|
||||
'update_newer_version_alert' => 'You are running :your_version, which is newer than the latest release, :new_version.',
|
||||
'update_new_version_alert' => 'Μία νέα έκδοση του Firefly III είναι διαθέσιμη. Έχετε την v:your_version, ενώ η τελευταία έκδοση είναι η v:new_version που κυκλοφόρησε στις :date.',
|
||||
'update_version_beta' => 'Αυτή είναι μια BETA δοκιμαστική έκδοση. Μπορεί να συναντήσετε προβλήματα.',
|
||||
'update_version_alpha' => 'Αυτή είναι μια ALPHA δοκιμαστική έκδοση. Μπορεί να συναντήσετε προβλήματα.',
|
||||
'update_current_version_alert' => 'Έχετε την έκδοση v:version, που είναι η τελευταία διαθέσιμη.',
|
||||
'update_newer_version_alert' => 'Έχετε την έκδοση v:your_version, που είναι νεότερη από την τελευταία έκδοση, v:new_version.',
|
||||
'update_check_error' => 'Ένα σφάλμα παρουσιάστηκε κατά τον έλεγχο ενημερώσεων. Παρακαλώ δείτε τα αρχεία καταγραφής.',
|
||||
'admin_update_channel_title' => 'Update channel',
|
||||
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
|
||||
'update_channel_stable' => 'Stable. Everything should work as expected.',
|
||||
'update_channel_beta' => 'Beta. New features but things may be broken.',
|
||||
'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.',
|
||||
'admin_update_channel_title' => 'Κανάλι ενημερώσεων',
|
||||
'admin_update_channel_explain' => 'Το Firefly III έχει τρία "κανάλια" ενημερώσεων που καθορίζουν πόσο μπροστά είστε σε θέματα χαρακτηριστικών, βελτιστοποιήσεων και σφαλμάτων. Χρησιμοποιήστε το "beta" κανάλι εάν είστε τολμηροί και το "alpha" εάν είστε ριψοκίνδυνοι.',
|
||||
'update_channel_stable' => 'Σταθερή. Όλα λειτουργούν όπως προβλέπονται.',
|
||||
'update_channel_beta' => 'Beta. Νέα χαρακτηριστικά αλλά κάποια πράγματα μπορεί να μη λειτουργούν.',
|
||||
'update_channel_alpha' => 'Alpha. Δοκιμάζουμε πράγματα, και χρησιμοποιούμε αυτά που λειτουργούν.',
|
||||
|
||||
// search
|
||||
'search' => 'Αναζήτηση',
|
||||
@ -253,10 +253,10 @@ return [
|
||||
'search_modifier_from' => 'Ο λογαριασμός προέλευσης είναι :value',
|
||||
'search_modifier_destination' => 'Ο λογαριασμός προορισμού είναι :value',
|
||||
'search_modifier_to' => 'Ο λογαριασμός προορισμού είναι :value',
|
||||
'search_modifier_tag' => 'Tag is ":value"',
|
||||
'search_modifier_category' => 'Category is ":value"',
|
||||
'search_modifier_budget' => 'Budget is ":value"',
|
||||
'search_modifier_bill' => 'Bill is ":value"',
|
||||
'search_modifier_tag' => 'Η ετικέτα είναι ":value"',
|
||||
'search_modifier_category' => 'Η κατηγορία είναι ":value"',
|
||||
'search_modifier_budget' => 'Ο προϋπολογισμός είναι ":value"',
|
||||
'search_modifier_bill' => 'Ο λογαριασμός είναι ":value"',
|
||||
'search_modifier_type' => 'Ο τύπος συναλλαγής είναι :value',
|
||||
'search_modifier_date' => 'Η ημερομηνία συναλλαγής είναι :value',
|
||||
'search_modifier_date_before' => 'Η ημερομηνία συναλλαγής είναι πρίν από τις :value',
|
||||
@ -264,10 +264,10 @@ return [
|
||||
'search_modifier_on' => 'Η ημερομηνία συναλλαγής είναι :value',
|
||||
'search_modifier_before' => 'Η ημερομηνία συναλλαγής είναι πρίν από τις :value',
|
||||
'search_modifier_after' => 'Η ημερομηνία συναλλαγής είναι μετά τις :value',
|
||||
'search_modifier_created_on' => 'Transaction was created on :value',
|
||||
'search_modifier_updated_on' => 'Transaction was last updated on :value',
|
||||
'search_modifier_created_on' => 'Η συναλλαγή δημιουργήθηκε στις :value',
|
||||
'search_modifier_updated_on' => 'Η συναλλαγή ενημερώθηκε στις :value',
|
||||
'modifiers_applies_are' => 'Οι ακόλουθοι τροποποιητές εφαρμόστηκαν στην αναζήτηση επίσης:',
|
||||
'general_search_error' => 'An error occurred while searching. Please check the log files for more information.',
|
||||
'general_search_error' => 'Ένα σφάλμα προέκυψε κατά την αναζήτηση. Παρακαλώ ελέγξτε τα αρχεία καταγραφής για περισσότερες πληροφορίες.',
|
||||
'search_box' => 'Αναζήτηση',
|
||||
'search_box_intro' => 'Καλωσορίσατε στην λειτουργία αναζήτησης του Firefly III. Εισάγετε το ερώτημα αναζήτησης στο πλαίσιο. Σιγουρευτείτε ότι ελέγξατε το αρχείο βοήθειας γιατί αυτή η αναζήτηση είναι πολύ προχωρημένη.',
|
||||
'search_error' => 'Σφάλμα κατά την αναζήτηση',
|
||||
@ -353,41 +353,41 @@ return [
|
||||
// actions and triggers
|
||||
'rule_trigger_user_action' => 'Η ενέργεια χρήστη είναι ":trigger_value"',
|
||||
|
||||
'rule_trigger_from_account_starts_choice' => 'Source account name starts with..',
|
||||
'rule_trigger_from_account_starts' => 'Source account name starts with ":trigger_value"',
|
||||
'rule_trigger_from_account_ends_choice' => 'Source account name ends with..',
|
||||
'rule_trigger_from_account_ends' => 'Source account name ends with ":trigger_value"',
|
||||
'rule_trigger_from_account_is_choice' => 'Source account name is..',
|
||||
'rule_trigger_from_account_is' => 'Source account name is ":trigger_value"',
|
||||
'rule_trigger_from_account_contains_choice' => 'Source account name contains..',
|
||||
'rule_trigger_from_account_contains' => 'Source account name contains ":trigger_value"',
|
||||
'rule_trigger_from_account_starts_choice' => 'Το όνομα του λογαριασμού προέλευσης ξεκινάει με..',
|
||||
'rule_trigger_from_account_starts' => 'Το όνομα του λογαριασμού προέλευσης ξεκινάει με ":trigger_value"',
|
||||
'rule_trigger_from_account_ends_choice' => 'Το όνομα του λογαριασμού προέλευσης τελειώνει με..',
|
||||
'rule_trigger_from_account_ends' => 'Το όνομα του λογαριασμού προέλευσης τελειώνει με ":trigger_value"',
|
||||
'rule_trigger_from_account_is_choice' => 'Το όνομα του λογαριασμού προέλευσης είναι..',
|
||||
'rule_trigger_from_account_is' => 'Το όνομα του λογαριασμού προέλευσης είναι ":trigger_value"',
|
||||
'rule_trigger_from_account_contains_choice' => 'Το όνομα του λογαριασμού προέλευσης περιέχει..',
|
||||
'rule_trigger_from_account_contains' => 'Το όνομα του λογαριασμού προέλευσης περιέχει ":trigger_value"',
|
||||
|
||||
'rule_trigger_from_account_nr_starts_choice' => 'Source account number / IBAN starts with..',
|
||||
'rule_trigger_from_account_nr_starts' => 'Source account number / IBAN starts with ":trigger_value"',
|
||||
'rule_trigger_from_account_nr_ends_choice' => 'Source account number / IBAN ends with..',
|
||||
'rule_trigger_from_account_nr_ends' => 'Source account number / IBAN ends with ":trigger_value"',
|
||||
'rule_trigger_from_account_nr_is_choice' => 'Source account number / IBAN is..',
|
||||
'rule_trigger_from_account_nr_is' => 'Source account number / IBAN is ":trigger_value"',
|
||||
'rule_trigger_from_account_nr_contains_choice' => 'Source account number / IBAN contains..',
|
||||
'rule_trigger_from_account_nr_contains' => 'Source account number / IBAN contains ":trigger_value"',
|
||||
'rule_trigger_from_account_nr_starts_choice' => 'Ο αριθμός του λογαριασμού προέλευσης / IBAN ξεκινάει με..',
|
||||
'rule_trigger_from_account_nr_starts' => 'Ο αριθμός του λογαριασμού προέλευσης / IBAN ξεκινάει με ":trigger_value"',
|
||||
'rule_trigger_from_account_nr_ends_choice' => 'Ο αριθμός του λογαριασμού προέλευσης / IBAN τελειώνει με..',
|
||||
'rule_trigger_from_account_nr_ends' => 'Ο αριθμός του λογαριασμού προέλευσης / IBAN τελειώνει με ":trigger_value"',
|
||||
'rule_trigger_from_account_nr_is_choice' => 'Ο αριθμός του λογαριασμού προέλευσης / IBAN είναι..',
|
||||
'rule_trigger_from_account_nr_is' => 'Ο αριθμός του λογαριασμού προέλευσης / IBAN είναι ":trigger_value"',
|
||||
'rule_trigger_from_account_nr_contains_choice' => 'Ο αριθμός του λογαριασμού προέλευσης / IBAN περιέχει..',
|
||||
'rule_trigger_from_account_nr_contains' => 'Ο αριθμός λογαριασμού προέλευσης /IBAN περιέχει ":trigger_value"',
|
||||
|
||||
'rule_trigger_to_account_starts_choice' => 'Destination account name starts with..',
|
||||
'rule_trigger_to_account_starts' => 'Destination account name starts with ":trigger_value"',
|
||||
'rule_trigger_to_account_ends_choice' => 'Destination account name ends with..',
|
||||
'rule_trigger_to_account_ends' => 'Destination account name ends with ":trigger_value"',
|
||||
'rule_trigger_to_account_is_choice' => 'Destination account name is..',
|
||||
'rule_trigger_to_account_is' => 'Destination account name is ":trigger_value"',
|
||||
'rule_trigger_to_account_contains_choice' => 'Destination account name contains..',
|
||||
'rule_trigger_to_account_contains' => 'Destination account name contains ":trigger_value"',
|
||||
'rule_trigger_to_account_starts_choice' => 'Το όνομα του λογαριασμού προορισμού ξεκινάει με..',
|
||||
'rule_trigger_to_account_starts' => 'Το όνομα του λογαριασμού προορισμού ξεκινάει με ":trigger_value"',
|
||||
'rule_trigger_to_account_ends_choice' => 'Το όνομα του λογαριασμού προορισμού τελειώνει με..',
|
||||
'rule_trigger_to_account_ends' => 'Το όνομα του λογαριασμού προορισμού τελειώνει με ":trigger_value"',
|
||||
'rule_trigger_to_account_is_choice' => 'Το όνομα του λογαριασμού προορισμού είναι..',
|
||||
'rule_trigger_to_account_is' => 'Το όνομα του λογαριασμού προορισμού είναι ":trigger_value"',
|
||||
'rule_trigger_to_account_contains_choice' => 'Το όνομα του λογαριασμού προορισμού περιέχει..',
|
||||
'rule_trigger_to_account_contains' => 'Το όνομα του λογαριασμού προορισμού περιέχει ":trigger_value"',
|
||||
|
||||
'rule_trigger_to_account_nr_starts_choice' => 'Destination account number / IBAN starts with..',
|
||||
'rule_trigger_to_account_nr_starts' => 'Destination account number / IBAN starts with ":trigger_value"',
|
||||
'rule_trigger_to_account_nr_ends_choice' => 'Destination account number / IBAN ends with..',
|
||||
'rule_trigger_to_account_nr_ends' => 'Destination account number / IBAN ends with ":trigger_value"',
|
||||
'rule_trigger_to_account_nr_is_choice' => 'Destination account number / IBAN is..',
|
||||
'rule_trigger_to_account_nr_is' => 'Destination account number / IBAN is ":trigger_value"',
|
||||
'rule_trigger_to_account_nr_contains_choice' => 'Destination account number / IBAN contains..',
|
||||
'rule_trigger_to_account_nr_contains' => 'Destination account number / IBAN contains ":trigger_value"',
|
||||
'rule_trigger_to_account_nr_starts_choice' => 'Ο αριθμός του λογαριασμού προορισμού / IBAN ξεκινάει με..',
|
||||
'rule_trigger_to_account_nr_starts' => 'Ο αριθμός του λογαριασμού προορισμού / IBAN ξεκινάει με ":trigger_value"',
|
||||
'rule_trigger_to_account_nr_ends_choice' => 'Ο αριθμός του λογαριασμού προορισμού / IBAN τελειώνει με..',
|
||||
'rule_trigger_to_account_nr_ends' => 'Ο αριθμός του λογαριασμού προορισμού / IBAN τελειώνει με ":trigger_value"',
|
||||
'rule_trigger_to_account_nr_is_choice' => 'Ο αριθμός / IBAN του λογαριασμού προορισμού είναι..',
|
||||
'rule_trigger_to_account_nr_is' => 'Ο αριθμός / IBAN του λογαριασμού προορισμού είναι ":trigger_value"',
|
||||
'rule_trigger_to_account_nr_contains_choice' => 'Ο αριθμός / IBAN του λογαριασμού προορισμού περιέχει..',
|
||||
'rule_trigger_to_account_nr_contains' => 'Ο αριθμός / IBAN του λογαριασμού προορισμού περιέχει ":trigger_value"',
|
||||
|
||||
'rule_trigger_transaction_type_choice' => 'Η συναλλαγή είναι τύπου..',
|
||||
'rule_trigger_transaction_type' => 'Η συναλλαγή είναι τύπου ":trigger_value"',
|
||||
@ -503,11 +503,11 @@ return [
|
||||
'result' => 'Αποτέλεσμα',
|
||||
'sums_apply_to_range' => 'Όλα τα σύνολα αφορούν το συγκεκριμένο εύρος',
|
||||
'mapbox_api_key' => 'Για τη χρήση χάρτη, λάβετε ένα κλειδί API από <a href="https://www.mapbox.com/">Mapbox</a>. Ανοίξτε το <code>.env</code> αρχείο σας και εισάγετε αυτόν τον κωδικό στο <code>MAPBOX_API_KEY=</code>.',
|
||||
'press_object_location' => 'Right click or long press to set the object\'s location.',
|
||||
'press_object_location' => 'Κάντε δεξί κλικ ή πιέστε παρατεταμένα για να ορίσετε την τοποθεσία του αντικειμένου.',
|
||||
'clear_location' => 'Εκκαθάριση τοποθεσίας',
|
||||
'delete_all_selected_tags' => 'Delete all selected tags',
|
||||
'select_tags_to_delete' => 'Don\'t forget to select some tags.',
|
||||
'deleted_x_tags' => 'Deleted :count tag(s).',
|
||||
'delete_all_selected_tags' => 'Διαγραφή όλων των επιλεγμένων ετικετών',
|
||||
'select_tags_to_delete' => 'Μην ξεχάσετε να επιλέξετε ορισμένες ετικέτες.',
|
||||
'deleted_x_tags' => 'Διαγραφή :count ετικέτας(ων).',
|
||||
|
||||
// preferences
|
||||
'pref_home_screen_accounts' => 'Λογαριασμοί αρχικής οθόνης',
|
||||
@ -573,13 +573,13 @@ return [
|
||||
'optional_field_meta_data' => 'Προαιρετικά μετα-δεδομένα',
|
||||
|
||||
// profile:
|
||||
'permanent_delete_stuff' => 'Be careful with these buttons. Deleting stuff is permanent.',
|
||||
'delete_all_budgets' => 'Delete ALL your budgets',
|
||||
'delete_all_categories' => 'Delete ALL your categories',
|
||||
'delete_all_tags' => 'Delete ALL your tags',
|
||||
'deleted_all_budgets' => 'All budgets have been deleted',
|
||||
'deleted_all_categories' => 'All categories have been deleted',
|
||||
'deleted_all_tags' => 'All tags have been deleted',
|
||||
'permanent_delete_stuff' => 'Προσοχή με αυτά τα κουμπιά. Η διαγραφή είναι μόνιμη.',
|
||||
'delete_all_budgets' => 'Διαγραφή ΟΛΩΝ των προϋπολογισμών σας',
|
||||
'delete_all_categories' => 'Διαγραφή ΟΛΩΝ των κατηγοριών',
|
||||
'delete_all_tags' => 'Διαγραφή ΟΛΩΝ των ετικετών',
|
||||
'deleted_all_budgets' => 'Όλοι οι προϋπολογισμοί έχουν διαγραφεί',
|
||||
'deleted_all_categories' => 'Όλες οι κατηγορίες έχουν διεγραφεί',
|
||||
'deleted_all_tags' => 'Όλες οι ετικέτες έχουν διεγραφεί',
|
||||
'change_your_password' => 'Αλλαγή του κωδικού σας',
|
||||
'delete_account' => 'Διαγραφή λογαριασμού',
|
||||
'current_password' => 'Τρέχων κωδικός',
|
||||
@ -617,14 +617,14 @@ return [
|
||||
'delete_local_info_only' => 'Επειδή πιστοποιηθήκατε μέσω ":login_provider", αυτό θα διαγράχει μόνο τοπικές πληροφορίες Firefly III.',
|
||||
|
||||
// export data:
|
||||
'import_and_export_menu' => 'Import and export',
|
||||
'export_data_title' => 'Export data from Firefly III',
|
||||
'export_data_menu' => 'Export data',
|
||||
'export_data_bc' => 'Export data from Firefly III',
|
||||
'export_data_main_title' => 'Export data from Firefly III',
|
||||
'export_data_expl' => 'This link allows you to export all transactions + meta data from Firefly III. Please refer to the help (top right (?)-icon) for more information about the process.',
|
||||
'export_data_all_transactions' => 'Export all transactions',
|
||||
'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
|
||||
'import_and_export_menu' => 'Εισαγωγή και εξαγωγή',
|
||||
'export_data_title' => 'Εξαγωγή δεδομένων από το Firefly III',
|
||||
'export_data_menu' => 'Εξαγωγή δεδομένων',
|
||||
'export_data_bc' => 'Εξαγωγή δεδομένων από το Firefly III',
|
||||
'export_data_main_title' => 'Εξαγωγή δεδομένων από το Firefly III',
|
||||
'export_data_expl' => 'Αυτός ο σύνδεσμος σας επιτρέπει να εξάγετε όλες τις συναλλαγές + μετα δεδομένα από το Firefly III. Παρακαλώ ανατρέξτε στη βοήθεια (εικονίδιο (?) επάνω δεξιά) για περισσότερες πληροφορίες για τη διαδικασία.',
|
||||
'export_data_all_transactions' => 'Εξαγωγή όλων των συναλλαγών',
|
||||
'export_data_advanced_expl' => 'Εάν χρειάζεστε έναν πιο εξειδικευμένο ή συγκεκριμένο τύπο εξαγωγής, διαβάστε τη βοήθεια για το πως να χρησιμοποιήσετε την κονσόλα εντολών <code>php artisan help firefly-iii:export-data</code>.',
|
||||
|
||||
// attachments
|
||||
'nr_of_attachments' => 'Ένα συννημένο|:count συννημένα',
|
||||
@ -665,7 +665,7 @@ return [
|
||||
'convert_Deposit_to_transfer' => 'Μετατροπή αυτής της κατάθεσης σε μεταφορά',
|
||||
'convert_Transfer_to_deposit' => 'Μετατροπή αυτής της μεταφοράς σε κατάθεση',
|
||||
'convert_Transfer_to_withdrawal' => 'Μετατροπή αυτής της μεταφοράς σε ανάληψη',
|
||||
'convert_please_set_revenue_source' => 'Please pick the revenue account where the money will come from.',
|
||||
'convert_please_set_revenue_source' => 'Παρακαλώ επιλέξτε το λογαριασμό εσόδων από τον οποίο θα προέλθουν τα χρήματα.',
|
||||
'convert_please_set_asset_destination' => 'Please pick the asset account where the money will go to.',
|
||||
'convert_please_set_expense_destination' => 'Please pick the expense account where the money will go to.',
|
||||
'convert_please_set_asset_source' => 'Please pick the asset account where the money will come from.',
|
||||
|
@ -37,7 +37,7 @@ return [
|
||||
'general_index_intro' => 'Καλωσορίσατε στην ρουτίνα εισαγωγής του Firefly III. Υπάρχουν διάφοροι τρόποι εισαγωγής δεδομένων στο Firefly III, που απεικονίζονται εδώ ως κουμπιά.',
|
||||
|
||||
// notices about the CSV importer:
|
||||
'deprecate_csv_import' => 'As outlined in <a href="https://www.patreon.com/posts/future-updates-30012174">this Patreon post</a>, the way Firefly III manages importing data is going to change. That means that the CSV importer will be moved to a new, separate tool. You can already beta-test this tool if you visit <a href="https://github.com/firefly-iii/csv-importer">this GitHub repository</a>. I would appreciate it if you would test the new importer and let me know what you think.',
|
||||
'deprecate_csv_import' => 'Όπως αποτυπώνεται σε <a href="https://www.patreon.com/posts/future-updates-30012174"> αυτό το Patreon post</a>, ο τρόπος που το Firefly III διαχειρίζεται την εισαγωγή δεδομένων πρόκειται να αλλάξει. Αυτό σημαίνει ότι η εισαγωγή CSV θα μετακινηθεί σε ένα νέο, ξεχωριστό εργαλείο. Μπορείτε να δοκιμάσετε ήδη αυτό το beta εργαλείο εάν επισκεφτείτε <a href="https://github.com/firefly-iii/csv-importer"> αυτό το Github repository</a>. Θα το εκτιμούσα εάν δοκιμάζατε τη νέα εισαγωγή και μου κοινοποιούσατε τις απόψεις σας.',
|
||||
|
||||
// import provider strings (index):
|
||||
'button_fake' => 'Προσποιηθήτε μία εισαγωγή',
|
||||
|
@ -105,7 +105,7 @@ return [
|
||||
'sum_withdrawals' => 'Σύνολο αναλήψεων',
|
||||
'sum_deposits' => 'Σύνολο καταθέσεων',
|
||||
'sum_transfers' => 'Σύνολο μεταφορών',
|
||||
'sum_reconciliations' => 'Sum of reconciliations',
|
||||
'sum_reconciliations' => 'Σύνολο των αντιπαραβολών',
|
||||
'reconcile' => 'Συμβιβασμός',
|
||||
'account_on_spectre' => 'Λογαριασμός (Spectre)',
|
||||
'account_on_ynab' => 'Λογαριασμός (YNAB)',
|
||||
|
@ -45,7 +45,7 @@ return [
|
||||
'at_least_one_repetition' => 'Απαιτείται τουλάχιστον μία επανάληψη.',
|
||||
'require_repeat_until' => 'Απαιτείται είτε ένας αριθμός επαναλήψεων, ή μία ημερομηνία λήξης (repeat_until). Όχι και τα δύο.',
|
||||
'require_currency_info' => 'Το περιεχόμενο αυτού του πεδίου δεν είναι έγκυρη χωρίς νομισματικές πληροφορίες.',
|
||||
'not_transfer_account' => 'This account is not an account that can be used for transfers.',
|
||||
'not_transfer_account' => 'Αυτός ο λογαριασμός δεν είναι λογαριασμός που μπορεί να χρησιμοποιηθεί για συναλλαγές.',
|
||||
'require_currency_amount' => 'Το περιεχόμενο αυτού του πεδίου δεν είναι έγκυρο χωρίς πληροφορίες ετερόχθονος ποσού.',
|
||||
'equal_description' => 'Η περιγραφή της συναλλαγής δεν πρέπει να ισούται με καθολική περιγραφή.',
|
||||
'file_invalid_mime' => 'Το αρχείο ":name" είναι τύπου ":mime" που δεν είναι αποδεκτός ως νέας μεταφόρτωσης.',
|
||||
@ -57,7 +57,7 @@ return [
|
||||
'at_least_one_action' => 'Ο κανόνας πρέπει να έχει τουλάχιστον μία λειτουργία.',
|
||||
'base64' => 'Αυτά δεν είναι έγκυρα base64 κωδικοποιημένα δεδομένα.',
|
||||
'model_id_invalid' => 'Το παραχωρημένο αναγνωριστικό δε φαίνεται έγκυρο για αυτό το μοντέλο.',
|
||||
'more' => ':attribute must be larger than ":more".',
|
||||
'more' => ':attribute πρέπει να είναι μεγαλύτερο από ":more".',
|
||||
'less' => 'Το :attribute πρέπει να είναι μικρότερο από 10,000,000',
|
||||
'active_url' => 'Το :attribute δεν είναι έγκυρο URL.',
|
||||
'after' => 'Το :attribute πρέπει να είναι ημερομηνία μετά από :date.',
|
||||
@ -181,7 +181,7 @@ return [
|
||||
'deposit_source_bad_data' => 'Δεν μπόρεσε να βρεθεί ένας έγκυρος λογαριασμός προέλευσης κατά την αναζήτηση του αναγνωριστικού ID ":id" ή του ονόματος ":name".',
|
||||
'deposit_dest_need_data' => 'Πρέπει να λάβετε ένα έγκυρο αναγνωριστικό ID λογαριασμού προορισμού και/ή ένα έγκυρο όνομα λογαριασμού προορισμού για να συνεχίσετε.',
|
||||
'deposit_dest_bad_data' => 'Δεν μπόρεσε να βρεθεί έγκυρος λογαριασμός προορισμού κατά την αναζήτηση του αναγνωριστικού ID ":id" ή του ονόματος ":name".',
|
||||
'deposit_dest_wrong_type' => 'The submitted destination account is not of the right type.',
|
||||
'deposit_dest_wrong_type' => 'O υποβεβλημένος λογαριασμός προέλευσης δεν είναι σωστού τύπου.',
|
||||
|
||||
'transfer_source_need_data' => 'Πρέπει να λάβετε ένα έγκυρο αναγνωριστικό λογαριασμού προέλευσης και/ή ένα έγκυρο όνομα λογαριασμού προέλευσης για να συνεχίσετε.',
|
||||
'transfer_source_bad_data' => 'Δεν μπορεσε να βρεθεί ένας έγκυρος λογαριασμός προέλευσης κατά την αναζήτηση του αναγνωριστικού ID ":id" ή του ονόματος ":name".',
|
||||
@ -196,8 +196,8 @@ return [
|
||||
'generic_invalid_source' => 'Δεν μπορείτε να χρησιμοποιήσετε αυτό το λογαριασμό ως λογαριασμό προέλευσης.',
|
||||
'generic_invalid_destination' => 'Δεν μπορείτε να χρησιμοποιήσετε αυτό το λογαριασμό ως λογαριασμό προορισμού.',
|
||||
|
||||
'gte.numeric' => 'The :attribute must be greater than or equal to :value.',
|
||||
'gte.file' => 'The :attribute must be greater than or equal to :value kilobytes.',
|
||||
'gte.string' => 'The :attribute must be greater than or equal to :value characters.',
|
||||
'gte.array' => 'The :attribute must have :value items or more.',
|
||||
'gte.numeric' => 'Το :attribute πρέπει να είναι μεγαλύτερο ή ίσο με :value.',
|
||||
'gte.file' => 'Το :attribute πρέπει να είναι μεγαλύτερο ή ίσο με :value kilobytes.',
|
||||
'gte.string' => 'Το :attribute πρέπει να είναι μεγαλύτερο ή ίσο με :value χαρακτήρες.',
|
||||
'gte.array' => 'Το :attribute πρέπει να έχει :value αντικείμενα ή παραπάνω.',
|
||||
];
|
||||
|
@ -57,7 +57,7 @@ return [
|
||||
'at_least_one_action' => 'La regla debe tener al menos una acción.',
|
||||
'base64' => 'Esto no es un dato codificado en base64 válido.',
|
||||
'model_id_invalid' => 'El ID dado no parece válido para este modelo.',
|
||||
'more' => ':attribute must be larger than ":more".',
|
||||
'more' => ':attribute debe ser mayor que ":more".',
|
||||
'less' => ':attribute debe ser menor que 10.000.000',
|
||||
'active_url' => 'El campo :attribute no es una URL válida.',
|
||||
'after' => 'El campo :attribute debe ser una fecha posterior a :date.',
|
||||
@ -196,8 +196,8 @@ return [
|
||||
'generic_invalid_source' => 'No puedes usar esta cuenta como cuenta de origen.',
|
||||
'generic_invalid_destination' => 'No puede usar esta cuenta como cuenta de destino.',
|
||||
|
||||
'gte.numeric' => 'The :attribute must be greater than or equal to :value.',
|
||||
'gte.file' => 'The :attribute must be greater than or equal to :value kilobytes.',
|
||||
'gte.string' => 'The :attribute must be greater than or equal to :value characters.',
|
||||
'gte.array' => 'The :attribute must have :value items or more.',
|
||||
'gte.numeric' => ':attribute debe ser mayor o igual que :value.',
|
||||
'gte.file' => 'El :attribute debe ser mayor o igual a :value kilobytes.',
|
||||
'gte.string' => ':attribute debe tener :value caracteres o más.',
|
||||
'gte.array' => ':attribute debe tener :value objetos o más.',
|
||||
];
|
||||
|
@ -57,7 +57,7 @@ return [
|
||||
'at_least_one_action' => 'Une règle doit avoir au moins une action.',
|
||||
'base64' => 'Il ne s\'agit pas de données base64 valides.',
|
||||
'model_id_invalid' => 'L’ID fournit ne semble pas valide pour ce modèle.',
|
||||
'more' => ':attribute must be larger than ":more".',
|
||||
'more' => ':attribute doit être plus grand que ":more".',
|
||||
'less' => ':attribute doit être inférieur à 10 000 000',
|
||||
'active_url' => 'Le champ :attribute n\'est pas une URL valide.',
|
||||
'after' => 'Le champ :attribute doit être une date postérieure à :date.',
|
||||
@ -196,7 +196,7 @@ return [
|
||||
'generic_invalid_source' => 'Vous ne pouvez pas utiliser ce compte comme compte source.',
|
||||
'generic_invalid_destination' => 'Vous ne pouvez pas utiliser ce compte comme compte de destination.',
|
||||
|
||||
'gte.numeric' => 'The :attribute must be greater than or equal to :value.',
|
||||
'gte.numeric' => 'La valeur de :attribute doit être supérieure ou égale à :value.',
|
||||
'gte.file' => 'The :attribute must be greater than or equal to :value kilobytes.',
|
||||
'gte.string' => 'The :attribute must be greater than or equal to :value characters.',
|
||||
'gte.array' => 'The :attribute must have :value items or more.',
|
||||
|
@ -57,7 +57,7 @@ return [
|
||||
'at_least_one_action' => 'Reguła powinna mieć co najmniej jedną akcję.',
|
||||
'base64' => 'To nie są prawidłowe dane zakodowane w base64.',
|
||||
'model_id_invalid' => 'Podane ID wygląda na nieprawidłowe dla tego modelu.',
|
||||
'more' => ':attribute must be larger than ":more".',
|
||||
'more' => ':attribute musi być większy od ":more".',
|
||||
'less' => ':attribute musi być mniejszy od 10 000 000',
|
||||
'active_url' => ':attribute nie jest prawidłowym adresem URL.',
|
||||
'after' => ':attribute musi być datą późniejszą od :date.',
|
||||
@ -196,8 +196,8 @@ return [
|
||||
'generic_invalid_source' => 'You can\'t use this account as the source account.',
|
||||
'generic_invalid_destination' => 'You can\'t use this account as the destination account.',
|
||||
|
||||
'gte.numeric' => 'The :attribute must be greater than or equal to :value.',
|
||||
'gte.file' => 'The :attribute must be greater than or equal to :value kilobytes.',
|
||||
'gte.string' => 'The :attribute must be greater than or equal to :value characters.',
|
||||
'gte.array' => 'The :attribute must have :value items or more.',
|
||||
'gte.numeric' => ':attribute musi być większy lub równy :value.',
|
||||
'gte.file' => ':attribute musi mieć rozmiar większy niż lub równy :value kilobajtów.',
|
||||
'gte.string' => ':attribute musi mieć :value lub więcej znaków.',
|
||||
'gte.array' => ':attribute musi mieć :value lub więcej elementów.',
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user