diff --git a/frontend/src/i18n/bg.json b/frontend/src/i18n/bg.json index 1e3ab62..f058b0b 100644 --- a/frontend/src/i18n/bg.json +++ b/frontend/src/i18n/bg.json @@ -63,5 +63,9 @@ "Open collection": "Отвори колекция", "Load collection": "Зареждане на колекция", "Load coins": "Зареждане на монети", - "Request": "Заявка" + "Request": "Заявка", + "The server version is different from the application version": "Версията на сървъра не съвпада с версията на приложението", + "Check server settings": "Проверка на настройките на сървъра", + "Wrong response": "Грешен отговор", + "Server available": "Сървърът е наличен" } diff --git a/frontend/src/i18n/de.json b/frontend/src/i18n/de.json index f56d7f1..1b96080 100644 --- a/frontend/src/i18n/de.json +++ b/frontend/src/i18n/de.json @@ -63,5 +63,9 @@ "Open collection": "Sammlung öffnen", "Load collection": "Lade Sammlung", "Load coins": "Lade Münzen", - "Request": "Anfrage" + "Request": "Anfrage", + "The server version is different from the application version": "The server version is different from the application version", + "Check server settings": "Check server settings", + "Wrong response": "Wrong response", + "Server available": "Server available" } diff --git a/frontend/src/i18n/es.json b/frontend/src/i18n/es.json index 240a468..b56e745 100644 --- a/frontend/src/i18n/es.json +++ b/frontend/src/i18n/es.json @@ -63,5 +63,9 @@ "Open collection": "Abrir colección", "Load collection": "Cargar colección", "Load coins": "Cargar monedas", - "Request": "Solicitud" + "Request": "Solicitud", + "The server version is different from the application version": "The server version is different from the application version", + "Check server settings": "Check server settings", + "Wrong response": "Wrong response", + "Server available": "Server available" } diff --git a/frontend/src/i18n/it.json b/frontend/src/i18n/it.json index 53e3a01..52a2e9b 100644 --- a/frontend/src/i18n/it.json +++ b/frontend/src/i18n/it.json @@ -63,5 +63,9 @@ "Open collection": "Aprire collezione", "Load collection": "Carica la collezione", "Load coins": "Carica le monete", - "Request": "Richiesta" + "Request": "Richiesta", + "The server version is different from the application version": "La versione del server è diversa da quella dell'applicazione", + "Check server settings": "Controlla le impostazioni del server", + "Wrong response": "Risposta non corretta", + "Server available": "Server disponibile" } diff --git a/frontend/src/i18n/pt.json b/frontend/src/i18n/pt.json index 2ae0bc8..55156bb 100644 --- a/frontend/src/i18n/pt.json +++ b/frontend/src/i18n/pt.json @@ -63,5 +63,9 @@ "Open collection": "Abrir colecção", "Load collection": "Carregar colecção", "Load coins": "Carregar moedas", - "Request": "Pedir" + "Request": "Pedir", + "The server version is different from the application version": "A versão do servidor é diferente da versão da aplicação", + "Check server settings": "Verificar definições do servidor", + "Wrong response": "Resposta errada", + "Server available": "Servidor disponível" } diff --git a/frontend/src/i18n/ru.json b/frontend/src/i18n/ru.json index 078e8e7..6398b0f 100644 --- a/frontend/src/i18n/ru.json +++ b/frontend/src/i18n/ru.json @@ -63,5 +63,9 @@ "Open collection": "Открытие коллекции", "Load collection": "Загрузка коллекции", "Load coins": "Загрузка списка монет", - "Request": "Запрос" + "Request": "Запрос", + "The server version is different from the application version": "Версия сервера отличается от версии приложения", + "Check server settings": "Проверка настроек сервера", + "Wrong response": "Неверный ответ", + "Server available": "Сервер доступен" }