addons-linter
Advanced tools
Comparing version 6.10.0 to 6.11.0
@@ -16,3 +16,3 @@ module.exports = { domain:"messages", | ||
"A CSS syntax error was encountered":[ "Najdena je bila napaka skladnje CSS." ], | ||
"An error was found in the CSS file being processed. As a result, further processing of that file is not possible":[ "" ], | ||
"An error was found in the CSS file being processed. As a result, further processing of that file is not possible":[ "V datoteki CSS v obdelavi je bila najdena napaka. Zaradi nje nadaljnja obdelava te datoteke ni mogoča" ], | ||
"Your FTL is not valid.":[ "Vaš FTL ni veljaven." ], | ||
@@ -37,3 +37,3 @@ "Your FTL file could not be parsed.":[ "Vaše datoteke FTL ni bilo mogoče razčleniti." ], | ||
"Content script file could not be found":[ "Datoteke skripta vsebine ni bilo mogoče najti." ], | ||
"\"%(api)s\" can cause issues when loaded temporarily":[ "" ], | ||
"\"%(api)s\" can cause issues when loaded temporarily":[ "\"%(api)s\" lahko povzroča težave, če je naložena začasno" ], | ||
"This API can cause issues when loaded temporarily using about:debugging in Firefox unless you specify \"browser_specific_settings.gecko.id\" in the manifest. Please see: https://mzl.la/2hizK4a for more.":[ "" ], | ||
@@ -68,3 +68,3 @@ "{{api}} is not supported in Firefox version {{minVersion}}":[ "{{api}} ni podprt v različici Firefox {{minVersion}}" ], | ||
"Files whose names are reserved have been found in the add-on. Please refrain from using them and rename your files.":[ "" ], | ||
"The package is invalid. It may contain entries using invalid characters, as an example using '\\' as a path separator is not allowed in Firefox. Try to recreate your add-on package (ZIP) and make sure all entries are using '/' as the path separator.":[ "" ], | ||
"The package is invalid. It may contain entries using invalid characters, as an example using '\\' as a path separator is not allowed in Firefox. Try to recreate your add-on package (ZIP) and make sure all entries are using '/' as the path separator.":[ "Paket je neveljaven. Morda vsebuje vnose, ki uporabljajo neveljavne znake, na primer uporaba '\\' kot ločila poti v Firefoxu ni dovoljena. Poskusite znova ustvariti paket (ZIP) in se prepričajte, da vsi vnosi kot ločilo poti uporabljajo '/'." ], | ||
"We were unable to decompress the zip file.":[ "Datoteke zip ni bilo mogoče razširiti." ], | ||
@@ -79,14 +79,14 @@ "manifest.json was not found":[ "Datoteke manifest.json ni bilo mogoče najti" ], | ||
"Flagged filename found":[ "Najdeno označeno ime datoteke" ], | ||
"Files were found that are either unnecessary or have been included unintentionally. They should be removed.":[ "" ], | ||
"The package contains multiple entries with the same name. This practice has been banned. Try unzipping and re-zipping your add-on package and try again.":[ "" ], | ||
"Files were found that are either unnecessary or have been included unintentionally. They should be removed.":[ "Najdene so bile datoteke, ki so nepotrebne ali nenamerno vključene. Treba jih je odstraniti." ], | ||
"The package contains multiple entries with the same name. This practice has been banned. Try unzipping and re-zipping your add-on package and try again.":[ "Paket vsebuje več vnosov z istim imenom. Ta praksa je prepovedana. Poskusite razpakirati in znova zapakirati paket dodatka ter poskusiti znova." ], | ||
"Flagged file extensions found":[ "Najdene označene končnice datotek" ], | ||
"Flagged file type found":[ "Najdena označena vrsta datoteke" ], | ||
"Files whose names end with flagged extensions have been found in the add-on. The extension of these files are flagged because they usually identify binary components. Please see https://bit.ly/review-policy for more information on the binary content review process.":[ "" ], | ||
"Files whose names end with flagged extensions have been found in the add-on. The extension of these files are flagged because they usually identify binary components. Please see https://bit.ly/review-policy for more information on the binary content review process.":[ "V dodatku so bile najdene datoteke, katerih imena se končujejo z eno od pripon, kakršne običajno pomenijo binarne komponente. Za več informacij o postopku pregleda binarne vsebine obiščite https://bit.ly/review-policy." ], | ||
"Package already signed":[ "Paket je že podpisan" ], | ||
"Add-ons which are already signed will be re-signed when published on AMO. This will replace any existing signatures on the add-on.":[ "" ], | ||
"Add-ons which are already signed will be re-signed when published on AMO. This will replace any existing signatures on the add-on.":[ "Dodatki, ki so že podpisani, bodo ob objavi na AMO znova podpisani. To bo zamenjalo vse obstoječe podpise v dodatku." ], | ||
"Firefox add-ons are not allowed to run coin miners.":[ "Dodatkom za Firefox ni dovoljeno rudariti kriptovalut." ], | ||
"We do not allow coinminer scripts to be run inside WebExtensions. See https://github.com/mozilla/addons-linter/issues/1643 for more details.":[ "" ], | ||
"We do not allow coinminer scripts to be run inside WebExtensions. See https://github.com/mozilla/addons-linter/issues/1643 for more details.":[ "Znotraj WebExtensions ne dovolimo izvajanja skriptov coinminer. Za podrobnosti si oglejte https://github.com/mozilla/addons-linter/issues/1643." ], | ||
"String name is reserved for a predefined message":[ "Ime niza je rezervirano za vnaprej določeno sporočilo" ], | ||
"String names starting with @@ get translated to built-in constants (https://mzl.la/2BL9ZjE).":[ "" ], | ||
"String name should only contain alpha-numeric characters, _ and @ (https://mzl.la/2Eztyi5).":[ "" ], | ||
"String names starting with @@ get translated to built-in constants (https://mzl.la/2BL9ZjE).":[ "Imena nizov, ki se začnejo z @@, se prevedejo v vgrajene konstante (https://mzl.la/2BL9ZjE)." ], | ||
"String name should only contain alpha-numeric characters, _ and @ (https://mzl.la/2Eztyi5).":[ "Ime niza naj vsebuje le alfanumerične znake, _ in @ (https://mzl.la/2Eztyi5)." ], | ||
"Placeholder for message is missing":[ "Manjka označba mesta sporočila" ], | ||
@@ -117,3 +117,3 @@ "A placeholder used in the message is not defined.":[ "Označba mesta, uporabljena v sporočilu, ni določena." ], | ||
"\"%(property)s\" allows 'eval', which has strong security and performance implications.":[ "" ], | ||
"In most cases the same result can be achieved differently, therefore it is generally prohibited":[ "" ], | ||
"In most cases the same result can be achieved differently, therefore it is generally prohibited":[ "V večini primerov je mogoče enako doseči na drugačen način, zato je to na splošno prepovedano" ], | ||
"The \"name\" property must be a string with no leading/trailing whitespaces.":[ "" ], | ||
@@ -126,4 +126,4 @@ "See http://mzl.la/1STmr48 (MDN Docs) for more information.":[ "Za več informacij glejte http://mzl.la/1STmr48 (dokumente na MDN-u)." ], | ||
"\"strict_max_version\" not required.":[ "\"strict_max_version\" ni zahtevan." ], | ||
"\"strict_max_version\" shouldn't be used unless the add-on is expected not to work with future versions of Firefox.":[ "" ], | ||
"No \"%(property)s\" property found in manifest.json":[ "" ], | ||
"\"strict_max_version\" shouldn't be used unless the add-on is expected not to work with future versions of Firefox.":[ "\"strict_max_version\" se ne sme uporabljati, razen če se pričakuje, da dodatek s prihodnjimi različicami Firefoxa ne bo deloval." ], | ||
"No \"%(property)s\" property found in manifest.json":[ "V datoteki manifest.json ni bilo mogoče najti lastnosti \"%(property)s\"" ], | ||
"\"%(property)s\" is required":[ "Lastnost \"%(property)s\" je obvezna" ], | ||
@@ -156,3 +156,3 @@ "An icon defined in the manifest could not be found in the package.":[ "V paketu ni bilo mogoče najti ikone, določene v manifestu." ], | ||
"The size of the icon does not match the manifest.":[ "Velikost ikone se ne ujema z manifestom." ], | ||
"Expected icon at \"%(path)s\" to be %(expected)d pixels wide but was %(actual)d.":[ "" ], | ||
"Expected icon at \"%(path)s\" to be %(expected)d pixels wide but was %(actual)d.":[ "Pričakovana velikost ikone na \"%(path)s\" je bila %(expected)d slikovnih pik, dejanska pa %(actual)d." ], | ||
"Corrupt image file":[ "Pokvarjena slikovna datoteka" ], | ||
@@ -166,3 +166,3 @@ "Expected icon file at \"%(path)s\" is corrupted":[ "Pričakovana datoteka ikone v mapi \"%(path)s\" je pokvarjena" ], | ||
"Theme image file at \"%(path)s\" is corrupted":[ "Slika teme v mapi \"%(path)s\" je pokvarjena" ], | ||
"\"%(fieldName)s\" is not supported in manifest versions %(versionRange)s.":[ "" ], | ||
"\"%(fieldName)s\" is not supported in manifest versions %(versionRange)s.":[ "\"%(fieldName)s\" ni podprto v različicah manifesta %(versionRange)s." ], | ||
"Theme image file has an unsupported file extension":[ "Slikovna datoteka teme ima nepodprto pripono" ], | ||
@@ -172,3 +172,3 @@ "Theme image file at \"%(path)s\" has an unsupported file extension":[ "Slikovna datoteka na \"%(path)s\" ima nepodprto pripono" ], | ||
"Theme image file at \"%(path)s\" has the unsupported mime type \"%(mime)s\"":[ "Slikovna datoteka na \"%(path)s\" ima nepodprto vrsto mime \"%(mime)s\"" ], | ||
"\"%(fieldName)s\" is not supported.":[ "" ], | ||
"\"%(fieldName)s\" is not supported.":[ "\"%(fieldName)s\" ni podprt." ], | ||
"Theme image file mime type does not match its file extension":[ "Vrsta mime slikovne datoteke se ne ujema s pripono datoteke" ], | ||
@@ -208,5 +208,5 @@ "Theme image file extension at \"%(path)s\" does not match its actual mime type \"%(mime)s\"":[ "Vrsta mime slikovne datoteke na \"%(path)s\" se ne ujema z njeno dejansko vrsto mime \"%(mime)s\"" ], | ||
"The \"applications\" property in the manifest is deprecated and will no longer be accepted in Manifest Version 3 and above.":[ "" ], | ||
"\"applications\" is no longer allowed in Manifest Version 3 and above.":[ "" ], | ||
"\"applications\" is no longer allowed in Manifest Version 3 and above.":[ "Lastnost \"applications\" v Manifestu 3 in novejših različicah ni več dovoljena." ], | ||
"The \"applications\" property in the manifest is no longer allowed in Manifest Version 3 and above. Use \"browser_specific_settings\" instead.":[ "" ], | ||
"The version string should be simplified because it won't be compatible with Manifest Version 3 and above.":[ "" ], | ||
"The version string should be simplified because it won't be compatible with Manifest Version 3 and above.":[ "Niz različice je treba poenostaviti, sicer ne bo združljiv z Manifestom 3 in novejšimi različicami." ], | ||
"The version should be a string with 1 to 4 numbers separated with dots. Each number should have up to 9 digits and leading zeros will no longer be allowed. Letters will no longer be allowed either. See https://mzl.la/3h3mCRu (MDN Docs) for more information.":[ "" ], | ||
@@ -213,0 +213,0 @@ "The version string should be simplified.":[ "Niz različice je treba poenostaviti." ], |
@@ -106,3 +106,3 @@ module.exports = { domain:"messages", | ||
"Invalid install origin.":[ "Nguồn gốc cài đặt không hợp lệ." ], | ||
"Invalid install origin. A valid origin has - only - a scheme, hostname and optional port. See https://mzl.la/3TEbqbE (MDN Docs) for more information.":[ "" ], | ||
"Invalid install origin. A valid origin has - only - a scheme, hostname and optional port. See https://mzl.la/3TEbqbE (MDN Docs) for more information.":[ "Origin cài đặt không hợp lệ. Một origin hợp lệ có - chỉ có - một scheme, hostname và port tùy chọn. Xem tại https://mzl.la/3TEbqbE (Tài liệu web MDN) để biết thêm thông tin." ], | ||
"\"manifest_version\" in the manifest.json is not a valid value":[ "\"manifest_version\" trong manifest.json không phải là một giá trị hợp lệ" ], | ||
@@ -115,3 +115,3 @@ "See https://mzl.la/20PenXl (MDN Docs) for more information.":[ "Xem tại https://mzl.la/20PenXl (Tài liệu MDN) để biết thêm thông tin." ], | ||
"In most cases the same result can be achieved differently, therefore it is generally prohibited":[ "Trong hầu hết các trường hợp, cùng một kết quả có thể đạt được theo cách khác nhau, do đó, nó thường bị cấm" ], | ||
"The \"name\" property must be a string with no leading/trailing whitespaces.":[ "" ], | ||
"The \"name\" property must be a string with no leading/trailing whitespaces.":[ "Thuộc tính \"name\" phải là một chuỗi không có khoảng trắng đầu/cuối." ], | ||
"See http://mzl.la/1STmr48 (MDN Docs) for more information.":[ "Xem tại http://mzl.la/1STmr48 (Tài liệu MDN) để biết thêm thông tin." ], | ||
@@ -118,0 +118,0 @@ "\"update_url\" is not allowed.":[ "\"update_url\" không được cho phép." ], |
{ | ||
"name": "addons-linter", | ||
"version": "6.10.0", | ||
"version": "6.11.0", | ||
"description": "Mozilla Add-ons Linter", | ||
@@ -48,3 +48,3 @@ "main": "dist/addons-linter.js", | ||
"@fluent/syntax": "0.19.0", | ||
"@mdn/browser-compat-data": "5.3.3", | ||
"@mdn/browser-compat-data": "5.3.5", | ||
"addons-moz-compare": "1.3.0", | ||
@@ -71,3 +71,3 @@ "addons-scanner-utils": "9.3.0", | ||
"pino": "8.14.1", | ||
"postcss": "8.4.26", | ||
"postcss": "8.4.27", | ||
"relaxed-json": "1.0.3", | ||
@@ -124,3 +124,3 @@ "semver": "7.5.4", | ||
"tmp-promise": "3.0.3", | ||
"webpack": "5.88.1", | ||
"webpack": "5.88.2", | ||
"webpack-cli": "5.1.4", | ||
@@ -127,0 +127,0 @@ "webpack-node-externals": "3.0.0", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
3147045
22038
+ Added@mdn/browser-compat-data@5.3.5(transitive)
+ Addedpostcss@8.4.27(transitive)
- Removed@mdn/browser-compat-data@5.3.3(transitive)
- Removedpostcss@8.4.26(transitive)
Updatedpostcss@8.4.27