Browse Source

Merge branch 'develop' of https://github.com/almende/vis into develop

codeClimate
Yotam Berkowitz 8 years ago
parent
commit
c5dcf85b95
2 changed files with 25 additions and 1 deletions
  1. +6
    -0
      docs/timeline/index.html
  2. +19
    -1
      lib/network/locales.js

+ 6
- 0
docs/timeline/index.html View File

@ -895,6 +895,12 @@ function (option, path) {
<td>Orientation of the timeline items: 'top' or 'bottom' (default). Determines whether items are aligned to the top or bottom of the Timeline.</td>
</tr>
<tr>
<td>rtl</td>
<td>boolean</td>
<td><code>false</code></td>
<td>If true, the timeline will be right-to-left.</td>
</tr>
<tr>
<td>selectable</td>

+ 19
- 1
lib/network/locales.js View File

@ -90,4 +90,22 @@ exports['pt-br'] = {
};
exports['pt-BR'] = exports['pt-br'];
exports['pt_BR'] = exports['pt-br'];
exports['pt_br'] = exports['pt-br'];
exports['pt_br'] = exports['pt-br'];
// Russian
exports['ru'] = {
edit: 'Редактировать',
del: 'Удалить выбранное',
back: 'Назад',
addNode: 'Добавить узел',
addEdge: 'Добавить ребро',
editNode: 'Редактировать узел',
editEdge: 'Редактировать ребро',
addDescription: 'Кликните в свободное место, чтобы добавить новый узел.',
edgeDescription: 'Кликните на узел и протяните ребро к другому узлу, чтобы соединить их.',
editEdgeDescription: 'Кликните на контрольные точки и перетащите их в узел, чтобы подключиться к нему.',
createEdgeError: 'Невозможно соединить ребра в кластер.',
deleteClusterError: 'Кластеры не могут быть удалены',
editClusterError: 'Кластеры недоступны для редактирования.'
};
exports['ru_RU'] = exports['ru'];

Loading…
Cancel
Save