Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[el]: Added translations to new key #4731

Merged
merged 1 commit into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion locales/el/php-inline.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"required_array_keys": "Αυτό το πεδίο πρέπει να περιέχει καταχωρήσεις για: :values.",
"required_if": "Αυτό το πεδίο απαιτείται όταν :other είναι :value.",
"required_if_accepted": "Αυτό το πεδίο απαιτείται όταν γίνει αποδεκτό το :other.",
"required_if_declined": "This field is required when :other is declined.",
"required_if_declined": "Αυτό το πεδίο είναι απαραίτητο όταν δεν γίνει αποδεκτό το πεδίο :other.",
"required_unless": "Αυτό το πεδίο απαιτείται εκτός εάν το :other βρίσκεται στο :values.",
"required_with": "Αυτό το πεδίο απαιτείται όταν υπάρχει :values.",
"required_with_all": "Αυτό το πεδίο απαιτείται όταν υπάρχουν :values.",
Expand Down
2 changes: 1 addition & 1 deletion locales/el/php.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"required_array_keys": "Το πεδίο :attribute πρέπει να περιέχει καταχωρήσεις για: :values.",
"required_if": "Το πεδίο :attribute είναι απαραίτητο όταν το πεδίο :other είναι :value.",
"required_if_accepted": "Το πεδίο :attribute απαιτείται όταν γίνει αποδεκτό το :other.",
"required_if_declined": "The :attribute field is required when :other is declined.",
"required_if_declined": "Το πεδίο :attribute είναι απαραίτητο όταν δεν γίνει αποδεκτό το πεδίο :other.",
"required_unless": "Το πεδίο :attribute είναι απαραίτητο εκτός αν το πεδίο :other εμπεριέχει :values.",
"required_with": "Το πεδίο :attribute είναι απαραίτητο όταν υπάρχει :values.",
"required_with_all": "Το πεδίο :attribute είναι απαραίτητο όταν υπάρχουν :values.",
Expand Down