Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
shanimal08 committed Nov 8, 2024
1 parent 8fd49b4 commit 0f86456
Show file tree
Hide file tree
Showing 29 changed files with 157 additions and 62 deletions.
2 changes: 2 additions & 0 deletions public/locales/af/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"disconnect": "Ontkoppel",
"hashrate": "Hashtempo",
"max-temperature": "Maksimum temperatuur",
"minimize": "Minimize",
"mode": "Modus",
"please-try-again-later": "Probeer asseblief later weer. As die probleem voortduur, kontak ons asseblief.",
"resources": "Hulpbronne",
Expand All @@ -20,6 +21,7 @@
"temperature": "Temperatuur",
"testnet": "Toetsnetwerk",
"unknown": "Onbekend",
"unminimize": "Unminimize",
"usage": "Gebruik",
"utilization": "Benutting",
"version": "Weergawe",
Expand Down
10 changes: 7 additions & 3 deletions public/locales/af/mining-view.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"cpu-power": "CPU Krag",
"gpu-power": "GPU Krag",
"estimated-day": "Est tXTM/dag",
"connection-to-node-lost": "Kontak met mynwerker verloor. Wag asseblief vir mynwerker om kontak te maak of begin weer.",
"cpu-hashrate": "CPU Hashrate",
"cpu-power": "CPU Krag",
"cpu-usage": "CPU Usage",
"current-block-time": "Huidige bloktyd",
"day": "day",
"estimated-day": "Est tXTM/dag",
"estimated-earnings": "Geskatte verdienste",
"floor": "Vloer",
"gpu-hashrate": "GPU Hashrate",
"gpu-power": "GPU Krag",
"gpu-usage": "GPU Usage",
"mining-button-text": {
"cancel-mining": "Kanselleer myn",
"changing-mode": "Verander modus",
Expand Down
2 changes: 2 additions & 0 deletions public/locales/cn/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"disconnect": "断开连接",
"hashrate": "哈希率",
"max-temperature": "最高温度",
"minimize": "Minimize",
"mode": "模式",
"please-try-again-later": "请稍后再试。如果问题仍然存在,请联系我们。",
"resources": "资源",
Expand All @@ -20,6 +21,7 @@
"temperature": "温度",
"testnet": "测试网",
"unknown": "未知",
"unminimize": "Unminimize",
"usage": "使用",
"utilization": "利用率",
"version": "版本",
Expand Down
10 changes: 7 additions & 3 deletions public/locales/cn/mining-view.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"cpu-power": "CPU 功率",
"gpu-power": "GPU 功率",
"estimated-day": "预估 tXTM/天",
"connection-to-node-lost": "与矿工的连接丢失。请等待矿机重新连接或重启矿机.",
"cpu-hashrate": "CPU Hashrate",
"cpu-power": "CPU 功率",
"cpu-usage": "CPU Usage",
"current-block-time": "当前区块时间",
"day": "day",
"estimated-day": "预估 tXTM/天",
"estimated-earnings": "预计收益",
"floor": "地板",
"gpu-hashrate": "GPU Hashrate",
"gpu-power": "GPU 功率",
"gpu-usage": "GPU Usage",
"mining-button-text": {
"cancel-mining": "取消挖矿",
"changing-mode": "更改模式",
Expand Down
2 changes: 2 additions & 0 deletions public/locales/de/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"disconnect": "Trennen",
"hashrate": "Hashrate",
"max-temperature": "Maximaltemperatur",
"minimize": "Minimize",
"mode": "Modus",
"please-try-again-later": "Bitte versuche es später erneut. Wenn das Problem weiterhin besteht, kontaktiere uns bitte.",
"resources": "Ressourcen",
Expand All @@ -20,6 +21,7 @@
"temperature": "Temperatur",
"testnet": "Testnet",
"unknown": "Unbekannt",
"unminimize": "Unminimize",
"usage": "Nutzung",
"utilization": "Auslastung",
"version": "Version",
Expand Down
10 changes: 7 additions & 3 deletions public/locales/de/mining-view.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"cpu-power": "CPU-Leistung",
"gpu-power": "GPU-Leistung",
"estimated-day": "Geschätzte tXTM/Tag",
"connection-to-node-lost": "Verbindung zum Miner verloren. Bitte warte, bis der Miner sich wieder verbindet, oder starte den Miner neu.",
"cpu-hashrate": "CPU Hashrate",
"cpu-power": "CPU-Leistung",
"cpu-usage": "CPU Usage",
"current-block-time": "Aktuelle Blockzeit",
"day": "day",
"estimated-day": "Geschätzte tXTM/Tag",
"estimated-earnings": "Geschätzte Einnahmen",
"floor": "Stockwerk",
"gpu-hashrate": "GPU Hashrate",
"gpu-power": "GPU-Leistung",
"gpu-usage": "GPU Usage",
"mining-button-text": {
"cancel-mining": "Mining abbrechen",
"changing-mode": "Modus wird geändert",
Expand Down
2 changes: 2 additions & 0 deletions public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"disconnect": "Disconnect",
"hashrate": "Hashrate",
"max-temperature": "Max temperature",
"minimize": "Minimize",
"mode": "Mode",
"please-try-again-later": "Please try again later. If the problem persists, please contact us.",
"resources": "Resources",
Expand All @@ -20,6 +21,7 @@
"temperature": "Temperature",
"testnet": "Testnet",
"unknown": "Unknown",
"unminimize": "Unminimize",
"usage": "Usage",
"utilization": "Utilization",
"version": "Version",
Expand Down
12 changes: 8 additions & 4 deletions public/locales/en/mining-view.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"cpu-power": "CPU Power",
"gpu-power": "GPU Power",
"estimated-day":"Est tXTM/day",
"connection-to-node-lost": "Connection to miner lost. Please wait for the miner to reconnect or restart the miner.",
"cpu-hashrate": "CPU Hashrate",
"cpu-power": "CPU Power",
"cpu-usage": "CPU Usage",
"current-block-time": "Current block time",
"day": "day",
"estimated-day": "Est tXTM/day",
"estimated-earnings": "Estimated earnings",
"floor": "Floor",
"gpu-hashrate": "GPU Hashrate",
"gpu-power": "GPU Power",
"gpu-usage": "GPU Usage",
"mining-button-text": {
"cancel-mining": "Cancel Mining",
"changing-mode": "Changing mode",
Expand All @@ -19,4 +23,4 @@
"you-earn-rewards-separately": "You earn rewards for mining CPU and GPU separately",
"you-won-while-away": "<span>You won {{ blocks }}</span> while you were away",
"your-reward-is": "Your reward is"
}
}
2 changes: 2 additions & 0 deletions public/locales/fr/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"disconnect": "Déconnecter",
"hashrate": "Taux de hachage",
"max-temperature": "Température maximale",
"minimize": "Minimize",
"mode": "Mode",
"please-try-again-later": "Réessaye plus tard s'il te plaît. Si le problème persiste, contacte-nous s'il te plaît.",
"resources": "Ressources",
Expand All @@ -20,6 +21,7 @@
"temperature": "Température",
"testnet": "Testnet",
"unknown": "Inconnu",
"unminimize": "Unminimize",
"usage": "Utilisation",
"utilization": "Utilisation",
"version": "Version",
Expand Down
10 changes: 7 additions & 3 deletions public/locales/fr/mining-view.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"cpu-power": "Puissance CPU",
"gpu-power": "Puissance GPU",
"estimated-day": "Est tXTM/jour",
"connection-to-node-lost": "Connexion au mineur perdue. Attends que le mineur se reconnecte ou redémarre le mineur.",
"cpu-hashrate": "CPU Hashrate",
"cpu-power": "Puissance CPU",
"cpu-usage": "CPU Usage",
"current-block-time": "Temps actuelle du bloc",
"day": "day",
"estimated-day": "Est tXTM/jour",
"estimated-earnings": "Gains estimés",
"floor": "Étage",
"gpu-hashrate": "GPU Hashrate",
"gpu-power": "Puissance GPU",
"gpu-usage": "GPU Usage",
"mining-button-text": {
"cancel-mining": "Annuler le minage",
"changing-mode": "Changement de mode",
Expand Down
2 changes: 2 additions & 0 deletions public/locales/hi/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"disconnect": "डिस्कनेक्ट करें",
"hashrate": "हैश दर",
"max-temperature": "अधिकतम तापमान",
"minimize": "Minimize",
"mode": "मोड",
"please-try-again-later": "कृपया बाद में पुनः प्रयास करें। यदि समस्या बनी रहती है, तो कृपया हमसे संपर्क करें।",
"resources": "संसाधन",
Expand All @@ -20,6 +21,7 @@
"temperature": "तापमान",
"testnet": "टेस्टनेट",
"unknown": "अज्ञात",
"unminimize": "Unminimize",
"usage": "उपयोग",
"utilization": "उपयोग",
"version": "संस्करण",
Expand Down
10 changes: 7 additions & 3 deletions public/locales/hi/mining-view.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"cpu-power": "CPU पावर",
"gpu-power": "GPU पावर",
"estimated-day": "Est tXTM/दिन",
"connection-to-node-lost": "माइनर से कनेक्शन खो गया। कृपया माइनर के पुनः कनेक्ट होने या पुनः आरंभ करने की प्रतीक्षा करें।",
"cpu-hashrate": "CPU Hashrate",
"cpu-power": "CPU पावर",
"cpu-usage": "CPU Usage",
"current-block-time": "वर्तमान ब्लॉक समय",
"day": "day",
"estimated-day": "Est tXTM/दिन",
"estimated-earnings": "अनुमानित कमाई",
"floor": "न्यूनतम स्तर",
"gpu-hashrate": "GPU Hashrate",
"gpu-power": "GPU पावर",
"gpu-usage": "GPU Usage",
"mining-button-text": {
"cancel-mining": "माइनिंग रद्द करें",
"changing-mode": "मोड बदल रहा है",
Expand Down
2 changes: 2 additions & 0 deletions public/locales/id/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"disconnect": "Putuskan Koneksi",
"hashrate": "Hashrate",
"max-temperature": "Suhu maksimum",
"minimize": "Minimize",
"mode": "Mode",
"please-try-again-later": "Silakan coba lagi nanti. Jika masalah berlanjut, silakan hubungi kami.",
"resources": "Sumber daya",
Expand All @@ -20,6 +21,7 @@
"temperature": "Suhu",
"testnet": "Testnet",
"unknown": "Tidak diketahui",
"unminimize": "Unminimize",
"usage": "Penggunaan",
"utilization": "Pemanfaatan",
"version": "Versi",
Expand Down
10 changes: 7 additions & 3 deletions public/locales/id/mining-view.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"cpu-power": "Daya CPU",
"gpu-power": "Daya GPU",
"estimated-day": "Perkiraan tXTM/hari",
"connection-to-node-lost": "Koneksi ke penambang terputus. Harap tunggu penambang untuk menyambung kembali atau mulai ulang penambang.",
"cpu-hashrate": "CPU Hashrate",
"cpu-power": "Daya CPU",
"cpu-usage": "CPU Usage",
"current-block-time": "Waktu blok saat ini",
"day": "day",
"estimated-day": "Perkiraan tXTM/hari",
"estimated-earnings": "Perkiraan penghasilan",
"floor": "Batas Bawah",
"gpu-hashrate": "GPU Hashrate",
"gpu-power": "Daya GPU",
"gpu-usage": "GPU Usage",
"mining-button-text": {
"cancel-mining": "Batalkan Penambangan",
"changing-mode": "Mengubah mode",
Expand Down
2 changes: 2 additions & 0 deletions public/locales/ja/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"disconnect": "切断",
"hashrate": "ハッシュレート",
"max-temperature": "最大温度",
"minimize": "Minimize",
"mode": "モード",
"please-try-again-later": "後でもう一度お試しください。問題が続く場合は、お問い合わせください。",
"resources": "リソース",
Expand All @@ -20,6 +21,7 @@
"temperature": "温度",
"testnet": "テストネット",
"unknown": "不明",
"unminimize": "Unminimize",
"usage": "使用量",
"utilization": "利用率",
"version": "バージョン",
Expand Down
10 changes: 7 additions & 3 deletions public/locales/ja/mining-view.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"cpu-power": "CPUパワー",
"gpu-power": "GPUパワー",
"estimated-day": "推定 tXTM/日",
"connection-to-node-lost": "マイナーへの接続が失われました。マイナーが再接続するか、再起動するのをお待ちください。",
"cpu-hashrate": "CPU Hashrate",
"cpu-power": "CPUパワー",
"cpu-usage": "CPU Usage",
"current-block-time": "現在のブロック時間",
"day": "day",
"estimated-day": "推定 tXTM/日",
"estimated-earnings": "推定収益",
"floor": "フロア",
"gpu-hashrate": "GPU Hashrate",
"gpu-power": "GPUパワー",
"gpu-usage": "GPU Usage",
"mining-button-text": {
"cancel-mining": "マイニングをキャンセル",
"changing-mode": "モードを変更中",
Expand Down
2 changes: 2 additions & 0 deletions public/locales/ko/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"disconnect": "연결 해제",
"hashrate": "해시레이트",
"max-temperature": "최대 온도",
"minimize": "Minimize",
"mode": "모드",
"please-try-again-later": "나중에 다시 시도해 주세요. 문제가 계속되면 저희에게 연락해 주세요.",
"resources": "자원",
Expand All @@ -20,6 +21,7 @@
"temperature": "온도",
"testnet": "테스트넷",
"unknown": "알 수 없음",
"unminimize": "Unminimize",
"usage": "사용량",
"utilization": "활용도",
"version": "버전",
Expand Down
10 changes: 7 additions & 3 deletions public/locales/ko/mining-view.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"cpu-power": "CPU 전력",
"gpu-power": "GPU 전력",
"estimated-day": "Est tXTM/일",
"connection-to-node-lost": "마이너와의 연결이 끊어졌습니다. 마이너가 다시 연결되거나 재시작될 때까지 기다려주세요.",
"cpu-hashrate": "CPU Hashrate",
"cpu-power": "CPU 전력",
"cpu-usage": "CPU Usage",
"current-block-time": "현재 블록 시간",
"day": "day",
"estimated-day": "Est tXTM/일",
"estimated-earnings": "예상 수익",
"floor": "최저값",
"gpu-hashrate": "GPU Hashrate",
"gpu-power": "GPU 전력",
"gpu-usage": "GPU Usage",
"mining-button-text": {
"cancel-mining": "채굴 취소",
"changing-mode": "모드 변경 중",
Expand Down
2 changes: 2 additions & 0 deletions public/locales/pl/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"disconnect": "Odłącz",
"hashrate": "Prędkość ( hashrate )",
"max-temperature": "Maksymalna temperatura",
"minimize": "Minimize",
"mode": "Tryb",
"please-try-again-later": "Spróbuj ponownie później. Jeśli problem będzie się powtarzał, skontaktuj się z nami.",
"resources": "Zasoby",
Expand All @@ -20,6 +21,7 @@
"temperature": "Temperatura",
"testnet": "Testnet",
"unknown": "Nieznany",
"unminimize": "Unminimize",
"usage": "Użycie",
"utilization": "Wykorzystanie",
"version": "Wersja",
Expand Down
10 changes: 7 additions & 3 deletions public/locales/pl/mining-view.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"cpu-power": "Moc CPU",
"gpu-power": "Moc GPU",
"estimated-day": "Est tXTM/dzień",
"connection-to-node-lost": "Połączenie z węzłem kopania zostało utracone. Poczekaj, aż wznowi połącznie lub uruchom go ponownie.",
"cpu-hashrate": "CPU Hashrate",
"cpu-power": "Moc CPU",
"cpu-usage": "CPU Usage",
"current-block-time": "Aktualny czas bloku",
"day": "day",
"estimated-day": "Est tXTM/dzień",
"estimated-earnings": "Szacowane zarobki",
"floor": "Poziom",
"gpu-hashrate": "GPU Hashrate",
"gpu-power": "Moc GPU",
"gpu-usage": "GPU Usage",
"mining-button-text": {
"cancel-mining": "Anuluj kopanie",
"changing-mode": "Zmiana trybu",
Expand Down
2 changes: 2 additions & 0 deletions public/locales/ru/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"disconnect": "Отключить",
"hashrate": "Хэшрейт",
"max-temperature": "Максимальная температура",
"minimize": "Minimize",
"mode": "Режим",
"please-try-again-later": "Пожалуйста, попробуйте позже. Если проблема сохраняется, свяжитесь с нами.",
"resources": "Ресурсы",
Expand All @@ -20,6 +21,7 @@
"temperature": "Температура",
"testnet": "Тестовая сеть",
"unknown": "Неизвестно",
"unminimize": "Unminimize",
"usage": "Использование",
"utilization": "Использование",
"version": "Версия",
Expand Down
Loading

0 comments on commit 0f86456

Please sign in to comment.