Skip to content

Commit

Permalink
Updated translations in submission filter and taskpage (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bonymol-aot authored Dec 5, 2023
1 parent 55501c8 commit 9333b22
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 6 deletions.
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 @@ -576,5 +576,8 @@ export const RESOURCE_BUNDLES_BG = {
"Flow-E helps to build faster": "Flow-E помага за по-бързо строене",
"Flow-E is not available for demonstration in the trial instance. You can experience Flow-E in any of the premium packages of the product": "Flow-E не е наличен за демонстрация в пробния инстанс. Можете да изпробвате Flow-E в някои от премиум пакетите на продукта",
"Get in touch with formsflow.ai team": "Свържете се с екипа на formsflow.ai",
"Premium": "Премиум"
"Premium": "Премиум",
"Select a status":"Изберете статус",
"Group":"Група"

};
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 @@ -580,5 +580,8 @@ export const RESOURCE_BUNDLES_DE = {
"Flow-E helps to build faster": "Flow-E hilft, schneller zu bauen",
"Flow-E is not available for demonstration in the trial instance. You can experience Flow-E in any of the premium packages of the product": "Flow-E steht in der Testinstanz nicht für eine Demonstration zur Verfügung. Sie können Flow-E in einem der Premium-Pakete des Produkts erleben",
"Get in touch with formsflow.ai team": "Kontaktieren Sie das formsflow.ai-Team",
"Premium": "Premium"
"Premium": "Premium",
"Select a status":"Wählen Sie einen Status",
"Group":"Gruppe"

};
4 changes: 3 additions & 1 deletion forms-flow-service/src/resourceBundles/en/resourceBundles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,9 @@ export const RESOURCE_BUNDLES_EN = {
"Flow-E helps to build faster": "Flow-E helps to build faster",
"Flow-E is not available for demonstration in the trial instance. You can experience Flow-E in any of the premium packages of the product": "Flow-E is not available for demonstration in the trial instance. You can experience Flow-E in any of the premium packages of the product",
"Get in touch with formsflow.ai team": "Get in touch with formsflow.ai team",
"Premium": "Premium"
"Premium": "Premium",
"Select a status":"Select a status",
"Group":"Group"
};


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 @@ -579,7 +579,10 @@ export const RESOURCE_BUNDLES_FR = {
"Flow-E helps to build faster": "Flow-E aide à construire plus rapidement",
"Flow-E is not available for demonstration in the trial instance. You can experience Flow-E in any of the premium packages of the product": "Flow-E n'est pas disponible pour une démonstration dans l'instance d'essai. Vous pouvez découvrir Flow-E dans l'un des packages premium du produit",
"Get in touch with formsflow.ai team": "Contactez l'équipe de formsflow.ai",
"Premium": "Premium"
"Premium": "Premium",
"Select a status":"Sélectionnez un statut",
"Group":"Groupe"

};


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 @@ -578,5 +578,8 @@ export const RESOURCE_BUNDLES_PT = {
"Flow-E helps to build faster": "Flow-E ajuda a construir mais rápido",
"Flow-E is not available for demonstration in the trial instance. You can experience Flow-E in any of the premium packages of the product": "Flow-E não está disponível para demonstração na instância de teste. Você pode experimentar o Flow-E em qualquer um dos pacotes premium do produto",
"Get in touch with formsflow.ai team": "Entre em contato com a equipe da formsflow.ai",
"Premium": "Premium"
"Premium": "Premium",
"Select a status":"Selecione um status",
"Group":"Grupo"

};
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 @@ -575,6 +575,9 @@ export const RESOURCE_BUNDLES_ZH = {
"Flow-E helps to build faster": "Flow-E有助于更快地构建",
"Flow-E is not available for demonstration in the trial instance. You can experience Flow-E in any of the premium packages of the product": "在试用实例中,无法演示Flow-E。您可以在产品的任何高级套餐中体验Flow-E",
"Get in touch with formsflow.ai team": "与formsflow.ai团队取得联系",
"Premium": "高级"
"Premium": "高级",
"Select a status":"选择一个状态",
"Group":"群组"

};

0 comments on commit 9333b22

Please sign in to comment.