-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #123 from MGLL/feat/french-translation
Add french translations
- Loading branch information
Showing
17 changed files
with
458 additions
and
72 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,6 @@ | |
"close": "Close", | ||
"configureWaysToSignIn": "Configure ways to sign in", | ||
"confirm": "Confirm", | ||
"confirmProfileDelete": "Confirm profile delete", | ||
"copied": "Copied", | ||
"copy": "Copy", | ||
"createATxtRecordInYourDnsConfigurationForTheFollowingHostname": "Create a txt record in your dns configuration for the following hostname", | ||
|
@@ -51,7 +50,6 @@ | |
"currentRegisteredDomains": "Current registered domains", | ||
"currentSession": "Current session", | ||
"dark": "Dark", | ||
"deleteYourProfile": "Delete your profile", | ||
"description": "Description", | ||
"device-activity": "Device activity", | ||
"deviceActivity": "Device activity", | ||
|
@@ -62,6 +60,9 @@ | |
"doDeny": "Deny", | ||
"domainName": "Domain name", | ||
"domains": "Domains", | ||
"domains-add-placeholder": "www.your-domain.com", | ||
"domains-add-success": "{{domain}} has been added to organization. Please verify domain.", | ||
"domains-verify": "Verify domain", | ||
"done": "Done", | ||
"doSave": "Save", | ||
"doSignOut": "Sign out", | ||
|
@@ -70,6 +71,8 @@ | |
"editTheResource": "Share the resource - {{0}}", | ||
"email": "Email", | ||
"enterAVerificationCodeFromAuthenticatorApplication": "Enter a verification code from authenticator application", | ||
"error-domain-invalid": "Domain is not valid", | ||
"error-domain-already-present": "${domain} is already present for this org.", | ||
"error-empty": "Please specify value of '{{0}}'.", | ||
"error-invalid-blank": "Please specify value of '{{0}}'.", | ||
"error-invalid-date": "'{{0}}' is invalid date.", | ||
|
@@ -105,8 +108,14 @@ | |
"insufficientPermissionsToViewOrganization": "Insufficient permissions to view organization", | ||
"internalApp": "Internal", | ||
"inUse": "In use", | ||
"invitationInstructionsDescription": "Add a new member to the organization by entering their email and assigning them a role within the organization. An email will be sent to them with instructions on how to join.", | ||
"invitationTitle": "Invite new member to {{0}}", | ||
"insufficient-permissions": "Insufficient permissions to perform action.", | ||
"invitation-email-placeholder": "for example, Thomas, [email protected]", | ||
"invitation-instructions-description": "Add a new member to the organization by entering their email and assigning them a role within the organization. An email will be sent to them with instructions on how to join.", | ||
"invitation-missing-permission-title": "You lack the 'manage-invitations' role.", | ||
"invitation-missing-permission-body": "Speak to an admin in order to be granted this role.", | ||
"invitation-title": "Invite new member to {{0}}", | ||
"invitation-toast-submit": "{{data.email}} is being sent an invitation.", | ||
"invitation-toast-submit-success": "{{data.email}} has been sent an invitation.", | ||
"inviteNewMembers": "Invite new members", | ||
"inviteNewMembersOrRemoveMembersFromTheOrganization": "Invite new members or remove members from the organization", | ||
"ipAddress": "IP address", | ||
|
@@ -128,9 +137,12 @@ | |
"localization": "Localization", | ||
"logo": "Logo", | ||
"logOut": "Log out", | ||
"manage": "manage", | ||
"manageAccount": "Manage account", | ||
"manageLoginsThroughThirdPartyAccounts": "Manage logins through third party accounts", | ||
"manageYourUserProfileInformation": "Manage your user profile information", | ||
"member-roles-missing-permission-title": "You lack the 'manage-roles' role.", | ||
"member-roles-missing-permission-body": "Speak to an admin in order to be granted this role.", | ||
"members": "Members", | ||
"myResources": "My Resources", | ||
"name": "Name", | ||
|
@@ -141,6 +153,7 @@ | |
"notSetUp": "{{0}} is not set up.", | ||
"offlineAccess": "Offline access", | ||
"options": "Options", | ||
"org-details-stat-sso-active": "active SSO connections", | ||
"organization": "Organization", | ||
"organizations": "Organizations", | ||
"otp-display-name": "Authenticator application", | ||
|
@@ -151,6 +164,7 @@ | |
"password": "My password", | ||
"passwordless": "no password", | ||
"path": "Path", | ||
"pending": "pending", | ||
"permanentlyRemoveYourProfileAndAllOfItsContentsThisActionIsNotReversibleSoPleaseContinueWithCaution": "Permanently remove your profile and all of its contents this action is not reversible so please continue with caution", | ||
"permissionRequest": "Permission requests - {{0}}", | ||
"permissionRequests": "Permission requests", | ||
|
@@ -160,6 +174,13 @@ | |
"personalInformation": "Personal information", | ||
"privacyPolicy": "Privacy policy", | ||
"profile": "Profile", | ||
"profile-delete-title": "Delete your profile", | ||
"profile-delete-confirm": "Confirm profile delete", | ||
"profile-delete-write-to-confirm": "Write 'delete' to confirm.", | ||
"profile-email-placeholder": "[email protected]", | ||
"profile-localization-description": "Manage your localization (language).", | ||
"profile-toast-success": "Profile updated successfully.", | ||
"profile-toast-error": "Error during Profile update.", | ||
"provider": "Provider", | ||
"refreshPage": "Refresh the page", | ||
"remove": "Remove", | ||
|
@@ -186,8 +207,20 @@ | |
"resourceSharedWith_other": "Resource is shared with <0>{{username}}</0> and <1>{{other}}</1> other users", | ||
"resourceSharedWith_zero": "This resource is not shared.", | ||
"returnToHomepage": "Return to homepage", | ||
"role-toast-granted": "Granted {{roleName}} role to user.", | ||
"role-toast-granted-error": "Error granting role {{roleName}} to user. Please try again.", | ||
"role-toast-granted-all": "Granted all roles to user.", | ||
"role-toast-granted-all-error": "Error granting all roles to user. Please try again.", | ||
"role-toast-revoked": "Revoked {{roleName}} role from user.", | ||
"role-toast-revoked-error": "Error revoking {{roleName}} role from user. Please try again.", | ||
"role-toast-revoked-all": "Revoked all roles for user.", | ||
"role-toast-revoked-all-error": "Error revoking all roles for user. Please try again.", | ||
"role-toast-granted-filter": "Granted roles to user:", | ||
"role-set": "Set roles:", | ||
"role-section-header-title": "Edit roles of", | ||
"save": "Save", | ||
"searchMembers": "Search members", | ||
"searchOrganizations": "Search Organizations", | ||
"securityKey": "Security key", | ||
"selectLocale": "Select Locale", | ||
"selectOne": "Select an option", | ||
|
@@ -267,11 +300,10 @@ | |
"verificationPending": "Verification pending", | ||
"verified": "Verified", | ||
"verify": "Verify", | ||
"verifyDomain": "Verify domain", | ||
"view": "view", | ||
"viewLinkedDomainsAndVerifyDnsEntries": "View linked domains and verify dns entries", | ||
"viewOrganizationInformationChangeDisplayName": "View organization information change display name", | ||
"welcomeMessage": "Welcome to keycloak account management", | ||
"writeDeleteToConfirm": "Write delete to confirm", | ||
"youAreTheSameUserAsThisUser": "This is your account! This is you!", | ||
"youLackTheManageRolesRole": "You lack the manage roles role" | ||
} |
Oops, something went wrong.