diff --git a/src/src/i18n/de.json b/src/src/i18n/de.json index dbd31662d..74784ec4c 100644 --- a/src/src/i18n/de.json +++ b/src/src/i18n/de.json @@ -1555,5 +1555,7 @@ "write": "schreiben", "write operation": "schreiben", "wrongPassword": "Name oder Kennwort sind falsch", - "yesterday": "gestern" + "yesterday": "gestern", + "Select/Unselect all": "Alle auswählen/Auswahl aufheben", + "Update %s adapter(s)": "%s Adapter aktualisieren" } \ No newline at end of file diff --git a/src/src/i18n/en.json b/src/src/i18n/en.json index 71dde45f9..383882a6a 100644 --- a/src/src/i18n/en.json +++ b/src/src/i18n/en.json @@ -1555,5 +1555,7 @@ "write": "write", "write operation": "write", "wrongPassword": "Invalid username or password", - "yesterday": "yesterday" + "yesterday": "yesterday", + "Select/Unselect all": "Select/Unselect all", + "Update %s adapter(s)": "Update %s adapter(s)" } \ No newline at end of file diff --git a/src/src/i18n/es.json b/src/src/i18n/es.json index 2ffc8c928..2f912ab99 100644 --- a/src/src/i18n/es.json +++ b/src/src/i18n/es.json @@ -1555,5 +1555,7 @@ "write": "escribir", "write operation": "escribir", "wrongPassword": "usuario o contraseña invalido", - "yesterday": "ayer" + "yesterday": "ayer", + "Select/Unselect all": "Seleccionar/Desmarcar todo", + "Update %s adapter(s)": "Actualizar %s adaptador(es)" } \ No newline at end of file diff --git a/src/src/i18n/fr.json b/src/src/i18n/fr.json index 3978fb7da..0eaccfb70 100644 --- a/src/src/i18n/fr.json +++ b/src/src/i18n/fr.json @@ -1555,5 +1555,7 @@ "write": "écriture", "write operation": "écrire", "wrongPassword": "Nom d'utilisateur ou mot de passe invalide", - "yesterday": "hier" + "yesterday": "hier", + "Select/Unselect all": "Tout sélectionner/désélectionner", + "Update %s adapter(s)": "Mettre à jour le(s) adaptateur(s) %s" } \ No newline at end of file diff --git a/src/src/i18n/it.json b/src/src/i18n/it.json index c543eeb5b..434b5ce03 100644 --- a/src/src/i18n/it.json +++ b/src/src/i18n/it.json @@ -1555,5 +1555,7 @@ "write": "Scrivi", "write operation": "Scrivi", "wrongPassword": "Nome utente o password errati", - "yesterday": "Ieri" + "yesterday": "Ieri", + "Select/Unselect all": "Seleziona/Deseleziona tutto", + "Update %s adapter(s)": "Aggiorna %s adattatori" } \ No newline at end of file diff --git a/src/src/i18n/nl.json b/src/src/i18n/nl.json index 859081527..75be54f5d 100644 --- a/src/src/i18n/nl.json +++ b/src/src/i18n/nl.json @@ -1555,5 +1555,7 @@ "write": "schrijven", "write operation": "schrijven", "wrongPassword": "ongeldige gebruikersnaam of wachtwoord", - "yesterday": "gisteren" + "yesterday": "gisteren", + "Select/Unselect all": "Alles selecteren/deselecteren", + "Update %s adapter(s)": "%s adapter(s) bijwerken" } \ No newline at end of file diff --git a/src/src/i18n/pl.json b/src/src/i18n/pl.json index 21ccd23b1..1c41a5083 100644 --- a/src/src/i18n/pl.json +++ b/src/src/i18n/pl.json @@ -1555,5 +1555,7 @@ "write": "pisać", "write operation": "pisać", "wrongPassword": "Nieprawidłowa nazwa użytkownika lub hasło", - "yesterday": "wczoraj" + "yesterday": "wczoraj", + "Select/Unselect all": "Zaznacz/Odznacz wszystko", + "Update %s adapter(s)": "Zaktualizuj adapter(y) %s" } \ No newline at end of file diff --git a/src/src/i18n/pt.json b/src/src/i18n/pt.json index 6411733cb..5a1be27ff 100644 --- a/src/src/i18n/pt.json +++ b/src/src/i18n/pt.json @@ -1555,5 +1555,7 @@ "write": "escrever", "write operation": "escrever", "wrongPassword": "nome de usuário ou senha inválidos", - "yesterday": "ontem" + "yesterday": "ontem", + "Select/Unselect all": "Selecionar/desmarcar tudo", + "Update %s adapter(s)": "Atualizar %s adaptador(es)" } \ No newline at end of file diff --git a/src/src/i18n/ru.json b/src/src/i18n/ru.json index 77ecb9a53..61bf68840 100644 --- a/src/src/i18n/ru.json +++ b/src/src/i18n/ru.json @@ -1555,5 +1555,7 @@ "write": "писать", "write operation": "Писать", "wrongPassword": "Неверные имя пользователя или пароль", - "yesterday": "вчера" + "yesterday": "вчера", + "Select/Unselect all": "Выбрать/отменить выбор всего", + "Update %s adapter(s)": "Обновить %s адаптер(а/ов) " } \ No newline at end of file diff --git a/src/src/i18n/uk.json b/src/src/i18n/uk.json index 637898c0e..728c29e75 100644 --- a/src/src/i18n/uk.json +++ b/src/src/i18n/uk.json @@ -1555,5 +1555,7 @@ "write": "писати", "write operation": "писати", "wrongPassword": "Неправильне ім'я користувача або пароль", - "yesterday": "вчора" + "yesterday": "вчора", + "Select/Unselect all": "Вибрати/Скасувати вибір усіх", + "Update %s adapter(s)": "Оновити адаптер(и) %s" } \ No newline at end of file diff --git a/src/src/i18n/zh-cn.json b/src/src/i18n/zh-cn.json index 285bf1cb5..16882e00e 100644 --- a/src/src/i18n/zh-cn.json +++ b/src/src/i18n/zh-cn.json @@ -1555,5 +1555,7 @@ "write": "写", "write operation": "写", "wrongPassword": "用户名或密码无效", - "yesterday": "昨天" + "yesterday": "昨天", + "Select/Unselect all": "全选/取消全选", + "Update %s adapter(s)": "更新 %s 适配器" } \ No newline at end of file