aboutsummaryrefslogtreecommitdiffstats
path: root/src/translations.js
Commit message (Collapse)AuthorAgeFilesLines
* Updated Brazilian Portuguese translation (#215)Heverton Coneglian de Freitas2021-09-111-1/+1
|
* Update German for #171 (#213)Ben Woodward2021-09-031-4/+5
|
* Update Hindi and Portuguese translations (#211)Ben Woodward2021-09-011-8/+14
| | | | | | | * Update Hindi translation for #171 * Update Portuguese translation for #171 * Update Brazilian Portuguese translation for #171
* Swedish Translation (#208)Ben Woodward2021-08-271-0/+31
| | | | | | | | | | | | | * Added swedish translation * Added swedish translation * Added swedish translation Fixed typo * Prettier format Swedish translation Co-authored-by: ddund <68921570+ddund@users.noreply.github.com>
* Update Indonesian, Serbian, Dutch translations (#206)Ben Woodward2021-08-271-10/+16
| | | | | | | * Indonesian update for #171 * Serbian update for #171 * Dutch update for #171
* 💬 Updated norwegian translation. (#205)Thomas Qvidahl2021-08-271-3/+6
| | | | | | | * 💬 Updated norwegian translation. * 🎨 Code formatting. Co-authored-by: Thomas Qvidahl <thomas.qvidahl@tietoevry.com>
* 🌐🇪🇬 Update arabic translations for #171 (#200)Ahmed Tarek2021-08-261-7/+8
| | | | | | | | | * 🇪🇬 Update arabic translations for #171 – Updates ar translations as per https://github.com/bndw/wifi-card/issues/171 * ⚡️ enhance ar * 🌐 fix ar genders
* Corrections in FR OC and CA (#198)ensag-dev2021-08-261-7/+8
| | | | | | | | | * Corrections in FR OC and CA * Update translations.js * Update translations.js * Update translations.js
* Update Japanese (#197)hatsu2021-08-261-3/+4
|
* update Polish translation (#195)olekstomek2021-08-261-4/+6
|
* Update Korean translation (#194)Seungbin Oh2021-08-261-3/+6
| | | | | * Update Korean translation * Update Korean translation
* Translation: Update Spanish and Hungarian (#193)Ben Woodward2021-08-181-4/+5
|
* feat(i18n): update French (fr-FR) (#192)Divlo2021-08-181-3/+4
|
* Backport translation changes (#190)Ben Woodward2021-08-181-37/+20
| | | | | | | * Remove unused 'button.settings' translation * Ukranian, Russian * Chinese translations
* Update Occitan and Catalan (#191)ensag-dev2021-08-181-2/+4
| | | For #190
* Urdu translation (#189)Ben Woodward2021-08-131-0/+32
| | | | | | | | | * update translate.js for urdu * Prettier formatting * Urdu credit Co-authored-by: Muhammad Hassan <mhassan.3939@gmail.com>
* fix: some translations error (#186)John Trump2021-08-121-2/+2
|
* Add support for Serbian language (#181)Dusan Milosevic2021-08-081-0/+62
| | | | | * Add support for Serbian language * Add support for Serbian language
* Support Hidden WiFi networks (#101)olekstomek2021-08-081-1/+3
| | | | | | | | | | | | | | | * ability to set that WiFi network is hidden * fix: hide password checbox hidden chebox with hidden SSID option * improvement, delete constant * merge master * add a setting - the WiFi network can have a hidden SSID * update translation for English and Polish language * change one line translation in Eng, add semicolon in format to connect to WiFi
* Hungarian translation (#170)Munkácsi Márk2021-08-061-0/+31
| | | | | | | * Hunagrian lang added 🇭🇺 * Fix 'None' field translation at encryptions * Fix SelectField error
* Refactor translation plumbing (#168)Ben Woodward2021-08-061-0/+698
- Centralize user-defined translations into a single file - Automatically sort the language dropdown - Update the translation contribution guide