Skip to content

Commit

Permalink
FWF-4179: [Bugfix] Added translation,resolved merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
athul-aot committed Jan 20, 2025
1 parent af4be14 commit 88f66e3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1234,4 +1234,5 @@ export const RESOURCE_BUNDLES_BG = {
"Confirm and Edit form": "Потвърдете и редактирайте формата",
"Click or drag a file to this area to import": "Щракнете или плъзнете файл в тази област, за да го импортирате",
"Import New": "Импортиране на ново",
"Search DMN Name": "Търсене на име DMN",
}
Original file line number Diff line number Diff line change
Expand Up @@ -1239,4 +1239,5 @@ export const RESOURCE_BUNDLES_DE = {
"Create And Edit BPMN": "Erstellen und Bearbeiten von BPMN",
"Create And Edit DMN": "Erstellen und Bearbeiten von DMN",
"Import New": "Neu importieren",
"Search DMN Name": "DMN-Namen suchen",
}
2 changes: 2 additions & 0 deletions forms-flow-service/src/resourceBundles/es/resourceBundles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -722,4 +722,6 @@ export const RESOURCE_BUNDLES_ES = {
"Confirm and Edit form": "Confirmar y editar formulario",
"Click or drag a file to this area to import": "Haga clic o arrastre un archivo a esta área para importarlo",
"Import New": "Importar Nuevo",
"Search DMN Name": "Buscar nombre DMN",
"Search BPMN Name": "Buscar nombre BPMN"
}
Original file line number Diff line number Diff line change
Expand Up @@ -1236,6 +1236,7 @@ export const RESOURCE_BUNDLES_FR ={
"Create And Edit BPMN": "Créer et modifier le BPMN",
"Create And Edit DMN": "Créer et modifier le DMN",
"Import New": "Importer un nouveau",
"Search DMN Name": "Rechercher le nom DMN",
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1236,4 +1236,5 @@ export const RESOURCE_BUNDLES_PT ={
"Create And Edit BPMN": "Criar e Editar BPMN",
"Create And Edit DMN": "Criar e Editar DMN",
"Import New": "Importar Novo",
"Search DMN Name": "Pesquisar nome DMN",
};
Original file line number Diff line number Diff line change
Expand Up @@ -1223,4 +1223,5 @@ export const RESOURCE_BUNDLES_ZH = {
"Create And Edit BPMN": "创建和编辑 BPMN",
"Create And Edit DMN": "创建和编辑 DMN",
"Import New": "导入新内容",
"Search DMN Name": "搜索 DMN 名称",
}

0 comments on commit 88f66e3

Please sign in to comment.