Browse Source

Czech translation

Honza Javorek 8 years ago
parent
commit
7ee79c696f
2 changed files with 10 additions and 4 deletions
  1. 4 4
      README.md
  2. 6 0
      locales/cs.json

+ 4 - 4
README.md

@@ -21,14 +21,14 @@ You can set variables for your own purpose in `config.js` or environment variabl
 
 Fill out `config.js` as your infomation.
 
-* `community`: Your community or team name to display on join page.
-* `slackUrl` : Your Slack team url (ex.: socketio.slack.com)
+* `community`: your community or team name to display on join page.
+* `slackUrl` : your slack team url (ex.: socketio.slack.com)
 * `slacktoken` : Your access token for Slack.
   - You can generate it in <https://api.slack.com/custom-integrations/legacy-tokens>.
   - **You should generate the token in admin user, not owner.**
   If you generate the token in owner user, a `missing_scope` error may occur.
 * `inviteToken`: An optional security measure - if it is set, then that token will be required to get invited.
-* `locale`: Application language (currently `de`, `en`, `es`, `fr`, `ja`, `ko`, `pl`, `pt`, `pt-BR`, `tr`, `zh-CN` and `zh-TW` available).
+* `locale`: Application language (currently `cs`, `de`, `en`, `es`, `fr`, `ja`, `ko`, `pl`, `pt`, `pt-BR`, `tr`, `zh-CN` and `zh-TW` available).
 
 ### Environment Variables
 You can set environment variables directly or in `.env` file.
@@ -42,7 +42,7 @@ If you want to use a `.env` file, create a file in the root called `.env` with t
   - **You should generate the token as an admin user, not owner.**
   If you generate the token in owner user, a `missing_scope` error may occur.
 - `INVITE_TOKEN`: An optional security measure - if it is set, then that token will be required to get invited.
-- `LOCALE`: Application language (currently `de`, `en`, `es`, `fr`, `ja`, `ko`, `pl`, `pt`, `pt-BR`, `tr`, `zh-CN` and `zh-TW` available).
+- `LOCALE`: Application language (currently `cs`, `de`, `en`, `es`, `fr`, `ja`, `ko`, `pl`, `pt`, `pt-BR`, `tr`, `zh-CN` and `zh-TW` available).
 
 **Sample**
 

+ 6 - 0
locales/cs.json

@@ -0,0 +1,6 @@
+{
+  "HEADER": "Zadej e-mail a staň se členem skupiny %s na Slacku!",
+  "ENTER_EMAIL": "Zadej svůj e-mail",
+  "ENTER_TOKEN": "Zadej přihlašovací kód z pozvánky",
+  "TITLE": "Staň se členem skupiny %s na Slacku!"
+}