From c6976db9e5c85ffab4d537323c19874b10ce9276 Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Fri, 20 Jan 2023 14:30:07 +0200 Subject: [PATCH] Update en.json (#4453) * Update en.json Some minor casing changes and updates for 7.7 limits changes. * update cypress tests for text change Co-authored-by: Scott Bishel --- webapp/cypress/integration/createBoard.ts | 2 +- webapp/cypress/support/ui_commands.ts | 2 +- webapp/i18n/en.json | 50 +++++++++++------------ 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/webapp/cypress/integration/createBoard.ts b/webapp/cypress/integration/createBoard.ts index 7440fbeb2..27430dad0 100644 --- a/webapp/cypress/integration/createBoard.ts +++ b/webapp/cypress/integration/createBoard.ts @@ -28,7 +28,7 @@ describe('Create and delete board / card', () => { cy.contains('Project Tasks').should('exist') // Create empty board - cy.contains('Create empty board').should('exist').click({force: true}) + cy.contains('Create an empty board').should('exist').click({force: true}) cy.get('.BoardComponent').should('exist') cy.get('.Editable.title').invoke('attr', 'placeholder').should('contain', 'Untitled board') diff --git a/webapp/cypress/support/ui_commands.ts b/webapp/cypress/support/ui_commands.ts index 829022b65..14972e382 100644 --- a/webapp/cypress/support/ui_commands.ts +++ b/webapp/cypress/support/ui_commands.ts @@ -17,5 +17,5 @@ Cypress.Commands.add('uiCreateEmptyBoard', () => { cy.log('Create new empty board') cy.contains('+ Add board').should('be.visible').click().wait(500) - return cy.contains('Create empty board').click({force: true}).wait(1000) + return cy.contains('Create an empty board').click({force: true}).wait(1000) }) diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index ec639cbc0..87b4780da 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -1,12 +1,12 @@ { - "AppBar.Tooltip": "Toggle Linked Boards", + "AppBar.Tooltip": "Toggle linked boards", "Attachment.Attachment-title": "Attachment", "AttachmentBlock.DeleteAction": "delete", "AttachmentBlock.addElement": "add {type}", - "AttachmentBlock.delete": "Attachment Deleted Successfully.", - "AttachmentBlock.failed": "Unable to upload the file. Attachment size limit reached.", + "AttachmentBlock.delete": "Attachment deleted.", + "AttachmentBlock.failed": "This file couldn't be uploaded as the file size limit has been reached.", "AttachmentBlock.upload": "Attachment uploading.", - "AttachmentBlock.uploadSuccess": "Attachment uploaded successfull.", + "AttachmentBlock.uploadSuccess": "Attachment uploaded.", "AttachmentElement.delete-confirmation-dialog-button-text": "Delete", "AttachmentElement.download": "Download", "AttachmentElement.upload-percentage": "Uploading...({uploadPercent}%)", @@ -16,7 +16,7 @@ "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.no-property-title": "Items with an empty {property} property will go here. This column can't be removed.", "BoardComponent.show": "Show", "BoardMember.schemeAdmin": "Admin", "BoardMember.schemeCommenter": "Commenter", @@ -27,7 +27,7 @@ "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": "Create new template", - "BoardTemplateSelector.create-empty-board": "Create empty board", + "BoardTemplateSelector.create-empty-board": "Create an empty board", "BoardTemplateSelector.delete-template": "Delete", "BoardTemplateSelector.description": "Add a board to the sidebar using any of the templates defined below or start from scratch.", "BoardTemplateSelector.edit-template": "Edit", @@ -35,7 +35,7 @@ "BoardTemplateSelector.plugin.no-content-title": "Create a board", "BoardTemplateSelector.title": "Create a board", "BoardTemplateSelector.use-this-template": "Use this template", - "BoardsSwitcher.Title": "Find Boards", + "BoardsSwitcher.Title": "Find boards", "BoardsUnfurl.Limited": "Additional details are hidden due to the card being archived", "BoardsUnfurl.Remainder": "+{remainder} more", "BoardsUnfurl.Updated": "Updated {time}", @@ -88,7 +88,7 @@ "CardDetail.add-icon": "Add icon", "CardDetail.add-property": "+ Add a property", "CardDetail.addCardText": "add card text", - "CardDetail.limited-body": "Upgrade to our Professional or Enterprise plan to view archived cards, have unlimited views per boards, unlimited cards and more.", + "CardDetail.limited-body": "Upgrade to our Professional or Enterprise plan.", "CardDetail.limited-button": "Upgrade", "CardDetail.limited-title": "This card is hidden", "CardDetail.moveContent": "Move card content", @@ -103,9 +103,9 @@ "CardDetailProperty.property-deleted": "Deleted {propertyName} successfully!", "CardDetailProperty.property-name-change-subtext": "type from \"{oldPropType}\" to \"{newPropType}\"", "CardDetial.limited-link": "Learn more about our plans.", - "CardDialog.delete-confirmation-dialog-attachment": "Confirm Attachment delete!", + "CardDialog.delete-confirmation-dialog-attachment": "Confirm attachment delete", "CardDialog.delete-confirmation-dialog-button-text": "Delete", - "CardDialog.delete-confirmation-dialog-heading": "Confirm card 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", @@ -187,7 +187,7 @@ "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.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", @@ -237,11 +237,11 @@ "ShareBoard.copyLink": "Copy link", "ShareBoard.regenerate": "Regenerate token", "ShareBoard.searchPlaceholder": "Search for people and channels", - "ShareBoard.teamPermissionsText": "Everyone at {teamName} Team", + "ShareBoard.teamPermissionsText": "Everyone at {teamName} team", "ShareBoard.tokenRegenrated": "Token regenerated", "ShareBoard.userPermissionsRemoveMemberText": "Remove member", "ShareBoard.userPermissionsYouText": "(You)", - "ShareTemplate.Title": "Share Template", + "ShareTemplate.Title": "Share template", "ShareTemplate.searchPlaceholder": "Search for people", "Sidebar.about": "About Focalboard", "Sidebar.add-board": "+ Add board", @@ -277,8 +277,8 @@ "SidebarTour.SidebarCategories.Body": "All your boards are now organized under your new sidebar. No more switching between workspaces. One-time custom categories based on your prior workspaces may have automatically been created for you as part of your v7.2 upgrade. These can be removed or edited to your preference.", "SidebarTour.SidebarCategories.Link": "Learn more", "SidebarTour.SidebarCategories.Title": "Sidebar categories", - "SiteStats.total_boards": "Total Boards", - "SiteStats.total_cards": "Total Cards", + "SiteStats.total_boards": "Total boards", + "SiteStats.total_cards": "Total cards", "TableComponent.add-icon": "Add icon", "TableComponent.name": "Name", "TableComponent.plus-new": "+ New", @@ -342,9 +342,9 @@ "ViewLimitDialog.Heading": "Views per board limit reached", "ViewLimitDialog.PrimaryButton.Title.Admin": "Upgrade", "ViewLimitDialog.PrimaryButton.Title.RegularUser": "Notify Admin", - "ViewLimitDialog.Subtext.Admin": "Upgrade to our Professional or Enterprise plan to have unlimited views per boards, unlimited cards, and more.", + "ViewLimitDialog.Subtext.Admin": "Upgrade to our Professional or Enterprise plan.", "ViewLimitDialog.Subtext.Admin.PricingPageLink": "Learn more about our plans.", - "ViewLimitDialog.Subtext.RegularUser": "Notify your Admin to upgrade to our Professional or Enterprise plan to have unlimited views per boards, unlimited cards, and more.", + "ViewLimitDialog.Subtext.RegularUser": "Notify your Admin to upgrade to our Professional or Enterprise plan.", "ViewLimitDialog.UpgradeImg.AltText": "upgrade image", "ViewLimitDialog.notifyAdmin.Success": "Your admin has been notified", "ViewTitle.hide-description": "hide description", @@ -375,10 +375,10 @@ "centerPanel.undefined": "No {propertyName}", "centerPanel.unknown-user": "Unknown user", "cloudMessage.learn-more": "Learn more", - "createImageBlock.failed": "Unable to upload the file. File size limit reached.", + "createImageBlock.failed": "This file couldn't be uploaded as the file size limit has been reached.", "default-properties.badges": "Comments and description", "default-properties.title": "Title", - "error.back-to-home": "Back to Home", + "error.back-to-home": "Back to home", "error.back-to-team": "Back to team", "error.board-not-found": "Board not found.", "error.go-login": "Log in", @@ -390,7 +390,7 @@ "generic.previous": "Previous", "guest-no-board.subtitle": "You don't have access to any board in this team yet, please wait until somebody adds you to any board.", "guest-no-board.title": "No boards yet", - "imagePaste.upload-failed": "Some files not uploaded. File size limit reached", + "imagePaste.upload-failed": "Some files weren't uploaded because the file size limit has been reached.", "limitedCard.title": "Cards hidden", "login.log-in-button": "Log in", "login.log-in-title": "Log in", @@ -406,15 +406,15 @@ "person.add-user-to-board-confirm-button": "Add to board", "person.add-user-to-board-permissions": "Permissions", "person.add-user-to-board-question": "Do you want to add {username} to the board?", - "person.add-user-to-board-warning": "{username} is not a member of the board, and will not receive any notifications about it.", + "person.add-user-to-board-warning": "{username} isn't a member of the board, and won't receive any notifications about it.", "register.login-button": "or log in if you already have an account", "register.signup-title": "Sign up for your account", - "rhs-board-non-admin-msg": "You are not an admin of the board", + "rhs-board-non-admin-msg": "You're not an admin of the board", "rhs-boards.add": "Add", "rhs-boards.dm": "DM", "rhs-boards.gm": "GM", - "rhs-boards.header.dm": "this Direct Message", - "rhs-boards.header.gm": "this Group Message", + "rhs-boards.header.dm": "this direct message", + "rhs-boards.header.gm": "this group message", "rhs-boards.last-update-at": "Last update at: {datetime}", "rhs-boards.link-boards-to-channel": "Link boards to {channelName}", "rhs-boards.linked-boards": "Linked boards", @@ -445,4 +445,4 @@ "tutorial_tip.ok": "Next", "tutorial_tip.out": "Opt out of these tips.", "tutorial_tip.seen": "Seen this before?" -} \ No newline at end of file +}