mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-13 02:37:57 +01:00
Complete translations
This commit is contained in:
parent
72835a66e4
commit
b7406956a9
@ -47,7 +47,8 @@ You don’t have to ever use `eject`. The curated feature set is suitable for sm
|
||||
## Compile
|
||||
`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/fr.json --ast --out-file src/compiled-lang/fr.json`
|
||||
`yarn compile lang/de.json --ast --out-file src/compiled-lang/de.json`
|
||||
## License
|
||||
|
||||
The source code is Licensed under the WiseMapping Open License, Version 1.0 (the “License”);
|
||||
|
@ -25,7 +25,7 @@ declare module '@mui/styles/defaultTheme' {
|
||||
|
||||
|
||||
// Google Analytics Initialization.
|
||||
GoogleAnalytics.initialize('UA-0000000-0');
|
||||
GoogleAnalytics.initialize('UA-2347723-1');
|
||||
|
||||
const queryClient = new QueryClient({
|
||||
defaultOptions: {
|
||||
|
@ -11,6 +11,12 @@
|
||||
"value": "Akzeptieren"
|
||||
}
|
||||
],
|
||||
"accountinfo.deleteaccount": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Konto löschen"
|
||||
}
|
||||
],
|
||||
"accountinfo.email": [
|
||||
{
|
||||
"type": 0,
|
||||
@ -509,6 +515,54 @@
|
||||
"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": [
|
||||
{
|
||||
"type": 0,
|
||||
|
@ -2,7 +2,7 @@
|
||||
"account.delete-warning": [
|
||||
{
|
||||
"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": [
|
||||
@ -11,6 +11,12 @@
|
||||
"value": "Accept"
|
||||
}
|
||||
],
|
||||
"accountinfo.deleteaccount": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Delete Account"
|
||||
}
|
||||
],
|
||||
"accountinfo.email": [
|
||||
{
|
||||
"type": 0,
|
||||
@ -218,7 +224,7 @@
|
||||
"create.title": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Create a new mindmap."
|
||||
"value": "Create a new mindmap"
|
||||
}
|
||||
],
|
||||
"deletem.title": [
|
||||
@ -233,18 +239,6 @@
|
||||
"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": [
|
||||
{
|
||||
"type": 0,
|
||||
@ -422,7 +416,7 @@
|
||||
"import.description": [
|
||||
{
|
||||
"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": [
|
||||
@ -509,6 +503,54 @@
|
||||
"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": [
|
||||
{
|
||||
"type": 0,
|
||||
@ -644,7 +686,7 @@
|
||||
"maps.empty-result": [
|
||||
{
|
||||
"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": [
|
||||
@ -872,7 +914,7 @@
|
||||
"registration.title": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Become a member"
|
||||
"value": "Registration | WiseMapping"
|
||||
}
|
||||
],
|
||||
"rename.description": [
|
||||
@ -944,7 +986,7 @@
|
||||
"share.delete-description": [
|
||||
{
|
||||
"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": [
|
||||
|
@ -11,6 +11,12 @@
|
||||
"value": "Aceptar"
|
||||
}
|
||||
],
|
||||
"accountinfo.deleteaccount": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Borrar cuenta"
|
||||
}
|
||||
],
|
||||
"accountinfo.email": [
|
||||
{
|
||||
"type": 0,
|
||||
@ -44,7 +50,7 @@
|
||||
"action.close-button": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Cerrar"
|
||||
"value": "Cerca"
|
||||
}
|
||||
],
|
||||
"action.delete": [
|
||||
@ -122,13 +128,13 @@
|
||||
"action.open": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Abrir"
|
||||
"value": "Abierto"
|
||||
}
|
||||
],
|
||||
"action.print": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Imprimir"
|
||||
"value": "Impresión"
|
||||
}
|
||||
],
|
||||
"action.publish": [
|
||||
@ -140,7 +146,7 @@
|
||||
"action.rename": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Renombar"
|
||||
"value": "Rebautizar"
|
||||
}
|
||||
],
|
||||
"action.rename-description-placeholder": [
|
||||
@ -158,13 +164,13 @@
|
||||
"action.share": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Compartir"
|
||||
"value": "Cuota"
|
||||
}
|
||||
],
|
||||
"changepwd.button": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Cambiar"
|
||||
"value": "Cambio"
|
||||
}
|
||||
],
|
||||
"changepwd.confirm-password": [
|
||||
@ -320,13 +326,13 @@
|
||||
"footer.feedback": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Feedback"
|
||||
"value": "Reacción"
|
||||
}
|
||||
],
|
||||
"footer.opensource": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Código Abierto"
|
||||
"value": "Fuente abierta"
|
||||
}
|
||||
],
|
||||
"footer.others": [
|
||||
@ -392,7 +398,7 @@
|
||||
"header.donthaveaccount": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "¿No tenes una cuenta?"
|
||||
"value": "¿No tienes una cuenta?"
|
||||
}
|
||||
],
|
||||
"header.haveaccount": [
|
||||
@ -404,7 +410,7 @@
|
||||
"help.support": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Ayuda"
|
||||
"value": "Apoyo"
|
||||
}
|
||||
],
|
||||
"history.no-changes": [
|
||||
@ -476,7 +482,7 @@
|
||||
"info.modified-tny": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Ultima modificacion por"
|
||||
"value": "ultima modificacion por"
|
||||
}
|
||||
],
|
||||
"info.name": [
|
||||
@ -494,13 +500,13 @@
|
||||
"info.sharing": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Compartido"
|
||||
"value": "Intercambio"
|
||||
}
|
||||
],
|
||||
"info.starred": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Destacados"
|
||||
"value": "Sembrado de estrellas"
|
||||
}
|
||||
],
|
||||
"info.title": [
|
||||
@ -509,6 +515,54 @@
|
||||
"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": [
|
||||
{
|
||||
"type": 0,
|
||||
@ -578,13 +632,13 @@
|
||||
"login.signup": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Crear cuenta"
|
||||
"value": "Inscribirse"
|
||||
}
|
||||
],
|
||||
"login.title": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Bienvenido"
|
||||
"value": "Bienvenidos"
|
||||
}
|
||||
],
|
||||
"login.userinactive": [
|
||||
@ -686,37 +740,37 @@
|
||||
"maps.nav-all": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Todos"
|
||||
"value": "Todo"
|
||||
}
|
||||
],
|
||||
"maps.nav-onwned": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Mis Mapas"
|
||||
"value": "propiedad"
|
||||
}
|
||||
],
|
||||
"maps.nav-public": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Públicos"
|
||||
"value": "Público"
|
||||
}
|
||||
],
|
||||
"maps.nav-shared": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Compartidos"
|
||||
"value": "Comparte conmigo"
|
||||
}
|
||||
],
|
||||
"maps.nav-starred": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Destacados"
|
||||
"value": "Sembrado de estrellas"
|
||||
}
|
||||
],
|
||||
"maps.page-title": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Mis Mapas | WiseMapping"
|
||||
"value": "Mis mapas | WiseMapping"
|
||||
}
|
||||
],
|
||||
"maps.revert": [
|
||||
@ -728,19 +782,19 @@
|
||||
"maps.search-action": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Búscar ..."
|
||||
"value": "Búsqueda ..."
|
||||
}
|
||||
],
|
||||
"maps.tooltip-open": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Abrir para edición"
|
||||
"value": "Abierto para edición"
|
||||
}
|
||||
],
|
||||
"maps.tooltip-starred": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Destacados"
|
||||
"value": "Sembrado de estrellas"
|
||||
}
|
||||
],
|
||||
"maps.view": [
|
||||
@ -752,7 +806,7 @@
|
||||
"menu.account": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Información de cuenta"
|
||||
"value": "Cuenta"
|
||||
}
|
||||
],
|
||||
"menu.change-password": [
|
||||
@ -764,7 +818,7 @@
|
||||
"menu.signout": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Cerrar sesión"
|
||||
"value": "Desconectar"
|
||||
}
|
||||
],
|
||||
"publish.button": [
|
||||
@ -902,7 +956,7 @@
|
||||
"role.owner": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Dueño"
|
||||
"value": "onwer"
|
||||
}
|
||||
],
|
||||
"role.viewer": [
|
||||
@ -926,13 +980,13 @@
|
||||
"share.can-edit": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Puede editar"
|
||||
"value": "Poder editar"
|
||||
}
|
||||
],
|
||||
"share.can-view": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Puede ver"
|
||||
"value": "Puedo ver"
|
||||
}
|
||||
],
|
||||
"share.delete": [
|
||||
@ -944,7 +998,7 @@
|
||||
"share.delete-description": [
|
||||
{
|
||||
"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": [
|
||||
|
@ -11,6 +11,12 @@
|
||||
"value": "J'accepte"
|
||||
}
|
||||
],
|
||||
"accountinfo.deleteaccount": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Supprimer le compte"
|
||||
}
|
||||
],
|
||||
"accountinfo.email": [
|
||||
{
|
||||
"type": 0,
|
||||
@ -234,16 +240,8 @@
|
||||
}
|
||||
],
|
||||
"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": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Inscrivez-vous pour commencer à créer, partager et publier gratuitement un nombre illimité de cartes mentales."
|
||||
}
|
||||
],
|
||||
"expired.description": [
|
||||
{
|
||||
@ -509,6 +507,54 @@
|
||||
"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": [
|
||||
{
|
||||
"type": 0,
|
||||
@ -944,7 +990,7 @@
|
||||
"share.delete-description": [
|
||||
{
|
||||
"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": [
|
||||
|
@ -245,9 +245,9 @@ const ExportDialog = ({
|
||||
<MenuItem className={classes.select} value="wxml">
|
||||
WiseMapping (WXML)
|
||||
</MenuItem>
|
||||
<MenuItem className={classes.select} value="mm">
|
||||
{/* <MenuItem className={classes.select} value="mm">
|
||||
Freemind 1.0.1 (MM)
|
||||
</MenuItem>
|
||||
</MenuItem> */}
|
||||
{/* <MenuItem className={classes.select} value="mmap">
|
||||
MindManager (MMAP)
|
||||
</MenuItem> */}
|
||||
|
Loading…
Reference in New Issue
Block a user