Skip to content

Commit bd61387

Browse files
authored
Merge pull request #158 from Authenticator-Extension/dev
5.1.0
2 parents dcbcdd1 + 91cfe8d commit bd61387

40 files changed

Lines changed: 1319 additions & 248 deletions
File renamed without changes.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Bug report
3+
about: Report a bug in Authenticator
4+
5+
---
6+
7+
<Do not use this to ask about lost codes or accounts>
8+
<More info here: https://github.com/Authenticator-Extension/Authenticator/wiki/Lost-Codes>
9+
10+
**Describe the bug:** <Describe the issue with Authenticator>
11+
12+
13+
**Platform:** <This is required>
14+
- Browser [e.g. chrome, safari]
15+
- Version [e.g. 22]
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
**Describe the feature you want:**
8+
9+
10+
**Why do you want this feature in Authenticator?**

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- stage: test
1818
# new i18n strings
1919
script: bash ci/i18n.sh
20-
if: branch = dev
20+
if: branch = dev AND type != pull_request
2121
- stage: deploy
2222
# release tagging
2323
script: bash ci/tag.sh

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
[<img src="https://raw.githubusercontent.com/wiki/Authenticator-Extension/Authenticator/readme-images/chrome-web-store.png" title="Chrome Web Store" width="170" height="48" />](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai) [<img src="https://raw.githubusercontent.com/wiki/Authenticator-Extension/Authenticator/readme-images/firefox-add-ons.png" title="Firefox Add-ons" width="170" height="48" />](https://addons.mozilla.org/en-US/firefox/addon/auth-helper?src=external-github)
1010

11+
Authenticator is one of the [featured extensions on Firefox Add-ons this month](https://blog.mozilla.org/addons/2018/07/02/julys-featured-extensions-2/)!
12+
1113
## Build Setup
1214

1315
``` bash

_locales/cs/messages.json

Lines changed: 278 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,278 @@
1+
{
2+
"extName": {
3+
"message": "Ověření",
4+
"description": "Extension Name."
5+
},
6+
"extShortName": {
7+
"message": "Ověřovatel",
8+
"description": "Extension Short Name."
9+
},
10+
"extDesc": {
11+
"message": "Authenticator generuje kódy 2 krok ověření v prohlížeči.",
12+
"description": "Extension Description."
13+
},
14+
"added": {
15+
"message": " byla přidána.",
16+
"description": "Added Account."
17+
},
18+
"errorqr": {
19+
"message": "Neznámý kód QR.",
20+
"description": "QR Error."
21+
},
22+
"errorsecret": {
23+
"message": "Tajné chyba. Jen Base32 (A-Z, 2-7 a =) a HEX (0-9 a A-F) jsou podporovány. Vaše tajemství je však: ",
24+
"description": "Secret Error."
25+
},
26+
"add_qr": {
27+
"message": "Načíst QR kód",
28+
"description": "Scan QR Code."
29+
},
30+
"add_secret": {
31+
"message": "Ruční zadání",
32+
"description": "Manual Entry."
33+
},
34+
"close": {
35+
"message": "Zavřít",
36+
"description": "Close."
37+
},
38+
"ok": {
39+
"message": "Ok",
40+
"description": "OK."
41+
},
42+
"yes": {
43+
"message": "Ano",
44+
"description": "Yes."
45+
},
46+
"no": {
47+
"message": "Ne",
48+
"description": "No."
49+
},
50+
"account": {
51+
"message": "Účet",
52+
"description": "Account."
53+
},
54+
"accountName": {
55+
"message": "Název účtu",
56+
"description": "Account Name."
57+
},
58+
"issuer": {
59+
"message": "Vydavatel",
60+
"description": "Issuer."
61+
},
62+
"secret": {
63+
"message": "Tajný klíč",
64+
"description": "Secret."
65+
},
66+
"updateSuccess": {
67+
"message": "Úspěšně dokončeno.",
68+
"description": "Update Success."
69+
},
70+
"updateFailure": {
71+
"message": "Došlo k chybě.",
72+
"description": "Update Failure."
73+
},
74+
"about": {
75+
"message": "O aplikaci",
76+
"description": "About."
77+
},
78+
"export_import": {
79+
"message": "Export \/ Import",
80+
"description": "Export and Import."
81+
},
82+
"settings": {
83+
"message": "Nastavení",
84+
"description": "Settings."
85+
},
86+
"security": {
87+
"message": "Zabezpečení",
88+
"description": "Security."
89+
},
90+
"current_phrase": {
91+
"message": "Aktuální heslo",
92+
"description": "Current Passphrase."
93+
},
94+
"new_phrase": {
95+
"message": "Nové heslo",
96+
"description": "New Passphrase."
97+
},
98+
"phrase": {
99+
"message": "Heslo",
100+
"description": "Passphrase."
101+
},
102+
"confirm_phrase": {
103+
"message": "Potvrzení hesla",
104+
"description": "Confirm Passphrase."
105+
},
106+
"confirm_delete": {
107+
"message": "Opravdu chcete smazat tento tajný klíč? Tato akce je nevratná.",
108+
"description": "Remove entry confirmation"
109+
},
110+
"security_warning": {
111+
"message": "Toto heslo bude používat k šifrování váš tajný klíč. Pokud zapomenete heslo, nikdo vám nemůže pomoct.",
112+
"description": "Passphrase Warning."
113+
},
114+
"update": {
115+
"message": "Aktualizovat",
116+
"description": "Update."
117+
},
118+
"phrase_incorrect": {
119+
"message": "Nelze přidat nový účet nebo exportovat data, pokud jsou všechny účty dešifrovány. Před dalším pokračováním zadejte správné heslo.",
120+
"description": "Passphrase Incorrect."
121+
},
122+
"phrase_not_match": {
123+
"message": "Hesla nesouhlasí.",
124+
"description": "Passphrase Not Match."
125+
},
126+
"encrypted": {
127+
"message": "Šifrováno",
128+
"description": "Encrypted."
129+
},
130+
"copied": {
131+
"message": "Zkopírováno",
132+
"description": "Copied."
133+
},
134+
"feedback": {
135+
"message": "Zpětná vazba",
136+
"description": "Feedback."
137+
},
138+
"translate": {
139+
"message": "Přeložit",
140+
"description": "Translate."
141+
},
142+
"source": {
143+
"message": "Zdrojový kód",
144+
"description": "Source Code."
145+
},
146+
"passphrase_info": {
147+
"message": "Zadejte heslo pro dešifrování dat účtu.",
148+
"description": "Passphrase Info"
149+
},
150+
"sync_clock": {
151+
"message": "Synchronizovat hodiny s Google",
152+
"description": "Sync Clock"
153+
},
154+
"remember_phrase": {
155+
"message": "Pamatovat si heslo",
156+
"description": "Remember Passphrase"
157+
},
158+
"clock_too_far_off": {
159+
"message": "Pozor! Váš místní čas se velmi liší, opravte jej prosím před pokračováním.",
160+
"description": "Local Time is Too Far Off"
161+
},
162+
"remind_backup": {
163+
"message": "Máte zálohu vašich tajných klíčů? Nečekejte, až bude příliš pozdě!",
164+
"description": "Remind Backup"
165+
},
166+
"capture_failed": {
167+
"message": "Získávání dat selhalo, prosím načtěte stránku znovu a opakujte akci.",
168+
"description": "Capture Failed"
169+
},
170+
"based_on_time": {
171+
"message": "Na základě času",
172+
"description": "Time Based"
173+
},
174+
"based_on_counter": {
175+
"message": "Počítadlo založeno",
176+
"description": "Counter Based"
177+
},
178+
"resize_popup_page": {
179+
"message": "Popup obrázek",
180+
"description": "Popup Page Settings"
181+
},
182+
"scale": {
183+
"message": "Zvětšení",
184+
"description": "Scale"
185+
},
186+
"export_info": {
187+
"message": "Upozornění: všechny zálohy nejsou rozšifrovány. Chcete přidat účet do jiné aplikace? Ukazatel myši nad pravý horní roh z libovolného účtu a kliknete na tlačítko skryté.",
188+
"description": "Export menu info text"
189+
},
190+
"download_backup": {
191+
"message": "Stáhnout záložní soubor",
192+
"description": "Download backup file."
193+
},
194+
"import_backup": {
195+
"message": "Importovat zálohu",
196+
"description": "Import backup."
197+
},
198+
"import_backup_file": {
199+
"message": "Importovat záložní soubor",
200+
"description": "Import backup file."
201+
},
202+
"import_backup_code": {
203+
"message": "Importovat textový soubor",
204+
"description": "Import backup code."
205+
},
206+
"dropbox_backup": {
207+
"message": "Automatická záloha na Dropbox",
208+
"description": "Auto backup to Dropbox."
209+
},
210+
"dropbox_code": {
211+
"message": "Dropbox kód",
212+
"description": "Dropbox code."
213+
},
214+
"dropbox_token": {
215+
"message": "Dropbox Token",
216+
"description": "Dropbox token."
217+
},
218+
"dropbox_authorization": {
219+
"message": "Přihlaste se k Dropboxu",
220+
"description": "Dropbox authorization."
221+
},
222+
"show_all_entries": {
223+
"message": "Ukaž všechny záznamy",
224+
"description": "Show all entries."
225+
},
226+
"dropbox_risk": {
227+
"message": "Upozornění: zálohy uložené v Dropboxu jsou nezašifrované. Používáte na vlastní riziko.",
228+
"description": "Dropbox backup risk warning."
229+
},
230+
"import_error_password": {
231+
"message": "Je nutné zadat správné heslo pro import zálohy.",
232+
"description": "Error password warning when import backups."
233+
},
234+
"local_passphrase_warning": {
235+
"message": "Vaše heslo je lokálně uloženo, prosím změňte to ihned v menu zabezpečení.",
236+
"description": "localStorage password warning."
237+
},
238+
"dropbox_logout": {
239+
"message": "Odhlášení ze služby Dropbox",
240+
"description": "Dropbox logout."
241+
},
242+
"remove": {
243+
"message": "Odstranit",
244+
"description": "Remove password."
245+
},
246+
"download_enc_backup": {
247+
"message": "Stáhnout zálohy chráněné heslem",
248+
"description": "Download Encrypted Backup"
249+
},
250+
"search": {
251+
"message": "Hledat",
252+
"description": "Search"
253+
},
254+
"popout": {
255+
"message": "Popup mód",
256+
"description": "Make window turn into persistent popup"
257+
},
258+
"lock": {
259+
"message": "Zámek",
260+
"description": "Lock accounts"
261+
},
262+
"dropbox_tooltip": {
263+
"message": "Dropbox synchronizace je zapnuta",
264+
"description": "Dropbox sync enabled"
265+
},
266+
"edit": {
267+
"message": "Upravit",
268+
"description": "Edit"
269+
},
270+
"manual_dropbox": {
271+
"message": "Manuální synchronizace",
272+
"description": "Manual Dropbox sync"
273+
},
274+
"use_autofill": {
275+
"message": "Použití automatického vyplňování",
276+
"description": "Use Autofill"
277+
}
278+
}

_locales/de/messages.json

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"description": "About."
7777
},
7878
"export_import": {
79-
"message": "Exportieren / Importieren",
79+
"message": "Exportieren \/ Importieren",
8080
"description": "Export and Import."
8181
},
8282
"settings": {
@@ -176,8 +176,8 @@
176176
"description": "Counter Based"
177177
},
178178
"resize_popup_page": {
179-
"message": "Ändern der Pop-Up Größe",
180-
"description": "Resize Popup Page"
179+
"message": "Popup Page",
180+
"description": "Popup Page Settings"
181181
},
182182
"scale": {
183183
"message": "Skalierung",
@@ -244,7 +244,35 @@
244244
"description": "Remove password."
245245
},
246246
"download_enc_backup": {
247-
"message": "Download Password-Protected Backup",
247+
"message": "Passwort-geschützte Sicherung herunterladen",
248248
"description": "Download Encrypted Backup"
249+
},
250+
"search": {
251+
"message": "Search",
252+
"description": "Search"
253+
},
254+
"popout": {
255+
"message": "Popup-Modus",
256+
"description": "Make window turn into persistent popup"
257+
},
258+
"lock": {
259+
"message": "Sperren",
260+
"description": "Lock accounts"
261+
},
262+
"dropbox_tooltip": {
263+
"message": "Dropbox-Synchronisation aktiviert",
264+
"description": "Dropbox sync enabled"
265+
},
266+
"edit": {
267+
"message": "Ändern",
268+
"description": "Edit"
269+
},
270+
"manual_dropbox": {
271+
"message": "Manuelle Synchronisation",
272+
"description": "Manual Dropbox sync"
273+
},
274+
"use_autofill": {
275+
"message": "Use Autofill",
276+
"description": "Use Autofill"
249277
}
250278
}

0 commit comments

Comments
 (0)