xBis7 commented on code in PR #70467:
URL: https://github.com/apache/airflow/pull/70467#discussion_r3652535715
##########
airflow-core/src/airflow/ui/public/i18n/locales/el/common.json:
##########
@@ -215,42 +326,57 @@
"from": "Από",
"maxActiveRuns": "Μέγιστες Ενεργές Εκτελέσεις",
"noTagsFound": "Δεν βρέθηκαν ετικέτες",
+ "noTeamsFound": "Δεν βρέθηκαν ομάδες",
"tagMode": {
"all": "Όλα",
"any": "Οποιοδήποτε"
},
"tagPlaceholder": "Φιλτράρισμα κατά ετικέτα",
- "to": "Έως"
+ "to": "Έως",
+ "updatedAt": "Ενημερώθηκε στη/στις"
},
"task": {
+ "dependsOnPast": "Εξαρτάται από παρελθοντικό",
Review Comment:
This is kind of tricky. The suggestion says that I'm using an adjective
without a noun which is true. But there isn't a noun in the english version
either and so I chose not to add one.
The suggestion makes sense but it completes a sentence with a word that
isn't present in englsh.
'Depends' -> 'Εξαρταται'
'on' -> 'από'
'past' -> 'προηγούμενη/παρελθοντική'
And then it adds
'run' -> 'εκτέλεση'
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]