mirror of
https://github.com/ringtools/ringtools-translations.git
synced 2024-08-15 20:41:54 +02:00
Merge branch 'main' of https://github.com/ringtools/ringtools-translations
This commit is contained in:
commit
704f9b507e
@ -1,4 +1,9 @@
|
||||
{
|
||||
"General": {
|
||||
"TG_USERNAME": "TG username",
|
||||
"NODENAME": "Nodename",
|
||||
"PUBLIC_KEY": "Public Key"
|
||||
},
|
||||
"Pages": {
|
||||
"HOME": "Home",
|
||||
"OVERVIEW": "Overview",
|
||||
@ -9,7 +14,31 @@
|
||||
"WELCOME_HEADER": "Welcome to RingTools Web",
|
||||
"WELCOME_TEXT": "Please report any issues on <a href=\"https://github.com/ringtools/ringtools-web/issues\" target=\"_blank\"><i class=\"bi bi-github\"></i> GitHub</a> if you encounter them, enjoy!",
|
||||
"DONATE_TEXT": "Running the infrastructure for RingTools is not free. If you like RingTools, please consider ",
|
||||
"DONATE_LINK": "donating"
|
||||
"DONATE_LINK": "donating",
|
||||
"ACKNOWLEDGEMENTS": "Acknowledgements",
|
||||
"EXPLAIN_HEADER": "How does this work",
|
||||
"EXPLAIN_TEXT": "Ring Participants and their information (loaded from the CSV) will be stored in your browser (LocalStorage)"
|
||||
},
|
||||
"Overview": {
|
||||
"HEADER": "Ring participants",
|
||||
"DOWNLOAD_VISUAL": "Download Visual",
|
||||
"RED_CHANNELS": "Red channels: Fee policy missing",
|
||||
"TH_CH_ID": "Channel ID",
|
||||
"TH_NODE": "Node",
|
||||
"BASE_FEE": "Base fee",
|
||||
"FEE_RATE": "Fee rate",
|
||||
"NODE_POLICY": "Node policy"
|
||||
},
|
||||
"Visual": {
|
||||
"HEADER": "Node connections",
|
||||
"UNSAVED_CHANGES": "Unsaved changes, click \"Persist channel order\" to save.",
|
||||
"BTN_PERSIST_ORDER": "Persist channel order",
|
||||
"BTN_DOWNLOAD_CHANNELS_TXT": "Download channels.txt",
|
||||
"BTN_DOWNLOAD_PUBKEYS_TXT": "Download pubkeys.txt",
|
||||
"BTN_DOWNLOAD_IGNITER_PUBKEYS": "Download igniter.sh pubkeys",
|
||||
"LBL_RINGLEADER": "Ringleader",
|
||||
"LBL_SELECT_RINGLEADER": "Select",
|
||||
"BTN_REORDER": "Reorder"
|
||||
},
|
||||
"Footer": {
|
||||
"DOCUMENTATION": "Documentation",
|
||||
@ -27,6 +56,8 @@
|
||||
"BTN_PARSE_CAPACITY": "Parse capacity",
|
||||
"SAVED_RINGS": "Saved Rings",
|
||||
"NO_SAVED_RINGS": "No saved rings",
|
||||
"LANGUAGE": "Language"
|
||||
"LANGUAGE": "Language",
|
||||
"MANUAL_ADD": "Manual add",
|
||||
"IMPORT_AREA": "Import groupnodes from 🧀 CheeseRobot ₿"
|
||||
}
|
||||
}
|
||||
}
|
63
web/es-ES.json
Normal file
63
web/es-ES.json
Normal file
@ -0,0 +1,63 @@
|
||||
{
|
||||
"General": {
|
||||
"TG_USERNAME": "TG nombre de usuario",
|
||||
"NODENAME": "Nombre del nodo",
|
||||
"PUBLIC_KEY": "Clave pública (pubkey)"
|
||||
},
|
||||
"Pages": {
|
||||
"HOME": "Página principal",
|
||||
"OVERVIEW": "Resumen",
|
||||
"VISUAL": "Visuales",
|
||||
"SETTINGS": "Configuración"
|
||||
},
|
||||
"Home": {
|
||||
"WELCOME_HEADER": "Bienvenido a RingTools Web",
|
||||
"WELCOME_TEXT": "Si tiene algún problema, infórmelo en <a href=\"https://github.com/ringtools/ringtools-web/issues\" target=\"_blank\"><i class=\"bi bi-github\"></i> GitHub</a>, ¡Gracias!",
|
||||
"DONATE_TEXT": "Operar la infraestructura de RingTools no es gratuito. Si le gusta RingTools, considere ",
|
||||
"DONATE_LINK": "donar",
|
||||
"ACKNOWLEDGEMENTS": "Reconocimiento",
|
||||
"EXPLAIN_HEADER": "Cómo funciona esto",
|
||||
"EXPLAIN_TEXT": "Los participantes del anillo y su información (cargada desde el CSV) se almacenarán en su navegador (LocalStorage)"
|
||||
},
|
||||
"Overview": {
|
||||
"HEADER": "Participantes del anillo",
|
||||
"DOWNLOAD_VISUAL": "Descargar Imagen",
|
||||
"RED_CHANNELS": "Canales rojos: política de tarifas faltante o desconocida",
|
||||
"TH_CH_ID": "ID del canal",
|
||||
"TH_NODE": "Nodo",
|
||||
"BASE_FEE": "Tarifa base",
|
||||
"FEE_RATE": "Tarifa ppm",
|
||||
"NODE_POLICY": "Política de nodo"
|
||||
},
|
||||
"Visual": {
|
||||
"HEADER": "Conexiones de nodo",
|
||||
"UNSAVED_CHANGES": "Cambios no guardados, haz clic en \"Mantenerse el orden de los canales\" para recordar.",
|
||||
"BTN_PERSIST_ORDER": "Mantenerse el orden de los canales",
|
||||
"BTN_DOWNLOAD_CHANNELS_TXT": "Descargar channels.txt",
|
||||
"BTN_DOWNLOAD_PUBKEYS_TXT": "Descargar pubkeys.txt",
|
||||
"BTN_DOWNLOAD_IGNITER_PUBKEYS": "Descargar claves públicas de igniter.sh",
|
||||
"LBL_RINGLEADER": "Coordinador de anillo",
|
||||
"LBL_SELECT_RINGLEADER": "Seleccionar",
|
||||
"BTN_REORDER": "Reordenar"
|
||||
},
|
||||
"Footer": {
|
||||
"DOCUMENTATION": "Documentación",
|
||||
"GITHUB": "Github",
|
||||
"DONATE": "Donar"
|
||||
},
|
||||
"Settings": {
|
||||
"RING_NAME": "Nombre del anillo",
|
||||
"RING_SIZE": "Tamaño del anillo",
|
||||
"BTN_IMPORT_GROUPNODES": "Importar nodos de grupo",
|
||||
"BTN_SAVE_RING_SETTINGS": "Recordar configuración de anillo",
|
||||
"BTN_ADD": "Agregar",
|
||||
"BTN_LOAD": "Cargar",
|
||||
"BTN_REMOVE": "Eliminar",
|
||||
"BTN_PARSE_CAPACITY": "Actualizar capacidad",
|
||||
"SAVED_RINGS": "Anillos recordados",
|
||||
"NO_SAVED_RINGS": "Sin anillos recordados",
|
||||
"LANGUAGE": "Idioma",
|
||||
"MANUAL_ADD": "Agregar manualmente",
|
||||
"IMPORT_AREA": "Importar nodos de grupo desde 🧀 CheeseRobot ₿"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user