Skip to content

Commit

Permalink
chore: localizations
Browse files Browse the repository at this point in the history
  • Loading branch information
crnbarr93 committed Aug 9, 2024
1 parent 2f5d0ae commit c221fc1
Show file tree
Hide file tree
Showing 16 changed files with 87 additions and 15 deletions.
2 changes: 2 additions & 0 deletions packages/web/localizations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,8 @@
"description": "Wenn Sie fortfahren, wird Ihre Bestellung als Marktorder zum Marktpreis bearbeitet."
},
"enterAnAmountTo": "Geben Sie einen Betrag ein, um",
"toSell": "Verkaufen",
"toBuy": "Kaufen",
"sell": "Verkaufen",
"buy": "Kaufen",
"pay": "Zahlen",
Expand Down
72 changes: 57 additions & 15 deletions packages/web/localizations/es.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"404": { "title": "No encontrado" },
"404": {
"title": "No encontrado"
},
"addLiquidity": {
"allAssets": "Todos los activos",
"autoswapCaption": "Use el intercambio automático para agregar liquidez con un solo activo.",
Expand Down Expand Up @@ -135,7 +137,9 @@
"type": "Escribe",
"withdraw": "Retirar"
},
"errors": { "insufficientFee": "Tarifa insuficiente" },
"errors": {
"insufficientFee": "Tarifa insuficiente"
},
"failed": "Fallida",
"failedWithReason": "Fallida: {reason}",
"pending": "Pendiente",
Expand Down Expand Up @@ -196,7 +200,11 @@
"withdraw": "Retirar"
},
"search": "Buscar",
"sort": { "balance": "Balance", "network": "Red", "symbol": "Símbolo" },
"sort": {
"balance": "Balance",
"network": "Red",
"symbol": "Símbolo"
},
"title": "Todos los activos",
"withdrawButton": "Retirar",
"activate": "Activar",
Expand Down Expand Up @@ -322,23 +330,32 @@
},
"buyTokens": "Comprar fichas",
"components": {
"cryptoFiatInput": { "insufficientFunds": "Fondos insuficientes" },
"cryptoFiatInput": {
"insufficientFunds": "Fondos insuficientes"
},
"fiatOnrampSelection": {
"chooseOnramp": "Seleccionar acceso de Fiat",
"kadoSubtitle": "Soporta OSMO, USDC",
"transakSubtitle": "Soporta OSMO",
"onrampMoneySubtitle": "Soporta OSMO, USDC"
},
"incentive": { "title": "Tipos de incentivos" },
"incentive": {
"title": "Tipos de incentivos"
},
"MAX": "Máximo",
"pool": { "title": "Tipos de piscinas" },
"pool": {
"title": "Tipos de piscinas"
},
"searchTokens": "Buscar",
"selectToken": {
"title": "Seleccione un token",
"unverifiedAsset": "Este activo no está verificado. Proceda con precaución.",
"clickToActivate": "Haz clic para activar"
},
"show": { "less": "Ver menos", "more": "Ver más" },
"show": {
"less": "Ver menos",
"more": "Ver más"
},
"sort": {
"mobileMenu": "Ordenar por",
"SORT": "ORDENAR POR",
Expand Down Expand Up @@ -613,7 +630,9 @@
"undersandCost": "Entiendo que crear una nueva piscina costará {POOL_CREATION_FEE}.",
"weightedPool": "Grupo ponderado"
},
"externalIncentivized": { "TVL": "VTB" },
"externalIncentivized": {
"TVL": "VTB"
},
"TVL": "TVL",
"myLiquidity": "Mi Liquidez",
"myPools": "Mis Piscinas",
Expand Down Expand Up @@ -750,7 +769,10 @@
"bondedAmount": "Monto abonado",
"buttonBond": "Abonar y Generar Interés",
"choose": "Elija su validador superfluido",
"columns": { "commission": "Comisión", "validator": "Validador" },
"columns": {
"commission": "Comisión",
"validator": "Validador"
},
"estimation": "Delegación superfluida estimada",
"estimationInfo": "El valor de esta delegación fluctúa y se estima en función de la cantidad de OSMO en la piscina.",
"estimationMobile": "Est. Delegación",
Expand All @@ -760,7 +782,10 @@
},
"swap": {
"autoRouter": "Ruta",
"autoRouterToggle": { "hide": "Ocultar", "show": "Mostrar" },
"autoRouterToggle": {
"hide": "Ocultar",
"show": "Mostrar"
},
"maxButtonErrorNoBalance": "Saldo insuficiente para calcular el importe máximo.",
"available": "Disponible",
"button": "Intercambio",
Expand Down Expand Up @@ -1005,7 +1030,9 @@
"title": "Descargo de responsabilidad de ósmosis",
"description": "Lea el descargo de responsabilidad y la política de privacidad de Osmosis, el principal intercambio descentralizado de Cosmos"
},
"pool": { "title": "Piscina #" },
"pool": {
"title": "Piscina #"
},
"pools": {
"title": "Piscinas de Osmosis",
"description": "Descubra fondos de liquidez en Osmosis, el principal intercambio descentralizado de Cosmos"
Expand Down Expand Up @@ -1085,8 +1112,15 @@
"availableToClaim": "disponible para reclamar",
"claimAllRewards": "Reclama todas las recompensas",
"join": "Unirse",
"tokenFilterOptions": { "my": "Tus activos", "all": "Todos los activos" },
"rewardTypes": { "all": "Todo", "single": "Soltero", "multi": "Multi" },
"tokenFilterOptions": {
"my": "Tus activos",
"all": "Todos los activos"
},
"rewardTypes": {
"all": "Todo",
"single": "Soltero",
"multi": "Multi"
},
"totalValueInvested": "Valor total",
"lookBelow": "Mire a continuación y encuentre las mejores estrategias para usted",
"startEarningDescription": "Libere todo su potencial de ingresos. Ponga sus activos a trabajar mediante las numerosas estrategias siguientes.",
Expand Down Expand Up @@ -1170,9 +1204,15 @@
"history": "Historia",
"orders": "Pedidos"
},
"date": { "earlierToday": "El día de hoy", "yesterday": "Ayer" },
"date": {
"earlierToday": "El día de hoy",
"yesterday": "Ayer"
},
"backToTop": "Volver arriba",
"pagination": { "older": "Más viejo", "newer": "Más nuevo" },
"pagination": {
"older": "Más viejo",
"newer": "Más nuevo"
},
"limitOrders": {
"historyTable": {
"columns": {
Expand All @@ -1198,6 +1238,8 @@
"description": "Si continúa, su orden se procesará como una orden de mercado a precio de mercado."
},
"enterAnAmountTo": "Introduzca una cantidad a",
"toSell": "vender",
"toBuy": "comprar",
"sell": "Vender",
"buy": "Comprar",
"pay": "Pagar",
Expand Down
2 changes: 2 additions & 0 deletions packages/web/localizations/fa.json
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,8 @@
"description": "در صورت ادامه، سفارش شما به عنوان سفارش بازار با قیمت بازار پردازش می شود."
},
"enterAnAmountTo": "مقداری را وارد کنید",
"toSell": "برای فروش",
"toBuy": "برای خرید",
"sell": "فروش",
"buy": "خرید کنید",
"pay": "پرداخت",
Expand Down
2 changes: 2 additions & 0 deletions packages/web/localizations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,8 @@
"description": "Si vous continuez, votre ordre sera traité comme un ordre au marché au prix du marché."
},
"enterAnAmountTo": "Entrez un montant à",
"toSell": "à vendre",
"toBuy": "acheter",
"sell": "Vendre",
"buy": "Acheter",
"pay": "Payer",
Expand Down
2 changes: 2 additions & 0 deletions packages/web/localizations/gu.json
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,8 @@
"description": "જો તમે આગળ વધો છો, તો તમારા ઓર્ડરની બજાર કિંમત પર બજાર ઓર્ડર તરીકે પ્રક્રિયા કરવામાં આવશે."
},
"enterAnAmountTo": "માટે રકમ દાખલ કરો",
"toSell": "વેચવા માટે",
"toBuy": "ખરીદવા માટે",
"sell": "વેચો",
"buy": "ખરીદો",
"pay": "પે",
Expand Down
2 changes: 2 additions & 0 deletions packages/web/localizations/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,8 @@
"description": "यदि आप आगे बढ़ते हैं, तो आपके ऑर्डर को बाजार मूल्य पर बाजार ऑर्डर के रूप में संसाधित किया जाएगा।"
},
"enterAnAmountTo": "राशि दर्ज करें",
"toSell": "बेचने के लिए",
"toBuy": "खरीदने के लिए",
"sell": "बेचना",
"buy": "खरीदना",
"pay": "वेतन",
Expand Down
2 changes: 2 additions & 0 deletions packages/web/localizations/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,8 @@
"description": "続行すると、注文は市場価格での成行注文として処理されます。"
},
"enterAnAmountTo": "金額を入力してください",
"toSell": "売る",
"toBuy": "購入する",
"sell": "売る",
"buy": "買う",
"pay": "支払う",
Expand Down
2 changes: 2 additions & 0 deletions packages/web/localizations/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,8 @@
"description": "계속 진행하시면 귀하의 주문은 시장가로 시장가 주문으로 처리됩니다."
},
"enterAnAmountTo": "금액을 입력하세요.",
"toSell": "판매하다",
"toBuy": "구매하다",
"sell": "팔다",
"buy": "구입하다",
"pay": "지불하다",
Expand Down
2 changes: 2 additions & 0 deletions packages/web/localizations/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,8 @@
"description": "Jeśli będziesz kontynuować, Twoje zlecenie zostanie przetworzone jako zlecenie rynkowe po cenie rynkowej."
},
"enterAnAmountTo": "Wpisz kwotę do",
"toSell": "sprzedać",
"toBuy": "kupić",
"sell": "Sprzedać",
"buy": "Kupić",
"pay": "Płacić",
Expand Down
2 changes: 2 additions & 0 deletions packages/web/localizations/pt-br.json
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,8 @@
"description": "Se você prosseguir, sua ordem será processada como uma ordem de mercado a preço de mercado."
},
"enterAnAmountTo": "Insira um valor para",
"toSell": "vender",
"toBuy": "comprar",
"sell": "Vender",
"buy": "Comprar",
"pay": "Pagar",
Expand Down
2 changes: 2 additions & 0 deletions packages/web/localizations/ro.json
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,8 @@
"description": "Dacă continuați, comanda dumneavoastră va fi procesată ca un ordin de piață la prețul pieței."
},
"enterAnAmountTo": "Introduceți o sumă la",
"toSell": "a vinde",
"toBuy": "să cumpere",
"sell": "Vinde",
"buy": "Cumpără",
"pay": "A plati",
Expand Down
2 changes: 2 additions & 0 deletions packages/web/localizations/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,8 @@
"description": "Если вы продолжите, ваш заказ будет обработан как рыночный ордер по рыночной цене."
},
"enterAnAmountTo": "Введите сумму для",
"toSell": "продать",
"toBuy": "купить",
"sell": "Продавать",
"buy": "Купить",
"pay": "Платить",
Expand Down
2 changes: 2 additions & 0 deletions packages/web/localizations/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,8 @@
"description": "Devam etmeniz halinde emriniz piyasa fiyatı üzerinden piyasa emri olarak işleme alınacaktır."
},
"enterAnAmountTo": "Bir miktar girin",
"toSell": "satmak",
"toBuy": "satın almak",
"sell": "Satmak",
"buy": "Satın almak",
"pay": "Ödemek",
Expand Down
2 changes: 2 additions & 0 deletions packages/web/localizations/zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,8 @@
"description": "如果您继续,您的订单将按市场价格作为市价订单处理。"
},
"enterAnAmountTo": "输入金额",
"toSell": "出售",
"toBuy": "购买",
"sell": "",
"buy": "",
"pay": "支付",
Expand Down
2 changes: 2 additions & 0 deletions packages/web/localizations/zh-hk.json
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,8 @@
"description": "如果您繼續,您的訂單將作為市價訂單以市場價格處理。"
},
"enterAnAmountTo": "輸入金額至",
"toSell": "出售",
"toBuy": "",
"sell": "",
"buy": "",
"pay": "支付",
Expand Down
2 changes: 2 additions & 0 deletions packages/web/localizations/zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,8 @@
"description": "如果您繼續,您的訂單將作為市價訂單以市場價格處理。"
},
"enterAnAmountTo": "輸入金額至",
"toSell": "出售",
"toBuy": "",
"sell": "",
"buy": "",
"pay": "支付",
Expand Down

0 comments on commit c221fc1

Please sign in to comment.