Skip to content

Commit

Permalink
Fix i18n key for conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
Exitare committed Jan 2, 2025
1 parent 4442cc8 commit d6a7c6e
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion apps/keira/src/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@
"CONDITIONS": {
"SELECT": {
"SOURCE_GROUP": "Quellgruppe:",
"SOURCE_ENTRY:": "Quelleintrag:",
"SOURCE_ENTRY": "Quelleintrag:",
"CREATE_NEW": "Neu erstellen"
},
"EDITOR": {
Expand Down
2 changes: 1 addition & 1 deletion apps/keira/src/assets/i18n/el.json
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@
"CONDITIONS": {
"SELECT": {
"SOURCE_GROUP": "Source Group:",
"SOURCE_ENTRY:": "Source Entry:",
"SOURCE_ENTRY": "Source Entry:",
"CREATE_NEW": "Create new"
},
"EDITOR": {
Expand Down
2 changes: 1 addition & 1 deletion apps/keira/src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@
"CONDITIONS": {
"SELECT": {
"SOURCE_GROUP": "Source Group:",
"SOURCE_ENTRY:": "Source Entry:",
"SOURCE_ENTRY": "Source Entry:",
"CREATE_NEW": "Create new"
},
"EDITOR": {
Expand Down
2 changes: 1 addition & 1 deletion apps/keira/src/assets/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@
"CONDITIONS": {
"SELECT": {
"SOURCE_GROUP": "Fuente de Grupo:",
"SOURCE_ENTRY:": "Fuente de Entrada:",
"SOURCE_ENTRY": "Fuente de Entrada:",
"CREATE_NEW": "Crear nuevo"
},
"EDITOR": {
Expand Down
2 changes: 1 addition & 1 deletion apps/keira/src/assets/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@
"CONDITIONS": {
"SELECT": {
"SOURCE_GROUP": "Source Group:",
"SOURCE_ENTRY:": "Source Entry:",
"SOURCE_ENTRY": "Source Entry:",
"CREATE_NEW": "Create new"
},
"EDITOR": {
Expand Down
2 changes: 1 addition & 1 deletion apps/keira/src/assets/i18n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@
"CONDITIONS": {
"SELECT": {
"SOURCE_GROUP": "Source Group:",
"SOURCE_ENTRY:": "Source Entry:",
"SOURCE_ENTRY": "Source Entry:",
"CREATE_NEW": "Create new"
},
"EDITOR": {
Expand Down
2 changes: 1 addition & 1 deletion apps/keira/src/assets/i18n/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@
"CONDITIONS": {
"SELECT": {
"SOURCE_GROUP": "Source Group:",
"SOURCE_ENTRY:": "Source Entry:",
"SOURCE_ENTRY": "Source Entry:",
"CREATE_NEW": "Create new"
},
"EDITOR": {
Expand Down
2 changes: 1 addition & 1 deletion apps/keira/src/assets/i18n/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@
"CONDITIONS": {
"SELECT": {
"SOURCE_GROUP": "Source Group:",
"SOURCE_ENTRY:": "Source Entry:",
"SOURCE_ENTRY": "Source Entry:",
"CREATE_NEW": "Create new"
},
"EDITOR": {
Expand Down
2 changes: 1 addition & 1 deletion apps/keira/src/assets/i18n/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@
"CONDITIONS": {
"SELECT": {
"SOURCE_GROUP": "Source Group:",
"SOURCE_ENTRY:": "Source Entry:",
"SOURCE_ENTRY": "Source Entry:",
"CREATE_NEW": "Create new"
},
"EDITOR": {
Expand Down
2 changes: 1 addition & 1 deletion apps/keira/src/assets/i18n/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@
"CONDITIONS": {
"SELECT": {
"SOURCE_GROUP": "Source Group:",
"SOURCE_ENTRY:": "Source Entry:",
"SOURCE_ENTRY": "Source Entry:",
"CREATE_NEW": "Criar nova"
},
"EDITOR": {
Expand Down
2 changes: 1 addition & 1 deletion apps/keira/src/assets/i18n/ro.json
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@
"CONDITIONS": {
"SELECT": {
"SOURCE_GROUP": "Source Group:",
"SOURCE_ENTRY:": "Source Entry:",
"SOURCE_ENTRY": "Source Entry:",
"CREATE_NEW": "Create new"
},
"EDITOR": {
Expand Down
2 changes: 1 addition & 1 deletion apps/keira/src/assets/i18n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@
"CONDITIONS": {
"SELECT": {
"SOURCE_GROUP": "Source Group:",
"SOURCE_ENTRY:": "Source Entry:",
"SOURCE_ENTRY": "Source Entry:",
"CREATE_NEW": "Create new"
},
"EDITOR": {
Expand Down
2 changes: 1 addition & 1 deletion apps/keira/src/assets/i18n/sk.json
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@
"CONDITIONS": {
"SELECT": {
"SOURCE_GROUP": "Source Group:",
"SOURCE_ENTRY:": "Source Entry:",
"SOURCE_ENTRY": "Source Entry:",
"CREATE_NEW": "Create new"
},
"EDITOR": {
Expand Down
2 changes: 1 addition & 1 deletion apps/keira/src/assets/i18n/sv.json
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@
"CONDITIONS": {
"SELECT": {
"SOURCE_GROUP": "Source Group:",
"SOURCE_ENTRY:": "Source Entry:",
"SOURCE_ENTRY": "Source Entry:",
"CREATE_NEW": "Create new"
},
"EDITOR": {
Expand Down
2 changes: 1 addition & 1 deletion apps/keira/src/assets/i18n/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@
"CONDITIONS": {
"SELECT": {
"SOURCE_GROUP": "源组:",
"SOURCE_ENTRY:": "源输入:",
"SOURCE_ENTRY": "源输入:",
"CREATE_NEW": "新建"
},
"EDITOR": {
Expand Down

0 comments on commit d6a7c6e

Please sign in to comment.