-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add italian language, add store images, extend manifest.json
- Loading branch information
Showing
8 changed files
with
105 additions
and
38 deletions.
There are no files selected for viewing
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,46 @@ | ||
{ | ||
"baseUrl": { | ||
"message": "URL di base di SysPass", | ||
"description": "URL di base per l'installazione di SysPass." | ||
}, | ||
"apiToken": { | ||
"message": "API token", | ||
"description": "Token API di SysPass." | ||
}, | ||
"apiPassword": { | ||
"message": "API password", | ||
"description": "Password per l'API di SysPass." | ||
}, | ||
"dropdownDisable": { | ||
"message": "Disabilita di Dropdown", | ||
"description": "Disabilita il dropdown per il campo login." | ||
}, | ||
"saveButton": { | ||
"message": "Salva le preferenze", | ||
"description": "Bottone per salvataggio preferenze" | ||
}, | ||
"noItems": { | ||
"message": "Nessua voce trovata", | ||
"description": "In caso la voce ricercata non sia presente in SysPass." | ||
}, | ||
"openExternal": { | ||
"message": "Lancia SysPass", | ||
"description": "Lancia SysPass come programma a sé." | ||
}, | ||
"savePreferences": { | ||
"message": "Ops, impossibile salvare le preferenze", | ||
"description": "Ops, impossibile salvare le preferenze" | ||
}, | ||
"notVerifiedPassword": { | ||
"message": "Non é possibile verificare la password: ", | ||
"description": "Non é possibile verificare la password: " | ||
}, | ||
"verifiedCredentials": { | ||
"message": "Credenziali verificate con successo", | ||
"description": "Credenziali verificate con successo" | ||
}, | ||
"apiKeyFailed": { | ||
"message": "Impossibile collegarsi a SysPass, controllare la API Key", | ||
"description": "Impossibile collegarsi a SysPass, controllare la API Key" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -9,13 +9,18 @@ | |
dependencies: | ||
"@babel/highlight" "^7.8.3" | ||
|
||
"@babel/helper-validator-identifier@^7.9.0": | ||
version "7.9.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed" | ||
integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw== | ||
|
||
"@babel/highlight@^7.8.3": | ||
version "7.8.3" | ||
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797" | ||
integrity sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg== | ||
version "7.9.0" | ||
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.9.0.tgz#4e9b45ccb82b79607271b2979ad82c7b68163079" | ||
integrity sha512-lJZPilxX7Op3Nv/2cvFdnlepPXDxi29wxteT57Q965oc5R9v86ztx0jfxVrTcBk8C2kcPkkDa2Z4T3ZsPPVWsQ== | ||
dependencies: | ||
"@babel/helper-validator-identifier" "^7.9.0" | ||
chalk "^2.0.0" | ||
esutils "^2.0.2" | ||
js-tokens "^4.0.0" | ||
|
||
"@babel/[email protected]": | ||
|
@@ -27,9 +32,9 @@ | |
regenerator-runtime "^0.13.2" | ||
|
||
"@babel/runtime-corejs3@^7.8.3": | ||
version "7.8.7" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.8.7.tgz#8209d9dff2f33aa2616cb319c83fe159ffb07b8c" | ||
integrity sha512-sc7A+H4I8kTd7S61dgB9RomXu/C+F4IrRr4Ytze4dnfx7AXEpCrejSNpjx7vq6y/Bak9S6Kbk65a/WgMLtg43Q== | ||
version "7.9.0" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.9.0.tgz#0d4119c44ad05bfa0ca16f2f4f91cde430056c08" | ||
integrity sha512-Fe3z3yVZNCUTaOFBAofwkEtFiYi7a7Gg2F5S1QX+mqP403i2iKJtyHJYEp/PV2ijUheT0PiKWbmXcqtwLhmBzg== | ||
dependencies: | ||
core-js-pure "^3.0.0" | ||
regenerator-runtime "^0.13.4" | ||
|
@@ -93,9 +98,9 @@ | |
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== | ||
|
||
"@types/node@*": | ||
version "13.9.1" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.9.1.tgz#96f606f8cd67fb018847d9b61e93997dabdefc72" | ||
integrity sha512-E6M6N0blf/jiZx8Q3nb0vNaswQeEyn0XlupO+xN6DtJ6r6IT4nXrTry7zhIfYvFCl3/8Cu6WIysmUBKiqV0bqQ== | ||
version "13.9.2" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.9.2.tgz#ace1880c03594cc3e80206d96847157d8e7fa349" | ||
integrity sha512-bnoqK579sAYrQbp73wwglccjJ4sfRdKU7WNEZ5FW4K2U6Kc0/eZ5kvXG0JKsEKFB50zrFmfFt52/cvBbZa7eXg== | ||
|
||
"@types/q@^1.5.1": | ||
version "1.5.2" | ||
|
@@ -972,13 +977,14 @@ browserify-zlib@^0.2.0: | |
pako "~1.0.5" | ||
|
||
browserslist@^4.0.0, browserslist@^4.8.3: | ||
version "4.9.1" | ||
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.9.1.tgz#01ffb9ca31a1aef7678128fc6a2253316aa7287c" | ||
integrity sha512-Q0DnKq20End3raFulq6Vfp1ecB9fh8yUNV55s8sekaDDeqBaCtWlRHCUdaWyUeSSBJM7IbM6HcsyaeYqgeDhnw== | ||
version "4.10.0" | ||
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.10.0.tgz#f179737913eaf0d2b98e4926ac1ca6a15cbcc6a9" | ||
integrity sha512-TpfK0TDgv71dzuTsEAlQiHeWQ/tiPqgNZVdv046fvNtBZrjbv2O3TsWCDU0AWGJJKCF/KsjNdLzR9hXOsh/CfA== | ||
dependencies: | ||
caniuse-lite "^1.0.30001030" | ||
electron-to-chromium "^1.3.363" | ||
node-releases "^1.1.50" | ||
caniuse-lite "^1.0.30001035" | ||
electron-to-chromium "^1.3.378" | ||
node-releases "^1.1.52" | ||
pkg-up "^3.1.0" | ||
|
||
btoa@^1.2.1: | ||
version "1.2.1" | ||
|
@@ -1178,7 +1184,7 @@ caniuse-api@^3.0.0: | |
lodash.memoize "^4.1.2" | ||
lodash.uniq "^4.5.0" | ||
|
||
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001020, caniuse-lite@^1.0.30001030: | ||
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001020, caniuse-lite@^1.0.30001035: | ||
version "1.0.30001035" | ||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001035.tgz#2bb53b8aa4716b2ed08e088d4dc816a5fe089a1e" | ||
integrity sha512-C1ZxgkuA4/bUEdMbU5WrGY4+UhMFFiXrgNAfxiMIqWgFTWfv/xsZCS2xEHT2LMq7xAZfuAnu6mcqyDl0ZR6wLQ== | ||
|
@@ -2213,10 +2219,10 @@ [email protected]: | |
dependencies: | ||
safe-buffer "^5.0.1" | ||
|
||
electron-to-chromium@^1.3.363: | ||
version "1.3.376" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.376.tgz#7cb7b5205564a06c8f8ecfbe832cbd47a1224bb1" | ||
integrity sha512-cv/PYVz5szeMz192ngilmezyPNFkUjuynuL2vNdiqIrio440nfTDdc0JJU0TS2KHLSVCs9gBbt4CFqM+HcBnjw== | ||
electron-to-chromium@^1.3.378: | ||
version "1.3.379" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.379.tgz#81dc5e82a3e72bbb830d93e15bc35eda2bbc910e" | ||
integrity sha512-NK9DBBYEBb5f9D7zXI0hiE941gq3wkBeQmXs1ingigA/jnTg5mhwY2Z5egwA+ZI8OLGKCx0h1Cl8/xeuIBuLlg== | ||
|
||
elliptic@^6.0.0: | ||
version "6.5.2" | ||
|
@@ -3279,9 +3285,9 @@ [email protected]: | |
integrity sha512-R4wDiBwZ0KzpgOWetKDug1FZcYhqYnUYKtfZYt4mD5SBz76q0KR4Q9o7GIPamsVPGmW3EYPPJ0dOOjvx32ldZA== | ||
|
||
fsevents@^1.2.7: | ||
version "1.2.11" | ||
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.11.tgz#67bf57f4758f02ede88fb2a1712fef4d15358be3" | ||
integrity sha512-+ux3lx6peh0BpvY0JebGyZoiR4D+oYzdPZMKJwkZ+sFkNJzpL7tXc/wehS49gUAxg3tmMHPHZkA8JU2rhhgDHw== | ||
version "1.2.12" | ||
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.12.tgz#db7e0d8ec3b0b45724fd4d83d43554a8f1f0de5c" | ||
integrity sha512-Ggd/Ktt7E7I8pxZRbGIs7vwqAPscSESMrCSkx2FtWeqmheJgCo2R74fTsZFCifr0VTPwqRpPv17+6b8Zp7th0Q== | ||
dependencies: | ||
bindings "^1.5.0" | ||
nan "^2.12.1" | ||
|
@@ -3850,9 +3856,9 @@ imurmurhash@^0.1.4: | |
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= | ||
|
||
in-publish@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/in-publish/-/in-publish-2.0.0.tgz#e20ff5e3a2afc2690320b6dc552682a9c7fadf51" | ||
integrity sha1-4g/146KvwmkDILbcVSaCqcf631E= | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/in-publish/-/in-publish-2.0.1.tgz#948b1a535c8030561cea522f73f78f4be357e00c" | ||
integrity sha512-oDM0kUSNFC31ShNxHKUyfZKy8ZeXZBWMjMdZHKLOk13uvT27VTL/QzRGfRUcevJhpkZAvlhPYuXkF7eNWrtyxQ== | ||
|
||
indent-string@^2.1.0: | ||
version "2.1.0" | ||
|
@@ -4966,7 +4972,7 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.1.3.tgz#3bedfd91a92d39016fcfaa1c681e8faa1a1efda8" | ||
integrity sha1-O+39kaktOQFvz6ocaB6Pqhoe/ag= | ||
|
||
minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0: | ||
minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5: | ||
version "1.2.5" | ||
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" | ||
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== | ||
|
@@ -5010,13 +5016,20 @@ mixin-deep@^1.2.0: | |
for-in "^1.0.2" | ||
is-extendable "^1.0.1" | ||
|
||
[email protected], "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.1: | ||
[email protected]: | ||
version "0.5.1" | ||
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903" | ||
integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM= | ||
dependencies: | ||
minimist "0.0.8" | ||
|
||
"mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.1: | ||
version "0.5.3" | ||
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.3.tgz#5a514b7179259287952881e94410ec5465659f8c" | ||
integrity sha512-P+2gwrFqx8lhew375MQHHeTlY8AuOJSrGf0R5ddkEndUkmwpgUob/vQuBD1V22/Cw1/lJr4x+EjllSezBThzBg== | ||
dependencies: | ||
minimist "^1.2.5" | ||
|
||
moment@^2.10.6: | ||
version "2.24.0" | ||
resolved "https://registry.yarnpkg.com/moment/-/moment-2.24.0.tgz#0d055d53f5052aa653c9f6eb68bb5d12bf5c2b5b" | ||
|
@@ -5233,7 +5246,7 @@ node-pre-gyp@*: | |
semver "^5.3.0" | ||
tar "^4.4.2" | ||
|
||
node-releases@^1.1.50: | ||
node-releases@^1.1.52: | ||
version "1.1.52" | ||
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.52.tgz#bcffee3e0a758e92e44ecfaecd0a47554b0bcba9" | ||
integrity sha512-snSiT1UypkgGt2wxPqS6ImEUICbNCMb31yaxWrOLXjhlt2z2/IBpaOxzONExqSm4y5oLnAqjjRWu+wsDzK5yNQ== | ||
|
@@ -5862,6 +5875,13 @@ pkg-dir@^3.0.0: | |
dependencies: | ||
find-up "^3.0.0" | ||
|
||
pkg-up@^3.1.0: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-3.1.0.tgz#100ec235cc150e4fd42519412596a28512a0def5" | ||
integrity sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA== | ||
dependencies: | ||
find-up "^3.0.0" | ||
|
||
pluralize@^1.2.1: | ||
version "1.2.1" | ||
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-1.2.1.tgz#d1a21483fd22bb41e58a12fa3421823140897c45" | ||
|
@@ -6037,9 +6057,9 @@ postcss-modules-local-by-default@^3.0.2: | |
postcss-value-parser "^4.0.0" | ||
|
||
postcss-modules-scope@^2.1.1: | ||
version "2.1.1" | ||
resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.1.1.tgz#33d4fc946602eb5e9355c4165d68a10727689dba" | ||
integrity sha512-OXRUPecnHCg8b9xWvldG/jUpRIGPNRka0r4D4j0ESUU2/5IOnpsjfPPmDprM3Ih8CgZ8FXjWqaniK5v4rWt3oQ== | ||
version "2.2.0" | ||
resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz#385cae013cc7743f5a7d7602d1073a89eaae62ee" | ||
integrity sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ== | ||
dependencies: | ||
postcss "^7.0.6" | ||
postcss-selector-parser "^6.0.0" | ||
|
@@ -7597,9 +7617,9 @@ terser-webpack-plugin@^1.4.3: | |
worker-farm "^1.7.0" | ||
|
||
terser@^4.1.2: | ||
version "4.6.6" | ||
resolved "https://registry.yarnpkg.com/terser/-/terser-4.6.6.tgz#da2382e6cafbdf86205e82fb9a115bd664d54863" | ||
integrity sha512-4lYPyeNmstjIIESr/ysHg2vUPRGf2tzF9z2yYwnowXVuVzLEamPN1Gfrz7f8I9uEPuHcbFlW4PLIAsJoxXyJ1g== | ||
version "4.6.7" | ||
resolved "https://registry.yarnpkg.com/terser/-/terser-4.6.7.tgz#478d7f9394ec1907f0e488c5f6a6a9a2bad55e72" | ||
integrity sha512-fmr7M1f7DBly5cX2+rFDvmGBAaaZyPrHYK4mMdHEDAdNTqXSZgSOfqsfGq2HqPGT/1V0foZZuCZFx8CHKgAk3g== | ||
dependencies: | ||
commander "^2.20.0" | ||
source-map "~0.6.1" | ||
|