mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
Complete translations
This commit is contained in:
parent
ee07a37e8d
commit
28efd2bcc0
@ -54,6 +54,8 @@ const DE = {
|
|||||||
CANCEL: 'Abbrechen',
|
CANCEL: 'Abbrechen',
|
||||||
LINK: 'Verbindung',
|
LINK: 'Verbindung',
|
||||||
OPEN_LINK: 'Öffne URL',
|
OPEN_LINK: 'Öffne URL',
|
||||||
|
SESSION_EXPIRED: 'Ihre Sitzung ist abgelaufen, bitte melden Sie sich erneut an.',
|
||||||
|
URL_ERROR: 'URL nicht gültig',
|
||||||
ACTION: 'Aktion',
|
ACTION: 'Aktion',
|
||||||
CREATE_SIBLING_TOPIC: 'Erzeuge ein Schwester Thema',
|
CREATE_SIBLING_TOPIC: 'Erzeuge ein Schwester Thema',
|
||||||
CREATE_CHILD_TOPIC: 'Eryeuge ein Unterthema',
|
CREATE_CHILD_TOPIC: 'Eryeuge ein Unterthema',
|
||||||
@ -75,6 +77,8 @@ const DE = {
|
|||||||
KEYBOARD_SHORTCUTS_MSG: 'Tastenkürzel helfen Zeit zu sparen und erlauben die Arbeit nur mit der Tatstatur, s.d. Sie niemals die Hand von der Tastatur nehmen müßen, um die Maus zu bedienen.',
|
KEYBOARD_SHORTCUTS_MSG: 'Tastenkürzel helfen Zeit zu sparen und erlauben die Arbeit nur mit der Tatstatur, s.d. Sie niemals die Hand von der Tastatur nehmen müßen, um die Maus zu bedienen.',
|
||||||
COPY_AND_PASTE_TOPICS: 'Kopieren und Einsetzen von Themen',
|
COPY_AND_PASTE_TOPICS: 'Kopieren und Einsetzen von Themen',
|
||||||
MULTIPLE_LINES: 'Füge mehrer Textzeilen hinzu',
|
MULTIPLE_LINES: 'Füge mehrer Textzeilen hinzu',
|
||||||
|
BACK_TO_MAP_LIST: 'Zurück zur Kartenliste',
|
||||||
|
KEYBOARD_SHOTCUTS: 'Tastaturkürzel',
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1,46 +1,46 @@
|
|||||||
const ES = {
|
const ES = {
|
||||||
DISCARD_CHANGES: 'Descartar Cambios',
|
|
||||||
SAVE: 'Guardar',
|
|
||||||
INSERT: 'Insertar',
|
|
||||||
ZOOM_IN: 'Acercar',
|
ZOOM_IN: 'Acercar',
|
||||||
ZOOM_OUT: 'Alejar',
|
ZOOM_OUT: 'Alejar',
|
||||||
TOPIC_BORDER_COLOR: 'Color del Borde',
|
|
||||||
TOPIC_SHAPE: 'Forma del Tópico',
|
TOPIC_SHAPE: 'Forma del Tópico',
|
||||||
TOPIC_ADD: 'Agregar Tópico',
|
TOPIC_ADD: 'Agregar Tópico',
|
||||||
TOPIC_DELETE: 'Borrar Tópico',
|
TOPIC_DELETE: 'Borrar Tópico',
|
||||||
TOPIC_ICON: 'Agregar Icono',
|
TOPIC_ICON: 'Agregar Icono',
|
||||||
TOPIC_LINK: 'Agregar Enlace',
|
TOPIC_LINK: 'Agregar Enlace',
|
||||||
TOPIC_NOTE: 'Agregar Nota',
|
|
||||||
TOPIC_COLOR: 'Color Tópico',
|
|
||||||
TOPIC_RELATIONSHIP: 'Relación',
|
TOPIC_RELATIONSHIP: 'Relación',
|
||||||
|
TOPIC_COLOR: 'Color Tópico',
|
||||||
|
TOPIC_BORDER_COLOR: 'Color del Borde',
|
||||||
|
TOPIC_NOTE: 'Agregar Nota',
|
||||||
FONT_FAMILY: 'Tipo de Fuente',
|
FONT_FAMILY: 'Tipo de Fuente',
|
||||||
FONT_SIZE: 'Tamaño de Texto',
|
FONT_SIZE: 'Tamaño de Texto',
|
||||||
FONT_BOLD: 'Negrita',
|
FONT_BOLD: 'Negrita',
|
||||||
FONT_ITALIC: 'Italica',
|
FONT_ITALIC: 'Italica',
|
||||||
FONT_COLOR: 'Color de Texto',
|
|
||||||
UNDO: 'Rehacer',
|
UNDO: 'Rehacer',
|
||||||
|
REDO: 'Deshacer',
|
||||||
|
INSERT: 'Insertar',
|
||||||
|
SAVE: 'Guardar',
|
||||||
NOTE: 'Nota',
|
NOTE: 'Nota',
|
||||||
|
ADD_TOPIC: 'Agregar Tópico',
|
||||||
LOADING: 'Cargando ...',
|
LOADING: 'Cargando ...',
|
||||||
|
EXPORT: 'Exportar',
|
||||||
PRINT: 'Imprimir',
|
PRINT: 'Imprimir',
|
||||||
PUBLISH: 'Publicar',
|
PUBLISH: 'Publicar',
|
||||||
REDO: 'Deshacer',
|
|
||||||
ADD_TOPIC: 'Agregar Tópico',
|
|
||||||
COLLABORATE: 'Compartir',
|
COLLABORATE: 'Compartir',
|
||||||
EXPORT: 'Exportar',
|
|
||||||
HISTORY: 'Historial',
|
HISTORY: 'Historial',
|
||||||
SAVE_COMPLETE: 'Grabado Completo',
|
DISCARD_CHANGES: 'Descartar Cambios',
|
||||||
|
FONT_COLOR: 'Color de Texto',
|
||||||
SAVING: 'Grabando ...',
|
SAVING: 'Grabando ...',
|
||||||
ONE_TOPIC_MUST_BE_SELECTED: 'No ha sido posible crear un nuevo tópico. Al menos un tópico debe ser seleccionado.',
|
SAVE_COMPLETE: 'Grabado Completo',
|
||||||
|
ZOOM_IN_ERROR: 'El zoom es muy alto.',
|
||||||
|
ZOOM_ERROR: 'No es posible aplicar mas zoom.',
|
||||||
ONLY_ONE_TOPIC_MUST_BE_SELECTED: 'No ha sido posible crear un nuevo tópico. Sólo un tópico debe ser seleccionado.',
|
ONLY_ONE_TOPIC_MUST_BE_SELECTED: 'No ha sido posible crear un nuevo tópico. Sólo un tópico debe ser seleccionado.',
|
||||||
|
ONE_TOPIC_MUST_BE_SELECTED: 'No ha sido posible crear un nuevo tópico. Al menos un tópico debe ser seleccionado.',
|
||||||
|
ONLY_ONE_TOPIC_MUST_BE_SELECTED_COLLAPSE: 'Tópicos hijos no pueden ser colapsados. Sólo un tópico debe ser seleccionado.',
|
||||||
SAVE_COULD_NOT_BE_COMPLETED: 'Grabación no pudo ser completada. Intentelo mas tarde.',
|
SAVE_COULD_NOT_BE_COMPLETED: 'Grabación no pudo ser completada. Intentelo mas tarde.',
|
||||||
UNEXPECTED_ERROR_LOADING: 'Lo sentimos, un error inesperado ha ocurrido. Intentelo nuevamente recargando el editor. Si el problema persiste, contactenos a support@wisemapping.com.',
|
UNEXPECTED_ERROR_LOADING: 'Lo sentimos, un error inesperado ha ocurrido. Intentelo nuevamente recargando el editor. Si el problema persiste, contactenos a support@wisemapping.com.',
|
||||||
ZOOM_ERROR: 'No es posible aplicar mas zoom.',
|
|
||||||
ZOOM_IN_ERROR: 'El zoom es muy alto.',
|
|
||||||
MAIN_TOPIC: 'Tópico Principal',
|
MAIN_TOPIC: 'Tópico Principal',
|
||||||
SUB_TOPIC: 'Tópico Secundario',
|
SUB_TOPIC: 'Tópico Secundario',
|
||||||
ISOLATED_TOPIC: 'Tópico Aislado',
|
ISOLATED_TOPIC: 'Tópico Aislado',
|
||||||
CENTRAL_TOPIC: 'Tópico Central',
|
CENTRAL_TOPIC: 'Tópico Central',
|
||||||
ONLY_ONE_TOPIC_MUST_BE_SELECTED_COLLAPSE: 'Tópicos hijos no pueden ser colapsados. Sólo un tópico debe ser seleccionado.',
|
|
||||||
SHORTCUTS: 'Accesos directos',
|
SHORTCUTS: 'Accesos directos',
|
||||||
ENTITIES_COULD_NOT_BE_DELETED: 'El tópico o la relación no pudo ser borrada. Debe selecionar al menos una.',
|
ENTITIES_COULD_NOT_BE_DELETED: 'El tópico o la relación no pudo ser borrada. Debe selecionar al menos una.',
|
||||||
AT_LEAST_ONE_TOPIC_MUST_BE_SELECTED: 'Al menos un tópico debe ser seleccionado.',
|
AT_LEAST_ONE_TOPIC_MUST_BE_SELECTED: 'Al menos un tópico debe ser seleccionado.',
|
||||||
@ -55,6 +55,7 @@ const ES = {
|
|||||||
LINK: 'Enlace',
|
LINK: 'Enlace',
|
||||||
OPEN_LINK: 'Abrir Enlace',
|
OPEN_LINK: 'Abrir Enlace',
|
||||||
SESSION_EXPIRED: 'Su session ha expirado. Por favor, ingrese nuevamente.',
|
SESSION_EXPIRED: 'Su session ha expirado. Por favor, ingrese nuevamente.',
|
||||||
|
URL_ERROR: 'URL no válida',
|
||||||
ACTION: 'Acción',
|
ACTION: 'Acción',
|
||||||
CREATE_SIBLING_TOPIC: 'Agregar Tópico Hermano',
|
CREATE_SIBLING_TOPIC: 'Agregar Tópico Hermano',
|
||||||
CREATE_CHILD_TOPIC: 'Agregar Tópico Hijo',
|
CREATE_CHILD_TOPIC: 'Agregar Tópico Hijo',
|
||||||
@ -74,7 +75,10 @@ const ES = {
|
|||||||
DESELECT_ALL_TOPIC: 'Revertir Selección de Tópicos',
|
DESELECT_ALL_TOPIC: 'Revertir Selección de Tópicos',
|
||||||
COLLAPSE_CHILDREN: 'Colapsar Hijos',
|
COLLAPSE_CHILDREN: 'Colapsar Hijos',
|
||||||
KEYBOARD_SHORTCUTS_MSG: 'Los accesos directos pueden ayudarte a salvar tiempo permitiéndote no sacar las manos del teclado para usar el mouse.',
|
KEYBOARD_SHORTCUTS_MSG: 'Los accesos directos pueden ayudarte a salvar tiempo permitiéndote no sacar las manos del teclado para usar el mouse.',
|
||||||
|
COPY_AND_PASTE_TOPICS: 'Copier et coller les noeuds',
|
||||||
|
MULTIPLE_LINES: 'Ajouter plusieurs lignes de texte',
|
||||||
|
BACK_TO_MAP_LIST: 'Volver a la lista de mapas',
|
||||||
|
KEYBOARD_SHOTCUTS: 'Métodos abreviados de teclado',
|
||||||
};
|
};
|
||||||
|
|
||||||
export default ES;
|
export default ES;
|
||||||
|
@ -36,7 +36,7 @@ const FR = {
|
|||||||
ONE_TOPIC_MUST_BE_SELECTED: 'Impossible de créer un noeud. Un noeud parent doit être sélectionné au préalable.',
|
ONE_TOPIC_MUST_BE_SELECTED: 'Impossible de créer un noeud. Un noeud parent doit être sélectionné au préalable.',
|
||||||
ONLY_ONE_TOPIC_MUST_BE_SELECTED_COLLAPSE: 'Un noeud enfant ne peut pas être réduit. Un noeud doit être sélectionné.',
|
ONLY_ONE_TOPIC_MUST_BE_SELECTED_COLLAPSE: 'Un noeud enfant ne peut pas être réduit. Un noeud doit être sélectionné.',
|
||||||
SAVE_COULD_NOT_BE_COMPLETED: 'Enregistrement impossible. Essayer ultérieurement.',
|
SAVE_COULD_NOT_BE_COMPLETED: 'Enregistrement impossible. Essayer ultérieurement.',
|
||||||
UNEXPECTED_ERROR_LOADING: "Nous sommes désolés, une erreur vient de survenir.\nEssayez de recharger l'éditeur. Si le problème persiste, contactez-nous : support@wisemapping.com.",
|
UNEXPECTED_ERROR_LOADING: 'Nous sommes désolés, une erreur vient de survenir.\nEssayez de recharger l\'éditeur. Si le problème persiste, contactez-nous support@wisemapping.com.',
|
||||||
MAIN_TOPIC: 'Noeud titre principal',
|
MAIN_TOPIC: 'Noeud titre principal',
|
||||||
SUB_TOPIC: 'Noeud sous-titre',
|
SUB_TOPIC: 'Noeud sous-titre',
|
||||||
ISOLATED_TOPIC: 'Noeud isolé',
|
ISOLATED_TOPIC: 'Noeud isolé',
|
||||||
@ -48,11 +48,14 @@ const FR = {
|
|||||||
CENTRAL_TOPIC_CAN_NOT_BE_DELETED: 'Le noeud racine ne peut pas être effacé.',
|
CENTRAL_TOPIC_CAN_NOT_BE_DELETED: 'Le noeud racine ne peut pas être effacé.',
|
||||||
RELATIONSHIP_COULD_NOT_BE_CREATED: 'Impossible de créer relation. Un noeud parent doit être sélectionné au préalable.',
|
RELATIONSHIP_COULD_NOT_BE_CREATED: 'Impossible de créer relation. Un noeud parent doit être sélectionné au préalable.',
|
||||||
SELECTION_COPIED_TO_CLIPBOARD: 'Noeuds sélectionnés copiés dans le presse-papiers.',
|
SELECTION_COPIED_TO_CLIPBOARD: 'Noeuds sélectionnés copiés dans le presse-papiers.',
|
||||||
|
WRITE_YOUR_TEXT_HERE: 'Écrivez votre texte ici ...',
|
||||||
|
REMOVE: 'Supprimer',
|
||||||
ACCEPT: 'Accepter',
|
ACCEPT: 'Accepter',
|
||||||
CANCEL: 'Annuler',
|
CANCEL: 'Annuler',
|
||||||
REMOVE: 'Supprimer',
|
|
||||||
WRITE_YOUR_TEXT_HERE: 'Écrivez votre texte ici ...',
|
|
||||||
LINK: 'Lien',
|
LINK: 'Lien',
|
||||||
|
OPEN_LINK: 'Ouvrir le lien',
|
||||||
|
SESSION_EXPIRED: 'Votre session a expiré, veuillez vous reconnecter.',
|
||||||
|
URL_ERROR: 'URL non valide',
|
||||||
ACTION: 'Action',
|
ACTION: 'Action',
|
||||||
CREATE_SIBLING_TOPIC: 'Créer noeud même niveau',
|
CREATE_SIBLING_TOPIC: 'Créer noeud même niveau',
|
||||||
CREATE_CHILD_TOPIC: 'Créer noeud enfant',
|
CREATE_CHILD_TOPIC: 'Créer noeud enfant',
|
||||||
@ -74,7 +77,8 @@ const FR = {
|
|||||||
KEYBOARD_SHORTCUTS_MSG: 'Les raccourcis clavier vous font gagner du temps, en vous permettant de garder les mains sur le clavier sans utiliser la souris.',
|
KEYBOARD_SHORTCUTS_MSG: 'Les raccourcis clavier vous font gagner du temps, en vous permettant de garder les mains sur le clavier sans utiliser la souris.',
|
||||||
COPY_AND_PASTE_TOPICS: 'Copier et coller les noeuds',
|
COPY_AND_PASTE_TOPICS: 'Copier et coller les noeuds',
|
||||||
MULTIPLE_LINES: 'Ajouter plusieurs lignes de texte',
|
MULTIPLE_LINES: 'Ajouter plusieurs lignes de texte',
|
||||||
|
BACK_TO_MAP_LIST: 'Retour à la liste des cartes',
|
||||||
|
KEYBOARD_SHOTCUTS: 'Raccourcis clavier',
|
||||||
};
|
};
|
||||||
|
|
||||||
export default FR;
|
export default FR;
|
||||||
|
Loading…
Reference in New Issue
Block a user