Skip to content

Commit

Permalink
Added missing translation (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhaib-aot authored Jun 5, 2024
1 parent 116931d commit 5a46917
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 7 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 @@ -655,5 +655,8 @@ export const RESOURCE_BUNDLES_BG = {
"Proceed to Sign In": "Продължете към Вход",
"Contact formsflow.ai support": "Свържете се с поддръжката на formsflow.ai",
"Please provide your tenant name to sign in": "Моля, предоставете името на вашата аренда, за да влезете",
"Tenant not found":"Наемателят не е намерен"
"Tenant not found":"Наемателят не е намерен",
"You don't have permission to access this page.": "Нямате разрешение за достъп до тази страница.",
"Please contact your administrator or try again later.": "Моля, свържете се с вашия администратор или опитайте по-късно.",
"Return to login": "Върнете се към вход"
};
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 @@ -659,5 +659,8 @@ export const RESOURCE_BUNDLES_DE = {
"Proceed to Sign In": "Weiter zur Anmeldung",
"Contact formsflow.ai support": "Kontaktieren Sie den Support von formsflow.ai",
"Please provide your tenant name to sign in": "Bitte geben Sie Ihren Mandantenname zum Anmelden ein",
"Tenant not found":"Mandant nicht gefunden"
"Tenant not found":"Mandant nicht gefunden",
"You don't have permission to access this page.": "Sie haben keine Berechtigung, diese Seite zu betreten.",
"Please contact your administrator or try again later.": "Bitte wenden Sie sich an Ihren Administrator oder versuchen Sie es später erneut.",
"Return to login": "Zurück zum Login"
};
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 @@ -656,7 +656,10 @@ export const RESOURCE_BUNDLES_EN = {
"Proceed to Sign In": "Proceed to Sign In",
"Contact formsflow.ai support": "Contact formsflow.ai support",
"Please provide your tenant name to sign in": "Please provide your tenant name to sign in",
"Tenant not found":"Tenant not found"
"Tenant not found":"Tenant not found",
"You don't have permission to access this page.": "You don't have permission to access this page.",
"Please contact your administrator or try again later.": "Please contact your administrator or try again later.",
"Return to login": "Return to login"
};


Expand Down
5 changes: 4 additions & 1 deletion forms-flow-service/src/resourceBundles/es/resourceBundles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,10 @@ export const RESOURCE_BUNDLES_ES = {
"Proceed to Sign In": "Continuar para iniciar sesión",
"Contact formsflow.ai support": "Contactar con el soporte de formsflow.ai",
"Please provide your tenant name to sign in": "Por favor, proporcione el nombre de su inquilino para iniciar sesión",
"Tenant not found":"Inquilino no encontrado"
"Tenant not found":"Inquilino no encontrado",
"You don't have permission to access this page.": "No tienes permiso para acceder a esta página.",
"Please contact your administrator or try again later.": "Por favor, contacta a tu administrador o intenta nuevamente más tarde.",
"Return to login": "Volver a iniciar sesión"
};


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 @@ -658,7 +658,10 @@ export const RESOURCE_BUNDLES_FR = {
"Proceed to Sign In": "Procéder à la connexion",
"Contact formsflow.ai support": "Contacter le support de formsflow.ai",
"Please provide your tenant name to sign in": "Veuillez fournir le nom de votre locataire pour vous connecter",
"Tenant not found":"Locataire non trouvé"
"Tenant not found":"Locataire non trouvé",
"You don't have permission to access this page.": "Vous n'avez pas la permission d'accéder à cette page.",
"Please contact your administrator or try again later.": "Veuillez contacter votre administrateur ou réessayer plus tard.",
"Return to login": "Retour à la connexion"
};


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 @@ -657,5 +657,8 @@ export const RESOURCE_BUNDLES_PT = {
"Proceed to Sign In": "Prosseguir para Entrar",
"Contact formsflow.ai support": "Contactar suporte formsflow.ai",
"Please provide your tenant name to sign in": "Por favor, forneça o nome do seu inquilino para entrar",
"Tenant not found":"Inquilino não encontrado"
"Tenant not found":"Inquilino não encontrado",
"You don't have permission to access this page.": "Você não tem permissão para acessar esta página.",
"Please contact your administrator or try again later.": "Por favor, entre em contato com o seu administrador ou tente novamente mais tarde.",
"Return to login": "Voltar ao login"
};
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 @@ -654,6 +654,9 @@ export const RESOURCE_BUNDLES_ZH = {
"Proceed to Sign In": "继续登录",
"Contact formsflow.ai support": "联系 formsflow.ai 支持",
"Please provide your tenant name to sign in": "请提供您的租户名称以登录",
"Tenant not found":"未找到租户"
"Tenant not found":"未找到租户",
"You don't have permission to access this page.": "您没有权限访问此页面。",
"Please contact your administrator or try again later.": "请联系您的管理员或稍后再试。",
"Return to login": "返回登录"
};

0 comments on commit 5a46917

Please sign in to comment.