From e49a944cbe871773b15f83ee425b74bf9e808de1 Mon Sep 17 00:00:00 2001
From: kbeyro <121854496+kbeyro@users.noreply.github.com>
Date: Tue, 4 Jul 2023 10:41:53 +0200
Subject: [PATCH] add translation label
---
src/test/shell/data/i18n/de.json | 3 ++-
src/test/shell/data/i18n/en.json | 3 ++-
src/test/shell/data/i18n/fr.json | 3 ++-
src/test/shell/data/i18n/pl.json | 3 ++-
4 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/src/test/shell/data/i18n/de.json b/src/test/shell/data/i18n/de.json
index b69278086..4b37b9022 100644
--- a/src/test/shell/data/i18n/de.json
+++ b/src/test/shell/data/i18n/de.json
@@ -199,7 +199,8 @@
"ITEMS_PER_PAGE": "Users per page",
"GRANT_USER_ROLE_IN_CURRENT_DOMAIN_BUTTON": "Grant USER role",
"ADD_TO_DOMAIN_BUTTON": "Add user to domain",
- "GO_BACK_BUTTON": "Back"
+ "GO_BACK_BUTTON": "Back",
+ "SEARCH" : "Search users by their full email address"
},
"DOMAINS": {
"TITLE": "Domains",
diff --git a/src/test/shell/data/i18n/en.json b/src/test/shell/data/i18n/en.json
index 736d8a0d2..4484b4a51 100644
--- a/src/test/shell/data/i18n/en.json
+++ b/src/test/shell/data/i18n/en.json
@@ -199,7 +199,8 @@
"ITEMS_PER_PAGE": "Users per page",
"GRANT_USER_ROLE_IN_CURRENT_DOMAIN_BUTTON": "Grant USER role",
"ADD_TO_DOMAIN_BUTTON": "Add user to domain",
- "GO_BACK_BUTTON": "Back"
+ "GO_BACK_BUTTON": "Back",
+ "SEARCH" : "Search users by their full email address"
},
"DOMAINS": {
"TITLE": "Domains",
diff --git a/src/test/shell/data/i18n/fr.json b/src/test/shell/data/i18n/fr.json
index 45b316bbb..880288390 100644
--- a/src/test/shell/data/i18n/fr.json
+++ b/src/test/shell/data/i18n/fr.json
@@ -199,7 +199,8 @@
"ITEMS_PER_PAGE": "Users per page",
"GRANT_USER_ROLE_IN_CURRENT_DOMAIN_BUTTON": "Grant USER role",
"ADD_TO_DOMAIN_BUTTON": "Add user to domain",
- "GO_BACK_BUTTON": "Back"
+ "GO_BACK_BUTTON": "Back",
+ "SEARCH" : "Search users by their full email address"
},
"DOMAINS": {
"TITLE": "Organisation",
diff --git a/src/test/shell/data/i18n/pl.json b/src/test/shell/data/i18n/pl.json
index c4bc58b26..fbfdcd711 100644
--- a/src/test/shell/data/i18n/pl.json
+++ b/src/test/shell/data/i18n/pl.json
@@ -199,7 +199,8 @@
"ITEMS_PER_PAGE": "Ilość wyświetlanych uzytkowników na stronie",
"GRANT_USER_ROLE_IN_CURRENT_DOMAIN_BUTTON": "Nadaj rolę USER",
"ADD_TO_DOMAIN_BUTTON": "Dodaj użytkownika do domeny",
- "GO_BACK_BUTTON": "Wróć"
+ "GO_BACK_BUTTON": "Wróć",
+ "SEARCH" : "Wyszukaj użytkowników po całym adresie email"
},
"DOMAINS": {
"TITLE": "Domeny",
--
GitLab