Extract en resources

This commit is contained in:
Paulo Gustavo Veiga 2022-02-11 18:26:45 -08:00
parent d4b37f4139
commit cb594b8e5c
3 changed files with 498 additions and 477 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@wisemapping/mindplot",
"version": "5.0.3",
"version": "5.0.4",
"description": "WiseMapping - Mindplot Canvas Library",
"homepage": "http://www.wisemapping.org/",
"directories": {

View File

@ -1,10 +1,13 @@
{
"account.delete-warning": {
"defaultMessage": "Keep in mind that you will not be able retrieve any mindmap you have created. All your information will be deleted and it can not be restored."
"defaultMessage": "Keep in mind that you will not be able retrieve any mindmap you have added. All your information will be deleted and it can not be restored."
},
"accountinfo.button": {
"defaultMessage": "Accept"
},
"accountinfo.deleteaccount": {
"defaultMessage": "Delete Account"
},
"accountinfo.email": {
"defaultMessage": "Email"
},
@ -108,7 +111,7 @@
"defaultMessage": "Please, fill the new map name and description."
},
"create.title": {
"defaultMessage": "Create a new mindmap."
"defaultMessage": "Create a new mindmap"
},
"deletem.title": {
"defaultMessage": "All selected maps will be deleted"
@ -204,7 +207,7 @@
"defaultMessage": "Create"
},
"import.description": {
"defaultMessage": "You can import FreeMind 1.0.1 and WiseMapping maps to your list of maps. Select the file you want to import."
"defaultMessage": "You can import WiseMapping maps to your list of maps. Select the file you want to import."
},
"import.title": {
"defaultMessage": "Import existing mindmap"
@ -248,6 +251,30 @@
"info.title": {
"defaultMessage": "Info"
},
"label.add-button": {
"defaultMessage": "Add label"
},
"label.add-for": {
"defaultMessage": "Editing labels for maps:"
},
"label.add-placeholder": {
"defaultMessage": "Label title"
},
"label.change-color": {
"defaultMessage": "Change label color"
},
"label.delete-description": {
"defaultMessage": "will be deleted, including its associations to all existing maps. Do you want to continue?"
},
"label.delete-title": {
"defaultMessage": "Confirm label deletion"
},
"label.description": {
"defaultMessage": "Use labels to organize your maps."
},
"label.title": {
"defaultMessage": "Add a label"
},
"language.change": {
"defaultMessage": "Change Language"
},
@ -424,7 +451,7 @@
"defaultMessage": "Terms of Client: Please check the WiseMapping Account information you've entered above, and review the Terms of Client here. By clicking on 'Register' below you are agreeing to the Terms of Client above and the Privacy Policy"
},
"registration.title": {
"defaultMessage": "Become a member"
"defaultMessage": "Registration | WiseMapping"
},
"rename.description": {
"defaultMessage": "Please, fill the new map name and description."
@ -467,11 +494,5 @@
},
"share.message": {
"defaultMessage": "Message"
},
"editor.try-welcome": {
"defaultMessage": "This edition space showcases some of the mindmap editor capabilities !"
},
"editor.try-welcome-description": {
"defaultMessage": "Sign Up to start creating, sharing and publishing unlimited number of mindmaps for free."
}
}

View File

@ -9,7 +9,7 @@
"lint": "eslint src",
"cy:run": "cypress run",
"test:integration": "start-server-and-test start http-get://localhost:3000 cy:run",
"extract": "for lang in {'es','en','fr','de'};do formatjs extract 'src/**/*.ts*' --ignore 'src/@types/**/*' --out-file lang/${lang}.json;done",
"extract": "formatjs extract 'src/**/*.ts*' --ignore 'src/@types/**/*' --out-file lang/en.json",
"compile": "formatjs compile",
"test": "yarn test:integration"
},