From bcaa0118165e25387e327e9bf90130b7c950e832 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 18 Dec 2024 09:46:17 +0000 Subject: [PATCH] add localised strings --- novawallet/es.lproj/Localizable.strings | 17 ++++++++ novawallet/es.lproj/Localizable.stringsdict | 32 +++++++++++++++ novawallet/fr.lproj/Localizable.strings | 17 ++++++++ novawallet/fr.lproj/Localizable.stringsdict | 32 +++++++++++++++ novawallet/hu.lproj/Localizable.strings | 18 ++++++++- novawallet/hu.lproj/Localizable.stringsdict | 32 +++++++++++++++ novawallet/id.lproj/Localizable.strings | 17 ++++++++ novawallet/id.lproj/Localizable.stringsdict | 28 +++++++++++++ novawallet/it.lproj/Localizable.strings | 17 ++++++++ novawallet/it.lproj/Localizable.stringsdict | 32 +++++++++++++++ novawallet/ja.lproj/Localizable.strings | 17 ++++++++ novawallet/ja.lproj/Localizable.stringsdict | 28 +++++++++++++ novawallet/ko.lproj/Localizable.strings | 17 ++++++++ novawallet/ko.lproj/Localizable.stringsdict | 28 +++++++++++++ novawallet/pl.lproj/Localizable.strings | 17 ++++++++ novawallet/pl.lproj/Localizable.stringsdict | 40 +++++++++++++++++++ novawallet/pt-PT.lproj/Localizable.strings | 17 ++++++++ .../pt-PT.lproj/Localizable.stringsdict | 32 +++++++++++++++ novawallet/ru.lproj/Localizable.strings | 17 ++++++++ novawallet/ru.lproj/Localizable.stringsdict | 40 +++++++++++++++++++ novawallet/tr.lproj/Localizable.strings | 17 ++++++++ novawallet/tr.lproj/Localizable.stringsdict | 32 +++++++++++++++ novawallet/vi.lproj/Localizable.strings | 17 ++++++++ novawallet/vi.lproj/Localizable.stringsdict | 28 +++++++++++++ novawallet/zh-Hans.lproj/Localizable.strings | 17 ++++++++ .../zh-Hans.lproj/Localizable.stringsdict | 28 +++++++++++++ 26 files changed, 633 insertions(+), 1 deletion(-) diff --git a/novawallet/es.lproj/Localizable.strings b/novawallet/es.lproj/Localizable.strings index 774801afcd..c63b8e4efd 100644 --- a/novawallet/es.lproj/Localizable.strings +++ b/novawallet/es.lproj/Localizable.strings @@ -1768,3 +1768,20 @@ "common.address.coppied" = "Dirección copiada"; "common.networks" = "Redes"; "assets.search.token.hint" = "Buscar por token"; +"sec.time.units" = "seg"; +"swaps.execution.dont.close.app" = "¡No cierres la aplicación!"; +"swaps.details.exec.time" = "Tiempo de ejecución"; +"swaps.details.total.fee" = "Tarifa total"; +"swaps.label.transfer" = "Transferencia"; +"swaps.label.swap" = "Intercambio"; +"swap.route.details.subtitle" = "La manera en que tu token pasará a través de diferentes redes para obtener el token deseado."; +"swaps.details.route" = "Ruta"; +"swaps.execution.transfer.details" = "Transfiriendo %@ a %@"; +"swaps.execution.swap.details" = "Intercambiando %@ por %@ en %@"; +"common.of" = "%@ de %@"; +"swaps.execution.swap.failure" = "Falló en la operación #%@ (%@)"; +"swaps.label.crosschain" = "Transferencia entre cadenas"; +"swap.intermediate.too.low.amount.to.stay.abow.ed.message" = "Durante la ejecución del swap, la cantidad recibida intermedia es %@, lo cual es menos que el saldo mínimo de %@. Intenta especificar una cantidad de swap mayor."; +"common.fee.amount.prefixed" = "Tarifa: %@"; +"common.not.enough.to.pay.fee.message" = "\"No tienes suficiente saldo para pagar la tarifa de red de %@. El saldo actual es %@"; +"swap.delivery.fee.error.message" = "Debido a restricciones de crosschain deberías tener al menos %@ después de la operación"; \ No newline at end of file diff --git a/novawallet/es.lproj/Localizable.stringsdict b/novawallet/es.lproj/Localizable.stringsdict index 4c28591658..57b44b579b 100644 --- a/novawallet/es.lproj/Localizable.stringsdict +++ b/novawallet/es.lproj/Localizable.stringsdict @@ -194,5 +194,37 @@ Selecciona al menos %li carteras + common.seconds.format + + NSStringLocalizedFormatKey + %#@format@ + format + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + li + one + %li segundo + other + %li segundos + + + common.operations + + NSStringLocalizedFormatKey + %#@format@ + format + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + li + one + %li operación + other + %li operaciones + + \ No newline at end of file diff --git a/novawallet/fr.lproj/Localizable.strings b/novawallet/fr.lproj/Localizable.strings index 25af169d5a..711a23e829 100644 --- a/novawallet/fr.lproj/Localizable.strings +++ b/novawallet/fr.lproj/Localizable.strings @@ -1768,3 +1768,20 @@ "common.address.coppied" = "Adresse copiée"; "common.networks" = "Réseaux"; "assets.search.token.hint" = "Rechercher par token"; +"sec.time.units" = "sec"; +"swaps.execution.dont.close.app" = "Ne fermez pas l'application!"; +"swaps.details.exec.time" = "Temps d'exécution"; +"swaps.details.total.fee" = "Frais totaux"; +"swaps.label.transfer" = "Transfert"; +"swaps.label.swap" = "Échange"; +"swap.route.details.subtitle" = "La voie que prendra votre jeton à travers différents réseaux pour obtenir le jeton souhaité."; +"swaps.details.route" = "Itinéraire"; +"swaps.execution.transfer.details" = "Transfert de %@ vers %@"; +"swaps.execution.swap.details" = "Échanger %@ contre %@ sur %@"; +"common.of" = "%@ de %@"; +"swaps.execution.swap.failure" = "Échec de l'opération n°%@ (%@)"; +"swaps.label.crosschain" = "Transfert inter-chaînes"; +"swap.intermediate.too.low.amount.to.stay.abow.ed.message" = "Lors de l'exécution de l'échange, le montant intermédiaire reçu est %@, ce qui est inférieur au solde minimum de %@. Essayez de spécifier un montant d'échange plus important."; +"common.fee.amount.prefixed" = "Frais : %@"; +"common.not.enough.to.pay.fee.message" = "\"Vous n'avez pas assez de solde pour payer les frais de réseau de %@. Le solde actuel est %@"; +"swap.delivery.fee.error.message" = "En raison des restrictions crosschain, vous devez avoir au moins %@ après l'opération"; \ No newline at end of file diff --git a/novawallet/fr.lproj/Localizable.stringsdict b/novawallet/fr.lproj/Localizable.stringsdict index 75b7fd37c4..ba2fee3095 100644 --- a/novawallet/fr.lproj/Localizable.stringsdict +++ b/novawallet/fr.lproj/Localizable.stringsdict @@ -194,5 +194,37 @@ Sélectionnez au moins %li portefeuilles + common.seconds.format + + NSStringLocalizedFormatKey + %#@format@ + format + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + li + one + %li seconde + other + %li secondes + + + common.operations + + NSStringLocalizedFormatKey + %#@format@ + format + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + li + one + %li opération + other + %li opérations + + \ No newline at end of file diff --git a/novawallet/hu.lproj/Localizable.strings b/novawallet/hu.lproj/Localizable.strings index b4641f94d6..bee2771086 100644 --- a/novawallet/hu.lproj/Localizable.strings +++ b/novawallet/hu.lproj/Localizable.strings @@ -1396,7 +1396,6 @@ "swaps.setup.deposit.button.title" = "%@ beszerzése"; "swaps.setup.network.fee.token.title" = "Token a hálózati díj fizetéséhez"; "swaps.setup.network.fee.token.hint" = "A hálózati díj hozzáadódik a megadott összeghez"; -"swaps.pay.asset.fee.ed.message" = "A %@ tokennel történő hálózati díj fizetéséhez, Nova automatikus %@ és %@ konverziót fog végrehajtani, ahhoz, hogy fenntartsa a számla minimális egyenlegét, ami %@."; "swaps.setup.slippage.error.amount.bounds" = "Az érték %@ és %@ között kell legyen"; "swaps.setup.slippage.warning.low.amount" = "A tranzakció az alacsony csúszás miatt lehet, hogy vissza lesz fordítva."; "swaps.setup.slippage.warning.high.amount" = "A tranzakció a magas csúszás miatt lehet, hogy hamarabb for lefutni."; @@ -1769,3 +1768,20 @@ "common.address.coppied" = "Cím másolva"; "common.networks" = "Hálózatok"; "assets.search.token.hint" = "Keresés token alapján"; +"sec.time.units" = "mp"; +"swaps.execution.dont.close.app" = "Ne zárja be az alkalmazást!"; +"swaps.details.exec.time" = "Végrehajtási idő"; +"swaps.details.total.fee" = "Teljes díj"; +"swaps.label.transfer" = "Átutalás"; +"swaps.label.swap" = "Csere"; +"swap.route.details.subtitle" = "Az út, amelyen a tokenje különböző hálózatokon megy át, hogy megkapja a kívánt tokent."; +"swaps.details.route" = "Útvonal"; +"swaps.execution.transfer.details" = "Átvitel: %@ a(z) %@-ra"; +"swaps.execution.swap.details" = "Csere: %@-ról %@-ra a(z) %@-on"; +"common.of" = "%@ a(z) %@ közül"; +"swaps.execution.swap.failure" = "Sikertelen művelet: #%@ (%@)"; +"swaps.label.crosschain" = "Láncok közötti átutalás"; +"swap.intermediate.too.low.amount.to.stay.abow.ed.message" = "A csere végrehajtása során a köztes kapott összeg %@, ami kevesebb, mint a minimális egyenleg %@. Próbáljon meg nagyobb csereösszeget megadni."; +"common.fee.amount.prefixed" = "Díj: %@"; +"common.not.enough.to.pay.fee.message" = "\"Nincs elegendő egyenlege a hálózati díj kifizetéséhez, amely %@. Az aktuális egyenleg: %@"; +"swap.delivery.fee.error.message" = "A láncközi korlátozások miatt legalább %@-nak kell maradnia a művelet után"; \ No newline at end of file diff --git a/novawallet/hu.lproj/Localizable.stringsdict b/novawallet/hu.lproj/Localizable.stringsdict index 6d20e46f53..a9da8a20ef 100644 --- a/novawallet/hu.lproj/Localizable.stringsdict +++ b/novawallet/hu.lproj/Localizable.stringsdict @@ -194,5 +194,37 @@ Legalább %li tárcát kell választani + common.seconds.format + + NSStringLocalizedFormatKey + %#@format@ + format + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + li + one + %li másodperc + other + %li másodpercek + + + common.operations + + NSStringLocalizedFormatKey + %#@format@ + format + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + li + one + %li művelet + other + %li műveletek + + \ No newline at end of file diff --git a/novawallet/id.lproj/Localizable.strings b/novawallet/id.lproj/Localizable.strings index e85171998a..a1866556bb 100644 --- a/novawallet/id.lproj/Localizable.strings +++ b/novawallet/id.lproj/Localizable.strings @@ -1768,3 +1768,20 @@ "common.address.coppied" = "Alamat disalin"; "common.networks" = "Jaringan"; "assets.search.token.hint" = "Cari berdasarkan token"; +"sec.time.units" = "detik"; +"swaps.execution.dont.close.app" = "Jangan tutup aplikasinya!"; +"swaps.details.exec.time" = "Waktu eksekusi"; +"swaps.details.total.fee" = "Biaya total"; +"swaps.label.transfer" = "Transfer"; +"swaps.label.swap" = "Tukar"; +"swap.route.details.subtitle" = "Jalur yang akan diambil token Anda melalui berbagai jaringan untuk mendapatkan token yang diinginkan."; +"swaps.details.route" = "Rute"; +"swaps.execution.transfer.details" = "Mentransfer %@ ke %@"; +"swaps.execution.swap.details" = "Menukar %@ ke %@ di %@"; +"common.of" = "%@ dari %@"; +"swaps.execution.swap.failure" = "Gagal pada operasi #%@ (%@)"; +"swaps.label.crosschain" = "Transfer lintas rantai"; +"swap.intermediate.too.low.amount.to.stay.abow.ed.message" = "Selama eksekusi swap, jumlah terima sementara adalah %@ yang kurang dari saldo minimum %@. Coba tentukan jumlah swap yang lebih besar."; +"common.fee.amount.prefixed" = "Biaya: %@"; +"common.not.enough.to.pay.fee.message" = "\"Kamu tidak memiliki saldo yang cukup untuk membayar biaya jaringan sebesar %@. Saldo saat ini adalah %@"; +"swap.delivery.fee.error.message" = "Karena pembatasan antar-chain, kamu harus memiliki setidaknya %@ setelah operasi"; \ No newline at end of file diff --git a/novawallet/id.lproj/Localizable.stringsdict b/novawallet/id.lproj/Localizable.stringsdict index 63a87b16de..6f11920496 100644 --- a/novawallet/id.lproj/Localizable.stringsdict +++ b/novawallet/id.lproj/Localizable.stringsdict @@ -170,5 +170,33 @@ Pilih setidaknya %li dompet + common.seconds.format + + NSStringLocalizedFormatKey + %#@format@ + format + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + li + other + %li detik + + + common.operations + + NSStringLocalizedFormatKey + %#@format@ + format + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + li + other + %li operasi + + \ No newline at end of file diff --git a/novawallet/it.lproj/Localizable.strings b/novawallet/it.lproj/Localizable.strings index 024f714aa8..f740a7e43a 100644 --- a/novawallet/it.lproj/Localizable.strings +++ b/novawallet/it.lproj/Localizable.strings @@ -1768,3 +1768,20 @@ "common.address.coppied" = "Indirizzo copiato"; "common.networks" = "Reti"; "assets.search.token.hint" = "Cerca per token"; +"sec.time.units" = "sec"; +"swaps.execution.dont.close.app" = "Non chiudere l'app!"; +"swaps.details.exec.time" = "Tempo di esecuzione"; +"swaps.details.total.fee" = "Commissione totale"; +"swaps.label.transfer" = "Trasferimento"; +"swaps.label.swap" = "Scambio"; +"swap.route.details.subtitle" = "Il percorso che il tuo token seguirà attraverso diverse reti per ottenere il token desiderato."; +"swaps.details.route" = "Percorso"; +"swaps.execution.transfer.details" = "Trasferimento di %@ a %@"; +"swaps.execution.swap.details" = "Scambiando %@ con %@ su %@"; +"common.of" = "%@ di %@"; +"swaps.execution.swap.failure" = "Operazione fallita #%@ (%@)"; +"swaps.label.crosschain" = "Trasferimento tra catene"; +"swap.intermediate.too.low.amount.to.stay.abow.ed.message" = "Durante l'esecuzione dello swap, l'importo intermedio ricevuto è %@ che è inferiore al saldo minimo di %@. Prova a specificare un importo di swap maggiore."; +"common.fee.amount.prefixed" = "Tassa: %@"; +"common.not.enough.to.pay.fee.message" = "\"Non hai abbastanza saldo per pagare la tassa di rete di %@. Il saldo attuale è %@"; +"swap.delivery.fee.error.message" = "A causa delle restrizioni crosschain dovresti avere almeno %@ dopo l'operazione"; \ No newline at end of file diff --git a/novawallet/it.lproj/Localizable.stringsdict b/novawallet/it.lproj/Localizable.stringsdict index 36a311274d..e3a23b31a2 100644 --- a/novawallet/it.lproj/Localizable.stringsdict +++ b/novawallet/it.lproj/Localizable.stringsdict @@ -194,5 +194,37 @@ Seleziona almeno %li portafogli + common.seconds.format + + NSStringLocalizedFormatKey + %#@format@ + format + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + li + one + %li secondo + other + %li secondi + + + common.operations + + NSStringLocalizedFormatKey + %#@format@ + format + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + li + one + %li operazione + other + %li operazioni + + \ No newline at end of file diff --git a/novawallet/ja.lproj/Localizable.strings b/novawallet/ja.lproj/Localizable.strings index 78264d084f..42a8e6e67e 100644 --- a/novawallet/ja.lproj/Localizable.strings +++ b/novawallet/ja.lproj/Localizable.strings @@ -1768,3 +1768,20 @@ "common.address.coppied" = "住所がコピーされました"; "common.networks" = "ネットワーク"; "assets.search.token.hint" = "トークンで検索"; +"sec.time.units" = "秒"; +"swaps.execution.dont.close.app" = "アプリを閉じないでください!"; +"swaps.details.exec.time" = "実行時間"; +"swaps.details.total.fee" = "合計手数料"; +"swaps.label.transfer" = "転送"; +"swaps.label.swap" = "スワップ"; +"swap.route.details.subtitle" = "異なるネットワークを通じて希望するトークンを得るためにトークンが通る経路です。"; +"swaps.details.route" = "ルート"; +"swaps.execution.transfer.details" = "%@を%@へ転送中"; +"swaps.execution.swap.details" = "Swapping %@ to %@ on %@"; +"common.of" = "%@ の %@"; +"swaps.execution.swap.failure" = "操作#%@ (%@) 上で失敗しました"; +"swaps.label.crosschain" = "クロスチェーントランスファー"; +"swap.intermediate.too.low.amount.to.stay.abow.ed.message" = "スワップ実行中に中間の受取額が%@で、最小残高%@を下回っています。より大きなスワップ額を指定してみてください。"; +"common.fee.amount.prefixed" = "手数料: %@"; +"common.not.enough.to.pay.fee.message" = "ネットワーク手数料%@を支払うための残高が不足しています。現在の残高は%@"; +"swap.delivery.fee.error.message" = "クロスチェーンの制限により、操作後に少なくとも%@を保持している必要があります"; \ No newline at end of file diff --git a/novawallet/ja.lproj/Localizable.stringsdict b/novawallet/ja.lproj/Localizable.stringsdict index 1fff105730..d91d0c4e9c 100644 --- a/novawallet/ja.lproj/Localizable.stringsdict +++ b/novawallet/ja.lproj/Localizable.stringsdict @@ -170,5 +170,33 @@ %liウォレットを少なくとも選択してください + common.seconds.format + + NSStringLocalizedFormatKey + %#@format@ + format + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + li + other + %li秒 + + + common.operations + + NSStringLocalizedFormatKey + %#@format@ + format + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + li + other + %li操作 + + \ No newline at end of file diff --git a/novawallet/ko.lproj/Localizable.strings b/novawallet/ko.lproj/Localizable.strings index 7d84890099..91d575b3bb 100644 --- a/novawallet/ko.lproj/Localizable.strings +++ b/novawallet/ko.lproj/Localizable.strings @@ -1768,3 +1768,20 @@ "common.address.coppied" = "주소가 복사되었습니다"; "common.networks" = "네트워크"; "assets.search.token.hint" = "토큰으로 검색"; +"sec.time.units" = "초"; +"swaps.execution.dont.close.app" = "앱을 닫지 마세요!"; +"swaps.details.exec.time" = "실행 시간"; +"swaps.details.total.fee" = "총 수수료"; +"swaps.label.transfer" = "전송"; +"swaps.label.swap" = "스왑"; +"swap.route.details.subtitle" = "당신의 토큰이 원하는 토큰을 얻기 위해 다른 네트워크를 통해 이동하는 방식입니다."; +"swaps.details.route" = "경로"; +"swaps.execution.transfer.details" = "%@로 옮기는 중"; +"swaps.execution.swap.details" = "%@를 %@로 %@에서 스왑하는 중"; +"common.of" = "%@의 %@"; +"swaps.execution.swap.failure" = "작업 #%@ (%@)에서 실패"; +"swaps.label.crosschain" = "크로스체인 전송"; +"swap.intermediate.too.low.amount.to.stay.abow.ed.message" = "스왑 실행 중 중간 수신 금액이 %@로 최소 잔액 %@보다 적습니다. 더 큰 스왑 금액을 지정해 보세요."; +"common.fee.amount.prefixed" = "수수료: %@"; +"common.not.enough.to.pay.fee.message" = "\"네트워크 수수료 %@를 지불할 충분한 잔액이 없습니다. 현재 잔액은 %@입니다\""; +"swap.delivery.fee.error.message" = "크로스체인 제한으로 인해 작업 후 최소 %@ 이상의 잔액이 있어야 합니다"; \ No newline at end of file diff --git a/novawallet/ko.lproj/Localizable.stringsdict b/novawallet/ko.lproj/Localizable.stringsdict index 9f9c588293..e6e14133ff 100644 --- a/novawallet/ko.lproj/Localizable.stringsdict +++ b/novawallet/ko.lproj/Localizable.stringsdict @@ -170,5 +170,33 @@ 최소 %li 개의 지갑을 선택하세요 + common.seconds.format + + NSStringLocalizedFormatKey + %#@format@ + format + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + li + other + %li초 + + + common.operations + + NSStringLocalizedFormatKey + %#@format@ + format + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + li + other + %li 작업 + + \ No newline at end of file diff --git a/novawallet/pl.lproj/Localizable.strings b/novawallet/pl.lproj/Localizable.strings index cd55eb4e43..85e9e38f07 100644 --- a/novawallet/pl.lproj/Localizable.strings +++ b/novawallet/pl.lproj/Localizable.strings @@ -1768,3 +1768,20 @@ "common.address.coppied" = "Adres skopiowany"; "common.networks" = "Sieci"; "assets.search.token.hint" = "Wyszukaj według tokena"; +"sec.time.units" = "sek"; +"swaps.execution.dont.close.app" = "Nie zamykaj aplikacji!"; +"swaps.details.exec.time" = "Czas wykonania"; +"swaps.details.total.fee" = "Łączna opłata"; +"swaps.label.transfer" = "Transfer"; +"swaps.label.swap" = "Swap"; +"swap.route.details.subtitle" = "Droga, którą twoje tokeny przejdą przez różne sieci, aby uzyskać żądany token."; +"swaps.details.route" = "Trasa"; +"swaps.execution.transfer.details" = "Przesyłanie %@ do %@"; +"swaps.execution.swap.details" = "Wymiana %@ na %@ na %@"; +"common.of" = "%@ z %@"; +"swaps.execution.swap.failure" = "Niepowodzenie operacji #%@ (%@)"; +"swaps.label.crosschain" = "Transfer międzyłańcuchowy"; +"swap.intermediate.too.low.amount.to.stay.abow.ed.message" = "Podczas wykonywania swapu pośrednia kwota otrzymana wynosi %@, co jest mniej niż minimalny stan konta wynoszący %@. Spróbuj określić większą kwotę swapu."; +"common.fee.amount.prefixed" = "Opłata: %@"; +"common.not.enough.to.pay.fee.message" = "\"Nie masz wystarczającej ilości środków, aby opłacić opłatę sieciową w wysokości %@. Obecny stan konta to %@"; +"swap.delivery.fee.error.message" = "Ze względu na ograniczenia międzyłańcuchowe powinieneś mieć co najmniej %@ po operacji"; \ No newline at end of file diff --git a/novawallet/pl.lproj/Localizable.stringsdict b/novawallet/pl.lproj/Localizable.stringsdict index 547d3f23ed..84d3f02c10 100644 --- a/novawallet/pl.lproj/Localizable.stringsdict +++ b/novawallet/pl.lproj/Localizable.stringsdict @@ -242,5 +242,45 @@ Wybierz co najmniej %li portfeli + common.seconds.format + + NSStringLocalizedFormatKey + %#@format@ + format + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + li + one + %li sekunda + few + + many + + other + %li sekund + + + common.operations + + NSStringLocalizedFormatKey + %#@format@ + format + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + li + one + %li operacja + few + + many + + other + %li operacji + + \ No newline at end of file diff --git a/novawallet/pt-PT.lproj/Localizable.strings b/novawallet/pt-PT.lproj/Localizable.strings index d67406207b..c065ef2fa4 100644 --- a/novawallet/pt-PT.lproj/Localizable.strings +++ b/novawallet/pt-PT.lproj/Localizable.strings @@ -1768,3 +1768,20 @@ "common.address.coppied" = "Endereço copiado"; "common.networks" = "Redes"; "assets.search.token.hint" = "Pesquisar por token"; +"sec.time.units" = "seg"; +"swaps.execution.dont.close.app" = "Não feche o aplicativo!"; +"swaps.details.exec.time" = "Tempo de execução"; +"swaps.details.total.fee" = "Taxa total"; +"swaps.label.transfer" = "Transferência"; +"swaps.label.swap" = "Troca"; +"swap.route.details.subtitle" = "O caminho que seu token percorrerá através de diferentes redes para obter o token desejado."; +"swaps.details.route" = "Rota"; +"swaps.execution.transfer.details" = "Transferindo %@ para %@"; +"swaps.execution.swap.details" = "Trocando %@ para %@ em %@"; +"common.of" = "%@ de %@"; +"swaps.execution.swap.failure" = "Falha na operação #%@ (%@)"; +"swaps.label.crosschain" = "Transferência entre cadeias"; +"swap.intermediate.too.low.amount.to.stay.abow.ed.message" = "Durante a execução da troca, o valor intermediário recebido é %@, o que é menor que o saldo mínimo de %@. Tente especificar um valor maior para a troca."; +"common.fee.amount.prefixed" = "Taxa: %@"; +"common.not.enough.to.pay.fee.message" = "\"Você não tem saldo suficiente para pagar a taxa de rede de %@. O saldo atual é %@"; +"swap.delivery.fee.error.message" = "Devido a restrições de crosschain, você deve ter pelo menos %@ após a operação"; \ No newline at end of file diff --git a/novawallet/pt-PT.lproj/Localizable.stringsdict b/novawallet/pt-PT.lproj/Localizable.stringsdict index 96f75641da..acaf06ca4b 100644 --- a/novawallet/pt-PT.lproj/Localizable.stringsdict +++ b/novawallet/pt-PT.lproj/Localizable.stringsdict @@ -194,5 +194,37 @@ Selecione pelo menos %li carteiras + common.seconds.format + + NSStringLocalizedFormatKey + %#@format@ + format + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + li + one + %li segundo + other + %li segundos + + + common.operations + + NSStringLocalizedFormatKey + %#@format@ + format + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + li + one + %li operação + other + %li operações + + \ No newline at end of file diff --git a/novawallet/ru.lproj/Localizable.strings b/novawallet/ru.lproj/Localizable.strings index 482768d17f..62e4b0ff45 100644 --- a/novawallet/ru.lproj/Localizable.strings +++ b/novawallet/ru.lproj/Localizable.strings @@ -1768,3 +1768,20 @@ "common.address.coppied" = "Адрес скопирован"; "common.networks" = "Сети"; "assets.search.token.hint" = "Поиск по токену"; +"sec.time.units" = "сек"; +"swaps.execution.dont.close.app" = "Не закрывайте приложение!"; +"swaps.details.exec.time" = "Время выполнения"; +"swaps.details.total.fee" = "Общая комиссия"; +"swaps.label.transfer" = "Перевод"; +"swaps.label.swap" = "Обмен"; +"swap.route.details.subtitle" = "Путь, по которому ваш токен пройдет через разные сети, чтобы получить желаемый токен."; +"swaps.details.route" = "Маршрут"; +"swaps.execution.transfer.details" = "Перевод %@ на %@"; +"swaps.execution.swap.details" = "Обмен %@ на %@ на %@"; +"common.of" = "%@ из %@"; +"swaps.execution.swap.failure" = "Ошибка в операции #%@ (%@)"; +"swaps.label.crosschain" = "Межсетевой перевод"; +"swap.intermediate.too.low.amount.to.stay.abow.ed.message" = "Во время выполнения обмена промежуточная полученная сумма составляет %@, что меньше минимального баланса в %@. Попробуйте указать большую сумму обмена."; +"common.fee.amount.prefixed" = "Комиссия: %@"; +"common.not.enough.to.pay.fee.message" = "\"У вас недостаточно средств для оплаты сетевой комиссии в размере %@. Текущий баланс: %@\""; +"swap.delivery.fee.error.message" = "Из-за ограничений межсетевого взаимодействия у вас должно остаться как минимум %@ после операции"; \ No newline at end of file diff --git a/novawallet/ru.lproj/Localizable.stringsdict b/novawallet/ru.lproj/Localizable.stringsdict index ddb709a410..7d42388e49 100644 --- a/novawallet/ru.lproj/Localizable.stringsdict +++ b/novawallet/ru.lproj/Localizable.stringsdict @@ -242,5 +242,45 @@ Выберите хотя бы %li кошельков + common.seconds.format + + NSStringLocalizedFormatKey + %#@format@ + format + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + li + one + %li секунда + few + + many + + other + %li секунд + + + common.operations + + NSStringLocalizedFormatKey + %#@format@ + format + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + li + one + %li операция + few + + many + + other + %li операций + + \ No newline at end of file diff --git a/novawallet/tr.lproj/Localizable.strings b/novawallet/tr.lproj/Localizable.strings index 800cbe24f5..9ebbef48a0 100644 --- a/novawallet/tr.lproj/Localizable.strings +++ b/novawallet/tr.lproj/Localizable.strings @@ -1768,3 +1768,20 @@ "common.address.coppied" = "Adres kopyalandı"; "common.networks" = "Ağlar"; "assets.search.token.hint" = "Tokene göre ara"; +"sec.time.units" = "sn"; +"swaps.execution.dont.close.app" = "Uygulamayı kapatmayın!"; +"swaps.details.exec.time" = "Gerçekleşme süresi"; +"swaps.details.total.fee" = "Toplam Ücret"; +"swaps.label.transfer" = "Transfer"; +"swaps.label.swap" = "Takas"; +"swap.route.details.subtitle" = "Token'ınızın farklı ağlardan geçerek istenen token'a ulaşmak için alacağı yol."; +"swaps.details.route" = "Rota"; +"swaps.execution.transfer.details" = "%@'yı %@'ye aktarıyor"; +"swaps.execution.swap.details" = "%@'yı %@'ye %@ üzerinde takas ediyor"; +"common.of" = "%@ / %@"; +"swaps.execution.swap.failure" = "#%@ (%@) işleminde başarısız oldu"; +"swaps.label.crosschain" = "Çapraz zincir transferi"; +"swap.intermediate.too.low.amount.to.stay.abow.ed.message" = "Takas işlemi sırasında alınan ara miktar %@ olup, minimum bakiye olan %@'dan daha azdır. Daha büyük bir takas miktarı belirtmeyi deneyin."; +"common.fee.amount.prefixed" = "Ücret: %@"; +"common.not.enough.to.pay.fee.message" = "\"Ağ ücreti olan %@'yi ödemek için yeterli bakiyeniz yok. Mevcut bakiye %@\""; +"swap.delivery.fee.error.message" = "Çapraz zincir kısıtlamaları nedeniyle işlemden sonra en az %@'a sahip olmalısınız"; \ No newline at end of file diff --git a/novawallet/tr.lproj/Localizable.stringsdict b/novawallet/tr.lproj/Localizable.stringsdict index d89dc28ee7..8896ddd169 100644 --- a/novawallet/tr.lproj/Localizable.stringsdict +++ b/novawallet/tr.lproj/Localizable.stringsdict @@ -194,5 +194,37 @@ En az %li cüzdan seçin + common.seconds.format + + NSStringLocalizedFormatKey + %#@format@ + format + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + li + one + %li saniye + other + %li saniye + + + common.operations + + NSStringLocalizedFormatKey + %#@format@ + format + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + li + one + %li işlem + other + %li işlem + + \ No newline at end of file diff --git a/novawallet/vi.lproj/Localizable.strings b/novawallet/vi.lproj/Localizable.strings index 9a5f53f697..19f1bdd313 100644 --- a/novawallet/vi.lproj/Localizable.strings +++ b/novawallet/vi.lproj/Localizable.strings @@ -1768,3 +1768,20 @@ "common.address.coppied" = "Địa chỉ đã được sao chép"; "common.networks" = "Mạng"; "assets.search.token.hint" = "Tìm kiếm theo token"; +"sec.time.units" = "giây"; +"swaps.execution.dont.close.app" = "Không đóng ứng dụng!"; +"swaps.details.exec.time" = "Thời gian thực hiện"; +"swaps.details.total.fee" = "Tổng phí"; +"swaps.label.transfer" = "Chuyển"; +"swaps.label.swap" = "Hoán đổi"; +"swap.route.details.subtitle" = "Cách mà token của bạn sẽ đi qua các mạng lưới khác nhau để có được token mong muốn."; +"swaps.details.route" = "Lộ trình"; +"swaps.execution.transfer.details" = "Chuyển %@ tới %@"; +"swaps.execution.swap.details" = "Đang hoán đổi từ %@ sang %@ trên %@"; +"common.of" = "%@ của %@"; +"swaps.execution.swap.failure" = "Thất bại ở thao tác #%@ (%@)"; +"swaps.label.crosschain" = "Chuyển liên chuỗi"; +"swap.intermediate.too.low.amount.to.stay.abow.ed.message" = "Trong quá trình thực hiện giao dịch, số tiền nhận trung gian là %@, thấp hơn số dư tối thiểu là %@. Thử chỉ định số lượng swap lớn hơn."; +"common.fee.amount.prefixed" = "Phí: %@"; +"common.not.enough.to.pay.fee.message" = "\"Bạn không có đủ số dư để trả phí mạng %@. Số dư hiện tại là %@"; +"swap.delivery.fee.error.message" = "Do những hạn chế crosschain, bạn cần có ít nhất %@ sau khi thực hiện"; \ No newline at end of file diff --git a/novawallet/vi.lproj/Localizable.stringsdict b/novawallet/vi.lproj/Localizable.stringsdict index 91282b7738..967f2060b3 100644 --- a/novawallet/vi.lproj/Localizable.stringsdict +++ b/novawallet/vi.lproj/Localizable.stringsdict @@ -170,5 +170,33 @@ Chọn ít nhất %li ví + common.seconds.format + + NSStringLocalizedFormatKey + %#@format@ + format + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + li + other + %li giây + + + common.operations + + NSStringLocalizedFormatKey + %#@format@ + format + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + li + other + %li hoạt động + + \ No newline at end of file diff --git a/novawallet/zh-Hans.lproj/Localizable.strings b/novawallet/zh-Hans.lproj/Localizable.strings index 637e5aea5f..04ac6d3b58 100644 --- a/novawallet/zh-Hans.lproj/Localizable.strings +++ b/novawallet/zh-Hans.lproj/Localizable.strings @@ -1768,3 +1768,20 @@ "common.address.coppied" = "地址已复制"; "common.networks" = "网络"; "assets.search.token.hint" = "按代币搜索"; +"sec.time.units" = "秒"; +"swaps.execution.dont.close.app" = "不要关闭应用程序!"; +"swaps.details.exec.time" = "执行时间"; +"swaps.details.total.fee" = "总费用"; +"swaps.label.transfer" = "转移"; +"swaps.label.swap" = "交换"; +"swap.route.details.subtitle" = "你的代币通过不同网络到达所需代币的路径。"; +"swaps.details.route" = "路线"; +"swaps.execution.transfer.details" = "将 %@ 转移到 %@"; +"swaps.execution.swap.details" = "在 %@ 上将 %@ 兑换为 %@"; +"common.of" = "%@ 的 %@"; +"swaps.execution.swap.failure" = "在第 %@ 次操作(%@)中失败"; +"swaps.label.crosschain" = "跨链转账"; +"swap.intermediate.too.low.amount.to.stay.abow.ed.message" = "在交换执行过程中,中间接收金额为 %@,低于最小余额 %@。请尝试指定更大的交换金额。"; +"common.fee.amount.prefixed" = "费用:%@"; +"common.not.enough.to.pay.fee.message" = "您的余额不足以支付 %@ 的网络费用。当前余额为 %@"; +"swap.delivery.fee.error.message" = "由于跨链限制,操作后您至少应有 %@"; \ No newline at end of file diff --git a/novawallet/zh-Hans.lproj/Localizable.stringsdict b/novawallet/zh-Hans.lproj/Localizable.stringsdict index 08cc35435c..5b50f8e01a 100644 --- a/novawallet/zh-Hans.lproj/Localizable.stringsdict +++ b/novawallet/zh-Hans.lproj/Localizable.stringsdict @@ -170,5 +170,33 @@ 请至少选择%li个钱包 + common.seconds.format + + NSStringLocalizedFormatKey + %#@format@ + format + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + li + other + %li 秒 + + + common.operations + + NSStringLocalizedFormatKey + %#@format@ + format + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + li + other + %li 操作 + + \ No newline at end of file