Improve Spanish translatoin
This commit is contained in:
parent
43b4e2e584
commit
ca0cf827b2
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
needs: check-changes
|
needs: check-changes
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ needs.check-changes.outputs >= 2 }}
|
if: ${{ needs.check-changes.outputs >= 1 }}
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
|
@ -9,5 +9,5 @@ register('es', () => import('../locales/es.json'))
|
|||||||
|
|
||||||
init({
|
init({
|
||||||
fallbackLocale: defaultLocale,
|
fallbackLocale: defaultLocale,
|
||||||
initialLocale: browser ? window.navigator.language : defaultLocale,
|
initialLocale: browser ? browser && localStorage.getItem('locale') ? localStorage.getItem('locale') : window.navigator.language : defaultLocale,
|
||||||
})
|
})
|
@ -28,17 +28,17 @@
|
|||||||
"version": "Versión",
|
"version": "Versión",
|
||||||
"ledColor": "color del LED",
|
"ledColor": "color del LED",
|
||||||
"systemInfo": "Info del sistema",
|
"systemInfo": "Info del sistema",
|
||||||
"showText": "Poner texto",
|
"showText": "Mostrar texto",
|
||||||
"text": "Texto",
|
"text": "Texto",
|
||||||
"title": "Control",
|
"title": "Control",
|
||||||
"buildTime": "Tiempo de construcción",
|
"buildTime": "Tiempo de compilación",
|
||||||
"hostname": "Nombre de host"
|
"hostname": "Nombre del host"
|
||||||
},
|
},
|
||||||
"status": {
|
"status": {
|
||||||
"memoryFree": "Memoria RAM libre",
|
"memoryFree": "Memoria RAM libre",
|
||||||
"wsPriceConnection": "Conexión WebSocket Precio",
|
"wsPriceConnection": "Conexión WebSocket Precio",
|
||||||
"wsMempoolConnection": "Conexión WebSocket Mempool.space",
|
"wsMempoolConnection": "Conexión WebSocket Mempool.space",
|
||||||
"screenCycle": "Rotacion de pantalla",
|
"screenCycle": "Ciclo de pantalla",
|
||||||
"uptime": "Tiempo de funcionamiento",
|
"uptime": "Tiempo de funcionamiento",
|
||||||
"fetchEuroNote": "Si utiliza \"Obtener precio en €\", la conexión de Precio WS mostrará ❌ ya que utiliza otra fuente de datos.",
|
"fetchEuroNote": "Si utiliza \"Obtener precio en €\", la conexión de Precio WS mostrará ❌ ya que utiliza otra fuente de datos.",
|
||||||
"title": "Estado"
|
"title": "Estado"
|
||||||
|
@ -185,4 +185,9 @@ nav {
|
|||||||
|
|
||||||
.card-title {
|
.card-title {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-brand {
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 600;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user