Skip to content

Commit 5dd8c87

Browse files
authored
5.2.0
2 parents c626c88 + f5a1348 commit 5dd8c87

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+1819
-747
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
*.js linguist-vendored
22
css/font-awesome.css linguist-vendored
3+
js/jsqrcode/index.d.ts linguist-vendored
4+
_locales/* linguist-generated=true
5+
_locales/en/messages.json linguist-generated=false

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
<Do not use this to ask about lost codes or accounts>
22
<More info here: https://github.com/Authenticator-Extension/Authenticator/wiki/Lost-Codes>
3+
<You can also open an issue by Tweeting with #AuthenticatorFeedback>
34

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ about: Report a bug in Authenticator
66

77
<Do not use this to ask about lost codes or accounts>
88
<More info here: https://github.com/Authenticator-Extension/Authenticator/wiki/Lost-Codes>
9+
<You can also open an issue by Tweeting with #AuthenticatorFeedback>
910

1011
**Describe the bug:** <Describe the issue with Authenticator>
1112

1213

1314
**Platform:** <This is required>
14-
- Browser [e.g. chrome, safari]
15-
- Version [e.g. 22]
15+
- Browser: [Chrome, Firefox, Edge]
16+
- Browser Version:

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Feature request
33
about: Suggest an idea for this project
44

55
---
6+
<You can also suggest feedback by Tweeting with #AuthenticatorFeedback>
67

78
**Describe the feature you want:**
89

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ firefox
55
edge
66
.vscode
77
.atom-build.yml
8-
ci/authenticator-build-key.enc
8+
scripts/authenticator-build-key.enc
9+
cert.pfx

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
script: "npm run chrome"
1717
- stage: test
1818
# new i18n strings
19-
script: bash ci/i18n.sh
19+
script: bash scripts/i18n.sh
2020
if: branch = dev AND type != pull_request
2121
- stage: deploy
2222
# release tagging
23-
script: bash ci/tag.sh
23+
script: bash scripts/tag.sh
2424
if: branch = release AND type != pull_request

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1-
<img align="right" width="100" height="100" src="https://github.com/Authenticator-Extension/Authenticator/raw/dev/images/icon128.png">
2-
3-
# Authenticator [![Build Status](https://travis-ci.org/Authenticator-Extension/Authenticator.svg?branch=dev)](https://travis-ci.org/Authenticator-Extension/Authenticator) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/authenticator-firefox/localized.svg)](https://crowdin.com/project/authenticator-firefox)
1+
# Authenticator [![Build Status](https://travis-ci.org/Authenticator-Extension/Authenticator.svg?branch=dev)](https://travis-ci.org/Authenticator-Extension/Authenticator) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/authenticator-firefox/localized.svg)](https://crowdin.com/project/authenticator-firefox) <img align="right" width="100" height="100" src="https://github.com/Authenticator-Extension/Authenticator/raw/dev/images/icon128.png">
42

53
> Authenticator generates 2-Step Verification codes in your browser.
64
75
## Available for Chrome, Firefox, and Microsoft Edge
86

97
[<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) [<img src="https://raw.githubusercontent.com/wiki/Authenticator-Extension/Authenticator/readme-images/microsoft-store.png" title="Microsoft Store" height="48">](https://www.microsoft.com/store/apps/9P0FD39WFFMK?ocid=badge)
108

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-
139
## Build Setup
1410

1511
``` bash
@@ -23,4 +19,4 @@ gts fix
2319
npm run [chrome, firefox, edge]
2420
```
2521

26-
Note that Windows users should download [Cygwin](http://cygwin.com/) to build. Building for Edge requires the [Windows App Certification Kit](https://developer.microsoft.com/en-us/windows/develop/app-certification-kit)
22+
Note that Windows users should download a tool like [Git Bash](https://git-scm.com/download/win) or [Cygwin](http://cygwin.com/) to build. Building for Edge requires the [Windows App Certification Kit](https://developer.microsoft.com/en-us/windows/develop/app-certification-kit)

_locales/cs/messages.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -203,29 +203,13 @@
203203
"message": "Importovat textovou zálohu",
204204
"description": "Import backup code."
205205
},
206-
"dropbox_backup": {
207-
"message": "Automatické zálohování 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-
},
222206
"show_all_entries": {
223207
"message": "Ukaž všechny záznamy",
224208
"description": "Show all entries."
225209
},
226210
"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."
211+
"message": "Warning: backups are unencrypted. Use at your own risk.",
212+
"description": "Backup risk warning."
229213
},
230214
"import_error_password": {
231215
"message": "Je nutné zadat správné heslo pro import zálohy.",
@@ -235,10 +219,6 @@
235219
"message": "Vaše heslo je lokálně uloženo, prosím změňte to ihned v menu zabezpečení.",
236220
"description": "localStorage password warning."
237221
},
238-
"dropbox_logout": {
239-
"message": "Odhlášení ze služby Dropbox",
240-
"description": "Dropbox logout."
241-
},
242222
"remove": {
243223
"message": "Odstranit",
244224
"description": "Remove password."
@@ -259,20 +239,40 @@
259239
"message": "Zámek",
260240
"description": "Lock accounts"
261241
},
262-
"dropbox_tooltip": {
263-
"message": "Dropbox synchronizace je zapnuta",
264-
"description": "Dropbox sync enabled"
265-
},
266242
"edit": {
267243
"message": "Upravit",
268244
"description": "Edit"
269245
},
270246
"manual_dropbox": {
271247
"message": "Manuální synchronizace",
272-
"description": "Manual Dropbox sync"
248+
"description": "Manual sync"
273249
},
274250
"use_autofill": {
275251
"message": "Použití automatického vyplňování",
276252
"description": "Use Autofill"
253+
},
254+
"storage_menu": {
255+
"message": "Storage & Backup",
256+
"description": "Storage and sync menu title"
257+
},
258+
"storage_location_info": {
259+
"message": "Choose where your data is stored. Using 'local' stores your data on your PC. Using 'sync' lets your browser sync your data to the cloud if you are signed into a sync account.",
260+
"description": "Message explaning the diffrences between sync and local storage spaces."
261+
},
262+
"storage_sync_info": {
263+
"message": "Automatically backup your data to 3rd party storgae services.",
264+
"description": "3rd party backup info"
265+
},
266+
"storage_location": {
267+
"message": "Storage Location",
268+
"description": "Storage location"
269+
},
270+
"sign_in": {
271+
"message": "Sign in",
272+
"description": "Sign in to 3rd party storage services"
273+
},
274+
"log_out": {
275+
"message": "Logout",
276+
"description": "Sign out of 3rd party storage services"
277277
}
278278
}

_locales/de/messages.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -203,29 +203,13 @@
203203
"message": "Text-Sicherungsdatei importieren",
204204
"description": "Import backup code."
205205
},
206-
"dropbox_backup": {
207-
"message": "Automatische Sicherung in Dropbox",
208-
"description": "Auto backup to Dropbox."
209-
},
210-
"dropbox_code": {
211-
"message": "Dropbox-Code",
212-
"description": "Dropbox code."
213-
},
214-
"dropbox_token": {
215-
"message": "Dropbox-Token",
216-
"description": "Dropbox token."
217-
},
218-
"dropbox_authorization": {
219-
"message": "Einloggen in Dropbox",
220-
"description": "Dropbox authorization."
221-
},
222206
"show_all_entries": {
223207
"message": "Alle Einträge anzeigen",
224208
"description": "Show all entries."
225209
},
226210
"dropbox_risk": {
227-
"message": "Vorsicht: Sicherungen, die in Dropbox gespeichert werden, sind nicht verschlüsselt. Benutzung auf eigene Gefahr.",
228-
"description": "Dropbox backup risk warning."
211+
"message": "Warning: backups are unencrypted. Use at your own risk.",
212+
"description": "Backup risk warning."
229213
},
230214
"import_error_password": {
231215
"message": "Sie müssen das richtige Passwort angeben um Sicherungsdateien zu importieren.",
@@ -235,10 +219,6 @@
235219
"message": "Ihr Passwort wird lokal gespeichert, bitte ändern Sie es sofort im Sicherheitsmenü.",
236220
"description": "localStorage password warning."
237221
},
238-
"dropbox_logout": {
239-
"message": "Aus Dropbox ausloggen",
240-
"description": "Dropbox logout."
241-
},
242222
"remove": {
243223
"message": "Löschen",
244224
"description": "Remove password."
@@ -259,20 +239,40 @@
259239
"message": "Sperren",
260240
"description": "Lock accounts"
261241
},
262-
"dropbox_tooltip": {
263-
"message": "Dropbox-Synchronisation aktiviert",
264-
"description": "Dropbox sync enabled"
265-
},
266242
"edit": {
267243
"message": "Ändern",
268244
"description": "Edit"
269245
},
270246
"manual_dropbox": {
271247
"message": "Manuelle Synchronisation",
272-
"description": "Manual Dropbox sync"
248+
"description": "Manual sync"
273249
},
274250
"use_autofill": {
275251
"message": "Use Autofill",
276252
"description": "Use Autofill"
253+
},
254+
"storage_menu": {
255+
"message": "Speicher & Sicherung",
256+
"description": "Storage and sync menu title"
257+
},
258+
"storage_location_info": {
259+
"message": "Wählen Sie, wo ihre Daten gespeichert werden sollen. Mit \"local\" werden ihre Daten auf ihrem PC gespeichert. Mit \"sync\" synchonisiert ihr Browser ihre Daten mit der Cloud, sofern Sie sich mit einem Sync-Account angemeldet haben.",
260+
"description": "Message explaning the diffrences between sync and local storage spaces."
261+
},
262+
"storage_sync_info": {
263+
"message": "Automatische Sicherung auf Drittanbieter-Speicher.",
264+
"description": "3rd party backup info"
265+
},
266+
"storage_location": {
267+
"message": "Speicherort",
268+
"description": "Storage location"
269+
},
270+
"sign_in": {
271+
"message": "Sign in",
272+
"description": "Sign in to 3rd party storage services"
273+
},
274+
"log_out": {
275+
"message": "Logout",
276+
"description": "Sign out of 3rd party storage services"
277277
}
278278
}

0 commit comments

Comments
 (0)