Skip to content
Snippets Groups Projects
Commit c4898229 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #12073 TIME 0:05 add var lang

parent d9bc7c49
No related branches found
No related tags found
No related merge requests found
......@@ -1448,4 +1448,6 @@ export const LANG_EN = {
"VIEW": "View",
"ERROR": "Error",
"systemActions": "System action(s)",
"viewAllHistory": "View all history",
"viewActionsHistory": "View only actions in history",
};
......@@ -1488,4 +1488,6 @@ export const LANG_FR = {
"VIEW": "Visualisation",
"ERROR": "Erreur",
"systemActions": "Événement(s) système",
"viewAllHistory": "Afficher tout l'historique",
"viewActionsHistory": "Afficher l'historique des actions",
};
......@@ -1473,4 +1473,6 @@ export const LANG_NL = {
"VIEW": "View", //_TO_TRANSLATE
"ERROR": "Error", //_TO_TRANSLATE
"systemActions": "System action(s)", //_TO_TRANSLATE
"viewAllHistory": "View all history", //_TO_TRANSLATE
"viewActionsHistory": "View only actions in history", //_TO_TRANSLATE
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment