Fixing translations

This commit is contained in:
Jesús Espino 2021-05-11 12:17:33 +02:00
parent 9584963d10
commit 2f401df55d
2 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
"BoardComponent.delete": "Delete",
"BoardComponent.hidden-columns": "Hidden columns",
"BoardComponent.hide": "Hide",
"BoardComponent.neww": "+ New",
"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",
@ -85,7 +85,7 @@
"ShareBoard.unshare": "Anyone with the link can view this board",
"Sidebar.about": "About Focalboard",
"Sidebar.add-board": "+ Add Board",
"Sidebar.add-template": "+ New template",
"Sidebar.add-template": "New template",
"Sidebar.changePassword": "Change password",
"Sidebar.chinese": "Traditional Chinese",
"Sidebar.dark-theme": "Dark theme",
@ -140,7 +140,7 @@
"View.NewGalleryTitle": "Gallery view",
"View.NewTableTitle": "Table view",
"View.Table": "Table",
"ViewHeader.add-template": "+ New template",
"ViewHeader.add-template": "New template",
"ViewHeader.delete-template": "Delete",
"ViewHeader.edit-template": "Edit",
"ViewHeader.empty-card": "Empty card",
@ -172,4 +172,4 @@
"login.register-button": "or create an account if you don't have one",
"register.login-button": "or login if you already have an account",
"register.signup-title": "Sign up for your account"
}
}

View file

@ -140,7 +140,7 @@ class Kanban extends React.Component<Props, State> {
}}
>
<FormattedMessage
id='BoardComponent.neww'
id='BoardComponent.new'
defaultMessage='+ New'
/>
</Button>