mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-03 16:25:59 +00:00
Fix translations.
This commit is contained in:
parent
57138f7808
commit
3e3952136a
@ -5,7 +5,7 @@
|
|||||||
$g_lang["add_node"] = "Add vertex";
|
$g_lang["add_node"] = "Add vertex";
|
||||||
$g_lang["connect_nodes"] = "Connect vertexes";
|
$g_lang["connect_nodes"] = "Connect vertexes";
|
||||||
$g_lang["delete"] = "Remove object";
|
$g_lang["delete"] = "Remove object";
|
||||||
$g_lang["default"] = "Drad & drop";
|
$g_lang["default"] = "Drag";
|
||||||
$g_lang["short_path"] = "Find shortest path";
|
$g_lang["short_path"] = "Find shortest path";
|
||||||
$g_lang["save_direction_choose"] = "Save edge type";
|
$g_lang["save_direction_choose"] = "Save edge type";
|
||||||
$g_lang["edge_weight"] = "Edge weight";
|
$g_lang["edge_weight"] = "Edge weight";
|
||||||
|
@ -16,7 +16,7 @@ VerticesDegree.prototype = Object.create(BaseAlgorithm.prototype);
|
|||||||
|
|
||||||
VerticesDegree.prototype.getName = function(local)
|
VerticesDegree.prototype.getName = function(local)
|
||||||
{
|
{
|
||||||
return local == "ru" ? "Рассчитать степень вершин" : "Calculate vertices degree";
|
return local == "ru" ? "Рассчитать степень вершин" : "Calculate vertexes degree";
|
||||||
}
|
}
|
||||||
|
|
||||||
VerticesDegree.prototype.getId = function()
|
VerticesDegree.prototype.getId = function()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user