Complete translations

This commit is contained in:
Paulo Gustavo Veiga 2022-02-11 22:27:07 -08:00
parent 72835a66e4
commit b7406956a9
7 changed files with 258 additions and 61 deletions

View File

@ -47,7 +47,8 @@ You dont have to ever use `eject`. The curated feature set is suitable for sm
## Compile ## Compile
`yarn compile lang/en.json --ast --out-file src/compiled-lang/en.json` `yarn compile lang/en.json --ast --out-file src/compiled-lang/en.json`
`yarn compile lang/es.json --ast --out-file src/compiled-lang/es.json` `yarn compile lang/es.json --ast --out-file src/compiled-lang/es.json`
`yarn compile lang/fr.json --ast --out-file src/compiled-lang/fr.json`
`yarn compile lang/de.json --ast --out-file src/compiled-lang/de.json`
## License ## License
The source code is Licensed under the WiseMapping Open License, Version 1.0 (the “License”); The source code is Licensed under the WiseMapping Open License, Version 1.0 (the “License”);

View File

@ -25,7 +25,7 @@ declare module '@mui/styles/defaultTheme' {
// Google Analytics Initialization. // Google Analytics Initialization.
GoogleAnalytics.initialize('UA-0000000-0'); GoogleAnalytics.initialize('UA-2347723-1');
const queryClient = new QueryClient({ const queryClient = new QueryClient({
defaultOptions: { defaultOptions: {

View File

@ -11,6 +11,12 @@
"value": "Akzeptieren" "value": "Akzeptieren"
} }
], ],
"accountinfo.deleteaccount": [
{
"type": 0,
"value": "Konto löschen"
}
],
"accountinfo.email": [ "accountinfo.email": [
{ {
"type": 0, "type": 0,
@ -509,6 +515,54 @@
"value": "Die Info" "value": "Die Info"
} }
], ],
"label.add-button": [
{
"type": 0,
"value": "Etikett hinzufügen"
}
],
"label.add-for": [
{
"type": 0,
"value": "Beschriftungen für Karten bearbeiten:"
}
],
"label.add-placeholder": [
{
"type": 0,
"value": "Titel des Labels"
}
],
"label.change-color": [
{
"type": 0,
"value": "Etikettenfarbe ändern"
}
],
"label.delete-description": [
{
"type": 0,
"value": "gelöscht, einschließlich der Zuordnungen zu allen vorhandenen Karten. Möchtest du fortfahren?"
}
],
"label.delete-title": [
{
"type": 0,
"value": "Bestätigen Sie das Löschen des Labels"
}
],
"label.description": [
{
"type": 0,
"value": "Verwenden Sie Labels, um Ihre Karten zu organisieren."
}
],
"label.title": [
{
"type": 0,
"value": "Etikett hinzufügen"
}
],
"language.change": [ "language.change": [
{ {
"type": 0, "type": 0,

View File

@ -2,7 +2,7 @@
"account.delete-warning": [ "account.delete-warning": [
{ {
"type": 0, "type": 0,
"value": "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." "value": "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": [ "accountinfo.button": [
@ -11,6 +11,12 @@
"value": "Accept" "value": "Accept"
} }
], ],
"accountinfo.deleteaccount": [
{
"type": 0,
"value": "Delete Account"
}
],
"accountinfo.email": [ "accountinfo.email": [
{ {
"type": 0, "type": 0,
@ -218,7 +224,7 @@
"create.title": [ "create.title": [
{ {
"type": 0, "type": 0,
"value": "Create a new mindmap." "value": "Create a new mindmap"
} }
], ],
"deletem.title": [ "deletem.title": [
@ -233,18 +239,6 @@
"value": "Duplicate" "value": "Duplicate"
} }
], ],
"editor.try-welcome": [
{
"type": 0,
"value": "This edition space showcases some of the mindmap editor capabilities !"
}
],
"editor.try-welcome-description": [
{
"type": 0,
"value": "Sign Up to start creating, sharing and publishing unlimited number of mindmaps for free."
}
],
"expired.description": [ "expired.description": [
{ {
"type": 0, "type": 0,
@ -422,7 +416,7 @@
"import.description": [ "import.description": [
{ {
"type": 0, "type": 0,
"value": "You can import FreeMind 1.0.1 and WiseMapping maps to your list of maps. Select the file you want to import." "value": "You can import WiseMapping maps to your list of maps. Select the file you want to import."
} }
], ],
"import.title": [ "import.title": [
@ -509,6 +503,54 @@
"value": "Info" "value": "Info"
} }
], ],
"label.add-button": [
{
"type": 0,
"value": "Add label"
}
],
"label.add-for": [
{
"type": 0,
"value": "Editing labels for maps:"
}
],
"label.add-placeholder": [
{
"type": 0,
"value": "Label title"
}
],
"label.change-color": [
{
"type": 0,
"value": "Change label color"
}
],
"label.delete-description": [
{
"type": 0,
"value": "will be deleted, including its associations to all existing maps. Do you want to continue?"
}
],
"label.delete-title": [
{
"type": 0,
"value": "Confirm label deletion"
}
],
"label.description": [
{
"type": 0,
"value": "Use labels to organize your maps."
}
],
"label.title": [
{
"type": 0,
"value": "Add a label"
}
],
"language.change": [ "language.change": [
{ {
"type": 0, "type": 0,
@ -644,7 +686,7 @@
"maps.empty-result": [ "maps.empty-result": [
{ {
"type": 0, "type": 0,
"value": "No matching record found with the current filter criteria." "value": "No matching mindmap found with the current filter criteria."
} }
], ],
"maps.import-desc": [ "maps.import-desc": [
@ -872,7 +914,7 @@
"registration.title": [ "registration.title": [
{ {
"type": 0, "type": 0,
"value": "Become a member" "value": "Registration | WiseMapping"
} }
], ],
"rename.description": [ "rename.description": [
@ -944,7 +986,7 @@
"share.delete-description": [ "share.delete-description": [
{ {
"type": 0, "type": 0,
"value": "Invite people to collaborate with you in the creation of your midnmap. They will be notified by email." "value": "Invite people to collaborate with you in the creation of your mindmap. They will be notified by email."
} }
], ],
"share.delete-title": [ "share.delete-title": [

View File

@ -11,6 +11,12 @@
"value": "Aceptar" "value": "Aceptar"
} }
], ],
"accountinfo.deleteaccount": [
{
"type": 0,
"value": "Borrar cuenta"
}
],
"accountinfo.email": [ "accountinfo.email": [
{ {
"type": 0, "type": 0,
@ -44,7 +50,7 @@
"action.close-button": [ "action.close-button": [
{ {
"type": 0, "type": 0,
"value": "Cerrar" "value": "Cerca"
} }
], ],
"action.delete": [ "action.delete": [
@ -122,13 +128,13 @@
"action.open": [ "action.open": [
{ {
"type": 0, "type": 0,
"value": "Abrir" "value": "Abierto"
} }
], ],
"action.print": [ "action.print": [
{ {
"type": 0, "type": 0,
"value": "Imprimir" "value": "Impresión"
} }
], ],
"action.publish": [ "action.publish": [
@ -140,7 +146,7 @@
"action.rename": [ "action.rename": [
{ {
"type": 0, "type": 0,
"value": "Renombar" "value": "Rebautizar"
} }
], ],
"action.rename-description-placeholder": [ "action.rename-description-placeholder": [
@ -158,13 +164,13 @@
"action.share": [ "action.share": [
{ {
"type": 0, "type": 0,
"value": "Compartir" "value": "Cuota"
} }
], ],
"changepwd.button": [ "changepwd.button": [
{ {
"type": 0, "type": 0,
"value": "Cambiar" "value": "Cambio"
} }
], ],
"changepwd.confirm-password": [ "changepwd.confirm-password": [
@ -320,13 +326,13 @@
"footer.feedback": [ "footer.feedback": [
{ {
"type": 0, "type": 0,
"value": "Feedback" "value": "Reacción"
} }
], ],
"footer.opensource": [ "footer.opensource": [
{ {
"type": 0, "type": 0,
"value": "Código Abierto" "value": "Fuente abierta"
} }
], ],
"footer.others": [ "footer.others": [
@ -392,7 +398,7 @@
"header.donthaveaccount": [ "header.donthaveaccount": [
{ {
"type": 0, "type": 0,
"value": "¿No tenes una cuenta?" "value": "¿No tienes una cuenta?"
} }
], ],
"header.haveaccount": [ "header.haveaccount": [
@ -404,7 +410,7 @@
"help.support": [ "help.support": [
{ {
"type": 0, "type": 0,
"value": "Ayuda" "value": "Apoyo"
} }
], ],
"history.no-changes": [ "history.no-changes": [
@ -476,7 +482,7 @@
"info.modified-tny": [ "info.modified-tny": [
{ {
"type": 0, "type": 0,
"value": "Ultima modificacion por" "value": "ultima modificacion por"
} }
], ],
"info.name": [ "info.name": [
@ -494,13 +500,13 @@
"info.sharing": [ "info.sharing": [
{ {
"type": 0, "type": 0,
"value": "Compartido" "value": "Intercambio"
} }
], ],
"info.starred": [ "info.starred": [
{ {
"type": 0, "type": 0,
"value": "Destacados" "value": "Sembrado de estrellas"
} }
], ],
"info.title": [ "info.title": [
@ -509,6 +515,54 @@
"value": "Información" "value": "Información"
} }
], ],
"label.add-button": [
{
"type": 0,
"value": "Agregar etiqueta"
}
],
"label.add-for": [
{
"type": 0,
"value": "Edición de etiquetas para mapas:"
}
],
"label.add-placeholder": [
{
"type": 0,
"value": "Título de la etiqueta"
}
],
"label.change-color": [
{
"type": 0,
"value": "Cambiar el color de la etiqueta"
}
],
"label.delete-description": [
{
"type": 0,
"value": "se eliminará, incluidas sus asociaciones a todos los mapas existentes. ¿Quieres continuar?"
}
],
"label.delete-title": [
{
"type": 0,
"value": "Confirmar eliminación de etiqueta"
}
],
"label.description": [
{
"type": 0,
"value": "Usa etiquetas para organizar tus mapas."
}
],
"label.title": [
{
"type": 0,
"value": "Agregar una etiqueta"
}
],
"language.change": [ "language.change": [
{ {
"type": 0, "type": 0,
@ -578,13 +632,13 @@
"login.signup": [ "login.signup": [
{ {
"type": 0, "type": 0,
"value": "Crear cuenta" "value": "Inscribirse"
} }
], ],
"login.title": [ "login.title": [
{ {
"type": 0, "type": 0,
"value": "Bienvenido" "value": "Bienvenidos"
} }
], ],
"login.userinactive": [ "login.userinactive": [
@ -686,37 +740,37 @@
"maps.nav-all": [ "maps.nav-all": [
{ {
"type": 0, "type": 0,
"value": "Todos" "value": "Todo"
} }
], ],
"maps.nav-onwned": [ "maps.nav-onwned": [
{ {
"type": 0, "type": 0,
"value": "Mis Mapas" "value": "propiedad"
} }
], ],
"maps.nav-public": [ "maps.nav-public": [
{ {
"type": 0, "type": 0,
"value": "Públicos" "value": "Público"
} }
], ],
"maps.nav-shared": [ "maps.nav-shared": [
{ {
"type": 0, "type": 0,
"value": "Compartidos" "value": "Comparte conmigo"
} }
], ],
"maps.nav-starred": [ "maps.nav-starred": [
{ {
"type": 0, "type": 0,
"value": "Destacados" "value": "Sembrado de estrellas"
} }
], ],
"maps.page-title": [ "maps.page-title": [
{ {
"type": 0, "type": 0,
"value": "Mis Mapas | WiseMapping" "value": "Mis mapas | WiseMapping"
} }
], ],
"maps.revert": [ "maps.revert": [
@ -728,19 +782,19 @@
"maps.search-action": [ "maps.search-action": [
{ {
"type": 0, "type": 0,
"value": "Búscar ..." "value": "Búsqueda ..."
} }
], ],
"maps.tooltip-open": [ "maps.tooltip-open": [
{ {
"type": 0, "type": 0,
"value": "Abrir para edición" "value": "Abierto para edición"
} }
], ],
"maps.tooltip-starred": [ "maps.tooltip-starred": [
{ {
"type": 0, "type": 0,
"value": "Destacados" "value": "Sembrado de estrellas"
} }
], ],
"maps.view": [ "maps.view": [
@ -752,7 +806,7 @@
"menu.account": [ "menu.account": [
{ {
"type": 0, "type": 0,
"value": "Información de cuenta" "value": "Cuenta"
} }
], ],
"menu.change-password": [ "menu.change-password": [
@ -764,7 +818,7 @@
"menu.signout": [ "menu.signout": [
{ {
"type": 0, "type": 0,
"value": "Cerrar sesión" "value": "Desconectar"
} }
], ],
"publish.button": [ "publish.button": [
@ -902,7 +956,7 @@
"role.owner": [ "role.owner": [
{ {
"type": 0, "type": 0,
"value": "Dueño" "value": "onwer"
} }
], ],
"role.viewer": [ "role.viewer": [
@ -926,13 +980,13 @@
"share.can-edit": [ "share.can-edit": [
{ {
"type": 0, "type": 0,
"value": "Puede editar" "value": "Poder editar"
} }
], ],
"share.can-view": [ "share.can-view": [
{ {
"type": 0, "type": 0,
"value": "Puede ver" "value": "Puedo ver"
} }
], ],
"share.delete": [ "share.delete": [
@ -944,7 +998,7 @@
"share.delete-description": [ "share.delete-description": [
{ {
"type": 0, "type": 0,
"value": "Invita a personas a colaborar contigo en la creación de tu mapa mental. Serán notificados por correo electrónico." "value": "Invita a personas a colaborar contigo en la creación de tu midnmap. Serán notificados por correo electrónico."
} }
], ],
"share.delete-title": [ "share.delete-title": [

View File

@ -11,6 +11,12 @@
"value": "J'accepte" "value": "J'accepte"
} }
], ],
"accountinfo.deleteaccount": [
{
"type": 0,
"value": "Supprimer le compte"
}
],
"accountinfo.email": [ "accountinfo.email": [
{ {
"type": 0, "type": 0,
@ -234,16 +240,8 @@
} }
], ],
"editor.try-welcome": [ "editor.try-welcome": [
{
"type": 0,
"value": "Cet espace d'édition présente certaines des fonctionnalités de l'éditeur de cartes mentales !"
}
], ],
"editor.try-welcome-description": [ "editor.try-welcome-description": [
{
"type": 0,
"value": "Inscrivez-vous pour commencer à créer, partager et publier gratuitement un nombre illimité de cartes mentales."
}
], ],
"expired.description": [ "expired.description": [
{ {
@ -509,6 +507,54 @@
"value": "Info" "value": "Info"
} }
], ],
"label.add-button": [
{
"type": 0,
"value": "Ajouter une étiquette"
}
],
"label.add-for": [
{
"type": 0,
"value": "Modification des étiquettes pour les cartes :"
}
],
"label.add-placeholder": [
{
"type": 0,
"value": "Titre de l'étiquette"
}
],
"label.change-color": [
{
"type": 0,
"value": "Changer la couleur de l'étiquette"
}
],
"label.delete-description": [
{
"type": 0,
"value": "sera supprimé, y compris ses associations à toutes les cartes existantes. Voulez-vous continuer?"
}
],
"label.delete-title": [
{
"type": 0,
"value": "Confirmer la suppression de l'étiquette"
}
],
"label.description": [
{
"type": 0,
"value": "Utilisez des étiquettes pour organiser vos cartes."
}
],
"label.title": [
{
"type": 0,
"value": "Ajouter une étiquette"
}
],
"language.change": [ "language.change": [
{ {
"type": 0, "type": 0,
@ -944,7 +990,7 @@
"share.delete-description": [ "share.delete-description": [
{ {
"type": 0, "type": 0,
"value": "Invitez des personnes à collaborer avec vous dans la création de votre mindmap. Ils seront prévenus par email." "value": "Invitez des personnes à collaborer avec vous dans la création de votre midnmap. Ils seront prévenus par email."
} }
], ],
"share.delete-title": [ "share.delete-title": [

View File

@ -245,9 +245,9 @@ const ExportDialog = ({
<MenuItem className={classes.select} value="wxml"> <MenuItem className={classes.select} value="wxml">
WiseMapping (WXML) WiseMapping (WXML)
</MenuItem> </MenuItem>
<MenuItem className={classes.select} value="mm"> {/* <MenuItem className={classes.select} value="mm">
Freemind 1.0.1 (MM) Freemind 1.0.1 (MM)
</MenuItem> </MenuItem> */}
{/* <MenuItem className={classes.select} value="mmap"> {/* <MenuItem className={classes.select} value="mmap">
MindManager (MMAP) MindManager (MMAP)
</MenuItem> */} </MenuItem> */}