Merge "Delete hard-coding lines of locale"

This commit is contained in:
Zuul 2018-02-07 01:24:17 +00:00 committed by Gerrit Code Review
commit cf42e54485
1 changed files with 0 additions and 34 deletions

View File

@ -89,40 +89,6 @@
callback(data);
},
},
locales: {
en: {
edit: 'Edit',
del: 'Delete',
back: 'Back',
addNode: 'Add Node', // hided
addEdge: 'Connect',
editNode: 'Edit Node',
editEdge: 'Edit Connection', // hided
// All of following is not used.
addDescription: 'Click in an empty space to place a new node.',
edgeDescription: '',
editEdgeDescription: '',
createEdgeError: 'Cannot link edges to a cluster.',
deleteClusterError: 'Clusters cannot be deleted.',
editClusterError: 'Clusters cannot be edited.'
},
ja: {
edit: '編集',
del: 'このリソースを削除する',
back: '戻る',
addNode: 'Add Node', // hided
addEdge: 'リソースを接続',
editNode: 'Edit Node', // hided
editEdge: '接电脑端続を編集', // hided
// All of following is not used.
addDescription: 'Click in an empty space to place a new node.',
edgeDescription: 'Click on a node and drag the edge to another node to connect them.',
editEdgeDescription: 'Click on the control points and drag them to a node to connect to it.',
createEdgeError: 'Cannot link edges to a cluster.',
deleteClusterError: 'Clusters cannot be deleted.',
editClusterError: 'Clusters cannot be edited.'
},
},
};
$scope.click = function(params){