You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/gephi-lite/src/locales/dev.json
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -258,12 +258,14 @@
258
258
"deprecated": {
259
259
"gexf_search_params": "The `gexf=` url params to open a graph file has been renamed as `file=` in version 0.4.0. Using gexf params is deprecated and might be removed in future version. Please use `file=` instead."
260
260
},
261
+
"IMPORT_BAD_FORMAT": "Extension {{extension}} for file {{fileName}} is not recognized",
262
+
"IMPORT_BAD_VERSION": "Your file is from an older version of Gephi-Lite ({{version}}) which is not compatible with the actual version",
261
263
"form": {
262
264
"field_already_exists": "The column with label \"{{label}}\" already uses the id \"{{id}}\".",
263
265
"required": "Field is required",
264
266
"unique": "Value must be unique, and a data with the same value already exist"
265
267
},
266
-
"message": "Sorry, we are working to make gephi-lite better, but bugs still happened...<br />It will help us if you can open an issue on GitHub with a description of what you were doing.",
268
+
"message": "Sorry, we are working to make Gephi-Lite better, but bugs still happened...<br />It will help us if you can open an issue on GitHub with a description of what you were doing.",
267
269
"not_found": {
268
270
"paragraph": "You may have mistyped the address or the page may have moved.",
269
271
"subtitle": "The page you were looking for doesn't exist.",
Copy file name to clipboardExpand all lines: packages/gephi-lite/src/locales/fr.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -280,6 +280,8 @@
280
280
"deprecated": {
281
281
"gexf_search_params": "Le paramètre d'URL `gexf=` pour ouvrir un fichier automatiquement a été renommé `file=` dans la version 0.4.0. Utiliser le paramètre gexf est déprécié, et pourrait ne plus fonctionner dans une version future. Veuillez utiliser `file=` à la place."
282
282
},
283
+
"IMPORT_BAD_FORMAT": "L'extension {{extension}} du fichier {{fileName}} n'est pas reconnue",
284
+
"IMPORT_BAD_VERSION": "Votre fichier provient d'une version précédente de Gephi-Lite ({{version}}) qui n'est pas compatible avec la version courante",
283
285
"form": {
284
286
"field_already_exists": "La colonne avec le label \"{{label}}\" utilise déjà l'identifiant \"{{id}}\".",
0 commit comments