From e83afea51be61cab90eb8188cfdc9b072074dbcc Mon Sep 17 00:00:00 2001 From: koalasat Date: Sun, 20 Oct 2024 02:36:45 +0200 Subject: [PATCH 1/4] Improve Robot recovery buttons --- frontend/src/basic/RobotPage/RobotProfile.tsx | 3 +-- frontend/src/basic/RobotPage/Welcome.tsx | 3 +-- frontend/src/components/Dialogs/NoRobot.tsx | 14 +++++++++++++- frontend/src/components/Dialogs/Recovery.tsx | 5 +++-- frontend/static/locales/ca.json | 2 -- frontend/static/locales/cs.json | 2 -- frontend/static/locales/de.json | 2 -- frontend/static/locales/en.json | 2 -- frontend/static/locales/es.json | 2 -- frontend/static/locales/eu.json | 2 -- frontend/static/locales/fr.json | 2 -- frontend/static/locales/it.json | 2 -- frontend/static/locales/ja.json | 2 -- frontend/static/locales/pl.json | 2 -- frontend/static/locales/pt.json | 2 -- frontend/static/locales/ru.json | 2 -- frontend/static/locales/sv.json | 2 -- frontend/static/locales/sw.json | 2 -- frontend/static/locales/th.json | 2 -- frontend/static/locales/zh-SI.json | 2 -- frontend/static/locales/zh-TR.json | 2 -- 21 files changed, 18 insertions(+), 41 deletions(-) diff --git a/frontend/src/basic/RobotPage/RobotProfile.tsx b/frontend/src/basic/RobotPage/RobotProfile.tsx index df7c3fbe..7a34dd6c 100644 --- a/frontend/src/basic/RobotPage/RobotProfile.tsx +++ b/frontend/src/basic/RobotPage/RobotProfile.tsx @@ -323,8 +323,7 @@ const RobotProfile = ({ diff --git a/frontend/src/components/Dialogs/Recovery.tsx b/frontend/src/components/Dialogs/Recovery.tsx index c6fd62fe..32665ea7 100644 --- a/frontend/src/components/Dialogs/Recovery.tsx +++ b/frontend/src/components/Dialogs/Recovery.tsx @@ -56,8 +56,9 @@ const RecoveryDialog = ({ setInputToken, setView }: Props): JSX.Element => { {t('Enter your robot token to re-build your robot and gain access to its trades.')} - + { onClick={onClickRecover} >
- {t('Recover')} + {t('Recovery')} diff --git a/frontend/static/locales/ca.json b/frontend/static/locales/ca.json index f4966612..e9175ff9 100644 --- a/frontend/static/locales/ca.json +++ b/frontend/static/locales/ca.json @@ -305,7 +305,6 @@ "Back": "Tornar", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Visitaràs la pàgina Learn RoboSats. Ha estat construïda per la comunitat i conté tutorials i documentació que t'ajudarà a aprendre como s'utilitza RoboSats i a entendre com funciona.", "#27": "Phrases in components/Dialogs/NoRobot.tsx", - "Generate Robot": "Generar Robot", "Generate a robot avatar first. Then create your own order.": "Primer genera un avatar de robot. A continuació, crea la teva pròpia oferta.", "You do not have a robot avatar": "No tens un avatar robot", "#28": "Phrases in components/Dialogs/Profile.tsx", @@ -315,7 +314,6 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Introdueix el teu token per reconstruir el teu robot i accedir a les seves operacions.", "Paste token here": "Enganxa el token aquí", - "Recover": "Recuperar", "Robot recovery": "Recuperació de Robots", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "Guarda-ho!", diff --git a/frontend/static/locales/cs.json b/frontend/static/locales/cs.json index 87d1bee4..c8a5b79c 100644 --- a/frontend/static/locales/cs.json +++ b/frontend/static/locales/cs.json @@ -305,7 +305,6 @@ "Back": "Zpět", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Chystáš se navštívit výukovou stránku RoboSats. Stránka obsahuje tutoriály a dokumentaci, které ti pomohou pochopit jak funguje RoboSats.", "#27": "Phrases in components/Dialogs/NoRobot.tsx", - "Generate Robot": "Generovat Robota", "Generate a robot avatar first. Then create your own order.": "Generate a robot avatar first. Then create your own order.", "You do not have a robot avatar": "Nemáš robota a avatar", "#28": "Phrases in components/Dialogs/Profile.tsx", @@ -315,7 +314,6 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Enter your robot token to re-build your robot and gain access to its trades.", "Paste token here": "Paste token here", - "Recover": "Recover", "Robot recovery": "Robot recovery", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "Zálohuj to!", diff --git a/frontend/static/locales/de.json b/frontend/static/locales/de.json index 42197cc9..1d688e81 100644 --- a/frontend/static/locales/de.json +++ b/frontend/static/locales/de.json @@ -305,7 +305,6 @@ "Back": "Zurück", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Du bist dabei die Website 'lerne RoboSats kennen' zu besuchen. Hier findest du Tutorials und Dokumentationen, die dir helfen RoboSats zu benutzen und zu verstehen wie es funktioniert.", "#27": "Phrases in components/Dialogs/NoRobot.tsx", - "Generate Robot": "Roboter generieren", "Generate a robot avatar first. Then create your own order.": "Generate a robot avatar first. Then create your own order.", "You do not have a robot avatar": "Du hast keinen Roboter-Avatar", "#28": "Phrases in components/Dialogs/Profile.tsx", @@ -315,7 +314,6 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Enter your robot token to re-build your robot and gain access to its trades.", "Paste token here": "Paste token here", - "Recover": "Recover", "Robot recovery": "Robot recovery", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "Speicher ihn ab!", diff --git a/frontend/static/locales/en.json b/frontend/static/locales/en.json index f1d7089d..2f334cdb 100644 --- a/frontend/static/locales/en.json +++ b/frontend/static/locales/en.json @@ -305,7 +305,6 @@ "Back": "Back", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.", "#27": "Phrases in components/Dialogs/NoRobot.tsx", - "Generate Robot": "Generate Robot", "Generate a robot avatar first. Then create your own order.": "Generate a robot avatar first. Then create your own order.", "You do not have a robot avatar": "You do not have a robot avatar", "#28": "Phrases in components/Dialogs/Profile.tsx", @@ -315,7 +314,6 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Enter your robot token to re-build your robot and gain access to its trades.", "Paste token here": "Paste token here", - "Recover": "Recover", "Robot recovery": "Robot recovery", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "Back it up!", diff --git a/frontend/static/locales/es.json b/frontend/static/locales/es.json index fc642aee..c19c9a3f 100644 --- a/frontend/static/locales/es.json +++ b/frontend/static/locales/es.json @@ -305,7 +305,6 @@ "Back": "Volver", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Vas a visitar la página Learn RoboSats. Ha sido construida por la comunidad y contiene tutoriales y documentación que te ayudará a aprender cómo se usa RoboSats y a entender cómo funciona.", "#27": "Phrases in components/Dialogs/NoRobot.tsx", - "Generate Robot": "Generar Robot", "Generate a robot avatar first. Then create your own order.": "Primero genera un robot avatar. Después crea tu propia orden.", "You do not have a robot avatar": "No tienes un avatar robot", "#28": "Phrases in components/Dialogs/Profile.tsx", @@ -315,7 +314,6 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Escribe o pega el token de tu robot token para reconstruirlo y acceder a tus operaciones.", "Paste token here": "Pega aquí el token", - "Recover": "Recuperar", "Robot recovery": "Recupera tu robot", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "¡Guárdalo!", diff --git a/frontend/static/locales/eu.json b/frontend/static/locales/eu.json index c0e56620..c1935abb 100644 --- a/frontend/static/locales/eu.json +++ b/frontend/static/locales/eu.json @@ -305,7 +305,6 @@ "Back": "Atzera", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Learn Robosats bisitatu behar duzu. Bertan, Robosats erabiltzen ikasteko eta nola dabilen ulertzeko tutorialak eta dokumentazioa aurkituko dituzu.", "#27": "Phrases in components/Dialogs/NoRobot.tsx", - "Generate Robot": "Robota sortu", "Generate a robot avatar first. Then create your own order.": "Generate a robot avatar first. Then create your own order.", "You do not have a robot avatar": "Ez daukazu robot avatarrik", "#28": "Phrases in components/Dialogs/Profile.tsx", @@ -315,7 +314,6 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Enter your robot token to re-build your robot and gain access to its trades.", "Paste token here": "Paste token here", - "Recover": "Recover", "Robot recovery": "Robot recovery", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "Gorde ezazu!", diff --git a/frontend/static/locales/fr.json b/frontend/static/locales/fr.json index ce60d20f..0536d0c9 100644 --- a/frontend/static/locales/fr.json +++ b/frontend/static/locales/fr.json @@ -305,7 +305,6 @@ "Back": "Retour", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Vous êtes sur le point de visiter Learn RoboSats. Il héberge des tutoriels et de la documentation pour vous aider à apprendre à utiliser RoboSats et à comprendre son fonctionnement.", "#27": "Phrases in components/Dialogs/NoRobot.tsx", - "Generate Robot": "Générer un robot", "Generate a robot avatar first. Then create your own order.": "Créez d'abord un avatar de robot. Créez ensuite votre propre commande.", "You do not have a robot avatar": "Vous n'avez pas d'avatar robot", "#28": "Phrases in components/Dialogs/Profile.tsx", @@ -315,7 +314,6 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Saisissez votre jeton de robot pour reconstruire votre robot et accéder à ses transactions.", "Paste token here": "Coller le jeton ici", - "Recover": "Récupérer", "Robot recovery": "Récupération du robot", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "Sauvegardez!", diff --git a/frontend/static/locales/it.json b/frontend/static/locales/it.json index a7cc0859..000a0639 100644 --- a/frontend/static/locales/it.json +++ b/frontend/static/locales/it.json @@ -305,7 +305,6 @@ "Back": "Indietro", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Stai per visitare la pagina Learn RoboSats. Troverai tutorial e documentazione per aiutarti ad imparare a usare RoboSats e capire come funziona.", "#27": "Phrases in components/Dialogs/NoRobot.tsx", - "Generate Robot": "Genera un Robot", "Generate a robot avatar first. Then create your own order.": "Genera prima un avatar per il tuo robot. Poi crea il tuo ordine.", "You do not have a robot avatar": "Non hai un avatar per il tuo robot", "#28": "Phrases in components/Dialogs/Profile.tsx", @@ -315,7 +314,6 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Inserisci il token del tuo robot per ricostruirlo ed ottenere l'accesso ai suoi scambi.", "Paste token here": "Incolla il token qui", - "Recover": "Recupera", "Robot recovery": "Recupera robot", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "Salvalo!", diff --git a/frontend/static/locales/ja.json b/frontend/static/locales/ja.json index c55a674c..6bf21138 100644 --- a/frontend/static/locales/ja.json +++ b/frontend/static/locales/ja.json @@ -305,7 +305,6 @@ "Back": "戻る", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "「Learn RoboSats」学習ページにアクセスしようとしています。RoboSatsの使い方を学び、動作原理を理解するためのチュートリアルとドキュメントが提供されています。", "#27": "Phrases in components/Dialogs/NoRobot.tsx", - "Generate Robot": "ロボットを生成する", "Generate a robot avatar first. Then create your own order.": "最初にロボットアバターを生成してください。次に自分のオーダーを作成してください。", "You do not have a robot avatar": "ロボットのアバターがありません", "#28": "Phrases in components/Dialogs/Profile.tsx", @@ -315,7 +314,6 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "取引にアクセスするために、ロボットのトークンを入力してロボットを再生成してください。", "Paste token here": "ここにトークンを貼り付けてください", - "Recover": "復元する", "Robot recovery": "ロボットの復元", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "バックアップを取ってください!", diff --git a/frontend/static/locales/pl.json b/frontend/static/locales/pl.json index 4314c78d..645f8162 100644 --- a/frontend/static/locales/pl.json +++ b/frontend/static/locales/pl.json @@ -305,7 +305,6 @@ "Back": "Z powrotem", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.", "#27": "Phrases in components/Dialogs/NoRobot.tsx", - "Generate Robot": "Generuj robota", "Generate a robot avatar first. Then create your own order.": "Generate a robot avatar first. Then create your own order.", "You do not have a robot avatar": "You do not have a robot avatar", "#28": "Phrases in components/Dialogs/Profile.tsx", @@ -315,7 +314,6 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Enter your robot token to re-build your robot and gain access to its trades.", "Paste token here": "Paste token here", - "Recover": "Recover", "Robot recovery": "Robot recovery", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "Utwórz kopię zapasową!", diff --git a/frontend/static/locales/pt.json b/frontend/static/locales/pt.json index 039ae042..89055426 100644 --- a/frontend/static/locales/pt.json +++ b/frontend/static/locales/pt.json @@ -305,7 +305,6 @@ "Back": "Voltar", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Você está prestes a visitar o \"Learn RoboSats\"(Aprender sobre o RoboSats). Ele hospeda tutoriais e documentação para ajudá-lo a aprender como usar o RoboSats e entender como funciona.", "#27": "Phrases in components/Dialogs/NoRobot.tsx", - "Generate Robot": "Gerar robô", "Generate a robot avatar first. Then create your own order.": "Gerar um avatar de robô primeiro. Em seguida, crie sua própria ordem.", "You do not have a robot avatar": "Você não tem um avatar de robô", "#28": "Phrases in components/Dialogs/Profile.tsx", @@ -315,7 +314,6 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Entre com seu token de robô para reconstruir seu robô e ganhar acesso às suas negociações.", "Paste token here": "Cole o token aqui", - "Recover": "Recuperar", "Robot recovery": "Recuperação de robô", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "Apóia-la!", diff --git a/frontend/static/locales/ru.json b/frontend/static/locales/ru.json index bbb75682..4a78bee0 100644 --- a/frontend/static/locales/ru.json +++ b/frontend/static/locales/ru.json @@ -305,7 +305,6 @@ "Back": "Назад", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Вы собираетесь посетить Learn RoboSats. На нём размещены учебные пособия и документация, которые помогут Вам научиться использовать RoboSats и понять, как он работает.", "#27": "Phrases in components/Dialogs/NoRobot.tsx", - "Generate Robot": "Создать Робота", "Generate a robot avatar first. Then create your own order.": "Сначала создайте аватар робота. Затем создайте свой ордер.", "You do not have a robot avatar": "У Вас нет аватара робота", "#28": "Phrases in components/Dialogs/Profile.tsx", @@ -315,7 +314,6 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Введите токен своего робота, чтобы восстанавить своего робота и получить доступ к его сделкам.", "Paste token here": "Вставте токен сюда", - "Recover": "Восстановить", "Robot recovery": "Восстановление робота", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "Сохраните его!", diff --git a/frontend/static/locales/sv.json b/frontend/static/locales/sv.json index 8b00af68..c65d1b6e 100644 --- a/frontend/static/locales/sv.json +++ b/frontend/static/locales/sv.json @@ -305,7 +305,6 @@ "Back": "Tillbaka", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Du är på på väg att besöka Learn RoboSats. Där finns guider och dokumentation som hjälper dig att använda RoboSats och förstå hur det fungerar.", "#27": "Phrases in components/Dialogs/NoRobot.tsx", - "Generate Robot": "Generera Robot", "Generate a robot avatar first. Then create your own order.": "Generate a robot avatar first. Then create your own order.", "You do not have a robot avatar": "Du har ingen robotavatar", "#28": "Phrases in components/Dialogs/Profile.tsx", @@ -315,7 +314,6 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Enter your robot token to re-build your robot and gain access to its trades.", "Paste token here": "Paste token here", - "Recover": "Recover", "Robot recovery": "Robot recovery", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "Spara den!", diff --git a/frontend/static/locales/sw.json b/frontend/static/locales/sw.json index 69f152cd..3360797b 100644 --- a/frontend/static/locales/sw.json +++ b/frontend/static/locales/sw.json @@ -305,7 +305,6 @@ "Back": "Nyuma", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Unaenda kutembelea Jifunze RoboSats. Ina mafunzo na nyaraka za kukusaidia kujifunza jinsi ya kutumia RoboSats na kuelewa jinsi inavyofanya kazi.", "#27": "Phrases in components/Dialogs/NoRobot.tsx", - "Generate Robot": "Zalisha Roboti", "Generate a robot avatar first. Then create your own order.": "Zalisha picha ya mwakilishi wa roboti kwanza. Kisha tengeneza amri yako mwenyewe.", "You do not have a robot avatar": "Huna picha ya mwakilishi wa roboti", "#28": "Phrases in components/Dialogs/Profile.tsx", @@ -315,7 +314,6 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Ingiza alama ya roboti yako ili kuirekebisha roboti yako na kupata ufikiaji wa biashara zake.", "Paste token here": "Bandika alama hapa", - "Recover": "Rejesha", "Robot recovery": "Kurejesha roboti", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "Fanya nakala rudufu!", diff --git a/frontend/static/locales/th.json b/frontend/static/locales/th.json index 58afd9dc..5c85646a 100644 --- a/frontend/static/locales/th.json +++ b/frontend/static/locales/th.json @@ -305,7 +305,6 @@ "Back": "กลับ", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "คุณกำลังเข้าสู่หน้าการเรียนรู้การใช้งาน RoboSats คุณสามารถศึกษาวิธีการใช้งานแพล้ตฟอร์มและทำความเข้าใจการทำงานของแพล้ตฟอร์มได้ที่นี่", "#27": "Phrases in components/Dialogs/NoRobot.tsx", - "Generate Robot": "สร้างโรบอทใหม่", "Generate a robot avatar first. Then create your own order.": "Generate a robot avatar first. Then create your own order.", "You do not have a robot avatar": "คุณไม่มีโรบอท", "#28": "Phrases in components/Dialogs/Profile.tsx", @@ -315,7 +314,6 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Enter your robot token to re-build your robot and gain access to its trades.", "Paste token here": "Paste token here", - "Recover": "Recover", "Robot recovery": "Robot recovery", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "อย่าลืมบันทึก!", diff --git a/frontend/static/locales/zh-SI.json b/frontend/static/locales/zh-SI.json index cfdacbb8..c6279d0a 100644 --- a/frontend/static/locales/zh-SI.json +++ b/frontend/static/locales/zh-SI.json @@ -305,7 +305,6 @@ "Back": "返回", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "你即将访问学习 RoboSats 页面。此页面提供教程和说明书,以帮助你学习如何使用 RoboSats 并了解它的功能。", "#27": "Phrases in components/Dialogs/NoRobot.tsx", - "Generate Robot": "生成机器人", "Generate a robot avatar first. Then create your own order.": "请先生成一个机器人头像,然后创建你自己的订单。", "You do not have a robot avatar": "你没有机器人头像", "#28": "Phrases in components/Dialogs/Profile.tsx", @@ -315,7 +314,6 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "输入你的机器人令牌来重造你的机器人并访问它的交易。", "Paste token here": "在此粘贴令牌", - "Recover": "恢复", "Robot recovery": "恢复机器人", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "请备份!", diff --git a/frontend/static/locales/zh-TR.json b/frontend/static/locales/zh-TR.json index 6094684f..8a7e65e4 100644 --- a/frontend/static/locales/zh-TR.json +++ b/frontend/static/locales/zh-TR.json @@ -305,7 +305,6 @@ "Back": "返回", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "你即將訪問學習 RoboSats 頁面。此頁面提供教程和說明書,以幫助你學習如何使用 RoboSats 並了解它的功能。", "#27": "Phrases in components/Dialogs/NoRobot.tsx", - "Generate Robot": "生成機器人", "Generate a robot avatar first. Then create your own order.": "請先生成一個機器人頭像,然後創建你自己的訂單。", "You do not have a robot avatar": "你沒有機器人頭像", "#28": "Phrases in components/Dialogs/Profile.tsx", @@ -315,7 +314,6 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "輸入你的機器人領牌來重造你的機器人並訪問它的交易。", "Paste token here": "在此粘貼領牌", - "Recover": "恢復", "Robot recovery": "恢復機器人", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "請備份!", From c7128d142f2e97f351c21f13149735b4c0221c96 Mon Sep 17 00:00:00 2001 From: koalasat Date: Sun, 20 Oct 2024 02:37:10 +0200 Subject: [PATCH 2/4] Improve Robot recovery buttons --- frontend/src/components/Dialogs/Recovery.tsx | 2 +- frontend/static/locales/ca.json | 1 + frontend/static/locales/cs.json | 1 + frontend/static/locales/de.json | 1 + frontend/static/locales/en.json | 1 + frontend/static/locales/es.json | 1 + frontend/static/locales/eu.json | 1 + frontend/static/locales/fr.json | 1 + frontend/static/locales/it.json | 1 + frontend/static/locales/ja.json | 1 + frontend/static/locales/pl.json | 1 + frontend/static/locales/pt.json | 1 + frontend/static/locales/ru.json | 1 + frontend/static/locales/sv.json | 1 + frontend/static/locales/sw.json | 1 + frontend/static/locales/th.json | 1 + frontend/static/locales/zh-SI.json | 1 + frontend/static/locales/zh-TR.json | 1 + 18 files changed, 18 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/Dialogs/Recovery.tsx b/frontend/src/components/Dialogs/Recovery.tsx index 32665ea7..b97f6d5d 100644 --- a/frontend/src/components/Dialogs/Recovery.tsx +++ b/frontend/src/components/Dialogs/Recovery.tsx @@ -75,7 +75,7 @@ const RecoveryDialog = ({ setInputToken, setView }: Props): JSX.Element => { onClick={onClickRecover} >
- {t('Recovery')} + {t('Recover')} diff --git a/frontend/static/locales/ca.json b/frontend/static/locales/ca.json index e9175ff9..db668bf1 100644 --- a/frontend/static/locales/ca.json +++ b/frontend/static/locales/ca.json @@ -314,6 +314,7 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Introdueix el teu token per reconstruir el teu robot i accedir a les seves operacions.", "Paste token here": "Enganxa el token aquí", + "Recover": "Recover", "Robot recovery": "Recuperació de Robots", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "Guarda-ho!", diff --git a/frontend/static/locales/cs.json b/frontend/static/locales/cs.json index c8a5b79c..2e36f57c 100644 --- a/frontend/static/locales/cs.json +++ b/frontend/static/locales/cs.json @@ -314,6 +314,7 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Enter your robot token to re-build your robot and gain access to its trades.", "Paste token here": "Paste token here", + "Recover": "Recover", "Robot recovery": "Robot recovery", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "Zálohuj to!", diff --git a/frontend/static/locales/de.json b/frontend/static/locales/de.json index 1d688e81..28f34435 100644 --- a/frontend/static/locales/de.json +++ b/frontend/static/locales/de.json @@ -314,6 +314,7 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Enter your robot token to re-build your robot and gain access to its trades.", "Paste token here": "Paste token here", + "Recover": "Recover", "Robot recovery": "Robot recovery", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "Speicher ihn ab!", diff --git a/frontend/static/locales/en.json b/frontend/static/locales/en.json index 2f334cdb..58f27496 100644 --- a/frontend/static/locales/en.json +++ b/frontend/static/locales/en.json @@ -314,6 +314,7 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Enter your robot token to re-build your robot and gain access to its trades.", "Paste token here": "Paste token here", + "Recover": "Recover", "Robot recovery": "Robot recovery", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "Back it up!", diff --git a/frontend/static/locales/es.json b/frontend/static/locales/es.json index c19c9a3f..81eed440 100644 --- a/frontend/static/locales/es.json +++ b/frontend/static/locales/es.json @@ -314,6 +314,7 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Escribe o pega el token de tu robot token para reconstruirlo y acceder a tus operaciones.", "Paste token here": "Pega aquí el token", + "Recover": "Recover", "Robot recovery": "Recupera tu robot", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "¡Guárdalo!", diff --git a/frontend/static/locales/eu.json b/frontend/static/locales/eu.json index c1935abb..f41fb8e8 100644 --- a/frontend/static/locales/eu.json +++ b/frontend/static/locales/eu.json @@ -314,6 +314,7 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Enter your robot token to re-build your robot and gain access to its trades.", "Paste token here": "Paste token here", + "Recover": "Recover", "Robot recovery": "Robot recovery", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "Gorde ezazu!", diff --git a/frontend/static/locales/fr.json b/frontend/static/locales/fr.json index 0536d0c9..f6739a4b 100644 --- a/frontend/static/locales/fr.json +++ b/frontend/static/locales/fr.json @@ -314,6 +314,7 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Saisissez votre jeton de robot pour reconstruire votre robot et accéder à ses transactions.", "Paste token here": "Coller le jeton ici", + "Recover": "Recover", "Robot recovery": "Récupération du robot", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "Sauvegardez!", diff --git a/frontend/static/locales/it.json b/frontend/static/locales/it.json index 000a0639..49c9778e 100644 --- a/frontend/static/locales/it.json +++ b/frontend/static/locales/it.json @@ -314,6 +314,7 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Inserisci il token del tuo robot per ricostruirlo ed ottenere l'accesso ai suoi scambi.", "Paste token here": "Incolla il token qui", + "Recover": "Recover", "Robot recovery": "Recupera robot", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "Salvalo!", diff --git a/frontend/static/locales/ja.json b/frontend/static/locales/ja.json index 6bf21138..23bd4255 100644 --- a/frontend/static/locales/ja.json +++ b/frontend/static/locales/ja.json @@ -314,6 +314,7 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "取引にアクセスするために、ロボットのトークンを入力してロボットを再生成してください。", "Paste token here": "ここにトークンを貼り付けてください", + "Recover": "Recover", "Robot recovery": "ロボットの復元", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "バックアップを取ってください!", diff --git a/frontend/static/locales/pl.json b/frontend/static/locales/pl.json index 645f8162..8df19e72 100644 --- a/frontend/static/locales/pl.json +++ b/frontend/static/locales/pl.json @@ -314,6 +314,7 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Enter your robot token to re-build your robot and gain access to its trades.", "Paste token here": "Paste token here", + "Recover": "Recover", "Robot recovery": "Robot recovery", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "Utwórz kopię zapasową!", diff --git a/frontend/static/locales/pt.json b/frontend/static/locales/pt.json index 89055426..5f5a3578 100644 --- a/frontend/static/locales/pt.json +++ b/frontend/static/locales/pt.json @@ -314,6 +314,7 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Entre com seu token de robô para reconstruir seu robô e ganhar acesso às suas negociações.", "Paste token here": "Cole o token aqui", + "Recover": "Recover", "Robot recovery": "Recuperação de robô", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "Apóia-la!", diff --git a/frontend/static/locales/ru.json b/frontend/static/locales/ru.json index 4a78bee0..60c8e0ba 100644 --- a/frontend/static/locales/ru.json +++ b/frontend/static/locales/ru.json @@ -314,6 +314,7 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Введите токен своего робота, чтобы восстанавить своего робота и получить доступ к его сделкам.", "Paste token here": "Вставте токен сюда", + "Recover": "Recover", "Robot recovery": "Восстановление робота", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "Сохраните его!", diff --git a/frontend/static/locales/sv.json b/frontend/static/locales/sv.json index c65d1b6e..e68f37a8 100644 --- a/frontend/static/locales/sv.json +++ b/frontend/static/locales/sv.json @@ -314,6 +314,7 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Enter your robot token to re-build your robot and gain access to its trades.", "Paste token here": "Paste token here", + "Recover": "Recover", "Robot recovery": "Robot recovery", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "Spara den!", diff --git a/frontend/static/locales/sw.json b/frontend/static/locales/sw.json index 3360797b..fc24429b 100644 --- a/frontend/static/locales/sw.json +++ b/frontend/static/locales/sw.json @@ -314,6 +314,7 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Ingiza alama ya roboti yako ili kuirekebisha roboti yako na kupata ufikiaji wa biashara zake.", "Paste token here": "Bandika alama hapa", + "Recover": "Recover", "Robot recovery": "Kurejesha roboti", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "Fanya nakala rudufu!", diff --git a/frontend/static/locales/th.json b/frontend/static/locales/th.json index 5c85646a..07a07db6 100644 --- a/frontend/static/locales/th.json +++ b/frontend/static/locales/th.json @@ -314,6 +314,7 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Enter your robot token to re-build your robot and gain access to its trades.", "Paste token here": "Paste token here", + "Recover": "Recover", "Robot recovery": "Robot recovery", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "อย่าลืมบันทึก!", diff --git a/frontend/static/locales/zh-SI.json b/frontend/static/locales/zh-SI.json index c6279d0a..0fb2eb26 100644 --- a/frontend/static/locales/zh-SI.json +++ b/frontend/static/locales/zh-SI.json @@ -314,6 +314,7 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "输入你的机器人令牌来重造你的机器人并访问它的交易。", "Paste token here": "在此粘贴令牌", + "Recover": "Recover", "Robot recovery": "恢复机器人", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "请备份!", diff --git a/frontend/static/locales/zh-TR.json b/frontend/static/locales/zh-TR.json index 8a7e65e4..e3b765bf 100644 --- a/frontend/static/locales/zh-TR.json +++ b/frontend/static/locales/zh-TR.json @@ -314,6 +314,7 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "輸入你的機器人領牌來重造你的機器人並訪問它的交易。", "Paste token here": "在此粘貼領牌", + "Recover": "Recover", "Robot recovery": "恢復機器人", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "請備份!", From af08919b9ed71aab08d24f76bc06301c09ec939d Mon Sep 17 00:00:00 2001 From: koalasat Date: Sun, 20 Oct 2024 02:43:40 +0200 Subject: [PATCH 3/4] Revert "Improve Robot recovery buttons" This reverts commit e83afea51be61cab90eb8188cfdc9b072074dbcc. Conflicts: frontend/static/locales/ca.json frontend/static/locales/es.json frontend/static/locales/fr.json frontend/static/locales/it.json frontend/static/locales/ja.json frontend/static/locales/pt.json frontend/static/locales/ru.json frontend/static/locales/sw.json frontend/static/locales/zh-SI.json frontend/static/locales/zh-TR.json --- frontend/static/locales/ca.json | 3 ++- frontend/static/locales/cs.json | 1 + frontend/static/locales/de.json | 1 + frontend/static/locales/en.json | 1 + frontend/static/locales/es.json | 3 ++- frontend/static/locales/eu.json | 1 + frontend/static/locales/fr.json | 3 ++- frontend/static/locales/it.json | 3 ++- frontend/static/locales/ja.json | 3 ++- frontend/static/locales/pl.json | 1 + frontend/static/locales/pt.json | 3 ++- frontend/static/locales/ru.json | 3 ++- frontend/static/locales/sv.json | 1 + frontend/static/locales/sw.json | 3 ++- frontend/static/locales/th.json | 1 + frontend/static/locales/zh-SI.json | 3 ++- frontend/static/locales/zh-TR.json | 3 ++- 17 files changed, 27 insertions(+), 10 deletions(-) diff --git a/frontend/static/locales/ca.json b/frontend/static/locales/ca.json index db668bf1..f4966612 100644 --- a/frontend/static/locales/ca.json +++ b/frontend/static/locales/ca.json @@ -305,6 +305,7 @@ "Back": "Tornar", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Visitaràs la pàgina Learn RoboSats. Ha estat construïda per la comunitat i conté tutorials i documentació que t'ajudarà a aprendre como s'utilitza RoboSats i a entendre com funciona.", "#27": "Phrases in components/Dialogs/NoRobot.tsx", + "Generate Robot": "Generar Robot", "Generate a robot avatar first. Then create your own order.": "Primer genera un avatar de robot. A continuació, crea la teva pròpia oferta.", "You do not have a robot avatar": "No tens un avatar robot", "#28": "Phrases in components/Dialogs/Profile.tsx", @@ -314,7 +315,7 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Introdueix el teu token per reconstruir el teu robot i accedir a les seves operacions.", "Paste token here": "Enganxa el token aquí", - "Recover": "Recover", + "Recover": "Recuperar", "Robot recovery": "Recuperació de Robots", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "Guarda-ho!", diff --git a/frontend/static/locales/cs.json b/frontend/static/locales/cs.json index 2e36f57c..87d1bee4 100644 --- a/frontend/static/locales/cs.json +++ b/frontend/static/locales/cs.json @@ -305,6 +305,7 @@ "Back": "Zpět", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Chystáš se navštívit výukovou stránku RoboSats. Stránka obsahuje tutoriály a dokumentaci, které ti pomohou pochopit jak funguje RoboSats.", "#27": "Phrases in components/Dialogs/NoRobot.tsx", + "Generate Robot": "Generovat Robota", "Generate a robot avatar first. Then create your own order.": "Generate a robot avatar first. Then create your own order.", "You do not have a robot avatar": "Nemáš robota a avatar", "#28": "Phrases in components/Dialogs/Profile.tsx", diff --git a/frontend/static/locales/de.json b/frontend/static/locales/de.json index 28f34435..42197cc9 100644 --- a/frontend/static/locales/de.json +++ b/frontend/static/locales/de.json @@ -305,6 +305,7 @@ "Back": "Zurück", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Du bist dabei die Website 'lerne RoboSats kennen' zu besuchen. Hier findest du Tutorials und Dokumentationen, die dir helfen RoboSats zu benutzen und zu verstehen wie es funktioniert.", "#27": "Phrases in components/Dialogs/NoRobot.tsx", + "Generate Robot": "Roboter generieren", "Generate a robot avatar first. Then create your own order.": "Generate a robot avatar first. Then create your own order.", "You do not have a robot avatar": "Du hast keinen Roboter-Avatar", "#28": "Phrases in components/Dialogs/Profile.tsx", diff --git a/frontend/static/locales/en.json b/frontend/static/locales/en.json index 58f27496..f1d7089d 100644 --- a/frontend/static/locales/en.json +++ b/frontend/static/locales/en.json @@ -305,6 +305,7 @@ "Back": "Back", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.", "#27": "Phrases in components/Dialogs/NoRobot.tsx", + "Generate Robot": "Generate Robot", "Generate a robot avatar first. Then create your own order.": "Generate a robot avatar first. Then create your own order.", "You do not have a robot avatar": "You do not have a robot avatar", "#28": "Phrases in components/Dialogs/Profile.tsx", diff --git a/frontend/static/locales/es.json b/frontend/static/locales/es.json index 81eed440..fc642aee 100644 --- a/frontend/static/locales/es.json +++ b/frontend/static/locales/es.json @@ -305,6 +305,7 @@ "Back": "Volver", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Vas a visitar la página Learn RoboSats. Ha sido construida por la comunidad y contiene tutoriales y documentación que te ayudará a aprender cómo se usa RoboSats y a entender cómo funciona.", "#27": "Phrases in components/Dialogs/NoRobot.tsx", + "Generate Robot": "Generar Robot", "Generate a robot avatar first. Then create your own order.": "Primero genera un robot avatar. Después crea tu propia orden.", "You do not have a robot avatar": "No tienes un avatar robot", "#28": "Phrases in components/Dialogs/Profile.tsx", @@ -314,7 +315,7 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Escribe o pega el token de tu robot token para reconstruirlo y acceder a tus operaciones.", "Paste token here": "Pega aquí el token", - "Recover": "Recover", + "Recover": "Recuperar", "Robot recovery": "Recupera tu robot", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "¡Guárdalo!", diff --git a/frontend/static/locales/eu.json b/frontend/static/locales/eu.json index f41fb8e8..c0e56620 100644 --- a/frontend/static/locales/eu.json +++ b/frontend/static/locales/eu.json @@ -305,6 +305,7 @@ "Back": "Atzera", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Learn Robosats bisitatu behar duzu. Bertan, Robosats erabiltzen ikasteko eta nola dabilen ulertzeko tutorialak eta dokumentazioa aurkituko dituzu.", "#27": "Phrases in components/Dialogs/NoRobot.tsx", + "Generate Robot": "Robota sortu", "Generate a robot avatar first. Then create your own order.": "Generate a robot avatar first. Then create your own order.", "You do not have a robot avatar": "Ez daukazu robot avatarrik", "#28": "Phrases in components/Dialogs/Profile.tsx", diff --git a/frontend/static/locales/fr.json b/frontend/static/locales/fr.json index f6739a4b..ce60d20f 100644 --- a/frontend/static/locales/fr.json +++ b/frontend/static/locales/fr.json @@ -305,6 +305,7 @@ "Back": "Retour", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Vous êtes sur le point de visiter Learn RoboSats. Il héberge des tutoriels et de la documentation pour vous aider à apprendre à utiliser RoboSats et à comprendre son fonctionnement.", "#27": "Phrases in components/Dialogs/NoRobot.tsx", + "Generate Robot": "Générer un robot", "Generate a robot avatar first. Then create your own order.": "Créez d'abord un avatar de robot. Créez ensuite votre propre commande.", "You do not have a robot avatar": "Vous n'avez pas d'avatar robot", "#28": "Phrases in components/Dialogs/Profile.tsx", @@ -314,7 +315,7 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Saisissez votre jeton de robot pour reconstruire votre robot et accéder à ses transactions.", "Paste token here": "Coller le jeton ici", - "Recover": "Recover", + "Recover": "Récupérer", "Robot recovery": "Récupération du robot", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "Sauvegardez!", diff --git a/frontend/static/locales/it.json b/frontend/static/locales/it.json index 49c9778e..a7cc0859 100644 --- a/frontend/static/locales/it.json +++ b/frontend/static/locales/it.json @@ -305,6 +305,7 @@ "Back": "Indietro", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Stai per visitare la pagina Learn RoboSats. Troverai tutorial e documentazione per aiutarti ad imparare a usare RoboSats e capire come funziona.", "#27": "Phrases in components/Dialogs/NoRobot.tsx", + "Generate Robot": "Genera un Robot", "Generate a robot avatar first. Then create your own order.": "Genera prima un avatar per il tuo robot. Poi crea il tuo ordine.", "You do not have a robot avatar": "Non hai un avatar per il tuo robot", "#28": "Phrases in components/Dialogs/Profile.tsx", @@ -314,7 +315,7 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Inserisci il token del tuo robot per ricostruirlo ed ottenere l'accesso ai suoi scambi.", "Paste token here": "Incolla il token qui", - "Recover": "Recover", + "Recover": "Recupera", "Robot recovery": "Recupera robot", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "Salvalo!", diff --git a/frontend/static/locales/ja.json b/frontend/static/locales/ja.json index 23bd4255..c55a674c 100644 --- a/frontend/static/locales/ja.json +++ b/frontend/static/locales/ja.json @@ -305,6 +305,7 @@ "Back": "戻る", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "「Learn RoboSats」学習ページにアクセスしようとしています。RoboSatsの使い方を学び、動作原理を理解するためのチュートリアルとドキュメントが提供されています。", "#27": "Phrases in components/Dialogs/NoRobot.tsx", + "Generate Robot": "ロボットを生成する", "Generate a robot avatar first. Then create your own order.": "最初にロボットアバターを生成してください。次に自分のオーダーを作成してください。", "You do not have a robot avatar": "ロボットのアバターがありません", "#28": "Phrases in components/Dialogs/Profile.tsx", @@ -314,7 +315,7 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "取引にアクセスするために、ロボットのトークンを入力してロボットを再生成してください。", "Paste token here": "ここにトークンを貼り付けてください", - "Recover": "Recover", + "Recover": "復元する", "Robot recovery": "ロボットの復元", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "バックアップを取ってください!", diff --git a/frontend/static/locales/pl.json b/frontend/static/locales/pl.json index 8df19e72..4314c78d 100644 --- a/frontend/static/locales/pl.json +++ b/frontend/static/locales/pl.json @@ -305,6 +305,7 @@ "Back": "Z powrotem", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.", "#27": "Phrases in components/Dialogs/NoRobot.tsx", + "Generate Robot": "Generuj robota", "Generate a robot avatar first. Then create your own order.": "Generate a robot avatar first. Then create your own order.", "You do not have a robot avatar": "You do not have a robot avatar", "#28": "Phrases in components/Dialogs/Profile.tsx", diff --git a/frontend/static/locales/pt.json b/frontend/static/locales/pt.json index 5f5a3578..039ae042 100644 --- a/frontend/static/locales/pt.json +++ b/frontend/static/locales/pt.json @@ -305,6 +305,7 @@ "Back": "Voltar", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Você está prestes a visitar o \"Learn RoboSats\"(Aprender sobre o RoboSats). Ele hospeda tutoriais e documentação para ajudá-lo a aprender como usar o RoboSats e entender como funciona.", "#27": "Phrases in components/Dialogs/NoRobot.tsx", + "Generate Robot": "Gerar robô", "Generate a robot avatar first. Then create your own order.": "Gerar um avatar de robô primeiro. Em seguida, crie sua própria ordem.", "You do not have a robot avatar": "Você não tem um avatar de robô", "#28": "Phrases in components/Dialogs/Profile.tsx", @@ -314,7 +315,7 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Entre com seu token de robô para reconstruir seu robô e ganhar acesso às suas negociações.", "Paste token here": "Cole o token aqui", - "Recover": "Recover", + "Recover": "Recuperar", "Robot recovery": "Recuperação de robô", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "Apóia-la!", diff --git a/frontend/static/locales/ru.json b/frontend/static/locales/ru.json index 60c8e0ba..bbb75682 100644 --- a/frontend/static/locales/ru.json +++ b/frontend/static/locales/ru.json @@ -305,6 +305,7 @@ "Back": "Назад", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Вы собираетесь посетить Learn RoboSats. На нём размещены учебные пособия и документация, которые помогут Вам научиться использовать RoboSats и понять, как он работает.", "#27": "Phrases in components/Dialogs/NoRobot.tsx", + "Generate Robot": "Создать Робота", "Generate a robot avatar first. Then create your own order.": "Сначала создайте аватар робота. Затем создайте свой ордер.", "You do not have a robot avatar": "У Вас нет аватара робота", "#28": "Phrases in components/Dialogs/Profile.tsx", @@ -314,7 +315,7 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Введите токен своего робота, чтобы восстанавить своего робота и получить доступ к его сделкам.", "Paste token here": "Вставте токен сюда", - "Recover": "Recover", + "Recover": "Восстановить", "Robot recovery": "Восстановление робота", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "Сохраните его!", diff --git a/frontend/static/locales/sv.json b/frontend/static/locales/sv.json index e68f37a8..8b00af68 100644 --- a/frontend/static/locales/sv.json +++ b/frontend/static/locales/sv.json @@ -305,6 +305,7 @@ "Back": "Tillbaka", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Du är på på väg att besöka Learn RoboSats. Där finns guider och dokumentation som hjälper dig att använda RoboSats och förstå hur det fungerar.", "#27": "Phrases in components/Dialogs/NoRobot.tsx", + "Generate Robot": "Generera Robot", "Generate a robot avatar first. Then create your own order.": "Generate a robot avatar first. Then create your own order.", "You do not have a robot avatar": "Du har ingen robotavatar", "#28": "Phrases in components/Dialogs/Profile.tsx", diff --git a/frontend/static/locales/sw.json b/frontend/static/locales/sw.json index fc24429b..69f152cd 100644 --- a/frontend/static/locales/sw.json +++ b/frontend/static/locales/sw.json @@ -305,6 +305,7 @@ "Back": "Nyuma", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Unaenda kutembelea Jifunze RoboSats. Ina mafunzo na nyaraka za kukusaidia kujifunza jinsi ya kutumia RoboSats na kuelewa jinsi inavyofanya kazi.", "#27": "Phrases in components/Dialogs/NoRobot.tsx", + "Generate Robot": "Zalisha Roboti", "Generate a robot avatar first. Then create your own order.": "Zalisha picha ya mwakilishi wa roboti kwanza. Kisha tengeneza amri yako mwenyewe.", "You do not have a robot avatar": "Huna picha ya mwakilishi wa roboti", "#28": "Phrases in components/Dialogs/Profile.tsx", @@ -314,7 +315,7 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "Ingiza alama ya roboti yako ili kuirekebisha roboti yako na kupata ufikiaji wa biashara zake.", "Paste token here": "Bandika alama hapa", - "Recover": "Recover", + "Recover": "Rejesha", "Robot recovery": "Kurejesha roboti", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "Fanya nakala rudufu!", diff --git a/frontend/static/locales/th.json b/frontend/static/locales/th.json index 07a07db6..58afd9dc 100644 --- a/frontend/static/locales/th.json +++ b/frontend/static/locales/th.json @@ -305,6 +305,7 @@ "Back": "กลับ", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "คุณกำลังเข้าสู่หน้าการเรียนรู้การใช้งาน RoboSats คุณสามารถศึกษาวิธีการใช้งานแพล้ตฟอร์มและทำความเข้าใจการทำงานของแพล้ตฟอร์มได้ที่นี่", "#27": "Phrases in components/Dialogs/NoRobot.tsx", + "Generate Robot": "สร้างโรบอทใหม่", "Generate a robot avatar first. Then create your own order.": "Generate a robot avatar first. Then create your own order.", "You do not have a robot avatar": "คุณไม่มีโรบอท", "#28": "Phrases in components/Dialogs/Profile.tsx", diff --git a/frontend/static/locales/zh-SI.json b/frontend/static/locales/zh-SI.json index 0fb2eb26..cfdacbb8 100644 --- a/frontend/static/locales/zh-SI.json +++ b/frontend/static/locales/zh-SI.json @@ -305,6 +305,7 @@ "Back": "返回", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "你即将访问学习 RoboSats 页面。此页面提供教程和说明书,以帮助你学习如何使用 RoboSats 并了解它的功能。", "#27": "Phrases in components/Dialogs/NoRobot.tsx", + "Generate Robot": "生成机器人", "Generate a robot avatar first. Then create your own order.": "请先生成一个机器人头像,然后创建你自己的订单。", "You do not have a robot avatar": "你没有机器人头像", "#28": "Phrases in components/Dialogs/Profile.tsx", @@ -314,7 +315,7 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "输入你的机器人令牌来重造你的机器人并访问它的交易。", "Paste token here": "在此粘贴令牌", - "Recover": "Recover", + "Recover": "恢复", "Robot recovery": "恢复机器人", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "请备份!", diff --git a/frontend/static/locales/zh-TR.json b/frontend/static/locales/zh-TR.json index e3b765bf..6094684f 100644 --- a/frontend/static/locales/zh-TR.json +++ b/frontend/static/locales/zh-TR.json @@ -305,6 +305,7 @@ "Back": "返回", "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "你即將訪問學習 RoboSats 頁面。此頁面提供教程和說明書,以幫助你學習如何使用 RoboSats 並了解它的功能。", "#27": "Phrases in components/Dialogs/NoRobot.tsx", + "Generate Robot": "生成機器人", "Generate a robot avatar first. Then create your own order.": "請先生成一個機器人頭像,然後創建你自己的訂單。", "You do not have a robot avatar": "你沒有機器人頭像", "#28": "Phrases in components/Dialogs/Profile.tsx", @@ -314,7 +315,7 @@ "#29": "Phrases in components/Dialogs/Recovery.tsx", "Enter your robot token to re-build your robot and gain access to its trades.": "輸入你的機器人領牌來重造你的機器人並訪問它的交易。", "Paste token here": "在此粘貼領牌", - "Recover": "Recover", + "Recover": "恢復", "Robot recovery": "恢復機器人", "#30": "Phrases in components/Dialogs/StoreToken.tsx", "Back it up!": "請備份!", From 94b321132de5cb0b5925759a53c12a0f8c91aa03 Mon Sep 17 00:00:00 2001 From: koalasat Date: Sun, 20 Oct 2024 02:45:05 +0200 Subject: [PATCH 4/4] Bump --- frontend/src/components/Dialogs/NoRobot.tsx | 2 -- frontend/static/locales/ca.json | 1 - frontend/static/locales/cs.json | 1 - frontend/static/locales/de.json | 1 - frontend/static/locales/en.json | 1 - frontend/static/locales/es.json | 1 - frontend/static/locales/eu.json | 1 - frontend/static/locales/fr.json | 1 - frontend/static/locales/it.json | 1 - frontend/static/locales/ja.json | 1 - frontend/static/locales/pl.json | 1 - frontend/static/locales/pt.json | 1 - frontend/static/locales/ru.json | 1 - frontend/static/locales/sv.json | 1 - frontend/static/locales/sw.json | 1 - frontend/static/locales/th.json | 1 - frontend/static/locales/zh-SI.json | 1 - frontend/static/locales/zh-TR.json | 1 - 18 files changed, 19 deletions(-) diff --git a/frontend/src/components/Dialogs/NoRobot.tsx b/frontend/src/components/Dialogs/NoRobot.tsx index cfd8d005..58deb610 100644 --- a/frontend/src/components/Dialogs/NoRobot.tsx +++ b/frontend/src/components/Dialogs/NoRobot.tsx @@ -28,13 +28,11 @@ const NoRobotDialog = ({ return ( {t('You do not have a robot avatar')} - {t('Generate a robot avatar first. Then create your own order.')} -