mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 09:37:45 +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:
@@ -537,7 +537,7 @@
|
||||
"TYPES": {
|
||||
"request": "Požadavek",
|
||||
"response": "Odpověď",
|
||||
"events": "Události",
|
||||
"event": "Události",
|
||||
"function": "Funkce"
|
||||
},
|
||||
"DIALOG": {
|
||||
@@ -568,6 +568,7 @@
|
||||
"TITLE": "Všechny",
|
||||
"DESCRIPTION": "Vyberte tuto možnost, pokud chcete spustit akci pro každý požadavek"
|
||||
},
|
||||
"ALL_EVENTS": "Vyberte toto, pokud chcete spustit akci při každé události",
|
||||
"SELECT_SERVICE": {
|
||||
"TITLE": "Vybrat službu",
|
||||
"DESCRIPTION": "Vyberte službu Zitadel pro svou akci."
|
||||
|
Reference in New Issue
Block a user