Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--l10n/hu.js1
-rw-r--r--l10n/hu.json1
-rw-r--r--package-lock.json18
-rw-r--r--package.json6
4 files changed, 14 insertions, 12 deletions
diff --git a/l10n/hu.js b/l10n/hu.js
index 5751486..b4ab932 100644
--- a/l10n/hu.js
+++ b/l10n/hu.js
@@ -7,6 +7,7 @@ OC.L10N.register(
"Authenticate with a TOTP app" : "Hitelesítés TOTP alkalmazással",
"Two Factor TOTP Provider" : "Kétlépcsős TOTP Szolgáltató",
"Authentication code" : "Azonosítási kód",
+ "Verify" : "Ellenőrzés",
"Could not enable TOTP" : "TOTP nem engedélyezhető",
"Could not verify your key. Please try again" : "A kulcs nem ellenőrizhető. Próbálja meg újra.",
"Get the authentication code from the two-factor authentication app on your device." : "Szerezd meg a kétfaktoros azonosítási alkalmazásodból a kódot az eszközödről.",
diff --git a/l10n/hu.json b/l10n/hu.json
index 8f4f870..1c8a59c 100644
--- a/l10n/hu.json
+++ b/l10n/hu.json
@@ -5,6 +5,7 @@
"Authenticate with a TOTP app" : "Hitelesítés TOTP alkalmazással",
"Two Factor TOTP Provider" : "Kétlépcsős TOTP Szolgáltató",
"Authentication code" : "Azonosítási kód",
+ "Verify" : "Ellenőrzés",
"Could not enable TOTP" : "TOTP nem engedélyezhető",
"Could not verify your key. Please try again" : "A kulcs nem ellenőrizhető. Próbálja meg újra.",
"Get the authentication code from the two-factor authentication app on your device." : "Szerezd meg a kétfaktoros azonosítási alkalmazásodból a kódot az eszközödről.",
diff --git a/package-lock.json b/package-lock.json
index 0e868ec..fc4240c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8352,9 +8352,9 @@
}
},
"vue": {
- "version": "2.5.20",
- "resolved": "https://registry.npmjs.org/vue/-/vue-2.5.20.tgz",
- "integrity": "sha512-kVLZi8RWOk8qwAt+a0bVDy9VV5Zzcnj0fLCMyKLx1dmEBjqmYJYRWHvPwiypiJBtJkdmROy5NP5hyDqTdfBcvQ=="
+ "version": "2.5.21",
+ "resolved": "https://registry.npmjs.org/vue/-/vue-2.5.21.tgz",
+ "integrity": "sha512-Aejvyyfhn0zjVeLvXd70h4hrE4zZDx1wfZqia6ekkobLmUZ+vNFQer53B4fu0EjWBSiqApxPejzkO1Znt3joxQ=="
},
"vue-click-outside": {
"version": "1.0.7",
@@ -8449,9 +8449,9 @@
"integrity": "sha512-Lb/cnE2N9Y42ZJPw8wpjkpuX5a9ReerWNGcQRcbNCwfCnkHG6++FurNNmLIdU8dcCTH4c5rtTPdxBqFoRMK2cQ=="
},
"vue-server-renderer": {
- "version": "2.5.20",
- "resolved": "https://registry.npmjs.org/vue-server-renderer/-/vue-server-renderer-2.5.20.tgz",
- "integrity": "sha512-q3ulfGr3a8UUbLs2tQWEBeQfl8HwUWoXF5N7H1ZGo+eL4y+xIpjpV1z14Hx8tQGoY64xja7QdSyjNWVuGmLjXg==",
+ "version": "2.5.21",
+ "resolved": "https://registry.npmjs.org/vue-server-renderer/-/vue-server-renderer-2.5.21.tgz",
+ "integrity": "sha512-bAkOYZ5DnmQKv3RboNbmCB4LReF2tIE20EgUeWrz/87aVkpMihf3FVK+8DT45nyN4k9iSQOhsyem49fq++cF8w==",
"dev": true,
"requires": {
"chalk": "^1.1.3",
@@ -8508,9 +8508,9 @@
}
},
"vue-template-compiler": {
- "version": "2.5.20",
- "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.5.20.tgz",
- "integrity": "sha512-aGJRLd1bJZi6oerGwCQVaDqvQ1T3dhCbNg9C2gNwzoKnyA3BmYfAWy8OQ3OhOebTri8o4YcLeXfwOOxtOKFfmA==",
+ "version": "2.5.21",
+ "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.5.21.tgz",
+ "integrity": "sha512-Vmk5Cv7UcmI99B9nXJEkaK262IQNnHp5rJYo+EwYpe2epTAXqcVyExhV6pk8jTkxQK2vRc8v8KmZBAwdmUZvvw==",
"dev": true,
"requires": {
"de-indent": "^1.0.2",
diff --git a/package.json b/package.json
index 3c1dec7..0710de9 100644
--- a/package.json
+++ b/package.json
@@ -19,7 +19,7 @@
"nextcloud-password-confirmation": "^0.4.1",
"nextcloud-server": "^0.15.9",
"nextcloud-vue": "^0.4.6",
- "vue": "^2.5.20",
+ "vue": "^2.5.21",
"vuex": "^3.0.1"
},
"browserslist": [
@@ -53,8 +53,8 @@
"sinon": "^7.2.0",
"url-loader": "^1.1.2",
"vue-loader": "^15.4.2",
- "vue-server-renderer": "^2.5.20",
- "vue-template-compiler": "^2.5.20",
+ "vue-server-renderer": "^2.5.21",
+ "vue-template-compiler": "^2.5.21",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-merge": "^4.1.5",