2021-11-15 10:27:01 +01:00
{
"BoardComponent.add-a-group" : "+ Add a group" ,
"BoardComponent.delete" : "Delete" ,
"BoardComponent.hidden-columns" : "Hidden columns" ,
"BoardComponent.hide" : "Hide" ,
"BoardComponent.new" : "+ New" ,
"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" ,
2022-03-28 18:56:30 +02:00
"BoardMember.schemeAdmin" : "Admin" ,
"BoardMember.schemeEditor" : "Editor" ,
"BoardMember.schemeNone" : "None" ,
2022-04-18 19:20:15 +02:00
"BoardMember.schemeViewer" : "Viewer" ,
2021-11-15 10:27:01 +01:00
"BoardPage.newVersion" : "A new version of Boards is available, click here to reload." ,
"BoardPage.syncFailed" : "Board may be deleted or access revoked." ,
2022-02-07 21:34:42 +01:00
"BoardTemplateSelector.add-template" : "New template" ,
"BoardTemplateSelector.create-empty-board" : "Create empty board" ,
2022-03-02 18:06:25 +01:00
"BoardTemplateSelector.delete-template" : "Delete" ,
2022-02-07 21:34:42 +01:00
"BoardTemplateSelector.description" : "Choose a template to help you get started. Easily customise the template to fit your needs, or create an empty board to start from scratch." ,
"BoardTemplateSelector.edit-template" : "Edit" ,
2022-03-28 18:56:30 +02:00
"BoardTemplateSelector.plugin.no-content-description" : "Add a board to the sidebar using any of the templates defined below or start from scratch.{lineBreak} Members of '\\{teamName}'\\ will have access to boards created here." ,
"BoardTemplateSelector.plugin.no-content-title" : "Create a Board in {teamName}" ,
2022-02-07 21:34:42 +01:00
"BoardTemplateSelector.title" : "Create a Board" ,
"BoardTemplateSelector.use-this-template" : "Use this template" ,
2022-03-28 18:56:30 +02:00
"BoardsSwitcher.Title" : "Find Boards" ,
2021-11-15 10:27:01 +01:00
"BoardsUnfurl.Remainder" : "+{remainder} more" ,
"BoardsUnfurl.Updated" : "Updated {time}" ,
"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" ,
2022-02-07 21:34:42 +01:00
"CardBadges.title-checkboxes" : "Checkboxes" ,
"CardBadges.title-comments" : "Comments" ,
"CardBadges.title-description" : "This card has a description" ,
2021-12-20 09:29:04 +01:00
"CardDetail.Follow" : "Follow" ,
"CardDetail.Following" : "Following" ,
2021-11-15 10:27:01 +01:00
"CardDetail.add-content" : "Add content" ,
"CardDetail.add-icon" : "Add icon" ,
"CardDetail.add-property" : "+ Add a property" ,
"CardDetail.addCardText" : "add card text" ,
"CardDetail.moveContent" : "move card content" ,
"CardDetail.new-comment-placeholder" : "Add a comment" ,
"CardDetailProperty.confirm-delete-heading" : "Confirm Property Deletion" ,
"CardDetailProperty.confirm-delete-subtext" : "Are you sure you want to delete the property '{propertyName}'? This will remove the property from all cards in this board." ,
"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 may result in loss of data." ,
"CardDetailProperty.confirm-property-type-change" : "Confirm change of Property Type!" ,
"CardDetailProperty.delete-action-button" : "Delete" ,
"CardDetailProperty.property-change-action-button" : "Change Property" ,
"CardDetailProperty.property-changed" : "Property changed successfully!" ,
"CardDetailProperty.property-deleted" : "{propertyName} deleted successfully!" ,
"CardDetailProperty.property-name-change-subtext" : "type from '{oldPropType}' to '{newPropType}'" ,
"CardDetailProperty.property-type-change-subtext" : "name to '{newPropName}'" ,
"CardDialog.copiedLink" : "Copied!" ,
"CardDialog.copyLink" : "Copy link" ,
2022-02-07 21:34:42 +01:00
"CardDialog.delete-confirmation-dialog-button-text" : "Delete" ,
"CardDialog.delete-confirmation-dialog-heading" : "Confirm card deletion?" ,
2021-11-15 10:27:01 +01:00
"CardDialog.editing-template" : "You're editing a template." ,
"CardDialog.nocard" : "This card doesn't exist or is inaccessible." ,
2022-03-28 18:56:30 +02:00
"Categories.CreateCategoryDialog.CancelText" : "Cancel" ,
"Categories.CreateCategoryDialog.CreateText" : "Create" ,
"Categories.CreateCategoryDialog.Placeholder" : "Name your category" ,
"Categories.CreateCategoryDialog.UpdateText" : "Update" ,
2022-04-18 19:20:15 +02:00
"CenterPanel.Login" : "Login" ,
2022-03-02 18:06:25 +01:00
"CenterPanel.Share" : "Share" ,
2021-11-15 10:27:01 +01:00
"ColorOption.selectColor" : "Select {color} Colour" ,
"Comment.delete" : "Delete" ,
"CommentsList.send" : "Send" ,
"ConfirmationDialog.cancel-action" : "Cancel" ,
"ConfirmationDialog.confirm-action" : "Confirm" ,
"ContentBlock.Delete" : "Delete" ,
"ContentBlock.DeleteAction" : "delete" ,
"ContentBlock.addElement" : "add {type}" ,
"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" ,
"ContentBlock.insertAbove" : "Insert above" ,
"ContentBlock.moveDown" : "Move down" ,
"ContentBlock.moveUp" : "Move up" ,
"ContentBlock.text" : "text" ,
2022-04-18 19:20:15 +02:00
"DateRange.clear" : "Clear" ,
"DateRange.empty" : "Empty" ,
"DateRange.endDate" : "End date" ,
"DateRange.today" : "Today" ,
2021-11-15 10:27:01 +01:00
"DeleteBoardDialog.confirm-cancel" : "Cancel" ,
"DeleteBoardDialog.confirm-delete" : "Delete" ,
"DeleteBoardDialog.confirm-info" : "Are you sure you want to delete the board '{boardTitle}'? This will remove all cards in the board." ,
"DeleteBoardDialog.confirm-tite" : "Confirm Board Deletion" ,
2022-02-07 21:34:42 +01:00
"DeleteBoardDialog.confirm-tite-template" : "Confirm Delete Board Template" ,
2021-11-15 10:27:01 +01:00
"Dialog.closeDialog" : "Close dialog" ,
"EditableDayPicker.today" : "Today" ,
"Error.mobileweb" : "Mobile web support is currently in early beta. Not all functionality may be present." ,
"Error.websocket-closed" : "Websocket connection closed, connection interrupted. If this persists, check your server or web proxy configuration." ,
"Filter.includes" : "includes" ,
"Filter.is-empty" : "is empty" ,
"Filter.is-not-empty" : "is not empty" ,
"Filter.not-includes" : "doesn't include" ,
"FilterComponent.add-filter" : "+ Add filter" ,
"FilterComponent.delete" : "Delete" ,
2022-03-28 18:56:30 +02:00
"FindBoFindBoardsDialog.IntroText" : "Search for boards" ,
"FindBoardsDialog.NoResultsFor" : "No results for '\\{searchQuery}'\\" ,
"FindBoardsDialog.NoResultsSubtext" : "Check the spelling or try another search." ,
"FindBoardsDialog.SubTitle" : "Type to find a board. Use <b>UP/DOWN</b> to browse. <b>ENTER</b> to select, <b>ESC</b> to dismiss" ,
"FindBoardsDialog.Title" : "Find Boards" ,
2021-11-15 10:27:01 +01:00
"GalleryCard.copiedLink" : "Copied!" ,
"GalleryCard.copyLink" : "Copy link" ,
"GalleryCard.delete" : "Delete" ,
"GalleryCard.duplicate" : "Duplicate" ,
2022-03-03 17:40:27 +01:00
"GroupBy.hideEmptyGroups" : "Hide {count} empty groups" ,
"GroupBy.showHiddenGroups" : "Show {count} hidden groups" ,
2021-11-15 10:27:01 +01:00
"GroupBy.ungroup" : "Ungroup" ,
"KanbanCard.copiedLink" : "Copied!" ,
"KanbanCard.copyLink" : "Copy link" ,
"KanbanCard.delete" : "Delete" ,
"KanbanCard.duplicate" : "Duplicate" ,
"KanbanCard.untitled" : "Untitled" ,
"Mutator.new-card-from-template" : "new card from template" ,
"Mutator.new-template-from-card" : "new template from card" ,
2022-03-03 17:40:27 +01:00
"OnboardingTour.AddComments.Body" : "You can comment on issues, and even @mention your fellow Mattermost users to get their attention." ,
"OnboardingTour.AddComments.Title" : "Add comments" ,
"OnboardingTour.AddDescription.Body" : "Add a description to your card so your teammates know what the card is about." ,
"OnboardingTour.AddDescription.Title" : "Add description" ,
"OnboardingTour.AddProperties.Body" : "Add various properties to cards to make them more powerful!" ,
"OnboardingTour.AddProperties.Title" : "Add properties" ,
"OnboardingTour.AddView.Body" : "Go here to create a new view to organise your board using different layouts." ,
"OnboardingTour.AddView.Title" : "Add a new view" ,
"OnboardingTour.CopyLink.Body" : "You can share your cards with teammates by copying the link and pasting it in a channel, Direct Message or Group Message." ,
"OnboardingTour.CopyLink.Title" : "Copy link" ,
"OnboardingTour.OpenACard.Body" : "Open a card to explore the powerful ways that Boards can help you organise your work." ,
"OnboardingTour.OpenACard.Title" : "Open a card" ,
"OnboardingTour.ShareBoard.Body" : "You can share your board internally, within your team or publish it publicly for visibility outside of your organisation." ,
"OnboardingTour.ShareBoard.Title" : "Share board" ,
2021-11-15 10:27:01 +01:00
"PropertyMenu.Delete" : "Delete" ,
"PropertyMenu.changeType" : "Change property type" ,
"PropertyMenu.selectType" : "Select property type" ,
"PropertyMenu.typeTitle" : "Type" ,
"PropertyType.Checkbox" : "Checkbox" ,
"PropertyType.CreatedBy" : "Created by" ,
"PropertyType.CreatedTime" : "Time created" ,
"PropertyType.Date" : "Date" ,
"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" ,
"PropertyType.UpdatedBy" : "Last updated by" ,
"PropertyType.UpdatedTime" : "Time last updated" ,
"PropertyValueElement.empty" : "Empty" ,
"RegistrationLink.confirmRegenerateToken" : "This will invalidate previously shared links. Continue?" ,
"RegistrationLink.copiedLink" : "Copied!" ,
"RegistrationLink.copyLink" : "Copy link" ,
"RegistrationLink.description" : "Share this link for others to create accounts:" ,
"RegistrationLink.regenerateToken" : "Regenerate token" ,
"RegistrationLink.tokenRegenerated" : "Registration link regenerated" ,
2022-03-02 18:06:25 +01:00
"ShareBoard.PublishDescription" : "Publish and share a 'read only' link with everyone on the web" ,
"ShareBoard.PublishTitle" : "Publish to the web" ,
2022-04-18 19:20:15 +02:00
"ShareBoard.ShareInternal" : "Share internally" ,
"ShareBoard.ShareInternalDescription" : "Users who have permissions will be able to use this link" ,
2022-03-02 18:06:25 +01:00
"ShareBoard.Title" : "Share Board" ,
2021-11-15 10:27:01 +01:00
"ShareBoard.confirmRegenerateToken" : "This will invalidate previously shared links. Continue?" ,
"ShareBoard.copiedLink" : "Copied!" ,
"ShareBoard.copyLink" : "Copy link" ,
2022-03-02 18:06:25 +01:00
"ShareBoard.regenerate" : "Regenerate token" ,
2022-03-28 18:56:30 +02:00
"ShareBoard.teamPermissionsText" : "Everyone at {teamName} Team" ,
2021-11-15 10:27:01 +01:00
"ShareBoard.tokenRegenrated" : "Token regenerated" ,
2022-03-28 18:56:30 +02:00
"ShareBoard.userPermissionsRemoveMemberText" : "Remove member" ,
"ShareBoard.userPermissionsYouText" : "(You)" ,
2022-04-04 15:53:19 +02:00
"ShareTemplate.Title" : "Share Template" ,
2021-11-15 10:27:01 +01:00
"Sidebar.about" : "About Focalboard" ,
"Sidebar.add-board" : "+ Add board" ,
"Sidebar.changePassword" : "Change password" ,
"Sidebar.delete-board" : "Delete board" ,
2022-04-04 15:53:19 +02:00
"Sidebar.duplicate-board" : "Duplicate board" ,
2021-11-15 10:27:01 +01:00
"Sidebar.export-archive" : "Export archive" ,
2022-03-03 17:40:27 +01:00
"Sidebar.import" : "Import" ,
2021-11-15 10:27:01 +01:00
"Sidebar.import-archive" : "Import archive" ,
"Sidebar.invite-users" : "Invite users" ,
"Sidebar.logout" : "Log out" ,
2022-03-28 18:56:30 +02:00
"Sidebar.no-boards-in-category" : "No boards inside" ,
2022-04-18 19:20:15 +02:00
"Sidebar.product-tour" : "Product tour" ,
2021-11-15 10:27:01 +01:00
"Sidebar.random-icons" : "Random icons" ,
"Sidebar.set-language" : "Set language" ,
"Sidebar.set-theme" : "Set theme" ,
"Sidebar.settings" : "Settings" ,
2022-04-04 15:53:19 +02:00
"Sidebar.template-from-board" : "New template from board" ,
2021-11-15 10:27:01 +01:00
"Sidebar.untitled-board" : "(Untitled Board)" ,
2022-04-18 19:20:15 +02:00
"Sidebar.untitled-view" : "(Untitled View)" ,
2022-03-28 18:56:30 +02:00
"SidebarCategories.BlocksMenu.Move" : "Move To..." ,
"SidebarCategories.CategoryMenu.CreateNew" : "Create New Category" ,
"SidebarCategories.CategoryMenu.Delete" : "Delete Category" ,
"SidebarCategories.CategoryMenu.DeleteModal.Body" : "Boards in <b>{categoryName}</b> will move back to the Boards categories. You're not removed from any boards." ,
"SidebarCategories.CategoryMenu.DeleteModal.Title" : "Delete this category?" ,
"SidebarCategories.CategoryMenu.Update" : "Rename Category" ,
2021-11-15 10:27:01 +01:00
"TableComponent.add-icon" : "Add icon" ,
"TableComponent.name" : "Name" ,
"TableComponent.plus-new" : "+ New" ,
"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" ,
2022-05-15 01:16:16 +02:00
"TableRow.delete" : "Delete" ,
2021-11-15 10:27:01 +01:00
"TableRow.open" : "Open" ,
"TopBar.give-feedback" : "Give Feedback" ,
2022-04-18 19:20:15 +02:00
"URLProperty.copiedLink" : "Copied" ,
"URLProperty.copy" : "Copy" ,
"URLProperty.edit" : "Edit" ,
2021-11-15 10:27:01 +01:00
"ValueSelector.noOptions" : "No options. Start typing to add the first one!" ,
"ValueSelector.valueSelector" : "Value selector" ,
"ValueSelectorLabel.openMenu" : "Open menu" ,
"View.AddView" : "Add view" ,
"View.Board" : "Board" ,
"View.DeleteView" : "Delete view" ,
"View.DuplicateView" : "Duplicate view" ,
"View.Gallery" : "Gallery" ,
"View.NewBoardTitle" : "Board view" ,
2022-01-25 12:56:26 +01:00
"View.NewCalendarTitle" : "Calendar view" ,
2021-11-15 10:27:01 +01:00
"View.NewGalleryTitle" : "Gallery view" ,
"View.NewTableTitle" : "Table view" ,
"View.Table" : "Table" ,
"ViewHeader.add-template" : "New template" ,
"ViewHeader.delete-template" : "Delete" ,
2021-11-28 18:17:07 +01:00
"ViewHeader.display-by" : "Display by: {property}" ,
2021-11-15 10:27:01 +01:00
"ViewHeader.edit-template" : "Edit" ,
"ViewHeader.empty-card" : "Empty card" ,
"ViewHeader.export-board-archive" : "Export board archive" ,
"ViewHeader.export-complete" : "Export complete!" ,
"ViewHeader.export-csv" : "Export to CSV" ,
"ViewHeader.export-failed" : "Export failed" ,
"ViewHeader.filter" : "Filter" ,
"ViewHeader.group-by" : "Group by: {property}" ,
"ViewHeader.new" : "New" ,
"ViewHeader.properties" : "Properties" ,
2022-02-07 21:34:42 +01:00
"ViewHeader.properties-menu" : "Properties menu" ,
2021-11-15 10:27:01 +01:00
"ViewHeader.search" : "Search" ,
"ViewHeader.search-text" : "Search text" ,
"ViewHeader.select-a-template" : "Select a template" ,
"ViewHeader.set-default-template" : "Set as default" ,
"ViewHeader.sort" : "Sort" ,
"ViewHeader.untitled" : "Untitled" ,
2022-03-02 18:06:25 +01:00
"ViewHeader.view-header-menu" : "View header menu" ,
2022-02-07 21:34:42 +01:00
"ViewHeader.view-menu" : "View menu" ,
2021-11-15 10:27:01 +01:00
"ViewTitle.hide-description" : "hide description" ,
"ViewTitle.pick-icon" : "Pick icon" ,
"ViewTitle.random-icon" : "Random" ,
"ViewTitle.remove-icon" : "Remove icon" ,
"ViewTitle.show-description" : "show description" ,
"ViewTitle.untitled-board" : "Untitled Board" ,
"WelcomePage.Description" : "Boards is a project management tool that helps define, organise, track and manage work across teams using a familiar Kanban board view." ,
2022-03-09 12:37:18 +01:00
"WelcomePage.Explore.Button" : "Take a tour" ,
2021-11-15 10:27:01 +01:00
"WelcomePage.Heading" : "Welcome To Boards" ,
2022-03-09 12:37:18 +01:00
"WelcomePage.NoThanks.Text" : "No thanks, I'll figure it out myself" ,
2021-11-15 10:27:01 +01:00
"Workspace.editing-board-template" : "You're editing a board template." ,
2021-11-28 18:17:07 +01:00
"calendar.month" : "Month" ,
"calendar.today" : "TODAY" ,
"calendar.week" : "Week" ,
2022-04-18 19:20:15 +02:00
"createImageBlock.failed" : "Unable to upload the file. Individual file size limit exceeded." ,
2022-02-07 21:34:42 +01:00
"default-properties.badges" : "Comments and Description" ,
2021-11-15 10:27:01 +01:00
"default-properties.title" : "Title" ,
2022-03-09 12:37:18 +01:00
"error.page.title" : "An error occurred" ,
2022-03-03 17:40:27 +01:00
"generic.previous" : "Previous" ,
2022-04-18 19:20:15 +02:00
"imagePaste.upload-failed" : "Some files were not uploaded because they exceeded the individual file size limit." ,
2021-11-15 10:27:01 +01: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" ,
"register.login-button" : "or log in if you already have an account" ,
2022-03-03 17:40:27 +01:00
"register.signup-title" : "Sign up for your account" ,
2022-04-18 19:20:15 +02:00
"share-board.publish" : "Publish" ,
"share-board.share" : "Share" ,
2022-03-28 18:56:30 +02:00
"shareBoard.lastAdmin" : "Boards must have at least one Administrator" ,
2022-03-03 17:40:27 +01:00
"tutorial_tip.finish_tour" : "Done" ,
"tutorial_tip.got_it" : "Got it" ,
"tutorial_tip.ok" : "Next" ,
2022-04-18 19:20:15 +02:00
"tutorial_tip.out" : "Opt out of these tips." ,
2022-03-03 17:40:27 +01:00
"tutorial_tip.seen" : "Have you seen this before?"
2021-11-15 10:27:01 +01:00
}