diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..e963edab21 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,50 @@ +--- +name: Bug report +about: Create a report to help us fix an issue you are having +title: '' +labels: bug +assignees: '' + +--- + +# IMPORTANT + +Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;) + +* [ ] I have read the [CONTRIBUTING.md](https://github.com/nextcloud/news/blob/master/CONTRIBUTING.md) and followed the provided tips + + +## Explain the Problem +What problem did you encounter? + +## Steps to Reproduce +Explain what you did to encounter the issue +1. +2. +3. + +## System Information +* News app version: +* Nextcloud version: +* Cron type: +* PHP version: +* Database and version: +* Browser and version: +* Distribution and version: + +## Contents of nextcloud/data/nextcloud.log + +```json + +Paste output here + +``` + +## Contents of Browser Error Console +Read http://ggnome.com/wiki/Using_The_Browser_Error_Console if you are unsure what to put here + +``` + +Paste output here + +``` diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..6ffb14d468 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,24 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;) + +* [ ] I have read the [CONTRIBUTING.md](https://github.com/nextcloud/news/blob/master/CONTRIBUTING.md) and followed the provided tips + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.travis.yml b/.travis.yml index e9d388524c..dd41bb601d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,6 +58,9 @@ script: after_failure: - cat ../../data/nextcloud.log +after_success: + - bash <(curl -s https://codecov.io/bash) + addons: firefox: "latest-beta" postgresql: "9.6" diff --git a/AUTHORS.md b/AUTHORS.md index 64a0714a45..2ca8f4d87f 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,15 +4,15 @@ * [Robin Appelman](mailto:icewind@owncloud.com) * [Gregor Tätzner](mailto:gregor@freenet.de) * [Morris Jobke](mailto:hey@morrisjobke.de) -* [Jan-Christoph Borchardt](mailto:hey@jancborchardt.net) +* [Benjamin Brahmer](mailto:info@b-brahmer.de) * [Sean Molenaar](mailto:SMillerDev@users.noreply.github.com) +* [Jan-Christoph Borchardt](mailto:hey@jancborchardt.net) * [Daniel Schaal](mailto:daniel@schaal.email) * [Davide Saurino](mailto:davide.saurino@alcacoop.it) * [raghunayyar](mailto:me@iraghu.com) -* [Benjamin Brahmer](mailto:info@b-brahmer.de) +* [Sean Molenaar](mailto:sean@seanmolenaar.eu) * [bastei](mailto:bastei@users.noreply.github.com) * [Bernhard Posselt](mailto:bep@foryouandyourcustomers.com) -* [Sean Molenaar](mailto:sean@seanmolenaar.eu) * [Thomas Müller](mailto:thomas.mueller@tmit.eu) * [Hoàng Đức Hiếu](mailto:hdhoang@zahe.me) * [Daniel Opitz](mailto:git@copynpaste.de) @@ -56,6 +56,7 @@ * [Allan Nordhøy](mailto:epost@anotheragency.no) * [Alwaysin](mailto:adrien@demma.fr) * [Andrea Boero](mailto:mail@tsumi.it) +* [Andreas Demmelbauer](mailto:git@notice.at) * [Arthur Schiwon](mailto:blizzz@arthur-schiwon.de) * [Benedikt Geißler](mailto:benedikt@g5r.eu) * [Bernhard Posselt](mailto:bernhard@desktop.localdomain) @@ -84,6 +85,7 @@ * [Piotr Dobrowolski](mailto:admin@tastycode.pl) * [Raspbeguy](mailto:raspbeguy@users.noreply.github.com) * [Roeland Jago Douma](mailto:roeland@famdouma.nl) +* [Simon](mailto:sschubert89@gmail.com) * [Simon Gilliot](mailto:simon@gilliot.fr) * [TexasGamer](mailto:tpgaubert@gmail.com) * [The Gitter Badger](mailto:badger@gitter.im) @@ -104,6 +106,7 @@ * [joeplus](mailto:joerg@honululu.Speedport_W_723V_1_32_000) * [kondou](mailto:kondou@ts.unde.re) * [markusj](mailto:markusj@users.noreply.github.com) +* [nachoparker](mailto:nacho@ownyourbits.com) * [nexus-uw](mailto:you@example.com) * [repat](mailto:repat@repat.de) * [ritchiewilson](mailto:rawilson52@gmail.com) diff --git a/CHANGELOG.md b/CHANGELOG.md index 823d18e7ea..7653a12a4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. ## Unreleased +## 13.1.6 + +### Changed +- Replaced "Advanced settings" for feed credentials by a checkbox #488 + +### Fixed +- Fixed signature error caused by favicon cache #485 + +## 13.1.5 + +### Changed +- Added new android (and iOS) client 'newsout' to list #475 +- News requires php 7.0 please update to 7.1+ if possible #476 + +### Fixed +- Fixed some feeds with a empty body #474 +- Restored full text by default for some feeds #479 +- Some smaller adjustments for the design #463 #464 + ## 13.1.4 ### Fixed diff --git a/Makefile b/Makefile index 59e3c0acd6..c25161d701 100644 --- a/Makefile +++ b/Makefile @@ -190,6 +190,6 @@ test: cd js && $(npm) run test ./vendor/phpunit/phpunit/phpunit -c phpunit.xml --coverage-clover build/php-unit.clover # \Test\TestCase is only allowed to access the db if TRAVIS environment variable is set - env TRAVIS=1 ./vendor/phpunit/phpunit/phpunit -c phpunit.integration.xml --coverage-clover build/php-unit.clover + env TRAVIS=1 ./vendor/phpunit/phpunit/phpunit -c phpunit.integration.xml $(MAKE) phpcs ./bin/tools/generate_authors.php diff --git a/README.md b/README.md index 4c04e3f90e..70665bf9ba 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **We need help with the frontend, check the issue tracker if you are interessted!** -[![Build Status](https://travis-ci.org/nextcloud/news.svg?branch=master)](https://travis-ci.org/nextcloud/news) [![irc](https://img.shields.io/badge/irc%20channel-%23nextcloud--news%20on%20freenode-blue.svg)](https://webchat.freenode.net/?channels=nextcloud-news) +[![Build Status](https://travis-ci.org/nextcloud/news.svg?branch=master)](https://travis-ci.org/nextcloud/news) [![Code coverage](https://img.shields.io/codecov/c/github/nextcloud/news.svg?style=flat-square)](https://codecov.io/gh/nextcloud/news/) [![irc](https://img.shields.io/badge/irc%20channel-%23nextcloud--news%20on%20freenode-blue.svg)](https://webchat.freenode.net/?channels=nextcloud-news) The News app is an RSS/Atom feed aggregator. It offers a [RESTful API](https://github.com/nextcloud/news/tree/master/docs/externalapi) for app developers. The source code is [available on GitHub](https://github.com/nextcloud/news) @@ -29,8 +29,9 @@ Please read the [appropriate section in the contributing notices](https://github ## Sync Clients Nextcloud News can be synced with the following apps: * [RSS Guard (Windows, Linux, OS/2, Mac OS)](https://github.com/martinrotter/rssguard), [open source](https://github.com/martinrotter/rssguard) - * [ownCloud News Reader (Android)](https://play.google.com/store/apps/details?id=de.luhmer.owncloudnewsreader), [open source](https://github.com/owncloud/news-android-app) + * [Nextcloud News Reader (Android)](https://play.google.com/store/apps/details?id=de.luhmer.owncloudnewsreader), [open source](https://github.com/nextcloud/news-android-app) * [OCReader (Android)](https://f-droid.org/repository/browse/?fdid=email.schaal.ocreader), [open source](https://github.com/schaal/ocreader) + * [Newsout (Android)](https://play.google.com/store/apps/details?id=com.inspiredandroid.newsout), [open source](https://github.com/SimonSchubert/NewsOut) * [CloudNews (iOS)](https://itunes.apple.com/app/cloudnews-owncloud-news-reader/id683859706), [open source](https://github.com/owncloud/news-ios-app) * [News Checker (Chrome extension)](https://chrome.google.com/webstore/detail/owncloud-news-checker/hnmagnmdnfdhabdlicankfbfhcdgbfhe) * [own News (BlackBerry)](http://appworld.blackberry.com/webstore/content/32767887/) diff --git a/appinfo/info.xml b/appinfo/info.xml index b0a21d298c..ba0c58ca7b 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -8,11 +8,13 @@ Before you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises. **Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news).]]> - 13.1.4 + 13.1.6 agpl - Bernhard Posselt - Alessandro Cosentino - Jan-Christoph Borchardt + Benjamin Brahmer + Sean Molenaar + Bernhard Posselt (former) + Alessandro Cosentino (former) + Jan-Christoph Borchardt (former) News https://github.com/nextcloud/news#readme @@ -26,7 +28,7 @@ Before you update to a new version, [check the changelog](https://github.com/nex https://github.com/raw/nextcloud/news/master/screenshots/2.png https://github.com/raw/nextcloud/news/master/screenshots/3.png - + pgsql sqlite mysql diff --git a/composer.json b/composer.json index 3c682a5e9f..e40e7480a3 100644 --- a/composer.json +++ b/composer.json @@ -41,14 +41,14 @@ "riimu/kit-pathjoin": "1.2.0", "debril/feed-io": "^3.1", "arthurhoaro/favicon": "^1.2", - "guzzlehttp/guzzle": "^6.3", "ext-json": "*", "ext-simplexml": "*", "ext-libxml": "*" }, "require-dev": { "phpunit/phpunit": "^6.5", - "squizlabs/php_codesniffer": "^3.3" + "squizlabs/php_codesniffer": "^3.3", + "guzzlehttp/guzzle": "^6.3" }, "replace": { "guzzlehttp/guzzle": "*" diff --git a/composer.lock b/composer.lock index 9d0c34a1c8..6a4d62ed61 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "34e3f8a6c35510d6e0f6977ddf4dc9c5", + "content-hash": "c68334d6bb5dc0b10d2f4fcaaf7b077e", "packages": [ { "name": "arthurhoaro/favicon", @@ -58,16 +58,16 @@ }, { "name": "debril/feed-io", - "version": "v3.1.3", + "version": "v3.1.5", "source": { "type": "git", "url": "https://github.com/alexdebril/feed-io.git", - "reference": "a0035d9bfe7c9ac1333242447fab781ae89fe8af" + "reference": "a8ae664c948f0ca926150cc4597f343af797b4b0" }, "dist": { "type": "zip", - "url": "https://github.com/gitapi/repos/alexdebril/feed-io/zipball/a0035d9bfe7c9ac1333242447fab781ae89fe8af", - "reference": "a0035d9bfe7c9ac1333242447fab781ae89fe8af", + "url": "https://github.com/gitapi/repos/alexdebril/feed-io/zipball/a8ae664c948f0ca926150cc4597f343af797b4b0", + "reference": "a8ae664c948f0ca926150cc4597f343af797b4b0", "shasum": "" }, "require": { @@ -114,7 +114,7 @@ "news", "rss" ], - "time": "2019-03-11T15:08:14+00:00" + "time": "2019-04-12T11:48:51+00:00" }, { "name": "ezyang/htmlpurifier", @@ -328,27 +328,29 @@ "packages-dev": [ { "name": "doctrine/instantiator", - "version": "1.1.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", - "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda" + "reference": "a2c590166b2133a4633738648b6b064edae0814a" }, "dist": { "type": "zip", - "url": "https://github.com/gitapi/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", - "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", + "url": "https://github.com/gitapi/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a", + "reference": "a2c590166b2133a4633738648b6b064edae0814a", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { - "athletic/athletic": "~0.1.8", + "doctrine/coding-standard": "^6.0", "ext-pdo": "*", "ext-phar": "*", - "phpunit/phpunit": "^6.2.3", - "squizlabs/php_codesniffer": "^3.0.2" + "phpbench/phpbench": "^0.13", + "phpstan/phpstan-phpunit": "^0.11", + "phpstan/phpstan-shim": "^0.11", + "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { @@ -373,25 +375,25 @@ } ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", - "homepage": "https://github.com/doctrine/instantiator", + "homepage": "https://www.doctrine-project.org/projects/instantiator.html", "keywords": [ "constructor", "instantiate" ], - "time": "2017-07-22T11:58:36+00:00" + "time": "2019-03-17T17:37:11+00:00" }, { "name": "myclabs/deep-copy", - "version": "1.8.1", + "version": "1.9.1", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8" + "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72" }, "dist": { "type": "zip", - "url": "https://github.com/gitapi/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8", - "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8", + "url": "https://github.com/gitapi/repos/myclabs/DeepCopy/zipball/e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72", + "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72", "shasum": "" }, "require": { @@ -426,7 +428,7 @@ "object", "object graph" ], - "time": "2018-06-11T23:09:50+00:00" + "time": "2019-04-07T13:18:21+00:00" }, { "name": "phar-io/manifest", @@ -1699,16 +1701,16 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "3.4.1", + "version": "3.4.2", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "5b4333b4010625d29580eb4a41f1e53251be6baa" + "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8" }, "dist": { "type": "zip", - "url": "https://github.com/gitapi/repos/squizlabs/PHP_CodeSniffer/zipball/5b4333b4010625d29580eb4a41f1e53251be6baa", - "reference": "5b4333b4010625d29580eb4a41f1e53251be6baa", + "url": "https://github.com/gitapi/repos/squizlabs/PHP_CodeSniffer/zipball/b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8", + "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8", "shasum": "" }, "require": { @@ -1746,20 +1748,20 @@ "phpcs", "standards" ], - "time": "2019-03-19T03:22:27+00:00" + "time": "2019-04-10T23:49:02+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.10.0", + "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "e3d826245268269cd66f8326bd8bc066687b4a19" + "reference": "82ebae02209c21113908c229e9883c419720738a" }, "dist": { "type": "zip", - "url": "https://github.com/gitapi/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19", - "reference": "e3d826245268269cd66f8326bd8bc066687b4a19", + "url": "https://github.com/gitapi/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a", + "reference": "82ebae02209c21113908c229e9883c419720738a", "shasum": "" }, "require": { @@ -1771,7 +1773,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.9-dev" + "dev-master": "1.11-dev" } }, "autoload": { @@ -1793,7 +1795,7 @@ }, { "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" + "email": "backendtea@gmail.com" } ], "description": "Symfony polyfill for ctype functions", @@ -1804,20 +1806,20 @@ "polyfill", "portable" ], - "time": "2018-08-06T14:22:27+00:00" + "time": "2019-02-06T07:57:58+00:00" }, { "name": "theseer/tokenizer", - "version": "1.1.0", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/theseer/tokenizer.git", - "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b" + "reference": "1c42705be2b6c1de5904f8afacef5895cab44bf8" }, "dist": { "type": "zip", - "url": "https://github.com/gitapi/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b", - "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b", + "url": "https://github.com/gitapi/repos/theseer/tokenizer/zipball/1c42705be2b6c1de5904f8afacef5895cab44bf8", + "reference": "1c42705be2b6c1de5904f8afacef5895cab44bf8", "shasum": "" }, "require": { @@ -1844,7 +1846,7 @@ } ], "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", - "time": "2017-04-07T12:08:54+00:00" + "time": "2019-04-04T09:56:43+00:00" }, { "name": "webmozart/assert", diff --git a/css/app.css b/css/app.css index ffaf636175..86a367e0d6 100644 --- a/css/app.css +++ b/css/app.css @@ -44,7 +44,14 @@ display: block !important; } +#mark-all-read-button { + position: fixed; + z-index: 1; + bottom: 0.5em; + right: 0.5em; +} + /* Override hidden before angular is loaded */ [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide:not(.ng-hide-animate) { display: none !important; -} \ No newline at end of file +} diff --git a/css/mobile.scss b/css/mobile.scss index b75644ec57..02271a2633 100644 --- a/css/mobile.scss +++ b/css/mobile.scss @@ -10,6 +10,10 @@ #app-navigation:not(.hidden) + #app-content { width: 100%; } + + #mark-all-read-button { + display: block; + } } @media only screen and (max-width: 600px) { diff --git a/css/navigation.css b/css/navigation.css index f61b05fc3b..55068fa6b7 100644 --- a/css/navigation.css +++ b/css/navigation.css @@ -67,7 +67,6 @@ } #app-navigation .add-new-popup .add-new-folder-primary { - float: right; border-bottom-left-radius: 0; border-top-left-radius: 0; width: 36px; @@ -76,17 +75,13 @@ margin-right: 0; } -#app-navigation .add-new-popup .add-feed-advanced { - width: 100%; -} - -#app-navigation .add-new-popup .add-feed-advanced-area { - padding: 10px 0; +#app-navigation .add-new-popup .add-new-basicauth-toggle { + padding: 5px 0; } -#app-navigation .add-new-popup .add-feed-advanced-area h2 { - font-size: 11pt; - font-weight: bold; +#app-navigation .add-new-popup .add-feed-basicauth { + width: 100%; + padding: 0 0 10px; } #app-navigation .add-new-popup .error { diff --git a/docs/maintenance.md b/docs/maintenance.md index d22af1cfaf..b99fcfc3c0 100644 --- a/docs/maintenance.md +++ b/docs/maintenance.md @@ -15,7 +15,7 @@ Users are nice but devs should be a priority in decisions that are likely to imp - Bug reports without test cases (feed url and action is enough) can be closed with or without comment. - Feature requests without thoughtful commentary or pull request can be closed with or without comment, -unless a developer is interested to support such a future. +unless a developer is interested to support such a feature. - Issues without activity in the last 30 days can be closed with or without comment. If this is a bug you care about that isn't getting attention, fix it. diff --git a/img/close.svg b/img/close.svg index ca18e241e3..77ea46eaa9 100644 --- a/img/close.svg +++ b/img/close.svg @@ -50,5 +50,5 @@ d="M12.95,11.536,11.536,12.95,8,9.4142,4.4645,12.95,3.0503,11.536,6.5858,8,3.0503,4.4644,4.4645,3.0502,8,6.5858,11.516,3.0311,12.95,4.4644,9.4143,8z" fill="#000" id="path4" - style="fill:#ffffff" /> + style="fill:#b2b2b2" /> diff --git a/js/controller/NavigationController.js b/js/controller/NavigationController.js index e792025743..e4306c9a80 100644 --- a/js/controller/NavigationController.js +++ b/js/controller/NavigationController.js @@ -36,6 +36,19 @@ app.controller('NavigationController', function ($route, FEED_TYPE, FeedResource return FolderResource.getAll(); }; + this.markCurrentRead = function () { + var id = getRouteId(); + var type = $route.current.$$route.type; + + if(isNaN(id)) { + this.markRead(); + } else if(type === FEED_TYPE.FOLDER) { + this.markFolderRead(id); + } else if(type === FEED_TYPE.FEED) { + this.markFeedRead(id); + } + }; + this.markFolderRead = function (folderId) { FeedResource.markFolderRead(folderId); diff --git a/js/gulpfile.js b/js/gulpfile.js index b6b3d123b4..f312742b7b 100644 --- a/js/gulpfile.js +++ b/js/gulpfile.js @@ -13,7 +13,7 @@ const gulp = require('gulp'), ngAnnotate = require('gulp-ng-annotate'), - uglify = require('gulp-uglify'), + terser = require('gulp-terser'), jshint = require('gulp-jshint'), KarmaServer = require('karma').Server, phpunit = require('gulp-phpunit'), @@ -47,16 +47,6 @@ const watchSources = sources.concat(testSources).concat(['*.js']); const lintSources = watchSources; // tasks -gulp.task('default', ['lint'], () => { - return gulp.src(sources) - .pipe(ngAnnotate()) - .pipe(sourcemaps.init()) - .pipe(concat(buildTarget)) - .pipe(uglify()) - .pipe(sourcemaps.write()) - .pipe(gulp.dest(destinationFolder)); -}); - gulp.task('lint', () => { return gulp.src(lintSources) .pipe(jshint()) @@ -64,6 +54,16 @@ gulp.task('lint', () => { .pipe(jshint.reporter('fail')); }); +gulp.task('default', gulp.series('lint', () => { + return gulp.src(sources) + .pipe(ngAnnotate()) + .pipe(sourcemaps.init()) + .pipe(concat(buildTarget)) + .pipe(terser()) + .pipe(sourcemaps.write()) + .pipe(gulp.dest(destinationFolder)); +})); + gulp.task('watch', () => { gulp.watch(watchSources, ['default']); }); diff --git a/js/package-lock.json b/js/package-lock.json index 3ab5f37350..f3aa07458d 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -3,6 +3,33 @@ "requires": true, "lockfileVersion": 1, "dependencies": { + "@gulp-sourcemaps/identity-map": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@gulp-sourcemaps/identity-map/-/identity-map-1.0.2.tgz", + "integrity": "sha512-ciiioYMLdo16ShmfHBXJBOFm3xPC4AuwO4xeRpFeHz7WK9PYsWCmigagG2XyzZpubK4a3qNKoUBDhbzHfa50LQ==", + "dev": true, + "requires": { + "acorn": "^5.0.3", + "css": "^2.2.1", + "normalize-path": "^2.1.1", + "source-map": "^0.6.0", + "through2": "^2.0.3" + }, + "dependencies": { + "acorn": { + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz", + "integrity": "sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, "@gulp-sourcemaps/map-sources": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/@gulp-sourcemaps/map-sources/-/map-sources-1.0.0.tgz", @@ -20,12 +47,12 @@ "dev": true }, "accepts": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.3.tgz", - "integrity": "sha1-w8p0NJOGSMPg2cHjKN1otiLChMo=", + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.5.tgz", + "integrity": "sha1-63d99gEXI6OxTopywIBcjoZ0a9I=", "dev": true, "requires": { - "mime-types": "~2.1.11", + "mime-types": "~2.1.18", "negotiator": "0.6.1" } }, @@ -41,28 +68,6 @@ "integrity": "sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8=", "dev": true }, - "align-text": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz", - "integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=", - "dev": true, - "requires": { - "kind-of": "^3.0.2", - "longest": "^1.0.1", - "repeat-string": "^1.5.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dev": true, - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, "alter": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/alter/-/alter-0.2.0.tgz", @@ -104,6 +109,15 @@ "resolved": "https://registry.npmjs.org/angular-sanitize/-/angular-sanitize-1.7.8.tgz", "integrity": "sha512-sVq51is1cVNiPytH4JIEd7iRW0OBIRQGNETWkz1c/jnLv2sBf9oDxEd8enwDz/W2ULBIpqJPK/3AsIxmZyh9pA==" }, + "ansi-colors": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-1.1.0.tgz", + "integrity": "sha512-SFKX67auSNoVR38N3L+nvsPjOE0bybKTYbkf5tRvushrAPQ9V75huw0ZxBkKVeRU9kqH3d6HA4xTckbwZ4ixmA==", + "dev": true, + "requires": { + "ansi-wrap": "^0.1.0" + } + }, "ansi-cyan": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/ansi-cyan/-/ansi-cyan-0.1.1.tgz", @@ -150,104 +164,22 @@ "dev": true }, "anymatch": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-1.3.2.tgz", - "integrity": "sha512-0XNayC8lTHQ2OI8aljNCN3sSx6hsr/1+rlcDAotXJR7C1oZZHCNsfpbKwMjRA3Uqb5tF1Rae2oloTr4xpq+WjA==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", + "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", "dev": true, "requires": { - "micromatch": "^2.1.5", - "normalize-path": "^2.0.0" - }, - "dependencies": { - "arr-diff": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz", - "integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=", - "dev": true, - "requires": { - "arr-flatten": "^1.0.1" - } - }, - "array-unique": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz", - "integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=", - "dev": true - }, - "braces": { - "version": "1.8.5", - "resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz", - "integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=", - "dev": true, - "requires": { - "expand-range": "^1.8.1", - "preserve": "^0.2.0", - "repeat-element": "^1.1.2" - } - }, - "expand-brackets": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz", - "integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=", - "dev": true, - "requires": { - "is-posix-bracket": "^0.1.0" - } - }, - "extglob": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz", - "integrity": "sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=", - "dev": true, - "requires": { - "is-extglob": "^1.0.0" - } - }, - "is-extglob": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", - "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", - "dev": true - }, - "is-glob": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", - "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", - "dev": true, - "requires": { - "is-extglob": "^1.0.0" - } - }, - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dev": true, - "requires": { - "is-buffer": "^1.1.5" - } - }, - "micromatch": { - "version": "2.3.11", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz", - "integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=", - "dev": true, - "requires": { - "arr-diff": "^2.0.0", - "array-unique": "^0.2.1", - "braces": "^1.8.2", - "expand-brackets": "^0.1.4", - "extglob": "^0.3.1", - "filename-regex": "^2.0.0", - "is-extglob": "^1.0.0", - "is-glob": "^2.0.1", - "kind-of": "^3.0.2", - "normalize-path": "^2.0.1", - "object.omit": "^2.0.0", - "parse-glob": "^3.0.4", - "regex-cache": "^0.4.2" - } - } + "micromatch": "^3.1.4", + "normalize-path": "^2.1.1" + } + }, + "append-buffer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/append-buffer/-/append-buffer-1.0.2.tgz", + "integrity": "sha1-2CIM9GYIFSXv6lBhTz3mUU36WPE=", + "dev": true, + "requires": { + "buffer-equal": "^1.0.0" } }, "archy": { @@ -271,12 +203,30 @@ "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=", "dev": true }, + "arr-filter": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/arr-filter/-/arr-filter-1.1.2.tgz", + "integrity": "sha1-Q/3d0JHo7xGqTEXZzcGOLf8XEe4=", + "dev": true, + "requires": { + "make-iterator": "^1.0.0" + } + }, "arr-flatten": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==", "dev": true }, + "arr-map": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/arr-map/-/arr-map-2.0.2.tgz", + "integrity": "sha1-Onc0X/wc814qkYJWAfnljy4kysQ=", + "dev": true, + "requires": { + "make-iterator": "^1.0.0" + } + }, "arr-union": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", @@ -301,12 +251,66 @@ "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=", "dev": true }, + "array-initial": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/array-initial/-/array-initial-1.1.0.tgz", + "integrity": "sha1-L6dLJnOTccOUe9enrcc74zSz15U=", + "dev": true, + "requires": { + "array-slice": "^1.0.0", + "is-number": "^4.0.0" + }, + "dependencies": { + "is-number": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz", + "integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==", + "dev": true + } + } + }, + "array-last": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/array-last/-/array-last-1.3.0.tgz", + "integrity": "sha512-eOCut5rXlI6aCOS7Z7kCplKRKyiFQ6dHFBem4PwlwKeNFk2/XxTrhRh5T9PyaEWGy/NHTZWbY+nsZlNFJu9rYg==", + "dev": true, + "requires": { + "is-number": "^4.0.0" + }, + "dependencies": { + "is-number": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz", + "integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==", + "dev": true + } + } + }, "array-slice": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-1.1.0.tgz", "integrity": "sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==", "dev": true }, + "array-sort": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/array-sort/-/array-sort-1.0.0.tgz", + "integrity": "sha512-ihLeJkonmdiAsD7vpgN3CRcx2J2S0TiYW+IS/5zHBI7mKUq3ySvBdzzBfD236ubDBQFiiyG3SWCPc+msQ9KoYg==", + "dev": true, + "requires": { + "default-compare": "^1.0.0", + "get-value": "^2.0.6", + "kind-of": "^5.0.2" + }, + "dependencies": { + "kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", + "dev": true + } + } + }, "array-uniq": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", @@ -320,9 +324,9 @@ "dev": true }, "arraybuffer.slice": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz", - "integrity": "sha1-8zshWfBTKj8xB6JywMz70a0peco=", + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz", + "integrity": "sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog==", "dev": true }, "assign-symbols": { @@ -337,18 +341,70 @@ "integrity": "sha1-+PwEyjoTeErenhZBr5hXjPvWR6k=", "dev": true }, + "async-done": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/async-done/-/async-done-1.3.1.tgz", + "integrity": "sha512-R1BaUeJ4PMoLNJuk+0tLJgjmEqVsdN118+Z8O+alhnQDQgy0kmD5Mqi0DNEmMx2LM0Ed5yekKu+ZXYvIHceicg==", + "dev": true, + "requires": { + "end-of-stream": "^1.1.0", + "once": "^1.3.2", + "process-nextick-args": "^1.0.7", + "stream-exhaust": "^1.0.1" + }, + "dependencies": { + "process-nextick-args": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", + "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=", + "dev": true + } + } + }, "async-each": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz", - "integrity": "sha1-GdOGodntxufByF04iu28xW0zYC0=", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.2.tgz", + "integrity": "sha512-6xrbvN0MOBKSJDdonmSSz2OwFSgxRaVtBDes26mj9KIGtDo+g9xosFRSC+i1gQh2oAN/tQ62AI/pGZGQjVOiRg==", + "dev": true + }, + "async-limiter": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz", + "integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==", "dev": true }, + "async-settle": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/async-settle/-/async-settle-1.0.0.tgz", + "integrity": "sha1-HQqRS7Aldb7IqPOnTlCA9yssDGs=", + "dev": true, + "requires": { + "async-done": "^1.2.2" + } + }, "atob": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", "dev": true }, + "bach": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/bach/-/bach-1.2.0.tgz", + "integrity": "sha1-Szzpa/JxNPeaG0FKUcFONMO9mIA=", + "dev": true, + "requires": { + "arr-filter": "^1.1.1", + "arr-flatten": "^1.0.1", + "arr-map": "^2.0.0", + "array-each": "^1.0.0", + "array-initial": "^1.0.0", + "array-last": "^1.1.1", + "async-done": "^1.2.2", + "async-settle": "^1.0.0", + "now-and-later": "^2.0.0" + } + }, "backo2": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", @@ -444,21 +500,21 @@ } }, "binary-extensions": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.12.0.tgz", - "integrity": "sha512-DYWGk01lDcxeS/K9IHPGWfT8PsJmbXRtRd2Sx72Tnb8pcYZQFF1oSDb8hJtS1vhp212q1Rzi5dUf9+nq0o9UIg==", + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", + "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==", "dev": true }, "blob": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/blob/-/blob-0.0.4.tgz", - "integrity": "sha1-vPEwUspURj8w+fx+lbmkdjCpSSE=", + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/blob/-/blob-0.0.5.tgz", + "integrity": "sha512-gaqbzQPqOoamawKg0LGVd7SzLgXS+JH61oWprSLH+P+abTczqJbhTR8CmJ2u9/bUYNmHTGJx/UEmn6doAvvuig==", "dev": true }, "bluebird": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.2.tgz", - "integrity": "sha512-dhHTWMI7kMx5whMQntl7Vr9C6BvV10lFXDAasnqnrMYhXVCzzk6IO9Fo2L75jXHT07WrOngL1WDXOp+yYS91Yg==", + "version": "3.5.4", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.4.tgz", + "integrity": "sha512-FG+nFEZChJrbQ9tIccIfZJBz3J7mLrAhxakAbnrJWn8d7aKOC+LWifa0G+p4ZqKp4y13T7juYvdhq9NzKdsrjw==", "dev": true }, "body-parser": { @@ -477,15 +533,23 @@ "qs": "6.5.2", "raw-body": "2.3.3", "type-is": "~1.6.16" - } - }, - "boom": { - "version": "2.10.1", - "resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz", - "integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=", - "dev": true, - "requires": { - "hoek": "2.x.x" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + } } }, "bowser": { @@ -549,12 +613,24 @@ "integrity": "sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==", "dev": true }, + "buffer-equal": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/buffer-equal/-/buffer-equal-1.0.0.tgz", + "integrity": "sha1-WWFrSYME1Var1GaWayLu2j7KX74=", + "dev": true + }, "buffer-fill": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/buffer-fill/-/buffer-fill-1.0.0.tgz", "integrity": "sha1-+PeLdniYiO858gXNY39o5wISKyw=", "dev": true }, + "buffer-from": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", + "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==", + "dev": true + }, "bufferstreams": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/bufferstreams/-/bufferstreams-1.1.3.tgz", @@ -647,16 +723,6 @@ "map-obj": "^1.0.0" } }, - "center-align": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz", - "integrity": "sha1-qg0yYptu6XIgBBHL1EYckHvCt60=", - "dev": true, - "requires": { - "align-text": "^0.1.3", - "lazy-cache": "^1.0.3" - } - }, "chalk": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", @@ -682,36 +748,30 @@ } }, "chokidar": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-1.7.0.tgz", - "integrity": "sha1-eY5ol3gVHIB2tLNg5e3SjNortGg=", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.5.tgz", + "integrity": "sha512-i0TprVWp+Kj4WRPtInjexJ8Q+BqTE909VpH8xVhXrJkoc5QC8VO9TryGOqTr+2hljzc1sC62t22h5tZePodM/A==", "dev": true, "requires": { - "anymatch": "^1.3.0", - "async-each": "^1.0.0", - "fsevents": "^1.0.0", - "glob-parent": "^2.0.0", - "inherits": "^2.0.1", + "anymatch": "^2.0.0", + "async-each": "^1.0.1", + "braces": "^2.3.2", + "fsevents": "^1.2.7", + "glob-parent": "^3.1.0", + "inherits": "^2.0.3", "is-binary-path": "^1.0.0", - "is-glob": "^2.0.0", + "is-glob": "^4.0.0", + "normalize-path": "^3.0.0", "path-is-absolute": "^1.0.0", - "readdirp": "^2.0.0" + "readdirp": "^2.2.1", + "upath": "^1.1.1" }, "dependencies": { - "is-extglob": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", - "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", "dev": true - }, - "is-glob": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", - "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", - "dev": true, - "requires": { - "is-extglob": "^1.0.0" - } } } }, @@ -842,6 +902,17 @@ "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", "dev": true }, + "collection-map": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/collection-map/-/collection-map-1.0.0.tgz", + "integrity": "sha1-rqDwb40mx4DCt1SUOFVEsiVa8Yw=", + "dev": true, + "requires": { + "arr-map": "^2.0.2", + "for-own": "^1.0.0", + "make-iterator": "^1.0.0" + } + }, "collection-visit": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", @@ -879,23 +950,6 @@ "integrity": "sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=", "dev": true }, - "combine-lists": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/combine-lists/-/combine-lists-1.0.1.tgz", - "integrity": "sha1-RYwH4J4NkA/Ci3Cj/sLazR0st/Y=", - "dev": true, - "requires": { - "lodash": "^4.5.0" - }, - "dependencies": { - "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", - "dev": true - } - } - }, "commander": { "version": "2.17.1", "resolved": "https://registry.npmjs.org/commander/-/commander-2.17.1.tgz", @@ -927,33 +981,94 @@ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", "dev": true }, - "concat-with-sourcemaps": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/concat-with-sourcemaps/-/concat-with-sourcemaps-1.1.0.tgz", - "integrity": "sha512-4gEjHJFT9e+2W/77h/DS5SGUgwDaOwprX8L/gl5+3ixnzkVJJsZWDSelmN3Oilw3LNDZjZV0yqH1hLG3k6nghg==", + "concat-stream": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", + "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", "dev": true, "requires": { - "source-map": "^0.6.1" + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^2.2.2", + "typedarray": "^0.0.6" }, "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", "dev": true - } - } - }, - "connect": { - "version": "3.6.6", - "resolved": "https://registry.npmjs.org/connect/-/connect-3.6.6.tgz", - "integrity": "sha1-Ce/2xVr3I24TcTWnJXSFi2eG9SQ=", - "dev": true, - "requires": { + }, + "readable-stream": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", + "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "concat-with-sourcemaps": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/concat-with-sourcemaps/-/concat-with-sourcemaps-1.1.0.tgz", + "integrity": "sha512-4gEjHJFT9e+2W/77h/DS5SGUgwDaOwprX8L/gl5+3ixnzkVJJsZWDSelmN3Oilw3LNDZjZV0yqH1hLG3k6nghg==", + "dev": true, + "requires": { + "source-map": "^0.6.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, + "connect": { + "version": "3.6.6", + "resolved": "https://registry.npmjs.org/connect/-/connect-3.6.6.tgz", + "integrity": "sha1-Ce/2xVr3I24TcTWnJXSFi2eG9SQ=", + "dev": true, + "requires": { "debug": "2.6.9", "finalhandler": "1.1.0", "parseurl": "~1.3.2", "utils-merge": "1.0.1" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + } } }, "console-browserify": { @@ -990,19 +1105,19 @@ "dev": true }, "copy-props": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/copy-props/-/copy-props-1.6.0.tgz", - "integrity": "sha1-8DJLvumXcRAeezraES8xPDk9uO0=", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/copy-props/-/copy-props-2.0.4.tgz", + "integrity": "sha512-7cjuUME+p+S3HZlbllgsn2CDwS+5eCCX16qBgNC4jgSTf49qR1VKy/Zhl400m0IQXl/bPGEVqncgUUMjrr4s8A==", "dev": true, "requires": { - "each-props": "^1.2.1", + "each-props": "^1.3.0", "is-plain-object": "^2.0.1" } }, "core-js": { - "version": "2.5.7", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.7.tgz", - "integrity": "sha512-RszJCAxg/PP6uzXVXL6BsxSXx/B05oJAQ2vkJRjyjrEcNVycaqOmNb5OTxZPE3xa5gwZduqza6L9JOCenh/Ecw==", + "version": "2.6.5", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.5.tgz", + "integrity": "sha512-klh/kDpwX8hryYL14M9w/xei6vrv6sE8gTHDG7/T/+SEovB/G4ejwcfE/CBzO6Edsu+OETZMZ3wcX/EjUkrl5A==", "dev": true }, "core-util-is": { @@ -1061,6 +1176,12 @@ "es5-ext": "^0.10.9" } }, + "date-format": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/date-format/-/date-format-2.0.0.tgz", + "integrity": "sha512-M6UqVvZVgFYqZL1SfHsRGIQSz3ZL+qgbsV5Lp1Vj61LZVYuEwcMXYay7DRDtYs2HQQBK5hQtQ0fD9aEJ89V0LA==", + "dev": true + }, "date-now": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz", @@ -1074,28 +1195,37 @@ "dev": true }, "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", "requires": { - "ms": "2.0.0" + "ms": "^2.1.1" } }, "debug-fabulous": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/debug-fabulous/-/debug-fabulous-0.0.4.tgz", - "integrity": "sha1-+gccXYdIRoVCSAdCHKSxawsaB2M=", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/debug-fabulous/-/debug-fabulous-1.1.0.tgz", + "integrity": "sha512-GZqvGIgKNlUnHUPQhepnUZFIMoi3dgZKQBzKDeL2g7oJF9SNAji/AAu36dusFUas0O+pae74lNeoIPHqXWDkLg==", "dev": true, "requires": { - "debug": "2.X", - "lazy-debug-legacy": "0.0.X", - "object-assign": "4.1.0" + "debug": "3.X", + "memoizee": "0.4.X", + "object-assign": "4.X" }, "dependencies": { + "debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } + }, "object-assign": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz", - "integrity": "sha1-ejs9DpgGPUP0wD8uiubNUahog6A=", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", "dev": true } } @@ -1118,6 +1248,29 @@ "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=", "dev": true }, + "default-compare": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/default-compare/-/default-compare-1.0.0.tgz", + "integrity": "sha512-QWfXlM0EkAbqOCbD/6HjdwT19j7WCkMyiRhWilc4H9/5h/RzTF9gv5LYh1+CmDV5d1rki6KAWLtQale0xt20eQ==", + "dev": true, + "requires": { + "kind-of": "^5.0.2" + }, + "dependencies": { + "kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", + "dev": true + } + } + }, + "default-resolution": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/default-resolution/-/default-resolution-2.0.0.tgz", + "integrity": "sha1-vLgrqnKtebQmp2cy8aga1t8m1oQ=", + "dev": true + }, "defaults": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz", @@ -1127,6 +1280,15 @@ "clone": "^1.0.2" } }, + "define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "dev": true, + "requires": { + "object-keys": "^1.0.12" + } + }, "define-property": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", @@ -1273,6 +1435,50 @@ "readable-stream": "~1.1.9" } }, + "duplexify": { + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz", + "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==", + "dev": true, + "requires": { + "end-of-stream": "^1.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.0.0", + "stream-shift": "^1.0.0" + }, + "dependencies": { + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "dev": true + }, + "readable-stream": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", + "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, "each-props": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/each-props/-/each-props-1.3.2.tgz", @@ -1314,94 +1520,103 @@ "dev": true }, "end-of-stream": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-0.1.5.tgz", - "integrity": "sha1-jhdyBsPICDfYVjLouTWd/osvbq8=", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.1.tgz", + "integrity": "sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q==", "dev": true, "requires": { - "once": "~1.3.0" + "once": "^1.4.0" + }, + "dependencies": { + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dev": true, + "requires": { + "wrappy": "1" + } + } } }, "engine.io": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-1.8.3.tgz", - "integrity": "sha1-jef5eJXSDTm4X4ju7nd7K9QrE9Q=", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-3.2.1.tgz", + "integrity": "sha512-+VlKzHzMhaU+GsCIg4AoXF1UdDFjHHwMmMKqMJNDNLlUlejz58FCy4LBqB2YVJskHGYl06BatYWKP2TVdVXE5w==", "dev": true, "requires": { - "accepts": "1.3.3", + "accepts": "~1.3.4", "base64id": "1.0.0", "cookie": "0.3.1", - "debug": "2.3.3", - "engine.io-parser": "1.3.2", - "ws": "1.1.2" + "debug": "~3.1.0", + "engine.io-parser": "~2.1.0", + "ws": "~3.3.1" }, "dependencies": { "debug": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.3.3.tgz", - "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", "dev": true, "requires": { - "ms": "0.7.2" + "ms": "2.0.0" } }, "ms": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz", - "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", "dev": true } } }, "engine.io-client": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.8.3.tgz", - "integrity": "sha1-F5jtk0USRkU9TG9jXXogH+lA1as=", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.2.1.tgz", + "integrity": "sha512-y5AbkytWeM4jQr7m/koQLc5AxpRKC1hEVUb/s1FUAWEJq5AzJJ4NLvzuKPuxtDi5Mq755WuDvZ6Iv2rXj4PTzw==", "dev": true, "requires": { "component-emitter": "1.2.1", "component-inherit": "0.0.3", - "debug": "2.3.3", - "engine.io-parser": "1.3.2", + "debug": "~3.1.0", + "engine.io-parser": "~2.1.1", "has-cors": "1.1.0", "indexof": "0.0.1", - "parsejson": "0.0.3", "parseqs": "0.0.5", "parseuri": "0.0.5", - "ws": "1.1.2", - "xmlhttprequest-ssl": "1.5.3", + "ws": "~3.3.1", + "xmlhttprequest-ssl": "~1.5.4", "yeast": "0.1.2" }, "dependencies": { "debug": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.3.3.tgz", - "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", "dev": true, "requires": { - "ms": "0.7.2" + "ms": "2.0.0" } }, "ms": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz", - "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", "dev": true } } }, "engine.io-parser": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.3.2.tgz", - "integrity": "sha1-k3sHnwAH0Ik+xW1GyyILjLQ1Igo=", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.1.3.tgz", + "integrity": "sha512-6HXPre2O4Houl7c4g7Ic/XzPnHBvaEmN90vtRO9uLmwtRqQmTOw0QMevL1TOfL2Cpu1VzsaTmMotQgMdkzGkVA==", "dev": true, "requires": { "after": "0.8.2", - "arraybuffer.slice": "0.0.6", + "arraybuffer.slice": "~0.0.7", "base64-arraybuffer": "0.1.5", - "blob": "0.0.4", - "has-binary": "0.1.7", - "wtf-8": "1.0.0" + "blob": "0.0.5", + "has-binary2": "~1.0.2" } }, "ent": { @@ -1426,14 +1641,14 @@ } }, "es5-ext": { - "version": "0.10.46", - "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.46.tgz", - "integrity": "sha512-24XxRvJXNFwEMpJb3nOkiRJKRoupmjYmOPVlI65Qy2SrtxwOTB+g6ODjBKOtwEHbYrhWRty9xxOWLNdClT2djw==", + "version": "0.10.49", + "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.49.tgz", + "integrity": "sha512-3NMEhi57E31qdzmYp2jwRArIUsj1HI/RxbQ4bgnSB+AIKIxsAmTiK83bYMifIcpWvEc3P1X30DhUKOqEtF/kvg==", "dev": true, "requires": { "es6-iterator": "~2.0.3", "es6-symbol": "~3.1.1", - "next-tick": "1" + "next-tick": "^1.0.0" } }, "es6-iterator": { @@ -1457,6 +1672,18 @@ "es5-ext": "~0.10.14" } }, + "es6-weak-map": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.2.tgz", + "integrity": "sha1-XjqzIlH/0VOKH45f+hNXdy+S2W8=", + "dev": true, + "requires": { + "d": "1", + "es5-ext": "^0.10.14", + "es6-iterator": "^2.0.1", + "es6-symbol": "^3.1.1" + } + }, "escape-html": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", @@ -1517,6 +1744,16 @@ "resolved": "https://registry.npmjs.org/ev-emitter/-/ev-emitter-1.1.1.tgz", "integrity": "sha512-ipiDYhdQSCZ4hSbX4rMW+XzNKMD1prg/sTvoVmSLkuQ1MVlwjJQQA+sW8tMYR3BLUr9KjodFV4pvzunvRhd33Q==" }, + "event-emitter": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.5.tgz", + "integrity": "sha1-34xp7vFkeSPHFXuc6DhAYQsCzDk=", + "dev": true, + "requires": { + "d": "1", + "es5-ext": "~0.10.14" + } + }, "eventemitter3": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.0.tgz", @@ -1529,62 +1766,6 @@ "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=", "dev": true }, - "expand-braces": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/expand-braces/-/expand-braces-0.1.2.tgz", - "integrity": "sha1-SIsdHSRRyz06axks/AMPRMWFX+o=", - "dev": true, - "requires": { - "array-slice": "^0.2.3", - "array-unique": "^0.2.1", - "braces": "^0.1.2" - }, - "dependencies": { - "array-slice": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-0.2.3.tgz", - "integrity": "sha1-3Tz7gO15c6dRF82sabC5nshhhvU=", - "dev": true - }, - "array-unique": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz", - "integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=", - "dev": true - }, - "braces": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/braces/-/braces-0.1.5.tgz", - "integrity": "sha1-wIVxEIUpHYt1/ddOqw+FlygHEeY=", - "dev": true, - "requires": { - "expand-range": "^0.1.0" - } - }, - "expand-range": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/expand-range/-/expand-range-0.1.1.tgz", - "integrity": "sha1-TLjtoJk8pW+k9B/ELzy7TMrf8EQ=", - "dev": true, - "requires": { - "is-number": "^0.1.1", - "repeat-string": "^0.2.2" - } - }, - "is-number": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-0.1.1.tgz", - "integrity": "sha1-aaevEWlj1HIG7JvZtIoUIW8eOAY=", - "dev": true - }, - "repeat-string": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-0.2.2.tgz", - "integrity": "sha1-x6jTI2BoNiBZp+RlH8aITosftK4=", - "dev": true - } - } - }, "expand-brackets": { "version": "2.1.4", "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", @@ -1600,6 +1781,15 @@ "to-regex": "^3.0.1" }, "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, "define-property": { "version": "0.2.5", "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", @@ -1617,63 +1807,12 @@ "requires": { "is-extendable": "^0.1.0" } - } - } - }, - "expand-range": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz", - "integrity": "sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=", - "dev": true, - "requires": { - "fill-range": "^2.1.0" - }, - "dependencies": { - "fill-range": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-2.2.4.tgz", - "integrity": "sha512-cnrcCbj01+j2gTG921VZPnHbjmdAf8oQV/iGeV2kZxGSyfYjjTyY79ErsK1WJWMpw6DaApEX72binqJE+/d+5Q==", - "dev": true, - "requires": { - "is-number": "^2.1.0", - "isobject": "^2.0.0", - "randomatic": "^3.0.0", - "repeat-element": "^1.1.2", - "repeat-string": "^1.5.2" - } - }, - "is-number": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz", - "integrity": "sha1-Afy7s5NGOlSPL0ZszhbezknbkI8=", - "dev": true, - "requires": { - "kind-of": "^3.0.2" - } }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", "dev": true - }, - "isobject": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", - "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", - "dev": true, - "requires": { - "isarray": "1.0.0" - } - }, - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dev": true, - "requires": { - "is-buffer": "^1.1.5" - } } } }, @@ -1801,12 +1940,6 @@ "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", "dev": true }, - "filename-regex": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz", - "integrity": "sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY=", - "dev": true - }, "fill-range": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", @@ -1845,10 +1978,25 @@ "unpipe": "~1.0.0" }, "dependencies": { - "statuses": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz", - "integrity": "sha1-+vUbnrdKrvOzrPStX2Gr8ky3uT4=", + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + }, + "statuses": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz", + "integrity": "sha1-+vUbnrdKrvOzrPStX2Gr8ky3uT4=", "dev": true } } @@ -1881,21 +2029,21 @@ } }, "findup-sync": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-2.0.0.tgz", - "integrity": "sha1-kyaxSIwi0aYIhlCoaQGy2akKLLw=", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-3.0.0.tgz", + "integrity": "sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg==", "dev": true, "requires": { "detect-file": "^1.0.0", - "is-glob": "^3.1.0", + "is-glob": "^4.0.0", "micromatch": "^3.0.4", "resolve-dir": "^1.0.1" } }, "fined": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fined/-/fined-1.1.0.tgz", - "integrity": "sha1-s33IRLdqL15wgeiE98CuNE8VNHY=", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/fined/-/fined-1.1.1.tgz", + "integrity": "sha512-jQp949ZmEbiYHk3gkbdtpJ0G1+kgtLQBNdP5edFP7Fh+WAYceLQz6yO1SBj72Xkg8GVyTB3bBzAYrHJVh5Xd5g==", "dev": true, "requires": { "expand-tilde": "^2.0.2", @@ -1920,27 +2068,75 @@ } }, "flagged-respawn": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-1.0.0.tgz", - "integrity": "sha1-Tnmumy6zi/hrO7Vr8+ClaqX8q9c=", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-1.0.1.tgz", + "integrity": "sha512-lNaHNVymajmk0OJMBn8fVUAU1BtDeKIqKoVhk4xAALB57aALg6b4W0MfJ/cUE0g9YBXy5XhSlPIpYIJ7HaY/3Q==", + "dev": true + }, + "flatted": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-2.0.0.tgz", + "integrity": "sha512-R+H8IZclI8AAkSBRQJLVOsxwAoHd6WC40b4QTNWIjzAa6BXOBfQcM587MXDTVPeYaopFNWHUFLx7eNmHDSxMWg==", "dev": true }, + "flush-write-stream": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz", + "integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "readable-stream": "^2.3.6" + }, + "dependencies": { + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "dev": true + }, + "readable-stream": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", + "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, "follow-redirects": { - "version": "1.5.8", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.8.tgz", - "integrity": "sha512-sy1mXPmv7kLAMKW/8XofG7o9T+6gAjzdZK4AJF6ryqQYUa/hnzgiypoeUecZ53x7XiqKNEpNqLtS97MshW2nxg==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.7.0.tgz", + "integrity": "sha512-m/pZQy4Gj287eNy94nivy5wchN3Kp+Q5WgUPNy5lJSZ3sgkVKSYV/ZChMAQVIgx1SqfZ2zBZtPA2YlXIWxxJOQ==", "dev": true, "requires": { - "debug": "=3.1.0" + "debug": "^3.2.6" }, "dependencies": { "debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", "dev": true, "requires": { - "ms": "2.0.0" + "ms": "^2.1.1" } } } @@ -1978,6 +2174,27 @@ "null-check": "^1.0.0" } }, + "fs-extra": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", + "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + }, + "fs-mkdirp-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs-mkdirp-stream/-/fs-mkdirp-stream-1.0.0.tgz", + "integrity": "sha1-C3gV/DIBxqaeFNuYzgmMFpNSWes=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.11", + "through2": "^2.0.3" + } + }, "fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", @@ -1985,9 +2202,9 @@ "dev": true }, "fsevents": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.4.tgz", - "integrity": "sha512-z8H8/diyk76B7q5wg+Ud0+CqzcAF3mBBI/bA5ne5zrRUUIvNkJY//D3BqyH571KuAC4Nr7Rw7CjWX4r0y9DvNg==", + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.7.tgz", + "integrity": "sha512-Pxm6sI2MeBD7RdD12RYsqaP0nMiwx8eZBXCa6z2L+mRHm2DYrOYwihmhjpkdjUHwQhslWQjRpEgNq4XvBmaAuw==", "dev": true, "optional": true, "requires": { @@ -2013,7 +2230,7 @@ "optional": true }, "are-we-there-yet": { - "version": "1.1.4", + "version": "1.1.5", "bundled": true, "dev": true, "optional": true, @@ -2037,7 +2254,7 @@ } }, "chownr": { - "version": "1.0.1", + "version": "1.1.1", "bundled": true, "dev": true, "optional": true @@ -2073,7 +2290,7 @@ } }, "deep-extend": { - "version": "0.5.1", + "version": "0.6.0", "bundled": true, "dev": true, "optional": true @@ -2122,7 +2339,7 @@ } }, "glob": { - "version": "7.1.2", + "version": "7.1.3", "bundled": true, "dev": true, "optional": true, @@ -2142,12 +2359,12 @@ "optional": true }, "iconv-lite": { - "version": "0.4.21", + "version": "0.4.24", "bundled": true, "dev": true, "optional": true, "requires": { - "safer-buffer": "^2.1.0" + "safer-buffer": ">= 2.1.2 < 3" } }, "ignore-walk": { @@ -2208,16 +2425,16 @@ "dev": true }, "minipass": { - "version": "2.2.4", + "version": "2.3.5", "bundled": true, "dev": true, "requires": { - "safe-buffer": "^5.1.1", + "safe-buffer": "^5.1.2", "yallist": "^3.0.0" } }, "minizlib": { - "version": "1.1.0", + "version": "1.2.1", "bundled": true, "dev": true, "optional": true, @@ -2240,7 +2457,7 @@ "optional": true }, "needle": { - "version": "2.2.0", + "version": "2.2.4", "bundled": true, "dev": true, "optional": true, @@ -2251,18 +2468,18 @@ } }, "node-pre-gyp": { - "version": "0.10.0", + "version": "0.10.3", "bundled": true, "dev": true, "optional": true, "requires": { "detect-libc": "^1.0.2", "mkdirp": "^0.5.1", - "needle": "^2.2.0", + "needle": "^2.2.1", "nopt": "^4.0.1", "npm-packlist": "^1.1.6", "npmlog": "^4.0.2", - "rc": "^1.1.7", + "rc": "^1.2.7", "rimraf": "^2.6.1", "semver": "^5.3.0", "tar": "^4" @@ -2279,13 +2496,13 @@ } }, "npm-bundled": { - "version": "1.0.3", + "version": "1.0.5", "bundled": true, "dev": true, "optional": true }, "npm-packlist": { - "version": "1.1.10", + "version": "1.2.0", "bundled": true, "dev": true, "optional": true, @@ -2360,12 +2577,12 @@ "optional": true }, "rc": { - "version": "1.2.7", + "version": "1.2.8", "bundled": true, "dev": true, "optional": true, "requires": { - "deep-extend": "^0.5.1", + "deep-extend": "^0.6.0", "ini": "~1.3.0", "minimist": "^1.2.0", "strip-json-comments": "~2.0.1" @@ -2395,16 +2612,16 @@ } }, "rimraf": { - "version": "2.6.2", + "version": "2.6.3", "bundled": true, "dev": true, "optional": true, "requires": { - "glob": "^7.0.5" + "glob": "^7.1.3" } }, "safe-buffer": { - "version": "5.1.1", + "version": "5.1.2", "bundled": true, "dev": true }, @@ -2421,7 +2638,7 @@ "optional": true }, "semver": { - "version": "5.5.0", + "version": "5.6.0", "bundled": true, "dev": true, "optional": true @@ -2472,17 +2689,17 @@ "optional": true }, "tar": { - "version": "4.4.1", + "version": "4.4.8", "bundled": true, "dev": true, "optional": true, "requires": { - "chownr": "^1.0.1", + "chownr": "^1.1.1", "fs-minipass": "^1.2.5", - "minipass": "^2.2.4", - "minizlib": "^1.1.0", + "minipass": "^2.3.4", + "minizlib": "^1.1.1", "mkdirp": "^0.5.0", - "safe-buffer": "^5.1.1", + "safe-buffer": "^5.1.2", "yallist": "^3.0.2" } }, @@ -2493,12 +2710,12 @@ "optional": true }, "wide-align": { - "version": "1.1.2", + "version": "1.1.3", "bundled": true, "dev": true, "optional": true, "requires": { - "string-width": "^1.0.2" + "string-width": "^1.0.2 || 2" } }, "wrappy": { @@ -2507,7 +2724,7 @@ "dev": true }, "yallist": { - "version": "3.0.2", + "version": "3.0.3", "bundled": true, "dev": true } @@ -2528,6 +2745,12 @@ "globule": "~0.1.0" } }, + "get-caller-file": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz", + "integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==", + "dev": true + }, "get-size": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/get-size/-/get-size-2.0.3.tgz", @@ -2546,135 +2769,102 @@ "dev": true }, "glob": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-4.5.3.tgz", - "integrity": "sha1-xstz0yJsHv7wTePFbQEvAzd+4V8=", + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", + "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==", "dev": true, "requires": { + "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", - "minimatch": "^2.0.1", - "once": "^1.3.0" - }, - "dependencies": { - "minimatch": { - "version": "2.0.10", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz", - "integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=", - "dev": true, - "requires": { - "brace-expansion": "^1.0.0" - } - } - } - }, - "glob-base": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz", - "integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=", - "dev": true, - "requires": { - "glob-parent": "^2.0.0", - "is-glob": "^2.0.0" - }, - "dependencies": { - "is-extglob": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", - "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", - "dev": true - }, - "is-glob": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", - "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", - "dev": true, - "requires": { - "is-extglob": "^1.0.0" - } - } + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" } }, "glob-parent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz", - "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", "dev": true, "requires": { - "is-glob": "^2.0.0" + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" }, "dependencies": { - "is-extglob": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", - "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", - "dev": true - }, "is-glob": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", - "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", "dev": true, "requires": { - "is-extglob": "^1.0.0" + "is-extglob": "^2.1.0" } } } }, "glob-stream": { - "version": "3.1.18", - "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-3.1.18.tgz", - "integrity": "sha1-kXCl8St5Awb9/lmPMT+PeVT9FDs=", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-6.1.0.tgz", + "integrity": "sha1-cEXJlBOz65SIjYOrRtC0BMx73eQ=", "dev": true, "requires": { - "glob": "^4.3.1", - "glob2base": "^0.0.12", - "minimatch": "^2.0.1", - "ordered-read-streams": "^0.1.0", - "through2": "^0.6.1", - "unique-stream": "^1.0.0" + "extend": "^3.0.0", + "glob": "^7.1.1", + "glob-parent": "^3.1.0", + "is-negated-glob": "^1.0.0", + "ordered-read-streams": "^1.0.0", + "pumpify": "^1.3.5", + "readable-stream": "^2.1.5", + "remove-trailing-separator": "^1.0.1", + "to-absolute-glob": "^2.0.0", + "unique-stream": "^2.0.2" }, "dependencies": { - "minimatch": { - "version": "2.0.10", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz", - "integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=", - "dev": true, - "requires": { - "brace-expansion": "^1.0.0" - } + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "dev": true }, "readable-stream": { - "version": "1.0.34", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", - "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", + "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", "dev": true, "requires": { "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" } }, - "through2": { - "version": "0.6.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", - "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, "requires": { - "readable-stream": ">=1.0.33-1 <1.1.0-0", - "xtend": ">=4.0.0 <4.1.0-0" + "safe-buffer": "~5.1.0" } } } }, "glob-watcher": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-0.0.6.tgz", - "integrity": "sha1-uVtKjfdLOcgymLDAXJeLTZo7cQs=", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-5.0.3.tgz", + "integrity": "sha512-8tWsULNEPHKQ2MR4zXuzSmqbdyV5PtwwCaWSGQ1WwHsJ07ilNeN1JB8ntxhckbnpSHaf9dXFUHzIWvm1I13dsg==", "dev": true, "requires": { - "gaze": "^0.5.1" + "anymatch": "^2.0.0", + "async-done": "^1.2.0", + "chokidar": "^2.0.0", + "is-negated-glob": "^1.0.0", + "just-debounce": "^1.0.0", + "object.defaults": "^1.1.0" } }, "glob2base": { @@ -2766,13 +2956,10 @@ } }, "graceful-fs": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.11.tgz", - "integrity": "sha1-dhPHeKGv6mLyXGMKCG1/Osu92Bg=", - "dev": true, - "requires": { - "natives": "^1.1.0" - } + "version": "4.1.15", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.15.tgz", + "integrity": "sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==", + "dev": true }, "growly": { "version": "1.3.0", @@ -2781,50 +2968,41 @@ "dev": true }, "gulp": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/gulp/-/gulp-3.9.1.tgz", - "integrity": "sha1-VxzkWSjdQK9lFPxAEYZgFsE4RbQ=", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/gulp/-/gulp-4.0.0.tgz", + "integrity": "sha1-lXZsYB2t5Kd+0+eyttwDiBtZY2Y=", "dev": true, "requires": { - "archy": "^1.0.0", - "chalk": "^1.0.0", - "deprecated": "^0.0.1", - "gulp-util": "^3.0.0", - "interpret": "^1.0.0", - "liftoff": "^2.1.0", - "minimist": "^1.1.0", - "orchestrator": "^0.3.0", - "pretty-hrtime": "^1.0.0", - "semver": "^4.1.0", - "tildify": "^1.0.0", - "v8flags": "^2.0.2", - "vinyl-fs": "^0.3.0" + "glob-watcher": "^5.0.0", + "gulp-cli": "^2.0.0", + "undertaker": "^1.0.0", + "vinyl-fs": "^3.0.0" } }, "gulp-cli": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/gulp-cli/-/gulp-cli-1.4.0.tgz", - "integrity": "sha1-b1u+LNC9tISdEs+eEkalhh+LT4g=", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/gulp-cli/-/gulp-cli-2.1.0.tgz", + "integrity": "sha512-txzgdFVlEPShBZus6JJyGyKJoBVDq6Do0ZQgIgx5RAsmhNVTDjymmOxpQvo3c20m66FldilS68ZXj2Q9w5dKbA==", "dev": true, "requires": { + "ansi-colors": "^1.0.1", "archy": "^1.0.0", - "chalk": "^1.1.0", - "copy-props": "^1.4.1", - "fancy-log": "^1.1.0", + "array-sort": "^1.0.0", + "color-support": "^1.1.3", + "concat-stream": "^1.6.0", + "copy-props": "^2.0.1", + "fancy-log": "^1.3.2", "gulplog": "^1.0.0", - "interpret": "^1.0.0", - "liftoff": "^2.3.0", - "lodash.isfunction": "^3.0.8", - "lodash.isplainobject": "^4.0.4", - "lodash.sortby": "^4.5.0", - "matchdep": "^1.0.0", + "interpret": "^1.1.0", + "isobject": "^3.0.1", + "liftoff": "^3.1.0", + "matchdep": "^2.0.0", "mute-stdout": "^1.0.0", "pretty-hrtime": "^1.0.0", - "semver-greatest-satisfied-range": "^1.0.0", - "tildify": "^1.0.0", - "v8flags": "^2.0.9", - "wreck": "^6.3.0", - "yargs": "^3.28.0" + "replace-homedir": "^1.0.0", + "semver-greatest-satisfied-range": "^1.1.0", + "v8flags": "^3.0.1", + "yargs": "^7.1.0" } }, "gulp-concat": { @@ -2964,6 +3142,153 @@ } } }, + "clone": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz", + "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=", + "dev": true + }, + "findup-sync": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-2.0.0.tgz", + "integrity": "sha1-kyaxSIwi0aYIhlCoaQGy2akKLLw=", + "dev": true, + "requires": { + "detect-file": "^1.0.0", + "is-glob": "^3.1.0", + "micromatch": "^3.0.4", + "resolve-dir": "^1.0.1" + } + }, + "glob": { + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-4.5.3.tgz", + "integrity": "sha1-xstz0yJsHv7wTePFbQEvAzd+4V8=", + "dev": true, + "requires": { + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^2.0.1", + "once": "^1.3.0" + } + }, + "glob-stream": { + "version": "3.1.18", + "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-3.1.18.tgz", + "integrity": "sha1-kXCl8St5Awb9/lmPMT+PeVT9FDs=", + "dev": true, + "requires": { + "glob": "^4.3.1", + "glob2base": "^0.0.12", + "minimatch": "^2.0.1", + "ordered-read-streams": "^0.1.0", + "through2": "^0.6.1", + "unique-stream": "^1.0.0" + }, + "dependencies": { + "through2": { + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", + "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", + "dev": true, + "requires": { + "readable-stream": ">=1.0.33-1 <1.1.0-0", + "xtend": ">=4.0.0 <4.1.0-0" + } + } + } + }, + "glob-watcher": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-0.0.6.tgz", + "integrity": "sha1-uVtKjfdLOcgymLDAXJeLTZo7cQs=", + "dev": true, + "requires": { + "gaze": "^0.5.1" + } + }, + "graceful-fs": { + "version": "3.0.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.11.tgz", + "integrity": "sha1-dhPHeKGv6mLyXGMKCG1/Osu92Bg=", + "dev": true, + "requires": { + "natives": "^1.1.0" + } + }, + "gulp": { + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/gulp/-/gulp-3.9.1.tgz", + "integrity": "sha1-VxzkWSjdQK9lFPxAEYZgFsE4RbQ=", + "dev": true, + "requires": { + "archy": "^1.0.0", + "chalk": "^1.0.0", + "deprecated": "^0.0.1", + "gulp-util": "^3.0.0", + "interpret": "^1.0.0", + "liftoff": "^2.1.0", + "minimist": "^1.1.0", + "orchestrator": "^0.3.0", + "pretty-hrtime": "^1.0.0", + "semver": "^4.1.0", + "tildify": "^1.0.0", + "v8flags": "^2.0.2", + "vinyl-fs": "^0.3.0" + }, + "dependencies": { + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true + } + } + }, + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "dev": true, + "requires": { + "is-extglob": "^2.1.0" + } + }, + "liftoff": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/liftoff/-/liftoff-2.5.0.tgz", + "integrity": "sha1-IAkpG7Mc6oYbvxCnwVooyvdcMew=", + "dev": true, + "requires": { + "extend": "^3.0.0", + "findup-sync": "^2.0.0", + "fined": "^1.0.1", + "flagged-respawn": "^1.0.0", + "is-plain-object": "^2.0.4", + "object.map": "^1.0.0", + "rechoir": "^0.6.2", + "resolve": "^1.1.7" + } + }, "lodash": { "version": "3.10.1", "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", @@ -2976,14 +3301,94 @@ "integrity": "sha1-KspJayjEym1yZxUxNZDALm6jRAM=", "dev": true }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "requires": { + "minimatch": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz", + "integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=", + "dev": true, + "requires": { + "brace-expansion": "^1.0.0" + } + }, + "ordered-read-streams": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.1.0.tgz", + "integrity": "sha1-/VZamvjrRHO6abbtijQ1LLVS8SY=", + "dev": true + }, + "readable-stream": { + "version": "1.0.34", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", + "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "requires": { "has-flag": "^3.0.0" } + }, + "unique-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-1.0.0.tgz", + "integrity": "sha1-1ZpKdUJ0R9mqbJHnAmP40mpLEEs=", + "dev": true + }, + "v8flags": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-2.1.1.tgz", + "integrity": "sha1-qrGh+jDUX4jdMhFIh1rALAtV5bQ=", + "dev": true, + "requires": { + "user-home": "^1.1.1" + } + }, + "vinyl": { + "version": "0.4.6", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.4.6.tgz", + "integrity": "sha1-LzVsh6VQolVGHza76ypbqL94SEc=", + "dev": true, + "requires": { + "clone": "^0.2.0", + "clone-stats": "^0.0.1" + } + }, + "vinyl-fs": { + "version": "0.3.14", + "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-0.3.14.tgz", + "integrity": "sha1-mmhRzhysHBzqX+hsCTHWIMLPqeY=", + "dev": true, + "requires": { + "defaults": "^1.0.0", + "glob-stream": "^3.1.5", + "glob-watcher": "^0.0.6", + "graceful-fs": "^3.0.0", + "mkdirp": "^0.5.0", + "strip-bom": "^1.0.0", + "through2": "^0.6.1", + "vinyl": "^0.4.0" + }, + "dependencies": { + "through2": { + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", + "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", + "dev": true, + "requires": { + "readable-stream": ">=1.0.33-1 <1.1.0-0", + "xtend": ">=4.0.0 <4.1.0-0" + } + } + } } } }, @@ -3090,34 +3495,28 @@ } }, "gulp-sourcemaps": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-1.12.1.tgz", - "integrity": "sha1-tDfR89mAzyboEYSCNxjOFa5ll7Y=", + "version": "2.6.5", + "resolved": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-2.6.5.tgz", + "integrity": "sha512-SYLBRzPTew8T5Suh2U8jCSDKY+4NARua4aqjj8HOysBh2tSgT9u4jc1FYirAdPx1akUxxDeK++fqw6Jg0LkQRg==", "dev": true, "requires": { + "@gulp-sourcemaps/identity-map": "1.X", "@gulp-sourcemaps/map-sources": "1.X", - "acorn": "4.X", + "acorn": "5.X", "convert-source-map": "1.X", "css": "2.X", - "debug-fabulous": "0.0.X", + "debug-fabulous": "1.X", "detect-newline": "2.X", "graceful-fs": "4.X", "source-map": "~0.6.0", - "strip-bom": "2.X", - "through2": "2.X", - "vinyl": "1.X" + "strip-bom-string": "1.X", + "through2": "2.X" }, "dependencies": { "acorn": { - "version": "4.0.13", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-4.0.13.tgz", - "integrity": "sha1-EFSVrlNh1pe9GVyCUZLhrX8lN4c=", - "dev": true - }, - "graceful-fs": { - "version": "4.1.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", - "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz", + "integrity": "sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==", "dev": true }, "source-map": { @@ -3125,50 +3524,61 @@ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true + } + } + }, + "gulp-terser": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/gulp-terser/-/gulp-terser-1.1.7.tgz", + "integrity": "sha512-u577eHpz9zHaO7SiJJM5Rd1deBJastfNJ41pSfUpTagOtCommfDq00VK4JPwwTkQ++IGJbkFBen1C+vDxTO9gg==", + "dev": true, + "requires": { + "plugin-error": "^1.0.1", + "terser": "^3.14.1", + "through2": "^3.0.0", + "vinyl-sourcemaps-apply": "^0.2.1" + }, + "dependencies": { + "plugin-error": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/plugin-error/-/plugin-error-1.0.1.tgz", + "integrity": "sha512-L1zP0dk7vGweZME2i+EeakvUNqSrdiI3F91TwEoYiGrAfUXmVv6fJIq4g82PAXxNsWOp0J7ZqQy/3Szz0ajTxA==", + "dev": true, + "requires": { + "ansi-colors": "^1.0.1", + "arr-diff": "^4.0.0", + "arr-union": "^3.1.0", + "extend-shallow": "^3.0.2" + } }, - "strip-bom": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", - "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", + "readable-stream": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.3.0.tgz", + "integrity": "sha512-EsI+s3k3XsW+fU8fQACLN59ky34AZ14LoeVZpYwmZvldCFo0r0gnelwF2TcMjLor/BTL5aDJVBMkss0dthToPw==", "dev": true, "requires": { - "is-utf8": "^0.2.0" + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" } }, - "vinyl": { + "string_decoder": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz", - "integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.2.0.tgz", + "integrity": "sha512-6YqyX6ZWEYguAxgZzHGL7SsCeGx3V2TtOTqZz1xSTSWnqsbWwbptafNyvf/ACquZUXV3DANr5BDIwNYe1mN42w==", "dev": true, "requires": { - "clone": "^1.0.0", - "clone-stats": "^0.0.1", - "replace-ext": "0.0.1" + "safe-buffer": "~5.1.0" + } + }, + "through2": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/through2/-/through2-3.0.1.tgz", + "integrity": "sha512-M96dvTalPT3YbYLaKaCuwu+j06D/8Jfib0o/PxbVt6Amhv3dUAtW6rTV1jPgJSBG83I/e04Y6xkVdVhSRhi0ww==", + "dev": true, + "requires": { + "readable-stream": "2 || 3" } - } - } - }, - "gulp-uglify": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/gulp-uglify/-/gulp-uglify-2.1.2.tgz", - "integrity": "sha1-bbhbHQ7mPRgFhZK2WGSdZcLsRUE=", - "dev": true, - "requires": { - "gulplog": "^1.0.0", - "has-gulplog": "^0.1.0", - "lodash": "^4.13.1", - "make-error-cause": "^1.1.1", - "through2": "^2.0.0", - "uglify-js": "~2.8.10", - "uglify-save-license": "^0.4.1", - "vinyl-sourcemaps-apply": "^0.2.0" - }, - "dependencies": { - "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", - "dev": true } } }, @@ -3271,13 +3681,21 @@ "ansi-regex": "^2.0.0" } }, - "has-binary": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/has-binary/-/has-binary-0.1.7.tgz", - "integrity": "sha1-aOYesWIQyVRaClzOBqhzkS/h5ow=", + "has-binary2": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-binary2/-/has-binary2-1.0.3.tgz", + "integrity": "sha512-G1LWKhDSvhGeAQ8mPVQlqNcOB2sJdwATtZKl2pDKKHfpf/rYj24lkinxf69blJbnsvtqqNU+L3SL50vzZhXOnw==", "dev": true, "requires": { - "isarray": "0.0.1" + "isarray": "2.0.1" + }, + "dependencies": { + "isarray": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.1.tgz", + "integrity": "sha1-o32U7ZzaLVmGXJ92/llu4fM4dB4=", + "dev": true + } } }, "has-color": { @@ -3307,6 +3725,12 @@ "sparkles": "^1.0.0" } }, + "has-symbols": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.0.tgz", + "integrity": "sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=", + "dev": true + }, "has-value": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", @@ -3346,9 +3770,9 @@ "dev": true }, "homedir-polyfill": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.1.tgz", - "integrity": "sha1-TCu8inWJmP7r9e1oWA921GdotLw=", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz", + "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", "dev": true, "requires": { "parse-passwd": "^1.0.0" @@ -3559,21 +3983,6 @@ } } }, - "is-dotfile": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz", - "integrity": "sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE=", - "dev": true - }, - "is-equal-shallow": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz", - "integrity": "sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=", - "dev": true, - "requires": { - "is-primitive": "^2.0.0" - } - }, "is-extendable": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", @@ -3605,14 +4014,20 @@ } }, "is-glob": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", + "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", "dev": true, "requires": { - "is-extglob": "^2.1.0" + "is-extglob": "^2.1.1" } }, + "is-negated-glob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-negated-glob/-/is-negated-glob-1.0.0.tgz", + "integrity": "sha1-aRC8pdqMleeEtXUbl2z1oQ/uNtI=", + "dev": true + }, "is-number": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", @@ -3642,16 +4057,10 @@ "isobject": "^3.0.1" } }, - "is-posix-bracket": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz", - "integrity": "sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q=", - "dev": true - }, - "is-primitive": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz", - "integrity": "sha1-IHurkWOEmcB7Kt8kCkGochADRXU=", + "is-promise": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz", + "integrity": "sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=", "dev": true }, "is-relative": { @@ -3678,6 +4087,12 @@ "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=", "dev": true }, + "is-valid-glob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-1.0.0.tgz", + "integrity": "sha1-Kb8+/3Ab4tTTFdusw5vDn+j2Aao=", + "dev": true + }, "is-windows": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", @@ -3805,9 +4220,9 @@ } }, "jasmine-core": { - "version": "2.99.1", - "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-2.99.1.tgz", - "integrity": "sha1-5kAN8ea1bhMLYcS80JPap/boyhU=", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-3.4.0.tgz", + "integrity": "sha512-HU/YxV4i6GcmiH4duATwAbJQMlE0MsDIR5XmSVxURxKHn3aGAdbY1/ZJFmVRbKtnLwIxxMJD7gYaPsypcbYimg==", "dev": true }, "joi": { @@ -3823,15 +4238,15 @@ } }, "jquery": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz", - "integrity": "sha1-LInWiJterFIqfuoywUUhVZxsvwI=", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.0.tgz", + "integrity": "sha512-ggRCXln9zEqv6OqAGXFEcshF5dSBvCkzj6Gm2gzuR5fWawaX8t7cxKVkkygKODrDAzKdoYw3l/e3pm3vlT4IbQ==", "dev": true }, "js-yaml": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.12.0.tgz", - "integrity": "sha512-PIt2cnwmPfL4hKNwqeiuz4bKfnzHTBv6HyVgjahA6mPLwPDzjDWrplJBMjHUFxku/N3FlmrbyPclad+I+4mJ3A==", + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", + "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", "dev": true, "requires": { "argparse": "^1.0.7", @@ -3876,87 +4291,79 @@ } } }, - "json3": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/json3/-/json3-3.3.2.tgz", - "integrity": "sha1-PAQ0dD35Pi9cQq7nsZvLSDV19OE=", + "json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", + "dev": true + }, + "jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6" + } + }, + "just-debounce": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/just-debounce/-/just-debounce-1.0.0.tgz", + "integrity": "sha1-h/zPrv/AtozRnVX2cilD+SnqNeo=", "dev": true }, "karma": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/karma/-/karma-1.7.1.tgz", - "integrity": "sha512-k5pBjHDhmkdaUccnC7gE3mBzZjcxyxYsYVaqiL2G5AqlfLyBO5nw2VdNK+O16cveEPd/gIOWULH7gkiYYwVNHg==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/karma/-/karma-4.0.1.tgz", + "integrity": "sha512-ind+4s03BqIXas7ZmraV3/kc5+mnqwCd+VDX1FndS6jxbt03kQKX2vXrWxNLuCjVYmhMwOZosAEKMM0a2q7w7A==", "dev": true, "requires": { "bluebird": "^3.3.0", "body-parser": "^1.16.1", - "chokidar": "^1.4.1", + "braces": "^2.3.2", + "chokidar": "^2.0.3", "colors": "^1.1.0", - "combine-lists": "^1.0.0", "connect": "^3.6.0", "core-js": "^2.2.0", "di": "^0.0.1", "dom-serialize": "^2.2.0", - "expand-braces": "^0.1.1", + "flatted": "^2.0.0", "glob": "^7.1.1", "graceful-fs": "^4.1.2", "http-proxy": "^1.13.0", "isbinaryfile": "^3.0.0", - "lodash": "^3.8.0", - "log4js": "^0.6.31", - "mime": "^1.3.4", + "lodash": "^4.17.11", + "log4js": "^4.0.0", + "mime": "^2.3.1", "minimatch": "^3.0.2", "optimist": "^0.6.1", "qjobs": "^1.1.4", "range-parser": "^1.2.0", "rimraf": "^2.6.0", "safe-buffer": "^5.0.1", - "socket.io": "1.7.3", - "source-map": "^0.5.3", - "tmp": "0.0.31", - "useragent": "^2.1.12" + "socket.io": "2.1.1", + "source-map": "^0.6.1", + "tmp": "0.0.33", + "useragent": "2.3.0" }, "dependencies": { "colors": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/colors/-/colors-1.3.2.tgz", - "integrity": "sha512-rhP0JSBGYvpcNQj4s5AdShMeE5ahMop96cTeDl/v9qQQm2fYClE2QXZRi8wLzc+GmXSxdIqqbOIAhyObEXDbfQ==", - "dev": true - }, - "glob": { - "version": "7.1.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", - "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==", - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "graceful-fs": { - "version": "4.1.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", - "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.3.3.tgz", + "integrity": "sha512-mmGt/1pZqYRjMxB1axhTo16/snVZ5krrKkcmMeVKxzECMMXoCgnvTPp10QgHfcbQZw8Dq2jMNG6je4JlWU0gWg==", "dev": true }, "lodash": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", - "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=", + "version": "4.17.11", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", + "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", "dev": true }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "dev": true, - "requires": { - "brace-expansion": "^1.1.7" - } + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true } } }, @@ -4017,10 +4424,13 @@ "dev": true }, "karma-jasmine": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/karma-jasmine/-/karma-jasmine-1.1.2.tgz", - "integrity": "sha1-OU8rJf+0pkS5rabyLUQ+L9CIhsM=", - "dev": true + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/karma-jasmine/-/karma-jasmine-2.0.1.tgz", + "integrity": "sha512-iuC0hmr9b+SNn1DaUD2QEYtUxkS1J+bSJSn7ejdEexs7P8EYvA1CWkEdrDQ+8jVH3AgWlCNwjYsT1chjcNW9lA==", + "dev": true, + "requires": { + "jasmine-core": "^3.3" + } }, "kind-of": { "version": "6.0.2", @@ -4028,17 +4438,56 @@ "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==", "dev": true }, - "lazy-cache": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz", - "integrity": "sha1-odePw6UEdMuAhF07O24dpJpEbo4=", - "dev": true + "last-run": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/last-run/-/last-run-1.1.1.tgz", + "integrity": "sha1-RblpQsF7HHnHchmCWbqUO+v4yls=", + "dev": true, + "requires": { + "default-resolution": "^2.0.0", + "es6-weak-map": "^2.0.1" + } }, - "lazy-debug-legacy": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/lazy-debug-legacy/-/lazy-debug-legacy-0.0.1.tgz", - "integrity": "sha1-U3cWwHduTPeePtG2IfdljCkRsbE=", - "dev": true + "lazystream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.0.tgz", + "integrity": "sha1-9plf4PggOS9hOWvolGJAe7dxaOQ=", + "dev": true, + "requires": { + "readable-stream": "^2.0.5" + }, + "dependencies": { + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "dev": true + }, + "readable-stream": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", + "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } }, "lcid": { "version": "1.0.0", @@ -4049,6 +4498,15 @@ "invert-kv": "^1.0.0" } }, + "lead": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/lead/-/lead-1.0.0.tgz", + "integrity": "sha1-bxT5mje+Op3XhPVJVpDlkDRm7kI=", + "dev": true, + "requires": { + "flush-write-stream": "^1.0.2" + } + }, "levn": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", @@ -4060,13 +4518,13 @@ } }, "liftoff": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/liftoff/-/liftoff-2.5.0.tgz", - "integrity": "sha1-IAkpG7Mc6oYbvxCnwVooyvdcMew=", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/liftoff/-/liftoff-3.1.0.tgz", + "integrity": "sha512-DlIPlJUkCV0Ips2zf2pJP0unEoT1kwYhiiPUGF3s/jtxTCjziNLoiVVh+jqWOWeFi6mmwQ5fNxvAUyPad4Dfog==", "dev": true, "requires": { "extend": "^3.0.0", - "findup-sync": "^2.0.0", + "findup-sync": "^3.0.0", "fined": "^1.0.1", "flagged-respawn": "^1.0.0", "is-plain-object": "^2.0.4", @@ -4215,24 +4673,12 @@ "integrity": "sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U=", "dev": true }, - "lodash.isfunction": { - "version": "3.0.9", - "resolved": "https://registry.npmjs.org/lodash.isfunction/-/lodash.isfunction-3.0.9.tgz", - "integrity": "sha512-AirXNj15uRIMMPihnkInB4i3NHeb4iBtNg9WRWuK2o31S+ePwwNmDPaTL3o7dTJ+VXNZim7rFs4rxN4YU1oUJw==", - "dev": true - }, "lodash.isobject": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/lodash.isobject/-/lodash.isobject-3.0.2.tgz", "integrity": "sha1-PI+41bW/S/kK4G4U8qUwpO2TXh0=", "dev": true }, - "lodash.isplainobject": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", - "integrity": "sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=", - "dev": true - }, "lodash.keys": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz", @@ -4256,12 +4702,6 @@ "integrity": "sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=", "dev": true }, - "lodash.sortby": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", - "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=", - "dev": true - }, "lodash.template": { "version": "3.6.2", "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-3.6.2.tgz", @@ -4290,35 +4730,18 @@ } }, "log4js": { - "version": "0.6.38", - "resolved": "https://registry.npmjs.org/log4js/-/log4js-0.6.38.tgz", - "integrity": "sha1-LElBFmldb7JUgJQ9P8hy5mKlIv0=", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/log4js/-/log4js-4.1.0.tgz", + "integrity": "sha512-eDa+zZPeVEeK6QGJAePyXM6pg4P3n3TO5rX9iZMVY48JshsTyLJZLIL5HipI1kQ2qLsSyOpUqNND/C5H4WhhiA==", "dev": true, "requires": { - "readable-stream": "~1.0.2", - "semver": "~4.3.3" - }, - "dependencies": { - "readable-stream": { - "version": "1.0.34", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", - "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", - "dev": true, - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" - } - } + "date-format": "^2.0.0", + "debug": "^4.1.1", + "flatted": "^2.0.0", + "rfdc": "^1.1.2", + "streamroller": "^1.0.4" } }, - "longest": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz", - "integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=", - "dev": true - }, "loud-rejection": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz", @@ -4335,19 +4758,13 @@ "integrity": "sha1-bUUk6LlV+V1PW1iFHOId1y+06VI=", "dev": true }, - "make-error": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.5.tgz", - "integrity": "sha512-c3sIjNUow0+8swNwVpqoH4YCShKNFkMaw6oH1mNS2haDZQqkeZFlHS3dhoeEbKKmJB4vXpJucU6oH75aDYeE9g==", - "dev": true - }, - "make-error-cause": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/make-error-cause/-/make-error-cause-1.2.2.tgz", - "integrity": "sha1-3wOI/NCzeBbf8KX7gQiTl3fcvJ0=", + "lru-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/lru-queue/-/lru-queue-0.1.0.tgz", + "integrity": "sha1-Jzi9nw089PhEkMVzbEhpmsYyzaM=", "dev": true, "requires": { - "make-error": "^1.2.0" + "es5-ext": "~0.10.2" } }, "make-iterator": { @@ -4396,148 +4813,68 @@ } }, "matchdep": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/matchdep/-/matchdep-1.0.1.tgz", - "integrity": "sha1-pXozgESR+64girqPaDgEN6vC3KU=", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/matchdep/-/matchdep-2.0.0.tgz", + "integrity": "sha1-xvNINKDY28OzfCfui7yyfHd1WC4=", "dev": true, "requires": { - "findup-sync": "~0.3.0", - "micromatch": "^2.3.7", - "resolve": "~1.1.6", - "stack-trace": "0.0.9" + "findup-sync": "^2.0.0", + "micromatch": "^3.0.4", + "resolve": "^1.4.0", + "stack-trace": "0.0.10" }, "dependencies": { - "arr-diff": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz", - "integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=", - "dev": true, - "requires": { - "arr-flatten": "^1.0.1" - } - }, - "array-unique": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz", - "integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=", - "dev": true - }, - "braces": { - "version": "1.8.5", - "resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz", - "integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=", - "dev": true, - "requires": { - "expand-range": "^1.8.1", - "preserve": "^0.2.0", - "repeat-element": "^1.1.2" - } - }, - "expand-brackets": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz", - "integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=", - "dev": true, - "requires": { - "is-posix-bracket": "^0.1.0" - } - }, - "extglob": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz", - "integrity": "sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=", - "dev": true, - "requires": { - "is-extglob": "^1.0.0" - } - }, "findup-sync": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.3.0.tgz", - "integrity": "sha1-N5MKpdgWt3fANEXhlmzGeQpMCxY=", - "dev": true, - "requires": { - "glob": "~5.0.0" - } - }, - "glob": { - "version": "5.0.15", - "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz", - "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-2.0.0.tgz", + "integrity": "sha1-kyaxSIwi0aYIhlCoaQGy2akKLLw=", "dev": true, "requires": { - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "2 || 3", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "detect-file": "^1.0.0", + "is-glob": "^3.1.0", + "micromatch": "^3.0.4", + "resolve-dir": "^1.0.1" } }, - "is-extglob": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", - "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", - "dev": true - }, "is-glob": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", - "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", - "dev": true, - "requires": { - "is-extglob": "^1.0.0" - } - }, - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dev": true, - "requires": { - "is-buffer": "^1.1.5" - } - }, - "micromatch": { - "version": "2.3.11", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz", - "integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", "dev": true, "requires": { - "arr-diff": "^2.0.0", - "array-unique": "^0.2.1", - "braces": "^1.8.2", - "expand-brackets": "^0.1.4", - "extglob": "^0.3.1", - "filename-regex": "^2.0.0", - "is-extglob": "^1.0.0", - "is-glob": "^2.0.1", - "kind-of": "^3.0.2", - "normalize-path": "^2.0.1", - "object.omit": "^2.0.0", - "parse-glob": "^3.0.4", - "regex-cache": "^0.4.2" + "is-extglob": "^2.1.0" } }, - "resolve": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz", - "integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=", + "stack-trace": { + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz", + "integrity": "sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA=", "dev": true } } }, - "math-random": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/math-random/-/math-random-1.0.1.tgz", - "integrity": "sha1-izqsWIuKZuSXXjzepn97sylgH6w=", - "dev": true - }, "media-typer": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", "dev": true }, + "memoizee": { + "version": "0.4.14", + "resolved": "https://registry.npmjs.org/memoizee/-/memoizee-0.4.14.tgz", + "integrity": "sha512-/SWFvWegAIYAO4NQMpcX+gcra0yEZu4OntmUdrBaWrJncxOqAziGFlHxc7yjKVK2uu3lpPW27P27wkR82wA8mg==", + "dev": true, + "requires": { + "d": "1", + "es5-ext": "^0.10.45", + "es6-weak-map": "^2.0.2", + "event-emitter": "^0.3.5", + "is-promise": "^2.1", + "lru-queue": "0.1", + "next-tick": "1", + "timers-ext": "^0.1.5" + } + }, "meow": { "version": "3.7.0", "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz", @@ -4592,24 +4929,24 @@ } }, "mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.4.2.tgz", + "integrity": "sha512-zJBfZDkwRu+j3Pdd2aHsR5GfH2jIWhmL1ZzBoc+X+3JEti2hbArWcyJ+1laC1D2/U/W1a/+Cegj0/OnEU2ybjg==", "dev": true }, "mime-db": { - "version": "1.36.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.36.0.tgz", - "integrity": "sha512-L+xvyD9MkoYMXb1jAmzI/lWYAxAMCPvIBSWur0PZ5nOf5euahRLVqH//FKW9mWp2lkqUgYiXPgkzfMUFi4zVDw==", + "version": "1.38.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.38.0.tgz", + "integrity": "sha512-bqVioMFFzc2awcdJZIzR3HjZFX20QhilVS7hytkKrv7xFAn8bM1gzc/FOX2awLISvWe0PV8ptFKcon+wZ5qYkg==", "dev": true }, "mime-types": { - "version": "2.1.20", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.20.tgz", - "integrity": "sha512-HrkrPaP9vGuWbLK1B1FfgAkbqNjIuy4eHlIYnFi7kamZyLLrGlo2mpcx0bBmNpKqBtYtAfGbodDddIgddSJC2A==", + "version": "2.1.22", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.22.tgz", + "integrity": "sha512-aGl6TZGnhm/li6F7yx82bJiBZwgiEa4Hf6CNr8YO+r5UHr53tSTYZb102zyU50DOWWKeOv0uQLRL0/9EiKWCog==", "dev": true, "requires": { - "mime-db": "~1.36.0" + "mime-db": "~1.38.0" } }, "minimatch": { @@ -4671,9 +5008,9 @@ "integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==" }, "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" }, "multipipe": { "version": "0.1.2", @@ -4691,9 +5028,9 @@ "dev": true }, "nan": { - "version": "2.11.1", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.11.1.tgz", - "integrity": "sha512-iji6k87OSXa0CcrLl9z+ZiYSuR2o+c0bGuNmXdrhTQTakxytAFsC56SArGYoiHlJlFoHSnvmhpceZJaXkVuOtA==", + "version": "2.13.2", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.13.2.tgz", + "integrity": "sha512-TghvYc72wlMGMVMluVo9WRJc0mB8KxxF/gZ4YYFy7V2ZQX9l7rgbPg7vjS9mt6U5HXODVFVI2bOduCzwOMv/lw==", "dev": true, "optional": true }, @@ -4814,6 +5151,15 @@ "remove-trailing-separator": "^1.0.1" } }, + "now-and-later": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/now-and-later/-/now-and-later-2.0.1.tgz", + "integrity": "sha512-KGvQ0cB70AQfg107Xvs/Fbu+dGmZoTRJp2TaPwcwQm3/7PteUyN2BCgk8KBMPGBUXZdVwyWS8fDCGFygBm19UQ==", + "dev": true, + "requires": { + "once": "^1.3.2" + } + }, "null-check": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/null-check/-/null-check-1.0.0.tgz", @@ -4869,6 +5215,12 @@ } } }, + "object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "dev": true + }, "object-visit": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", @@ -4878,6 +5230,18 @@ "isobject": "^3.0.0" } }, + "object.assign": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz", + "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==", + "dev": true, + "requires": { + "define-properties": "^1.1.2", + "function-bind": "^1.1.1", + "has-symbols": "^1.0.0", + "object-keys": "^1.0.11" + } + }, "object.defaults": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/object.defaults/-/object.defaults-1.1.0.tgz", @@ -4900,27 +5264,6 @@ "make-iterator": "^1.0.0" } }, - "object.omit": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz", - "integrity": "sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=", - "dev": true, - "requires": { - "for-own": "^0.1.4", - "is-extendable": "^0.1.1" - }, - "dependencies": { - "for-own": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz", - "integrity": "sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=", - "dev": true, - "requires": { - "for-in": "^1.0.1" - } - } - } - }, "object.pick": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", @@ -4930,6 +5273,16 @@ "isobject": "^3.0.1" } }, + "object.reduce": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/object.reduce/-/object.reduce-1.0.1.tgz", + "integrity": "sha1-b+NI8qx/oPlcpiEiZZkJaCW7A60=", + "dev": true, + "requires": { + "for-own": "^1.0.0", + "make-iterator": "^1.0.0" + } + }, "on-finished": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", @@ -4988,12 +5341,6 @@ } } }, - "options": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/options/-/options-0.0.6.tgz", - "integrity": "sha1-7CLTEoBrtT5zF3Pnza788cZDEo8=", - "dev": true - }, "orchestrator": { "version": "0.3.8", "resolved": "https://registry.npmjs.org/orchestrator/-/orchestrator-0.3.8.tgz", @@ -5003,6 +5350,17 @@ "end-of-stream": "~0.1.5", "sequencify": "~0.0.7", "stream-consume": "~0.1.0" + }, + "dependencies": { + "end-of-stream": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-0.1.5.tgz", + "integrity": "sha1-jhdyBsPICDfYVjLouTWd/osvbq8=", + "dev": true, + "requires": { + "once": "~1.3.0" + } + } } }, "ordered-ast-traverse": { @@ -5021,10 +5379,45 @@ "dev": true }, "ordered-read-streams": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.1.0.tgz", - "integrity": "sha1-/VZamvjrRHO6abbtijQ1LLVS8SY=", - "dev": true + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-1.0.1.tgz", + "integrity": "sha1-d8DLN8QVJdZBZtmQ/61+xqDhNj4=", + "dev": true, + "requires": { + "readable-stream": "^2.0.1" + }, + "dependencies": { + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "dev": true + }, + "readable-stream": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", + "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } }, "os-homedir": { "version": "1.0.2", @@ -5068,35 +5461,6 @@ "path-root": "^0.1.1" } }, - "parse-glob": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz", - "integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=", - "dev": true, - "requires": { - "glob-base": "^0.3.0", - "is-dotfile": "^1.0.0", - "is-extglob": "^1.0.0", - "is-glob": "^2.0.0" - }, - "dependencies": { - "is-extglob": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", - "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", - "dev": true - }, - "is-glob": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", - "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", - "dev": true, - "requires": { - "is-extglob": "^1.0.0" - } - } - } - }, "parse-json": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", @@ -5112,15 +5476,6 @@ "integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=", "dev": true }, - "parsejson": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/parsejson/-/parsejson-0.0.3.tgz", - "integrity": "sha1-q343WfIJ7OmUN5c/fQ8fZK4OZKs=", - "dev": true, - "requires": { - "better-assert": "~1.0.0" - } - }, "parseqs": { "version": "0.0.5", "resolved": "https://registry.npmjs.org/parseqs/-/parseqs-0.0.5.tgz", @@ -5151,6 +5506,12 @@ "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=", "dev": true }, + "path-dirname": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", + "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=", + "dev": true + }, "path-exists": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", @@ -5288,12 +5649,6 @@ "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", "dev": true }, - "preserve": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz", - "integrity": "sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=", - "dev": true - }, "pretty-hrtime": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz", @@ -5312,6 +5667,27 @@ "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=", "dev": true }, + "pump": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz", + "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==", + "dev": true, + "requires": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "pumpify": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz", + "integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==", + "dev": true, + "requires": { + "duplexify": "^3.6.0", + "inherits": "^2.0.3", + "pump": "^2.0.0" + } + }, "purdy": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/purdy/-/purdy-2.2.1.tgz", @@ -5360,25 +5736,6 @@ "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==", "dev": true }, - "randomatic": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/randomatic/-/randomatic-3.1.0.tgz", - "integrity": "sha512-KnGPVE0lo2WoXxIZ7cPR8YBpiol4gsSuOwDSg410oHh80ZMp5EiypNqL2K4Z77vJn6lB5rap7IkAmcUlalcnBQ==", - "dev": true, - "requires": { - "is-number": "^4.0.0", - "kind-of": "^6.0.0", - "math-random": "^1.0.1" - }, - "dependencies": { - "is-number": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz", - "integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==", - "dev": true - } - } - }, "range-parser": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz", @@ -5462,12 +5819,6 @@ "readable-stream": "^2.0.2" }, "dependencies": { - "graceful-fs": { - "version": "4.1.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", - "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=", - "dev": true - }, "isarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", @@ -5519,15 +5870,6 @@ "strip-indent": "^1.0.1" } }, - "regex-cache": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz", - "integrity": "sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==", - "dev": true, - "requires": { - "is-equal-shallow": "^0.1.3" - } - }, "regex-not": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", @@ -5538,6 +5880,27 @@ "safe-regex": "^1.1.0" } }, + "remove-bom-buffer": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/remove-bom-buffer/-/remove-bom-buffer-3.0.0.tgz", + "integrity": "sha512-8v2rWhaakv18qcvNeli2mZ/TMTL2nEyAKRvzo1WtnZBl15SHyEhrCu2/xKlJyUFKHiHgfXIyuY6g2dObJJycXQ==", + "dev": true, + "requires": { + "is-buffer": "^1.1.5", + "is-utf8": "^0.2.1" + } + }, + "remove-bom-stream": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/remove-bom-stream/-/remove-bom-stream-1.2.0.tgz", + "integrity": "sha1-BfGlk/FuQuH7kOv1nejlaVJflSM=", + "dev": true, + "requires": { + "remove-bom-buffer": "^3.0.0", + "safe-buffer": "^5.1.0", + "through2": "^2.0.3" + } + }, "remove-trailing-separator": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", @@ -5571,12 +5934,35 @@ "integrity": "sha1-KbvZIHinOfC8zitO5B6DeVNSKSQ=", "dev": true }, - "requires-port": { + "replace-homedir": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=", - "dev": true - }, + "resolved": "https://registry.npmjs.org/replace-homedir/-/replace-homedir-1.0.0.tgz", + "integrity": "sha1-6H9tUTuSjd6AgmDBK+f+xv9ueYw=", + "dev": true, + "requires": { + "homedir-polyfill": "^1.0.1", + "is-absolute": "^1.0.0", + "remove-trailing-separator": "^1.1.0" + } + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", + "dev": true + }, + "require-main-filename": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz", + "integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=", + "dev": true + }, + "requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=", + "dev": true + }, "resolve": { "version": "1.8.1", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.8.1.tgz", @@ -5596,6 +5982,15 @@ "global-modules": "^1.0.0" } }, + "resolve-options": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/resolve-options/-/resolve-options-1.1.0.tgz", + "integrity": "sha1-MrueOcBtZzONyTeMDW1gdFZq0TE=", + "dev": true, + "requires": { + "value-or-function": "^3.0.0" + } + }, "resolve-url": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", @@ -5608,47 +6003,19 @@ "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==", "dev": true }, - "right-align": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz", - "integrity": "sha1-YTObci/mo1FWiSENJOFMlhSGE+8=", - "dev": true, - "requires": { - "align-text": "^0.1.1" - } + "rfdc": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.1.2.tgz", + "integrity": "sha512-92ktAgvZhBzYTIK0Mja9uen5q5J3NRVMoDkJL2VMwq6SXjVCgqvQeVP2XAaUY6HT+XpQYeLSjb3UoitBryKmdA==", + "dev": true }, "rimraf": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz", - "integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==", + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz", + "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==", "dev": true, "requires": { - "glob": "^7.0.5" - }, - "dependencies": { - "glob": { - "version": "7.1.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", - "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==", - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "dev": true, - "requires": { - "brace-expansion": "^1.1.7" - } - } + "glob": "^7.1.3" } }, "safe-buffer": { @@ -5693,6 +6060,12 @@ "integrity": "sha1-kM/xnQLgcCf9dn9erT57ldHnOAw=", "dev": true }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", + "dev": true + }, "set-value": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.0.tgz", @@ -5804,6 +6177,15 @@ "use": "^3.1.0" }, "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, "define-property": { "version": "0.2.5", "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", @@ -5821,6 +6203,12 @@ "requires": { "is-extendable": "^0.1.0" } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true } } }, @@ -5896,137 +6284,111 @@ } }, "socket.io": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-1.7.3.tgz", - "integrity": "sha1-uK+cq6AJSeVo42nxMn6pvp6iRhs=", - "dev": true, - "requires": { - "debug": "2.3.3", - "engine.io": "1.8.3", - "has-binary": "0.1.7", - "object-assign": "4.1.0", - "socket.io-adapter": "0.5.0", - "socket.io-client": "1.7.3", - "socket.io-parser": "2.3.1" - }, - "dependencies": { - "debug": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.3.3.tgz", - "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", - "dev": true, - "requires": { - "ms": "0.7.2" - } - }, - "ms": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz", - "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=", - "dev": true - }, - "object-assign": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz", - "integrity": "sha1-ejs9DpgGPUP0wD8uiubNUahog6A=", - "dev": true - } - } - }, - "socket.io-adapter": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.5.0.tgz", - "integrity": "sha1-y21LuL7IHhB4uZZ3+c7QBGBmu4s=", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-2.1.1.tgz", + "integrity": "sha512-rORqq9c+7W0DAK3cleWNSyfv/qKXV99hV4tZe+gGLfBECw3XEhBy7x85F3wypA9688LKjtwO9pX9L33/xQI8yA==", "dev": true, "requires": { - "debug": "2.3.3", - "socket.io-parser": "2.3.1" + "debug": "~3.1.0", + "engine.io": "~3.2.0", + "has-binary2": "~1.0.2", + "socket.io-adapter": "~1.1.0", + "socket.io-client": "2.1.1", + "socket.io-parser": "~3.2.0" }, "dependencies": { "debug": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.3.3.tgz", - "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", "dev": true, "requires": { - "ms": "0.7.2" + "ms": "2.0.0" } }, "ms": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz", - "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", "dev": true } } }, + "socket.io-adapter": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-1.1.1.tgz", + "integrity": "sha1-KoBeihTWNyEk3ZFZrUUC+MsH8Gs=", + "dev": true + }, "socket.io-client": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.7.3.tgz", - "integrity": "sha1-sw6GqhDV7zVGYBwJzeR2Xjgdo3c=", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-2.1.1.tgz", + "integrity": "sha512-jxnFyhAuFxYfjqIgduQlhzqTcOEQSn+OHKVfAxWaNWa7ecP7xSNk2Dx/3UEsDcY7NcFafxvNvKPmmO7HTwTxGQ==", "dev": true, "requires": { "backo2": "1.0.2", + "base64-arraybuffer": "0.1.5", "component-bind": "1.0.0", "component-emitter": "1.2.1", - "debug": "2.3.3", - "engine.io-client": "1.8.3", - "has-binary": "0.1.7", + "debug": "~3.1.0", + "engine.io-client": "~3.2.0", + "has-binary2": "~1.0.2", + "has-cors": "1.1.0", "indexof": "0.0.1", "object-component": "0.0.3", + "parseqs": "0.0.5", "parseuri": "0.0.5", - "socket.io-parser": "2.3.1", + "socket.io-parser": "~3.2.0", "to-array": "0.1.4" }, "dependencies": { "debug": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.3.3.tgz", - "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", "dev": true, "requires": { - "ms": "0.7.2" + "ms": "2.0.0" } }, "ms": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz", - "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", "dev": true } } }, "socket.io-parser": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.3.1.tgz", - "integrity": "sha1-3VMgJRA85Clpcya+/WQAX8/ltKA=", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.2.0.tgz", + "integrity": "sha512-FYiBx7rc/KORMJlgsXysflWx/RIvtqZbyGLlHZvjfmPTPeuD/I8MaW7cfFrj5tRltICJdgwflhfZ3NVVbVLFQA==", "dev": true, "requires": { - "component-emitter": "1.1.2", - "debug": "2.2.0", - "isarray": "0.0.1", - "json3": "3.3.2" + "component-emitter": "1.2.1", + "debug": "~3.1.0", + "isarray": "2.0.1" }, "dependencies": { - "component-emitter": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz", - "integrity": "sha1-KWWU8nU9qmOZbSrwjRWpURbJrsM=", - "dev": true - }, "debug": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz", - "integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", "dev": true, "requires": { - "ms": "0.7.1" + "ms": "2.0.0" } }, + "isarray": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.1.tgz", + "integrity": "sha1-o32U7ZzaLVmGXJ92/llu4fM4dB4=", + "dev": true + }, "ms": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz", - "integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", "dev": true } } @@ -6050,6 +6412,24 @@ "urix": "^0.1.0" } }, + "source-map-support": { + "version": "0.5.12", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.12.tgz", + "integrity": "sha512-4h2Pbvyy15EE02G+JOZpUCmqWJuqrs+sEkzewTm++BPi7Hvn/HwcqLAcNxYAyI0x13CpPPn+kMjl+hplXMHITQ==", + "dev": true, + "requires": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, "source-map-url": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz", @@ -6154,6 +6534,57 @@ "integrity": "sha512-tNa3hzgkjEP7XbCkbRXe1jpg+ievoa0O4SCFlMOYEscGSS4JJsckGL8swUyAa/ApGU3Ae4t6Honor4HhL+tRyg==", "dev": true }, + "stream-exhaust": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/stream-exhaust/-/stream-exhaust-1.0.2.tgz", + "integrity": "sha512-b/qaq/GlBK5xaq1yrK9/zFcyRSTNxmcZwFLGSTG0mXgZl/4Z6GgiyYOXOvY7N3eEvFRAG1bkDRz5EPGSvPYQlw==", + "dev": true + }, + "stream-shift": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.0.tgz", + "integrity": "sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI=", + "dev": true + }, + "streamroller": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/streamroller/-/streamroller-1.0.4.tgz", + "integrity": "sha512-Wc2Gm5ygjSX8ZpW9J7Y9FwiSzTlKSvcl0FTTMd3rn7RoxDXpBW+xD9TY5sWL2n0UR61COB0LG1BQvN6nTUQbLQ==", + "dev": true, + "requires": { + "async": "^2.6.1", + "date-format": "^2.0.0", + "debug": "^3.1.0", + "fs-extra": "^7.0.0", + "lodash": "^4.17.10" + }, + "dependencies": { + "async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.2.tgz", + "integrity": "sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg==", + "dev": true, + "requires": { + "lodash": "^4.17.11" + } + }, + "debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } + }, + "lodash": { + "version": "4.17.11", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", + "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", + "dev": true + } + } + }, "string-width": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", @@ -6202,6 +6633,12 @@ "is-utf8": "^0.2.0" } }, + "strip-bom-string": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz", + "integrity": "sha1-5SEekiQ2n7uB1jOi8ABE3IztrZI=", + "dev": true + }, "strip-indent": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz", @@ -6233,6 +6670,31 @@ "es6-symbol": "^3.1.1" } }, + "terser": { + "version": "3.17.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-3.17.0.tgz", + "integrity": "sha512-/FQzzPJmCpjAH9Xvk2paiWrFq+5M6aVOf+2KRbwhByISDX/EujxsK+BAvrhb6H+2rtrLCHK9N01wO014vrIwVQ==", + "dev": true, + "requires": { + "commander": "^2.19.0", + "source-map": "~0.6.1", + "source-map-support": "~0.5.10" + }, + "dependencies": { + "commander": { + "version": "2.20.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.0.tgz", + "integrity": "sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, "through2": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz", @@ -6275,6 +6737,16 @@ } } }, + "through2-filter": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/through2-filter/-/through2-filter-3.0.0.tgz", + "integrity": "sha512-jaRjI2WxN3W1V8/FMZ9HKIBXixtiqs3SQSX4/YGIiP3gL6djW48VoZq9tDqeCWs3MT8YY5wb/zli8VW8snY1CA==", + "dev": true, + "requires": { + "through2": "~2.0.0", + "xtend": "~4.0.0" + } + }, "tildify": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/tildify/-/tildify-1.2.0.tgz", @@ -6290,13 +6762,33 @@ "integrity": "sha1-dkpaEa9QVhkhsTPztE5hhofg9cM=", "dev": true }, + "timers-ext": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/timers-ext/-/timers-ext-0.1.7.tgz", + "integrity": "sha512-b85NUNzTSdodShTIbky6ZF02e8STtVVfD+fu4aXXShEELpozH+bCpJLYMPZbsABN2wDH7fJpqIoXxJpzbf0NqQ==", + "dev": true, + "requires": { + "es5-ext": "~0.10.46", + "next-tick": "1" + } + }, "tmp": { - "version": "0.0.31", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.31.tgz", - "integrity": "sha1-jzirlDjhcxXl29izZX6L+yd65Kc=", + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", "dev": true, "requires": { - "os-tmpdir": "~1.0.1" + "os-tmpdir": "~1.0.2" + } + }, + "to-absolute-glob": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-2.0.2.tgz", + "integrity": "sha1-GGX0PZ50sIItufFFt4z/fQ98hJs=", + "dev": true, + "requires": { + "is-absolute": "^1.0.0", + "is-negated-glob": "^1.0.0" } }, "to-array": { @@ -6347,6 +6839,15 @@ "repeat-string": "^1.6.1" } }, + "to-through": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-through/-/to-through-2.0.0.tgz", + "integrity": "sha1-/JKtq6ByZHvAtn1rA2ZKoZUJOvY=", + "dev": true, + "requires": { + "through2": "^2.0.3" + } + }, "topo": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/topo/-/topo-1.1.0.tgz", @@ -6387,77 +6888,16 @@ "mime-types": "~2.1.18" } }, - "uglify-js": { - "version": "2.8.29", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.29.tgz", - "integrity": "sha1-KcVzMUgFe7Th913zW3qcty5qWd0=", - "dev": true, - "requires": { - "source-map": "~0.5.1", - "uglify-to-browserify": "~1.0.0", - "yargs": "~3.10.0" - }, - "dependencies": { - "camelcase": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz", - "integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk=", - "dev": true - }, - "cliui": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz", - "integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=", - "dev": true, - "requires": { - "center-align": "^0.1.1", - "right-align": "^0.1.1", - "wordwrap": "0.0.2" - } - }, - "window-size": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz", - "integrity": "sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0=", - "dev": true - }, - "wordwrap": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz", - "integrity": "sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8=", - "dev": true - }, - "yargs": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz", - "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=", - "dev": true, - "requires": { - "camelcase": "^1.0.2", - "cliui": "^2.1.0", - "decamelize": "^1.0.0", - "window-size": "0.1.0" - } - } - } - }, - "uglify-save-license": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/uglify-save-license/-/uglify-save-license-0.4.1.tgz", - "integrity": "sha1-lXJsF8xv0XHDYX479NjYKqjEzOE=", + "typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=", "dev": true }, - "uglify-to-browserify": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz", - "integrity": "sha1-bgkk1r2mta/jSeOabWMoUKD4grc=", - "dev": true, - "optional": true - }, "ultron": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz", - "integrity": "sha1-rOEWq1V80Zc4ak6I9GhTeMiy5Po=", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ultron/-/ultron-1.1.1.tgz", + "integrity": "sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og==", "dev": true }, "unc-path-regex": { @@ -6466,6 +6906,29 @@ "integrity": "sha1-5z3T17DXxe2G+6xrCufYxqadUPo=", "dev": true }, + "undertaker": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/undertaker/-/undertaker-1.2.1.tgz", + "integrity": "sha512-71WxIzDkgYk9ZS+spIB8iZXchFhAdEo2YU8xYqBYJ39DIUIqziK78ftm26eecoIY49X0J2MLhG4hr18Yp6/CMA==", + "dev": true, + "requires": { + "arr-flatten": "^1.0.1", + "arr-map": "^2.0.0", + "bach": "^1.0.0", + "collection-map": "^1.0.0", + "es6-weak-map": "^2.0.1", + "last-run": "^1.1.0", + "object.defaults": "^1.0.0", + "object.reduce": "^1.0.0", + "undertaker-registry": "^1.0.0" + } + }, + "undertaker-registry": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/undertaker-registry/-/undertaker-registry-1.0.1.tgz", + "integrity": "sha1-XkvaMI5KiirlhPm5pDWaSZglzFA=", + "dev": true + }, "union-value": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.0.tgz", @@ -6502,9 +6965,19 @@ } }, "unique-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-1.0.0.tgz", - "integrity": "sha1-1ZpKdUJ0R9mqbJHnAmP40mpLEEs=", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.3.1.tgz", + "integrity": "sha512-2nY4TnBE70yoxHkDli7DMazpWiP7xMdCYqU2nBRO0UB+ZpEkGsSija7MvmvnZFUeC+mrgiUfcHSr3LmRFIg4+A==", + "dev": true, + "requires": { + "json-stable-stringify-without-jsonify": "^1.0.1", + "through2-filter": "^3.0.0" + } + }, + "universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", "dev": true }, "unpipe": { @@ -6565,6 +7038,12 @@ "integrity": "sha1-Jfh2hv2sUQ9nRE/ot70ViLVZUmc=", "dev": true }, + "upath": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/upath/-/upath-1.1.2.tgz", + "integrity": "sha512-kXpym8nmDmlCBr7nKdIx8P2jNBa+pBpIUFRnKJ4dr8htyYGJFokkr2ZvERRtUN+9SY+JqXouNgUPtv6JQva/2Q==", + "dev": true + }, "urix": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", @@ -6594,9 +7073,9 @@ }, "dependencies": { "lru-cache": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.3.tgz", - "integrity": "sha512-fFEhvcgzuIoJVUF8fYr5KR0YqxD238zgObTps31YdADwPPAp82a4M8TrckkWyx7ekNlf9aBcVn81cFwwXngrJA==", + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", "dev": true, "requires": { "pseudomap": "^1.0.2", @@ -6618,12 +7097,12 @@ "dev": true }, "v8flags": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-2.1.1.tgz", - "integrity": "sha1-qrGh+jDUX4jdMhFIh1rALAtV5bQ=", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-3.1.2.tgz", + "integrity": "sha512-MtivA7GF24yMPte9Rp/BWGCYQNaUj86zeYxV/x2RRJMKagImbbv3u8iJC57lNhWLPcGLJmHcHmFWkNsplbbLWw==", "dev": true, "requires": { - "user-home": "^1.1.1" + "homedir-polyfill": "^1.0.1" } }, "validate-npm-package-license": { @@ -6636,6 +7115,12 @@ "spdx-expression-parse": "^3.0.0" } }, + "value-or-function": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/value-or-function/-/value-or-function-3.0.0.tgz", + "integrity": "sha1-HCQ6ULWVwb5Up1S/7OhWO5/42BM=", + "dev": true + }, "vinyl": { "version": "0.5.3", "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.5.3.tgz", @@ -6648,57 +7133,148 @@ } }, "vinyl-fs": { - "version": "0.3.14", - "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-0.3.14.tgz", - "integrity": "sha1-mmhRzhysHBzqX+hsCTHWIMLPqeY=", - "dev": true, - "requires": { - "defaults": "^1.0.0", - "glob-stream": "^3.1.5", - "glob-watcher": "^0.0.6", - "graceful-fs": "^3.0.0", - "mkdirp": "^0.5.0", - "strip-bom": "^1.0.0", - "through2": "^0.6.1", - "vinyl": "^0.4.0" + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-3.0.3.tgz", + "integrity": "sha512-vIu34EkyNyJxmP0jscNzWBSygh7VWhqun6RmqVfXePrOwi9lhvRs//dOaGOTRUQr4tx7/zd26Tk5WeSVZitgng==", + "dev": true, + "requires": { + "fs-mkdirp-stream": "^1.0.0", + "glob-stream": "^6.1.0", + "graceful-fs": "^4.0.0", + "is-valid-glob": "^1.0.0", + "lazystream": "^1.0.0", + "lead": "^1.0.0", + "object.assign": "^4.0.4", + "pumpify": "^1.3.5", + "readable-stream": "^2.3.3", + "remove-bom-buffer": "^3.0.0", + "remove-bom-stream": "^1.2.0", + "resolve-options": "^1.1.0", + "through2": "^2.0.0", + "to-through": "^2.0.0", + "value-or-function": "^3.0.0", + "vinyl": "^2.0.0", + "vinyl-sourcemap": "^1.1.0" }, "dependencies": { "clone": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz", - "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", + "integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=", + "dev": true + }, + "clone-stats": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz", + "integrity": "sha1-s3gt/4u1R04Yuba/D9/ngvh3doA=", + "dev": true + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", "dev": true }, "readable-stream": { - "version": "1.0.34", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", - "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", + "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", "dev": true, "requires": { "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" } }, - "through2": { - "version": "0.6.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", - "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", + "replace-ext": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz", + "integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=", + "dev": true + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, "requires": { - "readable-stream": ">=1.0.33-1 <1.1.0-0", - "xtend": ">=4.0.0 <4.1.0-0" + "safe-buffer": "~5.1.0" } }, "vinyl": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.4.6.tgz", - "integrity": "sha1-LzVsh6VQolVGHza76ypbqL94SEc=", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.0.tgz", + "integrity": "sha512-MBH+yP0kC/GQ5GwBqrTPTzEfiiLjta7hTtvQtbxBgTeSXsmKQRQecjibMbxIXzVT3Y9KJK+drOz1/k+vsu8Nkg==", "dev": true, "requires": { - "clone": "^0.2.0", - "clone-stats": "^0.0.1" + "clone": "^2.1.1", + "clone-buffer": "^1.0.0", + "clone-stats": "^1.0.0", + "cloneable-readable": "^1.0.0", + "remove-trailing-separator": "^1.0.1", + "replace-ext": "^1.0.0" + } + } + } + }, + "vinyl-sourcemap": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/vinyl-sourcemap/-/vinyl-sourcemap-1.1.0.tgz", + "integrity": "sha1-kqgAWTo4cDqM2xHYswCtS+Y7PhY=", + "dev": true, + "requires": { + "append-buffer": "^1.0.2", + "convert-source-map": "^1.5.0", + "graceful-fs": "^4.1.6", + "normalize-path": "^2.1.1", + "now-and-later": "^2.0.0", + "remove-bom-buffer": "^3.0.0", + "vinyl": "^2.0.0" + }, + "dependencies": { + "clone": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", + "integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=", + "dev": true + }, + "clone-stats": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz", + "integrity": "sha1-s3gt/4u1R04Yuba/D9/ngvh3doA=", + "dev": true + }, + "convert-source-map": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.6.0.tgz", + "integrity": "sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.1" + } + }, + "replace-ext": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz", + "integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=", + "dev": true + }, + "vinyl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.0.tgz", + "integrity": "sha512-MBH+yP0kC/GQ5GwBqrTPTzEfiiLjta7hTtvQtbxBgTeSXsmKQRQecjibMbxIXzVT3Y9KJK+drOz1/k+vsu8Nkg==", + "dev": true, + "requires": { + "clone": "^2.1.1", + "clone-buffer": "^1.0.0", + "clone-stats": "^1.0.0", + "cloneable-readable": "^1.0.0", + "remove-trailing-separator": "^1.0.1", + "replace-ext": "^1.0.0" } } } @@ -6737,10 +7313,10 @@ "isexe": "^2.0.0" } }, - "window-size": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.4.tgz", - "integrity": "sha1-+OGqHuWlPsW/FR/6CXQqatdpeHY=", + "which-module": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz", + "integrity": "sha1-u6Y8qGGUiZT/MHc2CJ47lgJsKk8=", "dev": true }, "winston": { @@ -6779,36 +7355,21 @@ "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", "dev": true }, - "wreck": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/wreck/-/wreck-6.3.0.tgz", - "integrity": "sha1-oTaXafB7u2LWo3gzanhx/Hc8dAs=", - "dev": true, - "requires": { - "boom": "2.x.x", - "hoek": "2.x.x" - } - }, "ws": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-1.1.2.tgz", - "integrity": "sha1-iiRPoFJAHgjJiGz0SoUYnh/UBn8=", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-3.3.3.tgz", + "integrity": "sha512-nnWLa/NwZSt4KQJu51MYlCcSQ5g7INpOrOMt4XV8j4dqTXdmlUmSHQ8/oLC069ckre0fRsgfvsKwbTdtKLCDkA==", "dev": true, "requires": { - "options": ">=0.0.5", - "ultron": "1.0.x" + "async-limiter": "~1.0.0", + "safe-buffer": "~5.1.0", + "ultron": "~1.1.0" } }, - "wtf-8": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/wtf-8/-/wtf-8-1.0.0.tgz", - "integrity": "sha1-OS2LotDxw00e4tYw8V0O+2jhBIo=", - "dev": true - }, "xmlhttprequest-ssl": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.3.tgz", - "integrity": "sha1-GFqIjATspGw+QHDZn3tJ3jUomS0=", + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz", + "integrity": "sha1-wodrBhaKrcQOV9l+gRkayPQ5iz4=", "dev": true }, "xtend": { @@ -6830,18 +7391,49 @@ "dev": true }, "yargs": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.32.0.tgz", - "integrity": "sha1-AwiOnr+edWtpdRYR0qXvWRSCyZU=", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-7.1.0.tgz", + "integrity": "sha1-a6MY6xaWFyf10oT46gA+jWFU0Mg=", "dev": true, "requires": { - "camelcase": "^2.0.1", - "cliui": "^3.0.3", + "camelcase": "^3.0.0", + "cliui": "^3.2.0", "decamelize": "^1.1.1", + "get-caller-file": "^1.0.1", "os-locale": "^1.4.0", - "string-width": "^1.0.1", - "window-size": "^0.1.4", - "y18n": "^3.2.0" + "read-pkg-up": "^1.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^1.0.1", + "set-blocking": "^2.0.0", + "string-width": "^1.0.2", + "which-module": "^1.0.0", + "y18n": "^3.2.1", + "yargs-parser": "^5.0.0" + }, + "dependencies": { + "camelcase": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz", + "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=", + "dev": true + } + } + }, + "yargs-parser": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.0.tgz", + "integrity": "sha1-J17PDX/+Bcd+ZOfIbkzZS/DhIoo=", + "dev": true, + "requires": { + "camelcase": "^3.0.0" + }, + "dependencies": { + "camelcase": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz", + "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=", + "dev": true + } } }, "yeast": { diff --git a/js/package.json b/js/package.json index 320efcce0a..ac81905ce8 100644 --- a/js/package.json +++ b/js/package.json @@ -33,22 +33,22 @@ "private": true, "homepage": "https://github.com/nextcloud/news", "devDependencies": { - "gulp": "^3.9.1", - "gulp-cli": "^1.2.2", + "gulp": "^4.0.0", + "gulp-cli": "^2.1.0", "gulp-concat": "^2.6.1", "gulp-jshint": "^2.1.0", "gulp-ng-annotate": "^2.1.0", "gulp-phpunit": "^0.26.0", - "gulp-sourcemaps": "^1.12.1", - "gulp-uglify": "^2.0.0", - "jasmine-core": "^2.99.1", - "jquery": "^2.2.4", + "gulp-sourcemaps": "^2.6.5", + "gulp-terser": "^1.1.7", + "jasmine-core": "^3.4.0", + "jquery": "^3.4.0", "jshint": "^2.10.2", - "karma": "^1.3.0", - "karma-chrome-launcher": "^2.0.0", + "karma": "^4.0.1", + "karma-chrome-launcher": "^2.2.0", "karma-coverage": "^1.1.2", - "karma-firefox-launcher": "^1.0.0", - "karma-jasmine": "^1.1.2", + "karma-firefox-launcher": "^1.1.0", + "karma-jasmine": "^2.0.1", "minimatch": "^3.0.4", "natives": "^1.1.6" }, @@ -58,7 +58,7 @@ "angular-mocks": "^1.7.8", "angular-route": "^1.7.8", "angular-sanitize": "^1.7.8", - "debug": "^2.6.8", + "debug": "^4.1.1", "masonry-layout": "^4.2.2", "moment": "^2.24.0" } diff --git a/l10n/af.js b/l10n/af.js index fb86aae771..50a48862ac 100644 --- a/l10n/af.js +++ b/l10n/af.js @@ -23,7 +23,6 @@ OC.L10N.register( "Folder name" : "Vouernaam", "Go back" : "Gaan terug", "Folder exists already!" : "Vouers bestaan reeds!", - "Advanced settings" : "Gevorderde instellings", "Username" : "Gebruikersnaam", "Password" : "Wagwoord", "New Folder" : "Nuwe Vouer", diff --git a/l10n/af.json b/l10n/af.json index 74100ba7eb..0b961f0645 100644 --- a/l10n/af.json +++ b/l10n/af.json @@ -21,7 +21,6 @@ "Folder name" : "Vouernaam", "Go back" : "Gaan terug", "Folder exists already!" : "Vouers bestaan reeds!", - "Advanced settings" : "Gevorderde instellings", "Username" : "Gebruikersnaam", "Password" : "Wagwoord", "New Folder" : "Nuwe Vouer", diff --git a/l10n/ar.js b/l10n/ar.js index 9636c043e2..9e3fad1f64 100644 --- a/l10n/ar.js +++ b/l10n/ar.js @@ -4,6 +4,7 @@ OC.L10N.register( "Can not add feed: Exists already" : "لا يمكن اضافة هذا الملقم:هو موجود بالفعل", "Articles without feed" : "مقالات بدون ملقم", "Can not add folder: Exists already" : "لا يمكن اضافة المجلد:موجود بالفعل", + "News" : "الأخبار", "Saved" : "حفظ", "Download" : "تنزيل", "Close" : "إغلاق", @@ -23,6 +24,7 @@ OC.L10N.register( "New Folder" : "مجلد جديد", "Create" : "انشئ", "Rename" : "إعادة التسمية", + "Delete" : "حذف ", "Dismiss" : "تراجع", "Collapse" : "طوي", "Starred" : "معلّم بنجمة.", diff --git a/l10n/ar.json b/l10n/ar.json index df1ff04e5a..6911ca4ee1 100644 --- a/l10n/ar.json +++ b/l10n/ar.json @@ -2,6 +2,7 @@ "Can not add feed: Exists already" : "لا يمكن اضافة هذا الملقم:هو موجود بالفعل", "Articles without feed" : "مقالات بدون ملقم", "Can not add folder: Exists already" : "لا يمكن اضافة المجلد:موجود بالفعل", + "News" : "الأخبار", "Saved" : "حفظ", "Download" : "تنزيل", "Close" : "إغلاق", @@ -21,6 +22,7 @@ "New Folder" : "مجلد جديد", "Create" : "انشئ", "Rename" : "إعادة التسمية", + "Delete" : "حذف ", "Dismiss" : "تراجع", "Collapse" : "طوي", "Starred" : "معلّم بنجمة.", diff --git a/l10n/ast.js b/l10n/ast.js index 55fcd6a853..de339a2d52 100644 --- a/l10n/ast.js +++ b/l10n/ast.js @@ -68,7 +68,6 @@ OC.L10N.register( "Folder name" : "Nome de la carpeta", "Go back" : "Atrás", "Folder exists already!" : "¡La carpeta yá esiste!", - "Advanced settings" : "Axustes avanzaos", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Les credenciales d'autenticación básica d'HTTP tienen de ser almacenaos ensin encriptar! ¡Cualesquier que pueda aportar al sirvidor o base de datos va ser capaz d'aportar a ellos!", "Username" : "Nome d'usuariu", diff --git a/l10n/ast.json b/l10n/ast.json index 5860178912..003295b53d 100644 --- a/l10n/ast.json +++ b/l10n/ast.json @@ -66,7 +66,6 @@ "Folder name" : "Nome de la carpeta", "Go back" : "Atrás", "Folder exists already!" : "¡La carpeta yá esiste!", - "Advanced settings" : "Axustes avanzaos", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Les credenciales d'autenticación básica d'HTTP tienen de ser almacenaos ensin encriptar! ¡Cualesquier que pueda aportar al sirvidor o base de datos va ser capaz d'aportar a ellos!", "Username" : "Nome d'usuariu", diff --git a/l10n/az.js b/l10n/az.js index 2e6971840c..f39e6b5391 100644 --- a/l10n/az.js +++ b/l10n/az.js @@ -17,7 +17,6 @@ OC.L10N.register( "Folder" : "Qovluq", "New folder" : "Yeni qovluq", "Folder name" : "Qovluq adı", - "Advanced settings" : "İrəliləmiş quraşdırmalar", "Credentials" : "Səlahiyyətlər", "Username" : "İstifadəçi adı", "Password" : "Şifrə", diff --git a/l10n/az.json b/l10n/az.json index 32451c5cfe..f1750ebdb2 100644 --- a/l10n/az.json +++ b/l10n/az.json @@ -15,7 +15,6 @@ "Folder" : "Qovluq", "New folder" : "Yeni qovluq", "Folder name" : "Qovluq adı", - "Advanced settings" : "İrəliləmiş quraşdırmalar", "Credentials" : "Səlahiyyətlər", "Username" : "İstifadəçi adı", "Password" : "Şifrə", diff --git a/l10n/bg.js b/l10n/bg.js index 8a9a4fbae2..880b82b096 100644 --- a/l10n/bg.js +++ b/l10n/bg.js @@ -72,7 +72,6 @@ OC.L10N.register( "Folder name" : "Име на папката", "Go back" : "Назад", "Folder exists already!" : "Папката вече съществува!", - "Advanced settings" : "Допълнителни настройки", "Credentials" : "Потребител и парола", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "HTTP Basic Auth credentials (потребителското име и паролата) ще бъдат записани в некриптиран вид! Те ще бъдат видими за всеки с достъп до сървъра!", "Username" : "Потребител", diff --git a/l10n/bg.json b/l10n/bg.json index a46a49d0b2..6ec696c384 100644 --- a/l10n/bg.json +++ b/l10n/bg.json @@ -70,7 +70,6 @@ "Folder name" : "Име на папката", "Go back" : "Назад", "Folder exists already!" : "Папката вече съществува!", - "Advanced settings" : "Допълнителни настройки", "Credentials" : "Потребител и парола", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "HTTP Basic Auth credentials (потребителското име и паролата) ще бъдат записани в некриптиран вид! Те ще бъдат видими за всеки с достъп до сървъра!", "Username" : "Потребител", diff --git a/l10n/ca.js b/l10n/ca.js index add55857d3..e26f3b4e57 100644 --- a/l10n/ca.js +++ b/l10n/ca.js @@ -1,75 +1,74 @@ OC.L10N.register( "news", { - "Request failed, network connection unavailable!" : "Error en la sol·licitud, la connexió de xarxa no està disponible!", - "Request unauthorized. Are you logged in?" : "Sol·licitud no autoritzada. Ha iniciat sessió?", - "Request forbidden. Are you an admin?" : "Sol·licitud prohibida. És vostè un administrador?", - "Token expired or app not enabled! Reload the page!" : "El Token està caducat o l'aplicació no està activada! Actualitzar pàgina!", - "Internal server error! Please check your data/nextcloud.log file for additional information!" : "Error del servidor intern! Si us plau, comproveu el vostre fitxer data / nextcloud.log per obtenir informació addicional.", - "Request failed, Nextcloud is in currently in maintenance mode!" : "La sol·licitud ha fallat, Nextcloud està actualment en mode de manteniment.", + "Request failed, network connection unavailable!" : "La sol·licitud ha fallat, la connexió de xarxa no està disponible.", + "Request unauthorized. Are you logged in?" : "Sol·licitud no autoritzada. Heu iniciat la sessió?", + "Request forbidden. Are you an admin?" : "Sol·licitud prohibida. Sou un administrador?", + "Token expired or app not enabled! Reload the page!" : "El Token està caducat o l'aplicació no està activada! Torneu a carregar la pàgina.", + "Internal server error! Please check your data/nextcloud.log file for additional information!" : "Error intern servidor! Consulteu el fitxer data/nextcloud.log per obtenir informació addicional.", + "Request failed, Nextcloud is in currently in maintenance mode!" : "La sol·licitud ha fallat, Nextcloud és actualment en mode de manteniment.", "Can not add feed: Exists already" : "No es pot afegir la font: ja existeix", "Articles without feed" : "Articles sense font", "Can not add folder: Exists already" : "No es pot afegir la carpeta: ja existeix", "News" : "Notí­cies", "An RSS/Atom feed reader" : "Un lector de notícies RSS/Atom", - "Use system cron for updates" : "Utilitzeu el sistema cron per a les actualitzacions", - "Disable this if you run a custom updater such as the Python updater included in the app" : "Deshabilita això si executes un actualitzador personalitzat com el actualitzador Python inclòs en la aplicació", + "The News app is an RSS/Atom feed reader for Nextcloud which can be synced with many mobile devices. A list of all clients and requirements can be found [in the README](https://github.com/nextcloud/news)\n\nBefore you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.\n\n**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news)." : "L’aplicació Notícies és un lector de fonts RSS/Atom per a Nextcloud que es pot sincronitzar amb molts dispositius mòbils. Es pot trobar una llista de tots els clients i requisits [al README](https://github.com/nextcloud/news)\n\nAbans d’actualitzar a una nova versió, [comproveu el registre de canvis](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) per evitar sorpreses.\n\n**Important**: per activar les actualitzacions de fonts, haureu d’activar [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) o fer servir [un actualitzador](https://github.com/nextcloud/news-updater) que fa servir l’API d’actualització integrada i desactiva les actualitzacions de cron. Podeu trobar més informació [al README](https://github.com/nextcloud/news).", + "Use system cron for updates" : "Feu servir el sistema cron per a les actualitzacions", + "Disable this if you run a custom updater such as the Python updater included in the app" : "Desactiveu això si executeu un actualitzador personalitzat com l'actualitzador Python inclòs en la aplicació", "Purge interval" : "Interval de purga", - "Minimum amount of seconds after deleted feeds and folders are removed from the database; values below 60 seconds are ignored" : "Nombre mí­nim de segons abans que les fonts i carpetes eliminades siguin eliminades definitivament de la base de dades; valors per sota de 60 segons seran ignorats.", + "Minimum amount of seconds after deleted feeds and folders are removed from the database; values below 60 seconds are ignored" : "Nombre mí­nim de segons abans que les fonts i carpetes ja suprimides siguin suprimides definitivament de la base de dades; els valors per sota de 60 segons seran ignorats.", "Maximum read count per feed" : "Màxim nombre de lectures per font", - "Defines the maximum amount of articles that can be read per feed which won't be deleted by the cleanup job; if old articles reappear after being read, increase this value; negative values such as -1 will turn this feature off" : "Defineix la quantitat màxima d'articles que es poden llegir per feed que no s'esborraran en el treball de neteja; si reapareixen articles antics després d'haver estat llegits, augmenteu aquest valor; valors negatius, com -1, desactivaran aquesta caracterí­stica", - "Maximum redirects" : "Màxim de redireccions", - "How many redirects the feed fetcher should follow" : "Quantes redireccions hauria de suportar el descarregador de fonts?", + "Defines the maximum amount of articles that can be read per feed which won't be deleted by the cleanup job; if old articles reappear after being read, increase this value; negative values such as -1 will turn this feature off" : "Defineix la quantitat màxima d'articles que es poden llegir per font que no se suprimiran en el treball de neteja; si reapareixen articles antics després d'haver estat llegits, augmenteu aquest valor; valors negatius, com -1, desactivaran aquesta caracterí­stica", + "Maximum redirects" : "Màxim de redirigits", + "How many redirects the feed fetcher should follow" : "Quants redirigits hauria de suportar el descarregador de fonts?", "Maximum feed page size" : "Grandària màxima de pàgina de la font", "Maximum feed size in bytes. If the RSS/Atom page is bigger than this value, the update will be aborted" : "Màxima grandària de la font en bytes. Si la pàgina RSS/Atom és més gran que aquest valor, l'actualització serà cancel·lada", - "Feed fetcher timeout" : "Temps d'espera esgotat per a la descàrrega de la font", - "Maximum number of seconds to wait for an RSS or Atom feed to load; if it takes longer the update will be aborted" : "Nombre màxim de segons per esperar que carregui una font de RSS o Atom; si pren més temps, l'actualització serà cancel·lada.", - "Explore Service URL" : "Explorar URL del Servei", - "If given, this service's URL will be queried for displaying the feeds in the explore feed section. To fall back to the built in explore service, leave this input empty" : "En cas d'haver-se emplenat, la URL d'aquest servei serà consultada per mostrar les fonts de la secció explorar fonts. Per tornar al servei d'exploració integrat, deixi aquest camp buit", + "Feed fetcher timeout" : "Temps d'espera exhaurit per a la descàrrega de la font", + "Maximum number of seconds to wait for an RSS or Atom feed to load; if it takes longer the update will be aborted" : "Nombre màxim de segons per esperar que es carregui una font de RSS o Atom; si triga més temps, l'actualització serà cancel·lada.", + "Explore Service URL" : "Explora l'URL del Servei", + "If given, this service's URL will be queried for displaying the feeds in the explore feed section. To fall back to the built in explore service, leave this input empty" : "En cas d'haver-se emplenat, la URL d'aquest servei serà consultada per mostrar les fonts de la secció explorar fonts. Per tornar al servei d'exploració integrat, deixeu aquest camp buit", "For more information check the wiki" : "Per obtenir més informació, consulteu la wiki", - "Saved" : "Desat", + "Saved" : "S'ha desat", "Download" : "Baixa", "Close" : "Tanca", "filter" : "filtra", "Language" : "Idioma", "Subscribe" : "Subscriu", - "Got more awesome feeds? Share them with us!" : "Teniu menus més increïbles? Compartiu-los amb nosaltres!", + "Got more awesome feeds? Share them with us!" : "Teniu fonts més increïbles? Compartiu-los amb nosaltres!", "No articles available" : "No hi ha articles disponibles", "No unread articles available" : "No hi ha articles disponibles sense llegir", - "Open website" : "Obrir lloc web", - "Star article" : "Article estrella", - "Unstar article" : "Destaca l'article", - "Keep article unread" : "Manteniu l'article no llegit", - "Remove keep article unread" : "Elimineu l'article no llegit ", + "Open website" : "Obre el lloc web", + "Star article" : "Destaca l'article", + "Unstar article" : "Deixa de destacar l'article", + "Keep article unread" : "Manté l'article com a no llegit", + "Remove keep article unread" : "No mantinguis l'article com a no llegit ", "by" : "per", "from" : "des de", "Play audio" : "Reprodueix l'àudio", - "Download video" : "Baixa el vídeo", - "Download audio" : "Baixa l'àudio", + "Download video" : "Descarrega el vídeo", + "Download audio" : "Descarrega l'àudio", "Keyboard shortcut" : "Drecera de teclat", "Description" : "Descripció", "right" : "dreta", "Jump to next article" : "Vés al proper article", "left" : "esquerra", - "Jump to previous article" : "Anar a l'article anterior", - "Toggle star article" : "Commuta l'article estrella", - "Star article and jump to next one" : "Article estrella i saltar al segí¼ent", - "Toggle keep current article unread" : "Canvia sense llegir l'article actual", - "Open article in new tab" : "Obrir article en una finestra nova", - "Toggle expand article in compact view" : "Commuta l'article d'ampliació en una vista compacta", + "Jump to previous article" : "Vés a l'article anterior", + "Toggle star article" : "Commuta l'article com a destacat", + "Star article and jump to next one" : "Destaca l'article i vés al següent", + "Toggle keep current article unread" : "Commuta mantenir de l’article actual com a no llegit", + "Open article in new tab" : "Obre l'article a una pestanya nova", + "Toggle expand article in compact view" : "Commuta expandir l'article a una vista compacta", "Refresh" : "Refresca", - "Load next feed" : "Carregueu el feed segí¼ent", + "Load next feed" : "Carrega la font següent", "Load previous feed" : "Carrega la font anterior", - "Load next folder" : "Carrega la segí¼ent carpeta", + "Load next folder" : "Carrega la carpeta següent", "Load previous folder" : "Carrega la carpeta anterior", - "Scroll to active navigation entry" : "Desplaça't cap a l'entrada de navegació activa", - "Focus search field" : "Enfocament del camp de cerca", - "Mark current article's feed/folder read" : "Marqueu els articles actuals, llegiu / llegeix la carpeta", - "Ajax or webcron mode detected! Your feeds will not be updated!" : "S'ha detectat el mode Ajax o webcron. Els vostres feeds no s'actualitzaran.", - "How to set up the operating system cron" : "Com configurar el sistema operatiu cron", - "Install and set up a faster parallel updater that uses the News app's update API" : "Instal·leu i configureu un actualitzador paral·lel més ràpid que utilitzi l'API d'actualització de l'aplicació de notí­cies", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "No s'ha detectat el joc de caràcters UTF-8 per a la base de dades MySQL / MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Obteniu informació sobre com convertir la vostra base de dades a utf8mb4 (feu una cópia de seguretat prèviament)", + "Scroll to active navigation entry" : "Desplaça per activar l'entrada de navegació", + "Focus search field" : "Camp de cerca de focus", + "Mark current article's feed/folder read" : "Marca com a llegida la font/carpeta de l'article actual", + "Ajax or webcron mode detected! Your feeds will not be updated!" : "S'ha detectat el mode Ajax o webcron. Les vostres fonts no s'actualitzaran!", + "How to set up the operating system cron" : "Com configurar el cron del sistema operatiu", + "Install and set up a faster parallel updater that uses the News app's update API" : "Instal·leu i configureu un actualitzador en paral·lel més ràpid que faci servir l'API d'actualització de l'aplicació de Notí­cies", "Web address" : "Adreça web", "Feed exists already!" : "La font ja existeix!", "Folder" : "Carpeta", @@ -78,54 +77,53 @@ OC.L10N.register( "Folder name" : "Nom de la carpeta", "Go back" : "Torna enrere", "Folder exists already!" : "La carpeta ja existeix!", - "Advanced settings" : "Paràmetres avançats", "Credentials" : "Credencials", - "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Les credencials d'autenticació bàsica HTTP s'han d'emmagatzemar sense xifrar! Tothom amb accés al servidor o a la base de dades podrà accedir-hi.", + "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Les credencials d’Autenticació Bàsica d'HTTP s’han d’emmagatzemar sense xifrar. Tothom que tingui accés al servidor o a la base de dades hi podrà accedir!", "Username" : "Nom d'usuari", "Password" : "Contrasenya", "New Folder" : "Nova carpeta", "Create" : "Crea", "Explore" : "Explora", "Update failed more than 50 times" : "L'actualització ha fallat més de 50 vegades", - "Deleted feed" : "El feed s'ha suprimit", - "Undo delete feed" : "Desfés el feed d'esborrat", + "Deleted feed" : "S'ha suprimit la font", + "Undo delete feed" : "Desfés la supressió de la font", "Rename" : "Canvia el nom", - "Menu" : "Men", + "Menu" : "Menú", "Mark read" : "Marca com a llegit", - "Unpin from top" : "Torneu a picar des de dalt", - "Pin to top" : "Pin a la part superior", - "Newest first" : "Més nou primer", - "Oldest first" : "Més vell primer", + "Unpin from top" : "Desancora-ho de la part superior", + "Pin to top" : "Ancora-ho a la part superior", + "Newest first" : "El més nou primer", + "Oldest first" : "El més vell primer", "Default order" : "Ordre per defecte", "Enable full text" : "Activa el text complet", "Disable full text" : "Desactiva el text complet", "Unread updated" : "Actualització no llegida", "Ignore updated" : "Ignora l'actualització", "Open feed URL" : "Obrir la URL font", - "Delete" : "Esborra", + "Delete" : "Suprimeix", "Dismiss" : "Rebutja", - "Collapse" : "Col·lapsa", - "Deleted folder" : "Elimina la carpeta", - "Undo delete folder" : "borra la carpeta d'eliminació", - "Starred" : "Estrelles", + "Collapse" : "Replega", + "Deleted folder" : "Carpeta suprimida", + "Undo delete folder" : "Desfés la supressió de la carpeta", + "Starred" : "Destacats", "Unread articles" : "Articles sense llegir", "All articles" : "Tots els articles", "Settings" : "Paràmetres", "Disable mark read through scrolling" : "Desactiva la marca de lectura mitjançant el desplaçament", - "Compact view" : "Visualització compacta", - "Expand articles on key navigation" : "Expandeixi articles sobre la navegació de tecles", - "Show all articles" : "Mostrar tots els articles", + "Compact view" : "Vista compacta", + "Expand articles on key navigation" : "Amplia els articles sobre la navegació per tecles", + "Show all articles" : "Mostra tots els articles", "Reverse ordering (oldest on top)" : "Ordre invers (més antic a la part superior)", "Subscriptions (OPML)" : "Subscripcions (OPML)", "Import" : "Importa", "Export" : "Exporta", - "Error when importing: File does not contain valid OPML" : "S'ha produït un error en importar: el fitxer no conté OPML vàlid", - "Error when importing: OPML is does neither contain feeds nor folders" : "Error en importar: OPML no conté feeds ni carpetes", - "Unread/Starred Articles" : "Articles no llegits/amb estrelles", - "Error when importing: file does not contain valid JSON" : "Error en importar: el fitxer no conté un JSON vàlid", + "Error when importing: File does not contain valid OPML" : "S'ha produït un error mentre s'importava: el fitxer no conté OPML vàlid", + "Error when importing: OPML is does neither contain feeds nor folders" : "S'ha produït un error mentre s'importava: OPML no conté ni fonts ni carpetes", + "Unread/Starred Articles" : "Articles no llegits/destacats", + "Error when importing: file does not contain valid JSON" : "S'ha produït un error mentre s'importava: el fitxer no conté un JSON vàlid", "Help" : "Ajuda", "Keyboard shortcuts" : "Dreceres de teclat", "Documentation" : "Documentació", - "Report a bug" : "Reportar un bug" + "Report a bug" : "Informa d'un error" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/ca.json b/l10n/ca.json index b3e2a569e2..502c268a47 100644 --- a/l10n/ca.json +++ b/l10n/ca.json @@ -1,73 +1,72 @@ { "translations": { - "Request failed, network connection unavailable!" : "Error en la sol·licitud, la connexió de xarxa no està disponible!", - "Request unauthorized. Are you logged in?" : "Sol·licitud no autoritzada. Ha iniciat sessió?", - "Request forbidden. Are you an admin?" : "Sol·licitud prohibida. És vostè un administrador?", - "Token expired or app not enabled! Reload the page!" : "El Token està caducat o l'aplicació no està activada! Actualitzar pàgina!", - "Internal server error! Please check your data/nextcloud.log file for additional information!" : "Error del servidor intern! Si us plau, comproveu el vostre fitxer data / nextcloud.log per obtenir informació addicional.", - "Request failed, Nextcloud is in currently in maintenance mode!" : "La sol·licitud ha fallat, Nextcloud està actualment en mode de manteniment.", + "Request failed, network connection unavailable!" : "La sol·licitud ha fallat, la connexió de xarxa no està disponible.", + "Request unauthorized. Are you logged in?" : "Sol·licitud no autoritzada. Heu iniciat la sessió?", + "Request forbidden. Are you an admin?" : "Sol·licitud prohibida. Sou un administrador?", + "Token expired or app not enabled! Reload the page!" : "El Token està caducat o l'aplicació no està activada! Torneu a carregar la pàgina.", + "Internal server error! Please check your data/nextcloud.log file for additional information!" : "Error intern servidor! Consulteu el fitxer data/nextcloud.log per obtenir informació addicional.", + "Request failed, Nextcloud is in currently in maintenance mode!" : "La sol·licitud ha fallat, Nextcloud és actualment en mode de manteniment.", "Can not add feed: Exists already" : "No es pot afegir la font: ja existeix", "Articles without feed" : "Articles sense font", "Can not add folder: Exists already" : "No es pot afegir la carpeta: ja existeix", "News" : "Notí­cies", "An RSS/Atom feed reader" : "Un lector de notícies RSS/Atom", - "Use system cron for updates" : "Utilitzeu el sistema cron per a les actualitzacions", - "Disable this if you run a custom updater such as the Python updater included in the app" : "Deshabilita això si executes un actualitzador personalitzat com el actualitzador Python inclòs en la aplicació", + "The News app is an RSS/Atom feed reader for Nextcloud which can be synced with many mobile devices. A list of all clients and requirements can be found [in the README](https://github.com/nextcloud/news)\n\nBefore you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.\n\n**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news)." : "L’aplicació Notícies és un lector de fonts RSS/Atom per a Nextcloud que es pot sincronitzar amb molts dispositius mòbils. Es pot trobar una llista de tots els clients i requisits [al README](https://github.com/nextcloud/news)\n\nAbans d’actualitzar a una nova versió, [comproveu el registre de canvis](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) per evitar sorpreses.\n\n**Important**: per activar les actualitzacions de fonts, haureu d’activar [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) o fer servir [un actualitzador](https://github.com/nextcloud/news-updater) que fa servir l’API d’actualització integrada i desactiva les actualitzacions de cron. Podeu trobar més informació [al README](https://github.com/nextcloud/news).", + "Use system cron for updates" : "Feu servir el sistema cron per a les actualitzacions", + "Disable this if you run a custom updater such as the Python updater included in the app" : "Desactiveu això si executeu un actualitzador personalitzat com l'actualitzador Python inclòs en la aplicació", "Purge interval" : "Interval de purga", - "Minimum amount of seconds after deleted feeds and folders are removed from the database; values below 60 seconds are ignored" : "Nombre mí­nim de segons abans que les fonts i carpetes eliminades siguin eliminades definitivament de la base de dades; valors per sota de 60 segons seran ignorats.", + "Minimum amount of seconds after deleted feeds and folders are removed from the database; values below 60 seconds are ignored" : "Nombre mí­nim de segons abans que les fonts i carpetes ja suprimides siguin suprimides definitivament de la base de dades; els valors per sota de 60 segons seran ignorats.", "Maximum read count per feed" : "Màxim nombre de lectures per font", - "Defines the maximum amount of articles that can be read per feed which won't be deleted by the cleanup job; if old articles reappear after being read, increase this value; negative values such as -1 will turn this feature off" : "Defineix la quantitat màxima d'articles que es poden llegir per feed que no s'esborraran en el treball de neteja; si reapareixen articles antics després d'haver estat llegits, augmenteu aquest valor; valors negatius, com -1, desactivaran aquesta caracterí­stica", - "Maximum redirects" : "Màxim de redireccions", - "How many redirects the feed fetcher should follow" : "Quantes redireccions hauria de suportar el descarregador de fonts?", + "Defines the maximum amount of articles that can be read per feed which won't be deleted by the cleanup job; if old articles reappear after being read, increase this value; negative values such as -1 will turn this feature off" : "Defineix la quantitat màxima d'articles que es poden llegir per font que no se suprimiran en el treball de neteja; si reapareixen articles antics després d'haver estat llegits, augmenteu aquest valor; valors negatius, com -1, desactivaran aquesta caracterí­stica", + "Maximum redirects" : "Màxim de redirigits", + "How many redirects the feed fetcher should follow" : "Quants redirigits hauria de suportar el descarregador de fonts?", "Maximum feed page size" : "Grandària màxima de pàgina de la font", "Maximum feed size in bytes. If the RSS/Atom page is bigger than this value, the update will be aborted" : "Màxima grandària de la font en bytes. Si la pàgina RSS/Atom és més gran que aquest valor, l'actualització serà cancel·lada", - "Feed fetcher timeout" : "Temps d'espera esgotat per a la descàrrega de la font", - "Maximum number of seconds to wait for an RSS or Atom feed to load; if it takes longer the update will be aborted" : "Nombre màxim de segons per esperar que carregui una font de RSS o Atom; si pren més temps, l'actualització serà cancel·lada.", - "Explore Service URL" : "Explorar URL del Servei", - "If given, this service's URL will be queried for displaying the feeds in the explore feed section. To fall back to the built in explore service, leave this input empty" : "En cas d'haver-se emplenat, la URL d'aquest servei serà consultada per mostrar les fonts de la secció explorar fonts. Per tornar al servei d'exploració integrat, deixi aquest camp buit", + "Feed fetcher timeout" : "Temps d'espera exhaurit per a la descàrrega de la font", + "Maximum number of seconds to wait for an RSS or Atom feed to load; if it takes longer the update will be aborted" : "Nombre màxim de segons per esperar que es carregui una font de RSS o Atom; si triga més temps, l'actualització serà cancel·lada.", + "Explore Service URL" : "Explora l'URL del Servei", + "If given, this service's URL will be queried for displaying the feeds in the explore feed section. To fall back to the built in explore service, leave this input empty" : "En cas d'haver-se emplenat, la URL d'aquest servei serà consultada per mostrar les fonts de la secció explorar fonts. Per tornar al servei d'exploració integrat, deixeu aquest camp buit", "For more information check the wiki" : "Per obtenir més informació, consulteu la wiki", - "Saved" : "Desat", + "Saved" : "S'ha desat", "Download" : "Baixa", "Close" : "Tanca", "filter" : "filtra", "Language" : "Idioma", "Subscribe" : "Subscriu", - "Got more awesome feeds? Share them with us!" : "Teniu menus més increïbles? Compartiu-los amb nosaltres!", + "Got more awesome feeds? Share them with us!" : "Teniu fonts més increïbles? Compartiu-los amb nosaltres!", "No articles available" : "No hi ha articles disponibles", "No unread articles available" : "No hi ha articles disponibles sense llegir", - "Open website" : "Obrir lloc web", - "Star article" : "Article estrella", - "Unstar article" : "Destaca l'article", - "Keep article unread" : "Manteniu l'article no llegit", - "Remove keep article unread" : "Elimineu l'article no llegit ", + "Open website" : "Obre el lloc web", + "Star article" : "Destaca l'article", + "Unstar article" : "Deixa de destacar l'article", + "Keep article unread" : "Manté l'article com a no llegit", + "Remove keep article unread" : "No mantinguis l'article com a no llegit ", "by" : "per", "from" : "des de", "Play audio" : "Reprodueix l'àudio", - "Download video" : "Baixa el vídeo", - "Download audio" : "Baixa l'àudio", + "Download video" : "Descarrega el vídeo", + "Download audio" : "Descarrega l'àudio", "Keyboard shortcut" : "Drecera de teclat", "Description" : "Descripció", "right" : "dreta", "Jump to next article" : "Vés al proper article", "left" : "esquerra", - "Jump to previous article" : "Anar a l'article anterior", - "Toggle star article" : "Commuta l'article estrella", - "Star article and jump to next one" : "Article estrella i saltar al segí¼ent", - "Toggle keep current article unread" : "Canvia sense llegir l'article actual", - "Open article in new tab" : "Obrir article en una finestra nova", - "Toggle expand article in compact view" : "Commuta l'article d'ampliació en una vista compacta", + "Jump to previous article" : "Vés a l'article anterior", + "Toggle star article" : "Commuta l'article com a destacat", + "Star article and jump to next one" : "Destaca l'article i vés al següent", + "Toggle keep current article unread" : "Commuta mantenir de l’article actual com a no llegit", + "Open article in new tab" : "Obre l'article a una pestanya nova", + "Toggle expand article in compact view" : "Commuta expandir l'article a una vista compacta", "Refresh" : "Refresca", - "Load next feed" : "Carregueu el feed segí¼ent", + "Load next feed" : "Carrega la font següent", "Load previous feed" : "Carrega la font anterior", - "Load next folder" : "Carrega la segí¼ent carpeta", + "Load next folder" : "Carrega la carpeta següent", "Load previous folder" : "Carrega la carpeta anterior", - "Scroll to active navigation entry" : "Desplaça't cap a l'entrada de navegació activa", - "Focus search field" : "Enfocament del camp de cerca", - "Mark current article's feed/folder read" : "Marqueu els articles actuals, llegiu / llegeix la carpeta", - "Ajax or webcron mode detected! Your feeds will not be updated!" : "S'ha detectat el mode Ajax o webcron. Els vostres feeds no s'actualitzaran.", - "How to set up the operating system cron" : "Com configurar el sistema operatiu cron", - "Install and set up a faster parallel updater that uses the News app's update API" : "Instal·leu i configureu un actualitzador paral·lel més ràpid que utilitzi l'API d'actualització de l'aplicació de notí­cies", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "No s'ha detectat el joc de caràcters UTF-8 per a la base de dades MySQL / MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Obteniu informació sobre com convertir la vostra base de dades a utf8mb4 (feu una cópia de seguretat prèviament)", + "Scroll to active navigation entry" : "Desplaça per activar l'entrada de navegació", + "Focus search field" : "Camp de cerca de focus", + "Mark current article's feed/folder read" : "Marca com a llegida la font/carpeta de l'article actual", + "Ajax or webcron mode detected! Your feeds will not be updated!" : "S'ha detectat el mode Ajax o webcron. Les vostres fonts no s'actualitzaran!", + "How to set up the operating system cron" : "Com configurar el cron del sistema operatiu", + "Install and set up a faster parallel updater that uses the News app's update API" : "Instal·leu i configureu un actualitzador en paral·lel més ràpid que faci servir l'API d'actualització de l'aplicació de Notí­cies", "Web address" : "Adreça web", "Feed exists already!" : "La font ja existeix!", "Folder" : "Carpeta", @@ -76,54 +75,53 @@ "Folder name" : "Nom de la carpeta", "Go back" : "Torna enrere", "Folder exists already!" : "La carpeta ja existeix!", - "Advanced settings" : "Paràmetres avançats", "Credentials" : "Credencials", - "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Les credencials d'autenticació bàsica HTTP s'han d'emmagatzemar sense xifrar! Tothom amb accés al servidor o a la base de dades podrà accedir-hi.", + "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Les credencials d’Autenticació Bàsica d'HTTP s’han d’emmagatzemar sense xifrar. Tothom que tingui accés al servidor o a la base de dades hi podrà accedir!", "Username" : "Nom d'usuari", "Password" : "Contrasenya", "New Folder" : "Nova carpeta", "Create" : "Crea", "Explore" : "Explora", "Update failed more than 50 times" : "L'actualització ha fallat més de 50 vegades", - "Deleted feed" : "El feed s'ha suprimit", - "Undo delete feed" : "Desfés el feed d'esborrat", + "Deleted feed" : "S'ha suprimit la font", + "Undo delete feed" : "Desfés la supressió de la font", "Rename" : "Canvia el nom", - "Menu" : "Men", + "Menu" : "Menú", "Mark read" : "Marca com a llegit", - "Unpin from top" : "Torneu a picar des de dalt", - "Pin to top" : "Pin a la part superior", - "Newest first" : "Més nou primer", - "Oldest first" : "Més vell primer", + "Unpin from top" : "Desancora-ho de la part superior", + "Pin to top" : "Ancora-ho a la part superior", + "Newest first" : "El més nou primer", + "Oldest first" : "El més vell primer", "Default order" : "Ordre per defecte", "Enable full text" : "Activa el text complet", "Disable full text" : "Desactiva el text complet", "Unread updated" : "Actualització no llegida", "Ignore updated" : "Ignora l'actualització", "Open feed URL" : "Obrir la URL font", - "Delete" : "Esborra", + "Delete" : "Suprimeix", "Dismiss" : "Rebutja", - "Collapse" : "Col·lapsa", - "Deleted folder" : "Elimina la carpeta", - "Undo delete folder" : "borra la carpeta d'eliminació", - "Starred" : "Estrelles", + "Collapse" : "Replega", + "Deleted folder" : "Carpeta suprimida", + "Undo delete folder" : "Desfés la supressió de la carpeta", + "Starred" : "Destacats", "Unread articles" : "Articles sense llegir", "All articles" : "Tots els articles", "Settings" : "Paràmetres", "Disable mark read through scrolling" : "Desactiva la marca de lectura mitjançant el desplaçament", - "Compact view" : "Visualització compacta", - "Expand articles on key navigation" : "Expandeixi articles sobre la navegació de tecles", - "Show all articles" : "Mostrar tots els articles", + "Compact view" : "Vista compacta", + "Expand articles on key navigation" : "Amplia els articles sobre la navegació per tecles", + "Show all articles" : "Mostra tots els articles", "Reverse ordering (oldest on top)" : "Ordre invers (més antic a la part superior)", "Subscriptions (OPML)" : "Subscripcions (OPML)", "Import" : "Importa", "Export" : "Exporta", - "Error when importing: File does not contain valid OPML" : "S'ha produït un error en importar: el fitxer no conté OPML vàlid", - "Error when importing: OPML is does neither contain feeds nor folders" : "Error en importar: OPML no conté feeds ni carpetes", - "Unread/Starred Articles" : "Articles no llegits/amb estrelles", - "Error when importing: file does not contain valid JSON" : "Error en importar: el fitxer no conté un JSON vàlid", + "Error when importing: File does not contain valid OPML" : "S'ha produït un error mentre s'importava: el fitxer no conté OPML vàlid", + "Error when importing: OPML is does neither contain feeds nor folders" : "S'ha produït un error mentre s'importava: OPML no conté ni fonts ni carpetes", + "Unread/Starred Articles" : "Articles no llegits/destacats", + "Error when importing: file does not contain valid JSON" : "S'ha produït un error mentre s'importava: el fitxer no conté un JSON vàlid", "Help" : "Ajuda", "Keyboard shortcuts" : "Dreceres de teclat", "Documentation" : "Documentació", - "Report a bug" : "Reportar un bug" + "Report a bug" : "Informa d'un error" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/cs.js b/l10n/cs.js index 5eb6adf754..19d1591f63 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -69,8 +69,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "Zjištěn ajax nebo web cron režim! Kanály nebudou aktualizovány!", "How to set up the operating system cron" : "Jak nastavit službu plánovače operačního systému (cron)", "Install and set up a faster parallel updater that uses the News app's update API" : "Nainstalovat a nastavit rychlejší paralelní systém aktualizace využívající aktualizační API aplikace Novinky", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Byla zjištěna MySQL/MariaDB databáze se znakovou sadou jinou než UTF-8!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Zjistěte, jak databázi převést do utf8mb4 (nejdříve proveďte zálohu)", "Web address" : "Webová adresa", "Feed exists already!" : "Kanál už existuje!", "Folder" : "Složka", @@ -79,7 +77,6 @@ OC.L10N.register( "Folder name" : "Název složky", "Go back" : "Jít zpět", "Folder exists already!" : "Složka už existuje!", - "Advanced settings" : "Pokročilá nastavení", "Credentials" : "Přihlašovací údaje", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Je třeba, aby přihlašovací údaje pro HTTP Basic Auth byly uloženy nešifrovaně! Každý s přístupem k serveru nebo databázi je bude moci přečíst!", "Username" : "Uživatelské jméno", diff --git a/l10n/cs.json b/l10n/cs.json index 113878a03a..406ee46c44 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -67,8 +67,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "Zjištěn ajax nebo web cron režim! Kanály nebudou aktualizovány!", "How to set up the operating system cron" : "Jak nastavit službu plánovače operačního systému (cron)", "Install and set up a faster parallel updater that uses the News app's update API" : "Nainstalovat a nastavit rychlejší paralelní systém aktualizace využívající aktualizační API aplikace Novinky", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Byla zjištěna MySQL/MariaDB databáze se znakovou sadou jinou než UTF-8!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Zjistěte, jak databázi převést do utf8mb4 (nejdříve proveďte zálohu)", "Web address" : "Webová adresa", "Feed exists already!" : "Kanál už existuje!", "Folder" : "Složka", @@ -77,7 +75,6 @@ "Folder name" : "Název složky", "Go back" : "Jít zpět", "Folder exists already!" : "Složka už existuje!", - "Advanced settings" : "Pokročilá nastavení", "Credentials" : "Přihlašovací údaje", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Je třeba, aby přihlašovací údaje pro HTTP Basic Auth byly uloženy nešifrovaně! Každý s přístupem k serveru nebo databázi je bude moci přečíst!", "Username" : "Uživatelské jméno", diff --git a/l10n/da.js b/l10n/da.js index 52995038b2..986ebc39f6 100644 --- a/l10n/da.js +++ b/l10n/da.js @@ -67,8 +67,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "Ajax eller webcron tilstand opdaget! Dine feed vil ikke blive opdateret!", "How to set up the operating system cron" : "Sådan opsætter du cron i operativsystemet", "Install and set up a faster parallel updater that uses the News app's update API" : "Installere og oprette en hurtigere parallel opdateringsprogram, der bruger Nyheds app's opdateringsAPI", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Et ikke UTF-8 charset for MySQL/MariaDB database opdaget!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Lær hvordan du kan konverterer din database til utf8mb4 (lav en backup først) ", "Web address" : "Web adresse", "Feed exists already!" : "Feedet findes allerede!", "Folder" : "Mappe", @@ -77,7 +75,6 @@ OC.L10N.register( "Folder name" : "Mappenavn", "Go back" : "Gå tilbage", "Folder exists already!" : "Mappen findes allerede!", - "Advanced settings" : "Avancerede indstillinger", "Credentials" : "Brugeroplysninger", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Grundlæggende HTTP Autentificerings akkreditiver skal lagres ukrypteret! Alle med adgang til server eller database vil være i stand til at få adgang til dem!", "Username" : "Brugernavn", diff --git a/l10n/da.json b/l10n/da.json index 8c1ea73f06..c585edf8dc 100644 --- a/l10n/da.json +++ b/l10n/da.json @@ -65,8 +65,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "Ajax eller webcron tilstand opdaget! Dine feed vil ikke blive opdateret!", "How to set up the operating system cron" : "Sådan opsætter du cron i operativsystemet", "Install and set up a faster parallel updater that uses the News app's update API" : "Installere og oprette en hurtigere parallel opdateringsprogram, der bruger Nyheds app's opdateringsAPI", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Et ikke UTF-8 charset for MySQL/MariaDB database opdaget!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Lær hvordan du kan konverterer din database til utf8mb4 (lav en backup først) ", "Web address" : "Web adresse", "Feed exists already!" : "Feedet findes allerede!", "Folder" : "Mappe", @@ -75,7 +73,6 @@ "Folder name" : "Mappenavn", "Go back" : "Gå tilbage", "Folder exists already!" : "Mappen findes allerede!", - "Advanced settings" : "Avancerede indstillinger", "Credentials" : "Brugeroplysninger", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Grundlæggende HTTP Autentificerings akkreditiver skal lagres ukrypteret! Alle med adgang til server eller database vil være i stand til at få adgang til dem!", "Username" : "Brugernavn", diff --git a/l10n/de.js b/l10n/de.js index 63592cb23a..1ff9988560 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -14,7 +14,7 @@ OC.L10N.register( "An RSS/Atom feed reader" : "Ein RSS/Atom Feed-Reader", "The News app is an RSS/Atom feed reader for Nextcloud which can be synced with many mobile devices. A list of all clients and requirements can be found [in the README](https://github.com/nextcloud/news)\n\nBefore you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.\n\n**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news)." : "Die News-App ist ein RSS/Atom-Feed-Reader für Nextcloud der mit vielen Mobilgeräten synchronisiert werden kann. Eine Liste aller Clients und Anforderungen ist [in der README](https://github.com/nextcloud/news) enthalten.\n\nVor einer Aktualisierung auf eine neuere Version bitte das [changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) überprüfen um Überraschungen zu vermeiden.\n\n**Wichtig**: Um die abonnierten Feeds zu aktualisieren muss entweder der [Nextcloud System Cron](https://docs.nextcloud.orgcom/server/latest10/admin_manual/configuration_server/background_jobs_configuration.html#cron) aktiviert sein oder ein [Updater](https://github.com/nextcloud/news-updater) der die eingebaute Update-API verwendet und der Cron-Updater abgeschaltet werden. Weitere Informationen [in der README](https://github.com/nextcloud/news).", "Use system cron for updates" : "Verwende System-Cron für Aktualisierungen", - "Disable this if you run a custom updater such as the Python updater included in the app" : "Deaktiviere diese Option, wenn Du einen eigenen Updater wie z.B. den Python-Updater aus der App laufen lassen", + "Disable this if you run a custom updater such as the Python updater included in the app" : "Deaktiviere diese Option, wenn Du einen eigenen Updater wie z.B. den Python-Updater aus der App laufen lässt", "Purge interval" : "Säuberungssintervall", "Minimum amount of seconds after deleted feeds and folders are removed from the database; values below 60 seconds are ignored" : "Minimum an Sekunden, nachdem gelöschte Feeds und Ordner aus der Datenbank entfernt werden; Werte unter 60 Sekunden werden ignoriert", "Maximum read count per feed" : "Maximale Anzahl an gelesenen Artikeln pro Feed", @@ -69,8 +69,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "Ajax oder ein webbasierter Cron-Modus gefunden! Deine Feeds werden nicht aktualisiert! ", "How to set up the operating system cron" : "Wie der Cron des Betriebssystems eingerichtet wird", "Install and set up a faster parallel updater that uses the News app's update API" : "Installiere und richte einen schnellen, parallelen Updater ein, der die Update-API der News-App nutzt", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Es wurde ein Nicht-UTF-8-Zeichensatz für MySQL/MariaDB gefunden.", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Lerne wie Du Deine Datenbank zu utf8mb4 wandeln kannst (Erstelle zuvor eine Datensicherung)", "Web address" : "Internetadresse", "Feed exists already!" : "Feed existiert bereits!", "Folder" : "Ordner", @@ -79,7 +77,6 @@ OC.L10N.register( "Folder name" : "Ordnername", "Go back" : "Zurück gehen", "Folder exists already!" : "Der Ordner existiert bereits!", - "Advanced settings" : "Erweiterte Einstellungen", "Credentials" : "Zugangsdaten", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Die Anmeldeinformationen der HTTP-Standardauthentifizierung müssen unverschlüsselt gespeichert werden! Jeder mit Serverzugriff ist in der Lage diese Daten zu lesen.", "Username" : "Benutzername", diff --git a/l10n/de.json b/l10n/de.json index 26714c087c..724ee15945 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -12,7 +12,7 @@ "An RSS/Atom feed reader" : "Ein RSS/Atom Feed-Reader", "The News app is an RSS/Atom feed reader for Nextcloud which can be synced with many mobile devices. A list of all clients and requirements can be found [in the README](https://github.com/nextcloud/news)\n\nBefore you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.\n\n**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news)." : "Die News-App ist ein RSS/Atom-Feed-Reader für Nextcloud der mit vielen Mobilgeräten synchronisiert werden kann. Eine Liste aller Clients und Anforderungen ist [in der README](https://github.com/nextcloud/news) enthalten.\n\nVor einer Aktualisierung auf eine neuere Version bitte das [changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) überprüfen um Überraschungen zu vermeiden.\n\n**Wichtig**: Um die abonnierten Feeds zu aktualisieren muss entweder der [Nextcloud System Cron](https://docs.nextcloud.orgcom/server/latest10/admin_manual/configuration_server/background_jobs_configuration.html#cron) aktiviert sein oder ein [Updater](https://github.com/nextcloud/news-updater) der die eingebaute Update-API verwendet und der Cron-Updater abgeschaltet werden. Weitere Informationen [in der README](https://github.com/nextcloud/news).", "Use system cron for updates" : "Verwende System-Cron für Aktualisierungen", - "Disable this if you run a custom updater such as the Python updater included in the app" : "Deaktiviere diese Option, wenn Du einen eigenen Updater wie z.B. den Python-Updater aus der App laufen lassen", + "Disable this if you run a custom updater such as the Python updater included in the app" : "Deaktiviere diese Option, wenn Du einen eigenen Updater wie z.B. den Python-Updater aus der App laufen lässt", "Purge interval" : "Säuberungssintervall", "Minimum amount of seconds after deleted feeds and folders are removed from the database; values below 60 seconds are ignored" : "Minimum an Sekunden, nachdem gelöschte Feeds und Ordner aus der Datenbank entfernt werden; Werte unter 60 Sekunden werden ignoriert", "Maximum read count per feed" : "Maximale Anzahl an gelesenen Artikeln pro Feed", @@ -67,8 +67,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "Ajax oder ein webbasierter Cron-Modus gefunden! Deine Feeds werden nicht aktualisiert! ", "How to set up the operating system cron" : "Wie der Cron des Betriebssystems eingerichtet wird", "Install and set up a faster parallel updater that uses the News app's update API" : "Installiere und richte einen schnellen, parallelen Updater ein, der die Update-API der News-App nutzt", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Es wurde ein Nicht-UTF-8-Zeichensatz für MySQL/MariaDB gefunden.", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Lerne wie Du Deine Datenbank zu utf8mb4 wandeln kannst (Erstelle zuvor eine Datensicherung)", "Web address" : "Internetadresse", "Feed exists already!" : "Feed existiert bereits!", "Folder" : "Ordner", @@ -77,7 +75,6 @@ "Folder name" : "Ordnername", "Go back" : "Zurück gehen", "Folder exists already!" : "Der Ordner existiert bereits!", - "Advanced settings" : "Erweiterte Einstellungen", "Credentials" : "Zugangsdaten", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Die Anmeldeinformationen der HTTP-Standardauthentifizierung müssen unverschlüsselt gespeichert werden! Jeder mit Serverzugriff ist in der Lage diese Daten zu lesen.", "Username" : "Benutzername", diff --git a/l10n/de_DE.js b/l10n/de_DE.js index 410016a581..a7f7a18370 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -69,8 +69,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "Ajax oder ein webbasierter Cron-Modus gefunden! Ihre Feeds werden nicht aktualisiert! ", "How to set up the operating system cron" : "Wie der Cron des Betriebssystems eingerichtet wird", "Install and set up a faster parallel updater that uses the News app's update API" : "Installieren und richten Sie einen schnellen, parallelen Updater ein, der die Update-API der News-App nutzt", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Es wurde ein Nicht-UTF-8-Zeichensatz für MySQL/MariaDB gefunden.", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Lernen Sie wie Sie Ihre Datenbank zu utf8mb4 wandeln können (Erstellen Sie zuvor eine Datensicherung)", "Web address" : "Internetadresse", "Feed exists already!" : "Der Feed existiert bereits!", "Folder" : "Ordner", @@ -79,7 +77,6 @@ OC.L10N.register( "Folder name" : "Ordnername", "Go back" : "Zurück gehen", "Folder exists already!" : "Der Ordner existiert bereits!", - "Advanced settings" : "Erweiterte Einstellungen", "Credentials" : "Zugangsdaten", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Die Anmeldeinformationen der HTTP-Standardauthentifizierung müssen unverschlüsselt gespeichert werden! Jeder mit Serverzugriff ist in der Lage diese Daten zu lesen.", "Username" : "Benutzername", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 1cd0e9ec4c..0de38656de 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -67,8 +67,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "Ajax oder ein webbasierter Cron-Modus gefunden! Ihre Feeds werden nicht aktualisiert! ", "How to set up the operating system cron" : "Wie der Cron des Betriebssystems eingerichtet wird", "Install and set up a faster parallel updater that uses the News app's update API" : "Installieren und richten Sie einen schnellen, parallelen Updater ein, der die Update-API der News-App nutzt", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Es wurde ein Nicht-UTF-8-Zeichensatz für MySQL/MariaDB gefunden.", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Lernen Sie wie Sie Ihre Datenbank zu utf8mb4 wandeln können (Erstellen Sie zuvor eine Datensicherung)", "Web address" : "Internetadresse", "Feed exists already!" : "Der Feed existiert bereits!", "Folder" : "Ordner", @@ -77,7 +75,6 @@ "Folder name" : "Ordnername", "Go back" : "Zurück gehen", "Folder exists already!" : "Der Ordner existiert bereits!", - "Advanced settings" : "Erweiterte Einstellungen", "Credentials" : "Zugangsdaten", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Die Anmeldeinformationen der HTTP-Standardauthentifizierung müssen unverschlüsselt gespeichert werden! Jeder mit Serverzugriff ist in der Lage diese Daten zu lesen.", "Username" : "Benutzername", diff --git a/l10n/el.js b/l10n/el.js index 19d8433b8c..a233ee9486 100644 --- a/l10n/el.js +++ b/l10n/el.js @@ -70,7 +70,6 @@ OC.L10N.register( "Folder name" : "Όνομα φακέλου", "Go back" : "Μετακίνηση πίσω", "Folder exists already!" : "Ο φάκελος υπάρχει ήδη!", - "Advanced settings" : "Ρυθμίσεις για προχωρημένους", "Credentials" : "Πιστοποιητικά", "Username" : "Όνομα χρήστη", "Password" : "Κωδικός πρόσβασης", diff --git a/l10n/el.json b/l10n/el.json index 31ae440568..4fa5ed5c42 100644 --- a/l10n/el.json +++ b/l10n/el.json @@ -68,7 +68,6 @@ "Folder name" : "Όνομα φακέλου", "Go back" : "Μετακίνηση πίσω", "Folder exists already!" : "Ο φάκελος υπάρχει ήδη!", - "Advanced settings" : "Ρυθμίσεις για προχωρημένους", "Credentials" : "Πιστοποιητικά", "Username" : "Όνομα χρήστη", "Password" : "Κωδικός πρόσβασης", diff --git a/l10n/en_GB.js b/l10n/en_GB.js index 6c5c4a2126..dd9eaf8b8c 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -68,8 +68,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "Ajax or webcron mode detected! Your feeds will not be updated!", "How to set up the operating system cron" : "How to set up the operating system cron", "Install and set up a faster parallel updater that uses the News app's update API" : "Install and set up a faster parallel updater that uses the News app's update API", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Non UTF-8 charset for MySQL/MariaDB database detected!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Learn how to convert your database to utf8mb4 (make a backup beforehand)", "Web address" : "Web address", "Feed exists already!" : "Feed exists already!", "Folder" : "Folder", @@ -78,7 +76,6 @@ OC.L10N.register( "Folder name" : "Folder name", "Go back" : "Go back", "Folder exists already!" : "Folder exists already!", - "Advanced settings" : "Advanced settings", "Credentials" : "Credentials", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!", "Username" : "Username", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 5bcd82e903..86fd929bd5 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -66,8 +66,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "Ajax or webcron mode detected! Your feeds will not be updated!", "How to set up the operating system cron" : "How to set up the operating system cron", "Install and set up a faster parallel updater that uses the News app's update API" : "Install and set up a faster parallel updater that uses the News app's update API", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Non UTF-8 charset for MySQL/MariaDB database detected!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Learn how to convert your database to utf8mb4 (make a backup beforehand)", "Web address" : "Web address", "Feed exists already!" : "Feed exists already!", "Folder" : "Folder", @@ -76,7 +74,6 @@ "Folder name" : "Folder name", "Go back" : "Go back", "Folder exists already!" : "Folder exists already!", - "Advanced settings" : "Advanced settings", "Credentials" : "Credentials", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!", "Username" : "Username", diff --git a/l10n/eo.js b/l10n/eo.js index 5c49b75ab7..2cd2174bf8 100644 --- a/l10n/eo.js +++ b/l10n/eo.js @@ -23,7 +23,6 @@ OC.L10N.register( "Folder name" : "Dosierujnomo", "Go back" : "Revenu", "Folder exists already!" : "Dosierujo jam ekzistas!", - "Advanced settings" : "Altanivela agordo", "Credentials" : "Aŭtentigiloj", "Username" : "Uzantonomo", "Password" : "Pasvorto", diff --git a/l10n/eo.json b/l10n/eo.json index 6fd1b431f1..f911d78ac4 100644 --- a/l10n/eo.json +++ b/l10n/eo.json @@ -21,7 +21,6 @@ "Folder name" : "Dosierujnomo", "Go back" : "Revenu", "Folder exists already!" : "Dosierujo jam ekzistas!", - "Advanced settings" : "Altanivela agordo", "Credentials" : "Aŭtentigiloj", "Username" : "Uzantonomo", "Password" : "Pasvorto", diff --git a/l10n/es.js b/l10n/es.js index 35c0e8422e..521eb753ff 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -69,8 +69,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Detectado modo Ajax o webcron! ¡Tus fuentes no se actualizarán!", "How to set up the operating system cron" : "Cómo configurar el cron del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador paralelo más rápido que utiliza la API de actualización de la app News", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡No se ha detectado codificación de caracteres UTF-8 para la base de datos MySQL/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Aprende cómo convertir tu base de datos a ut8mb4 (haz antes una copia de seguridad)", "Web address" : "Dirección web", "Feed exists already!" : "Esa fuente ya existe.", "Folder" : "Carpeta", @@ -79,7 +77,6 @@ OC.L10N.register( "Folder name" : "Nombre de la carpeta", "Go back" : "Atrás", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuración avanzada", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales para HTTP Basic Auth deben estar guardadas sin cifrar! ¡Cualquiera con acceso al servidor puede acceder a ellas!", "Username" : "Nombre de usuario", diff --git a/l10n/es.json b/l10n/es.json index eb07b77ecb..a277cc40b7 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -67,8 +67,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Detectado modo Ajax o webcron! ¡Tus fuentes no se actualizarán!", "How to set up the operating system cron" : "Cómo configurar el cron del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador paralelo más rápido que utiliza la API de actualización de la app News", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡No se ha detectado codificación de caracteres UTF-8 para la base de datos MySQL/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Aprende cómo convertir tu base de datos a ut8mb4 (haz antes una copia de seguridad)", "Web address" : "Dirección web", "Feed exists already!" : "Esa fuente ya existe.", "Folder" : "Carpeta", @@ -77,7 +75,6 @@ "Folder name" : "Nombre de la carpeta", "Go back" : "Atrás", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuración avanzada", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales para HTTP Basic Auth deben estar guardadas sin cifrar! ¡Cualquiera con acceso al servidor puede acceder a ellas!", "Username" : "Nombre de usuario", diff --git a/l10n/es_419.js b/l10n/es_419.js index cdbda7c06c..e6ea4d5dff 100644 --- a/l10n/es_419.js +++ b/l10n/es_419.js @@ -67,8 +67,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -77,7 +75,6 @@ OC.L10N.register( "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/es_419.json b/l10n/es_419.json index c778bba38f..8904dea25c 100644 --- a/l10n/es_419.json +++ b/l10n/es_419.json @@ -65,8 +65,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -75,7 +73,6 @@ "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/es_AR.js b/l10n/es_AR.js index 1ce6d5ed63..0e0b76c89a 100644 --- a/l10n/es_AR.js +++ b/l10n/es_AR.js @@ -68,8 +68,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "Se detectó el modo Ajax o webcron! Tus feeds no serán actualizados!", "How to set up the operating system cron" : "Como establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instale y configure un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubra como convertir su bse de datos a utf8mb4 (haga un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -78,7 +76,6 @@ OC.L10N.register( "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Nombre de usuario", diff --git a/l10n/es_AR.json b/l10n/es_AR.json index 4181425967..0230709468 100644 --- a/l10n/es_AR.json +++ b/l10n/es_AR.json @@ -66,8 +66,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "Se detectó el modo Ajax o webcron! Tus feeds no serán actualizados!", "How to set up the operating system cron" : "Como establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instale y configure un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubra como convertir su bse de datos a utf8mb4 (haga un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -76,7 +74,6 @@ "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Nombre de usuario", diff --git a/l10n/es_CL.js b/l10n/es_CL.js index cdbda7c06c..e6ea4d5dff 100644 --- a/l10n/es_CL.js +++ b/l10n/es_CL.js @@ -67,8 +67,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -77,7 +75,6 @@ OC.L10N.register( "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/es_CL.json b/l10n/es_CL.json index c778bba38f..8904dea25c 100644 --- a/l10n/es_CL.json +++ b/l10n/es_CL.json @@ -65,8 +65,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -75,7 +73,6 @@ "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/es_CO.js b/l10n/es_CO.js index cdbda7c06c..e6ea4d5dff 100644 --- a/l10n/es_CO.js +++ b/l10n/es_CO.js @@ -67,8 +67,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -77,7 +75,6 @@ OC.L10N.register( "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/es_CO.json b/l10n/es_CO.json index c778bba38f..8904dea25c 100644 --- a/l10n/es_CO.json +++ b/l10n/es_CO.json @@ -65,8 +65,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -75,7 +73,6 @@ "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/es_CR.js b/l10n/es_CR.js index cdbda7c06c..e6ea4d5dff 100644 --- a/l10n/es_CR.js +++ b/l10n/es_CR.js @@ -67,8 +67,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -77,7 +75,6 @@ OC.L10N.register( "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/es_CR.json b/l10n/es_CR.json index c778bba38f..8904dea25c 100644 --- a/l10n/es_CR.json +++ b/l10n/es_CR.json @@ -65,8 +65,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -75,7 +73,6 @@ "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/es_DO.js b/l10n/es_DO.js index cdbda7c06c..e6ea4d5dff 100644 --- a/l10n/es_DO.js +++ b/l10n/es_DO.js @@ -67,8 +67,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -77,7 +75,6 @@ OC.L10N.register( "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/es_DO.json b/l10n/es_DO.json index c778bba38f..8904dea25c 100644 --- a/l10n/es_DO.json +++ b/l10n/es_DO.json @@ -65,8 +65,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -75,7 +73,6 @@ "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/es_EC.js b/l10n/es_EC.js index cdbda7c06c..e6ea4d5dff 100644 --- a/l10n/es_EC.js +++ b/l10n/es_EC.js @@ -67,8 +67,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -77,7 +75,6 @@ OC.L10N.register( "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/es_EC.json b/l10n/es_EC.json index c778bba38f..8904dea25c 100644 --- a/l10n/es_EC.json +++ b/l10n/es_EC.json @@ -65,8 +65,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -75,7 +73,6 @@ "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/es_GT.js b/l10n/es_GT.js index cdbda7c06c..e6ea4d5dff 100644 --- a/l10n/es_GT.js +++ b/l10n/es_GT.js @@ -67,8 +67,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -77,7 +75,6 @@ OC.L10N.register( "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/es_GT.json b/l10n/es_GT.json index c778bba38f..8904dea25c 100644 --- a/l10n/es_GT.json +++ b/l10n/es_GT.json @@ -65,8 +65,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -75,7 +73,6 @@ "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/es_HN.js b/l10n/es_HN.js index cdbda7c06c..e6ea4d5dff 100644 --- a/l10n/es_HN.js +++ b/l10n/es_HN.js @@ -67,8 +67,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -77,7 +75,6 @@ OC.L10N.register( "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/es_HN.json b/l10n/es_HN.json index c778bba38f..8904dea25c 100644 --- a/l10n/es_HN.json +++ b/l10n/es_HN.json @@ -65,8 +65,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -75,7 +73,6 @@ "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/es_MX.js b/l10n/es_MX.js index b9e17a3474..75613bf83e 100644 --- a/l10n/es_MX.js +++ b/l10n/es_MX.js @@ -68,8 +68,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -78,7 +76,6 @@ OC.L10N.register( "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/es_MX.json b/l10n/es_MX.json index e72c01f297..0625e56350 100644 --- a/l10n/es_MX.json +++ b/l10n/es_MX.json @@ -66,8 +66,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -76,7 +74,6 @@ "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/es_NI.js b/l10n/es_NI.js index cdbda7c06c..e6ea4d5dff 100644 --- a/l10n/es_NI.js +++ b/l10n/es_NI.js @@ -67,8 +67,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -77,7 +75,6 @@ OC.L10N.register( "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/es_NI.json b/l10n/es_NI.json index c778bba38f..8904dea25c 100644 --- a/l10n/es_NI.json +++ b/l10n/es_NI.json @@ -65,8 +65,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -75,7 +73,6 @@ "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/es_PA.js b/l10n/es_PA.js index cdbda7c06c..e6ea4d5dff 100644 --- a/l10n/es_PA.js +++ b/l10n/es_PA.js @@ -67,8 +67,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -77,7 +75,6 @@ OC.L10N.register( "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/es_PA.json b/l10n/es_PA.json index c778bba38f..8904dea25c 100644 --- a/l10n/es_PA.json +++ b/l10n/es_PA.json @@ -65,8 +65,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -75,7 +73,6 @@ "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/es_PE.js b/l10n/es_PE.js index cdbda7c06c..e6ea4d5dff 100644 --- a/l10n/es_PE.js +++ b/l10n/es_PE.js @@ -67,8 +67,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -77,7 +75,6 @@ OC.L10N.register( "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/es_PE.json b/l10n/es_PE.json index c778bba38f..8904dea25c 100644 --- a/l10n/es_PE.json +++ b/l10n/es_PE.json @@ -65,8 +65,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -75,7 +73,6 @@ "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/es_PR.js b/l10n/es_PR.js index cdbda7c06c..e6ea4d5dff 100644 --- a/l10n/es_PR.js +++ b/l10n/es_PR.js @@ -67,8 +67,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -77,7 +75,6 @@ OC.L10N.register( "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/es_PR.json b/l10n/es_PR.json index c778bba38f..8904dea25c 100644 --- a/l10n/es_PR.json +++ b/l10n/es_PR.json @@ -65,8 +65,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -75,7 +73,6 @@ "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/es_PY.js b/l10n/es_PY.js index cdbda7c06c..e6ea4d5dff 100644 --- a/l10n/es_PY.js +++ b/l10n/es_PY.js @@ -67,8 +67,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -77,7 +75,6 @@ OC.L10N.register( "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/es_PY.json b/l10n/es_PY.json index c778bba38f..8904dea25c 100644 --- a/l10n/es_PY.json +++ b/l10n/es_PY.json @@ -65,8 +65,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -75,7 +73,6 @@ "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/es_SV.js b/l10n/es_SV.js index cdbda7c06c..e6ea4d5dff 100644 --- a/l10n/es_SV.js +++ b/l10n/es_SV.js @@ -67,8 +67,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -77,7 +75,6 @@ OC.L10N.register( "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/es_SV.json b/l10n/es_SV.json index c778bba38f..8904dea25c 100644 --- a/l10n/es_SV.json +++ b/l10n/es_SV.json @@ -65,8 +65,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -75,7 +73,6 @@ "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/es_UY.js b/l10n/es_UY.js index cdbda7c06c..e6ea4d5dff 100644 --- a/l10n/es_UY.js +++ b/l10n/es_UY.js @@ -67,8 +67,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -77,7 +75,6 @@ OC.L10N.register( "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/es_UY.json b/l10n/es_UY.json index c778bba38f..8904dea25c 100644 --- a/l10n/es_UY.json +++ b/l10n/es_UY.json @@ -65,8 +65,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "¡Se ha detectado el modo Ajax o webron! ¡Tus fuentes no serán actualizadas!", "How to set up the operating system cron" : "Cómo establecer las tareas programadas del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala y configura un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubre como convertir tu base de datos a utf8mb4 (haz un respaldo de antemano)", "Web address" : "Dirección web", "Feed exists already!" : "¡La fuente ya existe!", "Folder" : "Carpeta", @@ -75,7 +73,6 @@ "Folder name" : "Nombre de la carpeta", "Go back" : "Regresar", "Folder exists already!" : "¡La carpeta ya existe!", - "Advanced settings" : "Configuraciones avanzados", "Credentials" : "Credenciales", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "¡Las credenciales HTTP Basic Auth deben ser almacenadas decriptadas! ¡Todos aquellos que tengan acceso al servidor o a la base de datos tendrán acceso a ellas!", "Username" : "Usuario", diff --git a/l10n/et_EE.js b/l10n/et_EE.js index 83119ee3e2..91b653ca1c 100644 --- a/l10n/et_EE.js +++ b/l10n/et_EE.js @@ -68,7 +68,6 @@ OC.L10N.register( "Folder name" : "Kausta nimi", "Go back" : "Mine tagasi", "Folder exists already!" : "Kaust on juba olemas!", - "Advanced settings" : "Lisavalikud", "Credentials" : "Kasutajatunnused", "Username" : "Kasutajanimi", "Password" : "Parool", diff --git a/l10n/et_EE.json b/l10n/et_EE.json index 7c39b7a636..850ba31e59 100644 --- a/l10n/et_EE.json +++ b/l10n/et_EE.json @@ -66,7 +66,6 @@ "Folder name" : "Kausta nimi", "Go back" : "Mine tagasi", "Folder exists already!" : "Kaust on juba olemas!", - "Advanced settings" : "Lisavalikud", "Credentials" : "Kasutajatunnused", "Username" : "Kasutajanimi", "Password" : "Parool", diff --git a/l10n/eu.js b/l10n/eu.js index 0deb6d1ff7..79661efba1 100644 --- a/l10n/eu.js +++ b/l10n/eu.js @@ -39,7 +39,6 @@ OC.L10N.register( "Folder name" : "Karpetaren izena", "Go back" : "Atzera", "Folder exists already!" : "Karpeta dagoeneko existitzen da!", - "Advanced settings" : "Ezarpen aurreratuak", "Credentials" : "Kredentzialak", "Username" : "Erabiltzaile izena", "Password" : "Pasahitza", diff --git a/l10n/eu.json b/l10n/eu.json index 0a6e45e1a4..431c7e8a51 100644 --- a/l10n/eu.json +++ b/l10n/eu.json @@ -37,7 +37,6 @@ "Folder name" : "Karpetaren izena", "Go back" : "Atzera", "Folder exists already!" : "Karpeta dagoeneko existitzen da!", - "Advanced settings" : "Ezarpen aurreratuak", "Credentials" : "Kredentzialak", "Username" : "Erabiltzaile izena", "Password" : "Pasahitza", diff --git a/l10n/fa.js b/l10n/fa.js index f751e8b8d3..0b200a8b61 100644 --- a/l10n/fa.js +++ b/l10n/fa.js @@ -27,7 +27,6 @@ OC.L10N.register( "New folder" : "پوشه جدید", "Folder name" : "نام پوشه", "Folder exists already!" : "پوشه در حال حاضر موجود است!", - "Advanced settings" : "تنظیمات پیشرفته", "Credentials" : "اعتبارهای", "Username" : "نام کاربری", "Password" : "گذرواژه", diff --git a/l10n/fa.json b/l10n/fa.json index bfd0915283..20d4d1b38c 100644 --- a/l10n/fa.json +++ b/l10n/fa.json @@ -25,7 +25,6 @@ "New folder" : "پوشه جدید", "Folder name" : "نام پوشه", "Folder exists already!" : "پوشه در حال حاضر موجود است!", - "Advanced settings" : "تنظیمات پیشرفته", "Credentials" : "اعتبارهای", "Username" : "نام کاربری", "Password" : "گذرواژه", diff --git a/l10n/fi.js b/l10n/fi.js index 86815d185a..3de1b7b8a1 100644 --- a/l10n/fi.js +++ b/l10n/fi.js @@ -60,8 +60,6 @@ OC.L10N.register( "Focus search field" : "Kohdista hakukenttään", "Mark current article's feed/folder read" : "Merkitse nykyisen artikkelin syöte/kansio luetuksi", "How to set up the operating system cron" : "Käyttöjärjestelmän cronin asettaminen", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Muu kuin UTF-8-merkistö MySQL-/MariaDB-tietokannalle havaittu!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Lisätietoja tietokannan muuntamisesta utf8mb4:ään (tee ensin varmuuskopio)", "Web address" : "Verkko-osoite", "Feed exists already!" : "Syöte on jo olemassa!", "Folder" : "Kansio", @@ -70,7 +68,6 @@ OC.L10N.register( "Folder name" : "Kansion nimi", "Go back" : "Takaisin", "Folder exists already!" : "Kansio on jo olemassa!", - "Advanced settings" : "Lisäasetukset", "Credentials" : "Tilitiedot", "Username" : "Käyttäjätunnus", "Password" : "Salasana", diff --git a/l10n/fi.json b/l10n/fi.json index 63837b4e4e..8dda8c03c3 100644 --- a/l10n/fi.json +++ b/l10n/fi.json @@ -58,8 +58,6 @@ "Focus search field" : "Kohdista hakukenttään", "Mark current article's feed/folder read" : "Merkitse nykyisen artikkelin syöte/kansio luetuksi", "How to set up the operating system cron" : "Käyttöjärjestelmän cronin asettaminen", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Muu kuin UTF-8-merkistö MySQL-/MariaDB-tietokannalle havaittu!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Lisätietoja tietokannan muuntamisesta utf8mb4:ään (tee ensin varmuuskopio)", "Web address" : "Verkko-osoite", "Feed exists already!" : "Syöte on jo olemassa!", "Folder" : "Kansio", @@ -68,7 +66,6 @@ "Folder name" : "Kansion nimi", "Go back" : "Takaisin", "Folder exists already!" : "Kansio on jo olemassa!", - "Advanced settings" : "Lisäasetukset", "Credentials" : "Tilitiedot", "Username" : "Käyttäjätunnus", "Password" : "Salasana", diff --git a/l10n/fr.js b/l10n/fr.js index 65281a1bd6..cb29bb895e 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -69,8 +69,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "Mode Ajax ou Webcron détecté ! Vos flux ne seront pas mis à jour !", "How to set up the operating system cron" : "Comment configurer le cron du système d'exploitation", "Install and set up a faster parallel updater that uses the News app's update API" : "Installe et met en place un updater qui utilise la mise à jour API de l'application News", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Jeu de caractère non UTF-8 pour la base de données MySQL/MariaDB détecté !", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Apprenez comment convertir votre base de données en utf8mb4 (faire une sauvegarde avant)", "Web address" : "Adresse web", "Feed exists already!" : "Le flux existe déjà !", "Folder" : "Dossier", @@ -79,7 +77,6 @@ OC.L10N.register( "Folder name" : "Nom du dossier", "Go back" : "Revenir en arrière", "Folder exists already!" : "Le dossier existe déjà !", - "Advanced settings" : "Paramètres avancés", "Credentials" : "Informations d'identification", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Les informations d'identification HTTP Basic Auth doivent être stocké en clair ! Toute personne ayant accès au serveur ou à la base de données y aura accès !", "Username" : "Nom d'utilisateur", diff --git a/l10n/fr.json b/l10n/fr.json index 2138f35183..feda19d1d2 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -67,8 +67,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "Mode Ajax ou Webcron détecté ! Vos flux ne seront pas mis à jour !", "How to set up the operating system cron" : "Comment configurer le cron du système d'exploitation", "Install and set up a faster parallel updater that uses the News app's update API" : "Installe et met en place un updater qui utilise la mise à jour API de l'application News", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Jeu de caractère non UTF-8 pour la base de données MySQL/MariaDB détecté !", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Apprenez comment convertir votre base de données en utf8mb4 (faire une sauvegarde avant)", "Web address" : "Adresse web", "Feed exists already!" : "Le flux existe déjà !", "Folder" : "Dossier", @@ -77,7 +75,6 @@ "Folder name" : "Nom du dossier", "Go back" : "Revenir en arrière", "Folder exists already!" : "Le dossier existe déjà !", - "Advanced settings" : "Paramètres avancés", "Credentials" : "Informations d'identification", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Les informations d'identification HTTP Basic Auth doivent être stocké en clair ! Toute personne ayant accès au serveur ou à la base de données y aura accès !", "Username" : "Nom d'utilisateur", diff --git a/l10n/gl.js b/l10n/gl.js index 2a038c4339..7b90bc590b 100644 --- a/l10n/gl.js +++ b/l10n/gl.js @@ -37,7 +37,7 @@ OC.L10N.register( "Got more awesome feeds? Share them with us!" : "Ten máis fontes moi interesantes? Compártaas connosco!", "No articles available" : "Non hai artigos dispoñíbeis", "No unread articles available" : "Non hai artigos sen ler dispoñíbeis", - "Open website" : "Abrir sitio web", + "Open website" : "Abrir o sitio web", "Star article" : "Marcar artigo", "Unstar article" : "Desmarcar artigo", "Keep article unread" : "Manter o artigo como non lido", @@ -69,8 +69,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "Detectouse o modo Ajax ou webcron! As súas fontes non van ser actualizadas!", "How to set up the operating system cron" : "Cómo configurar o cron do sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala e configura un actualizador paralelo máis rápido que utiliza a API de actualización do aplicativo Nopvas", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Detectouse un conxunto de caracteres non UTF-8 para a base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubra como converter a súa base de datos a utf8mb4 (faga previamente unha copia de seguranza)", "Web address" : "Enderezo web", "Feed exists already!" : "Esta fonte de novas xa existe!", "Folder" : "Cartafol", @@ -79,7 +77,6 @@ OC.L10N.register( "Folder name" : "Nome do cartafol", "Go back" : "Volver", "Folder exists already!" : "Xa existe o cartafol!", - "Advanced settings" : "Axustes avanzados", "Credentials" : "Credenciais", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "As credenciais para HTTP Basic Auth deben estar gardadas sen cifrar! Calquera persoa con acceso ao servidor poderá acceder a elas!", "Username" : "Nome de usuario", diff --git a/l10n/gl.json b/l10n/gl.json index a64e8ca60e..745e48948a 100644 --- a/l10n/gl.json +++ b/l10n/gl.json @@ -35,7 +35,7 @@ "Got more awesome feeds? Share them with us!" : "Ten máis fontes moi interesantes? Compártaas connosco!", "No articles available" : "Non hai artigos dispoñíbeis", "No unread articles available" : "Non hai artigos sen ler dispoñíbeis", - "Open website" : "Abrir sitio web", + "Open website" : "Abrir o sitio web", "Star article" : "Marcar artigo", "Unstar article" : "Desmarcar artigo", "Keep article unread" : "Manter o artigo como non lido", @@ -67,8 +67,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "Detectouse o modo Ajax ou webcron! As súas fontes non van ser actualizadas!", "How to set up the operating system cron" : "Cómo configurar o cron do sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Instala e configura un actualizador paralelo máis rápido que utiliza a API de actualización do aplicativo Nopvas", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Detectouse un conxunto de caracteres non UTF-8 para a base de datos MySql/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Descubra como converter a súa base de datos a utf8mb4 (faga previamente unha copia de seguranza)", "Web address" : "Enderezo web", "Feed exists already!" : "Esta fonte de novas xa existe!", "Folder" : "Cartafol", @@ -77,7 +75,6 @@ "Folder name" : "Nome do cartafol", "Go back" : "Volver", "Folder exists already!" : "Xa existe o cartafol!", - "Advanced settings" : "Axustes avanzados", "Credentials" : "Credenciais", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "As credenciais para HTTP Basic Auth deben estar gardadas sen cifrar! Calquera persoa con acceso ao servidor poderá acceder a elas!", "Username" : "Nome de usuario", diff --git a/l10n/he.js b/l10n/he.js index d24bf29319..afd1959f69 100644 --- a/l10n/he.js +++ b/l10n/he.js @@ -67,8 +67,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "זוהה מצב Ajax או webcron! ערוצי התוכן שלך לא יעודכנו!", "How to set up the operating system cron" : "איך להגדיר את cron מערכת ההפעלה", "Install and set up a faster parallel updater that uses the News app's update API" : "התקנה והגדרת עדכון מקביל מהיר שמשתמש בעדכון יישום חדשות מבוסס API", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "זוהו תווים שאינם UTF-8 למסד הנתונים MySQL/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "מידע על הסבת מסד הנתונים שלך ל־utf8mb4 (כדאי להכין גיבוי לפני כן)", "Web address" : "כתובת אתר", "Feed exists already!" : "ערוץ הזנת התוכן כבר קיים!", "Folder" : "תיקייה", @@ -77,7 +75,6 @@ OC.L10N.register( "Folder name" : "שם התיקייה", "Go back" : "חזרה", "Folder exists already!" : "התיקייה כבר קיימת!", - "Advanced settings" : "הגדרות מתקדמות", "Credentials" : "פרטי גישה", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "אישורי אימות HTTP בסיסיים חייבים להיות מאוחסנים ללא קידוד! כל אחד עם גישה לשרת או למסד הנתונים יוכלו לגשת אליהם!", "Username" : "שם משתמש", diff --git a/l10n/he.json b/l10n/he.json index 5d1dc51c4e..d4544cae19 100644 --- a/l10n/he.json +++ b/l10n/he.json @@ -65,8 +65,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "זוהה מצב Ajax או webcron! ערוצי התוכן שלך לא יעודכנו!", "How to set up the operating system cron" : "איך להגדיר את cron מערכת ההפעלה", "Install and set up a faster parallel updater that uses the News app's update API" : "התקנה והגדרת עדכון מקביל מהיר שמשתמש בעדכון יישום חדשות מבוסס API", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "זוהו תווים שאינם UTF-8 למסד הנתונים MySQL/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "מידע על הסבת מסד הנתונים שלך ל־utf8mb4 (כדאי להכין גיבוי לפני כן)", "Web address" : "כתובת אתר", "Feed exists already!" : "ערוץ הזנת התוכן כבר קיים!", "Folder" : "תיקייה", @@ -75,7 +73,6 @@ "Folder name" : "שם התיקייה", "Go back" : "חזרה", "Folder exists already!" : "התיקייה כבר קיימת!", - "Advanced settings" : "הגדרות מתקדמות", "Credentials" : "פרטי גישה", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "אישורי אימות HTTP בסיסיים חייבים להיות מאוחסנים ללא קידוד! כל אחד עם גישה לשרת או למסד הנתונים יוכלו לגשת אליהם!", "Username" : "שם משתמש", diff --git a/l10n/hu.js b/l10n/hu.js index ed365f6ca0..3f46588657 100644 --- a/l10n/hu.js +++ b/l10n/hu.js @@ -68,8 +68,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "Ajax vagy webcron mód érzékelve! A folyamaid nem lesznek frissítve!", "How to set up the operating system cron" : "Hogyan állítsd be az operációs rendszer időzítőjét", "Install and set up a faster parallel updater that uses the News app's update API" : "Új gyorsabb, párhuzamosított frissítő telepítése, mely a hírek app API-ját használja", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Nem UTF-8 karakterkészlet észlelve a MySQL/MariaDB adatbázisban!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Ismerd meg hogyan alakíthatod az adatbázisodat uft8mb4-re (előtte készíts biztonsági mentést)", "Web address" : "Web cím", "Feed exists already!" : "A hírfolyam már létezik!", "Folder" : "Mappa", @@ -78,7 +76,6 @@ OC.L10N.register( "Folder name" : "Mappanév", "Go back" : "Menj vissza", "Folder exists already!" : "A mappa már létezik!", - "Advanced settings" : "Haladó beállítások", "Credentials" : "Azonosítók", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "A HTTP alapértelmezett azonosítási adatok titkosítatlanul tárolódnak! Bárki aki hozzáfér a szerverhez vagy az adatbázishoz olvashatja azt!", "Username" : "Felhasználónév", diff --git a/l10n/hu.json b/l10n/hu.json index a34b4f01e4..8e87dbd39b 100644 --- a/l10n/hu.json +++ b/l10n/hu.json @@ -66,8 +66,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "Ajax vagy webcron mód érzékelve! A folyamaid nem lesznek frissítve!", "How to set up the operating system cron" : "Hogyan állítsd be az operációs rendszer időzítőjét", "Install and set up a faster parallel updater that uses the News app's update API" : "Új gyorsabb, párhuzamosított frissítő telepítése, mely a hírek app API-ját használja", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Nem UTF-8 karakterkészlet észlelve a MySQL/MariaDB adatbázisban!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Ismerd meg hogyan alakíthatod az adatbázisodat uft8mb4-re (előtte készíts biztonsági mentést)", "Web address" : "Web cím", "Feed exists already!" : "A hírfolyam már létezik!", "Folder" : "Mappa", @@ -76,7 +74,6 @@ "Folder name" : "Mappanév", "Go back" : "Menj vissza", "Folder exists already!" : "A mappa már létezik!", - "Advanced settings" : "Haladó beállítások", "Credentials" : "Azonosítók", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "A HTTP alapértelmezett azonosítási adatok titkosítatlanul tárolódnak! Bárki aki hozzáfér a szerverhez vagy az adatbázishoz olvashatja azt!", "Username" : "Felhasználónév", diff --git a/l10n/ia.js b/l10n/ia.js index 137727e299..991fd3a2c8 100644 --- a/l10n/ia.js +++ b/l10n/ia.js @@ -36,7 +36,6 @@ OC.L10N.register( "Folder name" : "Nomine de dossier", "Go back" : "Retornar", "Folder exists already!" : "Dossier ja existe!", - "Advanced settings" : "Configurationes avantiate", "Credentials" : "Datos de authentication", "Username" : "Nomine de usator", "Password" : "Contrasigno", diff --git a/l10n/ia.json b/l10n/ia.json index ef75c983a4..d63bddd349 100644 --- a/l10n/ia.json +++ b/l10n/ia.json @@ -34,7 +34,6 @@ "Folder name" : "Nomine de dossier", "Go back" : "Retornar", "Folder exists already!" : "Dossier ja existe!", - "Advanced settings" : "Configurationes avantiate", "Credentials" : "Datos de authentication", "Username" : "Nomine de usator", "Password" : "Contrasigno", diff --git a/l10n/id.js b/l10n/id.js index 1579ad699e..2701550db8 100644 --- a/l10n/id.js +++ b/l10n/id.js @@ -71,7 +71,6 @@ OC.L10N.register( "Folder name" : "Nama folder", "Go back" : "Kembali", "Folder exists already!" : "Folder sudah ada!", - "Advanced settings" : "Pengaturan Lanjutan", "Credentials" : "Kredensial", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Kredensial HTTP Basic Auth harus disimpan tidak terenkripsi! Semua dengan akses ke server atau database akan bisa mengaksesnya!", "Username" : "Nama pengguna", diff --git a/l10n/id.json b/l10n/id.json index f2620e07ad..181cfc15e2 100644 --- a/l10n/id.json +++ b/l10n/id.json @@ -69,7 +69,6 @@ "Folder name" : "Nama folder", "Go back" : "Kembali", "Folder exists already!" : "Folder sudah ada!", - "Advanced settings" : "Pengaturan Lanjutan", "Credentials" : "Kredensial", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Kredensial HTTP Basic Auth harus disimpan tidak terenkripsi! Semua dengan akses ke server atau database akan bisa mengaksesnya!", "Username" : "Nama pengguna", diff --git a/l10n/is.js b/l10n/is.js index 4ac7f54f3e..01951d6da5 100644 --- a/l10n/is.js +++ b/l10n/is.js @@ -68,8 +68,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "Ajax eða webcron fannst! Fréttastraumar þínir verða ekki uppfærðir!", "How to set up the operating system cron" : "Hvernig á að setja upp cron-þjónustu stýrikerfis", "Install and set up a faster parallel updater that uses the News app's update API" : "Setja upp og stilla hraðvirkari samhliða uppfærslueiningu sem notar API-forritsviðmót fréttaforritsins", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Stafatafla sem ekki er UTF-8 fannst í MySQL/MariaDB gagnagrunni!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Lærðu hvernig þú getur umbreytt gagnagrunninum í utf8mb4 (taktu öryggisafrit fyrst)", "Web address" : "Veffang", "Feed exists already!" : "Streymið er þegar til!", "Folder" : "Mappa", @@ -78,7 +76,6 @@ OC.L10N.register( "Folder name" : "Nafn möppu", "Go back" : "Til baka", "Folder exists already!" : "Mappan er þegar til!", - "Advanced settings" : "Ítarlegri valkostir", "Credentials" : "Auðkenni", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "HTTP Basic Auth auðkenni verða að geymast ódulrituð! Hver sá sem hefur aðgang að þjóninum eða gagnagrunninum mun hafa aðgang að þeim!", "Username" : "Notandanafn", diff --git a/l10n/is.json b/l10n/is.json index c655482f47..41adf32eba 100644 --- a/l10n/is.json +++ b/l10n/is.json @@ -66,8 +66,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "Ajax eða webcron fannst! Fréttastraumar þínir verða ekki uppfærðir!", "How to set up the operating system cron" : "Hvernig á að setja upp cron-þjónustu stýrikerfis", "Install and set up a faster parallel updater that uses the News app's update API" : "Setja upp og stilla hraðvirkari samhliða uppfærslueiningu sem notar API-forritsviðmót fréttaforritsins", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Stafatafla sem ekki er UTF-8 fannst í MySQL/MariaDB gagnagrunni!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Lærðu hvernig þú getur umbreytt gagnagrunninum í utf8mb4 (taktu öryggisafrit fyrst)", "Web address" : "Veffang", "Feed exists already!" : "Streymið er þegar til!", "Folder" : "Mappa", @@ -76,7 +74,6 @@ "Folder name" : "Nafn möppu", "Go back" : "Til baka", "Folder exists already!" : "Mappan er þegar til!", - "Advanced settings" : "Ítarlegri valkostir", "Credentials" : "Auðkenni", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "HTTP Basic Auth auðkenni verða að geymast ódulrituð! Hver sá sem hefur aðgang að þjóninum eða gagnagrunninum mun hafa aðgang að þeim!", "Username" : "Notandanafn", diff --git a/l10n/it.js b/l10n/it.js index d479f6d2e7..c5f9b129b5 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -69,8 +69,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "Rilevata modalità cron Ajax o webcron! Le tue fonti non saranno aggiornate!", "How to set up the operating system cron" : "Come configurare cron del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Installa e configura uno strumento di aggiornamento parallelo più veloce che utilizza le API di aggiornamento dell'applicazione News", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Rilevato un set di caratteri non UTF-8 per il database MySQL/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Impara come convertire il tuo database in utf8mb4 (effettua prima un backup)", "Web address" : "Indirizzo web", "Feed exists already!" : "La fonte esiste già!", "Folder" : "Cartella", @@ -79,7 +77,6 @@ OC.L10N.register( "Folder name" : "Nome della cartella", "Go back" : "Indietro", "Folder exists already!" : "La cartella esiste già!", - "Advanced settings" : "Impostazioni avanzate", "Credentials" : "Credenziali", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Le credenziali HTTP Basic Auth devono essere memorizzate senza cifratura! Chiunque abbia accesso al server o al database sarà in grado di accedervi!", "Username" : "Nome utente", diff --git a/l10n/it.json b/l10n/it.json index 2be2210896..9306305ad2 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -67,8 +67,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "Rilevata modalità cron Ajax o webcron! Le tue fonti non saranno aggiornate!", "How to set up the operating system cron" : "Come configurare cron del sistema operativo", "Install and set up a faster parallel updater that uses the News app's update API" : "Installa e configura uno strumento di aggiornamento parallelo più veloce che utilizza le API di aggiornamento dell'applicazione News", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Rilevato un set di caratteri non UTF-8 per il database MySQL/MariaDB!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Impara come convertire il tuo database in utf8mb4 (effettua prima un backup)", "Web address" : "Indirizzo web", "Feed exists already!" : "La fonte esiste già!", "Folder" : "Cartella", @@ -77,7 +75,6 @@ "Folder name" : "Nome della cartella", "Go back" : "Indietro", "Folder exists already!" : "La cartella esiste già!", - "Advanced settings" : "Impostazioni avanzate", "Credentials" : "Credenziali", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Le credenziali HTTP Basic Auth devono essere memorizzate senza cifratura! Chiunque abbia accesso al server o al database sarà in grado di accedervi!", "Username" : "Nome utente", diff --git a/l10n/ja.js b/l10n/ja.js index d22321b250..14bcd2153c 100644 --- a/l10n/ja.js +++ b/l10n/ja.js @@ -12,6 +12,7 @@ OC.L10N.register( "Can not add folder: Exists already" : "フォルダーを追加できません: すでに存在します", "News" : "ニュース", "An RSS/Atom feed reader" : "RSS/Atom フィードリーダー", + "The News app is an RSS/Atom feed reader for Nextcloud which can be synced with many mobile devices. A list of all clients and requirements can be found [in the README](https://github.com/nextcloud/news)\n\nBefore you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.\n\n**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news)." : "ニュースアプリは、多くのモバイルデバイスと同期できるNextcloudのRSS / Atomフィードリーダーです。 すべてのクライアントと要件のリストは[README](https://github.com/nextcloud/news)にあります\n\n新しいバージョンに更新する前には、予期しない事態を避けるために[変更履歴を確認](https://github.com/nextcloud/news/blob/master/CHANGELOG.md)してください。\n\n**重要**:フィードの更新を有効にするには、[Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron)を有効にするか、組み込みのアップデートAPIを使用する[アップデータ](https://github.com/nextcloud/news-updater)を使用しcronによるアップデートを無効にします。 詳細は、[README](https://github.com/nextcloud/news)を参照してください。", "Use system cron for updates" : "更新のためにOSのcronを使用", "Disable this if you run a custom updater such as the Python updater included in the app" : "アプリに含まれるPython アップデータのようなカスタムアップデータを使用する場合は無効にしてください", "Purge interval" : "パージ周期", @@ -68,8 +69,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "Ajax か Web cron モードになっています。フィードは自動的に更新されません。", "How to set up the operating system cron" : "OSのcronのやり方", "Install and set up a faster parallel updater that uses the News app's update API" : "ニュースアプリのアップデートAPIを使用する、高速な並列アップデーターをインストールして、設定します。", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "MySQL/MariaDB データベース の charset が UTF-8 ではありません。", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "データベースを utf8mb4 に変換する方法を理解する(その前にバックアップを取ってください)", "Web address" : "WEBアドレス", "Feed exists already!" : "フィードはすでに存在します!", "Folder" : "フォルダー", @@ -78,7 +77,6 @@ OC.L10N.register( "Folder name" : "フォルダー名", "Go back" : "戻る", "Folder exists already!" : "フォルダーはすでに存在します!", - "Advanced settings" : "詳細設定", "Credentials" : "資格情報", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "HTTP ベーシック認証の認証情報は暗号化せずに保管する必要があります。その為、サーバーやデータベースにアクセスできる人はすべてこの情報を見ることができます。", "Username" : "ユーザー名", diff --git a/l10n/ja.json b/l10n/ja.json index c81ef65e7e..eeed6bfe55 100644 --- a/l10n/ja.json +++ b/l10n/ja.json @@ -10,6 +10,7 @@ "Can not add folder: Exists already" : "フォルダーを追加できません: すでに存在します", "News" : "ニュース", "An RSS/Atom feed reader" : "RSS/Atom フィードリーダー", + "The News app is an RSS/Atom feed reader for Nextcloud which can be synced with many mobile devices. A list of all clients and requirements can be found [in the README](https://github.com/nextcloud/news)\n\nBefore you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.\n\n**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news)." : "ニュースアプリは、多くのモバイルデバイスと同期できるNextcloudのRSS / Atomフィードリーダーです。 すべてのクライアントと要件のリストは[README](https://github.com/nextcloud/news)にあります\n\n新しいバージョンに更新する前には、予期しない事態を避けるために[変更履歴を確認](https://github.com/nextcloud/news/blob/master/CHANGELOG.md)してください。\n\n**重要**:フィードの更新を有効にするには、[Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron)を有効にするか、組み込みのアップデートAPIを使用する[アップデータ](https://github.com/nextcloud/news-updater)を使用しcronによるアップデートを無効にします。 詳細は、[README](https://github.com/nextcloud/news)を参照してください。", "Use system cron for updates" : "更新のためにOSのcronを使用", "Disable this if you run a custom updater such as the Python updater included in the app" : "アプリに含まれるPython アップデータのようなカスタムアップデータを使用する場合は無効にしてください", "Purge interval" : "パージ周期", @@ -66,8 +67,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "Ajax か Web cron モードになっています。フィードは自動的に更新されません。", "How to set up the operating system cron" : "OSのcronのやり方", "Install and set up a faster parallel updater that uses the News app's update API" : "ニュースアプリのアップデートAPIを使用する、高速な並列アップデーターをインストールして、設定します。", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "MySQL/MariaDB データベース の charset が UTF-8 ではありません。", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "データベースを utf8mb4 に変換する方法を理解する(その前にバックアップを取ってください)", "Web address" : "WEBアドレス", "Feed exists already!" : "フィードはすでに存在します!", "Folder" : "フォルダー", @@ -76,7 +75,6 @@ "Folder name" : "フォルダー名", "Go back" : "戻る", "Folder exists already!" : "フォルダーはすでに存在します!", - "Advanced settings" : "詳細設定", "Credentials" : "資格情報", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "HTTP ベーシック認証の認証情報は暗号化せずに保管する必要があります。その為、サーバーやデータベースにアクセスできる人はすべてこの情報を見ることができます。", "Username" : "ユーザー名", diff --git a/l10n/ka_GE.js b/l10n/ka_GE.js index 4171ecad08..5b6aea0b64 100644 --- a/l10n/ka_GE.js +++ b/l10n/ka_GE.js @@ -67,8 +67,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "არჩეულია Ajax-ის ან webcron-ის რეჟიმი! თქვენი ლენტა არ განახლდება!", "How to set up the operating system cron" : "როგორ დავაყენოთ ოპერაციული სისტემის კრონი", "Install and set up a faster parallel updater that uses the News app's update API" : "დააყენეთ და მოაწყვეთ უფრო სწრაფი პარალელური განახლება რომელიც მოიხმარს სიახლეების აპლიკაციის განახლების პროგრამულ ინტერფეისს", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "აღმოჩენილია არა UTF-8 ნიშანი MySQL/MariaDB მონაცემთა ბაზისთვის!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "ისწავლეთ როგორ გარდაქმნათ თქვენი მონაცემთა ბაზა utf8mb4 ფორმატში (მანამდე შეასრულეთ დაზღვევა)", "Web address" : "Web მისამართი", "Feed exists already!" : "ლენტა უკვე არსებობს!", "Folder" : "დირექტორია", @@ -77,7 +75,6 @@ OC.L10N.register( "Folder name" : "დირექტორიის სახელი", "Go back" : "უკან დაბრუნება", "Folder exists already!" : "დირექტორია უკვე არსებობს!", - "Advanced settings" : "დამატებითი პარამეტრები", "Credentials" : "უფლებამოსილებები", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "HTTP ძირითადი აუტენტიფიკაციის მონაცემები არ უნდა იყოს დაშიფრული! სერვერთან ან მონაცემთა ბაზის წვდომის უფლებებით ყველა შეძლებს მათ ნახვას.", "Username" : "მომხმარებლის სახელი", diff --git a/l10n/ka_GE.json b/l10n/ka_GE.json index 68212e0bf3..eca7b58313 100644 --- a/l10n/ka_GE.json +++ b/l10n/ka_GE.json @@ -65,8 +65,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "არჩეულია Ajax-ის ან webcron-ის რეჟიმი! თქვენი ლენტა არ განახლდება!", "How to set up the operating system cron" : "როგორ დავაყენოთ ოპერაციული სისტემის კრონი", "Install and set up a faster parallel updater that uses the News app's update API" : "დააყენეთ და მოაწყვეთ უფრო სწრაფი პარალელური განახლება რომელიც მოიხმარს სიახლეების აპლიკაციის განახლების პროგრამულ ინტერფეისს", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "აღმოჩენილია არა UTF-8 ნიშანი MySQL/MariaDB მონაცემთა ბაზისთვის!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "ისწავლეთ როგორ გარდაქმნათ თქვენი მონაცემთა ბაზა utf8mb4 ფორმატში (მანამდე შეასრულეთ დაზღვევა)", "Web address" : "Web მისამართი", "Feed exists already!" : "ლენტა უკვე არსებობს!", "Folder" : "დირექტორია", @@ -75,7 +73,6 @@ "Folder name" : "დირექტორიის სახელი", "Go back" : "უკან დაბრუნება", "Folder exists already!" : "დირექტორია უკვე არსებობს!", - "Advanced settings" : "დამატებითი პარამეტრები", "Credentials" : "უფლებამოსილებები", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "HTTP ძირითადი აუტენტიფიკაციის მონაცემები არ უნდა იყოს დაშიფრული! სერვერთან ან მონაცემთა ბაზის წვდომის უფლებებით ყველა შეძლებს მათ ნახვას.", "Username" : "მომხმარებლის სახელი", diff --git a/l10n/km.js b/l10n/km.js new file mode 100644 index 0000000000..8d5c4f5b67 --- /dev/null +++ b/l10n/km.js @@ -0,0 +1,36 @@ +OC.L10N.register( + "news", + { + "Can not add feed: Exists already" : "មិន​អាច​បន្ថែម​ព័ត៌មាន៖ មាន​រួច​ហើយ", + "Articles without feed" : "អត្ថបទគ្មាន feed", + "Can not add folder: Exists already" : "មិន​អាច​បន្ថែម​ថត៖ មាន​រួច​ហើយ", + "Saved" : "បាន​រក្សាទុក", + "Download" : "ទាញយក", + "Close" : "បិទ", + "Language" : "ភាសា", + "by" : "ដោយ", + "from" : "ពី", + "Description" : "ការ​អធិប្បាយ", + "right" : "ខាង​ស្ដាំ", + "left" : "ខាង​ឆ្វេង", + "Folder" : "ថត", + "New folder" : "ថត​ថ្មី", + "Folder name" : "ឈ្មោះ​ថត", + "Username" : "ឈ្មោះ​អ្នកប្រើ", + "Password" : "ពាក្យសម្ងាត់", + "Create" : "បង្កើត", + "Rename" : "ប្ដូរ​ឈ្មោះ", + "Collapse" : "បត់បង្រួម", + "Starred" : "បាន​ដាក់​ផ្កាយ", + "Unread articles" : "អត្ថបទ​ដែល​មិន​ទាន់​អាន", + "All articles" : "អត្ថបទ​ទាំង​អស់", + "Settings" : "ការកំណត់", + "Subscriptions (OPML)" : "ការ​តាមដាន (OPML)", + "Import" : "នាំយកចូល", + "Export" : "នាំចេញ", + "Unread/Starred Articles" : "អត្ថបទ​ដែល​មិន​បាន​អាន ឬ​បាន​ដាក់​ផ្កាយ", + "Error when importing: file does not contain valid JSON" : "កំហុស​ពេល​នាំ​ចូល៖ ឯកសារ​មិន​មាន JSON ត្រឹម​ត្រូវ", + "Help" : "ជំនួយ", + "Documentation" : "កម្រង​ឯកសារ" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/km.json b/l10n/km.json new file mode 100644 index 0000000000..d399c422bd --- /dev/null +++ b/l10n/km.json @@ -0,0 +1,34 @@ +{ "translations": { + "Can not add feed: Exists already" : "មិន​អាច​បន្ថែម​ព័ត៌មាន៖ មាន​រួច​ហើយ", + "Articles without feed" : "អត្ថបទគ្មាន feed", + "Can not add folder: Exists already" : "មិន​អាច​បន្ថែម​ថត៖ មាន​រួច​ហើយ", + "Saved" : "បាន​រក្សាទុក", + "Download" : "ទាញយក", + "Close" : "បិទ", + "Language" : "ភាសា", + "by" : "ដោយ", + "from" : "ពី", + "Description" : "ការ​អធិប្បាយ", + "right" : "ខាង​ស្ដាំ", + "left" : "ខាង​ឆ្វេង", + "Folder" : "ថត", + "New folder" : "ថត​ថ្មី", + "Folder name" : "ឈ្មោះ​ថត", + "Username" : "ឈ្មោះ​អ្នកប្រើ", + "Password" : "ពាក្យសម្ងាត់", + "Create" : "បង្កើត", + "Rename" : "ប្ដូរ​ឈ្មោះ", + "Collapse" : "បត់បង្រួម", + "Starred" : "បាន​ដាក់​ផ្កាយ", + "Unread articles" : "អត្ថបទ​ដែល​មិន​ទាន់​អាន", + "All articles" : "អត្ថបទ​ទាំង​អស់", + "Settings" : "ការកំណត់", + "Subscriptions (OPML)" : "ការ​តាមដាន (OPML)", + "Import" : "នាំយកចូល", + "Export" : "នាំចេញ", + "Unread/Starred Articles" : "អត្ថបទ​ដែល​មិន​បាន​អាន ឬ​បាន​ដាក់​ផ្កាយ", + "Error when importing: file does not contain valid JSON" : "កំហុស​ពេល​នាំ​ចូល៖ ឯកសារ​មិន​មាន JSON ត្រឹម​ត្រូវ", + "Help" : "ជំនួយ", + "Documentation" : "កម្រង​ឯកសារ" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/ko.js b/l10n/ko.js index bf3ad4ce99..72335419e2 100644 --- a/l10n/ko.js +++ b/l10n/ko.js @@ -67,8 +67,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "Ajax 및 웹 cron 모드가 감지되었습니다! 피드를 업데이트하지 않습니다!", "How to set up the operating system cron" : "운영 체제 cron 설정 방법", "Install and set up a faster parallel updater that uses the News app's update API" : "뉴스 앱의 업데이트 API를 사용하는 빠른 병렬 업데이터 설치 및 설정", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "MySQL/MariaDB 데이터베이스에서 UTF-8이 아닌 문자 인코딩이 감지되었습니다!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "utf8mb4로 데이터베이스를 변환하는 법 알아보기(변환 전 백업 필요)", "Web address" : "웹 주소", "Feed exists already!" : "피드가 이미 존재합니다!", "Folder" : "폴더", @@ -77,7 +75,6 @@ OC.L10N.register( "Folder name" : "폴더 이름", "Go back" : "뒤로 가기", "Folder exists already!" : "폴더가 이미 존재합니다!", - "Advanced settings" : "고급 설정", "Credentials" : "자격 정보", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "HTTP 기본 인증 정보는 암호화되지 않은 상태로 저장됩니다! 서버나 데이터베이스에 접근한 모든 사용자들이 접근할 수 있습니다!", "Username" : "사용자 이름", diff --git a/l10n/ko.json b/l10n/ko.json index 78c3bb9005..d82ff9a745 100644 --- a/l10n/ko.json +++ b/l10n/ko.json @@ -65,8 +65,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "Ajax 및 웹 cron 모드가 감지되었습니다! 피드를 업데이트하지 않습니다!", "How to set up the operating system cron" : "운영 체제 cron 설정 방법", "Install and set up a faster parallel updater that uses the News app's update API" : "뉴스 앱의 업데이트 API를 사용하는 빠른 병렬 업데이터 설치 및 설정", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "MySQL/MariaDB 데이터베이스에서 UTF-8이 아닌 문자 인코딩이 감지되었습니다!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "utf8mb4로 데이터베이스를 변환하는 법 알아보기(변환 전 백업 필요)", "Web address" : "웹 주소", "Feed exists already!" : "피드가 이미 존재합니다!", "Folder" : "폴더", @@ -75,7 +73,6 @@ "Folder name" : "폴더 이름", "Go back" : "뒤로 가기", "Folder exists already!" : "폴더가 이미 존재합니다!", - "Advanced settings" : "고급 설정", "Credentials" : "자격 정보", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "HTTP 기본 인증 정보는 암호화되지 않은 상태로 저장됩니다! 서버나 데이터베이스에 접근한 모든 사용자들이 접근할 수 있습니다!", "Username" : "사용자 이름", diff --git a/l10n/lb.js b/l10n/lb.js index 00efd80d85..cbe1be1a27 100644 --- a/l10n/lb.js +++ b/l10n/lb.js @@ -30,7 +30,6 @@ OC.L10N.register( "Folder name" : "Dossiers Numm:", "Go back" : "Zeréckgoen", "Folder exists already!" : "Dësen Dossier gëtt et schonns!", - "Advanced settings" : "Erweidert Astellungen", "Username" : "Benotzernumm", "Password" : "Passwuert", "New Folder" : "Neien Dossier", diff --git a/l10n/lb.json b/l10n/lb.json index ffbffb0e07..833cba2c43 100644 --- a/l10n/lb.json +++ b/l10n/lb.json @@ -28,7 +28,6 @@ "Folder name" : "Dossiers Numm:", "Go back" : "Zeréckgoen", "Folder exists already!" : "Dësen Dossier gëtt et schonns!", - "Advanced settings" : "Erweidert Astellungen", "Username" : "Benotzernumm", "Password" : "Passwuert", "New Folder" : "Neien Dossier", diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js index 734eca3e41..2f0b40b67c 100644 --- a/l10n/lt_LT.js +++ b/l10n/lt_LT.js @@ -14,6 +14,7 @@ OC.L10N.register( "An RSS/Atom feed reader" : "RSS/Atom kanalų skaitytuvė", "Use system cron for updates" : "Atnaujinimams naudoti sistemos planuoklę (cron)", "Disable this if you run a custom updater such as the Python updater included in the app" : "Išjunkite tai, jeigu naudojate tinkintą atnaujinimų programą, tokią kaip Python atnaujinimų programą, kuri įtraukta į programėlę.", + "Purge interval" : "Išvalymo intervalas", "Minimum amount of seconds after deleted feeds and folders are removed from the database; values below 60 seconds are ignored" : "Minimalus ištrintų kanalų ir aplankų saugojimo laikas po pašalinimo iš duomenų bazės; reikšmių, kurios mažesnės už 60 sekundžių, bus nepaisoma.", "Maximum read count per feed" : "Didžiausias kanalo straipsnių kiekis", "Defines the maximum amount of articles that can be read per feed which won't be deleted by the cleanup job; if old articles reappear after being read, increase this value; negative values such as -1 will turn this feature off" : "Apibrėžia, kiek kanale gali būti perskaityta daugiausiai straipsnių, kurie nebus ištrinti išvalymo užduoties; jeigu seni straipsniai, juos perskaičius, vėl atsiranda, padidinkite šią reikšmę; neigiamos reikšmės, tokios kaip -1, išjungia šią ypatybę", @@ -26,9 +27,11 @@ OC.L10N.register( "Saved" : "Įrašyta", "Download" : "Atsisiųsti", "Close" : "Užverti", + "filter" : "filtras", "Language" : "Kalba", "Subscribe" : "Prenumeruoti", "Got more awesome feeds? Share them with us!" : "Žinote gerus naujienų kanalus? Pasidalinkite jais su mumis!", + "No articles available" : "Nėra straipsnių", "No unread articles available" : "Nėra neperskaitytų straipsnių", "Open website" : "Atverti svetainę", "by" : " ", @@ -37,6 +40,11 @@ OC.L10N.register( "Download video" : "Atsisiųsti vaizdo įrašą", "Download audio" : "Atsisiųsti garso įrašą", "Description" : "Aprašas", + "right" : "dešinė", + "Jump to next article" : "Peršokti į kitą straipsnį", + "left" : "kairė", + "Jump to previous article" : "Peršokti į ankstesnį straipsnį", + "Star article and jump to next one" : "Pažymėti straipsnį ir peršokti prie kito", "Open article in new tab" : "Atverti straipsnį naujoje kortelėje", "Refresh" : "Įkelti iš naujo", "Load next feed" : "Įkelti kitą kanalą", @@ -53,11 +61,12 @@ OC.L10N.register( "Folder name" : "Aplanko pavadinimas", "Go back" : "Grįžti", "Folder exists already!" : "Aplankas jau yra!", - "Advanced settings" : "Išplėstiniai nustatymai", + "Credentials" : "Prisijungimo duomenys ", "Username" : "Naudotojo vardas", "Password" : "Slaptažodis", "New Folder" : "Naujas aplankas", "Create" : "Sukurti", + "Explore" : "Naršyti ", "Update failed more than 50 times" : "Atnaujinimas daugiau kaip 50 kartų patyrė nesėkmę", "Deleted feed" : "Ištrintas kanalas", "Undo delete feed" : "Atšaukti kanalo ištrynimą", @@ -68,9 +77,11 @@ OC.L10N.register( "Default order" : "Numatytoji tvarka", "Open feed URL" : "Atverti kanalo URL", "Delete" : "Ištrinti", + "Dismiss" : "Pašalinti", "Collapse" : "Suskleisti", "Deleted folder" : "Ištrintas aplankas", "Undo delete folder" : "Atšaukti aplanko ištrynimą", + "Starred" : "Pažymėta žvaigždute", "Unread articles" : "Neskaityti straipsniai", "All articles" : "Visi straipsniai", "Settings" : "Nustatymai", @@ -80,6 +91,7 @@ OC.L10N.register( "Subscriptions (OPML)" : "Prenumeratos (OPML)", "Import" : "Importuoti", "Export" : "Eksportuoti", + "Error when importing: File does not contain valid OPML" : "Klaida importuojant: Faile nėra tinkamo OPML", "Error when importing: OPML is does neither contain feeds nor folders" : "Klaida, importuojant: OPML faile nėra nei kanalų, nei aplankų", "Error when importing: file does not contain valid JSON" : "Klaida importuojant: faile nėra teisingo JSON", "Help" : "Pagalba", diff --git a/l10n/lt_LT.json b/l10n/lt_LT.json index f778b4f397..d5c61becbd 100644 --- a/l10n/lt_LT.json +++ b/l10n/lt_LT.json @@ -12,6 +12,7 @@ "An RSS/Atom feed reader" : "RSS/Atom kanalų skaitytuvė", "Use system cron for updates" : "Atnaujinimams naudoti sistemos planuoklę (cron)", "Disable this if you run a custom updater such as the Python updater included in the app" : "Išjunkite tai, jeigu naudojate tinkintą atnaujinimų programą, tokią kaip Python atnaujinimų programą, kuri įtraukta į programėlę.", + "Purge interval" : "Išvalymo intervalas", "Minimum amount of seconds after deleted feeds and folders are removed from the database; values below 60 seconds are ignored" : "Minimalus ištrintų kanalų ir aplankų saugojimo laikas po pašalinimo iš duomenų bazės; reikšmių, kurios mažesnės už 60 sekundžių, bus nepaisoma.", "Maximum read count per feed" : "Didžiausias kanalo straipsnių kiekis", "Defines the maximum amount of articles that can be read per feed which won't be deleted by the cleanup job; if old articles reappear after being read, increase this value; negative values such as -1 will turn this feature off" : "Apibrėžia, kiek kanale gali būti perskaityta daugiausiai straipsnių, kurie nebus ištrinti išvalymo užduoties; jeigu seni straipsniai, juos perskaičius, vėl atsiranda, padidinkite šią reikšmę; neigiamos reikšmės, tokios kaip -1, išjungia šią ypatybę", @@ -24,9 +25,11 @@ "Saved" : "Įrašyta", "Download" : "Atsisiųsti", "Close" : "Užverti", + "filter" : "filtras", "Language" : "Kalba", "Subscribe" : "Prenumeruoti", "Got more awesome feeds? Share them with us!" : "Žinote gerus naujienų kanalus? Pasidalinkite jais su mumis!", + "No articles available" : "Nėra straipsnių", "No unread articles available" : "Nėra neperskaitytų straipsnių", "Open website" : "Atverti svetainę", "by" : " ", @@ -35,6 +38,11 @@ "Download video" : "Atsisiųsti vaizdo įrašą", "Download audio" : "Atsisiųsti garso įrašą", "Description" : "Aprašas", + "right" : "dešinė", + "Jump to next article" : "Peršokti į kitą straipsnį", + "left" : "kairė", + "Jump to previous article" : "Peršokti į ankstesnį straipsnį", + "Star article and jump to next one" : "Pažymėti straipsnį ir peršokti prie kito", "Open article in new tab" : "Atverti straipsnį naujoje kortelėje", "Refresh" : "Įkelti iš naujo", "Load next feed" : "Įkelti kitą kanalą", @@ -51,11 +59,12 @@ "Folder name" : "Aplanko pavadinimas", "Go back" : "Grįžti", "Folder exists already!" : "Aplankas jau yra!", - "Advanced settings" : "Išplėstiniai nustatymai", + "Credentials" : "Prisijungimo duomenys ", "Username" : "Naudotojo vardas", "Password" : "Slaptažodis", "New Folder" : "Naujas aplankas", "Create" : "Sukurti", + "Explore" : "Naršyti ", "Update failed more than 50 times" : "Atnaujinimas daugiau kaip 50 kartų patyrė nesėkmę", "Deleted feed" : "Ištrintas kanalas", "Undo delete feed" : "Atšaukti kanalo ištrynimą", @@ -66,9 +75,11 @@ "Default order" : "Numatytoji tvarka", "Open feed URL" : "Atverti kanalo URL", "Delete" : "Ištrinti", + "Dismiss" : "Pašalinti", "Collapse" : "Suskleisti", "Deleted folder" : "Ištrintas aplankas", "Undo delete folder" : "Atšaukti aplanko ištrynimą", + "Starred" : "Pažymėta žvaigždute", "Unread articles" : "Neskaityti straipsniai", "All articles" : "Visi straipsniai", "Settings" : "Nustatymai", @@ -78,6 +89,7 @@ "Subscriptions (OPML)" : "Prenumeratos (OPML)", "Import" : "Importuoti", "Export" : "Eksportuoti", + "Error when importing: File does not contain valid OPML" : "Klaida importuojant: Faile nėra tinkamo OPML", "Error when importing: OPML is does neither contain feeds nor folders" : "Klaida, importuojant: OPML faile nėra nei kanalų, nei aplankų", "Error when importing: file does not contain valid JSON" : "Klaida importuojant: faile nėra teisingo JSON", "Help" : "Pagalba", diff --git a/l10n/lv.js b/l10n/lv.js index a9268c33c5..f6cbecd39d 100644 --- a/l10n/lv.js +++ b/l10n/lv.js @@ -39,7 +39,6 @@ OC.L10N.register( "Folder name" : "Mapes nosaukums", "Go back" : "Atpakaļ", "Folder exists already!" : "Mape jau eksistē!", - "Advanced settings" : "Paplašināti iestatījumi", "Credentials" : "Akreditācijas dati", "Username" : "Lietotājvārds", "Password" : "Parole", diff --git a/l10n/lv.json b/l10n/lv.json index e7925d8667..3e6dee1fba 100644 --- a/l10n/lv.json +++ b/l10n/lv.json @@ -37,7 +37,6 @@ "Folder name" : "Mapes nosaukums", "Go back" : "Atpakaļ", "Folder exists already!" : "Mape jau eksistē!", - "Advanced settings" : "Paplašināti iestatījumi", "Credentials" : "Akreditācijas dati", "Username" : "Lietotājvārds", "Password" : "Parole", diff --git a/l10n/mn.js b/l10n/mn.js index 4159229ffe..9e13684b81 100644 --- a/l10n/mn.js +++ b/l10n/mn.js @@ -30,7 +30,6 @@ OC.L10N.register( "New folder" : "Шинэ хавтас", "Folder name" : "Хавтасны нэр", "Go back" : "Буцах", - "Advanced settings" : "Нарийвчилсан тохиргоо", "Credentials" : "Итгэмжлэл", "Username" : "Хэрэглэгчийн нэр", "Password" : "Нууц үг", diff --git a/l10n/mn.json b/l10n/mn.json index 48129183cf..c593580e78 100644 --- a/l10n/mn.json +++ b/l10n/mn.json @@ -28,7 +28,6 @@ "New folder" : "Шинэ хавтас", "Folder name" : "Хавтасны нэр", "Go back" : "Буцах", - "Advanced settings" : "Нарийвчилсан тохиргоо", "Credentials" : "Итгэмжлэл", "Username" : "Хэрэглэгчийн нэр", "Password" : "Нууц үг", diff --git a/l10n/nb.js b/l10n/nb.js index 34792616d4..0cafd722d7 100644 --- a/l10n/nb.js +++ b/l10n/nb.js @@ -68,8 +68,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "Ajax eller webcron-metode påvist! Strømmene dine vil ikke bli oppdaterte!", "How to set up the operating system cron" : "Hvordan sette opp operativsystemets Cron", "Install and set up a faster parallel updater that uses the News app's update API" : "Installer og sett opp en raskere parallel oppdaterer som bruker nyhetsappens oppdaterings-API", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Oppdaget tegnsett som ikke er UTF-8 for MySQL-/MariaDB -database.", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Lær hvordan du konverterer din database til utf8mb4 (ta sikkerhetskopi først)", "Web address" : "Internettadresse", "Feed exists already!" : "Strømmen finnes allerede!", "Folder" : "Mappe", @@ -78,7 +76,6 @@ OC.L10N.register( "Folder name" : "Mappenavn", "Go back" : "Gå tilbake", "Folder exists already!" : "Mappe finnes allerede!", - "Advanced settings" : "Avanserte innstillinger", "Credentials" : "Påloggingsdetaljer", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Detaljer for HTTP Basic Auth må lagres ukryptert! Alle med tilgang til serveren eller databasen vil være i stand til å nå dem!", "Username" : "Brukernavn", diff --git a/l10n/nb.json b/l10n/nb.json index fc6570f8b6..45f63d2e49 100644 --- a/l10n/nb.json +++ b/l10n/nb.json @@ -66,8 +66,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "Ajax eller webcron-metode påvist! Strømmene dine vil ikke bli oppdaterte!", "How to set up the operating system cron" : "Hvordan sette opp operativsystemets Cron", "Install and set up a faster parallel updater that uses the News app's update API" : "Installer og sett opp en raskere parallel oppdaterer som bruker nyhetsappens oppdaterings-API", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Oppdaget tegnsett som ikke er UTF-8 for MySQL-/MariaDB -database.", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Lær hvordan du konverterer din database til utf8mb4 (ta sikkerhetskopi først)", "Web address" : "Internettadresse", "Feed exists already!" : "Strømmen finnes allerede!", "Folder" : "Mappe", @@ -76,7 +74,6 @@ "Folder name" : "Mappenavn", "Go back" : "Gå tilbake", "Folder exists already!" : "Mappe finnes allerede!", - "Advanced settings" : "Avanserte innstillinger", "Credentials" : "Påloggingsdetaljer", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Detaljer for HTTP Basic Auth må lagres ukryptert! Alle med tilgang til serveren eller databasen vil være i stand til å nå dem!", "Username" : "Brukernavn", diff --git a/l10n/nl.js b/l10n/nl.js index fe38f051b9..00cb11d8ee 100644 --- a/l10n/nl.js +++ b/l10n/nl.js @@ -69,8 +69,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "Ajax of Web cron mode gedetecteerd! Je feeds worden niet bijgewerkt!", "How to set up the operating system cron" : "Hoe wordt de cron-service van het operating system ingesteld", "Install and set up a faster parallel updater that uses the News app's update API" : "Installeer en configureer een snellere parallel updater die gebruik maakt van de update API van de Nieuws app", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Non UTF-8 tekenset voor MySQL/MariaDB database vastgesteld!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Leer hoe je je database naar utf8mb4 converteert (maak eerst een backup)", "Web address" : "Webadres", "Feed exists already!" : "Feed bestaat al!", "Folder" : "Map", @@ -79,7 +77,6 @@ OC.L10N.register( "Folder name" : "Mapnaam", "Go back" : "Terug", "Folder exists already!" : "Map bestaat al!", - "Advanced settings" : "Geavanceerde instellingen", "Credentials" : "Inloggegevens", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "HTTP basis auth gegevens moeten ongecodeerd worden opgeslagen! Iederen die toegang heeft tot de server of database kan deze benaderen! ", "Username" : "Gebruikersnaam", diff --git a/l10n/nl.json b/l10n/nl.json index 52f7bcd4e5..327e4a19da 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -67,8 +67,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "Ajax of Web cron mode gedetecteerd! Je feeds worden niet bijgewerkt!", "How to set up the operating system cron" : "Hoe wordt de cron-service van het operating system ingesteld", "Install and set up a faster parallel updater that uses the News app's update API" : "Installeer en configureer een snellere parallel updater die gebruik maakt van de update API van de Nieuws app", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Non UTF-8 tekenset voor MySQL/MariaDB database vastgesteld!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Leer hoe je je database naar utf8mb4 converteert (maak eerst een backup)", "Web address" : "Webadres", "Feed exists already!" : "Feed bestaat al!", "Folder" : "Map", @@ -77,7 +75,6 @@ "Folder name" : "Mapnaam", "Go back" : "Terug", "Folder exists already!" : "Map bestaat al!", - "Advanced settings" : "Geavanceerde instellingen", "Credentials" : "Inloggegevens", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "HTTP basis auth gegevens moeten ongecodeerd worden opgeslagen! Iederen die toegang heeft tot de server of database kan deze benaderen! ", "Username" : "Gebruikersnaam", diff --git a/l10n/oc.js b/l10n/oc.js index 3a3f9af5a6..36d8166593 100644 --- a/l10n/oc.js +++ b/l10n/oc.js @@ -66,7 +66,6 @@ OC.L10N.register( "Folder name" : "Nom del dorsièr", "Go back" : "Revenir en arrière", "Folder exists already!" : "Lo dorsièr existís ja !", - "Advanced settings" : "Paramètres avançats", "Credentials" : "Informacions d'identificacion", "Username" : "Identificant", "Password" : "Senhal", diff --git a/l10n/oc.json b/l10n/oc.json index c2568f469d..39e5ef11dd 100644 --- a/l10n/oc.json +++ b/l10n/oc.json @@ -64,7 +64,6 @@ "Folder name" : "Nom del dorsièr", "Go back" : "Revenir en arrière", "Folder exists already!" : "Lo dorsièr existís ja !", - "Advanced settings" : "Paramètres avançats", "Credentials" : "Informacions d'identificacion", "Username" : "Identificant", "Password" : "Senhal", diff --git a/l10n/pl.js b/l10n/pl.js index 32b772736e..06c9e7dff2 100644 --- a/l10n/pl.js +++ b/l10n/pl.js @@ -69,8 +69,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "Wykryto ustawienie Ajax lub webcron! Twoje kanały nie będą aktualizowane!", "How to set up the operating system cron" : "Jak ustawić cron systemu operacyjnego", "Install and set up a faster parallel updater that uses the News app's update API" : "Zainstaluj i ustaw szybszy równoległy aktualizator, który używa do aktualizacji API aplikacji News", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Wykryto, że baza danych MySQL/MariaDB ma zestaw znaków niezgodny z UTF-8!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Dowiedz się jak przekonwertować swoją bazę do utf8mb4 (zanim rozpoczniesz wykonaj kopię zapasową)", "Web address" : "Adres web", "Feed exists already!" : "Kanał już istnieje!", "Folder" : "Folder", @@ -79,7 +77,6 @@ OC.L10N.register( "Folder name" : "Nazwa folderu", "Go back" : "Wróć", "Folder exists already!" : "Folder już istnieje!", - "Advanced settings" : "Ustawienia zaawansowane", "Credentials" : "Poświadczenia", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Podstawowe poświadczenia uwierzytelnienia HTTP muszą być zapisane odszyfrowane! Każdy posiadający dostęp do serwera lub bazy danych będzie mógł je odczytać!", "Username" : "Nazwa użytkownika", diff --git a/l10n/pl.json b/l10n/pl.json index e0cfd83f50..28abb8a2fd 100644 --- a/l10n/pl.json +++ b/l10n/pl.json @@ -67,8 +67,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "Wykryto ustawienie Ajax lub webcron! Twoje kanały nie będą aktualizowane!", "How to set up the operating system cron" : "Jak ustawić cron systemu operacyjnego", "Install and set up a faster parallel updater that uses the News app's update API" : "Zainstaluj i ustaw szybszy równoległy aktualizator, który używa do aktualizacji API aplikacji News", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Wykryto, że baza danych MySQL/MariaDB ma zestaw znaków niezgodny z UTF-8!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Dowiedz się jak przekonwertować swoją bazę do utf8mb4 (zanim rozpoczniesz wykonaj kopię zapasową)", "Web address" : "Adres web", "Feed exists already!" : "Kanał już istnieje!", "Folder" : "Folder", @@ -77,7 +75,6 @@ "Folder name" : "Nazwa folderu", "Go back" : "Wróć", "Folder exists already!" : "Folder już istnieje!", - "Advanced settings" : "Ustawienia zaawansowane", "Credentials" : "Poświadczenia", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Podstawowe poświadczenia uwierzytelnienia HTTP muszą być zapisane odszyfrowane! Każdy posiadający dostęp do serwera lub bazy danych będzie mógł je odczytać!", "Username" : "Nazwa użytkownika", diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js index 62c309fc33..8f8afd6f25 100644 --- a/l10n/pt_BR.js +++ b/l10n/pt_BR.js @@ -69,8 +69,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "Modo ajax ou webcron detectado! Seus feeds não serão atualizados!", "How to set up the operating system cron" : "Como configurar o Cron do sistema operacional", "Install and set up a faster parallel updater that uses the News app's update API" : "Instale e configure um atualizador rápido paralelo que usa os novos aplicativos API para atualizar", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Nenhum conjunto de caracteres UTF-8 para banco de dados MySQL/MariaDB encontrado!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Aprenda como converter seu banco de dados para utf8mb4 (faça um backup antecipadamente)", "Web address" : "Endereço web", "Feed exists already!" : "Este feed já existe!", "Folder" : "Pasta", @@ -79,7 +77,6 @@ OC.L10N.register( "Folder name" : "Nome da pasta", "Go back" : "Retornar", "Folder exists already!" : "Esta pasta já existe!", - "Advanced settings" : "Configurações avançadas", "Credentials" : "Credenciais", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Credenciais Básicas de Autenticação HTTP devem ser armazenadas sem criptografia! Todos com acesso ao servidor ou banco de dados serão capazes de acessá-los!", "Username" : "Nome de usuário", @@ -115,7 +112,7 @@ OC.L10N.register( "Disable mark read through scrolling" : "Desativar a marca de lido durante a rolagem", "Compact view" : "Versão reduzida", "Expand articles on key navigation" : "Expandir artigos sobre tecla de navegação", - "Show all articles" : "Mostrar todos os artigos", + "Show all articles" : "Exibir todos os artigos", "Reverse ordering (oldest on top)" : "Ordem inversa (o mais antigo no topo)", "Subscriptions (OPML)" : "Assinaturas (OPML) ", "Import" : "Importar", diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json index 41ef27cf06..888ee9b7be 100644 --- a/l10n/pt_BR.json +++ b/l10n/pt_BR.json @@ -67,8 +67,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "Modo ajax ou webcron detectado! Seus feeds não serão atualizados!", "How to set up the operating system cron" : "Como configurar o Cron do sistema operacional", "Install and set up a faster parallel updater that uses the News app's update API" : "Instale e configure um atualizador rápido paralelo que usa os novos aplicativos API para atualizar", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Nenhum conjunto de caracteres UTF-8 para banco de dados MySQL/MariaDB encontrado!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Aprenda como converter seu banco de dados para utf8mb4 (faça um backup antecipadamente)", "Web address" : "Endereço web", "Feed exists already!" : "Este feed já existe!", "Folder" : "Pasta", @@ -77,7 +75,6 @@ "Folder name" : "Nome da pasta", "Go back" : "Retornar", "Folder exists already!" : "Esta pasta já existe!", - "Advanced settings" : "Configurações avançadas", "Credentials" : "Credenciais", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Credenciais Básicas de Autenticação HTTP devem ser armazenadas sem criptografia! Todos com acesso ao servidor ou banco de dados serão capazes de acessá-los!", "Username" : "Nome de usuário", @@ -113,7 +110,7 @@ "Disable mark read through scrolling" : "Desativar a marca de lido durante a rolagem", "Compact view" : "Versão reduzida", "Expand articles on key navigation" : "Expandir artigos sobre tecla de navegação", - "Show all articles" : "Mostrar todos os artigos", + "Show all articles" : "Exibir todos os artigos", "Reverse ordering (oldest on top)" : "Ordem inversa (o mais antigo no topo)", "Subscriptions (OPML)" : "Assinaturas (OPML) ", "Import" : "Importar", diff --git a/l10n/pt_PT.js b/l10n/pt_PT.js index ba933fb928..9456f3d516 100644 --- a/l10n/pt_PT.js +++ b/l10n/pt_PT.js @@ -68,7 +68,6 @@ OC.L10N.register( "Folder name" : "Nome da pasta", "Go back" : "Voltar", "Folder exists already!" : "A pasta já existe!", - "Advanced settings" : "Definições avançadas", "Credentials" : "Credenciais", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "As credenciais de autenticação básica HTTP têm de ser armazenadas de forma não encriptada. Qualquer pessoa com acesso ao servidor ou base de dados poderá vê-las!", "Username" : "Nome de utilizador", diff --git a/l10n/pt_PT.json b/l10n/pt_PT.json index 53329e0d8d..884debcbff 100644 --- a/l10n/pt_PT.json +++ b/l10n/pt_PT.json @@ -66,7 +66,6 @@ "Folder name" : "Nome da pasta", "Go back" : "Voltar", "Folder exists already!" : "A pasta já existe!", - "Advanced settings" : "Definições avançadas", "Credentials" : "Credenciais", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "As credenciais de autenticação básica HTTP têm de ser armazenadas de forma não encriptada. Qualquer pessoa com acesso ao servidor ou base de dados poderá vê-las!", "Username" : "Nome de utilizador", diff --git a/l10n/ro.js b/l10n/ro.js index 72b01fd6ec..40f9791d9d 100644 --- a/l10n/ro.js +++ b/l10n/ro.js @@ -35,7 +35,6 @@ OC.L10N.register( "Folder name" : "Denumire director", "Go back" : "Înapoi", "Folder exists already!" : "Directorul există deja!", - "Advanced settings" : "Setări avansate", "Credentials" : "Detalii de autentificare", "Username" : "Utilizator", "Password" : "Parolă", diff --git a/l10n/ro.json b/l10n/ro.json index a9e114351d..f4d4c8464a 100644 --- a/l10n/ro.json +++ b/l10n/ro.json @@ -33,7 +33,6 @@ "Folder name" : "Denumire director", "Go back" : "Înapoi", "Folder exists already!" : "Directorul există deja!", - "Advanced settings" : "Setări avansate", "Credentials" : "Detalii de autentificare", "Username" : "Utilizator", "Password" : "Parolă", diff --git a/l10n/ru.js b/l10n/ru.js index 0be2dec8fe..455938ed35 100644 --- a/l10n/ru.js +++ b/l10n/ru.js @@ -68,8 +68,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "Обнаружен режим планировщика задач Ajax или webcron! Ленты не будут обновляться!", "How to set up the operating system cron" : "Как настроить cron (планировщик задач) операционной системы", "Install and set up a faster parallel updater that uses the News app's update API" : "Установить и настроить более быстрое средство параллельного обновления, которое использует собственный API обновлений приложения новостей", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "База данных MySQL/MariaDB использует кодировку, отличную от UTF-8!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Узнайте как сконвертировать вашу базу данных в кодировку utf8mb4 (сначала создайте резервную копию)", "Web address" : "Веб адрес", "Feed exists already!" : "Лента уже существует!", "Folder" : "Папка", @@ -78,7 +76,6 @@ OC.L10N.register( "Folder name" : "Имя папки", "Go back" : "Вернуться назад", "Folder exists already!" : "Папка уже существует!", - "Advanced settings" : "Расширенные настройки", "Credentials" : "Учётные данные", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Аутентификационные данные HTTP Basic придётся сохранить в незашифрованном виде! Каждый, у кого есть доступ внутрь сервера или в базу данных, сможет прочитать их!", "Username" : "Имя пользователя", diff --git a/l10n/ru.json b/l10n/ru.json index 032c2dcb88..1d8310d481 100644 --- a/l10n/ru.json +++ b/l10n/ru.json @@ -66,8 +66,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "Обнаружен режим планировщика задач Ajax или webcron! Ленты не будут обновляться!", "How to set up the operating system cron" : "Как настроить cron (планировщик задач) операционной системы", "Install and set up a faster parallel updater that uses the News app's update API" : "Установить и настроить более быстрое средство параллельного обновления, которое использует собственный API обновлений приложения новостей", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "База данных MySQL/MariaDB использует кодировку, отличную от UTF-8!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Узнайте как сконвертировать вашу базу данных в кодировку utf8mb4 (сначала создайте резервную копию)", "Web address" : "Веб адрес", "Feed exists already!" : "Лента уже существует!", "Folder" : "Папка", @@ -76,7 +74,6 @@ "Folder name" : "Имя папки", "Go back" : "Вернуться назад", "Folder exists already!" : "Папка уже существует!", - "Advanced settings" : "Расширенные настройки", "Credentials" : "Учётные данные", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Аутентификационные данные HTTP Basic придётся сохранить в незашифрованном виде! Каждый, у кого есть доступ внутрь сервера или в базу данных, сможет прочитать их!", "Username" : "Имя пользователя", diff --git a/l10n/sk.js b/l10n/sk.js index 1b148e9e0b..5dc91e6e6f 100644 --- a/l10n/sk.js +++ b/l10n/sk.js @@ -68,8 +68,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "Bol zistený ajax alebo webcron mód. Vaše kanály sa nebudú aktualizovať!", "How to set up the operating system cron" : "Ako nastaviť cron v operačnom systéme", "Install and set up a faster parallel updater that uses the News app's update API" : "Nainštalovať a nastaviť rýchlejší paralelný systém aktualizácie používajúci aktualizačné API modulu Noviniek", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Bolo zistené MySQL/MariaDB so znakovou sadou inou než UTF-8!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Naučte sa, ako konvertovať databázu do utf8mb4 (najprv vykonajte zálohu)", "Web address" : "Web adresa", "Feed exists already!" : "Kanál už existuje!", "Folder" : "Priečinok", @@ -78,7 +76,6 @@ OC.L10N.register( "Folder name" : "Názov priečinka", "Go back" : "Ísť späť", "Folder exists already!" : "Priečinok už existuje!", - "Advanced settings" : "Rozšírené nastavenia", "Credentials" : "Prihlasovanie údaje", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Prihlasovacie údaje pre HTTP Basic Auth musia byť uložené nezašifrované! Každý s prístupom k serveru alebo databáze si ich bude môcť prečítať!", "Username" : "Používateľské meno", diff --git a/l10n/sk.json b/l10n/sk.json index 5342dc03b4..6b39bee3e9 100644 --- a/l10n/sk.json +++ b/l10n/sk.json @@ -66,8 +66,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "Bol zistený ajax alebo webcron mód. Vaše kanály sa nebudú aktualizovať!", "How to set up the operating system cron" : "Ako nastaviť cron v operačnom systéme", "Install and set up a faster parallel updater that uses the News app's update API" : "Nainštalovať a nastaviť rýchlejší paralelný systém aktualizácie používajúci aktualizačné API modulu Noviniek", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Bolo zistené MySQL/MariaDB so znakovou sadou inou než UTF-8!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Naučte sa, ako konvertovať databázu do utf8mb4 (najprv vykonajte zálohu)", "Web address" : "Web adresa", "Feed exists already!" : "Kanál už existuje!", "Folder" : "Priečinok", @@ -76,7 +74,6 @@ "Folder name" : "Názov priečinka", "Go back" : "Ísť späť", "Folder exists already!" : "Priečinok už existuje!", - "Advanced settings" : "Rozšírené nastavenia", "Credentials" : "Prihlasovanie údaje", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Prihlasovacie údaje pre HTTP Basic Auth musia byť uložené nezašifrované! Každý s prístupom k serveru alebo databáze si ich bude môcť prečítať!", "Username" : "Používateľské meno", diff --git a/l10n/sl.js b/l10n/sl.js index 603a93694a..b5300caa43 100644 --- a/l10n/sl.js +++ b/l10n/sl.js @@ -8,7 +8,7 @@ OC.L10N.register( "Internal server error! Please check your data/nextcloud.log file for additional information!" : "Interna napaka strežnika! Preveri data/nextcloud.log datoteko za dodatne informacije!", "Request failed, Nextcloud is in currently in maintenance mode!" : "Zahteva ni uspela, Nextcloud je trenutno v servisnem načinu!", "Can not add feed: Exists already" : "Vira ni mogoče dodati: ta že obstaja", - "Articles without feed" : "Članki brez virov", + "Articles without feed" : "Prispevki brez virov", "Can not add folder: Exists already" : "Ni mogoče dodati mape: mapa že obstaja.", "News" : "Novice", "An RSS/Atom feed reader" : "Bralnik virov RSS/Atom", @@ -63,6 +63,7 @@ OC.L10N.register( "Scroll to active navigation entry" : "Pomakni se na predmet v žarišču", "Focus search field" : "Postavi iskalno polje v žarišče", "Mark current article's feed/folder read" : "Označi trenutni predmet kot prebran", + "Ajax or webcron mode detected! Your feeds will not be updated!" : "Zaznan je način Ajax oziroma webcron! Izbrani viri ne bodo posodobljeni!", "How to set up the operating system cron" : "Kako nastaviti opravila cron operacijskega sistema", "Install and set up a faster parallel updater that uses the News app's update API" : "Namesti in nastavi hitrejši vzporedni posodabljalnik, ki za posodobitev uporablja API programa News", "Web address" : "Spletni naslov", @@ -73,7 +74,6 @@ OC.L10N.register( "Folder name" : "Ime mape", "Go back" : "Nazaj", "Folder exists already!" : "Mapa že obstaja!", - "Advanced settings" : "Napredne nastavitve", "Credentials" : "Poverila", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "HTTP Basic Auth podatki morajo biti shranjeni nekodirani! Vsakdo z dostopom do baze jih lahko vidi!", "Username" : "Uporabniško ime", diff --git a/l10n/sl.json b/l10n/sl.json index ca871eeddd..0b9a420b06 100644 --- a/l10n/sl.json +++ b/l10n/sl.json @@ -6,7 +6,7 @@ "Internal server error! Please check your data/nextcloud.log file for additional information!" : "Interna napaka strežnika! Preveri data/nextcloud.log datoteko za dodatne informacije!", "Request failed, Nextcloud is in currently in maintenance mode!" : "Zahteva ni uspela, Nextcloud je trenutno v servisnem načinu!", "Can not add feed: Exists already" : "Vira ni mogoče dodati: ta že obstaja", - "Articles without feed" : "Članki brez virov", + "Articles without feed" : "Prispevki brez virov", "Can not add folder: Exists already" : "Ni mogoče dodati mape: mapa že obstaja.", "News" : "Novice", "An RSS/Atom feed reader" : "Bralnik virov RSS/Atom", @@ -61,6 +61,7 @@ "Scroll to active navigation entry" : "Pomakni se na predmet v žarišču", "Focus search field" : "Postavi iskalno polje v žarišče", "Mark current article's feed/folder read" : "Označi trenutni predmet kot prebran", + "Ajax or webcron mode detected! Your feeds will not be updated!" : "Zaznan je način Ajax oziroma webcron! Izbrani viri ne bodo posodobljeni!", "How to set up the operating system cron" : "Kako nastaviti opravila cron operacijskega sistema", "Install and set up a faster parallel updater that uses the News app's update API" : "Namesti in nastavi hitrejši vzporedni posodabljalnik, ki za posodobitev uporablja API programa News", "Web address" : "Spletni naslov", @@ -71,7 +72,6 @@ "Folder name" : "Ime mape", "Go back" : "Nazaj", "Folder exists already!" : "Mapa že obstaja!", - "Advanced settings" : "Napredne nastavitve", "Credentials" : "Poverila", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "HTTP Basic Auth podatki morajo biti shranjeni nekodirani! Vsakdo z dostopom do baze jih lahko vidi!", "Username" : "Uporabniško ime", diff --git a/l10n/sq.js b/l10n/sq.js index 8b741c0c34..52fae45e9b 100644 --- a/l10n/sq.js +++ b/l10n/sq.js @@ -67,8 +67,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "Zbulohet modaliteti Ajax ose webcron! Feedet tuaja nuk do të përditësohen!", "How to set up the operating system cron" : "Si të rregullohet cron-i i sistemit operativ", "Install and set up a faster parallel updater that uses the News app's update API" : "Instaloni dhe rregulloni për punë një përditësues paralel më të shpejtë që përdor për përditësime API-n e aplikacionit Lajme", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Jo UTF-8 charset për databazën MySQL/MariaDB u zbulua!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Mëso se si të konvertohet databaza juaj në utf8mb4 (bëj paraprakisht një kopje rezervë)", "Web address" : "Adresë Web", "Feed exists already!" : "Prurja ekziston tashmë!", "Folder" : "Dosje", @@ -77,7 +75,6 @@ OC.L10N.register( "Folder name" : "Emër dosjeje", "Go back" : "Kthehuni mbrapsht", "Folder exists already!" : "Ka një dosje të tillë!", - "Advanced settings" : "Rregullime të mëtejshme", "Credentials" : "Kredenciale", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Kredencialet HTTP Basic Auth duhet të depozitohen të pafshehtëzuara! Cilido që ka hyrje te shërbyesi ose te baza e të dhënave do të jetë në gjendje të hyjë në to!", "Username" : "Emër përdoruesi", diff --git a/l10n/sq.json b/l10n/sq.json index e1948b22d7..afdbdf4f41 100644 --- a/l10n/sq.json +++ b/l10n/sq.json @@ -65,8 +65,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "Zbulohet modaliteti Ajax ose webcron! Feedet tuaja nuk do të përditësohen!", "How to set up the operating system cron" : "Si të rregullohet cron-i i sistemit operativ", "Install and set up a faster parallel updater that uses the News app's update API" : "Instaloni dhe rregulloni për punë një përditësues paralel më të shpejtë që përdor për përditësime API-n e aplikacionit Lajme", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Jo UTF-8 charset për databazën MySQL/MariaDB u zbulua!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Mëso se si të konvertohet databaza juaj në utf8mb4 (bëj paraprakisht një kopje rezervë)", "Web address" : "Adresë Web", "Feed exists already!" : "Prurja ekziston tashmë!", "Folder" : "Dosje", @@ -75,7 +73,6 @@ "Folder name" : "Emër dosjeje", "Go back" : "Kthehuni mbrapsht", "Folder exists already!" : "Ka një dosje të tillë!", - "Advanced settings" : "Rregullime të mëtejshme", "Credentials" : "Kredenciale", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Kredencialet HTTP Basic Auth duhet të depozitohen të pafshehtëzuara! Cilido që ka hyrje te shërbyesi ose te baza e të dhënave do të jetë në gjendje të hyjë në to!", "Username" : "Emër përdoruesi", diff --git a/l10n/sr.js b/l10n/sr.js index 0c77bbdbfe..14c6824f87 100644 --- a/l10n/sr.js +++ b/l10n/sr.js @@ -69,8 +69,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "Детектован Ajax или webcron начин рада! Доводи неће бити ажурирани!", "How to set up the operating system cron" : "Како подестити крон оперативног система", "Install and set up a faster parallel updater that uses the News app's update API" : "Инсталирајте и подесите брже паралелно ажурирање које користи API за ажурирање од ове апликације", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Детектован кодни распоред за MySQL/MariaDB који није UTF-8!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Научите како да конвертујете базу у utf8mb4 (направите резервну копију пре тога)", "Web address" : "Веб адреса", "Feed exists already!" : "Довод већ постоји!", "Folder" : "Фасцикла", @@ -79,7 +77,6 @@ OC.L10N.register( "Folder name" : "Назив фасцикле", "Go back" : "Иди назад", "Folder exists already!" : "Фасцикла већ постоји!", - "Advanced settings" : "Напредне поставке", "Credentials" : "Акредитиви", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "HTTP Basic Auth акредитиви морају бити сачувани нешифровани! Свак са приступом серверу или бази ће моћи да им приступи!", "Username" : "Корисничко име", diff --git a/l10n/sr.json b/l10n/sr.json index 1f1e5d2e7b..26500522c4 100644 --- a/l10n/sr.json +++ b/l10n/sr.json @@ -67,8 +67,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "Детектован Ajax или webcron начин рада! Доводи неће бити ажурирани!", "How to set up the operating system cron" : "Како подестити крон оперативног система", "Install and set up a faster parallel updater that uses the News app's update API" : "Инсталирајте и подесите брже паралелно ажурирање које користи API за ажурирање од ове апликације", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "Детектован кодни распоред за MySQL/MariaDB који није UTF-8!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Научите како да конвертујете базу у utf8mb4 (направите резервну копију пре тога)", "Web address" : "Веб адреса", "Feed exists already!" : "Довод већ постоји!", "Folder" : "Фасцикла", @@ -77,7 +75,6 @@ "Folder name" : "Назив фасцикле", "Go back" : "Иди назад", "Folder exists already!" : "Фасцикла већ постоји!", - "Advanced settings" : "Напредне поставке", "Credentials" : "Акредитиви", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "HTTP Basic Auth акредитиви морају бити сачувани нешифровани! Свак са приступом серверу или бази ће моћи да им приступи!", "Username" : "Корисничко име", diff --git a/l10n/sv.js b/l10n/sv.js index ed0e3bbdb0..599e18381d 100644 --- a/l10n/sv.js +++ b/l10n/sv.js @@ -68,8 +68,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "Ajax- eller webcron-läge upptäckt! Dina flöden kommer inte uppdateras!", "How to set up the operating system cron" : "Hur man ställer in cron från operativsystemet", "Install and set up a faster parallel updater that uses the News app's update API" : "Installera och konfigurera en snabbare parallell uppdaterare som använder programmet Nyheter uppdatering API", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "UTF-8 är inte valt MySQL/MariaDB-databasen upptäcktes!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Lär dig hur databasen kan konverteras till utf8mb4 (gör en backup först)", "Web address" : "Webbadress", "Feed exists already!" : "Flödet finns redan!", "Folder" : "Mapp", @@ -78,7 +76,6 @@ OC.L10N.register( "Folder name" : "Mappnamn", "Go back" : "Gå tillbaks", "Folder exists already!" : "Katalogen finns redan", - "Advanced settings" : "Avancerade inställningar", "Credentials" : "Inloggningsuppgifter", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Grundläggande HTTP-autentiseringsuppgifter måste lagras okrypterade! Alla med tillgång till servern eller databasen kommer att kunna få tillgång till dem!", "Username" : "Användarnamn", diff --git a/l10n/sv.json b/l10n/sv.json index 29a40679dd..5d24cd7df1 100644 --- a/l10n/sv.json +++ b/l10n/sv.json @@ -66,8 +66,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "Ajax- eller webcron-läge upptäckt! Dina flöden kommer inte uppdateras!", "How to set up the operating system cron" : "Hur man ställer in cron från operativsystemet", "Install and set up a faster parallel updater that uses the News app's update API" : "Installera och konfigurera en snabbare parallell uppdaterare som använder programmet Nyheter uppdatering API", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "UTF-8 är inte valt MySQL/MariaDB-databasen upptäcktes!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Lär dig hur databasen kan konverteras till utf8mb4 (gör en backup först)", "Web address" : "Webbadress", "Feed exists already!" : "Flödet finns redan!", "Folder" : "Mapp", @@ -76,7 +74,6 @@ "Folder name" : "Mappnamn", "Go back" : "Gå tillbaks", "Folder exists already!" : "Katalogen finns redan", - "Advanced settings" : "Avancerade inställningar", "Credentials" : "Inloggningsuppgifter", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "Grundläggande HTTP-autentiseringsuppgifter måste lagras okrypterade! Alla med tillgång till servern eller databasen kommer att kunna få tillgång till dem!", "Username" : "Användarnamn", diff --git a/l10n/th.js b/l10n/th.js index 8efd5756dd..28e85a2fbd 100644 --- a/l10n/th.js +++ b/l10n/th.js @@ -68,7 +68,6 @@ OC.L10N.register( "Folder name" : "ชื่อโฟลเดอร์", "Go back" : "กลับไป", "Folder exists already!" : "โฟลเดอร์มีอยู่แล้วในระบบ", - "Advanced settings" : "ตั้งค่าขั้นสูง", "Credentials" : "ข้อมูลส่วนตัวสำหรับเข้าระบบ", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "ข้อมูลประจำตัวการตรวจสอบสิทธิ์พื้นฐานของ HTTP จะต้องเก็บไว้แบบไม่ได้เข้ารหัสลับ! ทุกคนที่มีการเข้าถึงเซิร์ฟเวอร์หรือฐานข้อมูลจะสามารถเข้าถึงมันได้!", "Username" : "ชื่อผู้ใช้", diff --git a/l10n/th.json b/l10n/th.json index 5d14557682..6fef4dd939 100644 --- a/l10n/th.json +++ b/l10n/th.json @@ -66,7 +66,6 @@ "Folder name" : "ชื่อโฟลเดอร์", "Go back" : "กลับไป", "Folder exists already!" : "โฟลเดอร์มีอยู่แล้วในระบบ", - "Advanced settings" : "ตั้งค่าขั้นสูง", "Credentials" : "ข้อมูลส่วนตัวสำหรับเข้าระบบ", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "ข้อมูลประจำตัวการตรวจสอบสิทธิ์พื้นฐานของ HTTP จะต้องเก็บไว้แบบไม่ได้เข้ารหัสลับ! ทุกคนที่มีการเข้าถึงเซิร์ฟเวอร์หรือฐานข้อมูลจะสามารถเข้าถึงมันได้!", "Username" : "ชื่อผู้ใช้", diff --git a/l10n/tr.js b/l10n/tr.js index 70db7063c7..5abacd53bd 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -69,8 +69,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "Ajax ya da Web zamanlanmış görev kipi algılandı! Akışlarınız güncellenmeyecek!", "How to set up the operating system cron" : "İşletim sistemi zamanlanmış görevi nasıl ayarlanır", "Install and set up a faster parallel updater that uses the News app's update API" : "Haberler uygulamasının güncelleme API yazılımını kullanan daha hızlı bir paralel güncelleyici kurun ve ayarlayın", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "MySQL/MariaDB için UTF-8 olmayan karakter kümesi algılandı!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Veritabanınızı utf8mb4 karakter kümesine dönüştürme hakkında bilgi alın (önce yedek alın)", "Web address" : "Web adresi", "Feed exists already!" : "Akış zaten var!", "Folder" : "Klasör", @@ -79,7 +77,6 @@ OC.L10N.register( "Folder name" : "Klasör adı", "Go back" : "Geri dön", "Folder exists already!" : "Klasör zaten var!", - "Advanced settings" : "Gelişmiş ayarlar", "Credentials" : "Kimlik Doğrulama Bilgileri", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "HTTP Basic Auth kimlik doğrulama bilgilerinin şifrelenmemiş olarak depolanması gerektiğinden, sunucu ya da veritabanına erişimi olan herkes bu bilgilere erişebilir!", "Username" : "Kullanıcı adı", diff --git a/l10n/tr.json b/l10n/tr.json index f73f5d4f90..04c623564b 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -67,8 +67,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "Ajax ya da Web zamanlanmış görev kipi algılandı! Akışlarınız güncellenmeyecek!", "How to set up the operating system cron" : "İşletim sistemi zamanlanmış görevi nasıl ayarlanır", "Install and set up a faster parallel updater that uses the News app's update API" : "Haberler uygulamasının güncelleme API yazılımını kullanan daha hızlı bir paralel güncelleyici kurun ve ayarlayın", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "MySQL/MariaDB için UTF-8 olmayan karakter kümesi algılandı!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "Veritabanınızı utf8mb4 karakter kümesine dönüştürme hakkında bilgi alın (önce yedek alın)", "Web address" : "Web adresi", "Feed exists already!" : "Akış zaten var!", "Folder" : "Klasör", @@ -77,7 +75,6 @@ "Folder name" : "Klasör adı", "Go back" : "Geri dön", "Folder exists already!" : "Klasör zaten var!", - "Advanced settings" : "Gelişmiş ayarlar", "Credentials" : "Kimlik Doğrulama Bilgileri", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "HTTP Basic Auth kimlik doğrulama bilgilerinin şifrelenmemiş olarak depolanması gerektiğinden, sunucu ya da veritabanına erişimi olan herkes bu bilgilere erişebilir!", "Username" : "Kullanıcı adı", diff --git a/l10n/uk.js b/l10n/uk.js index ba2bffd156..bb99b8946d 100644 --- a/l10n/uk.js +++ b/l10n/uk.js @@ -66,7 +66,6 @@ OC.L10N.register( "Folder name" : "Ім'я теки", "Go back" : "Повернутися назад", "Folder exists already!" : "Тека вже існує !", - "Advanced settings" : "Розширені налаштування", "Credentials" : "Облікові дані", "Username" : "Ім'я користувача", "Password" : "Пароль", diff --git a/l10n/uk.json b/l10n/uk.json index 8bafb8937b..d1e4c676d4 100644 --- a/l10n/uk.json +++ b/l10n/uk.json @@ -64,7 +64,6 @@ "Folder name" : "Ім'я теки", "Go back" : "Повернутися назад", "Folder exists already!" : "Тека вже існує !", - "Advanced settings" : "Розширені налаштування", "Credentials" : "Облікові дані", "Username" : "Ім'я користувача", "Password" : "Пароль", diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index 842afc4be0..4153141baa 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -12,6 +12,7 @@ OC.L10N.register( "Can not add folder: Exists already" : "无法增加文件夹:文件夹已存在", "News" : "新闻", "An RSS/Atom feed reader" : "一个 RSS/Atom 订阅器", + "The News app is an RSS/Atom feed reader for Nextcloud which can be synced with many mobile devices. A list of all clients and requirements can be found [in the README](https://github.com/nextcloud/news)\n\nBefore you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.\n\n**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news)." : "News应用是Nextcloud上的一个RSS/Atom订阅器,可在多个移动设备间同步。客户端列表及安装需求请见 [README文档] (https://github.com/nextcloud/news)\n\n在您升级到新版本前,[请查看变更日志](https://github.com/nextcloud/news/blob/master/CHANGELOG.md)以避免意外。\n\n**重要**:要启用订阅更新您需要启用[Nextcloud系统计划任务](https://docs.nextcloud.com/server/10/admin_manual/configuration_server/background_jobs_configuration.html#cron)或者使用[一个更新器](https://github.com/nextcloud/news-updater),它会调用集成的更新API并禁用计划任务更新。更多信息请见[README文档](https://github.com/nextcloud/news)。", "Use system cron for updates" : "使用系统计划任务执行更新", "Disable this if you run a custom updater such as the Python updater included in the app" : "如果您运行了诸如应用自带的 Python 更新器,请禁用此项", "Purge interval" : "清理间隔", @@ -68,8 +69,6 @@ OC.L10N.register( "Ajax or webcron mode detected! Your feeds will not be updated!" : "检测到 Ajax 或 webcron 模式!您的 feeds 将无法被更新!", "How to set up the operating system cron" : "如何设置操作系统定时任务", "Install and set up a faster parallel updater that uses the News app's update API" : "安装并设置一个更快速的更新程序,它使用新闻应用程序更新API", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "检测到 MySQL / MariaDB 数据库的非 UTF-8 字符集!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "了解如何将数据库转换成 utf8mb4(操作前请先备份)", "Web address" : "网络地址", "Feed exists already!" : "Feed 已存在!", "Folder" : "文件夹", @@ -78,7 +77,6 @@ OC.L10N.register( "Folder name" : "文件夹名称", "Go back" : "后退", "Folder exists already!" : "文件夹已经存在!", - "Advanced settings" : "高级选项", "Credentials" : "凭证", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "HTTP Basic Auth 认证只能被未加密保存!所有可以访问这个服务器的数据库的人都可以访问他们!", "Username" : "用户名", diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index 085e0abe8f..3a1c4202fc 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -10,6 +10,7 @@ "Can not add folder: Exists already" : "无法增加文件夹:文件夹已存在", "News" : "新闻", "An RSS/Atom feed reader" : "一个 RSS/Atom 订阅器", + "The News app is an RSS/Atom feed reader for Nextcloud which can be synced with many mobile devices. A list of all clients and requirements can be found [in the README](https://github.com/nextcloud/news)\n\nBefore you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.\n\n**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news)." : "News应用是Nextcloud上的一个RSS/Atom订阅器,可在多个移动设备间同步。客户端列表及安装需求请见 [README文档] (https://github.com/nextcloud/news)\n\n在您升级到新版本前,[请查看变更日志](https://github.com/nextcloud/news/blob/master/CHANGELOG.md)以避免意外。\n\n**重要**:要启用订阅更新您需要启用[Nextcloud系统计划任务](https://docs.nextcloud.com/server/10/admin_manual/configuration_server/background_jobs_configuration.html#cron)或者使用[一个更新器](https://github.com/nextcloud/news-updater),它会调用集成的更新API并禁用计划任务更新。更多信息请见[README文档](https://github.com/nextcloud/news)。", "Use system cron for updates" : "使用系统计划任务执行更新", "Disable this if you run a custom updater such as the Python updater included in the app" : "如果您运行了诸如应用自带的 Python 更新器,请禁用此项", "Purge interval" : "清理间隔", @@ -66,8 +67,6 @@ "Ajax or webcron mode detected! Your feeds will not be updated!" : "检测到 Ajax 或 webcron 模式!您的 feeds 将无法被更新!", "How to set up the operating system cron" : "如何设置操作系统定时任务", "Install and set up a faster parallel updater that uses the News app's update API" : "安装并设置一个更快速的更新程序,它使用新闻应用程序更新API", - "Non UTF-8 charset for MySQL/MariaDB database detected!" : "检测到 MySQL / MariaDB 数据库的非 UTF-8 字符集!", - "Learn how to convert your database to utf8mb4 (make a backup beforehand)" : "了解如何将数据库转换成 utf8mb4(操作前请先备份)", "Web address" : "网络地址", "Feed exists already!" : "Feed 已存在!", "Folder" : "文件夹", @@ -76,7 +75,6 @@ "Folder name" : "文件夹名称", "Go back" : "后退", "Folder exists already!" : "文件夹已经存在!", - "Advanced settings" : "高级选项", "Credentials" : "凭证", "HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!" : "HTTP Basic Auth 认证只能被未加密保存!所有可以访问这个服务器的数据库的人都可以访问他们!", "Username" : "用户名", diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index 2b06597723..48704a6151 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -50,7 +50,6 @@ OC.L10N.register( "Folder name" : "資料夾名稱", "Go back" : "返回", "Folder exists already!" : "資料夾已經存在!", - "Advanced settings" : "進階設定", "Credentials" : "帳密", "Username" : "使用者名稱", "Password" : "密碼", diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index 119ed1663e..9c4c54277d 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -48,7 +48,6 @@ "Folder name" : "資料夾名稱", "Go back" : "返回", "Folder exists already!" : "資料夾已經存在!", - "Advanced settings" : "進階設定", "Credentials" : "帳密", "Username" : "使用者名稱", "Password" : "密碼", diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php index 06d6135dc7..abacdfc3a8 100644 --- a/lib/AppInfo/Application.php +++ b/lib/AppInfo/Application.php @@ -17,6 +17,7 @@ use FeedIo\FeedIo; use HTMLPurifier; use HTMLPurifier_Config; +use Favicon\Favicon; use OCA\News\Config\FetcherConfig; use OCA\News\Utility\PsrLogger; @@ -26,6 +27,7 @@ use OCP\INavigationManager; use OCP\IURLGenerator; use OCP\IConfig; +use OCP\ITempManager; use OCP\AppFramework\App; use OCP\Files\IRootFolder; use OCP\Files\Node; @@ -171,6 +173,14 @@ public function __construct(array $urlParams = []) return new FeedIo($config->getClient(), $c->query(PsrLogger::class)); }); + $container->registerService(Favicon::class, function (IContainer $c): Favicon { + $favicon = new Favicon(); + $tempManager = $c->query(ITempManager::class); + $settings = ['dir' => $tempManager->getTempBaseDir()]; + $favicon->cache($settings); + return $favicon; + }); + /** * @noinspection PhpParamsInspection */ diff --git a/lib/Controller/FeedController.php b/lib/Controller/FeedController.php index dbb36bb026..32e9bd2324 100644 --- a/lib/Controller/FeedController.php +++ b/lib/Controller/FeedController.php @@ -207,7 +207,7 @@ public function update($feedId) return [ 'feeds' => [ - // only pass unread count to not accidentally readd + // only pass unread count to not accidentally read // the feed again [ 'id' => $feed->getId(), diff --git a/lib/Fetcher/FeedFetcher.php b/lib/Fetcher/FeedFetcher.php index 7b78ae67d7..f433ac2246 100755 --- a/lib/Fetcher/FeedFetcher.php +++ b/lib/Fetcher/FeedFetcher.php @@ -185,13 +185,9 @@ protected function buildItem(ItemInterface $parsedItem, FeedInterface $parsedFee $pubDT = $lastmodified; } - $item->setPubDate( - $pubDT->getTimestamp() - ); + $item->setPubDate($pubDT->getTimestamp()); - $item->setLastModified( - $lastmodified->getTimestamp() - ); + $item->setLastModified($lastmodified->getTimestamp()); $item->setRtl($this->determineRtl($parsedFeed)); // unescape content because angularjs helps against XSS @@ -208,14 +204,19 @@ protected function buildItem(ItemInterface $parsedItem, FeedInterface $parsedFee 'HTML-ENTITIES', mb_detect_encoding($body) ); - libxml_use_internal_errors(true); - $data = simplexml_load_string( - "$body", - SimpleXMLElement::class, - LIBXML_NOCDATA - ); - libxml_clear_errors(); - $body = ($data === false) ? $body : (string) $data; + if (strpos($body, 'CDATA') !== false) { + libxml_use_internal_errors(true); + $data = simplexml_load_string( + "$body", + SimpleXMLElement::class, + LIBXML_NOCDATA + ); + if ($data !== false && libxml_get_last_error() === false) { + $body = (string) $data; + } + libxml_clear_errors(); + } + $item->setBody($body); if ($parsedItem->hasMedia()) { diff --git a/lib/Service/StatusService.php b/lib/Service/StatusService.php index e611a34eae..85be58a5da 100644 --- a/lib/Service/StatusService.php +++ b/lib/Service/StatusService.php @@ -13,8 +13,6 @@ namespace OCA\News\Service; -use Doctrine\DBAL\Platforms\MySqlPlatform; - use OCP\IConfig; use OCP\IDBConnection; @@ -22,13 +20,13 @@ class StatusService { - + /** @var IConfig */ private $settings; + /** @var Config */ private $config; + /** @var string */ private $appName; - /** - * @var IDBConnection - */ + /** @var IDBConnection */ private $connection; public function __construct( diff --git a/templates/part.content.php b/templates/part.content.php index c240053caa..6b57af3383 100644 --- a/templates/part.content.php +++ b/templates/part.content.php @@ -12,6 +12,10 @@ class="app-content-detail">

t('No articles available')) ?>

t('No unread articles available')) ?>

+ +
  • -

    t('Non UTF-8 charset for MySQL/MariaDB database detected!')); ?>

    - - - diff --git a/templates/part.navigation.addfeed.php b/templates/part.navigation.addfeed.php index c74ecb43cd..595b1a1b44 100644 --- a/templates/part.navigation.addfeed.php +++ b/templates/part.navigation.addfeed.php @@ -76,11 +76,15 @@ class="icon-close add-new-folder-primary"

    - -
    -

    t('Credentials')); ?>

    +
    + + +
    + +

    t('HTTP Basic Auth credentials must be stored unencrypted! Everyone with access to the server or database will be able to access them!')); ?>

-
+