Skip to content

Commit

Permalink
FWF-3450[Internationalization]-added internationalization for creator…
Browse files Browse the repository at this point in the history
… of filter. (#235)
  • Loading branch information
Josephalexantony-aot authored Jul 9, 2024
1 parent a3aa747 commit 6c881eb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* eslint-disable max-len */
export const RESOURCE_BUNDLES_BG = {
"Filter Created by": "Филтър Създаден от",
"Submit Form": "Изпращане на Формуляр",
"Changes Applied Successfully": "Промените са успешно приложени",
"Filter Deleted Successfully": "Филтърът е успешно изтрит",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* eslint-disable max-len */
export const RESOURCE_BUNDLES_DE = {
"Filter Created by": "Filter erstellt von",
"Submit Form": "Formular absenden",
"Changes Applied Successfully": "Änderungen erfolgreich angewendet",
"Filter Deleted Successfully": "Filter erfolgreich gelöscht",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* eslint-disable max-len */
export const RESOURCE_BUNDLES_EN ={
"Filter Created by": "Filter Created by",
"Submit Form": "Submit Form",
"Changes Applied Successfully": "Changes Applied Successfully",
"Filter Deleted Successfully": "Filter Deleted Successfully",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export const RESOURCE_BUNDLES_ES = {
"Filter Created by": "Filtro creado por",
"No histories found": "No se encontraron historias",
"Continue": "Continuar",
"This will create a new version of the form without changing the path name but with new form id.": "Esto creará una nueva versión del formulario sin cambiar el nombre de la ruta pero con un nuevo ID de formulario.",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* eslint-disable max-len */
export const RESOURCE_BUNDLES_FR ={
"Filter Created by": "Filtre créé par",
"Submit Form": "Soumettre le Formulaire",
"Changes Applied Successfully": "Changements Appliqués avec Succès",
"Filter Deleted Successfully": "Filtre Supprimé avec Succès",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* eslint-disable max-len */
export const RESOURCE_BUNDLES_PT ={
"Filter Created by": "Filtro criado por",
"Submit Form": "Enviar Formulário",
"Changes Applied Successfully": "Alterações Aplicadas com Sucesso",
"Filter Deleted Successfully": "Filtro Excluído com Sucesso",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* eslint-disable max-len */
export const RESOURCE_BUNDLES_ZH = {
"Filter Created by": "筛选器创建者",
"Submit Form": "提交表单",
"Changes Applied Successfully": "更改成功应用",
"Filter Deleted Successfully": "成功删除过滤器",
Expand Down

0 comments on commit 6c881eb

Please sign in to comment.