From 7c2071fbb3123be66d4468465e7528973e295918 Mon Sep 17 00:00:00 2001 From: Ben Woodward Date: Thu, 29 Jul 2021 09:24:28 -0700 Subject: Catalan translation (#138) * Update i18n.js Catalan translation * Add Catalan credit Co-authored-by: Aniol --- README.md | 27 ++++++++++++++------------- src/App.js | 1 + src/i18n.js | 27 +++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 6b0ac35..db72979 100644 --- a/README.md +++ b/README.md @@ -41,16 +41,17 @@ make fmt.write ## Supported Languages -| Language | Author Credit | -| ---------- | --------------------------------------------- | -| English | [bndw](https://github.com/bndw) | -| Chinese | [Baoyuantop](https://github.com/Baoyuantop) | -| Spanish | [oscfdezdz](https://github.com/oscfdezdz) | -| Portuguese | [pedrorenan](https://github.com/pedrorenan) | -| Japanese | [hatsu38](https://github.com/hatsu38) | -| Russian | [Teraskull](https://github.com/Teraskull) | -| Ukrainian | [Teraskull](https://github.com/Teraskull) | -| Dutch | [wouterbrink](https://github.com/wouterbrink) | -| French | [Divlo](https://github.com/Divlo) | -| Turkish | [Riza Ergun](https://github.com/rizaergun) | -| Hindi | [Pushpender](https://github.com/PushpenderSaini0)| +| Language | Author Credit | +| ---------- | ------------------------------------------------- | +| English | [bndw](https://github.com/bndw) | +| Chinese | [Baoyuantop](https://github.com/Baoyuantop) | +| Spanish | [oscfdezdz](https://github.com/oscfdezdz) | +| Portuguese | [pedrorenan](https://github.com/pedrorenan) | +| Japanese | [hatsu38](https://github.com/hatsu38) | +| Russian | [Teraskull](https://github.com/Teraskull) | +| Ukrainian | [Teraskull](https://github.com/Teraskull) | +| Dutch | [wouterbrink](https://github.com/wouterbrink) | +| French | [Divlo](https://github.com/Divlo) | +| Turkish | [Riza Ergun](https://github.com/rizaergun) | +| Hindi | [Pushpender](https://github.com/PushpenderSaini0) | +| Catalan | [aniol](https://github.com/aniol) | diff --git a/src/App.js b/src/App.js index 928583c..ce41db5 100644 --- a/src/App.js +++ b/src/App.js @@ -48,6 +48,7 @@ function App() { + diff --git a/src/i18n.js b/src/i18n.js index a7aacda..2d41f47 100644 --- a/src/i18n.js +++ b/src/i18n.js @@ -366,6 +366,33 @@ const resources = { select: 'भाषा चुने', }, }, + ca: { + translation: { + title: 'Targeta WiFi', + 'desc.use': + 'Imprimeix una targeta senzilla amb les teves dades per iniciar sessió WiFi. Enganxeu-ho a la nevera, guardeu-ho a la cartera, etc.', + 'desc.privacy': + 'La vostra informació de WiFi mai no s’envia al servidor. En aquest lloc web no s’utilitza cap rastreig, analítica ni empremta digital. Si vols pots veure el', + 'desc.source': 'codi font', + 'wifi.login': 'Inici de sessió WiFi', + 'wifi.name': 'Nom de la xarxa', + 'wifi.name.placeholder': 'Nom de la xarxa WiFi', + 'wifi.password': 'Contrasenya', + 'wifi.password.placeholder': 'Contrasenya', + 'wifi.password.hide': 'Amaga el camp de la contrasenya abans d’imprimir', + 'wifi.password.encryption': 'Encriptació', + 'wifi.tip': + 'Apunteu la càmera del telèfon cap al codi QR per connectar-vos automàticament', + 'wifi.alert.name': 'El nom de la xarxa no pot estar buit', + 'wifi.alert.password.length.5': + 'La contrasenya ha de tenir com a mínim 5 caràcters', + 'wifi.alert.password.8': + 'La contrasenya ha de tenir com a mínim 8 caràcters', + 'button.rotate': 'Gira', + 'button.print': 'Imprimeix', + select: 'Escolliu l’idioma', + }, + }, }; i18n -- cgit v1.2.3