Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add esperanto translation #292

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,4 @@ We would love for you to contribute to different languages and help make it even
| Simplified Cantonese | [ous50](https://github.com/ous50) |
| Punjabi | [phoenixgill34](https://github.com/phoenixgill34/) |
| Danish | [dk90103](https://github.com/dk90103/) |
| Esperanto | [zeecho](https://github.com/zeecho/) |
38 changes: 38 additions & 0 deletions src/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -1078,6 +1078,44 @@ export const Translations = [
select: 'Vælg sprog',
},
},
{
id: 'eo',
name: 'Esperanto',
translation: {
title: 'Vifia karto',
'desc.use':
'Presu simplan karton kun viaj vifiaj ensalutaj detaloj. Bendu ĝin al la fridujo, konservu ĝin en via monujo, ktp.',
'desc.privacy':
'Viaj vifiaj informoj neniam estas senditaj al la servilo. Neniu spurado, analizo aŭ fingrospurado estas uzataj en ĉi tiu retejo. Vidi la',
'desc.source': 'fontokodon',
'wifi.identity': 'Identeco',
'wifi.identity.placeholder': 'Uzantnomo',
'wifi.login': 'Vifia ensaluto',
'wifi.name': 'Retnomo',
'wifi.name.hiddenSSID': 'Kaŝita SSID',
'cards.additional': 'Pliaj kartoj por presi',
'cards.tip.hide': 'Kaŝi konsileton (klarigeto)',
'wifi.name.placeholder': 'Nomo de vifia reto',
'wifi.password': 'Pasvorto',
'wifi.password.placeholder': 'Pasvorto',
'wifi.password.hide': 'Kaŝi pasvorton',
'wifi.password.encryption': 'Ĉifrado',
'wifi.password.encryption.none': 'Nenio',
'wifi.encryption.eapMethod': 'EAP-metodo',
'wifi.tip':
'Metu la fotilon de via telefono antaŭ la QR-kodo por aŭtomate konektiĝi',
'wifi.alert.name': 'Retnomo ne povas esti malplena',
'wifi.alert.password': 'Pasvorto ne povas esti malplena',
'wifi.alert.password.length.5':
'Pasvorto devas enhavi almenaŭ 5 signoj, aŭ ŝanĝu la ĉifradon al "Neniu"',
'wifi.alert.password.length.8':
'Pasvorto devas enhavi almenaŭ 8 signoj, aŭ ŝanĝu la ĉifradon al "Neniu"',
'wifi.alert.eapIdentity': 'Identeco ne povas esti malplena',
'button.rotate': 'Rotacii',
'button.print': 'Presi',
select: 'Elektu lingvon',
},
},
].sort((a, b) => {
return a.name.toLowerCase() < b.name.toLowerCase() ? -1 : 1;
});