2021-11-22 15:06:14 +03:00
{
"string" : {
2024-05-04 16:49:24 +03:00
"Setting" : "Setting" ,
"Spaces" : "Spaces" ,
2021-11-22 15:06:14 +03:00
"Integrations" : "Integrations" ,
"Support" : "Support" ,
"Privacy" : "Privacy" ,
2021-12-14 12:24:14 +03:00
"Terms" : "Terms" ,
2023-12-22 10:04:56 +03:00
"AccountSettings" : "Account settings" ,
2023-10-27 08:22:43 +03:00
"Categories" : "Categories" ,
2022-01-14 12:06:32 +03:00
"Delete" : "Delete" ,
2022-01-18 12:05:16 +03:00
"ChangePassword" : "Change password" ,
"CurrentPassword" : "Current password" ,
"NewPassword" : "New password" ,
2022-01-14 12:06:32 +03:00
"Disconnect" : "Disconnect" ,
2022-01-18 12:05:16 +03:00
"Saving" : "Saving..." ,
"Saved" : "Saved" ,
2022-01-14 12:06:32 +03:00
"Add" : "Add" ,
2023-02-21 09:40:03 +03:00
"Value" : "Value" ,
2022-01-19 12:09:08 +03:00
"EnterCurrentPassword" : "Enter current password" ,
"EnterNewPassword" : "Enter new password" ,
2022-01-24 12:35:58 +03:00
"RepeatNewPassword" : "Repeat new password" ,
"Signout" : "Sign out" ,
2022-03-04 12:02:13 +03:00
"Settings" : "Settings" ,
2022-03-04 13:47:14 +03:00
"SelectWorkspace" : "Select workspace" ,
2022-05-13 14:00:12 +03:00
"InviteWorkspace" : "Invite to workspace" ,
2022-03-04 12:02:13 +03:00
"DeleteStatus" : "Delete status" ,
2022-03-16 12:02:57 +03:00
"DeleteStatusConfirm" : "Do you want to delete this status?" ,
"Reconnect" : "Reconnect" ,
"IntegrationDisabled" : " has been disabled" ,
2023-08-19 12:01:35 +03:00
"IntegrationDisabledSetting" : "Integration has been disabled" ,
2023-10-05 05:09:59 +03:00
"IntegrationDisabledDescr" : "Integration disabled" ,
2022-05-28 07:05:36 +03:00
"IntegrationWith" : "Integration with " ,
"ClassSetting" : "Class setting" ,
2023-12-27 18:35:31 +03:00
"ClassSettingHint" : "A set or category of things having some property or attribute in common from others by kind, type, or quality." ,
"ClassProperties" : "Class properties" ,
2023-12-22 10:04:56 +03:00
"Classes" : "Classes" ,
2022-05-28 07:05:36 +03:00
"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" ,
2022-08-05 10:48:31 +03:00
"DeleteMixin" : "Delete Mixin" ,
"DeleteMixinConfirm" : "Do you want to delete this mixin?" ,
2022-10-13 11:16:39 +03:00
"DeleteMixinExistConfirm" : "Do you want to delete this mixin? Data will not be available" ,
2022-05-28 07:05:36 +03:00
"Attribute" : "Attribute" ,
"Custom" : "Custom" ,
"Type" : "Type" ,
"WithTime" : "WithTime" ,
2023-02-03 08:47:25 +03:00
"DateMode" : "Date mode" ,
2022-05-28 07:05:36 +03:00
"CreatingAttribute" : "Creating an attribute" ,
2022-05-29 07:56:06 +03:00
"EditAttribute" : "Edit attribute" ,
"CreateEnum" : "Create enum" ,
2024-01-24 10:39:49 +03:00
"EditEnum" : "Edit enum" ,
2022-05-29 07:56:06 +03:00
"Enums" : "Enums" ,
2024-01-24 10:39:49 +03:00
"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" ,
2022-06-29 08:51:29 +03:00
"NewValue" : "New value" ,
"Leave" : "Leave workspace" ,
2022-07-01 18:22:58 +03:00
"LeaveDescr" : "Are you sure you want to leave the workspace? This action cannot be undone." ,
"Owners" : "Owners" ,
2023-12-22 10:04:56 +03:00
"WorkspaceSettings" : "Workspace settings" ,
2022-07-01 18:22:58 +03:00
"Select" : "Select" ,
"AddOwner" : "Add owner" ,
"User" : "User" ,
"Maintainer" : "Maintainer" ,
"Owner" : "Owner" ,
2023-05-15 18:18:21 +03:00
"OwnerFirstName" : "Owner's First name" ,
"OwnerLastName" : "Owner's Last name" ,
2022-07-14 05:45:51 +03:00
"Role" : "Role" ,
2022-07-19 05:06:15 +03:00
"FailedToSave" : "Failed to update password" ,
"ImportEnum" : "Import enum values" ,
2022-08-05 10:48:31 +03:00
"ImportEnumCopy" : "Copy enum values from clipboard" ,
"CreateMixin" : "Create Mixin" ,
"OldNames" : "Old values" ,
2022-12-05 19:27:49 +03:00
"NewClassName" : "Type new class name or select from previous values..." ,
"ShowAttribute" : "Show attribute" ,
"HideAttribute" : "Hide attribute" ,
"Visibility" : "Visibility" ,
2022-12-16 09:35:51 +03:00
"Hidden" : "Hidden" ,
2023-02-07 21:00:56 +03:00
"Configure" : "Configure" ,
2023-12-22 10:04:56 +03:00
"InviteSettings" : "Invite settings" ,
2023-03-24 07:54:56 +03:00
"DefaultValue" : "Default value" ,
"SelectAValue" : "Select a value" ,
"DateOnly" : "Date only" ,
"OnlyTime" : "Only time" ,
2023-04-25 10:34:10 +03:00
"DateAndTime" : "Date and time" ,
"Configuration" : "Configuration" ,
"ConfigurationEnabled" : "Enabled" ,
"ConfigurationDisabled" : "Disabled" ,
"ConfigDisable" : "Disable" ,
2023-04-28 11:22:25 +03:00
"ConfigEnable" : "Enable" ,
2024-01-12 09:57:34 +03:00
"ConfigBeta" : "Beta version" ,
"Properties" : "Properties" ,
"TaskTypes" : "Task types" ,
"Automations" : "Automations" ,
"Collections" : "Collections" ,
2024-02-29 17:40:00 +03:00
"ClassColon" : "Class:" ,
2024-03-27 11:49:36 +03:00
"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" ,
2024-05-04 16:49:24 +03:00
"Permissions" : "Permissions" ,
2024-05-05 17:18:30 +03:00
"Assignees" : "Assignees" ,
"DeleteRole" : "Delete role" ,
2024-09-03 21:14:42 +03:00
"DeleteRoleConfirmation" : "Are you sure you want to delete this role? All users with this role will lose their permissions." ,
"DeleteWorkspace" : "Delete workspace" ,
"DeleteWorkspaceConfirm" : "Are you sure you want to delete this workspace? You and all other members will lose access to this workspace. All information from the workspace will be lost. This action cannot be undone. Do you want to proceed?" ,
2024-09-11 11:31:40 +03:00
"DeleteSpaceType" : "Delete space type" ,
"DeleteSpaceTypeConfirm" : "Are you sure you want to delete this space type?" ,
2024-09-03 21:14:42 +03:00
"WorkspaceName" : "Workspace name" ,
2024-09-20 11:59:10 +03:00
"Workspace" : "Workspace" ,
2024-12-02 17:14:59 +03:00
"OwnerOrMaintainerRequired" : "You need to be a workspace Owner or Maintainer"
2021-11-22 15:06:14 +03:00
}
2024-05-05 17:18:30 +03:00
}