- Add more resources...

This commit is contained in:
Paulo Gustavo Veiga
2012-07-11 23:04:30 -03:00
parent 35d91102d2
commit 99c2b813bc
8 changed files with 29 additions and 15 deletions

View File

@@ -515,7 +515,7 @@ mindplot.Designer = new Class({
var nodes = this.getModel().filterSelectedTopics();
if (nodes.length <= 0) {
// This could not happen ...
$notify("Could not create relationship. Parent relationship topic must be selected first.");
$notify($msg('RELATIONSHIP_COULD_NOT_BE_CREATED'));
return;
}

View File

@@ -35,7 +35,9 @@ $msg = function (key) {
if (!mindplot.Messages.__bundle) {
mindplot.Messages.init('en');
}
return mindplot.Messages.__bundle[key];
var msg = mindplot.Messages.__bundle[key];
return msg ? msg : key;
};
mindplot.Messages.BUNDLES = {
@@ -86,12 +88,13 @@ mindplot.Messages.BUNDLES = {
CENTRAL_TOPIC:'Central Topic',
ONLY_ONE_TOPIC_MUST_BE_SELECTED_COLLAPSE:'Children can not be collapsed. One topic must be selected.',
SHORTCUTS:'Keyboard Shortcuts',
// @Todo: pending ...
ENTITIES_COULD_NOT_BE_DELETED:'Could not delete topic or relation. At least one map entity must be selected.',
CENTRAL_TOPIC_CAN_NOT_BE_DELETED:'Central topic can not be deleted.',
SELECTION_COPIED_TO_CLIPBOARD:'Topics copied to the clipboard',
CLIPBOARD_IS_EMPTY:'Nothing to copy. Clipboard is empty'
CLIPBOARD_IS_EMPTY:'Nothing to copy. Clipboard is empty',
AT_LEAST_ONE_TOPIC_MUST_BE_SELECTED:'At least one topic must be selected.',
RELATIONSHIP_COULD_NOT_BE_CREATED:'Relationship could not be created. A parent relationship topic must be selected first.'
},
'es':{
DISCARD_CHANGES:'Descartar Cambios',
@@ -138,7 +141,14 @@ mindplot.Messages.BUNDLES = {
ISOLATED_TOPIC:'Tópico Aislado',
CENTRAL_TOPIC:'Tópico Central',
ONLY_ONE_TOPIC_MUST_BE_SELECTED_COLLAPSE:'Tópicos hijos no pueden ser colapsados. Solo un topic 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.',
CENTRAL_TOPIC_CAN_NOT_BE_DELETED:'El tópico central no puede ser borrado.',
SELECTION_COPIED_TO_CLIPBOARD:'Tópicos copiados al clipboard',
CLIPBOARD_IS_EMPTY:'Nada que copiar. Clipboard está vacio.',
AT_LEAST_ONE_TOPIC_MUST_BE_SELECTED:'Al menos un tópico debe ser seleccionado.',
RELATIONSHIP_COULD_NOT_BE_CREATED:'La relación no pudo ser creada. Una relación padre debe ser seleccionada primero.'
},
zh_cn:{
ZOOM_IN:'放大',

View File

@@ -48,5 +48,5 @@ ENTITIES_COULD_NOT_BE_DELETED=Could not delete topic or relation. At least one m
AT_LEAST_ONE_TOPIC_MUST_BE_SELECTED=At least one topic must be selected.
CLIPBOARD_IS_EMPTY=Nothing to copy. Clipboard is empty.
CENTRAL_TOPIC_CAN_NOT_BE_DELETED=Central topic can not be deleted.
MULTIPLE_LINES=Add multiple text lines.
COPY_AND_PASTE_TOPICS=Copy and Paste Topics
RELATIONSHIP_COULD_NOT_BE_CREATED=Relationship could not be created. A parent relationship topic must be selected first.
SELECTION_COPIED_TO_CLIPBOARD=Topics copied to the clipboard

View File

@@ -44,5 +44,9 @@ ISOLATED_TOPIC=Tópico Aislado
CENTRAL_TOPIC=Tópico Central
ONLY_ONE_TOPIC_MUST_BE_SELECTED_COLLAPSE=Tópicos hijos no pueden ser colapsados. Solo un topic debe ser seleccionado.
SHORTCUTS=Accesos directos
MULTIPLE_LINES=Add multilines text node
COPY_AND_PASTE_TOPICS=Copy Topics
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.
CLIPBOARD_IS_EMPTY=Nada que copiar. Clipboard está vacio.
CENTRAL_TOPIC_CAN_NOT_BE_DELETED=El tópico central no puede ser borrado.
RELATIONSHIP_COULD_NOT_BE_CREATED=La relación no pudo ser creada. Una relación padre debe ser seleccionada primero.
SELECTION_COPIED_TO_CLIPBOARD=Tópicos copiados al clipboard

View File

@@ -30,7 +30,6 @@ DISCARD_CHANGES=清除改变
FONT_COLOR=文本颜色
SAVING=保存中……
SAVE_COMPLETE=完成保存
ZOOM_IN_ERROR=缩放过多。
ZOOM_ERROR=不能再缩放。
ONLY_ONE_TOPIC_MUST_BE_SELECTED=不能创建节点。仅能选择一个节点。
@@ -43,5 +42,3 @@ SUB_TOPIC=子节点
ISOLATED_TOPIC=独立节点
CENTRAL_TOPIC=中心节点
SHORTCUTS=快捷键
MULTIPLE_LINES=Add multilines text node
COPY_AND_PASTE_TOPICS=Copy Topics

View File

@@ -43,5 +43,3 @@ SUB_TOPIC=子節點
ISOLATED_TOPIC=獨立節點
CENTRAL_TOPIC=中心節點
SHORTCUTS=快捷鍵
MULTIPLE_LINES=Add multilines text node
COPY_AND_PASTE_TOPICS=Copy Topics