Add 18n support to the editor.

This commit is contained in:
Paulo Gustavo Veiga
2012-07-01 17:21:02 -03:00
parent cd46647602
commit 2757a5ddb4
16 changed files with 878 additions and 333 deletions

View File

@@ -0,0 +1,45 @@
ZOOM_IN=Zoom In
ZOOM_OUT=Zoom Out
TOPIC_SHAPE=Topic Shape
TOPIC_ADD=Add Topic
TOPIC_DELETE=Delete Topic
TOPIC_ICON=Add Icon
TOPIC_LINK=Add Link
TOPIC_RELATIONSHIP=Relationship
TOPIC_COLOR=Topic Color
TOPIC_BORDER_COLOR=Topic Border Color
TOPIC_NOTE=Add Note
FONT_FAMILY=Font Type
FONT_SIZE=Text Size
FONT_BOLD=Text Bold
FONT_ITALIC=Text Italic
UNDO_EDITION=Undo Edition
REDO_EDITION=Redo Edition
UNDO=Undo
REDO=Redo
INSERT=Insert
SAVE=Save
NOTE=Note
ADD_TOPIC=Add Topic
LOADING=Loading ...
EXPORT=Export
PRINT=Print
PUBLISH=Publish
COLLABORATE=Share
HISTORY=History
DISCARD_CHANGES=Discard Changes
FONT_COLOR=Text Color
SAVING=Saving ...
SAVE_COMPLETE=Save Complete
ZOOM_IN_ERROR=Zoom too high.
ZOOM_ERROR=No more zoom can be applied.
ONLY_ONE_TOPIC_MUST_BE_SELECTED=Could not create a topic. Only one node must be selected.
ONE_TOPIC_MUST_BE_SELECTED=Could not create a topic. One topic must be selected.
SAVE_COULD_NOT_BE_COMPLETED=Save could not be completed. Try latter.
UNEXPECTED_ERROR_LOADING=We're sorry, an unexpected error has occurred.\nTry again reloading the editor.If the problem persists, contact us to support@wisemapping.com.
MAIN_TOPIC=Main Topic
SUB_TOPIC=Sub Topic
ISOLATED_TOPIC=Isolated Topic
CENTRAL_TOPIC=Central Topic

View File

@@ -0,0 +1,41 @@
ZOOM_IN:'Zoom In',
ZOOM_OUT:'Zoom Out',
TOPIC_SHAPE:'Topic Shape',
TOPIC_ADD:'Add Topic',
TOPIC_DELETE:'Delete Topic',
TOPIC_ICON:'Add Icon',
TOPIC_LINK:'Add Link',
TOPIC_RELATIONSHIP:'Relationship',
TOPIC_COLOR:'Topic Color',
TOPIC_BORDER_COLOR:'Topic Border Color',
TOPIC_NOTE:'Add Note',
FONT_FAMILY:'Font Type',
FONT_SIZE:'Text Size',
FONT_BOLD:'Text Bold',
FONT_ITALIC:'Text Italic',
UNDO_EDITION:'Undo Edition',
REDO_EDITION:'Redo Edition',
UNDO:'Undo',
REDO:'Redo',
INSERT:'Insert',
SAVE:'Save',
NOTE:'Note',
ADD_TOPIC:'Add Topic',
LOADING:'Loading ...',
EXPORT:'Export',
PRINT:'Print',
PUBLISH:'Publish',
COLLABORATE:'Share',
HISTORY:'History',
DISCARD_CHANGES:'Discard Changes',
FONT_COLOR:'Text Color',
SAVING:'Saving ...',
SAVE_COMPLETE:'Save Complete',
ZOOM_IN_ERROR:'Zoom too high.',
ZOOM_ERROR:'No more zoom can be applied.',
ONLY_ONE_TOPIC_MUST_BE_SELECTED:'Could not create a topic. Only one node must be selected.',
ONE_TOPIC_MUST_BE_SELECTED:'Could not create a topic. One topic must be selected.',
SAVE_COULD_NOT_BE_COMPLETED:'Save could not be completed. Try latter.',
UNEXPECTED_ERROR_LOADING:'We're sorry, an unexected error has occurred. Try again realoading the editor.If the problem persists, contact us to <a href\='mailto\:support@wisemapping.com'>support@wisemapping.com</a>.',

View File

@@ -0,0 +1,46 @@
DISCARD_CHANGES=Descartar Cambios
SAVE=Guardar
INSERT=Insertar
ZOOM_IN=Acercar
ZOOM_OUT=Alejar
TOPIC_BORDER_COLOR=Color del Borde
TOPIC_SHAPE=Forma del Tópico
TOPIC_ADD=Agregar Tópico
TOPIC_DELETE=Borrar Tópico
TOPIC_ICON=Agregar Icono
TOPIC_LINK=Agregar Enlace
TOPIC_NOTE=Agregar Nota
TOPIC_COLOR=Color Tópico
TOPIC_RELATIONSHIP=Relación
FONT_FAMILY=Tipo de Fuente
FONT_SIZE=Tamaño de Texto
FONT_BOLD=Negrita
FONT_ITALIC=Italica
FONT_COLOR=Color de Texto
UNDO_EDITION=Undo Edition
REDO_EDITION=Redo Edition
UNDO=Rehacer
NOTE=Nota
LOADING=Cargando ...
PRINT=Imprimir
PUBLISH=Publicar
REDO=Deshacer
ADD_TOPIC=Agregar Tópico
COLLABORATE=Compartir
EXPORT=Exportar
HISTORY=History
SAVE_COMPLETE=Grabado Completo
SAVING=Grabando ...
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=No ha sido posible crear un nuevo tópico. Solo un tópico debe ser seleccionado.
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.
ZOOM_ERROR=No es posible aplicar mas zoom.
ZOOM_IN_ERROR=El zoom es muy alto.
MAIN_TOPIC=Tópico Principal
SUB_TOPIC=Tópico Secundario
ISOLATED_TOPIC=Tópico Aislado
CENTRAL_TOPIC=Tópico Central