Skip to content

Commit

Permalink
Added Access denied translation (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhaib-aot authored Jun 5, 2024
1 parent 508bc7b commit 116931d
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 7 deletions.
6 changes: 5 additions & 1 deletion forms-flow-service/src/resourceBundles/bg/resourceBundles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -651,5 +651,9 @@ export const RESOURCE_BUNDLES_BG = {
"Learn more about the feature": "Научете повече за функцията",
"Native Integrations Pro": "Нативни Интеграции Про",
" team.": "екип.",
"Connect with formsflow.ai team.": "Свържете се с екипа на formsflow.ai."
"Connect with formsflow.ai team.": "Свържете се с екипа на formsflow.ai.",
"Proceed to Sign In": "Продължете към Вход",
"Contact formsflow.ai support": "Свържете се с поддръжката на formsflow.ai",
"Please provide your tenant name to sign in": "Моля, предоставете името на вашата аренда, за да влезете",
"Tenant not found":"Наемателят не е намерен"
};
6 changes: 5 additions & 1 deletion forms-flow-service/src/resourceBundles/de/resourceBundles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -655,5 +655,9 @@ export const RESOURCE_BUNDLES_DE = {
"team for requests or queries.": "das Team für Anfragen oder Fragen.",
"Learn more about the feature": "Erfahren Sie mehr über das Feature",
" team.": "Team.",
"Connect with formsflow.ai team.": "Verbinden Sie sich mit dem formsflow.ai-Team."
"Connect with formsflow.ai team.": "Verbinden Sie sich mit dem formsflow.ai-Team.",
"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"
};
6 changes: 5 additions & 1 deletion forms-flow-service/src/resourceBundles/en/resourceBundles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,11 @@ export const RESOURCE_BUNDLES_EN = {
"team for requests or queries.": "team for requests or queries.",
"Learn more about the feature": "Learn more about the feature",
" team.": "team.",
"Connect with formsflow.ai team.": "Connect with formsflow.ai team."
"Connect with formsflow.ai team.": "Connect with formsflow.ai team.",
"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"
};


Expand Down
6 changes: 5 additions & 1 deletion forms-flow-service/src/resourceBundles/es/resourceBundles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,11 @@ export const RESOURCE_BUNDLES_ES = {
"team for requests or queries.": "equipo para solicitudes o consultas.",
"Learn more about the feature": "Aprender más sobre la función",
"team.": "equipo.",
"Connect with formsflow.ai team.": "Conéctese con el equipo de formsflow.ai."
"Connect with formsflow.ai team.": "Conéctese con el equipo de formsflow.ai.",
"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"
};


Expand Down
6 changes: 5 additions & 1 deletion forms-flow-service/src/resourceBundles/fr/resourceBundles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,11 @@ export const RESOURCE_BUNDLES_FR = {
"team for requests or queries.": "l'équipe pour toute demande ou question.",
"Learn more about the feature": "En savoir plus sur la fonctionnalité",
" team.": "équipe.",
"Connect with formsflow.ai team.": "Connectez-vous avec l'équipe de formsflow.ai."
"Connect with formsflow.ai team.": "Connectez-vous avec l'équipe de formsflow.ai.",
"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é"
};


Expand Down
6 changes: 5 additions & 1 deletion forms-flow-service/src/resourceBundles/pt/resourceBundles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,9 @@ export const RESOURCE_BUNDLES_PT = {
"team for requests or queries.": "a equipe para solicitações ou dúvidas.",
"Learn more about the feature": "Saiba mais sobre o recurso",
" team.": "equipe.",
"Connect with formsflow.ai team.": "Conecte-se com a equipe da formsflow.ai."
"Connect with formsflow.ai team.": "Conecte-se com a equipe da formsflow.ai.",
"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"
};
6 changes: 5 additions & 1 deletion forms-flow-service/src/resourceBundles/zh/resourceBundles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,10 @@ export const RESOURCE_BUNDLES_ZH = {
"team for requests or queries.": "团队以获取请求或查询。",
"Learn more about the feature": "了解更多功能",
" team.": "团队。",
"Connect with formsflow.ai team.": "与 formsflow.ai 团队联系。"
"Connect with formsflow.ai team.": "与 formsflow.ai 团队联系。",
"Proceed to Sign In": "继续登录",
"Contact formsflow.ai support": "联系 formsflow.ai 支持",
"Please provide your tenant name to sign in": "请提供您的租户名称以登录",
"Tenant not found":"未找到租户"
};

0 comments on commit 116931d

Please sign in to comment.