Add Catalan translation
authorRoger Pueyo Centelles <roger.pueyo@guifi.net>
Tue, 7 Apr 2020 13:24:23 +0000 (15:24 +0200)
committerRoger Pueyo Centelles <roger.pueyo@guifi.net>
Tue, 7 Apr 2020 13:24:23 +0000 (15:24 +0200)
Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
i18n.js
index.html

diff --git a/i18n.js b/i18n.js
index 8af55472c263dcaba8427160b0b77217f870dc26..56333bc22677c815846abd27863a06f537572b7f 100644 (file)
--- a/i18n.js
+++ b/i18n.js
@@ -1,5 +1,31 @@
 
 var translations = {
+       'ca': {
+               'tr-load': 'Descarregueu el microprogramari OpenWrt per al vostre dispositiu!',
+               'tr-title': 'Selector de microprogramari OpenWrt',
+               'tr-message': 'Feu servir el formulari de sota per seleccionar i descarregar el microprogramari per al vostre dispositiu!',
+               'tr-version-build': 'Compilació',
+               'tr-custom-build': 'Compilació personalitzada',
+               'tr-customize': 'Personalitzar',
+               'tr-request-build': 'Demanar la compilació',
+               'tr-model': 'Model:',
+               'tr-target': 'Plataforma:',
+               'tr-version': 'Versió:',
+               'tr-date': 'Data:',
+               'tr-downloads': 'Descàrregues',
+               'tr-custom-downloads': 'Descàrregues personalitzades',
+               'tr-factory-help': 'Les imatges Factory són per instal·lar OpenWrt als dispositius per primera vegada. Usualment, això es fa a través de la interfície web del microprogramari original.',
+               'tr-sysupgrade-help': 'Les imatges Sysupgrade són per instal·lar-les als dispositius que ja tenen OpenWrt. La imatge es pot instal·lar a través de la interfície web o del terminal.',
+               'tr-kernel-help': 'El nucli de Linux en una imatge separada.',
+               'tr-rootfs-help': 'El sistema de fitxers arrel en una imatge separada.',
+               'tr-sdcard-help': 'Una imatge feta per escriure-la a una targeta SD.',
+               'tr-tftp-help': 'Les imatges TFTP images es fan servir per instal·lar-les a un dispositiu mitjançant el mètode TFTP del carregador d\'arrencada.',
+               'tr-other-help': 'Un altre tipus d\'imatge.',
+               'tr-build-successful': 'La compilació ha tingut èxit',
+               'tr-build-failed': 'La compilació ha fallat',
+               'tr-request-image': 'Demanar la imatge',
+               'tr-check-again': 'Proveu de nou d\'aquí 5 segons...'
+       },
        'en': {
                'tr-load': 'Download OpenWrt firmware for your device!',
                'tr-title': 'OpenWrt Firmware Selector',
index 2c973ba6e30be580078f8fa9f9cbcf99c361a109..6feaa677ad7d3f4dd0cdde83c1f7816827e189c2 100644 (file)
@@ -20,6 +20,7 @@
                <div style="flex-grow: 1;"></div>
 
                <select id="language-selection" size="1">
+                       <option value="ca">Català</option>
                        <option value="en">English</option>
                        <option value="es">Español</option>
                        <option value="de">Deutsch</option>