platform/plugins/setting-assets/lang/en.json
Alexey Zinoviev 418b4b1bbd
UBERF-6001: Roles management (#4994)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2024-03-27 13:49:36 +05:00

114 lines
4.4 KiB
JSON

{
"string": {
"Setting": "Setting",
"Integrations": "Integrations",
"Support": "Support",
"Privacy": "Privacy",
"Terms": "Terms",
"AccountSettings": "Account settings",
"Categories": "Categories",
"Delete": "Delete",
"ChangePassword": "Change password",
"CurrentPassword": "Current password",
"NewPassword": "New password",
"Disconnect": "Disconnect",
"Saving": "Saving...",
"Saved": "Saved",
"Add": "Add",
"Value": "Value",
"EnterCurrentPassword": "Enter current password",
"EnterNewPassword": "Enter new password",
"RepeatNewPassword": "Repeat new password",
"Signout": "Sign out",
"Settings": "Settings",
"SelectWorkspace": "Select workspace",
"InviteWorkspace": "Invite to workspace",
"DeleteStatus": "Delete status",
"DeleteStatusConfirm": "Do you want to delete this status?",
"Reconnect": "Reconnect",
"IntegrationDisabled": " has been disabled",
"IntegrationDisabledSetting": "Integration has been disabled",
"IntegrationDisabledDescr": "Integration disabled",
"IntegrationWith": "Integration with ",
"ClassSetting": "Class setting",
"ClassSettingHint": "A set or category of things having some property or attribute in common from others by kind, type, or quality.",
"ClassProperties": "Class properties",
"Classes": "Classes",
"Attributes": "Attributes",
"DeleteAttribute": "Delete attribute",
"DeleteAttributeConfirm": "Do you want to delete this attribute?",
"DeleteAttributeExistConfirm": "Do you want to delete this attribute? Data will be lost",
"DeleteMixin": "Delete Mixin",
"DeleteMixinConfirm": "Do you want to delete this mixin?",
"DeleteMixinExistConfirm": "Do you want to delete this mixin? Data will not be available",
"Attribute": "Attribute",
"Custom": "Custom",
"Type": "Type",
"WithTime": "WithTime",
"DateMode": "Date mode",
"CreatingAttribute": "Creating an attribute",
"EditAttribute": "Edit attribute",
"CreateEnum": "Create enum",
"EditEnum": "Edit enum",
"Enums": "Enums",
"EnumsSettingHint": "A set or category of things having some property or attribute in common from others by kind, type, or quality.",
"EnumTitle": "Enum title",
"EnumsCount": "{count, plural, =1 {# option} other {# options}}",
"ProjectTypesCount": "{count, plural, =0 {No project types} =1 {# project type} other {# project types}}",
"Options": "Options",
"EnterOptionTitle": "Enter option title",
"NewEnumDialogClose": "Do you want to close this dialog?",
"NewEnumDialogCloseNote": "All changes will be lost",
"NewValue": "New value",
"Leave": "Leave workspace",
"LeaveDescr": "Are you sure you want to leave the workspace? This action cannot be undone.",
"Owners": "Owners",
"WorkspaceSettings": "Workspace settings",
"Select": "Select",
"AddOwner": "Add owner",
"User": "User",
"Maintainer": "Maintainer",
"Owner": "Owner",
"OwnerFirstName": "Owner's First name",
"OwnerLastName": "Owner's Last name",
"Role": "Role",
"FailedToSave": "Failed to update password",
"ImportEnum": "Import enum values",
"ImportEnumCopy": "Copy enum values from clipboard",
"CreateMixin": "Create Mixin",
"OldNames": "Old values",
"NewClassName": "Type new class name or select from previous values...",
"ShowAttribute": "Show attribute",
"HideAttribute": "Hide attribute",
"Visibility": "Visibility",
"Hidden": "Hidden",
"Configure": "Configure",
"InviteSettings": "Invite settings",
"DefaultValue": "Default value",
"SelectAValue": "Select a value",
"DateOnly": "Date only",
"OnlyTime": "Only time",
"DateAndTime": "Date and time",
"Configuration": "Configuration",
"ConfigurationEnabled": "Enabled",
"ConfigurationDisabled": "Disabled",
"ConfigDisable": "Disable",
"ConfigEnable": "Enable",
"ConfigBeta": "Beta version",
"Properties": "Properties",
"TaskTypes": "Task types",
"Automations": "Automations",
"Collections": "Collections",
"ClassColon": "Class:",
"Branding": "Branding",
"SpaceTypes": "Space types",
"NewSpaceType": "New space type",
"SpaceTypeTitle": "Space type title",
"General": "General",
"Description": "Description",
"CountSpaces": "{count, plural, =0 {No spaces} =1 {# space} other {# spaces}}",
"Roles": "Roles",
"RoleName": "Role name",
"Permissions": "Permissions"
}
}