feat(build): Add spanish

Signed-off-by: nothingbutlucas <69118979+nothingbutlucas@users.noreply.github.com>
This commit is contained in:
nothingbutlucas 2024-04-22 20:16:25 -03:00
parent c3eddacfab
commit 062104c85b
No known key found for this signature in database
GPG Key ID: 31DE05DB3B0D9074

View File

@ -32,6 +32,7 @@ langs = [
{"name": "English", "ext": "en"}, {"name": "English", "ext": "en"},
{"name": "Nederlands", "ext": "nl"}, {"name": "Nederlands", "ext": "nl"},
{"name": "Polski", "ext": "pl"}, {"name": "Polski", "ext": "pl"},
{"name": "Español", "ext": "es"},
{"name": "Português", "ext": "pt-br"}, {"name": "Português", "ext": "pt-br"},
{"name": "Türkçe", "ext": "tr"}, {"name": "Türkçe", "ext": "tr"},
{"name": "日本語", "ext": "jp"}, {"name": "日本語", "ext": "jp"},
@ -115,6 +116,17 @@ menu_translations = {
"SOURCE": "Código", "SOURCE": "Código",
"DONATE": "Ajude", "DONATE": "Ajude",
}, },
"es": {
"RETICULUM": "Reticulum",
"START": "Empezas",
"HARDWARE": "Hardware",
"TESTNET": "Testnet",
"MANUAL": "Manual",
"CRYPTO": "Crypto",
"CREDITS": "Creditos",
"SOURCE": "Código fuente",
"DONATE": "Donar",
},
"zh-cn": { "zh-cn": {
"RETICULUM": "Reticulum", "RETICULUM": "Reticulum",
"START": "开始使用", "START": "开始使用",