mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-14 17:47:18 +00:00
Lokalise: update of translations/en.json
[#5829] default dapps translations
This commit is contained in:
parent
40c23cc166
commit
eaaf5f0bff
@ -1,7 +1,8 @@
|
||||
(ns status-im.ui.screens.browser.default-dapps)
|
||||
(ns status-im.ui.screens.browser.default-dapps
|
||||
(:require [status-im.i18n :as i18n]))
|
||||
|
||||
(def all
|
||||
[{:title "Exchanges"
|
||||
[{:title (i18n/label :t/default-dapps-exchanges)
|
||||
:data [{:name "Airswap"
|
||||
:dapp-url "https://www.airswap.io/trade"
|
||||
:photo-path "contacts://airswap"
|
||||
@ -42,7 +43,7 @@
|
||||
:dapp-url "https://easytrade.io"
|
||||
:photo-path "contacts://easytrade"
|
||||
:description "One exchange for every token"}]}
|
||||
{:title "Marketplaces"
|
||||
{:title (i18n/label :t/default-dapps-marketplaces)
|
||||
:data [{:name "CryptoCribs"
|
||||
:dapp-url "https://cryptocribs.com"
|
||||
:photo-path "contacts://cryptocribs"
|
||||
@ -71,7 +72,7 @@
|
||||
:dapp-url "https://superrare.co/market"
|
||||
:photo-path "contacts://superrare"
|
||||
:description "Buy, sell and collect unique digital creations by artists around the world"}]}
|
||||
{:title "Fun & Games"
|
||||
{:title (i18n/label :t/default-dapps-fun-games)
|
||||
:data [{:name "CryptoKitties"
|
||||
:dapp-url "https://www.cryptokitties.co"
|
||||
:photo-path "contacts://cryptokitties"
|
||||
@ -96,7 +97,7 @@
|
||||
:dapp-url "https://www.cryptostrikers.com/"
|
||||
:photo-path "contacts://cryptostrikers"
|
||||
:description "The Beautiful (card) Game"}]}
|
||||
{:title "Social Networks"
|
||||
{:title (i18n/label :t/default-dapps-social-networks)
|
||||
:data [{:name "Cent"
|
||||
:dapp-url "https://beta.cent.co/"
|
||||
:photo-path "contacts://cent"
|
||||
@ -109,7 +110,7 @@
|
||||
:dapp-url "https://cryptopurr.co/"
|
||||
:photo-path "contacts://cryptopurr"
|
||||
:description "A social network for CryptoKitties"}]}
|
||||
{:title "Utilities"
|
||||
{:title (i18n/label :t/default-dapps-social-utilities)
|
||||
:data [{:name "Civitas"
|
||||
:dapp-url "https://communities.colu.com/"
|
||||
:photo-path "contacts://civitas"
|
||||
@ -130,7 +131,7 @@
|
||||
:dapp-url "https://status-im.github.io/dapp/"
|
||||
:description "Request test assets and test basic web3 functionality."
|
||||
:developer? true}]}
|
||||
{:title "Media"
|
||||
{:title (i18n/label :t/default-dapps-media)
|
||||
:data [{:name "LivePeer"
|
||||
:dapp-url "https://media.livepeer.org/"
|
||||
:photo-path "contacts://livepeer"
|
||||
|
@ -23,7 +23,6 @@
|
||||
"one": "1 member",
|
||||
"other": "{{count}} members"
|
||||
},
|
||||
"members-active-none": "no members",
|
||||
"chat-name": "Chat name",
|
||||
"currency-display-name-zar": "South Africa Rand",
|
||||
"phew-here-is-your-passphrase": "Phew, that was hard. Here is your passphrase, *write this down and keep it safe!* You will need it to recover your account.",
|
||||
@ -460,7 +459,6 @@
|
||||
"invalid-number": "Invalid number",
|
||||
"type-a-message": "Type a message...",
|
||||
"recover-password-too-short": "Password is too short",
|
||||
"recover-password-invalid": "This account already exists but passwords do not match",
|
||||
"rinkeby-network": "Rinkeby test network",
|
||||
"faq": "Frequently asked questions",
|
||||
"currency-display-name-sar": "Saudi Arabia Riyal",
|
||||
@ -563,7 +561,6 @@
|
||||
"one": "1 member",
|
||||
"other": "{{count}} members"
|
||||
},
|
||||
"members-none": "no members",
|
||||
"delete-mailserver-title": "Delete mailserver",
|
||||
"intro-message1": "Welcome to Status!\nTap this message to set your password and get started.",
|
||||
"public-chat-user-count": "{{count}} people",
|
||||
@ -685,5 +682,14 @@
|
||||
"cost-fee": "Cost/Fee",
|
||||
"currency-display-name-usd": "United States Dollar",
|
||||
"currency-display-name-uah": "Ukraine Hryvnia",
|
||||
"web3-opt-in": "Opt-in web3 provider access"
|
||||
"web3-opt-in": "Opt-in web3 provider access",
|
||||
"recover-password-invalid": "This account already exists but passwords do not match",
|
||||
"members-active-none": "no members",
|
||||
"members-none": "no members",
|
||||
"default-dapps-exchanges": "Exchanges",
|
||||
"default-dapps-marketplaces": "Marketplaces",
|
||||
"default-dapps-fun-games": "Fun & Games",
|
||||
"default-dapps-social-networks": "Social Networks",
|
||||
"default-dapps-social-utilities": "Utilities",
|
||||
"default-dapps-media": "Media"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user