Skip to content

Commit

Permalink
chore(phrases): add i18n phrases for console invitation interim pages (
Browse files Browse the repository at this point in the history
  • Loading branch information
charIeszhao authored Mar 25, 2024
1 parent 8d14c87 commit 4766d22
Show file tree
Hide file tree
Showing 45 changed files with 352 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ const general = {
edit_field: 'Bearbeite {{field}}',
delete_field: 'Lösche {{field}}',
coming_soon: 'Demnächst verfügbar',
/** UNTRANSLATED */
or: 'Or',
};

export default Object.freeze(general);
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import errors from './errors.js';
import general from './general.js';
import get_started from './get-started.js';
import guide from './guide.js';
import invitation from './invitation.js';
import jwt_claims from './jwt-claims.js';
import log_details from './log-details.js';
import logs from './logs.js';
Expand Down Expand Up @@ -89,6 +90,7 @@ const admin_console = {
organization_details,
protected_app,
jwt_claims,
invitation,
};

export default Object.freeze(admin_console);
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
const invitation = {
/** UNTRANSLATED */
find_your_tenants: 'Find your tenants',
/** UNTRANSLATED */
find_tenants_description:
'Your email address may already be registered with multiple tenants. You can choose to join the existing ones or continue create a new one.',
/** UNTRANSLATED */
create_new_tenant: 'Create a new tenant',
/** UNTRANSLATED */
email_not_match_title: 'You are currently signed in as\n{{email}}.',
/** UNTRANSLATED */
email_not_match_description:
'You do not currently have access to this organization.\nPlease sign in with the correct account to accept the invitation and become a member of the organization.',
/** UNTRANSLATED */
switch_account: 'Sign in to another account',
/** UNTRANSLATED */
invalid_invitation_status: 'Invalid invitation. Please contact the administrator and try again.',
};

export default Object.freeze(invitation);
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ const general = {
edit_field: 'Edit {{field}}',
delete_field: 'Delete {{field}}',
coming_soon: 'Coming soon',
or: 'Or',
};

export default Object.freeze(general);
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import errors from './errors.js';
import general from './general.js';
import get_started from './get-started.js';
import guide from './guide.js';
import invitation from './invitation.js';
import jwt_claims from './jwt-claims.js';
import log_details from './log-details.js';
import logs from './logs.js';
Expand Down Expand Up @@ -89,6 +90,7 @@ const admin_console = {
organization_details,
protected_app,
jwt_claims,
invitation,
};

export default Object.freeze(admin_console);
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
const invitation = {
find_your_tenants: 'Find your tenants',
find_tenants_description:
'Your email address may already be registered with multiple tenants. You can choose to join the existing ones or continue create a new one.',
create_new_tenant: 'Create a new tenant',
email_not_match_title: 'You are currently signed in as\n{{email}}.',
email_not_match_description:
'You do not currently have access to this organization.\nPlease sign in with the correct account to accept the invitation and become a member of the organization.',
switch_account: 'Sign in to another account',
invalid_invitation_status: 'Invalid invitation. Please contact the administrator and try again.',
};

export default Object.freeze(invitation);
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ const general = {
edit_field: 'Editar {{field}}',
delete_field: 'Eliminar {{field}}',
coming_soon: 'Próximamente',
/** UNTRANSLATED */
or: 'Or',
};

export default Object.freeze(general);
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import errors from './errors.js';
import general from './general.js';
import get_started from './get-started.js';
import guide from './guide.js';
import invitation from './invitation.js';
import jwt_claims from './jwt-claims.js';
import log_details from './log-details.js';
import logs from './logs.js';
Expand Down Expand Up @@ -89,6 +90,7 @@ const admin_console = {
organization_details,
protected_app,
jwt_claims,
invitation,
};

export default Object.freeze(admin_console);
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
const invitation = {
/** UNTRANSLATED */
find_your_tenants: 'Find your tenants',
/** UNTRANSLATED */
find_tenants_description:
'Your email address may already be registered with multiple tenants. You can choose to join the existing ones or continue create a new one.',
/** UNTRANSLATED */
create_new_tenant: 'Create a new tenant',
/** UNTRANSLATED */
email_not_match_title: 'You are currently signed in as\n{{email}}.',
/** UNTRANSLATED */
email_not_match_description:
'You do not currently have access to this organization.\nPlease sign in with the correct account to accept the invitation and become a member of the organization.',
/** UNTRANSLATED */
switch_account: 'Sign in to another account',
/** UNTRANSLATED */
invalid_invitation_status: 'Invalid invitation. Please contact the administrator and try again.',
};

export default Object.freeze(invitation);
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ const general = {
edit_field: 'Modifier {{field}}',
delete_field: 'Supprimer {{field}}',
coming_soon: 'Bientôt disponible',
/** UNTRANSLATED */
or: 'Or',
};

export default Object.freeze(general);
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import errors from './errors.js';
import general from './general.js';
import get_started from './get-started.js';
import guide from './guide.js';
import invitation from './invitation.js';
import jwt_claims from './jwt-claims.js';
import log_details from './log-details.js';
import logs from './logs.js';
Expand Down Expand Up @@ -89,6 +90,7 @@ const admin_console = {
organization_details,
protected_app,
jwt_claims,
invitation,
};

export default Object.freeze(admin_console);
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
const invitation = {
/** UNTRANSLATED */
find_your_tenants: 'Find your tenants',
/** UNTRANSLATED */
find_tenants_description:
'Your email address may already be registered with multiple tenants. You can choose to join the existing ones or continue create a new one.',
/** UNTRANSLATED */
create_new_tenant: 'Create a new tenant',
/** UNTRANSLATED */
email_not_match_title: 'You are currently signed in as\n{{email}}.',
/** UNTRANSLATED */
email_not_match_description:
'You do not currently have access to this organization.\nPlease sign in with the correct account to accept the invitation and become a member of the organization.',
/** UNTRANSLATED */
switch_account: 'Sign in to another account',
/** UNTRANSLATED */
invalid_invitation_status: 'Invalid invitation. Please contact the administrator and try again.',
};

export default Object.freeze(invitation);
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ const general = {
edit_field: 'Modifica {{field}}',
delete_field: 'Elimina {{field}}',
coming_soon: 'Prossimamente',
/** UNTRANSLATED */
or: 'Or',
};

export default Object.freeze(general);
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import errors from './errors.js';
import general from './general.js';
import get_started from './get-started.js';
import guide from './guide.js';
import invitation from './invitation.js';
import jwt_claims from './jwt-claims.js';
import log_details from './log-details.js';
import logs from './logs.js';
Expand Down Expand Up @@ -89,6 +90,7 @@ const admin_console = {
organization_details,
protected_app,
jwt_claims,
invitation,
};

export default Object.freeze(admin_console);
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
const invitation = {
/** UNTRANSLATED */
find_your_tenants: 'Find your tenants',
/** UNTRANSLATED */
find_tenants_description:
'Your email address may already be registered with multiple tenants. You can choose to join the existing ones or continue create a new one.',
/** UNTRANSLATED */
create_new_tenant: 'Create a new tenant',
/** UNTRANSLATED */
email_not_match_title: 'You are currently signed in as\n{{email}}.',
/** UNTRANSLATED */
email_not_match_description:
'You do not currently have access to this organization.\nPlease sign in with the correct account to accept the invitation and become a member of the organization.',
/** UNTRANSLATED */
switch_account: 'Sign in to another account',
/** UNTRANSLATED */
invalid_invitation_status: 'Invalid invitation. Please contact the administrator and try again.',
};

export default Object.freeze(invitation);
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ const general = {
edit_field: '{{field}}を編集',
delete_field: '{{field}}を削除',
coming_soon: '近日公開予定',
/** UNTRANSLATED */
or: 'Or',
};

export default Object.freeze(general);
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import errors from './errors.js';
import general from './general.js';
import get_started from './get-started.js';
import guide from './guide.js';
import invitation from './invitation.js';
import jwt_claims from './jwt-claims.js';
import log_details from './log-details.js';
import logs from './logs.js';
Expand Down Expand Up @@ -89,6 +90,7 @@ const admin_console = {
organization_details,
protected_app,
jwt_claims,
invitation,
};

export default Object.freeze(admin_console);
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
const invitation = {
/** UNTRANSLATED */
find_your_tenants: 'Find your tenants',
/** UNTRANSLATED */
find_tenants_description:
'Your email address may already be registered with multiple tenants. You can choose to join the existing ones or continue create a new one.',
/** UNTRANSLATED */
create_new_tenant: 'Create a new tenant',
/** UNTRANSLATED */
email_not_match_title: 'You are currently signed in as\n{{email}}.',
/** UNTRANSLATED */
email_not_match_description:
'You do not currently have access to this organization.\nPlease sign in with the correct account to accept the invitation and become a member of the organization.',
/** UNTRANSLATED */
switch_account: 'Sign in to another account',
/** UNTRANSLATED */
invalid_invitation_status: 'Invalid invitation. Please contact the administrator and try again.',
};

export default Object.freeze(invitation);
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ const general = {
edit_field: '{{field}} 편집',
delete_field: '{{field}} 삭제',
coming_soon: '곧 출시 예정',
/** UNTRANSLATED */
or: 'Or',
};

export default Object.freeze(general);
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import errors from './errors.js';
import general from './general.js';
import get_started from './get-started.js';
import guide from './guide.js';
import invitation from './invitation.js';
import jwt_claims from './jwt-claims.js';
import log_details from './log-details.js';
import logs from './logs.js';
Expand Down Expand Up @@ -89,6 +90,7 @@ const admin_console = {
organization_details,
protected_app,
jwt_claims,
invitation,
};

export default Object.freeze(admin_console);
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
const invitation = {
/** UNTRANSLATED */
find_your_tenants: 'Find your tenants',
/** UNTRANSLATED */
find_tenants_description:
'Your email address may already be registered with multiple tenants. You can choose to join the existing ones or continue create a new one.',
/** UNTRANSLATED */
create_new_tenant: 'Create a new tenant',
/** UNTRANSLATED */
email_not_match_title: 'You are currently signed in as\n{{email}}.',
/** UNTRANSLATED */
email_not_match_description:
'You do not currently have access to this organization.\nPlease sign in with the correct account to accept the invitation and become a member of the organization.',
/** UNTRANSLATED */
switch_account: 'Sign in to another account',
/** UNTRANSLATED */
invalid_invitation_status: 'Invalid invitation. Please contact the administrator and try again.',
};

export default Object.freeze(invitation);
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ const general = {
edit_field: 'Edytuj {{field}}',
delete_field: 'Usuń {{field}}',
coming_soon: 'Wkrótce dostępne',
/** UNTRANSLATED */
or: 'Or',
};

export default Object.freeze(general);
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import errors from './errors.js';
import general from './general.js';
import get_started from './get-started.js';
import guide from './guide.js';
import invitation from './invitation.js';
import jwt_claims from './jwt-claims.js';
import log_details from './log-details.js';
import logs from './logs.js';
Expand Down Expand Up @@ -89,6 +90,7 @@ const admin_console = {
organization_details,
protected_app,
jwt_claims,
invitation,
};

export default Object.freeze(admin_console);
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
const invitation = {
/** UNTRANSLATED */
find_your_tenants: 'Find your tenants',
/** UNTRANSLATED */
find_tenants_description:
'Your email address may already be registered with multiple tenants. You can choose to join the existing ones or continue create a new one.',
/** UNTRANSLATED */
create_new_tenant: 'Create a new tenant',
/** UNTRANSLATED */
email_not_match_title: 'You are currently signed in as\n{{email}}.',
/** UNTRANSLATED */
email_not_match_description:
'You do not currently have access to this organization.\nPlease sign in with the correct account to accept the invitation and become a member of the organization.',
/** UNTRANSLATED */
switch_account: 'Sign in to another account',
/** UNTRANSLATED */
invalid_invitation_status: 'Invalid invitation. Please contact the administrator and try again.',
};

export default Object.freeze(invitation);
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ const general = {
edit_field: 'Editar {{field}}',
delete_field: 'Excluir {{field}}',
coming_soon: 'Em breve',
/** UNTRANSLATED */
or: 'Or',
};

export default Object.freeze(general);
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import errors from './errors.js';
import general from './general.js';
import get_started from './get-started.js';
import guide from './guide.js';
import invitation from './invitation.js';
import jwt_claims from './jwt-claims.js';
import log_details from './log-details.js';
import logs from './logs.js';
Expand Down Expand Up @@ -89,6 +90,7 @@ const admin_console = {
organization_details,
protected_app,
jwt_claims,
invitation,
};

export default Object.freeze(admin_console);
Loading

0 comments on commit 4766d22

Please sign in to comment.