mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 20:39:25 +00:00
Merge pull request #24 from kausha15/spanishTranslation
Spanish translation closes #20
This commit is contained in:
commit
bbc7814d63
2 changed files with 34 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ import { initReactI18next } from 'react-i18next';
|
||||||
import LanguageDetector from 'i18next-browser-languagedetector';
|
import LanguageDetector from 'i18next-browser-languagedetector';
|
||||||
import translationEN from './locales/en.json';
|
import translationEN from './locales/en.json';
|
||||||
import translationDE from './locales/de.json';
|
import translationDE from './locales/de.json';
|
||||||
|
import translationES from './locales/es.json';
|
||||||
import translationRU from './locales/ru.json';
|
import translationRU from './locales/ru.json';
|
||||||
import translationPTBR from './locales/pt_br.json';
|
import translationPTBR from './locales/pt_br.json';
|
||||||
import Config from './config';
|
import Config from './config';
|
||||||
|
|
@ -14,6 +15,9 @@ const resources = {
|
||||||
de: {
|
de: {
|
||||||
translation: translationDE,
|
translation: translationDE,
|
||||||
},
|
},
|
||||||
|
es: {
|
||||||
|
translation: translationES
|
||||||
|
},
|
||||||
ru: {
|
ru: {
|
||||||
translation: translationRU,
|
translation: translationRU,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
30
src/locales/es.json
Normal file
30
src/locales/es.json
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
{
|
||||||
|
"English": "Inglés",
|
||||||
|
"German": "Alemán",
|
||||||
|
"Submit": "Enviar",
|
||||||
|
"Change Language": "Cambiar idioma",
|
||||||
|
"Search your device": "Busca tu dispositivo",
|
||||||
|
"No results": "No hay resultados",
|
||||||
|
"Model": "Modelo",
|
||||||
|
"Vendor": "Fabricante",
|
||||||
|
"Variant": "Variante",
|
||||||
|
"Name": "Nombre",
|
||||||
|
"Release Version": "Versión de lanzamiento",
|
||||||
|
"Basic": "Básico",
|
||||||
|
"Advanced": "Avanzado",
|
||||||
|
"Build": "Construir",
|
||||||
|
"Cancel": "Cancelar",
|
||||||
|
"Add package(s)": "Agregar paquete (s)",
|
||||||
|
"Edit UCI defaults": "Editar valores predeterminados de UCI",
|
||||||
|
"Version": "Versión",
|
||||||
|
"Please confirm that you want to perform this action": "Confirme que desea realizar esta acción.",
|
||||||
|
"Building image requires computation resources, so we would request you to check if this selection is what you want": "La creación de imágenes requiere recursos de cálculo, por lo que le solicitamos que verifique si esta selección es lo que desea",
|
||||||
|
"warning432": "Los dispositivos con ≤4MB Flash y / o ≤32MB RAM funcionan pero están limitados (generalmente no pueden instalar o ejecutar paquetes adicionales) porque tienen poca RAM y memoria flash. Tenga esto en cuenta al elegir qué dispositivo comprar o al instalar OpenWrt en su dispositivo porque está listado como compatible.",
|
||||||
|
"OpenWrt Firmware Selector": "Selector de firmware OpenWrt",
|
||||||
|
"Download OpenWrt firmware for your device!": "¡Descargue el firmware OpenWrt para su dispositivo!",
|
||||||
|
"Target": "Objetivo",
|
||||||
|
"Dismiss": "Descartar",
|
||||||
|
"There is an error with the packages you selected": "Hay un error con los paquetes seleccionados",
|
||||||
|
"Downloads": "Descargas",
|
||||||
|
"Please use the input below to download firmware for your device!": "¡Utilice el siguiente campo para descargar el firmware de su dispositivo!"
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue