From 09776e9c8fa85c253f28c75361829dab5df4d978 Mon Sep 17 00:00:00 2001 From: KoalaSat Date: Wed, 2 Nov 2022 18:12:29 +0100 Subject: [PATCH] translations --- frontend/static/locales/en.json | 1 + frontend/static/locales/es.json | 1 + frontend/static/locales/ru.json | 1 + 3 files changed, 3 insertions(+) diff --git a/frontend/static/locales/en.json b/frontend/static/locales/en.json index edd0ee79..befdd3c0 100644 --- a/frontend/static/locales/en.json +++ b/frontend/static/locales/en.json @@ -357,6 +357,7 @@ "Messages": "Messages", "Verified signature by {{nickname}}": "Verified signature by {{nickname}}", "Cannot verify signature of {{nickname}}": "Cannot verify signature of {{nickname}}", + "Activate turtle mode (Use it when the connection is slow)": "Activate turtle mode (Use it when the connection is slow)", "CONTRACT BOX - TradeBox.js": "The Contract Box that guides users trough the whole trade pipeline", "Contract Box": "Contract Box", diff --git a/frontend/static/locales/es.json b/frontend/static/locales/es.json index a557695b..6e48d805 100644 --- a/frontend/static/locales/es.json +++ b/frontend/static/locales/es.json @@ -345,6 +345,7 @@ "Messages": "Mensajes", "Verified signature by {{nickname}}": "Firma de {{nickname}} verificada", "Cannot verify signature of {{nickname}}": "No se pudo verificar la firma de {{nickname}}", + "Activate turtle mode (Use it when the connection is slow)": "Activar modo tortuga (Úsalo cuando tu conexión es lenta)", "CONTRACT BOX - TradeBox.js": "The Contract Box that guides users trough the whole trade pipeline", "Contract Box": "Contrato", diff --git a/frontend/static/locales/ru.json b/frontend/static/locales/ru.json index 6737ef45..280e57e5 100644 --- a/frontend/static/locales/ru.json +++ b/frontend/static/locales/ru.json @@ -329,6 +329,7 @@ "Messages": "Сообщения", "Verified signature by {{nickname}}": "Проверенная подпись пользователя {{nickname}}", "Cannot verify signature of {{nickname}}": "Не удается проверить подпись {{nickname}}", + "Activate turtle mode (Use it when the connection is slow)": "Включить режим \"черепахи\" (Используйте при низкой скорости интернета)", "CONTRACT BOX - TradeBox.js": "The Contract Box that guides users trough the whole trade pipeline", "Contract Box": "Окно контракта",