Skip to content

Commit

Permalink
Merge pull request #114 from fahad-aot/final-fixes
Browse files Browse the repository at this point in the history
translation pending changes
  • Loading branch information
abilpraju-aot authored Nov 24, 2023
2 parents 08b6376 + 0a2be71 commit e7c2714
Show file tree
Hide file tree
Showing 6 changed files with 157 additions and 7 deletions.
27 changes: 26 additions & 1 deletion forms-flow-service/src/resourceBundles/bg/resourceBundles.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
/* eslint-disable max-len */
export const RESOURCE_BUNDLES_BG = {
"Submit Form": "Изпращане на Формуляр",
"Changes Applied Successfully": "Промените са успешно приложени",
"Filter Deleted Successfully": "Филтърът е успешно изтрит",
"Save Filter": "Запази Филтър",
"Filter Name": "Име на филтъра",
"Create new filter": "Създай нов филтър",
"Definition Key": "Ключ за дефиниция",
"Permission": "Права",
"Enter your text here": "Въведете текст тук",
"Accessible for all users": "Достъпно за всички потребители",
"Private (Only You)": "Частно (Само Вие)",
"Specific Group": "Конкретна Група",
"Select Elements": "Изберете Елементи",
" Task Attributes Selected": " Избрани Атрибути на Задачата",
"Delete Filter": "Изтрийте Филтър",
"Add Value": "Добавяне на Стойност",
"Show only current user assigned task": "Показване само на задачите, възложени на текущия потребител",
"Show task based on logged user roles": "Показване на задачи въз основа на ролите на влезналия потребител",
"Create Filter": "Създай Филтър",
"Task Attributes": "Атрибути на Задачата",
"Only selected task attributes will be available on task list view": "Само избраните атрибути на задачата ще бъдат достъпни в изгледа на списъка със задачи",
"Show undefined variables": "Показване на недефинирани променливи",
"Label": "Етикет",
"Variables": "Променливи",
"Task Title": "Заглавие на Задачата",
"List View": "Преглед в списък",
"Card View": "Преглед на карти",
"Create New Filter": "Създай нов филтър",
Expand Down Expand Up @@ -483,7 +508,7 @@ export const RESOURCE_BUNDLES_BG = {
"Key": "Ключ",
"No Process Found": "Няма Намерен Процес",
"Search workflow": "Търсене на Работен Процес",
"No DMN Found": "Няма Намерен DMN",
"No Dmn Found": "Няма Намерен DMN",
"Submission ID": "Идентификационен Номер на Подаване",
"Submission Name": "Име на Подаване",
"Submission History": "История на Подаването",
Expand Down
27 changes: 26 additions & 1 deletion forms-flow-service/src/resourceBundles/de/resourceBundles.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
/* eslint-disable max-len */
export const RESOURCE_BUNDLES_DE = {
"Submit Form": "Formular absenden",
"Changes Applied Successfully": "Änderungen erfolgreich angewendet",
"Filter Deleted Successfully": "Filter erfolgreich gelöscht",
"Save Filter": "Filter speichern",
"Filter Name": "Filtername",
"Create new filter": "Neuen Filter erstellen",
"Definition Key": "Definitionsschlüssel",
"Permission": "Berechtigung",
"Enter your text here": "Geben Sie hier Ihren Text ein",
"Accessible for all users": "Zugänglich für alle Benutzer",
"Private (Only You)": "Privat (Nur Sie)",
"Specific Group": "Spezifische Gruppe",
"Select Elements": "Elemente auswählen",
" Task Attributes Selected": " Ausgewählte Aufgabenattribute",
"Delete Filter": "Filter löschen",
"Add Value": "Wert hinzufügen",
"Show only current user assigned task": "Nur zugewiesene Aufgaben des aktuellen Benutzers anzeigen",
"Show task based on logged user roles": "Aufgaben basierend auf den Rollen des angemeldeten Benutzers anzeigen",
"Create Filter": "Filter erstellen",
"Task Attributes": "Aufgabenattribute",
"Only selected task attributes will be available on task list view": "Nur ausgewählte Aufgabenattribute sind in der Aufgabenliste sichtbar",
"Show undefined variables": "Undefinierte Variablen anzeigen",
"Label": "Beschriftung",
"Variables": "Variablen",
"Task Title": "Aufgabentitel",
"List View": "Listenansicht",
"Card View": "Kartenansicht",
"Create New Filter": "Neuen Filter erstellen",
Expand Down Expand Up @@ -487,7 +512,7 @@ export const RESOURCE_BUNDLES_DE = {
"Key": "Schlüssel",
"No Process Found": "Kein Prozess Gefunden",
"Search workflow": "Workflow Suchen",
"No DMN Found": "Kein DMN Gefunden",
"No Dmn Found": "Kein DMN Gefunden",
"Submission ID": "Einreichungs-ID",
"Submission Name": "Einreichungsname",
"Submission History": "Einreichungshistorie",
Expand Down
29 changes: 27 additions & 2 deletions forms-flow-service/src/resourceBundles/en/resourceBundles.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
/* eslint-disable max-len */
export const RESOURCE_BUNDLES_EN = {
"List View": "List View",
"Submit Form": "Submit Form",
"Changes Applied Successfully": "Changes Applied Successfully",
"Filter Deleted Successfully": "Filter Deleted Successfully",
"Save Filter": "Save Filter",
"Filter Name": "Filter Name",
"Create new filter": "Create new filter",
"Definition Key": "Definition Key",
"Permission": "Permission",
"Enter your text here": "Enter your text here",
"Accessible for all users": "Accessible for all users",
"Private (Only You)": "Private (Only You)",
"Specific Group": "Specific Group",
"Select Elements": "Select Elements",
" Task Attributes Selected": " Task Attributes Selected",
"Delete Filter": "Delete Filter",
"Add Value": "Add Value",
"Show only current user assigned task": "Show only current user assigned task",
"Show task based on logged user roles": "Show task based on logged user roles",
"Create Filter": "Create Filter",
"Task Attributes": "Task Attributes",
"Only selected task attributes will be available on task list view": "Only selected task attributes will be available on task list view",
"Show undefined variables": "Show undefined variables",
"Label": "Label",
"Variables": "Variables",
"Task Title": "Task Title",
"List View": "List View",
"Card View": "Card View",
"Create New Filter": "Create New Filter",
"Sort by": "Sort by",
Expand Down Expand Up @@ -485,7 +510,7 @@ export const RESOURCE_BUNDLES_EN = {
"Key": "Key",
"No Process Found": "No Process Found",
"Search workflow": "Search workflow",
"No DMN Found": "No DMN Found",
"No Dmn Found": "No Dmn Found",
"Submission ID": "Submission Id",
"Submission Name": "Submission Name",
"Submission History": "Submission History",
Expand Down
27 changes: 26 additions & 1 deletion forms-flow-service/src/resourceBundles/fr/resourceBundles.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
/* eslint-disable max-len */
export const RESOURCE_BUNDLES_FR = {
"Submit Form": "Soumettre le Formulaire",
"Changes Applied Successfully": "Changements Appliqués avec Succès",
"Filter Deleted Successfully": "Filtre Supprimé avec Succès",
"Save Filter": "Enregistrer le Filtre",
"Filter Name": "Nom du Filtre",
"Create new filter": "Créer un nouveau filtre",
"Definition Key": "Clé de Définition",
"Permission": "Permission",
"Enter your text here": "Entrez votre texte ici",
"Accessible for all users": "Accessible pour tous les utilisateurs",
"Private (Only You)": "Privé (Uniquement Vous)",
"Specific Group": "Groupe Spécifique",
"Select Elements": "Sélectionner des Éléments",
" Task Attributes Selected": " Attributs de la Tâche Sélectionnés",
"Delete Filter": "Supprimer le Filtre",
"Add Value": "Ajouter une Valeur",
"Show only current user assigned task": "Afficher uniquement les tâches attribuées à l'utilisateur actuel",
"Show task based on logged user roles": "Afficher les tâches en fonction des rôles de l'utilisateur connecté",
"Create Filter": "Créer un Filtre",
"Task Attributes": "Attributs de la Tâche",
"Only selected task attributes will be available on task list view": "Seuls les attributs de tâche sélectionnés seront disponibles dans la vue de la liste des tâches",
"Show undefined variables": "Afficher les variables non définies",
"Label": "Étiquette",
"Variables": "Variables",
"Task Title": "Titre de la Tâche",
"List View": "Vue Liste",
"Card View": "Vue Carte",
"Create New Filter": "Créer un Nouveau Filtre",
Expand Down Expand Up @@ -486,7 +511,7 @@ export const RESOURCE_BUNDLES_FR = {
"Key": "Clé",
"No Process Found": "Aucun Processus Trouvé",
"Search workflow": "Rechercher le Flux de Travail",
"No DMN Found": "Aucun DMN Trouvé",
"No Dmn Found": "Aucun DMN Trouvé",
"Submission ID": "ID de Soumission",
"Submission Name": "Nom de Soumission",
"Submission History": "Historique de Soumission",
Expand Down
27 changes: 26 additions & 1 deletion forms-flow-service/src/resourceBundles/pt/resourceBundles.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
/* eslint-disable max-len */
export const RESOURCE_BUNDLES_PT = {
"Submit Form": "Enviar Formulário",
"Changes Applied Successfully": "Alterações Aplicadas com Sucesso",
"Filter Deleted Successfully": "Filtro Excluído com Sucesso",
"Save Filter": "Salvar Filtro",
"Filter Name": "Nome do Filtro",
"Create new filter": "Criar novo filtro",
"Definition Key": "Chave de Definição",
"Permission": "Permissão",
"Enter your text here": "Digite seu texto aqui",
"Accessible for all users": "Acessível para todos os usuários",
"Private (Only You)": "Privado (Apenas Você)",
"Specific Group": "Grupo Específico",
"Select Elements": "Selecionar Elementos",
" Task Attributes Selected": " Atributos da Tarefa Selecionados",
"Delete Filter": "Excluir Filtro",
"Add Value": "Adicionar Valor",
"Show only current user assigned task": "Mostrar apenas tarefas atribuídas ao usuário atual",
"Show task based on logged user roles": "Mostrar tarefas com base nos papéis do usuário conectado",
"Create Filter": "Criar Filtro",
"Task Attributes": "Atributos da Tarefa",
"Only selected task attributes will be available on task list view": "Apenas os atributos selecionados da tarefa estarão disponíveis na visualização da lista de tarefas",
"Show undefined variables": "Mostrar variáveis indefinidas",
"Label": "Rótulo",
"Variables": "Variáveis",
"Task Title": "Título da Tarefa",
"List View": "Visualização em Lista",
"Card View": "Visualização em Cartões",
"Create New Filter": "Criar Novo Filtro",
Expand Down Expand Up @@ -485,7 +510,7 @@ export const RESOURCE_BUNDLES_PT = {
"Key": "Chave",
"No Process Found": "Processo Não Encontrado",
"Search workflow": "Pesquisar Fluxo de Trabalho",
"No DMN Found": "DMN Não Encontrado",
"No Dmn Found": "DMN Não Encontrado",
"Submission ID": "ID da Submissão",
"Submission Name": "Nome da Submissão",
"Submission History": "Histórico da Submissão",
Expand Down
27 changes: 26 additions & 1 deletion forms-flow-service/src/resourceBundles/zh/resourceBundles.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
/* eslint-disable max-len */
export const RESOURCE_BUNDLES_ZH = {
"Submit Form": "提交表单",
"Changes Applied Successfully": "更改成功应用",
"Filter Deleted Successfully": "成功删除过滤器",
"Save Filter": "保存过滤器",
"Filter Name": "过滤器名称",
"Create new filter": "创建新过滤器",
"Definition Key": "定义键",
"Permission": "权限",
"Enter your text here": "在此输入文本",
"Accessible for all users": "所有用户可访问",
"Private (Only You)": "私密 (仅限您)",
"Specific Group": "特定群组",
"Select Elements": "选择元素",
" Task Attributes Selected": " 已选择的任务属性",
"Delete Filter": "删除过滤器",
"Add Value": "添加值",
"Show only current user assigned task": "仅显示当前用户分配的任务",
"Show task based on logged user roles": "根据已登录用户角色显示任务",
"Create Filter": "创建过滤器",
"Task Attributes": "任务属性",
"Only selected task attributes will be available on task list view": "只有选定的任务属性将在任务列表视图中可用",
"Show undefined variables": "显示未定义的变量",
"Label": "标签",
"Variables": "变量",
"Task Title": "任务标题",
"List View": "列表视图",
"Card View": "卡片视图",
"Create New Filter": "创建新过滤器",
Expand Down Expand Up @@ -482,7 +507,7 @@ export const RESOURCE_BUNDLES_ZH = {
"Key": "关键",
"No Process Found": "未找到流程",
"Search workflow": "搜索工作流程",
"No DMN Found": "未找到DMN",
"No Dmn Found": "未找到DMN",
"Submission ID": "提交编号",
"Submission Name": "提交名称",
"Submission History": "提交历史",
Expand Down

0 comments on commit e7c2714

Please sign in to comment.