diff --git a/src/test/shell/data/i18n/de.json b/src/test/shell/data/i18n/de.json index e3e42ed3373fd2480e3dc738c52d211d70ecabf9..7c918b109d911070d0c5acac3185ae8bb8c63495 100644 --- a/src/test/shell/data/i18n/de.json +++ b/src/test/shell/data/i18n/de.json @@ -1212,7 +1212,8 @@ "DOMAIN" : "Domain", "CHECK_STATE" : "Check state", "UPLOAD_TEXT" : "or enter CSV content below", - "DOWNLOAD_CSV" : "Download CSV" + "DOWNLOAD_CSV" : "Download CSV", + "REFRESH" : "Refresh states" }, "STATE" : { "PENDING" : "Pending", diff --git a/src/test/shell/data/i18n/en.json b/src/test/shell/data/i18n/en.json index 402870080081830944d824acd57dcd7f960ee538..b81160208ee64ef13c35eab767ffdc226d52662a 100644 --- a/src/test/shell/data/i18n/en.json +++ b/src/test/shell/data/i18n/en.json @@ -1215,7 +1215,8 @@ "DOMAIN" : "Domain", "CHECK_STATE" : "Check state", "UPLOAD_TEXT" : "or enter the csv content below", - "DOWNLOAD_CSV" : "Download CSV" + "DOWNLOAD_CSV" : "Download CSV", + "REFRESH" : "Refresh states" }, "STATE" : { "PENDING" : "Pending", diff --git a/src/test/shell/data/i18n/fr.json b/src/test/shell/data/i18n/fr.json index 48d78d0edb1d27885e14223d6ce88de858f37fd1..6804efd139fea4ad1f142a9bae2d29a080f1ff10 100644 --- a/src/test/shell/data/i18n/fr.json +++ b/src/test/shell/data/i18n/fr.json @@ -1213,7 +1213,8 @@ "DOMAIN" : "Domain", "CHECK_STATE" : "Check state", "UPLOAD_TEXT" : "or enter CSV content below", - "DOWNLOAD_CSV" : "Download CSV" + "DOWNLOAD_CSV" : "Download CSV", + "REFRESH" : "Refresh states" }, "STATE" : { "PENDING" : "Pending", diff --git a/src/test/shell/data/i18n/pl.json b/src/test/shell/data/i18n/pl.json index d27810427bfadc4d874d8c7f5a6703ab3084c6f5..f96811b72a60d63ad166508d6af86b80657bcb64 100644 --- a/src/test/shell/data/i18n/pl.json +++ b/src/test/shell/data/i18n/pl.json @@ -1214,7 +1214,8 @@ "DOMAIN" : "Domena", "CHECK_STATE" : "Sprawdź status", "UPLOAD_TEXT" : "lub podaj tekst w formacie CSV poniżej", - "DOWNLOAD_CSV" : "Pobierz CSV" + "DOWNLOAD_CSV" : "Pobierz CSV", + "REFRESH" : "Odśwież stany" }, "STATE" : { "PENDING" : "Oczekuje",