Skip to content

Commit

Permalink
Merge pull request #4731 from michaelkonstantinou/main
Browse files Browse the repository at this point in the history
[el]: Added translations to new key
  • Loading branch information
andrey-helldar authored Apr 29, 2024
2 parents e0ca73e + 717a8ec commit b9a56df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit b9a56df

Please sign in to comment.