-
Notifications
You must be signed in to change notification settings - Fork 829
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #158 from Authenticator-Extension/dev
5.1.0
- Loading branch information
Showing
40 changed files
with
1,319 additions
and
248 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
name: Bug report | ||
about: Report a bug in Authenticator | ||
|
||
--- | ||
|
||
<Do not use this to ask about lost codes or accounts> | ||
<More info here: https://github.com/Authenticator-Extension/Authenticator/wiki/Lost-Codes> | ||
|
||
**Describe the bug:** <Describe the issue with Authenticator> | ||
|
||
|
||
**Platform:** <This is required> | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
||
**Describe the feature you want:** | ||
|
||
|
||
**Why do you want this feature in Authenticator?** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,278 @@ | ||
{ | ||
"extName": { | ||
"message": "Ověření", | ||
"description": "Extension Name." | ||
}, | ||
"extShortName": { | ||
"message": "Ověřovatel", | ||
"description": "Extension Short Name." | ||
}, | ||
"extDesc": { | ||
"message": "Authenticator generuje kódy 2 krok ověření v prohlížeči.", | ||
"description": "Extension Description." | ||
}, | ||
"added": { | ||
"message": " byla přidána.", | ||
"description": "Added Account." | ||
}, | ||
"errorqr": { | ||
"message": "Neznámý kód QR.", | ||
"description": "QR Error." | ||
}, | ||
"errorsecret": { | ||
"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: ", | ||
"description": "Secret Error." | ||
}, | ||
"add_qr": { | ||
"message": "Načíst QR kód", | ||
"description": "Scan QR Code." | ||
}, | ||
"add_secret": { | ||
"message": "Ruční zadání", | ||
"description": "Manual Entry." | ||
}, | ||
"close": { | ||
"message": "Zavřít", | ||
"description": "Close." | ||
}, | ||
"ok": { | ||
"message": "Ok", | ||
"description": "OK." | ||
}, | ||
"yes": { | ||
"message": "Ano", | ||
"description": "Yes." | ||
}, | ||
"no": { | ||
"message": "Ne", | ||
"description": "No." | ||
}, | ||
"account": { | ||
"message": "Účet", | ||
"description": "Account." | ||
}, | ||
"accountName": { | ||
"message": "Název účtu", | ||
"description": "Account Name." | ||
}, | ||
"issuer": { | ||
"message": "Vydavatel", | ||
"description": "Issuer." | ||
}, | ||
"secret": { | ||
"message": "Tajný klíč", | ||
"description": "Secret." | ||
}, | ||
"updateSuccess": { | ||
"message": "Úspěšně dokončeno.", | ||
"description": "Update Success." | ||
}, | ||
"updateFailure": { | ||
"message": "Došlo k chybě.", | ||
"description": "Update Failure." | ||
}, | ||
"about": { | ||
"message": "O aplikaci", | ||
"description": "About." | ||
}, | ||
"export_import": { | ||
"message": "Export \/ Import", | ||
"description": "Export and Import." | ||
}, | ||
"settings": { | ||
"message": "Nastavení", | ||
"description": "Settings." | ||
}, | ||
"security": { | ||
"message": "Zabezpečení", | ||
"description": "Security." | ||
}, | ||
"current_phrase": { | ||
"message": "Aktuální heslo", | ||
"description": "Current Passphrase." | ||
}, | ||
"new_phrase": { | ||
"message": "Nové heslo", | ||
"description": "New Passphrase." | ||
}, | ||
"phrase": { | ||
"message": "Heslo", | ||
"description": "Passphrase." | ||
}, | ||
"confirm_phrase": { | ||
"message": "Potvrzení hesla", | ||
"description": "Confirm Passphrase." | ||
}, | ||
"confirm_delete": { | ||
"message": "Opravdu chcete smazat tento tajný klíč? Tato akce je nevratná.", | ||
"description": "Remove entry confirmation" | ||
}, | ||
"security_warning": { | ||
"message": "Toto heslo bude používat k šifrování váš tajný klíč. Pokud zapomenete heslo, nikdo vám nemůže pomoct.", | ||
"description": "Passphrase Warning." | ||
}, | ||
"update": { | ||
"message": "Aktualizovat", | ||
"description": "Update." | ||
}, | ||
"phrase_incorrect": { | ||
"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.", | ||
"description": "Passphrase Incorrect." | ||
}, | ||
"phrase_not_match": { | ||
"message": "Hesla nesouhlasí.", | ||
"description": "Passphrase Not Match." | ||
}, | ||
"encrypted": { | ||
"message": "Šifrováno", | ||
"description": "Encrypted." | ||
}, | ||
"copied": { | ||
"message": "Zkopírováno", | ||
"description": "Copied." | ||
}, | ||
"feedback": { | ||
"message": "Zpětná vazba", | ||
"description": "Feedback." | ||
}, | ||
"translate": { | ||
"message": "Přeložit", | ||
"description": "Translate." | ||
}, | ||
"source": { | ||
"message": "Zdrojový kód", | ||
"description": "Source Code." | ||
}, | ||
"passphrase_info": { | ||
"message": "Zadejte heslo pro dešifrování dat účtu.", | ||
"description": "Passphrase Info" | ||
}, | ||
"sync_clock": { | ||
"message": "Synchronizovat hodiny s Google", | ||
"description": "Sync Clock" | ||
}, | ||
"remember_phrase": { | ||
"message": "Pamatovat si heslo", | ||
"description": "Remember Passphrase" | ||
}, | ||
"clock_too_far_off": { | ||
"message": "Pozor! Váš místní čas se velmi liší, opravte jej prosím před pokračováním.", | ||
"description": "Local Time is Too Far Off" | ||
}, | ||
"remind_backup": { | ||
"message": "Máte zálohu vašich tajných klíčů? Nečekejte, až bude příliš pozdě!", | ||
"description": "Remind Backup" | ||
}, | ||
"capture_failed": { | ||
"message": "Získávání dat selhalo, prosím načtěte stránku znovu a opakujte akci.", | ||
"description": "Capture Failed" | ||
}, | ||
"based_on_time": { | ||
"message": "Na základě času", | ||
"description": "Time Based" | ||
}, | ||
"based_on_counter": { | ||
"message": "Počítadlo založeno", | ||
"description": "Counter Based" | ||
}, | ||
"resize_popup_page": { | ||
"message": "Popup obrázek", | ||
"description": "Popup Page Settings" | ||
}, | ||
"scale": { | ||
"message": "Zvětšení", | ||
"description": "Scale" | ||
}, | ||
"export_info": { | ||
"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é.", | ||
"description": "Export menu info text" | ||
}, | ||
"download_backup": { | ||
"message": "Stáhnout záložní soubor", | ||
"description": "Download backup file." | ||
}, | ||
"import_backup": { | ||
"message": "Importovat zálohu", | ||
"description": "Import backup." | ||
}, | ||
"import_backup_file": { | ||
"message": "Importovat záložní soubor", | ||
"description": "Import backup file." | ||
}, | ||
"import_backup_code": { | ||
"message": "Importovat textový soubor", | ||
"description": "Import backup code." | ||
}, | ||
"dropbox_backup": { | ||
"message": "Automatická záloha na Dropbox", | ||
"description": "Auto backup to Dropbox." | ||
}, | ||
"dropbox_code": { | ||
"message": "Dropbox kód", | ||
"description": "Dropbox code." | ||
}, | ||
"dropbox_token": { | ||
"message": "Dropbox Token", | ||
"description": "Dropbox token." | ||
}, | ||
"dropbox_authorization": { | ||
"message": "Přihlaste se k Dropboxu", | ||
"description": "Dropbox authorization." | ||
}, | ||
"show_all_entries": { | ||
"message": "Ukaž všechny záznamy", | ||
"description": "Show all entries." | ||
}, | ||
"dropbox_risk": { | ||
"message": "Upozornění: zálohy uložené v Dropboxu jsou nezašifrované. Používáte na vlastní riziko.", | ||
"description": "Dropbox backup risk warning." | ||
}, | ||
"import_error_password": { | ||
"message": "Je nutné zadat správné heslo pro import zálohy.", | ||
"description": "Error password warning when import backups." | ||
}, | ||
"local_passphrase_warning": { | ||
"message": "Vaše heslo je lokálně uloženo, prosím změňte to ihned v menu zabezpečení.", | ||
"description": "localStorage password warning." | ||
}, | ||
"dropbox_logout": { | ||
"message": "Odhlášení ze služby Dropbox", | ||
"description": "Dropbox logout." | ||
}, | ||
"remove": { | ||
"message": "Odstranit", | ||
"description": "Remove password." | ||
}, | ||
"download_enc_backup": { | ||
"message": "Stáhnout zálohy chráněné heslem", | ||
"description": "Download Encrypted Backup" | ||
}, | ||
"search": { | ||
"message": "Hledat", | ||
"description": "Search" | ||
}, | ||
"popout": { | ||
"message": "Popup mód", | ||
"description": "Make window turn into persistent popup" | ||
}, | ||
"lock": { | ||
"message": "Zámek", | ||
"description": "Lock accounts" | ||
}, | ||
"dropbox_tooltip": { | ||
"message": "Dropbox synchronizace je zapnuta", | ||
"description": "Dropbox sync enabled" | ||
}, | ||
"edit": { | ||
"message": "Upravit", | ||
"description": "Edit" | ||
}, | ||
"manual_dropbox": { | ||
"message": "Manuální synchronizace", | ||
"description": "Manual Dropbox sync" | ||
}, | ||
"use_autofill": { | ||
"message": "Použití automatického vyplňování", | ||
"description": "Use Autofill" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.