2020-10-23 13:40:39 +02:00
{
2020-10-24 11:02:01 +02:00
"BoardComponent.add-a-group" : "+ Add a group" ,
"BoardComponent.delete" : "Delete" ,
2020-12-11 20:10:25 +01:00
"BoardComponent.hidden-columns" : "Hidden columns" ,
2020-10-24 11:02:01 +02:00
"BoardComponent.hide" : "Hide" ,
2021-05-11 12:17:33 +02:00
"BoardComponent.new" : "+ New" ,
2020-10-24 11:02:01 +02:00
"BoardComponent.no-property" : "No {property}" ,
"BoardComponent.no-property-title" : "Items with an empty {property} property will go here. This column cannot be removed." ,
"BoardComponent.show" : "Show" ,
2021-11-10 16:33:56 +01:00
"BoardPage.newVersion" : "A new version of Boards is available, click here to reload." ,
2021-11-24 22:00:20 +01:00
"BoardPage.syncFailed" : "Board may be deleted or access revoked." ,
"BoardsUnfurl.Remainder" : "+{remainder} more" ,
"BoardsUnfurl.Updated" : "Updated {time}" ,
2021-11-04 16:51:17 +01:00
"Calculations.Options.average.displayName" : "Average" ,
"Calculations.Options.average.label" : "Average" ,
"Calculations.Options.count.displayName" : "Count" ,
"Calculations.Options.count.label" : "Count" ,
"Calculations.Options.countChecked.displayName" : "Checked" ,
"Calculations.Options.countChecked.label" : "Count Checked" ,
"Calculations.Options.countUnchecked.displayName" : "Unchecked" ,
"Calculations.Options.countUnchecked.label" : "Count Unchecked" ,
"Calculations.Options.countUniqueValue.displayName" : "Unique" ,
"Calculations.Options.countUniqueValue.label" : "Count Unique Values" ,
"Calculations.Options.countValue.displayName" : "Values" ,
"Calculations.Options.countValue.label" : "Count Value" ,
"Calculations.Options.dateRange.displayName" : "Range" ,
"Calculations.Options.dateRange.label" : "Range" ,
"Calculations.Options.earliest.displayName" : "Earliest" ,
"Calculations.Options.earliest.label" : "Earliest" ,
"Calculations.Options.latest.displayName" : "Latest" ,
"Calculations.Options.latest.label" : "Latest" ,
"Calculations.Options.max.displayName" : "Max" ,
"Calculations.Options.max.label" : "Max" ,
"Calculations.Options.median.displayName" : "Median" ,
"Calculations.Options.median.label" : "Median" ,
"Calculations.Options.min.displayName" : "Min" ,
"Calculations.Options.min.label" : "Min" ,
"Calculations.Options.none.displayName" : "Calculate" ,
"Calculations.Options.none.label" : "None" ,
"Calculations.Options.percentChecked.displayName" : "Checked" ,
"Calculations.Options.percentChecked.label" : "Percent Checked" ,
"Calculations.Options.percentUnchecked.displayName" : "Unchecked" ,
"Calculations.Options.percentUnchecked.label" : "Percent Unchecked" ,
"Calculations.Options.range.displayName" : "Range" ,
"Calculations.Options.range.label" : "Range" ,
"Calculations.Options.sum.displayName" : "Sum" ,
"Calculations.Options.sum.label" : "Sum" ,
2020-10-25 15:16:06 +01:00
"CardDetail.add-content" : "Add content" ,
2020-12-11 20:10:25 +01:00
"CardDetail.add-icon" : "Add icon" ,
2020-10-27 11:53:45 +01:00
"CardDetail.add-property" : "+ Add a property" ,
2020-12-18 21:52:45 +01:00
"CardDetail.addCardText" : "add card text" ,
2021-04-09 17:13:25 +02:00
"CardDetail.moveContent" : "move card content" ,
2020-10-25 13:09:15 +01:00
"CardDetail.new-comment-placeholder" : "Add a comment..." ,
2021-11-11 23:03:28 +01:00
"CardDetailProperty.confirm-delete-heading" : "Confirm Delete Property" ,
2021-10-14 20:42:36 +02:00
"CardDetailProperty.confirm-delete-subtext" : "Are you sure you want to delete the property \"{propertyName}\"? Deleting it will delete the property from all cards in this board." ,
2021-11-11 23:03:28 +01:00
"CardDetailProperty.confirm-property-name-change-subtext" : "Are you sure you want to change property \"{propertyName}\" {customText}? This will affect value(s) across {numOfCards} card(s) in this board, and can result in data loss." ,
"CardDetailProperty.confirm-property-type-change" : "Confirm Property Type Change!" ,
"CardDetailProperty.delete-action-button" : "Delete" ,
"CardDetailProperty.property-change-action-button" : "Change Property" ,
"CardDetailProperty.property-changed" : "Changed property successfully!" ,
2021-10-14 20:42:36 +02:00
"CardDetailProperty.property-deleted" : "Deleted {propertyName} Successfully!" ,
2021-11-11 23:03:28 +01:00
"CardDetailProperty.property-name-change-subtext" : "type from \"{oldPropType}\" to \"{newPropType}\"" ,
"CardDetailProperty.property-type-change-subtext" : "name to \"{newPropName}\"" ,
2021-12-10 16:46:37 +01:00
"CardDetail.Follow" : "Follow" ,
"CardDetail.Following" : "Following" ,
2021-09-24 18:26:03 +02:00
"CardDialog.copiedLink" : "Copied!" ,
"CardDialog.copyLink" : "Copy link" ,
2021-10-22 18:13:31 +02:00
"CardDialog.editing-template" : "You're editing a template." ,
"CardDialog.nocard" : "This card doesn't exist or is inaccessible." ,
2021-08-16 18:03:33 +02:00
"ColorOption.selectColor" : "Select {color} Color" ,
2020-10-25 09:47:50 +01:00
"Comment.delete" : "Delete" ,
2020-10-27 11:53:45 +01:00
"CommentsList.send" : "Send" ,
2021-11-01 06:30:16 +01:00
"ConfirmationDialog.cancel-action" : "Cancel" ,
2021-11-11 23:03:28 +01:00
"ConfirmationDialog.confirm-action" : "Confirm" ,
2021-11-01 06:30:16 +01:00
"ConfirmationDialog.delete-action" : "Delete" ,
2020-12-18 21:52:45 +01:00
"ContentBlock.Delete" : "Delete" ,
"ContentBlock.DeleteAction" : "delete" ,
2021-03-09 22:44:02 +01:00
"ContentBlock.addElement" : "add {type}" ,
2021-03-30 21:35:48 +02:00
"ContentBlock.checkbox" : "checkbox" ,
"ContentBlock.divider" : "divider" ,
"ContentBlock.editCardCheckbox" : "toggled-checkbox" ,
"ContentBlock.editCardCheckboxText" : "edit card text" ,
"ContentBlock.editCardText" : "edit card text" ,
"ContentBlock.editText" : "Edit text..." ,
"ContentBlock.image" : "image" ,
2020-12-18 21:52:45 +01:00
"ContentBlock.insertAbove" : "Insert above" ,
"ContentBlock.moveDown" : "Move down" ,
"ContentBlock.moveUp" : "Move up" ,
2021-03-30 21:35:48 +02:00
"ContentBlock.text" : "text" ,
2021-09-14 18:42:18 +02:00
"DashboardPage.CenterPanel.ChangeChannels" : "Use the switcher to easily change channels" ,
2021-09-28 15:51:32 +02:00
"DashboardPage.CenterPanel.NoWorkspaces" : "Sorry, we could not find any channels matching that term" ,
"DashboardPage.CenterPanel.NoWorkspacesDescription" : "Please try searching for another term" ,
2021-10-04 23:27:30 +02:00
"DashboardPage.showEmpty" : "Show empty" ,
2021-09-28 15:51:32 +02:00
"DashboardPage.title" : "Dashboard" ,
2021-11-03 13:57:03 +01:00
"DeleteBoardDialog.confirm-cancel" : "Cancel" ,
"DeleteBoardDialog.confirm-delete" : "Delete" ,
2021-11-09 22:26:42 +01:00
"DeleteBoardDialog.confirm-info" : "Are you sure you want to delete the board “{boardTitle}”? Deleting it will delete all cards in the board." ,
2021-11-03 13:57:03 +01:00
"DeleteBoardDialog.confirm-tite" : "Confirm Delete Board" ,
2021-03-31 22:55:05 +02:00
"Dialog.closeDialog" : "Close dialog" ,
2021-05-10 07:46:07 +02:00
"EditableDayPicker.today" : "Today" ,
2021-03-31 00:50:37 +02:00
"EmptyCenterPanel.no-content" : "Add or select a board from the sidebar to get started." ,
2021-10-22 18:13:31 +02:00
"EmptyCenterPanel.plugin.choose-a-template" : "Choose a template" ,
"EmptyCenterPanel.plugin.empty-board" : "Start with an Empty Board" ,
"EmptyCenterPanel.plugin.end-message" : "You can change the channel using the switcher in the sidebar." ,
"EmptyCenterPanel.plugin.new-template" : "New template" ,
"EmptyCenterPanel.plugin.no-content-description" : "Add a board to the sidebar using any of the templates defined below or start from scratch.{lineBreak} Members of \"{workspaceName}\" will have access to boards created here." ,
"EmptyCenterPanel.plugin.no-content-or" : "or" ,
"EmptyCenterPanel.plugin.no-content-title" : "Create a Board in {workspaceName}" ,
"Error.mobileweb" : "Mobile web support is currently in early beta. Not all functionality may be present." ,
2021-08-06 18:44:01 +02:00
"Error.websocket-closed" : "Websocket connection closed, connection interrupted. If this persists, check your server or web proxy configuration." ,
2020-10-25 11:15:52 +01:00
"Filter.includes" : "includes" ,
"Filter.is-empty" : "is empty" ,
"Filter.is-not-empty" : "is not empty" ,
"Filter.not-includes" : "doesn't include" ,
2020-12-11 20:10:25 +01:00
"FilterComponent.add-filter" : "+ Add filter" ,
2020-10-25 11:10:59 +01:00
"FilterComponent.delete" : "Delete" ,
2021-09-24 18:26:03 +02:00
"GalleryCard.copiedLink" : "Copied!" ,
"GalleryCard.copyLink" : "Copy link" ,
2021-10-22 18:13:31 +02:00
"GalleryCard.delete" : "Delete" ,
"GalleryCard.duplicate" : "Duplicate" ,
2021-09-22 07:49:12 +02:00
"General.BoardCount" : "{count, plural, one {# Board} other {# Boards}}" ,
2021-10-22 18:13:31 +02:00
"GroupBy.ungroup" : "Ungroup" ,
"KanbanCard.copiedLink" : "Copied!" ,
"KanbanCard.copyLink" : "Copy link" ,
2021-03-30 21:35:48 +02:00
"KanbanCard.delete" : "Delete" ,
"KanbanCard.duplicate" : "Duplicate" ,
"KanbanCard.untitled" : "Untitled" ,
2020-11-18 18:52:31 +01:00
"Mutator.duplicate-board" : "duplicate board" ,
"Mutator.new-board-from-template" : "new board from template" ,
"Mutator.new-card-from-template" : "new card from template" ,
"Mutator.new-template-from-board" : "new template from board" ,
"Mutator.new-template-from-card" : "new template from card" ,
2021-03-31 23:19:12 +02:00
"PropertyMenu.Delete" : "Delete" ,
2021-01-04 21:08:12 +01:00
"PropertyMenu.changeType" : "Change property type" ,
2021-11-01 06:30:16 +01:00
"PropertyMenu.selectType" : "Select property type" ,
2021-01-04 21:08:12 +01:00
"PropertyMenu.typeTitle" : "Type" ,
"PropertyType.Checkbox" : "Checkbox" ,
2021-09-14 13:58:39 +02:00
"PropertyType.CreatedBy" : "Created by" ,
"PropertyType.CreatedTime" : "Created time" ,
2021-05-10 07:46:07 +02:00
"PropertyType.Date" : "Date" ,
2021-01-04 21:08:12 +01:00
"PropertyType.Email" : "Email" ,
"PropertyType.File" : "File or Media" ,
"PropertyType.MultiSelect" : "Multi Select" ,
"PropertyType.Number" : "Number" ,
"PropertyType.Person" : "Person" ,
"PropertyType.Phone" : "Phone" ,
"PropertyType.Select" : "Select" ,
"PropertyType.Text" : "Text" ,
"PropertyType.URL" : "URL" ,
2021-09-14 13:58:39 +02:00
"PropertyType.UpdatedBy" : "Last updated by" ,
"PropertyType.UpdatedTime" : "Last updated time" ,
2021-10-22 18:13:31 +02:00
"PropertyValueElement.empty" : "Empty" ,
2021-01-14 02:02:46 +01:00
"RegistrationLink.confirmRegenerateToken" : "This will invalidate previously shared links. Continue?" ,
"RegistrationLink.copiedLink" : "Copied!" ,
"RegistrationLink.copyLink" : "Copy link" ,
2021-01-21 19:16:40 +01:00
"RegistrationLink.description" : "Share this link for others to create accounts:" ,
2021-01-14 02:02:46 +01:00
"RegistrationLink.regenerateToken" : "Regenerate token" ,
"RegistrationLink.tokenRegenerated" : "Registration link regenerated" ,
2021-01-13 20:48:42 +01:00
"ShareBoard.confirmRegenerateToken" : "This will invalidate previously shared links. Continue?" ,
"ShareBoard.copiedLink" : "Copied!" ,
"ShareBoard.copyLink" : "Copy link" ,
"ShareBoard.regenerateToken" : "Regenerate token" ,
2021-09-14 13:58:39 +02:00
"ShareBoard.share" : "Publish and share this board with anyone who has the link" ,
2021-01-13 20:48:42 +01:00
"ShareBoard.tokenRegenrated" : "Token regenerated" ,
2021-09-14 13:58:39 +02:00
"ShareBoard.unshare" : "Anyone with the link can view this board and all cards in it." ,
2021-01-28 22:55:51 +01:00
"Sidebar.about" : "About Focalboard" ,
2021-09-14 13:58:39 +02:00
"Sidebar.add-board" : "+ Add board" ,
2021-05-11 12:17:33 +02:00
"Sidebar.add-template" : "New template" ,
2021-01-21 19:16:40 +01:00
"Sidebar.changePassword" : "Change password" ,
2020-12-11 20:10:25 +01:00
"Sidebar.delete-board" : "Delete board" ,
2020-11-18 18:52:31 +01:00
"Sidebar.delete-template" : "Delete" ,
2020-12-11 20:10:25 +01:00
"Sidebar.duplicate-board" : "Duplicate board" ,
2020-11-18 18:52:31 +01:00
"Sidebar.edit-template" : "Edit" ,
"Sidebar.empty-board" : "Empty board" ,
2020-12-11 20:10:25 +01:00
"Sidebar.export-archive" : "Export archive" ,
"Sidebar.import-archive" : "Import archive" ,
2021-09-14 13:58:39 +02:00
"Sidebar.invite-users" : "Invite users" ,
2021-01-21 19:16:40 +01:00
"Sidebar.logout" : "Log out" ,
2021-09-09 01:34:02 +02:00
"Sidebar.no-more-workspaces" : "No more workspaces" ,
2020-10-28 08:50:22 +01:00
"Sidebar.no-views-in-board" : "No pages inside" ,
2021-04-26 16:41:12 +02:00
"Sidebar.random-icons" : "Random icons" ,
2020-11-18 18:52:31 +01:00
"Sidebar.select-a-template" : "Select a template" ,
2020-12-11 20:10:25 +01:00
"Sidebar.set-language" : "Set language" ,
"Sidebar.set-theme" : "Set theme" ,
2020-10-23 13:40:39 +02:00
"Sidebar.settings" : "Settings" ,
2020-11-18 18:52:31 +01:00
"Sidebar.template-from-board" : "New template from board" ,
"Sidebar.untitled" : "Untitled" ,
2020-10-23 13:40:39 +02:00
"Sidebar.untitled-board" : "(Untitled Board)" ,
2020-10-23 19:36:20 +02:00
"Sidebar.untitled-view" : "(Untitled View)" ,
2020-12-11 20:10:25 +01:00
"TableComponent.add-icon" : "Add icon" ,
2020-10-23 19:36:20 +02:00
"TableComponent.name" : "Name" ,
"TableComponent.plus-new" : "+ New" ,
2020-10-25 09:47:50 +01:00
"TableHeaderMenu.delete" : "Delete" ,
"TableHeaderMenu.duplicate" : "Duplicate" ,
"TableHeaderMenu.hide" : "Hide" ,
"TableHeaderMenu.insert-left" : "Insert left" ,
"TableHeaderMenu.insert-right" : "Insert right" ,
"TableHeaderMenu.sort-ascending" : "Sort ascending" ,
"TableHeaderMenu.sort-descending" : "Sort descending" ,
2020-10-27 16:19:59 +01:00
"TableRow.open" : "Open" ,
2021-09-09 01:34:02 +02:00
"TopBar.give-feedback" : "Give Feedback" ,
2021-11-01 06:30:16 +01:00
"ValueSelector.noOptions" : "No options. Start typing to add the first one!" ,
2021-08-16 18:03:33 +02:00
"ValueSelector.valueSelector" : "Value selector" ,
2021-09-14 13:58:39 +02:00
"ValueSelectorLabel.openMenu" : "Open menu" ,
"View.AddView" : "Add view" ,
2021-03-31 22:44:02 +02:00
"View.Board" : "Board" ,
2021-09-14 13:58:39 +02:00
"View.DeleteView" : "Delete view" ,
"View.DuplicateView" : "Duplicate view" ,
2021-11-01 15:23:16 +01:00
"View.Gallery" : "Gallery" ,
2020-12-11 20:10:25 +01:00
"View.NewBoardTitle" : "Board view" ,
2021-11-24 22:00:20 +01:00
"View.NewCalendarTitle" : "Calendar View" ,
2021-03-30 21:35:48 +02:00
"View.NewGalleryTitle" : "Gallery view" ,
2020-12-11 20:10:25 +01:00
"View.NewTableTitle" : "Table view" ,
2021-10-22 18:13:31 +02:00
"View.NewTemplateTitle" : "Untitled Template" ,
2021-03-31 22:44:02 +02:00
"View.Table" : "Table" ,
2021-05-11 12:17:33 +02:00
"ViewHeader.add-template" : "New template" ,
2020-11-12 22:24:17 +01:00
"ViewHeader.delete-template" : "Delete" ,
2021-11-24 22:00:20 +01:00
"ViewHeader.display-by" : "Display by: {property}" ,
2020-11-12 22:24:17 +01:00
"ViewHeader.edit-template" : "Edit" ,
"ViewHeader.empty-card" : "Empty card" ,
2021-08-06 18:44:01 +02:00
"ViewHeader.export-board-archive" : "Export board archive" ,
2021-03-24 02:45:45 +01:00
"ViewHeader.export-complete" : "Export complete!" ,
2020-10-24 10:08:22 +02:00
"ViewHeader.export-csv" : "Export to CSV" ,
2021-03-24 02:45:45 +01:00
"ViewHeader.export-failed" : "Export failed!" ,
2020-10-24 09:45:06 +02:00
"ViewHeader.filter" : "Filter" ,
2021-01-22 13:24:08 +01:00
"ViewHeader.group-by" : "Group by: {property}" ,
2020-10-24 09:45:06 +02:00
"ViewHeader.new" : "New" ,
"ViewHeader.properties" : "Properties" ,
"ViewHeader.search" : "Search" ,
"ViewHeader.search-text" : "Search text" ,
2020-11-12 22:24:17 +01:00
"ViewHeader.select-a-template" : "Select a template" ,
2021-10-22 18:13:31 +02:00
"ViewHeader.set-default-template" : "Set as default" ,
2021-01-13 20:48:42 +01:00
"ViewHeader.share-board" : "Share board" ,
2020-10-24 10:08:22 +02:00
"ViewHeader.sort" : "Sort" ,
2020-11-12 22:24:17 +01:00
"ViewHeader.untitled" : "Untitled" ,
2021-08-06 18:44:01 +02:00
"ViewTitle.hide-description" : "hide description" ,
2020-12-11 20:10:25 +01:00
"ViewTitle.pick-icon" : "Pick icon" ,
2020-10-24 10:42:16 +02:00
"ViewTitle.random-icon" : "Random" ,
2020-12-11 20:10:25 +01:00
"ViewTitle.remove-icon" : "Remove icon" ,
2021-08-06 18:44:01 +02:00
"ViewTitle.show-description" : "show description" ,
2020-12-11 20:10:25 +01:00
"ViewTitle.untitled-board" : "Untitled board" ,
2021-09-28 15:51:32 +02:00
"WelcomePage.Description" : "Boards is a project management tool that helps define, organize, track and manage work across teams, using a familiar kanban board view" ,
"WelcomePage.Explore.Button" : "Explore" ,
"WelcomePage.Heading" : "Welcome To Boards" ,
2021-09-14 13:58:39 +02:00
"Workspace.editing-board-template" : "You're editing a board template." ,
2021-11-24 22:00:20 +01:00
"calendar.month" : "Month" ,
"calendar.today" : "TODAY" ,
"calendar.week" : "Week" ,
2021-04-09 17:13:25 +02:00
"default-properties.title" : "Title" ,
2021-04-15 20:12:51 +02:00
"error.no-workspace" : "Your session may have expired or you may not have access to this workspace." ,
"error.relogin" : "Log in again" ,
2021-04-09 17:13:25 +02:00
"login.log-in-button" : "Log in" ,
"login.log-in-title" : "Log in" ,
"login.register-button" : "or create an account if you don't have one" ,
2021-09-14 13:58:39 +02:00
"register.login-button" : "or log in if you already have an account" ,
2021-04-09 17:13:25 +02:00
"register.signup-title" : "Sign up for your account"
2021-12-10 16:46:37 +01:00
}