balause commented on code in PR #68385:
URL: https://github.com/apache/airflow/pull/68385#discussion_r3406125204
##########
airflow-core/src/airflow/ui/public/i18n/locales/hu/common.json:
##########
@@ -331,10 +375,27 @@
}
}
},
+ "tokenGeneration": {
+ "apiToken": "API token",
+ "cliToken": "CLI token",
+ "errorDescription": "Hiba történt a token generálása során. Kérjük,
próbálja újra.",
+ "errorTitle": "A token generálása sikertelen",
+ "generate": "Generálás",
+ "selectType": "Válassza ki a generálni kívánt token típusát.",
+ "title": "Token generálása",
+ "tokenExpiresIn": "Ez a token {{duration}} múlva lejár.",
+ "tokenGenerated": "A token sikeresen létrejött.",
+ "tokenShownOnce": "Ez a token csak egyszer jelenik meg. Másolja ki most."
+ },
"total": "Összes: {{state}}",
"triggered": "Indítva",
"tryNumber": "Próbálkozás száma",
"user": "Felhasználó",
+ "validation": {
+ "mustBeAtLeast": "Legalább {{min}} értékűnek kell lennie.",
+ "mustBeValidNumber": "Érvényes számot kell megadni."
Review Comment:
"Valódi számot kell megadni."
--
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]