mirror of
https://github.com/mattermost/focalboard.git
synced 2025-02-01 19:14:35 +02:00
aa540e73ce
* wip * Added data migration for populating categories * wip * Added data migration for populating categories * Store WIP * migration WIP * category CRUD APIs complete * category block API WIP * block category update API done * Fetcehed data into store * Started displayting sidebar data * sidebar WIP * Dashboard - basic changes * Sidebar dashboard btn and board switcher UI only * Sidebar dashboard btn and board switcher UI only * create category dialog WIP * Create category webapp side done * Integrated move card to other category * board to block * Disabled dashboard route for now as we'll implement it in phase 2 * WIP * Added logic to open last board/view on per team level * Add workspace to teams and boards migrations (#1986) * Add workspace to teams and boards migrations * Update json annotations on board models * boards search dialog WIP * Seach dialog WIP * Implemented opening boiard from search results * Boards switcher styliung * Handled update category WS event * Template support * personal server support and styling fixes * test fix WIP * Fixed a bug causing boards to not be moved correctly beteen categories * Fixed webapp tests * fix * Store changes (#2011) * Permissions phase 1 - Websocket updates (#2014) * Store changes * Websockets changes * Permissions phase 1 - Permissions service (#2015) * Store changes * Websockets changes * Permissions service * Api and app updates (#2016) * Store changes * Websockets changes * Permissions service * New API and App changes * Delete and Patch boards and blocks endpoints * Used correct variable * Webapp changes WIP * Open correct team URL * Fixed get block API * Used React context for workspace users * WIP * On load navigation sorted out * WIP * Nav fix * categories WS broadcast * Used real search API * Fixed unfurl ppreview * set active team in sidebar * IMplemented navigation on changing team in sidebar * Misc fixes * close rows inside transaction (#2045) * update syntax for mysql (#2044) * Upadted mutator for new patchBlock API * Updated patchBlock API to use new URL * Listeining to correct event in plugin mode * Implemented WS messages for category operations: * Fix duplicated build tags on Makefile * Sidebar enhancements * Add missing prefix to SQLite migration and fix flaky tests * Sidebar boards menu enhancement * Fix board page interactions (#2144) * Fix patch board card properties error * Fix board interactions * Fix insert blocks interactions * Fix app tests (#2104) * Add json1 tag to vscode launch (#2157) * Fix add, delete and update boards and add board patch generation (#2146) * Fix update boards and add board patch generation * Make add board and add template work, as well as deleting a board * Update the state on board deletion * Delete unused variable * Fix bad parenthesis * Fix board creation inside plugin, options were coming null due websocket message serialization * update property type mutators to use boards API (#2168) * Add permissions modal (#2196) * Initial integration * Permissions modal, websocket updates and API tests implemented * Avoid updating/removing user if there is only one admin left * Fix duplicates on board search * Adds integration test * Addressing PR review comments Co-authored-by: Jesús Espino <jespinog@gmail.com> * Merge * I'm able to compile now * Some fixes around tests execution * Fixing migrations * Fixing migrations order * WIP * Fixing some other compilation problems on tests * Some typescript tests fixed * Fixing javascript tests * Fixing compilation * Fixing some problems to create boards * Load the templates on initial load * Improvements over initial team templates import * Adding new fields in the database * Working on adding duplicate board api * Removing RootID concept entirely * Improving a bit the subscriptions * Fixing store tests for notificationHints * Fixing more tests * fixing tests * Fixing tests * Fixing tests * Fixing some small bugs related to templates * Fixing registration link generation/regeneration * Fixing cypress tests * Adding store tests for duplicateBoard and duplicateBlock * Addressing some TODO comments * Making the export api simpler * Add redirect component for old workspace urls * Removing Dashboard code * Delete only the built-in templates on update * fixing tests * Adding users autocompletion * Updating snapshots * Fixing bad merge * fix panic when creating new card in notifysubscriptions (#2352) * fix lint errors (#2353) * fix lint errors * fix panic when creating new card in notifysubscriptions (#2352) * fix lint errors * fix unit test * Revert "fix unit test" This reverts commit 0ad78aed65745521c0bb45790c9ea91b6c316c44. Co-authored-by: Doug Lauder <wiggin77@warpmail.net> * fix sql syntax error for SearchUsersByTeam (#2357) * Fix mentions delivery (#2358) * fix sql syntax error for SearchUsersByTeam * fix mentions delivery Co-authored-by: Mattermod <mattermod@users.noreply.github.com> * update api for octoClient calls, pass correct variables to mutator (#2359) * Fixing tests after merge * Fix sidebar context menu UI issue (#2399) * Fix notification diff for text blocks (#2386) * fix notification diff for text blocks; fix various linter errors. * fix URLs to cards Co-authored-by: Mattermod <mattermod@users.noreply.github.com> * Permissions branch: Fix card links (#2391) * fix notification diff for text blocks; fix various linter errors. * fix URLs to cards Co-authored-by: Mattermod <mattermod@users.noreply.github.com> * Fixing sqlite tests * Fixing server tests * Update migrations to create global templates. (#2397) * fix duplicate templates * revert migrate.go * update UI for empty templates * implement updating built-in templates as global (teamId = 0) * handle error if board not found * update unit test * fix more tests * Update blocks_test.go Fix merge issue * fix migration sql error (#2414) * Fixing frontend tests * Set target team ID when using a global template (#2419) * Fix some server tests * Fixing onboarding creation * Permissions branch: Fix unit tests and CI errors (part 1) (#2425) * Fixing some small memory leaks (#2400) * Fixing some small memory leaks * fixing tests * passing the tags to all test targets * Increasing the timeout of the tests * Fix some type checkings * Permissions branch: Fixes all the linter errors (#2429) * fix linter errors * Reestructuring the router and splitting in more subcomponents (#2403) * Reestructuring the router and splitting in more subcomponents * Removing console.log calls * Removing unneeded selector * Addressing PR comment * Fix redirection to one team when you load directly the boards home path * Using properly the lastTeamID to redirect the user if needed * don't allow last admin change/deleted (#2416) * don't allow last admin change/deleted * update for i18-extract * fixed en.json Co-authored-by: Mattermod <mattermod@users.noreply.github.com> Co-authored-by: Harshil Sharma <harshilsharma63@gmail.com> * Splitting BoardPage component into simpler/smaller components (#2435) * Splitting BoardPage component into simpler/smaller components * Removing unneeded import * Replace go migrate with morph permissions (#2424) * merge origin/replace-go-migrate-with-morph * run go mod tidy on mattermost-plugin and increase test timeout * fix merge issue temprorarily * remove some debug changes * fixing the linter * Allow always team 0 (global) templates fetch (#2472) * Fix problem with viewId 0 in the URL (#2473) * Migrate from binddata to goembed (#2471) * Adding join logic to the board switcher (#2434) * Adding join logic to the board switcher * Using already existing client function and removing the joinBoard one * Adding support for autojoin based on url * Fixing frontend tests * fix webapp compile error, missing enableSharedBoards (#2501) * Fixing duplication on postgres * Adding back views to the sidebar (#2494) * Fix #2507. Update Swagger comments (#2508) * Fix the flash of the template selector on board/team switch (#2490) * Fix the flash of the template selector on board/team switch * More fixes specially around error handling * Fixing the bot badge (#2487) * simplifying a bit the team store sync between channels and focalboard (#2481) * Fix menu tests (#2528) * fix failing menu tests * fix lint error * Added keyboard shortcut for boards switcher (#2407) * Added keyboard shortcut for boards switcher * Fixed a type error * Added some inline comments * Fixed lint * Fixed bug with scroll jumping when the card is opened: (#2477) - avoid remounting of `ScrollingComponent` for each render of `Kanban` component - property `autoFocus` set to false for `CalculationOptions` because it triggers `blur` even for the button in Jest tests and closes the menu - snapshots for tests with `CalculationOptions` updated * Adding the frontend support for permissions and applying it to a big part of the interface. (#2536) * Initial work on permissions gates * Applying permissions gates in more places * Adding more checks to the interface * Adding more permissions gates and keeping the store up to date * fixing some tests * Fixing some more tests * Fixing another test * Fixing all tests and adding some more * Adding no-permission snapshot tests * Addressing PR review comments * Fixing invert behavior * Permissions branch: No sqlstore calls after app shutdown (#2530) * fix webapp compile error, missing enableSharedBoards * refactor app init wip * - ensure all block change notifications are finished before shutting down app - fix unit tests for mysql (insert_at only has 1 second resolution!) * adjust logging Co-authored-by: Mattermod <mattermod@users.noreply.github.com> * Fixed migrations to allow upgrading from previous version (#2535) * Added mechanism to check if schema migration is needed * WIP * WIP * WIP * WIP * Fixed migration * Fixed for SQLite * minor cleaniup * Deleted old schema migration table after running migrations * Removed a debug log * Fixed a bug where the code always tried to delete a table which may or may not exist * Show properly the user avatar in the ShareBoard component (#2542) * Fixing the last CI problems from the permissions-branch (#2541) * Fix history ordering * Giving some times to avoid possible race conditions * Empty * Reverting accidental change in the config.json * Optimizing table view (#2540) * Optimizing table view * Reducing the amount of rendering for tables * Some other performance improvements * Improve the activeView updates * Some extra simplifications * Another small improvement * Fixing tests * Fixing linter errors * Reducing a bit the amount of dependency with big objects in the store * Small simplification * Removing Commenter role from the user role selector (#2561) * Shareboard cleanup (#2550) * Initial work on permissions gates * Applying permissions gates in more places * Adding more checks to the interface * Adding more permissions gates and keeping the store up to date * fixing some tests * Fixing some more tests * Fixing another test * Fixing all tests and adding some more * Adding no-permission snapshot tests * Addressing PR review comments * cleanup some shareboard settings * remove unused property, fix for user items being displayed for non admin * revert change, allow users to show Co-authored-by: Jesús Espino <jespinog@gmail.com> Co-authored-by: Mattermod <mattermod@users.noreply.github.com> * Fixing comments and cards with the new optimizations in the store (#2560) * Fixing property creation (#2563) * Fix user selection in table view (#2565) * Fixing focus new row in table view (#2567) * Permissions branch: Fix sqlite table lock (CI) (#2568) * fix sqlite table lock * remove test db on teardown * revert .gitignore * fix goimport on migration code * fix typo * more linter fixes * clean up tmp db for sqlstore tests Co-authored-by: Mattermod <mattermod@users.noreply.github.com> * Fixing snapshots * Migrating center panel to functional component (#2562) * Migrating center panel to functional component * Fixing some tests * Fixing another test * Fixing linter errors * Fixing types errors * Fixing linter error * Fixing cypress tests * Fixing the last cypress test * Simpliying a bit the code * Making property insertion more robust * Updating checkbox test Co-authored-by: Harshil Sharma <harshilsharma63@gmail.com> Co-authored-by: Miguel de la Cruz <miguel@mcrx.me> Co-authored-by: Scott Bishel <scott.bishel@mattermost.com> Co-authored-by: Chen-I Lim <46905241+chenilim@users.noreply.github.com> Co-authored-by: Doug Lauder <wiggin77@warpmail.net> Co-authored-by: Mattermod <mattermod@users.noreply.github.com> Co-authored-by: Harshil Sharma <18575143+harshilsharma63@users.noreply.github.com> Co-authored-by: Ibrahim Serdar Acikgoz <serdaracikgoz86@gmail.com> Co-authored-by: kamre <eremchenko@gmail.com>
303 lines
16 KiB
JSON
303 lines
16 KiB
JSON
{
|
|
"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",
|
|
"BoardMember.schemeAdmin": "Admin",
|
|
"BoardMember.schemeEditor": "Editor",
|
|
"BoardMember.schemeNone": "None",
|
|
"BoardPage.newVersion": "A new version of Boards is available, click here to reload.",
|
|
"BoardPage.syncFailed": "Board may be deleted or access revoked.",
|
|
"BoardTemplateSelector.add-template": "New template",
|
|
"BoardTemplateSelector.create-empty-board": "Create empty board",
|
|
"BoardTemplateSelector.delete-template": "Delete",
|
|
"BoardTemplateSelector.description": "Choose a template to help you get started. Easily customize the template to fit your needs, or create an empty board to start from scratch.",
|
|
"BoardTemplateSelector.edit-template": "Edit",
|
|
"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}",
|
|
"BoardTemplateSelector.title": "Create a Board",
|
|
"BoardTemplateSelector.use-this-template": "Use this template",
|
|
"BoardsSwitcher.Title": "Find Boards",
|
|
"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",
|
|
"CardBadges.title-checkboxes": "Checkboxes",
|
|
"CardBadges.title-comments": "Comments",
|
|
"CardBadges.title-description": "This card has a description",
|
|
"CardDetail.Follow": "Follow",
|
|
"CardDetail.Following": "Following",
|
|
"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 Delete Property",
|
|
"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.",
|
|
"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!",
|
|
"CardDetailProperty.property-deleted": "Deleted {propertyName} 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",
|
|
"CardDialog.delete-confirmation-dialog-button-text": "Delete",
|
|
"CardDialog.delete-confirmation-dialog-heading": "Confirm card delete!",
|
|
"CardDialog.editing-template": "You're editing a template.",
|
|
"CardDialog.nocard": "This card doesn't exist or is inaccessible.",
|
|
"Categories.CreateCategoryDialog.CancelText": "Cancel",
|
|
"Categories.CreateCategoryDialog.CreateText": "Create",
|
|
"Categories.CreateCategoryDialog.Placeholder": "Name your category",
|
|
"Categories.CreateCategoryDialog.UpdateText": "Update",
|
|
"CenterPanel.Share": "Share",
|
|
"ColorOption.selectColor": "Select {color} Color",
|
|
"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",
|
|
"DeleteBoardDialog.confirm-cancel": "Cancel",
|
|
"DeleteBoardDialog.confirm-delete": "Delete",
|
|
"DeleteBoardDialog.confirm-info": "Are you sure you want to delete the board “{boardTitle}”? Deleting it will delete all cards in the board.",
|
|
"DeleteBoardDialog.confirm-tite": "Confirm Delete Board",
|
|
"DeleteBoardDialog.confirm-tite-template": "Confirm Delete Board Template",
|
|
"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",
|
|
"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",
|
|
"GalleryCard.copiedLink": "Copied!",
|
|
"GalleryCard.copyLink": "Copy link",
|
|
"GalleryCard.delete": "Delete",
|
|
"GalleryCard.duplicate": "Duplicate",
|
|
"General.BoardCount": "{count, plural, one {# Board} other {# Boards}}",
|
|
"GroupBy.hideEmptyGroups": "Hide {count} empty groups",
|
|
"GroupBy.showHiddenGroups": "Show {count} hidden groups",
|
|
"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",
|
|
"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": "Created time",
|
|
"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": "Last updated time",
|
|
"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",
|
|
"ShareBoard.PublishDescription": "Publish and share a “read only” link with everyone on the web",
|
|
"ShareBoard.PublishTitle": "Publish to the web",
|
|
"ShareBoard.Title": "Share Board",
|
|
"ShareBoard.confirmRegenerateToken": "This will invalidate previously shared links. Continue?",
|
|
"ShareBoard.copiedLink": "Copied!",
|
|
"ShareBoard.copyLink": "Copy link",
|
|
"ShareBoard.regenerate": "Regenerate token",
|
|
"ShareBoard.teamPermissionsText": "Everyone at {teamName} Team",
|
|
"ShareBoard.tokenRegenrated": "Token regenerated",
|
|
"ShareBoard.userPermissionsRemoveMemberText": "Remove member",
|
|
"ShareBoard.userPermissionsYouText": "(You)",
|
|
"Sidebar.about": "About Focalboard",
|
|
"Sidebar.add-board": "+ Add board",
|
|
"Sidebar.changePassword": "Change password",
|
|
"Sidebar.delete-board": "Delete board",
|
|
"Sidebar.export-archive": "Export archive",
|
|
"Sidebar.import": "Import",
|
|
"Sidebar.import-archive": "Import archive",
|
|
"Sidebar.invite-users": "Invite users",
|
|
"Sidebar.logout": "Log out",
|
|
"Sidebar.no-boards-in-category": "No boards inside",
|
|
"Sidebar.random-icons": "Random icons",
|
|
"Sidebar.set-language": "Set language",
|
|
"Sidebar.set-theme": "Set theme",
|
|
"Sidebar.settings": "Settings",
|
|
"Sidebar.untitled-board": "(Untitled Board)",
|
|
"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",
|
|
"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",
|
|
"TableRow.open": "Open",
|
|
"TopBar.give-feedback": "Give Feedback",
|
|
"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",
|
|
"View.NewCalendarTitle": "Calendar view",
|
|
"View.NewGalleryTitle": "Gallery view",
|
|
"View.NewTableTitle": "Table view",
|
|
"View.Table": "Table",
|
|
"ViewHeader.add-template": "New template",
|
|
"ViewHeader.delete-template": "Delete",
|
|
"ViewHeader.display-by": "Display by: {property}",
|
|
"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",
|
|
"ViewHeader.properties-menu": "Properties menu",
|
|
"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",
|
|
"ViewHeader.view-header-menu": "View header menu",
|
|
"ViewHeader.view-menu": "View menu",
|
|
"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, organize, track and manage work across teams, using a familiar kanban board view",
|
|
"WelcomePage.Explore.Button": "Take a tour",
|
|
"WelcomePage.NoThanks.Text": "No thanks, I'll figure it out myself",
|
|
"WelcomePage.Heading": "Welcome To Boards",
|
|
"Workspace.editing-board-template": "You're editing a board template.",
|
|
"calendar.month": "Month",
|
|
"calendar.today": "TODAY",
|
|
"calendar.week": "Week",
|
|
"default-properties.badges": "Comments and Description",
|
|
"default-properties.title": "Title",
|
|
"error.relogin": "Log in again",
|
|
"login.log-in-button": "Log in",
|
|
"login.log-in-title": "Log in",
|
|
"error.workspace-undefined": "Not a valid workspace.",
|
|
"error.page.title": "Sorry, something went wrong",
|
|
"error.not-logged-in": "Your session may have expired or you're not logged in.",
|
|
"error.back-to-home": "Back to Home",
|
|
"error.back-to-boards": "Back to boards",
|
|
"error.go-login": "Log in",
|
|
"error.unknown": "An error occurred.",
|
|
"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",
|
|
"OnboardingTour.OpenACard.Title": "Open a card",
|
|
"OnboardingTour.OpenACard.Body": "Open a card to explore the powerful ways that Boards can help you organize your work.",
|
|
"OnboardingTour.AddProperties.Title": "Add properties",
|
|
"OnboardingTour.AddProperties.Body": "Add various properties to cards to make them more powerful!",
|
|
"OnboardingTour.AddComments.Title": "Add comments",
|
|
"OnboardingTour.AddComments.Body": "You can comment on issues, and even @mention your fellow Mattermost users to get their attention.",
|
|
"OnboardingTour.AddDescription.Title": "Add description",
|
|
"OnboardingTour.AddDescription.Body": "Add a description to your card so your teammates know what the card is about.",
|
|
"OnboardingTour.AddView.Title": "Add a new view",
|
|
"OnboardingTour.AddView.Body": "Go here to create a new view to organise your board using different layouts.",
|
|
"OnboardingTour.CopyLink.Title": "Copy link",
|
|
"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.ShareBoard.Title": "Share board",
|
|
"OnboardingTour.ShareBoard.Body": "You can share your board internally, within your team, or publish it publicly for visibility outside of your organization.",
|
|
"tutorial_tip.finish_tour": "Done",
|
|
"tutorial_tip.got_it": "Got it",
|
|
"tutorial_tip.ok": "Next",
|
|
"generic.previous": "Previous",
|
|
"tutorial_tip.seen": "Seen this before?",
|
|
"tutorial_tip.out": "Opt out of these tips",
|
|
"register.signup-title": "Sign up for your account",
|
|
"shareBoard.lastAdmin": "Boards must have at least one Administrator"
|
|
}
|