Skip to content

Commit

Permalink
Added internationalization for task variable rework (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhaib-aot authored Apr 4, 2024
1 parent af2ea89 commit b5b9fbe
Show file tree
Hide file tree
Showing 6 changed files with 24 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 @@ -108,7 +108,6 @@ export const RESOURCE_BUNDLES_BG = {
"Form field": "Поле за формуляр",
"Enter Label": "Въведете етикет",
"Select form field": "Изберете поле на формуляра",
"Add form fields to display in task list": "Добавете полета на формуляра за показване в списъка със задачи",
"Latest Version": "Последна версия",
"Submission Status": "Състояние на подаване",
"No submission status": "Няма състояние на подаване",
Expand Down Expand Up @@ -612,6 +611,10 @@ export const RESOURCE_BUNDLES_BG = {
"select a form": "изберете формуляр",
"No task variables found": "Не са намерени променливи за задачи",
"Edit filter": "Редактиране на филтър",
"Select form fields to display in task list": "Изберете полета на формуляра, които да се показват в списъка със задачи",
"Select all fields": "Изберете всички полета",
"Edit Lable": "Редактиране на етикета",
"Selecting all form fields may affect performance. For the best performance, just pick the form fields you really need.": "Избирането на всички полета на формуляра може да окаже влияние върху производителността. За най-добри резултати, изберете само полетата на формуляра, които наистина ви трябват.",
"User Added successfully!": "Потребителят е успешно добавен!",
"Failed to create user!": "Неуспешно създаване на потребител!",
"Invite Registered Users": "Покани Регистрирани Потребители",
Expand Down
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 @@ -107,7 +107,6 @@ export const RESOURCE_BUNDLES_DE = {
"Form field": "Formularfeld",
"Enter Label": "Bezeichnung eingeben",
"Select form field": "Formularfeld auswählen",
"Add form fields to display in task list": "Fügen Sie Formularfelder zur Anzeige in der Aufgabenliste hinzu",
"Latest Version": "Letzte Version",
"Submission Status": "Submission Status",
"No submission status": "Kein Übermittlungsstatus",
Expand Down Expand Up @@ -616,6 +615,10 @@ export const RESOURCE_BUNDLES_DE = {
"select a form": "wähle ein Formular",
"No task variables found": "Keine Aufgabenvariablen gefunden",
"Edit filter": "Filter bearbeiten",
"Select form fields to display in task list": "Wählen Sie die Formularfelder aus, die in der Aufgabenliste angezeigt werden sollen",
"Select all fields": "Alle Felder auswählen",
"Edit Lable": "Beschriftung bearbeiten",
"Selecting all form fields may affect performance. For the best performance, just pick the form fields you really need.": "Das Auswählen aller Formularfelder kann sich auf die Leistung auswirken. Wählen Sie für die beste Leistung nur die Formularfelder aus, die Sie wirklich benötigen.",
"User Added successfully!": "Benutzer erfolgreich hinzugefügt!",
"Failed to create user!": "Benutzer konnte nicht erstellt werden!",
"Invite Registered Users": "Registrierte Benutzer einladen",
Expand Down
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 @@ -107,7 +107,6 @@ export const RESOURCE_BUNDLES_EN = {
"Form field": "Form field",
"Enter Label": "Enter Label",
"Select form field": "Select form field",
"Add form fields to display in task list": "Add form fields to display in task list",
"Latest Version": "Latest Version",
"Submission Status": "Submission Status",
"No submission status": "No submission status",
Expand Down Expand Up @@ -614,6 +613,10 @@ export const RESOURCE_BUNDLES_EN = {
"select a form": "select a form",
"No task variables found": "No task variables found",
"Edit filter": "Edit filter",
"Select form fields to display in task list": "Select form fields to display in task list",
"Select all fields": "Select all fields",
"Edit Lable": "Edit Label",
"Selecting all form fields may affect performance. For the best performance, just pick the form fields you really need.": "Selecting all form fields may affect performance. For the best performance, just pick the form fields you really need.",
"User Added successfully!": "User added successfully!",
"Failed to create user!": "Failed to create user!",
"Invite Registered Users": "Invite Registered Users",
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 @@ -108,7 +108,6 @@ export const RESOURCE_BUNDLES_FR = {
"Form field": "Champ de formulaire",
"Enter Label": "Entrez l'étiquette",
"Select form field": "Sélectionnez le champ du formulaire",
"Add form fields to display in task list": "Ajouter des champs de formulaire à afficher dans la liste des tâches",
"Latest Version": "Dernière version",
"Submission Status": "État de la soumission",
"No submission status": "Aucun statut de soumission",
Expand Down Expand Up @@ -615,6 +614,10 @@ export const RESOURCE_BUNDLES_FR = {
"select a form": "sélectionnez un formulaire",
"No task variables found": "Aucune variable de tâche trouvée",
"Edit filter": "Modifier le filtre",
"Select form fields to display in task list": "Sélectionnez les champs de formulaire à afficher dans la liste des tâches",
"Select all fields": "Sélectionner tous les champs",
"Edit Lable": "Modifier l'étiquette",
"Selecting all form fields may affect performance. For the best performance, just pick the form fields you really need.": "Sélectionner tous les champs de formulaire peut affecter les performances. Pour obtenir les meilleures performances, choisissez uniquement les champs de formulaire dont vous avez vraiment besoin.",
"User Added successfully!": "Utilisateur ajouté avec succès !",
"Failed to create user!": "Échec de la création de l'utilisateur !",
"Invite Registered Users": "Inviter les utilisateurs enregistrés",
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 @@ -108,7 +108,6 @@ export const RESOURCE_BUNDLES_PT = {
"Form field": "Campo do formulário",
"Enter Label": "Digite o rótulo",
"Select form field": "Selecione o campo do formulário",
"Add form fields to display in task list": "Adicionar campos de formulário para exibir na lista de tarefas",
"Latest Version": "Última versão",
"Submission Status": "Status de submissão",
"No submission status": "Sem status de envio",
Expand Down Expand Up @@ -614,6 +613,10 @@ export const RESOURCE_BUNDLES_PT = {
"select a form": "selecione um formulário",
"No task variables found": "Nenhuma variável de tarefa encontrada",
"Edit filter": "Editar filtro",
"Select form fields to display in task list": "Selecionar campos do formulário para exibir na lista de tarefas",
"Select all fields": "Selecionar todos os campos",
"Edit Lable": "Editar Rótulo",
"Selecting all form fields may affect performance. For the best performance, just pick the form fields you really need.": "Selecionar todos os campos do formulário pode afetar o desempenho. Para obter o melhor desempenho, selecione apenas os campos do formulário que você realmente precisa.",
"User Added successfully!": "Usuário adicionado com sucesso!",
"Failed to create user!": "Falha ao criar usuário!",
"Invite Registered Users": "Convidar Usuários Registrados",
Expand Down
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 @@ -107,7 +107,6 @@ export const RESOURCE_BUNDLES_ZH = {
"Form field": "表单域",
"Enter Label": "输入标签",
"Select form field": "选择表单域",
"Add form fields to display in task list": "添加表单域以显示在任务列表中",
"Latest Version": "最新版本",
"Submission Status": "提交状态",
"No submission status": "无提交状态",
Expand Down Expand Up @@ -611,6 +610,10 @@ export const RESOURCE_BUNDLES_ZH = {
"select a form": "选择一个表单",
"No task variables found": "未找到任何任务变量",
"Edit filter": "编辑过滤器",
"Select form fields to display in task list": "选择要在任务列表中显示的表单字段",
"Select all fields": "选择所有字段",
"Edit Lable": "编辑标签",
"Selecting all form fields may affect performance. For the best performance, just pick the form fields you really need.": "选择所有表单字段可能会影响性能。为了获得最佳性能,请只选择您真正需要的表单字段。",
"User Added successfully!": "用户添加成功!",
"Failed to create user!": "用户创建失败!",
"Invite Registered Users": "邀请已注册用户",
Expand Down

0 comments on commit b5b9fbe

Please sign in to comment.