diff --git a/package-lock.json b/package-lock.json index 9d249ed0..27d98c25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4476,20 +4476,20 @@ "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" }, "node_modules/body-parser": { - "version": "1.20.0", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.0.tgz", - "integrity": "sha512-DfJ+q6EPcGKZD1QWUjSpqp+Q7bDQTsQIF4zfUAtZ6qk+H/3/QRhg9CEp39ss+/T2vw0+HaidC0ecJj/DRLIaKg==", + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz", + "integrity": "sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==", "dependencies": { "bytes": "3.1.2", - "content-type": "~1.0.4", + "content-type": "~1.0.5", "debug": "2.6.9", "depd": "2.0.0", "destroy": "1.2.0", "http-errors": "2.0.0", "iconv-lite": "0.4.24", "on-finished": "2.4.1", - "qs": "6.10.3", - "raw-body": "2.5.1", + "qs": "6.11.0", + "raw-body": "2.5.2", "type-is": "~1.6.18", "unpipe": "1.0.0" }, @@ -4536,12 +4536,12 @@ "node_modules/body-parser/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, "node_modules/body-parser/node_modules/qs": { - "version": "6.10.3", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.3.tgz", - "integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", "dependencies": { "side-channel": "^1.0.4" }, @@ -5186,9 +5186,9 @@ ] }, "node_modules/content-type": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", - "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", "engines": { "node": ">= 0.6" } @@ -5202,9 +5202,9 @@ } }, "node_modules/cookie": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", - "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", + "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", "engines": { "node": ">= 0.6" } @@ -7081,16 +7081,16 @@ } }, "node_modules/express": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/express/-/express-4.18.0.tgz", - "integrity": "sha512-EJEXxiTQJS3lIPrU1AE2vRuT7X7E+0KBbpm5GSoK524yl0K8X+er8zS2P14E64eqsVNoWbMCT7MpmQ+ErAhgRg==", + "version": "4.19.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.19.2.tgz", + "integrity": "sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==", "dependencies": { "accepts": "~1.3.8", "array-flatten": "1.1.1", - "body-parser": "1.20.0", + "body-parser": "1.20.2", "content-disposition": "0.5.4", "content-type": "~1.0.4", - "cookie": "0.5.0", + "cookie": "0.6.0", "cookie-signature": "1.0.6", "debug": "2.6.9", "depd": "2.0.0", @@ -7106,7 +7106,7 @@ "parseurl": "~1.3.3", "path-to-regexp": "0.1.7", "proxy-addr": "~2.0.7", - "qs": "6.10.3", + "qs": "6.11.0", "range-parser": "~1.2.1", "safe-buffer": "5.2.1", "send": "0.18.0", @@ -7148,9 +7148,9 @@ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" }, "node_modules/express/node_modules/qs": { - "version": "6.10.3", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.3.tgz", - "integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", "dependencies": { "side-channel": "^1.0.4" }, @@ -10272,7 +10272,7 @@ "node_modules/media-typer": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", "engines": { "node": ">= 0.6" } @@ -12881,9 +12881,9 @@ } }, "node_modules/raw-body": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", - "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", + "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", "dependencies": { "bytes": "3.1.2", "http-errors": "2.0.0", @@ -19897,20 +19897,20 @@ "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" }, "body-parser": { - "version": "1.20.0", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.0.tgz", - "integrity": "sha512-DfJ+q6EPcGKZD1QWUjSpqp+Q7bDQTsQIF4zfUAtZ6qk+H/3/QRhg9CEp39ss+/T2vw0+HaidC0ecJj/DRLIaKg==", + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz", + "integrity": "sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==", "requires": { "bytes": "3.1.2", - "content-type": "~1.0.4", + "content-type": "~1.0.5", "debug": "2.6.9", "depd": "2.0.0", "destroy": "1.2.0", "http-errors": "2.0.0", "iconv-lite": "0.4.24", "on-finished": "2.4.1", - "qs": "6.10.3", - "raw-body": "2.5.1", + "qs": "6.11.0", + "raw-body": "2.5.2", "type-is": "~1.6.18", "unpipe": "1.0.0" }, @@ -19944,12 +19944,12 @@ "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, "qs": { - "version": "6.10.3", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.3.tgz", - "integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", "requires": { "side-channel": "^1.0.4" } @@ -20443,9 +20443,9 @@ } }, "content-type": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", - "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==" }, "convert-source-map": { "version": "1.7.0", @@ -20456,9 +20456,9 @@ } }, "cookie": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", - "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==" + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", + "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==" }, "cookie-signature": { "version": "1.0.6", @@ -21847,16 +21847,16 @@ } }, "express": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/express/-/express-4.18.0.tgz", - "integrity": "sha512-EJEXxiTQJS3lIPrU1AE2vRuT7X7E+0KBbpm5GSoK524yl0K8X+er8zS2P14E64eqsVNoWbMCT7MpmQ+ErAhgRg==", + "version": "4.19.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.19.2.tgz", + "integrity": "sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==", "requires": { "accepts": "~1.3.8", "array-flatten": "1.1.1", - "body-parser": "1.20.0", + "body-parser": "1.20.2", "content-disposition": "0.5.4", "content-type": "~1.0.4", - "cookie": "0.5.0", + "cookie": "0.6.0", "cookie-signature": "1.0.6", "debug": "2.6.9", "depd": "2.0.0", @@ -21872,7 +21872,7 @@ "parseurl": "~1.3.3", "path-to-regexp": "0.1.7", "proxy-addr": "~2.0.7", - "qs": "6.10.3", + "qs": "6.11.0", "range-parser": "~1.2.1", "safe-buffer": "5.2.1", "send": "0.18.0", @@ -21908,9 +21908,9 @@ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" }, "qs": { - "version": "6.10.3", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.3.tgz", - "integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", "requires": { "side-channel": "^1.0.4" } @@ -24240,7 +24240,7 @@ "media-typer": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==" }, "memfs": { "version": "3.5.3", @@ -26006,9 +26006,9 @@ "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" }, "raw-body": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", - "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", + "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", "requires": { "bytes": "3.1.2", "http-errors": "2.0.0", diff --git a/public/data/wallets.json b/public/data/wallets.json index 0f5f070d..987c250a 100644 --- a/public/data/wallets.json +++ b/public/data/wallets.json @@ -132,30 +132,6 @@ "text": "walletPage.type4" } }, - { - "url": "https://www.coinspot.com.au/", - "image": "/img/wallets/coinspot.png", - "title": { - "translated": false, - "text": "Coinspot" - }, - "subtitle": { - "translated": true, - "text": "walletPage.type3" - } - }, - { - "url": "https://www.coinvault.io/", - "image": "/img/wallets/coinvault.png", - "title": { - "translated": false, - "text": "CoinVault" - }, - "subtitle": { - "translated": true, - "text": "walletPage.type3" - } - }, { "url": "https://holytransaction.com/", "image": "/img/wallets/holytransaction.png", diff --git a/public/img/wallets/coinspot.png b/public/img/wallets/coinspot.png deleted file mode 100755 index bd074f51..00000000 Binary files a/public/img/wallets/coinspot.png and /dev/null differ diff --git a/public/img/wallets/coinvault.png b/public/img/wallets/coinvault.png deleted file mode 100644 index 3dc686f1..00000000 Binary files a/public/img/wallets/coinvault.png and /dev/null differ diff --git a/public/locales/en-US/translation.json b/public/locales/en-US/translation.json index 3a546f1c..61f07bdf 100644 --- a/public/locales/en-US/translation.json +++ b/public/locales/en-US/translation.json @@ -122,7 +122,7 @@ }, "foundationPage": { "missionStatementTitle": "Mission Statement", - "missionStatementText1": "The Peercoin Foundation is a non-profit organization established with a simple mission of promoting and supporting the continued education, development, and overall progression of the Peercoin project. We seek to empower future Peercoin team members by providing the tools necessary to perpetuate Peercoin's long standing reputation.", + "missionStatementText1": "The Peercoin Foundation is a non-profit organization established in 2018 with a simple mission of promoting and supporting the continued education, development, and overall progression of the Peercoin project. The Foundation seeks to empower Peercoin community by providing the tools necessary to perpetuate Peercoin's long-standing reputation.", "missionStatementText2": "The Peercoin blockchain network and the Peercoin project in general is an open-source decentralized ledger, with no governing body. The Peercoin Foundation makes no claims over intellectual property related to the Peercoin project, unless explicitly stated otherwise.", "technicalSupportTitle": "Community Support", "technicalSupportText": "If you would like to get involved with Peercoin, or would simply like to support the team, there are a handful of options at your disposal. If you are interested in becoming a developer for Peercoin or Peercoin related projects such as PeerAssets, send us an email at foundation@peercoin.net. If you would like to donate PPC to the Peercoin Foundation to support the expansion of a project, simply send your PPC donation to the multisignature address below.", diff --git a/public/locales/hi/translation.json b/public/locales/hi/translation.json new file mode 100644 index 00000000..679caae3 --- /dev/null +++ b/public/locales/hi/translation.json @@ -0,0 +1,426 @@ +{ + "menuComponent": { + "links": { + "home": { + "title": "" + }, + "learn": { + "title": "", + "peercoinUniversity": "पियरकॉइन विश्वविद्यालय", + "whatIsBlockchain": "", + "inherentCentralization": "", + "peercoinProofOfStake": "", + "efficientSustainableSecurity": "", + "economicsOfPeercoin": "", + "scalabilityOfPeercoin": "", + "deflationAndCriptocurrencies": "", + "peercoinHybridChainSolution": "", + "richRicherFallacy": "", + "frequentlyAskedQuestions": "" + }, + "getStarted": { + "title": "" + }, + "resources": { + "title": "", + "documentation": "", + "mining": "", + "peercoinUniversity": "पियरकॉइन विश्वविद्यालय", + "exchanges": "", + "blockExplorers": "", + "whitepaper": "", + "graphics": "" + }, + "project": { + "title": "", + "github": "", + "projects": "", + "blog": "", + "peercoinFoundation": "", + "contactUs": "", + "contribute": "" + }, + "wallet": { + "title": "" + }, + "community": { + "title": "", + "forum": "", + "twitter": "", + "facebook": "", + "reddit": "", + "telegram": "", + "discord": "", + "youtube": "", + "bitcointalk": "", + "cmc": "" + }, + "donate": { + "title": "" + } + } + }, + "footerComponent": { + "subscribeTitle": "", + "subscribeSubtitle": "", + "subscribeBtnLabel": "", + "links": { + "learn": { + "title": "", + "linkPeercoinUniversity": "पियरकॉइन विश्वविद्यालय", + "linkWhatIsBlockchain": "", + "linkInherentCentralization": "", + "linkPeercoinProofOfStakeConsensus": "", + "linkEfficientSustainableSecurity": "", + "linkEconomicsOfPeercoin": "", + "linkScalabilityOfPeercoin": "", + "linkFAQ": "" + }, + "getStarted": { + "title": "" + }, + "resources": { + "title": "", + "linkDocumentation": "", + "linkExchanges": "", + "linkBlockExplorers": "", + "linkWhitepaper": "", + "linkGraphics": "", + "linkMining": "" + }, + "wallet": { + "title": "" + }, + "project": { + "title": "", + "linkGithub": "", + "linkProjects": "", + "linkBlog": "", + "linkFoundation": "", + "linkPrivacyPolicy": "", + "linkContact": "" + }, + "community": { + "title": "", + "linkForum": "", + "linkReddit": "", + "linkTelegram": "", + "linkDiscord": "", + "linkBitcointalk": "", + "linkFacebook": "", + "linkTwitter": "", + "linkYoutube": "" + } + }, + "copyright": { + "copyright": "", + "rights": "" + } + }, + "latestNewsComp": { + "readMore": "" + }, + "foundationPage": { + "missionStatementTitle": "", + "missionStatementText1": "", + "missionStatementText2": "", + "technicalSupportTitle": "", + "technicalSupportText": "", + "generalFundPpcAddress": "", + "generalFundBtcAddress": "", + "generalFundEthAddress": "", + "viewOnExplorer": "", + "openCollectiveNote": "", + "contactUsTitle": "", + "addressCountry": "", + "reportsTitle": "", + "reportsSupportText": "" + }, + "contributePage": { + "contributeTitle": "", + "contributeDescription": "", + "contributeIntro": "", + "header": { + "reportBugs": "", + "helpOthers": "", + "translate": "", + "write": "" + }, + "content": { + "reportBugs": "", + "helpOthers": "", + "translate": "", + "write": "" + }, + "buttons": { + "help": "", + "translate": "" + } + }, + "contactPage": { + "contactTitle": "", + "contactDescription": "", + "contactUsTitle": "", + "contactUsText": "", + "contactUsBtn": "", + "technicalSupportTitle": "", + "technicalSupportText": "", + "addressCountry": "", + "documentationTitle": "", + "documentationText": "", + "documentationBtn": "", + "faqTitle": "", + "faq": { + "howOldQuestion": "", + "howOldAnswer": "", + "howCanIMineQuestion": "", + "howCanIMineAnswer": "", + "whyMintingQuestion": "", + "whyMintingAnswer": "", + "whyFixedFeeQuestion": "", + "whyFixedFeeAnswer": "", + "howCanPeercoinQuestion": "", + "howCanPeercoinAnswer": "", + "whyNoMintingQuestion": "", + "whyNoMintingAnswer": "", + "howManyConfirmationsQuestion": "", + "howManyConfirmationsAnswer": "", + "whyNotAvailableMintinQuestion": "", + "whyNotAvailableMintinAnswer": "" + } + }, + "projectsPage": { + "title": "", + "description": "", + "peerAssetsTitle": "", + "peerAssetsP1": "", + "peerAssetsP2": "", + "peerAssetsP3": "", + "peerAssetsP4": "", + "peerAssetsBtnGithub": "", + "peerAssetsBtnWhitepaper": "", + "perperaTitle": "", + "perperaP1": "", + "perperaP2": "", + "perperaP3": "", + "perperaP4": "", + "perperaP5": "", + "perperaBtnGithub": "" + }, + "resourcesPage": { + "title": "", + "description": "", + "actions": { + "action1": "", + "action2": "", + "action3": "", + "action4": "", + "action5": "" + }, + "contributeTitle": "", + "contributeText": "", + "contributeBtn": "", + "documentationTitle": "", + "documentationText": "", + "documentationBtn": "", + "miningTitle": "", + "miningText1": "", + "miningText2": "", + "miningBtn1": "", + "miningBtn2": "", + "universityTitle": "पियरकॉइन विश्वविद्यालय", + "universityText1": "", + "universityText2": "", + "universityLink1": "", + "universityLink2": "", + "universityLink3": "", + "universityBtn": "पियरकॉइन विश्वविद्यालय", + "exchangesTitle": "", + "exchangesText": "", + "exchangesType1": "", + "exchangesType2": "", + "exchangesType3": "", + "exchangesType4": "", + "exchangesType5": "", + "explorersTitle": "", + "explorersMainnet": "", + "explorersTestnet": "", + "toolsTitle": "", + "toolsCharts": "", + "toolsMempool": "", + "toolsEnergyStatistics": "", + "toolsTestnetFaucet": "", + "toolsPresentation": "", + "communityTitle": "", + "whitepaperTitle": "", + "whitepaperEnglish": "", + "whitepaperChinese": "", + "whitepaperSpanish": "", + "whitepaperDutch": "", + "whitepaperFrench": "", + "whitepaperGerman": "", + "whitepaperJapanese": "", + "whitepaperKorean": "", + "whitepaperRomanian": "", + "whitepaperRussian": "", + "graphicsTitle": "", + "graphicsText": "", + "graphicsVertical": "", + "graphicsHorizontal": "", + "graphicsIconOnly": "", + "graphicsTextOnly": "", + "graphicsFavicons": "", + "graphicsZipFolder": "", + "brandIdentityTitle": "", + "brandIdentityColorsFonts": "", + "brandIdentityDisclaimer": "", + "brandIdentityGreen": "", + "brandIdentityFont": "", + "brandIdentityFontFont": "", + "brandIdentityFontType": "", + "brandIdentityFontRoboto": "", + "wrapedPPCTitle": "", + "wrappedPPCText": "" + }, + "walletPage": { + "title": "", + "description": "", + "actions": { + "action1": "", + "action2": "", + "action3": "", + "action4": "" + }, + "desktopWalletTitle": "", + "walletWindows": "", + "walletMac": "", + "walletLinux": "", + "installationTitle": "", + "sectionWindows": { + "title1": "", + "text1": "", + "text2": "", + "text3": "", + "title2": "", + "text4": "", + "text5": "", + "text6": "", + "text7": "", + "text8": "" + }, + "sectionMac": { + "title1": "", + "text1": "", + "text2": "", + "text3": "", + "text4": "", + "title2": "", + "text5": "", + "text6": "", + "text7": "", + "text8": "", + "text9": "" + }, + "sectionLinux": { + "title1": "", + "text1": "", + "text2": "", + "textFlathub": "", + "descriptionFlathub": "", + "title2": "", + "text3": "", + "text4": "", + "text5": "", + "text6": "", + "text7": "", + "text8": "", + "text9": "", + "text10": "", + "text11": "", + "text12": "", + "title3": "", + "text13": "", + "text14": "", + "text15": "", + "text16": "" + }, + "mobileWalletTitle": "", + "paperWalletTitle": "", + "paperWalletSubtitle1": "", + "paperWalletSubtitle2": "", + "paperWalletSubtitle3": "", + "type1": "", + "type2": "", + "type3": "", + "type4": "" + }, + "indexPage": { + "actions": { + "action1": "", + "action2": "" + }, + "youtubeSection": { + "subText": "", + "btnVideo1": "", + "btnVideo2": "", + "btnVideo3": "", + "btnVideo4": "", + "btnVideo5": "" + }, + "efficientEnergyTitle": "", + "efficientEnergyText1": "", + "efficientEnergyText2": "", + "efficientEnergyText3": "", + "userGovernanceTitle": "", + "userGovernanceText1": "", + "userGovernanceText2": "", + "trustlessTitle": "", + "trustlessText1": "", + "trustlessText2": "", + "trustlessText3": "", + "fairDistributionTitle": "", + "fairDistributionText1": "", + "fairDistributionText2": "", + "fairDistributionText3": "", + "fairDistributionText4": "", + "valueStoreTitle": "", + "valueStoreText1": "", + "valueStoreText2": "", + "valueStoreText3": "", + "getStartedTitle": "", + "collapsables": { + "learnTitle": "", + "learnText1": "", + "learnText2": "", + "learnText3": "", + "purchaseTitle": "", + "purchaseText1": "", + "purchaseText3": "", + "walletTitle": "", + "walletText1": "", + "walletText2": "", + "walletText3": "", + "mintTitle": "", + "mintText1": "", + "mintText2": "", + "mintText3": "", + "mineTitle": "", + "mineText1": "", + "mineText2": "", + "communityTitle": "", + "communityText1": "", + "communityText2": "" + }, + "latestNewsTitle": "" + }, + "notFoundPage": { + "title": "", + "description": "" + }, + "reader": { + "buttonGoBack": "", + "buttonDownload": "", + "hint": "", + "notFound": "" + } +} diff --git a/public/locales/nb_NO/translation.json b/public/locales/nb_NO/translation.json new file mode 100644 index 00000000..65069863 --- /dev/null +++ b/public/locales/nb_NO/translation.json @@ -0,0 +1,426 @@ +{ + "menuComponent": { + "links": { + "home": { + "title": "" + }, + "learn": { + "title": "", + "peercoinUniversity": "Peercoin-universitetet", + "whatIsBlockchain": "", + "inherentCentralization": "", + "peercoinProofOfStake": "", + "efficientSustainableSecurity": "", + "economicsOfPeercoin": "", + "scalabilityOfPeercoin": "", + "deflationAndCriptocurrencies": "", + "peercoinHybridChainSolution": "", + "richRicherFallacy": "", + "frequentlyAskedQuestions": "" + }, + "getStarted": { + "title": "" + }, + "resources": { + "title": "", + "documentation": "", + "mining": "", + "peercoinUniversity": "Peercoin-universitetet", + "exchanges": "", + "blockExplorers": "", + "whitepaper": "", + "graphics": "" + }, + "project": { + "title": "", + "github": "", + "projects": "", + "blog": "", + "peercoinFoundation": "", + "contactUs": "", + "contribute": "" + }, + "wallet": { + "title": "" + }, + "community": { + "title": "", + "forum": "", + "twitter": "", + "facebook": "", + "reddit": "", + "telegram": "", + "discord": "", + "youtube": "", + "bitcointalk": "", + "cmc": "" + }, + "donate": { + "title": "" + } + } + }, + "footerComponent": { + "subscribeTitle": "", + "subscribeSubtitle": "", + "subscribeBtnLabel": "", + "links": { + "learn": { + "title": "", + "linkPeercoinUniversity": "Peercoin-universitetet", + "linkWhatIsBlockchain": "", + "linkInherentCentralization": "", + "linkPeercoinProofOfStakeConsensus": "", + "linkEfficientSustainableSecurity": "", + "linkEconomicsOfPeercoin": "", + "linkScalabilityOfPeercoin": "", + "linkFAQ": "" + }, + "getStarted": { + "title": "" + }, + "resources": { + "title": "", + "linkDocumentation": "", + "linkExchanges": "", + "linkBlockExplorers": "", + "linkWhitepaper": "", + "linkGraphics": "", + "linkMining": "" + }, + "wallet": { + "title": "" + }, + "project": { + "title": "", + "linkGithub": "", + "linkProjects": "", + "linkBlog": "", + "linkFoundation": "", + "linkPrivacyPolicy": "", + "linkContact": "" + }, + "community": { + "title": "", + "linkForum": "", + "linkReddit": "", + "linkTelegram": "", + "linkDiscord": "", + "linkBitcointalk": "", + "linkFacebook": "", + "linkTwitter": "", + "linkYoutube": "" + } + }, + "copyright": { + "copyright": "", + "rights": "" + } + }, + "latestNewsComp": { + "readMore": "" + }, + "foundationPage": { + "missionStatementTitle": "", + "missionStatementText1": "", + "missionStatementText2": "", + "technicalSupportTitle": "", + "technicalSupportText": "", + "generalFundPpcAddress": "", + "generalFundBtcAddress": "", + "generalFundEthAddress": "", + "viewOnExplorer": "", + "openCollectiveNote": "", + "contactUsTitle": "", + "addressCountry": "", + "reportsTitle": "", + "reportsSupportText": "" + }, + "contributePage": { + "contributeTitle": "", + "contributeDescription": "", + "contributeIntro": "", + "header": { + "reportBugs": "", + "helpOthers": "", + "translate": "", + "write": "" + }, + "content": { + "reportBugs": "", + "helpOthers": "", + "translate": "", + "write": "" + }, + "buttons": { + "help": "", + "translate": "" + } + }, + "contactPage": { + "contactTitle": "", + "contactDescription": "", + "contactUsTitle": "", + "contactUsText": "", + "contactUsBtn": "", + "technicalSupportTitle": "", + "technicalSupportText": "", + "addressCountry": "", + "documentationTitle": "", + "documentationText": "", + "documentationBtn": "", + "faqTitle": "", + "faq": { + "howOldQuestion": "", + "howOldAnswer": "", + "howCanIMineQuestion": "", + "howCanIMineAnswer": "", + "whyMintingQuestion": "", + "whyMintingAnswer": "", + "whyFixedFeeQuestion": "", + "whyFixedFeeAnswer": "", + "howCanPeercoinQuestion": "", + "howCanPeercoinAnswer": "", + "whyNoMintingQuestion": "", + "whyNoMintingAnswer": "", + "howManyConfirmationsQuestion": "", + "howManyConfirmationsAnswer": "", + "whyNotAvailableMintinQuestion": "", + "whyNotAvailableMintinAnswer": "" + } + }, + "projectsPage": { + "title": "", + "description": "", + "peerAssetsTitle": "", + "peerAssetsP1": "", + "peerAssetsP2": "", + "peerAssetsP3": "", + "peerAssetsP4": "", + "peerAssetsBtnGithub": "", + "peerAssetsBtnWhitepaper": "", + "perperaTitle": "", + "perperaP1": "", + "perperaP2": "", + "perperaP3": "", + "perperaP4": "", + "perperaP5": "", + "perperaBtnGithub": "" + }, + "resourcesPage": { + "title": "", + "description": "", + "actions": { + "action1": "", + "action2": "", + "action3": "", + "action4": "", + "action5": "" + }, + "contributeTitle": "", + "contributeText": "", + "contributeBtn": "", + "documentationTitle": "", + "documentationText": "", + "documentationBtn": "", + "miningTitle": "", + "miningText1": "", + "miningText2": "", + "miningBtn1": "", + "miningBtn2": "", + "universityTitle": "Peercoin-universitetet", + "universityText1": "", + "universityText2": "", + "universityLink1": "", + "universityLink2": "", + "universityLink3": "", + "universityBtn": "Peercoin-universitetet", + "exchangesTitle": "", + "exchangesText": "", + "exchangesType1": "", + "exchangesType2": "", + "exchangesType3": "", + "exchangesType4": "", + "exchangesType5": "", + "explorersTitle": "", + "explorersMainnet": "", + "explorersTestnet": "", + "toolsTitle": "", + "toolsCharts": "", + "toolsMempool": "", + "toolsEnergyStatistics": "", + "toolsTestnetFaucet": "", + "toolsPresentation": "", + "communityTitle": "", + "whitepaperTitle": "", + "whitepaperEnglish": "", + "whitepaperChinese": "", + "whitepaperSpanish": "", + "whitepaperDutch": "", + "whitepaperFrench": "", + "whitepaperGerman": "", + "whitepaperJapanese": "", + "whitepaperKorean": "", + "whitepaperRomanian": "", + "whitepaperRussian": "", + "graphicsTitle": "", + "graphicsText": "", + "graphicsVertical": "", + "graphicsHorizontal": "", + "graphicsIconOnly": "", + "graphicsTextOnly": "", + "graphicsFavicons": "", + "graphicsZipFolder": "", + "brandIdentityTitle": "", + "brandIdentityColorsFonts": "", + "brandIdentityDisclaimer": "", + "brandIdentityGreen": "", + "brandIdentityFont": "", + "brandIdentityFontFont": "", + "brandIdentityFontType": "", + "brandIdentityFontRoboto": "", + "wrapedPPCTitle": "", + "wrappedPPCText": "" + }, + "walletPage": { + "title": "", + "description": "", + "actions": { + "action1": "", + "action2": "", + "action3": "", + "action4": "" + }, + "desktopWalletTitle": "", + "walletWindows": "", + "walletMac": "", + "walletLinux": "", + "installationTitle": "", + "sectionWindows": { + "title1": "", + "text1": "", + "text2": "", + "text3": "", + "title2": "", + "text4": "", + "text5": "", + "text6": "", + "text7": "", + "text8": "" + }, + "sectionMac": { + "title1": "", + "text1": "", + "text2": "", + "text3": "", + "text4": "", + "title2": "", + "text5": "", + "text6": "", + "text7": "", + "text8": "", + "text9": "" + }, + "sectionLinux": { + "title1": "", + "text1": "", + "text2": "", + "textFlathub": "", + "descriptionFlathub": "", + "title2": "", + "text3": "", + "text4": "", + "text5": "", + "text6": "", + "text7": "", + "text8": "", + "text9": "", + "text10": "", + "text11": "", + "text12": "", + "title3": "", + "text13": "", + "text14": "", + "text15": "", + "text16": "" + }, + "mobileWalletTitle": "", + "paperWalletTitle": "", + "paperWalletSubtitle1": "", + "paperWalletSubtitle2": "", + "paperWalletSubtitle3": "", + "type1": "", + "type2": "", + "type3": "", + "type4": "" + }, + "indexPage": { + "actions": { + "action1": "", + "action2": "" + }, + "youtubeSection": { + "subText": "", + "btnVideo1": "", + "btnVideo2": "", + "btnVideo3": "", + "btnVideo4": "", + "btnVideo5": "" + }, + "efficientEnergyTitle": "", + "efficientEnergyText1": "", + "efficientEnergyText2": "", + "efficientEnergyText3": "", + "userGovernanceTitle": "", + "userGovernanceText1": "", + "userGovernanceText2": "", + "trustlessTitle": "", + "trustlessText1": "", + "trustlessText2": "", + "trustlessText3": "", + "fairDistributionTitle": "", + "fairDistributionText1": "", + "fairDistributionText2": "", + "fairDistributionText3": "", + "fairDistributionText4": "", + "valueStoreTitle": "", + "valueStoreText1": "", + "valueStoreText2": "", + "valueStoreText3": "", + "getStartedTitle": "", + "collapsables": { + "learnTitle": "", + "learnText1": "", + "learnText2": "", + "learnText3": "", + "purchaseTitle": "", + "purchaseText1": "", + "purchaseText3": "", + "walletTitle": "", + "walletText1": "", + "walletText2": "", + "walletText3": "", + "mintTitle": "", + "mintText1": "", + "mintText2": "", + "mintText3": "", + "mineTitle": "", + "mineText1": "", + "mineText2": "", + "communityTitle": "", + "communityText1": "", + "communityText2": "" + }, + "latestNewsTitle": "" + }, + "notFoundPage": { + "title": "", + "description": "" + }, + "reader": { + "buttonGoBack": "", + "buttonDownload": "", + "hint": "", + "notFound": "" + } +} diff --git a/public/locales/zh_Hant/translation.json b/public/locales/zh_Hant/translation.json new file mode 100644 index 00000000..b3f99870 --- /dev/null +++ b/public/locales/zh_Hant/translation.json @@ -0,0 +1,426 @@ +{ + "menuComponent": { + "links": { + "home": { + "title": "" + }, + "learn": { + "title": "", + "peercoinUniversity": "點點幣大學", + "whatIsBlockchain": "", + "inherentCentralization": "", + "peercoinProofOfStake": "", + "efficientSustainableSecurity": "", + "economicsOfPeercoin": "", + "scalabilityOfPeercoin": "點點幣的可伸縮性", + "deflationAndCriptocurrencies": "", + "peercoinHybridChainSolution": "", + "richRicherFallacy": "", + "frequentlyAskedQuestions": "" + }, + "getStarted": { + "title": "" + }, + "resources": { + "title": "", + "documentation": "", + "mining": "", + "peercoinUniversity": "點點幣大學", + "exchanges": "", + "blockExplorers": "", + "whitepaper": "", + "graphics": "" + }, + "project": { + "title": "", + "github": "", + "projects": "", + "blog": "", + "peercoinFoundation": "", + "contactUs": "", + "contribute": "" + }, + "wallet": { + "title": "" + }, + "community": { + "title": "", + "forum": "", + "twitter": "", + "facebook": "", + "reddit": "", + "telegram": "", + "discord": "", + "youtube": "", + "bitcointalk": "", + "cmc": "" + }, + "donate": { + "title": "" + } + } + }, + "footerComponent": { + "subscribeTitle": "", + "subscribeSubtitle": "", + "subscribeBtnLabel": "", + "links": { + "learn": { + "title": "", + "linkPeercoinUniversity": "點點幣大學", + "linkWhatIsBlockchain": "", + "linkInherentCentralization": "", + "linkPeercoinProofOfStakeConsensus": "", + "linkEfficientSustainableSecurity": "", + "linkEconomicsOfPeercoin": "", + "linkScalabilityOfPeercoin": "點點幣的可伸縮性", + "linkFAQ": "" + }, + "getStarted": { + "title": "" + }, + "resources": { + "title": "", + "linkDocumentation": "", + "linkExchanges": "", + "linkBlockExplorers": "", + "linkWhitepaper": "", + "linkGraphics": "", + "linkMining": "" + }, + "wallet": { + "title": "" + }, + "project": { + "title": "", + "linkGithub": "", + "linkProjects": "", + "linkBlog": "", + "linkFoundation": "", + "linkPrivacyPolicy": "", + "linkContact": "" + }, + "community": { + "title": "", + "linkForum": "", + "linkReddit": "", + "linkTelegram": "", + "linkDiscord": "", + "linkBitcointalk": "", + "linkFacebook": "", + "linkTwitter": "", + "linkYoutube": "" + } + }, + "copyright": { + "copyright": "", + "rights": "" + } + }, + "latestNewsComp": { + "readMore": "" + }, + "foundationPage": { + "missionStatementTitle": "", + "missionStatementText1": "", + "missionStatementText2": "", + "technicalSupportTitle": "", + "technicalSupportText": "", + "generalFundPpcAddress": "", + "generalFundBtcAddress": "", + "generalFundEthAddress": "", + "viewOnExplorer": "", + "openCollectiveNote": "", + "contactUsTitle": "", + "addressCountry": "", + "reportsTitle": "", + "reportsSupportText": "" + }, + "contributePage": { + "contributeTitle": "", + "contributeDescription": "", + "contributeIntro": "", + "header": { + "reportBugs": "", + "helpOthers": "", + "translate": "", + "write": "" + }, + "content": { + "reportBugs": "", + "helpOthers": "", + "translate": "", + "write": "" + }, + "buttons": { + "help": "", + "translate": "" + } + }, + "contactPage": { + "contactTitle": "", + "contactDescription": "", + "contactUsTitle": "", + "contactUsText": "", + "contactUsBtn": "", + "technicalSupportTitle": "", + "technicalSupportText": "", + "addressCountry": "", + "documentationTitle": "", + "documentationText": "", + "documentationBtn": "", + "faqTitle": "", + "faq": { + "howOldQuestion": "", + "howOldAnswer": "", + "howCanIMineQuestion": "", + "howCanIMineAnswer": "", + "whyMintingQuestion": "", + "whyMintingAnswer": "", + "whyFixedFeeQuestion": "", + "whyFixedFeeAnswer": "", + "howCanPeercoinQuestion": "", + "howCanPeercoinAnswer": "", + "whyNoMintingQuestion": "", + "whyNoMintingAnswer": "", + "howManyConfirmationsQuestion": "", + "howManyConfirmationsAnswer": "", + "whyNotAvailableMintinQuestion": "", + "whyNotAvailableMintinAnswer": "" + } + }, + "projectsPage": { + "title": "", + "description": "", + "peerAssetsTitle": "", + "peerAssetsP1": "", + "peerAssetsP2": "", + "peerAssetsP3": "", + "peerAssetsP4": "", + "peerAssetsBtnGithub": "", + "peerAssetsBtnWhitepaper": "", + "perperaTitle": "", + "perperaP1": "", + "perperaP2": "", + "perperaP3": "", + "perperaP4": "", + "perperaP5": "", + "perperaBtnGithub": "" + }, + "resourcesPage": { + "title": "", + "description": "", + "actions": { + "action1": "", + "action2": "", + "action3": "", + "action4": "", + "action5": "" + }, + "contributeTitle": "", + "contributeText": "", + "contributeBtn": "", + "documentationTitle": "", + "documentationText": "", + "documentationBtn": "", + "miningTitle": "", + "miningText1": "", + "miningText2": "", + "miningBtn1": "", + "miningBtn2": "", + "universityTitle": "點點幣大學", + "universityText1": "", + "universityText2": "", + "universityLink1": "", + "universityLink2": "", + "universityLink3": "", + "universityBtn": "點點幣大學", + "exchangesTitle": "", + "exchangesText": "", + "exchangesType1": "", + "exchangesType2": "", + "exchangesType3": "", + "exchangesType4": "", + "exchangesType5": "", + "explorersTitle": "", + "explorersMainnet": "", + "explorersTestnet": "", + "toolsTitle": "", + "toolsCharts": "", + "toolsMempool": "", + "toolsEnergyStatistics": "", + "toolsTestnetFaucet": "", + "toolsPresentation": "", + "communityTitle": "", + "whitepaperTitle": "", + "whitepaperEnglish": "", + "whitepaperChinese": "", + "whitepaperSpanish": "", + "whitepaperDutch": "", + "whitepaperFrench": "", + "whitepaperGerman": "", + "whitepaperJapanese": "", + "whitepaperKorean": "", + "whitepaperRomanian": "", + "whitepaperRussian": "", + "graphicsTitle": "", + "graphicsText": "", + "graphicsVertical": "", + "graphicsHorizontal": "", + "graphicsIconOnly": "", + "graphicsTextOnly": "", + "graphicsFavicons": "", + "graphicsZipFolder": "", + "brandIdentityTitle": "", + "brandIdentityColorsFonts": "", + "brandIdentityDisclaimer": "", + "brandIdentityGreen": "", + "brandIdentityFont": "", + "brandIdentityFontFont": "", + "brandIdentityFontType": "", + "brandIdentityFontRoboto": "", + "wrapedPPCTitle": "", + "wrappedPPCText": "" + }, + "walletPage": { + "title": "", + "description": "", + "actions": { + "action1": "", + "action2": "", + "action3": "", + "action4": "" + }, + "desktopWalletTitle": "", + "walletWindows": "", + "walletMac": "", + "walletLinux": "", + "installationTitle": "", + "sectionWindows": { + "title1": "", + "text1": "", + "text2": "", + "text3": "", + "title2": "", + "text4": "", + "text5": "", + "text6": "", + "text7": "", + "text8": "" + }, + "sectionMac": { + "title1": "", + "text1": "", + "text2": "", + "text3": "", + "text4": "", + "title2": "", + "text5": "", + "text6": "", + "text7": "", + "text8": "", + "text9": "" + }, + "sectionLinux": { + "title1": "", + "text1": "", + "text2": "", + "textFlathub": "", + "descriptionFlathub": "", + "title2": "", + "text3": "", + "text4": "", + "text5": "", + "text6": "", + "text7": "", + "text8": "", + "text9": "", + "text10": "", + "text11": "", + "text12": "", + "title3": "", + "text13": "", + "text14": "", + "text15": "", + "text16": "" + }, + "mobileWalletTitle": "", + "paperWalletTitle": "", + "paperWalletSubtitle1": "", + "paperWalletSubtitle2": "", + "paperWalletSubtitle3": "", + "type1": "", + "type2": "", + "type3": "", + "type4": "" + }, + "indexPage": { + "actions": { + "action1": "", + "action2": "" + }, + "youtubeSection": { + "subText": "", + "btnVideo1": "", + "btnVideo2": "", + "btnVideo3": "", + "btnVideo4": "", + "btnVideo5": "" + }, + "efficientEnergyTitle": "", + "efficientEnergyText1": "", + "efficientEnergyText2": "", + "efficientEnergyText3": "", + "userGovernanceTitle": "", + "userGovernanceText1": "", + "userGovernanceText2": "", + "trustlessTitle": "", + "trustlessText1": "", + "trustlessText2": "", + "trustlessText3": "", + "fairDistributionTitle": "", + "fairDistributionText1": "", + "fairDistributionText2": "", + "fairDistributionText3": "", + "fairDistributionText4": "", + "valueStoreTitle": "", + "valueStoreText1": "", + "valueStoreText2": "", + "valueStoreText3": "", + "getStartedTitle": "", + "collapsables": { + "learnTitle": "", + "learnText1": "", + "learnText2": "", + "learnText3": "", + "purchaseTitle": "", + "purchaseText1": "", + "purchaseText3": "", + "walletTitle": "", + "walletText1": "", + "walletText2": "", + "walletText3": "", + "mintTitle": "", + "mintText1": "", + "mintText2": "", + "mintText3": "", + "mineTitle": "", + "mineText1": "", + "mineText2": "", + "communityTitle": "", + "communityText1": "", + "communityText2": "" + }, + "latestNewsTitle": "" + }, + "notFoundPage": { + "title": "", + "description": "" + }, + "reader": { + "buttonGoBack": "", + "buttonDownload": "", + "hint": "", + "notFound": "" + } +}