balause commented on code in PR #68385:
URL: https://github.com/apache/airflow/pull/68385#discussion_r3406100976
##########
airflow-core/src/airflow/ui/public/i18n/locales/hu/common.json:
##########
@@ -295,13 +325,27 @@
"utc": "UTC (egyezményes koordinált világidő)"
},
"toaster": {
+ "bulkClear": {
+ "error": "Tömeges törlési kérelem sikertelen: {{resourceName}}",
+ "success": {
+ "description": "{{count}} {{resourceName}} sikeresen törölve. Kulcsok:
{{keys}}",
+ "title": "Tömeges törlés kérelem elküldve: {{resourceName}}"
+ }
+ },
"bulkDelete": {
"error": "Tömeges törlés kérése sikertelen: {{resourceName}}",
"success": {
"description": "{{count}} {{resourceName}} sikeresen törölve. Kulcsok:
{{keys}}",
"title": "Tömeges törlés kérelem elküldve: {{resourceName}}"
}
},
+ "bulkUpdate": {
+ "error": "Tömeges frissítés kérése sikertelen: {{resourceName}}",
Review Comment:
"Tömeges frissítési kérelem sikertelen: {{resourceName}}",
--
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]