diff --git a/lang/de/home.php b/lang/de/home.php index 34ab632..15b2429 100644 --- a/lang/de/home.php +++ b/lang/de/home.php @@ -167,6 +167,7 @@ $g_lang["min_spanning_tree_ignore_direction"] = "In time of calculation we have ignored the edges direction."; $g_lang["min_spanning_tree_graph_not_connected"] = "Graph is disconnected"; + // IsomorphismCheck.js $g_lang['select_first_graph_isomorphism_check'] = "Select first graph for isomorphic check. Click to any node of graph"; $g_lang['select_second_graph_isomorphism_check'] = "Select second graph for isomorphic check. Click to any node of graph"; $g_lang['select_first_graph_pattern_check'] = "Select a template graph by clicking to any node of graph"; @@ -180,6 +181,22 @@ $g_lang['graph_has_no_atleast_2_graphs'] = "To use the algorithm, you need to create 2 separate graphs"; $g_lang['isomorphism_check'] = "Check Graphs Isomorphism"; + // RadiusAndDiameter.js + $g_lang['graph_is_disconnected'] = "Graph is disconnected"; + $g_lang['graph_is_trivial'] = "Graph contains only one vertex"; + $g_lang['graph_radius'] = "Graph radius"; + $g_lang['graph_diameter'] = "Graph diameter"; + $g_lang['vertex_central'] = "Central"; + $g_lang['vertex_peripheral'] = "Peripheral"; + + // VerticesDegree.js + $g_lang['maximum_degree_of_graph'] = "The maximum degree of a graph is"; + + // Coloring.js + $g_lang['color_number'] = "Color number is"; + + $g_lang['done'] = "Done"; + $g_lang['action'] = "Actions"; $g_lang['common_edge_style'] = "Common edge style"; $g_lang['selected_edge_style'] = "Selected edge style"; diff --git a/lang/el/home.php b/lang/el/home.php index 041c814..51a056e 100644 --- a/lang/el/home.php +++ b/lang/el/home.php @@ -205,6 +205,7 @@ $g_lang["min_spanning_tree_ignore_direction"] = "Κατά τον υπολογισμό αγνοήσαμε την κατεύθυνση των ακμών."; $g_lang["min_spanning_tree_graph_not_connected"] = "Ο γράφος είναι μη συνδεδεμένος"; + // IsomorphismCheck.js $g_lang['select_first_graph_isomorphism_check'] = "Επιλέξτε τον πρώτο γράφο για έλεγχο ισομορφισμού. Κάντε κλικ σε οποιονδήποτε κόμβο"; $g_lang['select_second_graph_isomorphism_check'] = "Επιλέξτε τον δεύτερο κόμβο για έλεγχο ισομορφισμού. Κάντε κλικ σε οποινδήποτε κόμβο"; $g_lang['select_first_graph_pattern_check'] = "Επιλέξτε ένα πρότυπο γράφου κάνοντας κλικ σε οποιονδήποτε κόμβο."; @@ -218,6 +219,22 @@ $g_lang['graph_has_no_atleast_2_graphs'] = "Για να χρησιμοποιήσετε τον αλγόριθμο, πρέπει να δημιουργήσετε 2 ξεχωριστούς γράφους"; $g_lang['isomorphism_check'] = "Έλεγχος ισομορφισμού γράφων"; + // RadiusAndDiameter.js + $g_lang['graph_is_disconnected'] = "Graph is disconnected"; + $g_lang['graph_is_trivial'] = "Graph contains only one vertex"; + $g_lang['graph_radius'] = "Graph radius"; + $g_lang['graph_diameter'] = "Graph diameter"; + $g_lang['vertex_central'] = "Central"; + $g_lang['vertex_peripheral'] = "Peripheral"; + + // VerticesDegree.js + $g_lang['maximum_degree_of_graph'] = "The maximum degree of a graph is"; + + // Coloring.js + $g_lang['color_number'] = "Color number is"; + + $g_lang['done'] = "Done"; + $g_lang['action'] = "Actions"; $g_lang['common_edge_style'] = "Common edge style"; $g_lang['selected_edge_style'] = "Selected edge style"; diff --git a/lang/en/home.php b/lang/en/home.php index c9c2065..508e1c6 100755 --- a/lang/en/home.php +++ b/lang/en/home.php @@ -204,6 +204,7 @@ We have added Dutch translation 🇳🇱. Thank you Willie de Wit"; $g_lang["min_spanning_tree_ignore_direction"] = "In time of calculation we have ignored the edges direction."; $g_lang["min_spanning_tree_graph_not_connected"] = "Graph is disconnected"; + // IsomorphismCheck.js $g_lang['select_first_graph_isomorphism_check'] = "Select first graph for isomorphic check. Click to any node of graph"; $g_lang['select_second_graph_isomorphism_check'] = "Select second graph for isomorphic check. Click to any node of graph"; $g_lang['select_first_graph_pattern_check'] = "Select a template graph by clicking to any node of graph"; @@ -217,6 +218,22 @@ We have added Dutch translation 🇳🇱. Thank you Willie de Wit"; $g_lang['graph_has_no_atleast_2_graphs'] = "To use the algorithm, you need to create 2 separate graphs"; $g_lang['isomorphism_check'] = "Check Graphs Isomorphism"; + // RadiusAndDiameter.js + $g_lang['graph_is_disconnected'] = "Graph is disconnected"; + $g_lang['graph_is_trivial'] = "Graph contains only one vertex"; + $g_lang['graph_radius'] = "Graph radius"; + $g_lang['graph_diameter'] = "Graph diameter"; + $g_lang['vertex_central'] = "Central"; + $g_lang['vertex_peripheral'] = "Peripheral"; + + // VerticesDegree.js + $g_lang['maximum_degree_of_graph'] = "The maximum degree of a graph is"; + + // Coloring.js + $g_lang['color_number'] = "Color number is"; + + $g_lang['done'] = "Done"; + $g_lang['action'] = "Actions"; $g_lang['common_edge_style'] = "Common edge style"; $g_lang['selected_edge_style'] = "Selected edge style"; diff --git a/lang/es/home.php b/lang/es/home.php index 8672aca..6c2e4a4 100755 --- a/lang/es/home.php +++ b/lang/es/home.php @@ -204,6 +204,7 @@ Tenemos traducciones en griego 🇬🇷. = L('min_spanning_tree_ignore_direction')?>
= L('min_spanning_tree_graph_not_connected')?>
- += L('select_first_graph_isomorphism_check')?>
= L('select_second_graph_isomorphism_check')?>
= L('select_first_graph_pattern_check')?>
@@ -750,6 +750,22 @@= L('graph_has_no_atleast_2_graphs')?>
= L('isomorphism_check')?>
+ += L('graph_is_disconnected')?>
+= L('graph_is_trivial')?>
+= L('graph_radius')?>
+= L('graph_diameter')?>
+= L('vertex_central')?>
+= L('vertex_peripheral')?>
+ + += L('maximum_degree_of_graph')?>
+ + += L('color_number')?>
+ += L('done')?>
+= L('action')?>
= L('common_edge_style')?>
= L('selected_edge_style')?>