Skip to content

Commit

Permalink
Merge pull request #176 from fahad-aot/fahad-aot-patch-2
Browse files Browse the repository at this point in the history
translation added
  • Loading branch information
shuhaib-aot authored Apr 9, 2024
2 parents 4a2f8cf + 656ef8a commit 96bd543
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion forms-flow-service/src/resourceBundles/bg/resourceBundles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -637,5 +637,6 @@ export const RESOURCE_BUNDLES_BG = {
"Recipes": "Рецепти",
"Connected Apps": "Свързани приложения",
"Library": "Библиотека",
"Add group": "Добави група"
"Add group": "Добави група",
"Add task label": "Добавяне на етикет за задача"
};
3 changes: 2 additions & 1 deletion forms-flow-service/src/resourceBundles/de/resourceBundles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -641,5 +641,6 @@ export const RESOURCE_BUNDLES_DE = {
"Recipes": "Rezepte",
"Connected Apps": "Verbundene Apps",
"Library": "Bibliothek",
"Add group": "Gruppe hinzufügen"
"Add group": "Gruppe hinzufügen",
"Add task label": "Aufgabenbezeichnung hinzufügen"
};
3 changes: 2 additions & 1 deletion forms-flow-service/src/resourceBundles/en/resourceBundles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,8 @@ export const RESOURCE_BUNDLES_EN = {
"Recipes": "Recipes",
"Connected Apps": "Connected Apps",
"Library": "Library",
"Add group": "Add group"
"Add group": "Add group",
"Add task label": "Add task label"
};


Expand Down
3 changes: 2 additions & 1 deletion forms-flow-service/src/resourceBundles/fr/resourceBundles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,8 @@ export const RESOURCE_BUNDLES_FR = {
"Recipes": "Recettes",
"Connected Apps": "Applications Connectées",
"Library": "Bibliothèque",
"Add group": "Ajouter un groupe"
"Add group": "Ajouter un groupe",
"Add task label": "Ajouter une étiquette de tâche"
};


Expand Down
3 changes: 2 additions & 1 deletion forms-flow-service/src/resourceBundles/pt/resourceBundles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -639,5 +639,6 @@ export const RESOURCE_BUNDLES_PT = {
"Recipes": "Receitas",
"Connected Apps": "Aplicativos Conectados",
"Library": "Biblioteca",
"Add group": "Adicionar grupo"
"Add group": "Adicionar grupo",
"Add task label": "Adicionar rótulo de tarefa"
};
3 changes: 2 additions & 1 deletion forms-flow-service/src/resourceBundles/zh/resourceBundles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,7 @@ export const RESOURCE_BUNDLES_ZH = {
"Recipes": "食谱",
"Connected Apps": "已连接的应用",
"Library": "库",
"Add group": "添加组"
"Add group": "添加组",
"Add task label": "添加任务标签"
};

0 comments on commit 96bd543

Please sign in to comment.