From 075fc265766b741bf4365224e194b29dc5a8743a Mon Sep 17 00:00:00 2001 From: Bonymol Baby <88372115+Bonymol-aot@users.noreply.github.com> Date: Wed, 22 Nov 2023 01:27:52 -0800 Subject: [PATCH] Tasks page translation update (#108) --- forms-flow-service/src/resourceBundles/bg/resourceBundles.ts | 5 +++-- forms-flow-service/src/resourceBundles/de/resourceBundles.ts | 5 +++-- forms-flow-service/src/resourceBundles/en/resourceBundles.ts | 5 +++-- forms-flow-service/src/resourceBundles/fr/resourceBundles.ts | 5 +++-- forms-flow-service/src/resourceBundles/pt/resourceBundles.ts | 5 +++-- forms-flow-service/src/resourceBundles/zh/resourceBundles.ts | 5 +++-- 6 files changed, 18 insertions(+), 12 deletions(-) diff --git a/forms-flow-service/src/resourceBundles/bg/resourceBundles.ts b/forms-flow-service/src/resourceBundles/bg/resourceBundles.ts index 53696b4dd..d7263eff3 100644 --- a/forms-flow-service/src/resourceBundles/bg/resourceBundles.ts +++ b/forms-flow-service/src/resourceBundles/bg/resourceBundles.ts @@ -537,10 +537,11 @@ export const RESOURCE_BUNDLES_BG = { "Id": "Id", "Enable bundling ?": "Включи опаковане?", "Select a task in the List.": "Изберете задача от списъка.", - "Select a specific task from the provided list of options. Your selection will determine the task you will be working on or interacting with.": "Изберете конкретна задача от предоставения списък с възможности. Вашият избор ще определи задачата, върху която ще работите или с която ще взаимодействате.", "Add Date": "Добавяне на дата", "Assign to Me": "Възложи на мен", "Filter count:": "Брой филтри:", "Selected Forms": "Избрани формуляри", - "Template Used:": "Използван шаблон:" + "Template Used:": "Използван шаблон:", + "Select a task from the List.": "Изберете задача от списъка.", + "Choose a task from the list; your selection directs your current activity.": "Изберете задача от списъка; вашият избор определя текущата ви дейност." }; diff --git a/forms-flow-service/src/resourceBundles/de/resourceBundles.ts b/forms-flow-service/src/resourceBundles/de/resourceBundles.ts index 6780fcdb2..9c5fb31a1 100644 --- a/forms-flow-service/src/resourceBundles/de/resourceBundles.ts +++ b/forms-flow-service/src/resourceBundles/de/resourceBundles.ts @@ -541,10 +541,11 @@ export const RESOURCE_BUNDLES_DE = { "Id": "Id", "Enable bundling ?": "Bündelung aktivieren?", "Select a task in the List.": "Wählen Sie eine Aufgabe in der Liste aus.", - "Select a specific task from the provided list of options. Your selection will determine the task you will be working on or interacting with.": "Wählen Sie eine bestimmte Aufgabe aus der bereitgestellten Liste aus. Ihre Auswahl bestimmt die Aufgabe, an der Sie arbeiten oder mit der Sie interagieren werden.", "Add Date": "Datum hinzufügen", "Assign to Me": "Mir zuweisen", "Filter count:": "Filteranzahl:", "Selected Forms": "Ausgewählte Formulare", - "Template Used:": "Verwendetes Template:" + "Template Used:": "Verwendetes Template:", + "Select a task from the List.": "Wählen Sie eine Aufgabe aus der Liste aus.", + "Choose a task from the list; your selection directs your current activity.": "Wählen Sie eine Aufgabe aus der Liste aus; Ihre Auswahl bestimmt Ihre aktuelle Aktivität." }; diff --git a/forms-flow-service/src/resourceBundles/en/resourceBundles.ts b/forms-flow-service/src/resourceBundles/en/resourceBundles.ts index c396da94e..9f2e43c7d 100644 --- a/forms-flow-service/src/resourceBundles/en/resourceBundles.ts +++ b/forms-flow-service/src/resourceBundles/en/resourceBundles.ts @@ -539,12 +539,13 @@ export const RESOURCE_BUNDLES_EN = { "Id": "Id", "Enable bundling ?": "Enable bundling?", "Select a task in the List.": "Select a task in the List.", - "Select a specific task from the provided list of options. Your selection will determine the task you will be working on or interacting with.": "Select a specific task from the provided list of options. Your selection will determine the task you will be working on or interacting with.", "Add Date": "Add Date", "Assign to Me": "Assign to Me", "Filter count:": "Filter count:", "Selected Forms": "Selected Forms", - "Template Used:": "Template Used:" + "Template Used:": "Template Used:", + "Select a task from the List.": "Select a task from the List.", + "Choose a task from the list; your selection directs your current activity.": "Choose a task from the list; your selection directs your current activity." }; diff --git a/forms-flow-service/src/resourceBundles/fr/resourceBundles.ts b/forms-flow-service/src/resourceBundles/fr/resourceBundles.ts index c1d2ac339..4eeec87f4 100644 --- a/forms-flow-service/src/resourceBundles/fr/resourceBundles.ts +++ b/forms-flow-service/src/resourceBundles/fr/resourceBundles.ts @@ -540,12 +540,13 @@ export const RESOURCE_BUNDLES_FR = { "Id": "Id", "Enable bundling ?": "Activer le regroupement ?", "Select a task in the List.": "Sélectionnez une tâche dans la liste.", - "Select a specific task from the provided list of options. Your selection will determine the task you will be working on or interacting with.": "Sélectionnez une tâche spécifique dans la liste d'options fournie. Votre choix déterminera la tâche sur laquelle vous travaillerez ou avec laquelle vous interagirez.", "Add Date": "Ajouter une date", "Assign to Me": "M'attribuer", "Filter count:": "Nombre de filtres :", "Selected Forms": "Formulaires sélectionnés", - "Template Used:": "Modèle utilisé:" + "Template Used:": "Modèle utilisé:", + "Select a task from the List.": "Sélectionnez une tâche dans la liste.", + "Choose a task from the list; your selection directs your current activity.": "Choisissez une tâche dans la liste ; votre sélection oriente votre activité actuelle." }; diff --git a/forms-flow-service/src/resourceBundles/pt/resourceBundles.ts b/forms-flow-service/src/resourceBundles/pt/resourceBundles.ts index 776f0f578..c53c38aab 100644 --- a/forms-flow-service/src/resourceBundles/pt/resourceBundles.ts +++ b/forms-flow-service/src/resourceBundles/pt/resourceBundles.ts @@ -539,10 +539,11 @@ export const RESOURCE_BUNDLES_PT = { "Id": "Id", "Enable bundling ?": "Ativar agrupamento?", "Select a task in the List.": "Selecione uma tarefa na lista.", - "Select a specific task from the provided list of options. Your selection will determine the task you will be working on or interacting with.": "Selecione uma tarefa específica na lista fornecida de opções. Sua seleção determinará a tarefa com a qual você estará trabalhando ou interagindo.", "Add Date": "Adicionar data", "Assign to Me": "Atribuir para mim", "Filter count:": "Contagem de filtros:", "Selected Forms": "Formulários Selecionados", - "Template Used:": "Modelo Utilizado:" + "Template Used:": "Modelo Utilizado:", + "Select a task from the List.": "Selecione uma tarefa da lista.", + "Choose a task from the list; your selection directs your current activity.": "Escolha uma tarefa da lista; sua seleção direciona sua atividade atual." }; diff --git a/forms-flow-service/src/resourceBundles/zh/resourceBundles.ts b/forms-flow-service/src/resourceBundles/zh/resourceBundles.ts index 3b0863816..c7d40bfa9 100644 --- a/forms-flow-service/src/resourceBundles/zh/resourceBundles.ts +++ b/forms-flow-service/src/resourceBundles/zh/resourceBundles.ts @@ -536,11 +536,12 @@ export const RESOURCE_BUNDLES_ZH = { "Id": "Id", "Enable bundling ?": "启用捆绑?", "Select a task in the List.": "选择列表中的任务。", - "Select a specific task from the provided list of options. Your selection will determine the task you will be working on or interacting with.": "从提供的选项列表中选择特定任务。您的选择将确定您将要处理或互动的任务。", "Add Date": "添加日期", "Assign to Me": "分配给我", "Filter count:": "过滤器计数:", "Selected Forms": "已选择的表单", - "Template Used:": "使用的模板:" + "Template Used:": "使用的模板:", + "Select a task from the List.": "从列表中选择一个任务。", + "Choose a task from the list; your selection directs your current activity.": "从列表中选择一个任务;您的选择将指导您当前的活动。" };