mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 10:07:34 +00:00
fix: Improve Actions V2 translations (#9826)
# Which Problems Are Solved The translation for event was not loaded correctly.  # How the Problems Are Solved Correct translations to have the correct key. # Additional Changes Improved the translation for all events.
This commit is contained in:
@@ -536,7 +536,7 @@
|
||||
"TYPES": {
|
||||
"request": "Żądanie",
|
||||
"response": "Odpowiedź",
|
||||
"events": "Zdarzenia",
|
||||
"event": "Zdarzenia",
|
||||
"function": "Funkcja"
|
||||
},
|
||||
"DIALOG": {
|
||||
@@ -567,6 +567,7 @@
|
||||
"TITLE": "Wszystkie",
|
||||
"DESCRIPTION": "Wybierz tę opcję, jeśli chcesz uruchomić akcję dla każdego żądania"
|
||||
},
|
||||
"ALL_EVENTS": "Wybierz to, jeśli chcesz uruchamiać swoją akcję przy każdym zdarzeniu",
|
||||
"SELECT_SERVICE": {
|
||||
"TITLE": "Wybierz usługę",
|
||||
"DESCRIPTION": "Wybierz usługę Zitadel dla swojej akcji."
|
||||
|
Reference in New Issue
Block a user