mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
New Crowdin updates (#1242)
* New translations messages.json (Romanian) * New translations messages.json (Korean) * New translations messages.json (Vietnamese) * New translations messages.json (Chinese Traditional) * New translations messages.json (Chinese Simplified) * New translations messages.json (Ukrainian) * New translations messages.json (Turkish) * New translations messages.json (French) * New translations messages.json (Serbian (Cyrillic)) * New translations messages.json (Slovenian) * New translations messages.json (Slovak) * New translations messages.json (Russian) * New translations messages.json (Portuguese) * New translations messages.json (Polish) * New translations messages.json (Dutch) * New translations messages.json (Swedish) * New translations messages.json (Japanese) * New translations messages.json (Czech) * New translations messages.json (Italian) * New translations messages.json (Spanish) * New translations messages.json (Afrikaans) * New translations messages.json (Bulgarian) * New translations messages.json (Catalan) * New translations messages.json (Belarusian) * New translations messages.json (Danish) * New translations messages.json (German) * New translations messages.json (Greek) * New translations messages.json (Finnish) * New translations messages.json (Hebrew) * New translations messages.json (Hungarian) * New translations messages.json (English, United Kingdom) * New translations messages.json (Serbian (Latin)) * New translations messages.json (Norwegian Bokmal) * New translations messages.json (Kannada) * New translations messages.json (Sinhala) * New translations messages.json (Malayalam) * New translations messages.json (Filipino) * New translations messages.json (Esperanto) * New translations messages.json (Bengali) * New translations messages.json (Hindi) * New translations messages.json (Azerbaijani) * New translations messages.json (Latvian) * New translations messages.json (Estonian) * New translations messages.json (Norwegian Nynorsk) * New translations messages.json (Croatian) * New translations messages.json (Indonesian) * New translations messages.json (Portuguese, Brazilian) * New translations messages.json (English, India)
This commit is contained in:
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Verander e-pos"
|
"message": "Verander e-pos"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "Nuwe e-pos"
|
"message": "Nuwe e-pos"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Purged organization vault."
|
"message": "Purged organization vault."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Proceed below to delete all items and folders in your vault. Items that belong to an organization that you share with will not be deleted."
|
"message": "Proceed below to delete all items and folders in your vault. Items that belong to an organization that you share with will not be deleted."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Beleide"
|
"message": "Beleide"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Wysig Beleid"
|
"message": "Wysig Beleid"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Bevestig"
|
"message": "Bevestig"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Eienaar"
|
"message": "Eienaar"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "The highest access user that can manage all aspects of your organization."
|
"message": "The highest access user that can manage all aspects of your organization."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Admin"
|
"message": "Admin"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Toestel"
|
"message": "Toestel"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Enter your installation id"
|
"message": "Enter your installation id"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Add Seats",
|
"message": "Add Seats",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Remove Seats",
|
"message": "Remove Seats",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Your subscription allows for a total of $COUNT$ users.",
|
"message": "Your subscription allows for a total of $COUNT$ users.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Seats To Add"
|
"message": "Seats To Add"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "You may now close this tab and continue in the extension."
|
"message": "You may now close this tab and continue in the extension."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Sakeportaal",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "All Teams features, plus:"
|
"message": "All Teams features, plus:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Link SSO"
|
"message": "Link SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Policy configuration has been moved, and this page will soon be deprecated. Please click below to use the Business Portal policies page instead."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Enkele organisasie"
|
"message": "Enkele organisasie"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Toestemmings"
|
"message": "Toestemmings"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Access Business Portal"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Access Event Logs"
|
"message": "Access Event Logs"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Bestuur alle versamelings"
|
"message": "Bestuur alle versamelings"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Bestuur toegekende versamelings"
|
"message": "Bestuur toegekende versamelings"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Bestuur groepe"
|
"message": "Bestuur groepe"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Bestuur wagwoordherstel"
|
"message": "Bestuur wagwoordherstel"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "’n Organisasiebeleid beïnvloed u eienaarskapopsies."
|
"message": "’n Organisasiebeleid beïnvloed u eienaarskapopsies."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Deaktiveer persoonlike eienaarskap vir organisasiegebruikers"
|
"message": "Deaktiveer persoonlike eienaarskap vir organisasiegebruikers"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Herstel wagwoord"
|
"message": "Herstel wagwoord"
|
||||||
},
|
},
|
||||||
@@ -3947,13 +4070,13 @@
|
|||||||
"message": "Automatic Enrollment"
|
"message": "Automatic Enrollment"
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollDescription": {
|
"resetPasswordPolicyAutoEnrollDescription": {
|
||||||
"message": "All users will be automatically enrolled in password reset once their invite is accepted."
|
"message": "All users will be automatically enrolled in password reset once their invite is accepted and will not be allowed to withdraw."
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollWarning": {
|
"resetPasswordPolicyAutoEnrollWarning": {
|
||||||
"message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password."
|
"message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password."
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollCheckbox": {
|
"resetPasswordPolicyAutoEnrollCheckbox": {
|
||||||
"message": "Automatically enroll new users"
|
"message": "Require new users to be enrolled automatically"
|
||||||
},
|
},
|
||||||
"resetPasswordAutoEnrollInviteWarning": {
|
"resetPasswordAutoEnrollInviteWarning": {
|
||||||
"message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password."
|
"message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password."
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Is u seker u wil die volgende gebruikers verwyder? Die proses duur enkele sekondes en kan nie onderbreek of gekanselleer word nie."
|
"message": "Is u seker u wil die volgende gebruikers verwyder? Die proses duur enkele sekondes en kan nie onderbreek of gekanselleer word nie."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Bevestig keuse"
|
"message": "Bevestig keuse"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Bestuur gebruikers moet geaktiveer wees met die Wagwoordherstel-toestemming"
|
"message": "Bestuur gebruikers moet geaktiveer wees met die Wagwoordherstel-toestemming"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "E-poçtu dəyişdir"
|
"message": "E-poçtu dəyişdir"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "Yeni e-poçt"
|
"message": "Yeni e-poçt"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Təşkilat anbarı təmizləndi."
|
"message": "Təşkilat anbarı təmizləndi."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Anbarınızdakı bütün element və qovluqları silmək üçün aşağıdan davam edin. Paylaşdığınız bir təşkilata aid olan elementlər silinməyəcək."
|
"message": "Anbarınızdakı bütün element və qovluqları silmək üçün aşağıdan davam edin. Paylaşdığınız bir təşkilata aid olan elementlər silinməyəcək."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Siyasətlər"
|
"message": "Siyasətlər"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Siyasətə düzəliş et"
|
"message": "Siyasətə düzəliş et"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Təsdiqləndi"
|
"message": "Təsdiqləndi"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Sahiblik"
|
"message": "Sahiblik"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "Təşkilatınızın bütün aspektlərini idarə edə bilər yüksək müraciətə malik istifadəçi."
|
"message": "Təşkilatınızın bütün aspektlərini idarə edə bilər yüksək müraciətə malik istifadəçi."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Admin"
|
"message": "Admin"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Cihaz"
|
"message": "Cihaz"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Quraşdırma kimlik nömrənizi daxil edin"
|
"message": "Quraşdırma kimlik nömrənizi daxil edin"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Yer əlavə et",
|
"message": "Yer əlavə et",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Yeri götür",
|
"message": "Yeri götür",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Abunəliyiniz cəmi $COUNT$ istifadəçiyə icazə verir.",
|
"message": "Abunəliyiniz cəmi $COUNT$ istifadəçiyə icazə verir.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Əlavə ediləcək yerlər"
|
"message": "Əlavə ediləcək yerlər"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "Bu vərəqi indi bağlayıb genişləndirmədə davam edə bilərsiniz."
|
"message": "Bu vərəqi indi bağlayıb genişləndirmədə davam edə bilərsiniz."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Biznes portalı",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "Bütün komanda özəllikləri, əlavə olaraq:"
|
"message": "Bütün komanda özəllikləri, əlavə olaraq:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "SSO bağlantısını yarat"
|
"message": "SSO bağlantısını yarat"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Siyasət konfiqurasiyası köçürüldü və bu səhifə tezliklə ləğv ediləcək. Əvəzində biznes portalı siyasətlərini istifadə etmək üçün zəhmət olmasa aşağıda klikləyin."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Tək təşkilat"
|
"message": "Tək təşkilat"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "İcazələr"
|
"message": "İcazələr"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Biznes portalına müraciət"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Tədbir jurnalına müraciət"
|
"message": "Tədbir jurnalına müraciət"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Bütün kolleksiyaları idarə et"
|
"message": "Bütün kolleksiyaları idarə et"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Təyin edilmiş kolleksiyaları idarə et"
|
"message": "Təyin edilmiş kolleksiyaları idarə et"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Qrupları idarə et"
|
"message": "Qrupları idarə et"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "\"Şifrə sıfırlama\"nı idarə et"
|
"message": "\"Şifrə sıfırlama\"nı idarə et"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "Bu siyasət sıradan çıxarılmazdan əvvəl \"Tək daxil olma kimlik təsdiqləmə\" siyasətini əllə sıradan çıxartmalısınız."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Bir təşkilat siyasəti, sahiblik seçimlərinizə təsir edir."
|
"message": "Bir təşkilat siyasəti, sahiblik seçimlərinizə təsir edir."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Təşkilat istifadəçiləri üçün fərdi sahibliyi sıradan çıxart"
|
"message": "Təşkilat istifadəçiləri üçün fərdi sahibliyi sıradan çıxart"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Şifrə sıfırlama"
|
"message": "Şifrə sıfırlama"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Aşağıdakı istifadəçiləri çıxartmaq istədiyinizə əminsiniz? Bu prosesin tamamlanması bir neçə saniyə çəkir, ləğv edilə və ya dayandırıla bilməz."
|
"message": "Aşağıdakı istifadəçiləri çıxartmaq istədiyinizə əminsiniz? Bu prosesin tamamlanması bir neçə saniyə çəkir, ləğv edilə və ya dayandırıla bilməz."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Seçiləni təsdiqlə"
|
"message": "Seçiləni təsdiqlə"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "\"İstifadəçiləri idarə et\", \"Şifrə sıfırlanmasını idarə et\" icazəsi ilə də fəallaşdırılmalıdır"
|
"message": "\"İstifadəçiləri idarə et\", \"Şifrə sıfırlanmasını idarə et\" icazəsi ilə də fəallaşdırılmalıdır"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Змяніць адрас электроннай пошты"
|
"message": "Змяніць адрас электроннай пошты"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "Новы адрас электроннай пошты"
|
"message": "Новы адрас электроннай пошты"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Purged organization vault."
|
"message": "Purged organization vault."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Proceed below to delete all items and folders in your vault. Items that belong to an organization that you share with will not be deleted."
|
"message": "Proceed below to delete all items and folders in your vault. Items that belong to an organization that you share with will not be deleted."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Policies"
|
"message": "Policies"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Edit Policy"
|
"message": "Edit Policy"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Confirmed"
|
"message": "Confirmed"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Owner"
|
"message": "Owner"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "The highest access user that can manage all aspects of your organization."
|
"message": "The highest access user that can manage all aspects of your organization."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Admin"
|
"message": "Admin"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Device"
|
"message": "Device"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Enter your installation id"
|
"message": "Enter your installation id"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Add Seats",
|
"message": "Add Seats",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Remove Seats",
|
"message": "Remove Seats",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Your subscription allows for a total of $COUNT$ users.",
|
"message": "Your subscription allows for a total of $COUNT$ users.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Seats To Add"
|
"message": "Seats To Add"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "You may now close this tab and continue in the extension."
|
"message": "You may now close this tab and continue in the extension."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Business Portal",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "All Teams features, plus:"
|
"message": "All Teams features, plus:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Link SSO"
|
"message": "Link SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Policy configuration has been moved, and this page will soon be deprecated. Please click below to use the Business Portal policies page instead."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Single Organization"
|
"message": "Single Organization"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Permissions"
|
"message": "Permissions"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Access Business Portal"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Access Event Logs"
|
"message": "Access Event Logs"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Manage All Collections"
|
"message": "Manage All Collections"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Manage Assigned Collections"
|
"message": "Manage Assigned Collections"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Manage Groups"
|
"message": "Manage Groups"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Manage Password Reset"
|
"message": "Manage Password Reset"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organization policy is affecting your ownership options."
|
"message": "An organization policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Disable personal ownership for organization users"
|
"message": "Disable personal ownership for organization users"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Reset Password"
|
"message": "Reset Password"
|
||||||
},
|
},
|
||||||
@@ -3947,13 +4070,13 @@
|
|||||||
"message": "Automatic Enrollment"
|
"message": "Automatic Enrollment"
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollDescription": {
|
"resetPasswordPolicyAutoEnrollDescription": {
|
||||||
"message": "All users will be automatically enrolled in password reset once their invite is accepted."
|
"message": "All users will be automatically enrolled in password reset once their invite is accepted and will not be allowed to withdraw."
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollWarning": {
|
"resetPasswordPolicyAutoEnrollWarning": {
|
||||||
"message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password."
|
"message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password."
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollCheckbox": {
|
"resetPasswordPolicyAutoEnrollCheckbox": {
|
||||||
"message": "Automatically enroll new users"
|
"message": "Require new users to be enrolled automatically"
|
||||||
},
|
},
|
||||||
"resetPasswordAutoEnrollInviteWarning": {
|
"resetPasswordAutoEnrollInviteWarning": {
|
||||||
"message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password."
|
"message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password."
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Confirm Selected"
|
"message": "Confirm Selected"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Промяна на адреса за е-поща"
|
"message": "Промяна на адреса за е-поща"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "Нов адрес за електронна поща"
|
"message": "Нов адрес за електронна поща"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Трезорът на организацията е напълно изчистен."
|
"message": "Трезорът на организацията е напълно изчистен."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Ако продължите, ще изтриете всички папки и записи в трезора ви. Елементите, които са споделени и принадлежат на организации, няма да бъдат изтрити."
|
"message": "Ако продължите, ще изтриете всички папки и записи в трезора ви. Елементите, които са споделени и принадлежат на организации, няма да бъдат изтрити."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Политики"
|
"message": "Политики"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Редактиране на политика"
|
"message": "Редактиране на политика"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Потвърдил"
|
"message": "Потвърдил"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Собственик"
|
"message": "Собственик"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "Потребителят с най-големи права, който може да управлява всички настройки на организацията ви."
|
"message": "Потребителят с най-големи права, който може да управлява всички настройки на организацията ви."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Администратор"
|
"message": "Администратор"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Устройство"
|
"message": "Устройство"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Въведете идентификатора на инсталацията"
|
"message": "Въведете идентификатора на инсталацията"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Добавяне на потребители",
|
"message": "Добавяне на потребители",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Намаляване на потребители",
|
"message": "Намаляване на потребители",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Абонаментът ви позволява $COUNT$ на брой потребители.",
|
"message": "Абонаментът ви позволява $COUNT$ на брой потребители.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Брой потребители за добавяне"
|
"message": "Брой потребители за добавяне"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "Вече може да затворите подпрозореца и да продължите в разширението."
|
"message": "Вече може да затворите подпрозореца и да продължите в разширението."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Бизнес портал",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "Всички възможности в екип плюс:"
|
"message": "Всички възможности в екип плюс:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Свързване на еднократна идентификация"
|
"message": "Свързване на еднократна идентификация"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Настройките на политиките са преместени и скоро тази страница ще бъдат махната. Натиснете по-долу, за да преминете към страницата за политиките в бизнес портала."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Една организация"
|
"message": "Една организация"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Права"
|
"message": "Права"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Достъп до бизнес портала"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Достъп до журналите"
|
"message": "Достъп до журналите"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Управление на всички колекции"
|
"message": "Управление на всички колекции"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Управление на възложените колекции"
|
"message": "Управление на възложените колекции"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Управление на групи"
|
"message": "Управление на групи"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Управление на помощта при смяната на паролата"
|
"message": "Управление на помощта при смяната на паролата"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "За да изключите тази политика, първо трябва ръчно да изключите политиката за еднократна идентификация."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Политика от някоя организация влияе на вариантите за собственост."
|
"message": "Политика от някоя организация влияе на вариантите за собственост."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Изключване на индивидуалното притежание за потребителите в организацията"
|
"message": "Изключване на индивидуалното притежание за потребителите в организацията"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Смяна на паролата"
|
"message": "Смяна на паролата"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Наистина ли искате да премахнете следните потребители? Процесът може да отнеме няколко секунди и не може да бъде прекъснат или отменен."
|
"message": "Наистина ли искате да премахнете следните потребители? Процесът може да отнеме няколко секунди и не може да бъде прекъснат или отменен."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Потвърждаване на избраните"
|
"message": "Потвърждаване на избраните"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Управлението на потребителите трябва също да бъде включено с разрешението за „Управление на помощта при смяната на паролата“"
|
"message": "Управлението на потребителите трябва също да бъде включено с разрешението за „Управление на помощта при смяната на паролата“"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Change Email"
|
"message": "Change Email"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "New Email"
|
"message": "New Email"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Purged organization vault."
|
"message": "Purged organization vault."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Proceed below to delete all items and folders in your vault. Items that belong to an organization that you share with will not be deleted."
|
"message": "Proceed below to delete all items and folders in your vault. Items that belong to an organization that you share with will not be deleted."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Policies"
|
"message": "Policies"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Edit Policy"
|
"message": "Edit Policy"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Confirmed"
|
"message": "Confirmed"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Owner"
|
"message": "Owner"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "The highest access user that can manage all aspects of your organization."
|
"message": "The highest access user that can manage all aspects of your organization."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Admin"
|
"message": "Admin"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Device"
|
"message": "Device"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Enter your installation id"
|
"message": "Enter your installation id"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Add Seats",
|
"message": "Add Seats",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Remove Seats",
|
"message": "Remove Seats",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Your subscription allows for a total of $COUNT$ users.",
|
"message": "Your subscription allows for a total of $COUNT$ users.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Seats To Add"
|
"message": "Seats To Add"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "You may now close this tab and continue in the extension."
|
"message": "You may now close this tab and continue in the extension."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Business Portal",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "All Teams features, plus:"
|
"message": "All Teams features, plus:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Link SSO"
|
"message": "Link SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Policy configuration has been moved, and this page will soon be deprecated. Please click below to use the Business Portal policies page instead."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Single Organization"
|
"message": "Single Organization"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Permissions"
|
"message": "Permissions"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Access Business Portal"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Access Event Logs"
|
"message": "Access Event Logs"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Manage All Collections"
|
"message": "Manage All Collections"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Manage Assigned Collections"
|
"message": "Manage Assigned Collections"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Manage Groups"
|
"message": "Manage Groups"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Manage Password Reset"
|
"message": "Manage Password Reset"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organization policy is affecting your ownership options."
|
"message": "An organization policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Disable personal ownership for organization users"
|
"message": "Disable personal ownership for organization users"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Reset Password"
|
"message": "Reset Password"
|
||||||
},
|
},
|
||||||
@@ -3947,13 +4070,13 @@
|
|||||||
"message": "Automatic Enrollment"
|
"message": "Automatic Enrollment"
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollDescription": {
|
"resetPasswordPolicyAutoEnrollDescription": {
|
||||||
"message": "All users will be automatically enrolled in password reset once their invite is accepted."
|
"message": "All users will be automatically enrolled in password reset once their invite is accepted and will not be allowed to withdraw."
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollWarning": {
|
"resetPasswordPolicyAutoEnrollWarning": {
|
||||||
"message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password."
|
"message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password."
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollCheckbox": {
|
"resetPasswordPolicyAutoEnrollCheckbox": {
|
||||||
"message": "Automatically enroll new users"
|
"message": "Require new users to be enrolled automatically"
|
||||||
},
|
},
|
||||||
"resetPasswordAutoEnrollInviteWarning": {
|
"resetPasswordAutoEnrollInviteWarning": {
|
||||||
"message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password."
|
"message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password."
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Confirm Selected"
|
"message": "Confirm Selected"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Canvia el correu electrònic"
|
"message": "Canvia el correu electrònic"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "Nou correu electrònic"
|
"message": "Nou correu electrònic"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "S'ha purgat la caixa forta de l'organització."
|
"message": "S'ha purgat la caixa forta de l'organització."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Procediu a continuació per esborrar tots els elements i carpetes de la vostra caixa forta. Els elements compartits i que pertanyen a una organització no se suprimiran."
|
"message": "Procediu a continuació per esborrar tots els elements i carpetes de la vostra caixa forta. Els elements compartits i que pertanyen a una organització no se suprimiran."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Polítiques"
|
"message": "Polítiques"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Edita la política"
|
"message": "Edita la política"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Confirmat"
|
"message": "Confirmat"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Propietari"
|
"message": "Propietari"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "L'usuari d'accés més elevat que pot gestionar tots els aspectes de la vostra organització."
|
"message": "L'usuari d'accés més elevat que pot gestionar tots els aspectes de la vostra organització."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Administrador"
|
"message": "Administrador"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Dispositiu"
|
"message": "Dispositiu"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Introduïu la vostra id d'instal·lació"
|
"message": "Introduïu la vostra id d'instal·lació"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Afegeix reserves",
|
"message": "Afegeix reserves",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Suprimeix llocs",
|
"message": "Suprimeix llocs",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "La vostra subscripció permet un total de $COUNT$ usuaris.",
|
"message": "La vostra subscripció permet un total de $COUNT$ usuaris.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Reserves a afegir"
|
"message": "Reserves a afegir"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "Ara podeu tancar aquesta pestanya i continuar a l'extensió."
|
"message": "Ara podeu tancar aquesta pestanya i continuar a l'extensió."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Portal empresarial",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "Característiques de tots els equips, a més de:"
|
"message": "Característiques de tots els equips, a més de:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Enllaça SSO"
|
"message": "Enllaça SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "La configuració de la política s'ha desplaçat i aquesta pàgina quedarà obsoleta aviat. Feu clic a continuació per utilitzar la pàgina de polítiques del portal empresarial."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Organització única"
|
"message": "Organització única"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Permisos"
|
"message": "Permisos"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Accedeix al portal empresarial"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Registres d'esdeveniments dels accessos"
|
"message": "Registres d'esdeveniments dels accessos"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Administra totes les col·leccions"
|
"message": "Administra totes les col·leccions"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Administra les col·leccions assignades"
|
"message": "Administra les col·leccions assignades"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Administra els Grups"
|
"message": "Administra els Grups"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Gestiona el restabliment de la contrasenya"
|
"message": "Gestiona el restabliment de la contrasenya"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "Per desactivar aquesta política, primer heu de desactivar manualment la política d’autenticació d’inici de sessió únic (SSO)."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Una política d’organització afecta les vostres opcions de propietat."
|
"message": "Una política d’organització afecta les vostres opcions de propietat."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Desactiva la propietat personal per als usuaris de l'organització"
|
"message": "Desactiva la propietat personal per als usuaris de l'organització"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Restableix la contrasenya"
|
"message": "Restableix la contrasenya"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Esteu segur que voleu eliminar els usuaris següents? El procés pot tardar uns segons a completar-se i no es pot interrompre ni cancel·lar."
|
"message": "Esteu segur que voleu eliminar els usuaris següents? El procés pot tardar uns segons a completar-se i no es pot interrompre ni cancel·lar."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Confirma la selecció"
|
"message": "Confirma la selecció"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "L'administració d'usuaris també ha d'estar habilitada amb el permís de l'administració de restabliment de contrasenyes"
|
"message": "L'administració d'usuaris també ha d'estar habilitada amb el permís de l'administració de restabliment de contrasenyes"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Změnit e-mail"
|
"message": "Změnit e-mail"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "Nový e-mail"
|
"message": "Nový e-mail"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Trezor organizace byl vyprázdněn."
|
"message": "Trezor organizace byl vyprázdněn."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Chcete-li smazat všechny položky a složky ve vašem trezoru, pokračujte podle následujících pokynů. Položky sdílené s organizací nebudou smazány."
|
"message": "Chcete-li smazat všechny položky a složky ve vašem trezoru, pokračujte podle následujících pokynů. Položky sdílené s organizací nebudou smazány."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Zásady"
|
"message": "Zásady"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Upravit zásadu"
|
"message": "Upravit zásadu"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Potvrzeno"
|
"message": "Potvrzeno"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Vlastník"
|
"message": "Vlastník"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "Uživatel s nejvyšším přístupem, který může spravovat všechny aspekty vaší organizace."
|
"message": "Uživatel s nejvyšším přístupem, který může spravovat všechny aspekty vaší organizace."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Administrátor"
|
"message": "Administrátor"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Zařízení"
|
"message": "Zařízení"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Zadejte ID instalace"
|
"message": "Zadejte ID instalace"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Přidat uživatele",
|
"message": "Přidat uživatele",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Odstranit uživatele",
|
"message": "Odstranit uživatele",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Vaše předplatné vám dává prostor pro celkem $COUNT$ uživatelů.",
|
"message": "Vaše předplatné vám dává prostor pro celkem $COUNT$ uživatelů.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Uživatelé k přidání"
|
"message": "Uživatelé k přidání"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "Nyní můžete zavřít tuto kartu a pokračovat v rozšíření."
|
"message": "Nyní můžete zavřít tuto kartu a pokračovat v rozšíření."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Podnikový portál",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "Všechny funkce Týmů, navíc:"
|
"message": "Všechny funkce Týmů, navíc:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Propojit s podnikovým přihlášením"
|
"message": "Propojit s podnikovým přihlášením"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Konfigurace přístupového práva byla přesunuta a tato stránka bude brzy zastaralá. Klikněte prosím níže a použijte místo toho stránku pravidel obchodního portálu."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Jedna organizace"
|
"message": "Jedna organizace"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Oprávnění"
|
"message": "Oprávnění"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Přístup k podnikovému portálu"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Přístup k logům"
|
"message": "Přístup k logům"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Spravovat všechny kolekce"
|
"message": "Spravovat všechny kolekce"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Spravovat přiřazené kolekce"
|
"message": "Spravovat přiřazené kolekce"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Spravovat skupiny"
|
"message": "Spravovat skupiny"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Správa obnovení hesla"
|
"message": "Správa obnovení hesla"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "Před vypnutím této zásady musíte ručně zakázat jednotné přihlášení (SSO)."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Zásady organizace ovlivňují možnosti vlastnictví."
|
"message": "Zásady organizace ovlivňují možnosti vlastnictví."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Zakázat osobní vlastnictví pro uživatele organizace"
|
"message": "Zakázat osobní vlastnictví pro uživatele organizace"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Obnovit heslo"
|
"message": "Obnovit heslo"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Opravdu chcete odebrat následující uživatele? Proces může trvat několik sekund a nelze jej přerušit ani zrušit."
|
"message": "Opravdu chcete odebrat následující uživatele? Proces může trvat několik sekund a nelze jej přerušit ani zrušit."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Potvrdit vybrané"
|
"message": "Potvrdit vybrané"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Správa uživatelů musí být také povolena s oprávněním spravovat obnovení hesla"
|
"message": "Správa uživatelů musí být také povolena s oprávněním spravovat obnovení hesla"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Skift e-mail"
|
"message": "Skift e-mail"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "Ny e-mail"
|
"message": "Ny e-mail"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Organisationsboks tømt."
|
"message": "Organisationsboks tømt."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Fortsæt nedenfor for at slette alle elementer og mapper i din boks. Elementer, der tilhører en organisation du deler med, slettes ikke."
|
"message": "Fortsæt nedenfor for at slette alle elementer og mapper i din boks. Elementer, der tilhører en organisation du deler med, slettes ikke."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Politikker"
|
"message": "Politikker"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Redigér politik"
|
"message": "Redigér politik"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Bekræftet"
|
"message": "Bekræftet"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Ejer"
|
"message": "Ejer"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "Den bruger med højeste rettigheder, som kan håndtere alle aspekter af din organisation."
|
"message": "Den bruger med højeste rettigheder, som kan håndtere alle aspekter af din organisation."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Administrator"
|
"message": "Administrator"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Enhed"
|
"message": "Enhed"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Indtast dit installations-id"
|
"message": "Indtast dit installations-id"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Tilføj pladser",
|
"message": "Tilføj pladser",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Fjern pladser",
|
"message": "Fjern pladser",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Dit abonnement tillader i alt $COUNT$ brugere.",
|
"message": "Dit abonnement tillader i alt $COUNT$ brugere.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Pladser at tilføje"
|
"message": "Pladser at tilføje"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "Du kan nu lukke denne fane og fortsætte i udvidelsen."
|
"message": "Du kan nu lukke denne fane og fortsætte i udvidelsen."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Virksomhedssportal",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "Alle teamfunktioner, plus:"
|
"message": "Alle teamfunktioner, plus:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Tilknyt SSO"
|
"message": "Tilknyt SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Politikkonfiguration er flyttet, og denne side vil snart blive udfaset. Klik nedenfor for at bruge siden Politikker i forretningsportalen i stedet."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Enkel organisation"
|
"message": "Enkel organisation"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Tilladelser"
|
"message": "Tilladelser"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Tilgå Forretningsportal"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Tilgå begivenhedslogger"
|
"message": "Tilgå begivenhedslogger"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Håndtér alle samlinger"
|
"message": "Håndtér alle samlinger"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Håndtér tildelte samlinger"
|
"message": "Håndtér tildelte samlinger"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Håndtér grupper"
|
"message": "Håndtér grupper"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Håndtér nulstilling af adgangskode"
|
"message": "Håndtér nulstilling af adgangskode"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "Single Sign-On godkendelsespolitikken skal manuelt deaktiveres, før denne politik kan deaktiveres."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "En organisationspolitik påvirker dine ejerskabsmuligheder."
|
"message": "En organisationspolitik påvirker dine ejerskabsmuligheder."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Deaktivér personligt ejerskab for organisationsbrugere"
|
"message": "Deaktivér personligt ejerskab for organisationsbrugere"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Nulstil adgangskode"
|
"message": "Nulstil adgangskode"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Er du sikker på, at du vil fjerne følgende brugere? Processen kan tage et par sekunder at fuldføre og kan ikke afbrydes eller annulleres."
|
"message": "Er du sikker på, at du vil fjerne følgende brugere? Processen kan tage et par sekunder at fuldføre og kan ikke afbrydes eller annulleres."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Bekræft valgte"
|
"message": "Bekræft valgte"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Administrér brugere skal også være aktiveret med tilladelsen Håndtér adgangskodenulstilling"
|
"message": "Administrér brugere skal også være aktiveret med tilladelsen Håndtér adgangskodenulstilling"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "E-Mail-Adresse ändern"
|
"message": "E-Mail-Adresse ändern"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "Neue E-Mail-Adresse"
|
"message": "Neue E-Mail-Adresse"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Gelöschter Organisations-Tresor."
|
"message": "Gelöschter Organisations-Tresor."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Gehen Sie wie folgt vor, um alle Einträge und Ordner in Ihrem Tresor zu löschen. Einträge, die zu einer Organisation gehören, die Sie mit anderen teilen, werden nicht gelöscht."
|
"message": "Gehen Sie wie folgt vor, um alle Einträge und Ordner in Ihrem Tresor zu löschen. Einträge, die zu einer Organisation gehören, die Sie mit anderen teilen, werden nicht gelöscht."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Richtlinien"
|
"message": "Richtlinien"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Richtlinie bearbeiten"
|
"message": "Richtlinie bearbeiten"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Bestätigt"
|
"message": "Bestätigt"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Besitzer"
|
"message": "Besitzer"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "Der Benutzer mit dem höchsten Berechtigungsgrad, der alle Aspekte Ihrer Organisation verwalten kann."
|
"message": "Der Benutzer mit dem höchsten Berechtigungsgrad, der alle Aspekte Ihrer Organisation verwalten kann."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Administrator"
|
"message": "Administrator"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Gerät"
|
"message": "Gerät"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Geben Sie Ihre Installations-ID ein"
|
"message": "Geben Sie Ihre Installations-ID ein"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Benutzerplätze hinzufügen",
|
"message": "Benutzerplätze hinzufügen",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Benutzerplätze entfernen",
|
"message": "Benutzerplätze entfernen",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Ihr Abo erlaubt insgesamt $COUNT$ Benutzer.",
|
"message": "Ihr Abo erlaubt insgesamt $COUNT$ Benutzer.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Hinzufügen von Benutzerplätzen"
|
"message": "Hinzufügen von Benutzerplätzen"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "Sie können diesen Tab nun schließen und in der Erweiterung fortfahren."
|
"message": "Sie können diesen Tab nun schließen und in der Erweiterung fortfahren."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Unternehmensportal",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "Alle Teams Funktionen, zusätzlich:"
|
"message": "Alle Teams Funktionen, zusätzlich:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "SSO verknüpfen"
|
"message": "SSO verknüpfen"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Die Richtlinien-Konfiguration wurde verschoben und diese Seite wird bald nicht mehr aktualisiert. Benutzen Sie stattdessen über den Link die Richtlinien-Seite des Unternehmensportal."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Einzelne Organisation"
|
"message": "Einzelne Organisation"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Berechtigungen"
|
"message": "Berechtigungen"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Zugriff auf Unternehmensportal"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Zugriff auf Ereignisprotokolle"
|
"message": "Zugriff auf Ereignisprotokolle"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Alle Sammlungen verwalten"
|
"message": "Alle Sammlungen verwalten"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Zugewiesene Sammlungen verwalten"
|
"message": "Zugewiesene Sammlungen verwalten"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Gruppen verwalten"
|
"message": "Gruppen verwalten"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Passwort Zurücksetzung verwalten"
|
"message": "Passwort Zurücksetzung verwalten"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "Sie müssen die Single Sign-On Authentifizierungsrichtlinie manuell deaktivieren, bevor diese Richtlinie deaktiviert werden kann."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Eine Organisationsrichtlinie beeinflusst Ihre Eigentümer-Optionen."
|
"message": "Eine Organisationsrichtlinie beeinflusst Ihre Eigentümer-Optionen."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Persönliches Eigentum für Organisationsbenutzer deaktivieren"
|
"message": "Persönliches Eigentum für Organisationsbenutzer deaktivieren"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Passwort zurücksetzen"
|
"message": "Passwort zurücksetzen"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Bist du sicher, dass du die folgenden Benutzer entfernen möchtest? Der Prozess kann einige Sekunden dauern und kann nicht unterbrochen oder abgebrochen werden."
|
"message": "Bist du sicher, dass du die folgenden Benutzer entfernen möchtest? Der Prozess kann einige Sekunden dauern und kann nicht unterbrochen oder abgebrochen werden."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Auswahl bestätigen"
|
"message": "Auswahl bestätigen"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Benutzer verwalten muss ebenfalls mit der Passwort zurücksetzen Berechtigung aktiviert werden"
|
"message": "Benutzer verwalten muss ebenfalls mit der Passwort zurücksetzen Berechtigung aktiviert werden"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Αλλαγή Email"
|
"message": "Αλλαγή Email"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "Νέο Email"
|
"message": "Νέο Email"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Εκκαθάριση vault οργανισμού."
|
"message": "Εκκαθάριση vault οργανισμού."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Προχωρήστε παρακάτω για να διαγράψετε όλα τα στοιχεία και τους φακέλους στo vault σας. Τα στοιχεία που ανήκουν σε έναν οργανισμό των οποίων τα στοιχεία κοινοποιείτε, δεν θα διαγραφούν."
|
"message": "Προχωρήστε παρακάτω για να διαγράψετε όλα τα στοιχεία και τους φακέλους στo vault σας. Τα στοιχεία που ανήκουν σε έναν οργανισμό των οποίων τα στοιχεία κοινοποιείτε, δεν θα διαγραφούν."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Πολιτικές"
|
"message": "Πολιτικές"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Επεξεργασία Πολιτικής"
|
"message": "Επεξεργασία Πολιτικής"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Επιβεβαιωμένο"
|
"message": "Επιβεβαιωμένο"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Ιδιοκτήτης"
|
"message": "Ιδιοκτήτης"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "Χρήστης με υψηλό βαθμό πρόσβασης που μπορεί να διαχειριστεί όλες τις πτυχές του οργανισμού σας."
|
"message": "Χρήστης με υψηλό βαθμό πρόσβασης που μπορεί να διαχειριστεί όλες τις πτυχές του οργανισμού σας."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Διαχειριστής"
|
"message": "Διαχειριστής"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Συσκευή"
|
"message": "Συσκευή"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Εισάγετε το αναγνωριστικό εγκατάστασης"
|
"message": "Εισάγετε το αναγνωριστικό εγκατάστασης"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Προσθήκη Θέσεων",
|
"message": "Προσθήκη Θέσεων",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Αφαίρεση Θέσεων",
|
"message": "Αφαίρεση Θέσεων",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Η συνδρομή σας, επιτρέπει συνολικά $COUNT$ χρήστες.",
|
"message": "Η συνδρομή σας, επιτρέπει συνολικά $COUNT$ χρήστες.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Θέσεις για Προσθήκη"
|
"message": "Θέσεις για Προσθήκη"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "Μπορείτε να κλείσετε αυτήν την καρτέλα τώρα και να συνεχίσετε στην επέκταση."
|
"message": "Μπορείτε να κλείσετε αυτήν την καρτέλα τώρα και να συνεχίσετε στην επέκταση."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Επιχειρηματική πύλη",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "Όλα τα χαρακτηριστικά του Teams, συν:"
|
"message": "Όλα τα χαρακτηριστικά του Teams, συν:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Σύνδεσμος SSO"
|
"message": "Σύνδεσμος SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Η διαμόρφωση πολιτικής μετακινήθηκε και σύντομα αυτή η σελίδα θα καταργηθεί. Κάντε κλικ παρακάτω για να χρησιμοποιήσετε τη σελίδα πολιτικών Business Portal."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Ενιαίος οργανισμός"
|
"message": "Ενιαίος οργανισμός"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Άδειες"
|
"message": "Άδειες"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Πρόσβαση Στην Επιχειρηματική Πύλη"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Αρχείο Καταγραφής Πρόσβασης"
|
"message": "Αρχείο Καταγραφής Πρόσβασης"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Διαχείριση Όλων Των Συλλογών"
|
"message": "Διαχείριση Όλων Των Συλλογών"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Διαχείριση Αντιστοιχισμένων Συλλογών"
|
"message": "Διαχείριση Αντιστοιχισμένων Συλλογών"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Διαχείριση Ομάδων"
|
"message": "Διαχείριση Ομάδων"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Διαχείριση Επαναφοράς Κωδικού Πρόσβασης"
|
"message": "Διαχείριση Επαναφοράς Κωδικού Πρόσβασης"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "Πρέπει να απενεργοποιήσετε χειροκίνητα την πολιτική ελέγχου ταυτότητας μιας σύνδεσης πριν αυτή η πολιτική μπορεί να απενεργοποιηθεί."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Μια πολιτική οργάνωσης επηρεάζει τις επιλογές ιδιοκτησίας σας."
|
"message": "Μια πολιτική οργάνωσης επηρεάζει τις επιλογές ιδιοκτησίας σας."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Απενεργοποίηση προσωπικής ιδιοκτησίας για χρήστες οργανισμού"
|
"message": "Απενεργοποίηση προσωπικής ιδιοκτησίας για χρήστες οργανισμού"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Επαναφορά Κωδικού"
|
"message": "Επαναφορά Κωδικού"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Είστε βέβαιοι ότι θέλετε να καταργήσετε τους ακόλουθους χρήστες? Η διαδικασία μπορεί να διαρκέσει μερικά δευτερόλεπτα για να ολοκληρωθεί και δεν μπορεί να διακοπεί ή να ακυρωθεί."
|
"message": "Είστε βέβαιοι ότι θέλετε να καταργήσετε τους ακόλουθους χρήστες? Η διαδικασία μπορεί να διαρκέσει μερικά δευτερόλεπτα για να ολοκληρωθεί και δεν μπορεί να διακοπεί ή να ακυρωθεί."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Επιβεβαίωση Επιλεγμένων"
|
"message": "Επιβεβαίωση Επιλεγμένων"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Οι Διαχειριστές Χρηστών πρέπει επίσης να είναι ενεργοποιημένοι με την άδεια Διαχείρισης Κωδικού Επαναφοράς"
|
"message": "Οι Διαχειριστές Χρηστών πρέπει επίσης να είναι ενεργοποιημένοι με την άδεια Διαχείρισης Κωδικού Επαναφοράς"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Change email"
|
"message": "Change email"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "New email"
|
"message": "New email"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Purged organisation vault."
|
"message": "Purged organisation vault."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Proceed below to delete all items and folders in your vault. Items that belong to an organisation that you share with will not be deleted."
|
"message": "Proceed below to delete all items and folders in your vault. Items that belong to an organisation that you share with will not be deleted."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Policies"
|
"message": "Policies"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Edit policy"
|
"message": "Edit policy"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Confirmed"
|
"message": "Confirmed"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Owner"
|
"message": "Owner"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "The highest access user that can manage all aspects of your organisation."
|
"message": "The highest access user that can manage all aspects of your organisation."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Admin"
|
"message": "Admin"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Device"
|
"message": "Device"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Enter your installation ID"
|
"message": "Enter your installation ID"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Add seats",
|
"message": "Add seats",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Remove seats",
|
"message": "Remove seats",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Your subscription allows for a total of $COUNT$ users.",
|
"message": "Your subscription allows for a total of $COUNT$ users.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Seats to add"
|
"message": "Seats to add"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "You may now close this tab and continue in the extension."
|
"message": "You may now close this tab and continue in the extension."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Business portal",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "All Teams features, plus:"
|
"message": "All Teams features, plus:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Link SSO"
|
"message": "Link SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Policy configuration has been moved, and this page will soon be deprecated. Please click below to use the Business Portal policies page instead."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Single organisation"
|
"message": "Single organisation"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Permissions"
|
"message": "Permissions"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Access Business Portal"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Access Event Logs"
|
"message": "Access Event Logs"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Manage All Collections"
|
"message": "Manage All Collections"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Manage Assigned Collections"
|
"message": "Manage Assigned Collections"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Manage Groups"
|
"message": "Manage Groups"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Manage Password Reset"
|
"message": "Manage Password Reset"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organisation policy is affecting your ownership options."
|
"message": "An organisation policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Disable personal ownership for organisation users"
|
"message": "Disable personal ownership for organisation users"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Reset Password"
|
"message": "Reset Password"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or cancelled."
|
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or cancelled."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Confirm Selected"
|
"message": "Confirm Selected"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Change email"
|
"message": "Change email"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "New email"
|
"message": "New email"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Purged organisation vault."
|
"message": "Purged organisation vault."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Proceed below to delete all items and folders in your vault. Items that belong to an organisation that you share with will not be deleted."
|
"message": "Proceed below to delete all items and folders in your vault. Items that belong to an organisation that you share with will not be deleted."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Policies"
|
"message": "Policies"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Edit policy"
|
"message": "Edit policy"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Confirmed"
|
"message": "Confirmed"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Owner"
|
"message": "Owner"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "The highest access user that can manage all aspects of your organisation."
|
"message": "The highest access user that can manage all aspects of your organisation."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Admin"
|
"message": "Admin"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Device"
|
"message": "Device"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Enter your installation ID"
|
"message": "Enter your installation ID"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Add seats",
|
"message": "Add seats",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Remove seats",
|
"message": "Remove seats",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Your subscription allows for a total of $COUNT$ users.",
|
"message": "Your subscription allows for a total of $COUNT$ users.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Seats to add"
|
"message": "Seats to add"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "You may now close this tab and continue in the extension."
|
"message": "You may now close this tab and continue in the extension."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Business portal",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "All Teams features, plus:"
|
"message": "All Teams features, plus:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Link SSO"
|
"message": "Link SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Policy configuration has been moved, and this page will soon be deprecated. Please click below to use the Business Portal policies page instead."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Single Organization"
|
"message": "Single Organization"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Permissions"
|
"message": "Permissions"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Access Business Portal"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Access Event Logs"
|
"message": "Access Event Logs"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Manage All Collections"
|
"message": "Manage All Collections"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Manage Assigned Collections"
|
"message": "Manage Assigned Collections"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Manage Groups"
|
"message": "Manage Groups"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Manage Password Reset"
|
"message": "Manage Password Reset"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organization policy is affecting your ownership options."
|
"message": "An organization policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Disable personal ownership for organization users"
|
"message": "Disable personal ownership for organization users"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Reset Password"
|
"message": "Reset Password"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Confirm Selected"
|
"message": "Confirm Selected"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Ŝanĝi retpoŝton"
|
"message": "Ŝanĝi retpoŝton"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "Nova retpoŝto"
|
"message": "Nova retpoŝto"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Purigita organizo-volbo."
|
"message": "Purigita organizo-volbo."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Sekvu sube por forigi ĉiujn erojn kaj dosierujojn en via trezorejo. Eroj apartenantaj al organizo kun kiu vi dividas ne estos forigitaj."
|
"message": "Sekvu sube por forigi ĉiujn erojn kaj dosierujojn en via trezorejo. Eroj apartenantaj al organizo kun kiu vi dividas ne estos forigitaj."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Politikoj"
|
"message": "Politikoj"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Redakti politikon"
|
"message": "Redakti politikon"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Konfirmita"
|
"message": "Konfirmita"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Posedanto"
|
"message": "Posedanto"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "La plej alt-alira uzanto, kiu povas administri ĉiujn aspektojn de via organizo."
|
"message": "La plej alt-alira uzanto, kiu povas administri ĉiujn aspektojn de via organizo."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Administranto"
|
"message": "Administranto"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Aparato"
|
"message": "Aparato"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Enigu vian instalan identigilon"
|
"message": "Enigu vian instalan identigilon"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Aldoni Sidlokojn",
|
"message": "Aldoni Sidlokojn",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Forigi Sidlokojn",
|
"message": "Forigi Sidlokojn",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Via abono permesas entute $COUNT$ uzantojn.",
|
"message": "Via abono permesas entute $COUNT$ uzantojn.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Aldonaj Seĝoj"
|
"message": "Aldonaj Seĝoj"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "Vi povas nun fermi ĉi tiun langeton kaj daŭrigi en la etendaĵo."
|
"message": "Vi povas nun fermi ĉi tiun langeton kaj daŭrigi en la etendaĵo."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Komerca Portalo",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "Ĉiuj funkcioj de teamoj, plus:"
|
"message": "Ĉiuj funkcioj de teamoj, plus:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Ligi SSO"
|
"message": "Ligi SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Politika agordo estis movita, kaj ĉi tiu paĝo baldaŭ malrekomendiĝos. Bonvolu alklaki sube por uzi la paĝon pri politikoj pri Komerca Portalo anstataŭe."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Ununura Organizo"
|
"message": "Ununura Organizo"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Permesoj"
|
"message": "Permesoj"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Aliri Komercan Portalon"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Aliri Eventajn Registrojn"
|
"message": "Aliri Eventajn Registrojn"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Administri ĉiujn kolektojn"
|
"message": "Administri ĉiujn kolektojn"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Administri Asignitajn Kolektojn"
|
"message": "Administri Asignitajn Kolektojn"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Administri Grupojn"
|
"message": "Administri Grupojn"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Manage Password Reset"
|
"message": "Manage Password Reset"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "Vi devas permane malŝalti la politikon pri sola ensaluta aŭtentokontrolo antaŭ ol ĉi tiu politiko povas esti malebligita."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Organiza politiko influas viajn posedopciojn."
|
"message": "Organiza politiko influas viajn posedopciojn."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Malebligi personan posedon por organizaj uzantoj"
|
"message": "Malebligi personan posedon por organizaj uzantoj"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Reset Password"
|
"message": "Reset Password"
|
||||||
},
|
},
|
||||||
@@ -3947,13 +4070,13 @@
|
|||||||
"message": "Automatic Enrollment"
|
"message": "Automatic Enrollment"
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollDescription": {
|
"resetPasswordPolicyAutoEnrollDescription": {
|
||||||
"message": "All users will be automatically enrolled in password reset once their invite is accepted."
|
"message": "All users will be automatically enrolled in password reset once their invite is accepted and will not be allowed to withdraw."
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollWarning": {
|
"resetPasswordPolicyAutoEnrollWarning": {
|
||||||
"message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password."
|
"message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password."
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollCheckbox": {
|
"resetPasswordPolicyAutoEnrollCheckbox": {
|
||||||
"message": "Automatically enroll new users"
|
"message": "Require new users to be enrolled automatically"
|
||||||
},
|
},
|
||||||
"resetPasswordAutoEnrollInviteWarning": {
|
"resetPasswordAutoEnrollInviteWarning": {
|
||||||
"message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password."
|
"message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password."
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Confirm Selected"
|
"message": "Confirm Selected"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Cambiar correo electrónico"
|
"message": "Cambiar correo electrónico"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "Nuevo correo electrónico"
|
"message": "Nuevo correo electrónico"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Caja fuerte de organización purgada."
|
"message": "Caja fuerte de organización purgada."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Proceder eliminará todos los elementos y carpetas de tu caja fuerte. Los elementos que pertenezcan a una organización con la que compartes contenido, no serán eliminados."
|
"message": "Proceder eliminará todos los elementos y carpetas de tu caja fuerte. Los elementos que pertenezcan a una organización con la que compartes contenido, no serán eliminados."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Políticas"
|
"message": "Políticas"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Editar política"
|
"message": "Editar política"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Confirmado"
|
"message": "Confirmado"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Propietario"
|
"message": "Propietario"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "El usuario de acceso más alto que puede administrar todos los aspectos de su organización."
|
"message": "El usuario de acceso más alto que puede administrar todos los aspectos de su organización."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Administrador"
|
"message": "Administrador"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Dispositivo"
|
"message": "Dispositivo"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Introduce tu ID de instalación"
|
"message": "Introduce tu ID de instalación"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Añadir puestos",
|
"message": "Añadir puestos",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Quitar puestos",
|
"message": "Quitar puestos",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Tu suscripción permite un total de $COUNT$ usuarios.",
|
"message": "Tu suscripción permite un total de $COUNT$ usuarios.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Puesto a añadir"
|
"message": "Puesto a añadir"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "Ya puedes cerrar esta pestaña y continuar en la extensión."
|
"message": "Ya puedes cerrar esta pestaña y continuar en la extensión."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Portal de negocios",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "Todas las características de Equipos y además:"
|
"message": "Todas las características de Equipos y además:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Enlazar SSO"
|
"message": "Enlazar SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "La configuración de la política ha sido movida y esta página pronto será obsoleta. Por favor, haga clic abajo para utilizar la página de políticas del Portal de Negocios en su lugar."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Organización única"
|
"message": "Organización única"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Permisos"
|
"message": "Permisos"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Acceso al Portal de Negocios"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Acceder a los registros de eventos"
|
"message": "Acceder a los registros de eventos"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Administrar todas las colecciones"
|
"message": "Administrar todas las colecciones"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Administrar colecciones asignadas"
|
"message": "Administrar colecciones asignadas"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Administrar grupos"
|
"message": "Administrar grupos"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Gestionar restablecimiento de contraseña"
|
"message": "Gestionar restablecimiento de contraseña"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "Debe desactivar manualmente la política de autenticación de inicio de sesión único antes de que esta política pueda ser desactivada."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Una política de organización está afectando sus opciones de propiedad."
|
"message": "Una política de organización está afectando sus opciones de propiedad."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Desactivar la propiedad personal para los usuarios de la organización"
|
"message": "Desactivar la propiedad personal para los usuarios de la organización"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Restablecer contraseña"
|
"message": "Restablecer contraseña"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "¿Está seguro que desea eliminar los siguientes usuarios? El proceso puede tardar unos segundos en completarse y no puede interrumpirse o cancelarse."
|
"message": "¿Está seguro que desea eliminar los siguientes usuarios? El proceso puede tardar unos segundos en completarse y no puede interrumpirse o cancelarse."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Confirmar Seleccionado"
|
"message": "Confirmar Seleccionado"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Administrar usuarios también debe estar habilitado con el permiso de Gestionar Contraseña Restablecer"
|
"message": "Administrar usuarios también debe estar habilitado con el permiso de Gestionar Contraseña Restablecer"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "E-posti aadressi muutmine"
|
"message": "E-posti aadressi muutmine"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "Uus e-posti aadress"
|
"message": "Uus e-posti aadress"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Organisatsiooni hoidla on likvideeritud."
|
"message": "Organisatsiooni hoidla on likvideeritud."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Jätkates kustutatakse kõik hoidlas olevad kirjed ja kaustad. Andmed, mis kuuluvad organisatsioonile, jäävad puutumata."
|
"message": "Jätkates kustutatakse kõik hoidlas olevad kirjed ja kaustad. Andmed, mis kuuluvad organisatsioonile, jäävad puutumata."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Poliitikad"
|
"message": "Poliitikad"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Muuda poliitikat"
|
"message": "Muuda poliitikat"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Kinnitatud"
|
"message": "Kinnitatud"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Omanik"
|
"message": "Omanik"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "Kõige suurema ligipääsuga kasutaja, kes saab hallata kõike organisatsiooniga seonduvat."
|
"message": "Kõige suurema ligipääsuga kasutaja, kes saab hallata kõike organisatsiooniga seonduvat."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Administraator"
|
"message": "Administraator"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Seade"
|
"message": "Seade"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Sisesta oma paigalduse id"
|
"message": "Sisesta oma paigalduse id"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Lisa kasutajaid",
|
"message": "Lisa kasutajaid",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Eemalda kasutajaid",
|
"message": "Eemalda kasutajaid",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Sinu tellimus lubab kasutada/luua kokku $COUNT$ kasutajakontot.",
|
"message": "Sinu tellimus lubab kasutada/luua kokku $COUNT$ kasutajakontot.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Lisatavad kasutajad"
|
"message": "Lisatavad kasutajad"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "Võid nüüd selle vahelehe sulgeda ning jätkata brauseri laienduses."
|
"message": "Võid nüüd selle vahelehe sulgeda ning jätkata brauseri laienduses."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Ärikliendi portaal",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "Kõik Meeskonna funktsioonid, lisaks:"
|
"message": "Kõik Meeskonna funktsioonid, lisaks:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Ühenda SSO"
|
"message": "Ühenda SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Poliitikate konfigureerimine on kolinud ning see lehekülg on peatselt aegumas. Palun kasuta poliitikate juurutamiseks allolevat Ärikliendi portaali linki."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Üksainus organisatsioon"
|
"message": "Üksainus organisatsioon"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Õigused"
|
"message": "Õigused"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Ligipääs Ärikliendi portaalile"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Ligipääs sündmuste logile"
|
"message": "Ligipääs sündmuste logile"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Saab hallata kõiki kollektsioone"
|
"message": "Saab hallata kõiki kollektsioone"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Saab hallata määratud kollektsioone"
|
"message": "Saab hallata määratud kollektsioone"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Gruppide haldamine"
|
"message": "Gruppide haldamine"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Parooli lähtestamise haldamine"
|
"message": "Parooli lähtestamise haldamine"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "Enne selle poliitika keelamist pead Single Sign-On autentimise käsitsi välja lülitama."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Organisatsiooni poliitika on seadnud omaniku valikutele piirangu."
|
"message": "Organisatsiooni poliitika on seadnud omaniku valikutele piirangu."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Keela organisatsiooni liikmetel paroolide salvestamine isiklikku Hoidlasse"
|
"message": "Keela organisatsiooni liikmetel paroolide salvestamine isiklikku Hoidlasse"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Lähtesta parool"
|
"message": "Lähtesta parool"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Oled kindel, et soovid järgnevaid kasutajaid eemaldada? See tegevus võib võtta paar sekundit ning seda ei saa katkestada."
|
"message": "Oled kindel, et soovid järgnevaid kasutajaid eemaldada? See tegevus võib võtta paar sekundit ning seda ei saa katkestada."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Kinnita valitud"
|
"message": "Kinnita valitud"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "\"Parooli lähtestamise haldamine\" nõuab ka valiku \"Kasutajate haldamine\" sisselülitamist"
|
"message": "\"Parooli lähtestamise haldamine\" nõuab ka valiku \"Kasutajate haldamine\" sisselülitamist"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Vaihda sähköpostiosoite"
|
"message": "Vaihda sähköpostiosoite"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "Uusi sähköposti"
|
"message": "Uusi sähköposti"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Organisaation holvi tyhjennettiin."
|
"message": "Organisaation holvi tyhjennettiin."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Jatka alla poistaaksesi kaikki holvisi kohteet ja kansiot. Kohteita, jotka on jaettu ja kuuluvat organisaatiolle, ei poisteta."
|
"message": "Jatka alla poistaaksesi kaikki holvisi kohteet ja kansiot. Kohteita, jotka on jaettu ja kuuluvat organisaatiolle, ei poisteta."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Käytännöt"
|
"message": "Käytännöt"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Muokkaa käytäntöä"
|
"message": "Muokkaa käytäntöä"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Vahvistettu"
|
"message": "Vahvistettu"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Omistaja"
|
"message": "Omistaja"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "Korkeimman käyttöoikeustason käyttäjä, jolla on käyttö- ja hallintaoikeus koko organisaatioosi."
|
"message": "Korkeimman käyttöoikeustason käyttäjä, jolla on käyttö- ja hallintaoikeus koko organisaatioosi."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Järjestelmänvalvoja"
|
"message": "Järjestelmänvalvoja"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Laite"
|
"message": "Laite"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Syötä asennuksesi ID-tunnus"
|
"message": "Syötä asennuksesi ID-tunnus"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Lisää käyttäjäpaikkoja",
|
"message": "Lisää käyttäjäpaikkoja",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Poista käyttäjäpaikkoja",
|
"message": "Poista käyttäjäpaikkoja",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Tilauksesi sallii yhteensä $COUNT$ käyttäjää.",
|
"message": "Tilauksesi sallii yhteensä $COUNT$ käyttäjää.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Lisättävät käyttäjäpaikat"
|
"message": "Lisättävät käyttäjäpaikat"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "Voit nyt sulkea tämän välilehden ja jatkaa laajennuksessa."
|
"message": "Voit nyt sulkea tämän välilehden ja jatkaa laajennuksessa."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Yritysportaali",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "Kaikki Tiimit-tilauksen ominaisuudet, sekä:"
|
"message": "Kaikki Tiimit-tilauksen ominaisuudet, sekä:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Liitä kertakirjautumiseen (SSO)"
|
"message": "Liitä kertakirjautumiseen (SSO)"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Käytäntöasetukset ovat siirtyneet ja tämä sivu poistuu pian käytöstä. Klikkaa alta siirtyäksesi yritysportaalin käytäntösivua."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Yksittäinen organisaatio"
|
"message": "Yksittäinen organisaatio"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Käyttöoikeudet"
|
"message": "Käyttöoikeudet"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Yritysportaalin käyttö"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Tapahtumalokien käyttö"
|
"message": "Tapahtumalokien käyttö"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Kaikkien kokoelmien hallinta"
|
"message": "Kaikkien kokoelmien hallinta"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Määritettyjen kokoelmien hallinta"
|
"message": "Määritettyjen kokoelmien hallinta"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Ryhmien hallinta"
|
"message": "Ryhmien hallinta"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Salasanan palautusavun hallinta"
|
"message": "Salasanan palautusavun hallinta"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "Yrityksen kertakirjautuminen (SSO) on poistettava käytöstä manuaalisesti ennen kuin tämän käytännön voi poistaa käytöstä."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Organisaatiokäytäntö vaikuttaa omistajuusvalintoihisi."
|
"message": "Organisaatiokäytäntö vaikuttaa omistajuusvalintoihisi."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Poista henkilökohtaisen omistajuuden valinta käytöstä organisaation käyttäjiltä"
|
"message": "Poista henkilökohtaisen omistajuuden valinta käytöstä organisaation käyttäjiltä"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Palauta salasana"
|
"message": "Palauta salasana"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Haluatko varmasti poistaa poistaa seuraavat käyttäjät? Toiminto saattaa kestää muutamia sekunteja, eikä sen keskeytys tai peruminen ole mahdollista."
|
"message": "Haluatko varmasti poistaa poistaa seuraavat käyttäjät? Toiminto saattaa kestää muutamia sekunteja, eikä sen keskeytys tai peruminen ole mahdollista."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Vahvista valitut"
|
"message": "Vahvista valitut"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Myös \"Käyttäjien hallinta\" -oikeuden on oltava käytössä \"Salasanan palautusavun hallinta\" -oikeuden kanssa"
|
"message": "Myös \"Käyttäjien hallinta\" -oikeuden on oltava käytössä \"Salasanan palautusavun hallinta\" -oikeuden kanssa"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Change Email"
|
"message": "Change Email"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "New Email"
|
"message": "New Email"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Purged organization vault."
|
"message": "Purged organization vault."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Proceed below to delete all items and folders in your vault. Items that belong to an organization that you share with will not be deleted."
|
"message": "Proceed below to delete all items and folders in your vault. Items that belong to an organization that you share with will not be deleted."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Policies"
|
"message": "Policies"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Edit Policy"
|
"message": "Edit Policy"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Confirmed"
|
"message": "Confirmed"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Owner"
|
"message": "Owner"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "The highest access user that can manage all aspects of your organization."
|
"message": "The highest access user that can manage all aspects of your organization."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Admin"
|
"message": "Admin"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Device"
|
"message": "Device"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Enter your installation id"
|
"message": "Enter your installation id"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Add Seats",
|
"message": "Add Seats",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Remove Seats",
|
"message": "Remove Seats",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Your subscription allows for a total of $COUNT$ users.",
|
"message": "Your subscription allows for a total of $COUNT$ users.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Seats To Add"
|
"message": "Seats To Add"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "You may now close this tab and continue in the extension."
|
"message": "You may now close this tab and continue in the extension."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Business Portal",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "All Teams features, plus:"
|
"message": "All Teams features, plus:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Link SSO"
|
"message": "Link SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Policy configuration has been moved, and this page will soon be deprecated. Please click below to use the Business Portal policies page instead."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Single Organization"
|
"message": "Single Organization"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Permissions"
|
"message": "Permissions"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Access Business Portal"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Access Event Logs"
|
"message": "Access Event Logs"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Manage All Collections"
|
"message": "Manage All Collections"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Manage Assigned Collections"
|
"message": "Manage Assigned Collections"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Manage Groups"
|
"message": "Manage Groups"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Manage Password Reset"
|
"message": "Manage Password Reset"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organization policy is affecting your ownership options."
|
"message": "An organization policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Disable personal ownership for organization users"
|
"message": "Disable personal ownership for organization users"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Reset Password"
|
"message": "Reset Password"
|
||||||
},
|
},
|
||||||
@@ -3947,13 +4070,13 @@
|
|||||||
"message": "Automatic Enrollment"
|
"message": "Automatic Enrollment"
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollDescription": {
|
"resetPasswordPolicyAutoEnrollDescription": {
|
||||||
"message": "All users will be automatically enrolled in password reset once their invite is accepted."
|
"message": "All users will be automatically enrolled in password reset once their invite is accepted and will not be allowed to withdraw."
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollWarning": {
|
"resetPasswordPolicyAutoEnrollWarning": {
|
||||||
"message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password."
|
"message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password."
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollCheckbox": {
|
"resetPasswordPolicyAutoEnrollCheckbox": {
|
||||||
"message": "Automatically enroll new users"
|
"message": "Require new users to be enrolled automatically"
|
||||||
},
|
},
|
||||||
"resetPasswordAutoEnrollInviteWarning": {
|
"resetPasswordAutoEnrollInviteWarning": {
|
||||||
"message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password."
|
"message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password."
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Confirm Selected"
|
"message": "Confirm Selected"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Changer l'e-mail"
|
"message": "Changer l'e-mail"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "Nouvel e-mail"
|
"message": "Nouvel e-mail"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Le coffre de l'organisation a été effacé."
|
"message": "Le coffre de l'organisation a été effacé."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Poursuivez ci-dessous pour supprimer tous les éléments et dossiers de votre coffre. Les éléments qui appartiennent à une organisation dont vous êtes membre ne seront pas supprimés."
|
"message": "Poursuivez ci-dessous pour supprimer tous les éléments et dossiers de votre coffre. Les éléments qui appartiennent à une organisation dont vous êtes membre ne seront pas supprimés."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Politiques"
|
"message": "Politiques"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Modifier la politique"
|
"message": "Modifier la politique"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Confirmé"
|
"message": "Confirmé"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Propriétaire"
|
"message": "Propriétaire"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "L’utilisateur avec l’accès le plus élevé qui peut gérer tous les aspects de votre organisation."
|
"message": "L’utilisateur avec l’accès le plus élevé qui peut gérer tous les aspects de votre organisation."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Administrateur"
|
"message": "Administrateur"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Appareil"
|
"message": "Appareil"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Saisissez l'identifiant de votre installation"
|
"message": "Saisissez l'identifiant de votre installation"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Ajouter des licences",
|
"message": "Ajouter des licences",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Retirer des licences",
|
"message": "Retirer des licences",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Votre abonnement permet un total de $COUNT$ utilisateurs.",
|
"message": "Votre abonnement permet un total de $COUNT$ utilisateurs.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Licences à ajouter"
|
"message": "Licences à ajouter"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "Vous pouvez maintenant fermer cet onglet et continuer dans l'extension."
|
"message": "Vous pouvez maintenant fermer cet onglet et continuer dans l'extension."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Portail d'entreprise",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "Toutes les fonctionnalités pour les équipes, plus :"
|
"message": "Toutes les fonctionnalités pour les équipes, plus :"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Lier SSO"
|
"message": "Lier SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "La configuration des politiques a été déplacée et cette page sera bientôt obsolète. Veuillez cliquer ci-dessous pour utiliser la page des politiques du portail d'entreprise à la place."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Organisation Unique"
|
"message": "Organisation Unique"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Permissions"
|
"message": "Permissions"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Accéder au portail d'entreprise"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Accéder aux journaux d'événements"
|
"message": "Accéder aux journaux d'événements"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Gérer toutes les collections"
|
"message": "Gérer toutes les collections"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Gérer les collections assignées"
|
"message": "Gérer les collections assignées"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Gérer les groupes"
|
"message": "Gérer les groupes"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Gérer la réinitialisation du mot de passe"
|
"message": "Gérer la réinitialisation du mot de passe"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "Vous devez désactiver manuellement la politique d'authentification unique (SSO) avant que cette politique ne puisse être désactivée."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Une politique d'organisation affecte vos options de propriété."
|
"message": "Une politique d'organisation affecte vos options de propriété."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Désactiver la propriété individuelle des utilisateurs de l'organisation"
|
"message": "Désactiver la propriété individuelle des utilisateurs de l'organisation"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Réinitialiser le mot de passe"
|
"message": "Réinitialiser le mot de passe"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Êtes-vous sûr de vouloir supprimer les utilisateurs suivants ? Le processus peut prendre quelques secondes et ne peut être interrompu ou annulé."
|
"message": "Êtes-vous sûr de vouloir supprimer les utilisateurs suivants ? Le processus peut prendre quelques secondes et ne peut être interrompu ou annulé."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Confirmer la sélection"
|
"message": "Confirmer la sélection"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "La Gestion des Utilisateurs doit également être activée avec Gérer la Permission de Réinitialisation du Mot de Passe"
|
"message": "La Gestion des Utilisateurs doit également être activée avec Gérer la Permission de Réinitialisation du Mot de Passe"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "החלף אימייל"
|
"message": "החלף אימייל"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "דוא\"ל חדש"
|
"message": "דוא\"ל חדש"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "מחק תוכן כספת ארגונית."
|
"message": "מחק תוכן כספת ארגונית."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "המשך כאן בכדי למחוק את כל הפריטים והתיקיות שבכספת שלך. פריטים השייכים לארגון לא ימחקו."
|
"message": "המשך כאן בכדי למחוק את כל הפריטים והתיקיות שבכספת שלך. פריטים השייכים לארגון לא ימחקו."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "מדיניות"
|
"message": "מדיניות"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "ערוך מדיניות"
|
"message": "ערוך מדיניות"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "אושר"
|
"message": "אושר"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "בעלים"
|
"message": "בעלים"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "החשבון בעל ההרשאות הגבוהות ביותר שיכול לנהל את כל ההיבטים של הארגון."
|
"message": "החשבון בעל ההרשאות הגבוהות ביותר שיכול לנהל את כל ההיבטים של הארגון."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "מנהל"
|
"message": "מנהל"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "מכשיר"
|
"message": "מכשיר"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "הכנס את מספר ההתקנה שלך"
|
"message": "הכנס את מספר ההתקנה שלך"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "הוסף כסאות",
|
"message": "הוסף כסאות",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "הסר כסאות",
|
"message": "הסר כסאות",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "המנוי שלך מתיר עד $COUNT$ משתמשים.",
|
"message": "המנוי שלך מתיר עד $COUNT$ משתמשים.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "כסאות להוספה"
|
"message": "כסאות להוספה"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "ניתן לסגור את הטאב הנוכחי ולהמשיך את השימוש בתוסף."
|
"message": "ניתן לסגור את הטאב הנוכחי ולהמשיך את השימוש בתוסף."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "פורטל עסקי",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "כל התכונות הקיימות ב\"צוות\", ובנוסף:"
|
"message": "כל התכונות הקיימות ב\"צוות\", ובנוסף:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "חבר SSO"
|
"message": "חבר SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "הגדרות המדיניות הועברו למקום אחר, והעמוד הזה לא יתמך יותר. אנא לחץ על הכפתור כדי לעבור לפורטל המדיניות העסקית."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "ארגון יחידני"
|
"message": "ארגון יחידני"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Permissions"
|
"message": "Permissions"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Access Business Portal"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Access Event Logs"
|
"message": "Access Event Logs"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Manage All Collections"
|
"message": "Manage All Collections"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Manage Assigned Collections"
|
"message": "Manage Assigned Collections"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Manage Groups"
|
"message": "Manage Groups"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Manage Password Reset"
|
"message": "Manage Password Reset"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organization policy is affecting your ownership options."
|
"message": "An organization policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Disable personal ownership for organization users"
|
"message": "Disable personal ownership for organization users"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Reset Password"
|
"message": "Reset Password"
|
||||||
},
|
},
|
||||||
@@ -3947,13 +4070,13 @@
|
|||||||
"message": "Automatic Enrollment"
|
"message": "Automatic Enrollment"
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollDescription": {
|
"resetPasswordPolicyAutoEnrollDescription": {
|
||||||
"message": "All users will be automatically enrolled in password reset once their invite is accepted."
|
"message": "All users will be automatically enrolled in password reset once their invite is accepted and will not be allowed to withdraw."
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollWarning": {
|
"resetPasswordPolicyAutoEnrollWarning": {
|
||||||
"message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password."
|
"message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password."
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollCheckbox": {
|
"resetPasswordPolicyAutoEnrollCheckbox": {
|
||||||
"message": "Automatically enroll new users"
|
"message": "Require new users to be enrolled automatically"
|
||||||
},
|
},
|
||||||
"resetPasswordAutoEnrollInviteWarning": {
|
"resetPasswordAutoEnrollInviteWarning": {
|
||||||
"message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password."
|
"message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password."
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Confirm Selected"
|
"message": "Confirm Selected"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Change Email"
|
"message": "Change Email"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "New Email"
|
"message": "New Email"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Purged organization vault."
|
"message": "Purged organization vault."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Proceed below to delete all items and folders in your vault. Items that belong to an organization that you share with will not be deleted."
|
"message": "Proceed below to delete all items and folders in your vault. Items that belong to an organization that you share with will not be deleted."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Policies"
|
"message": "Policies"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Edit Policy"
|
"message": "Edit Policy"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Confirmed"
|
"message": "Confirmed"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Owner"
|
"message": "Owner"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "The highest access user that can manage all aspects of your organization."
|
"message": "The highest access user that can manage all aspects of your organization."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Admin"
|
"message": "Admin"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Device"
|
"message": "Device"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Enter your installation id"
|
"message": "Enter your installation id"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Add Seats",
|
"message": "Add Seats",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Remove Seats",
|
"message": "Remove Seats",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Your subscription allows for a total of $COUNT$ users.",
|
"message": "Your subscription allows for a total of $COUNT$ users.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Seats To Add"
|
"message": "Seats To Add"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "You may now close this tab and continue in the extension."
|
"message": "You may now close this tab and continue in the extension."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Business Portal",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "All Teams features, plus:"
|
"message": "All Teams features, plus:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Link SSO"
|
"message": "Link SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Policy configuration has been moved, and this page will soon be deprecated. Please click below to use the Business Portal policies page instead."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Single Organization"
|
"message": "Single Organization"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Permissions"
|
"message": "Permissions"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Access Business Portal"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Access Event Logs"
|
"message": "Access Event Logs"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Manage All Collections"
|
"message": "Manage All Collections"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Manage Assigned Collections"
|
"message": "Manage Assigned Collections"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Manage Groups"
|
"message": "Manage Groups"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Manage Password Reset"
|
"message": "Manage Password Reset"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organization policy is affecting your ownership options."
|
"message": "An organization policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Disable personal ownership for organization users"
|
"message": "Disable personal ownership for organization users"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Reset Password"
|
"message": "Reset Password"
|
||||||
},
|
},
|
||||||
@@ -3947,13 +4070,13 @@
|
|||||||
"message": "Automatic Enrollment"
|
"message": "Automatic Enrollment"
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollDescription": {
|
"resetPasswordPolicyAutoEnrollDescription": {
|
||||||
"message": "All users will be automatically enrolled in password reset once their invite is accepted."
|
"message": "All users will be automatically enrolled in password reset once their invite is accepted and will not be allowed to withdraw."
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollWarning": {
|
"resetPasswordPolicyAutoEnrollWarning": {
|
||||||
"message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password."
|
"message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password."
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollCheckbox": {
|
"resetPasswordPolicyAutoEnrollCheckbox": {
|
||||||
"message": "Automatically enroll new users"
|
"message": "Require new users to be enrolled automatically"
|
||||||
},
|
},
|
||||||
"resetPasswordAutoEnrollInviteWarning": {
|
"resetPasswordAutoEnrollInviteWarning": {
|
||||||
"message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password."
|
"message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password."
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Confirm Selected"
|
"message": "Confirm Selected"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Promijeni e-poštu"
|
"message": "Promijeni e-poštu"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "Nova adresa e-pošte"
|
"message": "Nova adresa e-pošte"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Pročišćen organizacijski trezor."
|
"message": "Pročišćen organizacijski trezor."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Nastavi za brisanje SVIH stavki i mapa u tvom trezoru. Stavke koje pripadaju organizaciji s kojom dijeliš neće biti izbrisane."
|
"message": "Nastavi za brisanje SVIH stavki i mapa u tvom trezoru. Stavke koje pripadaju organizaciji s kojom dijeliš neće biti izbrisane."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Smjernice"
|
"message": "Smjernice"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Uredi smjernice"
|
"message": "Uredi smjernice"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Potvrđeno"
|
"message": "Potvrđeno"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Vlasnik"
|
"message": "Vlasnik"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "Korisnik s najvišim pravima pristupa koji može upravljati svim mogućnostima tvoje organziacije."
|
"message": "Korisnik s najvišim pravima pristupa koji može upravljati svim mogućnostima tvoje organziacije."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Admin"
|
"message": "Admin"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Uređaj"
|
"message": "Uređaj"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Unesi id instalacije"
|
"message": "Unesi id instalacije"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Dodaj licence",
|
"message": "Dodaj licence",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Ukloni licence",
|
"message": "Ukloni licence",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Tvoja pretplata uključuje $COUNT$ korisnika.",
|
"message": "Tvoja pretplata uključuje $COUNT$ korisnika.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Licence za dodati"
|
"message": "Licence za dodati"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "Sada možeš zatvoriti ovu karticu i nastaviti koristiti proširenje."
|
"message": "Sada možeš zatvoriti ovu karticu i nastaviti koristiti proširenje."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Portal Business",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "Sve značajke Team, plus:"
|
"message": "Sve značajke Team, plus:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Spoji SSO"
|
"message": "Spoji SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Mogućnosti smjernica su premješteni i ova stranica će uskoro postati zastarjela. Kliknite u nastavku za korištenje stranice smjernica na portalu Business."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Isključiva organizacija"
|
"message": "Isključiva organizacija"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Dozvole"
|
"message": "Dozvole"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Pristup Busines portalu"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Pristup zapisnicima događaja"
|
"message": "Pristup zapisnicima događaja"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Upravljanje svim zbirkama"
|
"message": "Upravljanje svim zbirkama"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Upravljanje dodijeljenim zbirkama"
|
"message": "Upravljanje dodijeljenim zbirkama"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Upravljanje grupama"
|
"message": "Upravljanje grupama"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Upravljanje ponovnim postavljanjem lozinke"
|
"message": "Upravljanje ponovnim postavljanjem lozinke"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "Pravilo SSO autentifikacije mora biti isključeno prije deaktivacije ovog pravila."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Pravila organizacije utječu na tvoje mogućnosti vlasništva."
|
"message": "Pravila organizacije utječu na tvoje mogućnosti vlasništva."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Onemogući osobno vlasnišvo za organizacijske korisnike"
|
"message": "Onemogući osobno vlasnišvo za organizacijske korisnike"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Ponovno postavljanje lozinke"
|
"message": "Ponovno postavljanje lozinke"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Sigurno želiš ukloniti sljedeće korisnike? Ova radnja može potrajati i nije ga moguće prekinuti ili poništiti."
|
"message": "Sigurno želiš ukloniti sljedeće korisnike? Ova radnja može potrajati i nije ga moguće prekinuti ili poništiti."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Odabrano potvrđivanje"
|
"message": "Odabrano potvrđivanje"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Upravljanje korisnicima mora također biti uključeno s dozvolom za Upravljanje ponovnim postavljanjem lozinke"
|
"message": "Upravljanje korisnicima mora također biti uključeno s dozvolom za Upravljanje ponovnim postavljanjem lozinke"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Email cím módosítása"
|
"message": "Email cím módosítása"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "Új email cím"
|
"message": "Új email cím"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "A szervezeti széf kitakarításra került."
|
"message": "A szervezeti széf kitakarításra került."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Az alábbiak szerint törölhetjük a széfben található összes elemet és mappát. Nem kerülnek törlésre azok az elemek,, amelyek egy megosztott szervezethez tartoznak."
|
"message": "Az alábbiak szerint törölhetjük a széfben található összes elemet és mappát. Nem kerülnek törlésre azok az elemek,, amelyek egy megosztott szervezethez tartoznak."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Szabályok"
|
"message": "Szabályok"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Szabály szerkesztése"
|
"message": "Szabály szerkesztése"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Megerősítve"
|
"message": "Megerősítve"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Tulajdonos"
|
"message": "Tulajdonos"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "A legmagasabb hozzáféréssel rendelkező felhasználó kezelheti a szervezet összes lehetőségét."
|
"message": "A legmagasabb hozzáféréssel rendelkező felhasználó kezelheti a szervezet összes lehetőségét."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Adminisztrátor"
|
"message": "Adminisztrátor"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Eszköz"
|
"message": "Eszköz"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Telepítési azonosító megadása"
|
"message": "Telepítési azonosító megadása"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Helyek hozzáadása",
|
"message": "Helyek hozzáadása",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Helyek eltávolítása",
|
"message": "Helyek eltávolítása",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Az előfizetés összesen $COUNT$ felhasználót tesz lehetővé.",
|
"message": "Az előfizetés összesen $COUNT$ felhasználót tesz lehetővé.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Hozzáadandó helyek"
|
"message": "Hozzáadandó helyek"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "Bezárható ez a fül és folytatás a bővítményben."
|
"message": "Bezárható ez a fül és folytatás a bővítményben."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Üzleti portál",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "Összes Csapat funkció, továbbá:"
|
"message": "Összes Csapat funkció, továbbá:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "SSO csatolása"
|
"message": "SSO csatolása"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Az irányelv konfiguráció áthelyezésre került és ez az oldal hamarosan megszűnik. Kattintsunk az alábbi hivatkozásra, ha inkább az Üzleti portál irányelv oldalát szeretnénk használni."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Önálló szervezet"
|
"message": "Önálló szervezet"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Jogosultságok"
|
"message": "Jogosultságok"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Üzleti portál elérése"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Eseménynapló elérése"
|
"message": "Eseménynapló elérése"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Összes gyűjtemény kezelése"
|
"message": "Összes gyűjtemény kezelése"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Hozzárendelt gyűjtemények kezelése"
|
"message": "Hozzárendelt gyűjtemények kezelése"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Csoportok kezelése"
|
"message": "Csoportok kezelése"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Jelszó alaphelyzet kezelés"
|
"message": "Jelszó alaphelyzet kezelés"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "Manuálisan le kell tiltani az egyszeri bejelentkezés hitelesítési házirendjét mielőtt ez a házirend letiltásra kerülhet."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "A szervezeti házirend befolyásolja a tulajdonosi opciókat."
|
"message": "A szervezeti házirend befolyásolja a tulajdonosi opciókat."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "A szervezeti felhasználók személyes tulajdon letiltása"
|
"message": "A szervezeti felhasználók személyes tulajdon letiltása"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Jelszó visszaállítása"
|
"message": "Jelszó visszaállítása"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Biztosan eltávolításra kerüljenek a következő felhasználók? A folyamat néhány másodpercet vehet igénybe és nem szakítható meg vagy törölhető."
|
"message": "Biztosan eltávolításra kerüljenek a következő felhasználók? A folyamat néhány másodpercet vehet igénybe és nem szakítható meg vagy törölhető."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Kiválasztás megerősítése"
|
"message": "Kiválasztás megerősítése"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "A felhasználók kezelését engedélyezni kell a Jelszó visszaállításának kezelése jogosultsággal is."
|
"message": "A felhasználók kezelését engedélyezni kell a Jelszó visszaállításának kezelése jogosultsággal is."
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Ubah Surel"
|
"message": "Ubah Surel"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "Surel Baru"
|
"message": "Surel Baru"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Kubah organisasi yang dibersihkan."
|
"message": "Kubah organisasi yang dibersihkan."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Lanjutkan di bawah untuk menghapus semua item dan folder di lemari besi Anda. Item milik organisasi yang Anda bagikan tidak akan dihapus."
|
"message": "Lanjutkan di bawah untuk menghapus semua item dan folder di lemari besi Anda. Item milik organisasi yang Anda bagikan tidak akan dihapus."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Kebijakan"
|
"message": "Kebijakan"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Edit Kebijakan"
|
"message": "Edit Kebijakan"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Dikonfirmasi"
|
"message": "Dikonfirmasi"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Pemilik"
|
"message": "Pemilik"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "Pengguna dengan akses tertinggi yang dapat mengelola semua aspek organisasi Anda."
|
"message": "Pengguna dengan akses tertinggi yang dapat mengelola semua aspek organisasi Anda."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Admin"
|
"message": "Admin"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Perangkat"
|
"message": "Perangkat"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Masukkan id instalasi Anda"
|
"message": "Masukkan id instalasi Anda"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Tambahkan Kursi",
|
"message": "Tambahkan Kursi",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Hapus Kursi",
|
"message": "Hapus Kursi",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Langganan Anda memungkinkan total $COUNT$ pengguna.",
|
"message": "Langganan Anda memungkinkan total $COUNT$ pengguna.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Kursi Untuk Ditambahkan"
|
"message": "Kursi Untuk Ditambahkan"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "Sekarang anda dapat menutup tab ini dan melanjutkan ekstensi."
|
"message": "Sekarang anda dapat menutup tab ini dan melanjutkan ekstensi."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Portal Bisnis",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "Semua fitur Teams, plus:"
|
"message": "Semua fitur Teams, plus:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Tautkan SSO"
|
"message": "Tautkan SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Konfigurasi kebijakan telah dipindahkan, dan halaman ini akan segera tidak digunakan lagi. Silakan klik di bawah ini untuk menggunakan halaman kebijakan Portal Bisnis."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Organisasi Tunggal"
|
"message": "Organisasi Tunggal"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Izin"
|
"message": "Izin"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Akses Portal Bisnis"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Akses Log Peristiwa"
|
"message": "Akses Log Peristiwa"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Kelola Semua Koleksi"
|
"message": "Kelola Semua Koleksi"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Kelola Koleksi yang Ditugaskan"
|
"message": "Kelola Koleksi yang Ditugaskan"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Kelola Grup"
|
"message": "Kelola Grup"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Kelola Peyetelan Ulang Sandi"
|
"message": "Kelola Peyetelan Ulang Sandi"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "Anda harus secara manual menonaktifkan kebijakan Autentikasi Sistem Masuk Tunggal sebelum kebijakan ini dapat dinonaktifkan."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Kebijakan organisasi memengaruhi opsi kepemilikan Anda."
|
"message": "Kebijakan organisasi memengaruhi opsi kepemilikan Anda."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Nonaktifkan kepemilikan pribadi untuk pengguna organisasi"
|
"message": "Nonaktifkan kepemilikan pribadi untuk pengguna organisasi"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Atur Ulang Kata Sandi"
|
"message": "Atur Ulang Kata Sandi"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Confirm Selected"
|
"message": "Confirm Selected"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Cambia indirizzo email"
|
"message": "Cambia indirizzo email"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "Nuova email"
|
"message": "Nuova email"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Cassaforte dell'organizzazione svuotata."
|
"message": "Cassaforte dell'organizzazione svuotata."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Procedi in basso per eliminare tutti gli elementi e le cartelle nella cassaforte. Gli elementi che appartengono a un'organizzazione con cui condividi non saranno eliminati."
|
"message": "Procedi in basso per eliminare tutti gli elementi e le cartelle nella cassaforte. Gli elementi che appartengono a un'organizzazione con cui condividi non saranno eliminati."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Policy"
|
"message": "Policy"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Modifica policy"
|
"message": "Modifica policy"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Confermato"
|
"message": "Confermato"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Proprietario"
|
"message": "Proprietario"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "L'utente con accesso più alto sarà in grado di gestire tutti gli aspetti della tua organizzazione."
|
"message": "L'utente con accesso più alto sarà in grado di gestire tutti gli aspetti della tua organizzazione."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Amministratore"
|
"message": "Amministratore"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Dispositivo"
|
"message": "Dispositivo"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Inserisci il tuo id di installazione"
|
"message": "Inserisci il tuo id di installazione"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Aggiungi postazioni",
|
"message": "Aggiungi postazioni",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Rimuovi postazioni",
|
"message": "Rimuovi postazioni",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "L'abbonamento consente un totale di $COUNT$ utenti.",
|
"message": "L'abbonamento consente un totale di $COUNT$ utenti.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Postazioni da aggiungere"
|
"message": "Postazioni da aggiungere"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "Puoi chiudere questa scheda e continuare nell'estensione."
|
"message": "Puoi chiudere questa scheda e continuare nell'estensione."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Portale aziendale",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "Tutte le funzionalità Teams e in più:"
|
"message": "Tutte le funzionalità Teams e in più:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Collega SSO"
|
"message": "Collega SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "La configurazione delle policy è stata spostata, e questa pagina sarà presto deprecata. Fai clic sotto per utilizzare la configurazione delle policy del portale aziendale."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Organizzazione unica"
|
"message": "Organizzazione unica"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Permessi"
|
"message": "Permessi"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Accedi al portale aziendale"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Accedi ai log degli eventi"
|
"message": "Accedi ai log degli eventi"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Gestisci tutte le raccolte"
|
"message": "Gestisci tutte le raccolte"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Gestisci le raccolte assegnate"
|
"message": "Gestisci le raccolte assegnate"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Gestisci i gruppi"
|
"message": "Gestisci i gruppi"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Gestisci reset password"
|
"message": "Gestisci reset password"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "Devi disabilitare manualmente la policy relativa all'autenticazione SSO prima di disabilitare questa policy."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Una policy dell'organizzazione controlla le opzioni di proprietà."
|
"message": "Una policy dell'organizzazione controlla le opzioni di proprietà."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Disabilita la proprietà personale per gli utenti dell'organizzazione"
|
"message": "Disabilita la proprietà personale per gli utenti dell'organizzazione"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Ripristina password"
|
"message": "Ripristina password"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Sei sicuro di voler rimuovere i seguenti utenti? Il processo potrebbe richiedere alcuni secondi per essere completato e non può essere interrotto o annullato."
|
"message": "Sei sicuro di voler rimuovere i seguenti utenti? Il processo potrebbe richiedere alcuni secondi per essere completato e non può essere interrotto o annullato."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Conferma selezionati"
|
"message": "Conferma selezionati"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Gestisci utenti deve essere abilitato con il permesso di gestione del ripristino delle password"
|
"message": "Gestisci utenti deve essere abilitato con il permesso di gestione del ripristino delle password"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "メールアドレスを変更"
|
"message": "メールアドレスを変更"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "新しいメールアドレス"
|
"message": "新しいメールアドレス"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "組織の保管庫を削除"
|
"message": "組織の保管庫を削除"
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "続行すると保管庫内のすべてのアイテムとフォルダーが削除されます。組織と共有しているアイテムは削除されません。"
|
"message": "続行すると保管庫内のすべてのアイテムとフォルダーが削除されます。組織と共有しているアイテムは削除されません。"
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "方針"
|
"message": "方針"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "方針を編集"
|
"message": "方針を編集"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "確認済み"
|
"message": "確認済み"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "オーナー"
|
"message": "オーナー"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "組織内のすべてを管理できる最高のアクセス権を与えます"
|
"message": "組織内のすべてを管理できる最高のアクセス権を与えます"
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "管理者"
|
"message": "管理者"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "デバイス"
|
"message": "デバイス"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "インストールIDを入力してください。"
|
"message": "インストールIDを入力してください。"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "ライセンスの追加",
|
"message": "ライセンスの追加",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "ライセンスの削除",
|
"message": "ライセンスの削除",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "あなたの契約では合計$COUNT$ユーザーまで利用できます。",
|
"message": "あなたの契約では合計$COUNT$ユーザーまで利用できます。",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "ライセンスの追加"
|
"message": "ライセンスの追加"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "このタブを閉じて拡張機能で続けられます。"
|
"message": "このタブを閉じて拡張機能で続けられます。"
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "ビジネスポータル",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "すべてのチームの機能に加えて:"
|
"message": "すべてのチームの機能に加えて:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "SSO をリンク"
|
"message": "SSO をリンク"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "ポリシー設定が移動されました。このページは間もなく廃止されます。代わりにビジネスポータルポリシーページを使用するには、以下をクリックしてください。"
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "単一組織"
|
"message": "単一組織"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "権限"
|
"message": "権限"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "ビジネスポータルにアクセス"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "イベントログにアクセス"
|
"message": "イベントログにアクセス"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "すべてのコレクションを管理"
|
"message": "すべてのコレクションを管理"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "割り当てられたコレクションの管理"
|
"message": "割り当てられたコレクションの管理"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "グループを管理"
|
"message": "グループを管理"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "パスワードリセットの管理"
|
"message": "パスワードリセットの管理"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "このポリシーを無効にするには、シングルサインオン認証ポリシーを手動で無効にする必要があります。"
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "組織のポリシーが所有者のオプションに影響を与えています。"
|
"message": "組織のポリシーが所有者のオプションに影響を与えています。"
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "組織ユーザーの個人所有権を無効にする"
|
"message": "組織ユーザーの個人所有権を無効にする"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "パスワードをリセット"
|
"message": "パスワードをリセット"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "次のユーザーを削除してもよろしいですか?プロセスは完了まで数秒かかることがあり、中断またはキャンセルすることはできません。"
|
"message": "次のユーザーを削除してもよろしいですか?プロセスは完了まで数秒かかることがあり、中断またはキャンセルすることはできません。"
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "選択を確認"
|
"message": "選択を確認"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "パスワードリセットの管理権限を持つユーザーの管理も有効にする必要があります"
|
"message": "パスワードリセットの管理権限を持つユーザーの管理も有効にする必要があります"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "ಇಮೇಲ್ ಬದಲಾಯಿಸಿ"
|
"message": "ಇಮೇಲ್ ಬದಲಾಯಿಸಿ"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "ಹೊಸ ಇಮೇಲ್"
|
"message": "ಹೊಸ ಇಮೇಲ್"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "ಶುದ್ಧೀಕರಿಸಿದ ಸಂಸ್ಥೆ ವಾಲ್ಟ್."
|
"message": "ಶುದ್ಧೀಕರಿಸಿದ ಸಂಸ್ಥೆ ವಾಲ್ಟ್."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "ನಿಮ್ಮ ವಾಲ್ಟ್ನಲ್ಲಿರುವ ಎಲ್ಲಾ ಐಟಂಗಳು ಮತ್ತು ಫೋಲ್ಡರ್ಗಳನ್ನು ಅಳಿಸಲು ಕೆಳಗೆ ಮುಂದುವರಿಯಿರಿ. ನೀವು ಹಂಚಿಕೊಳ್ಳುವ ಸಂಸ್ಥೆಗೆ ಸೇರಿದ ವಸ್ತುಗಳನ್ನು ಅಳಿಸಲಾಗುವುದಿಲ್ಲ."
|
"message": "ನಿಮ್ಮ ವಾಲ್ಟ್ನಲ್ಲಿರುವ ಎಲ್ಲಾ ಐಟಂಗಳು ಮತ್ತು ಫೋಲ್ಡರ್ಗಳನ್ನು ಅಳಿಸಲು ಕೆಳಗೆ ಮುಂದುವರಿಯಿರಿ. ನೀವು ಹಂಚಿಕೊಳ್ಳುವ ಸಂಸ್ಥೆಗೆ ಸೇರಿದ ವಸ್ತುಗಳನ್ನು ಅಳಿಸಲಾಗುವುದಿಲ್ಲ."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "ನೀತಿಗಳು"
|
"message": "ನೀತಿಗಳು"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "ನೀತಿಯನ್ನು ತಿದ್ದು"
|
"message": "ನೀತಿಯನ್ನು ತಿದ್ದು"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "ದೃಢಪಡಿಸಲಾಗಿದೆ"
|
"message": "ದೃಢಪಡಿಸಲಾಗಿದೆ"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "ಮಾಲೀಕರು"
|
"message": "ಮಾಲೀಕರು"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "ನಿಮ್ಮ ಸಂಸ್ಥೆಯ ಎಲ್ಲಾ ಅಂಶಗಳನ್ನು ನಿರ್ವಹಿಸಬಲ್ಲ ಅತ್ಯುನ್ನತ ಪ್ರವೇಶ ಬಳಕೆದಾರ."
|
"message": "ನಿಮ್ಮ ಸಂಸ್ಥೆಯ ಎಲ್ಲಾ ಅಂಶಗಳನ್ನು ನಿರ್ವಹಿಸಬಲ್ಲ ಅತ್ಯುನ್ನತ ಪ್ರವೇಶ ಬಳಕೆದಾರ."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "ಅಡ್ಮಿನ್"
|
"message": "ಅಡ್ಮಿನ್"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "ಡಿವೈಸ್"
|
"message": "ಡಿವೈಸ್"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "ನಿಮ್ಮ ಸ್ಥಾಪನಾ ಐಡಿಯನ್ನು ನಮೂದಿಸಿ"
|
"message": "ನಿಮ್ಮ ಸ್ಥಾಪನಾ ಐಡಿಯನ್ನು ನಮೂದಿಸಿ"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "ಆಸನಗಳನ್ನು ಸೇರಿಸಿ",
|
"message": "ಆಸನಗಳನ್ನು ಸೇರಿಸಿ",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "ಆಸನಗಳನ್ನು ತೆಗೆದುಹಾಕಿ",
|
"message": "ಆಸನಗಳನ್ನು ತೆಗೆದುಹಾಕಿ",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "ನಿಮ್ಮ ಚಂದಾದಾರಿಕೆ ಒಟ್ಟು $COUNT$ ಬಳಕೆದಾರರಿಗೆ ಅನುಮತಿಸುತ್ತದೆ.",
|
"message": "ನಿಮ್ಮ ಚಂದಾದಾರಿಕೆ ಒಟ್ಟು $COUNT$ ಬಳಕೆದಾರರಿಗೆ ಅನುಮತಿಸುತ್ತದೆ.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "ಸೇರಿಸಲು ಆಸನಗಳು"
|
"message": "ಸೇರಿಸಲು ಆಸನಗಳು"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "ನೀವು ಈಗ ಈ ಟ್ಯಾಬ್ ಅನ್ನು ಮುಚ್ಚಬಹುದು ಮತ್ತು ವಿಸ್ತರಣೆಯಲ್ಲಿ ಮುಂದುವರಿಯಬಹುದು."
|
"message": "ನೀವು ಈಗ ಈ ಟ್ಯಾಬ್ ಅನ್ನು ಮುಚ್ಚಬಹುದು ಮತ್ತು ವಿಸ್ತರಣೆಯಲ್ಲಿ ಮುಂದುವರಿಯಬಹುದು."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "ವ್ಯಾಪಾರ ಪೋರ್ಟಲ್",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "ಎಲ್ಲಾ ತಂಡಗಳ ವೈಶಿಷ್ಟ್ಯಗಳು, ಜೊತೆಗೆ:"
|
"message": "ಎಲ್ಲಾ ತಂಡಗಳ ವೈಶಿಷ್ಟ್ಯಗಳು, ಜೊತೆಗೆ:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "ಎಸ್ಎಸ್ಒ ಲಿಂಕ್ ಮಾಡಿ"
|
"message": "ಎಸ್ಎಸ್ಒ ಲಿಂಕ್ ಮಾಡಿ"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "ನೀತಿ ಸಂರಚನೆಯನ್ನು ಸರಿಸಲಾಗಿದೆ, ಮತ್ತು ಈ ಪುಟವನ್ನು ಶೀಘ್ರದಲ್ಲೇ ಅಸಮ್ಮತಿಸಲಾಗುತ್ತದೆ. ಬದಲಿಗೆ ವ್ಯಾಪಾರ ಪೋರ್ಟಲ್ ನೀತಿಗಳ ಪುಟವನ್ನು ಬಳಸಲು ದಯವಿಟ್ಟು ಕೆಳಗೆ ಕ್ಲಿಕ್ ಮಾಡಿ."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "ಏಕ ಸಂಸ್ಥೆ"
|
"message": "ಏಕ ಸಂಸ್ಥೆ"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "ಅನುಮತಿಗಳು"
|
"message": "ಅನುಮತಿಗಳು"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "ವ್ಯಾಪಾರ ಪೋರ್ಟಲ್ ಅನ್ನು ಪ್ರವೇಶಿಸಿ"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "ಈವೆಂಟ್ ಲಾಗ್ಗಳನ್ನು ಪ್ರವೇಶಿಸಿ"
|
"message": "ಈವೆಂಟ್ ಲಾಗ್ಗಳನ್ನು ಪ್ರವೇಶಿಸಿ"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "ಎಲ್ಲಾ ಸಂಗ್ರಹಗಳನ್ನು ನಿರ್ವಹಿಸಿ"
|
"message": "ಎಲ್ಲಾ ಸಂಗ್ರಹಗಳನ್ನು ನಿರ್ವಹಿಸಿ"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "ನಿಯೋಜಿಸಲಾದ ಸಂಗ್ರಹಗಳನ್ನು ನಿರ್ವಹಿಸಿ"
|
"message": "ನಿಯೋಜಿಸಲಾದ ಸಂಗ್ರಹಗಳನ್ನು ನಿರ್ವಹಿಸಿ"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "ಗುಂಪುಗಳನ್ನು ನಿರ್ವಹಿಸಿ"
|
"message": "ಗುಂಪುಗಳನ್ನು ನಿರ್ವಹಿಸಿ"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "ಪಾಸ್ವರ್ಡ್ ಮರುಹೊಂದಿಕೆಯನ್ನು ನಿರ್ವಹಿಸಿ"
|
"message": "ಪಾಸ್ವರ್ಡ್ ಮರುಹೊಂದಿಕೆಯನ್ನು ನಿರ್ವಹಿಸಿ"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "ಈ ನೀತಿಯನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸುವ ಮೊದಲು ನೀವು ಏಕ ಸೈನ್-ಆನ್ ದೃಢೀಕರಣ ನೀತಿಯನ್ನು ಹಸ್ತಚಾಲಿತವಾಗಿ ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಬೇಕು."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "ಸಂಸ್ಥೆಯ ನೀತಿಯು ನಿಮ್ಮ ಮಾಲೀಕತ್ವದ ಆಯ್ಕೆಗಳ ಮೇಲೆ ಪರಿಣಾಮ ಬೀರುತ್ತಿದೆ."
|
"message": "ಸಂಸ್ಥೆಯ ನೀತಿಯು ನಿಮ್ಮ ಮಾಲೀಕತ್ವದ ಆಯ್ಕೆಗಳ ಮೇಲೆ ಪರಿಣಾಮ ಬೀರುತ್ತಿದೆ."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "ಸಂಸ್ಥೆ ಬಳಕೆದಾರರಿಗಾಗಿ ವೈಯಕ್ತಿಕ ಮಾಲೀಕತ್ವವನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಿ"
|
"message": "ಸಂಸ್ಥೆ ಬಳಕೆದಾರರಿಗಾಗಿ ವೈಯಕ್ತಿಕ ಮಾಲೀಕತ್ವವನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಿ"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "ಪಾಸ್ವರ್ಡ್ ಮರುಹೊಂದಿಸಿ"
|
"message": "ಪಾಸ್ವರ್ಡ್ ಮರುಹೊಂದಿಸಿ"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "ಕೆಳಗಿನ ಬಳಕೆದಾರರನ್ನು ತೆಗೆದುಹಾಕಲು ನೀವು ಖಚಿತವಾಗಿ ಬಯಸುವಿರಾ? ಪ್ರಕ್ರಿಯೆಯು ಪೂರ್ಣಗೊಳ್ಳಲು ಕೆಲವು ಸೆಕೆಂಡುಗಳು ತೆಗೆದುಕೊಳ್ಳಬಹುದು ಮತ್ತು ಅದನ್ನು ಅಡ್ಡಿಪಡಿಸಲು ಅಥವಾ ರದ್ದುಗೊಳಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ."
|
"message": "ಕೆಳಗಿನ ಬಳಕೆದಾರರನ್ನು ತೆಗೆದುಹಾಕಲು ನೀವು ಖಚಿತವಾಗಿ ಬಯಸುವಿರಾ? ಪ್ರಕ್ರಿಯೆಯು ಪೂರ್ಣಗೊಳ್ಳಲು ಕೆಲವು ಸೆಕೆಂಡುಗಳು ತೆಗೆದುಕೊಳ್ಳಬಹುದು ಮತ್ತು ಅದನ್ನು ಅಡ್ಡಿಪಡಿಸಲು ಅಥವಾ ರದ್ದುಗೊಳಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "ಆಯ್ಕೆಮಾಡಿದದನ್ನು ದೃಢೀಕರಿಸಿ"
|
"message": "ಆಯ್ಕೆಮಾಡಿದದನ್ನು ದೃಢೀಕರಿಸಿ"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "ಪಾಸ್ವರ್ಡ್ ಮರುಹೊಂದಿಸಿ ಅನುಮತಿಯೊಂದಿಗೆ ಬಳಕೆದಾರರನ್ನು ನಿರ್ವಹಿಸಿ"
|
"message": "ಪಾಸ್ವರ್ಡ್ ಮರುಹೊಂದಿಸಿ ಅನುಮತಿಯೊಂದಿಗೆ ಬಳಕೆದಾರರನ್ನು ನಿರ್ವಹಿಸಿ"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "이메일 변경"
|
"message": "이메일 변경"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "새 이메일"
|
"message": "새 이메일"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "삭제 된 조직 보관함"
|
"message": "삭제 된 조직 보관함"
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "보관함 내의 모든 항목과 폴더를 삭제하려면 다음 단계로 나아가십시오. 조직에 속한 공유 항목들은 삭제되지 않습니다."
|
"message": "보관함 내의 모든 항목과 폴더를 삭제하려면 다음 단계로 나아가십시오. 조직에 속한 공유 항목들은 삭제되지 않습니다."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "정책"
|
"message": "정책"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "정책 수정"
|
"message": "정책 수정"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "확인됨"
|
"message": "확인됨"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "소유자"
|
"message": "소유자"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "조직의 모든 측면을 관리할 수있는 최고 액세스 사용자."
|
"message": "조직의 모든 측면을 관리할 수있는 최고 액세스 사용자."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "관리자"
|
"message": "관리자"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "기기"
|
"message": "기기"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "설치 ID를 입력하십시오"
|
"message": "설치 ID를 입력하십시오"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "사용자 수 추가",
|
"message": "사용자 수 추가",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "사용자 수 제거",
|
"message": "사용자 수 제거",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "귀하의 구독은 총 $COUNT$명의 사용자를 허용합니다.",
|
"message": "귀하의 구독은 총 $COUNT$명의 사용자를 허용합니다.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "추가할 사용자 수"
|
"message": "추가할 사용자 수"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "이제 이 탭을 닫고 확장 프로그램에서 계속 진행하셔도 됩니다."
|
"message": "이제 이 탭을 닫고 확장 프로그램에서 계속 진행하셔도 됩니다."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "비즈니스 포털",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "모든 팀 기능, 추가로:"
|
"message": "모든 팀 기능, 추가로:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "SSO 연결"
|
"message": "SSO 연결"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "정책 설정이 이동되었으며 이 페이지는 곧 지원이 종료될 예정입니다. 아래를 클릭해서 비즈니스 포털 정책 페이지를 사용해주세요."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "통합 조직"
|
"message": "통합 조직"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "권한"
|
"message": "권한"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "비즈니스 포털 접근"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "이벤트 로그 접근"
|
"message": "이벤트 로그 접근"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "모든 컬렉션 관리"
|
"message": "모든 컬렉션 관리"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "할당된 컬렉션 관리"
|
"message": "할당된 컬렉션 관리"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "그룹 관리"
|
"message": "그룹 관리"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "비밀번호 초기화 관리"
|
"message": "비밀번호 초기화 관리"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "이 정책을 비활성화하려면 먼저 SSO 인증 정책을 수동으로 비활성화해야 합니다."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "조직의 정책이 소유권 설정에 영향을 미치고 있습니다."
|
"message": "조직의 정책이 소유권 설정에 영향을 미치고 있습니다."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "조직 사용자의 개인 소유권 비활성화"
|
"message": "조직 사용자의 개인 소유권 비활성화"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "비밀번호 재설정"
|
"message": "비밀번호 재설정"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "정말로 다음 사용자를 삭제하시겠어요? 프로세스를 완료하는 데에는 몇 초 정도가 걸릴 수 있으며 도중에 중단하거나 취소할 수 없습니다."
|
"message": "정말로 다음 사용자를 삭제하시겠어요? 프로세스를 완료하는 데에는 몇 초 정도가 걸릴 수 있으며 도중에 중단하거나 취소할 수 없습니다."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "선택 항목 확인"
|
"message": "선택 항목 확인"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "비밀번호 재설정 관리 권한으로 사용자 관리도 활성화해야 합니다"
|
"message": "비밀번호 재설정 관리 권한으로 사용자 관리도 활성화해야 합니다"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Mainīt e-pasta adresi"
|
"message": "Mainīt e-pasta adresi"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "Jauna e-pasta adrese"
|
"message": "Jauna e-pasta adrese"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Apvienības glabātava iztīrīta."
|
"message": "Apvienības glabātava iztīrīta."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Turpnāt zemāk, lai izdzēstu visus glabātavas vienumus un mapes. Vienumi, kas pieder apvienībai un kas tiek koplietoti, netiks izdzēsti."
|
"message": "Turpnāt zemāk, lai izdzēstu visus glabātavas vienumus un mapes. Vienumi, kas pieder apvienībai un kas tiek koplietoti, netiks izdzēsti."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Nosacījumi"
|
"message": "Nosacījumi"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Labot nosacījumus"
|
"message": "Labot nosacījumus"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Apstiprināts"
|
"message": "Apstiprināts"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Īpašnieks"
|
"message": "Īpašnieks"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "Lietotājs ar augstākajām piekļuves tiesībām, kurš var pārvaldīt visu apvienībā."
|
"message": "Lietotājs ar augstākajām piekļuves tiesībām, kurš var pārvaldīt visu apvienībā."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Pārvaldnieks"
|
"message": "Pārvaldnieks"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Ierīce"
|
"message": "Ierīce"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Ievadīt uzstādīšanas ID"
|
"message": "Ievadīt uzstādīšanas ID"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Pievienot vietas",
|
"message": "Pievienot vietas",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Noņemt vietas",
|
"message": "Noņemt vietas",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Pašreizējais abonements pieļaujamais lietotāju skaits ir līdz $COUNT$.",
|
"message": "Pašreizējais abonements pieļaujamais lietotāju skaits ir līdz $COUNT$.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Vietas, ko pievienot"
|
"message": "Vietas, ko pievienot"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "Šo cilni tagad var aizvērt un turpināt paplašinājumā."
|
"message": "Šo cilni tagad var aizvērt un turpināt paplašinājumā."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Uzņēmējdarbības portāls",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "Visas vienību iespējas, kā arī:"
|
"message": "Visas vienību iespējas, kā arī:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Piesaistīt SSO"
|
"message": "Piesaistīt SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Nosacījumu uzstādījumi ir pārvietoti, un šī lapa drīz būs novecojusi. Lūgums klikšķināt zemāk, lai izmantotu uzņemējdarbības portāla nosacījumu lapu."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Viena vienīga apvienība"
|
"message": "Viena vienīga apvienība"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Atļaujas"
|
"message": "Atļaujas"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Piekļūt uzņemējdarbības portālam"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Piekļūt notikumu žurnāla ierakstiem"
|
"message": "Piekļūt notikumu žurnāla ierakstiem"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Pārvaldīt visus krājumus"
|
"message": "Pārvaldīt visus krājumus"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Pārvaldīt norīkotos krājumus"
|
"message": "Pārvaldīt norīkotos krājumus"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Pārvaldīt kopas"
|
"message": "Pārvaldīt kopas"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Pārvaldīt paroles atiestatīšanu"
|
"message": "Pārvaldīt paroles atiestatīšanu"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "Vispirms ir pašrocīgi jātspējo vienotās pieteikšanās nosacījumu kopa, pirms šī var tikt atspējota."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Apvienības nosacījumi ietekmē Tavas īpašumtiesību iespējas."
|
"message": "Apvienības nosacījumi ietekmē Tavas īpašumtiesību iespējas."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Atspējot personīgās īpašumtiesības apvienības lietotājiem"
|
"message": "Atspējot personīgās īpašumtiesības apvienības lietotājiem"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Atiestatīt paroli"
|
"message": "Atiestatīt paroli"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Vai tiešām noņemt šos lietotājus? Tas var aizņemt dažas sekundes un nevar tikt pārtraukts vai atcelts."
|
"message": "Vai tiešām noņemt šos lietotājus? Tas var aizņemt dažas sekundes un nevar tikt pārtraukts vai atcelts."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Apstiprināt atlasīto"
|
"message": "Apstiprināt atlasīto"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Lietotāju pārvaldīšanai ir jābūt iespējotai arī ar paroļu atiestatīšanas pārvaldīšanas atļauju"
|
"message": "Lietotāju pārvaldīšanai ir jābūt iespējotai arī ar paroļu atiestatīšanas pārvaldīšanas atļauju"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "ഇമെയില് മാറ്റുക"
|
"message": "ഇമെയില് മാറ്റുക"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "പുതിയ ഇമെയിൽ"
|
"message": "പുതിയ ഇമെയിൽ"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Purged organization vault."
|
"message": "Purged organization vault."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Proceed below to delete all items and folders in your vault. Items that belong to an organization that you share with will not be deleted."
|
"message": "Proceed below to delete all items and folders in your vault. Items that belong to an organization that you share with will not be deleted."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "നയങ്ങൾ"
|
"message": "നയങ്ങൾ"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "നയം എഡിറ്റുചെയ്യുക"
|
"message": "നയം എഡിറ്റുചെയ്യുക"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "സ്ഥിരീകരിച്ചു"
|
"message": "സ്ഥിരീകരിച്ചു"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "ഉടമ"
|
"message": "ഉടമ"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "നിങ്ങളുടെ ഓർഗനൈസേഷന്റെ എല്ലാ വശങ്ങളും നിയന്ത്രിക്കാൻ കഴിയുന്ന ഏറ്റവും ഉയർന്ന ആക്സസ്സുള്ള ഉപയോക്താവ്."
|
"message": "നിങ്ങളുടെ ഓർഗനൈസേഷന്റെ എല്ലാ വശങ്ങളും നിയന്ത്രിക്കാൻ കഴിയുന്ന ഏറ്റവും ഉയർന്ന ആക്സസ്സുള്ള ഉപയോക്താവ്."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "അഡ്മിൻ"
|
"message": "അഡ്മിൻ"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "ഉപകരണം"
|
"message": "ഉപകരണം"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "നിങ്ങളുടെ ഇൻസ്റ്റാളേഷൻ ഐഡി നൽകുക"
|
"message": "നിങ്ങളുടെ ഇൻസ്റ്റാളേഷൻ ഐഡി നൽകുക"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "സീറ്റുകൾ ചേർക്കുക ",
|
"message": "സീറ്റുകൾ ചേർക്കുക ",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "സീറ്റുകൾ നീക്കംചെയ്യുക",
|
"message": "സീറ്റുകൾ നീക്കംചെയ്യുക",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "നിങ്ങളുടെ സബ്സ്ക്രിപ്ഷൻ മൊത്തം $COUNT$ ഉപയോക്താക്കളെ അനുവദിക്കുന്നു.",
|
"message": "നിങ്ങളുടെ സബ്സ്ക്രിപ്ഷൻ മൊത്തം $COUNT$ ഉപയോക്താക്കളെ അനുവദിക്കുന്നു.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Seats To Add"
|
"message": "Seats To Add"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "നിങ്ങൾക്ക് ഇപ്പോൾ ഈ ടാബ് അടച്ച് വിപുലീകരണത്തിൽ തുടരാം."
|
"message": "നിങ്ങൾക്ക് ഇപ്പോൾ ഈ ടാബ് അടച്ച് വിപുലീകരണത്തിൽ തുടരാം."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "ബിസിനസ് പോർട്ടൽ",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "എല്ലാ ടീമുകളുടെ സവിശേഷതകളും, കൂടാതെ:"
|
"message": "എല്ലാ ടീമുകളുടെ സവിശേഷതകളും, കൂടാതെ:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "SSO ബന്ധിപ്പിക്കുക"
|
"message": "SSO ബന്ധിപ്പിക്കുക"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "നയ കോൺഫിഗറേഷൻ നീക്കി, ഈ പേജ് ഉടൻ തന്നെ ഒഴിവാക്കപ്പെടും. പകരം ബിസിനസ് പോർട്ടൽ നയങ്ങളുടെ പേജ് ഉപയോഗിക്കുന്നതിന് ചുവടെ ക്ലിക്കുചെയ്യുക."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "ഒറ്റ ഓർഗനൈസേഷൻ"
|
"message": "ഒറ്റ ഓർഗനൈസേഷൻ"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "അനുമതികൾ"
|
"message": "അനുമതികൾ"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "ബിസിനസ്സ് പോർട്ടൽ ആക്സസ് ചെയ്യുക"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Access Event Logs"
|
"message": "Access Event Logs"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "എല്ലാ കളക്ഷനുകളും നിയത്രിക്കുക"
|
"message": "എല്ലാ കളക്ഷനുകളും നിയത്രിക്കുക"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Manage Assigned Collections"
|
"message": "Manage Assigned Collections"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "ഗ്രൂപ്പുകൾ നിയന്ത്രിക്കുക"
|
"message": "ഗ്രൂപ്പുകൾ നിയന്ത്രിക്കുക"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Manage Password Reset"
|
"message": "Manage Password Reset"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organization policy is affecting your ownership options."
|
"message": "An organization policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Disable personal ownership for organization users"
|
"message": "Disable personal ownership for organization users"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Reset Password"
|
"message": "Reset Password"
|
||||||
},
|
},
|
||||||
@@ -3947,13 +4070,13 @@
|
|||||||
"message": "Automatic Enrollment"
|
"message": "Automatic Enrollment"
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollDescription": {
|
"resetPasswordPolicyAutoEnrollDescription": {
|
||||||
"message": "All users will be automatically enrolled in password reset once their invite is accepted."
|
"message": "All users will be automatically enrolled in password reset once their invite is accepted and will not be allowed to withdraw."
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollWarning": {
|
"resetPasswordPolicyAutoEnrollWarning": {
|
||||||
"message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password."
|
"message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password."
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollCheckbox": {
|
"resetPasswordPolicyAutoEnrollCheckbox": {
|
||||||
"message": "Automatically enroll new users"
|
"message": "Require new users to be enrolled automatically"
|
||||||
},
|
},
|
||||||
"resetPasswordAutoEnrollInviteWarning": {
|
"resetPasswordAutoEnrollInviteWarning": {
|
||||||
"message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password."
|
"message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password."
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Confirm Selected"
|
"message": "Confirm Selected"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Endre e-postadresse"
|
"message": "Endre e-postadresse"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "Ny E-postadresse"
|
"message": "Ny E-postadresse"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Tømte organisasjonens hvelv."
|
"message": "Tømte organisasjonens hvelv."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Fortsett nedenfor for å slette alle objektet og mapper i ditt hvelv. Objekter som tilhører en organisasjon som du deler med, vil ikke bli slettet."
|
"message": "Fortsett nedenfor for å slette alle objektet og mapper i ditt hvelv. Objekter som tilhører en organisasjon som du deler med, vil ikke bli slettet."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Vilkår"
|
"message": "Vilkår"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Endre vilkår"
|
"message": "Endre vilkår"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Bekreftet"
|
"message": "Bekreftet"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Eier"
|
"message": "Eier"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "Høyestetilgangsbrukeren som kan behandle alle aspekter av din organisasjon."
|
"message": "Høyestetilgangsbrukeren som kan behandle alle aspekter av din organisasjon."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Admin"
|
"message": "Admin"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Enhet"
|
"message": "Enhet"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Skriv inn din installasjons-ID"
|
"message": "Skriv inn din installasjons-ID"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Legg til seter",
|
"message": "Legg til seter",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Fjern seter",
|
"message": "Fjern seter",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Ditt abonnement tillater opptil $COUNT$ brukere.",
|
"message": "Ditt abonnement tillater opptil $COUNT$ brukere.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Seter som skal legges til"
|
"message": "Seter som skal legges til"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "Du kan nå lukke denne fanen og fortsette i utvidelsen."
|
"message": "Du kan nå lukke denne fanen og fortsette i utvidelsen."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Business Portal",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "All Teams features, plus:"
|
"message": "All Teams features, plus:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Link SSO"
|
"message": "Link SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Policy konfigurasjon er flyttet, og denne siden vil snart bli avvist. Klikk nedenfor for å bruke Business Portal policyer siden i stedet."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Enkel organisasjon"
|
"message": "Enkel organisasjon"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Rettigheter"
|
"message": "Rettigheter"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Access Business Portal"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Access Event Logs"
|
"message": "Access Event Logs"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Administrer alle samlinger"
|
"message": "Administrer alle samlinger"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Administrer alle tildelte samlinger"
|
"message": "Administrer alle tildelte samlinger"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Administrer grupper"
|
"message": "Administrer grupper"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Manage Password Reset"
|
"message": "Manage Password Reset"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organization policy is affecting your ownership options."
|
"message": "An organization policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Disable personal ownership for organization users"
|
"message": "Disable personal ownership for organization users"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Tilbakestill passord"
|
"message": "Tilbakestill passord"
|
||||||
},
|
},
|
||||||
@@ -3947,13 +4070,13 @@
|
|||||||
"message": "Automatic Enrollment"
|
"message": "Automatic Enrollment"
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollDescription": {
|
"resetPasswordPolicyAutoEnrollDescription": {
|
||||||
"message": "All users will be automatically enrolled in password reset once their invite is accepted."
|
"message": "All users will be automatically enrolled in password reset once their invite is accepted and will not be allowed to withdraw."
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollWarning": {
|
"resetPasswordPolicyAutoEnrollWarning": {
|
||||||
"message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password."
|
"message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password."
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollCheckbox": {
|
"resetPasswordPolicyAutoEnrollCheckbox": {
|
||||||
"message": "Automatically enroll new users"
|
"message": "Require new users to be enrolled automatically"
|
||||||
},
|
},
|
||||||
"resetPasswordAutoEnrollInviteWarning": {
|
"resetPasswordAutoEnrollInviteWarning": {
|
||||||
"message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password."
|
"message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password."
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Bekreft valgte"
|
"message": "Bekreft valgte"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "E-mailadres wijzigen"
|
"message": "E-mailadres wijzigen"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "Nieuw e-mailadres"
|
"message": "Nieuw e-mailadres"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Organisatiekluis verwijderd."
|
"message": "Organisatiekluis verwijderd."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Ga hieronder verder om alle items en mappen in je kluis te verwijderen. Items die behoren tot een organisatie waarmee je deelt, worden niet verwijderd."
|
"message": "Ga hieronder verder om alle items en mappen in je kluis te verwijderen. Items die behoren tot een organisatie waarmee je deelt, worden niet verwijderd."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Beleidseisen"
|
"message": "Beleidseisen"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Beleid bewerken"
|
"message": "Beleid bewerken"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Bevestigd"
|
"message": "Bevestigd"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Eigenaar"
|
"message": "Eigenaar"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "De gebruiker met de hoogste toegangsrechten. Deze gebruiker kan alle aspecten van je organisatie beheren."
|
"message": "De gebruiker met de hoogste toegangsrechten. Deze gebruiker kan alle aspecten van je organisatie beheren."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Beheerder"
|
"message": "Beheerder"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Apparaat"
|
"message": "Apparaat"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Installatie-id invoeren"
|
"message": "Installatie-id invoeren"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Plaatsen toevoegen",
|
"message": "Plaatsen toevoegen",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Plaatsen verwijderen",
|
"message": "Plaatsen verwijderen",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Je abonnement omvat $COUNT$ gebruikers.",
|
"message": "Je abonnement omvat $COUNT$ gebruikers.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Toe te voegen plaatsen"
|
"message": "Toe te voegen plaatsen"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "Je kunt dit tabblad nu sluiten en doorgaan in de extensie."
|
"message": "Je kunt dit tabblad nu sluiten en doorgaan in de extensie."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Zakelijk portaal",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "Alle functionaliteit van Teams plus:"
|
"message": "Alle functionaliteit van Teams plus:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "SSO koppelen"
|
"message": "SSO koppelen"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Beleidsconfiguratie is verplaatst en deze pagina wordt binnenkort niet meer ondersteund. Klik hieronder om het bedrijfsbeleidsportaal te gebruiken."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Enkele organisatie"
|
"message": "Enkele organisatie"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Rechten"
|
"message": "Rechten"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Business Portaal"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Eventlogs"
|
"message": "Eventlogs"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Alle verbindingen beheren"
|
"message": "Alle verbindingen beheren"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Toegewezen collecties beheren"
|
"message": "Toegewezen collecties beheren"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Groepen beheren"
|
"message": "Groepen beheren"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Wachtwoordherstel beheren"
|
"message": "Wachtwoordherstel beheren"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "Je moet handmatig het Single Sign-On-verificatiebeleid uitschakelen voordat je dit beleid kunt uitgeschakeld."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Een organisatiebeleid heeft invloed op je eigendomsopties."
|
"message": "Een organisatiebeleid heeft invloed op je eigendomsopties."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Schakel persoonlijke eigendom uit voor organisatiegebruikers"
|
"message": "Schakel persoonlijke eigendom uit voor organisatiegebruikers"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Wachtwoord opnieuw instellen"
|
"message": "Wachtwoord opnieuw instellen"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Weet je zeker dat je de volgende gebruikers wilt verwijderen? Dit proces duurt enkele seconden en kan niet worden onderbroken of geannuleerd."
|
"message": "Weet je zeker dat je de volgende gebruikers wilt verwijderen? Dit proces duurt enkele seconden en kan niet worden onderbroken of geannuleerd."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Bevestig selectie"
|
"message": "Bevestig selectie"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Gebruikers beheren moet ingeschakeld zijn met de optie Wachtwoordherstel beheren"
|
"message": "Gebruikers beheren moet ingeschakeld zijn met de optie Wachtwoordherstel beheren"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Change Email"
|
"message": "Change Email"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "New Email"
|
"message": "New Email"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Purged organization vault."
|
"message": "Purged organization vault."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Proceed below to delete all items and folders in your vault. Items that belong to an organization that you share with will not be deleted."
|
"message": "Proceed below to delete all items and folders in your vault. Items that belong to an organization that you share with will not be deleted."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Policies"
|
"message": "Policies"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Edit Policy"
|
"message": "Edit Policy"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Confirmed"
|
"message": "Confirmed"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Owner"
|
"message": "Owner"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "The highest access user that can manage all aspects of your organization."
|
"message": "The highest access user that can manage all aspects of your organization."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Admin"
|
"message": "Admin"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Device"
|
"message": "Device"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Enter your installation id"
|
"message": "Enter your installation id"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Add Seats",
|
"message": "Add Seats",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Remove Seats",
|
"message": "Remove Seats",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Your subscription allows for a total of $COUNT$ users.",
|
"message": "Your subscription allows for a total of $COUNT$ users.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Seats To Add"
|
"message": "Seats To Add"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "You may now close this tab and continue in the extension."
|
"message": "You may now close this tab and continue in the extension."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Business Portal",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "All Teams features, plus:"
|
"message": "All Teams features, plus:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Link SSO"
|
"message": "Link SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Policy configuration has been moved, and this page will soon be deprecated. Please click below to use the Business Portal policies page instead."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Single Organization"
|
"message": "Single Organization"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Permissions"
|
"message": "Permissions"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Access Business Portal"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Access Event Logs"
|
"message": "Access Event Logs"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Manage All Collections"
|
"message": "Manage All Collections"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Manage Assigned Collections"
|
"message": "Manage Assigned Collections"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Manage Groups"
|
"message": "Manage Groups"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Manage Password Reset"
|
"message": "Manage Password Reset"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organization policy is affecting your ownership options."
|
"message": "An organization policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Disable personal ownership for organization users"
|
"message": "Disable personal ownership for organization users"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Reset Password"
|
"message": "Reset Password"
|
||||||
},
|
},
|
||||||
@@ -3947,13 +4070,13 @@
|
|||||||
"message": "Automatic Enrollment"
|
"message": "Automatic Enrollment"
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollDescription": {
|
"resetPasswordPolicyAutoEnrollDescription": {
|
||||||
"message": "All users will be automatically enrolled in password reset once their invite is accepted."
|
"message": "All users will be automatically enrolled in password reset once their invite is accepted and will not be allowed to withdraw."
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollWarning": {
|
"resetPasswordPolicyAutoEnrollWarning": {
|
||||||
"message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password."
|
"message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password."
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollCheckbox": {
|
"resetPasswordPolicyAutoEnrollCheckbox": {
|
||||||
"message": "Automatically enroll new users"
|
"message": "Require new users to be enrolled automatically"
|
||||||
},
|
},
|
||||||
"resetPasswordAutoEnrollInviteWarning": {
|
"resetPasswordAutoEnrollInviteWarning": {
|
||||||
"message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password."
|
"message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password."
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Stadfest markerte"
|
"message": "Stadfest markerte"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Zmień adres e-mail"
|
"message": "Zmień adres e-mail"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "Nowy adres e-mail"
|
"message": "Nowy adres e-mail"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Sejf organizacji został wyczyszczony."
|
"message": "Sejf organizacji został wyczyszczony."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Kontynuuj poniżej, aby usunąć wszystkie elementy i foldery z sejfu. Elementy udostępnione organizacji nie zostaną usunięte."
|
"message": "Kontynuuj poniżej, aby usunąć wszystkie elementy i foldery z sejfu. Elementy udostępnione organizacji nie zostaną usunięte."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Zasady"
|
"message": "Zasady"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Edytuj zasady"
|
"message": "Edytuj zasady"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Potwierdzone"
|
"message": "Potwierdzone"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Właściciel"
|
"message": "Właściciel"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "Użytkownik z najwyższym uprawnieniem, który może zarządzać wszystkimi ustawieniami organizacji."
|
"message": "Użytkownik z najwyższym uprawnieniem, który może zarządzać wszystkimi ustawieniami organizacji."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Administrator"
|
"message": "Administrator"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Urządzenie"
|
"message": "Urządzenie"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Wpisz identyfikator instalacji"
|
"message": "Wpisz identyfikator instalacji"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Dodaj stanowiska",
|
"message": "Dodaj stanowiska",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Usuń stanowiska",
|
"message": "Usuń stanowiska",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Twoja subskrypcja pozwala na łączną liczbę $COUNT$ użytkowników.",
|
"message": "Twoja subskrypcja pozwala na łączną liczbę $COUNT$ użytkowników.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Stanowiska do dodania"
|
"message": "Stanowiska do dodania"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "Możesz teraz zamknąć tę kartę i kontynuować w rozszerzeniu."
|
"message": "Możesz teraz zamknąć tę kartę i kontynuować w rozszerzeniu."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Portal biznesowy",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "Wszystkie funkcje zespołów oraz:"
|
"message": "Wszystkie funkcje zespołów oraz:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Połącz logowanie jednokrotne SSO"
|
"message": "Połącz logowanie jednokrotne SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Miejsce konfiguracji zasady zostało przeniesione i ta strona zostanie wkrótce wycofana. Kliknij poniżej, aby przejść do zasad przedsiębiorstwa."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Pojedyncza organizacja"
|
"message": "Pojedyncza organizacja"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Uprawnienia"
|
"message": "Uprawnienia"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Dostęp do portalu biznesowego"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Dostęp do dziennika zdarzeń"
|
"message": "Dostęp do dziennika zdarzeń"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Zarządzaj wszystkimi kolekcjami"
|
"message": "Zarządzaj wszystkimi kolekcjami"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Zarządzaj przypisanymi kolekcjami"
|
"message": "Zarządzaj przypisanymi kolekcjami"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Zarządzaj grupami"
|
"message": "Zarządzaj grupami"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Zarządzaj resetowaniem hasła"
|
"message": "Zarządzaj resetowaniem hasła"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "Musisz wyłączyć zasadę uwierzytelniania logowaniem jednokrotnym przed wyłączeniem tej zasady."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Zasada organizacji ma wpływ na opcję własności elementów."
|
"message": "Zasada organizacji ma wpływ na opcję własności elementów."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Wyłącz opcję własności osobistej dla użytkowników organizacji"
|
"message": "Wyłącz opcję własności osobistej dla użytkowników organizacji"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Zresetuj hasło"
|
"message": "Zresetuj hasło"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Czy na pewno chcesz usunąć następujących użytkowników? Proces może potrwać kilka sekund i nie może zostać przerwany lub anulowany."
|
"message": "Czy na pewno chcesz usunąć następujących użytkowników? Proces może potrwać kilka sekund i nie może zostać przerwany lub anulowany."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Potwierdź zaznaczone"
|
"message": "Potwierdź zaznaczone"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Zasada \"Zarządzaj użytkownikami\" musi być włączona wraz z uprawnieniem \"Zarządzaj resetowaniem hasła\""
|
"message": "Zasada \"Zarządzaj użytkownikami\" musi być włączona wraz z uprawnieniem \"Zarządzaj resetowaniem hasła\""
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Alterar e-mail"
|
"message": "Alterar e-mail"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "Novo e-mail"
|
"message": "Novo e-mail"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Cofre da organização limpado."
|
"message": "Cofre da organização limpado."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Continue abaixo para excluir todos os itens e pastas do seu cofre. Itens que pertencem a uma organização com a qual você compartilha não serão excluídos."
|
"message": "Continue abaixo para excluir todos os itens e pastas do seu cofre. Itens que pertencem a uma organização com a qual você compartilha não serão excluídos."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Políticas"
|
"message": "Políticas"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Editar Política"
|
"message": "Editar Política"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Confirmado"
|
"message": "Confirmado"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Proprietário"
|
"message": "Proprietário"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "O maior usuário de acesso que pode gerenciar todos os aspectos da sua organização."
|
"message": "O maior usuário de acesso que pode gerenciar todos os aspectos da sua organização."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Administrador"
|
"message": "Administrador"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Dispositivo"
|
"message": "Dispositivo"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Insira o seu ID de instalação"
|
"message": "Insira o seu ID de instalação"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Adicionar Assentos",
|
"message": "Adicionar Assentos",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Remover Assentos",
|
"message": "Remover Assentos",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Sua assinatura permite um total de $COUNT$ usuários.",
|
"message": "Sua assinatura permite um total de $COUNT$ usuários.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Assentos Para Adicionar"
|
"message": "Assentos Para Adicionar"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "Agora você pode fechar esta aba e continuar na extensão."
|
"message": "Agora você pode fechar esta aba e continuar na extensão."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Portal para Empresas",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "Recursos para Todas as Equipes, além de:"
|
"message": "Recursos para Todas as Equipes, além de:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Vincular SSO"
|
"message": "Vincular SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "A configuração de políticas foi movida, e esta página será descontinuada em breve. Por favor, clique abaixo para usar a página de políticas do Portal de Negócios."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Organização Única"
|
"message": "Organização Única"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Permissões"
|
"message": "Permissões"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Acessar Portal do Negócio"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Acessar Registro de Eventos"
|
"message": "Acessar Registro de Eventos"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Gerenciar Todas as Coleções"
|
"message": "Gerenciar Todas as Coleções"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Gerenciar Coleções Atribuídas"
|
"message": "Gerenciar Coleções Atribuídas"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Gerenciar Grupos"
|
"message": "Gerenciar Grupos"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Gerenciar Redefinição de Senha"
|
"message": "Gerenciar Redefinição de Senha"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "Você deve desativar manualmente a política de autenticação de logon único antes que esta política possa ser desativada."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Uma política de organização está afetando suas opções de propriedade."
|
"message": "Uma política de organização está afetando suas opções de propriedade."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Desativar propriedade pessoal para usuários da organização"
|
"message": "Desativar propriedade pessoal para usuários da organização"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Redefinir Senha"
|
"message": "Redefinir Senha"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Tem certeza de que deseja remover os seguintes usuários? O processo pode levar alguns segundos para ser concluído e não pode ser interrompido ou cancelado."
|
"message": "Tem certeza de que deseja remover os seguintes usuários? O processo pode levar alguns segundos para ser concluído e não pode ser interrompido ou cancelado."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Confirmar Selecionado(s)"
|
"message": "Confirmar Selecionado(s)"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Gerenciar Usuários também deve ser habilitado com a permissão para Gerenciar a Redefinição de Senha"
|
"message": "Gerenciar Usuários também deve ser habilitado com a permissão para Gerenciar a Redefinição de Senha"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Alterar email"
|
"message": "Alterar email"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "Novo email"
|
"message": "Novo email"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Cofre da organização purgado."
|
"message": "Cofre da organização purgado."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Proceda abaixo para eliminar todos os itens e pastas do seu cofre. Itens que pertençam a uma organização que partilhe não serão eliminados."
|
"message": "Proceda abaixo para eliminar todos os itens e pastas do seu cofre. Itens que pertençam a uma organização que partilhe não serão eliminados."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Políticas"
|
"message": "Políticas"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Editar política"
|
"message": "Editar política"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Confirmado"
|
"message": "Confirmado"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Proprietário"
|
"message": "Proprietário"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "O utilizador com acesso mais elevado que pode gerir todos os aspetos da sua organização."
|
"message": "O utilizador com acesso mais elevado que pode gerir todos os aspetos da sua organização."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Administrador"
|
"message": "Administrador"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Dispositivo"
|
"message": "Dispositivo"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Introduza o id da sua instalação"
|
"message": "Introduza o id da sua instalação"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Adicionar lugares",
|
"message": "Adicionar lugares",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Remover lugares",
|
"message": "Remover lugares",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "A sua subscrição permite um total de $COUNT$ utilizadores.",
|
"message": "A sua subscrição permite um total de $COUNT$ utilizadores.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Lugares a adicionar"
|
"message": "Lugares a adicionar"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "You may now close this tab and continue in the extension."
|
"message": "You may now close this tab and continue in the extension."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Portal de Empresas",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "Todas as funcionalidades de Equipas, mais:"
|
"message": "Todas as funcionalidades de Equipas, mais:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Ligar SSO"
|
"message": "Ligar SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Policy configuration has been moved, and this page will soon be deprecated. Please click below to use the Business Portal policies page instead."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Single Organization"
|
"message": "Single Organization"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Permissions"
|
"message": "Permissions"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Access Business Portal"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Access Event Logs"
|
"message": "Access Event Logs"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Manage All Collections"
|
"message": "Manage All Collections"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Manage Assigned Collections"
|
"message": "Manage Assigned Collections"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Manage Groups"
|
"message": "Manage Groups"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Manage Password Reset"
|
"message": "Manage Password Reset"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organization policy is affecting your ownership options."
|
"message": "An organization policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Disable personal ownership for organization users"
|
"message": "Disable personal ownership for organization users"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Reset Password"
|
"message": "Reset Password"
|
||||||
},
|
},
|
||||||
@@ -3947,13 +4070,13 @@
|
|||||||
"message": "Automatic Enrollment"
|
"message": "Automatic Enrollment"
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollDescription": {
|
"resetPasswordPolicyAutoEnrollDescription": {
|
||||||
"message": "All users will be automatically enrolled in password reset once their invite is accepted."
|
"message": "All users will be automatically enrolled in password reset once their invite is accepted and will not be allowed to withdraw."
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollWarning": {
|
"resetPasswordPolicyAutoEnrollWarning": {
|
||||||
"message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password."
|
"message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password."
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollCheckbox": {
|
"resetPasswordPolicyAutoEnrollCheckbox": {
|
||||||
"message": "Automatically enroll new users"
|
"message": "Require new users to be enrolled automatically"
|
||||||
},
|
},
|
||||||
"resetPasswordAutoEnrollInviteWarning": {
|
"resetPasswordAutoEnrollInviteWarning": {
|
||||||
"message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password."
|
"message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password."
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Confirm Selected"
|
"message": "Confirm Selected"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Schimbare adresă e-mail"
|
"message": "Schimbare adresă e-mail"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "E-mail nou"
|
"message": "E-mail nou"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Seiful organizației a fost curățat."
|
"message": "Seiful organizației a fost curățat."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Continuați în modul indicat mai jos pentru a șterge toate articolele și dosarele din seiful dvs. Articolele care aparțin unei organizații din care sunteți membru nu vor fi șterse."
|
"message": "Continuați în modul indicat mai jos pentru a șterge toate articolele și dosarele din seiful dvs. Articolele care aparțin unei organizații din care sunteți membru nu vor fi șterse."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Politici"
|
"message": "Politici"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Editare politici"
|
"message": "Editare politici"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Confirmat"
|
"message": "Confirmat"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Proprietar"
|
"message": "Proprietar"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "Contul cu cele mai mari privilegii care poate gestiona toate aspectele organizației."
|
"message": "Contul cu cele mai mari privilegii care poate gestiona toate aspectele organizației."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Admin"
|
"message": "Admin"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Dispozitiv"
|
"message": "Dispozitiv"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Introducere id de instalare"
|
"message": "Introducere id de instalare"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Adăugare licențe",
|
"message": "Adăugare licențe",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Eliminare licențe",
|
"message": "Eliminare licențe",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Abonamentul dvs. permite un total de $COUNT$ utilizatori.",
|
"message": "Abonamentul dvs. permite un total de $COUNT$ utilizatori.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Licențe de adăugat"
|
"message": "Licențe de adăugat"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "Acum puteți închide această filă și puteți continua în extensie."
|
"message": "Acum puteți închide această filă și puteți continua în extensie."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Portal de afaceri",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "Toate funcțiile planului Echipe, plus:"
|
"message": "Toate funcțiile planului Echipe, plus:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Conectare SSO"
|
"message": "Conectare SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Configurarea politicii a fost mutată și această pagină se va deprecia în curând. Vă rugăm să clicați mai jos pentru a utiliza în schimb pagina de politici a portalului de afaceri."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Organizație Single"
|
"message": "Organizație Single"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Permisiuni"
|
"message": "Permisiuni"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Acces la portalul de afaceri"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Acces la jurnalele de evenimente"
|
"message": "Acces la jurnalele de evenimente"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Gestionați toate colecțiile"
|
"message": "Gestionați toate colecțiile"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Gestionați colecțiile alocate"
|
"message": "Gestionați colecțiile alocate"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Gestionați grupurile"
|
"message": "Gestionați grupurile"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Gestionați resetarea parolei"
|
"message": "Gestionați resetarea parolei"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "Politica de autentificare la conectare unică (SSO) trebuie dezactivată manual înainte ca această politică să poată fi dezactivată."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "O politică de organizație vă afectează opțiunile de proprietate."
|
"message": "O politică de organizație vă afectează opțiunile de proprietate."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Dezactivează proprietatea personală pentru utilizatorii organizației"
|
"message": "Dezactivează proprietatea personală pentru utilizatorii organizației"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Resetați parola"
|
"message": "Resetați parola"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Sunteți sigur că doriți să eliminați următorii utilizatori? Finalizarea procesului poate dura câteva secunde și nu poate fi întrerupt sau anulat."
|
"message": "Sunteți sigur că doriți să eliminați următorii utilizatori? Finalizarea procesului poate dura câteva secunde și nu poate fi întrerupt sau anulat."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Confirmați selecția"
|
"message": "Confirmați selecția"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Gestionare Utilizatori trebuie de asemenea activată cu Gestionare Permisiune de Resetare a Parolei"
|
"message": "Gestionare Utilizatori trebuie de asemenea activată cu Gestionare Permisiune de Resetare a Parolei"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Изменение email"
|
"message": "Изменение email"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "Новый email"
|
"message": "Новый email"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Хранилище организации очищено."
|
"message": "Хранилище организации очищено."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Чтобы удалить все элементы и папки из вашего хранилища, выполните следующие действия. Элементы, принадлежащие организации, с которой вы делитесь, удалены не будут."
|
"message": "Чтобы удалить все элементы и папки из вашего хранилища, выполните следующие действия. Элементы, принадлежащие организации, с которой вы делитесь, удалены не будут."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Политики"
|
"message": "Политики"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Редактировать политику"
|
"message": "Редактировать политику"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Подтверждено"
|
"message": "Подтверждено"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Владелец"
|
"message": "Владелец"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "Высший пользовательский уровень доступа, который позволяет управлять всеми аспектами вашей организации."
|
"message": "Высший пользовательский уровень доступа, который позволяет управлять всеми аспектами вашей организации."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Администратор"
|
"message": "Администратор"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Устройство"
|
"message": "Устройство"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Введите идентификатор установки"
|
"message": "Введите идентификатор установки"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Добавить лицензии",
|
"message": "Добавить лицензии",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Удалить лицензии",
|
"message": "Удалить лицензии",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Ваша подписка разрешает в общей сложности $COUNT$ пользователей.",
|
"message": "Ваша подписка разрешает в общей сложности $COUNT$ пользователей.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Лицензии для добавления"
|
"message": "Лицензии для добавления"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "Теперь вы можете закрыть эту вкладку и продолжить в расширении."
|
"message": "Теперь вы можете закрыть эту вкладку и продолжить в расширении."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Корпоративный портал",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "Все функции команд, плюс:"
|
"message": "Все функции команд, плюс:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Подключить SSO"
|
"message": "Подключить SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Настройка политики была перемещена, и вскоре эта страница станет недоступной. Нажмите ниже, чтобы использовать вместо нее страницу политик для бизнес-портала."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Одна организация"
|
"message": "Одна организация"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Разрешения"
|
"message": "Разрешения"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Доступ к бизнес-порталу"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Доступ к журналам событий"
|
"message": "Доступ к журналам событий"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Управлять всеми коллекциями"
|
"message": "Управлять всеми коллекциями"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Управление назначенными коллекциями"
|
"message": "Управление назначенными коллекциями"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Управление группами"
|
"message": "Управление группами"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Управление сбросом пароля"
|
"message": "Управление сбросом пароля"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "Перед отключением этой политики необходимо вручную отключить политику проверки подлинности SSO."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Политика организации влияет на ваши варианты владения."
|
"message": "Политика организации влияет на ваши варианты владения."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Отключить личное владение для пользователей организации"
|
"message": "Отключить личное владение для пользователей организации"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Сбросить пароль"
|
"message": "Сбросить пароль"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Вы уверены, что хотите удалить следующих пользователей? Процесс может занять несколько секунд и не может быть прерван или отменен."
|
"message": "Вы уверены, что хотите удалить следующих пользователей? Процесс может занять несколько секунд и не может быть прерван или отменен."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Подтвердить выбранное"
|
"message": "Подтвердить выбранное"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Управление пользователями также должно быть включено с разрешением Управление сбросом пароля"
|
"message": "Управление пользователями также должно быть включено с разрешением Управление сбросом пароля"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Change Email"
|
"message": "Change Email"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "New Email"
|
"message": "New Email"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Purged organization vault."
|
"message": "Purged organization vault."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Proceed below to delete all items and folders in your vault. Items that belong to an organization that you share with will not be deleted."
|
"message": "Proceed below to delete all items and folders in your vault. Items that belong to an organization that you share with will not be deleted."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Policies"
|
"message": "Policies"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Edit Policy"
|
"message": "Edit Policy"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Confirmed"
|
"message": "Confirmed"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Owner"
|
"message": "Owner"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "The highest access user that can manage all aspects of your organization."
|
"message": "The highest access user that can manage all aspects of your organization."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Admin"
|
"message": "Admin"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Device"
|
"message": "Device"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Enter your installation id"
|
"message": "Enter your installation id"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Add Seats",
|
"message": "Add Seats",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Remove Seats",
|
"message": "Remove Seats",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Your subscription allows for a total of $COUNT$ users.",
|
"message": "Your subscription allows for a total of $COUNT$ users.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Seats To Add"
|
"message": "Seats To Add"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "You may now close this tab and continue in the extension."
|
"message": "You may now close this tab and continue in the extension."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Business Portal",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "All Teams features, plus:"
|
"message": "All Teams features, plus:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Link SSO"
|
"message": "Link SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Policy configuration has been moved, and this page will soon be deprecated. Please click below to use the Business Portal policies page instead."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Single Organization"
|
"message": "Single Organization"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Permissions"
|
"message": "Permissions"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Access Business Portal"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Access Event Logs"
|
"message": "Access Event Logs"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Manage All Collections"
|
"message": "Manage All Collections"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Manage Assigned Collections"
|
"message": "Manage Assigned Collections"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Manage Groups"
|
"message": "Manage Groups"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Manage Password Reset"
|
"message": "Manage Password Reset"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organization policy is affecting your ownership options."
|
"message": "An organization policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Disable personal ownership for organization users"
|
"message": "Disable personal ownership for organization users"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Reset Password"
|
"message": "Reset Password"
|
||||||
},
|
},
|
||||||
@@ -3947,13 +4070,13 @@
|
|||||||
"message": "Automatic Enrollment"
|
"message": "Automatic Enrollment"
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollDescription": {
|
"resetPasswordPolicyAutoEnrollDescription": {
|
||||||
"message": "All users will be automatically enrolled in password reset once their invite is accepted."
|
"message": "All users will be automatically enrolled in password reset once their invite is accepted and will not be allowed to withdraw."
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollWarning": {
|
"resetPasswordPolicyAutoEnrollWarning": {
|
||||||
"message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password."
|
"message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password."
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollCheckbox": {
|
"resetPasswordPolicyAutoEnrollCheckbox": {
|
||||||
"message": "Automatically enroll new users"
|
"message": "Require new users to be enrolled automatically"
|
||||||
},
|
},
|
||||||
"resetPasswordAutoEnrollInviteWarning": {
|
"resetPasswordAutoEnrollInviteWarning": {
|
||||||
"message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password."
|
"message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password."
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Confirm Selected"
|
"message": "Confirm Selected"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Zmeniť email"
|
"message": "Zmeniť email"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "Nový e-mail"
|
"message": "Nový e-mail"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Trezor organizácie bol vyprázdnený."
|
"message": "Trezor organizácie bol vyprázdnený."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Pokračujte ďalej ak chcete odstrániť všetky položky a priečinky vo vašom trezore. Položky, ktoré ste zdieľali a patria k organizácii sa neodstránia."
|
"message": "Pokračujte ďalej ak chcete odstrániť všetky položky a priečinky vo vašom trezore. Položky, ktoré ste zdieľali a patria k organizácii sa neodstránia."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Pravidlá"
|
"message": "Pravidlá"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Upraviť pravidlá"
|
"message": "Upraviť pravidlá"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Potvrdený"
|
"message": "Potvrdený"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Vlastník"
|
"message": "Vlastník"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "Používateľ s najvyššími oprávneniami, môže spravovať všetky aspekty organizácie."
|
"message": "Používateľ s najvyššími oprávneniami, môže spravovať všetky aspekty organizácie."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Administrátor"
|
"message": "Administrátor"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Zariadenie"
|
"message": "Zariadenie"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Zadajte ID vašej inštalácie"
|
"message": "Zadajte ID vašej inštalácie"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Pridať licencie",
|
"message": "Pridať licencie",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Odobrať licencie",
|
"message": "Odobrať licencie",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Vaše predplatné zahŕňa $COUNT$ používateľov.",
|
"message": "Vaše predplatné zahŕňa $COUNT$ používateľov.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Pridať licencií"
|
"message": "Pridať licencií"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "Teraz môžete zavrieť túto kartu a pokračovať v rozšírení."
|
"message": "Teraz môžete zavrieť túto kartu a pokračovať v rozšírení."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Portál spoločnosti",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "Všetky funkcie verzie pre Tímy, plus:"
|
"message": "Všetky funkcie verzie pre Tímy, plus:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Prepojiť SSO"
|
"message": "Prepojiť SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Konfigurácia pravidiel bola presunutá a táto stránka bude čoskoro zrušená. Ak chcete radšej konfigurovať pravidlá v Portáli spoločnosti, kliknite, prosím, na tlačidlo nižšie."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Jedna organizácia"
|
"message": "Jedna organizácia"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Povolenia"
|
"message": "Povolenia"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Prístup k podnikovému portálu"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Prístup k protokolom udalostí"
|
"message": "Prístup k protokolom udalostí"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Spravovať všetky zbierky"
|
"message": "Spravovať všetky zbierky"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Spravovať priradené zbierky"
|
"message": "Spravovať priradené zbierky"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Spravovať skupiny"
|
"message": "Spravovať skupiny"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Správa resetovania hesla"
|
"message": "Správa resetovania hesla"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "Predtým, ako bude možné túto politiku deaktivovať, musíte manuálne vypnúť politiku overovania jediným prihlásením."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Politika organizácie ovplyvňuje vaše možnosti vlastníctva."
|
"message": "Politika organizácie ovplyvňuje vaše možnosti vlastníctva."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Zakázať osobné vlastníctvo pre používateľov organizácie"
|
"message": "Zakázať osobné vlastníctvo pre používateľov organizácie"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Obnoviť heslo"
|
"message": "Obnoviť heslo"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Naozaj chcete odstrániť týchto používateľov? Dokončenie procesu môže trvať niekoľko sekúnd a nie je možné ho prerušiť ani zrušiť."
|
"message": "Naozaj chcete odstrániť týchto používateľov? Dokončenie procesu môže trvať niekoľko sekúnd a nie je možné ho prerušiť ani zrušiť."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Potvrdiť vybrané"
|
"message": "Potvrdiť vybrané"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Správa používateľov musí byť povolená aj s oprávnením spravovať obnovenie hesla"
|
"message": "Správa používateľov musí byť povolená aj s oprávnením spravovať obnovenie hesla"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Change Email"
|
"message": "Change Email"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "New Email"
|
"message": "New Email"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Purged organization vault."
|
"message": "Purged organization vault."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Proceed below to delete all items and folders in your vault. Items that belong to an organization that you share with will not be deleted."
|
"message": "Proceed below to delete all items and folders in your vault. Items that belong to an organization that you share with will not be deleted."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Policies"
|
"message": "Policies"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Edit Policy"
|
"message": "Edit Policy"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Confirmed"
|
"message": "Confirmed"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Owner"
|
"message": "Owner"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "The highest access user that can manage all aspects of your organization."
|
"message": "The highest access user that can manage all aspects of your organization."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Admin"
|
"message": "Admin"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Device"
|
"message": "Device"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Enter your installation id"
|
"message": "Enter your installation id"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Add Seats",
|
"message": "Add Seats",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Remove Seats",
|
"message": "Remove Seats",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Your subscription allows for a total of $COUNT$ users.",
|
"message": "Your subscription allows for a total of $COUNT$ users.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Seats To Add"
|
"message": "Seats To Add"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "You may now close this tab and continue in the extension."
|
"message": "You may now close this tab and continue in the extension."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Business Portal",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "All Teams features, plus:"
|
"message": "All Teams features, plus:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Link SSO"
|
"message": "Link SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Policy configuration has been moved, and this page will soon be deprecated. Please click below to use the Business Portal policies page instead."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Single Organization"
|
"message": "Single Organization"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Permissions"
|
"message": "Permissions"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Access Business Portal"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Access Event Logs"
|
"message": "Access Event Logs"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Manage All Collections"
|
"message": "Manage All Collections"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Manage Assigned Collections"
|
"message": "Manage Assigned Collections"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Manage Groups"
|
"message": "Manage Groups"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Manage Password Reset"
|
"message": "Manage Password Reset"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organization policy is affecting your ownership options."
|
"message": "An organization policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Disable personal ownership for organization users"
|
"message": "Disable personal ownership for organization users"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Reset Password"
|
"message": "Reset Password"
|
||||||
},
|
},
|
||||||
@@ -3947,13 +4070,13 @@
|
|||||||
"message": "Automatic Enrollment"
|
"message": "Automatic Enrollment"
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollDescription": {
|
"resetPasswordPolicyAutoEnrollDescription": {
|
||||||
"message": "All users will be automatically enrolled in password reset once their invite is accepted."
|
"message": "All users will be automatically enrolled in password reset once their invite is accepted and will not be allowed to withdraw."
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollWarning": {
|
"resetPasswordPolicyAutoEnrollWarning": {
|
||||||
"message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password."
|
"message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password."
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollCheckbox": {
|
"resetPasswordPolicyAutoEnrollCheckbox": {
|
||||||
"message": "Automatically enroll new users"
|
"message": "Require new users to be enrolled automatically"
|
||||||
},
|
},
|
||||||
"resetPasswordAutoEnrollInviteWarning": {
|
"resetPasswordAutoEnrollInviteWarning": {
|
||||||
"message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password."
|
"message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password."
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Confirm Selected"
|
"message": "Confirm Selected"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Promeni Imejl"
|
"message": "Promeni Imejl"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "Novi Imejl"
|
"message": "Novi Imejl"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Purged organization vault."
|
"message": "Purged organization vault."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Proceed below to delete all items and folders in your vault. Items that belong to an organization that you share with will not be deleted."
|
"message": "Proceed below to delete all items and folders in your vault. Items that belong to an organization that you share with will not be deleted."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Policies"
|
"message": "Policies"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Edit Policy"
|
"message": "Edit Policy"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Confirmed"
|
"message": "Confirmed"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Owner"
|
"message": "Owner"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "The highest access user that can manage all aspects of your organization."
|
"message": "The highest access user that can manage all aspects of your organization."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Admin"
|
"message": "Admin"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Device"
|
"message": "Device"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Enter your installation id"
|
"message": "Enter your installation id"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Add Seats",
|
"message": "Add Seats",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Remove Seats",
|
"message": "Remove Seats",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Your subscription allows for a total of $COUNT$ users.",
|
"message": "Your subscription allows for a total of $COUNT$ users.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Seats To Add"
|
"message": "Seats To Add"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "You may now close this tab and continue in the extension."
|
"message": "You may now close this tab and continue in the extension."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Business Portal",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "All Teams features, plus:"
|
"message": "All Teams features, plus:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Link SSO"
|
"message": "Link SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Policy configuration has been moved, and this page will soon be deprecated. Please click below to use the Business Portal policies page instead."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Single Organization"
|
"message": "Single Organization"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Permissions"
|
"message": "Permissions"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Access Business Portal"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Access Event Logs"
|
"message": "Access Event Logs"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Manage All Collections"
|
"message": "Manage All Collections"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Manage Assigned Collections"
|
"message": "Manage Assigned Collections"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Manage Groups"
|
"message": "Manage Groups"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Manage Password Reset"
|
"message": "Manage Password Reset"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organization policy is affecting your ownership options."
|
"message": "An organization policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Disable personal ownership for organization users"
|
"message": "Disable personal ownership for organization users"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Reset Password"
|
"message": "Reset Password"
|
||||||
},
|
},
|
||||||
@@ -3947,13 +4070,13 @@
|
|||||||
"message": "Automatic Enrollment"
|
"message": "Automatic Enrollment"
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollDescription": {
|
"resetPasswordPolicyAutoEnrollDescription": {
|
||||||
"message": "All users will be automatically enrolled in password reset once their invite is accepted."
|
"message": "All users will be automatically enrolled in password reset once their invite is accepted and will not be allowed to withdraw."
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollWarning": {
|
"resetPasswordPolicyAutoEnrollWarning": {
|
||||||
"message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password."
|
"message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password."
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollCheckbox": {
|
"resetPasswordPolicyAutoEnrollCheckbox": {
|
||||||
"message": "Automatically enroll new users"
|
"message": "Require new users to be enrolled automatically"
|
||||||
},
|
},
|
||||||
"resetPasswordAutoEnrollInviteWarning": {
|
"resetPasswordAutoEnrollInviteWarning": {
|
||||||
"message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password."
|
"message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password."
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Confirm Selected"
|
"message": "Confirm Selected"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Ändra e-postadress"
|
"message": "Ändra e-postadress"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "Ny e-postadress"
|
"message": "Ny e-postadress"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Rensade organisationsvalv."
|
"message": "Rensade organisationsvalv."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Fortsätt nedan för att radera alla objekt och mappar i ditt valv. Objekt som tillhör en organisation som du delar med kommer inte raderas."
|
"message": "Fortsätt nedan för att radera alla objekt och mappar i ditt valv. Objekt som tillhör en organisation som du delar med kommer inte raderas."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Policyer"
|
"message": "Policyer"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Redigera policy"
|
"message": "Redigera policy"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Bekräftad"
|
"message": "Bekräftad"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Ägare"
|
"message": "Ägare"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "Användaren med den högsta åtkomsten som kan hantera alla aspekter av din organisation."
|
"message": "Användaren med den högsta åtkomsten som kan hantera alla aspekter av din organisation."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Administratör"
|
"message": "Administratör"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Enhet"
|
"message": "Enhet"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Ange ditt installations-id"
|
"message": "Ange ditt installations-id"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Lägg till platser",
|
"message": "Lägg till platser",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Ta bort platser",
|
"message": "Ta bort platser",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Ditt abonnemang tillåter totalt $COUNT$ användare.",
|
"message": "Ditt abonnemang tillåter totalt $COUNT$ användare.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Platser att lägga till"
|
"message": "Platser att lägga till"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "Du kan nu stänga denna flik och fortsätta i tillägget."
|
"message": "Du kan nu stänga denna flik och fortsätta i tillägget."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Företagets portal",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "Alla funktioner för team, plus:"
|
"message": "Alla funktioner för team, plus:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Länka SSO"
|
"message": "Länka SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Policykonfigurationen har flyttats, och den här sidan kommer snart att fasas ut. Klicka nedan för att använda företagsportalens sida för policyer istället."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "En organisation"
|
"message": "En organisation"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Behörigheter"
|
"message": "Behörigheter"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Åtkomst till företagsportalen"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Åtkomst till händelseloggar"
|
"message": "Åtkomst till händelseloggar"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Hantera alla samlingar"
|
"message": "Hantera alla samlingar"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Hantera tilldelade samlingar"
|
"message": "Hantera tilldelade samlingar"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Hantera grupper"
|
"message": "Hantera grupper"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Hantera lösenordsåterställning"
|
"message": "Hantera lösenordsåterställning"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "Du måste inaktivera policyn \"Autentisering med Single Sign-On\" manuellt innan denna policy kan inaktiveras."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "En organisationspolicy påverkar dina ägarskapsalternativ."
|
"message": "En organisationspolicy påverkar dina ägarskapsalternativ."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Inaktivera personligt ägarskap för organisationens användare"
|
"message": "Inaktivera personligt ägarskap för organisationens användare"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Återställ lösenord"
|
"message": "Återställ lösenord"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Är du säker på att du vill ta bort följande användare? Processen kan ta några sekunder att slutföra och kan inte pausas eller avbrytas."
|
"message": "Är du säker på att du vill ta bort följande användare? Processen kan ta några sekunder att slutföra och kan inte pausas eller avbrytas."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Bekräfta valda"
|
"message": "Bekräfta valda"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Hantera användare måste också aktiveras med rättigheten Hantera lösenordsåterställning"
|
"message": "Hantera användare måste också aktiveras med rättigheten Hantera lösenordsåterställning"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "E-postayı değiştir"
|
"message": "E-postayı değiştir"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "Yeni e-posta"
|
"message": "Yeni e-posta"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Kuruluş kasası silindi."
|
"message": "Kuruluş kasası silindi."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Kasanızdaki tüm ögeleri ve klasörleri silmek için aşağıdan ilerleyin. Kuruluş ile paylaştığınız ögeler silinmez."
|
"message": "Kasanızdaki tüm ögeleri ve klasörleri silmek için aşağıdan ilerleyin. Kuruluş ile paylaştığınız ögeler silinmez."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "İlkeler"
|
"message": "İlkeler"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "İlkeyi düzenle"
|
"message": "İlkeyi düzenle"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Onaylandı"
|
"message": "Onaylandı"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Sahip"
|
"message": "Sahip"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "The highest access user that can manage all aspects of your organization."
|
"message": "The highest access user that can manage all aspects of your organization."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Yönetici"
|
"message": "Yönetici"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Cihaz"
|
"message": "Cihaz"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Yükleme numarasını girin"
|
"message": "Yükleme numarasını girin"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Yerler Ekle",
|
"message": "Yerler Ekle",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Yerleri Kaldır",
|
"message": "Yerleri Kaldır",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Aboneliğiniz toplam $COUNT$ kullanıcıya izin veriyor.",
|
"message": "Aboneliğiniz toplam $COUNT$ kullanıcıya izin veriyor.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Seats To Add"
|
"message": "Seats To Add"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "Şimdi bu sekmeyi kapatabilir ve uzantıya devam edebilirsiniz."
|
"message": "Şimdi bu sekmeyi kapatabilir ve uzantıya devam edebilirsiniz."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Şirket portalı",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "Tüm Takımlar özellikleri, artı:"
|
"message": "Tüm Takımlar özellikleri, artı:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Tek Oturum Açma (SSO) Bağlantısı Oluştur"
|
"message": "Tek Oturum Açma (SSO) Bağlantısı Oluştur"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Politika yapılandırması taşındı ve bu sayfa yakında kullanımdan kaldırılacak. Bunun yerine İş Portalı politikaları sayfasını kullanmak için lütfen aşağıyı tıklayın."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Tek Organizasyon"
|
"message": "Tek Organizasyon"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "İzinler"
|
"message": "İzinler"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "İşyeri Portalına Erişim"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Olay Günlüklerine Erişim"
|
"message": "Olay Günlüklerine Erişim"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Tüm Koleksiyonları Yönetme"
|
"message": "Tüm Koleksiyonları Yönetme"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Atanmış Koleksiyonları Yönetme"
|
"message": "Atanmış Koleksiyonları Yönetme"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Grupları Yönetme"
|
"message": "Grupları Yönetme"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Parola Sıfırlamayı Yönet"
|
"message": "Parola Sıfırlamayı Yönet"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "Bu ilke devre dışı bırakılmadan önce Tek Giriş Kimlik Doğrulama ilkesini elle devre dışı bırakmanız gerekir."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Bir kuruluş ilkesi sahiplik seçeneklerinizi etkiliyor."
|
"message": "Bir kuruluş ilkesi sahiplik seçeneklerinizi etkiliyor."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Kurum kullanıcıları için kişisel sahipliği kapat"
|
"message": "Kurum kullanıcıları için kişisel sahipliği kapat"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Parolayı sıfırla"
|
"message": "Parolayı sıfırla"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Aşağıdaki kullanıcıları kaldırmak istediğinize emin misiniz? İşlemin tamamlanması birkaç saniye sürer ve durdurulamaz veya iptal edilemez."
|
"message": "Aşağıdaki kullanıcıları kaldırmak istediğinize emin misiniz? İşlemin tamamlanması birkaç saniye sürer ve durdurulamaz veya iptal edilemez."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Seçimi Onayla"
|
"message": "Seçimi Onayla"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Parola Sıfırlamayı Yönet izniyle birlikte Kullanıcıları Yönet de açılmak zorundadır"
|
"message": "Parola Sıfırlamayı Yönet izniyle birlikte Kullanıcıları Yönet de açılmak zorundadır"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Змінити адресу е-пошти"
|
"message": "Змінити адресу е-пошти"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "Нова адреса е-пошти"
|
"message": "Нова адреса е-пошти"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Сховище організації очищено."
|
"message": "Сховище організації очищено."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Продовжуйте внизу для видалення всіх записів і тек у вашому сховищі. Записи, що належать до спільної організації не будуть видалені."
|
"message": "Продовжуйте внизу для видалення всіх записів і тек у вашому сховищі. Записи, що належать до спільної організації не будуть видалені."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Політики"
|
"message": "Політики"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Змінити політику"
|
"message": "Змінити політику"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Підтверджено"
|
"message": "Підтверджено"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Власник"
|
"message": "Власник"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "Користувач з найвищими привілеями, який може керувати всіма налаштуваннями організації."
|
"message": "Користувач з найвищими привілеями, який може керувати всіма налаштуваннями організації."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Адміністратор"
|
"message": "Адміністратор"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Пристрій"
|
"message": "Пристрій"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Введіть ID вашої інсталяції"
|
"message": "Введіть ID вашої інсталяції"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Додати місця",
|
"message": "Додати місця",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Вилучити місця",
|
"message": "Вилучити місця",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Ваша передплата дозволяє всього $COUNT$ користувачів.",
|
"message": "Ваша передплата дозволяє всього $COUNT$ користувачів.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Додається місць"
|
"message": "Додається місць"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "Тепер ви можете закрити цю вкладку і продовжити в розширенні."
|
"message": "Тепер ви можете закрити цю вкладку і продовжити в розширенні."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Бізнес-портал",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "Усі функції команд, плюс:"
|
"message": "Усі функції команд, плюс:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Під'єднати SSO"
|
"message": "Під'єднати SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Конфігурацію політик було переміщено і ця сторінка невдовзі стане застарілою. Натисніть нижче для використання нової сторінки політик бізнес-порталу."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Єдина організація"
|
"message": "Єдина організація"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Дозволи"
|
"message": "Дозволи"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Доступ до Бізнес-порталу"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Доступ до журналів подій"
|
"message": "Доступ до журналів подій"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Керування всіма збірками"
|
"message": "Керування всіма збірками"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Керування призначеними збірками"
|
"message": "Керування призначеними збірками"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Керування групами"
|
"message": "Керування групами"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Керувати скиданням пароля"
|
"message": "Керувати скиданням пароля"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "Для вимкнення цієї політики ви повинні вручну вимкнути політику ідентифікації єдиного входу (SSO)."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Політика організації впливає на ваші параметри власності."
|
"message": "Політика організації впливає на ваші параметри власності."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Вимкнути особисту власність для користувачів організації"
|
"message": "Вимкнути особисту власність для користувачів організації"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Скинути пароль"
|
"message": "Скинути пароль"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Ви дійсно хочете вилучити зазначених користувачів? Цей процес може тривати кілька секунд і його неможливо перервати чи скасувати."
|
"message": "Ви дійсно хочете вилучити зазначених користувачів? Цей процес може тривати кілька секунд і його неможливо перервати чи скасувати."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Підтвердити вибір"
|
"message": "Підтвердити вибір"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Керування користувачами повинно також бути увімкнено з дозволом Керувати скиданням пароля"
|
"message": "Керування користувачами повинно також бути увімкнено з дозволом Керувати скиданням пароля"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "Thay đổi địa chỉ email"
|
"message": "Thay đổi địa chỉ email"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "Địa chỉ email mới"
|
"message": "Địa chỉ email mới"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "Đã xóa kho tổ chức."
|
"message": "Đã xóa kho tổ chức."
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "Tiếp tục bên dưới để xóa hết tất cả mục và thư mục trong kho của bạn. Những mục thuộc về tổ chức mà bạn chia sẻ với sẽ không bị xóa."
|
"message": "Tiếp tục bên dưới để xóa hết tất cả mục và thư mục trong kho của bạn. Những mục thuộc về tổ chức mà bạn chia sẻ với sẽ không bị xóa."
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "Policies"
|
"message": "Policies"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "Edit Policy"
|
"message": "Edit Policy"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "Confirmed"
|
"message": "Confirmed"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "Owner"
|
"message": "Owner"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "The highest access user that can manage all aspects of your organization."
|
"message": "The highest access user that can manage all aspects of your organization."
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "Admin"
|
"message": "Admin"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "Thiết bị"
|
"message": "Thiết bị"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "Enter your installation id"
|
"message": "Enter your installation id"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "Add Seats",
|
"message": "Add Seats",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "Remove Seats",
|
"message": "Remove Seats",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "Your subscription allows for a total of $COUNT$ users.",
|
"message": "Your subscription allows for a total of $COUNT$ users.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "Seats To Add"
|
"message": "Seats To Add"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "You may now close this tab and continue in the extension."
|
"message": "You may now close this tab and continue in the extension."
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "Business Portal",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "All Teams features, plus:"
|
"message": "All Teams features, plus:"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Link SSO"
|
"message": "Link SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "Policy configuration has been moved, and this page will soon be deprecated. Please click below to use the Business Portal policies page instead."
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "Single Organization"
|
"message": "Single Organization"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "Permissions"
|
"message": "Permissions"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "Access Business Portal"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "Access Event Logs"
|
"message": "Access Event Logs"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "Manage All Collections"
|
"message": "Manage All Collections"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "Manage Assigned Collections"
|
"message": "Manage Assigned Collections"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "Manage Groups"
|
"message": "Manage Groups"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "Manage Password Reset"
|
"message": "Manage Password Reset"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organization policy is affecting your ownership options."
|
"message": "An organization policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "Disable personal ownership for organization users"
|
"message": "Disable personal ownership for organization users"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "Reset Password"
|
"message": "Reset Password"
|
||||||
},
|
},
|
||||||
@@ -3947,13 +4070,13 @@
|
|||||||
"message": "Automatic Enrollment"
|
"message": "Automatic Enrollment"
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollDescription": {
|
"resetPasswordPolicyAutoEnrollDescription": {
|
||||||
"message": "All users will be automatically enrolled in password reset once their invite is accepted."
|
"message": "All users will be automatically enrolled in password reset once their invite is accepted and will not be allowed to withdraw."
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollWarning": {
|
"resetPasswordPolicyAutoEnrollWarning": {
|
||||||
"message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password."
|
"message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password."
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnrollCheckbox": {
|
"resetPasswordPolicyAutoEnrollCheckbox": {
|
||||||
"message": "Automatically enroll new users"
|
"message": "Require new users to be enrolled automatically"
|
||||||
},
|
},
|
||||||
"resetPasswordAutoEnrollInviteWarning": {
|
"resetPasswordAutoEnrollInviteWarning": {
|
||||||
"message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password."
|
"message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password."
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
"message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled."
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "Confirm Selected"
|
"message": "Confirm Selected"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
"message": "Manage Users must also be enabled with the Manage Password Reset permission"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "更改电子邮件"
|
"message": "更改电子邮件"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "新电子邮件"
|
"message": "新电子邮件"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "组织密码库已清空。"
|
"message": "组织密码库已清空。"
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "接下来的操作会删除密码库中的所有项目和文件夹。属于组织的共享项目将不会被删除。"
|
"message": "接下来的操作会删除密码库中的所有项目和文件夹。属于组织的共享项目将不会被删除。"
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "策略"
|
"message": "策略"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "编辑策略"
|
"message": "编辑策略"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "已确认"
|
"message": "已确认"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "所有者"
|
"message": "所有者"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "可以管理组织的所有方面的最高权限用户。"
|
"message": "可以管理组织的所有方面的最高权限用户。"
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "管理员"
|
"message": "管理员"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "设备"
|
"message": "设备"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "输入您的安装 ID"
|
"message": "输入您的安装 ID"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "添加席位",
|
"message": "添加席位",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "移除席位",
|
"message": "移除席位",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "您的订阅一共允许 $COUNT$ 位用户。",
|
"message": "您的订阅一共允许 $COUNT$ 位用户。",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "要添加的席位数"
|
"message": "要添加的席位数"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "您现在可以在扩展中关闭此标签并继续。"
|
"message": "您现在可以在扩展中关闭此标签并继续。"
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "业务门户",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "包含所有团队版功能"
|
"message": "包含所有团队版功能"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "链接 SSO"
|
"message": "链接 SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "策略配置已转移,此页面很快将废弃。请改用下方的业务门户策略页面。"
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "单一组织"
|
"message": "单一组织"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "权限"
|
"message": "权限"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "访问业务门户"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "访问事件日志"
|
"message": "访问事件日志"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "管理所有集合"
|
"message": "管理所有集合"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "管理已分配的集合"
|
"message": "管理已分配的集合"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "管理群组"
|
"message": "管理群组"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "管理密码重置"
|
"message": "管理密码重置"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "您必须手动禁用单点登录验证策略,然后才能禁用此策略。"
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "组织策略正在影响您的所有权选项。"
|
"message": "组织策略正在影响您的所有权选项。"
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "为组织用户禁用个人所有权"
|
"message": "为组织用户禁用个人所有权"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "重置密码"
|
"message": "重置密码"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "您确定要移除以下用户吗?该过程可能需要几秒钟才能完成,并且不能中断或取消。"
|
"message": "您确定要移除以下用户吗?该过程可能需要几秒钟才能完成,并且不能中断或取消。"
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "确认选择"
|
"message": "确认选择"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "必须启用管理密码重置权限后才能启用管理用户"
|
"message": "必须启用管理密码重置权限后才能启用管理用户"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -899,6 +899,9 @@
|
|||||||
"changeEmail": {
|
"changeEmail": {
|
||||||
"message": "變更電子郵件"
|
"message": "變更電子郵件"
|
||||||
},
|
},
|
||||||
|
"changeEmailTwoFactorWarning": {
|
||||||
|
"message": "Proceeding will change your account email address. It will not change the email address used for two-factor authentication. You can change this email address in the Two-Step Login settings."
|
||||||
|
},
|
||||||
"newEmail": {
|
"newEmail": {
|
||||||
"message": "新的電子郵件"
|
"message": "新的電子郵件"
|
||||||
},
|
},
|
||||||
@@ -998,6 +1001,9 @@
|
|||||||
"purgedOrganizationVault": {
|
"purgedOrganizationVault": {
|
||||||
"message": "組織密碼庫已清空。"
|
"message": "組織密碼庫已清空。"
|
||||||
},
|
},
|
||||||
|
"vaultAccessedByProvider": {
|
||||||
|
"message": "Vault accessed by provider."
|
||||||
|
},
|
||||||
"purgeVaultDesc": {
|
"purgeVaultDesc": {
|
||||||
"message": "接下來的操作會刪除密碼庫當中的所有項目與資料夾。屬於組織的共享項目將不會刪除。"
|
"message": "接下來的操作會刪除密碼庫當中的所有項目與資料夾。屬於組織的共享項目將不會刪除。"
|
||||||
},
|
},
|
||||||
@@ -2148,6 +2154,9 @@
|
|||||||
"policies": {
|
"policies": {
|
||||||
"message": "原則"
|
"message": "原則"
|
||||||
},
|
},
|
||||||
|
"singleSignOn": {
|
||||||
|
"message": "Single Sign-On"
|
||||||
|
},
|
||||||
"editPolicy": {
|
"editPolicy": {
|
||||||
"message": "編輯原則"
|
"message": "編輯原則"
|
||||||
},
|
},
|
||||||
@@ -2238,12 +2247,18 @@
|
|||||||
"confirmed": {
|
"confirmed": {
|
||||||
"message": "已確認"
|
"message": "已確認"
|
||||||
},
|
},
|
||||||
|
"clientOwnerEmail": {
|
||||||
|
"message": "Client Owner Email"
|
||||||
|
},
|
||||||
"owner": {
|
"owner": {
|
||||||
"message": "擁有者"
|
"message": "擁有者"
|
||||||
},
|
},
|
||||||
"ownerDesc": {
|
"ownerDesc": {
|
||||||
"message": "可以管理組織的所有方面的具有最高權限的使用者。"
|
"message": "可以管理組織的所有方面的具有最高權限的使用者。"
|
||||||
},
|
},
|
||||||
|
"clientOwnerDesc": {
|
||||||
|
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||||
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"message": "管理員"
|
"message": "管理員"
|
||||||
},
|
},
|
||||||
@@ -2577,6 +2592,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"createdOrganizationId": {
|
||||||
|
"message": "Created organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addedOrganizationId": {
|
||||||
|
"message": "Added organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"removedOrganizationId": {
|
||||||
|
"message": "Removed organization $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"accessedClientVault": {
|
||||||
|
"message": "Accessed $ID$ organization vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Google"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"device": {
|
"device": {
|
||||||
"message": "裝置"
|
"message": "裝置"
|
||||||
},
|
},
|
||||||
@@ -2830,6 +2881,16 @@
|
|||||||
"enterInstallationId": {
|
"enterInstallationId": {
|
||||||
"message": "輸入您的安裝 ID"
|
"message": "輸入您的安裝 ID"
|
||||||
},
|
},
|
||||||
|
"limitSubscriptionDesc": {
|
||||||
|
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new users."
|
||||||
|
},
|
||||||
|
"maxSeatLimit": {
|
||||||
|
"message": "Maximum Seat Limit (optional)",
|
||||||
|
"description": "Upper limit of seats to allow through autoscaling"
|
||||||
|
},
|
||||||
|
"maxSeatCost": {
|
||||||
|
"message": "Max potential seat cost"
|
||||||
|
},
|
||||||
"addSeats": {
|
"addSeats": {
|
||||||
"message": "新增席位",
|
"message": "新增席位",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
@@ -2838,6 +2899,9 @@
|
|||||||
"message": "移除席位",
|
"message": "移除席位",
|
||||||
"description": "Seat = User Seat"
|
"description": "Seat = User Seat"
|
||||||
},
|
},
|
||||||
|
"subscriptionDesc": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
"subscriptionUserSeats": {
|
"subscriptionUserSeats": {
|
||||||
"message": "您的訂閱當中包含 $COUNT$ 位使用者的授權。",
|
"message": "您的訂閱當中包含 $COUNT$ 位使用者的授權。",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@@ -2847,6 +2911,42 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"limitSubscription": {
|
||||||
|
"message": "Limit Subscription (Optional)"
|
||||||
|
},
|
||||||
|
"subscriptionSeats": {
|
||||||
|
"message": "Subscription Seats"
|
||||||
|
},
|
||||||
|
"subscriptionUpdated": {
|
||||||
|
"message": "Subscription updated"
|
||||||
|
},
|
||||||
|
"additionalOptions": {
|
||||||
|
"message": "Additional Options"
|
||||||
|
},
|
||||||
|
"additionalOptionsDesc": {
|
||||||
|
"message": "For additional help in managing your subscription, please contact Customer Support."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||||||
|
},
|
||||||
|
"subscriptionUserSeatsLimitedAutoscale": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users until your $MAX$ seat limit is reached.",
|
||||||
|
"placeholders": {
|
||||||
|
"max": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subscriptionMaxReached": {
|
||||||
|
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "50"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"seatsToAdd": {
|
"seatsToAdd": {
|
||||||
"message": "要新增的席位數"
|
"message": "要新增的席位數"
|
||||||
},
|
},
|
||||||
@@ -3299,10 +3399,6 @@
|
|||||||
"ssoHandOff": {
|
"ssoHandOff": {
|
||||||
"message": "您現在可以關閉此分頁,並且回到擴充套件繼續。"
|
"message": "您現在可以關閉此分頁,並且回到擴充套件繼續。"
|
||||||
},
|
},
|
||||||
"businessPortal": {
|
|
||||||
"message": "業務入口",
|
|
||||||
"description": "The web portal used by business organizations for configuring certain features."
|
|
||||||
},
|
|
||||||
"includeAllTeamsFeatures": {
|
"includeAllTeamsFeatures": {
|
||||||
"message": "包含所有團隊版功能"
|
"message": "包含所有團隊版功能"
|
||||||
},
|
},
|
||||||
@@ -3324,9 +3420,6 @@
|
|||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "連結 SSO"
|
"message": "連結 SSO"
|
||||||
},
|
},
|
||||||
"webPoliciesDeprecationWarning": {
|
|
||||||
"message": "原則配置已轉移,此頁面將很快被弃用。請改用下方的「業務入口」原則頁面。"
|
|
||||||
},
|
|
||||||
"singleOrg": {
|
"singleOrg": {
|
||||||
"message": "單一組織"
|
"message": "單一組織"
|
||||||
},
|
},
|
||||||
@@ -3715,9 +3808,6 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"message": "權限"
|
"message": "權限"
|
||||||
},
|
},
|
||||||
"accessBusinessPortal": {
|
|
||||||
"message": "存取業務入口"
|
|
||||||
},
|
|
||||||
"accessEventLogs": {
|
"accessEventLogs": {
|
||||||
"message": "存取事件紀錄"
|
"message": "存取事件紀錄"
|
||||||
},
|
},
|
||||||
@@ -3730,9 +3820,24 @@
|
|||||||
"manageAllCollections": {
|
"manageAllCollections": {
|
||||||
"message": "管理所有集合。"
|
"message": "管理所有集合。"
|
||||||
},
|
},
|
||||||
|
"createNewCollections": {
|
||||||
|
"message": "Create New Collections"
|
||||||
|
},
|
||||||
|
"editAnyCollection": {
|
||||||
|
"message": "Edit Any Collection"
|
||||||
|
},
|
||||||
|
"deleteAnyCollection": {
|
||||||
|
"message": "Delete Any Collection"
|
||||||
|
},
|
||||||
"manageAssignedCollections": {
|
"manageAssignedCollections": {
|
||||||
"message": "管理已分配的集合。"
|
"message": "管理已分配的集合。"
|
||||||
},
|
},
|
||||||
|
"editAssignedCollections": {
|
||||||
|
"message": "Edit Assigned Collections"
|
||||||
|
},
|
||||||
|
"deleteAssignedCollections": {
|
||||||
|
"message": "Delete Assigned Collections"
|
||||||
|
},
|
||||||
"manageGroups": {
|
"manageGroups": {
|
||||||
"message": "管理群組"
|
"message": "管理群組"
|
||||||
},
|
},
|
||||||
@@ -3748,12 +3853,21 @@
|
|||||||
"manageResetPassword": {
|
"manageResetPassword": {
|
||||||
"message": "管理密碼重設"
|
"message": "管理密碼重設"
|
||||||
},
|
},
|
||||||
"disableRequireSsoError": {
|
"disableRequiredError": {
|
||||||
"message": "您必須手動停用單一登入認證原則,然後才能停用此原則。"
|
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
|
||||||
|
"placeholders": {
|
||||||
|
"policyName": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Single Sign-On Authentication"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "一個組織原則正在影響您的擁有權選項。"
|
"message": "一個組織原則正在影響您的擁有權選項。"
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has disabled importing items into your personal vault."
|
||||||
|
},
|
||||||
"personalOwnershipCheckboxDesc": {
|
"personalOwnershipCheckboxDesc": {
|
||||||
"message": "為組織使用者禁用個人擁有權。"
|
"message": "為組織使用者禁用個人擁有權。"
|
||||||
},
|
},
|
||||||
@@ -3910,6 +4024,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventResetSsoLink": {
|
||||||
|
"message": "Reset Sso link for user $ID$",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"resetPassword": {
|
"resetPassword": {
|
||||||
"message": "重設密碼"
|
"message": "重設密碼"
|
||||||
},
|
},
|
||||||
@@ -3988,6 +4111,21 @@
|
|||||||
"removeUsersWarning": {
|
"removeUsersWarning": {
|
||||||
"message": "您確定要移除以下使用者嗎?處理程序需要幾秒鐘去完成而且無法被中斷或取消。"
|
"message": "您確定要移除以下使用者嗎?處理程序需要幾秒鐘去完成而且無法被中斷或取消。"
|
||||||
},
|
},
|
||||||
|
"theme": {
|
||||||
|
"message": "Theme"
|
||||||
|
},
|
||||||
|
"themeDesc": {
|
||||||
|
"message": "Choose a theme for your web vault."
|
||||||
|
},
|
||||||
|
"themeSystem": {
|
||||||
|
"message": "Use System Theme"
|
||||||
|
},
|
||||||
|
"themeDark": {
|
||||||
|
"message": "Dark"
|
||||||
|
},
|
||||||
|
"themeLight": {
|
||||||
|
"message": "Light"
|
||||||
|
},
|
||||||
"confirmSelected": {
|
"confirmSelected": {
|
||||||
"message": "確認所選"
|
"message": "確認所選"
|
||||||
},
|
},
|
||||||
@@ -4017,5 +4155,298 @@
|
|||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"resetPasswordManageUsers": {
|
||||||
"message": "必須開啟管理密碼重設權限後,才能開啟管理使用者權限"
|
"message": "必須開啟管理密碼重設權限後,才能開啟管理使用者權限"
|
||||||
|
},
|
||||||
|
"setupProvider": {
|
||||||
|
"message": "Provider Setup"
|
||||||
|
},
|
||||||
|
"setupProviderLoginDesc": {
|
||||||
|
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"setupProviderDesc": {
|
||||||
|
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
|
||||||
|
},
|
||||||
|
"providerName": {
|
||||||
|
"message": "Provider Name"
|
||||||
|
},
|
||||||
|
"providerSetup": {
|
||||||
|
"message": "The provider has been set up."
|
||||||
|
},
|
||||||
|
"clients": {
|
||||||
|
"message": "Clients"
|
||||||
|
},
|
||||||
|
"providerAdmin": {
|
||||||
|
"message": "Provider Admin"
|
||||||
|
},
|
||||||
|
"providerAdminDesc": {
|
||||||
|
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
|
||||||
|
},
|
||||||
|
"serviceUser": {
|
||||||
|
"message": "Service User"
|
||||||
|
},
|
||||||
|
"serviceUserDesc": {
|
||||||
|
"message": "Service users can access and manage all client organizations."
|
||||||
|
},
|
||||||
|
"providerInviteUserDesc": {
|
||||||
|
"message": "Invite a new user to your provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||||||
|
},
|
||||||
|
"joinProvider": {
|
||||||
|
"message": "Join Provider"
|
||||||
|
},
|
||||||
|
"joinProviderDesc": {
|
||||||
|
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptFailed": {
|
||||||
|
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
|
||||||
|
},
|
||||||
|
"providerInviteAcceptedDesc": {
|
||||||
|
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||||||
|
},
|
||||||
|
"providerUsersNeedConfirmed": {
|
||||||
|
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"message": "Provider"
|
||||||
|
},
|
||||||
|
"newClientOrganization": {
|
||||||
|
"message": "New Client Organization"
|
||||||
|
},
|
||||||
|
"newClientOrganizationDesc": {
|
||||||
|
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
|
||||||
|
},
|
||||||
|
"addExistingOrganization": {
|
||||||
|
"message": "Add Existing Organization"
|
||||||
|
},
|
||||||
|
"myProvider": {
|
||||||
|
"message": "My Provider"
|
||||||
|
},
|
||||||
|
"addOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
},
|
||||||
|
"provider": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organizationJoinedProvider": {
|
||||||
|
"message": "Organization was successfully added to the provider"
|
||||||
|
},
|
||||||
|
"accessingUsingProvider": {
|
||||||
|
"message": "Accessing organization using provider $PROVIDER$",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"providerIsDisabled": {
|
||||||
|
"message": "Provider is disabled."
|
||||||
|
},
|
||||||
|
"providerUpdated": {
|
||||||
|
"message": "Provider updated"
|
||||||
|
},
|
||||||
|
"yourProviderIs": {
|
||||||
|
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||||||
|
"placeholders": {
|
||||||
|
"provider": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Provider Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachedOrganization": {
|
||||||
|
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"detachOrganizationConfirmation": {
|
||||||
|
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"message": "Add"
|
||||||
|
},
|
||||||
|
"updatedMasterPassword": {
|
||||||
|
"message": "Updated Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPassword": {
|
||||||
|
"message": "Update Master Password"
|
||||||
|
},
|
||||||
|
"updateMasterPasswordWarning": {
|
||||||
|
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeout": {
|
||||||
|
"message": "Vault Timeout"
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutDesc": {
|
||||||
|
"message": "Configure a maximum vault timeout for all users."
|
||||||
|
},
|
||||||
|
"maximumVaultTimeoutLabel": {
|
||||||
|
"message": "Maximum Vault Timeout"
|
||||||
|
},
|
||||||
|
"invalidMaximumVaultTimeout": {
|
||||||
|
"message": "Invalid Maximum Vault Timeout."
|
||||||
|
},
|
||||||
|
"hours": {
|
||||||
|
"message": "Hours"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"message": "Minutes"
|
||||||
|
},
|
||||||
|
"vaultTimeoutPolicyInEffect": {
|
||||||
|
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
|
||||||
|
"placeholders": {
|
||||||
|
"hours": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "5"
|
||||||
|
},
|
||||||
|
"minutes": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customVaultTimeout": {
|
||||||
|
"message": "Custom Vault Timeout"
|
||||||
|
},
|
||||||
|
"vaultTimeoutToLarge": {
|
||||||
|
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExport": {
|
||||||
|
"message": "Disable Personal Vault Export"
|
||||||
|
},
|
||||||
|
"disablePersonalVaultExportDesc": {
|
||||||
|
"message": "Prohibits users from exporting their private vault data."
|
||||||
|
},
|
||||||
|
"vaultExportDisabled": {
|
||||||
|
"message": "Vault Export Disabled"
|
||||||
|
},
|
||||||
|
"personalVaultExportPolicyInEffect": {
|
||||||
|
"message": "One or more organization policies prevents you from exporting your personal vault."
|
||||||
|
},
|
||||||
|
"selectType": {
|
||||||
|
"message": "Select SSO Type"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"message": "Type"
|
||||||
|
},
|
||||||
|
"openIdConnectConfig": {
|
||||||
|
"message": "OpenID Connect Configuration"
|
||||||
|
},
|
||||||
|
"samlSpConfig": {
|
||||||
|
"message": "SAML Service Provider Configuration"
|
||||||
|
},
|
||||||
|
"samlIdpConfig": {
|
||||||
|
"message": "SAML Identity Provider Configuration"
|
||||||
|
},
|
||||||
|
"callbackPath": {
|
||||||
|
"message": "Callback Path"
|
||||||
|
},
|
||||||
|
"signedOutCallbackPath": {
|
||||||
|
"message": "Signed Out Callback Path"
|
||||||
|
},
|
||||||
|
"authority": {
|
||||||
|
"message": "Authority"
|
||||||
|
},
|
||||||
|
"clientId": {
|
||||||
|
"message": "Client ID"
|
||||||
|
},
|
||||||
|
"clientSecret": {
|
||||||
|
"message": "Client Secret"
|
||||||
|
},
|
||||||
|
"metadataAddress": {
|
||||||
|
"message": "Metadata Address"
|
||||||
|
},
|
||||||
|
"oidcRedirectBehavior": {
|
||||||
|
"message": "OIDC Redirect Behavior"
|
||||||
|
},
|
||||||
|
"getClaimsFromUserInfoEndpoint": {
|
||||||
|
"message": "Get Claims From User Info Endpoint"
|
||||||
|
},
|
||||||
|
"additionalScopes": {
|
||||||
|
"message": "Additional/Custom Scopes (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalUserIdClaimTypes": {
|
||||||
|
"message": "Additional/Custom User ID Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalEmailClaimTypes": {
|
||||||
|
"message": "Additional/Custom Email Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"additionalNameClaimTypes": {
|
||||||
|
"message": "Additional/Custom Name Claim Types (comma delimited)"
|
||||||
|
},
|
||||||
|
"acrValues": {
|
||||||
|
"message": "Requested Authentication Context Class Reference values (acr_values)"
|
||||||
|
},
|
||||||
|
"expectedReturnAcrValue": {
|
||||||
|
"message": "Expected \"acr\" Claim Value In Response (acr validation)"
|
||||||
|
},
|
||||||
|
"spEntityId": {
|
||||||
|
"message": "SP Entity ID"
|
||||||
|
},
|
||||||
|
"spMetadataUrl": {
|
||||||
|
"message": "SAML 2.0 Metadata URL"
|
||||||
|
},
|
||||||
|
"spAcsUrl": {
|
||||||
|
"message": "Assertion Consumer Service (ACS) URL"
|
||||||
|
},
|
||||||
|
"spNameIdFormat": {
|
||||||
|
"message": "Name ID Format"
|
||||||
|
},
|
||||||
|
"spOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spSigningBehavior": {
|
||||||
|
"message": "Signing Behavior"
|
||||||
|
},
|
||||||
|
"spMinIncomingSigningAlgorithm": {
|
||||||
|
"message": "Minimum Incoming Signing Algorithm"
|
||||||
|
},
|
||||||
|
"spWantAssertionsSigned": {
|
||||||
|
"message": "Want Assertions Signed"
|
||||||
|
},
|
||||||
|
"spValidateCertificates": {
|
||||||
|
"message": "Validate Certificates"
|
||||||
|
},
|
||||||
|
"idpEntityId": {
|
||||||
|
"message": "Entity ID"
|
||||||
|
},
|
||||||
|
"idpBindingType": {
|
||||||
|
"message": "Binding Type"
|
||||||
|
},
|
||||||
|
"idpSingleSignOnServiceUrl": {
|
||||||
|
"message": "Single Sign On Service URL"
|
||||||
|
},
|
||||||
|
"idpSingleLogoutServiceUrl": {
|
||||||
|
"message": "Single Log Out Service URL"
|
||||||
|
},
|
||||||
|
"idpArtifactResolutionServiceUrl": {
|
||||||
|
"message": "Artifact Resolution Service URL"
|
||||||
|
},
|
||||||
|
"idpX509PublicCert": {
|
||||||
|
"message": "X509 Public Certificate"
|
||||||
|
},
|
||||||
|
"idpOutboundSigningAlgorithm": {
|
||||||
|
"message": "Outbound Signing Algorithm"
|
||||||
|
},
|
||||||
|
"idpAllowUnsolicitedAuthnResponse": {
|
||||||
|
"message": "Allow Unsolicited Authentication Response"
|
||||||
|
},
|
||||||
|
"idpDisableOutboundLogoutRequests": {
|
||||||
|
"message": "Disable Outbound Logout Requests"
|
||||||
|
},
|
||||||
|
"idpWantAuthnRequestsSigned": {
|
||||||
|
"message": "Want Authentication Requests Signed"
|
||||||
|
},
|
||||||
|
"ssoSettingsSaved": {
|
||||||
|
"message": "Single Sign-On configuration was saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user