You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Authenticator generates 2-Step Verification codes in your browser.
6
4
7
5
## Available for Chrome, Firefox, and Microsoft Edge
8
6
9
7
[<imgsrc="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)[<imgsrc="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)[<imgsrc="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)
10
8
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
-
13
9
## Build Setup
14
10
15
11
```bash
@@ -23,4 +19,4 @@ gts fix
23
19
npm run [chrome, firefox, edge]
24
20
```
25
21
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)
Copy file name to clipboardExpand all lines: _locales/cs/messages.json
+27-27Lines changed: 27 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -203,29 +203,13 @@
203
203
"message": "Importovat textovou zálohu",
204
204
"description": "Import backup code."
205
205
},
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
-
},
222
206
"show_all_entries": {
223
207
"message": "Ukaž všechny záznamy",
224
208
"description": "Show all entries."
225
209
},
226
210
"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."
229
213
},
230
214
"import_error_password": {
231
215
"message": "Je nutné zadat správné heslo pro import zálohy.",
@@ -235,10 +219,6 @@
235
219
"message": "Vaše heslo je lokálně uloženo, prosím změňte to ihned v menu zabezpečení.",
236
220
"description": "localStorage password warning."
237
221
},
238
-
"dropbox_logout": {
239
-
"message": "Odhlášení ze služby Dropbox",
240
-
"description": "Dropbox logout."
241
-
},
242
222
"remove": {
243
223
"message": "Odstranit",
244
224
"description": "Remove password."
@@ -259,20 +239,40 @@
259
239
"message": "Zámek",
260
240
"description": "Lock accounts"
261
241
},
262
-
"dropbox_tooltip": {
263
-
"message": "Dropbox synchronizace je zapnuta",
264
-
"description": "Dropbox sync enabled"
265
-
},
266
242
"edit": {
267
243
"message": "Upravit",
268
244
"description": "Edit"
269
245
},
270
246
"manual_dropbox": {
271
247
"message": "Manuální synchronizace",
272
-
"description": "Manual Dropbox sync"
248
+
"description": "Manual sync"
273
249
},
274
250
"use_autofill": {
275
251
"message": "Použití automatického vyplňování",
276
252
"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"
Copy file name to clipboardExpand all lines: _locales/de/messages.json
+27-27Lines changed: 27 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -203,29 +203,13 @@
203
203
"message": "Text-Sicherungsdatei importieren",
204
204
"description": "Import backup code."
205
205
},
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
-
},
222
206
"show_all_entries": {
223
207
"message": "Alle Einträge anzeigen",
224
208
"description": "Show all entries."
225
209
},
226
210
"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."
229
213
},
230
214
"import_error_password": {
231
215
"message": "Sie müssen das richtige Passwort angeben um Sicherungsdateien zu importieren.",
@@ -235,10 +219,6 @@
235
219
"message": "Ihr Passwort wird lokal gespeichert, bitte ändern Sie es sofort im Sicherheitsmenü.",
236
220
"description": "localStorage password warning."
237
221
},
238
-
"dropbox_logout": {
239
-
"message": "Aus Dropbox ausloggen",
240
-
"description": "Dropbox logout."
241
-
},
242
222
"remove": {
243
223
"message": "Löschen",
244
224
"description": "Remove password."
@@ -259,20 +239,40 @@
259
239
"message": "Sperren",
260
240
"description": "Lock accounts"
261
241
},
262
-
"dropbox_tooltip": {
263
-
"message": "Dropbox-Synchronisation aktiviert",
264
-
"description": "Dropbox sync enabled"
265
-
},
266
242
"edit": {
267
243
"message": "Ändern",
268
244
"description": "Edit"
269
245
},
270
246
"manual_dropbox": {
271
247
"message": "Manuelle Synchronisation",
272
-
"description": "Manual Dropbox sync"
248
+
"description": "Manual sync"
273
249
},
274
250
"use_autofill": {
275
251
"message": "Use Autofill",
276
252
"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"
0 commit comments