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

Czech translation #284

Open
janbery opened this issue Mar 2, 2024 · 1 comment
Open

Czech translation #284

janbery opened this issue Mar 2, 2024 · 1 comment

Comments

@janbery
Copy link

janbery commented Mar 2, 2024

Hello, I created Czech translation for the tool, but I have no clue how to add it to the code as I'm no programmer. Could someone handle it or guide me how to do it? Thank you!

  {
    id: 'cs-CZ',
    name: 'Czech – Čeština',
    translation: {
      title: 'WiFi Card',
      'desc.use':
        'Jednoduše si vytiskněte kartu s přihlašovacími údaji na Wi-Fi. Přilepte ji na ledničku, dejte si ji do peněženky nebo jinam.',
      'desc.privacy':
        'Informace o vaší Wi-Fi se nikdy neodesílají na server. Na těchto webových stránkách neprobíhá žádné sledování ani analýza. Zobrazit',
      'desc.source': 'zdrojový kód',
      'wifi.identity': 'Identita',
      'wifi.identity.placeholder': 'Uživatelské jméno',
      'wifi.login': 'Login',
      'wifi.name': 'Název sítě',
      'wifi.name.hiddenSSID': 'Skrytá síť',
      'wifi.name.placeholder': 'Název sítě',
      'wifi.password': 'Heslo',
      'wifi.password.placeholder': 'Heslo',
      'wifi.password.hide': 'Skrýt heslo',
      'wifi.password.encryption': 'Typ zabezpečení',
      'wifi.password.encryption.none': 'Otevřená',
      'wifi.encryption.eapMethod': 'EAP',
      'wifi.tip':
        "Namířením fotoaparátu telefonu na QR kód se automaticky připojíte.",
      'wifi.alert.name': 'Název sítě nemůže být prázdný',
      'wifi.alert.password': 'Heslo nemůže být prázdné',
      'wifi.alert.password.length.5':
        'Heslo musí mít alespoň 5 znaků nebo je nutné změnit typ zabezpečení na "otevřená"',
      'wifi.alert.password.length.8':
        'Heslo musí mít alespoň 8 znaků nebo je nutné změnit typ zabezpečení na "otevřená"',
      'wifi.alert.eapIdentity': 'Identita nemůže být prázdná',
      'button.rotate': 'Otočit',
      'button.print': 'Tisk',
      select: 'Vybrat jazyk',
    },
  },
@olekstomek
Copy link
Contributor

I believe that this advice will be very helpful for you https://github.com/firstcontributions/first-contributions.
Before pushing your changes to GitHub, do https://github.com/bndw/wifi-card?tab=readme-ov-file#development.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants