-
-
Notifications
You must be signed in to change notification settings - Fork 440
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(phrases): add i18n phrases for console invitation interim pages (…
- Loading branch information
1 parent
8d14c87
commit 4766d22
Showing
45 changed files
with
352 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
packages/phrases/src/locales/de/translation/admin-console/invitation.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
packages/phrases/src/locales/en/translation/admin-console/invitation.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
packages/phrases/src/locales/es/translation/admin-console/invitation.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
packages/phrases/src/locales/fr/translation/admin-console/invitation.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
packages/phrases/src/locales/it/translation/admin-console/invitation.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
packages/phrases/src/locales/ja/translation/admin-console/invitation.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
packages/phrases/src/locales/ko/translation/admin-console/invitation.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
packages/phrases/src/locales/pl-pl/translation/admin-console/invitation.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.