Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internationalization updates for DMN label changes #126

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion forms-flow-service/src/resourceBundles/bg/resourceBundles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -590,5 +590,8 @@ export const RESOURCE_BUNDLES_BG = {
"Align justify": "Двустранно подравняване",
"Insert Link": "Вмъкни връзка",
"Clean": "Изчисти",
"Click for task variables": "Кликнете за преглед на променливите на задачата"
"Click for task variables": "Кликнете за преглед на променливите на задачата",
"Upload DMN": "Качване на DMN",
"DMN Name": "Име на DMN",
"Search by DMN name": "Търсене по име на DMN"
};
5 changes: 4 additions & 1 deletion forms-flow-service/src/resourceBundles/de/resourceBundles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -594,5 +594,8 @@ export const RESOURCE_BUNDLES_DE = {
"Align justify": "Blocksatz",
"Insert Link": "Link einfügen",
"Clean": "Formatierung entfernen",
"Click for task variables": "Klicken Sie für Aufgabenvariablen"
"Click for task variables": "Klicken Sie für Aufgabenvariablen",
"Upload DMN": "DMN hochladen",
"DMN Name": "DMN-Name",
"Search by DMN name": "Nach DMN-Namen suchen"
};
5 changes: 4 additions & 1 deletion forms-flow-service/src/resourceBundles/en/resourceBundles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,10 @@ export const RESOURCE_BUNDLES_EN = {
"Align justify": "Align justify",
"Insert Link": "Insert Link",
"Clean": "Clean",
"Click for task variables": "Click for task variables"
"Click for task variables": "Click for task variables",
"Upload DMN": "Upload DMN",
"DMN Name": "DMN Name",
"Search by DMN name": "Search by DMN name",
};


Expand Down
5 changes: 4 additions & 1 deletion forms-flow-service/src/resourceBundles/fr/resourceBundles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,10 @@ export const RESOURCE_BUNDLES_FR = {
"Align justify": "Justifier",
"Insert Link": "Insérer un lien",
"Clean": "Effacer",
"Click for task variables": "Cliquez pour voir les variables de la tâche"
"Click for task variables": "Cliquez pour voir les variables de la tâche",
"Upload DMN": "Télécharger DMN",
"DMN Name": "Nom DMN",
"Search by DMN name": "Rechercher par nom DMN"
};


Expand Down
5 changes: 4 additions & 1 deletion forms-flow-service/src/resourceBundles/pt/resourceBundles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -592,5 +592,8 @@ export const RESOURCE_BUNDLES_PT = {
"Align justify": "Justificar",
"Insert Link": "Inserir Link",
"Clean": "Limpar",
"Click for task variables": "Clique para ver as variáveis da tarefa"
"Click for task variables": "Clique para ver as variáveis da tarefa",
"Upload DMN": "Carregar DMN",
"DMN Name": "Nome do DMN",
"Search by DMN name": "Pesquisar por nome do DMN"
};
5 changes: 4 additions & 1 deletion forms-flow-service/src/resourceBundles/zh/resourceBundles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,9 @@ export const RESOURCE_BUNDLES_ZH = {
"Align justify": "两端对齐",
"Insert Link": "插入链接",
"Clean": "清除格式",
"Click for task variables": "点击查看任务变量"
"Click for task variables": "点击查看任务变量",
"Upload DMN": "上传 DMN",
"DMN Name": "DMN 名称",
"Search by DMN name": "按 DMN 名称搜索"
};