diff --git a/.github/workflows/appbuild.yml b/.github/workflows/appbuild.yml index e437bf5f3..fcc718031 100644 --- a/.github/workflows/appbuild.yml +++ b/.github/workflows/appbuild.yml @@ -18,13 +18,13 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4.1.0 + uses: actions/setup-node@v4.2.0 with: node-version: ${{ matrix.node-version }} - name: Set up npm7 run: npm i -g npm@7 - name: Setup PHP - uses: shivammathur/setup-php@2.31.1 + uses: shivammathur/setup-php@2.32.0 with: php-version: '7.4' tools: composer diff --git a/.github/workflows/appstore-build-publish.yml b/.github/workflows/appstore-build-publish.yml index 7d37de46c..ea04a017c 100644 --- a/.github/workflows/appstore-build-publish.yml +++ b/.github/workflows/appstore-build-publish.yml @@ -56,7 +56,7 @@ jobs: - name: Set up node ${{ steps.versions.outputs.nodeVersion }} # Skip if no package.json if: ${{ steps.versions.outputs.nodeVersion }} - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 + uses: actions/setup-node@802632921f8532d2409ae6eac3313b6f81f11122 # v4.1.0 with: node-version: ${{ steps.versions.outputs.nodeVersion }} @@ -72,7 +72,7 @@ jobs: filename: ${{ env.APP_NAME }}/appinfo/info.xml - name: Set up php ${{ steps.php-versions.outputs.php-min }} - uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1 + uses: shivammathur/setup-php@21e092a3e0c2fabb77bf641337eced34a4bcd3cc # v2.31.1 with: php-version: ${{ steps.php-versions.outputs.php-min }} coverage: none diff --git a/.github/workflows/cypress-e2e.yml b/.github/workflows/cypress-e2e.yml index c3c7f07ab..a8ac1108b 100644 --- a/.github/workflows/cypress-e2e.yml +++ b/.github/workflows/cypress-e2e.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4.1.0 + uses: actions/setup-node@v4.2.0 with: node-version: ${{ matrix.node-version }} @@ -91,7 +91,7 @@ jobs: restore-keys: ${{ steps.extcache.outputs.key }} - name: Set up php ${{ matrix.php-versions }} - uses: shivammathur/setup-php@2.31.1 + uses: shivammathur/setup-php@2.32.0 with: php-version: ${{ matrix.php-versions }} extensions: ${{ env.extensions }} diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 72b6c6c27..1aa146b41 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -78,7 +78,7 @@ jobs: path: apps/activity - name: Set up php ${{ matrix.php-versions }} - uses: shivammathur/setup-php@2.31.1 + uses: shivammathur/setup-php@2.32.0 with: php-version: ${{ matrix.php-versions }} extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, mysql, pdo_mysql, pgsql, pdo_pgsql, apcu, gd diff --git a/.github/workflows/lint-eslint.yml b/.github/workflows/lint-eslint.yml index d2a7cb323..9b847138b 100644 --- a/.github/workflows/lint-eslint.yml +++ b/.github/workflows/lint-eslint.yml @@ -66,7 +66,7 @@ jobs: fallbackNpm: '^10' - name: Set up node ${{ steps.versions.outputs.nodeVersion }} - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 + uses: actions/setup-node@802632921f8532d2409ae6eac3313b6f81f11122 # v4.1.0 with: node-version: ${{ steps.versions.outputs.nodeVersion }} diff --git a/.github/workflows/lint-php-cs.yml b/.github/workflows/lint-php-cs.yml index b709b5eb8..af7318aa8 100644 --- a/.github/workflows/lint-php-cs.yml +++ b/.github/workflows/lint-php-cs.yml @@ -32,7 +32,7 @@ jobs: uses: icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.3.1 - name: Set up php${{ steps.versions.outputs.php-available }} - uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1 + uses: shivammathur/setup-php@21e092a3e0c2fabb77bf641337eced34a4bcd3cc # v2.31.1 with: php-version: ${{ steps.versions.outputs.php-available }} extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml index de70f70e9..ff6ea1ae7 100644 --- a/.github/workflows/lint-php.yml +++ b/.github/workflows/lint-php.yml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up php ${{ matrix.php-versions }} - uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1 + uses: shivammathur/setup-php@21e092a3e0c2fabb77bf641337eced34a4bcd3cc # v2.31.1 with: php-version: ${{ matrix.php-versions }} extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite diff --git a/.github/workflows/lint-stylelint.yml b/.github/workflows/lint-stylelint.yml index e7324f370..5f87e618f 100644 --- a/.github/workflows/lint-stylelint.yml +++ b/.github/workflows/lint-stylelint.yml @@ -35,7 +35,7 @@ jobs: fallbackNpm: '^10' - name: Set up node ${{ steps.versions.outputs.nodeVersion }} - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 + uses: actions/setup-node@802632921f8532d2409ae6eac3313b6f81f11122 # v4.1.0 with: node-version: ${{ steps.versions.outputs.nodeVersion }} diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 5c7cdba51..d7a651a92 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4.1.0 + uses: actions/setup-node@v4.2.0 with: node-version: ${{ matrix.node-version }} - name: Set up npm7 diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index c529da4a6..06fc982d3 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -14,6 +14,9 @@ on: # At 2:30 on Sundays - cron: '30 2 * * 0' +permissions: + contents: read + jobs: build: runs-on: ubuntu-latest @@ -27,9 +30,12 @@ jobs: steps: - name: Checkout + id: checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: + persist-credentials: false ref: ${{ matrix.branches }} + continue-on-error: true - name: Read package.json node and npm engines version uses: skjnldsv/read-package-engines-version-actions@06d6baf7d8f41934ab630e97d9e6c0bc9c9ac5e4 # v3 @@ -39,7 +45,7 @@ jobs: fallbackNpm: '^10' - name: Set up node ${{ steps.versions.outputs.nodeVersion }} - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 + uses: actions/setup-node@802632921f8532d2409ae6eac3313b6f81f11122 # v4.1.0 with: node-version: ${{ steps.versions.outputs.nodeVersion }} @@ -51,7 +57,7 @@ jobs: uses: nextcloud-libraries/npm-audit-action@2a60bd2e79cc77f2cc4d9a3fe40f1a69896f3a87 # v0.1.0 - name: Run npm ci and npm run build - if: always() + if: steps.checkout.outcome == 'success' env: CYPRESS_INSTALL_BINARY: 0 run: | @@ -59,8 +65,8 @@ jobs: npm run build --if-present - name: Create Pull Request - if: always() - uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 + if: steps.checkout.outcome == 'success' + uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 with: token: ${{ secrets.COMMAND_BOT_PAT }} commit-message: 'fix(deps): Fix npm audit' diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml index 998a03879..0015ac1a0 100644 --- a/.github/workflows/phpunit-mysql.yml +++ b/.github/workflows/phpunit-mysql.yml @@ -98,7 +98,7 @@ jobs: path: apps/${{ env.APP_NAME }} - name: Set up php ${{ matrix.php-versions }} - uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1 + uses: shivammathur/setup-php@21e092a3e0c2fabb77bf641337eced34a4bcd3cc # v2.31.1 with: php-version: ${{ matrix.php-versions }} # https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation diff --git a/.github/workflows/phpunit-pgsql.yml b/.github/workflows/phpunit-pgsql.yml index 3f817c47d..128a00fde 100644 --- a/.github/workflows/phpunit-pgsql.yml +++ b/.github/workflows/phpunit-pgsql.yml @@ -101,7 +101,7 @@ jobs: path: apps/${{ env.APP_NAME }} - name: Set up php ${{ matrix.php-versions }} - uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1 + uses: shivammathur/setup-php@21e092a3e0c2fabb77bf641337eced34a4bcd3cc # v2.31.1 with: php-version: ${{ matrix.php-versions }} # https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml index 05496eb71..d16211837 100644 --- a/.github/workflows/phpunit-sqlite.yml +++ b/.github/workflows/phpunit-sqlite.yml @@ -90,7 +90,7 @@ jobs: path: apps/${{ env.APP_NAME }} - name: Set up php ${{ matrix.php-versions }} - uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1 + uses: shivammathur/setup-php@21e092a3e0c2fabb77bf641337eced34a4bcd3cc # v2.31.1 with: php-version: ${{ matrix.php-versions }} # https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation diff --git a/.github/workflows/pr-feedback.yml b/.github/workflows/pr-feedback.yml index 98d2715e2..7d4966907 100644 --- a/.github/workflows/pr-feedback.yml +++ b/.github/workflows/pr-feedback.yml @@ -15,8 +15,13 @@ on: schedule: - cron: '30 1 * * *' +permissions: + contents: read + pull-requests: write + jobs: pr-feedback: + if: ${{ github.repository_owner == 'nextcloud' }} runs-on: ubuntu-latest steps: - name: The get-github-handles-from-website action diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index 996ed1c6c..4a67e738f 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -28,7 +28,7 @@ jobs: uses: icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.3.1 - name: Set up php${{ steps.versions.outputs.php-available }} - uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1 + uses: shivammathur/setup-php@21e092a3e0c2fabb77bf641337eced34a4bcd3cc # v2.31.1 with: php-version: ${{ steps.versions.outputs.php-available }} extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml index 36bfbff01..d462a97d2 100644 --- a/.github/workflows/update-nextcloud-ocp.yml +++ b/.github/workflows/update-nextcloud-ocp.yml @@ -34,7 +34,7 @@ jobs: - name: Set up php8.2 if: steps.checkout.outcome == 'success' - uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1 + uses: shivammathur/setup-php@21e092a3e0c2fabb77bf641337eced34a4bcd3cc # v2.31.1 with: php-version: 8.2 # https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation @@ -103,7 +103,7 @@ jobs: - name: Create Pull Request if: steps.checkout.outcome == 'success' - uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 + uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 with: token: ${{ secrets.COMMAND_BOT_PAT }} commit-message: 'chore(dev-deps): Bump nextcloud/ocp package' diff --git a/REUSE.toml b/REUSE.toml index 3e377ca06..e41b75d5f 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -12,7 +12,7 @@ SPDX-FileCopyrightText = "none" SPDX-License-Identifier = "CC0-1.0" [[annotations]] -path = ["l10n/**.js", "l10n/**.json", "js/**.js.map", "js/**.js", "js/**.mjs", "js/**.mjs.map", "js/templates/**.handlebars", "lib/Service/Importer/fixtures/config-deckJson-schema.json", "lib/Service/Importer/fixtures/config-trelloApi-schema.json", "lib/Service/Importer/fixtures/config-trelloJson-schema.json", "screenshots/screenshot1.png", "src/assets/file-placeholder.svg", "img/favicon.ico", "img/favicon.png", "img/favicon.svg", "img/activity.svg", "img/activity-dark.svg", "img/deck.svg", "img/deck-current.svg", "img/deck-dark.svg", "img/details-white.svg", "img/card.svg"] +path = ["l10n/**.js", "l10n/**.json", "js/**.js.map", "js/**.js", "js/**.mjs", "js/**.mjs.map", "js/templates/**.handlebars", "lib/Service/Importer/fixtures/config-deckJson-schema.json", "lib/Service/Importer/fixtures/config-trelloApi-schema.json", "lib/Service/Importer/fixtures/config-trelloJson-schema.json", "lib/Service/fixtures/default-board.json", "screenshots/screenshot1.png", "src/assets/file-placeholder.svg", "img/favicon.ico", "img/favicon.png", "img/favicon.svg", "img/activity.svg", "img/activity-dark.svg", "img/deck.svg", "img/deck-current.svg", "img/deck-dark.svg", "img/details-white.svg", "img/card.svg", "img/sample-image.jpg"] precedence = "aggregate" SPDX-FileCopyrightText = "2019 Nextcloud GmbH and Nextcloud contributors" SPDX-License-Identifier = "AGPL-3.0-or-later" diff --git a/composer.lock b/composer.lock index f5cb6ffbc..a910c57ba 100644 --- a/composer.lock +++ b/composer.lock @@ -492,16 +492,16 @@ "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "ed23f703c172ba167a62a76f7b2d8a6b4e37f44f" + "reference": "1abf593d27ecd373a9fcbbe87cfdd899ad3fee8b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/ed23f703c172ba167a62a76f7b2d8a6b4e37f44f", - "reference": "ed23f703c172ba167a62a76f7b2d8a6b4e37f44f", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/1abf593d27ecd373a9fcbbe87cfdd899ad3fee8b", + "reference": "1abf593d27ecd373a9fcbbe87cfdd899ad3fee8b", "shasum": "" }, "require": { - "php": "~8.1 || ~8.2 || ~8.3", + "php": "~8.1 || ~8.2 || ~8.3 || ~8.4", "psr/clock": "^1.0", "psr/container": "^2.0.2", "psr/event-dispatcher": "^1.0", @@ -511,7 +511,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "31.0.0-dev" + "dev-master": "32.0.0-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -533,7 +533,7 @@ "issues": "https://github.com/nextcloud-deps/ocp/issues", "source": "https://github.com/nextcloud-deps/ocp/tree/master" }, - "time": "2025-01-10T00:44:36+00:00" + "time": "2025-03-08T00:36:29+00:00" }, { "name": "nikic/php-parser", diff --git a/cypress/e2e/cardFeatures.js b/cypress/e2e/cardFeatures.js index 66f984c02..d8a8d1ce7 100644 --- a/cypress/e2e/cardFeatures.js +++ b/cypress/e2e/cardFeatures.js @@ -87,8 +87,8 @@ describe('Card', function () { cy.get('.modal-mask.card-selector button.button-vue--vue-primary').should('be.visible').click() cy.wait('@save', { timeout: 7000 }) - cy.visit(`/apps/deck/#/board/${boardId}`) cy.reload() + cy.visit(`/apps/deck/#/board/${boardId}`) cy.get('.board .stack').eq(0).within(() => { cy.get(`.card:contains("${newCardTitle}")`).should('be.visible') }) diff --git a/cypress/e2e/deckDashboard.js b/cypress/e2e/deckDashboard.js index 996770e50..a5027c50e 100644 --- a/cypress/e2e/deckDashboard.js +++ b/cypress/e2e/deckDashboard.js @@ -22,10 +22,10 @@ describe('Deck dashboard', function() { .should($el => expect($el.text().trim()).to.equal('Upcoming cards')) }) - it('Can see the default "Personal Board" created for user by default', function() { + it('Can see the default "Welcome Board" created for user by default', function() { cy.visit('/apps/deck') - const defaultBoard = 'Personal' + const defaultBoard = 'Welcome to Nextcloud Deck!' cy.get('.app-navigation-entry-wrapper[icon=icon-deck]') .find('ul.app-navigation-entry__children .app-navigation-entry:contains(' + defaultBoard + ')') diff --git a/img/sample-image.jpg b/img/sample-image.jpg new file mode 100644 index 000000000..02065157f Binary files /dev/null and b/img/sample-image.jpg differ diff --git a/l10n/af.js b/l10n/af.js index a028c8280..95cdb830c 100644 --- a/l10n/af.js +++ b/l10n/af.js @@ -1,9 +1,9 @@ OC.L10N.register( "deck", { - "Personal" : "Persoonlik", "Later" : "Later", "copy" : "kopie", + "To Do" : "Moet doen", "Done" : "Gereed", "The file was uploaded" : "Die lêer is opgelaai", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die opgelaaide lêer oorskry die upload_max_filesize riglyn in php.ini", @@ -26,13 +26,13 @@ OC.L10N.register( "Delete" : "Skrap", "Edit" : "Wysig", "Download" : "Laai af", - "Comments" : "Kommentare", "Modified" : "Gewysig", "Created" : "Geskep", + "Comments" : "Kommentare", "Save" : "Stoor", + "Created:" : "Geskep:", "Reply" : "Antwoord", "Update" : "Werk by", - "Created:" : "Geskep:", "Description" : "Beskrywing", "Select Date" : "Kies Datum", "seconds ago" : "sekondes gelede", @@ -40,12 +40,13 @@ OC.L10N.register( "Keyboard shortcut" : "Snelsleutel", "Search" : "Soek", "Shared with you" : "Met u gedeel", - "No notifications" : "Geen kennisgewings", "An error occurred" : "'n Fout het voorgekom", + "No notifications" : "Geen kennisgewings", "Advanced options" : "Gevorderde opsies", "Today" : "Vandag", "Tomorrow" : "Môre", "Close" : "Sluit", - "Share" : "Deel" + "Share" : "Deel", + "Personal" : "Persoonlik" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/af.json b/l10n/af.json index 459376fdf..a2137a201 100644 --- a/l10n/af.json +++ b/l10n/af.json @@ -1,7 +1,7 @@ { "translations": { - "Personal" : "Persoonlik", "Later" : "Later", "copy" : "kopie", + "To Do" : "Moet doen", "Done" : "Gereed", "The file was uploaded" : "Die lêer is opgelaai", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die opgelaaide lêer oorskry die upload_max_filesize riglyn in php.ini", @@ -24,13 +24,13 @@ "Delete" : "Skrap", "Edit" : "Wysig", "Download" : "Laai af", - "Comments" : "Kommentare", "Modified" : "Gewysig", "Created" : "Geskep", + "Comments" : "Kommentare", "Save" : "Stoor", + "Created:" : "Geskep:", "Reply" : "Antwoord", "Update" : "Werk by", - "Created:" : "Geskep:", "Description" : "Beskrywing", "Select Date" : "Kies Datum", "seconds ago" : "sekondes gelede", @@ -38,12 +38,13 @@ "Keyboard shortcut" : "Snelsleutel", "Search" : "Soek", "Shared with you" : "Met u gedeel", - "No notifications" : "Geen kennisgewings", "An error occurred" : "'n Fout het voorgekom", + "No notifications" : "Geen kennisgewings", "Advanced options" : "Gevorderde opsies", "Today" : "Vandag", "Tomorrow" : "Môre", "Close" : "Sluit", - "Share" : "Deel" + "Share" : "Deel", + "Personal" : "Persoonlik" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/an.js b/l10n/an.js index 76429836c..141010507 100644 --- a/l10n/an.js +++ b/l10n/an.js @@ -4,13 +4,13 @@ OC.L10N.register( "Done" : "Feito", "The file was uploaded" : "O fichero estió puyato", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O fichero puyato sobrexe a directiva upload_max_filesize en php.ini", - "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O fichero cargau supera a directiva MAX_FILE_SIZE que s'espezificó en o formulario HTML", - "The file was only partially uploaded" : "O fichero nomás s'ha cargau parzialmén", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O fichero cargau supera a directiva MAX_FILE_SIZE que s'especificó en o formulario HTML", + "The file was only partially uploaded" : "O fichero nomás s'ha cargau parcialment", "No file was uploaded" : "No s'ha cargau garra fichero", "Missing a temporary folder" : "Falta una carpeta temporal", "Could not write file to disk" : "No se podió escribir o fichero en o disco", "A PHP extension stopped the file upload" : "Una estensión de PHP aturó a carga de fichers", - "Cancel" : "Canzelar", + "Cancel" : "Cancelar", "Details" : "Detalles", "Tags" : "Etiquetas", "Activity" : "Actividat", diff --git a/l10n/an.json b/l10n/an.json index 96deb224d..cd37ccc03 100644 --- a/l10n/an.json +++ b/l10n/an.json @@ -2,13 +2,13 @@ "Done" : "Feito", "The file was uploaded" : "O fichero estió puyato", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O fichero puyato sobrexe a directiva upload_max_filesize en php.ini", - "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O fichero cargau supera a directiva MAX_FILE_SIZE que s'espezificó en o formulario HTML", - "The file was only partially uploaded" : "O fichero nomás s'ha cargau parzialmén", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O fichero cargau supera a directiva MAX_FILE_SIZE que s'especificó en o formulario HTML", + "The file was only partially uploaded" : "O fichero nomás s'ha cargau parcialment", "No file was uploaded" : "No s'ha cargau garra fichero", "Missing a temporary folder" : "Falta una carpeta temporal", "Could not write file to disk" : "No se podió escribir o fichero en o disco", "A PHP extension stopped the file upload" : "Una estensión de PHP aturó a carga de fichers", - "Cancel" : "Canzelar", + "Cancel" : "Cancelar", "Details" : "Detalles", "Tags" : "Etiquetas", "Activity" : "Actividat", diff --git a/l10n/ar.js b/l10n/ar.js index a0fc874fd..b2d6b8d64 100644 --- a/l10n/ar.js +++ b/l10n/ar.js @@ -37,9 +37,9 @@ OC.L10N.register( "{user} has archived card {card} in list {stack} on board {board}" : "{user} قام بأرشفة بطاقة {card} في القائمة {stack} على اللوح {board}", "You have unarchived card {card} in list {stack} on board {board}" : "لديك بطاقة غير مؤرشفة {card} في القائمة {stack} على اللوح {board}", "{user} has unarchived card {card} in list {stack} on board {board}" : "{user} لديه بطاقة غير مؤرشفة {card} في القائمة {stack} على اللوح {board}", - "You have marked the card {card} as done in list {stack} on board {board}" : "لقد قُمت بتمييز البطاقة {card} باعتبارها \"منتهية\" في القائمة {stack} على اللوح {board}", - "{user} has marked card {card} as done in list {stack} on board {board}" : "قام المستخدِم {user} بتمييز البطاقة {card} باعتبارها \"منتهية\" في القائمة {stack} على اللوح {board}", - "You have marked the card {card} as undone in list {stack} on board {board}" : "لقد قُمت بتمييز البطاقة {card} باعتبارها \"غير منتهية\" في القائمة {stack} على اللوحة {board}", + "You have marked the card {card} as done in list {stack} on board {board}" : "لقد قُمت بتمييز البطاقة {card} باعتبارها \"منتهية\" في القائمة {stack} على اللوحة {board}", + "{user} has marked card {card} as done in list {stack} on board {board}" : "قام المستخدِم {user} بتمييز البطاقة {card} باعتبارها \"منتهية\" في القائمة {stack} على اللوحة{board}", + "You have marked the card {card} as undone in list {stack} on board {board}" : "لقد قُمتَ أنت بتمييز البطاقة {card} باعتبارها \"غير منتهية\" في القائمة {stack} على اللوحة {board}", "{user} has marked the card {card} as undone in list {stack} on board {board}" : "قام المستخدِم {user} بتمييز البطاقة {card} باعتبارها \"غير منتهية\" في القائمة {stack} على اللوحة {board}", "You have removed the due date of card {card}" : "قمت بإزالة التاريخ المحدد من البطاقة {card}", "{user} has removed the due date of card {card}" : "{user} قام بإزالة التاريخ المحدد من البطاقة {card}", @@ -69,14 +69,14 @@ OC.L10N.register( "{user} has commented on card {card}" : "{مستخدم} علق على بطاقة {بطاقة}", "Deck" : "Deck", "Changes in the Deck app" : "تغييرات في تطبيق Deck ", - "A board, list or card was changed" : "تمّ تغيير لوحة board أو قائمة list أو بطاقة card .", + "A board, list or card was changed" : "تمّ تغيير لوحة أو قائمة أو بطاقة .", "A comment was created on a card" : "تعليق تم إنشاؤه على بطاقة", "A card description has been changed" : "تمّ تغيير وصف بطاقة.", "Cards due today" : "البطاقات المستحقة اليوم", "Cards due tomorrow" : "البطاقات المستحقة غداً", "Upcoming cards" : "البطاقات القادمة", "Load more" : "حمّل أكثر", - "Personal" : "شخصي", + "Welcome to Nextcloud Deck!" : "أهلا بكم في تطبيق \"الكدسات\" Deck من نكست كلاود! ", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "البطاقة \"%s\" على \"%s\" كُلفت بها من قبل %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} قام بتكليف البطاقة {deck-board} على {deck-board} لك", "The card \"%s\" on \"%s\" has reached its due date." : "وصلت بطاقة \"%s\" على %s\" الموعد المحدد ", @@ -89,7 +89,7 @@ OC.L10N.register( "Owned by %1$s" : "يملكها %1$s", "Deck boards, cards and comments" : "اللوحات و البطاقات و الملاحظات", "From %1$s, in %2$s/%3$s, owned by %4$s" : " من %1$s، في %2$s/%3$s، يملكها %4$s", - "Create a new deck card" : "إنشاء بطاقة جديدة", + "Create a new deck card" : "إنشاء كدسة جديدة للبطاقات", "Card comments" : "تعليقات البطاقة ", "%s on %s" : "%s على %s", "Deck boards and cards" : "اللوحات و البطاقات", @@ -99,12 +99,16 @@ OC.L10N.register( "Action needed" : "يحتاج إلى إجراء", "Later" : "لاحقا", "copy" : "نسخ", - "To do" : "لفعله", - "Doing" : "تحت العمل", + "Read more inside" : "إقرإ المزيد بالداخل", + "Custom lists - click to rename!" : "قوائم مخصصة - أنقُر لتغيير التسمية!", + "To Do" : "مَهَامٌّ", + "In Progress" : "قيد التجهيز", "Done" : "أُنجز", - "Example Task 3" : "مثال المهمة 3", - "Example Task 2" : "مثال المهمة 2", - "Example Task 1" : "مثال المهمة 1", + "1. Open to learn more about boards and cards" : "1. إفتَح لتعرِف المزيد عن اللوحات والبطاقات", + "2. Drag cards left and right, up and down" : "2. سحب البطاقات يميناً ويساراً، لأعلي وأسفل", + "3. Apply rich formatting and link content" : "3. تطبيق التنسيق و ربط المحتوى", + "4. Share, comment and collaborate!" : "4. مشاركات، و ملاحظات، وتعاون!", + "Create your first card!" : "أنشِئ بطاقتك الأولى!", "The file was uploaded" : "تم رفع الملف", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "حجم الملف المرفوع قد تجاوز upload_max_filesize الموجودة في ملف php.ini ", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "حجم الملف الذي تريد رفعه أعلى من الحد المسموح به في واجهة ال HTML.", @@ -119,9 +123,9 @@ OC.L10N.register( "Path is already shared with this card" : "تم مشاركة المسار بالفعل مع هذه البطاقة ", "Invalid date, date format must be YYYY-MM-DD" : "تاريخ غير صحيح, يجب أن يكون تنسيق التاريخ YYYY-MM-DD", "Personal planning and team project organization" : "التخطيط الشخصي و تنظيم مشروع الفريق", - "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "التطبيق \"رِزَم البطاقات\" Deck هو أداة لتنظيم المهام الشخصية و الجماعية في نكست كلاود على نمط \"خطوط التصنيع أو التجميع في المصانع\" و المعروف بـ kanban.\n\n\n- 📥 أكتب مهمتك او مهمة فريقك على بطاقة و ضع البطاقة على لوحة البطاقات من ذات التصنيف أو المرحلة من الإنجاز\n- 📄 دوّن ملاحظاتك الإضافية على البطاقة بصيغة ماركداون markdown\n- 🔖 و يمكنك أيضاً إسناد البطاقة أي المهمة إلى شخص أو أشخاص في فريقك\n- 👥 شارك البطاقة مع من ترغب من أعضاء فريقك أو عائلتك أو أصدقائك\n- 📎 إرفاق ملفات و تضمينها بصيغة ماركداون في البطاقة\n- 💬ناقش البطاقة مع زملائك في خانة الملاحظات\n- ⚡ تابع ما يُستجد من عمليات و تطوّرات على البطاقة أو المهمة\n- 🚀 حافظ على مشروعك مُنسّقاً باستمرار.", - "Card details" : "تفاصيل البطاقة", + "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "التطبيق \"كَدسَات البطاقات\" Deck هو أداة لتنظيم المهام الشخصية و الجماعية في نكست كلاود على نمط \"خطوط التصنيع أو التجميع في المصانع\" و المعروف بـ kanban.\n\n\n- 📥 أكتب مهامّك او مهامّ فريقك على بطاقة و ضع البطاقة في مكانها المناسب\n- 📄 دوّن ملاحظاتك الإضافية على البطاقة بصيغة ماركداون markdown\n- 🔖 و يمكنك أيضاً وضع لواصق labels على البطاقة لتصنيفها بشكل أفضل\n- 👥 شارك البطاقة مع من ترغب من أعضاء فريقك أو عائلتك أو أصدقائك\n- 📎 إرفاق ملفات و تضمينها بصيغة ماركداون في البطاقة\n- 💬ناقش البطاقة مع زملائك في خانة الملاحظات\n- ⚡ تابع ما يُستجد من عمليات و تطوّرات على البطاقة أو المهمة\n- 🚀 حافظ على مشروعك مُنسّقاً باستمرار.", "Add board" : "إضافة لوح", + "Card details" : "تفاصيل البطاقة", "Select the board to link to a project" : "تحديد اللوح لربطه بمشروع", "Search by board title" : "بحث بواسطة عنوان اللوح", "Select board" : "حدد لوح", @@ -131,17 +135,17 @@ OC.L10N.register( "Select a list" : "اختر قائمة ", "Move card" : "حرك البطاقة", "Copy card" : "نسخ بطاقة", - "Select a card" : "حدد بطاقة", - "Cancel" : "إلغاء", "Select the card to link to a project" : "حدد البطاقة لربطها بمشروع", "Link to card" : "اربط بطاقة", + "Select a card" : "حدد بطاقة", + "Cancel" : "إلغاء", + "This board is read only" : "هذا اللوح بوضع القراءة فقط", + "Drop your files to upload" : "افلت الملفات لرفعها", "File already exists" : "الملف موجود مسبقاً", "A file with the name {filename} already exists." : "ملف باسم {اسم الملف} موجود مسبقًا ", "Do you want to overwrite it?" : "هل تريد تجاوزه؟", "Overwrite file" : "تجاوز ملف", "Keep existing file" : "ابقي الملف الموجود", - "This board is read only" : "هذا اللوح بوضع القراءة فقط", - "Drop your files to upload" : "افلت الملفات لرفعها", "Add card" : "إضافة بطاقة", "Archived cards" : "البطاقات المؤرشفة", "Add list" : "إضافة قائمة", @@ -182,6 +186,12 @@ OC.L10N.register( "Deleted lists" : "القوائم المحذوفة", "Undo" : "تراجع", "Deleted cards" : "البطاقات المحذوفة", + "Failed to create share with {displayName}" : "فشل في إنشاء المشاركة مع {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "هل أنت متأكد أنك تريد نقل اللوحة {title} إلى {user} ؟", + "Transfer the board." : "نقل اللوحة.", + "Transfer" : "نقل", + "The board has been transferred to {user}" : "تمّ نقل اللوحة إلى {user}", + "Failed to transfer the board to {user}" : "تعذّر نقل اللوحة إلى {user}", "Share board with a user, group or team …" : "مشاركة اللوحة مع مستخدِم او مجموعة أو فريق ...", "Searching for users, groups and teams …" : "البحث عن مستخدِمين، أو مجموعات، أو فرق", "No participants found" : "لم يتم العثور على مشاركين", @@ -193,12 +203,7 @@ OC.L10N.register( "Can manage" : "يمكن إدارته", "Owner" : "المالك", "Delete" : "حذف ", - "Failed to create share with {displayName}" : "فشل في إنشاء المشاركة مع {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "هل أنت متأكد أنك تريد نقل اللوحة {title} إلى {user} ؟", - "Transfer the board." : "نقل اللوحة.", - "Transfer" : "نقل", - "The board has been transferred to {user}" : "تمّ نقل اللوحة إلى {user}", - "Failed to transfer the board to {user}" : "تعذّر نقل اللوحة إلى {user}", + "List deleted" : "القائمة حٌذفت ", "Edit list title" : "تعديل اسم القائمة", "Archive all cards" : "أرشفة جميع البطاقات ", "Unarchive all cards" : "تراجع عن أرشفة كل البطاقات", @@ -207,15 +212,16 @@ OC.L10N.register( "Unarchive all cards in this list" : "تراجع عن أرشفة كل البطاقات في هذه القائمة", "Add a new card" : "إضافة بطاقة جديدة", "Card name" : "اسم البطاقة ", - "List deleted" : "القائمة حٌذفت ", + "title and color value must be provided" : "العنوان و قيمة اللون يجب تقديمها ", "Edit" : "تعديل", "Add a new tag" : "إضافة وسم جديد", - "title and color value must be provided" : "العنوان و قيمة اللون يجب تقديمها ", "Board name" : "اسم اللوح", "Members" : "الاعضاء", "Assign to users/groups/team" : "إسناد إلى مستخدمين/مجموعات/فرق", "Assign a user to this card…" : "انسب مستخدم الى هذه البطاقة..", "Select a user to assign to this card…" : "حدِّد مستخدِماً ليتم إسناد هذه البطاقة له...", + "File to share" : "ملف للمشاركة", + "Invalid path selected" : "تم تحديد مسار غير صحيح", "Upload new files" : "رفع ملفات جديدة", "Share from Files" : "مشاركة من الملفات", "Pending share" : "مشاركة مُعلّقة", @@ -225,25 +231,24 @@ OC.L10N.register( "Remove attachment" : "حذف المُرفق", "Delete Attachment" : "مسح المرفق", "Restore Attachment" : "إستعادة المرفق", - "File to share" : "ملف للمشاركة", - "Invalid path selected" : "تم تحديد مسار غير صحيح", + "Modified" : "عُدل", + "Created" : "أُنشئ", + "The title cannot be empty." : "لا يمكن ترك العنوان فارغًا.", "Open in sidebar view" : "فتح في الشريط الجانبي ", "Open in bigger view" : "فتح في نافذة أكبر ", "Attachments" : "المرفقات", "Comments" : "تعليقات", - "Modified" : "عُدل", - "Created" : "أُنشئ", - "The title cannot be empty." : "لا يمكن ترك العنوان فارغًا.", - "No comments yet. Begin the discussion!" : "لا يوجد تعليقات بعد, ابدأ النقاش الآن!", "Failed to load comments" : "فشل في تحميل التعليقات ", - "Save" : "حفظ", + "No comments yet. Begin the discussion!" : "لا يوجد تعليقات بعد, ابدأ النقاش الآن!", "The comment cannot be empty." : "التعليق لايمكن ان يكون فارغا.", "The comment cannot be longer than 1000 characters." : "التعليق لا يمكن ان يكون اطول من 1000 حرف.", + "Save" : "حفظ", + "Created:" : "تاريخ الإنشاء :", "In reply to" : "يقوم بالرد على", "Cancel reply" : "إلغاء الرد", "Reply" : "رد", "Update" : "تحديث", - "Created:" : "تاريخ الإنشاء :", + "Write a description …" : "كتابة وصف...", "Description" : "الوصف", "(Unsaved)" : "(غير محفوظ)", "(Saving…)" : "(يُحفظ..)", @@ -251,8 +256,16 @@ OC.L10N.register( "Edit description" : "تعديل الوصف", "View description" : "إظهار الوصف", "Add Attachment" : "أضف ملحق", - "Write a description …" : "كتابة وصف...", "Choose attachment" : "اختيار مرفق", + "Select Date" : "اختر التاريخ ", + "Later today – {timeLocale}" : "في وقت لاحقٍ اليوم – {timeLocale}", + "Set due date for later today" : "تعيين آخِرَ هذا اليوم كموعدٍ لاستحقاق البطاقة", + "Tomorrow – {timeLocale}" : "غداً – {timeLocale}", + "Set due date for tomorrow" : "تعيين يوم الغد كموعدٍ لاستحقاق البطاقة", + "This weekend – {timeLocale}" : "نهاية هذا الأسبوع – {timeLocale}", + "Set due date for this weekend" : "تعيين نهاية هذا الأسبوع كموعدٍ لاستحقاق البطاقة", + "Next week – {timeLocale}" : "الأسبوع القادم – {timeLocale}", + "Set due date for next week" : "تعيين الأسبوع المُقبل كموعدٍ لاستحقاق البطاقة", "Assign a due date to this card…" : "تعيين تاريخ استحقاق لهذه البطاقة...", "Set a due date" : "تعيين تاريخ الانجاز", "Add due date" : "إضافة تاريخ الاستحقاق", @@ -263,29 +276,23 @@ OC.L10N.register( "Not done" : "غير مُنجَزة", "Unarchive card" : "إلغاء أرشفة البطاقة ", "Archive card" : "أرشفة البطاقة", - "Select Date" : "اختر التاريخ ", - "Set due date for later today" : "تعيين آخِرَ هذا اليوم كموعدٍ لاستحقاق البطاقة", - "Set due date for tomorrow" : "تعيين يوم الغد كموعدٍ لاستحقاق البطاقة", - "Set due date for this weekend" : "تعيين نهاية هذا الأسبوع كموعدٍ لاستحقاق البطاقة", - "Set due date for next week" : "تعيين الأسبوع المُقبل كموعدٍ لاستحقاق البطاقة", "Assign a tag to this card…" : "انسب وسم الى هذه البطاقة..", "Select or create a tag…" : "اختيار أو إنشاء وسم جديد...", "Create a new tag:" : "إنشاء وسم جديد:", "(group)" : "(مجموعة)", - "Next week – {timeLocale}" : "الأسبوع القادم – {timeLocale}", - "Todo items" : "قائمة المهام", "{count} comments, {unread} unread" : "{عدد} التعليقات، {غير مقروءة} غير مقروءة", + "Todo items" : "قائمة المهام", "Edit card title" : "تعديل اسم القائمة", "Open link" : "إفتَح الرابط", + "Card deleted" : "البطاقة حٌذفت ", "Edit title" : "تحرير عنوان", "Assign to me" : "ينسب لي", "Unassign myself" : "إلغاء تعييني ", "Mark as not done" : "تمييز كـ \"غير منتهٍ\"", "Delete card" : "حذف البطاقة", - "Card deleted" : "البطاقة حٌذفت ", "seconds ago" : "ثوانٍ مضت", "Keyboard shortcuts" : "اختصارات لوحة المفاتيح", - "Boost your productivity using Deck with keyboard shortcuts." : "ضاعِف إنتاجيتك باستعمال \"رِزَم البطاقات\" Deck، و اختصارات لوحة المفاتيح ", + "Boost your productivity using Deck with keyboard shortcuts." : "ضاعِف إنتاجيتك باستعمال \"كَدسَات البطاقات\" Deck، و اختصارات لوحة المفاتيح ", "Board actions" : "إجراءات اللوحة", "Keyboard shortcut" : "إختصار لوحة المفاتيح", "Action" : "الإجراء", @@ -313,33 +320,33 @@ OC.L10N.register( "All boards" : "جميع الالواح", "Archived boards" : "الالواح المؤرشفة", "Shared with you" : "تم مشاركتها معك", - "Deck settings" : "إعدادات رزم البطاقات", + "Deck settings" : "إعدادات \"كَدسَات البطاقات\"", "Use bigger card view" : "استخدام بطاقة عرض أكبر ", "Show card ID badge" : "أعرض شارة رقم البطاقة", "Show boards in calendar/tasks" : "إظهار اللوح في التقويم/المهام", - "Limit board creation to some groups" : "قَصْرُ حَقِّ إنشاء الألواح على بعض المجموعات ", + "Limit board creation to some groups" : "قَصْرُ حَقِّ إنشاء اللوحات على بعض المجموعات ", "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "المستخدِمون من خارج تلك المجموعات لن يمكنكم إنشاء لوحاتهم الخاصة؛ لكن يمكنهم العمل على اللوحات التي تتمّ مشاركتها معهم.", "Cancel edit" : "إلغاء التعديل", - "Save board" : "حفظ اللوح", - "Board details" : "تفاصيل لوح", - "Edit board" : "تعديل اللوح", - "Clone board" : "استنسخ اللوح", - "Unarchive board" : "إلغاء أرشفة اللوح", - "Archive board" : "أرشفة اللوح ", - "Export board" : "تصدير اللوحة", - "Turn on due date reminders" : "تفعيل التذكيرات للموعد المحدد ", - "Turn off due date reminders" : "إيقاف تشغيل التذكيرات للموعد المحددد", - "Due date reminders" : "تذكيرات الموعد المحدد ", - "All cards" : "جميع البطاقات ", - "Assigned cards" : "البطاقات المخصصة", - "No notifications" : "لا توجد إشعارات", - "Delete board" : "مسح اللوح", + "Save board" : "حفظ اللوحة", "Board {0} deleted" : "اللوح {0} تم مسحه", + "All cards" : "جميع البطاقات ", "Only assigned cards" : "البطاقات المخصصة فقط", "No reminder" : "لا يوجد تذكير ", "An error occurred" : "حدث خطأ", "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "هل أنت متأكد من حذف اللوحة {title}؟ هذا سيؤدي إلى حذف كل بيانات هذه اللوحة بما في ذلك البطاقات المؤرشفة.", "Delete the board?" : "مسح اللوح؟", + "Board details" : "تفاصيل لوح", + "Edit board" : "تعديل اللوح", + "Clone board" : "استنسخ اللوح", + "Unarchive board" : "إلغاء أرشفة اللوح", + "Archive board" : "أرشفة اللوح ", + "Export board" : "تصدير لوحة", + "Turn on due date reminders" : "تفعيل التذكيرات للموعد المحدد ", + "Turn off due date reminders" : "إيقاف تشغيل التذكيرات للموعد المحددد", + "Due date reminders" : "تذكيرات الموعد المحدد ", + "Assigned cards" : "البطاقات المخصصة", + "No notifications" : "لا توجد إشعارات", + "Delete board" : "مسح اللوح", "Clone {boardTitle}" : "استنساخ {boardTitle}", "Clone cards" : "استنسخ البطاقة ", "Clone assignments" : "استنساخ مهام", @@ -356,14 +363,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح", "No results found" : "لا يتم العثور على أي نتائج ", "Deck board {name}\n* Last modified on {lastMod}" : "اسم اللوحة {name} \n* آخر تعديل لها في {lastMod}", - "{stack} in {board}" : "{stack} في {board}", - "Click to expand description" : "إضعط للتوسّع في الوصف", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* أُنشأت في {created}\n* آخر تعديل لها في {lastMod}\n* {nbAttachments} مُرفقات\n* {nbComments} مُلاحظات", "{nbCards} cards" : "{nbCards} بطاقات", + "Due on {date}" : "مطلوب في {date}", + "{stack} in {board}" : "{stack} في {board}", + "Click to expand description" : "إضعط للتوسّع في الوصف", "Click to expand comment" : "إضغط للتوسع في الملاحظات", + "Create card" : "أنشى بطاقة ", "Create a new card" : "أنشى بطاقة جديدة ", "Card title" : "عنوان البطاقة ", - "Create card" : "أنشى بطاقة ", "Creating the new card …" : "أنشى البطاقة الجديدة ", "Card \"{card}\" was added to \"{board}\"" : "\"{بطاقة}\" تمت إضافتها في \"{اللوح}\"", "Open card" : "فتح البطاقة ", @@ -373,10 +381,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "البطاقات القادمة غداً", "upcoming cards" : "البطاقات القادمة", "New card" : "بطاقة جديدة", - "Due on {date}" : "مطلوب في {date}", - "This weekend – {timeLocale}" : "نهاية هذا الأسبوع – {timeLocale}", - "Tomorrow – {timeLocale}" : "غداً – {timeLocale}", - "Later today – {timeLocale}" : "في وقت لاحقٍ اليوم – {timeLocale}", "Link to a board" : "ربط بلوح", "Link to a card" : "ربط ببطاقة", "Create a card" : "أنشى بطاقة ", @@ -388,6 +392,12 @@ OC.L10N.register( "Share with a Deck card" : "مشاركة مع بطاقة Deck", "Share {file} with a Deck card" : "مشاركة الملف {file} مع بطاقة Deck", "Share" : "مشاركة ", + "Personal" : "شخصي", + "To do" : "لفعله", + "Doing" : "تحت العمل", + "Example Task 3" : "مثال المهمة 3", + "Example Task 2" : "مثال المهمة 2", + "Example Task 1" : "مثال المهمة 1", "Move card to another board" : "حرك البطاقة الى لوح اخر", "Filter by completed" : "تصفية بحسب الإنجاز" }, diff --git a/l10n/ar.json b/l10n/ar.json index 652d64876..5558bc220 100644 --- a/l10n/ar.json +++ b/l10n/ar.json @@ -35,9 +35,9 @@ "{user} has archived card {card} in list {stack} on board {board}" : "{user} قام بأرشفة بطاقة {card} في القائمة {stack} على اللوح {board}", "You have unarchived card {card} in list {stack} on board {board}" : "لديك بطاقة غير مؤرشفة {card} في القائمة {stack} على اللوح {board}", "{user} has unarchived card {card} in list {stack} on board {board}" : "{user} لديه بطاقة غير مؤرشفة {card} في القائمة {stack} على اللوح {board}", - "You have marked the card {card} as done in list {stack} on board {board}" : "لقد قُمت بتمييز البطاقة {card} باعتبارها \"منتهية\" في القائمة {stack} على اللوح {board}", - "{user} has marked card {card} as done in list {stack} on board {board}" : "قام المستخدِم {user} بتمييز البطاقة {card} باعتبارها \"منتهية\" في القائمة {stack} على اللوح {board}", - "You have marked the card {card} as undone in list {stack} on board {board}" : "لقد قُمت بتمييز البطاقة {card} باعتبارها \"غير منتهية\" في القائمة {stack} على اللوحة {board}", + "You have marked the card {card} as done in list {stack} on board {board}" : "لقد قُمت بتمييز البطاقة {card} باعتبارها \"منتهية\" في القائمة {stack} على اللوحة {board}", + "{user} has marked card {card} as done in list {stack} on board {board}" : "قام المستخدِم {user} بتمييز البطاقة {card} باعتبارها \"منتهية\" في القائمة {stack} على اللوحة{board}", + "You have marked the card {card} as undone in list {stack} on board {board}" : "لقد قُمتَ أنت بتمييز البطاقة {card} باعتبارها \"غير منتهية\" في القائمة {stack} على اللوحة {board}", "{user} has marked the card {card} as undone in list {stack} on board {board}" : "قام المستخدِم {user} بتمييز البطاقة {card} باعتبارها \"غير منتهية\" في القائمة {stack} على اللوحة {board}", "You have removed the due date of card {card}" : "قمت بإزالة التاريخ المحدد من البطاقة {card}", "{user} has removed the due date of card {card}" : "{user} قام بإزالة التاريخ المحدد من البطاقة {card}", @@ -67,14 +67,14 @@ "{user} has commented on card {card}" : "{مستخدم} علق على بطاقة {بطاقة}", "Deck" : "Deck", "Changes in the Deck app" : "تغييرات في تطبيق Deck ", - "A board, list or card was changed" : "تمّ تغيير لوحة board أو قائمة list أو بطاقة card .", + "A board, list or card was changed" : "تمّ تغيير لوحة أو قائمة أو بطاقة .", "A comment was created on a card" : "تعليق تم إنشاؤه على بطاقة", "A card description has been changed" : "تمّ تغيير وصف بطاقة.", "Cards due today" : "البطاقات المستحقة اليوم", "Cards due tomorrow" : "البطاقات المستحقة غداً", "Upcoming cards" : "البطاقات القادمة", "Load more" : "حمّل أكثر", - "Personal" : "شخصي", + "Welcome to Nextcloud Deck!" : "أهلا بكم في تطبيق \"الكدسات\" Deck من نكست كلاود! ", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "البطاقة \"%s\" على \"%s\" كُلفت بها من قبل %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} قام بتكليف البطاقة {deck-board} على {deck-board} لك", "The card \"%s\" on \"%s\" has reached its due date." : "وصلت بطاقة \"%s\" على %s\" الموعد المحدد ", @@ -87,7 +87,7 @@ "Owned by %1$s" : "يملكها %1$s", "Deck boards, cards and comments" : "اللوحات و البطاقات و الملاحظات", "From %1$s, in %2$s/%3$s, owned by %4$s" : " من %1$s، في %2$s/%3$s، يملكها %4$s", - "Create a new deck card" : "إنشاء بطاقة جديدة", + "Create a new deck card" : "إنشاء كدسة جديدة للبطاقات", "Card comments" : "تعليقات البطاقة ", "%s on %s" : "%s على %s", "Deck boards and cards" : "اللوحات و البطاقات", @@ -97,12 +97,16 @@ "Action needed" : "يحتاج إلى إجراء", "Later" : "لاحقا", "copy" : "نسخ", - "To do" : "لفعله", - "Doing" : "تحت العمل", + "Read more inside" : "إقرإ المزيد بالداخل", + "Custom lists - click to rename!" : "قوائم مخصصة - أنقُر لتغيير التسمية!", + "To Do" : "مَهَامٌّ", + "In Progress" : "قيد التجهيز", "Done" : "أُنجز", - "Example Task 3" : "مثال المهمة 3", - "Example Task 2" : "مثال المهمة 2", - "Example Task 1" : "مثال المهمة 1", + "1. Open to learn more about boards and cards" : "1. إفتَح لتعرِف المزيد عن اللوحات والبطاقات", + "2. Drag cards left and right, up and down" : "2. سحب البطاقات يميناً ويساراً، لأعلي وأسفل", + "3. Apply rich formatting and link content" : "3. تطبيق التنسيق و ربط المحتوى", + "4. Share, comment and collaborate!" : "4. مشاركات، و ملاحظات، وتعاون!", + "Create your first card!" : "أنشِئ بطاقتك الأولى!", "The file was uploaded" : "تم رفع الملف", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "حجم الملف المرفوع قد تجاوز upload_max_filesize الموجودة في ملف php.ini ", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "حجم الملف الذي تريد رفعه أعلى من الحد المسموح به في واجهة ال HTML.", @@ -117,9 +121,9 @@ "Path is already shared with this card" : "تم مشاركة المسار بالفعل مع هذه البطاقة ", "Invalid date, date format must be YYYY-MM-DD" : "تاريخ غير صحيح, يجب أن يكون تنسيق التاريخ YYYY-MM-DD", "Personal planning and team project organization" : "التخطيط الشخصي و تنظيم مشروع الفريق", - "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "التطبيق \"رِزَم البطاقات\" Deck هو أداة لتنظيم المهام الشخصية و الجماعية في نكست كلاود على نمط \"خطوط التصنيع أو التجميع في المصانع\" و المعروف بـ kanban.\n\n\n- 📥 أكتب مهمتك او مهمة فريقك على بطاقة و ضع البطاقة على لوحة البطاقات من ذات التصنيف أو المرحلة من الإنجاز\n- 📄 دوّن ملاحظاتك الإضافية على البطاقة بصيغة ماركداون markdown\n- 🔖 و يمكنك أيضاً إسناد البطاقة أي المهمة إلى شخص أو أشخاص في فريقك\n- 👥 شارك البطاقة مع من ترغب من أعضاء فريقك أو عائلتك أو أصدقائك\n- 📎 إرفاق ملفات و تضمينها بصيغة ماركداون في البطاقة\n- 💬ناقش البطاقة مع زملائك في خانة الملاحظات\n- ⚡ تابع ما يُستجد من عمليات و تطوّرات على البطاقة أو المهمة\n- 🚀 حافظ على مشروعك مُنسّقاً باستمرار.", - "Card details" : "تفاصيل البطاقة", + "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "التطبيق \"كَدسَات البطاقات\" Deck هو أداة لتنظيم المهام الشخصية و الجماعية في نكست كلاود على نمط \"خطوط التصنيع أو التجميع في المصانع\" و المعروف بـ kanban.\n\n\n- 📥 أكتب مهامّك او مهامّ فريقك على بطاقة و ضع البطاقة في مكانها المناسب\n- 📄 دوّن ملاحظاتك الإضافية على البطاقة بصيغة ماركداون markdown\n- 🔖 و يمكنك أيضاً وضع لواصق labels على البطاقة لتصنيفها بشكل أفضل\n- 👥 شارك البطاقة مع من ترغب من أعضاء فريقك أو عائلتك أو أصدقائك\n- 📎 إرفاق ملفات و تضمينها بصيغة ماركداون في البطاقة\n- 💬ناقش البطاقة مع زملائك في خانة الملاحظات\n- ⚡ تابع ما يُستجد من عمليات و تطوّرات على البطاقة أو المهمة\n- 🚀 حافظ على مشروعك مُنسّقاً باستمرار.", "Add board" : "إضافة لوح", + "Card details" : "تفاصيل البطاقة", "Select the board to link to a project" : "تحديد اللوح لربطه بمشروع", "Search by board title" : "بحث بواسطة عنوان اللوح", "Select board" : "حدد لوح", @@ -129,17 +133,17 @@ "Select a list" : "اختر قائمة ", "Move card" : "حرك البطاقة", "Copy card" : "نسخ بطاقة", - "Select a card" : "حدد بطاقة", - "Cancel" : "إلغاء", "Select the card to link to a project" : "حدد البطاقة لربطها بمشروع", "Link to card" : "اربط بطاقة", + "Select a card" : "حدد بطاقة", + "Cancel" : "إلغاء", + "This board is read only" : "هذا اللوح بوضع القراءة فقط", + "Drop your files to upload" : "افلت الملفات لرفعها", "File already exists" : "الملف موجود مسبقاً", "A file with the name {filename} already exists." : "ملف باسم {اسم الملف} موجود مسبقًا ", "Do you want to overwrite it?" : "هل تريد تجاوزه؟", "Overwrite file" : "تجاوز ملف", "Keep existing file" : "ابقي الملف الموجود", - "This board is read only" : "هذا اللوح بوضع القراءة فقط", - "Drop your files to upload" : "افلت الملفات لرفعها", "Add card" : "إضافة بطاقة", "Archived cards" : "البطاقات المؤرشفة", "Add list" : "إضافة قائمة", @@ -180,6 +184,12 @@ "Deleted lists" : "القوائم المحذوفة", "Undo" : "تراجع", "Deleted cards" : "البطاقات المحذوفة", + "Failed to create share with {displayName}" : "فشل في إنشاء المشاركة مع {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "هل أنت متأكد أنك تريد نقل اللوحة {title} إلى {user} ؟", + "Transfer the board." : "نقل اللوحة.", + "Transfer" : "نقل", + "The board has been transferred to {user}" : "تمّ نقل اللوحة إلى {user}", + "Failed to transfer the board to {user}" : "تعذّر نقل اللوحة إلى {user}", "Share board with a user, group or team …" : "مشاركة اللوحة مع مستخدِم او مجموعة أو فريق ...", "Searching for users, groups and teams …" : "البحث عن مستخدِمين، أو مجموعات، أو فرق", "No participants found" : "لم يتم العثور على مشاركين", @@ -191,12 +201,7 @@ "Can manage" : "يمكن إدارته", "Owner" : "المالك", "Delete" : "حذف ", - "Failed to create share with {displayName}" : "فشل في إنشاء المشاركة مع {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "هل أنت متأكد أنك تريد نقل اللوحة {title} إلى {user} ؟", - "Transfer the board." : "نقل اللوحة.", - "Transfer" : "نقل", - "The board has been transferred to {user}" : "تمّ نقل اللوحة إلى {user}", - "Failed to transfer the board to {user}" : "تعذّر نقل اللوحة إلى {user}", + "List deleted" : "القائمة حٌذفت ", "Edit list title" : "تعديل اسم القائمة", "Archive all cards" : "أرشفة جميع البطاقات ", "Unarchive all cards" : "تراجع عن أرشفة كل البطاقات", @@ -205,15 +210,16 @@ "Unarchive all cards in this list" : "تراجع عن أرشفة كل البطاقات في هذه القائمة", "Add a new card" : "إضافة بطاقة جديدة", "Card name" : "اسم البطاقة ", - "List deleted" : "القائمة حٌذفت ", + "title and color value must be provided" : "العنوان و قيمة اللون يجب تقديمها ", "Edit" : "تعديل", "Add a new tag" : "إضافة وسم جديد", - "title and color value must be provided" : "العنوان و قيمة اللون يجب تقديمها ", "Board name" : "اسم اللوح", "Members" : "الاعضاء", "Assign to users/groups/team" : "إسناد إلى مستخدمين/مجموعات/فرق", "Assign a user to this card…" : "انسب مستخدم الى هذه البطاقة..", "Select a user to assign to this card…" : "حدِّد مستخدِماً ليتم إسناد هذه البطاقة له...", + "File to share" : "ملف للمشاركة", + "Invalid path selected" : "تم تحديد مسار غير صحيح", "Upload new files" : "رفع ملفات جديدة", "Share from Files" : "مشاركة من الملفات", "Pending share" : "مشاركة مُعلّقة", @@ -223,25 +229,24 @@ "Remove attachment" : "حذف المُرفق", "Delete Attachment" : "مسح المرفق", "Restore Attachment" : "إستعادة المرفق", - "File to share" : "ملف للمشاركة", - "Invalid path selected" : "تم تحديد مسار غير صحيح", + "Modified" : "عُدل", + "Created" : "أُنشئ", + "The title cannot be empty." : "لا يمكن ترك العنوان فارغًا.", "Open in sidebar view" : "فتح في الشريط الجانبي ", "Open in bigger view" : "فتح في نافذة أكبر ", "Attachments" : "المرفقات", "Comments" : "تعليقات", - "Modified" : "عُدل", - "Created" : "أُنشئ", - "The title cannot be empty." : "لا يمكن ترك العنوان فارغًا.", - "No comments yet. Begin the discussion!" : "لا يوجد تعليقات بعد, ابدأ النقاش الآن!", "Failed to load comments" : "فشل في تحميل التعليقات ", - "Save" : "حفظ", + "No comments yet. Begin the discussion!" : "لا يوجد تعليقات بعد, ابدأ النقاش الآن!", "The comment cannot be empty." : "التعليق لايمكن ان يكون فارغا.", "The comment cannot be longer than 1000 characters." : "التعليق لا يمكن ان يكون اطول من 1000 حرف.", + "Save" : "حفظ", + "Created:" : "تاريخ الإنشاء :", "In reply to" : "يقوم بالرد على", "Cancel reply" : "إلغاء الرد", "Reply" : "رد", "Update" : "تحديث", - "Created:" : "تاريخ الإنشاء :", + "Write a description …" : "كتابة وصف...", "Description" : "الوصف", "(Unsaved)" : "(غير محفوظ)", "(Saving…)" : "(يُحفظ..)", @@ -249,8 +254,16 @@ "Edit description" : "تعديل الوصف", "View description" : "إظهار الوصف", "Add Attachment" : "أضف ملحق", - "Write a description …" : "كتابة وصف...", "Choose attachment" : "اختيار مرفق", + "Select Date" : "اختر التاريخ ", + "Later today – {timeLocale}" : "في وقت لاحقٍ اليوم – {timeLocale}", + "Set due date for later today" : "تعيين آخِرَ هذا اليوم كموعدٍ لاستحقاق البطاقة", + "Tomorrow – {timeLocale}" : "غداً – {timeLocale}", + "Set due date for tomorrow" : "تعيين يوم الغد كموعدٍ لاستحقاق البطاقة", + "This weekend – {timeLocale}" : "نهاية هذا الأسبوع – {timeLocale}", + "Set due date for this weekend" : "تعيين نهاية هذا الأسبوع كموعدٍ لاستحقاق البطاقة", + "Next week – {timeLocale}" : "الأسبوع القادم – {timeLocale}", + "Set due date for next week" : "تعيين الأسبوع المُقبل كموعدٍ لاستحقاق البطاقة", "Assign a due date to this card…" : "تعيين تاريخ استحقاق لهذه البطاقة...", "Set a due date" : "تعيين تاريخ الانجاز", "Add due date" : "إضافة تاريخ الاستحقاق", @@ -261,29 +274,23 @@ "Not done" : "غير مُنجَزة", "Unarchive card" : "إلغاء أرشفة البطاقة ", "Archive card" : "أرشفة البطاقة", - "Select Date" : "اختر التاريخ ", - "Set due date for later today" : "تعيين آخِرَ هذا اليوم كموعدٍ لاستحقاق البطاقة", - "Set due date for tomorrow" : "تعيين يوم الغد كموعدٍ لاستحقاق البطاقة", - "Set due date for this weekend" : "تعيين نهاية هذا الأسبوع كموعدٍ لاستحقاق البطاقة", - "Set due date for next week" : "تعيين الأسبوع المُقبل كموعدٍ لاستحقاق البطاقة", "Assign a tag to this card…" : "انسب وسم الى هذه البطاقة..", "Select or create a tag…" : "اختيار أو إنشاء وسم جديد...", "Create a new tag:" : "إنشاء وسم جديد:", "(group)" : "(مجموعة)", - "Next week – {timeLocale}" : "الأسبوع القادم – {timeLocale}", - "Todo items" : "قائمة المهام", "{count} comments, {unread} unread" : "{عدد} التعليقات، {غير مقروءة} غير مقروءة", + "Todo items" : "قائمة المهام", "Edit card title" : "تعديل اسم القائمة", "Open link" : "إفتَح الرابط", + "Card deleted" : "البطاقة حٌذفت ", "Edit title" : "تحرير عنوان", "Assign to me" : "ينسب لي", "Unassign myself" : "إلغاء تعييني ", "Mark as not done" : "تمييز كـ \"غير منتهٍ\"", "Delete card" : "حذف البطاقة", - "Card deleted" : "البطاقة حٌذفت ", "seconds ago" : "ثوانٍ مضت", "Keyboard shortcuts" : "اختصارات لوحة المفاتيح", - "Boost your productivity using Deck with keyboard shortcuts." : "ضاعِف إنتاجيتك باستعمال \"رِزَم البطاقات\" Deck، و اختصارات لوحة المفاتيح ", + "Boost your productivity using Deck with keyboard shortcuts." : "ضاعِف إنتاجيتك باستعمال \"كَدسَات البطاقات\" Deck، و اختصارات لوحة المفاتيح ", "Board actions" : "إجراءات اللوحة", "Keyboard shortcut" : "إختصار لوحة المفاتيح", "Action" : "الإجراء", @@ -311,33 +318,33 @@ "All boards" : "جميع الالواح", "Archived boards" : "الالواح المؤرشفة", "Shared with you" : "تم مشاركتها معك", - "Deck settings" : "إعدادات رزم البطاقات", + "Deck settings" : "إعدادات \"كَدسَات البطاقات\"", "Use bigger card view" : "استخدام بطاقة عرض أكبر ", "Show card ID badge" : "أعرض شارة رقم البطاقة", "Show boards in calendar/tasks" : "إظهار اللوح في التقويم/المهام", - "Limit board creation to some groups" : "قَصْرُ حَقِّ إنشاء الألواح على بعض المجموعات ", + "Limit board creation to some groups" : "قَصْرُ حَقِّ إنشاء اللوحات على بعض المجموعات ", "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "المستخدِمون من خارج تلك المجموعات لن يمكنكم إنشاء لوحاتهم الخاصة؛ لكن يمكنهم العمل على اللوحات التي تتمّ مشاركتها معهم.", "Cancel edit" : "إلغاء التعديل", - "Save board" : "حفظ اللوح", - "Board details" : "تفاصيل لوح", - "Edit board" : "تعديل اللوح", - "Clone board" : "استنسخ اللوح", - "Unarchive board" : "إلغاء أرشفة اللوح", - "Archive board" : "أرشفة اللوح ", - "Export board" : "تصدير اللوحة", - "Turn on due date reminders" : "تفعيل التذكيرات للموعد المحدد ", - "Turn off due date reminders" : "إيقاف تشغيل التذكيرات للموعد المحددد", - "Due date reminders" : "تذكيرات الموعد المحدد ", - "All cards" : "جميع البطاقات ", - "Assigned cards" : "البطاقات المخصصة", - "No notifications" : "لا توجد إشعارات", - "Delete board" : "مسح اللوح", + "Save board" : "حفظ اللوحة", "Board {0} deleted" : "اللوح {0} تم مسحه", + "All cards" : "جميع البطاقات ", "Only assigned cards" : "البطاقات المخصصة فقط", "No reminder" : "لا يوجد تذكير ", "An error occurred" : "حدث خطأ", "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "هل أنت متأكد من حذف اللوحة {title}؟ هذا سيؤدي إلى حذف كل بيانات هذه اللوحة بما في ذلك البطاقات المؤرشفة.", "Delete the board?" : "مسح اللوح؟", + "Board details" : "تفاصيل لوح", + "Edit board" : "تعديل اللوح", + "Clone board" : "استنسخ اللوح", + "Unarchive board" : "إلغاء أرشفة اللوح", + "Archive board" : "أرشفة اللوح ", + "Export board" : "تصدير لوحة", + "Turn on due date reminders" : "تفعيل التذكيرات للموعد المحدد ", + "Turn off due date reminders" : "إيقاف تشغيل التذكيرات للموعد المحددد", + "Due date reminders" : "تذكيرات الموعد المحدد ", + "Assigned cards" : "البطاقات المخصصة", + "No notifications" : "لا توجد إشعارات", + "Delete board" : "مسح اللوح", "Clone {boardTitle}" : "استنساخ {boardTitle}", "Clone cards" : "استنسخ البطاقة ", "Clone assignments" : "استنساخ مهام", @@ -354,14 +361,15 @@ "Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح", "No results found" : "لا يتم العثور على أي نتائج ", "Deck board {name}\n* Last modified on {lastMod}" : "اسم اللوحة {name} \n* آخر تعديل لها في {lastMod}", - "{stack} in {board}" : "{stack} في {board}", - "Click to expand description" : "إضعط للتوسّع في الوصف", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* أُنشأت في {created}\n* آخر تعديل لها في {lastMod}\n* {nbAttachments} مُرفقات\n* {nbComments} مُلاحظات", "{nbCards} cards" : "{nbCards} بطاقات", + "Due on {date}" : "مطلوب في {date}", + "{stack} in {board}" : "{stack} في {board}", + "Click to expand description" : "إضعط للتوسّع في الوصف", "Click to expand comment" : "إضغط للتوسع في الملاحظات", + "Create card" : "أنشى بطاقة ", "Create a new card" : "أنشى بطاقة جديدة ", "Card title" : "عنوان البطاقة ", - "Create card" : "أنشى بطاقة ", "Creating the new card …" : "أنشى البطاقة الجديدة ", "Card \"{card}\" was added to \"{board}\"" : "\"{بطاقة}\" تمت إضافتها في \"{اللوح}\"", "Open card" : "فتح البطاقة ", @@ -371,10 +379,6 @@ "upcoming cards tomorrow" : "البطاقات القادمة غداً", "upcoming cards" : "البطاقات القادمة", "New card" : "بطاقة جديدة", - "Due on {date}" : "مطلوب في {date}", - "This weekend – {timeLocale}" : "نهاية هذا الأسبوع – {timeLocale}", - "Tomorrow – {timeLocale}" : "غداً – {timeLocale}", - "Later today – {timeLocale}" : "في وقت لاحقٍ اليوم – {timeLocale}", "Link to a board" : "ربط بلوح", "Link to a card" : "ربط ببطاقة", "Create a card" : "أنشى بطاقة ", @@ -386,6 +390,12 @@ "Share with a Deck card" : "مشاركة مع بطاقة Deck", "Share {file} with a Deck card" : "مشاركة الملف {file} مع بطاقة Deck", "Share" : "مشاركة ", + "Personal" : "شخصي", + "To do" : "لفعله", + "Doing" : "تحت العمل", + "Example Task 3" : "مثال المهمة 3", + "Example Task 2" : "مثال المهمة 2", + "Example Task 1" : "مثال المهمة 1", "Move card to another board" : "حرك البطاقة الى لوح اخر", "Filter by completed" : "تصفية بحسب الإنجاز" },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" diff --git a/l10n/ast.js b/l10n/ast.js index 23792db96..5aa7bee35 100644 --- a/l10n/ast.js +++ b/l10n/ast.js @@ -4,16 +4,11 @@ OC.L10N.register( "Deck" : "Tarxeteru", "Upcoming cards" : "Tarxetes próximes", "Load more" : "Cargar más", - "Personal" : "Personal", "Deck board" : "Mesa de tarxetes", "%s on %s" : "%s n %s", "Action needed" : "Aición necesaria", "copy" : "copia", - "To do" : "Xera pendiente", "Done" : "Fecho", - "Example Task 3" : "Xera d'exemplu 3", - "Example Task 2" : "Xera d'exemplu 2", - "Example Task 1" : "Xera d'exemplu 1", "The file was uploaded" : "Xubióse'l ficheru", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El ficheru xubíu supera la direutiva «upload_max_filesize» del ficheru php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El ficheru xubíu supera la direutiva «MAX_FILE_SIZE» que s'especificó nel formulariu HTML", @@ -25,8 +20,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "La data ye inválida, el so formatu ha ser AAAA-MM-DD", "Move card" : "Mover la tarxeta", "Cancel" : "Encaboxar", - "File already exists" : "El ficheru yá esiste", "Drop your files to upload" : "Suelta los ficheros pa xubilos", + "File already exists" : "El ficheru yá esiste", "Add card" : "Amestar una tarxeta", "Archived cards" : "Tarxetes archivaes", "Add list" : "Amestar una llista", @@ -45,12 +40,13 @@ OC.L10N.register( "Deleted lists" : "Llistes desaniciaes", "Undo" : "Desfacer", "Deleted cards" : "Tarxetes desaniciaes", + "Transfer" : "Tresferir", "(Group)" : "(Grupu)", "(Team)" : "(Equipu)", "Can edit" : "Pue editar", "Owner" : "Propietariu", "Delete" : "Desaniciar", - "Transfer" : "Tresferir", + "List deleted" : "Desanicióse la llista", "Edit list title" : "Editar el títulu de la llista", "Archive all cards" : "Archivar toles carpetes", "Unarchive all cards" : "Desarchivar toles tarxetes", @@ -59,34 +55,35 @@ OC.L10N.register( "Unarchive all cards in this list" : "Desarchivar toles tarxetes d'esta llista", "Add a new card" : "Amestar una tarxeta nueva", "Card name" : "Nome de la tarxeta", - "List deleted" : "Desanicióse la llista", "Edit" : "Editar", "Add a new tag" : "Amestar una etiqueta nueva", "Members" : "Miembros", + "Invalid path selected" : "Seleicionóse un camín inválidu", "Show in Files" : "Amosar en Ficheros", "Download" : "Baxar", - "Invalid path selected" : "Seleicionóse un camín inválidu", - "Comments" : "Comentarios", "Modified" : "Modificóse", "The title cannot be empty." : "El títulu nun pue tar baleru", - "No comments yet. Begin the discussion!" : "Nun hai nengún comentariu. ¡Comienza'l discutiniu!", + "Comments" : "Comentarios", "Failed to load comments" : "Nun se puen cargar los comentarios", - "Save" : "Guardar", + "No comments yet. Begin the discussion!" : "Nun hai nengún comentariu. ¡Comienza'l discutiniu!", "The comment cannot be empty." : "El comentariu nun pue tar baleru.", + "Save" : "Guardar", + "Created:" : "Creóse'l", "In reply to" : "En rempuesta a", "Reply" : "Responder", "Update" : "Anovar", - "Created:" : "Creóse'l", "Description" : "Descripción", "(Unsaved)" : "(ensin guardar)", "(Saving…)" : "(Guardando…)", "Formatting help" : "Ayuda del formatu", "Edit description" : "Editar la descripción", "View description" : "Ver la descripción", + "Tomorrow – {timeLocale}" : "Mañana – {timeLocale}", + "This weekend – {timeLocale}" : "Esta fin de selmana – {timeLocale}", + "Next week – {timeLocale}" : "La próxima selmana – {timeLocale}", "Mark as done" : "Marcar como fecha", "Archive card" : "Archivar la tarxeta", "(group)" : "(grupu)", - "Next week – {timeLocale}" : "La próxima selmana – {timeLocale}", "Edit title" : "Editar el títulu", "Delete card" : "Desaniciar la tarxeta", "seconds ago" : "hai segundos", @@ -98,19 +95,22 @@ OC.L10N.register( "Shared with you" : "Compartióse contigo", "Cancel edit" : "Anular la edición", "All cards" : "Toles tarxetes", - "No notifications" : "Nun hai nengún avisu", "No reminder" : "Nun hai nengún recordatoriu", "An error occurred" : "Prodúxose un error", + "No notifications" : "Nun hai nengún avisu", "Clone cards" : "Clonar les tarxetes", "Advanced options" : "Opciones avanzaes", "Today" : "Güei", "Tomorrow" : "Mañana", "No results found" : "Nun s'atopó nengún resultáu", "Close" : "Zarrar", - "This weekend – {timeLocale}" : "Esta fin de selmana – {timeLocale}", - "Tomorrow – {timeLocale}" : "Mañana – {timeLocale}", "Message from {author} in {conversationName}" : "Mensaxe de {author} en {conversationName}", "Error creating the share" : "Hebo un error al crear la compartición", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal", + "To do" : "Xera pendiente", + "Example Task 3" : "Xera d'exemplu 3", + "Example Task 2" : "Xera d'exemplu 2", + "Example Task 1" : "Xera d'exemplu 1" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/ast.json b/l10n/ast.json index b56dd5be5..b9184a9c9 100644 --- a/l10n/ast.json +++ b/l10n/ast.json @@ -2,16 +2,11 @@ "Deck" : "Tarxeteru", "Upcoming cards" : "Tarxetes próximes", "Load more" : "Cargar más", - "Personal" : "Personal", "Deck board" : "Mesa de tarxetes", "%s on %s" : "%s n %s", "Action needed" : "Aición necesaria", "copy" : "copia", - "To do" : "Xera pendiente", "Done" : "Fecho", - "Example Task 3" : "Xera d'exemplu 3", - "Example Task 2" : "Xera d'exemplu 2", - "Example Task 1" : "Xera d'exemplu 1", "The file was uploaded" : "Xubióse'l ficheru", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El ficheru xubíu supera la direutiva «upload_max_filesize» del ficheru php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El ficheru xubíu supera la direutiva «MAX_FILE_SIZE» que s'especificó nel formulariu HTML", @@ -23,8 +18,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "La data ye inválida, el so formatu ha ser AAAA-MM-DD", "Move card" : "Mover la tarxeta", "Cancel" : "Encaboxar", - "File already exists" : "El ficheru yá esiste", "Drop your files to upload" : "Suelta los ficheros pa xubilos", + "File already exists" : "El ficheru yá esiste", "Add card" : "Amestar una tarxeta", "Archived cards" : "Tarxetes archivaes", "Add list" : "Amestar una llista", @@ -43,12 +38,13 @@ "Deleted lists" : "Llistes desaniciaes", "Undo" : "Desfacer", "Deleted cards" : "Tarxetes desaniciaes", + "Transfer" : "Tresferir", "(Group)" : "(Grupu)", "(Team)" : "(Equipu)", "Can edit" : "Pue editar", "Owner" : "Propietariu", "Delete" : "Desaniciar", - "Transfer" : "Tresferir", + "List deleted" : "Desanicióse la llista", "Edit list title" : "Editar el títulu de la llista", "Archive all cards" : "Archivar toles carpetes", "Unarchive all cards" : "Desarchivar toles tarxetes", @@ -57,34 +53,35 @@ "Unarchive all cards in this list" : "Desarchivar toles tarxetes d'esta llista", "Add a new card" : "Amestar una tarxeta nueva", "Card name" : "Nome de la tarxeta", - "List deleted" : "Desanicióse la llista", "Edit" : "Editar", "Add a new tag" : "Amestar una etiqueta nueva", "Members" : "Miembros", + "Invalid path selected" : "Seleicionóse un camín inválidu", "Show in Files" : "Amosar en Ficheros", "Download" : "Baxar", - "Invalid path selected" : "Seleicionóse un camín inválidu", - "Comments" : "Comentarios", "Modified" : "Modificóse", "The title cannot be empty." : "El títulu nun pue tar baleru", - "No comments yet. Begin the discussion!" : "Nun hai nengún comentariu. ¡Comienza'l discutiniu!", + "Comments" : "Comentarios", "Failed to load comments" : "Nun se puen cargar los comentarios", - "Save" : "Guardar", + "No comments yet. Begin the discussion!" : "Nun hai nengún comentariu. ¡Comienza'l discutiniu!", "The comment cannot be empty." : "El comentariu nun pue tar baleru.", + "Save" : "Guardar", + "Created:" : "Creóse'l", "In reply to" : "En rempuesta a", "Reply" : "Responder", "Update" : "Anovar", - "Created:" : "Creóse'l", "Description" : "Descripción", "(Unsaved)" : "(ensin guardar)", "(Saving…)" : "(Guardando…)", "Formatting help" : "Ayuda del formatu", "Edit description" : "Editar la descripción", "View description" : "Ver la descripción", + "Tomorrow – {timeLocale}" : "Mañana – {timeLocale}", + "This weekend – {timeLocale}" : "Esta fin de selmana – {timeLocale}", + "Next week – {timeLocale}" : "La próxima selmana – {timeLocale}", "Mark as done" : "Marcar como fecha", "Archive card" : "Archivar la tarxeta", "(group)" : "(grupu)", - "Next week – {timeLocale}" : "La próxima selmana – {timeLocale}", "Edit title" : "Editar el títulu", "Delete card" : "Desaniciar la tarxeta", "seconds ago" : "hai segundos", @@ -96,19 +93,22 @@ "Shared with you" : "Compartióse contigo", "Cancel edit" : "Anular la edición", "All cards" : "Toles tarxetes", - "No notifications" : "Nun hai nengún avisu", "No reminder" : "Nun hai nengún recordatoriu", "An error occurred" : "Prodúxose un error", + "No notifications" : "Nun hai nengún avisu", "Clone cards" : "Clonar les tarxetes", "Advanced options" : "Opciones avanzaes", "Today" : "Güei", "Tomorrow" : "Mañana", "No results found" : "Nun s'atopó nengún resultáu", "Close" : "Zarrar", - "This weekend – {timeLocale}" : "Esta fin de selmana – {timeLocale}", - "Tomorrow – {timeLocale}" : "Mañana – {timeLocale}", "Message from {author} in {conversationName}" : "Mensaxe de {author} en {conversationName}", "Error creating the share" : "Hebo un error al crear la compartición", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal", + "To do" : "Xera pendiente", + "Example Task 3" : "Xera d'exemplu 3", + "Example Task 2" : "Xera d'exemplu 2", + "Example Task 1" : "Xera d'exemplu 1" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/az.js b/l10n/az.js index be9d302fd..9bbc83c5f 100644 --- a/l10n/az.js +++ b/l10n/az.js @@ -1,7 +1,6 @@ OC.L10N.register( "deck", { - "Personal" : "Şəxsi", "Finished" : "Bitdi", "Done" : "Done", "The file was uploaded" : "Fayl yükləndi", @@ -24,12 +23,12 @@ OC.L10N.register( "Delete" : "Sil", "Edit" : "Dəyişiklik et", "Download" : "Yüklə", - "Comments" : "Şərhlər", "Modified" : "Dəyişdirildi", + "Comments" : "Şərhlər", "Save" : "Saxla", + "Created:" : "Yaradıldı:", "Reply" : "Cavab", "Update" : "Yenilənmə", - "Created:" : "Yaradıldı:", "Description" : "Açıqlanma", "(group)" : "(qrup)", "seconds ago" : "saniyələr öncə", @@ -38,6 +37,7 @@ OC.L10N.register( "Today" : "Bu gün", "Tomorrow" : "Sabah", "Close" : "Bağla", - "Share" : "Paylaş" + "Share" : "Paylaş", + "Personal" : "Şəxsi" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/az.json b/l10n/az.json index 79c5155f9..7440c3950 100644 --- a/l10n/az.json +++ b/l10n/az.json @@ -1,5 +1,4 @@ { "translations": { - "Personal" : "Şəxsi", "Finished" : "Bitdi", "Done" : "Done", "The file was uploaded" : "Fayl yükləndi", @@ -22,12 +21,12 @@ "Delete" : "Sil", "Edit" : "Dəyişiklik et", "Download" : "Yüklə", - "Comments" : "Şərhlər", "Modified" : "Dəyişdirildi", + "Comments" : "Şərhlər", "Save" : "Saxla", + "Created:" : "Yaradıldı:", "Reply" : "Cavab", "Update" : "Yenilənmə", - "Created:" : "Yaradıldı:", "Description" : "Açıqlanma", "(group)" : "(qrup)", "seconds ago" : "saniyələr öncə", @@ -36,6 +35,7 @@ "Today" : "Bu gün", "Tomorrow" : "Sabah", "Close" : "Bağla", - "Share" : "Paylaş" + "Share" : "Paylaş", + "Personal" : "Şəxsi" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/bg.js b/l10n/bg.js index 6dc34d86b..0a1d3cc1a 100644 --- a/l10n/bg.js +++ b/l10n/bg.js @@ -68,7 +68,6 @@ OC.L10N.register( "A comment was created on a card" : "На картата е създаден коментар", "Upcoming cards" : "Предстоящи карти", "Load more" : "Зареждане на още", - "Personal" : "Лични", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Картата \"%s\" на \"%s\" Ви е била възложена от %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} е възложил картата {deck-card} на {deck-board} на Вас.", "The card \"%s\" on \"%s\" has reached its due date." : "Картата \"%s\" on \"%s\" е достигнала датата на падежа си.", @@ -90,12 +89,8 @@ OC.L10N.register( "Action needed" : "Необходимо е действие", "Later" : "По-късно", "copy" : "Копиране", - "To do" : "Задачи", - "Doing" : "Задачи в процес на изпълнение", + "To Do" : "Задачи", "Done" : "Завършено", - "Example Task 3" : "Примерна задача 3", - "Example Task 2" : "Примерна задача 2", - "Example Task 1" : "Примерна задача 1", "The file was uploaded" : "Файлът е качен", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Размерът на каченият файл надвишава максималния размер определен от upload_max_filesize в php.ini:", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Размерът на файла надвишава максималния размер определен от MAX_FILE_SIZE в HTML формата.", @@ -111,8 +106,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "Невалидна дата, форматът е различен от ГГГГ-ММ-ДД", "Personal planning and team project organization" : "Лично планиране и организация на екипни проекти", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck е инструмент за организация в стил kanban, насочен към лично планиране и организация на проекти за екипи, интегрирани с Nextcloud.\n\n\n- 📥 Добавете задачите си към карти и ги подредете\n- 📄 Запишете допълнителни бележки в markdown формат\n- Присвояване на етикети за още по-добра организация\n- 👥 Споделете с вашия екип, приятели или семейство\n- 📎Прикачете файлове и ги вградете във вашето описание за маркиране\n- 💬Обсъдете с вашия екип, като използвате коментари\n- ⚡ Проследявайте промените в потока от дейности\n- 🚀 Организирайте проекта си", - "Card details" : "Подробности за картата", "Add board" : "Добави табло", + "Card details" : "Подробности за картата", "Select the board to link to a project" : "Изберете таблото, което да свържете към проект", "Search by board title" : "Търсене по заглавие на таблото", "Select board" : "Избор на табло", @@ -120,17 +115,17 @@ OC.L10N.register( "No lists available" : "Няма налична списъци.", "Select a list" : "Избор на списък", "Move card" : "Преместване на карта", - "Select a card" : "Избор на карта", - "Cancel" : "Отказ", "Select the card to link to a project" : "Изберете картата, която да свържете към проект", "Link to card" : "Връзка към карта", + "Select a card" : "Избор на карта", + "Cancel" : "Отказ", + "This board is read only" : "Таблото е само за четене", + "Drop your files to upload" : "Пуснете вашите файлове, за да ги качите", "File already exists" : "Файлът вече съществува", "A file with the name {filename} already exists." : "Вече съществува файл с името {filename}.", "Do you want to overwrite it?" : "Искате ли да го презапишете?", "Overwrite file" : "Презапиши файла", "Keep existing file" : "Запазване на съществуващ файл", - "This board is read only" : "Таблото е само за четене", - "Drop your files to upload" : "Пуснете вашите файлове, за да ги качите", "Add card" : "Добави карта", "Archived cards" : "Архивирани карти", "Add list" : "Добави списък", @@ -165,6 +160,12 @@ OC.L10N.register( "Deleted lists" : "Изтрити списъци", "Undo" : "Отмяна", "Deleted cards" : "Изтрити карти", + "Failed to create share with {displayName}" : "Създаването на споделяне с {displayName} не бе успешно", + "Are you sure you want to transfer the board {title} to {user}?" : "Сигурни ли сте че искате да прехвърлите таблото {title} на {user}?", + "Transfer the board." : "Прехвърлете таблото.", + "Transfer" : "Прехвърляне", + "The board has been transferred to {user}" : "Таблото беше прехвърлено на {user}", + "Failed to transfer the board to {user}" : "Неуспешно прехвърляне на таблото на {user}", "No participants found" : "Няма намерени участници", "Board owner" : "Собственик на табло", "(Group)" : "(Група)", @@ -173,12 +174,7 @@ OC.L10N.register( "Can manage" : "Може да управлява", "Owner" : "Собственик", "Delete" : "Изтриване", - "Failed to create share with {displayName}" : "Създаването на споделяне с {displayName} не бе успешно", - "Are you sure you want to transfer the board {title} to {user}?" : "Сигурни ли сте че искате да прехвърлите таблото {title} на {user}?", - "Transfer the board." : "Прехвърлете таблото.", - "Transfer" : "Прехвърляне", - "The board has been transferred to {user}" : "Таблото беше прехвърлено на {user}", - "Failed to transfer the board to {user}" : "Неуспешно прехвърляне на таблото на {user}", + "List deleted" : "Списъкът е изтрит", "Edit list title" : "Редактиране на заглавието на списъка", "Archive all cards" : "Архивира всички карти", "Unarchive all cards" : "Разархивиране на всички карти", @@ -187,13 +183,14 @@ OC.L10N.register( "Unarchive all cards in this list" : "Разархивиране всички карти в този списък", "Add a new card" : "Добави нова карта", "Card name" : "Име на карта", - "List deleted" : "Списъкът е изтрит", + "title and color value must be provided" : "трябва да се предоставят заглавие и стойност на цвета", "Edit" : "Редакция", "Add a new tag" : "Добавяне на нов етикет", - "title and color value must be provided" : "трябва да се предоставят заглавие и стойност на цвета", "Board name" : "Име на табло", "Members" : "Членове", "Assign a user to this card…" : "Зачисляване на потребител на тази карта ...", + "File to share" : "Файл за споделяне", + "Invalid path selected" : "Избран е невалиден път ", "Upload new files" : "Качи нови файлове", "Share from Files" : "Споделяне от Файлове", "Pending share" : "Чакащо споделяне", @@ -203,25 +200,24 @@ OC.L10N.register( "Remove attachment" : "Премахване на прикачен файл", "Delete Attachment" : "Изтриване на прикачен файл", "Restore Attachment" : "Възстановяване на прикачен файл", - "File to share" : "Файл за споделяне", - "Invalid path selected" : "Избран е невалиден път ", + "Modified" : "Промяна", + "Created" : "Създаден", + "The title cannot be empty." : "Заглавието не може да бъде празно.", "Open in sidebar view" : "Отваряне в изгледа на страничната лента", "Open in bigger view" : "Отваря се в по-голям изглед", "Attachments" : "Прикачени файлове", "Comments" : "Коментари", - "Modified" : "Промяна", - "Created" : "Създаден", - "The title cannot be empty." : "Заглавието не може да бъде празно.", - "No comments yet. Begin the discussion!" : "Все още няма коментари. Започнете дискусията!", "Failed to load comments" : "Неуспешно зареждане на коментари", - "Save" : "Запазване", + "No comments yet. Begin the discussion!" : "Все още няма коментари. Започнете дискусията!", "The comment cannot be empty." : "Коментарът не може да бъде празен.", "The comment cannot be longer than 1000 characters." : "Коментарът не може да бъде по-дълъг от 1000 знака.", + "Save" : "Запазване", + "Created:" : "Създадено:", "In reply to" : "В отговор на", "Cancel reply" : "Отказ на отговор", "Reply" : "Отговори", "Update" : "Обновяване", - "Created:" : "Създадено:", + "Write a description …" : "Напишете описание ...", "Description" : "Описание", "(Unsaved)" : " (Незаписан)", "(Saving…)" : "(Записване...)", @@ -229,24 +225,23 @@ OC.L10N.register( "Edit description" : "Редактиране на описанието", "View description" : "Преглед на описанието", "Add Attachment" : "Добавяне на прикачен файл", - "Write a description …" : "Напишете описание ...", "Choose attachment" : "Избор на прикачен файл", + "Select Date" : "Изберете дата", "Set a due date" : "Задаване на крайна дата", "Remove due date" : "Премахни крайната дата", "Mark as done" : "Маркирай като готово", "Unarchive card" : "Разархивиране на карта", "Archive card" : "Архивиране на карта", - "Select Date" : "Изберете дата", "Assign a tag to this card…" : "Присвояване на етикет на тази карта ...", "(group)" : "(група)", - "Todo items" : "Елементи на задача за изпълнение", "{count} comments, {unread} unread" : "{count} коментари, {unread} непрочетени", + "Todo items" : "Елементи на задача за изпълнение", "Edit card title" : "Редактиране на заглавието на карта", + "Card deleted" : "Картата е изтрита", "Edit title" : "Редактиране на заглавието", "Assign to me" : "Зачисляване към мен", "Unassign myself" : "Отмяна на зачисляването към мен", "Delete card" : "Изтриване на карта", - "Card deleted" : "Картата е изтрита", "seconds ago" : "преди секунди", "Keyboard shortcuts" : "Бързи клавиши", "Keyboard shortcut" : "Клавишни комбинации", @@ -264,6 +259,13 @@ OC.L10N.register( "Show card ID badge" : "Показване на обозначение за самоличност на картата", "Show boards in calendar/tasks" : "Показване на таблата в календар / задачи", "Cancel edit" : "Отказ на редактиране", + "Board {0} deleted" : "Табло {0} изтрито", + "All cards" : "Всички карти", + "Only assigned cards" : "Само зачислените карти", + "No reminder" : "Няма напомняне", + "An error occurred" : "Възникна грешка", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Сигурни ли сте, че искате да изтриете таблото {title}? Това ще изтрие всички данни на това табло, включително архивираните карти.", + "Delete the board?" : "Изтриване на таблото?", "Board details" : "Подробности за табло", "Edit board" : "Редактиране на табло", "Clone board" : " Клониране на табло", @@ -273,16 +275,9 @@ OC.L10N.register( "Turn on due date reminders" : "Включва напомнянията за краен срок", "Turn off due date reminders" : "Изключва напомнянията за краен срок", "Due date reminders" : " Напомняния за краен срок", - "All cards" : "Всички карти", "Assigned cards" : "Зачислени карти", "No notifications" : "Няма известия", "Delete board" : "Изтриване на табло", - "Board {0} deleted" : "Табло {0} изтрито", - "Only assigned cards" : "Само зачислените карти", - "No reminder" : "Няма напомняне", - "An error occurred" : "Възникна грешка", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Сигурни ли сте, че искате да изтриете таблото {title}? Това ще изтрие всички данни на това табло, включително архивираните карти.", - "Delete the board?" : "Изтриване на таблото?", "Clone cards" : " Клониране на карти", "Advanced options" : "Допълнителни опции", "Clone" : "Клониране", @@ -293,14 +288,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Търсене на {searchQuery} във всички табла", "No results found" : "Няма намерени резултати", "Deck board {name}\n* Last modified on {lastMod}" : "Табло {name}\n* Последна промяна на {lastMod}", - "{stack} in {board}" : "{stack} в {board}", - "Click to expand description" : "Кликване за разширяване на описанието", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Създаден на {created}\n* Последна промяна на {lastMod} \n* {nbAttachments} прикачени файлове \n* {nbComments} коментара", "{nbCards} cards" : "{nbCards} карти", + "Due on {date}" : "Краен срок до {date}", + "{stack} in {board}" : "{stack} в {board}", + "Click to expand description" : "Кликване за разширяване на описанието", "Click to expand comment" : "Кликване за разширяване на коментара", + "Create card" : "Създаване на карта", "Create a new card" : "Създаване на нова карта", "Card title" : "Заглавие на карта", - "Create card" : "Създаване на карта", "Creating the new card …" : "Създаване на новата карта ...", "Card \"{card}\" was added to \"{board}\"" : "Карта \"{card}\" беше добавена към \"{board}\"", "Open card" : "Отваряне на карта", @@ -308,7 +304,6 @@ OC.L10N.register( "No upcoming cards" : "Няма предстоящи карти", "upcoming cards" : "предстоящи карти", "New card" : "Нова карта", - "Due on {date}" : "Краен срок до {date}", "Link to a board" : "Линк към табло", "Link to a card" : "Линк към карта", "Create a card" : "Създаване на карта", @@ -320,6 +315,12 @@ OC.L10N.register( "Share with a Deck card" : "Споделяне с Deck карта", "Share {file} with a Deck card" : "Споделяне {file} с Deck карта", "Share" : "Споделяне", + "Personal" : "Лични", + "To do" : "Задачи", + "Doing" : "Задачи в процес на изпълнение", + "Example Task 3" : "Примерна задача 3", + "Example Task 2" : "Примерна задача 2", + "Example Task 1" : "Примерна задача 1", "Move card to another board" : "Преместване на картата на друго табло" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/bg.json b/l10n/bg.json index ba1dcf5eb..bf427cd3e 100644 --- a/l10n/bg.json +++ b/l10n/bg.json @@ -66,7 +66,6 @@ "A comment was created on a card" : "На картата е създаден коментар", "Upcoming cards" : "Предстоящи карти", "Load more" : "Зареждане на още", - "Personal" : "Лични", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Картата \"%s\" на \"%s\" Ви е била възложена от %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} е възложил картата {deck-card} на {deck-board} на Вас.", "The card \"%s\" on \"%s\" has reached its due date." : "Картата \"%s\" on \"%s\" е достигнала датата на падежа си.", @@ -88,12 +87,8 @@ "Action needed" : "Необходимо е действие", "Later" : "По-късно", "copy" : "Копиране", - "To do" : "Задачи", - "Doing" : "Задачи в процес на изпълнение", + "To Do" : "Задачи", "Done" : "Завършено", - "Example Task 3" : "Примерна задача 3", - "Example Task 2" : "Примерна задача 2", - "Example Task 1" : "Примерна задача 1", "The file was uploaded" : "Файлът е качен", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Размерът на каченият файл надвишава максималния размер определен от upload_max_filesize в php.ini:", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Размерът на файла надвишава максималния размер определен от MAX_FILE_SIZE в HTML формата.", @@ -109,8 +104,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "Невалидна дата, форматът е различен от ГГГГ-ММ-ДД", "Personal planning and team project organization" : "Лично планиране и организация на екипни проекти", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck е инструмент за организация в стил kanban, насочен към лично планиране и организация на проекти за екипи, интегрирани с Nextcloud.\n\n\n- 📥 Добавете задачите си към карти и ги подредете\n- 📄 Запишете допълнителни бележки в markdown формат\n- Присвояване на етикети за още по-добра организация\n- 👥 Споделете с вашия екип, приятели или семейство\n- 📎Прикачете файлове и ги вградете във вашето описание за маркиране\n- 💬Обсъдете с вашия екип, като използвате коментари\n- ⚡ Проследявайте промените в потока от дейности\n- 🚀 Организирайте проекта си", - "Card details" : "Подробности за картата", "Add board" : "Добави табло", + "Card details" : "Подробности за картата", "Select the board to link to a project" : "Изберете таблото, което да свържете към проект", "Search by board title" : "Търсене по заглавие на таблото", "Select board" : "Избор на табло", @@ -118,17 +113,17 @@ "No lists available" : "Няма налична списъци.", "Select a list" : "Избор на списък", "Move card" : "Преместване на карта", - "Select a card" : "Избор на карта", - "Cancel" : "Отказ", "Select the card to link to a project" : "Изберете картата, която да свържете към проект", "Link to card" : "Връзка към карта", + "Select a card" : "Избор на карта", + "Cancel" : "Отказ", + "This board is read only" : "Таблото е само за четене", + "Drop your files to upload" : "Пуснете вашите файлове, за да ги качите", "File already exists" : "Файлът вече съществува", "A file with the name {filename} already exists." : "Вече съществува файл с името {filename}.", "Do you want to overwrite it?" : "Искате ли да го презапишете?", "Overwrite file" : "Презапиши файла", "Keep existing file" : "Запазване на съществуващ файл", - "This board is read only" : "Таблото е само за четене", - "Drop your files to upload" : "Пуснете вашите файлове, за да ги качите", "Add card" : "Добави карта", "Archived cards" : "Архивирани карти", "Add list" : "Добави списък", @@ -163,6 +158,12 @@ "Deleted lists" : "Изтрити списъци", "Undo" : "Отмяна", "Deleted cards" : "Изтрити карти", + "Failed to create share with {displayName}" : "Създаването на споделяне с {displayName} не бе успешно", + "Are you sure you want to transfer the board {title} to {user}?" : "Сигурни ли сте че искате да прехвърлите таблото {title} на {user}?", + "Transfer the board." : "Прехвърлете таблото.", + "Transfer" : "Прехвърляне", + "The board has been transferred to {user}" : "Таблото беше прехвърлено на {user}", + "Failed to transfer the board to {user}" : "Неуспешно прехвърляне на таблото на {user}", "No participants found" : "Няма намерени участници", "Board owner" : "Собственик на табло", "(Group)" : "(Група)", @@ -171,12 +172,7 @@ "Can manage" : "Може да управлява", "Owner" : "Собственик", "Delete" : "Изтриване", - "Failed to create share with {displayName}" : "Създаването на споделяне с {displayName} не бе успешно", - "Are you sure you want to transfer the board {title} to {user}?" : "Сигурни ли сте че искате да прехвърлите таблото {title} на {user}?", - "Transfer the board." : "Прехвърлете таблото.", - "Transfer" : "Прехвърляне", - "The board has been transferred to {user}" : "Таблото беше прехвърлено на {user}", - "Failed to transfer the board to {user}" : "Неуспешно прехвърляне на таблото на {user}", + "List deleted" : "Списъкът е изтрит", "Edit list title" : "Редактиране на заглавието на списъка", "Archive all cards" : "Архивира всички карти", "Unarchive all cards" : "Разархивиране на всички карти", @@ -185,13 +181,14 @@ "Unarchive all cards in this list" : "Разархивиране всички карти в този списък", "Add a new card" : "Добави нова карта", "Card name" : "Име на карта", - "List deleted" : "Списъкът е изтрит", + "title and color value must be provided" : "трябва да се предоставят заглавие и стойност на цвета", "Edit" : "Редакция", "Add a new tag" : "Добавяне на нов етикет", - "title and color value must be provided" : "трябва да се предоставят заглавие и стойност на цвета", "Board name" : "Име на табло", "Members" : "Членове", "Assign a user to this card…" : "Зачисляване на потребител на тази карта ...", + "File to share" : "Файл за споделяне", + "Invalid path selected" : "Избран е невалиден път ", "Upload new files" : "Качи нови файлове", "Share from Files" : "Споделяне от Файлове", "Pending share" : "Чакащо споделяне", @@ -201,25 +198,24 @@ "Remove attachment" : "Премахване на прикачен файл", "Delete Attachment" : "Изтриване на прикачен файл", "Restore Attachment" : "Възстановяване на прикачен файл", - "File to share" : "Файл за споделяне", - "Invalid path selected" : "Избран е невалиден път ", + "Modified" : "Промяна", + "Created" : "Създаден", + "The title cannot be empty." : "Заглавието не може да бъде празно.", "Open in sidebar view" : "Отваряне в изгледа на страничната лента", "Open in bigger view" : "Отваря се в по-голям изглед", "Attachments" : "Прикачени файлове", "Comments" : "Коментари", - "Modified" : "Промяна", - "Created" : "Създаден", - "The title cannot be empty." : "Заглавието не може да бъде празно.", - "No comments yet. Begin the discussion!" : "Все още няма коментари. Започнете дискусията!", "Failed to load comments" : "Неуспешно зареждане на коментари", - "Save" : "Запазване", + "No comments yet. Begin the discussion!" : "Все още няма коментари. Започнете дискусията!", "The comment cannot be empty." : "Коментарът не може да бъде празен.", "The comment cannot be longer than 1000 characters." : "Коментарът не може да бъде по-дълъг от 1000 знака.", + "Save" : "Запазване", + "Created:" : "Създадено:", "In reply to" : "В отговор на", "Cancel reply" : "Отказ на отговор", "Reply" : "Отговори", "Update" : "Обновяване", - "Created:" : "Създадено:", + "Write a description …" : "Напишете описание ...", "Description" : "Описание", "(Unsaved)" : " (Незаписан)", "(Saving…)" : "(Записване...)", @@ -227,24 +223,23 @@ "Edit description" : "Редактиране на описанието", "View description" : "Преглед на описанието", "Add Attachment" : "Добавяне на прикачен файл", - "Write a description …" : "Напишете описание ...", "Choose attachment" : "Избор на прикачен файл", + "Select Date" : "Изберете дата", "Set a due date" : "Задаване на крайна дата", "Remove due date" : "Премахни крайната дата", "Mark as done" : "Маркирай като готово", "Unarchive card" : "Разархивиране на карта", "Archive card" : "Архивиране на карта", - "Select Date" : "Изберете дата", "Assign a tag to this card…" : "Присвояване на етикет на тази карта ...", "(group)" : "(група)", - "Todo items" : "Елементи на задача за изпълнение", "{count} comments, {unread} unread" : "{count} коментари, {unread} непрочетени", + "Todo items" : "Елементи на задача за изпълнение", "Edit card title" : "Редактиране на заглавието на карта", + "Card deleted" : "Картата е изтрита", "Edit title" : "Редактиране на заглавието", "Assign to me" : "Зачисляване към мен", "Unassign myself" : "Отмяна на зачисляването към мен", "Delete card" : "Изтриване на карта", - "Card deleted" : "Картата е изтрита", "seconds ago" : "преди секунди", "Keyboard shortcuts" : "Бързи клавиши", "Keyboard shortcut" : "Клавишни комбинации", @@ -262,6 +257,13 @@ "Show card ID badge" : "Показване на обозначение за самоличност на картата", "Show boards in calendar/tasks" : "Показване на таблата в календар / задачи", "Cancel edit" : "Отказ на редактиране", + "Board {0} deleted" : "Табло {0} изтрито", + "All cards" : "Всички карти", + "Only assigned cards" : "Само зачислените карти", + "No reminder" : "Няма напомняне", + "An error occurred" : "Възникна грешка", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Сигурни ли сте, че искате да изтриете таблото {title}? Това ще изтрие всички данни на това табло, включително архивираните карти.", + "Delete the board?" : "Изтриване на таблото?", "Board details" : "Подробности за табло", "Edit board" : "Редактиране на табло", "Clone board" : " Клониране на табло", @@ -271,16 +273,9 @@ "Turn on due date reminders" : "Включва напомнянията за краен срок", "Turn off due date reminders" : "Изключва напомнянията за краен срок", "Due date reminders" : " Напомняния за краен срок", - "All cards" : "Всички карти", "Assigned cards" : "Зачислени карти", "No notifications" : "Няма известия", "Delete board" : "Изтриване на табло", - "Board {0} deleted" : "Табло {0} изтрито", - "Only assigned cards" : "Само зачислените карти", - "No reminder" : "Няма напомняне", - "An error occurred" : "Възникна грешка", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Сигурни ли сте, че искате да изтриете таблото {title}? Това ще изтрие всички данни на това табло, включително архивираните карти.", - "Delete the board?" : "Изтриване на таблото?", "Clone cards" : " Клониране на карти", "Advanced options" : "Допълнителни опции", "Clone" : "Клониране", @@ -291,14 +286,15 @@ "Search for {searchQuery} in all boards" : "Търсене на {searchQuery} във всички табла", "No results found" : "Няма намерени резултати", "Deck board {name}\n* Last modified on {lastMod}" : "Табло {name}\n* Последна промяна на {lastMod}", - "{stack} in {board}" : "{stack} в {board}", - "Click to expand description" : "Кликване за разширяване на описанието", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Създаден на {created}\n* Последна промяна на {lastMod} \n* {nbAttachments} прикачени файлове \n* {nbComments} коментара", "{nbCards} cards" : "{nbCards} карти", + "Due on {date}" : "Краен срок до {date}", + "{stack} in {board}" : "{stack} в {board}", + "Click to expand description" : "Кликване за разширяване на описанието", "Click to expand comment" : "Кликване за разширяване на коментара", + "Create card" : "Създаване на карта", "Create a new card" : "Създаване на нова карта", "Card title" : "Заглавие на карта", - "Create card" : "Създаване на карта", "Creating the new card …" : "Създаване на новата карта ...", "Card \"{card}\" was added to \"{board}\"" : "Карта \"{card}\" беше добавена към \"{board}\"", "Open card" : "Отваряне на карта", @@ -306,7 +302,6 @@ "No upcoming cards" : "Няма предстоящи карти", "upcoming cards" : "предстоящи карти", "New card" : "Нова карта", - "Due on {date}" : "Краен срок до {date}", "Link to a board" : "Линк към табло", "Link to a card" : "Линк към карта", "Create a card" : "Създаване на карта", @@ -318,6 +313,12 @@ "Share with a Deck card" : "Споделяне с Deck карта", "Share {file} with a Deck card" : "Споделяне {file} с Deck карта", "Share" : "Споделяне", + "Personal" : "Лични", + "To do" : "Задачи", + "Doing" : "Задачи в процес на изпълнение", + "Example Task 3" : "Примерна задача 3", + "Example Task 2" : "Примерна задача 2", + "Example Task 1" : "Примерна задача 1", "Move card to another board" : "Преместване на картата на друго табло" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/bn_BD.js b/l10n/bn_BD.js index f0a4f8ec8..92a380881 100644 --- a/l10n/bn_BD.js +++ b/l10n/bn_BD.js @@ -1,7 +1,6 @@ OC.L10N.register( "deck", { - "Personal" : "ব্যক্তিগত", "Done" : "Done", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "আপলোড করা ফাইলটি HTML ফর্মে উল্লিখিত MAX_FILE_SIZE নির্ধারিত ফাইলের সর্বোচ্চ আকার অতিক্রম করতে চলেছে ", "No file was uploaded" : "কোন ফাইল আপলোড করা হয় নি", @@ -20,9 +19,9 @@ OC.L10N.register( "Download" : "ডাউনলোড", "Modified" : "পরিবর্তিত", "Save" : "সংরক্ষণ", + "Created:" : "তৈরীর নির্ঘন্টঃ", "Reply" : "জবাব", "Update" : "পরিবর্ধন", - "Created:" : "তৈরীর নির্ঘন্টঃ", "Description" : "বিবরণ", "(group)" : "(গোষ্ঠি)", "seconds ago" : "সেকেন্ড পূর্বে", @@ -32,6 +31,7 @@ OC.L10N.register( "Today" : "আজ", "Tomorrow" : "আগামীকাল", "Close" : "বন্ধ", - "Share" : "ভাগাভাগি কর" + "Share" : "ভাগাভাগি কর", + "Personal" : "ব্যক্তিগত" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/bn_BD.json b/l10n/bn_BD.json index 1abd5a166..4de38d468 100644 --- a/l10n/bn_BD.json +++ b/l10n/bn_BD.json @@ -1,5 +1,4 @@ { "translations": { - "Personal" : "ব্যক্তিগত", "Done" : "Done", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "আপলোড করা ফাইলটি HTML ফর্মে উল্লিখিত MAX_FILE_SIZE নির্ধারিত ফাইলের সর্বোচ্চ আকার অতিক্রম করতে চলেছে ", "No file was uploaded" : "কোন ফাইল আপলোড করা হয় নি", @@ -18,9 +17,9 @@ "Download" : "ডাউনলোড", "Modified" : "পরিবর্তিত", "Save" : "সংরক্ষণ", + "Created:" : "তৈরীর নির্ঘন্টঃ", "Reply" : "জবাব", "Update" : "পরিবর্ধন", - "Created:" : "তৈরীর নির্ঘন্টঃ", "Description" : "বিবরণ", "(group)" : "(গোষ্ঠি)", "seconds ago" : "সেকেন্ড পূর্বে", @@ -30,6 +29,7 @@ "Today" : "আজ", "Tomorrow" : "আগামীকাল", "Close" : "বন্ধ", - "Share" : "ভাগাভাগি কর" + "Share" : "ভাগাভাগি কর", + "Personal" : "ব্যক্তিগত" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/br.js b/l10n/br.js index 8b5cb2ac9..a7d3135f9 100644 --- a/l10n/br.js +++ b/l10n/br.js @@ -1,9 +1,9 @@ OC.L10N.register( "deck", { - "Personal" : "Personel", "Finished" : "Achuet", "copy" : "eil", + "In Progress" : "War ar stern", "Done" : "Graet", "The file was uploaded" : "Kaset eo bet ar restr", "No file was uploaded" : "N'eus restr ebet a zo bet kaset", @@ -16,24 +16,24 @@ OC.L10N.register( "Sharing" : "Rannan", "Tags" : "Klavioù", "Activity" : "Obererezh", + "Transfer" : "Treuzkas", "Can edit" : "Posuple eo embann", "Can share" : "Galout a ra rannañ", "Owner" : "Perc'henner", "Delete" : "Dilemel", - "Transfer" : "Treuzkas", "Edit" : "Cheñch", + "File to share" : "Restr da rannañ", + "Invalid path selected" : "An hent dibabet n'eus ket anezhañ", "Upload new files" : "Pelkas ur restr nevez", "Share from Files" : "Rannañ diouzh Restroù", "Download" : "Pellgargañ", - "File to share" : "Restr da rannañ", - "Invalid path selected" : "An hent dibabet n'eus ket anezhañ", - "Comments" : "Displegadennoù", "Modified" : "Cheñchet", "Created" : "Krouet", + "Comments" : "Displegadennoù", "Save" : "Enrollañ", + "Created:" : "Krouet :", "Reply" : "Respont", "Update" : "Adnevesaat", - "Created:" : "Krouet :", "Description" : "Diskrivadur", "(group)" : "(strollad)", "seconds ago" : "eilenn zo", @@ -43,6 +43,7 @@ OC.L10N.register( "Today" : "Hiziv", "Tomorrow" : "Warc'hoaz", "Close" : "Seriñ", - "Share" : "Rannan" + "Share" : "Rannan", + "Personal" : "Personel" }, "nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"); diff --git a/l10n/br.json b/l10n/br.json index dc5ab4150..ece1100c9 100644 --- a/l10n/br.json +++ b/l10n/br.json @@ -1,7 +1,7 @@ { "translations": { - "Personal" : "Personel", "Finished" : "Achuet", "copy" : "eil", + "In Progress" : "War ar stern", "Done" : "Graet", "The file was uploaded" : "Kaset eo bet ar restr", "No file was uploaded" : "N'eus restr ebet a zo bet kaset", @@ -14,24 +14,24 @@ "Sharing" : "Rannan", "Tags" : "Klavioù", "Activity" : "Obererezh", + "Transfer" : "Treuzkas", "Can edit" : "Posuple eo embann", "Can share" : "Galout a ra rannañ", "Owner" : "Perc'henner", "Delete" : "Dilemel", - "Transfer" : "Treuzkas", "Edit" : "Cheñch", + "File to share" : "Restr da rannañ", + "Invalid path selected" : "An hent dibabet n'eus ket anezhañ", "Upload new files" : "Pelkas ur restr nevez", "Share from Files" : "Rannañ diouzh Restroù", "Download" : "Pellgargañ", - "File to share" : "Restr da rannañ", - "Invalid path selected" : "An hent dibabet n'eus ket anezhañ", - "Comments" : "Displegadennoù", "Modified" : "Cheñchet", "Created" : "Krouet", + "Comments" : "Displegadennoù", "Save" : "Enrollañ", + "Created:" : "Krouet :", "Reply" : "Respont", "Update" : "Adnevesaat", - "Created:" : "Krouet :", "Description" : "Diskrivadur", "(group)" : "(strollad)", "seconds ago" : "eilenn zo", @@ -41,6 +41,7 @@ "Today" : "Hiziv", "Tomorrow" : "Warc'hoaz", "Close" : "Seriñ", - "Share" : "Rannan" + "Share" : "Rannan", + "Personal" : "Personel" },"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);" } \ No newline at end of file diff --git a/l10n/bs.js b/l10n/bs.js index 0da671385..541c02353 100644 --- a/l10n/bs.js +++ b/l10n/bs.js @@ -1,7 +1,6 @@ OC.L10N.register( "deck", { - "Personal" : "Osobno", "Done" : "Done", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Učitana datoteka premašuje maksimalnu dopuštenu veličinu datoteke MAX_FILE_SIZE navedenu u HTML formi", "No file was uploaded" : "Nijedna datoteka nije učitana.", @@ -17,8 +16,8 @@ OC.L10N.register( "Edit" : "Izmjeni", "Members" : "Članovi", "Download" : "Preuzmi", - "Comments" : "Komentari", "Modified" : "Izmijenjeno", + "Comments" : "Komentari", "Save" : "Spremi", "Update" : "Ažuriraj", "Description" : "Opis", @@ -29,6 +28,7 @@ OC.L10N.register( "Tomorrow" : "Sutra", "Close" : "Zatvori", "Maximum file size of {size} exceeded" : "Maksimalna veličina datoteke prekoračena", - "Share" : "Podjeli" + "Share" : "Podjeli", + "Personal" : "Osobno" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/l10n/bs.json b/l10n/bs.json index f9fb8a9e7..f8725b6e0 100644 --- a/l10n/bs.json +++ b/l10n/bs.json @@ -1,5 +1,4 @@ { "translations": { - "Personal" : "Osobno", "Done" : "Done", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Učitana datoteka premašuje maksimalnu dopuštenu veličinu datoteke MAX_FILE_SIZE navedenu u HTML formi", "No file was uploaded" : "Nijedna datoteka nije učitana.", @@ -15,8 +14,8 @@ "Edit" : "Izmjeni", "Members" : "Članovi", "Download" : "Preuzmi", - "Comments" : "Komentari", "Modified" : "Izmijenjeno", + "Comments" : "Komentari", "Save" : "Spremi", "Update" : "Ažuriraj", "Description" : "Opis", @@ -27,6 +26,7 @@ "Tomorrow" : "Sutra", "Close" : "Zatvori", "Maximum file size of {size} exceeded" : "Maksimalna veličina datoteke prekoračena", - "Share" : "Podjeli" + "Share" : "Podjeli", + "Personal" : "Osobno" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" } \ No newline at end of file diff --git a/l10n/ca.js b/l10n/ca.js index d70c42428..355b2b394 100644 --- a/l10n/ca.js +++ b/l10n/ca.js @@ -76,7 +76,7 @@ OC.L10N.register( "Cards due tomorrow" : "Targetes amb venciment demà", "Upcoming cards" : "Pròximes targetes", "Load more" : "Carrega'n més", - "Personal" : "Personal", + "Welcome to Nextcloud Deck!" : "Benvingut a Targetes de Nextcloud!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "La targeta \"%s\" sobre \"%s\" se us ha assignat per %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} us ha assignat la targeta {deck-card} a {deck-board}.", "The card \"%s\" on \"%s\" has reached its due date." : "La targeta \"%s\" sobre \"%s\" ha assolit la seva data de caducitat.", @@ -99,12 +99,16 @@ OC.L10N.register( "Action needed" : "Acció necessària", "Later" : "Més tard", "copy" : "còpia", - "To do" : "Pendent", - "Doing" : "En procés", + "Read more inside" : "Llegeix més a dins", + "Custom lists - click to rename!" : "Llistes personalitzades: feu clic per canviar el nom!", + "To Do" : "Per fer", + "In Progress" : "En curs", "Done" : "Fet", - "Example Task 3" : "Tasca d'exemple 3", - "Example Task 2" : "Tasca d'exemple 2", - "Example Task 1" : "Tasca d'exemple 1", + "1. Open to learn more about boards and cards" : "1. Obre per obtenir més informació sobre taulers i cartes", + "2. Drag cards left and right, up and down" : "2. Arrossegueu les targetes a l'esquerra i a la dreta, amunt i avall", + "3. Apply rich formatting and link content" : "3. Apliqueu format ric i contingut d'enllaços", + "4. Share, comment and collaborate!" : "4. Comparteix, comenta i col·labora!", + "Create your first card!" : "Crea la teva primera targeta!", "The file was uploaded" : "S'ha pujat el fitxer", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El fitxer carregat excedeix la directiva upload_max_filesize dins de php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El fitxer carregat excedeix la directiva MAX_FILE_SIZE que hi ha especificada al formulari d'HTML", @@ -120,26 +124,28 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "La data no és vàlida, el format de la data ha de ser YYYY-MM-DD", "Personal planning and team project organization" : "Planificació personal i organització de projectes en equip", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Tauler és una eina d'organització a l'estil kanban dirigida a la planificació personal i a l'organització de projectes per equips integrada a Nextcloud.\n\n\n- 📥 Afegiu les tasques en targetes i poseu-les en ordre\n- 📄 Apunteu notes addicionals en format Markdown\n- 🔖 Assigneu etiquetes per una millor organització\n- 👥 Compartiu amb el vostre equip, família o amics\n- 📎 Adjunteu fitxers i encasteu-los en la descripció en markdown\n- 💬 Converses amb el vostre equip fent servir comentaris\n- ⚡ Mantingueu el seguiment de canvis al flux d'activitat\n- 🚀 Tingueu el vostre projecte organitzat", - "Card details" : "Detalls de la targeta", "Add board" : "Afegeix un tauler", + "Card details" : "Detalls de la targeta", "Select the board to link to a project" : "Selecciona el tauler per enllaçar a un projecte", "Search by board title" : "Cerca per títol del tauler", "Select board" : "Selecciona un tauler", + "Move/copy card" : "Mou/copia la targeta", "Select a board" : "Selecciona un tauler", "No lists available" : "No hi ha cap llista disponible", "Select a list" : "Seleccioneu una llista", "Move card" : "Mou la targeta", - "Select a card" : "Selecciona una targeta", - "Cancel" : "Cancel·la", + "Copy card" : "Còpia de la targeta", "Select the card to link to a project" : "Selecciona la targeta per enllaçar a un projecte", "Link to card" : "Enllaç a la targeta", + "Select a card" : "Selecciona una targeta", + "Cancel" : "Cancel·la", + "This board is read only" : "Aquest tauler és només de lectura", + "Drop your files to upload" : "Deixeu anar els fitxers per pujar-los", "File already exists" : "El fitxer ja existeix", "A file with the name {filename} already exists." : "Ja existeix un fitxer amb el nom {filename}.", "Do you want to overwrite it?" : "Voleu sobre-escriure'l?", "Overwrite file" : "Sobreescriu el fitxer", "Keep existing file" : "Mantén el fitxer existent", - "This board is read only" : "Aquest tauler és només de lectura", - "Drop your files to upload" : "Deixeu anar els fitxers per pujar-los", "Add card" : "Afegeix una targeta", "Archived cards" : "Targetes arxivades", "Add list" : "Afegeix una llista", @@ -149,6 +155,8 @@ OC.L10N.register( "Filter by tag" : "Filtra per etiqueta", "Filter by assigned user" : "Filtra per usuari assignat", "Unassigned" : "Sense assignar", + "Filter by status" : "Filtra per estat", + "Open and completed" : "Obert i acabat", "Open" : "Obert", "Completed" : "S'ha completat", "Filter by due date" : "Filtra per data de venciment", @@ -178,20 +186,24 @@ OC.L10N.register( "Deleted lists" : "Llistes suprimides", "Undo" : "Desfés", "Deleted cards" : "Targetes suprimides", - "No participants found" : "No s'han trobat participants", - "Board owner" : "Propietari del tauler", - "(Group)" : "(Grup)", - "Can edit" : "Pot editar", - "Can share" : "Pot compartir", - "Can manage" : "Pot gestionar", - "Owner" : "Propietari", - "Delete" : "Suprimeix", "Failed to create share with {displayName}" : "Ha fallat la creació de la compartició amb {displayName}", "Are you sure you want to transfer the board {title} to {user}?" : "Esteu segur que voleu transferir el tauler {title} a {user}?", "Transfer the board." : "Transfereix el tauler.", "Transfer" : "Transferència", "The board has been transferred to {user}" : "El tauler s'ha transferit a {user}", "Failed to transfer the board to {user}" : "No s'ha pogut transferir el tauler a {user}", + "Share board with a user, group or team …" : "Comparteix el tauler amb un usuari, grup o equip …", + "Searching for users, groups and teams …" : "Cercant usuaris, grups i equips …", + "No participants found" : "No s'han trobat participants", + "Board owner" : "Propietari del tauler", + "(Group)" : "(Grup)", + "(Team)" : "(Equip)", + "Can edit" : "Pot editar", + "Can share" : "Pot compartir", + "Can manage" : "Pot gestionar", + "Owner" : "Propietari", + "Delete" : "Suprimeix", + "List deleted" : "Llista suprimida", "Edit list title" : "Edició del títol de la llista", "Archive all cards" : "Arxiva totes les targetes", "Unarchive all cards" : "Desarxivar totes les targetes", @@ -200,13 +212,16 @@ OC.L10N.register( "Unarchive all cards in this list" : "Desarxivar totes les targetes d'aquesta llista", "Add a new card" : "Afegeix una nova targeta", "Card name" : "Nom de la targeta", - "List deleted" : "Llista suprimida", + "title and color value must be provided" : "s’ha de proporcionar el valor del títol i del color", "Edit" : "Edició", "Add a new tag" : "Afegeix una etiqueta nova", - "title and color value must be provided" : "s’ha de proporcionar el valor del títol i del color", "Board name" : "Nom del taulell", "Members" : "Membres", + "Assign to users/groups/team" : "Assigna a usuaris/grups/equip", "Assign a user to this card…" : "Assignació d'un usuari a aquesta targeta…", + "Select a user to assign to this card…" : "Seleccioneu un usuari per assignar-lo a aquesta targeta…", + "File to share" : "Fitxer a compartir", + "Invalid path selected" : "S'ha seleccionat un camí no vàlid", "Upload new files" : "Pujada de nous fitxers", "Share from Files" : "Comparteix des de Fitxers", "Pending share" : "Compartició pendent", @@ -216,25 +231,24 @@ OC.L10N.register( "Remove attachment" : "Treu l'adjunt", "Delete Attachment" : "Suprimeix l’adjunt", "Restore Attachment" : "Restaura l'adjunt", - "File to share" : "Fitxer a compartir", - "Invalid path selected" : "S'ha seleccionat un camí no vàlid", + "Modified" : "Darrera modificació", + "Created" : "Creat", + "The title cannot be empty." : "El títol no pot estar buit.", "Open in sidebar view" : "Obre a la vista de la barra lateral", "Open in bigger view" : "Obre a la vista més gran", "Attachments" : "Adjunts", "Comments" : "Comentaris", - "Modified" : "Darrera modificació", - "Created" : "Creat", - "The title cannot be empty." : "El títol no pot estar buit.", - "No comments yet. Begin the discussion!" : "No hi ha comentaris encara. Començar la discussió!", "Failed to load comments" : "No s'han pogut carregar els comentaris", - "Save" : "Desa", + "No comments yet. Begin the discussion!" : "No hi ha comentaris encara. Començar la discussió!", "The comment cannot be empty." : "El comentari no pot estar buit.", "The comment cannot be longer than 1000 characters." : "El comentari no pot ser més llarg que 1000 caràcters.", + "Save" : "Desa", + "Created:" : "Data de creació:", "In reply to" : "En resposta a", "Cancel reply" : "Cancel·la la resposta", "Reply" : "Respon", "Update" : "Actualitza", - "Created:" : "Data de creació:", + "Write a description …" : "Escriviu una descripció …", "Description" : "Descripció", "(Unsaved)" : "(No desat)", "(Saving…)" : "(Desant…)", @@ -242,8 +256,16 @@ OC.L10N.register( "Edit description" : "Edició descripció", "View description" : "Veure descripció", "Add Attachment" : "Afegeix un adjunt", - "Write a description …" : "Escriviu una descripció …", "Choose attachment" : "Triar adjunt", + "Select Date" : "Selecciona la data", + "Later today – {timeLocale}" : "Avui més tard: {timeLocale}", + "Set due date for later today" : "Estableix una data de caducitat per avui més tard", + "Tomorrow – {timeLocale}" : "Demà: {timeLocale}", + "Set due date for tomorrow" : "Estableix data de caducitat per a demà", + "This weekend – {timeLocale}" : "Aquest cap de setmana: {timeLocale}", + "Set due date for this weekend" : "Estableix una data de caducitat per aquest cap de setmana", + "Next week – {timeLocale}" : "La setmana següent: {timeLocale}", + "Set due date for next week" : "Estableix una data de caducitat per a la setmana vinent", "Assign a due date to this card…" : "Assigna una data de caducitat a aquesta targeta…", "Set a due date" : "Definir una data de caducitat", "Add due date" : "Afegeix una data de caducitat", @@ -254,26 +276,23 @@ OC.L10N.register( "Not done" : "No s'ha fet", "Unarchive card" : "Desarxiva targeta", "Archive card" : "Arxiva la targeta", - "Select Date" : "Selecciona la data", - "Set due date for later today" : "Estableix una data de caducitat per avui més tard", - "Set due date for tomorrow" : "Estableix data de caducitat per a demà", - "Set due date for this weekend" : "Estableix una data de caducitat per aquest cap de setmana", - "Set due date for next week" : "Estableix una data de caducitat per a la setmana vinent", "Assign a tag to this card…" : "Assignació d'una etiqueta a aquesta targeta…", + "Select or create a tag…" : "Seleccioneu o creeu una etiqueta…", "Create a new tag:" : "Crea una etiqueta nova:", "(group)" : "(grup)", - "Next week – {timeLocale}" : "La setmana següent: {timeLocale}", - "Todo items" : "Tasques pendents", "{count} comments, {unread} unread" : "{count} comentaris, {unread} no llegits", + "Todo items" : "Tasques pendents", "Edit card title" : "Edició del títol de la targeta", + "Open link" : "Obre l'enllaç", + "Card deleted" : "Targeta suprimida", "Edit title" : "Edició del títol", "Assign to me" : "Assigna'm a mi", "Unassign myself" : "Desasignar a mi mateix", "Mark as not done" : "Marca com no fet", "Delete card" : "Suprimeix targeta", - "Card deleted" : "Targeta suprimida", "seconds ago" : "fa uns segons", "Keyboard shortcuts" : "Dreceres de teclat", + "Boost your productivity using Deck with keyboard shortcuts." : "Augmenta la teva productivitat amb Targetes fent servir tecles de drecera.", "Board actions" : "Accions de Tauler", "Keyboard shortcut" : "Drecera de teclat", "Action" : "Acció", @@ -308,6 +327,14 @@ OC.L10N.register( "Limit board creation to some groups" : "Limiteu la creació de taulers a alguns grups", "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Els usuaris fora d'aquests grups no podran crear els seus propis taulers, però encara podran treballar en taulers que s'hagin compartit amb ells.", "Cancel edit" : "Cancel·la l'edició", + "Save board" : "Guarda el tauler", + "Board {0} deleted" : "S’ha suprimit el tauler {0}", + "All cards" : "Totes les targetes", + "Only assigned cards" : "Només les targetes assignades", + "No reminder" : "Sense recordatoris", + "An error occurred" : "S'ha produït un error", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Esteu segur que voleu suprimir el tauler {title}? Això suprimirà totes les dades d'aquest tauler, incloses les targetes arxivades.", + "Delete the board?" : "Voleu suprimir el tauler?", "Board details" : "Detalls del tauler", "Edit board" : "Edita el tauler", "Clone board" : "Clonar tauler", @@ -317,18 +344,17 @@ OC.L10N.register( "Turn on due date reminders" : "Activa els recordatoris de data de venciment", "Turn off due date reminders" : "Desactiva els recordatoris de data de venciment", "Due date reminders" : "Recordatoris de data de venciment", - "All cards" : "Totes les targetes", "Assigned cards" : "Targetes assignades", "No notifications" : "No hi ha notificacions", "Delete board" : "Suprimeix el tauler", - "Board {0} deleted" : "S’ha suprimit el tauler {0}", - "Only assigned cards" : "Només les targetes assignades", - "No reminder" : "Sense recordatoris", - "An error occurred" : "S'ha produït un error", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Esteu segur que voleu suprimir el tauler {title}? Això suprimirà totes les dades d'aquest tauler, incloses les targetes arxivades.", - "Delete the board?" : "Voleu suprimir el tauler?", + "Clone {boardTitle}" : "Clonar {boardTitle}", "Clone cards" : "Clonar targetes", + "Clone assignments" : "Clonar les tasques", + "Clone labels" : "Clonar etiquetes", + "Clone due dates" : "Clonar les dates de venciment", "Advanced options" : "Paràmetres avançats", + "Move all cards to the first list" : "Mou totes les cartes a la primera llista", + "Restore archived cards" : "Restaura les targetes arxivades", "Clone" : "Clonar", "Loading filtered view" : "S'està carregant la visualització filtrada", "Today" : "Avui", @@ -337,14 +363,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Busca {searchQuery} a tots els taulers", "No results found" : "No s'han trobat resultats", "Deck board {name}\n* Last modified on {lastMod}" : "Tauler de piles {name}\n* Última modificació el dia {lastMod}", - "{stack} in {board}" : "{stack} a {board}", - "Click to expand description" : "Feu clic per ampliar la descripció", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Creat el {created}\n* Última modificació el dia {lastMod}\n* {nbAttachments} fitxers adjunts\n* {nbComments} comentaris", "{nbCards} cards" : "{nbCards} targetes", + "Due on {date}" : "Venciment el dia {date}", + "{stack} in {board}" : "{stack} a {board}", + "Click to expand description" : "Feu clic per ampliar la descripció", "Click to expand comment" : "Feu clic per ampliar el comentari", + "Create card" : "Crea una targeta", "Create a new card" : "Crea una nova targeta", "Card title" : "Títol de la targeta", - "Create card" : "Crea una targeta", "Creating the new card …" : "Creant la nova targeta …", "Card \"{card}\" was added to \"{board}\"" : "La targeta \"{card}\" s'ha afegit a \"{board}\"", "Open card" : "Obre la targeta", @@ -354,10 +381,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "properes targetes demà", "upcoming cards" : "pròximes targetes", "New card" : "Nova targeta", - "Due on {date}" : "Venciment el dia {date}", - "This weekend – {timeLocale}" : "Aquest cap de setmana: {timeLocale}", - "Tomorrow – {timeLocale}" : "Demà: {timeLocale}", - "Later today – {timeLocale}" : "Avui més tard: {timeLocale}", "Link to a board" : "Enllaça a un tauler", "Link to a card" : "Enllaç una targeta", "Create a card" : "Crea una targeta", @@ -369,6 +392,13 @@ OC.L10N.register( "Share with a Deck card" : "Compartir amb una targeta de Deck", "Share {file} with a Deck card" : "Compartir {file} amb una targeta de Deck", "Share" : "Compartir", - "Move card to another board" : "Mou la targeta a un altre tauler" + "Personal" : "Personal", + "To do" : "Pendent", + "Doing" : "En procés", + "Example Task 3" : "Tasca d'exemple 3", + "Example Task 2" : "Tasca d'exemple 2", + "Example Task 1" : "Tasca d'exemple 1", + "Move card to another board" : "Mou la targeta a un altre tauler", + "Filter by completed" : "Filtra per completat" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/ca.json b/l10n/ca.json index 2bcd58830..7997bab99 100644 --- a/l10n/ca.json +++ b/l10n/ca.json @@ -74,7 +74,7 @@ "Cards due tomorrow" : "Targetes amb venciment demà", "Upcoming cards" : "Pròximes targetes", "Load more" : "Carrega'n més", - "Personal" : "Personal", + "Welcome to Nextcloud Deck!" : "Benvingut a Targetes de Nextcloud!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "La targeta \"%s\" sobre \"%s\" se us ha assignat per %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} us ha assignat la targeta {deck-card} a {deck-board}.", "The card \"%s\" on \"%s\" has reached its due date." : "La targeta \"%s\" sobre \"%s\" ha assolit la seva data de caducitat.", @@ -97,12 +97,16 @@ "Action needed" : "Acció necessària", "Later" : "Més tard", "copy" : "còpia", - "To do" : "Pendent", - "Doing" : "En procés", + "Read more inside" : "Llegeix més a dins", + "Custom lists - click to rename!" : "Llistes personalitzades: feu clic per canviar el nom!", + "To Do" : "Per fer", + "In Progress" : "En curs", "Done" : "Fet", - "Example Task 3" : "Tasca d'exemple 3", - "Example Task 2" : "Tasca d'exemple 2", - "Example Task 1" : "Tasca d'exemple 1", + "1. Open to learn more about boards and cards" : "1. Obre per obtenir més informació sobre taulers i cartes", + "2. Drag cards left and right, up and down" : "2. Arrossegueu les targetes a l'esquerra i a la dreta, amunt i avall", + "3. Apply rich formatting and link content" : "3. Apliqueu format ric i contingut d'enllaços", + "4. Share, comment and collaborate!" : "4. Comparteix, comenta i col·labora!", + "Create your first card!" : "Crea la teva primera targeta!", "The file was uploaded" : "S'ha pujat el fitxer", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El fitxer carregat excedeix la directiva upload_max_filesize dins de php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El fitxer carregat excedeix la directiva MAX_FILE_SIZE que hi ha especificada al formulari d'HTML", @@ -118,26 +122,28 @@ "Invalid date, date format must be YYYY-MM-DD" : "La data no és vàlida, el format de la data ha de ser YYYY-MM-DD", "Personal planning and team project organization" : "Planificació personal i organització de projectes en equip", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Tauler és una eina d'organització a l'estil kanban dirigida a la planificació personal i a l'organització de projectes per equips integrada a Nextcloud.\n\n\n- 📥 Afegiu les tasques en targetes i poseu-les en ordre\n- 📄 Apunteu notes addicionals en format Markdown\n- 🔖 Assigneu etiquetes per una millor organització\n- 👥 Compartiu amb el vostre equip, família o amics\n- 📎 Adjunteu fitxers i encasteu-los en la descripció en markdown\n- 💬 Converses amb el vostre equip fent servir comentaris\n- ⚡ Mantingueu el seguiment de canvis al flux d'activitat\n- 🚀 Tingueu el vostre projecte organitzat", - "Card details" : "Detalls de la targeta", "Add board" : "Afegeix un tauler", + "Card details" : "Detalls de la targeta", "Select the board to link to a project" : "Selecciona el tauler per enllaçar a un projecte", "Search by board title" : "Cerca per títol del tauler", "Select board" : "Selecciona un tauler", + "Move/copy card" : "Mou/copia la targeta", "Select a board" : "Selecciona un tauler", "No lists available" : "No hi ha cap llista disponible", "Select a list" : "Seleccioneu una llista", "Move card" : "Mou la targeta", - "Select a card" : "Selecciona una targeta", - "Cancel" : "Cancel·la", + "Copy card" : "Còpia de la targeta", "Select the card to link to a project" : "Selecciona la targeta per enllaçar a un projecte", "Link to card" : "Enllaç a la targeta", + "Select a card" : "Selecciona una targeta", + "Cancel" : "Cancel·la", + "This board is read only" : "Aquest tauler és només de lectura", + "Drop your files to upload" : "Deixeu anar els fitxers per pujar-los", "File already exists" : "El fitxer ja existeix", "A file with the name {filename} already exists." : "Ja existeix un fitxer amb el nom {filename}.", "Do you want to overwrite it?" : "Voleu sobre-escriure'l?", "Overwrite file" : "Sobreescriu el fitxer", "Keep existing file" : "Mantén el fitxer existent", - "This board is read only" : "Aquest tauler és només de lectura", - "Drop your files to upload" : "Deixeu anar els fitxers per pujar-los", "Add card" : "Afegeix una targeta", "Archived cards" : "Targetes arxivades", "Add list" : "Afegeix una llista", @@ -147,6 +153,8 @@ "Filter by tag" : "Filtra per etiqueta", "Filter by assigned user" : "Filtra per usuari assignat", "Unassigned" : "Sense assignar", + "Filter by status" : "Filtra per estat", + "Open and completed" : "Obert i acabat", "Open" : "Obert", "Completed" : "S'ha completat", "Filter by due date" : "Filtra per data de venciment", @@ -176,20 +184,24 @@ "Deleted lists" : "Llistes suprimides", "Undo" : "Desfés", "Deleted cards" : "Targetes suprimides", - "No participants found" : "No s'han trobat participants", - "Board owner" : "Propietari del tauler", - "(Group)" : "(Grup)", - "Can edit" : "Pot editar", - "Can share" : "Pot compartir", - "Can manage" : "Pot gestionar", - "Owner" : "Propietari", - "Delete" : "Suprimeix", "Failed to create share with {displayName}" : "Ha fallat la creació de la compartició amb {displayName}", "Are you sure you want to transfer the board {title} to {user}?" : "Esteu segur que voleu transferir el tauler {title} a {user}?", "Transfer the board." : "Transfereix el tauler.", "Transfer" : "Transferència", "The board has been transferred to {user}" : "El tauler s'ha transferit a {user}", "Failed to transfer the board to {user}" : "No s'ha pogut transferir el tauler a {user}", + "Share board with a user, group or team …" : "Comparteix el tauler amb un usuari, grup o equip …", + "Searching for users, groups and teams …" : "Cercant usuaris, grups i equips …", + "No participants found" : "No s'han trobat participants", + "Board owner" : "Propietari del tauler", + "(Group)" : "(Grup)", + "(Team)" : "(Equip)", + "Can edit" : "Pot editar", + "Can share" : "Pot compartir", + "Can manage" : "Pot gestionar", + "Owner" : "Propietari", + "Delete" : "Suprimeix", + "List deleted" : "Llista suprimida", "Edit list title" : "Edició del títol de la llista", "Archive all cards" : "Arxiva totes les targetes", "Unarchive all cards" : "Desarxivar totes les targetes", @@ -198,13 +210,16 @@ "Unarchive all cards in this list" : "Desarxivar totes les targetes d'aquesta llista", "Add a new card" : "Afegeix una nova targeta", "Card name" : "Nom de la targeta", - "List deleted" : "Llista suprimida", + "title and color value must be provided" : "s’ha de proporcionar el valor del títol i del color", "Edit" : "Edició", "Add a new tag" : "Afegeix una etiqueta nova", - "title and color value must be provided" : "s’ha de proporcionar el valor del títol i del color", "Board name" : "Nom del taulell", "Members" : "Membres", + "Assign to users/groups/team" : "Assigna a usuaris/grups/equip", "Assign a user to this card…" : "Assignació d'un usuari a aquesta targeta…", + "Select a user to assign to this card…" : "Seleccioneu un usuari per assignar-lo a aquesta targeta…", + "File to share" : "Fitxer a compartir", + "Invalid path selected" : "S'ha seleccionat un camí no vàlid", "Upload new files" : "Pujada de nous fitxers", "Share from Files" : "Comparteix des de Fitxers", "Pending share" : "Compartició pendent", @@ -214,25 +229,24 @@ "Remove attachment" : "Treu l'adjunt", "Delete Attachment" : "Suprimeix l’adjunt", "Restore Attachment" : "Restaura l'adjunt", - "File to share" : "Fitxer a compartir", - "Invalid path selected" : "S'ha seleccionat un camí no vàlid", + "Modified" : "Darrera modificació", + "Created" : "Creat", + "The title cannot be empty." : "El títol no pot estar buit.", "Open in sidebar view" : "Obre a la vista de la barra lateral", "Open in bigger view" : "Obre a la vista més gran", "Attachments" : "Adjunts", "Comments" : "Comentaris", - "Modified" : "Darrera modificació", - "Created" : "Creat", - "The title cannot be empty." : "El títol no pot estar buit.", - "No comments yet. Begin the discussion!" : "No hi ha comentaris encara. Començar la discussió!", "Failed to load comments" : "No s'han pogut carregar els comentaris", - "Save" : "Desa", + "No comments yet. Begin the discussion!" : "No hi ha comentaris encara. Començar la discussió!", "The comment cannot be empty." : "El comentari no pot estar buit.", "The comment cannot be longer than 1000 characters." : "El comentari no pot ser més llarg que 1000 caràcters.", + "Save" : "Desa", + "Created:" : "Data de creació:", "In reply to" : "En resposta a", "Cancel reply" : "Cancel·la la resposta", "Reply" : "Respon", "Update" : "Actualitza", - "Created:" : "Data de creació:", + "Write a description …" : "Escriviu una descripció …", "Description" : "Descripció", "(Unsaved)" : "(No desat)", "(Saving…)" : "(Desant…)", @@ -240,8 +254,16 @@ "Edit description" : "Edició descripció", "View description" : "Veure descripció", "Add Attachment" : "Afegeix un adjunt", - "Write a description …" : "Escriviu una descripció …", "Choose attachment" : "Triar adjunt", + "Select Date" : "Selecciona la data", + "Later today – {timeLocale}" : "Avui més tard: {timeLocale}", + "Set due date for later today" : "Estableix una data de caducitat per avui més tard", + "Tomorrow – {timeLocale}" : "Demà: {timeLocale}", + "Set due date for tomorrow" : "Estableix data de caducitat per a demà", + "This weekend – {timeLocale}" : "Aquest cap de setmana: {timeLocale}", + "Set due date for this weekend" : "Estableix una data de caducitat per aquest cap de setmana", + "Next week – {timeLocale}" : "La setmana següent: {timeLocale}", + "Set due date for next week" : "Estableix una data de caducitat per a la setmana vinent", "Assign a due date to this card…" : "Assigna una data de caducitat a aquesta targeta…", "Set a due date" : "Definir una data de caducitat", "Add due date" : "Afegeix una data de caducitat", @@ -252,26 +274,23 @@ "Not done" : "No s'ha fet", "Unarchive card" : "Desarxiva targeta", "Archive card" : "Arxiva la targeta", - "Select Date" : "Selecciona la data", - "Set due date for later today" : "Estableix una data de caducitat per avui més tard", - "Set due date for tomorrow" : "Estableix data de caducitat per a demà", - "Set due date for this weekend" : "Estableix una data de caducitat per aquest cap de setmana", - "Set due date for next week" : "Estableix una data de caducitat per a la setmana vinent", "Assign a tag to this card…" : "Assignació d'una etiqueta a aquesta targeta…", + "Select or create a tag…" : "Seleccioneu o creeu una etiqueta…", "Create a new tag:" : "Crea una etiqueta nova:", "(group)" : "(grup)", - "Next week – {timeLocale}" : "La setmana següent: {timeLocale}", - "Todo items" : "Tasques pendents", "{count} comments, {unread} unread" : "{count} comentaris, {unread} no llegits", + "Todo items" : "Tasques pendents", "Edit card title" : "Edició del títol de la targeta", + "Open link" : "Obre l'enllaç", + "Card deleted" : "Targeta suprimida", "Edit title" : "Edició del títol", "Assign to me" : "Assigna'm a mi", "Unassign myself" : "Desasignar a mi mateix", "Mark as not done" : "Marca com no fet", "Delete card" : "Suprimeix targeta", - "Card deleted" : "Targeta suprimida", "seconds ago" : "fa uns segons", "Keyboard shortcuts" : "Dreceres de teclat", + "Boost your productivity using Deck with keyboard shortcuts." : "Augmenta la teva productivitat amb Targetes fent servir tecles de drecera.", "Board actions" : "Accions de Tauler", "Keyboard shortcut" : "Drecera de teclat", "Action" : "Acció", @@ -306,6 +325,14 @@ "Limit board creation to some groups" : "Limiteu la creació de taulers a alguns grups", "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Els usuaris fora d'aquests grups no podran crear els seus propis taulers, però encara podran treballar en taulers que s'hagin compartit amb ells.", "Cancel edit" : "Cancel·la l'edició", + "Save board" : "Guarda el tauler", + "Board {0} deleted" : "S’ha suprimit el tauler {0}", + "All cards" : "Totes les targetes", + "Only assigned cards" : "Només les targetes assignades", + "No reminder" : "Sense recordatoris", + "An error occurred" : "S'ha produït un error", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Esteu segur que voleu suprimir el tauler {title}? Això suprimirà totes les dades d'aquest tauler, incloses les targetes arxivades.", + "Delete the board?" : "Voleu suprimir el tauler?", "Board details" : "Detalls del tauler", "Edit board" : "Edita el tauler", "Clone board" : "Clonar tauler", @@ -315,18 +342,17 @@ "Turn on due date reminders" : "Activa els recordatoris de data de venciment", "Turn off due date reminders" : "Desactiva els recordatoris de data de venciment", "Due date reminders" : "Recordatoris de data de venciment", - "All cards" : "Totes les targetes", "Assigned cards" : "Targetes assignades", "No notifications" : "No hi ha notificacions", "Delete board" : "Suprimeix el tauler", - "Board {0} deleted" : "S’ha suprimit el tauler {0}", - "Only assigned cards" : "Només les targetes assignades", - "No reminder" : "Sense recordatoris", - "An error occurred" : "S'ha produït un error", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Esteu segur que voleu suprimir el tauler {title}? Això suprimirà totes les dades d'aquest tauler, incloses les targetes arxivades.", - "Delete the board?" : "Voleu suprimir el tauler?", + "Clone {boardTitle}" : "Clonar {boardTitle}", "Clone cards" : "Clonar targetes", + "Clone assignments" : "Clonar les tasques", + "Clone labels" : "Clonar etiquetes", + "Clone due dates" : "Clonar les dates de venciment", "Advanced options" : "Paràmetres avançats", + "Move all cards to the first list" : "Mou totes les cartes a la primera llista", + "Restore archived cards" : "Restaura les targetes arxivades", "Clone" : "Clonar", "Loading filtered view" : "S'està carregant la visualització filtrada", "Today" : "Avui", @@ -335,14 +361,15 @@ "Search for {searchQuery} in all boards" : "Busca {searchQuery} a tots els taulers", "No results found" : "No s'han trobat resultats", "Deck board {name}\n* Last modified on {lastMod}" : "Tauler de piles {name}\n* Última modificació el dia {lastMod}", - "{stack} in {board}" : "{stack} a {board}", - "Click to expand description" : "Feu clic per ampliar la descripció", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Creat el {created}\n* Última modificació el dia {lastMod}\n* {nbAttachments} fitxers adjunts\n* {nbComments} comentaris", "{nbCards} cards" : "{nbCards} targetes", + "Due on {date}" : "Venciment el dia {date}", + "{stack} in {board}" : "{stack} a {board}", + "Click to expand description" : "Feu clic per ampliar la descripció", "Click to expand comment" : "Feu clic per ampliar el comentari", + "Create card" : "Crea una targeta", "Create a new card" : "Crea una nova targeta", "Card title" : "Títol de la targeta", - "Create card" : "Crea una targeta", "Creating the new card …" : "Creant la nova targeta …", "Card \"{card}\" was added to \"{board}\"" : "La targeta \"{card}\" s'ha afegit a \"{board}\"", "Open card" : "Obre la targeta", @@ -352,10 +379,6 @@ "upcoming cards tomorrow" : "properes targetes demà", "upcoming cards" : "pròximes targetes", "New card" : "Nova targeta", - "Due on {date}" : "Venciment el dia {date}", - "This weekend – {timeLocale}" : "Aquest cap de setmana: {timeLocale}", - "Tomorrow – {timeLocale}" : "Demà: {timeLocale}", - "Later today – {timeLocale}" : "Avui més tard: {timeLocale}", "Link to a board" : "Enllaça a un tauler", "Link to a card" : "Enllaç una targeta", "Create a card" : "Crea una targeta", @@ -367,6 +390,13 @@ "Share with a Deck card" : "Compartir amb una targeta de Deck", "Share {file} with a Deck card" : "Compartir {file} amb una targeta de Deck", "Share" : "Compartir", - "Move card to another board" : "Mou la targeta a un altre tauler" + "Personal" : "Personal", + "To do" : "Pendent", + "Doing" : "En procés", + "Example Task 3" : "Tasca d'exemple 3", + "Example Task 2" : "Tasca d'exemple 2", + "Example Task 1" : "Tasca d'exemple 1", + "Move card to another board" : "Mou la targeta a un altre tauler", + "Filter by completed" : "Filtra per completat" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/cs.js b/l10n/cs.js index e406bec1c..8898af4f5 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -76,7 +76,7 @@ OC.L10N.register( "Cards due tomorrow" : "Karty, které mají termín zítra", "Upcoming cards" : "Nadcházející karty", "Load more" : "Načíst více", - "Personal" : "Osobní", + "Welcome to Nextcloud Deck!" : "Vítejte v Nextcloud Deck!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kartu „%s“ na „%s“ vám přiřadil(a) %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} vám přiřadil(a) kartu {deck-card} na tabuli {deck-board}.", "The card \"%s\" on \"%s\" has reached its due date." : "U karty „%s“ z tabule „%s“ nastalo plánované datum dokončení.", @@ -99,12 +99,16 @@ OC.L10N.register( "Action needed" : "Nutná akce", "Later" : "Později", "copy" : "kopie", - "To do" : "Zbývá udělat", - "Doing" : "Provádí se", + "Read more inside" : "Více se dočtete uvnitř", + "Custom lists - click to rename!" : "Uživatelsky určené seznamy – kliknutím přejmenujte!", + "To Do" : "Úkoly", + "In Progress" : "Probíhá", "Done" : "Hotovo", - "Example Task 3" : "Třetí úkol pro ukázku", - "Example Task 2" : "Druhý úkol pro ukázku", - "Example Task 1" : "První úkol pro ukázku", + "1. Open to learn more about boards and cards" : "1. Otevřete a zjistěte víc o tabulích a kartách", + "2. Drag cards left and right, up and down" : "2. Přetahujte karty doleva a doprava, nahoru a dolů", + "3. Apply rich formatting and link content" : "3. Uplatnit formátování a obsah odkazu", + "4. Share, comment and collaborate!" : "4. Sdílejte, komentujte a spolupracujte!", + "Create your first card!" : "Vytvořte svou první kartu!", "The file was uploaded" : "Soubor byl nahrán", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Velikost nahrávaného souboru překračuje limit nastavení direktivou upload_max_filesize v php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Nahrávaný soubor přesáhl svou velikostí hodnotu direktivy MAX_FILE_SIZE, určenou v HTML formuláři", @@ -120,8 +124,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "Neplatné datum – je třeba, aby formát data byl RRRR-MM-DD", "Personal planning and team project organization" : "Osobní plánování a organizování týmového projektu", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck je nástroj cílený na osobní nebo projektové plánování týmů v Kanban stylu, napojený do Nextcloud.\n\n\n- 📥 Zadávejte a uspořádávejte své úkoly do karet\n- 📄 Zapisujte si dodatečné poznámky (v Markdown) \n- 🔖 Přiřazujte štítky pro ještě lepší uspořádání\n- 👥 Sdílejte se svým týmem, přáteli nebo rodinou\n- 📎 Připojte soubory a vložte je do (Markdown) popisu \n- 💬 Diskutujte se svým týmem prostřednictvím komentářů\n- ⚡ Udržte si přehled o změnách prostřednictvím sledování proudu aktivit\n- 🚀 Dostaňte svůj projekt pod kontrolu", - "Card details" : "Podrobnosti o kartě", "Add board" : "Přidat tabuli", + "Card details" : "Podrobnosti o kartě", "Select the board to link to a project" : "Vyberte tabuli kterou propojit s projektem", "Search by board title" : "Hledat podle názvu tabule", "Select board" : "Vybrat tabuli", @@ -131,17 +135,17 @@ OC.L10N.register( "Select a list" : "Vyberte sloupec", "Move card" : "Přesunout kartu", "Copy card" : "Zkopírovat kartu", - "Select a card" : "Vybrat kartu", - "Cancel" : "Storno", "Select the card to link to a project" : "Vyberte kartu kterou propojit s projektem", "Link to card" : "Propojit s kartou", + "Select a card" : "Vybrat kartu", + "Cancel" : "Storno", + "This board is read only" : "Tato tabule je pouze pro čtení", + "Drop your files to upload" : "Přetáhněte sem soubory, které chcete nahrát", "File already exists" : "Soubor už existuje", "A file with the name {filename} already exists." : "Soubor nazvaný {filename} už existuje.", "Do you want to overwrite it?" : "Chcete položku přepsat?", "Overwrite file" : "Přepsat soubor", "Keep existing file" : "Ponechat existující soubor", - "This board is read only" : "Tato tabule je pouze pro čtení", - "Drop your files to upload" : "Přetáhněte sem soubory, které chcete nahrát", "Add card" : "Přidat kartu", "Archived cards" : "Archivované karty", "Add list" : "Přidat seznam", @@ -182,6 +186,12 @@ OC.L10N.register( "Deleted lists" : "Smazané seznamy", "Undo" : "Vrátit zpět", "Deleted cards" : "Smazané karty", + "Failed to create share with {displayName}" : "Nepodařilo se vytvořit sdílení s {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Opravdu chcete předat vlastnictví tabule {title} uživateli {user}?", + "Transfer the board." : "Předat vlastnictví tabule.", + "Transfer" : "Předat vlastnictví", + "The board has been transferred to {user}" : "Vlastnictví tabule bylo předáno uživateli {user}", + "Failed to transfer the board to {user}" : "Nepodařilo se předat vlastnictví tabule uživateli {user}", "Share board with a user, group or team …" : "Sdílet tabuli s uživatelem, skupinou nebo týmem…", "Searching for users, groups and teams …" : "Hledání v uživatelích, skupinách a týmech…", "No participants found" : "Nenalezeni žádní účastníci", @@ -193,12 +203,7 @@ OC.L10N.register( "Can manage" : "Může spravovat", "Owner" : "Vlastník", "Delete" : "Smazat", - "Failed to create share with {displayName}" : "Nepodařilo se vytvořit sdílení s {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Opravdu chcete předat vlastnictví tabule {title} uživateli {user}?", - "Transfer the board." : "Předat vlastnictví tabule.", - "Transfer" : "Předat vlastnictví", - "The board has been transferred to {user}" : "Vlastnictví tabule bylo předáno uživateli {user}", - "Failed to transfer the board to {user}" : "Nepodařilo se předat vlastnictví tabule uživateli {user}", + "List deleted" : "Seznam smazán", "Edit list title" : "Upravit nadpis seznamu", "Archive all cards" : "Archivovat všechny karty", "Unarchive all cards" : "Zrušit archivaci všech karet", @@ -207,15 +212,16 @@ OC.L10N.register( "Unarchive all cards in this list" : "Zrušit archivaci všech karet v tomto seznamu", "Add a new card" : "Přidat novou kartu", "Card name" : "Název karty", - "List deleted" : "Seznam smazán", + "title and color value must be provided" : "je třeba zadat nadpis a zvolit barvu", "Edit" : "Upravit", "Add a new tag" : "Přidat nový štítek", - "title and color value must be provided" : "je třeba zadat nadpis a zvolit barvu", "Board name" : "Název tabule", "Members" : "Členové", "Assign to users/groups/team" : "Přiřadit uživatelům/skupinám/týmům", "Assign a user to this card…" : "Přiřadit uživatele k této kartě…", "Select a user to assign to this card…" : "Vyberte uživatele, kterému tuto kartu přiřadit…", + "File to share" : "Soubor ke sdílení", + "Invalid path selected" : "Je vybrán neplatný popis umístění", "Upload new files" : "Nahrát nové soubory", "Share from Files" : "Sdílet ze Souborů", "Pending share" : "Čekající sdílení", @@ -225,25 +231,24 @@ OC.L10N.register( "Remove attachment" : "Odebrat přílohu", "Delete Attachment" : "Smazat přílohu", "Restore Attachment" : "Obnovit přílohu", - "File to share" : "Soubor ke sdílení", - "Invalid path selected" : "Je vybrán neplatný popis umístění", + "Modified" : "Změněno", + "Created" : "Vytvořeno", + "The title cannot be empty." : "Nadpis je třeba vyplnit.", "Open in sidebar view" : "Otevřít v zobrazení v postranním panelu", "Open in bigger view" : "Otevřít ve větším zobrazení", "Attachments" : "Přílohy", "Comments" : "Komentáře", - "Modified" : "Změněno", - "Created" : "Vytvořeno", - "The title cannot be empty." : "Nadpis je třeba vyplnit.", - "No comments yet. Begin the discussion!" : "Zatím bez komentářů. Zahajte diskuzi!", "Failed to load comments" : "Načtení komentářů se nezdařilo", - "Save" : "Uložit", + "No comments yet. Begin the discussion!" : "Zatím bez komentářů. Zahajte diskuzi!", "The comment cannot be empty." : "Komentář je třeba vyplnit.", "The comment cannot be longer than 1000 characters." : "Délka komentáře může být nejvýše 1 000 znaků.", + "Save" : "Uložit", + "Created:" : "Vytvořeno:", "In reply to" : "V odpověď na", "Cancel reply" : "Zrušit odpověď", "Reply" : "Odpovědět", "Update" : "Aktualizovat", - "Created:" : "Vytvořeno:", + "Write a description …" : "Zadejte popis…", "Description" : "Popis", "(Unsaved)" : "(Neuloženo)", "(Saving…)" : "(Ukládání…)", @@ -251,8 +256,16 @@ OC.L10N.register( "Edit description" : "Upravit popis", "View description" : "Zobrazit popis", "Add Attachment" : "Přidat přílohu", - "Write a description …" : "Zadejte popis…", "Choose attachment" : "Zvolte přílohu", + "Select Date" : "Vybrat datum", + "Later today – {timeLocale}" : "Později dnes – {timeLocale}", + "Set due date for later today" : "Nastavit termín na dnešek", + "Tomorrow – {timeLocale}" : "Zítra – {timeLocale}", + "Set due date for tomorrow" : "Nastavit termín na zítřek", + "This weekend – {timeLocale}" : "Tento víkend – {timeLocale}", + "Set due date for this weekend" : "Nastavit termín na tento týden", + "Next week – {timeLocale}" : "Příští týden – {timeLocale}", + "Set due date for next week" : "Nastavit termín na příští týden", "Assign a due date to this card…" : "Přiradit této kartě termín…", "Set a due date" : "Vybrat termín", "Add due date" : "Přidat termín", @@ -263,26 +276,20 @@ OC.L10N.register( "Not done" : "Nehotové", "Unarchive card" : "Zrušit archivaci karty", "Archive card" : "Archivovat kartu", - "Select Date" : "Vybrat datum", - "Set due date for later today" : "Nastavit termín na dnešek", - "Set due date for tomorrow" : "Nastavit termín na zítřek", - "Set due date for this weekend" : "Nastavit termín na tento týden", - "Set due date for next week" : "Nastavit termín na příští týden", "Assign a tag to this card…" : "Přiřadit této kartě štítek…", "Select or create a tag…" : "Vyberte nebo vytvořte štítek…", "Create a new tag:" : "Vytvořit nový štítek:", "(group)" : "(skupina)", - "Next week – {timeLocale}" : "Příští týden – {timeLocale}", - "Todo items" : "Položky k udělání", "{count} comments, {unread} unread" : "{count} komentářů, {unread} nepřečtených", + "Todo items" : "Položky k udělání", "Edit card title" : "Upravit nadpis karty", "Open link" : "Otevřít okaz", + "Card deleted" : "Karta smazána", "Edit title" : "Upravit nadpis", "Assign to me" : "Přiřadit mě", "Unassign myself" : "Zrušit přiřazení sobě", "Mark as not done" : "Označit jako nehotové", "Delete card" : "Smazat kartu", - "Card deleted" : "Karta smazána", "seconds ago" : "před několika sekundami", "Keyboard shortcuts" : "Klávesové zkratky", "Boost your productivity using Deck with keyboard shortcuts." : "Zvyšte svou produktivitu tím, že budete v Deck používat klávesové zkratky.", @@ -321,6 +328,13 @@ OC.L10N.register( "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Uživatelé, kteří nejsou členy těchto skupin nebudou moci vytvářet své vlastní tabule, ale pořád budou moci pracovat na tabulích, které jim byly nasdíleny.", "Cancel edit" : "Zrušit úpravu", "Save board" : "Uložit tabuli", + "Board {0} deleted" : "Tabule {0} smazána", + "All cards" : "Všechny karty", + "Only assigned cards" : "Pouze přiřazené karty", + "No reminder" : "Bez připomínky", + "An error occurred" : "Došlo k chybě", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Opravdu chcete tabuli {title} smazat? Toto smaže veškerá data této tabule, včetně archivovaných karet.", + "Delete the board?" : "Smazat tabuli?", "Board details" : "Podrobnosti o tabuli", "Edit board" : "Upravit tabuli", "Clone board" : "Klonovat tabuli", @@ -330,16 +344,9 @@ OC.L10N.register( "Turn on due date reminders" : "Zapnout upomínky termínů", "Turn off due date reminders" : "Vypnout upomínky termínů", "Due date reminders" : "Upomínky termínů", - "All cards" : "Všechny karty", "Assigned cards" : "Přiřazené karty", "No notifications" : "Žádná upozornění", "Delete board" : "Smazat tabuli", - "Board {0} deleted" : "Tabule {0} smazána", - "Only assigned cards" : "Pouze přiřazené karty", - "No reminder" : "Bez připomínky", - "An error occurred" : "Došlo k chybě", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Opravdu chcete tabuli {title} smazat? Toto smaže veškerá data této tabule, včetně archivovaných karet.", - "Delete the board?" : "Smazat tabuli?", "Clone {boardTitle}" : "Naklonovat {boardTitle}", "Clone cards" : "Klonovat karty", "Clone assignments" : "Přiřazení klonu", @@ -356,14 +363,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Hledat {searchQuery} na všech tabulích", "No results found" : "Nenalezeny žádné výsledky", "Deck board {name}\n* Last modified on {lastMod}" : "Deck karta {name}\n* Naposledy změněno {lastMod}", - "{stack} in {board}" : "{stack} v {board}", - "Click to expand description" : "Popis rozbalíte kliknutím", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Vytvořeno {created}\n* Naposledy upraveno {lastMod}\n* {nbAttachments} příloh\n* {nbComments} komentářů", "{nbCards} cards" : "{nbCards} karet", + "Due on {date}" : "Termín {date}", + "{stack} in {board}" : "{stack} v {board}", + "Click to expand description" : "Popis rozbalíte kliknutím", "Click to expand comment" : "Komentář rozbalíte kliknutím", + "Create card" : "Vytvořit kartu", "Create a new card" : "Vytvořit novou kartu", "Card title" : "Název karty", - "Create card" : "Vytvořit kartu", "Creating the new card …" : "Vytváření nové karty…", "Card \"{card}\" was added to \"{board}\"" : "Karta „{card}“ byla přidána na „{board}“", "Open card" : "Otevřít kartu", @@ -373,10 +381,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "nadcházející karty na zítřek", "upcoming cards" : "nadcházející karty", "New card" : "Nová karta", - "Due on {date}" : "Termín {date}", - "This weekend – {timeLocale}" : "Tento víkend – {timeLocale}", - "Tomorrow – {timeLocale}" : "Zítra – {timeLocale}", - "Later today – {timeLocale}" : "Později dnes – {timeLocale}", "Link to a board" : "Propojit s tabulí", "Link to a card" : "Propojit s kartou", "Create a card" : "Vytvořit kartu", @@ -388,6 +392,12 @@ OC.L10N.register( "Share with a Deck card" : "Sdílet s kartou aplikace Deck", "Share {file} with a Deck card" : "Sdílet {file} s kartou aplikace Deck", "Share" : "Sdílet", + "Personal" : "Osobní", + "To do" : "Zbývá udělat", + "Doing" : "Provádí se", + "Example Task 3" : "Třetí úkol pro ukázku", + "Example Task 2" : "Druhý úkol pro ukázku", + "Example Task 1" : "První úkol pro ukázku", "Move card to another board" : "Přesunout kartu na jinou tabuli", "Filter by completed" : "Filtrovat podle dokončených" }, diff --git a/l10n/cs.json b/l10n/cs.json index c8379c304..4fbb24655 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -74,7 +74,7 @@ "Cards due tomorrow" : "Karty, které mají termín zítra", "Upcoming cards" : "Nadcházející karty", "Load more" : "Načíst více", - "Personal" : "Osobní", + "Welcome to Nextcloud Deck!" : "Vítejte v Nextcloud Deck!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kartu „%s“ na „%s“ vám přiřadil(a) %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} vám přiřadil(a) kartu {deck-card} na tabuli {deck-board}.", "The card \"%s\" on \"%s\" has reached its due date." : "U karty „%s“ z tabule „%s“ nastalo plánované datum dokončení.", @@ -97,12 +97,16 @@ "Action needed" : "Nutná akce", "Later" : "Později", "copy" : "kopie", - "To do" : "Zbývá udělat", - "Doing" : "Provádí se", + "Read more inside" : "Více se dočtete uvnitř", + "Custom lists - click to rename!" : "Uživatelsky určené seznamy – kliknutím přejmenujte!", + "To Do" : "Úkoly", + "In Progress" : "Probíhá", "Done" : "Hotovo", - "Example Task 3" : "Třetí úkol pro ukázku", - "Example Task 2" : "Druhý úkol pro ukázku", - "Example Task 1" : "První úkol pro ukázku", + "1. Open to learn more about boards and cards" : "1. Otevřete a zjistěte víc o tabulích a kartách", + "2. Drag cards left and right, up and down" : "2. Přetahujte karty doleva a doprava, nahoru a dolů", + "3. Apply rich formatting and link content" : "3. Uplatnit formátování a obsah odkazu", + "4. Share, comment and collaborate!" : "4. Sdílejte, komentujte a spolupracujte!", + "Create your first card!" : "Vytvořte svou první kartu!", "The file was uploaded" : "Soubor byl nahrán", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Velikost nahrávaného souboru překračuje limit nastavení direktivou upload_max_filesize v php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Nahrávaný soubor přesáhl svou velikostí hodnotu direktivy MAX_FILE_SIZE, určenou v HTML formuláři", @@ -118,8 +122,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "Neplatné datum – je třeba, aby formát data byl RRRR-MM-DD", "Personal planning and team project organization" : "Osobní plánování a organizování týmového projektu", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck je nástroj cílený na osobní nebo projektové plánování týmů v Kanban stylu, napojený do Nextcloud.\n\n\n- 📥 Zadávejte a uspořádávejte své úkoly do karet\n- 📄 Zapisujte si dodatečné poznámky (v Markdown) \n- 🔖 Přiřazujte štítky pro ještě lepší uspořádání\n- 👥 Sdílejte se svým týmem, přáteli nebo rodinou\n- 📎 Připojte soubory a vložte je do (Markdown) popisu \n- 💬 Diskutujte se svým týmem prostřednictvím komentářů\n- ⚡ Udržte si přehled o změnách prostřednictvím sledování proudu aktivit\n- 🚀 Dostaňte svůj projekt pod kontrolu", - "Card details" : "Podrobnosti o kartě", "Add board" : "Přidat tabuli", + "Card details" : "Podrobnosti o kartě", "Select the board to link to a project" : "Vyberte tabuli kterou propojit s projektem", "Search by board title" : "Hledat podle názvu tabule", "Select board" : "Vybrat tabuli", @@ -129,17 +133,17 @@ "Select a list" : "Vyberte sloupec", "Move card" : "Přesunout kartu", "Copy card" : "Zkopírovat kartu", - "Select a card" : "Vybrat kartu", - "Cancel" : "Storno", "Select the card to link to a project" : "Vyberte kartu kterou propojit s projektem", "Link to card" : "Propojit s kartou", + "Select a card" : "Vybrat kartu", + "Cancel" : "Storno", + "This board is read only" : "Tato tabule je pouze pro čtení", + "Drop your files to upload" : "Přetáhněte sem soubory, které chcete nahrát", "File already exists" : "Soubor už existuje", "A file with the name {filename} already exists." : "Soubor nazvaný {filename} už existuje.", "Do you want to overwrite it?" : "Chcete položku přepsat?", "Overwrite file" : "Přepsat soubor", "Keep existing file" : "Ponechat existující soubor", - "This board is read only" : "Tato tabule je pouze pro čtení", - "Drop your files to upload" : "Přetáhněte sem soubory, které chcete nahrát", "Add card" : "Přidat kartu", "Archived cards" : "Archivované karty", "Add list" : "Přidat seznam", @@ -180,6 +184,12 @@ "Deleted lists" : "Smazané seznamy", "Undo" : "Vrátit zpět", "Deleted cards" : "Smazané karty", + "Failed to create share with {displayName}" : "Nepodařilo se vytvořit sdílení s {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Opravdu chcete předat vlastnictví tabule {title} uživateli {user}?", + "Transfer the board." : "Předat vlastnictví tabule.", + "Transfer" : "Předat vlastnictví", + "The board has been transferred to {user}" : "Vlastnictví tabule bylo předáno uživateli {user}", + "Failed to transfer the board to {user}" : "Nepodařilo se předat vlastnictví tabule uživateli {user}", "Share board with a user, group or team …" : "Sdílet tabuli s uživatelem, skupinou nebo týmem…", "Searching for users, groups and teams …" : "Hledání v uživatelích, skupinách a týmech…", "No participants found" : "Nenalezeni žádní účastníci", @@ -191,12 +201,7 @@ "Can manage" : "Může spravovat", "Owner" : "Vlastník", "Delete" : "Smazat", - "Failed to create share with {displayName}" : "Nepodařilo se vytvořit sdílení s {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Opravdu chcete předat vlastnictví tabule {title} uživateli {user}?", - "Transfer the board." : "Předat vlastnictví tabule.", - "Transfer" : "Předat vlastnictví", - "The board has been transferred to {user}" : "Vlastnictví tabule bylo předáno uživateli {user}", - "Failed to transfer the board to {user}" : "Nepodařilo se předat vlastnictví tabule uživateli {user}", + "List deleted" : "Seznam smazán", "Edit list title" : "Upravit nadpis seznamu", "Archive all cards" : "Archivovat všechny karty", "Unarchive all cards" : "Zrušit archivaci všech karet", @@ -205,15 +210,16 @@ "Unarchive all cards in this list" : "Zrušit archivaci všech karet v tomto seznamu", "Add a new card" : "Přidat novou kartu", "Card name" : "Název karty", - "List deleted" : "Seznam smazán", + "title and color value must be provided" : "je třeba zadat nadpis a zvolit barvu", "Edit" : "Upravit", "Add a new tag" : "Přidat nový štítek", - "title and color value must be provided" : "je třeba zadat nadpis a zvolit barvu", "Board name" : "Název tabule", "Members" : "Členové", "Assign to users/groups/team" : "Přiřadit uživatelům/skupinám/týmům", "Assign a user to this card…" : "Přiřadit uživatele k této kartě…", "Select a user to assign to this card…" : "Vyberte uživatele, kterému tuto kartu přiřadit…", + "File to share" : "Soubor ke sdílení", + "Invalid path selected" : "Je vybrán neplatný popis umístění", "Upload new files" : "Nahrát nové soubory", "Share from Files" : "Sdílet ze Souborů", "Pending share" : "Čekající sdílení", @@ -223,25 +229,24 @@ "Remove attachment" : "Odebrat přílohu", "Delete Attachment" : "Smazat přílohu", "Restore Attachment" : "Obnovit přílohu", - "File to share" : "Soubor ke sdílení", - "Invalid path selected" : "Je vybrán neplatný popis umístění", + "Modified" : "Změněno", + "Created" : "Vytvořeno", + "The title cannot be empty." : "Nadpis je třeba vyplnit.", "Open in sidebar view" : "Otevřít v zobrazení v postranním panelu", "Open in bigger view" : "Otevřít ve větším zobrazení", "Attachments" : "Přílohy", "Comments" : "Komentáře", - "Modified" : "Změněno", - "Created" : "Vytvořeno", - "The title cannot be empty." : "Nadpis je třeba vyplnit.", - "No comments yet. Begin the discussion!" : "Zatím bez komentářů. Zahajte diskuzi!", "Failed to load comments" : "Načtení komentářů se nezdařilo", - "Save" : "Uložit", + "No comments yet. Begin the discussion!" : "Zatím bez komentářů. Zahajte diskuzi!", "The comment cannot be empty." : "Komentář je třeba vyplnit.", "The comment cannot be longer than 1000 characters." : "Délka komentáře může být nejvýše 1 000 znaků.", + "Save" : "Uložit", + "Created:" : "Vytvořeno:", "In reply to" : "V odpověď na", "Cancel reply" : "Zrušit odpověď", "Reply" : "Odpovědět", "Update" : "Aktualizovat", - "Created:" : "Vytvořeno:", + "Write a description …" : "Zadejte popis…", "Description" : "Popis", "(Unsaved)" : "(Neuloženo)", "(Saving…)" : "(Ukládání…)", @@ -249,8 +254,16 @@ "Edit description" : "Upravit popis", "View description" : "Zobrazit popis", "Add Attachment" : "Přidat přílohu", - "Write a description …" : "Zadejte popis…", "Choose attachment" : "Zvolte přílohu", + "Select Date" : "Vybrat datum", + "Later today – {timeLocale}" : "Později dnes – {timeLocale}", + "Set due date for later today" : "Nastavit termín na dnešek", + "Tomorrow – {timeLocale}" : "Zítra – {timeLocale}", + "Set due date for tomorrow" : "Nastavit termín na zítřek", + "This weekend – {timeLocale}" : "Tento víkend – {timeLocale}", + "Set due date for this weekend" : "Nastavit termín na tento týden", + "Next week – {timeLocale}" : "Příští týden – {timeLocale}", + "Set due date for next week" : "Nastavit termín na příští týden", "Assign a due date to this card…" : "Přiradit této kartě termín…", "Set a due date" : "Vybrat termín", "Add due date" : "Přidat termín", @@ -261,26 +274,20 @@ "Not done" : "Nehotové", "Unarchive card" : "Zrušit archivaci karty", "Archive card" : "Archivovat kartu", - "Select Date" : "Vybrat datum", - "Set due date for later today" : "Nastavit termín na dnešek", - "Set due date for tomorrow" : "Nastavit termín na zítřek", - "Set due date for this weekend" : "Nastavit termín na tento týden", - "Set due date for next week" : "Nastavit termín na příští týden", "Assign a tag to this card…" : "Přiřadit této kartě štítek…", "Select or create a tag…" : "Vyberte nebo vytvořte štítek…", "Create a new tag:" : "Vytvořit nový štítek:", "(group)" : "(skupina)", - "Next week – {timeLocale}" : "Příští týden – {timeLocale}", - "Todo items" : "Položky k udělání", "{count} comments, {unread} unread" : "{count} komentářů, {unread} nepřečtených", + "Todo items" : "Položky k udělání", "Edit card title" : "Upravit nadpis karty", "Open link" : "Otevřít okaz", + "Card deleted" : "Karta smazána", "Edit title" : "Upravit nadpis", "Assign to me" : "Přiřadit mě", "Unassign myself" : "Zrušit přiřazení sobě", "Mark as not done" : "Označit jako nehotové", "Delete card" : "Smazat kartu", - "Card deleted" : "Karta smazána", "seconds ago" : "před několika sekundami", "Keyboard shortcuts" : "Klávesové zkratky", "Boost your productivity using Deck with keyboard shortcuts." : "Zvyšte svou produktivitu tím, že budete v Deck používat klávesové zkratky.", @@ -319,6 +326,13 @@ "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Uživatelé, kteří nejsou členy těchto skupin nebudou moci vytvářet své vlastní tabule, ale pořád budou moci pracovat na tabulích, které jim byly nasdíleny.", "Cancel edit" : "Zrušit úpravu", "Save board" : "Uložit tabuli", + "Board {0} deleted" : "Tabule {0} smazána", + "All cards" : "Všechny karty", + "Only assigned cards" : "Pouze přiřazené karty", + "No reminder" : "Bez připomínky", + "An error occurred" : "Došlo k chybě", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Opravdu chcete tabuli {title} smazat? Toto smaže veškerá data této tabule, včetně archivovaných karet.", + "Delete the board?" : "Smazat tabuli?", "Board details" : "Podrobnosti o tabuli", "Edit board" : "Upravit tabuli", "Clone board" : "Klonovat tabuli", @@ -328,16 +342,9 @@ "Turn on due date reminders" : "Zapnout upomínky termínů", "Turn off due date reminders" : "Vypnout upomínky termínů", "Due date reminders" : "Upomínky termínů", - "All cards" : "Všechny karty", "Assigned cards" : "Přiřazené karty", "No notifications" : "Žádná upozornění", "Delete board" : "Smazat tabuli", - "Board {0} deleted" : "Tabule {0} smazána", - "Only assigned cards" : "Pouze přiřazené karty", - "No reminder" : "Bez připomínky", - "An error occurred" : "Došlo k chybě", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Opravdu chcete tabuli {title} smazat? Toto smaže veškerá data této tabule, včetně archivovaných karet.", - "Delete the board?" : "Smazat tabuli?", "Clone {boardTitle}" : "Naklonovat {boardTitle}", "Clone cards" : "Klonovat karty", "Clone assignments" : "Přiřazení klonu", @@ -354,14 +361,15 @@ "Search for {searchQuery} in all boards" : "Hledat {searchQuery} na všech tabulích", "No results found" : "Nenalezeny žádné výsledky", "Deck board {name}\n* Last modified on {lastMod}" : "Deck karta {name}\n* Naposledy změněno {lastMod}", - "{stack} in {board}" : "{stack} v {board}", - "Click to expand description" : "Popis rozbalíte kliknutím", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Vytvořeno {created}\n* Naposledy upraveno {lastMod}\n* {nbAttachments} příloh\n* {nbComments} komentářů", "{nbCards} cards" : "{nbCards} karet", + "Due on {date}" : "Termín {date}", + "{stack} in {board}" : "{stack} v {board}", + "Click to expand description" : "Popis rozbalíte kliknutím", "Click to expand comment" : "Komentář rozbalíte kliknutím", + "Create card" : "Vytvořit kartu", "Create a new card" : "Vytvořit novou kartu", "Card title" : "Název karty", - "Create card" : "Vytvořit kartu", "Creating the new card …" : "Vytváření nové karty…", "Card \"{card}\" was added to \"{board}\"" : "Karta „{card}“ byla přidána na „{board}“", "Open card" : "Otevřít kartu", @@ -371,10 +379,6 @@ "upcoming cards tomorrow" : "nadcházející karty na zítřek", "upcoming cards" : "nadcházející karty", "New card" : "Nová karta", - "Due on {date}" : "Termín {date}", - "This weekend – {timeLocale}" : "Tento víkend – {timeLocale}", - "Tomorrow – {timeLocale}" : "Zítra – {timeLocale}", - "Later today – {timeLocale}" : "Později dnes – {timeLocale}", "Link to a board" : "Propojit s tabulí", "Link to a card" : "Propojit s kartou", "Create a card" : "Vytvořit kartu", @@ -386,6 +390,12 @@ "Share with a Deck card" : "Sdílet s kartou aplikace Deck", "Share {file} with a Deck card" : "Sdílet {file} s kartou aplikace Deck", "Share" : "Sdílet", + "Personal" : "Osobní", + "To do" : "Zbývá udělat", + "Doing" : "Provádí se", + "Example Task 3" : "Třetí úkol pro ukázku", + "Example Task 2" : "Druhý úkol pro ukázku", + "Example Task 1" : "První úkol pro ukázku", "Move card to another board" : "Přesunout kartu na jinou tabuli", "Filter by completed" : "Filtrovat podle dokončených" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" diff --git a/l10n/cy_GB.js b/l10n/cy_GB.js index 4017e2f58..299ceb916 100644 --- a/l10n/cy_GB.js +++ b/l10n/cy_GB.js @@ -1,7 +1,6 @@ OC.L10N.register( "deck", { - "Personal" : "Personol", "%s on %s" : "%s ar %s", "Done" : "Done", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Mae'r ffeil lwythwyd i fyny'n fwy na chyfarwyddeb MAX_FILE_SIZE bennwyd yn y ffurflen HTML", @@ -21,8 +20,8 @@ OC.L10N.register( "Download" : "Llwytho i lawr", "Modified" : "Addaswyd", "Save" : "Cadw", - "Update" : "Diweddaru", "Created:" : "Crewyd:", + "Update" : "Diweddaru", "Description" : "Disgrifiad", "Select Date" : "Dewis Dyddiad", "seconds ago" : "eiliad yn ôl", @@ -33,6 +32,7 @@ OC.L10N.register( "An error occurred" : "Digwyddodd gwall", "Today" : "Heddiw", "Close" : "Cau", - "Share" : "Rhannu" + "Share" : "Rhannu", + "Personal" : "Personol" }, "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"); diff --git a/l10n/cy_GB.json b/l10n/cy_GB.json index e3b362b9f..f0a9e0982 100644 --- a/l10n/cy_GB.json +++ b/l10n/cy_GB.json @@ -1,5 +1,4 @@ { "translations": { - "Personal" : "Personol", "%s on %s" : "%s ar %s", "Done" : "Done", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Mae'r ffeil lwythwyd i fyny'n fwy na chyfarwyddeb MAX_FILE_SIZE bennwyd yn y ffurflen HTML", @@ -19,8 +18,8 @@ "Download" : "Llwytho i lawr", "Modified" : "Addaswyd", "Save" : "Cadw", - "Update" : "Diweddaru", "Created:" : "Crewyd:", + "Update" : "Diweddaru", "Description" : "Disgrifiad", "Select Date" : "Dewis Dyddiad", "seconds ago" : "eiliad yn ôl", @@ -31,6 +30,7 @@ "An error occurred" : "Digwyddodd gwall", "Today" : "Heddiw", "Close" : "Cau", - "Share" : "Rhannu" + "Share" : "Rhannu", + "Personal" : "Personol" },"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;" } \ No newline at end of file diff --git a/l10n/da.js b/l10n/da.js index 72312ca7c..5077c060b 100644 --- a/l10n/da.js +++ b/l10n/da.js @@ -18,38 +18,43 @@ OC.L10N.register( "You have unarchived the board {board}" : "Du har genskabt tavlen {board}", "{user} has unarchived the board {before}" : "{user} har genskabt tavlen {before}", "You have created a new list {stack} on board {board}" : "Du har oprettet en ny liste {stack} på tavlen {board}", - "{user} has created a new list {stack} on board {board}" : "{user} har oprettet en ny kolonne {stack} på tavlen {board}", - "You have renamed list {before} to {stack} on board {board}" : "Du har omdøbt kolonnen {before} til {stack} på tavlen {board}", - "{user} has renamed list {before} to {stack} on board {board}" : "{user} har omdøbt kolonnen{before} til {stack} på tavlen {board}", - "You have deleted list {stack} on board {board}" : "Du har slettet kolonnen {stack} på tavlen {board}", - "{user} has deleted list {stack} on board {board}" : "{user} har slettet kolonnen {stack} på tavlen {board}", - "You have created card {card} in list {stack} on board {board}" : "Du har oprettet kortet {card} i kolonnen {stack} på tavlen {board}", - "{user} has created card {card} in list {stack} on board {board}" : "{user} har oprettet kortet {card} i kolonnen {stack} på tavlen {board}", + "{user} has created a new list {stack} on board {board}" : "{user} har oprettet en ny liste {stack} på tavlen {board}", + "You have renamed list {before} to {stack} on board {board}" : "Du har omdøbt liste {before} til {stack} på tavlen {board}", + "{user} has renamed list {before} to {stack} on board {board}" : "{user} har omdøbt liste {before} til {stack} på tavlen {board}", + "You have deleted list {stack} on board {board}" : "Du har slettet liste {stack} på tavlen {board}", + "{user} has deleted list {stack} on board {board}" : "{user} har slettet liste {stack} på tavlen {board}", + "You have created card {card} in list {stack} on board {board}" : "Du har oprettet kortet {card} i listen {stack} på tavlen {board}", + "{user} has created card {card} in list {stack} on board {board}" : "{user} har oprettet kortet {card} i listen {stack} på tavlen {board}", "You have deleted card {card} in list {stack} on board {board}" : "Du har slettet kortet {card} i listen {stack} på tavlen {board}", "{user} has deleted card {card} in list {stack} on board {board}" : "{user} har slettet kortet {card} i listen {stack} på tavlen {board}", "You have renamed the card {before} to {card}" : "Du har omdøbt kortet {before} til {card}", "{user} has renamed the card {before} to {card}" : "{user} har omdøbt kortet {before} til {card}", - "Deck" : "Deck", + "Deck" : "Opslag", + "Changes in the Deck app" : "Ændringer i Opslags app'en", "Upcoming cards" : "Kommende kort", "Load more" : "Hent flere", - "Personal" : "Personligt", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kortet \"%s\" på \"%s\" er blevet tildelt dig af %s.", + "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} har tilknyttet kortet {deck-card} på {deck-board} til dig.", "The card \"%s\" on \"%s\" has reached its due date." : "Kortet \"%s\" på \"%s\" har nået sin forfaldsdato.", + "The card {deck-card} on {deck-board} has reached its due date." : "Kortet {deck-card} på {deck-board} har nået sin forfaldsdato.", "%s has mentioned you in a comment on \"%s\"." : " %s har nævnt dig i en kommentar på \"%s\".", + "{user} has mentioned you in a comment on {deck-card}." : "{user} har nævnt dig i en kommentar på {deck-card}.", "The board \"%s\" has been shared with you by %s." : "Tavlen \"%s\" er blevet delt med dig af %s.", + "{user} has shared {deck-board} with you." : "{user} har delt {deck-board} med dig.", + "Deck board" : "Opslagstavle", + "Deck boards, cards and comments" : "Opslagstavler, kort og kommentarer", + "Create a new deck card" : "Opret et nyt opslagskort", "%s on %s" : "%s på %s", + "Deck boards and cards" : "Opslagstavler og -kort", "No data was provided to create an attachment." : "Ingen data blev givet som kunne vedhæftes", "Finished" : "Færdiggjort", "To review" : "Til gennemgang", "Action needed" : "Handling påkrævet", "Later" : "Senere", - "copy" : "kopiér", - "To do" : "To do", - "Doing" : "Igang", + "copy" : "kopier", + "To Do" : "To-do liste", + "In Progress" : "I gang", "Done" : "Afsluttet", - "Example Task 3" : "Eksempel opgave 3", - "Example Task 2" : "Eksempel opgave 2", - "Example Task 1" : "Eksempel opgave 1", "The file was uploaded" : "Filen blev uploadet", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Den uploadede fil overstiger upload_max_filesize direktivet i php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Den uploadede fil overstiger MAX_FILE_SIZE indstilingen, som specificeret i HTML formularen", @@ -57,44 +62,44 @@ OC.L10N.register( "No file was uploaded" : "Ingen fil uploadet", "Missing a temporary folder" : "Manglende midlertidig mappe.", "Could not write file to disk" : "Kunne ikke gemme filen", - "A PHP extension stopped the file upload" : "En PHP udvidelse stoppede fil uploaden.", - "No file uploaded or file size exceeds maximum of %s" : "Ingen fil blev uploadet eller fil størrelsen er større end det maksimale: %s.", + "A PHP extension stopped the file upload" : "En PHP udvidelse stoppede filupload.", + "No file uploaded or file size exceeds maximum of %s" : "Ingen fil blev uploadet eller filstørrelsen er større end maksimum: %s.", "Card not found" : "Kort ikke fundet.", "Path is already shared with this card" : "Stien er allerede delt med dette kort.", - "Invalid date, date format must be YYYY-MM-DD" : "Ikke gyldig dato - dato formatet skal være YYYY-MM-DD", - "Personal planning and team project organization" : "Personlig planlægning og organisering af team projekter", - "Card details" : "Kort detaljer", + "Invalid date, date format must be YYYY-MM-DD" : "Ikke gyldig dato - dato formatet skal være ÅÅÅÅ-MM-DD", + "Personal planning and team project organization" : "Personlig planlægning og organisering af teamprojekter", "Add board" : "Tilføj tavle", - "Select the board to link to a project" : "Vælg en tavle at linke til et projekt", - "Search by board title" : "Søg efter tavle titel", + "Card details" : "Kortdetaljer", + "Select the board to link to a project" : "Vælg tavlen der skal linkes til et projekt", + "Search by board title" : "Søg efter tavletitel", "Select board" : "Vælg tavle", - "Select a board" : "Vælg én tavle", - "No lists available" : "Ingen kolonner tilgængelige", - "Select a list" : "Vælg en kolonne", + "Select a board" : "Vælg en tavle", + "No lists available" : "Ingen lister tilgængelige", + "Select a list" : "Vælg en liste", "Move card" : "Flyt kort", - "Select a card" : "Vælg et kort", - "Cancel" : "Annullér", - "Select the card to link to a project" : "Vælg et kort at linke til et projekt", + "Select the card to link to a project" : "Vælg kortet der skal linkes til et projekt", "Link to card" : "Link til kort", + "Select a card" : "Vælg et kort", + "Cancel" : "Annuller", + "This board is read only" : "Denne tavle er skrivebeskyttet", + "Drop your files to upload" : "Slip dine filer for at uploade", "File already exists" : "Filen findes allerede", - "A file with the name {filename} already exists." : "En fil med navnet {filename} already exists.", + "A file with the name {filename} already exists." : "En fil med navnet {filename} eksisterer allerede.", "Do you want to overwrite it?" : "Vil du overskrive?", "Overwrite file" : "Overskriv fil", "Keep existing file" : "Behold den eksisterende fil", - "This board is read only" : "Denne tavle er skrivebeskyttet", - "Drop your files to upload" : "Slip dine filer for at uploade", "Add card" : "Tilføj kort", "Archived cards" : "Arkiverede kort", - "Add list" : "Tilføj kolonne", - "List name" : "Kolonne navn", + "Add list" : "Tilføj liste", + "List name" : "Listenavn", "Active filters" : "Aktive filtre", - "Apply filter" : "Aktivér filter", - "Filter by tag" : "Filtrer vha. mærkat", - "Filter by assigned user" : "Filtrer vha. tildelt bruger", + "Apply filter" : "Aktiver filter", + "Filter by tag" : "Filtrer efter Tag", + "Filter by assigned user" : "Filtrer efter tildelt bruger", "Unassigned" : "Ikke tildelt", "Open" : "Åbn", "Completed" : "Fuldført", - "Filter by due date" : "Filtrer vha. forfaldsdato", + "Filter by due date" : "Filtrer efter forfaldsdato", "Overdue" : "Overskredet", "Next 24 hours" : "De næste 24 timer", "Next 7 days" : "De næste 7 dage", @@ -108,14 +113,16 @@ OC.L10N.register( "Details" : "Detaljer", "Loading board" : "Indlæser tavle", "Board not found" : "Tavle ikke fundet.", - "Create a new list to add cards to this board" : "Opret en ny kolonne for at tilføje kort til denne tavle ", + "Create a new list to add cards to this board" : "Opret en ny liste for at tilføje kort til denne tavle ", "Sharing" : "Deling", "Tags" : "Tags", "Deleted items" : "Slettede objekter", "Activity" : "Aktivitet", - "Deleted lists" : "Slettede kolonner", + "Deleted lists" : "Slettede lister", "Undo" : "Fortryd", "Deleted cards" : "Sletttede kort", + "Failed to create share with {displayName}" : "Kunne ikke oprette deling med {displayName}", + "Transfer" : "Overførsel", "No participants found" : "Ingen deltagere fundet", "Board owner" : "Ejer af tavlen", "(Group)" : "(Gruppe)", @@ -124,20 +131,20 @@ OC.L10N.register( "Can manage" : "Kan administrere", "Owner" : "Ejer", "Delete" : "Slet", - "Failed to create share with {displayName}" : "Oprettelse af delt drev med {displayName} fejlede", - "Transfer" : "Overførsel", - "Archive all cards" : "Arkivér alle kort", + "List deleted" : "Liste slettet", + "Archive all cards" : "Arkiver alle kort", "Delete list" : "Slet liste", - "Archive all cards in this list" : "Arkivér alle kort i denne kolonne", + "Archive all cards in this list" : "Arkiver alle kort på denne liste", "Add a new card" : "Tilføj et nyt kort", - "Card name" : "Kort navn", - "List deleted" : "Kolonne slettet", - "Edit" : "Redigér", - "Add a new tag" : "Opret et nyt mærkat", - "title and color value must be provided" : "Titel og farve skal angives.", - "Board name" : "Tavle navn", + "Card name" : "Kortnavn", + "title and color value must be provided" : "Titel- og farveværdi skal angives.", + "Edit" : "Rediger", + "Add a new tag" : "Opret et nyt tag", + "Board name" : "Tavlenavn", "Members" : "Medlemmer", - "Assign a user to this card…" : "Tildel en bruger til dette kort", + "Assign a user to this card…" : "Tildel en bruger til dette kort...", + "File to share" : "Fil til deling", + "Invalid path selected" : "Ugyldig sti valgt.", "Upload new files" : "Upload nye filer", "Share from Files" : "Del fra Filer", "Add this attachment" : "Tilføj denne vedhæftning", @@ -145,48 +152,50 @@ OC.L10N.register( "Download" : "Download", "Delete Attachment" : "Slet vedhæftning", "Restore Attachment" : "Genskab vedhæftning", - "File to share" : "Vælg fil til deling", - "Invalid path selected" : "Ugyldig sti valgt.", - "Open in sidebar view" : "Åben i sidekolonne", + "Modified" : "Ændret", + "Created" : "Oprettet", + "The title cannot be empty." : "Titlen må ikke være tom", + "Open in sidebar view" : "Åben i sidebjælke visning", "Open in bigger view" : "Åben i større visning", "Attachments" : "Vedhæftede filer", "Comments" : "Kommentarer", - "Modified" : "Ændret", - "Created" : "Oprettet", - "The title cannot be empty." : "Titlen kan ikke være tom", "No comments yet. Begin the discussion!" : "Ingen kommentarer endnu. Begynd diskussionen!", + "The comment cannot be empty." : "Kommentaren må ikke være tom.", + "The comment cannot be longer than 1000 characters." : "Kommentaren må ikke være længere end 1000 tegn.", "Save" : "Gem", - "The comment cannot be empty." : "Kommentaren kan ikke være tom.", - "The comment cannot be longer than 1000 characters." : "Kommentaren kan ikke være længere end 1000 tegn.", - "In reply to" : "som svar til", - "Reply" : "Besvar", - "Update" : "Opdatér", "Created:" : "Oprettet:", + "In reply to" : "Som svar til", + "Cancel reply" : "Annuller svar", + "Reply" : "Besvar", + "Update" : "Opdater", + "Write a description …" : "Skriv en beskrivelse...", "Description" : "Beskrivelse", "(Unsaved)" : "(Ikke gemt)", "(Saving…)" : "(Gemmer...)", "Formatting help" : "Hjælp til formatering", - "Edit description" : "Redigér beskrivelse", + "Edit description" : "Rediger beskrivelse", "View description" : "Se beskrivelse", "Add Attachment" : "Tilføj vedhæftning", - "Write a description …" : "Tilføj en beskrivelse...", "Choose attachment" : "Vælg en vedhæftning", - "Set a due date" : "Sæt en forfaldsdato", + "Select Date" : "Vælg dato", + "Set a due date" : "Angiv en forfaldsdato", "Remove due date" : "Fjern forfaldsdato", "Mark as done" : "Marker som færdig", "Not done" : "Ikke færdig", - "Unarchive card" : "Gen-aktivér kort", - "Archive card" : "Arkivér kort", - "Select Date" : "Vælg dato", - "Assign a tag to this card…" : "Tilføj et mærkat til dette kort ...", + "Unarchive card" : "Genaktiver kort", + "Archive card" : "Arkiver kort", + "Assign a tag to this card…" : "Tilføj et Tag til dette kort ...", + "Create a new tag:" : "Opret et nyt tag:", "(group)" : "(gruppe)", - "Edit title" : "Redigér titel", + "Open link" : "Åben link", + "Card deleted" : "Kort slettet", + "Edit title" : "Rediger titel", "Assign to me" : "Tildel til mig", "Unassign myself" : "Fjern mig selv", "Delete card" : "Slet kort", - "Card deleted" : "Kort slettet", "seconds ago" : "få sekunder siden", "Keyboard shortcuts" : "Tastaturgenveje", + "Boost your productivity using Deck with keyboard shortcuts." : "Boost din produktivitet ved at anvende opslag med tastaturgenveje.", "Keyboard shortcut" : "Tastaturgenvej", "Action" : "Handling", "Shift" : "Shift", @@ -194,46 +203,64 @@ OC.L10N.register( "Search" : "Søg", "All boards" : "Alle tavler", "Archived boards" : "Arkiverede lister", - "Shared with you" : "Shared with you", + "Shared with you" : "Delt med dig", + "Deck settings" : "Opslagsindstillinger", "Use bigger card view" : "Brug større kort visning", "Show boards in calendar/tasks" : "Vis tavler i kalender/opgaver", "Cancel edit" : "Annuller redigering", - "Board details" : "Liste detaljer", + "Board {0} deleted" : "Tavle {0} er slettet", + "All cards" : "Alle kort", + "Only assigned cards" : "Kun tildelte kort", + "No reminder" : "Ingen påmindelse", + "An error occurred" : "Der opstod en fejl", + "Delete the board?" : "Slet tavlen?", + "Board details" : "Tavledetaljer", "Edit board" : "Rediger liste", "Clone board" : "Klon tavle", - "Unarchive board" : "Gen-aktivér tavle", - "Archive board" : "Arkivér tavle", - "Turn on due date reminders" : "Aktivér påmindelser om forfaldsdatoer", + "Unarchive board" : "Genaktiver tavle", + "Archive board" : "Arkiver tavle", + "Turn on due date reminders" : "Aktiver påmindelser om forfaldsdatoer", "Turn off due date reminders" : "Slå påmindelser om forfaldsdatoer fra", "Due date reminders" : "Påmindelser om forfaldsdatoer", - "All cards" : "Alle kort", "Assigned cards" : "Tildelte kort", "No notifications" : "Ingen notifikationer", "Delete board" : "Slet tavle", - "Board {0} deleted" : "Tavle {0} er slettet", - "Only assigned cards" : "Kun tildelte kort", - "No reminder" : "Ingen påmindelse", - "An error occurred" : "Der var en fejl", - "Delete the board?" : "Slet tavlen?", + "Clone {boardTitle}" : "Klon {boardTitle}", + "Clone cards" : "Klon kort", + "Clone assignments" : "Kloningsopgaver", + "Clone labels" : "Kloningslabels", + "Clone due dates" : "Klon forfaldsdatoer", "Advanced options" : "Avancerede indstillinger", + "Clone" : "Klon", "Loading filtered view" : "Indlæser filtreret visning", "Today" : "I dag", "Tomorrow" : "I morgen", "No due" : "Ikke forfalden", + "No results found" : "Ingen resultater fundet", + "Deck board {name}\n* Last modified on {lastMod}" : "Opslagstavle {name}\n* Senest ændret den {lastMod}", "Create card" : "Opret kort", + "Create a new card" : "Opret et nyt kort", + "Creating the new card …" : "Oprette det nye kort ...", "Close" : "Luk", "No upcoming cards" : "Ingen kommende kort", "upcoming cards" : "kommende kort", + "New card" : "Nyt kort", "Link to a board" : "Link til tavle", "Link to a card" : "Link til et kort", "Message from {author} in {conversationName}" : "Besked fra {author} i {conversationName}", "Something went wrong" : "Noget gik galt", "Failed to upload {name}" : "Kunne ikke uploade {name}", - "Maximum file size of {size} exceeded" : "Maksimal fil størrelse {size} overskredet", - "Error creating the share" : "Fejl ved skabelse af delt drev", - "Share with a Deck card" : "Del med et Deck kort", - "Share {file} with a Deck card" : "Del {file} med et Deck kort", + "Maximum file size of {size} exceeded" : "Maksimal filstørrelse {size} overskredet", + "Error creating the share" : "Fejl ved oprettelse af delt drev", + "Share with a Deck card" : "Del med et opslagskort", + "Share {file} with a Deck card" : "Del {file} med et opslagskort", "Share" : "Del", + "Personal" : "Personligt", + "To do" : "To do", + "Doing" : "Igang", + "Example Task 3" : "Eksempel opgave 3", + "Example Task 2" : "Eksempel opgave 2", + "Example Task 1" : "Eksempel opgave 1", "Move card to another board" : "Flyt kort til en anden tavle" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/da.json b/l10n/da.json index b8f69439d..7fd22e857 100644 --- a/l10n/da.json +++ b/l10n/da.json @@ -16,38 +16,43 @@ "You have unarchived the board {board}" : "Du har genskabt tavlen {board}", "{user} has unarchived the board {before}" : "{user} har genskabt tavlen {before}", "You have created a new list {stack} on board {board}" : "Du har oprettet en ny liste {stack} på tavlen {board}", - "{user} has created a new list {stack} on board {board}" : "{user} har oprettet en ny kolonne {stack} på tavlen {board}", - "You have renamed list {before} to {stack} on board {board}" : "Du har omdøbt kolonnen {before} til {stack} på tavlen {board}", - "{user} has renamed list {before} to {stack} on board {board}" : "{user} har omdøbt kolonnen{before} til {stack} på tavlen {board}", - "You have deleted list {stack} on board {board}" : "Du har slettet kolonnen {stack} på tavlen {board}", - "{user} has deleted list {stack} on board {board}" : "{user} har slettet kolonnen {stack} på tavlen {board}", - "You have created card {card} in list {stack} on board {board}" : "Du har oprettet kortet {card} i kolonnen {stack} på tavlen {board}", - "{user} has created card {card} in list {stack} on board {board}" : "{user} har oprettet kortet {card} i kolonnen {stack} på tavlen {board}", + "{user} has created a new list {stack} on board {board}" : "{user} har oprettet en ny liste {stack} på tavlen {board}", + "You have renamed list {before} to {stack} on board {board}" : "Du har omdøbt liste {before} til {stack} på tavlen {board}", + "{user} has renamed list {before} to {stack} on board {board}" : "{user} har omdøbt liste {before} til {stack} på tavlen {board}", + "You have deleted list {stack} on board {board}" : "Du har slettet liste {stack} på tavlen {board}", + "{user} has deleted list {stack} on board {board}" : "{user} har slettet liste {stack} på tavlen {board}", + "You have created card {card} in list {stack} on board {board}" : "Du har oprettet kortet {card} i listen {stack} på tavlen {board}", + "{user} has created card {card} in list {stack} on board {board}" : "{user} har oprettet kortet {card} i listen {stack} på tavlen {board}", "You have deleted card {card} in list {stack} on board {board}" : "Du har slettet kortet {card} i listen {stack} på tavlen {board}", "{user} has deleted card {card} in list {stack} on board {board}" : "{user} har slettet kortet {card} i listen {stack} på tavlen {board}", "You have renamed the card {before} to {card}" : "Du har omdøbt kortet {before} til {card}", "{user} has renamed the card {before} to {card}" : "{user} har omdøbt kortet {before} til {card}", - "Deck" : "Deck", + "Deck" : "Opslag", + "Changes in the Deck app" : "Ændringer i Opslags app'en", "Upcoming cards" : "Kommende kort", "Load more" : "Hent flere", - "Personal" : "Personligt", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kortet \"%s\" på \"%s\" er blevet tildelt dig af %s.", + "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} har tilknyttet kortet {deck-card} på {deck-board} til dig.", "The card \"%s\" on \"%s\" has reached its due date." : "Kortet \"%s\" på \"%s\" har nået sin forfaldsdato.", + "The card {deck-card} on {deck-board} has reached its due date." : "Kortet {deck-card} på {deck-board} har nået sin forfaldsdato.", "%s has mentioned you in a comment on \"%s\"." : " %s har nævnt dig i en kommentar på \"%s\".", + "{user} has mentioned you in a comment on {deck-card}." : "{user} har nævnt dig i en kommentar på {deck-card}.", "The board \"%s\" has been shared with you by %s." : "Tavlen \"%s\" er blevet delt med dig af %s.", + "{user} has shared {deck-board} with you." : "{user} har delt {deck-board} med dig.", + "Deck board" : "Opslagstavle", + "Deck boards, cards and comments" : "Opslagstavler, kort og kommentarer", + "Create a new deck card" : "Opret et nyt opslagskort", "%s on %s" : "%s på %s", + "Deck boards and cards" : "Opslagstavler og -kort", "No data was provided to create an attachment." : "Ingen data blev givet som kunne vedhæftes", "Finished" : "Færdiggjort", "To review" : "Til gennemgang", "Action needed" : "Handling påkrævet", "Later" : "Senere", - "copy" : "kopiér", - "To do" : "To do", - "Doing" : "Igang", + "copy" : "kopier", + "To Do" : "To-do liste", + "In Progress" : "I gang", "Done" : "Afsluttet", - "Example Task 3" : "Eksempel opgave 3", - "Example Task 2" : "Eksempel opgave 2", - "Example Task 1" : "Eksempel opgave 1", "The file was uploaded" : "Filen blev uploadet", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Den uploadede fil overstiger upload_max_filesize direktivet i php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Den uploadede fil overstiger MAX_FILE_SIZE indstilingen, som specificeret i HTML formularen", @@ -55,44 +60,44 @@ "No file was uploaded" : "Ingen fil uploadet", "Missing a temporary folder" : "Manglende midlertidig mappe.", "Could not write file to disk" : "Kunne ikke gemme filen", - "A PHP extension stopped the file upload" : "En PHP udvidelse stoppede fil uploaden.", - "No file uploaded or file size exceeds maximum of %s" : "Ingen fil blev uploadet eller fil størrelsen er større end det maksimale: %s.", + "A PHP extension stopped the file upload" : "En PHP udvidelse stoppede filupload.", + "No file uploaded or file size exceeds maximum of %s" : "Ingen fil blev uploadet eller filstørrelsen er større end maksimum: %s.", "Card not found" : "Kort ikke fundet.", "Path is already shared with this card" : "Stien er allerede delt med dette kort.", - "Invalid date, date format must be YYYY-MM-DD" : "Ikke gyldig dato - dato formatet skal være YYYY-MM-DD", - "Personal planning and team project organization" : "Personlig planlægning og organisering af team projekter", - "Card details" : "Kort detaljer", + "Invalid date, date format must be YYYY-MM-DD" : "Ikke gyldig dato - dato formatet skal være ÅÅÅÅ-MM-DD", + "Personal planning and team project organization" : "Personlig planlægning og organisering af teamprojekter", "Add board" : "Tilføj tavle", - "Select the board to link to a project" : "Vælg en tavle at linke til et projekt", - "Search by board title" : "Søg efter tavle titel", + "Card details" : "Kortdetaljer", + "Select the board to link to a project" : "Vælg tavlen der skal linkes til et projekt", + "Search by board title" : "Søg efter tavletitel", "Select board" : "Vælg tavle", - "Select a board" : "Vælg én tavle", - "No lists available" : "Ingen kolonner tilgængelige", - "Select a list" : "Vælg en kolonne", + "Select a board" : "Vælg en tavle", + "No lists available" : "Ingen lister tilgængelige", + "Select a list" : "Vælg en liste", "Move card" : "Flyt kort", - "Select a card" : "Vælg et kort", - "Cancel" : "Annullér", - "Select the card to link to a project" : "Vælg et kort at linke til et projekt", + "Select the card to link to a project" : "Vælg kortet der skal linkes til et projekt", "Link to card" : "Link til kort", + "Select a card" : "Vælg et kort", + "Cancel" : "Annuller", + "This board is read only" : "Denne tavle er skrivebeskyttet", + "Drop your files to upload" : "Slip dine filer for at uploade", "File already exists" : "Filen findes allerede", - "A file with the name {filename} already exists." : "En fil med navnet {filename} already exists.", + "A file with the name {filename} already exists." : "En fil med navnet {filename} eksisterer allerede.", "Do you want to overwrite it?" : "Vil du overskrive?", "Overwrite file" : "Overskriv fil", "Keep existing file" : "Behold den eksisterende fil", - "This board is read only" : "Denne tavle er skrivebeskyttet", - "Drop your files to upload" : "Slip dine filer for at uploade", "Add card" : "Tilføj kort", "Archived cards" : "Arkiverede kort", - "Add list" : "Tilføj kolonne", - "List name" : "Kolonne navn", + "Add list" : "Tilføj liste", + "List name" : "Listenavn", "Active filters" : "Aktive filtre", - "Apply filter" : "Aktivér filter", - "Filter by tag" : "Filtrer vha. mærkat", - "Filter by assigned user" : "Filtrer vha. tildelt bruger", + "Apply filter" : "Aktiver filter", + "Filter by tag" : "Filtrer efter Tag", + "Filter by assigned user" : "Filtrer efter tildelt bruger", "Unassigned" : "Ikke tildelt", "Open" : "Åbn", "Completed" : "Fuldført", - "Filter by due date" : "Filtrer vha. forfaldsdato", + "Filter by due date" : "Filtrer efter forfaldsdato", "Overdue" : "Overskredet", "Next 24 hours" : "De næste 24 timer", "Next 7 days" : "De næste 7 dage", @@ -106,14 +111,16 @@ "Details" : "Detaljer", "Loading board" : "Indlæser tavle", "Board not found" : "Tavle ikke fundet.", - "Create a new list to add cards to this board" : "Opret en ny kolonne for at tilføje kort til denne tavle ", + "Create a new list to add cards to this board" : "Opret en ny liste for at tilføje kort til denne tavle ", "Sharing" : "Deling", "Tags" : "Tags", "Deleted items" : "Slettede objekter", "Activity" : "Aktivitet", - "Deleted lists" : "Slettede kolonner", + "Deleted lists" : "Slettede lister", "Undo" : "Fortryd", "Deleted cards" : "Sletttede kort", + "Failed to create share with {displayName}" : "Kunne ikke oprette deling med {displayName}", + "Transfer" : "Overførsel", "No participants found" : "Ingen deltagere fundet", "Board owner" : "Ejer af tavlen", "(Group)" : "(Gruppe)", @@ -122,20 +129,20 @@ "Can manage" : "Kan administrere", "Owner" : "Ejer", "Delete" : "Slet", - "Failed to create share with {displayName}" : "Oprettelse af delt drev med {displayName} fejlede", - "Transfer" : "Overførsel", - "Archive all cards" : "Arkivér alle kort", + "List deleted" : "Liste slettet", + "Archive all cards" : "Arkiver alle kort", "Delete list" : "Slet liste", - "Archive all cards in this list" : "Arkivér alle kort i denne kolonne", + "Archive all cards in this list" : "Arkiver alle kort på denne liste", "Add a new card" : "Tilføj et nyt kort", - "Card name" : "Kort navn", - "List deleted" : "Kolonne slettet", - "Edit" : "Redigér", - "Add a new tag" : "Opret et nyt mærkat", - "title and color value must be provided" : "Titel og farve skal angives.", - "Board name" : "Tavle navn", + "Card name" : "Kortnavn", + "title and color value must be provided" : "Titel- og farveværdi skal angives.", + "Edit" : "Rediger", + "Add a new tag" : "Opret et nyt tag", + "Board name" : "Tavlenavn", "Members" : "Medlemmer", - "Assign a user to this card…" : "Tildel en bruger til dette kort", + "Assign a user to this card…" : "Tildel en bruger til dette kort...", + "File to share" : "Fil til deling", + "Invalid path selected" : "Ugyldig sti valgt.", "Upload new files" : "Upload nye filer", "Share from Files" : "Del fra Filer", "Add this attachment" : "Tilføj denne vedhæftning", @@ -143,48 +150,50 @@ "Download" : "Download", "Delete Attachment" : "Slet vedhæftning", "Restore Attachment" : "Genskab vedhæftning", - "File to share" : "Vælg fil til deling", - "Invalid path selected" : "Ugyldig sti valgt.", - "Open in sidebar view" : "Åben i sidekolonne", + "Modified" : "Ændret", + "Created" : "Oprettet", + "The title cannot be empty." : "Titlen må ikke være tom", + "Open in sidebar view" : "Åben i sidebjælke visning", "Open in bigger view" : "Åben i større visning", "Attachments" : "Vedhæftede filer", "Comments" : "Kommentarer", - "Modified" : "Ændret", - "Created" : "Oprettet", - "The title cannot be empty." : "Titlen kan ikke være tom", "No comments yet. Begin the discussion!" : "Ingen kommentarer endnu. Begynd diskussionen!", + "The comment cannot be empty." : "Kommentaren må ikke være tom.", + "The comment cannot be longer than 1000 characters." : "Kommentaren må ikke være længere end 1000 tegn.", "Save" : "Gem", - "The comment cannot be empty." : "Kommentaren kan ikke være tom.", - "The comment cannot be longer than 1000 characters." : "Kommentaren kan ikke være længere end 1000 tegn.", - "In reply to" : "som svar til", - "Reply" : "Besvar", - "Update" : "Opdatér", "Created:" : "Oprettet:", + "In reply to" : "Som svar til", + "Cancel reply" : "Annuller svar", + "Reply" : "Besvar", + "Update" : "Opdater", + "Write a description …" : "Skriv en beskrivelse...", "Description" : "Beskrivelse", "(Unsaved)" : "(Ikke gemt)", "(Saving…)" : "(Gemmer...)", "Formatting help" : "Hjælp til formatering", - "Edit description" : "Redigér beskrivelse", + "Edit description" : "Rediger beskrivelse", "View description" : "Se beskrivelse", "Add Attachment" : "Tilføj vedhæftning", - "Write a description …" : "Tilføj en beskrivelse...", "Choose attachment" : "Vælg en vedhæftning", - "Set a due date" : "Sæt en forfaldsdato", + "Select Date" : "Vælg dato", + "Set a due date" : "Angiv en forfaldsdato", "Remove due date" : "Fjern forfaldsdato", "Mark as done" : "Marker som færdig", "Not done" : "Ikke færdig", - "Unarchive card" : "Gen-aktivér kort", - "Archive card" : "Arkivér kort", - "Select Date" : "Vælg dato", - "Assign a tag to this card…" : "Tilføj et mærkat til dette kort ...", + "Unarchive card" : "Genaktiver kort", + "Archive card" : "Arkiver kort", + "Assign a tag to this card…" : "Tilføj et Tag til dette kort ...", + "Create a new tag:" : "Opret et nyt tag:", "(group)" : "(gruppe)", - "Edit title" : "Redigér titel", + "Open link" : "Åben link", + "Card deleted" : "Kort slettet", + "Edit title" : "Rediger titel", "Assign to me" : "Tildel til mig", "Unassign myself" : "Fjern mig selv", "Delete card" : "Slet kort", - "Card deleted" : "Kort slettet", "seconds ago" : "få sekunder siden", "Keyboard shortcuts" : "Tastaturgenveje", + "Boost your productivity using Deck with keyboard shortcuts." : "Boost din produktivitet ved at anvende opslag med tastaturgenveje.", "Keyboard shortcut" : "Tastaturgenvej", "Action" : "Handling", "Shift" : "Shift", @@ -192,46 +201,64 @@ "Search" : "Søg", "All boards" : "Alle tavler", "Archived boards" : "Arkiverede lister", - "Shared with you" : "Shared with you", + "Shared with you" : "Delt med dig", + "Deck settings" : "Opslagsindstillinger", "Use bigger card view" : "Brug større kort visning", "Show boards in calendar/tasks" : "Vis tavler i kalender/opgaver", "Cancel edit" : "Annuller redigering", - "Board details" : "Liste detaljer", + "Board {0} deleted" : "Tavle {0} er slettet", + "All cards" : "Alle kort", + "Only assigned cards" : "Kun tildelte kort", + "No reminder" : "Ingen påmindelse", + "An error occurred" : "Der opstod en fejl", + "Delete the board?" : "Slet tavlen?", + "Board details" : "Tavledetaljer", "Edit board" : "Rediger liste", "Clone board" : "Klon tavle", - "Unarchive board" : "Gen-aktivér tavle", - "Archive board" : "Arkivér tavle", - "Turn on due date reminders" : "Aktivér påmindelser om forfaldsdatoer", + "Unarchive board" : "Genaktiver tavle", + "Archive board" : "Arkiver tavle", + "Turn on due date reminders" : "Aktiver påmindelser om forfaldsdatoer", "Turn off due date reminders" : "Slå påmindelser om forfaldsdatoer fra", "Due date reminders" : "Påmindelser om forfaldsdatoer", - "All cards" : "Alle kort", "Assigned cards" : "Tildelte kort", "No notifications" : "Ingen notifikationer", "Delete board" : "Slet tavle", - "Board {0} deleted" : "Tavle {0} er slettet", - "Only assigned cards" : "Kun tildelte kort", - "No reminder" : "Ingen påmindelse", - "An error occurred" : "Der var en fejl", - "Delete the board?" : "Slet tavlen?", + "Clone {boardTitle}" : "Klon {boardTitle}", + "Clone cards" : "Klon kort", + "Clone assignments" : "Kloningsopgaver", + "Clone labels" : "Kloningslabels", + "Clone due dates" : "Klon forfaldsdatoer", "Advanced options" : "Avancerede indstillinger", + "Clone" : "Klon", "Loading filtered view" : "Indlæser filtreret visning", "Today" : "I dag", "Tomorrow" : "I morgen", "No due" : "Ikke forfalden", + "No results found" : "Ingen resultater fundet", + "Deck board {name}\n* Last modified on {lastMod}" : "Opslagstavle {name}\n* Senest ændret den {lastMod}", "Create card" : "Opret kort", + "Create a new card" : "Opret et nyt kort", + "Creating the new card …" : "Oprette det nye kort ...", "Close" : "Luk", "No upcoming cards" : "Ingen kommende kort", "upcoming cards" : "kommende kort", + "New card" : "Nyt kort", "Link to a board" : "Link til tavle", "Link to a card" : "Link til et kort", "Message from {author} in {conversationName}" : "Besked fra {author} i {conversationName}", "Something went wrong" : "Noget gik galt", "Failed to upload {name}" : "Kunne ikke uploade {name}", - "Maximum file size of {size} exceeded" : "Maksimal fil størrelse {size} overskredet", - "Error creating the share" : "Fejl ved skabelse af delt drev", - "Share with a Deck card" : "Del med et Deck kort", - "Share {file} with a Deck card" : "Del {file} med et Deck kort", + "Maximum file size of {size} exceeded" : "Maksimal filstørrelse {size} overskredet", + "Error creating the share" : "Fejl ved oprettelse af delt drev", + "Share with a Deck card" : "Del med et opslagskort", + "Share {file} with a Deck card" : "Del {file} med et opslagskort", "Share" : "Del", + "Personal" : "Personligt", + "To do" : "To do", + "Doing" : "Igang", + "Example Task 3" : "Eksempel opgave 3", + "Example Task 2" : "Eksempel opgave 2", + "Example Task 1" : "Eksempel opgave 1", "Move card to another board" : "Flyt kort til en anden tavle" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/de.js b/l10n/de.js index 7177df447..3a66d0abe 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -76,7 +76,7 @@ OC.L10N.register( "Cards due tomorrow" : "Karten, die morgen fällig sind", "Upcoming cards" : "Anstehende Karten", "Load more" : "Mehr laden", - "Personal" : "Persönlich", + "Welcome to Nextcloud Deck!" : "Willkommen bei Nextcloud Deck!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Die Karte \"%s\" auf \"%s\" wurde dir von %s zugewiesen.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} hat dir die Karte {deck-card} auf {deck-board} zugewiesen.", "The card \"%s\" on \"%s\" has reached its due date." : "Die Karte \"%s\" in \"%s\" ist überfällig.", @@ -99,12 +99,16 @@ OC.L10N.register( "Action needed" : "Handlung erforderlich", "Later" : "Später", "copy" : "Kopie", - "To do" : "Offen", - "Doing" : "In Arbeit", + "Read more inside" : "Mehr erfahren", + "Custom lists - click to rename!" : "Benutzerdefinierte Listen – Zum Umbenennen klicken!", + "To Do" : "Offen", + "In Progress" : "In Bearbeitung", "Done" : "Erledigt", - "Example Task 3" : "Beispielaufgabe 3", - "Example Task 2" : "Beispielaufgabe 2", - "Example Task 1" : "Beispielaufgabe 1", + "1. Open to learn more about boards and cards" : "1. Öffnen, um mehr über Boards und Karten zu erfahren", + "2. Drag cards left and right, up and down" : "2. Karten nach links und rechts, oben und unten ziehen", + "3. Apply rich formatting and link content" : "3. Umfangreiche Formatierung und Linkinhalte", + "4. Share, comment and collaborate!" : "4. Teilen, kommentieren und mitarbeiten!", + "Create your first card!" : "Erstelle Deine erste Karte!", "The file was uploaded" : "Die Datei wurde hochgeladen", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die upload_max_filesize-Vorgabe in php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer als die MAX_FILE_SIZE-Vorgabe, die im HTML-Formular angegeben ist", @@ -120,8 +124,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT", "Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Füge deine Aufgaben zu den Karten hinzu und ordne diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teile mit deinem Team, Freunden oder der Familie\n- 📎 Füge Dateien hinzu und verwende diese in deinen Markdown-Beschreibungen\n- 💬 Diskutiere mit deinem Team mit Kommentaren\n- ⚡ Behalte den Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisiere dein Projekt", - "Card details" : "Kartendetails", "Add board" : "Board hinzufügen", + "Card details" : "Kartendetails", "Select the board to link to a project" : "Wähle ein Board aus, um dieses mit einem Projekt zu verknüpfen", "Search by board title" : "Nach einem Board suchen", "Select board" : "Board auswählen", @@ -131,17 +135,17 @@ OC.L10N.register( "Select a list" : "Eine Liste auswählen", "Move card" : "Karte verschieben", "Copy card" : "Karte kopieren", - "Select a card" : "Eine Karte auswählen", - "Cancel" : "Abbrechen", "Select the card to link to a project" : "Wähle die Karte aus, um diese mit einem Projekt zu verknüpfen", "Link to card" : "Mit dieser Karte verknüpfen", + "Select a card" : "Eine Karte auswählen", + "Cancel" : "Abbrechen", + "This board is read only" : "Dieses Board ist schreibgeschützt", + "Drop your files to upload" : "Dateien zum Hochladen hineinziehen", "File already exists" : "Datei bereits vorhanden", "A file with the name {filename} already exists." : "Eine Datei mit diesem Namen {filename} existiert bereits.", "Do you want to overwrite it?" : "Möchtest du überschreiben?", "Overwrite file" : "Datei überschreiben", "Keep existing file" : "Existierende Datei behalten", - "This board is read only" : "Dieses Board ist schreibgeschützt", - "Drop your files to upload" : "Dateien zum Hochladen hineinziehen", "Add card" : "Karte hinzufügen", "Archived cards" : "Archivierte Karten", "Add list" : "Liste hinzufügen", @@ -182,6 +186,12 @@ OC.L10N.register( "Deleted lists" : "Gelöschte Listen", "Undo" : "Rückgängig", "Deleted cards" : "Gelöschte Karten", + "Failed to create share with {displayName}" : "Fehler beim Erstellen der Freigabe mit dem Namen {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Möchtest du wirklich das Board {title} an {user} übertragen?", + "Transfer the board." : "Board übertragen", + "Transfer" : "Übertragen", + "The board has been transferred to {user}" : "Das Board wurde an {user} übertragen", + "Failed to transfer the board to {user}" : "Das Board konnte nicht an {user} übertragen werden", "Share board with a user, group or team …" : "Board mit einem Benutzer, einer Gruppe oder einem Team teilen …", "Searching for users, groups and teams …" : "Suche nach Benutzern, Gruppen und Teams …", "No participants found" : "Keine Teilnehmer gefunden", @@ -193,12 +203,7 @@ OC.L10N.register( "Can manage" : "kann verwalten", "Owner" : "Besitzer", "Delete" : "Löschen", - "Failed to create share with {displayName}" : "Fehler beim Erstellen der Freigabe mit dem Namen {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Möchtest du wirklich das Board {title} an {user} übertragen?", - "Transfer the board." : "Board übertragen", - "Transfer" : "Übertragen", - "The board has been transferred to {user}" : "Das Board wurde an {user} übertragen", - "Failed to transfer the board to {user}" : "Das Board konnte nicht an {user} übertragen werden", + "List deleted" : "Liste gelöscht", "Edit list title" : "Listentitel bearbeiten", "Archive all cards" : "Alle Karten archivieren", "Unarchive all cards" : "Alle Karten dearchivieren", @@ -207,15 +212,16 @@ OC.L10N.register( "Unarchive all cards in this list" : "Alle Karten dieser Liste dearchivieren", "Add a new card" : "Neue Karte hinzufügen", "Card name" : "Kartenname", - "List deleted" : "Liste gelöscht", + "title and color value must be provided" : "Titel und Farbwert müssen angegeben werden", "Edit" : "Bearbeiten", "Add a new tag" : "Neues Schlagwort hinzufügen", - "title and color value must be provided" : "Titel und Farbwert müssen angegeben werden", "Board name" : "Boardname", "Members" : "Mitglieder", "Assign to users/groups/team" : "Benutzern/Gruppen/Teams zuweisen", "Assign a user to this card…" : "Diese Karte einem Benutzer zuweisen …", "Select a user to assign to this card…" : "Wähle einen Benutzer aus, der dieser Karte zugewiesen werden soll.", + "File to share" : "Zu teilende Datei", + "Invalid path selected" : "Ungültiger Pfad ausgewählt", "Upload new files" : "Neue Dateien hochladen", "Share from Files" : "Aus Dateien heraus teilen", "Pending share" : "Ausstehende Freigabe", @@ -225,25 +231,24 @@ OC.L10N.register( "Remove attachment" : "Anhang entfernen", "Delete Attachment" : "Anhang löschen", "Restore Attachment" : "Anhang wiederherstellen", - "File to share" : "Zu teilende Datei", - "Invalid path selected" : "Ungültiger Pfad ausgewählt", + "Modified" : "Geändert", + "Created" : "Erstellt", + "The title cannot be empty." : "Der Titel darf nicht leer sein.", "Open in sidebar view" : "In Seitenleiste öffnen", "Open in bigger view" : "In größerer Ansicht öffnen", "Attachments" : "Anhänge", "Comments" : "Kommentare", - "Modified" : "Geändert", - "Created" : "Erstellt", - "The title cannot be empty." : "Der Titel darf nicht leer sein.", - "No comments yet. Begin the discussion!" : "Bislang keine Kommentare. Beginne die Diskussion!", "Failed to load comments" : "Das Laden der Kommentare ist fehlgeschlagen", - "Save" : "Speichern", + "No comments yet. Begin the discussion!" : "Bislang keine Kommentare. Beginne die Diskussion!", "The comment cannot be empty." : "Der Kommentar darf nicht leer sein.", "The comment cannot be longer than 1000 characters." : "Der Kommentar darf nicht länger als 1000 Zeichen sein.", + "Save" : "Speichern", + "Created:" : "Erstellt:", "In reply to" : "Als Antwort auf", "Cancel reply" : "Antwort abbrechen", "Reply" : "Antworten", "Update" : "Aktualisieren", - "Created:" : "Erstellt:", + "Write a description …" : "Beschreibung schreiben …", "Description" : "Beschreibung", "(Unsaved)" : "(nicht gespeichert)", "(Saving…)" : "(Speichere …)", @@ -251,8 +256,16 @@ OC.L10N.register( "Edit description" : "Beschreibung bearbeiten", "View description" : "Beschreibung anzeigen", "Add Attachment" : "Anhang anhängen", - "Write a description …" : "Beschreibung schreiben …", "Choose attachment" : "Anhang auswählen", + "Select Date" : "Datum auswählen", + "Later today – {timeLocale}" : "Heute noch – {timeLocale}", + "Set due date for later today" : "Fälligkeitsdatum auf heute noch setzen", + "Tomorrow – {timeLocale}" : "Morgen – {timeLocale}", + "Set due date for tomorrow" : "Fälligkeitsdatum auf morgen setzen", + "This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}", + "Set due date for this weekend" : "Fälligkeitsdatum auf kommendes Wochenende setzen", + "Next week – {timeLocale}" : "Nächste Woche – {timeLocale}", + "Set due date for next week" : "Fälligkeitsdatum auf nächste Woche setzen", "Assign a due date to this card…" : "Dieser Karte ein Fälligkeitsdatum zuweisen …", "Set a due date" : "Ein Ablaufdatum setzen", "Add due date" : "Fälligkeitsdatum hinzufügen", @@ -263,26 +276,20 @@ OC.L10N.register( "Not done" : "Nicht erledigt", "Unarchive card" : "Karte dearchivieren", "Archive card" : "Karte archivieren", - "Select Date" : "Datum auswählen", - "Set due date for later today" : "Fälligkeitsdatum auf heute noch setzen", - "Set due date for tomorrow" : "Fälligkeitsdatum auf morgen setzen", - "Set due date for this weekend" : "Fälligkeitsdatum auf kommendes Wochenende setzen", - "Set due date for next week" : "Fälligkeitsdatum auf nächste Woche setzen", "Assign a tag to this card…" : "Dieser Karte ein Schlagwort zuweisen …", "Select or create a tag…" : "Schlagwort auswählen oder erstellen", "Create a new tag:" : "Neues Schlagwort erstellen:", "(group)" : "(Gruppe)", - "Next week – {timeLocale}" : "Nächste Woche – {timeLocale}", - "Todo items" : "Aufgaben-Elemente", "{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen", + "Todo items" : "Aufgaben-Elemente", "Edit card title" : "Kartentitel bearbeiten", "Open link" : "Link öffnen", + "Card deleted" : "Karte gelöscht", "Edit title" : "Titel bearbeiten", "Assign to me" : "Mir zuweisen", "Unassign myself" : "Nicht mehr mir zuweisen", "Mark as not done" : "Als nicht erledigt markieren", "Delete card" : "Karte löschen", - "Card deleted" : "Karte gelöscht", "seconds ago" : "Gerade eben", "Keyboard shortcuts" : "Tastaturkürzel", "Boost your productivity using Deck with keyboard shortcuts." : "Erhöhe mit Tastaturkürzeln deine Produktivität in Deck.", @@ -321,6 +328,13 @@ OC.L10N.register( "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Benutzer außerhalb dieser Gruppen können keine eigenen Boards erstellen, aber weiterhin an Boards arbeiten, die mit ihnen geteilt wurden.", "Cancel edit" : "Bearbeiten abbrechen", "Save board" : "Board speichern", + "Board {0} deleted" : "Board {0} gelöscht", + "All cards" : "Alle Karten", + "Only assigned cards" : "Nur zugewiesene Karten", + "No reminder" : "Keine Erinnerung", + "An error occurred" : "Es ist ein Fehler aufgetreten", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Möchtest du wirklich das Board {title} mit all seinen Daten einschließlich der archivierten Karten löschen?", + "Delete the board?" : "Das Board löschen?", "Board details" : "Boarddetails", "Edit board" : "Board bearbeiten", "Clone board" : "Board klonen", @@ -330,16 +344,9 @@ OC.L10N.register( "Turn on due date reminders" : "Fälligkeitserinnerungen einschalten", "Turn off due date reminders" : "Fälligkeitserinnerungen ausschalten", "Due date reminders" : "Fälligkeitserinnerungen", - "All cards" : "Alle Karten", "Assigned cards" : "Zugewiesene Karten", "No notifications" : "Keine Benachrichtigungen", "Delete board" : "Board löschen", - "Board {0} deleted" : "Board {0} gelöscht", - "Only assigned cards" : "Nur zugewiesene Karten", - "No reminder" : "Keine Erinnerung", - "An error occurred" : "Es ist ein Fehler aufgetreten", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Möchtest du wirklich das Board {title} mit all seinen Daten einschließlich der archivierten Karten löschen?", - "Delete the board?" : "Das Board löschen?", "Clone {boardTitle}" : "{boardTitle} klonen", "Clone cards" : "Karten klonen", "Clone assignments" : "Zuweisungen klonen", @@ -356,14 +363,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards", "No results found" : "Keine Ergebnisse gefunden", "Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ", - "{stack} in {board}" : "{stack} in {board}", - "Click to expand description" : "Klicken, um die Beschreibung zu erweitern", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Erstellt am {created}\n* Zuletzt geändert am {lastMod}\n* {nbAttachments} Anhänge\n* {nbComments} Kommentare", "{nbCards} cards" : "{nbCards} Karten", + "Due on {date}" : "Fällig am {date}", + "{stack} in {board}" : "{stack} in {board}", + "Click to expand description" : "Klicken, um die Beschreibung zu erweitern", "Click to expand comment" : "Klicken, um den Kommentar zu erweitern", + "Create card" : "Karte erstellen", "Create a new card" : "Neue Karte erstellen", "Card title" : "Titel der Karte", - "Create card" : "Karte erstellen", "Creating the new card …" : "Neue Karte wird erstellt …", "Card \"{card}\" was added to \"{board}\"" : "Karte \"{card}\" wurde \"{board}\" hinzugefügt", "Open card" : "Karte öffnen", @@ -373,10 +381,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "Morgen anstehende Karten", "upcoming cards" : "Anstehende Karten", "New card" : "Neue Karte", - "Due on {date}" : "Fällig am {date}", - "This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}", - "Tomorrow – {timeLocale}" : "Morgen – {timeLocale}", - "Later today – {timeLocale}" : "Heute noch – {timeLocale}", "Link to a board" : "Mit einem Board verknüpfen", "Link to a card" : "Mit einer Karte verknüpfen", "Create a card" : "Eine Karte erstellen", @@ -388,6 +392,12 @@ OC.L10N.register( "Share with a Deck card" : "Mit einer Deck-Karte teilen", "Share {file} with a Deck card" : "{file} mit einer Deck-Karte teilen", "Share" : "Freigeben", + "Personal" : "Persönlich", + "To do" : "Offen", + "Doing" : "In Arbeit", + "Example Task 3" : "Beispielaufgabe 3", + "Example Task 2" : "Beispielaufgabe 2", + "Example Task 1" : "Beispielaufgabe 1", "Move card to another board" : "Karte auf ein anderes Board verschieben", "Filter by completed" : "Nach fertiggestellt filtern" }, diff --git a/l10n/de.json b/l10n/de.json index 20491df2e..df97df3b1 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -74,7 +74,7 @@ "Cards due tomorrow" : "Karten, die morgen fällig sind", "Upcoming cards" : "Anstehende Karten", "Load more" : "Mehr laden", - "Personal" : "Persönlich", + "Welcome to Nextcloud Deck!" : "Willkommen bei Nextcloud Deck!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Die Karte \"%s\" auf \"%s\" wurde dir von %s zugewiesen.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} hat dir die Karte {deck-card} auf {deck-board} zugewiesen.", "The card \"%s\" on \"%s\" has reached its due date." : "Die Karte \"%s\" in \"%s\" ist überfällig.", @@ -97,12 +97,16 @@ "Action needed" : "Handlung erforderlich", "Later" : "Später", "copy" : "Kopie", - "To do" : "Offen", - "Doing" : "In Arbeit", + "Read more inside" : "Mehr erfahren", + "Custom lists - click to rename!" : "Benutzerdefinierte Listen – Zum Umbenennen klicken!", + "To Do" : "Offen", + "In Progress" : "In Bearbeitung", "Done" : "Erledigt", - "Example Task 3" : "Beispielaufgabe 3", - "Example Task 2" : "Beispielaufgabe 2", - "Example Task 1" : "Beispielaufgabe 1", + "1. Open to learn more about boards and cards" : "1. Öffnen, um mehr über Boards und Karten zu erfahren", + "2. Drag cards left and right, up and down" : "2. Karten nach links und rechts, oben und unten ziehen", + "3. Apply rich formatting and link content" : "3. Umfangreiche Formatierung und Linkinhalte", + "4. Share, comment and collaborate!" : "4. Teilen, kommentieren und mitarbeiten!", + "Create your first card!" : "Erstelle Deine erste Karte!", "The file was uploaded" : "Die Datei wurde hochgeladen", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die upload_max_filesize-Vorgabe in php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer als die MAX_FILE_SIZE-Vorgabe, die im HTML-Formular angegeben ist", @@ -118,8 +122,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT", "Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Füge deine Aufgaben zu den Karten hinzu und ordne diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teile mit deinem Team, Freunden oder der Familie\n- 📎 Füge Dateien hinzu und verwende diese in deinen Markdown-Beschreibungen\n- 💬 Diskutiere mit deinem Team mit Kommentaren\n- ⚡ Behalte den Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisiere dein Projekt", - "Card details" : "Kartendetails", "Add board" : "Board hinzufügen", + "Card details" : "Kartendetails", "Select the board to link to a project" : "Wähle ein Board aus, um dieses mit einem Projekt zu verknüpfen", "Search by board title" : "Nach einem Board suchen", "Select board" : "Board auswählen", @@ -129,17 +133,17 @@ "Select a list" : "Eine Liste auswählen", "Move card" : "Karte verschieben", "Copy card" : "Karte kopieren", - "Select a card" : "Eine Karte auswählen", - "Cancel" : "Abbrechen", "Select the card to link to a project" : "Wähle die Karte aus, um diese mit einem Projekt zu verknüpfen", "Link to card" : "Mit dieser Karte verknüpfen", + "Select a card" : "Eine Karte auswählen", + "Cancel" : "Abbrechen", + "This board is read only" : "Dieses Board ist schreibgeschützt", + "Drop your files to upload" : "Dateien zum Hochladen hineinziehen", "File already exists" : "Datei bereits vorhanden", "A file with the name {filename} already exists." : "Eine Datei mit diesem Namen {filename} existiert bereits.", "Do you want to overwrite it?" : "Möchtest du überschreiben?", "Overwrite file" : "Datei überschreiben", "Keep existing file" : "Existierende Datei behalten", - "This board is read only" : "Dieses Board ist schreibgeschützt", - "Drop your files to upload" : "Dateien zum Hochladen hineinziehen", "Add card" : "Karte hinzufügen", "Archived cards" : "Archivierte Karten", "Add list" : "Liste hinzufügen", @@ -180,6 +184,12 @@ "Deleted lists" : "Gelöschte Listen", "Undo" : "Rückgängig", "Deleted cards" : "Gelöschte Karten", + "Failed to create share with {displayName}" : "Fehler beim Erstellen der Freigabe mit dem Namen {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Möchtest du wirklich das Board {title} an {user} übertragen?", + "Transfer the board." : "Board übertragen", + "Transfer" : "Übertragen", + "The board has been transferred to {user}" : "Das Board wurde an {user} übertragen", + "Failed to transfer the board to {user}" : "Das Board konnte nicht an {user} übertragen werden", "Share board with a user, group or team …" : "Board mit einem Benutzer, einer Gruppe oder einem Team teilen …", "Searching for users, groups and teams …" : "Suche nach Benutzern, Gruppen und Teams …", "No participants found" : "Keine Teilnehmer gefunden", @@ -191,12 +201,7 @@ "Can manage" : "kann verwalten", "Owner" : "Besitzer", "Delete" : "Löschen", - "Failed to create share with {displayName}" : "Fehler beim Erstellen der Freigabe mit dem Namen {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Möchtest du wirklich das Board {title} an {user} übertragen?", - "Transfer the board." : "Board übertragen", - "Transfer" : "Übertragen", - "The board has been transferred to {user}" : "Das Board wurde an {user} übertragen", - "Failed to transfer the board to {user}" : "Das Board konnte nicht an {user} übertragen werden", + "List deleted" : "Liste gelöscht", "Edit list title" : "Listentitel bearbeiten", "Archive all cards" : "Alle Karten archivieren", "Unarchive all cards" : "Alle Karten dearchivieren", @@ -205,15 +210,16 @@ "Unarchive all cards in this list" : "Alle Karten dieser Liste dearchivieren", "Add a new card" : "Neue Karte hinzufügen", "Card name" : "Kartenname", - "List deleted" : "Liste gelöscht", + "title and color value must be provided" : "Titel und Farbwert müssen angegeben werden", "Edit" : "Bearbeiten", "Add a new tag" : "Neues Schlagwort hinzufügen", - "title and color value must be provided" : "Titel und Farbwert müssen angegeben werden", "Board name" : "Boardname", "Members" : "Mitglieder", "Assign to users/groups/team" : "Benutzern/Gruppen/Teams zuweisen", "Assign a user to this card…" : "Diese Karte einem Benutzer zuweisen …", "Select a user to assign to this card…" : "Wähle einen Benutzer aus, der dieser Karte zugewiesen werden soll.", + "File to share" : "Zu teilende Datei", + "Invalid path selected" : "Ungültiger Pfad ausgewählt", "Upload new files" : "Neue Dateien hochladen", "Share from Files" : "Aus Dateien heraus teilen", "Pending share" : "Ausstehende Freigabe", @@ -223,25 +229,24 @@ "Remove attachment" : "Anhang entfernen", "Delete Attachment" : "Anhang löschen", "Restore Attachment" : "Anhang wiederherstellen", - "File to share" : "Zu teilende Datei", - "Invalid path selected" : "Ungültiger Pfad ausgewählt", + "Modified" : "Geändert", + "Created" : "Erstellt", + "The title cannot be empty." : "Der Titel darf nicht leer sein.", "Open in sidebar view" : "In Seitenleiste öffnen", "Open in bigger view" : "In größerer Ansicht öffnen", "Attachments" : "Anhänge", "Comments" : "Kommentare", - "Modified" : "Geändert", - "Created" : "Erstellt", - "The title cannot be empty." : "Der Titel darf nicht leer sein.", - "No comments yet. Begin the discussion!" : "Bislang keine Kommentare. Beginne die Diskussion!", "Failed to load comments" : "Das Laden der Kommentare ist fehlgeschlagen", - "Save" : "Speichern", + "No comments yet. Begin the discussion!" : "Bislang keine Kommentare. Beginne die Diskussion!", "The comment cannot be empty." : "Der Kommentar darf nicht leer sein.", "The comment cannot be longer than 1000 characters." : "Der Kommentar darf nicht länger als 1000 Zeichen sein.", + "Save" : "Speichern", + "Created:" : "Erstellt:", "In reply to" : "Als Antwort auf", "Cancel reply" : "Antwort abbrechen", "Reply" : "Antworten", "Update" : "Aktualisieren", - "Created:" : "Erstellt:", + "Write a description …" : "Beschreibung schreiben …", "Description" : "Beschreibung", "(Unsaved)" : "(nicht gespeichert)", "(Saving…)" : "(Speichere …)", @@ -249,8 +254,16 @@ "Edit description" : "Beschreibung bearbeiten", "View description" : "Beschreibung anzeigen", "Add Attachment" : "Anhang anhängen", - "Write a description …" : "Beschreibung schreiben …", "Choose attachment" : "Anhang auswählen", + "Select Date" : "Datum auswählen", + "Later today – {timeLocale}" : "Heute noch – {timeLocale}", + "Set due date for later today" : "Fälligkeitsdatum auf heute noch setzen", + "Tomorrow – {timeLocale}" : "Morgen – {timeLocale}", + "Set due date for tomorrow" : "Fälligkeitsdatum auf morgen setzen", + "This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}", + "Set due date for this weekend" : "Fälligkeitsdatum auf kommendes Wochenende setzen", + "Next week – {timeLocale}" : "Nächste Woche – {timeLocale}", + "Set due date for next week" : "Fälligkeitsdatum auf nächste Woche setzen", "Assign a due date to this card…" : "Dieser Karte ein Fälligkeitsdatum zuweisen …", "Set a due date" : "Ein Ablaufdatum setzen", "Add due date" : "Fälligkeitsdatum hinzufügen", @@ -261,26 +274,20 @@ "Not done" : "Nicht erledigt", "Unarchive card" : "Karte dearchivieren", "Archive card" : "Karte archivieren", - "Select Date" : "Datum auswählen", - "Set due date for later today" : "Fälligkeitsdatum auf heute noch setzen", - "Set due date for tomorrow" : "Fälligkeitsdatum auf morgen setzen", - "Set due date for this weekend" : "Fälligkeitsdatum auf kommendes Wochenende setzen", - "Set due date for next week" : "Fälligkeitsdatum auf nächste Woche setzen", "Assign a tag to this card…" : "Dieser Karte ein Schlagwort zuweisen …", "Select or create a tag…" : "Schlagwort auswählen oder erstellen", "Create a new tag:" : "Neues Schlagwort erstellen:", "(group)" : "(Gruppe)", - "Next week – {timeLocale}" : "Nächste Woche – {timeLocale}", - "Todo items" : "Aufgaben-Elemente", "{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen", + "Todo items" : "Aufgaben-Elemente", "Edit card title" : "Kartentitel bearbeiten", "Open link" : "Link öffnen", + "Card deleted" : "Karte gelöscht", "Edit title" : "Titel bearbeiten", "Assign to me" : "Mir zuweisen", "Unassign myself" : "Nicht mehr mir zuweisen", "Mark as not done" : "Als nicht erledigt markieren", "Delete card" : "Karte löschen", - "Card deleted" : "Karte gelöscht", "seconds ago" : "Gerade eben", "Keyboard shortcuts" : "Tastaturkürzel", "Boost your productivity using Deck with keyboard shortcuts." : "Erhöhe mit Tastaturkürzeln deine Produktivität in Deck.", @@ -319,6 +326,13 @@ "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Benutzer außerhalb dieser Gruppen können keine eigenen Boards erstellen, aber weiterhin an Boards arbeiten, die mit ihnen geteilt wurden.", "Cancel edit" : "Bearbeiten abbrechen", "Save board" : "Board speichern", + "Board {0} deleted" : "Board {0} gelöscht", + "All cards" : "Alle Karten", + "Only assigned cards" : "Nur zugewiesene Karten", + "No reminder" : "Keine Erinnerung", + "An error occurred" : "Es ist ein Fehler aufgetreten", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Möchtest du wirklich das Board {title} mit all seinen Daten einschließlich der archivierten Karten löschen?", + "Delete the board?" : "Das Board löschen?", "Board details" : "Boarddetails", "Edit board" : "Board bearbeiten", "Clone board" : "Board klonen", @@ -328,16 +342,9 @@ "Turn on due date reminders" : "Fälligkeitserinnerungen einschalten", "Turn off due date reminders" : "Fälligkeitserinnerungen ausschalten", "Due date reminders" : "Fälligkeitserinnerungen", - "All cards" : "Alle Karten", "Assigned cards" : "Zugewiesene Karten", "No notifications" : "Keine Benachrichtigungen", "Delete board" : "Board löschen", - "Board {0} deleted" : "Board {0} gelöscht", - "Only assigned cards" : "Nur zugewiesene Karten", - "No reminder" : "Keine Erinnerung", - "An error occurred" : "Es ist ein Fehler aufgetreten", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Möchtest du wirklich das Board {title} mit all seinen Daten einschließlich der archivierten Karten löschen?", - "Delete the board?" : "Das Board löschen?", "Clone {boardTitle}" : "{boardTitle} klonen", "Clone cards" : "Karten klonen", "Clone assignments" : "Zuweisungen klonen", @@ -354,14 +361,15 @@ "Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards", "No results found" : "Keine Ergebnisse gefunden", "Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ", - "{stack} in {board}" : "{stack} in {board}", - "Click to expand description" : "Klicken, um die Beschreibung zu erweitern", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Erstellt am {created}\n* Zuletzt geändert am {lastMod}\n* {nbAttachments} Anhänge\n* {nbComments} Kommentare", "{nbCards} cards" : "{nbCards} Karten", + "Due on {date}" : "Fällig am {date}", + "{stack} in {board}" : "{stack} in {board}", + "Click to expand description" : "Klicken, um die Beschreibung zu erweitern", "Click to expand comment" : "Klicken, um den Kommentar zu erweitern", + "Create card" : "Karte erstellen", "Create a new card" : "Neue Karte erstellen", "Card title" : "Titel der Karte", - "Create card" : "Karte erstellen", "Creating the new card …" : "Neue Karte wird erstellt …", "Card \"{card}\" was added to \"{board}\"" : "Karte \"{card}\" wurde \"{board}\" hinzugefügt", "Open card" : "Karte öffnen", @@ -371,10 +379,6 @@ "upcoming cards tomorrow" : "Morgen anstehende Karten", "upcoming cards" : "Anstehende Karten", "New card" : "Neue Karte", - "Due on {date}" : "Fällig am {date}", - "This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}", - "Tomorrow – {timeLocale}" : "Morgen – {timeLocale}", - "Later today – {timeLocale}" : "Heute noch – {timeLocale}", "Link to a board" : "Mit einem Board verknüpfen", "Link to a card" : "Mit einer Karte verknüpfen", "Create a card" : "Eine Karte erstellen", @@ -386,6 +390,12 @@ "Share with a Deck card" : "Mit einer Deck-Karte teilen", "Share {file} with a Deck card" : "{file} mit einer Deck-Karte teilen", "Share" : "Freigeben", + "Personal" : "Persönlich", + "To do" : "Offen", + "Doing" : "In Arbeit", + "Example Task 3" : "Beispielaufgabe 3", + "Example Task 2" : "Beispielaufgabe 2", + "Example Task 1" : "Beispielaufgabe 1", "Move card to another board" : "Karte auf ein anderes Board verschieben", "Filter by completed" : "Nach fertiggestellt filtern" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/de_DE.js b/l10n/de_DE.js index e319e4100..1f5fac34e 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -76,7 +76,7 @@ OC.L10N.register( "Cards due tomorrow" : "Karten die morgen fällig sind", "Upcoming cards" : "Anstehende Karten", "Load more" : "Mehr laden", - "Personal" : "Persönlich", + "Welcome to Nextcloud Deck!" : "Willkommen bei Nextcloud Deck!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Die Karte \"%s\" auf \"%s\" wurde Ihnen von %s zugewiesen.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} hat Ihnen die Karte {deck-card} auf {deck-board} zugewiesen.", "The card \"%s\" on \"%s\" has reached its due date." : "Die Karte \"%s\" in \"%s\" ist überfällig.", @@ -99,12 +99,16 @@ OC.L10N.register( "Action needed" : "Handlung erforderlich", "Later" : "Später", "copy" : "Kopie", - "To do" : "Offen", - "Doing" : "In Arbeit", + "Read more inside" : "Mehr erfahren", + "Custom lists - click to rename!" : "Benutzerdefinierte Listen - Zum Umbenennen klicken!", + "To Do" : "Offen", + "In Progress" : "In Bearbeitung", "Done" : "Erledigt", - "Example Task 3" : "Beispielaufgabe 3", - "Example Task 2" : "Beispielaufgabe 2", - "Example Task 1" : "Beispielaufgabe 1", + "1. Open to learn more about boards and cards" : "1. Öffnen, um mehr über Boards und Karten zu erfahren", + "2. Drag cards left and right, up and down" : "2. Karten nach links und rechts, oben und unten ziehen", + "3. Apply rich formatting and link content" : "3. Umfangreiche Formatierung und Linkinhalte", + "4. Share, comment and collaborate!" : "4. Teilen, kommentieren und mitarbeiten!", + "Create your first card!" : "Erstellen Sie Ihre erste Karte!", "The file was uploaded" : "Die Datei wurde hochgeladen", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die upload_max_filesize-Vorgabe in php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer als die MAX_FILE_SIZE-Vorgabe, die im HTML-Formular angegeben ist", @@ -120,8 +124,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT", "Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Fügen Sie Ihre Aufgaben zu den Karten hinzu und ordnen Sie diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teilen Sie mit Ihrem Team, Ihren Freunden oder Ihrer Familie\n- 📎 Fügen Sie Dateien hinzu und verwende diese in Ihren Markdown-Beschreibungen\n- 💬 Diskutieren Sie mit Ihrem Team mit Kommentaren\n- ⚡ Behalten Sie Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisieren Sie Ihr Projekt", - "Card details" : "Karten-Details", "Add board" : "Board hinzufügen", + "Card details" : "Karten-Details", "Select the board to link to a project" : "Wählen Sie ein Board aus, um dieses mit einem Projekt zu verknüpfen", "Search by board title" : "Nach einem Board suchen", "Select board" : "Board auswählen", @@ -131,17 +135,17 @@ OC.L10N.register( "Select a list" : "Eine Liste auswählen", "Move card" : "Karte verschieben", "Copy card" : "Karte kopieren", - "Select a card" : "Eine Karte auswählen", - "Cancel" : "Abbrechen", "Select the card to link to a project" : "Wählen Sie die Karte aus, um diese mit einem Projekt zu verknüpfen", "Link to card" : "Mit einer Karte verknüpfen", + "Select a card" : "Eine Karte auswählen", + "Cancel" : "Abbrechen", + "This board is read only" : "Dieses Board ist schreibgeschützt", + "Drop your files to upload" : "Dateien zum Hochladen hineinziehen", "File already exists" : "Datei bereits vorhanden", "A file with the name {filename} already exists." : "Eine Datei mit diesem Namen {filename} existiert bereits.", "Do you want to overwrite it?" : "Möchten Sie überschreiben?", "Overwrite file" : "Datei überschreiben", "Keep existing file" : "Existierende Datei behalten", - "This board is read only" : "Dieses Board ist schreibgeschützt", - "Drop your files to upload" : "Dateien zum Hochladen hineinziehen", "Add card" : "Karte hinzufügen", "Archived cards" : "Archivierte Karten", "Add list" : "Liste hinzufügen", @@ -182,6 +186,12 @@ OC.L10N.register( "Deleted lists" : "Gelöschte Listen", "Undo" : "Rückgängig", "Deleted cards" : "Gelöschte Karten", + "Failed to create share with {displayName}" : "Fehler beim Erstellen der Freigabe mit dem Namen {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Möchten Sie wirklich das Board {title} auf {user} übertragen?", + "Transfer the board." : "Board übertragen.", + "Transfer" : "Übertragen", + "The board has been transferred to {user}" : "Das Board wurde auf {user} übertragen", + "Failed to transfer the board to {user}" : "Das Board konnte nicht auf {user} übertragen werden", "Share board with a user, group or team …" : "Board mit einem Benutzer, einer Gruppe oder einem Team teilen …", "Searching for users, groups and teams …" : "Suche nach Benutzern, Gruppen und Teams …", "No participants found" : "Keine Teilnehmer gefunden", @@ -193,12 +203,7 @@ OC.L10N.register( "Can manage" : "kann verwalten", "Owner" : "Besitzer", "Delete" : "Löschen", - "Failed to create share with {displayName}" : "Fehler beim Erstellen der Freigabe mit dem Namen {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Möchten Sie wirklich das Board {title} auf {user} übertragen?", - "Transfer the board." : "Board übertragen.", - "Transfer" : "Übertragen", - "The board has been transferred to {user}" : "Das Board wurde auf {user} übertragen", - "Failed to transfer the board to {user}" : "Das Board konnte nicht auf {user} übertragen werden", + "List deleted" : "Liste gelöscht", "Edit list title" : "Listentitel bearbeiten", "Archive all cards" : "Alle Karten archivieren", "Unarchive all cards" : "Alle Karten dearchivieren", @@ -207,15 +212,16 @@ OC.L10N.register( "Unarchive all cards in this list" : "Alle Karten in dieser Liste dearchivieren", "Add a new card" : "Neue Karte hinzufügen", "Card name" : "Kartenname", - "List deleted" : "Liste gelöscht", + "title and color value must be provided" : "Titel und Farbwert müssen angegeben werden", "Edit" : "Bearbeiten", "Add a new tag" : "Neues Schlagwort hinzufügen", - "title and color value must be provided" : "Titel und Farbwert müssen angegeben werden", "Board name" : "Boardname", "Members" : "Mitglieder", "Assign to users/groups/team" : "Benutzern/Gruppen/Teams zuweisen", "Assign a user to this card…" : "Diese Karte einem Benutzer zuweisen…", "Select a user to assign to this card…" : "Wählen Sie einen Benutzer aus, der dieser Karte zugewiesen werden soll…", + "File to share" : "Zu teilende Datei", + "Invalid path selected" : "Ungültiger Pfad ausgewählt", "Upload new files" : "Neue Dateien hochladen", "Share from Files" : "Aus Dateien heraus teilen", "Pending share" : "Ausstehende Freigabe", @@ -225,25 +231,24 @@ OC.L10N.register( "Remove attachment" : "Anhang entfernen", "Delete Attachment" : "Anhang löschen", "Restore Attachment" : "Anhang wiederherstellen", - "File to share" : "Zu teilende Datei", - "Invalid path selected" : "Ungültiger Pfad ausgewählt", + "Modified" : "Geändert", + "Created" : "Erstellt", + "The title cannot be empty." : "Der Titel darf nicht leer sein.", "Open in sidebar view" : "In Seitenleiste öffnen", "Open in bigger view" : "In größerer Ansicht öffnen", "Attachments" : "Anhänge", "Comments" : "Kommentare", - "Modified" : "Geändert", - "Created" : "Erstellt", - "The title cannot be empty." : "Der Titel darf nicht leer sein.", - "No comments yet. Begin the discussion!" : "Bislang keine Kommentare. Beginnen Sie die Diskussion!", "Failed to load comments" : "Das Laden der Kommentare ist fehlgeschlagen", - "Save" : "Speichern", + "No comments yet. Begin the discussion!" : "Bislang keine Kommentare. Beginnen Sie die Diskussion!", "The comment cannot be empty." : "Der Kommentar darf nicht leer sein.", "The comment cannot be longer than 1000 characters." : "Der Kommentar darf nicht länger als 1000 Zeichen sein.", + "Save" : "Speichern", + "Created:" : "Erstellt:", "In reply to" : "Als Antwort auf", "Cancel reply" : "Antwort abbrechen", "Reply" : "Antworten", "Update" : "Aktualisieren", - "Created:" : "Erstellt:", + "Write a description …" : "Beschreibung schreiben …", "Description" : "Beschreibung", "(Unsaved)" : "(nicht gespeichert)", "(Saving…)" : "(Speichere…)", @@ -251,8 +256,16 @@ OC.L10N.register( "Edit description" : "Beschreibung bearbeiten", "View description" : "Beschreibung anzeigen", "Add Attachment" : "Anhang anhängen", - "Write a description …" : "Beschreibung schreiben …", "Choose attachment" : "Anhang auswählen", + "Select Date" : "Datum auswählen", + "Later today – {timeLocale}" : "Später heute – {timeLocale}", + "Set due date for later today" : "Fälligkeitsdatum auf später heute setzen", + "Tomorrow – {timeLocale}" : "Morgen – {timeLocale}", + "Set due date for tomorrow" : "Fälligkeitsdatum auf morgen setzen", + "This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}", + "Set due date for this weekend" : "Fälligkeitsdatum auf kommendes Wochenende setzen", + "Next week – {timeLocale}" : "Nächste Woche – {timeLocale}", + "Set due date for next week" : "Fälligkeitsdatum auf nächste Woche setzen", "Assign a due date to this card…" : "Dieser Karte ein Fälligkeitsdatum zuweisen…", "Set a due date" : "Ein Ablaufdatum setzen", "Add due date" : "Fälligkeitsdatum hinzufügen", @@ -263,26 +276,20 @@ OC.L10N.register( "Not done" : "Nicht erledigt", "Unarchive card" : "Karte dearchivieren", "Archive card" : "Karte archivieren", - "Select Date" : "Datum auswählen", - "Set due date for later today" : "Fälligkeitsdatum auf später heute setzen", - "Set due date for tomorrow" : "Fälligkeitsdatum auf morgen setzen", - "Set due date for this weekend" : "Fälligkeitsdatum auf kommendes Wochenende setzen", - "Set due date for next week" : "Fälligkeitsdatum auf nächste Woche setzen", "Assign a tag to this card…" : "Dieser Karte ein Schlagwort zuweisen…", "Select or create a tag…" : "Schlagwort auswählen oder eins erstellen…", "Create a new tag:" : "Neues Schlagwort erstellen:", "(group)" : "(Gruppe)", - "Next week – {timeLocale}" : "Nächste Woche – {timeLocale}", - "Todo items" : "Aufgaben-Elemente", "{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen", + "Todo items" : "Aufgaben-Elemente", "Edit card title" : "Kartentitel bearbeiten", "Open link" : "Link öffnen", + "Card deleted" : "Karte gelöscht", "Edit title" : "Titel bearbeiten", "Assign to me" : "Mir zuweisen", "Unassign myself" : "Nicht mehr mir zuweisen", "Mark as not done" : "Als unerledigt markieren", "Delete card" : "Karte löschen", - "Card deleted" : "Karte gelöscht", "seconds ago" : "Gerade eben", "Keyboard shortcuts" : "Tastaturkürzel", "Boost your productivity using Deck with keyboard shortcuts." : "Steigern Sie Ihre Produktivität in Deck mit Tastaturkürzeln.", @@ -321,6 +328,13 @@ OC.L10N.register( "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Benutzer außerhalb dieser Gruppen können keine eigenen Boards erstellen, aber weiterhin an Boards arbeiten, die mit ihnen geteilt wurden.", "Cancel edit" : "Bearbeiten abbrechen", "Save board" : "Board sichern", + "Board {0} deleted" : "Board {0} gelöscht", + "All cards" : "Alle Karten", + "Only assigned cards" : "Nur zugewiesene Karten", + "No reminder" : "Keine Erinnerung", + "An error occurred" : "Es ist ein Fehler aufgetreten", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Möchten Sie das Board {title} wirklich löschen? Dadurch werden alle Daten dieses Boards einschließlich archivierter Karten gelöscht.", + "Delete the board?" : "Das Board löschen?", "Board details" : "Board-Details", "Edit board" : "Board bearbeiten", "Clone board" : "Board klonen", @@ -330,16 +344,9 @@ OC.L10N.register( "Turn on due date reminders" : "Fälligkeitserinnerungen einschalten", "Turn off due date reminders" : "Fälligkeitserinnerungen ausschalten", "Due date reminders" : "Fälligkeitserinnerungen", - "All cards" : "Alle Karten", "Assigned cards" : "Zugewiesene Karten", "No notifications" : "Keine Benachrichtigungen", "Delete board" : "Board löschen", - "Board {0} deleted" : "Board {0} gelöscht", - "Only assigned cards" : "Nur zugewiesene Karten", - "No reminder" : "Keine Erinnerung", - "An error occurred" : "Es ist ein Fehler aufgetreten", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Möchten Sie das Board {title} wirklich löschen? Dadurch werden alle Daten dieses Boards einschließlich archivierter Karten gelöscht.", - "Delete the board?" : "Das Board löschen?", "Clone {boardTitle}" : "{boardTitle} klonen", "Clone cards" : "Karten klonen", "Clone assignments" : "Zuordnungen klonen", @@ -356,14 +363,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards", "No results found" : "Keine Ergebnisse gefunden", "Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ", - "{stack} in {board}" : "{stack} auf {board}", - "Click to expand description" : "Klicken, um die Beschreibung zu erweitern", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Erstellt am {created}\n* Zuletzt geändert am {lastMod}\n* {nbAttachments} Anhänge\n* {nbComments} Kommentare", "{nbCards} cards" : "{nbCards} Karten", + "Due on {date}" : "Fällig am {date}", + "{stack} in {board}" : "{stack} auf {board}", + "Click to expand description" : "Klicken, um die Beschreibung zu erweitern", "Click to expand comment" : "Klicken, um den Kommentar zu erweitern", + "Create card" : "Karte erstellen", "Create a new card" : "Neue Karte erstellen", "Card title" : "Titel der Karte", - "Create card" : "Karte erstellen", "Creating the new card …" : "Neue Karte wird erstellt …", "Card \"{card}\" was added to \"{board}\"" : "Karte \"{card}\" wurde \"{board}\" hinzugefügt", "Open card" : "Karte öffnen", @@ -373,10 +381,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "Morgen anstehende Karten", "upcoming cards" : "Anstehende Karten", "New card" : "Neue Karte", - "Due on {date}" : "Fällig am {date}", - "This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}", - "Tomorrow – {timeLocale}" : "Morgen – {timeLocale}", - "Later today – {timeLocale}" : "Später heute – {timeLocale}", "Link to a board" : "Mit einem Board verknüpfen", "Link to a card" : "Mit einer Karte verknüpfen", "Create a card" : "Eine Karte erstellen", @@ -388,6 +392,12 @@ OC.L10N.register( "Share with a Deck card" : "Mit einer Deck-Karte teilen", "Share {file} with a Deck card" : "{file} mit einer Deck-Karte teilen", "Share" : "Freigeben", + "Personal" : "Persönlich", + "To do" : "Offen", + "Doing" : "In Arbeit", + "Example Task 3" : "Beispielaufgabe 3", + "Example Task 2" : "Beispielaufgabe 2", + "Example Task 1" : "Beispielaufgabe 1", "Move card to another board" : "Karte auf ein anderes Board verschieben", "Filter by completed" : "Nach Status filtern" }, diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 16c4c1db6..d2c0c4ea1 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -74,7 +74,7 @@ "Cards due tomorrow" : "Karten die morgen fällig sind", "Upcoming cards" : "Anstehende Karten", "Load more" : "Mehr laden", - "Personal" : "Persönlich", + "Welcome to Nextcloud Deck!" : "Willkommen bei Nextcloud Deck!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Die Karte \"%s\" auf \"%s\" wurde Ihnen von %s zugewiesen.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} hat Ihnen die Karte {deck-card} auf {deck-board} zugewiesen.", "The card \"%s\" on \"%s\" has reached its due date." : "Die Karte \"%s\" in \"%s\" ist überfällig.", @@ -97,12 +97,16 @@ "Action needed" : "Handlung erforderlich", "Later" : "Später", "copy" : "Kopie", - "To do" : "Offen", - "Doing" : "In Arbeit", + "Read more inside" : "Mehr erfahren", + "Custom lists - click to rename!" : "Benutzerdefinierte Listen - Zum Umbenennen klicken!", + "To Do" : "Offen", + "In Progress" : "In Bearbeitung", "Done" : "Erledigt", - "Example Task 3" : "Beispielaufgabe 3", - "Example Task 2" : "Beispielaufgabe 2", - "Example Task 1" : "Beispielaufgabe 1", + "1. Open to learn more about boards and cards" : "1. Öffnen, um mehr über Boards und Karten zu erfahren", + "2. Drag cards left and right, up and down" : "2. Karten nach links und rechts, oben und unten ziehen", + "3. Apply rich formatting and link content" : "3. Umfangreiche Formatierung und Linkinhalte", + "4. Share, comment and collaborate!" : "4. Teilen, kommentieren und mitarbeiten!", + "Create your first card!" : "Erstellen Sie Ihre erste Karte!", "The file was uploaded" : "Die Datei wurde hochgeladen", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die upload_max_filesize-Vorgabe in php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer als die MAX_FILE_SIZE-Vorgabe, die im HTML-Formular angegeben ist", @@ -118,8 +122,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT", "Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Fügen Sie Ihre Aufgaben zu den Karten hinzu und ordnen Sie diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teilen Sie mit Ihrem Team, Ihren Freunden oder Ihrer Familie\n- 📎 Fügen Sie Dateien hinzu und verwende diese in Ihren Markdown-Beschreibungen\n- 💬 Diskutieren Sie mit Ihrem Team mit Kommentaren\n- ⚡ Behalten Sie Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisieren Sie Ihr Projekt", - "Card details" : "Karten-Details", "Add board" : "Board hinzufügen", + "Card details" : "Karten-Details", "Select the board to link to a project" : "Wählen Sie ein Board aus, um dieses mit einem Projekt zu verknüpfen", "Search by board title" : "Nach einem Board suchen", "Select board" : "Board auswählen", @@ -129,17 +133,17 @@ "Select a list" : "Eine Liste auswählen", "Move card" : "Karte verschieben", "Copy card" : "Karte kopieren", - "Select a card" : "Eine Karte auswählen", - "Cancel" : "Abbrechen", "Select the card to link to a project" : "Wählen Sie die Karte aus, um diese mit einem Projekt zu verknüpfen", "Link to card" : "Mit einer Karte verknüpfen", + "Select a card" : "Eine Karte auswählen", + "Cancel" : "Abbrechen", + "This board is read only" : "Dieses Board ist schreibgeschützt", + "Drop your files to upload" : "Dateien zum Hochladen hineinziehen", "File already exists" : "Datei bereits vorhanden", "A file with the name {filename} already exists." : "Eine Datei mit diesem Namen {filename} existiert bereits.", "Do you want to overwrite it?" : "Möchten Sie überschreiben?", "Overwrite file" : "Datei überschreiben", "Keep existing file" : "Existierende Datei behalten", - "This board is read only" : "Dieses Board ist schreibgeschützt", - "Drop your files to upload" : "Dateien zum Hochladen hineinziehen", "Add card" : "Karte hinzufügen", "Archived cards" : "Archivierte Karten", "Add list" : "Liste hinzufügen", @@ -180,6 +184,12 @@ "Deleted lists" : "Gelöschte Listen", "Undo" : "Rückgängig", "Deleted cards" : "Gelöschte Karten", + "Failed to create share with {displayName}" : "Fehler beim Erstellen der Freigabe mit dem Namen {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Möchten Sie wirklich das Board {title} auf {user} übertragen?", + "Transfer the board." : "Board übertragen.", + "Transfer" : "Übertragen", + "The board has been transferred to {user}" : "Das Board wurde auf {user} übertragen", + "Failed to transfer the board to {user}" : "Das Board konnte nicht auf {user} übertragen werden", "Share board with a user, group or team …" : "Board mit einem Benutzer, einer Gruppe oder einem Team teilen …", "Searching for users, groups and teams …" : "Suche nach Benutzern, Gruppen und Teams …", "No participants found" : "Keine Teilnehmer gefunden", @@ -191,12 +201,7 @@ "Can manage" : "kann verwalten", "Owner" : "Besitzer", "Delete" : "Löschen", - "Failed to create share with {displayName}" : "Fehler beim Erstellen der Freigabe mit dem Namen {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Möchten Sie wirklich das Board {title} auf {user} übertragen?", - "Transfer the board." : "Board übertragen.", - "Transfer" : "Übertragen", - "The board has been transferred to {user}" : "Das Board wurde auf {user} übertragen", - "Failed to transfer the board to {user}" : "Das Board konnte nicht auf {user} übertragen werden", + "List deleted" : "Liste gelöscht", "Edit list title" : "Listentitel bearbeiten", "Archive all cards" : "Alle Karten archivieren", "Unarchive all cards" : "Alle Karten dearchivieren", @@ -205,15 +210,16 @@ "Unarchive all cards in this list" : "Alle Karten in dieser Liste dearchivieren", "Add a new card" : "Neue Karte hinzufügen", "Card name" : "Kartenname", - "List deleted" : "Liste gelöscht", + "title and color value must be provided" : "Titel und Farbwert müssen angegeben werden", "Edit" : "Bearbeiten", "Add a new tag" : "Neues Schlagwort hinzufügen", - "title and color value must be provided" : "Titel und Farbwert müssen angegeben werden", "Board name" : "Boardname", "Members" : "Mitglieder", "Assign to users/groups/team" : "Benutzern/Gruppen/Teams zuweisen", "Assign a user to this card…" : "Diese Karte einem Benutzer zuweisen…", "Select a user to assign to this card…" : "Wählen Sie einen Benutzer aus, der dieser Karte zugewiesen werden soll…", + "File to share" : "Zu teilende Datei", + "Invalid path selected" : "Ungültiger Pfad ausgewählt", "Upload new files" : "Neue Dateien hochladen", "Share from Files" : "Aus Dateien heraus teilen", "Pending share" : "Ausstehende Freigabe", @@ -223,25 +229,24 @@ "Remove attachment" : "Anhang entfernen", "Delete Attachment" : "Anhang löschen", "Restore Attachment" : "Anhang wiederherstellen", - "File to share" : "Zu teilende Datei", - "Invalid path selected" : "Ungültiger Pfad ausgewählt", + "Modified" : "Geändert", + "Created" : "Erstellt", + "The title cannot be empty." : "Der Titel darf nicht leer sein.", "Open in sidebar view" : "In Seitenleiste öffnen", "Open in bigger view" : "In größerer Ansicht öffnen", "Attachments" : "Anhänge", "Comments" : "Kommentare", - "Modified" : "Geändert", - "Created" : "Erstellt", - "The title cannot be empty." : "Der Titel darf nicht leer sein.", - "No comments yet. Begin the discussion!" : "Bislang keine Kommentare. Beginnen Sie die Diskussion!", "Failed to load comments" : "Das Laden der Kommentare ist fehlgeschlagen", - "Save" : "Speichern", + "No comments yet. Begin the discussion!" : "Bislang keine Kommentare. Beginnen Sie die Diskussion!", "The comment cannot be empty." : "Der Kommentar darf nicht leer sein.", "The comment cannot be longer than 1000 characters." : "Der Kommentar darf nicht länger als 1000 Zeichen sein.", + "Save" : "Speichern", + "Created:" : "Erstellt:", "In reply to" : "Als Antwort auf", "Cancel reply" : "Antwort abbrechen", "Reply" : "Antworten", "Update" : "Aktualisieren", - "Created:" : "Erstellt:", + "Write a description …" : "Beschreibung schreiben …", "Description" : "Beschreibung", "(Unsaved)" : "(nicht gespeichert)", "(Saving…)" : "(Speichere…)", @@ -249,8 +254,16 @@ "Edit description" : "Beschreibung bearbeiten", "View description" : "Beschreibung anzeigen", "Add Attachment" : "Anhang anhängen", - "Write a description …" : "Beschreibung schreiben …", "Choose attachment" : "Anhang auswählen", + "Select Date" : "Datum auswählen", + "Later today – {timeLocale}" : "Später heute – {timeLocale}", + "Set due date for later today" : "Fälligkeitsdatum auf später heute setzen", + "Tomorrow – {timeLocale}" : "Morgen – {timeLocale}", + "Set due date for tomorrow" : "Fälligkeitsdatum auf morgen setzen", + "This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}", + "Set due date for this weekend" : "Fälligkeitsdatum auf kommendes Wochenende setzen", + "Next week – {timeLocale}" : "Nächste Woche – {timeLocale}", + "Set due date for next week" : "Fälligkeitsdatum auf nächste Woche setzen", "Assign a due date to this card…" : "Dieser Karte ein Fälligkeitsdatum zuweisen…", "Set a due date" : "Ein Ablaufdatum setzen", "Add due date" : "Fälligkeitsdatum hinzufügen", @@ -261,26 +274,20 @@ "Not done" : "Nicht erledigt", "Unarchive card" : "Karte dearchivieren", "Archive card" : "Karte archivieren", - "Select Date" : "Datum auswählen", - "Set due date for later today" : "Fälligkeitsdatum auf später heute setzen", - "Set due date for tomorrow" : "Fälligkeitsdatum auf morgen setzen", - "Set due date for this weekend" : "Fälligkeitsdatum auf kommendes Wochenende setzen", - "Set due date for next week" : "Fälligkeitsdatum auf nächste Woche setzen", "Assign a tag to this card…" : "Dieser Karte ein Schlagwort zuweisen…", "Select or create a tag…" : "Schlagwort auswählen oder eins erstellen…", "Create a new tag:" : "Neues Schlagwort erstellen:", "(group)" : "(Gruppe)", - "Next week – {timeLocale}" : "Nächste Woche – {timeLocale}", - "Todo items" : "Aufgaben-Elemente", "{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen", + "Todo items" : "Aufgaben-Elemente", "Edit card title" : "Kartentitel bearbeiten", "Open link" : "Link öffnen", + "Card deleted" : "Karte gelöscht", "Edit title" : "Titel bearbeiten", "Assign to me" : "Mir zuweisen", "Unassign myself" : "Nicht mehr mir zuweisen", "Mark as not done" : "Als unerledigt markieren", "Delete card" : "Karte löschen", - "Card deleted" : "Karte gelöscht", "seconds ago" : "Gerade eben", "Keyboard shortcuts" : "Tastaturkürzel", "Boost your productivity using Deck with keyboard shortcuts." : "Steigern Sie Ihre Produktivität in Deck mit Tastaturkürzeln.", @@ -319,6 +326,13 @@ "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Benutzer außerhalb dieser Gruppen können keine eigenen Boards erstellen, aber weiterhin an Boards arbeiten, die mit ihnen geteilt wurden.", "Cancel edit" : "Bearbeiten abbrechen", "Save board" : "Board sichern", + "Board {0} deleted" : "Board {0} gelöscht", + "All cards" : "Alle Karten", + "Only assigned cards" : "Nur zugewiesene Karten", + "No reminder" : "Keine Erinnerung", + "An error occurred" : "Es ist ein Fehler aufgetreten", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Möchten Sie das Board {title} wirklich löschen? Dadurch werden alle Daten dieses Boards einschließlich archivierter Karten gelöscht.", + "Delete the board?" : "Das Board löschen?", "Board details" : "Board-Details", "Edit board" : "Board bearbeiten", "Clone board" : "Board klonen", @@ -328,16 +342,9 @@ "Turn on due date reminders" : "Fälligkeitserinnerungen einschalten", "Turn off due date reminders" : "Fälligkeitserinnerungen ausschalten", "Due date reminders" : "Fälligkeitserinnerungen", - "All cards" : "Alle Karten", "Assigned cards" : "Zugewiesene Karten", "No notifications" : "Keine Benachrichtigungen", "Delete board" : "Board löschen", - "Board {0} deleted" : "Board {0} gelöscht", - "Only assigned cards" : "Nur zugewiesene Karten", - "No reminder" : "Keine Erinnerung", - "An error occurred" : "Es ist ein Fehler aufgetreten", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Möchten Sie das Board {title} wirklich löschen? Dadurch werden alle Daten dieses Boards einschließlich archivierter Karten gelöscht.", - "Delete the board?" : "Das Board löschen?", "Clone {boardTitle}" : "{boardTitle} klonen", "Clone cards" : "Karten klonen", "Clone assignments" : "Zuordnungen klonen", @@ -354,14 +361,15 @@ "Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards", "No results found" : "Keine Ergebnisse gefunden", "Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ", - "{stack} in {board}" : "{stack} auf {board}", - "Click to expand description" : "Klicken, um die Beschreibung zu erweitern", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Erstellt am {created}\n* Zuletzt geändert am {lastMod}\n* {nbAttachments} Anhänge\n* {nbComments} Kommentare", "{nbCards} cards" : "{nbCards} Karten", + "Due on {date}" : "Fällig am {date}", + "{stack} in {board}" : "{stack} auf {board}", + "Click to expand description" : "Klicken, um die Beschreibung zu erweitern", "Click to expand comment" : "Klicken, um den Kommentar zu erweitern", + "Create card" : "Karte erstellen", "Create a new card" : "Neue Karte erstellen", "Card title" : "Titel der Karte", - "Create card" : "Karte erstellen", "Creating the new card …" : "Neue Karte wird erstellt …", "Card \"{card}\" was added to \"{board}\"" : "Karte \"{card}\" wurde \"{board}\" hinzugefügt", "Open card" : "Karte öffnen", @@ -371,10 +379,6 @@ "upcoming cards tomorrow" : "Morgen anstehende Karten", "upcoming cards" : "Anstehende Karten", "New card" : "Neue Karte", - "Due on {date}" : "Fällig am {date}", - "This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}", - "Tomorrow – {timeLocale}" : "Morgen – {timeLocale}", - "Later today – {timeLocale}" : "Später heute – {timeLocale}", "Link to a board" : "Mit einem Board verknüpfen", "Link to a card" : "Mit einer Karte verknüpfen", "Create a card" : "Eine Karte erstellen", @@ -386,6 +390,12 @@ "Share with a Deck card" : "Mit einer Deck-Karte teilen", "Share {file} with a Deck card" : "{file} mit einer Deck-Karte teilen", "Share" : "Freigeben", + "Personal" : "Persönlich", + "To do" : "Offen", + "Doing" : "In Arbeit", + "Example Task 3" : "Beispielaufgabe 3", + "Example Task 2" : "Beispielaufgabe 2", + "Example Task 1" : "Beispielaufgabe 1", "Move card to another board" : "Karte auf ein anderes Board verschieben", "Filter by completed" : "Nach Status filtern" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/el.js b/l10n/el.js index fc1946aa0..046de06f1 100644 --- a/l10n/el.js +++ b/l10n/el.js @@ -76,7 +76,6 @@ OC.L10N.register( "Cards due tomorrow" : "Κάρτες που λήγουν αύριο", "Upcoming cards" : "Επερχόμενες καρτέλες", "Load more" : "Φόρτωση περισσότερων", - "Personal" : "Προσωπικά", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Η καρτέλα \"%s\" του \"%s\" ανατέθηκε σε εσάς από τον %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "Ο/Η {user} έχει αναθέσει την καρτέλα {deck-card} του πίνακα {deck-board} σε εσάς.", "The card \"%s\" on \"%s\" has reached its due date." : "Η καρτέλα \"%s\" στο \"%s\" έχει λήξει.", @@ -98,12 +97,8 @@ OC.L10N.register( "Action needed" : "Απαιτείται ενέργεια", "Later" : "Αργότερα", "copy" : "Αντιγραφή", - "To do" : "Προς Ενέργεια", - "Doing" : "Σε εξέλιξη", + "To Do" : "Προς Ενέργεια", "Done" : "Ολοκληρώθηκε", - "Example Task 3" : "Παράδειγμα Εργασίας 3", - "Example Task 2" : "Παράδειγμα Εργασίας 2", - "Example Task 1" : "Παράδειγμα Εργασίας 1", "The file was uploaded" : "Το αρχείο μεταφορτώθηκε", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Το αρχείο που εστάλη υπερβαίνει την οδηγία μέγιστου επιτρεπτού μεγέθους \"upload_max_filesize\" του php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Το ανεβασμένο αρχείο υπερβαίνει το MAX_FILE_SIZE που ορίζεται στην HTML φόρμα", @@ -119,8 +114,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "Μη έγκυρη ημερομηνία, η μορφή ημερομηνίας πρέπει να είναι ΕΕΕΕ-ΜΜ-ΗΗ", "Personal planning and team project organization" : "Προσωπικός σχεδιασμός και οργάνωση ομαδικών έργων", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Το Deck είναι ένα εργαλείο οργάνωσης τύπου kanban με στόχο τον προσωπικό προγραμματισμό και την οργάνωση έργων για ομάδες που έχουν ενσωματωθεί στο Nextcloud.\n\n\n- 📥 Προσθέστε τις εργασίες σας στις καρτέλες και βάλτε τες στη σειρά\n- 📄 Γράψτε τις πρόσθετες σημειώσεις\n- 🔖 Αντιστοιχίστε τις ετικέτες για ακόμη καλύτερη οργάνωση\n- 👥 Μοιραστείτε με την ομάδα, φίλους ή την οικογένειά σας\n- 📎 Επισυνάψτε αρχεία και ενσωματώστε τα στην περιγραφή\n- 💬 Συζητήστε με την ομάδα σας χρησιμοποιώντας σχόλια\n- ⚡ Παρακολουθήστε τις αλλαγές στη ροή δραστηριοτήτων\n- 🚀 Έχετε τα όλα οργανωμένα", - "Card details" : "Λεπτομέρειες καρτέλας", "Add board" : "Προσθήκη πίνακα", + "Card details" : "Λεπτομέρειες καρτέλας", "Select the board to link to a project" : "Επιλέξτε πίνακα και συνδέστε τον σε ένα έργο", "Search by board title" : "Αναζήτηση με το όνομα πίνακα", "Select board" : "Επιλογή πίνακα", @@ -128,17 +123,17 @@ OC.L10N.register( "No lists available" : "Δεν υπάρχουν διαθέσιμες λίστες", "Select a list" : "Επιλέξτε μια λίστα", "Move card" : "Μετακίνηση καρτέλας", - "Select a card" : "Επιλογή μιας καρτέλας", - "Cancel" : "Aκύρωση", "Select the card to link to a project" : "Επιλογή καρτέλας για σύνδεση στο έργο", "Link to card" : "Σύνδεσμος σε καρτέλα", + "Select a card" : "Επιλογή μιας καρτέλας", + "Cancel" : "Aκύρωση", + "This board is read only" : "Ο πίνακας είναι μόνο για ανάγνωση", + "Drop your files to upload" : "Αποθέστε τα αρχεία σας για ανέβασμα", "File already exists" : "Το αρχείο υπάρχει ήδη", "A file with the name {filename} already exists." : "Το αρχείο με όνομα {filename} υπάρχει ήδη.", "Do you want to overwrite it?" : "Επιθυμείτε να γίνει αντικατάσταση του?", "Overwrite file" : "Αντικατάσταση αρχείου", "Keep existing file" : "Διατήρηση υπάρχοντος αρχείου", - "This board is read only" : "Ο πίνακας είναι μόνο για ανάγνωση", - "Drop your files to upload" : "Αποθέστε τα αρχεία σας για ανέβασμα", "Add card" : "Προσθήκη καρτέλας", "Archived cards" : "Αρχειοθετημένες καρτέλες", "Add list" : "Προσθήκη λίστας", @@ -179,6 +174,12 @@ OC.L10N.register( "Deleted lists" : "Διαγραμμένες λίστες", "Undo" : "Αναίρεση", "Deleted cards" : "Διαγραμμένες καρτέλες", + "Failed to create share with {displayName}" : "Αποτυχία δημιουργίας κοινής χρήσης με το {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Είστε σίγουροι ότι θέλετε να μεταφέρετε τον πίνακα {title} στον {user}? ", + "Transfer the board." : "Μεταφορά του πίνακα.", + "Transfer" : "Μεταφορά", + "The board has been transferred to {user}" : "Ο πίνακας έχει μεταφερθεί στον/στην {user}", + "Failed to transfer the board to {user}" : "Απέτυχε η μεταφορά του πίνακα στον χρήστη {user}", "Share board with a user, group or team …" : "Κοινή χρήση πίνακα με έναν χρήστη, μια ομάδα ή team ...", "Searching for users, groups and teams …" : "Αναζήτηση χρηστών, ομάδων και teams …", "No participants found" : "Δε βρέθηκαν συμμετέχοντες", @@ -190,12 +191,7 @@ OC.L10N.register( "Can manage" : "Μπορεί να διαχειριστεί", "Owner" : "Κάτοχος", "Delete" : "Διαγραφή", - "Failed to create share with {displayName}" : "Αποτυχία δημιουργίας κοινής χρήσης με το {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Είστε σίγουροι ότι θέλετε να μεταφέρετε τον πίνακα {title} στον {user}? ", - "Transfer the board." : "Μεταφορά του πίνακα.", - "Transfer" : "Μεταφορά", - "The board has been transferred to {user}" : "Ο πίνακας έχει μεταφερθεί στον/στην {user}", - "Failed to transfer the board to {user}" : "Απέτυχε η μεταφορά του πίνακα στον χρήστη {user}", + "List deleted" : "Η λίστα διαγράφηκε", "Edit list title" : "Επεξεργασία τίτλου λίστας", "Archive all cards" : "Αρχειοθέτηση όλων των καρτελών.", "Unarchive all cards" : "Κατάργηση αρχειοθέτησης όλων των καρτών", @@ -204,15 +200,16 @@ OC.L10N.register( "Unarchive all cards in this list" : "Κατάργηση αρχειοθέτησης όλων των καρτών σε αυτή τη λίστα", "Add a new card" : "Προσθήκη νέας καρτέλας", "Card name" : "Όνομα καρτέλας", - "List deleted" : "Η λίστα διαγράφηκε", + "title and color value must be provided" : "ο τίτλος και η τιμή χρώματος πρέπει να παρέχονται", "Edit" : "Επεξεργασία", "Add a new tag" : "Προσθήκη νέας ετικέτας", - "title and color value must be provided" : "ο τίτλος και η τιμή χρώματος πρέπει να παρέχονται", "Board name" : "Όνομα πίνακα", "Members" : "Μέλη", "Assign to users/groups/team" : "Ανάθεση σε χρήστες/ομάδες/teams", "Assign a user to this card…" : "Ανάθεση χρήστη στην καρτέλα...", "Select a user to assign to this card…" : "Επιλέξτε έναν χρήστη για να του αναθέσετε αυτή την κάρτα...", + "File to share" : "Αρχείο για κοινή χρήση", + "Invalid path selected" : "Επιλέχθηκε μη έγκυρη διαδρομή", "Upload new files" : "Ανεβάστε νέα αρχεία", "Share from Files" : "Κοινή χρήση από Αρχεία", "Pending share" : "Κοινή χρήση σε εκκρεμότητα", @@ -222,25 +219,24 @@ OC.L10N.register( "Remove attachment" : "Αφαίρεση συνημμένου", "Delete Attachment" : "Διαγραφή συνημμένου", "Restore Attachment" : "Επαναφορά συνημμένου", - "File to share" : "Αρχείο για κοινή χρήση", - "Invalid path selected" : "Επιλέχθηκε μη έγκυρη διαδρομή", + "Modified" : "Τροποποιήθηκε", + "Created" : "Δημιουργήθηκε", + "The title cannot be empty." : "Ο τίτλος δεν μπορεί να είναι κενός.", "Open in sidebar view" : "Άνοιγμα σε προβολή πλευρικής στήλης", "Open in bigger view" : "Άνοιγμα σε μεγαλύτερη προβολή", "Attachments" : "Συνημμένα", "Comments" : "Σχόλια", - "Modified" : "Τροποποιήθηκε", - "Created" : "Δημιουργήθηκε", - "The title cannot be empty." : "Ο τίτλος δεν μπορεί να είναι κενός.", - "No comments yet. Begin the discussion!" : "Χωρίς σχόλια ακόμη. Ξεκινήστε την συζήτηση!", "Failed to load comments" : "Αποτυχία φόρτωσης σχολίων", - "Save" : "Αποθήκευση", + "No comments yet. Begin the discussion!" : "Χωρίς σχόλια ακόμη. Ξεκινήστε την συζήτηση!", "The comment cannot be empty." : "Το σχόλιο δεν μπορεί να είναι κενό.", "The comment cannot be longer than 1000 characters." : "Το σχόλιο δεν μπορεί να έχι περισσότερους από 1000 χαρακτήρες.", + "Save" : "Αποθήκευση", + "Created:" : "Δημιουργήθηκε:", "In reply to" : "Σε απάντηση σε", "Cancel reply" : "Ακύρωση απάντησης", "Reply" : "Απάντηση", "Update" : "Ενημέρωση", - "Created:" : "Δημιουργήθηκε:", + "Write a description …" : "Γράψτε μια περιγραφή…", "Description" : "Περιγραφή", "(Unsaved)" : "(Δεν αποθηκεύτηκε)", "(Saving…)" : "(Αποθήκευση...)", @@ -248,8 +244,16 @@ OC.L10N.register( "Edit description" : "Επεξεργασία περιγραφής", "View description" : "Εμφάνιση περιγραφής", "Add Attachment" : "Προσθήκη συνημμένου", - "Write a description …" : "Γράψτε μια περιγραφή…", "Choose attachment" : "Επιλογή συνημμένου", + "Select Date" : "Επιλέξτε ημερομηνία", + "Later today – {timeLocale}" : "Αργότερα σήμερα – {timeLocale}", + "Set due date for later today" : "Ορίστε ημερομηνία λήξης για αργότερα σήμερα", + "Tomorrow – {timeLocale}" : "Αύριο – {timeLocale}", + "Set due date for tomorrow" : "Ορίστε ημερομηνία λήξης για αύριο", + "This weekend – {timeLocale}" : "Αυτή την εβδομάδα – {timeLocale}", + "Set due date for this weekend" : "Ορίστε ημερομηνία λήξης για αυτό το Σαββατοκύριακο", + "Next week – {timeLocale}" : "Επόμενη εβδομάδα – {timeLocale}", + "Set due date for next week" : "Ορίστε ημερομηνία λήξης για την επόμενη εβδομάδα", "Assign a due date to this card…" : "Ορίστε μια ημερομηνία λήξης σε αυτή την κάρτα...", "Set a due date" : "Καθορίστε ημερομηνίας λήξης", "Add due date" : "Προσθήκη ημερομηνίας λήξης", @@ -260,25 +264,19 @@ OC.L10N.register( "Not done" : "Μη ολοκληρωμένο", "Unarchive card" : "Αναίρεση αρχειοθέτησης καρτέλας", "Archive card" : "Αρχειοθέτηση καρτέλας", - "Select Date" : "Επιλέξτε ημερομηνία", - "Set due date for later today" : "Ορίστε ημερομηνία λήξης για αργότερα σήμερα", - "Set due date for tomorrow" : "Ορίστε ημερομηνία λήξης για αύριο", - "Set due date for this weekend" : "Ορίστε ημερομηνία λήξης για αυτό το Σαββατοκύριακο", - "Set due date for next week" : "Ορίστε ημερομηνία λήξης για την επόμενη εβδομάδα", "Assign a tag to this card…" : "Ορίστε μια ετικέτα σε αυτήν την καρτέλα...", "Select or create a tag…" : "Επιλέξτε ή δημιουργήστε μια ετικέτα...", "Create a new tag:" : "Δημιουργήστε νέα ετικέτα", "(group)" : "(ομάδα)", - "Next week – {timeLocale}" : "Επόμενη εβδομάδα – {timeLocale}", - "Todo items" : "Στοιχεία todo", "{count} comments, {unread} unread" : "{count} σχόλια, {unread} μη αναγνωσμένα", + "Todo items" : "Στοιχεία todo", "Edit card title" : "Επεξεργασία τίτλου κάρτας", + "Card deleted" : "Η καρτέλα διαγράφηκε", "Edit title" : "Επεξεργασία τίτλου", "Assign to me" : "Ανάθεση σε εμένα", "Unassign myself" : "Αποδέσμευσή μου", "Mark as not done" : "Σήμανση ως ολοκληρωμένου", "Delete card" : "Διαγραφή καρτέλας", - "Card deleted" : "Η καρτέλα διαγράφηκε", "seconds ago" : " δευτερόλεπτα πριν ", "Keyboard shortcuts" : "Συντομεύσεις πληκτρολογίου", "Boost your productivity using Deck with keyboard shortcuts." : "Αυξήστε την παραγωγικότητά σας στο Deck χρησιμοποιώντας συντομεύσεις πληκτρολογίου.", @@ -316,6 +314,13 @@ OC.L10N.register( "Limit board creation to some groups" : "Περιορισμός της δημιουργίας πινάκων σε ορισμένες ομάδες", "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Οι χρήστες εκτός αυτών των ομάδων δεν θα μπορούν να δημιουργούν τους δικούς τους πίνακες, αλλά θα μπορούν να εργάζονται σε πίνακες που τους έχουν διαμοιραστεί.", "Cancel edit" : "Ακύρωση επεξεργασίας", + "Board {0} deleted" : "Διαγράφηκε {0} πίνακας ", + "All cards" : "Όλες οι καρτέλες", + "Only assigned cards" : "Μόνο καρτέλες που έχουν ανατεθεί", + "No reminder" : "Δεν υπάρχει υπενθύμιση", + "An error occurred" : "Παρουσιάστηκε σφάλμα", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Είστε βέβαιοι ότι θέλετε να διαγράψετε τον πίνακα {title}; Αυτό θα διαγράψει όλα τα δεδομένα του πίνακα συμπεριλαμβανομένων και των αρχειοθετημένων καρτών.", + "Delete the board?" : "Διαγραφή του πίνακα;", "Board details" : "Λεπτομέριες πίνακα", "Edit board" : "Επεξεργασία πίνακα", "Clone board" : "Κλώνος πίνακα", @@ -325,16 +330,9 @@ OC.L10N.register( "Turn on due date reminders" : "Ενεργοποιήστε τις υπενθυμίσεις ημερομηνίας προθεσμίας", "Turn off due date reminders" : "Απενεργοποιήστε τις υπενθυμίσεις ημερομηνίας προθεσμίας", "Due date reminders" : "Υπενθυμίσεις ημερομηνίας προθεσμίας", - "All cards" : "Όλες οι καρτέλες", "Assigned cards" : "Ανατεθειμένες καρτέλες", "No notifications" : "Δεν υπάρχουν ειδοποιήσεις", "Delete board" : "Διαγραφή πίνακα", - "Board {0} deleted" : "Διαγράφηκε {0} πίνακας ", - "Only assigned cards" : "Μόνο καρτέλες που έχουν ανατεθεί", - "No reminder" : "Δεν υπάρχει υπενθύμιση", - "An error occurred" : "Παρουσιάστηκε σφάλμα", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Είστε βέβαιοι ότι θέλετε να διαγράψετε τον πίνακα {title}; Αυτό θα διαγράψει όλα τα δεδομένα του πίνακα συμπεριλαμβανομένων και των αρχειοθετημένων καρτών.", - "Delete the board?" : "Διαγραφή του πίνακα;", "Clone cards" : "Κάρτες κλώνου", "Advanced options" : "Επιλογές για προχωρημένους", "Clone" : "Κλώνος", @@ -345,14 +343,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Αναζήτηση για {searchQuery} σε όλους τους πίνακες", "No results found" : "Δεν βρέθηκαν αποτελέσματα", "Deck board {name}\n* Last modified on {lastMod}" : "Πίνακας Deck {name}\n* Τελευταία τροποποίηση στις {lastMod}", - "{stack} in {board}" : "{stack} στο {board}", - "Click to expand description" : "Κλικ για επέκταση περιγραφής", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Δημιουργήθηκε στις {created}\n* Τροποποιήθηκε στις {lastMod}\n* {nbAttachments} συνημμένα\n* {nbComments} σχόλια", "{nbCards} cards" : "{nbCards} κάρτες", + "Due on {date}" : "Προθεσμία στις {date}", + "{stack} in {board}" : "{stack} στο {board}", + "Click to expand description" : "Κλικ για επέκταση περιγραφής", "Click to expand comment" : "Κλικ για επέκταση σχολίου", + "Create card" : "Δημιουργία καρτέλας", "Create a new card" : "Δημιουργία νέας καρτέλας", "Card title" : "Τίτλος καρτέλας", - "Create card" : "Δημιουργία καρτέλας", "Creating the new card …" : "Γίνεται δημιουργία της νέας καρτέλας...", "Card \"{card}\" was added to \"{board}\"" : "Η καρτέλα \"{card}\" προστέθηκε στο \"{board}\"", "Open card" : "Άνοιγμα καρτέλας", @@ -362,10 +361,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "επερχόμενες κάρτες αύριο", "upcoming cards" : "επερχόμενες καρτέλες", "New card" : "Νέα κάρτα", - "Due on {date}" : "Προθεσμία στις {date}", - "This weekend – {timeLocale}" : "Αυτή την εβδομάδα – {timeLocale}", - "Tomorrow – {timeLocale}" : "Αύριο – {timeLocale}", - "Later today – {timeLocale}" : "Αργότερα σήμερα – {timeLocale}", "Link to a board" : "Σύνδεσμος στον πίνακα", "Link to a card" : "Σύνδεσμος σε καρτέλα", "Create a card" : "Δημιουργία καρτέλας", @@ -377,6 +372,12 @@ OC.L10N.register( "Share with a Deck card" : "Μοιραστείτε με μια καρτέλα Deck", "Share {file} with a Deck card" : "Μοιραστείτε το {file} με μια καρτέλα Deck", "Share" : "Μοιραστείτε", + "Personal" : "Προσωπικά", + "To do" : "Προς Ενέργεια", + "Doing" : "Σε εξέλιξη", + "Example Task 3" : "Παράδειγμα Εργασίας 3", + "Example Task 2" : "Παράδειγμα Εργασίας 2", + "Example Task 1" : "Παράδειγμα Εργασίας 1", "Move card to another board" : "Μετακίνηση καρτέλας σε άλλο πίνακα", "Filter by completed" : "Φίλτρο ανά ολοκλήρωση" }, diff --git a/l10n/el.json b/l10n/el.json index 88b5d1709..e2510018f 100644 --- a/l10n/el.json +++ b/l10n/el.json @@ -74,7 +74,6 @@ "Cards due tomorrow" : "Κάρτες που λήγουν αύριο", "Upcoming cards" : "Επερχόμενες καρτέλες", "Load more" : "Φόρτωση περισσότερων", - "Personal" : "Προσωπικά", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Η καρτέλα \"%s\" του \"%s\" ανατέθηκε σε εσάς από τον %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "Ο/Η {user} έχει αναθέσει την καρτέλα {deck-card} του πίνακα {deck-board} σε εσάς.", "The card \"%s\" on \"%s\" has reached its due date." : "Η καρτέλα \"%s\" στο \"%s\" έχει λήξει.", @@ -96,12 +95,8 @@ "Action needed" : "Απαιτείται ενέργεια", "Later" : "Αργότερα", "copy" : "Αντιγραφή", - "To do" : "Προς Ενέργεια", - "Doing" : "Σε εξέλιξη", + "To Do" : "Προς Ενέργεια", "Done" : "Ολοκληρώθηκε", - "Example Task 3" : "Παράδειγμα Εργασίας 3", - "Example Task 2" : "Παράδειγμα Εργασίας 2", - "Example Task 1" : "Παράδειγμα Εργασίας 1", "The file was uploaded" : "Το αρχείο μεταφορτώθηκε", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Το αρχείο που εστάλη υπερβαίνει την οδηγία μέγιστου επιτρεπτού μεγέθους \"upload_max_filesize\" του php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Το ανεβασμένο αρχείο υπερβαίνει το MAX_FILE_SIZE που ορίζεται στην HTML φόρμα", @@ -117,8 +112,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "Μη έγκυρη ημερομηνία, η μορφή ημερομηνίας πρέπει να είναι ΕΕΕΕ-ΜΜ-ΗΗ", "Personal planning and team project organization" : "Προσωπικός σχεδιασμός και οργάνωση ομαδικών έργων", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Το Deck είναι ένα εργαλείο οργάνωσης τύπου kanban με στόχο τον προσωπικό προγραμματισμό και την οργάνωση έργων για ομάδες που έχουν ενσωματωθεί στο Nextcloud.\n\n\n- 📥 Προσθέστε τις εργασίες σας στις καρτέλες και βάλτε τες στη σειρά\n- 📄 Γράψτε τις πρόσθετες σημειώσεις\n- 🔖 Αντιστοιχίστε τις ετικέτες για ακόμη καλύτερη οργάνωση\n- 👥 Μοιραστείτε με την ομάδα, φίλους ή την οικογένειά σας\n- 📎 Επισυνάψτε αρχεία και ενσωματώστε τα στην περιγραφή\n- 💬 Συζητήστε με την ομάδα σας χρησιμοποιώντας σχόλια\n- ⚡ Παρακολουθήστε τις αλλαγές στη ροή δραστηριοτήτων\n- 🚀 Έχετε τα όλα οργανωμένα", - "Card details" : "Λεπτομέρειες καρτέλας", "Add board" : "Προσθήκη πίνακα", + "Card details" : "Λεπτομέρειες καρτέλας", "Select the board to link to a project" : "Επιλέξτε πίνακα και συνδέστε τον σε ένα έργο", "Search by board title" : "Αναζήτηση με το όνομα πίνακα", "Select board" : "Επιλογή πίνακα", @@ -126,17 +121,17 @@ "No lists available" : "Δεν υπάρχουν διαθέσιμες λίστες", "Select a list" : "Επιλέξτε μια λίστα", "Move card" : "Μετακίνηση καρτέλας", - "Select a card" : "Επιλογή μιας καρτέλας", - "Cancel" : "Aκύρωση", "Select the card to link to a project" : "Επιλογή καρτέλας για σύνδεση στο έργο", "Link to card" : "Σύνδεσμος σε καρτέλα", + "Select a card" : "Επιλογή μιας καρτέλας", + "Cancel" : "Aκύρωση", + "This board is read only" : "Ο πίνακας είναι μόνο για ανάγνωση", + "Drop your files to upload" : "Αποθέστε τα αρχεία σας για ανέβασμα", "File already exists" : "Το αρχείο υπάρχει ήδη", "A file with the name {filename} already exists." : "Το αρχείο με όνομα {filename} υπάρχει ήδη.", "Do you want to overwrite it?" : "Επιθυμείτε να γίνει αντικατάσταση του?", "Overwrite file" : "Αντικατάσταση αρχείου", "Keep existing file" : "Διατήρηση υπάρχοντος αρχείου", - "This board is read only" : "Ο πίνακας είναι μόνο για ανάγνωση", - "Drop your files to upload" : "Αποθέστε τα αρχεία σας για ανέβασμα", "Add card" : "Προσθήκη καρτέλας", "Archived cards" : "Αρχειοθετημένες καρτέλες", "Add list" : "Προσθήκη λίστας", @@ -177,6 +172,12 @@ "Deleted lists" : "Διαγραμμένες λίστες", "Undo" : "Αναίρεση", "Deleted cards" : "Διαγραμμένες καρτέλες", + "Failed to create share with {displayName}" : "Αποτυχία δημιουργίας κοινής χρήσης με το {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Είστε σίγουροι ότι θέλετε να μεταφέρετε τον πίνακα {title} στον {user}? ", + "Transfer the board." : "Μεταφορά του πίνακα.", + "Transfer" : "Μεταφορά", + "The board has been transferred to {user}" : "Ο πίνακας έχει μεταφερθεί στον/στην {user}", + "Failed to transfer the board to {user}" : "Απέτυχε η μεταφορά του πίνακα στον χρήστη {user}", "Share board with a user, group or team …" : "Κοινή χρήση πίνακα με έναν χρήστη, μια ομάδα ή team ...", "Searching for users, groups and teams …" : "Αναζήτηση χρηστών, ομάδων και teams …", "No participants found" : "Δε βρέθηκαν συμμετέχοντες", @@ -188,12 +189,7 @@ "Can manage" : "Μπορεί να διαχειριστεί", "Owner" : "Κάτοχος", "Delete" : "Διαγραφή", - "Failed to create share with {displayName}" : "Αποτυχία δημιουργίας κοινής χρήσης με το {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Είστε σίγουροι ότι θέλετε να μεταφέρετε τον πίνακα {title} στον {user}? ", - "Transfer the board." : "Μεταφορά του πίνακα.", - "Transfer" : "Μεταφορά", - "The board has been transferred to {user}" : "Ο πίνακας έχει μεταφερθεί στον/στην {user}", - "Failed to transfer the board to {user}" : "Απέτυχε η μεταφορά του πίνακα στον χρήστη {user}", + "List deleted" : "Η λίστα διαγράφηκε", "Edit list title" : "Επεξεργασία τίτλου λίστας", "Archive all cards" : "Αρχειοθέτηση όλων των καρτελών.", "Unarchive all cards" : "Κατάργηση αρχειοθέτησης όλων των καρτών", @@ -202,15 +198,16 @@ "Unarchive all cards in this list" : "Κατάργηση αρχειοθέτησης όλων των καρτών σε αυτή τη λίστα", "Add a new card" : "Προσθήκη νέας καρτέλας", "Card name" : "Όνομα καρτέλας", - "List deleted" : "Η λίστα διαγράφηκε", + "title and color value must be provided" : "ο τίτλος και η τιμή χρώματος πρέπει να παρέχονται", "Edit" : "Επεξεργασία", "Add a new tag" : "Προσθήκη νέας ετικέτας", - "title and color value must be provided" : "ο τίτλος και η τιμή χρώματος πρέπει να παρέχονται", "Board name" : "Όνομα πίνακα", "Members" : "Μέλη", "Assign to users/groups/team" : "Ανάθεση σε χρήστες/ομάδες/teams", "Assign a user to this card…" : "Ανάθεση χρήστη στην καρτέλα...", "Select a user to assign to this card…" : "Επιλέξτε έναν χρήστη για να του αναθέσετε αυτή την κάρτα...", + "File to share" : "Αρχείο για κοινή χρήση", + "Invalid path selected" : "Επιλέχθηκε μη έγκυρη διαδρομή", "Upload new files" : "Ανεβάστε νέα αρχεία", "Share from Files" : "Κοινή χρήση από Αρχεία", "Pending share" : "Κοινή χρήση σε εκκρεμότητα", @@ -220,25 +217,24 @@ "Remove attachment" : "Αφαίρεση συνημμένου", "Delete Attachment" : "Διαγραφή συνημμένου", "Restore Attachment" : "Επαναφορά συνημμένου", - "File to share" : "Αρχείο για κοινή χρήση", - "Invalid path selected" : "Επιλέχθηκε μη έγκυρη διαδρομή", + "Modified" : "Τροποποιήθηκε", + "Created" : "Δημιουργήθηκε", + "The title cannot be empty." : "Ο τίτλος δεν μπορεί να είναι κενός.", "Open in sidebar view" : "Άνοιγμα σε προβολή πλευρικής στήλης", "Open in bigger view" : "Άνοιγμα σε μεγαλύτερη προβολή", "Attachments" : "Συνημμένα", "Comments" : "Σχόλια", - "Modified" : "Τροποποιήθηκε", - "Created" : "Δημιουργήθηκε", - "The title cannot be empty." : "Ο τίτλος δεν μπορεί να είναι κενός.", - "No comments yet. Begin the discussion!" : "Χωρίς σχόλια ακόμη. Ξεκινήστε την συζήτηση!", "Failed to load comments" : "Αποτυχία φόρτωσης σχολίων", - "Save" : "Αποθήκευση", + "No comments yet. Begin the discussion!" : "Χωρίς σχόλια ακόμη. Ξεκινήστε την συζήτηση!", "The comment cannot be empty." : "Το σχόλιο δεν μπορεί να είναι κενό.", "The comment cannot be longer than 1000 characters." : "Το σχόλιο δεν μπορεί να έχι περισσότερους από 1000 χαρακτήρες.", + "Save" : "Αποθήκευση", + "Created:" : "Δημιουργήθηκε:", "In reply to" : "Σε απάντηση σε", "Cancel reply" : "Ακύρωση απάντησης", "Reply" : "Απάντηση", "Update" : "Ενημέρωση", - "Created:" : "Δημιουργήθηκε:", + "Write a description …" : "Γράψτε μια περιγραφή…", "Description" : "Περιγραφή", "(Unsaved)" : "(Δεν αποθηκεύτηκε)", "(Saving…)" : "(Αποθήκευση...)", @@ -246,8 +242,16 @@ "Edit description" : "Επεξεργασία περιγραφής", "View description" : "Εμφάνιση περιγραφής", "Add Attachment" : "Προσθήκη συνημμένου", - "Write a description …" : "Γράψτε μια περιγραφή…", "Choose attachment" : "Επιλογή συνημμένου", + "Select Date" : "Επιλέξτε ημερομηνία", + "Later today – {timeLocale}" : "Αργότερα σήμερα – {timeLocale}", + "Set due date for later today" : "Ορίστε ημερομηνία λήξης για αργότερα σήμερα", + "Tomorrow – {timeLocale}" : "Αύριο – {timeLocale}", + "Set due date for tomorrow" : "Ορίστε ημερομηνία λήξης για αύριο", + "This weekend – {timeLocale}" : "Αυτή την εβδομάδα – {timeLocale}", + "Set due date for this weekend" : "Ορίστε ημερομηνία λήξης για αυτό το Σαββατοκύριακο", + "Next week – {timeLocale}" : "Επόμενη εβδομάδα – {timeLocale}", + "Set due date for next week" : "Ορίστε ημερομηνία λήξης για την επόμενη εβδομάδα", "Assign a due date to this card…" : "Ορίστε μια ημερομηνία λήξης σε αυτή την κάρτα...", "Set a due date" : "Καθορίστε ημερομηνίας λήξης", "Add due date" : "Προσθήκη ημερομηνίας λήξης", @@ -258,25 +262,19 @@ "Not done" : "Μη ολοκληρωμένο", "Unarchive card" : "Αναίρεση αρχειοθέτησης καρτέλας", "Archive card" : "Αρχειοθέτηση καρτέλας", - "Select Date" : "Επιλέξτε ημερομηνία", - "Set due date for later today" : "Ορίστε ημερομηνία λήξης για αργότερα σήμερα", - "Set due date for tomorrow" : "Ορίστε ημερομηνία λήξης για αύριο", - "Set due date for this weekend" : "Ορίστε ημερομηνία λήξης για αυτό το Σαββατοκύριακο", - "Set due date for next week" : "Ορίστε ημερομηνία λήξης για την επόμενη εβδομάδα", "Assign a tag to this card…" : "Ορίστε μια ετικέτα σε αυτήν την καρτέλα...", "Select or create a tag…" : "Επιλέξτε ή δημιουργήστε μια ετικέτα...", "Create a new tag:" : "Δημιουργήστε νέα ετικέτα", "(group)" : "(ομάδα)", - "Next week – {timeLocale}" : "Επόμενη εβδομάδα – {timeLocale}", - "Todo items" : "Στοιχεία todo", "{count} comments, {unread} unread" : "{count} σχόλια, {unread} μη αναγνωσμένα", + "Todo items" : "Στοιχεία todo", "Edit card title" : "Επεξεργασία τίτλου κάρτας", + "Card deleted" : "Η καρτέλα διαγράφηκε", "Edit title" : "Επεξεργασία τίτλου", "Assign to me" : "Ανάθεση σε εμένα", "Unassign myself" : "Αποδέσμευσή μου", "Mark as not done" : "Σήμανση ως ολοκληρωμένου", "Delete card" : "Διαγραφή καρτέλας", - "Card deleted" : "Η καρτέλα διαγράφηκε", "seconds ago" : " δευτερόλεπτα πριν ", "Keyboard shortcuts" : "Συντομεύσεις πληκτρολογίου", "Boost your productivity using Deck with keyboard shortcuts." : "Αυξήστε την παραγωγικότητά σας στο Deck χρησιμοποιώντας συντομεύσεις πληκτρολογίου.", @@ -314,6 +312,13 @@ "Limit board creation to some groups" : "Περιορισμός της δημιουργίας πινάκων σε ορισμένες ομάδες", "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Οι χρήστες εκτός αυτών των ομάδων δεν θα μπορούν να δημιουργούν τους δικούς τους πίνακες, αλλά θα μπορούν να εργάζονται σε πίνακες που τους έχουν διαμοιραστεί.", "Cancel edit" : "Ακύρωση επεξεργασίας", + "Board {0} deleted" : "Διαγράφηκε {0} πίνακας ", + "All cards" : "Όλες οι καρτέλες", + "Only assigned cards" : "Μόνο καρτέλες που έχουν ανατεθεί", + "No reminder" : "Δεν υπάρχει υπενθύμιση", + "An error occurred" : "Παρουσιάστηκε σφάλμα", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Είστε βέβαιοι ότι θέλετε να διαγράψετε τον πίνακα {title}; Αυτό θα διαγράψει όλα τα δεδομένα του πίνακα συμπεριλαμβανομένων και των αρχειοθετημένων καρτών.", + "Delete the board?" : "Διαγραφή του πίνακα;", "Board details" : "Λεπτομέριες πίνακα", "Edit board" : "Επεξεργασία πίνακα", "Clone board" : "Κλώνος πίνακα", @@ -323,16 +328,9 @@ "Turn on due date reminders" : "Ενεργοποιήστε τις υπενθυμίσεις ημερομηνίας προθεσμίας", "Turn off due date reminders" : "Απενεργοποιήστε τις υπενθυμίσεις ημερομηνίας προθεσμίας", "Due date reminders" : "Υπενθυμίσεις ημερομηνίας προθεσμίας", - "All cards" : "Όλες οι καρτέλες", "Assigned cards" : "Ανατεθειμένες καρτέλες", "No notifications" : "Δεν υπάρχουν ειδοποιήσεις", "Delete board" : "Διαγραφή πίνακα", - "Board {0} deleted" : "Διαγράφηκε {0} πίνακας ", - "Only assigned cards" : "Μόνο καρτέλες που έχουν ανατεθεί", - "No reminder" : "Δεν υπάρχει υπενθύμιση", - "An error occurred" : "Παρουσιάστηκε σφάλμα", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Είστε βέβαιοι ότι θέλετε να διαγράψετε τον πίνακα {title}; Αυτό θα διαγράψει όλα τα δεδομένα του πίνακα συμπεριλαμβανομένων και των αρχειοθετημένων καρτών.", - "Delete the board?" : "Διαγραφή του πίνακα;", "Clone cards" : "Κάρτες κλώνου", "Advanced options" : "Επιλογές για προχωρημένους", "Clone" : "Κλώνος", @@ -343,14 +341,15 @@ "Search for {searchQuery} in all boards" : "Αναζήτηση για {searchQuery} σε όλους τους πίνακες", "No results found" : "Δεν βρέθηκαν αποτελέσματα", "Deck board {name}\n* Last modified on {lastMod}" : "Πίνακας Deck {name}\n* Τελευταία τροποποίηση στις {lastMod}", - "{stack} in {board}" : "{stack} στο {board}", - "Click to expand description" : "Κλικ για επέκταση περιγραφής", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Δημιουργήθηκε στις {created}\n* Τροποποιήθηκε στις {lastMod}\n* {nbAttachments} συνημμένα\n* {nbComments} σχόλια", "{nbCards} cards" : "{nbCards} κάρτες", + "Due on {date}" : "Προθεσμία στις {date}", + "{stack} in {board}" : "{stack} στο {board}", + "Click to expand description" : "Κλικ για επέκταση περιγραφής", "Click to expand comment" : "Κλικ για επέκταση σχολίου", + "Create card" : "Δημιουργία καρτέλας", "Create a new card" : "Δημιουργία νέας καρτέλας", "Card title" : "Τίτλος καρτέλας", - "Create card" : "Δημιουργία καρτέλας", "Creating the new card …" : "Γίνεται δημιουργία της νέας καρτέλας...", "Card \"{card}\" was added to \"{board}\"" : "Η καρτέλα \"{card}\" προστέθηκε στο \"{board}\"", "Open card" : "Άνοιγμα καρτέλας", @@ -360,10 +359,6 @@ "upcoming cards tomorrow" : "επερχόμενες κάρτες αύριο", "upcoming cards" : "επερχόμενες καρτέλες", "New card" : "Νέα κάρτα", - "Due on {date}" : "Προθεσμία στις {date}", - "This weekend – {timeLocale}" : "Αυτή την εβδομάδα – {timeLocale}", - "Tomorrow – {timeLocale}" : "Αύριο – {timeLocale}", - "Later today – {timeLocale}" : "Αργότερα σήμερα – {timeLocale}", "Link to a board" : "Σύνδεσμος στον πίνακα", "Link to a card" : "Σύνδεσμος σε καρτέλα", "Create a card" : "Δημιουργία καρτέλας", @@ -375,6 +370,12 @@ "Share with a Deck card" : "Μοιραστείτε με μια καρτέλα Deck", "Share {file} with a Deck card" : "Μοιραστείτε το {file} με μια καρτέλα Deck", "Share" : "Μοιραστείτε", + "Personal" : "Προσωπικά", + "To do" : "Προς Ενέργεια", + "Doing" : "Σε εξέλιξη", + "Example Task 3" : "Παράδειγμα Εργασίας 3", + "Example Task 2" : "Παράδειγμα Εργασίας 2", + "Example Task 1" : "Παράδειγμα Εργασίας 1", "Move card to another board" : "Μετακίνηση καρτέλας σε άλλο πίνακα", "Filter by completed" : "Φίλτρο ανά ολοκλήρωση" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/en_GB.js b/l10n/en_GB.js index a5e280eae..dc0747d76 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -76,7 +76,7 @@ OC.L10N.register( "Cards due tomorrow" : "Cards due tomorrow", "Upcoming cards" : "Upcoming cards", "Load more" : "Load more", - "Personal" : "Personal", + "Welcome to Nextcloud Deck!" : "Welcome to Nextcloud Deck!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "The card \"%s\" on \"%s\" has been assigned to you by %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} has assigned the card {deck-card} on {deck-board} to you.", "The card \"%s\" on \"%s\" has reached its due date." : "The card \"%s\" on \"%s\" has reached its due date.", @@ -99,12 +99,16 @@ OC.L10N.register( "Action needed" : "Action needed", "Later" : "Later", "copy" : "copy", - "To do" : "To do", - "Doing" : "Doing", + "Read more inside" : "Read more inside", + "Custom lists - click to rename!" : "Custom lists - click to rename!", + "To Do" : "To Do", + "In Progress" : "In Progress", "Done" : "Done", - "Example Task 3" : "Example Task 3", - "Example Task 2" : "Example Task 2", - "Example Task 1" : "Example Task 1", + "1. Open to learn more about boards and cards" : "1. Open to learn more about boards and cards", + "2. Drag cards left and right, up and down" : "2. Drag cards left and right, up and down", + "3. Apply rich formatting and link content" : "3. Apply rich formatting and link content", + "4. Share, comment and collaborate!" : "4. Share, comment and collaborate!", + "Create your first card!" : "Create your first card!", "The file was uploaded" : "The file was uploaded", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "The uploaded file exceeds the upload_max_filesize directive in php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form", @@ -120,8 +124,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD", "Personal planning and team project organization" : "Personal planning and team project organization", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized", - "Card details" : "Card details", "Add board" : "Add board", + "Card details" : "Card details", "Select the board to link to a project" : "Select the board to link to a project", "Search by board title" : "Search by board title", "Select board" : "Select board", @@ -131,17 +135,17 @@ OC.L10N.register( "Select a list" : "Select a list", "Move card" : "Move card", "Copy card" : "Copy card", - "Select a card" : "Select a card", - "Cancel" : "Cancel", "Select the card to link to a project" : "Select the card to link to a project", "Link to card" : "Link to card", + "Select a card" : "Select a card", + "Cancel" : "Cancel", + "This board is read only" : "This board is read only", + "Drop your files to upload" : "Drop your files to upload", "File already exists" : "File already exists", "A file with the name {filename} already exists." : "A file with the name {filename} already exists.", "Do you want to overwrite it?" : "Do you want to overwrite it?", "Overwrite file" : "Overwrite file", "Keep existing file" : "Keep existing file", - "This board is read only" : "This board is read only", - "Drop your files to upload" : "Drop your files to upload", "Add card" : "Add card", "Archived cards" : "Archived cards", "Add list" : "Add list", @@ -182,6 +186,12 @@ OC.L10N.register( "Deleted lists" : "Deleted lists", "Undo" : "Undo", "Deleted cards" : "Deleted cards", + "Failed to create share with {displayName}" : "Failed to create share with {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Are you sure you want to transfer the board {title} to {user}?", + "Transfer the board." : "Transfer the board.", + "Transfer" : "Transfer", + "The board has been transferred to {user}" : "The board has been transferred to {user}", + "Failed to transfer the board to {user}" : "Failed to transfer the board to {user}", "Share board with a user, group or team …" : "Share board with a user, group or team …", "Searching for users, groups and teams …" : "Searching for users, groups and teams …", "No participants found" : "No participants found", @@ -193,12 +203,7 @@ OC.L10N.register( "Can manage" : "Can manage", "Owner" : "Owner", "Delete" : "Delete", - "Failed to create share with {displayName}" : "Failed to create share with {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Are you sure you want to transfer the board {title} to {user}?", - "Transfer the board." : "Transfer the board.", - "Transfer" : "Transfer", - "The board has been transferred to {user}" : "The board has been transferred to {user}", - "Failed to transfer the board to {user}" : "Failed to transfer the board to {user}", + "List deleted" : "List deleted", "Edit list title" : "Edit list title", "Archive all cards" : "Archive all cards", "Unarchive all cards" : "Unarchive all cards", @@ -207,15 +212,16 @@ OC.L10N.register( "Unarchive all cards in this list" : "Unarchive all cards in this list", "Add a new card" : "Add a new card", "Card name" : "Card name", - "List deleted" : "List deleted", + "title and color value must be provided" : "title and colour value must be provided", "Edit" : "Edit", "Add a new tag" : "Add a new tag", - "title and color value must be provided" : "title and colour value must be provided", "Board name" : "Board name", "Members" : "Members", "Assign to users/groups/team" : "Assign to users/groups/team", "Assign a user to this card…" : "Assign a user to this card…", "Select a user to assign to this card…" : "Select a user to assign to this card…", + "File to share" : "File to share", + "Invalid path selected" : "Invalid path selected", "Upload new files" : "Upload new files", "Share from Files" : "Share from Files", "Pending share" : "Pending share", @@ -225,25 +231,24 @@ OC.L10N.register( "Remove attachment" : "Remove attachment", "Delete Attachment" : "Delete Attachment", "Restore Attachment" : "Restore Attachment", - "File to share" : "File to share", - "Invalid path selected" : "Invalid path selected", + "Modified" : "Modified", + "Created" : "Created", + "The title cannot be empty." : "The title cannot be empty.", "Open in sidebar view" : "Open in sidebar view", "Open in bigger view" : "Open in bigger view", "Attachments" : "Attachments", "Comments" : "Comments", - "Modified" : "Modified", - "Created" : "Created", - "The title cannot be empty." : "The title cannot be empty.", - "No comments yet. Begin the discussion!" : "No comments yet. Begin the discussion!", "Failed to load comments" : "Failed to load comments", - "Save" : "Save", + "No comments yet. Begin the discussion!" : "No comments yet. Begin the discussion!", "The comment cannot be empty." : "The comment cannot be empty.", "The comment cannot be longer than 1000 characters." : "The comment cannot be longer than 1000 characters.", + "Save" : "Save", + "Created:" : "Created:", "In reply to" : "In reply to", "Cancel reply" : "Cancel reply", "Reply" : "Reply", "Update" : "Update", - "Created:" : "Created:", + "Write a description …" : "Write a description …", "Description" : "Description", "(Unsaved)" : "(Unsaved)", "(Saving…)" : "(Saving…)", @@ -251,8 +256,16 @@ OC.L10N.register( "Edit description" : "Edit description", "View description" : "View description", "Add Attachment" : "Add Attachment", - "Write a description …" : "Write a description …", "Choose attachment" : "Choose attachment", + "Select Date" : "Select Date", + "Later today – {timeLocale}" : "Later today – {timeLocale}", + "Set due date for later today" : "Set due date for later today", + "Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}", + "Set due date for tomorrow" : "Set due date for tomorrow", + "This weekend – {timeLocale}" : "This weekend – {timeLocale}", + "Set due date for this weekend" : "Set due date for this weekend", + "Next week – {timeLocale}" : "Next week – {timeLocale}", + "Set due date for next week" : "Set due date for next week", "Assign a due date to this card…" : "Assign a due date to this card…", "Set a due date" : "Set a due date", "Add due date" : "Add due date", @@ -263,26 +276,20 @@ OC.L10N.register( "Not done" : "Not done", "Unarchive card" : "Unarchive card", "Archive card" : "Archive card", - "Select Date" : "Select Date", - "Set due date for later today" : "Set due date for later today", - "Set due date for tomorrow" : "Set due date for tomorrow", - "Set due date for this weekend" : "Set due date for this weekend", - "Set due date for next week" : "Set due date for next week", "Assign a tag to this card…" : "Assign a tag to this card…", "Select or create a tag…" : "Select or create a tag…", "Create a new tag:" : "Create a new tag:", "(group)" : "(group)", - "Next week – {timeLocale}" : "Next week – {timeLocale}", - "Todo items" : "Todo items", "{count} comments, {unread} unread" : "{count} comments, {unread} unread", + "Todo items" : "Todo items", "Edit card title" : "Edit card title", "Open link" : "Open link", + "Card deleted" : "Card deleted", "Edit title" : "Edit title", "Assign to me" : "Assign to me", "Unassign myself" : "Unassign myself", "Mark as not done" : "Mark as not done", "Delete card" : "Delete card", - "Card deleted" : "Card deleted", "seconds ago" : "seconds ago", "Keyboard shortcuts" : "Keyboard shortcuts", "Boost your productivity using Deck with keyboard shortcuts." : "Boost your productivity using Deck with keyboard shortcuts.", @@ -321,6 +328,13 @@ OC.L10N.register( "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.", "Cancel edit" : "Cancel edit", "Save board" : "Save board", + "Board {0} deleted" : "Board {0} deleted", + "All cards" : "All cards", + "Only assigned cards" : "Only assigned cards", + "No reminder" : "No reminder", + "An error occurred" : "An error occurred", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.", + "Delete the board?" : "Delete the board?", "Board details" : "Board details", "Edit board" : "Edit board", "Clone board" : "Clone board", @@ -330,16 +344,9 @@ OC.L10N.register( "Turn on due date reminders" : "Turn on due date reminders", "Turn off due date reminders" : "Turn off due date reminders", "Due date reminders" : "Due date reminders", - "All cards" : "All cards", "Assigned cards" : "Assigned cards", "No notifications" : "No notifications", "Delete board" : "Delete board", - "Board {0} deleted" : "Board {0} deleted", - "Only assigned cards" : "Only assigned cards", - "No reminder" : "No reminder", - "An error occurred" : "An error occurred", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.", - "Delete the board?" : "Delete the board?", "Clone {boardTitle}" : "Clone {boardTitle}", "Clone cards" : "Clone cards", "Clone assignments" : "Clone assignments", @@ -356,14 +363,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards", "No results found" : "No results found", "Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}", - "{stack} in {board}" : "{stack} in {board}", - "Click to expand description" : "Click to expand description", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments", "{nbCards} cards" : "{nbCards} cards", + "Due on {date}" : "Due on {date}", + "{stack} in {board}" : "{stack} in {board}", + "Click to expand description" : "Click to expand description", "Click to expand comment" : "Click to expand comment", + "Create card" : "Create card", "Create a new card" : "Create a new card", "Card title" : "Card title", - "Create card" : "Create card", "Creating the new card …" : "Creating the new card …", "Card \"{card}\" was added to \"{board}\"" : "Card \"{card}\" was added to \"{board}\"", "Open card" : "Open card", @@ -373,10 +381,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "upcoming cards tomorrow", "upcoming cards" : "upcoming cards", "New card" : "New card", - "Due on {date}" : "Due on {date}", - "This weekend – {timeLocale}" : "This weekend – {timeLocale}", - "Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}", - "Later today – {timeLocale}" : "Later today – {timeLocale}", "Link to a board" : "Link to a board", "Link to a card" : "Link to a card", "Create a card" : "Create a card", @@ -388,6 +392,12 @@ OC.L10N.register( "Share with a Deck card" : "Share with a Deck card", "Share {file} with a Deck card" : "Share {file} with a Deck card", "Share" : "Share", + "Personal" : "Personal", + "To do" : "To do", + "Doing" : "Doing", + "Example Task 3" : "Example Task 3", + "Example Task 2" : "Example Task 2", + "Example Task 1" : "Example Task 1", "Move card to another board" : "Move card to another board", "Filter by completed" : "Filter by completed" }, diff --git a/l10n/en_GB.json b/l10n/en_GB.json index e07f99700..ace379f1c 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -74,7 +74,7 @@ "Cards due tomorrow" : "Cards due tomorrow", "Upcoming cards" : "Upcoming cards", "Load more" : "Load more", - "Personal" : "Personal", + "Welcome to Nextcloud Deck!" : "Welcome to Nextcloud Deck!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "The card \"%s\" on \"%s\" has been assigned to you by %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} has assigned the card {deck-card} on {deck-board} to you.", "The card \"%s\" on \"%s\" has reached its due date." : "The card \"%s\" on \"%s\" has reached its due date.", @@ -97,12 +97,16 @@ "Action needed" : "Action needed", "Later" : "Later", "copy" : "copy", - "To do" : "To do", - "Doing" : "Doing", + "Read more inside" : "Read more inside", + "Custom lists - click to rename!" : "Custom lists - click to rename!", + "To Do" : "To Do", + "In Progress" : "In Progress", "Done" : "Done", - "Example Task 3" : "Example Task 3", - "Example Task 2" : "Example Task 2", - "Example Task 1" : "Example Task 1", + "1. Open to learn more about boards and cards" : "1. Open to learn more about boards and cards", + "2. Drag cards left and right, up and down" : "2. Drag cards left and right, up and down", + "3. Apply rich formatting and link content" : "3. Apply rich formatting and link content", + "4. Share, comment and collaborate!" : "4. Share, comment and collaborate!", + "Create your first card!" : "Create your first card!", "The file was uploaded" : "The file was uploaded", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "The uploaded file exceeds the upload_max_filesize directive in php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form", @@ -118,8 +122,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD", "Personal planning and team project organization" : "Personal planning and team project organization", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized", - "Card details" : "Card details", "Add board" : "Add board", + "Card details" : "Card details", "Select the board to link to a project" : "Select the board to link to a project", "Search by board title" : "Search by board title", "Select board" : "Select board", @@ -129,17 +133,17 @@ "Select a list" : "Select a list", "Move card" : "Move card", "Copy card" : "Copy card", - "Select a card" : "Select a card", - "Cancel" : "Cancel", "Select the card to link to a project" : "Select the card to link to a project", "Link to card" : "Link to card", + "Select a card" : "Select a card", + "Cancel" : "Cancel", + "This board is read only" : "This board is read only", + "Drop your files to upload" : "Drop your files to upload", "File already exists" : "File already exists", "A file with the name {filename} already exists." : "A file with the name {filename} already exists.", "Do you want to overwrite it?" : "Do you want to overwrite it?", "Overwrite file" : "Overwrite file", "Keep existing file" : "Keep existing file", - "This board is read only" : "This board is read only", - "Drop your files to upload" : "Drop your files to upload", "Add card" : "Add card", "Archived cards" : "Archived cards", "Add list" : "Add list", @@ -180,6 +184,12 @@ "Deleted lists" : "Deleted lists", "Undo" : "Undo", "Deleted cards" : "Deleted cards", + "Failed to create share with {displayName}" : "Failed to create share with {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Are you sure you want to transfer the board {title} to {user}?", + "Transfer the board." : "Transfer the board.", + "Transfer" : "Transfer", + "The board has been transferred to {user}" : "The board has been transferred to {user}", + "Failed to transfer the board to {user}" : "Failed to transfer the board to {user}", "Share board with a user, group or team …" : "Share board with a user, group or team …", "Searching for users, groups and teams …" : "Searching for users, groups and teams …", "No participants found" : "No participants found", @@ -191,12 +201,7 @@ "Can manage" : "Can manage", "Owner" : "Owner", "Delete" : "Delete", - "Failed to create share with {displayName}" : "Failed to create share with {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Are you sure you want to transfer the board {title} to {user}?", - "Transfer the board." : "Transfer the board.", - "Transfer" : "Transfer", - "The board has been transferred to {user}" : "The board has been transferred to {user}", - "Failed to transfer the board to {user}" : "Failed to transfer the board to {user}", + "List deleted" : "List deleted", "Edit list title" : "Edit list title", "Archive all cards" : "Archive all cards", "Unarchive all cards" : "Unarchive all cards", @@ -205,15 +210,16 @@ "Unarchive all cards in this list" : "Unarchive all cards in this list", "Add a new card" : "Add a new card", "Card name" : "Card name", - "List deleted" : "List deleted", + "title and color value must be provided" : "title and colour value must be provided", "Edit" : "Edit", "Add a new tag" : "Add a new tag", - "title and color value must be provided" : "title and colour value must be provided", "Board name" : "Board name", "Members" : "Members", "Assign to users/groups/team" : "Assign to users/groups/team", "Assign a user to this card…" : "Assign a user to this card…", "Select a user to assign to this card…" : "Select a user to assign to this card…", + "File to share" : "File to share", + "Invalid path selected" : "Invalid path selected", "Upload new files" : "Upload new files", "Share from Files" : "Share from Files", "Pending share" : "Pending share", @@ -223,25 +229,24 @@ "Remove attachment" : "Remove attachment", "Delete Attachment" : "Delete Attachment", "Restore Attachment" : "Restore Attachment", - "File to share" : "File to share", - "Invalid path selected" : "Invalid path selected", + "Modified" : "Modified", + "Created" : "Created", + "The title cannot be empty." : "The title cannot be empty.", "Open in sidebar view" : "Open in sidebar view", "Open in bigger view" : "Open in bigger view", "Attachments" : "Attachments", "Comments" : "Comments", - "Modified" : "Modified", - "Created" : "Created", - "The title cannot be empty." : "The title cannot be empty.", - "No comments yet. Begin the discussion!" : "No comments yet. Begin the discussion!", "Failed to load comments" : "Failed to load comments", - "Save" : "Save", + "No comments yet. Begin the discussion!" : "No comments yet. Begin the discussion!", "The comment cannot be empty." : "The comment cannot be empty.", "The comment cannot be longer than 1000 characters." : "The comment cannot be longer than 1000 characters.", + "Save" : "Save", + "Created:" : "Created:", "In reply to" : "In reply to", "Cancel reply" : "Cancel reply", "Reply" : "Reply", "Update" : "Update", - "Created:" : "Created:", + "Write a description …" : "Write a description …", "Description" : "Description", "(Unsaved)" : "(Unsaved)", "(Saving…)" : "(Saving…)", @@ -249,8 +254,16 @@ "Edit description" : "Edit description", "View description" : "View description", "Add Attachment" : "Add Attachment", - "Write a description …" : "Write a description …", "Choose attachment" : "Choose attachment", + "Select Date" : "Select Date", + "Later today – {timeLocale}" : "Later today – {timeLocale}", + "Set due date for later today" : "Set due date for later today", + "Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}", + "Set due date for tomorrow" : "Set due date for tomorrow", + "This weekend – {timeLocale}" : "This weekend – {timeLocale}", + "Set due date for this weekend" : "Set due date for this weekend", + "Next week – {timeLocale}" : "Next week – {timeLocale}", + "Set due date for next week" : "Set due date for next week", "Assign a due date to this card…" : "Assign a due date to this card…", "Set a due date" : "Set a due date", "Add due date" : "Add due date", @@ -261,26 +274,20 @@ "Not done" : "Not done", "Unarchive card" : "Unarchive card", "Archive card" : "Archive card", - "Select Date" : "Select Date", - "Set due date for later today" : "Set due date for later today", - "Set due date for tomorrow" : "Set due date for tomorrow", - "Set due date for this weekend" : "Set due date for this weekend", - "Set due date for next week" : "Set due date for next week", "Assign a tag to this card…" : "Assign a tag to this card…", "Select or create a tag…" : "Select or create a tag…", "Create a new tag:" : "Create a new tag:", "(group)" : "(group)", - "Next week – {timeLocale}" : "Next week – {timeLocale}", - "Todo items" : "Todo items", "{count} comments, {unread} unread" : "{count} comments, {unread} unread", + "Todo items" : "Todo items", "Edit card title" : "Edit card title", "Open link" : "Open link", + "Card deleted" : "Card deleted", "Edit title" : "Edit title", "Assign to me" : "Assign to me", "Unassign myself" : "Unassign myself", "Mark as not done" : "Mark as not done", "Delete card" : "Delete card", - "Card deleted" : "Card deleted", "seconds ago" : "seconds ago", "Keyboard shortcuts" : "Keyboard shortcuts", "Boost your productivity using Deck with keyboard shortcuts." : "Boost your productivity using Deck with keyboard shortcuts.", @@ -319,6 +326,13 @@ "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.", "Cancel edit" : "Cancel edit", "Save board" : "Save board", + "Board {0} deleted" : "Board {0} deleted", + "All cards" : "All cards", + "Only assigned cards" : "Only assigned cards", + "No reminder" : "No reminder", + "An error occurred" : "An error occurred", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.", + "Delete the board?" : "Delete the board?", "Board details" : "Board details", "Edit board" : "Edit board", "Clone board" : "Clone board", @@ -328,16 +342,9 @@ "Turn on due date reminders" : "Turn on due date reminders", "Turn off due date reminders" : "Turn off due date reminders", "Due date reminders" : "Due date reminders", - "All cards" : "All cards", "Assigned cards" : "Assigned cards", "No notifications" : "No notifications", "Delete board" : "Delete board", - "Board {0} deleted" : "Board {0} deleted", - "Only assigned cards" : "Only assigned cards", - "No reminder" : "No reminder", - "An error occurred" : "An error occurred", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.", - "Delete the board?" : "Delete the board?", "Clone {boardTitle}" : "Clone {boardTitle}", "Clone cards" : "Clone cards", "Clone assignments" : "Clone assignments", @@ -354,14 +361,15 @@ "Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards", "No results found" : "No results found", "Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}", - "{stack} in {board}" : "{stack} in {board}", - "Click to expand description" : "Click to expand description", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments", "{nbCards} cards" : "{nbCards} cards", + "Due on {date}" : "Due on {date}", + "{stack} in {board}" : "{stack} in {board}", + "Click to expand description" : "Click to expand description", "Click to expand comment" : "Click to expand comment", + "Create card" : "Create card", "Create a new card" : "Create a new card", "Card title" : "Card title", - "Create card" : "Create card", "Creating the new card …" : "Creating the new card …", "Card \"{card}\" was added to \"{board}\"" : "Card \"{card}\" was added to \"{board}\"", "Open card" : "Open card", @@ -371,10 +379,6 @@ "upcoming cards tomorrow" : "upcoming cards tomorrow", "upcoming cards" : "upcoming cards", "New card" : "New card", - "Due on {date}" : "Due on {date}", - "This weekend – {timeLocale}" : "This weekend – {timeLocale}", - "Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}", - "Later today – {timeLocale}" : "Later today – {timeLocale}", "Link to a board" : "Link to a board", "Link to a card" : "Link to a card", "Create a card" : "Create a card", @@ -386,6 +390,12 @@ "Share with a Deck card" : "Share with a Deck card", "Share {file} with a Deck card" : "Share {file} with a Deck card", "Share" : "Share", + "Personal" : "Personal", + "To do" : "To do", + "Doing" : "Doing", + "Example Task 3" : "Example Task 3", + "Example Task 2" : "Example Task 2", + "Example Task 1" : "Example Task 1", "Move card to another board" : "Move card to another board", "Filter by completed" : "Filter by completed" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/eo.js b/l10n/eo.js index 9887b5621..5265f1c88 100644 --- a/l10n/eo.js +++ b/l10n/eo.js @@ -42,7 +42,6 @@ OC.L10N.register( "Deck" : "Kartaro", "Changes in the Deck app" : "Ŝanĝoj en la aplikaĵo Kartaro", "A comment was created on a card" : "Komento kreiĝis sur karton", - "Personal" : "Persona", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "La karto „%s“ sur „%s“ estis atribuita al vi de %s.", "The card \"%s\" on \"%s\" has reached its due date." : "La karto „%s“ sur „%s“ atingis sian limdaton.", "%s has mentioned you in a comment on \"%s\"." : "%s menciis vin en komento ĉe „%s“.", @@ -54,12 +53,7 @@ OC.L10N.register( "Action needed" : "Ago bezonata", "Later" : "Poste", "copy" : "kopio", - "To do" : "Farota", - "Doing" : "Farata", "Done" : "Farita", - "Example Task 3" : "Ekzempla tasko 3", - "Example Task 2" : "Ekzempla tasko 2", - "Example Task 1" : "Ekzempla tasko 1", "The file was uploaded" : "La dosiero alŝutiĝis", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "La dosiero alŝutita superas la regulon „upload_max_filesize“ el „php.ini“", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "La dosiero alŝutita superas la regulon „MAX_FILE_SIZE“ specifita en la HTML-formularo", @@ -97,20 +91,20 @@ OC.L10N.register( "Edit" : "Redakti", "Members" : "Membroj", "Download" : "Elŝuti", - "Attachments" : "Dosieraj aldonaĵoj", - "Comments" : "Komentoj", "Modified" : "Modifita", "Created" : "Kreita", + "Attachments" : "Dosieraj aldonaĵoj", + "Comments" : "Komentoj", "Save" : "Konservi", + "Created:" : "Kreita:", "Reply" : "Respondi", "Update" : "Ĝisdatigi", - "Created:" : "Kreita:", "Description" : "Priskribo", "Formatting help" : "Helpo pri tekstaranĝo", + "Select Date" : "Elekti daton", "Remove due date" : "Viŝi limdaton", "Unarchive card" : "Malarĥivigi karton", "Archive card" : "Arĥivigi karton", - "Select Date" : "Elekti daton", "(group)" : "(grupo)", "Delete card" : "Forigi karton", "seconds ago" : "antaŭ kelkaj sekundoj", @@ -118,12 +112,12 @@ OC.L10N.register( "Search" : "Serĉi", "Archived boards" : "Arĥivigitaj tabuloj", "Shared with you" : "Kunhavata kun vi", + "An error occurred" : "Eraro okazis", "Edit board" : "Modifi tabulon", "Unarchive board" : "Elarĥivigi tabulon", "Archive board" : "Enarĥivigi tabulon", "No notifications" : "Neniu sciigo", "Delete board" : "Forigi tabulon", - "An error occurred" : "Eraro okazis", "Advanced options" : "Detalaj agordoj", "Today" : "Hodiaŭ", "Tomorrow" : "Morgaŭ", @@ -131,6 +125,12 @@ OC.L10N.register( "Link to a board" : "Ligilo al tabulo", "Maximum file size of {size} exceeded" : "Maksimuma dosiergrando {size} transpasita", "Error creating the share" : "Eraro dum kreo de la kunhavigo", - "Share" : "Kunhavigi" + "Share" : "Kunhavigi", + "Personal" : "Persona", + "To do" : "Farota", + "Doing" : "Farata", + "Example Task 3" : "Ekzempla tasko 3", + "Example Task 2" : "Ekzempla tasko 2", + "Example Task 1" : "Ekzempla tasko 1" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/eo.json b/l10n/eo.json index 4a0e3a45e..797dd78b8 100644 --- a/l10n/eo.json +++ b/l10n/eo.json @@ -40,7 +40,6 @@ "Deck" : "Kartaro", "Changes in the Deck app" : "Ŝanĝoj en la aplikaĵo Kartaro", "A comment was created on a card" : "Komento kreiĝis sur karton", - "Personal" : "Persona", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "La karto „%s“ sur „%s“ estis atribuita al vi de %s.", "The card \"%s\" on \"%s\" has reached its due date." : "La karto „%s“ sur „%s“ atingis sian limdaton.", "%s has mentioned you in a comment on \"%s\"." : "%s menciis vin en komento ĉe „%s“.", @@ -52,12 +51,7 @@ "Action needed" : "Ago bezonata", "Later" : "Poste", "copy" : "kopio", - "To do" : "Farota", - "Doing" : "Farata", "Done" : "Farita", - "Example Task 3" : "Ekzempla tasko 3", - "Example Task 2" : "Ekzempla tasko 2", - "Example Task 1" : "Ekzempla tasko 1", "The file was uploaded" : "La dosiero alŝutiĝis", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "La dosiero alŝutita superas la regulon „upload_max_filesize“ el „php.ini“", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "La dosiero alŝutita superas la regulon „MAX_FILE_SIZE“ specifita en la HTML-formularo", @@ -95,20 +89,20 @@ "Edit" : "Redakti", "Members" : "Membroj", "Download" : "Elŝuti", - "Attachments" : "Dosieraj aldonaĵoj", - "Comments" : "Komentoj", "Modified" : "Modifita", "Created" : "Kreita", + "Attachments" : "Dosieraj aldonaĵoj", + "Comments" : "Komentoj", "Save" : "Konservi", + "Created:" : "Kreita:", "Reply" : "Respondi", "Update" : "Ĝisdatigi", - "Created:" : "Kreita:", "Description" : "Priskribo", "Formatting help" : "Helpo pri tekstaranĝo", + "Select Date" : "Elekti daton", "Remove due date" : "Viŝi limdaton", "Unarchive card" : "Malarĥivigi karton", "Archive card" : "Arĥivigi karton", - "Select Date" : "Elekti daton", "(group)" : "(grupo)", "Delete card" : "Forigi karton", "seconds ago" : "antaŭ kelkaj sekundoj", @@ -116,12 +110,12 @@ "Search" : "Serĉi", "Archived boards" : "Arĥivigitaj tabuloj", "Shared with you" : "Kunhavata kun vi", + "An error occurred" : "Eraro okazis", "Edit board" : "Modifi tabulon", "Unarchive board" : "Elarĥivigi tabulon", "Archive board" : "Enarĥivigi tabulon", "No notifications" : "Neniu sciigo", "Delete board" : "Forigi tabulon", - "An error occurred" : "Eraro okazis", "Advanced options" : "Detalaj agordoj", "Today" : "Hodiaŭ", "Tomorrow" : "Morgaŭ", @@ -129,6 +123,12 @@ "Link to a board" : "Ligilo al tabulo", "Maximum file size of {size} exceeded" : "Maksimuma dosiergrando {size} transpasita", "Error creating the share" : "Eraro dum kreo de la kunhavigo", - "Share" : "Kunhavigi" + "Share" : "Kunhavigi", + "Personal" : "Persona", + "To do" : "Farota", + "Doing" : "Farata", + "Example Task 3" : "Ekzempla tasko 3", + "Example Task 2" : "Ekzempla tasko 2", + "Example Task 1" : "Ekzempla tasko 1" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/es.js b/l10n/es.js index 175ef3b4b..5eb4926c8 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -76,7 +76,6 @@ OC.L10N.register( "Cards due tomorrow" : "Tarjetas que vencen mañana", "Upcoming cards" : "Próximas tarjetas", "Load more" : "Cargar más", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "La tarjeta \"%s\" en \"%s\" te ha sido asignada por %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} te ha asigando la tarjeta {deck-card} de {deck-board} a ti.", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alcanzado su fecha límite.", @@ -99,12 +98,9 @@ OC.L10N.register( "Action needed" : "Acción necesaria", "Later" : "Después", "copy" : "copiar", - "To do" : "Por hacer", - "Doing" : "Haciendo", + "To Do" : "Por hacer", + "In Progress" : "En progreso", "Done" : "Hecho", - "Example Task 3" : "Tarea de ejemplo 3", - "Example Task 2" : "Tarea de ejemplo 2", - "Example Task 1" : "Tarea de ejemplo 1", "The file was uploaded" : "Se ha subido el archivo", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo subido excede la directiva upload_max_filesize en php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido excede la directiva MAX_FILE-SIZE directive que se especificó en el formulario web", @@ -120,8 +116,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "Fecha no válida, el formato de las fechas debe ser AAAA-MM-DD", "Personal planning and team project organization" : "Planificación personal y organización de proyecto de equipo", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto", - "Card details" : "Detalles de la tarjeta", "Add board" : "Añadir tablero", + "Card details" : "Detalles de la tarjeta", "Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto", "Search by board title" : "Buscar por título de tablero", "Select board" : "Selecciona tablero", @@ -131,17 +127,17 @@ OC.L10N.register( "Select a list" : "Seleccionar una lista", "Move card" : "Mover tarjeta", "Copy card" : "Copiar tarjeta", - "Select a card" : "Seleccionar una tarjeta", - "Cancel" : "Cancelar", "Select the card to link to a project" : "Selecciona la tarjeta que enlazar a un proyecto", "Link to card" : "Enlace a tarjeta", + "Select a card" : "Seleccionar una tarjeta", + "Cancel" : "Cancelar", + "This board is read only" : "Este tablero es de sólo lectura", + "Drop your files to upload" : "Arrastra tus archivos para subir", "File already exists" : "El archivo ya existe", "A file with the name {filename} already exists." : "Ya existe un archivo con el nombre {filename}.", "Do you want to overwrite it?" : "¿Desea sobreescribirlo?", "Overwrite file" : "Sobreescribir archivo", "Keep existing file" : "Mantener el archivo existente", - "This board is read only" : "Este tablero es de sólo lectura", - "Drop your files to upload" : "Arrastra tus archivos para subir", "Add card" : "Añadir tarjeta", "Archived cards" : "Tarjetas archivadas", "Add list" : "Agregar lista", @@ -182,6 +178,12 @@ OC.L10N.register( "Deleted lists" : "Listas eliminadas", "Undo" : "Deshacer", "Deleted cards" : "Cartas eliminadas", + "Failed to create share with {displayName}" : "Fallo al crear el recurso compartido denominado {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "¿Estás seguro de que quieres transferir el tablero {título} a {usuario}?", + "Transfer the board." : "Transfiere el tablero.", + "Transfer" : "Transferir", + "The board has been transferred to {user}" : "El tablero ha sido transferido a {usuario}", + "Failed to transfer the board to {user}" : "Failed to transfer the board to {user}", "Share board with a user, group or team …" : "Compartir tablero con un usuario, grupo o equipo …", "Searching for users, groups and teams …" : "Buscando usuarios, grupos y equipos …", "No participants found" : "No se encontraron participantes", @@ -193,12 +195,7 @@ OC.L10N.register( "Can manage" : "Puede gestionar", "Owner" : "Propietario", "Delete" : "Eliminar", - "Failed to create share with {displayName}" : "Fallo al crear el recurso compartido denominado {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "¿Estás seguro de que quieres transferir el tablero {título} a {usuario}?", - "Transfer the board." : "Transfiere el tablero.", - "Transfer" : "Transferir", - "The board has been transferred to {user}" : "El tablero ha sido transferido a {usuario}", - "Failed to transfer the board to {user}" : "Failed to transfer the board to {user}", + "List deleted" : "Lista borrada", "Edit list title" : "Editar el título de la lista", "Archive all cards" : "Archivar todas las tarjetas", "Unarchive all cards" : "Desarchivar todas las tarjetas", @@ -207,15 +204,16 @@ OC.L10N.register( "Unarchive all cards in this list" : "Desarchivar todas las tarjetas en esta lista", "Add a new card" : "Añadir una nueva tarjeta", "Card name" : "Nombre de la tarjeta", - "List deleted" : "Lista borrada", + "title and color value must be provided" : "Se debe indicar un valor para título y color ", "Edit" : "Editar", "Add a new tag" : "Añade una nueva etiqueta", - "title and color value must be provided" : "Se debe indicar un valor para título y color ", "Board name" : "Nombre del tablero", "Members" : "Miembros", "Assign to users/groups/team" : "Asignar a usuarios/grupos/equipo", "Assign a user to this card…" : "Asignar un usuario a esta tarjeta...", "Select a user to assign to this card…" : "Seleccione un usuario para asignar esta tarjeta…", + "File to share" : "Archivo a compartir", + "Invalid path selected" : "Ruta seleccionada no válida", "Upload new files" : "Subir nuevos archivos", "Share from Files" : "Compartir desde Archivos", "Pending share" : "Pendiente de compartir", @@ -225,25 +223,24 @@ OC.L10N.register( "Remove attachment" : "Quitar adjunto", "Delete Attachment" : "Borrar adjunto", "Restore Attachment" : "Restaurar Adjunto", - "File to share" : "Archivo a compartir", - "Invalid path selected" : "Ruta seleccionada no válida", + "Modified" : "Modificado", + "Created" : "Creado", + "The title cannot be empty." : "El título no puede estar vacío.", "Open in sidebar view" : "Abrir en vista de barra lateral", "Open in bigger view" : "Abrir en vista más grande", "Attachments" : "Adjuntos", "Comments" : "Comentarios", - "Modified" : "Modificado", - "Created" : "Creado", - "The title cannot be empty." : "El título no puede estar vacío.", - "No comments yet. Begin the discussion!" : "Todavía no hay comentarios. ¡Comienza la discusión!", "Failed to load comments" : "Fallo al cargar los comentarios", - "Save" : "Guardar", + "No comments yet. Begin the discussion!" : "Todavía no hay comentarios. ¡Comienza la discusión!", "The comment cannot be empty." : "El comentario no puede estar vacío.", "The comment cannot be longer than 1000 characters." : "El comentario no puede tener más de 1000 caracteres.", + "Save" : "Guardar", + "Created:" : "Creado:", "In reply to" : "En respuesta a", "Cancel reply" : "Cancelar respuesta", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", + "Write a description …" : "Escribe una descripción...", "Description" : "Descripción", "(Unsaved)" : "(Sin salvar)", "(Saving…)" : "(Guardando...)", @@ -251,8 +248,16 @@ OC.L10N.register( "Edit description" : "Editar descripción", "View description" : "Ver descripción", "Add Attachment" : "Añadir adjunto", - "Write a description …" : "Escribe una descripción...", "Choose attachment" : "Escoger adjunto", + "Select Date" : "Seleccione la fecha", + "Later today – {timeLocale}" : "Hoy, más tarde – {timeLocale}", + "Set due date for later today" : "Establecer hoy como fecha de vencimiento, más tarde", + "Tomorrow – {timeLocale}" : "Mañana – {timeLocale}", + "Set due date for tomorrow" : "Establecer mañana como fecha de vencimiento", + "This weekend – {timeLocale}" : "Este fin de semana – {timeLocale}", + "Set due date for this weekend" : "Establecer este fin de semana como fecha de vencimiento", + "Next week – {timeLocale}" : "Próxima semana – {timeLocale}", + "Set due date for next week" : "Establecer la próxima semana como fecha de vencimiento", "Assign a due date to this card…" : "Asignar una fecha de caducidad a esta tarjeta…", "Set a due date" : "Fijar una fecha límite", "Add due date" : "Añadir fecha de vencimiento", @@ -263,26 +268,20 @@ OC.L10N.register( "Not done" : "No está finalizado", "Unarchive card" : "Desarchivar tarjeta", "Archive card" : "Archivar tarjeta", - "Select Date" : "Seleccione la fecha", - "Set due date for later today" : "Establecer hoy como fecha de vencimiento, más tarde", - "Set due date for tomorrow" : "Establecer mañana como fecha de vencimiento", - "Set due date for this weekend" : "Establecer este fin de semana como fecha de vencimiento", - "Set due date for next week" : "Establecer la próxima semana como fecha de vencimiento", "Assign a tag to this card…" : "Asignar una etiqueta a esta tarjeta...", "Select or create a tag…" : "Seleccionar o crear una etiqueta…", "Create a new tag:" : "Crear una nueva etiqueta:", "(group)" : "(grupo)", - "Next week – {timeLocale}" : "Próxima semana – {timeLocale}", - "Todo items" : "Ítems pendientes", "{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer", + "Todo items" : "Ítems pendientes", "Edit card title" : "Editar el título de la tarjeta", "Open link" : "Abrir enlace", + "Card deleted" : "Tarjeta borrada", "Edit title" : "Editar título", "Assign to me" : "Asignarme a mí", "Unassign myself" : "Desasignarme a mí mismo", "Mark as not done" : "Marcar como no completado", "Delete card" : "Eliminar tarjeta", - "Card deleted" : "Tarjeta borrada", "seconds ago" : "hace unos segundos", "Keyboard shortcuts" : "Atajos de teclado", "Boost your productivity using Deck with keyboard shortcuts." : "Aumente su productividad utilizando Deck con atajos de teclado.", @@ -321,6 +320,13 @@ OC.L10N.register( "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Los usuarios fuera de estos grupos no podrán crear sus propios tableros, sin embargo, podrán trabajar en tableros que han sido compartidos con ellos.", "Cancel edit" : "Cacelar edición", "Save board" : "Guardar tablero", + "Board {0} deleted" : "Tablero {0} eliminado", + "All cards" : "Todas las tarjetas", + "Only assigned cards" : "Sólo las tarjetas asignadas", + "No reminder" : "No hay recordatorio", + "An error occurred" : "Ocurrió un error", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "¿Está seguro de querer eliminar el tablero {title}? Esto eliminará todos los datos del tablero incluyendo las tarjetas archivadas.", + "Delete the board?" : "¿Borrar el tablero?", "Board details" : "Detalles del tablero", "Edit board" : "Editar tablero", "Clone board" : "Clonar tablero", @@ -330,16 +336,9 @@ OC.L10N.register( "Turn on due date reminders" : "Activar recordatorios de la fecha de vencimiento", "Turn off due date reminders" : "Desactivar recordatorios de la fecha de vencimiento", "Due date reminders" : "Recordatorios de la fecha de vencimiento", - "All cards" : "Todas las tarjetas", "Assigned cards" : "Tarjetas asignadas", "No notifications" : "No hay notificaciones", "Delete board" : "Eliminar tablero", - "Board {0} deleted" : "Tablero {0} eliminado", - "Only assigned cards" : "Sólo las tarjetas asignadas", - "No reminder" : "No hay recordatorio", - "An error occurred" : "Ocurrió un error", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "¿Está seguro de querer eliminar el tablero {title}? Esto eliminará todos los datos del tablero incluyendo las tarjetas archivadas.", - "Delete the board?" : "¿Borrar el tablero?", "Clone {boardTitle}" : "Clonar {boardTitle}", "Clone cards" : "Clonar tarjetas", "Clone assignments" : "Clonar asignaciones", @@ -356,14 +355,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros", "No results found" : "No se encontraron resultados", "Deck board {name}\n* Last modified on {lastMod}" : "Tablero Deck {name}\n* Última modificación en {lastMod}", - "{stack} in {board}" : "{stack} en {board}", - "Click to expand description" : "Pulse para expandir la descripción", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Creada en {created}\n* Ultima moficiación en {lastMod}\n* {nbAttachments} adjuntos\n* {nbComments} comentarios", "{nbCards} cards" : "{nbCards} tarjetas", + "Due on {date}" : "Vence en {date}", + "{stack} in {board}" : "{stack} en {board}", + "Click to expand description" : "Pulse para expandir la descripción", "Click to expand comment" : "Pulse para expandir el comentario", + "Create card" : "Crear tarjeta", "Create a new card" : "Crear una nueva tarjeta", "Card title" : "Título de la tarjeta", - "Create card" : "Crear tarjeta", "Creating the new card …" : "Creando una nueva tarjeta …", "Card \"{card}\" was added to \"{board}\"" : "La tarjeta \"{card}\" fue añadida a \"{board}\"", "Open card" : "Abrir tarjeta", @@ -373,10 +373,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "próximas tarjetas mañana", "upcoming cards" : "próximas tarjetas", "New card" : "Nueva tarjeta", - "Due on {date}" : "Vence en {date}", - "This weekend – {timeLocale}" : "Este fin de semana – {timeLocale}", - "Tomorrow – {timeLocale}" : "Mañana – {timeLocale}", - "Later today – {timeLocale}" : "Hoy, más tarde – {timeLocale}", "Link to a board" : "Enlace a un tablero", "Link to a card" : "Enlace a una tarjeta", "Create a card" : "Crear una tarjeta", @@ -388,6 +384,12 @@ OC.L10N.register( "Share with a Deck card" : "Compartir con una tarjeta de Deck", "Share {file} with a Deck card" : "Compartir {file} con una tarjeta de Deck", "Share" : "Compartir", + "Personal" : "Personal", + "To do" : "Por hacer", + "Doing" : "Haciendo", + "Example Task 3" : "Tarea de ejemplo 3", + "Example Task 2" : "Tarea de ejemplo 2", + "Example Task 1" : "Tarea de ejemplo 1", "Move card to another board" : "Mover la tarjeta a otro tablero", "Filter by completed" : "Filtrar por completados" }, diff --git a/l10n/es.json b/l10n/es.json index 45f6713f0..31f95b3cb 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -74,7 +74,6 @@ "Cards due tomorrow" : "Tarjetas que vencen mañana", "Upcoming cards" : "Próximas tarjetas", "Load more" : "Cargar más", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "La tarjeta \"%s\" en \"%s\" te ha sido asignada por %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} te ha asigando la tarjeta {deck-card} de {deck-board} a ti.", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alcanzado su fecha límite.", @@ -97,12 +96,9 @@ "Action needed" : "Acción necesaria", "Later" : "Después", "copy" : "copiar", - "To do" : "Por hacer", - "Doing" : "Haciendo", + "To Do" : "Por hacer", + "In Progress" : "En progreso", "Done" : "Hecho", - "Example Task 3" : "Tarea de ejemplo 3", - "Example Task 2" : "Tarea de ejemplo 2", - "Example Task 1" : "Tarea de ejemplo 1", "The file was uploaded" : "Se ha subido el archivo", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo subido excede la directiva upload_max_filesize en php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido excede la directiva MAX_FILE-SIZE directive que se especificó en el formulario web", @@ -118,8 +114,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "Fecha no válida, el formato de las fechas debe ser AAAA-MM-DD", "Personal planning and team project organization" : "Planificación personal y organización de proyecto de equipo", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto", - "Card details" : "Detalles de la tarjeta", "Add board" : "Añadir tablero", + "Card details" : "Detalles de la tarjeta", "Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto", "Search by board title" : "Buscar por título de tablero", "Select board" : "Selecciona tablero", @@ -129,17 +125,17 @@ "Select a list" : "Seleccionar una lista", "Move card" : "Mover tarjeta", "Copy card" : "Copiar tarjeta", - "Select a card" : "Seleccionar una tarjeta", - "Cancel" : "Cancelar", "Select the card to link to a project" : "Selecciona la tarjeta que enlazar a un proyecto", "Link to card" : "Enlace a tarjeta", + "Select a card" : "Seleccionar una tarjeta", + "Cancel" : "Cancelar", + "This board is read only" : "Este tablero es de sólo lectura", + "Drop your files to upload" : "Arrastra tus archivos para subir", "File already exists" : "El archivo ya existe", "A file with the name {filename} already exists." : "Ya existe un archivo con el nombre {filename}.", "Do you want to overwrite it?" : "¿Desea sobreescribirlo?", "Overwrite file" : "Sobreescribir archivo", "Keep existing file" : "Mantener el archivo existente", - "This board is read only" : "Este tablero es de sólo lectura", - "Drop your files to upload" : "Arrastra tus archivos para subir", "Add card" : "Añadir tarjeta", "Archived cards" : "Tarjetas archivadas", "Add list" : "Agregar lista", @@ -180,6 +176,12 @@ "Deleted lists" : "Listas eliminadas", "Undo" : "Deshacer", "Deleted cards" : "Cartas eliminadas", + "Failed to create share with {displayName}" : "Fallo al crear el recurso compartido denominado {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "¿Estás seguro de que quieres transferir el tablero {título} a {usuario}?", + "Transfer the board." : "Transfiere el tablero.", + "Transfer" : "Transferir", + "The board has been transferred to {user}" : "El tablero ha sido transferido a {usuario}", + "Failed to transfer the board to {user}" : "Failed to transfer the board to {user}", "Share board with a user, group or team …" : "Compartir tablero con un usuario, grupo o equipo …", "Searching for users, groups and teams …" : "Buscando usuarios, grupos y equipos …", "No participants found" : "No se encontraron participantes", @@ -191,12 +193,7 @@ "Can manage" : "Puede gestionar", "Owner" : "Propietario", "Delete" : "Eliminar", - "Failed to create share with {displayName}" : "Fallo al crear el recurso compartido denominado {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "¿Estás seguro de que quieres transferir el tablero {título} a {usuario}?", - "Transfer the board." : "Transfiere el tablero.", - "Transfer" : "Transferir", - "The board has been transferred to {user}" : "El tablero ha sido transferido a {usuario}", - "Failed to transfer the board to {user}" : "Failed to transfer the board to {user}", + "List deleted" : "Lista borrada", "Edit list title" : "Editar el título de la lista", "Archive all cards" : "Archivar todas las tarjetas", "Unarchive all cards" : "Desarchivar todas las tarjetas", @@ -205,15 +202,16 @@ "Unarchive all cards in this list" : "Desarchivar todas las tarjetas en esta lista", "Add a new card" : "Añadir una nueva tarjeta", "Card name" : "Nombre de la tarjeta", - "List deleted" : "Lista borrada", + "title and color value must be provided" : "Se debe indicar un valor para título y color ", "Edit" : "Editar", "Add a new tag" : "Añade una nueva etiqueta", - "title and color value must be provided" : "Se debe indicar un valor para título y color ", "Board name" : "Nombre del tablero", "Members" : "Miembros", "Assign to users/groups/team" : "Asignar a usuarios/grupos/equipo", "Assign a user to this card…" : "Asignar un usuario a esta tarjeta...", "Select a user to assign to this card…" : "Seleccione un usuario para asignar esta tarjeta…", + "File to share" : "Archivo a compartir", + "Invalid path selected" : "Ruta seleccionada no válida", "Upload new files" : "Subir nuevos archivos", "Share from Files" : "Compartir desde Archivos", "Pending share" : "Pendiente de compartir", @@ -223,25 +221,24 @@ "Remove attachment" : "Quitar adjunto", "Delete Attachment" : "Borrar adjunto", "Restore Attachment" : "Restaurar Adjunto", - "File to share" : "Archivo a compartir", - "Invalid path selected" : "Ruta seleccionada no válida", + "Modified" : "Modificado", + "Created" : "Creado", + "The title cannot be empty." : "El título no puede estar vacío.", "Open in sidebar view" : "Abrir en vista de barra lateral", "Open in bigger view" : "Abrir en vista más grande", "Attachments" : "Adjuntos", "Comments" : "Comentarios", - "Modified" : "Modificado", - "Created" : "Creado", - "The title cannot be empty." : "El título no puede estar vacío.", - "No comments yet. Begin the discussion!" : "Todavía no hay comentarios. ¡Comienza la discusión!", "Failed to load comments" : "Fallo al cargar los comentarios", - "Save" : "Guardar", + "No comments yet. Begin the discussion!" : "Todavía no hay comentarios. ¡Comienza la discusión!", "The comment cannot be empty." : "El comentario no puede estar vacío.", "The comment cannot be longer than 1000 characters." : "El comentario no puede tener más de 1000 caracteres.", + "Save" : "Guardar", + "Created:" : "Creado:", "In reply to" : "En respuesta a", "Cancel reply" : "Cancelar respuesta", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", + "Write a description …" : "Escribe una descripción...", "Description" : "Descripción", "(Unsaved)" : "(Sin salvar)", "(Saving…)" : "(Guardando...)", @@ -249,8 +246,16 @@ "Edit description" : "Editar descripción", "View description" : "Ver descripción", "Add Attachment" : "Añadir adjunto", - "Write a description …" : "Escribe una descripción...", "Choose attachment" : "Escoger adjunto", + "Select Date" : "Seleccione la fecha", + "Later today – {timeLocale}" : "Hoy, más tarde – {timeLocale}", + "Set due date for later today" : "Establecer hoy como fecha de vencimiento, más tarde", + "Tomorrow – {timeLocale}" : "Mañana – {timeLocale}", + "Set due date for tomorrow" : "Establecer mañana como fecha de vencimiento", + "This weekend – {timeLocale}" : "Este fin de semana – {timeLocale}", + "Set due date for this weekend" : "Establecer este fin de semana como fecha de vencimiento", + "Next week – {timeLocale}" : "Próxima semana – {timeLocale}", + "Set due date for next week" : "Establecer la próxima semana como fecha de vencimiento", "Assign a due date to this card…" : "Asignar una fecha de caducidad a esta tarjeta…", "Set a due date" : "Fijar una fecha límite", "Add due date" : "Añadir fecha de vencimiento", @@ -261,26 +266,20 @@ "Not done" : "No está finalizado", "Unarchive card" : "Desarchivar tarjeta", "Archive card" : "Archivar tarjeta", - "Select Date" : "Seleccione la fecha", - "Set due date for later today" : "Establecer hoy como fecha de vencimiento, más tarde", - "Set due date for tomorrow" : "Establecer mañana como fecha de vencimiento", - "Set due date for this weekend" : "Establecer este fin de semana como fecha de vencimiento", - "Set due date for next week" : "Establecer la próxima semana como fecha de vencimiento", "Assign a tag to this card…" : "Asignar una etiqueta a esta tarjeta...", "Select or create a tag…" : "Seleccionar o crear una etiqueta…", "Create a new tag:" : "Crear una nueva etiqueta:", "(group)" : "(grupo)", - "Next week – {timeLocale}" : "Próxima semana – {timeLocale}", - "Todo items" : "Ítems pendientes", "{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer", + "Todo items" : "Ítems pendientes", "Edit card title" : "Editar el título de la tarjeta", "Open link" : "Abrir enlace", + "Card deleted" : "Tarjeta borrada", "Edit title" : "Editar título", "Assign to me" : "Asignarme a mí", "Unassign myself" : "Desasignarme a mí mismo", "Mark as not done" : "Marcar como no completado", "Delete card" : "Eliminar tarjeta", - "Card deleted" : "Tarjeta borrada", "seconds ago" : "hace unos segundos", "Keyboard shortcuts" : "Atajos de teclado", "Boost your productivity using Deck with keyboard shortcuts." : "Aumente su productividad utilizando Deck con atajos de teclado.", @@ -319,6 +318,13 @@ "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Los usuarios fuera de estos grupos no podrán crear sus propios tableros, sin embargo, podrán trabajar en tableros que han sido compartidos con ellos.", "Cancel edit" : "Cacelar edición", "Save board" : "Guardar tablero", + "Board {0} deleted" : "Tablero {0} eliminado", + "All cards" : "Todas las tarjetas", + "Only assigned cards" : "Sólo las tarjetas asignadas", + "No reminder" : "No hay recordatorio", + "An error occurred" : "Ocurrió un error", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "¿Está seguro de querer eliminar el tablero {title}? Esto eliminará todos los datos del tablero incluyendo las tarjetas archivadas.", + "Delete the board?" : "¿Borrar el tablero?", "Board details" : "Detalles del tablero", "Edit board" : "Editar tablero", "Clone board" : "Clonar tablero", @@ -328,16 +334,9 @@ "Turn on due date reminders" : "Activar recordatorios de la fecha de vencimiento", "Turn off due date reminders" : "Desactivar recordatorios de la fecha de vencimiento", "Due date reminders" : "Recordatorios de la fecha de vencimiento", - "All cards" : "Todas las tarjetas", "Assigned cards" : "Tarjetas asignadas", "No notifications" : "No hay notificaciones", "Delete board" : "Eliminar tablero", - "Board {0} deleted" : "Tablero {0} eliminado", - "Only assigned cards" : "Sólo las tarjetas asignadas", - "No reminder" : "No hay recordatorio", - "An error occurred" : "Ocurrió un error", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "¿Está seguro de querer eliminar el tablero {title}? Esto eliminará todos los datos del tablero incluyendo las tarjetas archivadas.", - "Delete the board?" : "¿Borrar el tablero?", "Clone {boardTitle}" : "Clonar {boardTitle}", "Clone cards" : "Clonar tarjetas", "Clone assignments" : "Clonar asignaciones", @@ -354,14 +353,15 @@ "Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros", "No results found" : "No se encontraron resultados", "Deck board {name}\n* Last modified on {lastMod}" : "Tablero Deck {name}\n* Última modificación en {lastMod}", - "{stack} in {board}" : "{stack} en {board}", - "Click to expand description" : "Pulse para expandir la descripción", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Creada en {created}\n* Ultima moficiación en {lastMod}\n* {nbAttachments} adjuntos\n* {nbComments} comentarios", "{nbCards} cards" : "{nbCards} tarjetas", + "Due on {date}" : "Vence en {date}", + "{stack} in {board}" : "{stack} en {board}", + "Click to expand description" : "Pulse para expandir la descripción", "Click to expand comment" : "Pulse para expandir el comentario", + "Create card" : "Crear tarjeta", "Create a new card" : "Crear una nueva tarjeta", "Card title" : "Título de la tarjeta", - "Create card" : "Crear tarjeta", "Creating the new card …" : "Creando una nueva tarjeta …", "Card \"{card}\" was added to \"{board}\"" : "La tarjeta \"{card}\" fue añadida a \"{board}\"", "Open card" : "Abrir tarjeta", @@ -371,10 +371,6 @@ "upcoming cards tomorrow" : "próximas tarjetas mañana", "upcoming cards" : "próximas tarjetas", "New card" : "Nueva tarjeta", - "Due on {date}" : "Vence en {date}", - "This weekend – {timeLocale}" : "Este fin de semana – {timeLocale}", - "Tomorrow – {timeLocale}" : "Mañana – {timeLocale}", - "Later today – {timeLocale}" : "Hoy, más tarde – {timeLocale}", "Link to a board" : "Enlace a un tablero", "Link to a card" : "Enlace a una tarjeta", "Create a card" : "Crear una tarjeta", @@ -386,6 +382,12 @@ "Share with a Deck card" : "Compartir con una tarjeta de Deck", "Share {file} with a Deck card" : "Compartir {file} con una tarjeta de Deck", "Share" : "Compartir", + "Personal" : "Personal", + "To do" : "Por hacer", + "Doing" : "Haciendo", + "Example Task 3" : "Tarea de ejemplo 3", + "Example Task 2" : "Tarea de ejemplo 2", + "Example Task 1" : "Tarea de ejemplo 1", "Move card to another board" : "Mover la tarjeta a otro tablero", "Filter by completed" : "Filtrar por completados" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/l10n/es_419.js b/l10n/es_419.js index 852f9073d..a3f89f8d5 100644 --- a/l10n/es_419.js +++ b/l10n/es_419.js @@ -2,7 +2,6 @@ OC.L10N.register( "deck", { "Deck" : "Deck", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "%s on %s" : "%s en %s", @@ -36,13 +35,13 @@ OC.L10N.register( "Edit" : "Editar", "Members" : "Miembros", "Download" : "Descargar", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", "Remove due date" : "Eliminar fecha de expiración", @@ -64,6 +63,7 @@ OC.L10N.register( "Today" : "Hoy", "Tomorrow" : "Mañana", "Close" : "Cerrar", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_419.json b/l10n/es_419.json index d824287e6..f2e1856d0 100644 --- a/l10n/es_419.json +++ b/l10n/es_419.json @@ -1,6 +1,5 @@ { "translations": { "Deck" : "Deck", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "%s on %s" : "%s en %s", @@ -34,13 +33,13 @@ "Edit" : "Editar", "Members" : "Miembros", "Download" : "Descargar", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", "Remove due date" : "Eliminar fecha de expiración", @@ -62,6 +61,7 @@ "Today" : "Hoy", "Tomorrow" : "Mañana", "Close" : "Cerrar", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_AR.js b/l10n/es_AR.js index c96fe9ec3..15dbbb50d 100644 --- a/l10n/es_AR.js +++ b/l10n/es_AR.js @@ -23,7 +23,6 @@ OC.L10N.register( "{user} has renamed list {before} to {stack} on board {board}" : "{user} ha renombrado la lista {before} a {stack} del tablero {board}", "Deck" : "Deck", "Changes in the Deck app" : "Cambios en la app Deck", - "Personal" : "Personal", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} te ha asigando la tarjeta {deck-card} de {deck-board} a ti.", "The card {deck-card} on {deck-board} has reached its due date." : "La tarjeta {deck-card} en {deck-board} ha alcanzado su fecha de caducidad.", "{user} has mentioned you in a comment on {deck-card}." : "{user} te ha mencionado en un comentario de {deck-card}.", @@ -33,6 +32,7 @@ OC.L10N.register( "Action needed" : "Acción requerida", "Later" : "Después", "copy" : "copiar", + "In Progress" : "En progreso", "Done" : "Hecho", "The file was uploaded" : "El archivo ha sido subido", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini", @@ -45,8 +45,8 @@ OC.L10N.register( "Card not found" : "Tarjeta no encontrada", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, favor de seguir el formato AAAA-MM-DD", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto", - "Card details" : "Detalles de la tarjeta", "Add board" : "Nuevo Tablero", + "Card details" : "Detalles de la tarjeta", "Search by board title" : "Buscar por título de tablero", "Select board" : "Selecciona tablero", "Select a board" : "Selecciona un tablero", @@ -66,26 +66,26 @@ OC.L10N.register( "Tags" : "Etiquetas", "Activity" : "Actividad", "Undo" : "Deshacer", + "Transfer" : "Transferir", "Can edit" : "Puede editar", "Can share" : "Puede compartir", "Owner" : "Dueño", "Delete" : "Eliminar", - "Transfer" : "Transferir", "Edit" : "Editar", "Members" : "Miembros", "Download" : "Descargar", - "Attachments" : "Adjuntos", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Attachments" : "Adjuntos", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", - "Remove due date" : "Eliminar fecha de vencimiento", "Select Date" : "Seleccionar fecha", + "Remove due date" : "Eliminar fecha de vencimiento", "(group)" : "(grupo)", "seconds ago" : "segundos", "Keyboard shortcuts" : "Atajos de teclado", @@ -95,24 +95,25 @@ OC.L10N.register( "All boards" : "Todos los Tableros", "Shared with you" : "Compartido con usted", "Deck settings" : "Configuración del Tablero", + "An error occurred" : "Ocurrió un error", "Board details" : "Detalles del tablero", "Edit board" : "Editar Tablero", "Clone board" : "Clonar Tablero", "No notifications" : "No hay notificaciones", "Delete board" : "Eliminar Tablero", - "An error occurred" : "Ocurrió un error", "Advanced options" : "Opciones avanzadas", "Today" : "Hoy", "Tomorrow" : "Mañana", "No due" : "Sin finalizar", + "Create card" : "Crear tarjeta", "Create a new card" : "Crear una nueva tarjeta", "Card title" : "Título de la tarjeta", - "Create card" : "Crear tarjeta", "Creating the new card …" : "Creando una nueva tarjeta …", "Card \"{card}\" was added to \"{board}\"" : "La tarjeta \"{card}\" fue añadida a \"{board}\"", "Close" : "Cerrar", "Share with a Deck card" : "Compartir con una tarjeta del Tablero", "Share {file} with a Deck card" : "Compartir {file} con una tarjeta del Tablero", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_AR.json b/l10n/es_AR.json index 354cfda4c..becb6f640 100644 --- a/l10n/es_AR.json +++ b/l10n/es_AR.json @@ -21,7 +21,6 @@ "{user} has renamed list {before} to {stack} on board {board}" : "{user} ha renombrado la lista {before} a {stack} del tablero {board}", "Deck" : "Deck", "Changes in the Deck app" : "Cambios en la app Deck", - "Personal" : "Personal", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} te ha asigando la tarjeta {deck-card} de {deck-board} a ti.", "The card {deck-card} on {deck-board} has reached its due date." : "La tarjeta {deck-card} en {deck-board} ha alcanzado su fecha de caducidad.", "{user} has mentioned you in a comment on {deck-card}." : "{user} te ha mencionado en un comentario de {deck-card}.", @@ -31,6 +30,7 @@ "Action needed" : "Acción requerida", "Later" : "Después", "copy" : "copiar", + "In Progress" : "En progreso", "Done" : "Hecho", "The file was uploaded" : "El archivo ha sido subido", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini", @@ -43,8 +43,8 @@ "Card not found" : "Tarjeta no encontrada", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, favor de seguir el formato AAAA-MM-DD", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto", - "Card details" : "Detalles de la tarjeta", "Add board" : "Nuevo Tablero", + "Card details" : "Detalles de la tarjeta", "Search by board title" : "Buscar por título de tablero", "Select board" : "Selecciona tablero", "Select a board" : "Selecciona un tablero", @@ -64,26 +64,26 @@ "Tags" : "Etiquetas", "Activity" : "Actividad", "Undo" : "Deshacer", + "Transfer" : "Transferir", "Can edit" : "Puede editar", "Can share" : "Puede compartir", "Owner" : "Dueño", "Delete" : "Eliminar", - "Transfer" : "Transferir", "Edit" : "Editar", "Members" : "Miembros", "Download" : "Descargar", - "Attachments" : "Adjuntos", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Attachments" : "Adjuntos", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", - "Remove due date" : "Eliminar fecha de vencimiento", "Select Date" : "Seleccionar fecha", + "Remove due date" : "Eliminar fecha de vencimiento", "(group)" : "(grupo)", "seconds ago" : "segundos", "Keyboard shortcuts" : "Atajos de teclado", @@ -93,24 +93,25 @@ "All boards" : "Todos los Tableros", "Shared with you" : "Compartido con usted", "Deck settings" : "Configuración del Tablero", + "An error occurred" : "Ocurrió un error", "Board details" : "Detalles del tablero", "Edit board" : "Editar Tablero", "Clone board" : "Clonar Tablero", "No notifications" : "No hay notificaciones", "Delete board" : "Eliminar Tablero", - "An error occurred" : "Ocurrió un error", "Advanced options" : "Opciones avanzadas", "Today" : "Hoy", "Tomorrow" : "Mañana", "No due" : "Sin finalizar", + "Create card" : "Crear tarjeta", "Create a new card" : "Crear una nueva tarjeta", "Card title" : "Título de la tarjeta", - "Create card" : "Crear tarjeta", "Creating the new card …" : "Creando una nueva tarjeta …", "Card \"{card}\" was added to \"{board}\"" : "La tarjeta \"{card}\" fue añadida a \"{board}\"", "Close" : "Cerrar", "Share with a Deck card" : "Compartir con una tarjeta del Tablero", "Share {file} with a Deck card" : "Compartir {file} con una tarjeta del Tablero", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_CL.js b/l10n/es_CL.js index 52ec6c652..ca79e02ae 100644 --- a/l10n/es_CL.js +++ b/l10n/es_CL.js @@ -2,7 +2,6 @@ OC.L10N.register( "deck", { "Deck" : "Deck", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "%s on %s" : "%s en %s", @@ -10,6 +9,7 @@ OC.L10N.register( "To review" : "Para revisar", "Action needed" : "Acción requerida", "Later" : "Después", + "In Progress" : "En progreso", "Done" : "Terminado", "The file was uploaded" : "El archivo fue cargado", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini", @@ -39,13 +39,13 @@ OC.L10N.register( "Edit" : "Editar", "Members" : "Miembros", "Download" : "Descargar", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", "Remove due date" : "Eliminar fecha de expiración", @@ -67,6 +67,7 @@ OC.L10N.register( "Today" : "Hoy", "Tomorrow" : "Mañana", "Close" : "Cerrar", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_CL.json b/l10n/es_CL.json index 5b67c2b0c..3ad4e78fd 100644 --- a/l10n/es_CL.json +++ b/l10n/es_CL.json @@ -1,6 +1,5 @@ { "translations": { "Deck" : "Deck", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "%s on %s" : "%s en %s", @@ -8,6 +7,7 @@ "To review" : "Para revisar", "Action needed" : "Acción requerida", "Later" : "Después", + "In Progress" : "En progreso", "Done" : "Terminado", "The file was uploaded" : "El archivo fue cargado", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini", @@ -37,13 +37,13 @@ "Edit" : "Editar", "Members" : "Miembros", "Download" : "Descargar", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", "Remove due date" : "Eliminar fecha de expiración", @@ -65,6 +65,7 @@ "Today" : "Hoy", "Tomorrow" : "Mañana", "Close" : "Cerrar", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_CO.js b/l10n/es_CO.js index 235ed8ab7..2cca67fdf 100644 --- a/l10n/es_CO.js +++ b/l10n/es_CO.js @@ -2,7 +2,6 @@ OC.L10N.register( "deck", { "Deck" : "Deck", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "%s on %s" : "%s en %s", @@ -40,13 +39,13 @@ OC.L10N.register( "Edit" : "Editar", "Members" : "Miembros", "Download" : "Descargar", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", "Remove due date" : "Eliminar fecha de expiración", @@ -68,6 +67,7 @@ OC.L10N.register( "Today" : "Hoy", "Tomorrow" : "Mañana", "Close" : "Cerrar", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_CO.json b/l10n/es_CO.json index 0fe32f3bf..78e3427f5 100644 --- a/l10n/es_CO.json +++ b/l10n/es_CO.json @@ -1,6 +1,5 @@ { "translations": { "Deck" : "Deck", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "%s on %s" : "%s en %s", @@ -38,13 +37,13 @@ "Edit" : "Editar", "Members" : "Miembros", "Download" : "Descargar", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", "Remove due date" : "Eliminar fecha de expiración", @@ -66,6 +65,7 @@ "Today" : "Hoy", "Tomorrow" : "Mañana", "Close" : "Cerrar", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_CR.js b/l10n/es_CR.js index 52ec6c652..0819083a5 100644 --- a/l10n/es_CR.js +++ b/l10n/es_CR.js @@ -2,7 +2,6 @@ OC.L10N.register( "deck", { "Deck" : "Deck", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "%s on %s" : "%s en %s", @@ -39,13 +38,13 @@ OC.L10N.register( "Edit" : "Editar", "Members" : "Miembros", "Download" : "Descargar", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", "Remove due date" : "Eliminar fecha de expiración", @@ -67,6 +66,7 @@ OC.L10N.register( "Today" : "Hoy", "Tomorrow" : "Mañana", "Close" : "Cerrar", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_CR.json b/l10n/es_CR.json index 5b67c2b0c..d828fcdd7 100644 --- a/l10n/es_CR.json +++ b/l10n/es_CR.json @@ -1,6 +1,5 @@ { "translations": { "Deck" : "Deck", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "%s on %s" : "%s en %s", @@ -37,13 +36,13 @@ "Edit" : "Editar", "Members" : "Miembros", "Download" : "Descargar", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", "Remove due date" : "Eliminar fecha de expiración", @@ -65,6 +64,7 @@ "Today" : "Hoy", "Tomorrow" : "Mañana", "Close" : "Cerrar", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_DO.js b/l10n/es_DO.js index 52ec6c652..0819083a5 100644 --- a/l10n/es_DO.js +++ b/l10n/es_DO.js @@ -2,7 +2,6 @@ OC.L10N.register( "deck", { "Deck" : "Deck", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "%s on %s" : "%s en %s", @@ -39,13 +38,13 @@ OC.L10N.register( "Edit" : "Editar", "Members" : "Miembros", "Download" : "Descargar", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", "Remove due date" : "Eliminar fecha de expiración", @@ -67,6 +66,7 @@ OC.L10N.register( "Today" : "Hoy", "Tomorrow" : "Mañana", "Close" : "Cerrar", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_DO.json b/l10n/es_DO.json index 5b67c2b0c..d828fcdd7 100644 --- a/l10n/es_DO.json +++ b/l10n/es_DO.json @@ -1,6 +1,5 @@ { "translations": { "Deck" : "Deck", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "%s on %s" : "%s en %s", @@ -37,13 +36,13 @@ "Edit" : "Editar", "Members" : "Miembros", "Download" : "Descargar", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", "Remove due date" : "Eliminar fecha de expiración", @@ -65,6 +64,7 @@ "Today" : "Hoy", "Tomorrow" : "Mañana", "Close" : "Cerrar", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_EC.js b/l10n/es_EC.js index 5cf41e924..7fe5c6e5a 100644 --- a/l10n/es_EC.js +++ b/l10n/es_EC.js @@ -68,7 +68,6 @@ OC.L10N.register( "A comment was created on a card" : "Se ha creado un comentario en una tarjeta", "Upcoming cards" : "Tarjetas próximas", "Load more" : "Cargar más", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "La tarjeta \"%s\" en \"%s\" te ha sido asignada por %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} te ha asignado la tarjeta {deck-card} en {deck-board}.", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", @@ -90,12 +89,8 @@ OC.L10N.register( "Action needed" : "Acción requerida", "Later" : "Después", "copy" : "copia", - "To do" : "Por hacer", - "Doing" : "Haciendo", + "To Do" : "Por hacer", "Done" : "Terminado", - "Example Task 3" : "Tarea de ejemplo 3", - "Example Task 2" : "Tarea de ejemplo 2", - "Example Task 1" : "Tarea de ejemplo 1", "The file was uploaded" : "El archivo fue cargado", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML", @@ -111,8 +106,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Personal planning and team project organization" : "Planificación personal y organización de proyectos en equipo", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización estilo Kanban destinada a la planificación personal y la organización de proyectos en equipo integrada con Nextcloud.\n \n \n - 📥 Añade tus tareas a tarjetas y ordénalas\n - 📄 Toma notas adicionales en Markdown\n - 🔖 Asigna etiquetas para una mejor organización\n - 👥 Comparte con tu equipo, amigos o familia\n - 📎 Adjunta archivos e incrustarlos en tu descripción en Markdown\n - 💬 Discute con tu equipo usando comentarios\n - ⚡ Sigue los cambios en el flujo de actividad\n - 🚀 Organiza tu proyecto", - "Card details" : "Detalles de la tarjeta", "Add board" : "Agregar tablero", + "Card details" : "Detalles de la tarjeta", "Select the board to link to a project" : "Selecciona el tablero para vincularlo a un proyecto", "Search by board title" : "Buscar por título del tablero", "Select board" : "Seleccionar tablero", @@ -120,17 +115,17 @@ OC.L10N.register( "No lists available" : "No hay listas disponibles", "Select a list" : "Seleccionar una lista", "Move card" : "Mover tarjeta", - "Select a card" : "Seleccionar una tarjeta", - "Cancel" : "Cancelar", "Select the card to link to a project" : "Selecciona la tarjeta para vincularla a un proyecto", "Link to card" : "Vincular con tarjeta", + "Select a card" : "Seleccionar una tarjeta", + "Cancel" : "Cancelar", + "This board is read only" : "Este tablero es de solo lectura", + "Drop your files to upload" : "Suelta tus archivos para subirlos", "File already exists" : "El archivo ya existe", "A file with the name {filename} already exists." : "Ya existe un archivo con el nombre {filename}.", "Do you want to overwrite it?" : "¿Deseas sobre escribirlo?", "Overwrite file" : "Sobrescribir archivo", "Keep existing file" : "Mantener el archivo existente", - "This board is read only" : "Este tablero es de solo lectura", - "Drop your files to upload" : "Suelta tus archivos para subirlos", "Add card" : "Agregar tarjeta", "Archived cards" : "Tarjetas archivadas", "Add list" : "Agregar lista", @@ -165,6 +160,12 @@ OC.L10N.register( "Deleted lists" : "Listas eliminadas", "Undo" : "Deshacer", "Deleted cards" : "Tarjetas eliminadas", + "Failed to create share with {displayName}" : "Error al crear el uso compartido con {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "¿Estás seguro de que quieres transferir el tablero {title} a {user}?", + "Transfer the board." : "Transferir el tablero.", + "Transfer" : "Transferencia", + "The board has been transferred to {user}" : "El tablero se ha transferido a {user}", + "Failed to transfer the board to {user}" : "Error al transferir el tablero a {user}", "No participants found" : "No se encontraron participantes", "Board owner" : "Propietario del tablero", "(Group)" : "(Grupo)", @@ -173,12 +174,7 @@ OC.L10N.register( "Can manage" : "Puede gestionar", "Owner" : "Dueño", "Delete" : "Borrar", - "Failed to create share with {displayName}" : "Error al crear el uso compartido con {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "¿Estás seguro de que quieres transferir el tablero {title} a {user}?", - "Transfer the board." : "Transferir el tablero.", - "Transfer" : "Transferencia", - "The board has been transferred to {user}" : "El tablero se ha transferido a {user}", - "Failed to transfer the board to {user}" : "Error al transferir el tablero a {user}", + "List deleted" : "Lista eliminada", "Edit list title" : "Editar título de la lista", "Archive all cards" : "Archivar todas las tarjetas", "Unarchive all cards" : "Desarchivar todas las tarjetas", @@ -187,13 +183,14 @@ OC.L10N.register( "Unarchive all cards in this list" : "Desarchivar todas las tarjetas en esta lista", "Add a new card" : "Añadir una nueva tarjeta", "Card name" : "Nombre de la tarjeta", - "List deleted" : "Lista eliminada", + "title and color value must be provided" : "Debe proporcionarse el título y el valor del color", "Edit" : "Editar", "Add a new tag" : "Añadir una nueva etiqueta", - "title and color value must be provided" : "Debe proporcionarse el título y el valor del color", "Board name" : "Nombre del tablero", "Members" : "Miembros", "Assign a user to this card…" : "Asignar un usuario a esta tarjeta…", + "File to share" : "Archivo para compartir", + "Invalid path selected" : "Ruta seleccionada no válida.", "Upload new files" : "Subir nuevos archivos", "Share from Files" : "Compartir desde Archivos", "Pending share" : "Uso compartido pendiente", @@ -203,25 +200,24 @@ OC.L10N.register( "Remove attachment" : "Eliminar archivo adjunto", "Delete Attachment" : "Eliminar adjunto", "Restore Attachment" : "Restaurar adjunto", - "File to share" : "Archivo para compartir", - "Invalid path selected" : "Ruta seleccionada no válida.", + "Modified" : "Modificado", + "Created" : "Creado", + "The title cannot be empty." : "El título no puede estar vacío.", "Open in sidebar view" : "Abrir en vista de barra lateral", "Open in bigger view" : "Abrir en vista más grande", "Attachments" : "Adjuntos", "Comments" : "Comentarios", - "Modified" : "Modificado", - "Created" : "Creado", - "The title cannot be empty." : "El título no puede estar vacío.", - "No comments yet. Begin the discussion!" : "Aún no hay comentarios. ¡Inicia la discusión!", "Failed to load comments" : "Error al cargar los comentarios", - "Save" : "Guardar", + "No comments yet. Begin the discussion!" : "Aún no hay comentarios. ¡Inicia la discusión!", "The comment cannot be empty." : "El comentario no puede estar vacío.", "The comment cannot be longer than 1000 characters." : "El comentario no puede tener más de 1000 caracteres.", + "Save" : "Guardar", + "Created:" : "Creado:", "In reply to" : "En respuesta a", "Cancel reply" : "Cancelar respuesta", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", + "Write a description …" : "Escribir una descripción …", "Description" : "Descripción", "(Unsaved)" : "(No guardado)", "(Saving…)" : "(Guardando…)", @@ -229,24 +225,23 @@ OC.L10N.register( "Edit description" : "Editar descripción", "View description" : "Ver descripción", "Add Attachment" : "Añadir adjunto", - "Write a description …" : "Escribir una descripción …", "Choose attachment" : "Elegir adjunto", + "Select Date" : "Seleccionar fecha", "Set a due date" : "Establecer una fecha de vencimiento", "Remove due date" : "Eliminar fecha de expiración", "Mark as done" : "Marcar como hecha", "Unarchive card" : "Desarchivar tarjeta", "Archive card" : "Archivar tarjeta", - "Select Date" : "Seleccionar fecha", "Assign a tag to this card…" : "Asignar una etiqueta a esta tarjeta…", "(group)" : "(grupo)", - "Todo items" : "Elementos pendientes", "{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer", + "Todo items" : "Elementos pendientes", "Edit card title" : "Editar título de la tarjeta", + "Card deleted" : "Tarjeta eliminada", "Edit title" : "Editar título", "Assign to me" : "Asignarme la tarjeta", "Unassign myself" : "Desasignarme la tarjeta", "Delete card" : "Eliminar tarjeta", - "Card deleted" : "Tarjeta eliminada", "seconds ago" : "hace segundos", "Keyboard shortcuts" : "Atajos del teclado", "Keyboard shortcut" : "Atajo del teclado", @@ -264,6 +259,13 @@ OC.L10N.register( "Show card ID badge" : "Mostrar identificación de la tarjeta", "Show boards in calendar/tasks" : "Mostrar tableros en calendario/tareas", "Cancel edit" : "Cancelar edición", + "Board {0} deleted" : "Tablero {0} eliminado", + "All cards" : "Todas las tarjetas", + "Only assigned cards" : "Sólo tarjetas asignadas", + "No reminder" : "Sin recordatorio", + "An error occurred" : "Se produjo un error", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "¿Estás seguro de que quieres eliminar el tablero {title}? Esto eliminará todos los datos de este tablero, incluidas las tarjetas archivadas.", + "Delete the board?" : "¿Eliminar el tablero?", "Board details" : "Detalles del tablero", "Edit board" : "Editar el tablero", "Clone board" : "Clonar tablero", @@ -273,16 +275,9 @@ OC.L10N.register( "Turn on due date reminders" : "Activar recordatorios de fecha de vencimiento", "Turn off due date reminders" : "Desactivar recordatorios de fecha de vencimiento", "Due date reminders" : "Recordatorios de fecha de vencimiento", - "All cards" : "Todas las tarjetas", "Assigned cards" : "Tarjetas asignadas", "No notifications" : "No hay notificaciones", "Delete board" : "Borrar tableros", - "Board {0} deleted" : "Tablero {0} eliminado", - "Only assigned cards" : "Sólo tarjetas asignadas", - "No reminder" : "Sin recordatorio", - "An error occurred" : "Se produjo un error", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "¿Estás seguro de que quieres eliminar el tablero {title}? Esto eliminará todos los datos de este tablero, incluidas las tarjetas archivadas.", - "Delete the board?" : "¿Eliminar el tablero?", "Clone cards" : "Clonar tarjetas", "Advanced options" : "Opciones avanzadas", "Clone" : "Clonar", @@ -293,14 +288,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros", "No results found" : "No se encontraron resultados", "Deck board {name}\n* Last modified on {lastMod}" : "Tablero de Deck {name}\n * Última modificación el {lastMod}", - "{stack} in {board}" : "{stack} en {board}", - "Click to expand description" : "Haz clic para expandir la descripción", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Creado el {created}\n * Última modificación el {lastMod}\n * {nbAttachments} adjuntos\n * {nbComments} comentarios", "{nbCards} cards" : "{nbCards} tarjetas", + "Due on {date}" : "Vence el {date}", + "{stack} in {board}" : "{stack} en {board}", + "Click to expand description" : "Haz clic para expandir la descripción", "Click to expand comment" : "Haz clic para expandir el comentario", + "Create card" : "Crear tarjeta", "Create a new card" : "Crear una nueva tarjeta", "Card title" : "Título de la tarjeta", - "Create card" : "Crear tarjeta", "Creating the new card …" : "Creando la nueva tarjeta …", "Card \"{card}\" was added to \"{board}\"" : "La tarjeta \"{card}\" se ha añadido a \"{board}\"", "Open card" : "Abrir tarjeta", @@ -308,7 +304,6 @@ OC.L10N.register( "No upcoming cards" : "No hay tarjetas próximas", "upcoming cards" : "tarjetas próximas", "New card" : "Nueva tarjeta", - "Due on {date}" : "Vence el {date}", "Link to a board" : "Vincular a un tablero", "Link to a card" : "Vincular a una tarjeta", "Create a card" : "Crear una tarjeta", @@ -320,6 +315,12 @@ OC.L10N.register( "Share with a Deck card" : "Compartir con una tarjeta de Deck", "Share {file} with a Deck card" : "Compartir {file} con una tarjeta de Deck", "Share" : "Compartir", + "Personal" : "Personal", + "To do" : "Por hacer", + "Doing" : "Haciendo", + "Example Task 3" : "Tarea de ejemplo 3", + "Example Task 2" : "Tarea de ejemplo 2", + "Example Task 1" : "Tarea de ejemplo 1", "Move card to another board" : "Mover tarjeta a otro tablero" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_EC.json b/l10n/es_EC.json index a28e85c7b..779a3e07b 100644 --- a/l10n/es_EC.json +++ b/l10n/es_EC.json @@ -66,7 +66,6 @@ "A comment was created on a card" : "Se ha creado un comentario en una tarjeta", "Upcoming cards" : "Tarjetas próximas", "Load more" : "Cargar más", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "La tarjeta \"%s\" en \"%s\" te ha sido asignada por %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} te ha asignado la tarjeta {deck-card} en {deck-board}.", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", @@ -88,12 +87,8 @@ "Action needed" : "Acción requerida", "Later" : "Después", "copy" : "copia", - "To do" : "Por hacer", - "Doing" : "Haciendo", + "To Do" : "Por hacer", "Done" : "Terminado", - "Example Task 3" : "Tarea de ejemplo 3", - "Example Task 2" : "Tarea de ejemplo 2", - "Example Task 1" : "Tarea de ejemplo 1", "The file was uploaded" : "El archivo fue cargado", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML", @@ -109,8 +104,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Personal planning and team project organization" : "Planificación personal y organización de proyectos en equipo", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización estilo Kanban destinada a la planificación personal y la organización de proyectos en equipo integrada con Nextcloud.\n \n \n - 📥 Añade tus tareas a tarjetas y ordénalas\n - 📄 Toma notas adicionales en Markdown\n - 🔖 Asigna etiquetas para una mejor organización\n - 👥 Comparte con tu equipo, amigos o familia\n - 📎 Adjunta archivos e incrustarlos en tu descripción en Markdown\n - 💬 Discute con tu equipo usando comentarios\n - ⚡ Sigue los cambios en el flujo de actividad\n - 🚀 Organiza tu proyecto", - "Card details" : "Detalles de la tarjeta", "Add board" : "Agregar tablero", + "Card details" : "Detalles de la tarjeta", "Select the board to link to a project" : "Selecciona el tablero para vincularlo a un proyecto", "Search by board title" : "Buscar por título del tablero", "Select board" : "Seleccionar tablero", @@ -118,17 +113,17 @@ "No lists available" : "No hay listas disponibles", "Select a list" : "Seleccionar una lista", "Move card" : "Mover tarjeta", - "Select a card" : "Seleccionar una tarjeta", - "Cancel" : "Cancelar", "Select the card to link to a project" : "Selecciona la tarjeta para vincularla a un proyecto", "Link to card" : "Vincular con tarjeta", + "Select a card" : "Seleccionar una tarjeta", + "Cancel" : "Cancelar", + "This board is read only" : "Este tablero es de solo lectura", + "Drop your files to upload" : "Suelta tus archivos para subirlos", "File already exists" : "El archivo ya existe", "A file with the name {filename} already exists." : "Ya existe un archivo con el nombre {filename}.", "Do you want to overwrite it?" : "¿Deseas sobre escribirlo?", "Overwrite file" : "Sobrescribir archivo", "Keep existing file" : "Mantener el archivo existente", - "This board is read only" : "Este tablero es de solo lectura", - "Drop your files to upload" : "Suelta tus archivos para subirlos", "Add card" : "Agregar tarjeta", "Archived cards" : "Tarjetas archivadas", "Add list" : "Agregar lista", @@ -163,6 +158,12 @@ "Deleted lists" : "Listas eliminadas", "Undo" : "Deshacer", "Deleted cards" : "Tarjetas eliminadas", + "Failed to create share with {displayName}" : "Error al crear el uso compartido con {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "¿Estás seguro de que quieres transferir el tablero {title} a {user}?", + "Transfer the board." : "Transferir el tablero.", + "Transfer" : "Transferencia", + "The board has been transferred to {user}" : "El tablero se ha transferido a {user}", + "Failed to transfer the board to {user}" : "Error al transferir el tablero a {user}", "No participants found" : "No se encontraron participantes", "Board owner" : "Propietario del tablero", "(Group)" : "(Grupo)", @@ -171,12 +172,7 @@ "Can manage" : "Puede gestionar", "Owner" : "Dueño", "Delete" : "Borrar", - "Failed to create share with {displayName}" : "Error al crear el uso compartido con {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "¿Estás seguro de que quieres transferir el tablero {title} a {user}?", - "Transfer the board." : "Transferir el tablero.", - "Transfer" : "Transferencia", - "The board has been transferred to {user}" : "El tablero se ha transferido a {user}", - "Failed to transfer the board to {user}" : "Error al transferir el tablero a {user}", + "List deleted" : "Lista eliminada", "Edit list title" : "Editar título de la lista", "Archive all cards" : "Archivar todas las tarjetas", "Unarchive all cards" : "Desarchivar todas las tarjetas", @@ -185,13 +181,14 @@ "Unarchive all cards in this list" : "Desarchivar todas las tarjetas en esta lista", "Add a new card" : "Añadir una nueva tarjeta", "Card name" : "Nombre de la tarjeta", - "List deleted" : "Lista eliminada", + "title and color value must be provided" : "Debe proporcionarse el título y el valor del color", "Edit" : "Editar", "Add a new tag" : "Añadir una nueva etiqueta", - "title and color value must be provided" : "Debe proporcionarse el título y el valor del color", "Board name" : "Nombre del tablero", "Members" : "Miembros", "Assign a user to this card…" : "Asignar un usuario a esta tarjeta…", + "File to share" : "Archivo para compartir", + "Invalid path selected" : "Ruta seleccionada no válida.", "Upload new files" : "Subir nuevos archivos", "Share from Files" : "Compartir desde Archivos", "Pending share" : "Uso compartido pendiente", @@ -201,25 +198,24 @@ "Remove attachment" : "Eliminar archivo adjunto", "Delete Attachment" : "Eliminar adjunto", "Restore Attachment" : "Restaurar adjunto", - "File to share" : "Archivo para compartir", - "Invalid path selected" : "Ruta seleccionada no válida.", + "Modified" : "Modificado", + "Created" : "Creado", + "The title cannot be empty." : "El título no puede estar vacío.", "Open in sidebar view" : "Abrir en vista de barra lateral", "Open in bigger view" : "Abrir en vista más grande", "Attachments" : "Adjuntos", "Comments" : "Comentarios", - "Modified" : "Modificado", - "Created" : "Creado", - "The title cannot be empty." : "El título no puede estar vacío.", - "No comments yet. Begin the discussion!" : "Aún no hay comentarios. ¡Inicia la discusión!", "Failed to load comments" : "Error al cargar los comentarios", - "Save" : "Guardar", + "No comments yet. Begin the discussion!" : "Aún no hay comentarios. ¡Inicia la discusión!", "The comment cannot be empty." : "El comentario no puede estar vacío.", "The comment cannot be longer than 1000 characters." : "El comentario no puede tener más de 1000 caracteres.", + "Save" : "Guardar", + "Created:" : "Creado:", "In reply to" : "En respuesta a", "Cancel reply" : "Cancelar respuesta", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", + "Write a description …" : "Escribir una descripción …", "Description" : "Descripción", "(Unsaved)" : "(No guardado)", "(Saving…)" : "(Guardando…)", @@ -227,24 +223,23 @@ "Edit description" : "Editar descripción", "View description" : "Ver descripción", "Add Attachment" : "Añadir adjunto", - "Write a description …" : "Escribir una descripción …", "Choose attachment" : "Elegir adjunto", + "Select Date" : "Seleccionar fecha", "Set a due date" : "Establecer una fecha de vencimiento", "Remove due date" : "Eliminar fecha de expiración", "Mark as done" : "Marcar como hecha", "Unarchive card" : "Desarchivar tarjeta", "Archive card" : "Archivar tarjeta", - "Select Date" : "Seleccionar fecha", "Assign a tag to this card…" : "Asignar una etiqueta a esta tarjeta…", "(group)" : "(grupo)", - "Todo items" : "Elementos pendientes", "{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer", + "Todo items" : "Elementos pendientes", "Edit card title" : "Editar título de la tarjeta", + "Card deleted" : "Tarjeta eliminada", "Edit title" : "Editar título", "Assign to me" : "Asignarme la tarjeta", "Unassign myself" : "Desasignarme la tarjeta", "Delete card" : "Eliminar tarjeta", - "Card deleted" : "Tarjeta eliminada", "seconds ago" : "hace segundos", "Keyboard shortcuts" : "Atajos del teclado", "Keyboard shortcut" : "Atajo del teclado", @@ -262,6 +257,13 @@ "Show card ID badge" : "Mostrar identificación de la tarjeta", "Show boards in calendar/tasks" : "Mostrar tableros en calendario/tareas", "Cancel edit" : "Cancelar edición", + "Board {0} deleted" : "Tablero {0} eliminado", + "All cards" : "Todas las tarjetas", + "Only assigned cards" : "Sólo tarjetas asignadas", + "No reminder" : "Sin recordatorio", + "An error occurred" : "Se produjo un error", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "¿Estás seguro de que quieres eliminar el tablero {title}? Esto eliminará todos los datos de este tablero, incluidas las tarjetas archivadas.", + "Delete the board?" : "¿Eliminar el tablero?", "Board details" : "Detalles del tablero", "Edit board" : "Editar el tablero", "Clone board" : "Clonar tablero", @@ -271,16 +273,9 @@ "Turn on due date reminders" : "Activar recordatorios de fecha de vencimiento", "Turn off due date reminders" : "Desactivar recordatorios de fecha de vencimiento", "Due date reminders" : "Recordatorios de fecha de vencimiento", - "All cards" : "Todas las tarjetas", "Assigned cards" : "Tarjetas asignadas", "No notifications" : "No hay notificaciones", "Delete board" : "Borrar tableros", - "Board {0} deleted" : "Tablero {0} eliminado", - "Only assigned cards" : "Sólo tarjetas asignadas", - "No reminder" : "Sin recordatorio", - "An error occurred" : "Se produjo un error", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "¿Estás seguro de que quieres eliminar el tablero {title}? Esto eliminará todos los datos de este tablero, incluidas las tarjetas archivadas.", - "Delete the board?" : "¿Eliminar el tablero?", "Clone cards" : "Clonar tarjetas", "Advanced options" : "Opciones avanzadas", "Clone" : "Clonar", @@ -291,14 +286,15 @@ "Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros", "No results found" : "No se encontraron resultados", "Deck board {name}\n* Last modified on {lastMod}" : "Tablero de Deck {name}\n * Última modificación el {lastMod}", - "{stack} in {board}" : "{stack} en {board}", - "Click to expand description" : "Haz clic para expandir la descripción", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Creado el {created}\n * Última modificación el {lastMod}\n * {nbAttachments} adjuntos\n * {nbComments} comentarios", "{nbCards} cards" : "{nbCards} tarjetas", + "Due on {date}" : "Vence el {date}", + "{stack} in {board}" : "{stack} en {board}", + "Click to expand description" : "Haz clic para expandir la descripción", "Click to expand comment" : "Haz clic para expandir el comentario", + "Create card" : "Crear tarjeta", "Create a new card" : "Crear una nueva tarjeta", "Card title" : "Título de la tarjeta", - "Create card" : "Crear tarjeta", "Creating the new card …" : "Creando la nueva tarjeta …", "Card \"{card}\" was added to \"{board}\"" : "La tarjeta \"{card}\" se ha añadido a \"{board}\"", "Open card" : "Abrir tarjeta", @@ -306,7 +302,6 @@ "No upcoming cards" : "No hay tarjetas próximas", "upcoming cards" : "tarjetas próximas", "New card" : "Nueva tarjeta", - "Due on {date}" : "Vence el {date}", "Link to a board" : "Vincular a un tablero", "Link to a card" : "Vincular a una tarjeta", "Create a card" : "Crear una tarjeta", @@ -318,6 +313,12 @@ "Share with a Deck card" : "Compartir con una tarjeta de Deck", "Share {file} with a Deck card" : "Compartir {file} con una tarjeta de Deck", "Share" : "Compartir", + "Personal" : "Personal", + "To do" : "Por hacer", + "Doing" : "Haciendo", + "Example Task 3" : "Tarea de ejemplo 3", + "Example Task 2" : "Tarea de ejemplo 2", + "Example Task 1" : "Tarea de ejemplo 1", "Move card to another board" : "Mover tarjeta a otro tablero" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_GT.js b/l10n/es_GT.js index 52ec6c652..b71ec3534 100644 --- a/l10n/es_GT.js +++ b/l10n/es_GT.js @@ -2,7 +2,6 @@ OC.L10N.register( "deck", { "Deck" : "Deck", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "%s on %s" : "%s en %s", @@ -10,6 +9,7 @@ OC.L10N.register( "To review" : "Para revisar", "Action needed" : "Acción requerida", "Later" : "Después", + "To Do" : "Por hacer", "Done" : "Terminado", "The file was uploaded" : "El archivo fue cargado", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini", @@ -39,13 +39,13 @@ OC.L10N.register( "Edit" : "Editar", "Members" : "Miembros", "Download" : "Descargar", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", "Remove due date" : "Eliminar fecha de expiración", @@ -67,6 +67,7 @@ OC.L10N.register( "Today" : "Hoy", "Tomorrow" : "Mañana", "Close" : "Cerrar", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_GT.json b/l10n/es_GT.json index 5b67c2b0c..7a7b70d54 100644 --- a/l10n/es_GT.json +++ b/l10n/es_GT.json @@ -1,6 +1,5 @@ { "translations": { "Deck" : "Deck", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "%s on %s" : "%s en %s", @@ -8,6 +7,7 @@ "To review" : "Para revisar", "Action needed" : "Acción requerida", "Later" : "Después", + "To Do" : "Por hacer", "Done" : "Terminado", "The file was uploaded" : "El archivo fue cargado", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini", @@ -37,13 +37,13 @@ "Edit" : "Editar", "Members" : "Miembros", "Download" : "Descargar", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", "Remove due date" : "Eliminar fecha de expiración", @@ -65,6 +65,7 @@ "Today" : "Hoy", "Tomorrow" : "Mañana", "Close" : "Cerrar", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_HN.js b/l10n/es_HN.js index 3cfab30cf..658d0bc58 100644 --- a/l10n/es_HN.js +++ b/l10n/es_HN.js @@ -2,7 +2,6 @@ OC.L10N.register( "deck", { "Deck" : "Deck", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "%s on %s" : "%s en %s", @@ -35,13 +34,13 @@ OC.L10N.register( "Edit" : "Editar", "Members" : "Miembros", "Download" : "Descargar", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", "Remove due date" : "Eliminar fecha de expiración", @@ -63,6 +62,7 @@ OC.L10N.register( "Today" : "Hoy", "Tomorrow" : "Mañana", "Close" : "Cerrar", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_HN.json b/l10n/es_HN.json index bd67af636..877ab3f2e 100644 --- a/l10n/es_HN.json +++ b/l10n/es_HN.json @@ -1,6 +1,5 @@ { "translations": { "Deck" : "Deck", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "%s on %s" : "%s en %s", @@ -33,13 +32,13 @@ "Edit" : "Editar", "Members" : "Miembros", "Download" : "Descargar", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", "Remove due date" : "Eliminar fecha de expiración", @@ -61,6 +60,7 @@ "Today" : "Hoy", "Tomorrow" : "Mañana", "Close" : "Cerrar", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_MX.js b/l10n/es_MX.js index 61135f2c9..c038db7fb 100644 --- a/l10n/es_MX.js +++ b/l10n/es_MX.js @@ -76,7 +76,6 @@ OC.L10N.register( "Cards due tomorrow" : "Tarjetas para mañana", "Upcoming cards" : "Tarjetas próximas", "Load more" : "Cargar más", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "Deck board" : "Tablero de Deck", @@ -86,6 +85,8 @@ OC.L10N.register( "Action needed" : "Acción requerida", "Later" : "Después", "copy" : "copiar", + "To Do" : "Pendiente", + "In Progress" : "En proceso", "Done" : "Terminado", "The file was uploaded" : "El archivo fue cargado", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini", @@ -101,9 +102,9 @@ OC.L10N.register( "Add board" : "Añadir pizarra", "Move card" : "Mover tarjeta", "Cancel" : "Cancelar", + "Drop your files to upload" : "Arrastre sus archivos para cargar", "File already exists" : "El archivo ya existe", "Do you want to overwrite it?" : "¿Deseas sobre escribirlo?", - "Drop your files to upload" : "Arrastre sus archivos para cargar", "Add card" : "Agregar tarjeta", "Archived cards" : "Tarjetas archivadas", "Add list" : "Añadir lista", @@ -126,6 +127,8 @@ OC.L10N.register( "Tags" : "Etiquetas", "Activity" : "Actividad", "Undo" : "Deshacer", + "Failed to create share with {displayName}" : "Fallo al crear el recurso compartido denominado {displayName}", + "Transfer" : "Transferir", "No participants found" : "No se encontraron participantes", "(Group)" : "(Grupo)", "Can edit" : "Puede editar", @@ -133,24 +136,22 @@ OC.L10N.register( "Can manage" : "Puede gestionar", "Owner" : "Dueño", "Delete" : "Borrar", - "Failed to create share with {displayName}" : "Fallo al crear el recurso compartido denominado {displayName}", - "Transfer" : "Transferir", "Delete list" : "Eliminar lista", "Edit" : "Editar", "Members" : "Miembros", + "Invalid path selected" : "Ruta seleccionada no válida.", "Upload new files" : "Cargar nuevos archivos", "Share from Files" : "Compartir desde Archivos", "Show in Files" : "Mostrar en Archivos", "Download" : "Descargar", - "Invalid path selected" : "Ruta seleccionada no válida.", - "Attachments" : "Adjuntos", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Attachments" : "Adjuntos", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", "Edit description" : "Editar descripción", @@ -172,6 +173,8 @@ OC.L10N.register( "Archived boards" : "Tableros archivados", "Shared with you" : "Compartido con usted", "Cancel edit" : "Cancelar edición", + "No reminder" : "Sin recordatorio", + "An error occurred" : "Ha ocurrido un error", "Board details" : "Detalles del tablero", "Edit board" : "Editar el tablero", "Clone board" : "Clonar pizarra", @@ -179,8 +182,6 @@ OC.L10N.register( "Archive board" : "Archivar tablero", "No notifications" : "No hay notificaciones", "Delete board" : "Borrar tableros", - "No reminder" : "Sin recordatorio", - "An error occurred" : "Ha ocurrido un error", "Clone cards" : "Clonar tarjetas", "Advanced options" : "Opciones avanzadas", "Clone" : "Clonar", @@ -188,6 +189,7 @@ OC.L10N.register( "Tomorrow" : "Mañana", "Close" : "Cerrar", "Error creating the share" : "Error creando el recurso compartido", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_MX.json b/l10n/es_MX.json index 2f21955f1..5f4b9d953 100644 --- a/l10n/es_MX.json +++ b/l10n/es_MX.json @@ -74,7 +74,6 @@ "Cards due tomorrow" : "Tarjetas para mañana", "Upcoming cards" : "Tarjetas próximas", "Load more" : "Cargar más", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "Deck board" : "Tablero de Deck", @@ -84,6 +83,8 @@ "Action needed" : "Acción requerida", "Later" : "Después", "copy" : "copiar", + "To Do" : "Pendiente", + "In Progress" : "En proceso", "Done" : "Terminado", "The file was uploaded" : "El archivo fue cargado", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini", @@ -99,9 +100,9 @@ "Add board" : "Añadir pizarra", "Move card" : "Mover tarjeta", "Cancel" : "Cancelar", + "Drop your files to upload" : "Arrastre sus archivos para cargar", "File already exists" : "El archivo ya existe", "Do you want to overwrite it?" : "¿Deseas sobre escribirlo?", - "Drop your files to upload" : "Arrastre sus archivos para cargar", "Add card" : "Agregar tarjeta", "Archived cards" : "Tarjetas archivadas", "Add list" : "Añadir lista", @@ -124,6 +125,8 @@ "Tags" : "Etiquetas", "Activity" : "Actividad", "Undo" : "Deshacer", + "Failed to create share with {displayName}" : "Fallo al crear el recurso compartido denominado {displayName}", + "Transfer" : "Transferir", "No participants found" : "No se encontraron participantes", "(Group)" : "(Grupo)", "Can edit" : "Puede editar", @@ -131,24 +134,22 @@ "Can manage" : "Puede gestionar", "Owner" : "Dueño", "Delete" : "Borrar", - "Failed to create share with {displayName}" : "Fallo al crear el recurso compartido denominado {displayName}", - "Transfer" : "Transferir", "Delete list" : "Eliminar lista", "Edit" : "Editar", "Members" : "Miembros", + "Invalid path selected" : "Ruta seleccionada no válida.", "Upload new files" : "Cargar nuevos archivos", "Share from Files" : "Compartir desde Archivos", "Show in Files" : "Mostrar en Archivos", "Download" : "Descargar", - "Invalid path selected" : "Ruta seleccionada no válida.", - "Attachments" : "Adjuntos", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Attachments" : "Adjuntos", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", "Edit description" : "Editar descripción", @@ -170,6 +171,8 @@ "Archived boards" : "Tableros archivados", "Shared with you" : "Compartido con usted", "Cancel edit" : "Cancelar edición", + "No reminder" : "Sin recordatorio", + "An error occurred" : "Ha ocurrido un error", "Board details" : "Detalles del tablero", "Edit board" : "Editar el tablero", "Clone board" : "Clonar pizarra", @@ -177,8 +180,6 @@ "Archive board" : "Archivar tablero", "No notifications" : "No hay notificaciones", "Delete board" : "Borrar tableros", - "No reminder" : "Sin recordatorio", - "An error occurred" : "Ha ocurrido un error", "Clone cards" : "Clonar tarjetas", "Advanced options" : "Opciones avanzadas", "Clone" : "Clonar", @@ -186,6 +187,7 @@ "Tomorrow" : "Mañana", "Close" : "Cerrar", "Error creating the share" : "Error creando el recurso compartido", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_NI.js b/l10n/es_NI.js index 3cfab30cf..658d0bc58 100644 --- a/l10n/es_NI.js +++ b/l10n/es_NI.js @@ -2,7 +2,6 @@ OC.L10N.register( "deck", { "Deck" : "Deck", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "%s on %s" : "%s en %s", @@ -35,13 +34,13 @@ OC.L10N.register( "Edit" : "Editar", "Members" : "Miembros", "Download" : "Descargar", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", "Remove due date" : "Eliminar fecha de expiración", @@ -63,6 +62,7 @@ OC.L10N.register( "Today" : "Hoy", "Tomorrow" : "Mañana", "Close" : "Cerrar", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_NI.json b/l10n/es_NI.json index bd67af636..877ab3f2e 100644 --- a/l10n/es_NI.json +++ b/l10n/es_NI.json @@ -1,6 +1,5 @@ { "translations": { "Deck" : "Deck", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "%s on %s" : "%s en %s", @@ -33,13 +32,13 @@ "Edit" : "Editar", "Members" : "Miembros", "Download" : "Descargar", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", "Remove due date" : "Eliminar fecha de expiración", @@ -61,6 +60,7 @@ "Today" : "Hoy", "Tomorrow" : "Mañana", "Close" : "Cerrar", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_PA.js b/l10n/es_PA.js index 3cfab30cf..658d0bc58 100644 --- a/l10n/es_PA.js +++ b/l10n/es_PA.js @@ -2,7 +2,6 @@ OC.L10N.register( "deck", { "Deck" : "Deck", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "%s on %s" : "%s en %s", @@ -35,13 +34,13 @@ OC.L10N.register( "Edit" : "Editar", "Members" : "Miembros", "Download" : "Descargar", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", "Remove due date" : "Eliminar fecha de expiración", @@ -63,6 +62,7 @@ OC.L10N.register( "Today" : "Hoy", "Tomorrow" : "Mañana", "Close" : "Cerrar", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_PA.json b/l10n/es_PA.json index bd67af636..877ab3f2e 100644 --- a/l10n/es_PA.json +++ b/l10n/es_PA.json @@ -1,6 +1,5 @@ { "translations": { "Deck" : "Deck", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "%s on %s" : "%s en %s", @@ -33,13 +32,13 @@ "Edit" : "Editar", "Members" : "Miembros", "Download" : "Descargar", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", "Remove due date" : "Eliminar fecha de expiración", @@ -61,6 +60,7 @@ "Today" : "Hoy", "Tomorrow" : "Mañana", "Close" : "Cerrar", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_PE.js b/l10n/es_PE.js index 597205647..fb76e08b3 100644 --- a/l10n/es_PE.js +++ b/l10n/es_PE.js @@ -2,7 +2,6 @@ OC.L10N.register( "deck", { "Deck" : "Deck", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "%s on %s" : "%s en %s", @@ -37,13 +36,13 @@ OC.L10N.register( "Edit" : "Editar", "Members" : "Miembros", "Download" : "Descargar", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", "Remove due date" : "Eliminar fecha de expiración", @@ -65,6 +64,7 @@ OC.L10N.register( "Today" : "Hoy", "Tomorrow" : "Mañana", "Close" : "Cerrar", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_PE.json b/l10n/es_PE.json index 09d5cd2d6..847628e77 100644 --- a/l10n/es_PE.json +++ b/l10n/es_PE.json @@ -1,6 +1,5 @@ { "translations": { "Deck" : "Deck", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "%s on %s" : "%s en %s", @@ -35,13 +34,13 @@ "Edit" : "Editar", "Members" : "Miembros", "Download" : "Descargar", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", "Remove due date" : "Eliminar fecha de expiración", @@ -63,6 +62,7 @@ "Today" : "Hoy", "Tomorrow" : "Mañana", "Close" : "Cerrar", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_PR.js b/l10n/es_PR.js index 3cfab30cf..658d0bc58 100644 --- a/l10n/es_PR.js +++ b/l10n/es_PR.js @@ -2,7 +2,6 @@ OC.L10N.register( "deck", { "Deck" : "Deck", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "%s on %s" : "%s en %s", @@ -35,13 +34,13 @@ OC.L10N.register( "Edit" : "Editar", "Members" : "Miembros", "Download" : "Descargar", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", "Remove due date" : "Eliminar fecha de expiración", @@ -63,6 +62,7 @@ OC.L10N.register( "Today" : "Hoy", "Tomorrow" : "Mañana", "Close" : "Cerrar", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_PR.json b/l10n/es_PR.json index bd67af636..877ab3f2e 100644 --- a/l10n/es_PR.json +++ b/l10n/es_PR.json @@ -1,6 +1,5 @@ { "translations": { "Deck" : "Deck", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "%s on %s" : "%s en %s", @@ -33,13 +32,13 @@ "Edit" : "Editar", "Members" : "Miembros", "Download" : "Descargar", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", "Remove due date" : "Eliminar fecha de expiración", @@ -61,6 +60,7 @@ "Today" : "Hoy", "Tomorrow" : "Mañana", "Close" : "Cerrar", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_PY.js b/l10n/es_PY.js index 911f2f621..9d99c8c02 100644 --- a/l10n/es_PY.js +++ b/l10n/es_PY.js @@ -2,7 +2,6 @@ OC.L10N.register( "deck", { "Deck" : "Deck", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "%s on %s" : "%s en %s", @@ -37,13 +36,13 @@ OC.L10N.register( "Edit" : "Editar", "Members" : "Miembros", "Download" : "Descargar", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", "Remove due date" : "Eliminar fecha de expiración", @@ -55,17 +54,18 @@ OC.L10N.register( "Search" : "Buscar", "Archived boards" : "Tableros archivados", "Shared with you" : "Compartido con usted", + "An error occurred" : "Se presentó un error", "Board details" : "Detalles del tablero", "Edit board" : "Editar el tablero", "Unarchive board" : "Desarchivar tablero", "Archive board" : "Archivar tablero", "No notifications" : "No hay notificaciones", "Delete board" : "Borrar tableros", - "An error occurred" : "Se presentó un error", "Advanced options" : "Opciones avanzadas", "Today" : "Hoy", "Tomorrow" : "Mañana", "Close" : "Cerrar", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_PY.json b/l10n/es_PY.json index 0a776353f..a3e2705df 100644 --- a/l10n/es_PY.json +++ b/l10n/es_PY.json @@ -1,6 +1,5 @@ { "translations": { "Deck" : "Deck", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "%s on %s" : "%s en %s", @@ -35,13 +34,13 @@ "Edit" : "Editar", "Members" : "Miembros", "Download" : "Descargar", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", "Remove due date" : "Eliminar fecha de expiración", @@ -53,17 +52,18 @@ "Search" : "Buscar", "Archived boards" : "Tableros archivados", "Shared with you" : "Compartido con usted", + "An error occurred" : "Se presentó un error", "Board details" : "Detalles del tablero", "Edit board" : "Editar el tablero", "Unarchive board" : "Desarchivar tablero", "Archive board" : "Archivar tablero", "No notifications" : "No hay notificaciones", "Delete board" : "Borrar tableros", - "An error occurred" : "Se presentó un error", "Advanced options" : "Opciones avanzadas", "Today" : "Hoy", "Tomorrow" : "Mañana", "Close" : "Cerrar", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_SV.js b/l10n/es_SV.js index 52ec6c652..0819083a5 100644 --- a/l10n/es_SV.js +++ b/l10n/es_SV.js @@ -2,7 +2,6 @@ OC.L10N.register( "deck", { "Deck" : "Deck", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "%s on %s" : "%s en %s", @@ -39,13 +38,13 @@ OC.L10N.register( "Edit" : "Editar", "Members" : "Miembros", "Download" : "Descargar", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", "Remove due date" : "Eliminar fecha de expiración", @@ -67,6 +66,7 @@ OC.L10N.register( "Today" : "Hoy", "Tomorrow" : "Mañana", "Close" : "Cerrar", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_SV.json b/l10n/es_SV.json index 5b67c2b0c..d828fcdd7 100644 --- a/l10n/es_SV.json +++ b/l10n/es_SV.json @@ -1,6 +1,5 @@ { "translations": { "Deck" : "Deck", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "%s on %s" : "%s en %s", @@ -37,13 +36,13 @@ "Edit" : "Editar", "Members" : "Miembros", "Download" : "Descargar", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", "Remove due date" : "Eliminar fecha de expiración", @@ -65,6 +64,7 @@ "Today" : "Hoy", "Tomorrow" : "Mañana", "Close" : "Cerrar", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_UY.js b/l10n/es_UY.js index 3cfab30cf..658d0bc58 100644 --- a/l10n/es_UY.js +++ b/l10n/es_UY.js @@ -2,7 +2,6 @@ OC.L10N.register( "deck", { "Deck" : "Deck", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "%s on %s" : "%s en %s", @@ -35,13 +34,13 @@ OC.L10N.register( "Edit" : "Editar", "Members" : "Miembros", "Download" : "Descargar", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", "Remove due date" : "Eliminar fecha de expiración", @@ -63,6 +62,7 @@ OC.L10N.register( "Today" : "Hoy", "Tomorrow" : "Mañana", "Close" : "Cerrar", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_UY.json b/l10n/es_UY.json index bd67af636..877ab3f2e 100644 --- a/l10n/es_UY.json +++ b/l10n/es_UY.json @@ -1,6 +1,5 @@ { "translations": { "Deck" : "Deck", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "%s on %s" : "%s en %s", @@ -33,13 +32,13 @@ "Edit" : "Editar", "Members" : "Miembros", "Download" : "Descargar", - "Comments" : "Comentarios", "Modified" : "Modificado", "Created" : "Creado", + "Comments" : "Comentarios", "Save" : "Guardar", + "Created:" : "Creado:", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", "Description" : "Descripción", "Formatting help" : "Ayuda de formato", "Remove due date" : "Eliminar fecha de expiración", @@ -61,6 +60,7 @@ "Today" : "Hoy", "Tomorrow" : "Mañana", "Close" : "Cerrar", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/et_EE.js b/l10n/et_EE.js index d90515f75..173a691d6 100644 --- a/l10n/et_EE.js +++ b/l10n/et_EE.js @@ -1,7 +1,8 @@ OC.L10N.register( "deck", { - "Personal" : "Isiklik", + "Deck" : "Deck", + "%s on %s" : "%s %s-l", "Finished" : "Lõpetatud", "Later" : "Hiljem", "copy" : "koopia", @@ -31,13 +32,13 @@ OC.L10N.register( "Delete" : "Kustuta", "Edit" : "Redigeeri", "Download" : "Lae alla", - "Comments" : "Kommentaarid", "Modified" : "Muudetud", "Created" : "Loodud", + "Comments" : "Kommentaarid", "Save" : "Salvesta", + "Created:" : "Loodud:", "Reply" : "Vasta", "Update" : "Uuenda", - "Created:" : "Loodud:", "Description" : "Kirjeldus", "(group)" : "(grupp)", "Delete card" : "Kustuta kaart", @@ -47,12 +48,13 @@ OC.L10N.register( "Search" : "Otsi", "Shared with you" : "Sinuga jagatud", "Cancel edit" : "Loobu muutmisest", - "No notifications" : "Märguandeid pole", "An error occurred" : "Tekkis tõrge", + "No notifications" : "Märguandeid pole", "Advanced options" : "Täpsemad valikud", "Today" : "Täna", "Tomorrow" : "Homme", "Close" : "Sulge", - "Share" : "Jaga" + "Share" : "Jaga", + "Personal" : "Isiklik" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/et_EE.json b/l10n/et_EE.json index 177f749fe..9e9ab68d1 100644 --- a/l10n/et_EE.json +++ b/l10n/et_EE.json @@ -1,5 +1,6 @@ { "translations": { - "Personal" : "Isiklik", + "Deck" : "Deck", + "%s on %s" : "%s %s-l", "Finished" : "Lõpetatud", "Later" : "Hiljem", "copy" : "koopia", @@ -29,13 +30,13 @@ "Delete" : "Kustuta", "Edit" : "Redigeeri", "Download" : "Lae alla", - "Comments" : "Kommentaarid", "Modified" : "Muudetud", "Created" : "Loodud", + "Comments" : "Kommentaarid", "Save" : "Salvesta", + "Created:" : "Loodud:", "Reply" : "Vasta", "Update" : "Uuenda", - "Created:" : "Loodud:", "Description" : "Kirjeldus", "(group)" : "(grupp)", "Delete card" : "Kustuta kaart", @@ -45,12 +46,13 @@ "Search" : "Otsi", "Shared with you" : "Sinuga jagatud", "Cancel edit" : "Loobu muutmisest", - "No notifications" : "Märguandeid pole", "An error occurred" : "Tekkis tõrge", + "No notifications" : "Märguandeid pole", "Advanced options" : "Täpsemad valikud", "Today" : "Täna", "Tomorrow" : "Homme", "Close" : "Sulge", - "Share" : "Jaga" + "Share" : "Jaga", + "Personal" : "Isiklik" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/eu.js b/l10n/eu.js index f2a897b46..aa2047c32 100644 --- a/l10n/eu.js +++ b/l10n/eu.js @@ -76,7 +76,6 @@ OC.L10N.register( "Cards due tomorrow" : "Biharko txartelak", "Upcoming cards" : "Hurrengo txartelak", "Load more" : "Kargatu gehiago", - "Personal" : "Pertsonala", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "\"%s\" txartela \"%s\"-n %sk esleitu zaizu.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user}-k {deck-board}-ko {deck-card} txartela esleitu dizu.", "The card \"%s\" on \"%s\" has reached its due date." : " \"%s\" txartela, \"%s\" -n dagoena, epe-mugara ailegatu da.", @@ -99,12 +98,9 @@ OC.L10N.register( "Action needed" : "Ekintza beharrezkoa", "Later" : "Beranduago", "copy" : "kopiatu", - "To do" : "Egiteke", - "Doing" : "Egiten", + "To Do" : "Egiteke", + "In Progress" : "Abian", "Done" : "Egina", - "Example Task 3" : "Adibidetarako ataza 3", - "Example Task 2" : "Adibidetarako ataza 2", - "Example Task 1" : "Adibidetarako ataza 1", "The file was uploaded" : "Fitxategia igo da", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Igotako fitxategiak php.ini fitxategiko upload_max_filesize direktiban zehazturikoa gainditzen du", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Igotako fitxategiak HTML formularioan ezarritako MAX_FILE_SIZE direktiban zehazturikoa gainditzen du", @@ -120,8 +116,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "Data baliogabea, dataren formatuak UUUU-HH-EE izan behar du", "Personal planning and team project organization" : "Plangintza pertsonala eta talde proiektuen kudeaketa", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck aplikazioa plangintza pertsonalera eta proiektuen antolaketara zuzenduta dagoen Nextcloudekin integratutako kanban moduko tresna bat da.\n\n\n-📥 Gehitu atazak txarteletan eta ordenatu\n- 📄 Idatzi ohar gehigarriak Markdown erabiliz\n- 🔖 Esleitu etiketak antolaketa are gehiago hobetzeko\n- 👥 Partekatu zure talde, lagun edo familiarekin\n- 📎 Erantsi fitxategiak eta kapsulatu zure Markdown deskribapenean\n- 💬 Eztabaidatu zure taldearekin iruzkinak erabiliz\n- ⚡ Egin aldaketen jarraipena jarduera jarioa erabiliz\n- 🚀 Antolatu zure proiektua", - "Card details" : "Txartelaren xehetasunak", "Add board" : "Gehitu taula", + "Card details" : "Txartelaren xehetasunak", "Select the board to link to a project" : "Hautatu taula proiektu bati estekatzeko", "Search by board title" : "Bilatu taula izenez", "Select board" : "Hautatu taula", @@ -129,17 +125,17 @@ OC.L10N.register( "No lists available" : "Ez dago zerrendarik eskuragarri", "Select a list" : "Hautatu zerrenda bat", "Move card" : "Mugitu txartela", - "Select a card" : "Hautatu txartel bat", - "Cancel" : "Utzi", "Select the card to link to a project" : "Hautatu proiektu bati estekatzeko txartela", "Link to card" : "Lotu txartelera", + "Select a card" : "Hautatu txartel bat", + "Cancel" : "Utzi", + "This board is read only" : "Taula hau irakurtzeko soilik da", + "Drop your files to upload" : "Jaregin zure fitxategiak igotzeko", "File already exists" : "Badago izen bereko fitxategi bat", "A file with the name {filename} already exists." : "{filename} izeneko fitxategia existitzen da dagoeneko.", "Do you want to overwrite it?" : "Gainidatzi nahi duzu?", "Overwrite file" : "Gainidatzi fitxategia", "Keep existing file" : "Mantendu dagoen fitxategia", - "This board is read only" : "Taula hau irakurtzeko soilik da", - "Drop your files to upload" : "Jaregin zure fitxategiak igotzeko", "Add card" : "Gehitu txartela", "Archived cards" : "Artxibatutako txartelak", "Add list" : "Gehitu zerrenda", @@ -180,6 +176,12 @@ OC.L10N.register( "Deleted lists" : "Ezabatutako zerrendak", "Undo" : "Desegin", "Deleted cards" : "Ezabatutako txartelak", + "Failed to create share with {displayName}" : "Ezin izan da {displayName}-(r)ekin partekatzea sortu", + "Are you sure you want to transfer the board {title} to {user}?" : "Ziur {title} taula {user}-(r)i transferitu nahi diozula?", + "Transfer the board." : "Transferitu taula.", + "Transfer" : "Transferitu", + "The board has been transferred to {user}" : "Taula {user} erabiltzaileari transferitu zaio", + "Failed to transfer the board to {user}" : "Ezin izan zaio taula transferitu {user} erabiltzaileari", "Share board with a user, group or team …" : "Partekatu taula erabiltzaile, talde edo lantalde batekin…", "Searching for users, groups and teams …" : "Erabiltzaileak, taldeak, lantaldeak... bilatzen", "No participants found" : "Ez da parte-hartzailerik aurkitu", @@ -191,12 +193,7 @@ OC.L10N.register( "Can manage" : "Kudeatu dezake", "Owner" : "Jabea", "Delete" : "Ezabatu", - "Failed to create share with {displayName}" : "Ezin izan da {displayName}-(r)ekin partekatzea sortu", - "Are you sure you want to transfer the board {title} to {user}?" : "Ziur {title} taula {user}-(r)i transferitu nahi diozula?", - "Transfer the board." : "Transferitu taula.", - "Transfer" : "Transferitu", - "The board has been transferred to {user}" : "Taula {user} erabiltzaileari transferitu zaio", - "Failed to transfer the board to {user}" : "Ezin izan zaio taula transferitu {user} erabiltzaileari", + "List deleted" : "Zerrenda ezabatua", "Edit list title" : "Editatu zerrendaren izenburua", "Archive all cards" : "Artxibatu txartel guztiak", "Unarchive all cards" : "Berreskuratu txartel guztiak artxibotik", @@ -205,15 +202,16 @@ OC.L10N.register( "Unarchive all cards in this list" : "Berreskuratu artxibotik zerrenda honetako txartel guztiak", "Add a new card" : "Gehitu txartel berri bat", "Card name" : "Txartel izena", - "List deleted" : "Zerrenda ezabatua", + "title and color value must be provided" : "izenburu eta kolore balioak hornitu behar dira", "Edit" : "Editatu", "Add a new tag" : "Gehitu etiketa berri bat", - "title and color value must be provided" : "izenburu eta kolore balioak hornitu behar dira", "Board name" : "Taularen izena", "Members" : "Partaideak", "Assign to users/groups/team" : "Esleitu erabiltzaile/talde/lantaldeei", "Assign a user to this card…" : "Esleitu erabiltzaile bat txartel honi...", "Select a user to assign to this card…" : "Hautatu erabiltzaile bat txartel honetara esleitzeko...", + "File to share" : "Partekatzeko fitxategia", + "Invalid path selected" : "Bide baliogabea hautatuta", "Upload new files" : "Igo fitxategi berriak", "Share from Files" : "Partekatu Fitxategiak-etik", "Pending share" : "Partekatzeko zain", @@ -223,25 +221,24 @@ OC.L10N.register( "Remove attachment" : "Kendu eranskina", "Delete Attachment" : "Ezabatu eranskina", "Restore Attachment" : "Berezarri eranskina", - "File to share" : "Partekatzeko fitxategia", - "Invalid path selected" : "Bide baliogabea hautatuta", + "Modified" : "Aldatua", + "Created" : "Sortua", + "The title cannot be empty." : "Izenburua ezin da hutsik egon.", "Open in sidebar view" : "Ireki alboko barraren ikuspegian", "Open in bigger view" : "Ireki ikuspegi handiago batean", "Attachments" : "Eranskinak", "Comments" : "Iruzkinak", - "Modified" : "Aldatua", - "Created" : "Sortua", - "The title cannot be empty." : "Izenburua ezin da hutsik egon.", - "No comments yet. Begin the discussion!" : "Ez dago iruzkinik oraindik. Hasi eztabaidatzen!", "Failed to load comments" : "Iruzkinen kargatzeak huts egin du.", - "Save" : "Gorde", + "No comments yet. Begin the discussion!" : "Ez dago iruzkinik oraindik. Hasi eztabaidatzen!", "The comment cannot be empty." : "Iruzkina ezin da hutsik egon.", "The comment cannot be longer than 1000 characters." : "Iruzkina ezin da 1000 karaktere baino luzeagoa izan.", + "Save" : "Gorde", + "Created:" : "Sortua:", "In reply to" : "Honi erantzunez", "Cancel reply" : "Utzi erantzuna bertan behera", "Reply" : "Erantzun", "Update" : "Eguneratu", - "Created:" : "Sortua:", + "Write a description …" : "Idatzi deskribapen bat ...", "Description" : "Deskribapena", "(Unsaved)" : "(Gorde gabe)", "(Saving…)" : "(Gordetzen...)", @@ -249,8 +246,16 @@ OC.L10N.register( "Edit description" : "Editatu azalpena", "View description" : "Ikusi deskribapena", "Add Attachment" : "Gehitu eranskina", - "Write a description …" : "Idatzi deskribapen bat ...", "Choose attachment" : "Aukeratu eranskina", + "Select Date" : "Hautatu data", + "Later today – {timeLocale}" : "Beranduago gaur – {timeLocale}", + "Set due date for later today" : "Ezarri epemuga gaurgero", + "Tomorrow – {timeLocale}" : "Bihar – {timeLocale}", + "Set due date for tomorrow" : "Ezarri epemuga biharko", + "This weekend – {timeLocale}" : "Hurrengo asteburua – {timeLocale}", + "Set due date for this weekend" : "Ezarri epemuga asteburu honetarako", + "Next week – {timeLocale}" : "Hurrengo astea – {timeLocale}", + "Set due date for next week" : "Ezarri epemuga datorren asterako", "Assign a due date to this card…" : "Esleitu iraungitze data bat txartel honi...", "Set a due date" : "Ezarri epe-muga", "Add due date" : "Gehitu epemuga", @@ -261,25 +266,19 @@ OC.L10N.register( "Not done" : "Egin gabe", "Unarchive card" : "Berreskuratu txartela artxibotik", "Archive card" : "Artxibatu txartela", - "Select Date" : "Hautatu data", - "Set due date for later today" : "Ezarri epemuga gaurgero", - "Set due date for tomorrow" : "Ezarri epemuga biharko", - "Set due date for this weekend" : "Ezarri epemuga asteburu honetarako", - "Set due date for next week" : "Ezarri epemuga datorren asterako", "Assign a tag to this card…" : "Esleitu etiketa bat txartel honi...", "Select or create a tag…" : "Hautatu edo sortu etiketa bat...", "Create a new tag:" : "Sortu etiketa berria:", "(group)" : "(taldea)", - "Next week – {timeLocale}" : "Hurrengo astea – {timeLocale}", - "Todo items" : "Elementuak egiteke", "{count} comments, {unread} unread" : "{count} iruzkin, {unread} irakurri gabe", + "Todo items" : "Elementuak egiteke", "Edit card title" : "Editatu txartelaren izenburua", + "Card deleted" : "Txartela ezabatuta", "Edit title" : "Editatu izenburua", "Assign to me" : "Esleitu niri", "Unassign myself" : "Niri esleitzeari utzi", "Mark as not done" : "Markatu ez egindako gisa", "Delete card" : "Ezabatu txartela", - "Card deleted" : "Txartela ezabatuta", "seconds ago" : "segundo lehenago", "Keyboard shortcuts" : "Teklatuaren lasterbideak", "Boost your productivity using Deck with keyboard shortcuts." : "Igo ezazu zure produktibitatea Deck teklatuko lasterbideekin erabiliz.", @@ -318,6 +317,13 @@ OC.L10N.register( "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Talde horietatik kanpo dauden erabiltzaileek ezingo dituzte haien taulak sortu, baina partekatu zaizkien tauletan lan egiten jarraitu ahal izango dute.", "Cancel edit" : "Utzi editatzeari", "Save board" : "Gorde mahaia", + "Board {0} deleted" : "{0} taula ezabatu da", + "All cards" : "Txartel guztiak", + "Only assigned cards" : "Bakarrik esleitutako txartelak", + "No reminder" : "Gogorarazpenik ez", + "An error occurred" : "Errore bat gertatu da", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Ziur zaude {title} taula ezabatu nahi duzula? Honek taula honen datu guztiak ezabatuko ditu, artxibatutako txartelak barne.", + "Delete the board?" : "Taula ezabatu?", "Board details" : "Taularen xehetasunak", "Edit board" : "Editatu taula", "Clone board" : "Klonatu taula", @@ -327,16 +333,9 @@ OC.L10N.register( "Turn on due date reminders" : "Aktibatu epemuga gogorarazpenak", "Turn off due date reminders" : "Desaktibatu epemuga gogorarazpenak", "Due date reminders" : "Epemuga gogorarazpenak", - "All cards" : "Txartel guztiak", "Assigned cards" : "Esleitutako txartelak", "No notifications" : "Jakinarazpenik ez", "Delete board" : "Ezabatu taula", - "Board {0} deleted" : "{0} taula ezabatu da", - "Only assigned cards" : "Bakarrik esleitutako txartelak", - "No reminder" : "Gogorarazpenik ez", - "An error occurred" : "Errore bat gertatu da", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Ziur zaude {title} taula ezabatu nahi duzula? Honek taula honen datu guztiak ezabatuko ditu, artxibatutako txartelak barne.", - "Delete the board?" : "Taula ezabatu?", "Clone cards" : "Klonatu txartelak", "Advanced options" : "Ezarpen aurreratuak", "Clone" : "Klonatu", @@ -347,14 +346,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Bilatu {searchQuery} taula guztietan", "No results found" : "Ez da emaitzarik aurkitu", "Deck board {name}\n* Last modified on {lastMod}" : " Deck-eko {izena} taula\n* Azken aldaketa {lastMod}-n", - "{stack} in {board}" : "{board}-(e)ko {stack}", - "Click to expand description" : "Egin klik deskribapena handitzeko", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Sorrera-data {created}\n* Azken aldaketa data {lastMod}\n* {nbAttachments} eranskin\n* {nbComments} iruzkin", "{nbCards} cards" : "{nbCards} karta", + "Due on {date}" : "Iraungitze-data {date}", + "{stack} in {board}" : "{board}-(e)ko {stack}", + "Click to expand description" : "Egin klik deskribapena handitzeko", "Click to expand comment" : "Egin klik iruzkina handitzeko", + "Create card" : "Sortu txartela", "Create a new card" : "Sortu txartel berri bat", "Card title" : "Txartelaren izenburua", - "Create card" : "Sortu txartela", "Creating the new card …" : "Txartel berria sortzen...", "Card \"{card}\" was added to \"{board}\"" : "\"{card}\" txartela gehitu da \"{board}\" taulara", "Open card" : "Ireki txartela", @@ -364,10 +364,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "hurrengo txartelak bihar", "upcoming cards" : "hurrengo txartelak", "New card" : "Txartel berria", - "Due on {date}" : "Iraungitze-data {date}", - "This weekend – {timeLocale}" : "Hurrengo asteburua – {timeLocale}", - "Tomorrow – {timeLocale}" : "Bihar – {timeLocale}", - "Later today – {timeLocale}" : "Beranduago gaur – {timeLocale}", "Link to a board" : "Estekatu taula batera", "Link to a card" : "Estekatu txartel batera", "Create a card" : "Sortu txartela", @@ -379,6 +375,12 @@ OC.L10N.register( "Share with a Deck card" : "Partekatu Deck txartel baten bidez", "Share {file} with a Deck card" : "Partekatu {file} Deck txartel baten bidez", "Share" : "Partekatu", + "Personal" : "Pertsonala", + "To do" : "Egiteke", + "Doing" : "Egiten", + "Example Task 3" : "Adibidetarako ataza 3", + "Example Task 2" : "Adibidetarako ataza 2", + "Example Task 1" : "Adibidetarako ataza 1", "Move card to another board" : "Mugitu txartela beste taula batera", "Filter by completed" : "Iragazi osatutakoen arabera" }, diff --git a/l10n/eu.json b/l10n/eu.json index 9f41d1410..a2e4b3904 100644 --- a/l10n/eu.json +++ b/l10n/eu.json @@ -74,7 +74,6 @@ "Cards due tomorrow" : "Biharko txartelak", "Upcoming cards" : "Hurrengo txartelak", "Load more" : "Kargatu gehiago", - "Personal" : "Pertsonala", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "\"%s\" txartela \"%s\"-n %sk esleitu zaizu.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user}-k {deck-board}-ko {deck-card} txartela esleitu dizu.", "The card \"%s\" on \"%s\" has reached its due date." : " \"%s\" txartela, \"%s\" -n dagoena, epe-mugara ailegatu da.", @@ -97,12 +96,9 @@ "Action needed" : "Ekintza beharrezkoa", "Later" : "Beranduago", "copy" : "kopiatu", - "To do" : "Egiteke", - "Doing" : "Egiten", + "To Do" : "Egiteke", + "In Progress" : "Abian", "Done" : "Egina", - "Example Task 3" : "Adibidetarako ataza 3", - "Example Task 2" : "Adibidetarako ataza 2", - "Example Task 1" : "Adibidetarako ataza 1", "The file was uploaded" : "Fitxategia igo da", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Igotako fitxategiak php.ini fitxategiko upload_max_filesize direktiban zehazturikoa gainditzen du", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Igotako fitxategiak HTML formularioan ezarritako MAX_FILE_SIZE direktiban zehazturikoa gainditzen du", @@ -118,8 +114,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "Data baliogabea, dataren formatuak UUUU-HH-EE izan behar du", "Personal planning and team project organization" : "Plangintza pertsonala eta talde proiektuen kudeaketa", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck aplikazioa plangintza pertsonalera eta proiektuen antolaketara zuzenduta dagoen Nextcloudekin integratutako kanban moduko tresna bat da.\n\n\n-📥 Gehitu atazak txarteletan eta ordenatu\n- 📄 Idatzi ohar gehigarriak Markdown erabiliz\n- 🔖 Esleitu etiketak antolaketa are gehiago hobetzeko\n- 👥 Partekatu zure talde, lagun edo familiarekin\n- 📎 Erantsi fitxategiak eta kapsulatu zure Markdown deskribapenean\n- 💬 Eztabaidatu zure taldearekin iruzkinak erabiliz\n- ⚡ Egin aldaketen jarraipena jarduera jarioa erabiliz\n- 🚀 Antolatu zure proiektua", - "Card details" : "Txartelaren xehetasunak", "Add board" : "Gehitu taula", + "Card details" : "Txartelaren xehetasunak", "Select the board to link to a project" : "Hautatu taula proiektu bati estekatzeko", "Search by board title" : "Bilatu taula izenez", "Select board" : "Hautatu taula", @@ -127,17 +123,17 @@ "No lists available" : "Ez dago zerrendarik eskuragarri", "Select a list" : "Hautatu zerrenda bat", "Move card" : "Mugitu txartela", - "Select a card" : "Hautatu txartel bat", - "Cancel" : "Utzi", "Select the card to link to a project" : "Hautatu proiektu bati estekatzeko txartela", "Link to card" : "Lotu txartelera", + "Select a card" : "Hautatu txartel bat", + "Cancel" : "Utzi", + "This board is read only" : "Taula hau irakurtzeko soilik da", + "Drop your files to upload" : "Jaregin zure fitxategiak igotzeko", "File already exists" : "Badago izen bereko fitxategi bat", "A file with the name {filename} already exists." : "{filename} izeneko fitxategia existitzen da dagoeneko.", "Do you want to overwrite it?" : "Gainidatzi nahi duzu?", "Overwrite file" : "Gainidatzi fitxategia", "Keep existing file" : "Mantendu dagoen fitxategia", - "This board is read only" : "Taula hau irakurtzeko soilik da", - "Drop your files to upload" : "Jaregin zure fitxategiak igotzeko", "Add card" : "Gehitu txartela", "Archived cards" : "Artxibatutako txartelak", "Add list" : "Gehitu zerrenda", @@ -178,6 +174,12 @@ "Deleted lists" : "Ezabatutako zerrendak", "Undo" : "Desegin", "Deleted cards" : "Ezabatutako txartelak", + "Failed to create share with {displayName}" : "Ezin izan da {displayName}-(r)ekin partekatzea sortu", + "Are you sure you want to transfer the board {title} to {user}?" : "Ziur {title} taula {user}-(r)i transferitu nahi diozula?", + "Transfer the board." : "Transferitu taula.", + "Transfer" : "Transferitu", + "The board has been transferred to {user}" : "Taula {user} erabiltzaileari transferitu zaio", + "Failed to transfer the board to {user}" : "Ezin izan zaio taula transferitu {user} erabiltzaileari", "Share board with a user, group or team …" : "Partekatu taula erabiltzaile, talde edo lantalde batekin…", "Searching for users, groups and teams …" : "Erabiltzaileak, taldeak, lantaldeak... bilatzen", "No participants found" : "Ez da parte-hartzailerik aurkitu", @@ -189,12 +191,7 @@ "Can manage" : "Kudeatu dezake", "Owner" : "Jabea", "Delete" : "Ezabatu", - "Failed to create share with {displayName}" : "Ezin izan da {displayName}-(r)ekin partekatzea sortu", - "Are you sure you want to transfer the board {title} to {user}?" : "Ziur {title} taula {user}-(r)i transferitu nahi diozula?", - "Transfer the board." : "Transferitu taula.", - "Transfer" : "Transferitu", - "The board has been transferred to {user}" : "Taula {user} erabiltzaileari transferitu zaio", - "Failed to transfer the board to {user}" : "Ezin izan zaio taula transferitu {user} erabiltzaileari", + "List deleted" : "Zerrenda ezabatua", "Edit list title" : "Editatu zerrendaren izenburua", "Archive all cards" : "Artxibatu txartel guztiak", "Unarchive all cards" : "Berreskuratu txartel guztiak artxibotik", @@ -203,15 +200,16 @@ "Unarchive all cards in this list" : "Berreskuratu artxibotik zerrenda honetako txartel guztiak", "Add a new card" : "Gehitu txartel berri bat", "Card name" : "Txartel izena", - "List deleted" : "Zerrenda ezabatua", + "title and color value must be provided" : "izenburu eta kolore balioak hornitu behar dira", "Edit" : "Editatu", "Add a new tag" : "Gehitu etiketa berri bat", - "title and color value must be provided" : "izenburu eta kolore balioak hornitu behar dira", "Board name" : "Taularen izena", "Members" : "Partaideak", "Assign to users/groups/team" : "Esleitu erabiltzaile/talde/lantaldeei", "Assign a user to this card…" : "Esleitu erabiltzaile bat txartel honi...", "Select a user to assign to this card…" : "Hautatu erabiltzaile bat txartel honetara esleitzeko...", + "File to share" : "Partekatzeko fitxategia", + "Invalid path selected" : "Bide baliogabea hautatuta", "Upload new files" : "Igo fitxategi berriak", "Share from Files" : "Partekatu Fitxategiak-etik", "Pending share" : "Partekatzeko zain", @@ -221,25 +219,24 @@ "Remove attachment" : "Kendu eranskina", "Delete Attachment" : "Ezabatu eranskina", "Restore Attachment" : "Berezarri eranskina", - "File to share" : "Partekatzeko fitxategia", - "Invalid path selected" : "Bide baliogabea hautatuta", + "Modified" : "Aldatua", + "Created" : "Sortua", + "The title cannot be empty." : "Izenburua ezin da hutsik egon.", "Open in sidebar view" : "Ireki alboko barraren ikuspegian", "Open in bigger view" : "Ireki ikuspegi handiago batean", "Attachments" : "Eranskinak", "Comments" : "Iruzkinak", - "Modified" : "Aldatua", - "Created" : "Sortua", - "The title cannot be empty." : "Izenburua ezin da hutsik egon.", - "No comments yet. Begin the discussion!" : "Ez dago iruzkinik oraindik. Hasi eztabaidatzen!", "Failed to load comments" : "Iruzkinen kargatzeak huts egin du.", - "Save" : "Gorde", + "No comments yet. Begin the discussion!" : "Ez dago iruzkinik oraindik. Hasi eztabaidatzen!", "The comment cannot be empty." : "Iruzkina ezin da hutsik egon.", "The comment cannot be longer than 1000 characters." : "Iruzkina ezin da 1000 karaktere baino luzeagoa izan.", + "Save" : "Gorde", + "Created:" : "Sortua:", "In reply to" : "Honi erantzunez", "Cancel reply" : "Utzi erantzuna bertan behera", "Reply" : "Erantzun", "Update" : "Eguneratu", - "Created:" : "Sortua:", + "Write a description …" : "Idatzi deskribapen bat ...", "Description" : "Deskribapena", "(Unsaved)" : "(Gorde gabe)", "(Saving…)" : "(Gordetzen...)", @@ -247,8 +244,16 @@ "Edit description" : "Editatu azalpena", "View description" : "Ikusi deskribapena", "Add Attachment" : "Gehitu eranskina", - "Write a description …" : "Idatzi deskribapen bat ...", "Choose attachment" : "Aukeratu eranskina", + "Select Date" : "Hautatu data", + "Later today – {timeLocale}" : "Beranduago gaur – {timeLocale}", + "Set due date for later today" : "Ezarri epemuga gaurgero", + "Tomorrow – {timeLocale}" : "Bihar – {timeLocale}", + "Set due date for tomorrow" : "Ezarri epemuga biharko", + "This weekend – {timeLocale}" : "Hurrengo asteburua – {timeLocale}", + "Set due date for this weekend" : "Ezarri epemuga asteburu honetarako", + "Next week – {timeLocale}" : "Hurrengo astea – {timeLocale}", + "Set due date for next week" : "Ezarri epemuga datorren asterako", "Assign a due date to this card…" : "Esleitu iraungitze data bat txartel honi...", "Set a due date" : "Ezarri epe-muga", "Add due date" : "Gehitu epemuga", @@ -259,25 +264,19 @@ "Not done" : "Egin gabe", "Unarchive card" : "Berreskuratu txartela artxibotik", "Archive card" : "Artxibatu txartela", - "Select Date" : "Hautatu data", - "Set due date for later today" : "Ezarri epemuga gaurgero", - "Set due date for tomorrow" : "Ezarri epemuga biharko", - "Set due date for this weekend" : "Ezarri epemuga asteburu honetarako", - "Set due date for next week" : "Ezarri epemuga datorren asterako", "Assign a tag to this card…" : "Esleitu etiketa bat txartel honi...", "Select or create a tag…" : "Hautatu edo sortu etiketa bat...", "Create a new tag:" : "Sortu etiketa berria:", "(group)" : "(taldea)", - "Next week – {timeLocale}" : "Hurrengo astea – {timeLocale}", - "Todo items" : "Elementuak egiteke", "{count} comments, {unread} unread" : "{count} iruzkin, {unread} irakurri gabe", + "Todo items" : "Elementuak egiteke", "Edit card title" : "Editatu txartelaren izenburua", + "Card deleted" : "Txartela ezabatuta", "Edit title" : "Editatu izenburua", "Assign to me" : "Esleitu niri", "Unassign myself" : "Niri esleitzeari utzi", "Mark as not done" : "Markatu ez egindako gisa", "Delete card" : "Ezabatu txartela", - "Card deleted" : "Txartela ezabatuta", "seconds ago" : "segundo lehenago", "Keyboard shortcuts" : "Teklatuaren lasterbideak", "Boost your productivity using Deck with keyboard shortcuts." : "Igo ezazu zure produktibitatea Deck teklatuko lasterbideekin erabiliz.", @@ -316,6 +315,13 @@ "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Talde horietatik kanpo dauden erabiltzaileek ezingo dituzte haien taulak sortu, baina partekatu zaizkien tauletan lan egiten jarraitu ahal izango dute.", "Cancel edit" : "Utzi editatzeari", "Save board" : "Gorde mahaia", + "Board {0} deleted" : "{0} taula ezabatu da", + "All cards" : "Txartel guztiak", + "Only assigned cards" : "Bakarrik esleitutako txartelak", + "No reminder" : "Gogorarazpenik ez", + "An error occurred" : "Errore bat gertatu da", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Ziur zaude {title} taula ezabatu nahi duzula? Honek taula honen datu guztiak ezabatuko ditu, artxibatutako txartelak barne.", + "Delete the board?" : "Taula ezabatu?", "Board details" : "Taularen xehetasunak", "Edit board" : "Editatu taula", "Clone board" : "Klonatu taula", @@ -325,16 +331,9 @@ "Turn on due date reminders" : "Aktibatu epemuga gogorarazpenak", "Turn off due date reminders" : "Desaktibatu epemuga gogorarazpenak", "Due date reminders" : "Epemuga gogorarazpenak", - "All cards" : "Txartel guztiak", "Assigned cards" : "Esleitutako txartelak", "No notifications" : "Jakinarazpenik ez", "Delete board" : "Ezabatu taula", - "Board {0} deleted" : "{0} taula ezabatu da", - "Only assigned cards" : "Bakarrik esleitutako txartelak", - "No reminder" : "Gogorarazpenik ez", - "An error occurred" : "Errore bat gertatu da", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Ziur zaude {title} taula ezabatu nahi duzula? Honek taula honen datu guztiak ezabatuko ditu, artxibatutako txartelak barne.", - "Delete the board?" : "Taula ezabatu?", "Clone cards" : "Klonatu txartelak", "Advanced options" : "Ezarpen aurreratuak", "Clone" : "Klonatu", @@ -345,14 +344,15 @@ "Search for {searchQuery} in all boards" : "Bilatu {searchQuery} taula guztietan", "No results found" : "Ez da emaitzarik aurkitu", "Deck board {name}\n* Last modified on {lastMod}" : " Deck-eko {izena} taula\n* Azken aldaketa {lastMod}-n", - "{stack} in {board}" : "{board}-(e)ko {stack}", - "Click to expand description" : "Egin klik deskribapena handitzeko", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Sorrera-data {created}\n* Azken aldaketa data {lastMod}\n* {nbAttachments} eranskin\n* {nbComments} iruzkin", "{nbCards} cards" : "{nbCards} karta", + "Due on {date}" : "Iraungitze-data {date}", + "{stack} in {board}" : "{board}-(e)ko {stack}", + "Click to expand description" : "Egin klik deskribapena handitzeko", "Click to expand comment" : "Egin klik iruzkina handitzeko", + "Create card" : "Sortu txartela", "Create a new card" : "Sortu txartel berri bat", "Card title" : "Txartelaren izenburua", - "Create card" : "Sortu txartela", "Creating the new card …" : "Txartel berria sortzen...", "Card \"{card}\" was added to \"{board}\"" : "\"{card}\" txartela gehitu da \"{board}\" taulara", "Open card" : "Ireki txartela", @@ -362,10 +362,6 @@ "upcoming cards tomorrow" : "hurrengo txartelak bihar", "upcoming cards" : "hurrengo txartelak", "New card" : "Txartel berria", - "Due on {date}" : "Iraungitze-data {date}", - "This weekend – {timeLocale}" : "Hurrengo asteburua – {timeLocale}", - "Tomorrow – {timeLocale}" : "Bihar – {timeLocale}", - "Later today – {timeLocale}" : "Beranduago gaur – {timeLocale}", "Link to a board" : "Estekatu taula batera", "Link to a card" : "Estekatu txartel batera", "Create a card" : "Sortu txartela", @@ -377,6 +373,12 @@ "Share with a Deck card" : "Partekatu Deck txartel baten bidez", "Share {file} with a Deck card" : "Partekatu {file} Deck txartel baten bidez", "Share" : "Partekatu", + "Personal" : "Pertsonala", + "To do" : "Egiteke", + "Doing" : "Egiten", + "Example Task 3" : "Adibidetarako ataza 3", + "Example Task 2" : "Adibidetarako ataza 2", + "Example Task 1" : "Adibidetarako ataza 1", "Move card to another board" : "Mugitu txartela beste taula batera", "Filter by completed" : "Iragazi osatutakoen arabera" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/fa.js b/l10n/fa.js index c186f18c3..767b4f809 100644 --- a/l10n/fa.js +++ b/l10n/fa.js @@ -68,7 +68,6 @@ OC.L10N.register( "A comment was created on a card" : "یک نظر روی یک برگه ایجاد شد", "Upcoming cards" : "برگه‌های آینده", "Load more" : "Load more", - "Personal" : "شخصی", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "The card \"%s\" on \"%s\" has been assigned to you by %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} برگه {deck-card} در {deck-board} را به شما اختصاص داده است.", "The card \"%s\" on \"%s\" has reached its due date." : "The card \"%s\" on \"%s\" has reached its due date.", @@ -91,12 +90,8 @@ OC.L10N.register( "Action needed" : "نیازمند اقدام", "Later" : "بعدا", "copy" : "کپی", - "To do" : "برای انجام", - "Doing" : "در حال انجام", + "To Do" : "To Do", "Done" : "انجام شد", - "Example Task 3" : "نمونه کار ۳", - "Example Task 2" : "نمونه کار ۲", - "Example Task 1" : "نمونه کار ۱", "The file was uploaded" : "پرونده بارگذاری شد", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "حجم پرونده بارگذاری شده بیشتر از تنظیمات upload_max_filesize در پرونده php.ini است", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "حداکثر حجم قابل بار گذاری از طریق HTML MAX_FILE_SIZE است", @@ -112,8 +107,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "تاریخ نامعتبر است، قالب تاریخ باید YYYY-MM-DD باشد", "Personal planning and team project organization" : "برنامه‌ریزی شخصی و سازمان‌دهی کار گروهی", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "برگه‌دان یک ابزار سازمان‌دهی سبک کانبان است که هدف آن برنامه‌ریزی شخصی و سازمان‌دهی پروژه برای گروه‌های مرتبط با Nextcloud است.\n\n\n- 📥 وظایف خود را به برگه‌ها اضافه کنید و آن‌ها را مرتب کنید\n- 📄 یادداشت‌های اضافی را در Markdown یادداشت کنید\n- 🔖 برچسب‌هایی را برای سازمان‌دهی بهتر اختصاص دهید\n- 👥 با گروه، دوستان یا خانوادهٔ خود به اشتراک بگذارید\n- 📎 فایل‌ها را ضمیمه کنید و آنها را در توضیحات Markdown خود قرار دهید\n- 💬 با استفاده از نظرات با تیم خود بحث کنید\n- ⚡ تغییرات در جریان فعالیت را پیگیری کنید\n- 🚀 پروژه خود را سازمان‌دهی کنید", - "Card details" : "جزئیات برگه", "Add board" : "افزودن تخته", + "Card details" : "جزئیات برگه", "Select the board to link to a project" : "تخته‌ای را برای ایجاد پیوند با یک پروژه انتخاب کنید", "Search by board title" : "جستجو بر اساس عنوان تخته", "Select board" : "انتخاب تخته", @@ -121,17 +116,17 @@ OC.L10N.register( "No lists available" : "هیچ فهرستی در دسترس نیست", "Select a list" : "یک فهرست برگزینید", "Move card" : "انتقال برگه", - "Select a card" : "انتخاب یک برگه", - "Cancel" : "لغو", "Select the card to link to a project" : "برگه‌ای را برای ایجاد پیوند با یک پروژه انتخاب کنید", "Link to card" : "پیوند به برگه", + "Select a card" : "انتخاب یک برگه", + "Cancel" : "لغو", + "This board is read only" : "تخته، فقط خواندنی است", + "Drop your files to upload" : "برای بارگذاری، پرونده‌ها را اینجا رها کنید", "File already exists" : "پرونده از قبل موجود است", "A file with the name {filename} already exists." : "پرونده‌ای با نام {filename} از قبل موجود است.", "Do you want to overwrite it?" : "می‌خواهید روی آن بازنویسی شود؟", "Overwrite file" : "بازنویسی پرونده", "Keep existing file" : "پرونده موجود حفظ شود", - "This board is read only" : "تخته، فقط خواندنی است", - "Drop your files to upload" : "برای بارگذاری، پرونده‌ها را اینجا رها کنید", "Add card" : "افزودن برگه", "Archived cards" : "کارت‌های بایگانی‌شده", "Add list" : "افزودن فهرست", @@ -166,6 +161,12 @@ OC.L10N.register( "Deleted lists" : "فهرست‌های پاک شده", "Undo" : "برگرداندن", "Deleted cards" : "کارت‌های پاک شده", + "Failed to create share with {displayName}" : "اشتراک‌گذاری با {displayName} ایجاد نشد", + "Are you sure you want to transfer the board {title} to {user}?" : "Are you sure you want to transfer the board {title} to {user}?", + "Transfer the board." : "Transfer the board.", + "Transfer" : "انتقال", + "The board has been transferred to {user}" : "The board has been transferred to {user}", + "Failed to transfer the board to {user}" : "Failed to transfer the board to {user}", "No participants found" : "هیچ شرکتی پیدا نشد", "Board owner" : "مالک تخته", "(Group)" : "(گروه)", @@ -174,12 +175,7 @@ OC.L10N.register( "Can manage" : "می‌تواند مدیریت کند", "Owner" : "مالک", "Delete" : "حذف", - "Failed to create share with {displayName}" : "اشتراک‌گذاری با {displayName} ایجاد نشد", - "Are you sure you want to transfer the board {title} to {user}?" : "Are you sure you want to transfer the board {title} to {user}?", - "Transfer the board." : "Transfer the board.", - "Transfer" : "انتقال", - "The board has been transferred to {user}" : "The board has been transferred to {user}", - "Failed to transfer the board to {user}" : "Failed to transfer the board to {user}", + "List deleted" : "فهرست پاک شد", "Edit list title" : "Edit list title", "Archive all cards" : "همهٔ برگه‌ها را بایگانی کنید!", "Unarchive all cards" : "Unarchive all cards", @@ -188,13 +184,14 @@ OC.L10N.register( "Unarchive all cards in this list" : "Unarchive all cards in this list", "Add a new card" : "افزودن یک کارت جدید", "Card name" : "نام برگه", - "List deleted" : "فهرست پاک شد", + "title and color value must be provided" : "نام و رنگ باید مشخص شود", "Edit" : "ویرایش", "Add a new tag" : "افزودن یک برچسب جدید", - "title and color value must be provided" : "نام و رنگ باید مشخص شود", "Board name" : "نامِ تخته", "Members" : "اعضا", "Assign a user to this card…" : "اختصاص یک کاربر به این برگه…", + "File to share" : "فایل برای اشتراک‌گذاری", + "Invalid path selected" : "مسیر نامعتبر انتخاب شده است", "Upload new files" : "فایل‌های جدید را آپلود کنید", "Share from Files" : "اشتراک‌گذاری از فایل‌ها", "Pending share" : "سهم معلق", @@ -204,25 +201,24 @@ OC.L10N.register( "Remove attachment" : "حذف پیوست", "Delete Attachment" : "حذف پیوست", "Restore Attachment" : "بازیابی پیوست", - "File to share" : "فایل برای اشتراک‌گذاری", - "Invalid path selected" : "مسیر نامعتبر انتخاب شده است", + "Modified" : "تغییر یافته", + "Created" : "ایجاد شده", + "The title cannot be empty." : "عنوان نمی‌تواند خالی باشد.", "Open in sidebar view" : "در نمای نوار کناری باز کنید", "Open in bigger view" : "در نمای بزرگتر باز کنید", "Attachments" : "پیوست‌ها", "Comments" : "نظرات", - "Modified" : "تغییر یافته", - "Created" : "ایجاد شده", - "The title cannot be empty." : "عنوان نمی‌تواند خالی باشد.", - "No comments yet. Begin the discussion!" : "هنوز نظری وجود ندارد. بحثی را آغاز کنید!", "Failed to load comments" : "نظرات بارگیری نشد", - "Save" : "ذخیره", + "No comments yet. Begin the discussion!" : "هنوز نظری وجود ندارد. بحثی را آغاز کنید!", "The comment cannot be empty." : "نظر نمی‌تواند خالی باشد.", "The comment cannot be longer than 1000 characters." : "نظر نمی‌تواند طولانی‌تر از ۱۰۰۰ حرف باشد.", + "Save" : "ذخیره", + "Created:" : "ایجاد شده توسط:", "In reply to" : "در پاسخ به", "Cancel reply" : "لغو پاسخ", "Reply" : "پاسخ", "Update" : "به‌روزرسانی", - "Created:" : "ایجاد شده توسط:", + "Write a description …" : "توضیح بنویس…", "Description" : "توضیحات", "(Unsaved)" : "(ذخیره نشده)", "(Saving…)" : "(در حال ذخیره...)", @@ -230,26 +226,28 @@ OC.L10N.register( "Edit description" : "ویرایش توضیحات", "View description" : "نمایش توضیحات", "Add Attachment" : "افزودن پیوست", - "Write a description …" : "توضیح بنویس…", "Choose attachment" : "انتخاب پیوست", + "Select Date" : "تاریخ را انتخاب کنید", + "Later today – {timeLocale}" : "Later today – {timeLocale}", + "Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}", + "This weekend – {timeLocale}" : "This weekend – {timeLocale}", + "Next week – {timeLocale}" : "Next week – {timeLocale}", "Assign a due date to this card…" : "Assign a due date to this card…", "Set a due date" : "تاریخ سررسید را تعیین کنید", "Remove due date" : "تاریخ سررسید را حذف کنید", "Mark as done" : "علامت گذاری به عنوان انجام شده", "Unarchive card" : "برگه را از بایگانی خارج کنید", "Archive card" : "بایگانی برگه", - "Select Date" : "تاریخ را انتخاب کنید", "Assign a tag to this card…" : "یک برچسب به این برگه اختصاص دهید…", "(group)" : "(گروه)", - "Next week – {timeLocale}" : "Next week – {timeLocale}", - "Todo items" : "Todo items", "{count} comments, {unread} unread" : "{count} نظر، { خوانده نشده} خوانده نشده", + "Todo items" : "Todo items", "Edit card title" : "Edit card title", + "Card deleted" : "برگه پاک شد", "Edit title" : "ویرایش عنوان", "Assign to me" : "به من اختصاص دهید", "Unassign myself" : "واگذاری به خودم را لغو می‌کنم", "Delete card" : "حذف برگه", - "Card deleted" : "برگه پاک شد", "seconds ago" : "ثانیه‌هایی پیش", "Keyboard shortcuts" : "میان‌برهای صفحه‌کلید", "Keyboard shortcut" : "صفحه کلید", @@ -268,6 +266,13 @@ OC.L10N.register( "Show card ID badge" : "Show card ID badge", "Show boards in calendar/tasks" : "نمایش تابلوها در تقویم/ وظایف", "Cancel edit" : "Cancel edit", + "Board {0} deleted" : "Board {0} deleted", + "All cards" : "All cards", + "Only assigned cards" : "Only assigned cards", + "No reminder" : "No reminder", + "An error occurred" : "خطایی روی داد", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.", + "Delete the board?" : "Delete the board?", "Board details" : "Board details", "Edit board" : "ویرایش تخته", "Clone board" : "تخته شبیه‌سازی", @@ -277,16 +282,9 @@ OC.L10N.register( "Turn on due date reminders" : "Turn on due date reminders", "Turn off due date reminders" : "Turn off due date reminders", "Due date reminders" : "Due date reminders", - "All cards" : "All cards", "Assigned cards" : "Assigned cards", "No notifications" : "بدون اعلان", "Delete board" : "حذف تخته", - "Board {0} deleted" : "Board {0} deleted", - "Only assigned cards" : "Only assigned cards", - "No reminder" : "No reminder", - "An error occurred" : "خطایی روی داد", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.", - "Delete the board?" : "Delete the board?", "Clone cards" : "شبیه سازی کارت", "Advanced options" : "گزینه‌های پیش‌رفته", "Clone" : "شبیه سازی", @@ -297,14 +295,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards", "No results found" : "هیچ نتیجه ای یافت نشد", "Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}", - "{stack} in {board}" : "{stack} in {board}", - "Click to expand description" : "Click to expand description", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments", "{nbCards} cards" : "{nbCards} cards", + "Due on {date}" : "Due on {date}", + "{stack} in {board}" : "{stack} in {board}", + "Click to expand description" : "Click to expand description", "Click to expand comment" : "Click to expand comment", + "Create card" : "ایجاد برگه", "Create a new card" : "یک برگهٔ جدید بسازید", "Card title" : "عنوان برگه", - "Create card" : "ایجاد برگه", "Creating the new card …" : "ساختن برگهٔ جدید ...", "Card \"{card}\" was added to \"{board}\"" : "برگه \"{card}\" به \"{board}\" اضافه شد", "Open card" : "بازکردن برگه", @@ -312,10 +311,6 @@ OC.L10N.register( "No upcoming cards" : "No upcoming cards", "upcoming cards" : "upcoming cards", "New card" : "New card", - "Due on {date}" : "Due on {date}", - "This weekend – {timeLocale}" : "This weekend – {timeLocale}", - "Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}", - "Later today – {timeLocale}" : "Later today – {timeLocale}", "Link to a board" : "Link to a board", "Link to a card" : "Link to a card", "Create a card" : "Create a card", @@ -327,6 +322,12 @@ OC.L10N.register( "Share with a Deck card" : "Share with a Deck card", "Share {file} with a Deck card" : "Share {file} with a Deck card", "Share" : "هم‌رسانی", + "Personal" : "شخصی", + "To do" : "برای انجام", + "Doing" : "در حال انجام", + "Example Task 3" : "نمونه کار ۳", + "Example Task 2" : "نمونه کار ۲", + "Example Task 1" : "نمونه کار ۱", "Move card to another board" : "انتقال برگه به تخته‌ای دیگر" }, "nplurals=2; plural=(n > 1);"); diff --git a/l10n/fa.json b/l10n/fa.json index 804b33007..b0f50079f 100644 --- a/l10n/fa.json +++ b/l10n/fa.json @@ -66,7 +66,6 @@ "A comment was created on a card" : "یک نظر روی یک برگه ایجاد شد", "Upcoming cards" : "برگه‌های آینده", "Load more" : "Load more", - "Personal" : "شخصی", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "The card \"%s\" on \"%s\" has been assigned to you by %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} برگه {deck-card} در {deck-board} را به شما اختصاص داده است.", "The card \"%s\" on \"%s\" has reached its due date." : "The card \"%s\" on \"%s\" has reached its due date.", @@ -89,12 +88,8 @@ "Action needed" : "نیازمند اقدام", "Later" : "بعدا", "copy" : "کپی", - "To do" : "برای انجام", - "Doing" : "در حال انجام", + "To Do" : "To Do", "Done" : "انجام شد", - "Example Task 3" : "نمونه کار ۳", - "Example Task 2" : "نمونه کار ۲", - "Example Task 1" : "نمونه کار ۱", "The file was uploaded" : "پرونده بارگذاری شد", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "حجم پرونده بارگذاری شده بیشتر از تنظیمات upload_max_filesize در پرونده php.ini است", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "حداکثر حجم قابل بار گذاری از طریق HTML MAX_FILE_SIZE است", @@ -110,8 +105,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "تاریخ نامعتبر است، قالب تاریخ باید YYYY-MM-DD باشد", "Personal planning and team project organization" : "برنامه‌ریزی شخصی و سازمان‌دهی کار گروهی", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "برگه‌دان یک ابزار سازمان‌دهی سبک کانبان است که هدف آن برنامه‌ریزی شخصی و سازمان‌دهی پروژه برای گروه‌های مرتبط با Nextcloud است.\n\n\n- 📥 وظایف خود را به برگه‌ها اضافه کنید و آن‌ها را مرتب کنید\n- 📄 یادداشت‌های اضافی را در Markdown یادداشت کنید\n- 🔖 برچسب‌هایی را برای سازمان‌دهی بهتر اختصاص دهید\n- 👥 با گروه، دوستان یا خانوادهٔ خود به اشتراک بگذارید\n- 📎 فایل‌ها را ضمیمه کنید و آنها را در توضیحات Markdown خود قرار دهید\n- 💬 با استفاده از نظرات با تیم خود بحث کنید\n- ⚡ تغییرات در جریان فعالیت را پیگیری کنید\n- 🚀 پروژه خود را سازمان‌دهی کنید", - "Card details" : "جزئیات برگه", "Add board" : "افزودن تخته", + "Card details" : "جزئیات برگه", "Select the board to link to a project" : "تخته‌ای را برای ایجاد پیوند با یک پروژه انتخاب کنید", "Search by board title" : "جستجو بر اساس عنوان تخته", "Select board" : "انتخاب تخته", @@ -119,17 +114,17 @@ "No lists available" : "هیچ فهرستی در دسترس نیست", "Select a list" : "یک فهرست برگزینید", "Move card" : "انتقال برگه", - "Select a card" : "انتخاب یک برگه", - "Cancel" : "لغو", "Select the card to link to a project" : "برگه‌ای را برای ایجاد پیوند با یک پروژه انتخاب کنید", "Link to card" : "پیوند به برگه", + "Select a card" : "انتخاب یک برگه", + "Cancel" : "لغو", + "This board is read only" : "تخته، فقط خواندنی است", + "Drop your files to upload" : "برای بارگذاری، پرونده‌ها را اینجا رها کنید", "File already exists" : "پرونده از قبل موجود است", "A file with the name {filename} already exists." : "پرونده‌ای با نام {filename} از قبل موجود است.", "Do you want to overwrite it?" : "می‌خواهید روی آن بازنویسی شود؟", "Overwrite file" : "بازنویسی پرونده", "Keep existing file" : "پرونده موجود حفظ شود", - "This board is read only" : "تخته، فقط خواندنی است", - "Drop your files to upload" : "برای بارگذاری، پرونده‌ها را اینجا رها کنید", "Add card" : "افزودن برگه", "Archived cards" : "کارت‌های بایگانی‌شده", "Add list" : "افزودن فهرست", @@ -164,6 +159,12 @@ "Deleted lists" : "فهرست‌های پاک شده", "Undo" : "برگرداندن", "Deleted cards" : "کارت‌های پاک شده", + "Failed to create share with {displayName}" : "اشتراک‌گذاری با {displayName} ایجاد نشد", + "Are you sure you want to transfer the board {title} to {user}?" : "Are you sure you want to transfer the board {title} to {user}?", + "Transfer the board." : "Transfer the board.", + "Transfer" : "انتقال", + "The board has been transferred to {user}" : "The board has been transferred to {user}", + "Failed to transfer the board to {user}" : "Failed to transfer the board to {user}", "No participants found" : "هیچ شرکتی پیدا نشد", "Board owner" : "مالک تخته", "(Group)" : "(گروه)", @@ -172,12 +173,7 @@ "Can manage" : "می‌تواند مدیریت کند", "Owner" : "مالک", "Delete" : "حذف", - "Failed to create share with {displayName}" : "اشتراک‌گذاری با {displayName} ایجاد نشد", - "Are you sure you want to transfer the board {title} to {user}?" : "Are you sure you want to transfer the board {title} to {user}?", - "Transfer the board." : "Transfer the board.", - "Transfer" : "انتقال", - "The board has been transferred to {user}" : "The board has been transferred to {user}", - "Failed to transfer the board to {user}" : "Failed to transfer the board to {user}", + "List deleted" : "فهرست پاک شد", "Edit list title" : "Edit list title", "Archive all cards" : "همهٔ برگه‌ها را بایگانی کنید!", "Unarchive all cards" : "Unarchive all cards", @@ -186,13 +182,14 @@ "Unarchive all cards in this list" : "Unarchive all cards in this list", "Add a new card" : "افزودن یک کارت جدید", "Card name" : "نام برگه", - "List deleted" : "فهرست پاک شد", + "title and color value must be provided" : "نام و رنگ باید مشخص شود", "Edit" : "ویرایش", "Add a new tag" : "افزودن یک برچسب جدید", - "title and color value must be provided" : "نام و رنگ باید مشخص شود", "Board name" : "نامِ تخته", "Members" : "اعضا", "Assign a user to this card…" : "اختصاص یک کاربر به این برگه…", + "File to share" : "فایل برای اشتراک‌گذاری", + "Invalid path selected" : "مسیر نامعتبر انتخاب شده است", "Upload new files" : "فایل‌های جدید را آپلود کنید", "Share from Files" : "اشتراک‌گذاری از فایل‌ها", "Pending share" : "سهم معلق", @@ -202,25 +199,24 @@ "Remove attachment" : "حذف پیوست", "Delete Attachment" : "حذف پیوست", "Restore Attachment" : "بازیابی پیوست", - "File to share" : "فایل برای اشتراک‌گذاری", - "Invalid path selected" : "مسیر نامعتبر انتخاب شده است", + "Modified" : "تغییر یافته", + "Created" : "ایجاد شده", + "The title cannot be empty." : "عنوان نمی‌تواند خالی باشد.", "Open in sidebar view" : "در نمای نوار کناری باز کنید", "Open in bigger view" : "در نمای بزرگتر باز کنید", "Attachments" : "پیوست‌ها", "Comments" : "نظرات", - "Modified" : "تغییر یافته", - "Created" : "ایجاد شده", - "The title cannot be empty." : "عنوان نمی‌تواند خالی باشد.", - "No comments yet. Begin the discussion!" : "هنوز نظری وجود ندارد. بحثی را آغاز کنید!", "Failed to load comments" : "نظرات بارگیری نشد", - "Save" : "ذخیره", + "No comments yet. Begin the discussion!" : "هنوز نظری وجود ندارد. بحثی را آغاز کنید!", "The comment cannot be empty." : "نظر نمی‌تواند خالی باشد.", "The comment cannot be longer than 1000 characters." : "نظر نمی‌تواند طولانی‌تر از ۱۰۰۰ حرف باشد.", + "Save" : "ذخیره", + "Created:" : "ایجاد شده توسط:", "In reply to" : "در پاسخ به", "Cancel reply" : "لغو پاسخ", "Reply" : "پاسخ", "Update" : "به‌روزرسانی", - "Created:" : "ایجاد شده توسط:", + "Write a description …" : "توضیح بنویس…", "Description" : "توضیحات", "(Unsaved)" : "(ذخیره نشده)", "(Saving…)" : "(در حال ذخیره...)", @@ -228,26 +224,28 @@ "Edit description" : "ویرایش توضیحات", "View description" : "نمایش توضیحات", "Add Attachment" : "افزودن پیوست", - "Write a description …" : "توضیح بنویس…", "Choose attachment" : "انتخاب پیوست", + "Select Date" : "تاریخ را انتخاب کنید", + "Later today – {timeLocale}" : "Later today – {timeLocale}", + "Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}", + "This weekend – {timeLocale}" : "This weekend – {timeLocale}", + "Next week – {timeLocale}" : "Next week – {timeLocale}", "Assign a due date to this card…" : "Assign a due date to this card…", "Set a due date" : "تاریخ سررسید را تعیین کنید", "Remove due date" : "تاریخ سررسید را حذف کنید", "Mark as done" : "علامت گذاری به عنوان انجام شده", "Unarchive card" : "برگه را از بایگانی خارج کنید", "Archive card" : "بایگانی برگه", - "Select Date" : "تاریخ را انتخاب کنید", "Assign a tag to this card…" : "یک برچسب به این برگه اختصاص دهید…", "(group)" : "(گروه)", - "Next week – {timeLocale}" : "Next week – {timeLocale}", - "Todo items" : "Todo items", "{count} comments, {unread} unread" : "{count} نظر، { خوانده نشده} خوانده نشده", + "Todo items" : "Todo items", "Edit card title" : "Edit card title", + "Card deleted" : "برگه پاک شد", "Edit title" : "ویرایش عنوان", "Assign to me" : "به من اختصاص دهید", "Unassign myself" : "واگذاری به خودم را لغو می‌کنم", "Delete card" : "حذف برگه", - "Card deleted" : "برگه پاک شد", "seconds ago" : "ثانیه‌هایی پیش", "Keyboard shortcuts" : "میان‌برهای صفحه‌کلید", "Keyboard shortcut" : "صفحه کلید", @@ -266,6 +264,13 @@ "Show card ID badge" : "Show card ID badge", "Show boards in calendar/tasks" : "نمایش تابلوها در تقویم/ وظایف", "Cancel edit" : "Cancel edit", + "Board {0} deleted" : "Board {0} deleted", + "All cards" : "All cards", + "Only assigned cards" : "Only assigned cards", + "No reminder" : "No reminder", + "An error occurred" : "خطایی روی داد", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.", + "Delete the board?" : "Delete the board?", "Board details" : "Board details", "Edit board" : "ویرایش تخته", "Clone board" : "تخته شبیه‌سازی", @@ -275,16 +280,9 @@ "Turn on due date reminders" : "Turn on due date reminders", "Turn off due date reminders" : "Turn off due date reminders", "Due date reminders" : "Due date reminders", - "All cards" : "All cards", "Assigned cards" : "Assigned cards", "No notifications" : "بدون اعلان", "Delete board" : "حذف تخته", - "Board {0} deleted" : "Board {0} deleted", - "Only assigned cards" : "Only assigned cards", - "No reminder" : "No reminder", - "An error occurred" : "خطایی روی داد", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.", - "Delete the board?" : "Delete the board?", "Clone cards" : "شبیه سازی کارت", "Advanced options" : "گزینه‌های پیش‌رفته", "Clone" : "شبیه سازی", @@ -295,14 +293,15 @@ "Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards", "No results found" : "هیچ نتیجه ای یافت نشد", "Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}", - "{stack} in {board}" : "{stack} in {board}", - "Click to expand description" : "Click to expand description", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments", "{nbCards} cards" : "{nbCards} cards", + "Due on {date}" : "Due on {date}", + "{stack} in {board}" : "{stack} in {board}", + "Click to expand description" : "Click to expand description", "Click to expand comment" : "Click to expand comment", + "Create card" : "ایجاد برگه", "Create a new card" : "یک برگهٔ جدید بسازید", "Card title" : "عنوان برگه", - "Create card" : "ایجاد برگه", "Creating the new card …" : "ساختن برگهٔ جدید ...", "Card \"{card}\" was added to \"{board}\"" : "برگه \"{card}\" به \"{board}\" اضافه شد", "Open card" : "بازکردن برگه", @@ -310,10 +309,6 @@ "No upcoming cards" : "No upcoming cards", "upcoming cards" : "upcoming cards", "New card" : "New card", - "Due on {date}" : "Due on {date}", - "This weekend – {timeLocale}" : "This weekend – {timeLocale}", - "Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}", - "Later today – {timeLocale}" : "Later today – {timeLocale}", "Link to a board" : "Link to a board", "Link to a card" : "Link to a card", "Create a card" : "Create a card", @@ -325,6 +320,12 @@ "Share with a Deck card" : "Share with a Deck card", "Share {file} with a Deck card" : "Share {file} with a Deck card", "Share" : "هم‌رسانی", + "Personal" : "شخصی", + "To do" : "برای انجام", + "Doing" : "در حال انجام", + "Example Task 3" : "نمونه کار ۳", + "Example Task 2" : "نمونه کار ۲", + "Example Task 1" : "نمونه کار ۱", "Move card to another board" : "انتقال برگه به تخته‌ای دیگر" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/l10n/fi.js b/l10n/fi.js index cea90316e..1f4363029 100644 --- a/l10n/fi.js +++ b/l10n/fi.js @@ -57,7 +57,6 @@ OC.L10N.register( "A comment was created on a card" : "Kommentti luotiin kortille", "Upcoming cards" : "Tulevat kortit", "Load more" : "Lataa lisää", - "Personal" : "Henkilökohtainen", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kortti \"%s\" taululla \"%s\" on asetettu sinulle käyttäjän %s toimesta.", "The card \"%s\" on \"%s\" has reached its due date." : "Kortin \"%s\" on \"%s\" eräpäivä on tullut vastaan.", "%s has mentioned you in a comment on \"%s\"." : "%s mainitsi sinut kommentissa kortilla \"%s\".", @@ -71,12 +70,8 @@ OC.L10N.register( "Action needed" : "Toimia vaaditaan", "Later" : "Myöhemmin", "copy" : "kopioi", - "To do" : "Odottaa", - "Doing" : "Tekeillä", + "To Do" : "Tehtävä", "Done" : "Valmis", - "Example Task 3" : "Esimerkkitehtävä 3", - "Example Task 2" : "Esimerkkitehtävä 2", - "Example Task 1" : "Esimerkkitehtävä 1", "The file was uploaded" : "Tiedosto lähetettiin", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Lähetetty tiedosto ylittää php.ini-tiedostossa määritellyn upload_max_filesize -säännön ", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Lähetettävän tiedoston enimmäiskoko ylittää HTML-lomakkeessa määritellyn MAX_FILE_SIZE-säännön", @@ -89,8 +84,8 @@ OC.L10N.register( "Card not found" : "Korttia ei löydy", "Path is already shared with this card" : "Polku on jo jaettu tämän kortin kanssa", "Invalid date, date format must be YYYY-MM-DD" : "Virheellinen päivä, päivän muodon tulee olla YYYY-MM-DD", - "Card details" : "Näytä kortin sisältö", "Add board" : "Lisää taulu", + "Card details" : "Näytä kortin sisältö", "Select the board to link to a project" : "Valitse projektiin linkitettävä taulu", "Search by board title" : "Hae taulun otsikon mukaan", "Select board" : "Valitse taulu", @@ -98,17 +93,17 @@ OC.L10N.register( "No lists available" : "Ei listoja saatavilla", "Select a list" : "Valitse lista ", "Move card" : "Siirrä kortti", - "Select a card" : "Valitse kortti", - "Cancel" : "Peruuta", "Select the card to link to a project" : "Valitse projektiin linkitettävä kortti", "Link to card" : "Linkitä korttiin", + "Select a card" : "Valitse kortti", + "Cancel" : "Peruuta", + "This board is read only" : "Tämä taulu on kirjoitussuojattu", + "Drop your files to upload" : "Pudota tiedostot lähettääksesi ne", "File already exists" : "Tiedosto on jo olemassa", "A file with the name {filename} already exists." : "Tiedosto nimellä {filename} on jo olemassa.", "Do you want to overwrite it?" : "Haluatko ylikirjoittaa sen?", "Overwrite file" : "Päällekirjoita tiedosto", "Keep existing file" : "Pidä nykyinen tiedosto", - "This board is read only" : "Tämä taulu on kirjoitussuojattu", - "Drop your files to upload" : "Pudota tiedostot lähettääksesi ne", "Add card" : "Lisää kortti", "Archived cards" : "Arkistoidut kortit", "Add list" : "Lisää lista", @@ -146,6 +141,9 @@ OC.L10N.register( "Deleted lists" : "Poistetut listat", "Undo" : "Kumoa", "Deleted cards" : "Poistetut kortit", + "Failed to create share with {displayName}" : "Jaon luonti epäonnistui kohteen {displayName} kanssa", + "Are you sure you want to transfer the board {title} to {user}?" : "Haluatko varmasti siirtää taulun {title} käyttäjälle {user}?", + "Transfer" : "Siirrä", "Share board with a user, group or team …" : "Jaa taulu käyttäjän, ryhmän tai tiimin kanssa...", "No participants found" : "Ei osallistujia löydetty", "Board owner" : "Taulun omistaja", @@ -155,20 +153,19 @@ OC.L10N.register( "Can manage" : "Voi hallita", "Owner" : "Omistaja", "Delete" : "Poista", - "Failed to create share with {displayName}" : "Jaon luonti epäonnistui kohteen {displayName} kanssa", - "Are you sure you want to transfer the board {title} to {user}?" : "Haluatko varmasti siirtää taulun {title} käyttäjälle {user}?", - "Transfer" : "Siirrä", + "List deleted" : "Lista poistettu", "Archive all cards" : "Arkistoi kaikki kortit", "Delete list" : "Poista lista", "Archive all cards in this list" : "Arkistoi kaikki kortit tässä listassa", "Add a new card" : "Lisää uusi kortti", "Card name" : "Kortin nimi", - "List deleted" : "Lista poistettu", + "title and color value must be provided" : "tunnisteella on oltava nimi ja väri", "Edit" : "Muokkaa", "Add a new tag" : "Lisää uusi tunniste", - "title and color value must be provided" : "tunnisteella on oltava nimi ja väri", "Board name" : "Taulun nimi", "Members" : "Jäsenet", + "File to share" : "Jaettava tiedosto", + "Invalid path selected" : "Virheellinen polku valittu", "Upload new files" : "Lähetä uusia tiedostoja", "Share from Files" : "Jaa tiedostoista", "Pending share" : "Odottava jako", @@ -177,24 +174,23 @@ OC.L10N.register( "Remove attachment" : "Poista liite", "Delete Attachment" : "Poista liite", "Restore Attachment" : "Palauta liite", - "File to share" : "Jaettava tiedosto", - "Invalid path selected" : "Virheellinen polku valittu", - "Open in sidebar view" : "Avaa sivupalkkinäkymään", - "Attachments" : "Liitteet", - "Comments" : "Kommentit", "Modified" : "Muokattu", "Created" : "Luotu", "The title cannot be empty." : "Otsikko ei voi olla tyhjä.", - "No comments yet. Begin the discussion!" : "Ei vielä kommentteja. Aloita keskustelu!", + "Open in sidebar view" : "Avaa sivupalkkinäkymään", + "Attachments" : "Liitteet", + "Comments" : "Kommentit", "Failed to load comments" : "Kommenttien lataaminen epäonnistui", - "Save" : "Tallenna", + "No comments yet. Begin the discussion!" : "Ei vielä kommentteja. Aloita keskustelu!", "The comment cannot be empty." : "Kommentti ei voi olla tyhjä.", "The comment cannot be longer than 1000 characters." : "Kommentin on oltava alle 1000 merkkiä pitkä.", + "Save" : "Tallenna", + "Created:" : "Luotu:", "In reply to" : "Vastauksena", "Cancel reply" : "Peru vastaus", "Reply" : "Vastaa", "Update" : "Päivitä", - "Created:" : "Luotu:", + "Write a description …" : "Kirjoita kuvaus…", "Description" : "Kuvaus", "(Unsaved)" : "(Tallentamaton)", "(Saving…)" : "(Tallennetaan…)", @@ -202,27 +198,29 @@ OC.L10N.register( "Edit description" : "Muokkaa kuvausta", "View description" : "Näytä kuvaus", "Add Attachment" : "Lisää liite", - "Write a description …" : "Kirjoita kuvaus…", "Choose attachment" : "Valitse liite", + "Select Date" : "Valitse päivä", + "Later today – {timeLocale}" : "Myöhemmin tänään – {timeLocale}", + "Tomorrow – {timeLocale}" : "Huomenna – {timeLocale}", + "This weekend – {timeLocale}" : "Tämä viikonloppu – {timeLocale}", + "Next week – {timeLocale}" : "Ensi viikko – {timeLocale}", "Set a due date" : "Aseta eräpäivä", "Choose a date" : "Valitse päivämäärä", "Remove due date" : "Poista eräpäivä", "Mark as done" : "Merkitse valmiiksi", "Unarchive card" : "Poista kortti arkistosta", "Archive card" : "Arkistoi kortti", - "Select Date" : "Valitse päivä", "Assign a tag to this card…" : "Lisää kortille tunniste...", "Create a new tag:" : "Luo uusi tunniste:", "(group)" : "(ryhmä)", - "Next week – {timeLocale}" : "Ensi viikko – {timeLocale}", "{count} comments, {unread} unread" : "{count} kommenttia, {unread} lukematonta", "Edit card title" : "Muokkaa kortin otsikkoa", "Open link" : "Avaa linkki", + "Card deleted" : "Kortti poistettu", "Edit title" : "Muokkaa otsikkoa", "Assign to me" : "Määritä minulle", "Unassign myself" : "Poista määritys minulta", "Delete card" : "Poista kortti", - "Card deleted" : "Kortti poistettu", "seconds ago" : "sekuntia sitten", "Keyboard shortcuts" : "Pikanäppäimet", "Keyboard shortcut" : "Näppäimistön pikanäppäin", @@ -236,20 +234,20 @@ OC.L10N.register( "Deck settings" : "Pakan asetukset", "Show boards in calendar/tasks" : "Näytä taulut kalenterissa ja tehtävissä", "Cancel edit" : "Peruuta muokkaus", + "Board {0} deleted" : "Taulu {0} poistettu", + "All cards" : "Kaikki kortit", + "No reminder" : "Ei muistutusta", + "An error occurred" : "Tapahtui virhe", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Haluatko varmasti poistaa taulun {title}? Tämä poistaa kaikki taulun tiedot, mukaan lukien arkistoidut kortit.", + "Delete the board?" : "Poistetaanko tämä taulu?", "Board details" : "Taulun tiedot", "Edit board" : "Muokkaa taulua", "Clone board" : "Monista taulu", "Unarchive board" : "Kumoa taulun arkistointi", "Archive board" : "Arkistoi taulu", "Export board" : "Vie taulu", - "All cards" : "Kaikki kortit", "No notifications" : "Ei ilmoituksia", "Delete board" : "Poista taulu", - "Board {0} deleted" : "Taulu {0} poistettu", - "No reminder" : "Ei muistutusta", - "An error occurred" : "Tapahtui virhe", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Haluatko varmasti poistaa taulun {title}? Tämä poistaa kaikki taulun tiedot, mukaan lukien arkistoidut kortit.", - "Delete the board?" : "Poistetaanko tämä taulu?", "Clone cards" : "Kloonaa kortteja", "Advanced options" : "Lisävalinnat", "Clone" : "Kloonaa", @@ -257,12 +255,13 @@ OC.L10N.register( "Tomorrow" : "Huomenna", "Search for {searchQuery} in all boards" : "Hae ehtoja {searchQuery} kaikilta tauluilta", "No results found" : "Ei tuloksia", - "Click to expand description" : "Laajenna kuvausta ", "{nbCards} cards" : "{nbCards} korttia ", + "Due on {date}" : "Määräpäivä {date}", + "Click to expand description" : "Laajenna kuvausta ", "Click to expand comment" : "Napsauta laajentaaksesi kommentin", + "Create card" : "Luo kortti", "Create a new card" : "Luo uusi kortti", "Card title" : "Kortin otsikko", - "Create card" : "Luo kortti", "Creating the new card …" : "Luodaan uutta korttia…", "Card \"{card}\" was added to \"{board}\"" : "Kortti \"{card}\" lisättiin taululle \"{board}\"", "Open card" : "Avaa kortti", @@ -270,10 +269,6 @@ OC.L10N.register( "No upcoming cards" : "Ei tulevia kortteja", "upcoming cards" : "tulevat kortit", "New card" : "Uusi kortti", - "Due on {date}" : "Määräpäivä {date}", - "This weekend – {timeLocale}" : "Tämä viikonloppu – {timeLocale}", - "Tomorrow – {timeLocale}" : "Huomenna – {timeLocale}", - "Later today – {timeLocale}" : "Myöhemmin tänään – {timeLocale}", "Link to a board" : "Linkki taululle", "Link to a card" : "Linkitä korttiin", "Create a card" : "Luo kortti", @@ -282,6 +277,12 @@ OC.L10N.register( "Maximum file size of {size} exceeded" : "Tiedoston enimmäiskoko {size} ylitetty", "Error creating the share" : "Virhe jakoa luotaessa", "Share" : "Jaa", + "Personal" : "Henkilökohtainen", + "To do" : "Odottaa", + "Doing" : "Tekeillä", + "Example Task 3" : "Esimerkkitehtävä 3", + "Example Task 2" : "Esimerkkitehtävä 2", + "Example Task 1" : "Esimerkkitehtävä 1", "Move card to another board" : "Siirrä kortti toiselle taululle" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/fi.json b/l10n/fi.json index 5f4660c69..217a8727c 100644 --- a/l10n/fi.json +++ b/l10n/fi.json @@ -55,7 +55,6 @@ "A comment was created on a card" : "Kommentti luotiin kortille", "Upcoming cards" : "Tulevat kortit", "Load more" : "Lataa lisää", - "Personal" : "Henkilökohtainen", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kortti \"%s\" taululla \"%s\" on asetettu sinulle käyttäjän %s toimesta.", "The card \"%s\" on \"%s\" has reached its due date." : "Kortin \"%s\" on \"%s\" eräpäivä on tullut vastaan.", "%s has mentioned you in a comment on \"%s\"." : "%s mainitsi sinut kommentissa kortilla \"%s\".", @@ -69,12 +68,8 @@ "Action needed" : "Toimia vaaditaan", "Later" : "Myöhemmin", "copy" : "kopioi", - "To do" : "Odottaa", - "Doing" : "Tekeillä", + "To Do" : "Tehtävä", "Done" : "Valmis", - "Example Task 3" : "Esimerkkitehtävä 3", - "Example Task 2" : "Esimerkkitehtävä 2", - "Example Task 1" : "Esimerkkitehtävä 1", "The file was uploaded" : "Tiedosto lähetettiin", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Lähetetty tiedosto ylittää php.ini-tiedostossa määritellyn upload_max_filesize -säännön ", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Lähetettävän tiedoston enimmäiskoko ylittää HTML-lomakkeessa määritellyn MAX_FILE_SIZE-säännön", @@ -87,8 +82,8 @@ "Card not found" : "Korttia ei löydy", "Path is already shared with this card" : "Polku on jo jaettu tämän kortin kanssa", "Invalid date, date format must be YYYY-MM-DD" : "Virheellinen päivä, päivän muodon tulee olla YYYY-MM-DD", - "Card details" : "Näytä kortin sisältö", "Add board" : "Lisää taulu", + "Card details" : "Näytä kortin sisältö", "Select the board to link to a project" : "Valitse projektiin linkitettävä taulu", "Search by board title" : "Hae taulun otsikon mukaan", "Select board" : "Valitse taulu", @@ -96,17 +91,17 @@ "No lists available" : "Ei listoja saatavilla", "Select a list" : "Valitse lista ", "Move card" : "Siirrä kortti", - "Select a card" : "Valitse kortti", - "Cancel" : "Peruuta", "Select the card to link to a project" : "Valitse projektiin linkitettävä kortti", "Link to card" : "Linkitä korttiin", + "Select a card" : "Valitse kortti", + "Cancel" : "Peruuta", + "This board is read only" : "Tämä taulu on kirjoitussuojattu", + "Drop your files to upload" : "Pudota tiedostot lähettääksesi ne", "File already exists" : "Tiedosto on jo olemassa", "A file with the name {filename} already exists." : "Tiedosto nimellä {filename} on jo olemassa.", "Do you want to overwrite it?" : "Haluatko ylikirjoittaa sen?", "Overwrite file" : "Päällekirjoita tiedosto", "Keep existing file" : "Pidä nykyinen tiedosto", - "This board is read only" : "Tämä taulu on kirjoitussuojattu", - "Drop your files to upload" : "Pudota tiedostot lähettääksesi ne", "Add card" : "Lisää kortti", "Archived cards" : "Arkistoidut kortit", "Add list" : "Lisää lista", @@ -144,6 +139,9 @@ "Deleted lists" : "Poistetut listat", "Undo" : "Kumoa", "Deleted cards" : "Poistetut kortit", + "Failed to create share with {displayName}" : "Jaon luonti epäonnistui kohteen {displayName} kanssa", + "Are you sure you want to transfer the board {title} to {user}?" : "Haluatko varmasti siirtää taulun {title} käyttäjälle {user}?", + "Transfer" : "Siirrä", "Share board with a user, group or team …" : "Jaa taulu käyttäjän, ryhmän tai tiimin kanssa...", "No participants found" : "Ei osallistujia löydetty", "Board owner" : "Taulun omistaja", @@ -153,20 +151,19 @@ "Can manage" : "Voi hallita", "Owner" : "Omistaja", "Delete" : "Poista", - "Failed to create share with {displayName}" : "Jaon luonti epäonnistui kohteen {displayName} kanssa", - "Are you sure you want to transfer the board {title} to {user}?" : "Haluatko varmasti siirtää taulun {title} käyttäjälle {user}?", - "Transfer" : "Siirrä", + "List deleted" : "Lista poistettu", "Archive all cards" : "Arkistoi kaikki kortit", "Delete list" : "Poista lista", "Archive all cards in this list" : "Arkistoi kaikki kortit tässä listassa", "Add a new card" : "Lisää uusi kortti", "Card name" : "Kortin nimi", - "List deleted" : "Lista poistettu", + "title and color value must be provided" : "tunnisteella on oltava nimi ja väri", "Edit" : "Muokkaa", "Add a new tag" : "Lisää uusi tunniste", - "title and color value must be provided" : "tunnisteella on oltava nimi ja väri", "Board name" : "Taulun nimi", "Members" : "Jäsenet", + "File to share" : "Jaettava tiedosto", + "Invalid path selected" : "Virheellinen polku valittu", "Upload new files" : "Lähetä uusia tiedostoja", "Share from Files" : "Jaa tiedostoista", "Pending share" : "Odottava jako", @@ -175,24 +172,23 @@ "Remove attachment" : "Poista liite", "Delete Attachment" : "Poista liite", "Restore Attachment" : "Palauta liite", - "File to share" : "Jaettava tiedosto", - "Invalid path selected" : "Virheellinen polku valittu", - "Open in sidebar view" : "Avaa sivupalkkinäkymään", - "Attachments" : "Liitteet", - "Comments" : "Kommentit", "Modified" : "Muokattu", "Created" : "Luotu", "The title cannot be empty." : "Otsikko ei voi olla tyhjä.", - "No comments yet. Begin the discussion!" : "Ei vielä kommentteja. Aloita keskustelu!", + "Open in sidebar view" : "Avaa sivupalkkinäkymään", + "Attachments" : "Liitteet", + "Comments" : "Kommentit", "Failed to load comments" : "Kommenttien lataaminen epäonnistui", - "Save" : "Tallenna", + "No comments yet. Begin the discussion!" : "Ei vielä kommentteja. Aloita keskustelu!", "The comment cannot be empty." : "Kommentti ei voi olla tyhjä.", "The comment cannot be longer than 1000 characters." : "Kommentin on oltava alle 1000 merkkiä pitkä.", + "Save" : "Tallenna", + "Created:" : "Luotu:", "In reply to" : "Vastauksena", "Cancel reply" : "Peru vastaus", "Reply" : "Vastaa", "Update" : "Päivitä", - "Created:" : "Luotu:", + "Write a description …" : "Kirjoita kuvaus…", "Description" : "Kuvaus", "(Unsaved)" : "(Tallentamaton)", "(Saving…)" : "(Tallennetaan…)", @@ -200,27 +196,29 @@ "Edit description" : "Muokkaa kuvausta", "View description" : "Näytä kuvaus", "Add Attachment" : "Lisää liite", - "Write a description …" : "Kirjoita kuvaus…", "Choose attachment" : "Valitse liite", + "Select Date" : "Valitse päivä", + "Later today – {timeLocale}" : "Myöhemmin tänään – {timeLocale}", + "Tomorrow – {timeLocale}" : "Huomenna – {timeLocale}", + "This weekend – {timeLocale}" : "Tämä viikonloppu – {timeLocale}", + "Next week – {timeLocale}" : "Ensi viikko – {timeLocale}", "Set a due date" : "Aseta eräpäivä", "Choose a date" : "Valitse päivämäärä", "Remove due date" : "Poista eräpäivä", "Mark as done" : "Merkitse valmiiksi", "Unarchive card" : "Poista kortti arkistosta", "Archive card" : "Arkistoi kortti", - "Select Date" : "Valitse päivä", "Assign a tag to this card…" : "Lisää kortille tunniste...", "Create a new tag:" : "Luo uusi tunniste:", "(group)" : "(ryhmä)", - "Next week – {timeLocale}" : "Ensi viikko – {timeLocale}", "{count} comments, {unread} unread" : "{count} kommenttia, {unread} lukematonta", "Edit card title" : "Muokkaa kortin otsikkoa", "Open link" : "Avaa linkki", + "Card deleted" : "Kortti poistettu", "Edit title" : "Muokkaa otsikkoa", "Assign to me" : "Määritä minulle", "Unassign myself" : "Poista määritys minulta", "Delete card" : "Poista kortti", - "Card deleted" : "Kortti poistettu", "seconds ago" : "sekuntia sitten", "Keyboard shortcuts" : "Pikanäppäimet", "Keyboard shortcut" : "Näppäimistön pikanäppäin", @@ -234,20 +232,20 @@ "Deck settings" : "Pakan asetukset", "Show boards in calendar/tasks" : "Näytä taulut kalenterissa ja tehtävissä", "Cancel edit" : "Peruuta muokkaus", + "Board {0} deleted" : "Taulu {0} poistettu", + "All cards" : "Kaikki kortit", + "No reminder" : "Ei muistutusta", + "An error occurred" : "Tapahtui virhe", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Haluatko varmasti poistaa taulun {title}? Tämä poistaa kaikki taulun tiedot, mukaan lukien arkistoidut kortit.", + "Delete the board?" : "Poistetaanko tämä taulu?", "Board details" : "Taulun tiedot", "Edit board" : "Muokkaa taulua", "Clone board" : "Monista taulu", "Unarchive board" : "Kumoa taulun arkistointi", "Archive board" : "Arkistoi taulu", "Export board" : "Vie taulu", - "All cards" : "Kaikki kortit", "No notifications" : "Ei ilmoituksia", "Delete board" : "Poista taulu", - "Board {0} deleted" : "Taulu {0} poistettu", - "No reminder" : "Ei muistutusta", - "An error occurred" : "Tapahtui virhe", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Haluatko varmasti poistaa taulun {title}? Tämä poistaa kaikki taulun tiedot, mukaan lukien arkistoidut kortit.", - "Delete the board?" : "Poistetaanko tämä taulu?", "Clone cards" : "Kloonaa kortteja", "Advanced options" : "Lisävalinnat", "Clone" : "Kloonaa", @@ -255,12 +253,13 @@ "Tomorrow" : "Huomenna", "Search for {searchQuery} in all boards" : "Hae ehtoja {searchQuery} kaikilta tauluilta", "No results found" : "Ei tuloksia", - "Click to expand description" : "Laajenna kuvausta ", "{nbCards} cards" : "{nbCards} korttia ", + "Due on {date}" : "Määräpäivä {date}", + "Click to expand description" : "Laajenna kuvausta ", "Click to expand comment" : "Napsauta laajentaaksesi kommentin", + "Create card" : "Luo kortti", "Create a new card" : "Luo uusi kortti", "Card title" : "Kortin otsikko", - "Create card" : "Luo kortti", "Creating the new card …" : "Luodaan uutta korttia…", "Card \"{card}\" was added to \"{board}\"" : "Kortti \"{card}\" lisättiin taululle \"{board}\"", "Open card" : "Avaa kortti", @@ -268,10 +267,6 @@ "No upcoming cards" : "Ei tulevia kortteja", "upcoming cards" : "tulevat kortit", "New card" : "Uusi kortti", - "Due on {date}" : "Määräpäivä {date}", - "This weekend – {timeLocale}" : "Tämä viikonloppu – {timeLocale}", - "Tomorrow – {timeLocale}" : "Huomenna – {timeLocale}", - "Later today – {timeLocale}" : "Myöhemmin tänään – {timeLocale}", "Link to a board" : "Linkki taululle", "Link to a card" : "Linkitä korttiin", "Create a card" : "Luo kortti", @@ -280,6 +275,12 @@ "Maximum file size of {size} exceeded" : "Tiedoston enimmäiskoko {size} ylitetty", "Error creating the share" : "Virhe jakoa luotaessa", "Share" : "Jaa", + "Personal" : "Henkilökohtainen", + "To do" : "Odottaa", + "Doing" : "Tekeillä", + "Example Task 3" : "Esimerkkitehtävä 3", + "Example Task 2" : "Esimerkkitehtävä 2", + "Example Task 1" : "Esimerkkitehtävä 1", "Move card to another board" : "Siirrä kortti toiselle taululle" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/fr.js b/l10n/fr.js index 483b6d4ac..fa355c04f 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -76,7 +76,7 @@ OC.L10N.register( "Cards due tomorrow" : "Cartes pour demain", "Upcoming cards" : "Prochaines cartes", "Load more" : "Charger davantage", - "Personal" : "Personnel", + "Welcome to Nextcloud Deck!" : "Bienvenue dans Nextcloud Deck !", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "La carte \"%s\" de \"%s\" vous a été assignée par %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} vous a attribué la carte {deck-card} du tableau {deck-board}.", "The card \"%s\" on \"%s\" has reached its due date." : "La date d'échéance de la carte \"%s\" de \"%s\" a été atteinte.", @@ -85,26 +85,29 @@ OC.L10N.register( "{user} has mentioned you in a comment on {deck-card}." : "{user} vous a cité dans un commentaire sur {deck-card}.", "The board \"%s\" has been shared with you by %s." : "Le tableau \"%s\" a été partagé avec vous par %s.", "{user} has shared {deck-board} with you." : "{user} vous a partagé le tableau {deck-board}.", - "Deck board" : "Tableau", + "Deck board" : "Tableau Deck", "Owned by %1$s" : "Assignée à %1$s", - "Deck boards, cards and comments" : "Tableaux, cartes et commentaires", + "Deck boards, cards and comments" : "Tableaux, cartes et commentaires de Deck", "From %1$s, in %2$s/%3$s, owned by %4$s" : "De %1$s, dans %2$s / %3$s, appartenant à %4$s", - "Create a new deck card" : "Créer une nouvelle carte", + "Create a new deck card" : "Créer une nouvelle carte Deck", "Card comments" : "Commentaires de la carte", "%s on %s" : "%s sur %s", - "Deck boards and cards" : "Tableaux et cartes", + "Deck boards and cards" : "Tableaux et cartes de Deck", "No data was provided to create an attachment." : "Aucune donnée n'a été fournie pour créer une pièce jointe.", "Finished" : "Terminé", "To review" : "À réviser", "Action needed" : "Action requise", "Later" : "Plus tard", "copy" : "copie", - "To do" : "À faire", - "Doing" : "En cours", + "Read more inside" : "Lire la suite à l'intérieur", + "Custom lists - click to rename!" : "Listes personnalisées - cliquez pour renommer !", + "To Do" : "À faire", + "In Progress" : "En cours", "Done" : "Fait", - "Example Task 3" : "Exemple de tâche 3", - "Example Task 2" : "Exemple de tâche 2", - "Example Task 1" : "Exemple de tâche 1", + "1. Open to learn more about boards and cards" : "1. Ouvrez pour en apprendre davantage sur les tableaux et les cartes", + "2. Drag cards left and right, up and down" : "2. Faites glisser les cartes vers la gauche et la droite, vers le haut et le bas", + "4. Share, comment and collaborate!" : "4. Partagez, commentez et collaborez !", + "Create your first card!" : "Créez votre première carte !", "The file was uploaded" : "Le fichier a été envoyé", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Le fichier envoyé dépasse la valeur upload_max_filesize spécifiée dans php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Le fichier envoyé dépasse la valeur MAX_FILE_SIZE spécifiée dans le formulaire HTML", @@ -120,8 +123,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "Date non valable, le format de la date doit être AAAA-MM-JJ", "Personal planning and team project organization" : "Agenda personnel et organisation projet", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck est un outil d'organisation de style kanban destiné à la planification personnelle et à l'organisation de projets pour les équipes intégrées à Nextcloud.\n\n\n- 📥 Ajoutez vos tâches à des cartes et organisez-les\n- 📄 Écrivez des notes supplémentaires en Markdown\n- 🔖 Affectez des étiquettes pour une organisation encore meilleure\n- 👥 Partagez avec votre équipe, vos amis ou votre famille\n- 📎 Joignez des fichiers et utilisez-les dans vos descriptions en Markdown\n- 💬 Échangez avec votre équipe grâce aux commentaires\n- ⚡ Gardez un œil sur les modifications dans le flux d'activité\n- 🚀 Organisez vos projets", - "Card details" : "Détails de la carte", "Add board" : "Ajouter un tableau", + "Card details" : "Détails de la carte", "Select the board to link to a project" : "Sélection le tableau pour faire le lien avec un projet.", "Search by board title" : "Rechercher par titre du tableau", "Select board" : "Sélectionner le tableau", @@ -131,17 +134,17 @@ OC.L10N.register( "Select a list" : "Sélectionner une liste", "Move card" : "Déplacer la carte", "Copy card" : "Copier la carte", - "Select a card" : "Sélectionnez une carte", - "Cancel" : "Annuler", "Select the card to link to a project" : "Sélectionner la carte à relier à un projet", "Link to card" : "Relier à une carte", + "Select a card" : "Sélectionnez une carte", + "Cancel" : "Annuler", + "This board is read only" : "Ce tableau est en lecture seule", + "Drop your files to upload" : "Glissez vos fichiers pour les téléverser", "File already exists" : "Le fichier existe déjà", "A file with the name {filename} already exists." : "Un fichier avec le nom {filename} existe déjà.", "Do you want to overwrite it?" : "Souhaitez-vous l'écraser ?", "Overwrite file" : "Remplacer le fichier", "Keep existing file" : "Conserver le fichier existant", - "This board is read only" : "Ce tableau est en lecture seule", - "Drop your files to upload" : "Glissez vos fichiers pour les téléverser", "Add card" : "Ajouter une carte", "Archived cards" : "Cartes archivées", "Add list" : "Ajouter une liste", @@ -182,6 +185,12 @@ OC.L10N.register( "Deleted lists" : "Listes supprimées", "Undo" : "Annuler", "Deleted cards" : "Cartes supprimées", + "Failed to create share with {displayName}" : "Échec de la création du partage avec {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Êtes-vous sûr de vouloir transférer le tableau {title} à {user} ?", + "Transfer the board." : "Transférer le tableau", + "Transfer" : "Transférer", + "The board has been transferred to {user}" : "Le tableau a été transféré à {user}", + "Failed to transfer the board to {user}" : "Échec du transfert du tableau à {user}", "Share board with a user, group or team …" : "Partager le tableau avec un utilisateur, un groupe ou une équipe...", "Searching for users, groups and teams …" : "Recherche d'utilisateurs, de groupes et d'équipes...", "No participants found" : "Aucun participant trouvé", @@ -193,12 +202,7 @@ OC.L10N.register( "Can manage" : "Peut gérer", "Owner" : "Propriétaire", "Delete" : "Supprimer", - "Failed to create share with {displayName}" : "Échec de la création du partage avec {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Êtes-vous sûr de vouloir transférer le tableau {title} à {user} ?", - "Transfer the board." : "Transférer le tableau", - "Transfer" : "Transférer", - "The board has been transferred to {user}" : "Le tableau a été transféré à {user}", - "Failed to transfer the board to {user}" : "Échec du transfert du tableau à {user}", + "List deleted" : "Liste supprimée", "Edit list title" : "Modifier le titre de la liste", "Archive all cards" : "Archiver toutes les cartes", "Unarchive all cards" : "Désarchiver toutes les cartes", @@ -207,15 +211,16 @@ OC.L10N.register( "Unarchive all cards in this list" : "Désarchiver toutes les cartes de cette liste", "Add a new card" : "Ajouter une nouvelle carte", "Card name" : "Nom de la carte", - "List deleted" : "Liste supprimée", + "title and color value must be provided" : "Le titre et la couleur doivent être renseignés", "Edit" : "Modifier", "Add a new tag" : "Ajouter une nouvelle étiquette", - "title and color value must be provided" : "Le titre et la couleur doivent être renseignés", "Board name" : "Nom du tableau", "Members" : "Membres", "Assign to users/groups/team" : "Attribuer à des utilisateurs / groupes / équipes", "Assign a user to this card…" : "Affecter cette carte à un utilisateur…", "Select a user to assign to this card…" : "Sélectionner un utilisateur auquel assigner la carte...", + "File to share" : "Fichier à partager", + "Invalid path selected" : "Chemin sélectionné non valide", "Upload new files" : "Téléverser de nouveaux fichiers", "Share from Files" : "Choisir depuis Fichiers", "Pending share" : "Partage en attente", @@ -225,25 +230,24 @@ OC.L10N.register( "Remove attachment" : "Supprimer la pièce jointe", "Delete Attachment" : "Supprimer la pièce jointe", "Restore Attachment" : "Restaurer la pièce jointe", - "File to share" : "Fichier à partager", - "Invalid path selected" : "Chemin sélectionné non valide", + "Modified" : "Modifiée", + "Created" : "Créée", + "The title cannot be empty." : "Le titre ne peut pas être vide.", "Open in sidebar view" : "Ouvrir dans le panneau latéral", "Open in bigger view" : "Ouvrir dans la vue large", "Attachments" : "Pièces jointes", "Comments" : "Commentaires", - "Modified" : "Modifiée", - "Created" : "Créée", - "The title cannot be empty." : "Le titre ne peut pas être vide.", - "No comments yet. Begin the discussion!" : "Aucun commentaire pour l'instant. Commencez la discussion !", "Failed to load comments" : "Échec du chargement des commentaires", - "Save" : "Enregistrer", + "No comments yet. Begin the discussion!" : "Aucun commentaire pour l'instant. Commencez la discussion !", "The comment cannot be empty." : "Un commentaire ne peut pas être vide.", "The comment cannot be longer than 1000 characters." : "Un commentaire est limité à 1 000 caractères.", + "Save" : "Enregistrer", + "Created:" : "Créée le :", "In reply to" : "En réponse à", "Cancel reply" : "Annuler la réponse", "Reply" : "Répondre", "Update" : "Mettre à jour", - "Created:" : "Créée le :", + "Write a description …" : "Écrire une description…", "Description" : "Description", "(Unsaved)" : "(Non enregistré)", "(Saving…)" : "(Enregistrement ...)", @@ -251,8 +255,16 @@ OC.L10N.register( "Edit description" : "Modifier la description", "View description" : "Afficher la description", "Add Attachment" : "Ajouter une pièce jointe", - "Write a description …" : "Écrire une description…", "Choose attachment" : "Choisir une pièce jointe", + "Select Date" : "Sélectionnez une date", + "Later today – {timeLocale}" : "Plus tard aujourd'hui – {timeLocale}", + "Set due date for later today" : "Définir une date d'échéance pour plus tard dans la journée", + "Tomorrow – {timeLocale}" : "Demain – {timeLocale}", + "Set due date for tomorrow" : "Définir une date d'échéance pour demain", + "This weekend – {timeLocale}" : "Ce week-end – {timeLocale}", + "Set due date for this weekend" : "Définir une date d'échéance pour ce week-end", + "Next week – {timeLocale}" : "Semaine prochaine – {timeLocale}", + "Set due date for next week" : "Définir une date d'échéance pour la semaine prochaine", "Assign a due date to this card…" : "Attribuez une date d'échéance à cette carte...", "Set a due date" : "Définir une date d'échéance", "Add due date" : "Ajouter une date d'échéance", @@ -263,26 +275,20 @@ OC.L10N.register( "Not done" : "Non fait", "Unarchive card" : "Sortir la carte des archives", "Archive card" : "Archiver la carte", - "Select Date" : "Sélectionnez une date", - "Set due date for later today" : "Définir une date d'échéance pour plus tard dans la journée", - "Set due date for tomorrow" : "Définir une date d'échéance pour demain", - "Set due date for this weekend" : "Définir une date d'échéance pour ce week-end", - "Set due date for next week" : "Définir une date d'échéance pour la semaine prochaine", "Assign a tag to this card…" : "Associer une étiquette à cette carte…", "Select or create a tag…" : "Sélectionner ou créer une étiquette", "Create a new tag:" : "Créer une nouvelle étiquette :", "(group)" : "(groupe)", - "Next week – {timeLocale}" : "Semaine prochaine – {timeLocale}", - "Todo items" : "À faire", "{count} comments, {unread} unread" : "{count} commentaires, {unread} non lus", + "Todo items" : "À faire", "Edit card title" : "Modifier le titre de la carte", "Open link" : "Ouvrir le lien", + "Card deleted" : "Carte supprimée", "Edit title" : "Modifier le titre", "Assign to me" : "Me l'affecter", "Unassign myself" : "Me désaffecter", "Mark as not done" : "Marquer comme non fait", "Delete card" : "Supprimer la carte", - "Card deleted" : "Carte supprimée", "seconds ago" : "à l'instant", "Keyboard shortcuts" : "Raccourcis clavier", "Boost your productivity using Deck with keyboard shortcuts." : "Boostez votre productivité en utilisant Deck avec des raccourcis clavier.", @@ -321,6 +327,13 @@ OC.L10N.register( "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Les utilisateurs qui ne font pas partie de ces groupes ne pourront pas créer leurs propres tableaux, mais pourront toujours travailler sur les tableaux qui ont été partagés avec eux.", "Cancel edit" : "Annuler les modifications", "Save board" : "Sauvegarder le tableau", + "Board {0} deleted" : "Tableau {0} supprimé", + "All cards" : "Toutes les cartes", + "Only assigned cards" : "Uniquement les cartes assignées", + "No reminder" : "Aucun rappel", + "An error occurred" : "Une erreur est survenue", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Êtes-vous sûr de vouloir supprimer le tableau {title} ? Cela supprimera toutes les données de ce tableau, y compris les cartes archivées.", + "Delete the board?" : "Supprimer le tableau ?", "Board details" : "Détails du tableau", "Edit board" : "Renommer le tableau", "Clone board" : "Dupliquer le tableau", @@ -330,18 +343,17 @@ OC.L10N.register( "Turn on due date reminders" : "Activer les rappels", "Turn off due date reminders" : "Désactiver les rappels", "Due date reminders" : "Rappels", - "All cards" : "Toutes les cartes", "Assigned cards" : "Cartes assignées", "No notifications" : "Aucune notification", "Delete board" : "Supprimer le tableau", - "Board {0} deleted" : "Tableau {0} supprimé", - "Only assigned cards" : "Uniquement les cartes assignées", - "No reminder" : "Aucun rappel", - "An error occurred" : "Une erreur est survenue", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Êtes-vous sûr de vouloir supprimer le tableau {title} ? Cela supprimera toutes les données de ce tableau, y compris les cartes archivées.", - "Delete the board?" : "Supprimer le tableau ?", + "Clone {boardTitle}" : "Cloner {boardTitle}", "Clone cards" : "Dupliquer des cartes", + "Clone assignments" : "Cloner les affectations", + "Clone labels" : "Cloner les étiquettes", + "Clone due dates" : "Cloner les dates d'échéance", "Advanced options" : "Options avancées", + "Move all cards to the first list" : "Déplacer toutes les cartes vers la première liste", + "Restore archived cards" : "Restaurer les cartes archivées", "Clone" : "Dupliquer", "Loading filtered view" : "Chargement de la vue filtrée", "Today" : "Aujourd'hui", @@ -349,15 +361,16 @@ OC.L10N.register( "No due" : "Sans échéance", "Search for {searchQuery} in all boards" : "Recherche de {searchQuery} dans tous les tableaux", "No results found" : "Aucun résultat", - "Deck board {name}\n* Last modified on {lastMod}" : "Tableau {name}\n* Dernière modification le {lastMod}", - "{stack} in {board}" : "{stack} dans {board}", - "Click to expand description" : "Cliquer pour visualiser la description", + "Deck board {name}\n* Last modified on {lastMod}" : "Tableau Deck {name}\n* Dernière modification le {lastMod}", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Créée le {created}\n* Dernière modification le {lastMod}\n* {nbAttachments} pièces jointes\n* {nbComments} commentaires", "{nbCards} cards" : "{nbCards} cartes", + "Due on {date}" : "Échéance le {date}", + "{stack} in {board}" : "{stack} dans {board}", + "Click to expand description" : "Cliquer pour visualiser la description", "Click to expand comment" : "Cliquer pour déplier le commentaire", + "Create card" : "Créer la carte", "Create a new card" : "Créer une nouvelle carte", "Card title" : "Titre de la carte", - "Create card" : "Créer la carte", "Creating the new card …" : "Création de la nouvelle carte…", "Card \"{card}\" was added to \"{board}\"" : "La carte « {card} » a été ajoutée au tableau « {board} »", "Open card" : "Ouvrir la carte", @@ -367,10 +380,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "cartes à venir demain", "upcoming cards" : "prochaines cartes", "New card" : "Nouvelle carte", - "Due on {date}" : "Échéance le {date}", - "This weekend – {timeLocale}" : "Ce week-end – {timeLocale}", - "Tomorrow – {timeLocale}" : "Demain – {timeLocale}", - "Later today – {timeLocale}" : "Plus tard aujourd'hui – {timeLocale}", "Link to a board" : "Relier à un tableau", "Link to a card" : "Relier à une carte", "Create a card" : "Créer une carte", @@ -379,9 +388,15 @@ OC.L10N.register( "Failed to upload {name}" : "Échec d'envoi de {name}", "Maximum file size of {size} exceeded" : "Taille de fichier maximale de {size} dépassée", "Error creating the share" : "Erreur lors de la création du partage", - "Share with a Deck card" : "Partager avec Deck en tant que carte", - "Share {file} with a Deck card" : "Partager {file} avec Deck en tant que carte", + "Share with a Deck card" : "Partager avec une carte Deck", + "Share {file} with a Deck card" : "Partager {file} avec une carte Deck ", "Share" : "Partager", + "Personal" : "Personnel", + "To do" : "À faire", + "Doing" : "En cours", + "Example Task 3" : "Exemple de tâche 3", + "Example Task 2" : "Exemple de tâche 2", + "Example Task 1" : "Exemple de tâche 1", "Move card to another board" : "Déplacer la carte vers un autre tableau ", "Filter by completed" : "Filtrer par état" }, diff --git a/l10n/fr.json b/l10n/fr.json index 3dd55fa60..4992a2c7c 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -74,7 +74,7 @@ "Cards due tomorrow" : "Cartes pour demain", "Upcoming cards" : "Prochaines cartes", "Load more" : "Charger davantage", - "Personal" : "Personnel", + "Welcome to Nextcloud Deck!" : "Bienvenue dans Nextcloud Deck !", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "La carte \"%s\" de \"%s\" vous a été assignée par %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} vous a attribué la carte {deck-card} du tableau {deck-board}.", "The card \"%s\" on \"%s\" has reached its due date." : "La date d'échéance de la carte \"%s\" de \"%s\" a été atteinte.", @@ -83,26 +83,29 @@ "{user} has mentioned you in a comment on {deck-card}." : "{user} vous a cité dans un commentaire sur {deck-card}.", "The board \"%s\" has been shared with you by %s." : "Le tableau \"%s\" a été partagé avec vous par %s.", "{user} has shared {deck-board} with you." : "{user} vous a partagé le tableau {deck-board}.", - "Deck board" : "Tableau", + "Deck board" : "Tableau Deck", "Owned by %1$s" : "Assignée à %1$s", - "Deck boards, cards and comments" : "Tableaux, cartes et commentaires", + "Deck boards, cards and comments" : "Tableaux, cartes et commentaires de Deck", "From %1$s, in %2$s/%3$s, owned by %4$s" : "De %1$s, dans %2$s / %3$s, appartenant à %4$s", - "Create a new deck card" : "Créer une nouvelle carte", + "Create a new deck card" : "Créer une nouvelle carte Deck", "Card comments" : "Commentaires de la carte", "%s on %s" : "%s sur %s", - "Deck boards and cards" : "Tableaux et cartes", + "Deck boards and cards" : "Tableaux et cartes de Deck", "No data was provided to create an attachment." : "Aucune donnée n'a été fournie pour créer une pièce jointe.", "Finished" : "Terminé", "To review" : "À réviser", "Action needed" : "Action requise", "Later" : "Plus tard", "copy" : "copie", - "To do" : "À faire", - "Doing" : "En cours", + "Read more inside" : "Lire la suite à l'intérieur", + "Custom lists - click to rename!" : "Listes personnalisées - cliquez pour renommer !", + "To Do" : "À faire", + "In Progress" : "En cours", "Done" : "Fait", - "Example Task 3" : "Exemple de tâche 3", - "Example Task 2" : "Exemple de tâche 2", - "Example Task 1" : "Exemple de tâche 1", + "1. Open to learn more about boards and cards" : "1. Ouvrez pour en apprendre davantage sur les tableaux et les cartes", + "2. Drag cards left and right, up and down" : "2. Faites glisser les cartes vers la gauche et la droite, vers le haut et le bas", + "4. Share, comment and collaborate!" : "4. Partagez, commentez et collaborez !", + "Create your first card!" : "Créez votre première carte !", "The file was uploaded" : "Le fichier a été envoyé", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Le fichier envoyé dépasse la valeur upload_max_filesize spécifiée dans php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Le fichier envoyé dépasse la valeur MAX_FILE_SIZE spécifiée dans le formulaire HTML", @@ -118,8 +121,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "Date non valable, le format de la date doit être AAAA-MM-JJ", "Personal planning and team project organization" : "Agenda personnel et organisation projet", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck est un outil d'organisation de style kanban destiné à la planification personnelle et à l'organisation de projets pour les équipes intégrées à Nextcloud.\n\n\n- 📥 Ajoutez vos tâches à des cartes et organisez-les\n- 📄 Écrivez des notes supplémentaires en Markdown\n- 🔖 Affectez des étiquettes pour une organisation encore meilleure\n- 👥 Partagez avec votre équipe, vos amis ou votre famille\n- 📎 Joignez des fichiers et utilisez-les dans vos descriptions en Markdown\n- 💬 Échangez avec votre équipe grâce aux commentaires\n- ⚡ Gardez un œil sur les modifications dans le flux d'activité\n- 🚀 Organisez vos projets", - "Card details" : "Détails de la carte", "Add board" : "Ajouter un tableau", + "Card details" : "Détails de la carte", "Select the board to link to a project" : "Sélection le tableau pour faire le lien avec un projet.", "Search by board title" : "Rechercher par titre du tableau", "Select board" : "Sélectionner le tableau", @@ -129,17 +132,17 @@ "Select a list" : "Sélectionner une liste", "Move card" : "Déplacer la carte", "Copy card" : "Copier la carte", - "Select a card" : "Sélectionnez une carte", - "Cancel" : "Annuler", "Select the card to link to a project" : "Sélectionner la carte à relier à un projet", "Link to card" : "Relier à une carte", + "Select a card" : "Sélectionnez une carte", + "Cancel" : "Annuler", + "This board is read only" : "Ce tableau est en lecture seule", + "Drop your files to upload" : "Glissez vos fichiers pour les téléverser", "File already exists" : "Le fichier existe déjà", "A file with the name {filename} already exists." : "Un fichier avec le nom {filename} existe déjà.", "Do you want to overwrite it?" : "Souhaitez-vous l'écraser ?", "Overwrite file" : "Remplacer le fichier", "Keep existing file" : "Conserver le fichier existant", - "This board is read only" : "Ce tableau est en lecture seule", - "Drop your files to upload" : "Glissez vos fichiers pour les téléverser", "Add card" : "Ajouter une carte", "Archived cards" : "Cartes archivées", "Add list" : "Ajouter une liste", @@ -180,6 +183,12 @@ "Deleted lists" : "Listes supprimées", "Undo" : "Annuler", "Deleted cards" : "Cartes supprimées", + "Failed to create share with {displayName}" : "Échec de la création du partage avec {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Êtes-vous sûr de vouloir transférer le tableau {title} à {user} ?", + "Transfer the board." : "Transférer le tableau", + "Transfer" : "Transférer", + "The board has been transferred to {user}" : "Le tableau a été transféré à {user}", + "Failed to transfer the board to {user}" : "Échec du transfert du tableau à {user}", "Share board with a user, group or team …" : "Partager le tableau avec un utilisateur, un groupe ou une équipe...", "Searching for users, groups and teams …" : "Recherche d'utilisateurs, de groupes et d'équipes...", "No participants found" : "Aucun participant trouvé", @@ -191,12 +200,7 @@ "Can manage" : "Peut gérer", "Owner" : "Propriétaire", "Delete" : "Supprimer", - "Failed to create share with {displayName}" : "Échec de la création du partage avec {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Êtes-vous sûr de vouloir transférer le tableau {title} à {user} ?", - "Transfer the board." : "Transférer le tableau", - "Transfer" : "Transférer", - "The board has been transferred to {user}" : "Le tableau a été transféré à {user}", - "Failed to transfer the board to {user}" : "Échec du transfert du tableau à {user}", + "List deleted" : "Liste supprimée", "Edit list title" : "Modifier le titre de la liste", "Archive all cards" : "Archiver toutes les cartes", "Unarchive all cards" : "Désarchiver toutes les cartes", @@ -205,15 +209,16 @@ "Unarchive all cards in this list" : "Désarchiver toutes les cartes de cette liste", "Add a new card" : "Ajouter une nouvelle carte", "Card name" : "Nom de la carte", - "List deleted" : "Liste supprimée", + "title and color value must be provided" : "Le titre et la couleur doivent être renseignés", "Edit" : "Modifier", "Add a new tag" : "Ajouter une nouvelle étiquette", - "title and color value must be provided" : "Le titre et la couleur doivent être renseignés", "Board name" : "Nom du tableau", "Members" : "Membres", "Assign to users/groups/team" : "Attribuer à des utilisateurs / groupes / équipes", "Assign a user to this card…" : "Affecter cette carte à un utilisateur…", "Select a user to assign to this card…" : "Sélectionner un utilisateur auquel assigner la carte...", + "File to share" : "Fichier à partager", + "Invalid path selected" : "Chemin sélectionné non valide", "Upload new files" : "Téléverser de nouveaux fichiers", "Share from Files" : "Choisir depuis Fichiers", "Pending share" : "Partage en attente", @@ -223,25 +228,24 @@ "Remove attachment" : "Supprimer la pièce jointe", "Delete Attachment" : "Supprimer la pièce jointe", "Restore Attachment" : "Restaurer la pièce jointe", - "File to share" : "Fichier à partager", - "Invalid path selected" : "Chemin sélectionné non valide", + "Modified" : "Modifiée", + "Created" : "Créée", + "The title cannot be empty." : "Le titre ne peut pas être vide.", "Open in sidebar view" : "Ouvrir dans le panneau latéral", "Open in bigger view" : "Ouvrir dans la vue large", "Attachments" : "Pièces jointes", "Comments" : "Commentaires", - "Modified" : "Modifiée", - "Created" : "Créée", - "The title cannot be empty." : "Le titre ne peut pas être vide.", - "No comments yet. Begin the discussion!" : "Aucun commentaire pour l'instant. Commencez la discussion !", "Failed to load comments" : "Échec du chargement des commentaires", - "Save" : "Enregistrer", + "No comments yet. Begin the discussion!" : "Aucun commentaire pour l'instant. Commencez la discussion !", "The comment cannot be empty." : "Un commentaire ne peut pas être vide.", "The comment cannot be longer than 1000 characters." : "Un commentaire est limité à 1 000 caractères.", + "Save" : "Enregistrer", + "Created:" : "Créée le :", "In reply to" : "En réponse à", "Cancel reply" : "Annuler la réponse", "Reply" : "Répondre", "Update" : "Mettre à jour", - "Created:" : "Créée le :", + "Write a description …" : "Écrire une description…", "Description" : "Description", "(Unsaved)" : "(Non enregistré)", "(Saving…)" : "(Enregistrement ...)", @@ -249,8 +253,16 @@ "Edit description" : "Modifier la description", "View description" : "Afficher la description", "Add Attachment" : "Ajouter une pièce jointe", - "Write a description …" : "Écrire une description…", "Choose attachment" : "Choisir une pièce jointe", + "Select Date" : "Sélectionnez une date", + "Later today – {timeLocale}" : "Plus tard aujourd'hui – {timeLocale}", + "Set due date for later today" : "Définir une date d'échéance pour plus tard dans la journée", + "Tomorrow – {timeLocale}" : "Demain – {timeLocale}", + "Set due date for tomorrow" : "Définir une date d'échéance pour demain", + "This weekend – {timeLocale}" : "Ce week-end – {timeLocale}", + "Set due date for this weekend" : "Définir une date d'échéance pour ce week-end", + "Next week – {timeLocale}" : "Semaine prochaine – {timeLocale}", + "Set due date for next week" : "Définir une date d'échéance pour la semaine prochaine", "Assign a due date to this card…" : "Attribuez une date d'échéance à cette carte...", "Set a due date" : "Définir une date d'échéance", "Add due date" : "Ajouter une date d'échéance", @@ -261,26 +273,20 @@ "Not done" : "Non fait", "Unarchive card" : "Sortir la carte des archives", "Archive card" : "Archiver la carte", - "Select Date" : "Sélectionnez une date", - "Set due date for later today" : "Définir une date d'échéance pour plus tard dans la journée", - "Set due date for tomorrow" : "Définir une date d'échéance pour demain", - "Set due date for this weekend" : "Définir une date d'échéance pour ce week-end", - "Set due date for next week" : "Définir une date d'échéance pour la semaine prochaine", "Assign a tag to this card…" : "Associer une étiquette à cette carte…", "Select or create a tag…" : "Sélectionner ou créer une étiquette", "Create a new tag:" : "Créer une nouvelle étiquette :", "(group)" : "(groupe)", - "Next week – {timeLocale}" : "Semaine prochaine – {timeLocale}", - "Todo items" : "À faire", "{count} comments, {unread} unread" : "{count} commentaires, {unread} non lus", + "Todo items" : "À faire", "Edit card title" : "Modifier le titre de la carte", "Open link" : "Ouvrir le lien", + "Card deleted" : "Carte supprimée", "Edit title" : "Modifier le titre", "Assign to me" : "Me l'affecter", "Unassign myself" : "Me désaffecter", "Mark as not done" : "Marquer comme non fait", "Delete card" : "Supprimer la carte", - "Card deleted" : "Carte supprimée", "seconds ago" : "à l'instant", "Keyboard shortcuts" : "Raccourcis clavier", "Boost your productivity using Deck with keyboard shortcuts." : "Boostez votre productivité en utilisant Deck avec des raccourcis clavier.", @@ -319,6 +325,13 @@ "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Les utilisateurs qui ne font pas partie de ces groupes ne pourront pas créer leurs propres tableaux, mais pourront toujours travailler sur les tableaux qui ont été partagés avec eux.", "Cancel edit" : "Annuler les modifications", "Save board" : "Sauvegarder le tableau", + "Board {0} deleted" : "Tableau {0} supprimé", + "All cards" : "Toutes les cartes", + "Only assigned cards" : "Uniquement les cartes assignées", + "No reminder" : "Aucun rappel", + "An error occurred" : "Une erreur est survenue", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Êtes-vous sûr de vouloir supprimer le tableau {title} ? Cela supprimera toutes les données de ce tableau, y compris les cartes archivées.", + "Delete the board?" : "Supprimer le tableau ?", "Board details" : "Détails du tableau", "Edit board" : "Renommer le tableau", "Clone board" : "Dupliquer le tableau", @@ -328,18 +341,17 @@ "Turn on due date reminders" : "Activer les rappels", "Turn off due date reminders" : "Désactiver les rappels", "Due date reminders" : "Rappels", - "All cards" : "Toutes les cartes", "Assigned cards" : "Cartes assignées", "No notifications" : "Aucune notification", "Delete board" : "Supprimer le tableau", - "Board {0} deleted" : "Tableau {0} supprimé", - "Only assigned cards" : "Uniquement les cartes assignées", - "No reminder" : "Aucun rappel", - "An error occurred" : "Une erreur est survenue", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Êtes-vous sûr de vouloir supprimer le tableau {title} ? Cela supprimera toutes les données de ce tableau, y compris les cartes archivées.", - "Delete the board?" : "Supprimer le tableau ?", + "Clone {boardTitle}" : "Cloner {boardTitle}", "Clone cards" : "Dupliquer des cartes", + "Clone assignments" : "Cloner les affectations", + "Clone labels" : "Cloner les étiquettes", + "Clone due dates" : "Cloner les dates d'échéance", "Advanced options" : "Options avancées", + "Move all cards to the first list" : "Déplacer toutes les cartes vers la première liste", + "Restore archived cards" : "Restaurer les cartes archivées", "Clone" : "Dupliquer", "Loading filtered view" : "Chargement de la vue filtrée", "Today" : "Aujourd'hui", @@ -347,15 +359,16 @@ "No due" : "Sans échéance", "Search for {searchQuery} in all boards" : "Recherche de {searchQuery} dans tous les tableaux", "No results found" : "Aucun résultat", - "Deck board {name}\n* Last modified on {lastMod}" : "Tableau {name}\n* Dernière modification le {lastMod}", - "{stack} in {board}" : "{stack} dans {board}", - "Click to expand description" : "Cliquer pour visualiser la description", + "Deck board {name}\n* Last modified on {lastMod}" : "Tableau Deck {name}\n* Dernière modification le {lastMod}", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Créée le {created}\n* Dernière modification le {lastMod}\n* {nbAttachments} pièces jointes\n* {nbComments} commentaires", "{nbCards} cards" : "{nbCards} cartes", + "Due on {date}" : "Échéance le {date}", + "{stack} in {board}" : "{stack} dans {board}", + "Click to expand description" : "Cliquer pour visualiser la description", "Click to expand comment" : "Cliquer pour déplier le commentaire", + "Create card" : "Créer la carte", "Create a new card" : "Créer une nouvelle carte", "Card title" : "Titre de la carte", - "Create card" : "Créer la carte", "Creating the new card …" : "Création de la nouvelle carte…", "Card \"{card}\" was added to \"{board}\"" : "La carte « {card} » a été ajoutée au tableau « {board} »", "Open card" : "Ouvrir la carte", @@ -365,10 +378,6 @@ "upcoming cards tomorrow" : "cartes à venir demain", "upcoming cards" : "prochaines cartes", "New card" : "Nouvelle carte", - "Due on {date}" : "Échéance le {date}", - "This weekend – {timeLocale}" : "Ce week-end – {timeLocale}", - "Tomorrow – {timeLocale}" : "Demain – {timeLocale}", - "Later today – {timeLocale}" : "Plus tard aujourd'hui – {timeLocale}", "Link to a board" : "Relier à un tableau", "Link to a card" : "Relier à une carte", "Create a card" : "Créer une carte", @@ -377,9 +386,15 @@ "Failed to upload {name}" : "Échec d'envoi de {name}", "Maximum file size of {size} exceeded" : "Taille de fichier maximale de {size} dépassée", "Error creating the share" : "Erreur lors de la création du partage", - "Share with a Deck card" : "Partager avec Deck en tant que carte", - "Share {file} with a Deck card" : "Partager {file} avec Deck en tant que carte", + "Share with a Deck card" : "Partager avec une carte Deck", + "Share {file} with a Deck card" : "Partager {file} avec une carte Deck ", "Share" : "Partager", + "Personal" : "Personnel", + "To do" : "À faire", + "Doing" : "En cours", + "Example Task 3" : "Exemple de tâche 3", + "Example Task 2" : "Exemple de tâche 2", + "Example Task 1" : "Exemple de tâche 1", "Move card to another board" : "Déplacer la carte vers un autre tableau ", "Filter by completed" : "Filtrer par état" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/l10n/ga.js b/l10n/ga.js index 182dad477..12d433a49 100644 --- a/l10n/ga.js +++ b/l10n/ga.js @@ -76,7 +76,7 @@ OC.L10N.register( "Cards due tomorrow" : "Cártaí dlite amárach", "Upcoming cards" : "Cártaí atá le teacht", "Load more" : "Luchtaigh níos mó", - "Personal" : "Pearsanta", + "Welcome to Nextcloud Deck!" : "Fáilte go dtí Deic Nextcloud!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Tá an cárta \"%s\" ar \"%s\" tugtha duit ag %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "Shann {user} an cárta {deck-card} ar {deck-board} duit.", "The card \"%s\" on \"%s\" has reached its due date." : "Tá an dáta dlite sroichte ag an gcárta \"%s\" ar \"%s\".", @@ -99,12 +99,16 @@ OC.L10N.register( "Action needed" : "Gníomh de dhíth", "Later" : "Níos déanaí", "copy" : "cóip", - "To do" : "A dhéanamh", - "Doing" : "Ag déanamh", + "Read more inside" : "Léigh tuilleadh taobh istigh", + "Custom lists - click to rename!" : "Liostaí saincheaptha - cliceáil chun athainmniú!", + "To Do" : "A dhéanamh", + "In Progress" : "Ar Siúl", "Done" : "Déanta", - "Example Task 3" : "Tasc Sampla 3", - "Example Task 2" : "Tasc Sampla 2", - "Example Task 1" : "Tasc Sampla 1", + "1. Open to learn more about boards and cards" : "1. Oscail chun níos mó a fhoghlaim faoi bhoird agus cártaí", + "2. Drag cards left and right, up and down" : "2. Tarraing cártaí ar chlé agus ar dheis, suas agus síos", + "3. Apply rich formatting and link content" : "3. Cuir formáidiú saibhir agus ábhar nasc i bhfeidhm", + "4. Share, comment and collaborate!" : "4. Roinn, déan trácht agus comhoibrigh!", + "Create your first card!" : "Cruthaigh do chéad chárta!", "The file was uploaded" : "Uaslódáladh an comhad", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Sáraíonn an comhad uaslódáilte an treoir upload_max_filesize i php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Sáraíonn an comhad uaslódáilte an treoir MAX_FILE_SIZE a sonraíodh san fhoirm HTML", @@ -120,8 +124,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "Dáta neamhbhailí, caithfidh formáid an dáta a bheith BBBB-MM-DD", "Personal planning and team project organization" : "Pleanáil phearsanta agus eagrú tionscadail foirne", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Is uirlis eagraíochta stíl kanban é Deck atá dírithe ar phleanáil phearsanta agus eagrú tionscadail d'fhoirne atá comhtháite le Nextcloud.\n\n\n- 📥 Cuir do thascanna le cártaí agus cuir in ord iad\n- 📄 Scríobh síos nótaí breise i Markdown\n- 🔖 Sann lipéid le haghaidh eagrú níos fearr fós\n- 👥 Roinn le d'fhoireann, do chairde nó do theaghlach\n- 📎 Ceangail comhaid agus leabaigh iad i do chur síos Markdown\n- 💬 Déan plé le d’fhoireann ag úsáid tuairimí\n- ⚡ Coinnigh súil ar athruithe sa sruth gníomhaíochta\n- 🚀 Eagraigh do thionscadal", - "Card details" : "Sonraí cártaí", "Add board" : "Cuir bord leis", + "Card details" : "Sonraí cártaí", "Select the board to link to a project" : "Roghnaigh an clár chun nasc a dhéanamh le tionscadal", "Search by board title" : "Cuardaigh de réir teideal an bhoird", "Select board" : "Roghnaigh bord", @@ -131,17 +135,17 @@ OC.L10N.register( "Select a list" : "Roghnaigh liosta", "Move card" : "Bog cárta", "Copy card" : "Cóip cárta", - "Select a card" : "Roghnaigh cárta", - "Cancel" : "Cealaigh", "Select the card to link to a project" : "Roghnaigh an cárta chun nascadh le tionscadal", "Link to card" : "Nasc le cárta", + "Select a card" : "Roghnaigh cárta", + "Cancel" : "Cealaigh", + "This board is read only" : "Tá an bord seo léite amháin", + "Drop your files to upload" : "Scaoil do chuid comhad le huaslódáil", "File already exists" : "Tá an comhad ann cheana féin", "A file with the name {filename} already exists." : "Tá comhad leis an ainm {filename} ann cheana féin.", "Do you want to overwrite it?" : "Ar mhaith leat é a fhorscríobh?", "Overwrite file" : "Forscríobh comhad", "Keep existing file" : "Coinnigh an comhad atá ann cheana féin", - "This board is read only" : "Tá an bord seo léite amháin", - "Drop your files to upload" : "Scaoil do chuid comhad le huaslódáil", "Add card" : "Cuir cárta leis", "Archived cards" : "Cártaí cartlainne", "Add list" : "Cuir liosta leis", @@ -182,6 +186,12 @@ OC.L10N.register( "Deleted lists" : "Liostaí scriosta", "Undo" : "Cealaigh", "Deleted cards" : "Cártaí scriosta", + "Failed to create share with {displayName}" : "Theip ar chomhroinnt le {displayName} a chruthú", + "Are you sure you want to transfer the board {title} to {user}?" : "An bhfuil tú cinnte gur mhaith leat an clár {title} a aistriú go {user}?", + "Transfer the board." : "Aistrigh an bord.", + "Transfer" : "Aistriú", + "The board has been transferred to {user}" : "Aistríodh an clár go {user}", + "Failed to transfer the board to {user}" : "Theip ar an gclár a aistriú go {user}", "Share board with a user, group or team …" : "Roinn an clár le húsáideoir, grúpa nó foireann…", "Searching for users, groups and teams …" : "Ag cuardach úsáideoirí, grúpaí agus foirne…", "No participants found" : "Níor aimsíodh rannpháirtithe ar bith", @@ -193,12 +203,7 @@ OC.L10N.register( "Can manage" : "Is féidir a bhainistiú", "Owner" : "Úinéir", "Delete" : "Scrios", - "Failed to create share with {displayName}" : "Theip ar chomhroinnt le {displayName} a chruthú", - "Are you sure you want to transfer the board {title} to {user}?" : "An bhfuil tú cinnte gur mhaith leat an clár {title} a aistriú go {user}?", - "Transfer the board." : "Aistrigh an bord.", - "Transfer" : "Aistriú", - "The board has been transferred to {user}" : "Aistríodh an clár go {user}", - "Failed to transfer the board to {user}" : "Theip ar an gclár a aistriú go {user}", + "List deleted" : "Scriosadh an liosta", "Edit list title" : "Cuir teideal an liosta in eagar", "Archive all cards" : "Cartlann na cártaí go léir", "Unarchive all cards" : "Díchairtigh na cártaí go léir", @@ -207,15 +212,16 @@ OC.L10N.register( "Unarchive all cards in this list" : "Déan na cártaí go léir sa liosta seo a dhíchartlannú", "Add a new card" : "Cuir cárta nua leis", "Card name" : "Ainm cárta", - "List deleted" : "Scriosadh an liosta", + "title and color value must be provided" : "ní mór teideal agus luach datha a sholáthar", "Edit" : "Cuir in eagar", "Add a new tag" : "Cuir clib nua leis", - "title and color value must be provided" : "ní mór teideal agus luach datha a sholáthar", "Board name" : "Ainm an bhoird", "Members" : "Baill", "Assign to users/groups/team" : "Sann d'úsáideoirí/grúpaí/foireann", "Assign a user to this card…" : "Sann úsáideoir don chárta seo…", "Select a user to assign to this card…" : "Roghnaigh úsáideoir le sannadh don chárta seo…", + "File to share" : "Comhad le roinnt", + "Invalid path selected" : "Conair neamhbhailí roghnaithe", "Upload new files" : "Uaslódáil comhaid nua", "Share from Files" : "Comhroinn ó Chomhaid", "Pending share" : "Ar feitheamh sciar", @@ -225,25 +231,24 @@ OC.L10N.register( "Remove attachment" : "Bain ceangaltán", "Delete Attachment" : "Scrios Ceangaltán", "Restore Attachment" : "Athchóirigh Ceangaltán", - "File to share" : "Comhad le roinnt", - "Invalid path selected" : "Conair neamhbhailí roghnaithe", + "Modified" : "Athraithe", + "Created" : "Cruthaithe", + "The title cannot be empty." : "Ní féidir leis an teideal a bheith folamh.", "Open in sidebar view" : "Oscail san amharc barra taoibh", "Open in bigger view" : "Oscail i radharc níos mó", "Attachments" : "Ceangaltáin", "Comments" : "Tuairimí", - "Modified" : "Athraithe", - "Created" : "Cruthaithe", - "The title cannot be empty." : "Ní féidir leis an teideal a bheith folamh.", - "No comments yet. Begin the discussion!" : "Níl trácht ar bith fós. Cuir tús leis an bplé!", "Failed to load comments" : "Theip ar lódáil nótaí", - "Save" : "Sábháil", + "No comments yet. Begin the discussion!" : "Níl trácht ar bith fós. Cuir tús leis an bplé!", "The comment cannot be empty." : "Ní féidir leis an nóta tráchta a bheith folamh.", "The comment cannot be longer than 1000 characters." : "Ní féidir leis an nóta tráchta a bheith níos faide ná 1000 carachtar.", + "Save" : "Sábháil", + "Created:" : "Cruthaithe:", "In reply to" : "Mar fhreagra ar", "Cancel reply" : "Cealaigh freagra", "Reply" : "Freagra", "Update" : "Nuashonrú", - "Created:" : "Cruthaithe:", + "Write a description …" : "Scríobh cur síos…", "Description" : "Cur síos", "(Unsaved)" : "(Gan sábháil)", "(Saving…)" : "(Shábháil…)", @@ -251,8 +256,16 @@ OC.L10N.register( "Edit description" : "Cuir cur síos in eagar", "View description" : "Féach ar an gcur síos", "Add Attachment" : "Cuir Ceangaltán leis", - "Write a description …" : "Scríobh cur síos…", "Choose attachment" : "Roghnaigh ceangaltán", + "Select Date" : "Roghnaigh Dáta", + "Later today – {timeLocale}" : "Níos déanaí inniu - {timeLocale}", + "Set due date for later today" : "Socraigh dáta dlite níos déanaí inniu", + "Tomorrow – {timeLocale}" : "Amárach - {timeLocale}", + "Set due date for tomorrow" : "Socraigh dáta dlite don lá amárach", + "This weekend – {timeLocale}" : "An deireadh seachtaine seo - {timeLocale}", + "Set due date for this weekend" : "Socraigh dáta dlite don deireadh seachtaine seo", + "Next week – {timeLocale}" : "An tseachtain seo chugainn – {timeLocale}", + "Set due date for next week" : "Socraigh dáta dlite don tseachtain seo chugainn", "Assign a due date to this card…" : "Sann dáta dlite don chárta seo…", "Set a due date" : "Socraigh dáta dlite", "Add due date" : "Cuir dáta dlite leis", @@ -263,26 +276,20 @@ OC.L10N.register( "Not done" : "Ní dhearna", "Unarchive card" : "Cárta unarchive", "Archive card" : "Cárta cartlainne", - "Select Date" : "Roghnaigh Dáta", - "Set due date for later today" : "Socraigh dáta dlite níos déanaí inniu", - "Set due date for tomorrow" : "Socraigh dáta dlite don lá amárach", - "Set due date for this weekend" : "Socraigh dáta dlite don deireadh seachtaine seo", - "Set due date for next week" : "Socraigh dáta dlite don tseachtain seo chugainn", "Assign a tag to this card…" : "Sann clib don chárta seo…", "Select or create a tag…" : "Roghnaigh nó cruthaigh clib…", "Create a new tag:" : "Cruthaigh clib nua:", "(group)" : "(grúpa)", - "Next week – {timeLocale}" : "An tseachtain seo chugainn – {timeLocale}", - "Todo items" : "Míreanna le déanamh", "{count} comments, {unread} unread" : "{count} nóta tráchta, {unread} neamhléite", + "Todo items" : "Míreanna le déanamh", "Edit card title" : "Cuir teideal an chárta in eagar", "Open link" : "Oscail nasc", + "Card deleted" : "Cárta scriosta", "Edit title" : "Cuir teideal in eagar", "Assign to me" : "Sann dom", "Unassign myself" : "Díshannadh mé féin", "Mark as not done" : "Marcáil mar nach bhfuil déanta", "Delete card" : "Scrios cárta", - "Card deleted" : "Cárta scriosta", "seconds ago" : "soicind ó shin", "Keyboard shortcuts" : "Aicearraí méarchláir", "Boost your productivity using Deck with keyboard shortcuts." : "Cuir le do tháirgiúlacht ag baint úsáide as Deic le aicearraí méarchláir.", @@ -321,6 +328,13 @@ OC.L10N.register( "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Ní bheidh úsáideoirí taobh amuigh de na grúpaí sin in ann a gcuid boird féin a chruthú, ach beidh siad fós in ann oibriú ar bhoird atá roinnte leo.", "Cancel edit" : "Cealaigh eagarthóireacht", "Save board" : "Sábháil bord", + "Board {0} deleted" : "Scriosadh an bord {0}", + "All cards" : "Gach cártaí", + "Only assigned cards" : "Cártaí sannta amháin", + "No reminder" : "Gan meabhrúchán", + "An error occurred" : "Tharla earráid", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "An bhfuil tú cinnte gur mhaith leat an clár {title} a scriosadh? Scriosfaidh sé seo sonraí uile an bhoird seo lena n-áirítear cártaí cartlainne.", + "Delete the board?" : "An bhfuil fonn ort an clár a scriosadh?", "Board details" : "Sonraí an Bhoird", "Edit board" : "Cuir bord in eagar", "Clone board" : "Clár clón", @@ -330,16 +344,9 @@ OC.L10N.register( "Turn on due date reminders" : "Cuir meabhrúcháin dáta dlite ar siúl", "Turn off due date reminders" : "Múch meabhrúcháin dáta dlite", "Due date reminders" : "Meabhrúcháin dáta dlite", - "All cards" : "Gach cártaí", "Assigned cards" : "Cártaí sannta", "No notifications" : "Gan fógraí", "Delete board" : "Scrios an bord", - "Board {0} deleted" : "Scriosadh an bord {0}", - "Only assigned cards" : "Cártaí sannta amháin", - "No reminder" : "Gan meabhrúchán", - "An error occurred" : "Tharla earráid", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "An bhfuil tú cinnte gur mhaith leat an clár {title} a scriosadh? Scriosfaidh sé seo sonraí uile an bhoird seo lena n-áirítear cártaí cartlainne.", - "Delete the board?" : "An bhfuil fonn ort an clár a scriosadh?", "Clone {boardTitle}" : "Clón {boardTitle}", "Clone cards" : "Cártaí clón", "Clone assignments" : "Tascanna Clón", @@ -356,14 +363,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Cuardaigh {searchQuery} i ngach clár", "No results found" : "Níor aimsíodh aon torthaí", "Deck board {name}\n* Last modified on {lastMod}" : "Bord deic {name}\n* Athraithe go deireanach ar {lastMod}", - "{stack} in {board}" : "{stack} in {board}", - "Click to expand description" : "Cliceáil chun cur síos a leathnú", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Cruthaithe ar {created}\n* Athraithe go deireanach ar {lastMod}\n* {nbAttachments} ceangaltán\n* {nbComments} nóta tráchta", "{nbCards} cards" : "cártaí {nbCards}", + "Due on {date}" : "Dlite ar {date}", + "{stack} in {board}" : "{stack} in {board}", + "Click to expand description" : "Cliceáil chun cur síos a leathnú", "Click to expand comment" : "Cliceáil chun trácht a leathnú", + "Create card" : "Cruthaigh cárta", "Create a new card" : "Cruthaigh cárta nua", "Card title" : "Teideal an chárta", - "Create card" : "Cruthaigh cárta", "Creating the new card …" : "Cárta nua á chruthú…", "Card \"{card}\" was added to \"{board}\"" : "Cuireadh cárta \"{card}\" le \"{board}\"", "Open card" : "Cárta oscailte", @@ -373,10 +381,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "cártaí atá le teacht amárach", "upcoming cards" : "cártaí atá le teacht", "New card" : "Cárta nua", - "Due on {date}" : "Dlite ar {date}", - "This weekend – {timeLocale}" : "An deireadh seachtaine seo - {timeLocale}", - "Tomorrow – {timeLocale}" : "Amárach - {timeLocale}", - "Later today – {timeLocale}" : "Níos déanaí inniu - {timeLocale}", "Link to a board" : "Nasc le bord", "Link to a card" : "Nasc le cárta", "Create a card" : "Cruthaigh cárta", @@ -388,6 +392,12 @@ OC.L10N.register( "Share with a Deck card" : "Comhroinn le cárta Deic", "Share {file} with a Deck card" : "Roinn {file} le cárta Deic", "Share" : "Comhroinn", + "Personal" : "Pearsanta", + "To do" : "A dhéanamh", + "Doing" : "Ag déanamh", + "Example Task 3" : "Tasc Sampla 3", + "Example Task 2" : "Tasc Sampla 2", + "Example Task 1" : "Tasc Sampla 1", "Move card to another board" : "Bog cárta go bord eile", "Filter by completed" : "Scag de réir críochnaithe" }, diff --git a/l10n/ga.json b/l10n/ga.json index 5534d7c6e..d52220db1 100644 --- a/l10n/ga.json +++ b/l10n/ga.json @@ -74,7 +74,7 @@ "Cards due tomorrow" : "Cártaí dlite amárach", "Upcoming cards" : "Cártaí atá le teacht", "Load more" : "Luchtaigh níos mó", - "Personal" : "Pearsanta", + "Welcome to Nextcloud Deck!" : "Fáilte go dtí Deic Nextcloud!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Tá an cárta \"%s\" ar \"%s\" tugtha duit ag %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "Shann {user} an cárta {deck-card} ar {deck-board} duit.", "The card \"%s\" on \"%s\" has reached its due date." : "Tá an dáta dlite sroichte ag an gcárta \"%s\" ar \"%s\".", @@ -97,12 +97,16 @@ "Action needed" : "Gníomh de dhíth", "Later" : "Níos déanaí", "copy" : "cóip", - "To do" : "A dhéanamh", - "Doing" : "Ag déanamh", + "Read more inside" : "Léigh tuilleadh taobh istigh", + "Custom lists - click to rename!" : "Liostaí saincheaptha - cliceáil chun athainmniú!", + "To Do" : "A dhéanamh", + "In Progress" : "Ar Siúl", "Done" : "Déanta", - "Example Task 3" : "Tasc Sampla 3", - "Example Task 2" : "Tasc Sampla 2", - "Example Task 1" : "Tasc Sampla 1", + "1. Open to learn more about boards and cards" : "1. Oscail chun níos mó a fhoghlaim faoi bhoird agus cártaí", + "2. Drag cards left and right, up and down" : "2. Tarraing cártaí ar chlé agus ar dheis, suas agus síos", + "3. Apply rich formatting and link content" : "3. Cuir formáidiú saibhir agus ábhar nasc i bhfeidhm", + "4. Share, comment and collaborate!" : "4. Roinn, déan trácht agus comhoibrigh!", + "Create your first card!" : "Cruthaigh do chéad chárta!", "The file was uploaded" : "Uaslódáladh an comhad", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Sáraíonn an comhad uaslódáilte an treoir upload_max_filesize i php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Sáraíonn an comhad uaslódáilte an treoir MAX_FILE_SIZE a sonraíodh san fhoirm HTML", @@ -118,8 +122,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "Dáta neamhbhailí, caithfidh formáid an dáta a bheith BBBB-MM-DD", "Personal planning and team project organization" : "Pleanáil phearsanta agus eagrú tionscadail foirne", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Is uirlis eagraíochta stíl kanban é Deck atá dírithe ar phleanáil phearsanta agus eagrú tionscadail d'fhoirne atá comhtháite le Nextcloud.\n\n\n- 📥 Cuir do thascanna le cártaí agus cuir in ord iad\n- 📄 Scríobh síos nótaí breise i Markdown\n- 🔖 Sann lipéid le haghaidh eagrú níos fearr fós\n- 👥 Roinn le d'fhoireann, do chairde nó do theaghlach\n- 📎 Ceangail comhaid agus leabaigh iad i do chur síos Markdown\n- 💬 Déan plé le d’fhoireann ag úsáid tuairimí\n- ⚡ Coinnigh súil ar athruithe sa sruth gníomhaíochta\n- 🚀 Eagraigh do thionscadal", - "Card details" : "Sonraí cártaí", "Add board" : "Cuir bord leis", + "Card details" : "Sonraí cártaí", "Select the board to link to a project" : "Roghnaigh an clár chun nasc a dhéanamh le tionscadal", "Search by board title" : "Cuardaigh de réir teideal an bhoird", "Select board" : "Roghnaigh bord", @@ -129,17 +133,17 @@ "Select a list" : "Roghnaigh liosta", "Move card" : "Bog cárta", "Copy card" : "Cóip cárta", - "Select a card" : "Roghnaigh cárta", - "Cancel" : "Cealaigh", "Select the card to link to a project" : "Roghnaigh an cárta chun nascadh le tionscadal", "Link to card" : "Nasc le cárta", + "Select a card" : "Roghnaigh cárta", + "Cancel" : "Cealaigh", + "This board is read only" : "Tá an bord seo léite amháin", + "Drop your files to upload" : "Scaoil do chuid comhad le huaslódáil", "File already exists" : "Tá an comhad ann cheana féin", "A file with the name {filename} already exists." : "Tá comhad leis an ainm {filename} ann cheana féin.", "Do you want to overwrite it?" : "Ar mhaith leat é a fhorscríobh?", "Overwrite file" : "Forscríobh comhad", "Keep existing file" : "Coinnigh an comhad atá ann cheana féin", - "This board is read only" : "Tá an bord seo léite amháin", - "Drop your files to upload" : "Scaoil do chuid comhad le huaslódáil", "Add card" : "Cuir cárta leis", "Archived cards" : "Cártaí cartlainne", "Add list" : "Cuir liosta leis", @@ -180,6 +184,12 @@ "Deleted lists" : "Liostaí scriosta", "Undo" : "Cealaigh", "Deleted cards" : "Cártaí scriosta", + "Failed to create share with {displayName}" : "Theip ar chomhroinnt le {displayName} a chruthú", + "Are you sure you want to transfer the board {title} to {user}?" : "An bhfuil tú cinnte gur mhaith leat an clár {title} a aistriú go {user}?", + "Transfer the board." : "Aistrigh an bord.", + "Transfer" : "Aistriú", + "The board has been transferred to {user}" : "Aistríodh an clár go {user}", + "Failed to transfer the board to {user}" : "Theip ar an gclár a aistriú go {user}", "Share board with a user, group or team …" : "Roinn an clár le húsáideoir, grúpa nó foireann…", "Searching for users, groups and teams …" : "Ag cuardach úsáideoirí, grúpaí agus foirne…", "No participants found" : "Níor aimsíodh rannpháirtithe ar bith", @@ -191,12 +201,7 @@ "Can manage" : "Is féidir a bhainistiú", "Owner" : "Úinéir", "Delete" : "Scrios", - "Failed to create share with {displayName}" : "Theip ar chomhroinnt le {displayName} a chruthú", - "Are you sure you want to transfer the board {title} to {user}?" : "An bhfuil tú cinnte gur mhaith leat an clár {title} a aistriú go {user}?", - "Transfer the board." : "Aistrigh an bord.", - "Transfer" : "Aistriú", - "The board has been transferred to {user}" : "Aistríodh an clár go {user}", - "Failed to transfer the board to {user}" : "Theip ar an gclár a aistriú go {user}", + "List deleted" : "Scriosadh an liosta", "Edit list title" : "Cuir teideal an liosta in eagar", "Archive all cards" : "Cartlann na cártaí go léir", "Unarchive all cards" : "Díchairtigh na cártaí go léir", @@ -205,15 +210,16 @@ "Unarchive all cards in this list" : "Déan na cártaí go léir sa liosta seo a dhíchartlannú", "Add a new card" : "Cuir cárta nua leis", "Card name" : "Ainm cárta", - "List deleted" : "Scriosadh an liosta", + "title and color value must be provided" : "ní mór teideal agus luach datha a sholáthar", "Edit" : "Cuir in eagar", "Add a new tag" : "Cuir clib nua leis", - "title and color value must be provided" : "ní mór teideal agus luach datha a sholáthar", "Board name" : "Ainm an bhoird", "Members" : "Baill", "Assign to users/groups/team" : "Sann d'úsáideoirí/grúpaí/foireann", "Assign a user to this card…" : "Sann úsáideoir don chárta seo…", "Select a user to assign to this card…" : "Roghnaigh úsáideoir le sannadh don chárta seo…", + "File to share" : "Comhad le roinnt", + "Invalid path selected" : "Conair neamhbhailí roghnaithe", "Upload new files" : "Uaslódáil comhaid nua", "Share from Files" : "Comhroinn ó Chomhaid", "Pending share" : "Ar feitheamh sciar", @@ -223,25 +229,24 @@ "Remove attachment" : "Bain ceangaltán", "Delete Attachment" : "Scrios Ceangaltán", "Restore Attachment" : "Athchóirigh Ceangaltán", - "File to share" : "Comhad le roinnt", - "Invalid path selected" : "Conair neamhbhailí roghnaithe", + "Modified" : "Athraithe", + "Created" : "Cruthaithe", + "The title cannot be empty." : "Ní féidir leis an teideal a bheith folamh.", "Open in sidebar view" : "Oscail san amharc barra taoibh", "Open in bigger view" : "Oscail i radharc níos mó", "Attachments" : "Ceangaltáin", "Comments" : "Tuairimí", - "Modified" : "Athraithe", - "Created" : "Cruthaithe", - "The title cannot be empty." : "Ní féidir leis an teideal a bheith folamh.", - "No comments yet. Begin the discussion!" : "Níl trácht ar bith fós. Cuir tús leis an bplé!", "Failed to load comments" : "Theip ar lódáil nótaí", - "Save" : "Sábháil", + "No comments yet. Begin the discussion!" : "Níl trácht ar bith fós. Cuir tús leis an bplé!", "The comment cannot be empty." : "Ní féidir leis an nóta tráchta a bheith folamh.", "The comment cannot be longer than 1000 characters." : "Ní féidir leis an nóta tráchta a bheith níos faide ná 1000 carachtar.", + "Save" : "Sábháil", + "Created:" : "Cruthaithe:", "In reply to" : "Mar fhreagra ar", "Cancel reply" : "Cealaigh freagra", "Reply" : "Freagra", "Update" : "Nuashonrú", - "Created:" : "Cruthaithe:", + "Write a description …" : "Scríobh cur síos…", "Description" : "Cur síos", "(Unsaved)" : "(Gan sábháil)", "(Saving…)" : "(Shábháil…)", @@ -249,8 +254,16 @@ "Edit description" : "Cuir cur síos in eagar", "View description" : "Féach ar an gcur síos", "Add Attachment" : "Cuir Ceangaltán leis", - "Write a description …" : "Scríobh cur síos…", "Choose attachment" : "Roghnaigh ceangaltán", + "Select Date" : "Roghnaigh Dáta", + "Later today – {timeLocale}" : "Níos déanaí inniu - {timeLocale}", + "Set due date for later today" : "Socraigh dáta dlite níos déanaí inniu", + "Tomorrow – {timeLocale}" : "Amárach - {timeLocale}", + "Set due date for tomorrow" : "Socraigh dáta dlite don lá amárach", + "This weekend – {timeLocale}" : "An deireadh seachtaine seo - {timeLocale}", + "Set due date for this weekend" : "Socraigh dáta dlite don deireadh seachtaine seo", + "Next week – {timeLocale}" : "An tseachtain seo chugainn – {timeLocale}", + "Set due date for next week" : "Socraigh dáta dlite don tseachtain seo chugainn", "Assign a due date to this card…" : "Sann dáta dlite don chárta seo…", "Set a due date" : "Socraigh dáta dlite", "Add due date" : "Cuir dáta dlite leis", @@ -261,26 +274,20 @@ "Not done" : "Ní dhearna", "Unarchive card" : "Cárta unarchive", "Archive card" : "Cárta cartlainne", - "Select Date" : "Roghnaigh Dáta", - "Set due date for later today" : "Socraigh dáta dlite níos déanaí inniu", - "Set due date for tomorrow" : "Socraigh dáta dlite don lá amárach", - "Set due date for this weekend" : "Socraigh dáta dlite don deireadh seachtaine seo", - "Set due date for next week" : "Socraigh dáta dlite don tseachtain seo chugainn", "Assign a tag to this card…" : "Sann clib don chárta seo…", "Select or create a tag…" : "Roghnaigh nó cruthaigh clib…", "Create a new tag:" : "Cruthaigh clib nua:", "(group)" : "(grúpa)", - "Next week – {timeLocale}" : "An tseachtain seo chugainn – {timeLocale}", - "Todo items" : "Míreanna le déanamh", "{count} comments, {unread} unread" : "{count} nóta tráchta, {unread} neamhléite", + "Todo items" : "Míreanna le déanamh", "Edit card title" : "Cuir teideal an chárta in eagar", "Open link" : "Oscail nasc", + "Card deleted" : "Cárta scriosta", "Edit title" : "Cuir teideal in eagar", "Assign to me" : "Sann dom", "Unassign myself" : "Díshannadh mé féin", "Mark as not done" : "Marcáil mar nach bhfuil déanta", "Delete card" : "Scrios cárta", - "Card deleted" : "Cárta scriosta", "seconds ago" : "soicind ó shin", "Keyboard shortcuts" : "Aicearraí méarchláir", "Boost your productivity using Deck with keyboard shortcuts." : "Cuir le do tháirgiúlacht ag baint úsáide as Deic le aicearraí méarchláir.", @@ -319,6 +326,13 @@ "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Ní bheidh úsáideoirí taobh amuigh de na grúpaí sin in ann a gcuid boird féin a chruthú, ach beidh siad fós in ann oibriú ar bhoird atá roinnte leo.", "Cancel edit" : "Cealaigh eagarthóireacht", "Save board" : "Sábháil bord", + "Board {0} deleted" : "Scriosadh an bord {0}", + "All cards" : "Gach cártaí", + "Only assigned cards" : "Cártaí sannta amháin", + "No reminder" : "Gan meabhrúchán", + "An error occurred" : "Tharla earráid", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "An bhfuil tú cinnte gur mhaith leat an clár {title} a scriosadh? Scriosfaidh sé seo sonraí uile an bhoird seo lena n-áirítear cártaí cartlainne.", + "Delete the board?" : "An bhfuil fonn ort an clár a scriosadh?", "Board details" : "Sonraí an Bhoird", "Edit board" : "Cuir bord in eagar", "Clone board" : "Clár clón", @@ -328,16 +342,9 @@ "Turn on due date reminders" : "Cuir meabhrúcháin dáta dlite ar siúl", "Turn off due date reminders" : "Múch meabhrúcháin dáta dlite", "Due date reminders" : "Meabhrúcháin dáta dlite", - "All cards" : "Gach cártaí", "Assigned cards" : "Cártaí sannta", "No notifications" : "Gan fógraí", "Delete board" : "Scrios an bord", - "Board {0} deleted" : "Scriosadh an bord {0}", - "Only assigned cards" : "Cártaí sannta amháin", - "No reminder" : "Gan meabhrúchán", - "An error occurred" : "Tharla earráid", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "An bhfuil tú cinnte gur mhaith leat an clár {title} a scriosadh? Scriosfaidh sé seo sonraí uile an bhoird seo lena n-áirítear cártaí cartlainne.", - "Delete the board?" : "An bhfuil fonn ort an clár a scriosadh?", "Clone {boardTitle}" : "Clón {boardTitle}", "Clone cards" : "Cártaí clón", "Clone assignments" : "Tascanna Clón", @@ -354,14 +361,15 @@ "Search for {searchQuery} in all boards" : "Cuardaigh {searchQuery} i ngach clár", "No results found" : "Níor aimsíodh aon torthaí", "Deck board {name}\n* Last modified on {lastMod}" : "Bord deic {name}\n* Athraithe go deireanach ar {lastMod}", - "{stack} in {board}" : "{stack} in {board}", - "Click to expand description" : "Cliceáil chun cur síos a leathnú", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Cruthaithe ar {created}\n* Athraithe go deireanach ar {lastMod}\n* {nbAttachments} ceangaltán\n* {nbComments} nóta tráchta", "{nbCards} cards" : "cártaí {nbCards}", + "Due on {date}" : "Dlite ar {date}", + "{stack} in {board}" : "{stack} in {board}", + "Click to expand description" : "Cliceáil chun cur síos a leathnú", "Click to expand comment" : "Cliceáil chun trácht a leathnú", + "Create card" : "Cruthaigh cárta", "Create a new card" : "Cruthaigh cárta nua", "Card title" : "Teideal an chárta", - "Create card" : "Cruthaigh cárta", "Creating the new card …" : "Cárta nua á chruthú…", "Card \"{card}\" was added to \"{board}\"" : "Cuireadh cárta \"{card}\" le \"{board}\"", "Open card" : "Cárta oscailte", @@ -371,10 +379,6 @@ "upcoming cards tomorrow" : "cártaí atá le teacht amárach", "upcoming cards" : "cártaí atá le teacht", "New card" : "Cárta nua", - "Due on {date}" : "Dlite ar {date}", - "This weekend – {timeLocale}" : "An deireadh seachtaine seo - {timeLocale}", - "Tomorrow – {timeLocale}" : "Amárach - {timeLocale}", - "Later today – {timeLocale}" : "Níos déanaí inniu - {timeLocale}", "Link to a board" : "Nasc le bord", "Link to a card" : "Nasc le cárta", "Create a card" : "Cruthaigh cárta", @@ -386,6 +390,12 @@ "Share with a Deck card" : "Comhroinn le cárta Deic", "Share {file} with a Deck card" : "Roinn {file} le cárta Deic", "Share" : "Comhroinn", + "Personal" : "Pearsanta", + "To do" : "A dhéanamh", + "Doing" : "Ag déanamh", + "Example Task 3" : "Tasc Sampla 3", + "Example Task 2" : "Tasc Sampla 2", + "Example Task 1" : "Tasc Sampla 1", "Move card to another board" : "Bog cárta go bord eile", "Filter by completed" : "Scag de réir críochnaithe" },"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);" diff --git a/l10n/gd.js b/l10n/gd.js index f0cd21e55..b79f236d5 100644 --- a/l10n/gd.js +++ b/l10n/gd.js @@ -17,8 +17,8 @@ OC.L10N.register( "Tags" : "Tagaichean", "Activity" : "Gnìomhachd", "Undo" : "Neo-dhèan", - "Delete" : "Sguab às", "Transfer" : "Tar-chuir", + "Delete" : "Sguab às", "Edit" : "Deasaich", "Download" : "Luchdaich a-nuas", "Save" : "Sàbhail", diff --git a/l10n/gd.json b/l10n/gd.json index 584e9f55e..f35ad8f67 100644 --- a/l10n/gd.json +++ b/l10n/gd.json @@ -15,8 +15,8 @@ "Tags" : "Tagaichean", "Activity" : "Gnìomhachd", "Undo" : "Neo-dhèan", - "Delete" : "Sguab às", "Transfer" : "Tar-chuir", + "Delete" : "Sguab às", "Edit" : "Deasaich", "Download" : "Luchdaich a-nuas", "Save" : "Sàbhail", diff --git a/l10n/gl.js b/l10n/gl.js index 71deb6bab..2d534ba98 100644 --- a/l10n/gl.js +++ b/l10n/gl.js @@ -76,7 +76,7 @@ OC.L10N.register( "Cards due tomorrow" : "Tarxetas para mañá", "Upcoming cards" : "Tarxetas próximas", "Load more" : "Cargar máis", - "Personal" : "Persoal", + "Welcome to Nextcloud Deck!" : "Dámoslle a benvida á Gabeta de Nextcloud", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "A tarxeta «%s» en «%s» foi asignada a Vde. por %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} asignoulle a tarxeta {deck-card} en {deck-board} a Vde.", "The card \"%s\" on \"%s\" has reached its due date." : "A tarxeta «%s» en «%s» acadou a súa data de caducidade.", @@ -89,7 +89,7 @@ OC.L10N.register( "Owned by %1$s" : "Propiedade de %1$s", "Deck boards, cards and comments" : "Taboleiros da Gabeta, tarxetas e comentarios", "From %1$s, in %2$s/%3$s, owned by %4$s" : "De %1$s, en %2$s/%3$s, propiedade de %4$s", - "Create a new deck card" : "Crear unha nova tarxeta da Gabeta", + "Create a new deck card" : "Crear unha nova tarxeta de Gabeta", "Card comments" : "Comentarios da tarxeta", "%s on %s" : "%s en %s", "Deck boards and cards" : "Taboleiros da Gabeta e tarxetas", @@ -99,12 +99,16 @@ OC.L10N.register( "Action needed" : "Necesita unha acción", "Later" : "Após", "copy" : "copiar", - "To do" : "Tarefa pendente", - "Doing" : "Facendo", + "Read more inside" : "Ler máis dentro", + "Custom lists - click to rename!" : "Listas personalizadas, prema para cambiar o nome!", + "To Do" : "Tarefa pendente", + "In Progress" : "En proceso", "Done" : "Feito", - "Example Task 3" : "Tarefa de exemplo 3", - "Example Task 2" : "Tarefa de exemplo 2", - "Example Task 1" : "Tarefa de exemplo 1", + "1. Open to learn more about boards and cards" : "1. Abra para saber máis sobre taboleiros e tarxetas", + "2. Drag cards left and right, up and down" : "2. Arrastre as tarxetas cara á esquerda e á dereita, cara arriba e abaixo", + "3. Apply rich formatting and link content" : "3. Aplique un formato mellorado e enlace a contidos", + "4. Share, comment and collaborate!" : "4. Comparta, comente e colabore!", + "Create your first card!" : "Crear a primeira tarxeta:", "The file was uploaded" : "O ficheiro foi enviado", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O ficheiro enviado excede a directiva indicada por upload_max_filesize de php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O ficheiro enviado excede da directiva MAX_FILE_SIZE especificada no formulario HTML", @@ -120,8 +124,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "Data incorrecta, o formato da data debe ser AAAA-MM-DD", "Personal planning and team project organization" : "Planificación persoal e organización de proxectos de equipo", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Gabeta é unha ferramenta de organización de estilo kanban dirixida a planificación persoal e organización de proxectos para equipos integrados con Nextcloud. \n\n\n– 📥 Engada as súas tarefas ás tarxetas e fagas ordenadas\n– 📄 Escriba notas adicionais en Markdown\n– 🔖 Asigne etiquetas para unha mellor organización\n– 👥 Comparta co seu equipo, amigos ou a súa familia\n– 📎 Anexe ficheiros e integreos na súa descrición de Markdown\n– 💬 Debata co seu equipo usando os comentarios\n– ⚡ Faga un seguimento dos cambios no fluxo de actividade\n– 🚀 Teña o seu proxecto organizado", - "Card details" : "Detalles da tarxeta", "Add board" : "Engadir taboleiro", + "Card details" : "Detalles da tarxeta", "Select the board to link to a project" : "Seleccione o taboleiro para ligar a un proxecto", "Search by board title" : "Buscar polo título do taboleiro", "Select board" : "Seleccionar taboleiro", @@ -131,17 +135,17 @@ OC.L10N.register( "Select a list" : "Seleccionar unha lista", "Move card" : "Mover a tarxeta", "Copy card" : "Copiar a tarxeta", - "Select a card" : "Seleccione unha tarxeta", - "Cancel" : "Cancelar", "Select the card to link to a project" : "Seleccione a tarxeta para ligar a un proxecto", "Link to card" : "Ligazón á tarxeta", + "Select a card" : "Seleccione unha tarxeta", + "Cancel" : "Cancelar", + "This board is read only" : "Este taboleiro é só de lectura", + "Drop your files to upload" : "Arrastre os seus ficheiros para envialos", "File already exists" : "O ficheiro xa existe", "A file with the name {filename} already exists." : "Xa existe un ficheiro co nome {filename}.", "Do you want to overwrite it?" : "Quere sobrescribilo?", "Overwrite file" : "Sobrescribir o ficheiro", "Keep existing file" : "Conservar o ficheiro existente", - "This board is read only" : "Este taboleiro é só de lectura", - "Drop your files to upload" : "Arrastre os seus ficheiros para envialos", "Add card" : "Engadir tarxeta", "Archived cards" : "Tarxetas arquivadas", "Add list" : "Engadir unha lista", @@ -182,6 +186,12 @@ OC.L10N.register( "Deleted lists" : "Listas eliminadas", "Undo" : "Desfacer", "Deleted cards" : "Eliminar tarxetas", + "Failed to create share with {displayName}" : "Produciuse un fallo ao crear o uso compartido con {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Confirma que quere transferir o taboleiro {title} a {user}?", + "Transfer the board." : "Transferir o taboleiro.", + "Transfer" : "Transferencia", + "The board has been transferred to {user}" : "O taboleiro foi transferido a {user}", + "Failed to transfer the board to {user}" : "Produciuse un fallo ao transferir o taboleiro a {user}", "Share board with a user, group or team …" : "Compartir taboleiro cun usuario, grupo ou equipo…", "Searching for users, groups and teams …" : "Buscando por usuarios, grupos e equipos…", "No participants found" : "Non se atopou ningún participante", @@ -193,12 +203,7 @@ OC.L10N.register( "Can manage" : "Pode xestionar", "Owner" : "Propietario", "Delete" : "Eliminar", - "Failed to create share with {displayName}" : "Produciuse un fallo ao crear o uso compartido con {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Confirma que quere transferir o taboleiro {title} a {user}?", - "Transfer the board." : "Transferir o taboleiro.", - "Transfer" : "Transferencia", - "The board has been transferred to {user}" : "O taboleiro foi transferido a {user}", - "Failed to transfer the board to {user}" : "Produciuse un fallo ao transferir o taboleiro a {user}", + "List deleted" : "Lista eliminada", "Edit list title" : "Editar o título da lista", "Archive all cards" : "Arquivar todas as tarxetas", "Unarchive all cards" : "Desarquivar todas as tarxetas", @@ -207,15 +212,16 @@ OC.L10N.register( "Unarchive all cards in this list" : "Desarquivar todas as tarxetas desta lista", "Add a new card" : "Engadir unha nova tarxeta", "Card name" : "Nome da tarxeta", - "List deleted" : "Lista eliminada", + "title and color value must be provided" : "debe indicar o título e o valor da cor", "Edit" : "Editar", "Add a new tag" : "Engadir unha nova etiqueta", - "title and color value must be provided" : "debe indicar o título e o valor da cor", "Board name" : "Nome do taboleiro", "Members" : "Membros", "Assign to users/groups/team" : "Asignar a usuarios/grupos/equipos", "Assign a user to this card…" : "Asignar un usuario a esta tarxeta…", "Select a user to assign to this card…" : "Seleccionar un usuario para asignarlle a esta tarxeta…", + "File to share" : "Ficheiro para compartir", + "Invalid path selected" : "Seleccionou unha ruta incorrecta.", "Upload new files" : "Enviar novos ficheiros", "Share from Files" : "Compartir desde «Ficheiros»", "Pending share" : "Compartición pendente", @@ -225,25 +231,24 @@ OC.L10N.register( "Remove attachment" : "Retirar o anexo", "Delete Attachment" : "Eliminar o anexo", "Restore Attachment" : "Restaurar o anexo", - "File to share" : "Ficheiro para compartir", - "Invalid path selected" : "Seleccionou unha ruta incorrecta.", + "Modified" : "Modificado", + "Created" : "Creado", + "The title cannot be empty." : "O título non pode estar baleiro.", "Open in sidebar view" : "Abrir na vista da barra lateral", "Open in bigger view" : "Abrir nunha vista máis grande", "Attachments" : "Anexos", "Comments" : "Comentarios", - "Modified" : "Modificado", - "Created" : "Creado", - "The title cannot be empty." : "O título non pode estar baleiro.", - "No comments yet. Begin the discussion!" : "Aínda non hai comentarios. Comece o debate!", "Failed to load comments" : "Produciuse un fallo ao cargar os comentarios", - "Save" : "Gardar", + "No comments yet. Begin the discussion!" : "Aínda non hai comentarios. Comece o debate!", "The comment cannot be empty." : "O comentario non pode estar baleiro", "The comment cannot be longer than 1000 characters." : "O comentario non pode ter máis de 1000 caracteres.", + "Save" : "Gardar", + "Created:" : "Creado:", "In reply to" : "En resposta a", "Cancel reply" : "Cancelar a resposta", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", + "Write a description …" : "Escriba unha descrición…", "Description" : "Descrición", "(Unsaved)" : "(Sen gardar)", "(Saving…)" : "(Gardando…)", @@ -251,8 +256,16 @@ OC.L10N.register( "Edit description" : "Editar a descrición", "View description" : "Ver a descrición", "Add Attachment" : "Engadir un anexo", - "Write a description …" : "Escriba unha descrición…", "Choose attachment" : "Escoller o anexo", + "Select Date" : "Seleccione a data", + "Later today – {timeLocale}" : "Hoxe máis tarde – {timeLocale}", + "Set due date for later today" : "Definir a data de remate para máis tarde hoxe", + "Tomorrow – {timeLocale}" : "Mañá – {timeLocale}", + "Set due date for tomorrow" : "Definir a data de remate para mañá", + "This weekend – {timeLocale}" : "Esta semana – {timeLocale}", + "Set due date for this weekend" : "Definir a data de remate para esta fin de semana", + "Next week – {timeLocale}" : "Semana seguinte – {timeLocale}", + "Set due date for next week" : "Definir a data de remate para a semana seguinte", "Assign a due date to this card…" : "Asignar unha data de caducidade a esta tarxeta…", "Set a due date" : "Definir a data de caducidade", "Add due date" : "Engadir a data de remate", @@ -263,26 +276,20 @@ OC.L10N.register( "Not done" : "Sen facer", "Unarchive card" : "Desarquivar a tarxeta", "Archive card" : "Arquivar a tarxeta", - "Select Date" : "Seleccione a data", - "Set due date for later today" : "Definir a data de remate para máis tarde hoxe", - "Set due date for tomorrow" : "Definir a data de remate para mañá", - "Set due date for this weekend" : "Definir a data de remate para esta fin de semana", - "Set due date for next week" : "Definir a data de remate para a semana seguinte", "Assign a tag to this card…" : "Asignar unha etiqueta a esta tarxeta…", "Select or create a tag…" : "Seleccionar ou crear unha etiqueta…", "Create a new tag:" : "Crear unha nova etiqueta:", "(group)" : "(grupo)", - "Next week – {timeLocale}" : "Semana seguinte – {timeLocale}", - "Todo items" : "Elementos pendentes", "{count} comments, {unread} unread" : "{count} comentarios, {unread} sen ler", + "Todo items" : "Elementos pendentes", "Edit card title" : "Editar o título da tarxeta", "Open link" : "Abrir a ligazón", + "Card deleted" : "Tarxeta eliminada", "Edit title" : "Editar o título", "Assign to me" : "Asignarme", "Unassign myself" : "Desasignarme", "Mark as not done" : "Marcar como sen facer", "Delete card" : "Eliminar tarxeta", - "Card deleted" : "Tarxeta eliminada", "seconds ago" : "segundos atrás", "Keyboard shortcuts" : "Atallos de teclado", "Boost your productivity using Deck with keyboard shortcuts." : "Aumente a súa produtividade empregando Gabeta con atallos de teclado.", @@ -321,6 +328,13 @@ OC.L10N.register( "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Os usuarios alleos a eses grupos non poderán crear os seus propios taboleiros, mais aínda poderán traballar en taboleiros que se compartiron con eles.", "Cancel edit" : "Cancelar a edición", "Save board" : "Gardar o taboleiro", + "Board {0} deleted" : "Eliminouse o taboleiro {0}", + "All cards" : "Todas as tarxeta", + "Only assigned cards" : "Só as tarxetas asignadas", + "No reminder" : "Non hai lembretes", + "An error occurred" : "Produciuse un erro", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Confirma que quere eliminar o taboleiro {title}? Isto eliminará todos os datos deste taboleiro, incluídas as tarxetas arquivadas.", + "Delete the board?" : "Eliminar o taboleiro?", "Board details" : "Detalles do taboleiro", "Edit board" : "Editar taboleiro", "Clone board" : "Clonar taboleiro", @@ -330,16 +344,9 @@ OC.L10N.register( "Turn on due date reminders" : "Activar os lembretes de data de caducidade", "Turn off due date reminders" : "Desctivar os lembretes de data de caducidade", "Due date reminders" : "Lembretes de data de caducidade", - "All cards" : "Todas as tarxeta", "Assigned cards" : "Tarxetas asignadas", "No notifications" : "Non hai notificacións", "Delete board" : "Eliminar taboleiro", - "Board {0} deleted" : "Eliminouse o taboleiro {0}", - "Only assigned cards" : "Só as tarxetas asignadas", - "No reminder" : "Non hai lembretes", - "An error occurred" : "Produciuse un erro", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Confirma que quere eliminar o taboleiro {title}? Isto eliminará todos os datos deste taboleiro, incluídas as tarxetas arquivadas.", - "Delete the board?" : "Eliminar o taboleiro?", "Clone {boardTitle}" : "Clonar {boardTitle}", "Clone cards" : "Clonar tarxetas", "Clone assignments" : "Clonar as asignacións", @@ -356,14 +363,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Resultados de busca para {searchQuery} en todos os taboleiros", "No results found" : "Non se atopou ningún resultado", "Deck board {name}\n* Last modified on {lastMod}" : "Taboleiro da Gabeta {name}\n* Última modificación en {lastMod}", - "{stack} in {board}" : "{stack} en {board}", - "Click to expand description" : "Prema para despregar a descrición", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Creado o {created}\n* Última modificación o {lastMod}\n* {nbAttachments} anexos\n* {nbComments} comentarios", "{nbCards} cards" : "{nbCards} tarxetas", + "Due on {date}" : "Caduca o {date}", + "{stack} in {board}" : "{stack} en {board}", + "Click to expand description" : "Prema para despregar a descrición", "Click to expand comment" : "Prema para despregar o comentario", + "Create card" : "Crear tarxeta", "Create a new card" : "Crear unha nova tarxeta", "Card title" : "Título da tarxeta", - "Create card" : "Crear tarxeta", "Creating the new card …" : "Creando unha nova tarxeta…", "Card \"{card}\" was added to \"{board}\"" : "A tarxeta «{card}» foi engdida a «{board}»", "Open card" : "Abrir a tarxeta", @@ -373,10 +381,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "próximas tarxetas de mañá", "upcoming cards" : "tarxetas próximas", "New card" : "Nova tarxeta", - "Due on {date}" : "Caduca o {date}", - "This weekend – {timeLocale}" : "Esta semana – {timeLocale}", - "Tomorrow – {timeLocale}" : "Mañá – {timeLocale}", - "Later today – {timeLocale}" : "Hoxe máis tarde – {timeLocale}", "Link to a board" : "Ligazón a un taboleiro", "Link to a card" : "Ligazón a unha tarxeta", "Create a card" : "Crear unha tarxeta", @@ -385,9 +389,15 @@ OC.L10N.register( "Failed to upload {name}" : "Produciuse un fallo ao enviar {name}", "Maximum file size of {size} exceeded" : "Excedeuse o tamaño máximo de ficheiro de {size}", "Error creating the share" : "Produciuse un erro ao crear a compartición", - "Share with a Deck card" : "Compartir cunha tarxeta da Gabeta", - "Share {file} with a Deck card" : "Compartir {file} cunha tarxeta da Gabeta", + "Share with a Deck card" : "Compartir cunha tarxeta de Gabeta", + "Share {file} with a Deck card" : "Compartir {file} cunha tarxeta de Gabeta", "Share" : "Compartir", + "Personal" : "Persoal", + "To do" : "Tarefa pendente", + "Doing" : "Facendo", + "Example Task 3" : "Tarefa de exemplo 3", + "Example Task 2" : "Tarefa de exemplo 2", + "Example Task 1" : "Tarefa de exemplo 1", "Move card to another board" : "Mover a tarxeta a outro taboleiro", "Filter by completed" : "Filtrar por completado" }, diff --git a/l10n/gl.json b/l10n/gl.json index ea1d96f36..576dbc963 100644 --- a/l10n/gl.json +++ b/l10n/gl.json @@ -74,7 +74,7 @@ "Cards due tomorrow" : "Tarxetas para mañá", "Upcoming cards" : "Tarxetas próximas", "Load more" : "Cargar máis", - "Personal" : "Persoal", + "Welcome to Nextcloud Deck!" : "Dámoslle a benvida á Gabeta de Nextcloud", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "A tarxeta «%s» en «%s» foi asignada a Vde. por %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} asignoulle a tarxeta {deck-card} en {deck-board} a Vde.", "The card \"%s\" on \"%s\" has reached its due date." : "A tarxeta «%s» en «%s» acadou a súa data de caducidade.", @@ -87,7 +87,7 @@ "Owned by %1$s" : "Propiedade de %1$s", "Deck boards, cards and comments" : "Taboleiros da Gabeta, tarxetas e comentarios", "From %1$s, in %2$s/%3$s, owned by %4$s" : "De %1$s, en %2$s/%3$s, propiedade de %4$s", - "Create a new deck card" : "Crear unha nova tarxeta da Gabeta", + "Create a new deck card" : "Crear unha nova tarxeta de Gabeta", "Card comments" : "Comentarios da tarxeta", "%s on %s" : "%s en %s", "Deck boards and cards" : "Taboleiros da Gabeta e tarxetas", @@ -97,12 +97,16 @@ "Action needed" : "Necesita unha acción", "Later" : "Após", "copy" : "copiar", - "To do" : "Tarefa pendente", - "Doing" : "Facendo", + "Read more inside" : "Ler máis dentro", + "Custom lists - click to rename!" : "Listas personalizadas, prema para cambiar o nome!", + "To Do" : "Tarefa pendente", + "In Progress" : "En proceso", "Done" : "Feito", - "Example Task 3" : "Tarefa de exemplo 3", - "Example Task 2" : "Tarefa de exemplo 2", - "Example Task 1" : "Tarefa de exemplo 1", + "1. Open to learn more about boards and cards" : "1. Abra para saber máis sobre taboleiros e tarxetas", + "2. Drag cards left and right, up and down" : "2. Arrastre as tarxetas cara á esquerda e á dereita, cara arriba e abaixo", + "3. Apply rich formatting and link content" : "3. Aplique un formato mellorado e enlace a contidos", + "4. Share, comment and collaborate!" : "4. Comparta, comente e colabore!", + "Create your first card!" : "Crear a primeira tarxeta:", "The file was uploaded" : "O ficheiro foi enviado", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O ficheiro enviado excede a directiva indicada por upload_max_filesize de php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O ficheiro enviado excede da directiva MAX_FILE_SIZE especificada no formulario HTML", @@ -118,8 +122,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "Data incorrecta, o formato da data debe ser AAAA-MM-DD", "Personal planning and team project organization" : "Planificación persoal e organización de proxectos de equipo", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Gabeta é unha ferramenta de organización de estilo kanban dirixida a planificación persoal e organización de proxectos para equipos integrados con Nextcloud. \n\n\n– 📥 Engada as súas tarefas ás tarxetas e fagas ordenadas\n– 📄 Escriba notas adicionais en Markdown\n– 🔖 Asigne etiquetas para unha mellor organización\n– 👥 Comparta co seu equipo, amigos ou a súa familia\n– 📎 Anexe ficheiros e integreos na súa descrición de Markdown\n– 💬 Debata co seu equipo usando os comentarios\n– ⚡ Faga un seguimento dos cambios no fluxo de actividade\n– 🚀 Teña o seu proxecto organizado", - "Card details" : "Detalles da tarxeta", "Add board" : "Engadir taboleiro", + "Card details" : "Detalles da tarxeta", "Select the board to link to a project" : "Seleccione o taboleiro para ligar a un proxecto", "Search by board title" : "Buscar polo título do taboleiro", "Select board" : "Seleccionar taboleiro", @@ -129,17 +133,17 @@ "Select a list" : "Seleccionar unha lista", "Move card" : "Mover a tarxeta", "Copy card" : "Copiar a tarxeta", - "Select a card" : "Seleccione unha tarxeta", - "Cancel" : "Cancelar", "Select the card to link to a project" : "Seleccione a tarxeta para ligar a un proxecto", "Link to card" : "Ligazón á tarxeta", + "Select a card" : "Seleccione unha tarxeta", + "Cancel" : "Cancelar", + "This board is read only" : "Este taboleiro é só de lectura", + "Drop your files to upload" : "Arrastre os seus ficheiros para envialos", "File already exists" : "O ficheiro xa existe", "A file with the name {filename} already exists." : "Xa existe un ficheiro co nome {filename}.", "Do you want to overwrite it?" : "Quere sobrescribilo?", "Overwrite file" : "Sobrescribir o ficheiro", "Keep existing file" : "Conservar o ficheiro existente", - "This board is read only" : "Este taboleiro é só de lectura", - "Drop your files to upload" : "Arrastre os seus ficheiros para envialos", "Add card" : "Engadir tarxeta", "Archived cards" : "Tarxetas arquivadas", "Add list" : "Engadir unha lista", @@ -180,6 +184,12 @@ "Deleted lists" : "Listas eliminadas", "Undo" : "Desfacer", "Deleted cards" : "Eliminar tarxetas", + "Failed to create share with {displayName}" : "Produciuse un fallo ao crear o uso compartido con {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Confirma que quere transferir o taboleiro {title} a {user}?", + "Transfer the board." : "Transferir o taboleiro.", + "Transfer" : "Transferencia", + "The board has been transferred to {user}" : "O taboleiro foi transferido a {user}", + "Failed to transfer the board to {user}" : "Produciuse un fallo ao transferir o taboleiro a {user}", "Share board with a user, group or team …" : "Compartir taboleiro cun usuario, grupo ou equipo…", "Searching for users, groups and teams …" : "Buscando por usuarios, grupos e equipos…", "No participants found" : "Non se atopou ningún participante", @@ -191,12 +201,7 @@ "Can manage" : "Pode xestionar", "Owner" : "Propietario", "Delete" : "Eliminar", - "Failed to create share with {displayName}" : "Produciuse un fallo ao crear o uso compartido con {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Confirma que quere transferir o taboleiro {title} a {user}?", - "Transfer the board." : "Transferir o taboleiro.", - "Transfer" : "Transferencia", - "The board has been transferred to {user}" : "O taboleiro foi transferido a {user}", - "Failed to transfer the board to {user}" : "Produciuse un fallo ao transferir o taboleiro a {user}", + "List deleted" : "Lista eliminada", "Edit list title" : "Editar o título da lista", "Archive all cards" : "Arquivar todas as tarxetas", "Unarchive all cards" : "Desarquivar todas as tarxetas", @@ -205,15 +210,16 @@ "Unarchive all cards in this list" : "Desarquivar todas as tarxetas desta lista", "Add a new card" : "Engadir unha nova tarxeta", "Card name" : "Nome da tarxeta", - "List deleted" : "Lista eliminada", + "title and color value must be provided" : "debe indicar o título e o valor da cor", "Edit" : "Editar", "Add a new tag" : "Engadir unha nova etiqueta", - "title and color value must be provided" : "debe indicar o título e o valor da cor", "Board name" : "Nome do taboleiro", "Members" : "Membros", "Assign to users/groups/team" : "Asignar a usuarios/grupos/equipos", "Assign a user to this card…" : "Asignar un usuario a esta tarxeta…", "Select a user to assign to this card…" : "Seleccionar un usuario para asignarlle a esta tarxeta…", + "File to share" : "Ficheiro para compartir", + "Invalid path selected" : "Seleccionou unha ruta incorrecta.", "Upload new files" : "Enviar novos ficheiros", "Share from Files" : "Compartir desde «Ficheiros»", "Pending share" : "Compartición pendente", @@ -223,25 +229,24 @@ "Remove attachment" : "Retirar o anexo", "Delete Attachment" : "Eliminar o anexo", "Restore Attachment" : "Restaurar o anexo", - "File to share" : "Ficheiro para compartir", - "Invalid path selected" : "Seleccionou unha ruta incorrecta.", + "Modified" : "Modificado", + "Created" : "Creado", + "The title cannot be empty." : "O título non pode estar baleiro.", "Open in sidebar view" : "Abrir na vista da barra lateral", "Open in bigger view" : "Abrir nunha vista máis grande", "Attachments" : "Anexos", "Comments" : "Comentarios", - "Modified" : "Modificado", - "Created" : "Creado", - "The title cannot be empty." : "O título non pode estar baleiro.", - "No comments yet. Begin the discussion!" : "Aínda non hai comentarios. Comece o debate!", "Failed to load comments" : "Produciuse un fallo ao cargar os comentarios", - "Save" : "Gardar", + "No comments yet. Begin the discussion!" : "Aínda non hai comentarios. Comece o debate!", "The comment cannot be empty." : "O comentario non pode estar baleiro", "The comment cannot be longer than 1000 characters." : "O comentario non pode ter máis de 1000 caracteres.", + "Save" : "Gardar", + "Created:" : "Creado:", "In reply to" : "En resposta a", "Cancel reply" : "Cancelar a resposta", "Reply" : "Responder", "Update" : "Actualizar", - "Created:" : "Creado:", + "Write a description …" : "Escriba unha descrición…", "Description" : "Descrición", "(Unsaved)" : "(Sen gardar)", "(Saving…)" : "(Gardando…)", @@ -249,8 +254,16 @@ "Edit description" : "Editar a descrición", "View description" : "Ver a descrición", "Add Attachment" : "Engadir un anexo", - "Write a description …" : "Escriba unha descrición…", "Choose attachment" : "Escoller o anexo", + "Select Date" : "Seleccione a data", + "Later today – {timeLocale}" : "Hoxe máis tarde – {timeLocale}", + "Set due date for later today" : "Definir a data de remate para máis tarde hoxe", + "Tomorrow – {timeLocale}" : "Mañá – {timeLocale}", + "Set due date for tomorrow" : "Definir a data de remate para mañá", + "This weekend – {timeLocale}" : "Esta semana – {timeLocale}", + "Set due date for this weekend" : "Definir a data de remate para esta fin de semana", + "Next week – {timeLocale}" : "Semana seguinte – {timeLocale}", + "Set due date for next week" : "Definir a data de remate para a semana seguinte", "Assign a due date to this card…" : "Asignar unha data de caducidade a esta tarxeta…", "Set a due date" : "Definir a data de caducidade", "Add due date" : "Engadir a data de remate", @@ -261,26 +274,20 @@ "Not done" : "Sen facer", "Unarchive card" : "Desarquivar a tarxeta", "Archive card" : "Arquivar a tarxeta", - "Select Date" : "Seleccione a data", - "Set due date for later today" : "Definir a data de remate para máis tarde hoxe", - "Set due date for tomorrow" : "Definir a data de remate para mañá", - "Set due date for this weekend" : "Definir a data de remate para esta fin de semana", - "Set due date for next week" : "Definir a data de remate para a semana seguinte", "Assign a tag to this card…" : "Asignar unha etiqueta a esta tarxeta…", "Select or create a tag…" : "Seleccionar ou crear unha etiqueta…", "Create a new tag:" : "Crear unha nova etiqueta:", "(group)" : "(grupo)", - "Next week – {timeLocale}" : "Semana seguinte – {timeLocale}", - "Todo items" : "Elementos pendentes", "{count} comments, {unread} unread" : "{count} comentarios, {unread} sen ler", + "Todo items" : "Elementos pendentes", "Edit card title" : "Editar o título da tarxeta", "Open link" : "Abrir a ligazón", + "Card deleted" : "Tarxeta eliminada", "Edit title" : "Editar o título", "Assign to me" : "Asignarme", "Unassign myself" : "Desasignarme", "Mark as not done" : "Marcar como sen facer", "Delete card" : "Eliminar tarxeta", - "Card deleted" : "Tarxeta eliminada", "seconds ago" : "segundos atrás", "Keyboard shortcuts" : "Atallos de teclado", "Boost your productivity using Deck with keyboard shortcuts." : "Aumente a súa produtividade empregando Gabeta con atallos de teclado.", @@ -319,6 +326,13 @@ "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Os usuarios alleos a eses grupos non poderán crear os seus propios taboleiros, mais aínda poderán traballar en taboleiros que se compartiron con eles.", "Cancel edit" : "Cancelar a edición", "Save board" : "Gardar o taboleiro", + "Board {0} deleted" : "Eliminouse o taboleiro {0}", + "All cards" : "Todas as tarxeta", + "Only assigned cards" : "Só as tarxetas asignadas", + "No reminder" : "Non hai lembretes", + "An error occurred" : "Produciuse un erro", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Confirma que quere eliminar o taboleiro {title}? Isto eliminará todos os datos deste taboleiro, incluídas as tarxetas arquivadas.", + "Delete the board?" : "Eliminar o taboleiro?", "Board details" : "Detalles do taboleiro", "Edit board" : "Editar taboleiro", "Clone board" : "Clonar taboleiro", @@ -328,16 +342,9 @@ "Turn on due date reminders" : "Activar os lembretes de data de caducidade", "Turn off due date reminders" : "Desctivar os lembretes de data de caducidade", "Due date reminders" : "Lembretes de data de caducidade", - "All cards" : "Todas as tarxeta", "Assigned cards" : "Tarxetas asignadas", "No notifications" : "Non hai notificacións", "Delete board" : "Eliminar taboleiro", - "Board {0} deleted" : "Eliminouse o taboleiro {0}", - "Only assigned cards" : "Só as tarxetas asignadas", - "No reminder" : "Non hai lembretes", - "An error occurred" : "Produciuse un erro", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Confirma que quere eliminar o taboleiro {title}? Isto eliminará todos os datos deste taboleiro, incluídas as tarxetas arquivadas.", - "Delete the board?" : "Eliminar o taboleiro?", "Clone {boardTitle}" : "Clonar {boardTitle}", "Clone cards" : "Clonar tarxetas", "Clone assignments" : "Clonar as asignacións", @@ -354,14 +361,15 @@ "Search for {searchQuery} in all boards" : "Resultados de busca para {searchQuery} en todos os taboleiros", "No results found" : "Non se atopou ningún resultado", "Deck board {name}\n* Last modified on {lastMod}" : "Taboleiro da Gabeta {name}\n* Última modificación en {lastMod}", - "{stack} in {board}" : "{stack} en {board}", - "Click to expand description" : "Prema para despregar a descrición", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Creado o {created}\n* Última modificación o {lastMod}\n* {nbAttachments} anexos\n* {nbComments} comentarios", "{nbCards} cards" : "{nbCards} tarxetas", + "Due on {date}" : "Caduca o {date}", + "{stack} in {board}" : "{stack} en {board}", + "Click to expand description" : "Prema para despregar a descrición", "Click to expand comment" : "Prema para despregar o comentario", + "Create card" : "Crear tarxeta", "Create a new card" : "Crear unha nova tarxeta", "Card title" : "Título da tarxeta", - "Create card" : "Crear tarxeta", "Creating the new card …" : "Creando unha nova tarxeta…", "Card \"{card}\" was added to \"{board}\"" : "A tarxeta «{card}» foi engdida a «{board}»", "Open card" : "Abrir a tarxeta", @@ -371,10 +379,6 @@ "upcoming cards tomorrow" : "próximas tarxetas de mañá", "upcoming cards" : "tarxetas próximas", "New card" : "Nova tarxeta", - "Due on {date}" : "Caduca o {date}", - "This weekend – {timeLocale}" : "Esta semana – {timeLocale}", - "Tomorrow – {timeLocale}" : "Mañá – {timeLocale}", - "Later today – {timeLocale}" : "Hoxe máis tarde – {timeLocale}", "Link to a board" : "Ligazón a un taboleiro", "Link to a card" : "Ligazón a unha tarxeta", "Create a card" : "Crear unha tarxeta", @@ -383,9 +387,15 @@ "Failed to upload {name}" : "Produciuse un fallo ao enviar {name}", "Maximum file size of {size} exceeded" : "Excedeuse o tamaño máximo de ficheiro de {size}", "Error creating the share" : "Produciuse un erro ao crear a compartición", - "Share with a Deck card" : "Compartir cunha tarxeta da Gabeta", - "Share {file} with a Deck card" : "Compartir {file} cunha tarxeta da Gabeta", + "Share with a Deck card" : "Compartir cunha tarxeta de Gabeta", + "Share {file} with a Deck card" : "Compartir {file} cunha tarxeta de Gabeta", "Share" : "Compartir", + "Personal" : "Persoal", + "To do" : "Tarefa pendente", + "Doing" : "Facendo", + "Example Task 3" : "Tarefa de exemplo 3", + "Example Task 2" : "Tarefa de exemplo 2", + "Example Task 1" : "Tarefa de exemplo 1", "Move card to another board" : "Mover a tarxeta a outro taboleiro", "Filter by completed" : "Filtrar por completado" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/he.js b/l10n/he.js index 9ffd92c57..d8c9241ca 100644 --- a/l10n/he.js +++ b/l10n/he.js @@ -70,7 +70,6 @@ OC.L10N.register( "A card description has been changed" : "תיאור הכרטיס שונה", "Upcoming cards" : "כרטיסים עתידיים", "Load more" : "לטעון עוד", - "Personal" : "אישי", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "הכרטיס \"%s\" שב־„%s” הוקצה אליך על ידי %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} has assigned the card {deck-card} on {deck-board} to you.", "The card \"%s\" on \"%s\" has reached its due date." : "הכרטיס „%s” שתחת „%s” הגיע למועד התפוגה שלו.", @@ -83,12 +82,8 @@ OC.L10N.register( "Action needed" : "נדרשת פעולה", "Later" : "מאוחר יותר", "copy" : "עותק", - "To do" : "לעשות", - "Doing" : "בביצוע", + "To Do" : "מטלות", "Done" : "הסתיים", - "Example Task 3" : "משימה לדוגמה 3", - "Example Task 2" : "משימה לדוגמה 2", - "Example Task 1" : "משימה לדוגמה 1", "The file was uploaded" : "הקובץ הועלה", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "הקובץ שהועלה חורג מההנחיה upload_max_filesize ב־php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "הקובץ שהועלה חורג מההנחיה MAX_FILE_SIZE שצוינה בטופס ה־HTML", @@ -102,8 +97,8 @@ OC.L10N.register( "Path is already shared with this card" : "הנתיב כבר משותף עם הכרטיס הזה", "Invalid date, date format must be YYYY-MM-DD" : "תאריך שגוי, תבנית התאריך חייבת להיות YYYY-MM-DD", "Personal planning and team project organization" : "ארגון אישי וקבוצתי של מיזמים", - "Card details" : "פרטי הכרטיס", "Add board" : "הוספת לוח", + "Card details" : "פרטי הכרטיס", "Select the board to link to a project" : "נא לבחור את הלוח לקישור למיזם", "Search by board title" : "חיפוש לפי כותרת לו", "Select board" : "בחירת לוח", @@ -111,17 +106,17 @@ OC.L10N.register( "No lists available" : "אין רשימות זמינות", "Select a list" : "בחר רשימה", "Move card" : "העברת כרטיס", - "Select a card" : "נא לבחור כרטיס", - "Cancel" : "ביטול", "Select the card to link to a project" : "נא לבחור את הכרטיס לקישור למיזם", "Link to card" : "קישור לכרטיס", + "Select a card" : "נא לבחור כרטיס", + "Cancel" : "ביטול", + "This board is read only" : "הלוח הזה הוא לקריאה בלבד", + "Drop your files to upload" : "יש לגרור לכאן קבצים כדי להעלות", "File already exists" : "הקובץ כבר קיים", "A file with the name {filename} already exists." : "כבר קיים קובץ עם השם {filename}.", "Do you want to overwrite it?" : "לשכתב עליו?", "Overwrite file" : "דריסת קובץ", "Keep existing file" : "לשמור על הקובץ הקיים", - "This board is read only" : "הלוח הזה הוא לקריאה בלבד", - "Drop your files to upload" : "יש לגרור לכאן קבצים כדי להעלות", "Add card" : "הוספת כרטיס", "Archived cards" : "כרטיסים בארכיון", "Add list" : "הוספת רשימה", @@ -154,6 +149,8 @@ OC.L10N.register( "Deleted lists" : "רשימות שנמחקו", "Undo" : "ביטול", "Deleted cards" : "כרטיסים שנמחקו", + "Failed to create share with {displayName}" : "יצירת השיתוף עם {displayName} נכשלה", + "Transfer" : "העברה", "No participants found" : "לא נמצאו משתתפים", "Board owner" : "בעלות על הלוח", "(Group)" : "(קבוצה)", @@ -162,20 +159,20 @@ OC.L10N.register( "Can manage" : "הרשאת ניהול", "Owner" : "בעלות", "Delete" : "מחיקה", - "Failed to create share with {displayName}" : "יצירת השיתוף עם {displayName} נכשלה", - "Transfer" : "העברה", + "List deleted" : "הרשימה נמחקה", "Archive all cards" : "ארכיב את כל הכרטיסים", "Delete list" : "מחיקת רשימה", "Archive all cards in this list" : "ארכיב את כל הכרטיסים ברשימה זו", "Add a new card" : "הוספת כרטיס חדש", "Card name" : "שם כרטיס", - "List deleted" : "הרשימה נמחקה", + "title and color value must be provided" : "יש לספק כותרת וערך צבע", "Edit" : "עריכה", "Add a new tag" : "הוספת תגית חדשה", - "title and color value must be provided" : "יש לספק כותרת וערך צבע", "Board name" : "שם הלוח", "Members" : "חברים", "Assign a user to this card…" : "הקצאת משתמש לכרטיס זה…", + "File to share" : "קובץ לשיתוף", + "Invalid path selected" : "הנתיב שנבחר שגוי", "Upload new files" : "העלאת קבצים חדשים", "Share from Files" : "שיתוף מקבצים", "Add this attachment" : "הוספת קובץ מצורף זה", @@ -183,23 +180,22 @@ OC.L10N.register( "Download" : "הורדה", "Delete Attachment" : "מחיקת קובץ מצורף", "Restore Attachment" : "שחזור קובץ מצורף", - "File to share" : "קובץ לשיתוף", - "Invalid path selected" : "הנתיב שנבחר שגוי", + "Modified" : "מועד שינוי", + "Created" : "מועד היצירה", + "The title cannot be empty." : "הכותרת לא יכולה להיות ריקה.", "Open in sidebar view" : "פתח בתצוגת סרגל הצד", "Open in bigger view" : "פתח בתצוגה גדולה יותר", "Attachments" : "קבצים מצורפים", "Comments" : "תגובות", - "Modified" : "מועד שינוי", - "Created" : "מועד היצירה", - "The title cannot be empty." : "הכותרת לא יכולה להיות ריקה.", "No comments yet. Begin the discussion!" : "אין עדיין הערות. אפשר להתחיל לדון!", - "Save" : "שמור", "The comment cannot be empty." : "ההערה לא יכולה להיות ריקה.", "The comment cannot be longer than 1000 characters." : "אורך ההערה לא יכול לחצות את רף 1000 התווים.", + "Save" : "שמור", + "Created:" : "מועד היצירה:", "In reply to" : "בתגובה אל", "Reply" : "תגובה", "Update" : "עדכון", - "Created:" : "מועד היצירה:", + "Write a description …" : "כתוב תיאור ...", "Description" : "תיאור", "(Unsaved)" : "(לא נשמר)", "(Saving…)" : "(מתבצעת שמירה…)", @@ -207,20 +203,19 @@ OC.L10N.register( "Edit description" : "עריכת תיאור", "View description" : "הצגת תיאור", "Add Attachment" : "הוספת קובץ מצורף", - "Write a description …" : "כתוב תיאור ...", "Choose attachment" : "בחירת קובץ מצורף", + "Select Date" : "בחירת תאריך", "Set a due date" : "הגדרת תאריך יעד", "Remove due date" : "הסרת מועד התפוגה", "Unarchive card" : "הוצאת הכרטיס מהארכיון", "Archive card" : "העברת כרטיס לארכיון", - "Select Date" : "בחירת תאריך", "Assign a tag to this card…" : "הקצאת תגית לכרטיס זה…", "(group)" : "(קבוצה)", + "Card deleted" : "הכרטיס נמחק", "Edit title" : "עריכת כותרת", "Assign to me" : "הקצאה אלי", "Unassign myself" : "לבטל את הקצאת עצמי", "Delete card" : "מחיקת כרטיס לארכיון", - "Card deleted" : "הכרטיס נמחק", "seconds ago" : "לפני מספר שניות", "Keyboard shortcuts" : "קיצורי מקלדת", "Keyboard shortcut" : "קיצור מקלדת", @@ -233,6 +228,12 @@ OC.L10N.register( "Use bigger card view" : "להשתמש בתצוגת כרטיסים גדולה יותר", "Show boards in calendar/tasks" : "הצג הלוחות בלוח השנה/המשימות", "Cancel edit" : "בטל עריכה", + "Board {0} deleted" : "הלוח {0} נמחק", + "All cards" : "כל הכרטיסים", + "Only assigned cards" : "רק כרטיסים שהוקצו", + "No reminder" : "אין תזכורת", + "An error occurred" : "אירעה שגיאה", + "Delete the board?" : "למחוק את הלוח הזה?", "Board details" : "פרטי לוח", "Edit board" : "עריכת לוח", "Clone board" : "שכפל את הלוח", @@ -241,15 +242,9 @@ OC.L10N.register( "Turn on due date reminders" : "הפעל תזכורות לתאריך היעד", "Turn off due date reminders" : "השבת תזכורות לתאריך היעד", "Due date reminders" : "תזכורות לתאריך יעד", - "All cards" : "כל הכרטיסים", "Assigned cards" : "כרטיסים שהוקצו", "No notifications" : "אין התראות", "Delete board" : "מחק לוח", - "Board {0} deleted" : "הלוח {0} נמחק", - "Only assigned cards" : "רק כרטיסים שהוקצו", - "No reminder" : "אין תזכורת", - "An error occurred" : "אירעה שגיאה", - "Delete the board?" : "למחוק את הלוח הזה?", "Advanced options" : "אפשרויות מתקדמות", "Loading filtered view" : "טוען תצוגה מסוננת", "Today" : "היום", @@ -269,6 +264,12 @@ OC.L10N.register( "Share with a Deck card" : "שיתוף עם כרטיס חפיסה", "Share {file} with a Deck card" : "שיתוף {file} עם כרטיס חפיסה", "Share" : "שיתוף", + "Personal" : "אישי", + "To do" : "לעשות", + "Doing" : "בביצוע", + "Example Task 3" : "משימה לדוגמה 3", + "Example Task 2" : "משימה לדוגמה 2", + "Example Task 1" : "משימה לדוגמה 1", "Move card to another board" : "העברת כרטיס ללוח אחר" }, "nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"); diff --git a/l10n/he.json b/l10n/he.json index 506834005..2df562e71 100644 --- a/l10n/he.json +++ b/l10n/he.json @@ -68,7 +68,6 @@ "A card description has been changed" : "תיאור הכרטיס שונה", "Upcoming cards" : "כרטיסים עתידיים", "Load more" : "לטעון עוד", - "Personal" : "אישי", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "הכרטיס \"%s\" שב־„%s” הוקצה אליך על ידי %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} has assigned the card {deck-card} on {deck-board} to you.", "The card \"%s\" on \"%s\" has reached its due date." : "הכרטיס „%s” שתחת „%s” הגיע למועד התפוגה שלו.", @@ -81,12 +80,8 @@ "Action needed" : "נדרשת פעולה", "Later" : "מאוחר יותר", "copy" : "עותק", - "To do" : "לעשות", - "Doing" : "בביצוע", + "To Do" : "מטלות", "Done" : "הסתיים", - "Example Task 3" : "משימה לדוגמה 3", - "Example Task 2" : "משימה לדוגמה 2", - "Example Task 1" : "משימה לדוגמה 1", "The file was uploaded" : "הקובץ הועלה", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "הקובץ שהועלה חורג מההנחיה upload_max_filesize ב־php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "הקובץ שהועלה חורג מההנחיה MAX_FILE_SIZE שצוינה בטופס ה־HTML", @@ -100,8 +95,8 @@ "Path is already shared with this card" : "הנתיב כבר משותף עם הכרטיס הזה", "Invalid date, date format must be YYYY-MM-DD" : "תאריך שגוי, תבנית התאריך חייבת להיות YYYY-MM-DD", "Personal planning and team project organization" : "ארגון אישי וקבוצתי של מיזמים", - "Card details" : "פרטי הכרטיס", "Add board" : "הוספת לוח", + "Card details" : "פרטי הכרטיס", "Select the board to link to a project" : "נא לבחור את הלוח לקישור למיזם", "Search by board title" : "חיפוש לפי כותרת לו", "Select board" : "בחירת לוח", @@ -109,17 +104,17 @@ "No lists available" : "אין רשימות זמינות", "Select a list" : "בחר רשימה", "Move card" : "העברת כרטיס", - "Select a card" : "נא לבחור כרטיס", - "Cancel" : "ביטול", "Select the card to link to a project" : "נא לבחור את הכרטיס לקישור למיזם", "Link to card" : "קישור לכרטיס", + "Select a card" : "נא לבחור כרטיס", + "Cancel" : "ביטול", + "This board is read only" : "הלוח הזה הוא לקריאה בלבד", + "Drop your files to upload" : "יש לגרור לכאן קבצים כדי להעלות", "File already exists" : "הקובץ כבר קיים", "A file with the name {filename} already exists." : "כבר קיים קובץ עם השם {filename}.", "Do you want to overwrite it?" : "לשכתב עליו?", "Overwrite file" : "דריסת קובץ", "Keep existing file" : "לשמור על הקובץ הקיים", - "This board is read only" : "הלוח הזה הוא לקריאה בלבד", - "Drop your files to upload" : "יש לגרור לכאן קבצים כדי להעלות", "Add card" : "הוספת כרטיס", "Archived cards" : "כרטיסים בארכיון", "Add list" : "הוספת רשימה", @@ -152,6 +147,8 @@ "Deleted lists" : "רשימות שנמחקו", "Undo" : "ביטול", "Deleted cards" : "כרטיסים שנמחקו", + "Failed to create share with {displayName}" : "יצירת השיתוף עם {displayName} נכשלה", + "Transfer" : "העברה", "No participants found" : "לא נמצאו משתתפים", "Board owner" : "בעלות על הלוח", "(Group)" : "(קבוצה)", @@ -160,20 +157,20 @@ "Can manage" : "הרשאת ניהול", "Owner" : "בעלות", "Delete" : "מחיקה", - "Failed to create share with {displayName}" : "יצירת השיתוף עם {displayName} נכשלה", - "Transfer" : "העברה", + "List deleted" : "הרשימה נמחקה", "Archive all cards" : "ארכיב את כל הכרטיסים", "Delete list" : "מחיקת רשימה", "Archive all cards in this list" : "ארכיב את כל הכרטיסים ברשימה זו", "Add a new card" : "הוספת כרטיס חדש", "Card name" : "שם כרטיס", - "List deleted" : "הרשימה נמחקה", + "title and color value must be provided" : "יש לספק כותרת וערך צבע", "Edit" : "עריכה", "Add a new tag" : "הוספת תגית חדשה", - "title and color value must be provided" : "יש לספק כותרת וערך צבע", "Board name" : "שם הלוח", "Members" : "חברים", "Assign a user to this card…" : "הקצאת משתמש לכרטיס זה…", + "File to share" : "קובץ לשיתוף", + "Invalid path selected" : "הנתיב שנבחר שגוי", "Upload new files" : "העלאת קבצים חדשים", "Share from Files" : "שיתוף מקבצים", "Add this attachment" : "הוספת קובץ מצורף זה", @@ -181,23 +178,22 @@ "Download" : "הורדה", "Delete Attachment" : "מחיקת קובץ מצורף", "Restore Attachment" : "שחזור קובץ מצורף", - "File to share" : "קובץ לשיתוף", - "Invalid path selected" : "הנתיב שנבחר שגוי", + "Modified" : "מועד שינוי", + "Created" : "מועד היצירה", + "The title cannot be empty." : "הכותרת לא יכולה להיות ריקה.", "Open in sidebar view" : "פתח בתצוגת סרגל הצד", "Open in bigger view" : "פתח בתצוגה גדולה יותר", "Attachments" : "קבצים מצורפים", "Comments" : "תגובות", - "Modified" : "מועד שינוי", - "Created" : "מועד היצירה", - "The title cannot be empty." : "הכותרת לא יכולה להיות ריקה.", "No comments yet. Begin the discussion!" : "אין עדיין הערות. אפשר להתחיל לדון!", - "Save" : "שמור", "The comment cannot be empty." : "ההערה לא יכולה להיות ריקה.", "The comment cannot be longer than 1000 characters." : "אורך ההערה לא יכול לחצות את רף 1000 התווים.", + "Save" : "שמור", + "Created:" : "מועד היצירה:", "In reply to" : "בתגובה אל", "Reply" : "תגובה", "Update" : "עדכון", - "Created:" : "מועד היצירה:", + "Write a description …" : "כתוב תיאור ...", "Description" : "תיאור", "(Unsaved)" : "(לא נשמר)", "(Saving…)" : "(מתבצעת שמירה…)", @@ -205,20 +201,19 @@ "Edit description" : "עריכת תיאור", "View description" : "הצגת תיאור", "Add Attachment" : "הוספת קובץ מצורף", - "Write a description …" : "כתוב תיאור ...", "Choose attachment" : "בחירת קובץ מצורף", + "Select Date" : "בחירת תאריך", "Set a due date" : "הגדרת תאריך יעד", "Remove due date" : "הסרת מועד התפוגה", "Unarchive card" : "הוצאת הכרטיס מהארכיון", "Archive card" : "העברת כרטיס לארכיון", - "Select Date" : "בחירת תאריך", "Assign a tag to this card…" : "הקצאת תגית לכרטיס זה…", "(group)" : "(קבוצה)", + "Card deleted" : "הכרטיס נמחק", "Edit title" : "עריכת כותרת", "Assign to me" : "הקצאה אלי", "Unassign myself" : "לבטל את הקצאת עצמי", "Delete card" : "מחיקת כרטיס לארכיון", - "Card deleted" : "הכרטיס נמחק", "seconds ago" : "לפני מספר שניות", "Keyboard shortcuts" : "קיצורי מקלדת", "Keyboard shortcut" : "קיצור מקלדת", @@ -231,6 +226,12 @@ "Use bigger card view" : "להשתמש בתצוגת כרטיסים גדולה יותר", "Show boards in calendar/tasks" : "הצג הלוחות בלוח השנה/המשימות", "Cancel edit" : "בטל עריכה", + "Board {0} deleted" : "הלוח {0} נמחק", + "All cards" : "כל הכרטיסים", + "Only assigned cards" : "רק כרטיסים שהוקצו", + "No reminder" : "אין תזכורת", + "An error occurred" : "אירעה שגיאה", + "Delete the board?" : "למחוק את הלוח הזה?", "Board details" : "פרטי לוח", "Edit board" : "עריכת לוח", "Clone board" : "שכפל את הלוח", @@ -239,15 +240,9 @@ "Turn on due date reminders" : "הפעל תזכורות לתאריך היעד", "Turn off due date reminders" : "השבת תזכורות לתאריך היעד", "Due date reminders" : "תזכורות לתאריך יעד", - "All cards" : "כל הכרטיסים", "Assigned cards" : "כרטיסים שהוקצו", "No notifications" : "אין התראות", "Delete board" : "מחק לוח", - "Board {0} deleted" : "הלוח {0} נמחק", - "Only assigned cards" : "רק כרטיסים שהוקצו", - "No reminder" : "אין תזכורת", - "An error occurred" : "אירעה שגיאה", - "Delete the board?" : "למחוק את הלוח הזה?", "Advanced options" : "אפשרויות מתקדמות", "Loading filtered view" : "טוען תצוגה מסוננת", "Today" : "היום", @@ -267,6 +262,12 @@ "Share with a Deck card" : "שיתוף עם כרטיס חפיסה", "Share {file} with a Deck card" : "שיתוף {file} עם כרטיס חפיסה", "Share" : "שיתוף", + "Personal" : "אישי", + "To do" : "לעשות", + "Doing" : "בביצוע", + "Example Task 3" : "משימה לדוגמה 3", + "Example Task 2" : "משימה לדוגמה 2", + "Example Task 1" : "משימה לדוגמה 1", "Move card to another board" : "העברת כרטיס ללוח אחר" },"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;" } \ No newline at end of file diff --git a/l10n/hr.js b/l10n/hr.js index 7140f8caa..ab9e7b664 100644 --- a/l10n/hr.js +++ b/l10n/hr.js @@ -68,7 +68,6 @@ OC.L10N.register( "A comment was created on a card" : "Na kartici je stvoren komentar", "Upcoming cards" : "Nadolazeće kartice", "Load more" : "Učitaj više", - "Personal" : "Osobno", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Karticu „%s” na „%s” dodijelio vam je %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} vam je dodijelio karticu {deck-card} na {deck-board}.", "The card \"%s\" on \"%s\" has reached its due date." : "Kartica „%s” na „%s” dosegla je datum dospijeća.", @@ -86,12 +85,8 @@ OC.L10N.register( "Action needed" : "Potrebna radnja", "Later" : "Kasnije", "copy" : "kopiraj", - "To do" : "Zadatak", - "Doing" : "U postupku", + "To Do" : "Zadatak", "Done" : "Gotovo", - "Example Task 3" : "Primjer zadatka 3.", - "Example Task 2" : "Primjer zadatka 2.", - "Example Task 1" : "Primjer zadatka 1.", "The file was uploaded" : "Datoteka je otpremljena", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Otpremljena datoteka premašuje postavku upload_max_filesize u datoteci php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Otpremljena datoteka premašuje postavku MAX_FILE_SIZE koja je navedena u obrascu HTML-a", @@ -105,8 +100,8 @@ OC.L10N.register( "Path is already shared with this card" : "Put je već podijeljen s ovom karticom", "Invalid date, date format must be YYYY-MM-DD" : "Nevažeći datum, oblik datuma mora biti GGGG-MM-DD", "Personal planning and team project organization" : "Osobno planiranje i organizacija timskih projekata", - "Card details" : "Pojedinosti o kartici", "Add board" : "Dodaj ploču", + "Card details" : "Pojedinosti o kartici", "Select the board to link to a project" : "Odaberite ploču za povezivanje s projektom", "Search by board title" : "Traži po naslovu ploče", "Select board" : "Odaberi ploču", @@ -114,17 +109,17 @@ OC.L10N.register( "No lists available" : "Nema dostupnih popisa", "Select a list" : "Odaberi popis", "Move card" : "Premjesti karticu", - "Select a card" : "Odaberite karticu", - "Cancel" : "Odustani", "Select the card to link to a project" : "Odaberite karticu za povezivanje s projektom", "Link to card" : "Poveznica na karticu", + "Select a card" : "Odaberite karticu", + "Cancel" : "Odustani", + "This board is read only" : "Ova je ploča samo za čitanje", + "Drop your files to upload" : "Ispustite datoteke za otpremu", "File already exists" : "Datoteka već postoji", "A file with the name {filename} already exists." : "Datoteka s nazivom {filename} već postoji.", "Do you want to overwrite it?" : "Želite li prepisati?", "Overwrite file" : "Prepiši datoteku", "Keep existing file" : "Zadrži postojeću datoteku", - "This board is read only" : "Ova je ploča samo za čitanje", - "Drop your files to upload" : "Ispustite datoteke za otpremu", "Add card" : "Dodaj karticu", "Archived cards" : "Arhivirane kartice", "Add list" : "Dodaj popis", @@ -157,6 +152,8 @@ OC.L10N.register( "Deleted lists" : "Izbrisani popisi", "Undo" : "Poništi", "Deleted cards" : "Izbrisane kartice", + "Failed to create share with {displayName}" : "Dijeljenje s {displayName} nije uspjelo", + "Transfer" : "Prijenos", "No participants found" : "Nije pronađen nijedan sudionik", "Board owner" : "Vlasnik ploče", "(Group)" : "(Grupa)", @@ -165,20 +162,20 @@ OC.L10N.register( "Can manage" : "Upravljanje moguće", "Owner" : "Vlasnik", "Delete" : "Izbriši", - "Failed to create share with {displayName}" : "Dijeljenje s {displayName} nije uspjelo", - "Transfer" : "Prijenos", + "List deleted" : "Popis je izbrisan", "Archive all cards" : "Arhiviraj sve kartice", "Delete list" : "Izbriši popis", "Archive all cards in this list" : "Arhiviraj sve kartice s ovog popisa", "Add a new card" : "Dodaj novu karticu", "Card name" : "Naziv kartice", - "List deleted" : "Popis je izbrisan", + "title and color value must be provided" : "potrebno je odabrati naziv i vrijednost boje", "Edit" : "Uredi", "Add a new tag" : "Dodaj novu oznaku", - "title and color value must be provided" : "potrebno je odabrati naziv i vrijednost boje", "Board name" : "Naziv ploče", "Members" : "Članovi", "Assign a user to this card…" : "Dodijeli korisnika ovoj kartici...", + "File to share" : "Datoteka za dijeljenje", + "Invalid path selected" : "Odabran nevažeći put", "Upload new files" : "Otpremi nove datoteke", "Share from Files" : "Dijeli iz datoteka", "Add this attachment" : "Dodajte ovaj privitak", @@ -186,25 +183,24 @@ OC.L10N.register( "Download" : "Preuzmi", "Delete Attachment" : "Izbriši privitak", "Restore Attachment" : "Vrati privitak", - "File to share" : "Datoteka za dijeljenje", - "Invalid path selected" : "Odabran nevažeći put", + "Modified" : "Promijenjeno", + "Created" : "Stvoreno", + "The title cannot be empty." : "Naslov ne može biti prazan.", "Open in sidebar view" : "Otvori u bočnom prikazu", "Open in bigger view" : "Otvori u većem prikazu", "Attachments" : "Privici", "Comments" : "Komentari", - "Modified" : "Promijenjeno", - "Created" : "Stvoreno", - "The title cannot be empty." : "Naslov ne može biti prazan.", - "No comments yet. Begin the discussion!" : "Nema komentara. Započnite raspravu!", "Failed to load comments" : "Učitavanje komentara nije uspjelo", - "Save" : "Spremi", + "No comments yet. Begin the discussion!" : "Nema komentara. Započnite raspravu!", "The comment cannot be empty." : "Komentar ne može biti prazan.", "The comment cannot be longer than 1000 characters." : "Komentar ne može duži od 1000 znakova.", + "Save" : "Spremi", + "Created:" : "Stvoreno:", "In reply to" : "Kao odgovor", "Cancel reply" : "Prekini odgovor", "Reply" : "Odgovori", "Update" : "Ažuriraj", - "Created:" : "Stvoreno:", + "Write a description …" : "Napišite opis...", "Description" : "Opis", "(Unsaved)" : "(Nije spremljeno)", "(Saving…)" : "(Spremanje…)", @@ -212,22 +208,21 @@ OC.L10N.register( "Edit description" : "Uredi opis", "View description" : "Prikaži opis", "Add Attachment" : "Dodaj privitak", - "Write a description …" : "Napišite opis...", "Choose attachment" : "Odaberi privitak", + "Select Date" : "Odaberi datum", "Set a due date" : "Postavi datum dospijeća", "Remove due date" : "Ukloni datum dospijeća", "Mark as done" : "Označi kao završeno", "Unarchive card" : "Dearhiviraj karticu", "Archive card" : "Arhiviraj karticu", - "Select Date" : "Odaberi datum", "Assign a tag to this card…" : "Dodijeli oznaku ovoj kartici...", "(group)" : "(grupa)", "{count} comments, {unread} unread" : "{count} komentara, {unread} nepročitanih", + "Card deleted" : "Kartica je izbrisana", "Edit title" : "Uredi naslov", "Assign to me" : "Dodijeli meni", "Unassign myself" : "Ukloni sebe", "Delete card" : "Izbriši karticu", - "Card deleted" : "Kartica je izbrisana", "seconds ago" : "prije nekoliko sekundi", "Keyboard shortcuts" : "Tipkovni prečaci", "Keyboard shortcut" : "Tipkovni prečac", @@ -240,6 +235,12 @@ OC.L10N.register( "Use bigger card view" : "Prikaži veće kartice", "Show boards in calendar/tasks" : "Prikaži ploče u kalendaru/zadacima", "Cancel edit" : "Otkaži uređivanje", + "Board {0} deleted" : "Ploča {0} je izbrisana", + "All cards" : "Sve kartice", + "Only assigned cards" : "Samo dodijeljene kartice", + "No reminder" : "Nema podsjetnika", + "An error occurred" : "Došlo je do pogreške", + "Delete the board?" : "Želite li izbrisati ploču?", "Board details" : "Pojedinosti o ploči", "Edit board" : "Uredi ploču", "Clone board" : "Kloniraj ploču", @@ -248,15 +249,9 @@ OC.L10N.register( "Turn on due date reminders" : "Uključi podsjetnike datuma dospijeća", "Turn off due date reminders" : "Isključi podsjetnike datuma dospijeća", "Due date reminders" : "Podsjetnici datuma dospijeća", - "All cards" : "Sve kartice", "Assigned cards" : "Dodijeljene kartice", "No notifications" : "Nema obavijesti", "Delete board" : "Izbriši ploču", - "Board {0} deleted" : "Ploča {0} je izbrisana", - "Only assigned cards" : "Samo dodijeljene kartice", - "No reminder" : "Nema podsjetnika", - "An error occurred" : "Došlo je do pogreške", - "Delete the board?" : "Želite li izbrisati ploču?", "Clone cards" : "Kloniraj kartice", "Advanced options" : "Napredne opcije", "Clone" : "Kloniraj", @@ -267,9 +262,9 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Traži {searchQuery} na svim pločama", "No results found" : "Nema rezultata", "{stack} in {board}" : "{stack} u {board}", + "Create card" : "Stvori karticu", "Create a new card" : "Stvori novu karticu", "Card title" : "Naslov kartice", - "Create card" : "Stvori karticu", "Creating the new card …" : "Stvaranje nove kartice…", "Card \"{card}\" was added to \"{board}\"" : "Kartica „{card}” je dodana na „{board}”", "Open card" : "Otvori karticu", @@ -287,6 +282,12 @@ OC.L10N.register( "Share with a Deck card" : "Dijeli s Deck karticom", "Share {file} with a Deck card" : "Dijeli {file} s Deck karticom", "Share" : "Dijeli", + "Personal" : "Osobno", + "To do" : "Zadatak", + "Doing" : "U postupku", + "Example Task 3" : "Primjer zadatka 3.", + "Example Task 2" : "Primjer zadatka 2.", + "Example Task 1" : "Primjer zadatka 1.", "Move card to another board" : "Premjesti karticu na drugu ploču" }, "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"); diff --git a/l10n/hr.json b/l10n/hr.json index fdad88f63..b5b1cea09 100644 --- a/l10n/hr.json +++ b/l10n/hr.json @@ -66,7 +66,6 @@ "A comment was created on a card" : "Na kartici je stvoren komentar", "Upcoming cards" : "Nadolazeće kartice", "Load more" : "Učitaj više", - "Personal" : "Osobno", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Karticu „%s” na „%s” dodijelio vam je %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} vam je dodijelio karticu {deck-card} na {deck-board}.", "The card \"%s\" on \"%s\" has reached its due date." : "Kartica „%s” na „%s” dosegla je datum dospijeća.", @@ -84,12 +83,8 @@ "Action needed" : "Potrebna radnja", "Later" : "Kasnije", "copy" : "kopiraj", - "To do" : "Zadatak", - "Doing" : "U postupku", + "To Do" : "Zadatak", "Done" : "Gotovo", - "Example Task 3" : "Primjer zadatka 3.", - "Example Task 2" : "Primjer zadatka 2.", - "Example Task 1" : "Primjer zadatka 1.", "The file was uploaded" : "Datoteka je otpremljena", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Otpremljena datoteka premašuje postavku upload_max_filesize u datoteci php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Otpremljena datoteka premašuje postavku MAX_FILE_SIZE koja je navedena u obrascu HTML-a", @@ -103,8 +98,8 @@ "Path is already shared with this card" : "Put je već podijeljen s ovom karticom", "Invalid date, date format must be YYYY-MM-DD" : "Nevažeći datum, oblik datuma mora biti GGGG-MM-DD", "Personal planning and team project organization" : "Osobno planiranje i organizacija timskih projekata", - "Card details" : "Pojedinosti o kartici", "Add board" : "Dodaj ploču", + "Card details" : "Pojedinosti o kartici", "Select the board to link to a project" : "Odaberite ploču za povezivanje s projektom", "Search by board title" : "Traži po naslovu ploče", "Select board" : "Odaberi ploču", @@ -112,17 +107,17 @@ "No lists available" : "Nema dostupnih popisa", "Select a list" : "Odaberi popis", "Move card" : "Premjesti karticu", - "Select a card" : "Odaberite karticu", - "Cancel" : "Odustani", "Select the card to link to a project" : "Odaberite karticu za povezivanje s projektom", "Link to card" : "Poveznica na karticu", + "Select a card" : "Odaberite karticu", + "Cancel" : "Odustani", + "This board is read only" : "Ova je ploča samo za čitanje", + "Drop your files to upload" : "Ispustite datoteke za otpremu", "File already exists" : "Datoteka već postoji", "A file with the name {filename} already exists." : "Datoteka s nazivom {filename} već postoji.", "Do you want to overwrite it?" : "Želite li prepisati?", "Overwrite file" : "Prepiši datoteku", "Keep existing file" : "Zadrži postojeću datoteku", - "This board is read only" : "Ova je ploča samo za čitanje", - "Drop your files to upload" : "Ispustite datoteke za otpremu", "Add card" : "Dodaj karticu", "Archived cards" : "Arhivirane kartice", "Add list" : "Dodaj popis", @@ -155,6 +150,8 @@ "Deleted lists" : "Izbrisani popisi", "Undo" : "Poništi", "Deleted cards" : "Izbrisane kartice", + "Failed to create share with {displayName}" : "Dijeljenje s {displayName} nije uspjelo", + "Transfer" : "Prijenos", "No participants found" : "Nije pronađen nijedan sudionik", "Board owner" : "Vlasnik ploče", "(Group)" : "(Grupa)", @@ -163,20 +160,20 @@ "Can manage" : "Upravljanje moguće", "Owner" : "Vlasnik", "Delete" : "Izbriši", - "Failed to create share with {displayName}" : "Dijeljenje s {displayName} nije uspjelo", - "Transfer" : "Prijenos", + "List deleted" : "Popis je izbrisan", "Archive all cards" : "Arhiviraj sve kartice", "Delete list" : "Izbriši popis", "Archive all cards in this list" : "Arhiviraj sve kartice s ovog popisa", "Add a new card" : "Dodaj novu karticu", "Card name" : "Naziv kartice", - "List deleted" : "Popis je izbrisan", + "title and color value must be provided" : "potrebno je odabrati naziv i vrijednost boje", "Edit" : "Uredi", "Add a new tag" : "Dodaj novu oznaku", - "title and color value must be provided" : "potrebno je odabrati naziv i vrijednost boje", "Board name" : "Naziv ploče", "Members" : "Članovi", "Assign a user to this card…" : "Dodijeli korisnika ovoj kartici...", + "File to share" : "Datoteka za dijeljenje", + "Invalid path selected" : "Odabran nevažeći put", "Upload new files" : "Otpremi nove datoteke", "Share from Files" : "Dijeli iz datoteka", "Add this attachment" : "Dodajte ovaj privitak", @@ -184,25 +181,24 @@ "Download" : "Preuzmi", "Delete Attachment" : "Izbriši privitak", "Restore Attachment" : "Vrati privitak", - "File to share" : "Datoteka za dijeljenje", - "Invalid path selected" : "Odabran nevažeći put", + "Modified" : "Promijenjeno", + "Created" : "Stvoreno", + "The title cannot be empty." : "Naslov ne može biti prazan.", "Open in sidebar view" : "Otvori u bočnom prikazu", "Open in bigger view" : "Otvori u većem prikazu", "Attachments" : "Privici", "Comments" : "Komentari", - "Modified" : "Promijenjeno", - "Created" : "Stvoreno", - "The title cannot be empty." : "Naslov ne može biti prazan.", - "No comments yet. Begin the discussion!" : "Nema komentara. Započnite raspravu!", "Failed to load comments" : "Učitavanje komentara nije uspjelo", - "Save" : "Spremi", + "No comments yet. Begin the discussion!" : "Nema komentara. Započnite raspravu!", "The comment cannot be empty." : "Komentar ne može biti prazan.", "The comment cannot be longer than 1000 characters." : "Komentar ne može duži od 1000 znakova.", + "Save" : "Spremi", + "Created:" : "Stvoreno:", "In reply to" : "Kao odgovor", "Cancel reply" : "Prekini odgovor", "Reply" : "Odgovori", "Update" : "Ažuriraj", - "Created:" : "Stvoreno:", + "Write a description …" : "Napišite opis...", "Description" : "Opis", "(Unsaved)" : "(Nije spremljeno)", "(Saving…)" : "(Spremanje…)", @@ -210,22 +206,21 @@ "Edit description" : "Uredi opis", "View description" : "Prikaži opis", "Add Attachment" : "Dodaj privitak", - "Write a description …" : "Napišite opis...", "Choose attachment" : "Odaberi privitak", + "Select Date" : "Odaberi datum", "Set a due date" : "Postavi datum dospijeća", "Remove due date" : "Ukloni datum dospijeća", "Mark as done" : "Označi kao završeno", "Unarchive card" : "Dearhiviraj karticu", "Archive card" : "Arhiviraj karticu", - "Select Date" : "Odaberi datum", "Assign a tag to this card…" : "Dodijeli oznaku ovoj kartici...", "(group)" : "(grupa)", "{count} comments, {unread} unread" : "{count} komentara, {unread} nepročitanih", + "Card deleted" : "Kartica je izbrisana", "Edit title" : "Uredi naslov", "Assign to me" : "Dodijeli meni", "Unassign myself" : "Ukloni sebe", "Delete card" : "Izbriši karticu", - "Card deleted" : "Kartica je izbrisana", "seconds ago" : "prije nekoliko sekundi", "Keyboard shortcuts" : "Tipkovni prečaci", "Keyboard shortcut" : "Tipkovni prečac", @@ -238,6 +233,12 @@ "Use bigger card view" : "Prikaži veće kartice", "Show boards in calendar/tasks" : "Prikaži ploče u kalendaru/zadacima", "Cancel edit" : "Otkaži uređivanje", + "Board {0} deleted" : "Ploča {0} je izbrisana", + "All cards" : "Sve kartice", + "Only assigned cards" : "Samo dodijeljene kartice", + "No reminder" : "Nema podsjetnika", + "An error occurred" : "Došlo je do pogreške", + "Delete the board?" : "Želite li izbrisati ploču?", "Board details" : "Pojedinosti o ploči", "Edit board" : "Uredi ploču", "Clone board" : "Kloniraj ploču", @@ -246,15 +247,9 @@ "Turn on due date reminders" : "Uključi podsjetnike datuma dospijeća", "Turn off due date reminders" : "Isključi podsjetnike datuma dospijeća", "Due date reminders" : "Podsjetnici datuma dospijeća", - "All cards" : "Sve kartice", "Assigned cards" : "Dodijeljene kartice", "No notifications" : "Nema obavijesti", "Delete board" : "Izbriši ploču", - "Board {0} deleted" : "Ploča {0} je izbrisana", - "Only assigned cards" : "Samo dodijeljene kartice", - "No reminder" : "Nema podsjetnika", - "An error occurred" : "Došlo je do pogreške", - "Delete the board?" : "Želite li izbrisati ploču?", "Clone cards" : "Kloniraj kartice", "Advanced options" : "Napredne opcije", "Clone" : "Kloniraj", @@ -265,9 +260,9 @@ "Search for {searchQuery} in all boards" : "Traži {searchQuery} na svim pločama", "No results found" : "Nema rezultata", "{stack} in {board}" : "{stack} u {board}", + "Create card" : "Stvori karticu", "Create a new card" : "Stvori novu karticu", "Card title" : "Naslov kartice", - "Create card" : "Stvori karticu", "Creating the new card …" : "Stvaranje nove kartice…", "Card \"{card}\" was added to \"{board}\"" : "Kartica „{card}” je dodana na „{board}”", "Open card" : "Otvori karticu", @@ -285,6 +280,12 @@ "Share with a Deck card" : "Dijeli s Deck karticom", "Share {file} with a Deck card" : "Dijeli {file} s Deck karticom", "Share" : "Dijeli", + "Personal" : "Osobno", + "To do" : "Zadatak", + "Doing" : "U postupku", + "Example Task 3" : "Primjer zadatka 3.", + "Example Task 2" : "Primjer zadatka 2.", + "Example Task 1" : "Primjer zadatka 1.", "Move card to another board" : "Premjesti karticu na drugu ploču" },"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/hu.js b/l10n/hu.js index f562402fc..e7a4825ad 100644 --- a/l10n/hu.js +++ b/l10n/hu.js @@ -72,7 +72,6 @@ OC.L10N.register( "Cards due tomorrow" : "Kártya határideje: holnap", "Upcoming cards" : "Közelgő kártyák", "Load more" : "Továbbiak betöltése", - "Personal" : "Személyes", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "A(z) „%s” kártyát a(z) „%s” táblán %s hozzárendelte Önhöz.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} hozzárendelte Önhöz a(z) {deck-board} táblán lévő {deck-card} kártyát.", "The card \"%s\" on \"%s\" has reached its due date." : "A(z) „%s” kártya a(z) „%s” táblán elérte a határidejét.", @@ -95,12 +94,9 @@ OC.L10N.register( "Action needed" : "Művelet szükséges", "Later" : "Később", "copy" : "másolat", - "To do" : "Teendő", - "Doing" : "Folyamatban", + "To Do" : "Teendő", + "In Progress" : "Folyamatban", "Done" : "Kész", - "Example Task 3" : "3. példafeladat", - "Example Task 2" : "2. példafeladat", - "Example Task 1" : "1. példafeladat", "The file was uploaded" : "A fájl fel lett töltve", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "A feltöltött fájl meghaladja a php.ini-ben szereplő upload_max_filesize direktívában megadott méretet", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "A feltöltött fájl meghaladja a HTML űrlapon megadott MAX_FILE_SIZE direktívában meghatározott méretet.", @@ -116,8 +112,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "Érvénytelen dátum, a dátumnak YYYY-MM-DD formátumúnak kell lennie", "Personal planning and team project organization" : "Személyes tervezés és csapatos projektszervezés", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "A Kártyák egy kanban-stílusú szervezőeszköz, amely a személyes tervezést és a csapatok projektszervezését célozza, a Nextcloudba integrálva.\n\n\n- 📥 Saját feladatok kártyákhoz adása, és azok sorrendezése\n- 📄 További jegyzetek leírása Markdownban\n- 🔖 Címkék hozzárendelése a még jobb rendszerezés miatt\n- 👥 Megosztás a csapattal, barátokkal vagy családdal\n- 📎 Fájlok hozzáadása mellékletként, vagy beágyazás a Markdown leírásba\n- 💬 Megbeszélés a csapattal hozzászólások használatával\n- ⚡ A változások követése a tevékenységnaplóban\n- 🚀 Rendszerezze a projektjét", - "Card details" : "Kártya részletei", "Add board" : "Tábla hozzáadása", + "Card details" : "Kártya részletei", "Select the board to link to a project" : "Válasszon ki egy táblát, amely egy projektre fog hivatkozni", "Search by board title" : "Keresés táblacím szerint", "Select board" : "Válasszon táblát", @@ -125,17 +121,17 @@ OC.L10N.register( "No lists available" : "Nincs elérhető lista", "Select a list" : "Válasszon listát", "Move card" : "Kártya áthelyezése", - "Select a card" : "Válasszon egy kártyát", - "Cancel" : "Mégse", "Select the card to link to a project" : "Válasszon ki egy kártyát, amely egy projektre fog hivatkozni", "Link to card" : "Hivatkozás egy kártyára", + "Select a card" : "Válasszon egy kártyát", + "Cancel" : "Mégse", + "This board is read only" : "Ez a tábla csak olvasható", + "Drop your files to upload" : "Dobja ide a fájljait a feltöltéshez", "File already exists" : "A fájl már létezik", "A file with the name {filename} already exists." : "{filename} nevű fájl már létezik.", "Do you want to overwrite it?" : "Felülírja?", "Overwrite file" : "Fájl felülírása", "Keep existing file" : "Meglévő fájl megtartása", - "This board is read only" : "Ez a tábla csak olvasható", - "Drop your files to upload" : "Dobja ide a fájljait a feltöltéshez", "Add card" : "Kártya hozzáadása", "Archived cards" : "Archivált kártyák", "Add list" : "Lista hozzáadása", @@ -174,6 +170,12 @@ OC.L10N.register( "Deleted lists" : "Törölt listák", "Undo" : "Visszavonás", "Deleted cards" : "Törölt kártyák", + "Failed to create share with {displayName}" : "Nem lehet létrehozni a következő megosztást: {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Biztos, hogy átadja a(z) {board} tábla tulajdonjogát {user} számára?", + "Transfer the board." : "A tábla átadása.", + "Transfer" : "Átadás", + "The board has been transferred to {user}" : "A tábla átadása {user} számára sikeres", + "Failed to transfer the board to {user}" : "A tábla átadása {user} számára sikertelen", "Searching for users, groups and teams …" : "Felhasználók, csoportok és csapatok keresése…", "No participants found" : "Nem találhatók résztvevők", "Board owner" : "Tábla tulajdonosa", @@ -183,12 +185,7 @@ OC.L10N.register( "Can manage" : "Kezelheti", "Owner" : "Tulajdonos", "Delete" : "Törlés", - "Failed to create share with {displayName}" : "Nem lehet létrehozni a következő megosztást: {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Biztos, hogy átadja a(z) {board} tábla tulajdonjogát {user} számára?", - "Transfer the board." : "A tábla átadása.", - "Transfer" : "Átadás", - "The board has been transferred to {user}" : "A tábla átadása {user} számára sikeres", - "Failed to transfer the board to {user}" : "A tábla átadása {user} számára sikertelen", + "List deleted" : "Lista törölve", "Edit list title" : "Listacím szerkesztése", "Archive all cards" : "Az összes kártya archiválása", "Unarchive all cards" : "Az összes kártya archiválásának visszavonása", @@ -197,13 +194,14 @@ OC.L10N.register( "Unarchive all cards in this list" : "Az összes kártya archiválásának visszavonása ebben a listában", "Add a new card" : "Új kártya hozzáadása", "Card name" : "Kártya neve", - "List deleted" : "Lista törölve", + "title and color value must be provided" : "a cím és szín értékét meg kell adni", "Edit" : "Szerkesztés", "Add a new tag" : "Új címke hozzáadása", - "title and color value must be provided" : "a cím és szín értékét meg kell adni", "Board name" : "Tábla neve", "Members" : "Tagok", "Assign a user to this card…" : "Felhasználó rendelése ehhez a kártyához…", + "File to share" : "Fájl megosztása", + "Invalid path selected" : "Érvénytelen útvonal kiválasztva", "Upload new files" : "Új fájlok feltöltése", "Share from Files" : "Megosztás a Fájlokból", "Pending share" : "Függőben lévő megosztás", @@ -213,25 +211,24 @@ OC.L10N.register( "Remove attachment" : "Melléklet eltávolítása", "Delete Attachment" : "Melléklet törlése", "Restore Attachment" : "Melléklet visszaállítása", - "File to share" : "Fájl megosztása", - "Invalid path selected" : "Érvénytelen útvonal kiválasztva", + "Modified" : "Módosítva", + "Created" : "Létrehozva", + "The title cannot be empty." : "A cím nem lehet üres.", "Open in sidebar view" : "Oldalsáv nézet megnyitása", "Open in bigger view" : "Megtekintés nagyobb nézetben", "Attachments" : "Mellékletek", "Comments" : "Hozzászólások", - "Modified" : "Módosítva", - "Created" : "Létrehozva", - "The title cannot be empty." : "A cím nem lehet üres.", - "No comments yet. Begin the discussion!" : "Még nincsenek hozzászólások. Kezdje el a beszélgetést!", "Failed to load comments" : "A hozzászólások betöltése sikertelen", - "Save" : "Mentés", + "No comments yet. Begin the discussion!" : "Még nincsenek hozzászólások. Kezdje el a beszélgetést!", "The comment cannot be empty." : "A hozzászólás nem lehet üres.", "The comment cannot be longer than 1000 characters." : "A megjegyzés nem lehet 1000 karakternél hosszabb.", + "Save" : "Mentés", + "Created:" : "Létrehozva:", "In reply to" : "Válaszként erre:", "Cancel reply" : "Válasz elvetése", "Reply" : "Válasz", "Update" : "Frissítés", - "Created:" : "Létrehozva:", + "Write a description …" : "Leírás megadása…", "Description" : "Leírás", "(Unsaved)" : "(Nem mentett)", "(Saving…)" : "(Mentés…)", @@ -239,8 +236,16 @@ OC.L10N.register( "Edit description" : "Leírás szerkesztése", "View description" : "Leírás megtekintése", "Add Attachment" : "Melléklet hozzáadása", - "Write a description …" : "Leírás megadása…", "Choose attachment" : "Válasszon mellékletet", + "Select Date" : "Dátum kiválasztása", + "Later today – {timeLocale}" : "Később a mai nap – {timeLocale}", + "Set due date for later today" : "Határidő beállítása a mai napon későbbre", + "Tomorrow – {timeLocale}" : "Holnap – {timeLocale}", + "Set due date for tomorrow" : "Határidő beállítása holnapra", + "This weekend – {timeLocale}" : "Ez a hétvége – {timeLocale}", + "Set due date for this weekend" : "Határidő beállítása erre a hétvégére", + "Next week – {timeLocale}" : "Következő hét – {timeLocale}", + "Set due date for next week" : "Határidő beállítása a következő hétre", "Assign a due date to this card…" : "Határidő hozzárendelése ehhez a kártyához...", "Set a due date" : "Határidő beállítása", "Add due date" : "Határidő hozzáadása", @@ -250,22 +255,16 @@ OC.L10N.register( "Not done" : "Nincs kész", "Unarchive card" : "Kártya archiválásának visszavonása", "Archive card" : "Kártya archiválása", - "Select Date" : "Dátum kiválasztása", - "Set due date for later today" : "Határidő beállítása a mai napon későbbre", - "Set due date for tomorrow" : "Határidő beállítása holnapra", - "Set due date for this weekend" : "Határidő beállítása erre a hétvégére", - "Set due date for next week" : "Határidő beállítása a következő hétre", "Assign a tag to this card…" : "Címke rendelése ehhez a kártyához…", "(group)" : "(csoport)", - "Next week – {timeLocale}" : "Következő hét – {timeLocale}", - "Todo items" : "Teendő elemek", "{count} comments, {unread} unread" : "{count} hozzászólás, {unread} olvasatlan", + "Todo items" : "Teendő elemek", "Edit card title" : "Kártyacím szerkesztése", + "Card deleted" : "Kártya törölve", "Edit title" : "Cím szerkesztése", "Assign to me" : "Hozzám rendelés", "Unassign myself" : "Saját magam hozzárendelésének eltávolítása", "Delete card" : "Kártya törlése", - "Card deleted" : "Kártya törölve", "seconds ago" : "másodperce", "Keyboard shortcuts" : "Gyorsbillentyűk", "Keyboard shortcut" : "Gyorsbillentyű", @@ -284,6 +283,13 @@ OC.L10N.register( "Show boards in calendar/tasks" : "Táblák megjelenítése a naptárak/teendők között", "Limit board creation to some groups" : "A tábla létrehozás bizonyos csoportokra korlátozása", "Cancel edit" : "Változások elvetése", + "Board {0} deleted" : "A(z) {board} tábla törölve", + "All cards" : "Összes kártya", + "Only assigned cards" : "Csak hozzárendelt kártyák", + "No reminder" : "Nincs emlékeztető", + "An error occurred" : "Hiba történt", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Biztos, hogy törli a(z) {title} táblát? Ez törölni fogja a tábla összes adatát, köztük az archivált kártyákat is.", + "Delete the board?" : "Törli a táblát?", "Board details" : "Tábla részletei", "Edit board" : "Tábla szerkesztése", "Clone board" : "Tábla klónozása", @@ -293,16 +299,9 @@ OC.L10N.register( "Turn on due date reminders" : "Határidő emlékeztető beállítása", "Turn off due date reminders" : "Határidő emlékeztető kikapcsolása", "Due date reminders" : "Határidő emlékeztetők", - "All cards" : "Összes kártya", "Assigned cards" : "Hozzárendelt kártyák", "No notifications" : "Nincsenek értesítések", "Delete board" : "Tábla törlése", - "Board {0} deleted" : "A(z) {board} tábla törölve", - "Only assigned cards" : "Csak hozzárendelt kártyák", - "No reminder" : "Nincs emlékeztető", - "An error occurred" : "Hiba történt", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Biztos, hogy törli a(z) {title} táblát? Ez törölni fogja a tábla összes adatát, köztük az archivált kártyákat is.", - "Delete the board?" : "Törli a táblát?", "Clone cards" : "Kártyák klónozása", "Advanced options" : "Speciális beállítások", "Clone" : "Klónozás", @@ -313,14 +312,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Keresés a(z) {searchQuery} kifejezésre az összes táblában", "No results found" : "Nincs találat", "Deck board {name}\n* Last modified on {lastMod}" : "{name} kártyatábla\n* Legutóbb módosítva: {lastMod}", - "{stack} in {board}" : "{stack} itt: {board}", - "Click to expand description" : "Kattintson a leírás kibontásához", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Létrehozva: {created}\n* Utoljára módosítva: {lastMod}\n* {nbAttachments} melléklet\n* {nbComments} megjegyzés", "{nbCards} cards" : "{nbCards} kártya", + "Due on {date}" : "Határidő: {date}", + "{stack} in {board}" : "{stack} itt: {board}", + "Click to expand description" : "Kattintson a leírás kibontásához", "Click to expand comment" : "Kattintson a megjegyzés kibontásához", + "Create card" : "Kártya létrehozása", "Create a new card" : "Új kártya létrehozása", "Card title" : "Kártya címe", - "Create card" : "Kártya létrehozása", "Creating the new card …" : "Új kártya létrehozása…", "Card \"{card}\" was added to \"{board}\"" : "A(z) „{card}” kártya hozzáadva a(z) „{board}” táblához", "Open card" : "Kártya megnyitása", @@ -330,10 +330,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "közelgő kártyák holnap", "upcoming cards" : "közelgő kártyák", "New card" : "Új kártya", - "Due on {date}" : "Határidő: {date}", - "This weekend – {timeLocale}" : "Ez a hétvége – {timeLocale}", - "Tomorrow – {timeLocale}" : "Holnap – {timeLocale}", - "Later today – {timeLocale}" : "Később a mai nap – {timeLocale}", "Link to a board" : "Hivatkozás egy táblához", "Link to a card" : "Hivatkozás egy kártyához", "Create a card" : "Kártya létrehozása", @@ -345,6 +341,12 @@ OC.L10N.register( "Share with a Deck card" : "Megosztás kártyával", "Share {file} with a Deck card" : "A(z) {file} megosztása egy kártyával", "Share" : "Megosztás", + "Personal" : "Személyes", + "To do" : "Teendő", + "Doing" : "Folyamatban", + "Example Task 3" : "3. példafeladat", + "Example Task 2" : "2. példafeladat", + "Example Task 1" : "1. példafeladat", "Move card to another board" : "Kártya áthelyezése egy másik táblára" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/hu.json b/l10n/hu.json index 73e7eb232..a9ab12f91 100644 --- a/l10n/hu.json +++ b/l10n/hu.json @@ -70,7 +70,6 @@ "Cards due tomorrow" : "Kártya határideje: holnap", "Upcoming cards" : "Közelgő kártyák", "Load more" : "Továbbiak betöltése", - "Personal" : "Személyes", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "A(z) „%s” kártyát a(z) „%s” táblán %s hozzárendelte Önhöz.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} hozzárendelte Önhöz a(z) {deck-board} táblán lévő {deck-card} kártyát.", "The card \"%s\" on \"%s\" has reached its due date." : "A(z) „%s” kártya a(z) „%s” táblán elérte a határidejét.", @@ -93,12 +92,9 @@ "Action needed" : "Művelet szükséges", "Later" : "Később", "copy" : "másolat", - "To do" : "Teendő", - "Doing" : "Folyamatban", + "To Do" : "Teendő", + "In Progress" : "Folyamatban", "Done" : "Kész", - "Example Task 3" : "3. példafeladat", - "Example Task 2" : "2. példafeladat", - "Example Task 1" : "1. példafeladat", "The file was uploaded" : "A fájl fel lett töltve", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "A feltöltött fájl meghaladja a php.ini-ben szereplő upload_max_filesize direktívában megadott méretet", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "A feltöltött fájl meghaladja a HTML űrlapon megadott MAX_FILE_SIZE direktívában meghatározott méretet.", @@ -114,8 +110,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "Érvénytelen dátum, a dátumnak YYYY-MM-DD formátumúnak kell lennie", "Personal planning and team project organization" : "Személyes tervezés és csapatos projektszervezés", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "A Kártyák egy kanban-stílusú szervezőeszköz, amely a személyes tervezést és a csapatok projektszervezését célozza, a Nextcloudba integrálva.\n\n\n- 📥 Saját feladatok kártyákhoz adása, és azok sorrendezése\n- 📄 További jegyzetek leírása Markdownban\n- 🔖 Címkék hozzárendelése a még jobb rendszerezés miatt\n- 👥 Megosztás a csapattal, barátokkal vagy családdal\n- 📎 Fájlok hozzáadása mellékletként, vagy beágyazás a Markdown leírásba\n- 💬 Megbeszélés a csapattal hozzászólások használatával\n- ⚡ A változások követése a tevékenységnaplóban\n- 🚀 Rendszerezze a projektjét", - "Card details" : "Kártya részletei", "Add board" : "Tábla hozzáadása", + "Card details" : "Kártya részletei", "Select the board to link to a project" : "Válasszon ki egy táblát, amely egy projektre fog hivatkozni", "Search by board title" : "Keresés táblacím szerint", "Select board" : "Válasszon táblát", @@ -123,17 +119,17 @@ "No lists available" : "Nincs elérhető lista", "Select a list" : "Válasszon listát", "Move card" : "Kártya áthelyezése", - "Select a card" : "Válasszon egy kártyát", - "Cancel" : "Mégse", "Select the card to link to a project" : "Válasszon ki egy kártyát, amely egy projektre fog hivatkozni", "Link to card" : "Hivatkozás egy kártyára", + "Select a card" : "Válasszon egy kártyát", + "Cancel" : "Mégse", + "This board is read only" : "Ez a tábla csak olvasható", + "Drop your files to upload" : "Dobja ide a fájljait a feltöltéshez", "File already exists" : "A fájl már létezik", "A file with the name {filename} already exists." : "{filename} nevű fájl már létezik.", "Do you want to overwrite it?" : "Felülírja?", "Overwrite file" : "Fájl felülírása", "Keep existing file" : "Meglévő fájl megtartása", - "This board is read only" : "Ez a tábla csak olvasható", - "Drop your files to upload" : "Dobja ide a fájljait a feltöltéshez", "Add card" : "Kártya hozzáadása", "Archived cards" : "Archivált kártyák", "Add list" : "Lista hozzáadása", @@ -172,6 +168,12 @@ "Deleted lists" : "Törölt listák", "Undo" : "Visszavonás", "Deleted cards" : "Törölt kártyák", + "Failed to create share with {displayName}" : "Nem lehet létrehozni a következő megosztást: {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Biztos, hogy átadja a(z) {board} tábla tulajdonjogát {user} számára?", + "Transfer the board." : "A tábla átadása.", + "Transfer" : "Átadás", + "The board has been transferred to {user}" : "A tábla átadása {user} számára sikeres", + "Failed to transfer the board to {user}" : "A tábla átadása {user} számára sikertelen", "Searching for users, groups and teams …" : "Felhasználók, csoportok és csapatok keresése…", "No participants found" : "Nem találhatók résztvevők", "Board owner" : "Tábla tulajdonosa", @@ -181,12 +183,7 @@ "Can manage" : "Kezelheti", "Owner" : "Tulajdonos", "Delete" : "Törlés", - "Failed to create share with {displayName}" : "Nem lehet létrehozni a következő megosztást: {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Biztos, hogy átadja a(z) {board} tábla tulajdonjogát {user} számára?", - "Transfer the board." : "A tábla átadása.", - "Transfer" : "Átadás", - "The board has been transferred to {user}" : "A tábla átadása {user} számára sikeres", - "Failed to transfer the board to {user}" : "A tábla átadása {user} számára sikertelen", + "List deleted" : "Lista törölve", "Edit list title" : "Listacím szerkesztése", "Archive all cards" : "Az összes kártya archiválása", "Unarchive all cards" : "Az összes kártya archiválásának visszavonása", @@ -195,13 +192,14 @@ "Unarchive all cards in this list" : "Az összes kártya archiválásának visszavonása ebben a listában", "Add a new card" : "Új kártya hozzáadása", "Card name" : "Kártya neve", - "List deleted" : "Lista törölve", + "title and color value must be provided" : "a cím és szín értékét meg kell adni", "Edit" : "Szerkesztés", "Add a new tag" : "Új címke hozzáadása", - "title and color value must be provided" : "a cím és szín értékét meg kell adni", "Board name" : "Tábla neve", "Members" : "Tagok", "Assign a user to this card…" : "Felhasználó rendelése ehhez a kártyához…", + "File to share" : "Fájl megosztása", + "Invalid path selected" : "Érvénytelen útvonal kiválasztva", "Upload new files" : "Új fájlok feltöltése", "Share from Files" : "Megosztás a Fájlokból", "Pending share" : "Függőben lévő megosztás", @@ -211,25 +209,24 @@ "Remove attachment" : "Melléklet eltávolítása", "Delete Attachment" : "Melléklet törlése", "Restore Attachment" : "Melléklet visszaállítása", - "File to share" : "Fájl megosztása", - "Invalid path selected" : "Érvénytelen útvonal kiválasztva", + "Modified" : "Módosítva", + "Created" : "Létrehozva", + "The title cannot be empty." : "A cím nem lehet üres.", "Open in sidebar view" : "Oldalsáv nézet megnyitása", "Open in bigger view" : "Megtekintés nagyobb nézetben", "Attachments" : "Mellékletek", "Comments" : "Hozzászólások", - "Modified" : "Módosítva", - "Created" : "Létrehozva", - "The title cannot be empty." : "A cím nem lehet üres.", - "No comments yet. Begin the discussion!" : "Még nincsenek hozzászólások. Kezdje el a beszélgetést!", "Failed to load comments" : "A hozzászólások betöltése sikertelen", - "Save" : "Mentés", + "No comments yet. Begin the discussion!" : "Még nincsenek hozzászólások. Kezdje el a beszélgetést!", "The comment cannot be empty." : "A hozzászólás nem lehet üres.", "The comment cannot be longer than 1000 characters." : "A megjegyzés nem lehet 1000 karakternél hosszabb.", + "Save" : "Mentés", + "Created:" : "Létrehozva:", "In reply to" : "Válaszként erre:", "Cancel reply" : "Válasz elvetése", "Reply" : "Válasz", "Update" : "Frissítés", - "Created:" : "Létrehozva:", + "Write a description …" : "Leírás megadása…", "Description" : "Leírás", "(Unsaved)" : "(Nem mentett)", "(Saving…)" : "(Mentés…)", @@ -237,8 +234,16 @@ "Edit description" : "Leírás szerkesztése", "View description" : "Leírás megtekintése", "Add Attachment" : "Melléklet hozzáadása", - "Write a description …" : "Leírás megadása…", "Choose attachment" : "Válasszon mellékletet", + "Select Date" : "Dátum kiválasztása", + "Later today – {timeLocale}" : "Később a mai nap – {timeLocale}", + "Set due date for later today" : "Határidő beállítása a mai napon későbbre", + "Tomorrow – {timeLocale}" : "Holnap – {timeLocale}", + "Set due date for tomorrow" : "Határidő beállítása holnapra", + "This weekend – {timeLocale}" : "Ez a hétvége – {timeLocale}", + "Set due date for this weekend" : "Határidő beállítása erre a hétvégére", + "Next week – {timeLocale}" : "Következő hét – {timeLocale}", + "Set due date for next week" : "Határidő beállítása a következő hétre", "Assign a due date to this card…" : "Határidő hozzárendelése ehhez a kártyához...", "Set a due date" : "Határidő beállítása", "Add due date" : "Határidő hozzáadása", @@ -248,22 +253,16 @@ "Not done" : "Nincs kész", "Unarchive card" : "Kártya archiválásának visszavonása", "Archive card" : "Kártya archiválása", - "Select Date" : "Dátum kiválasztása", - "Set due date for later today" : "Határidő beállítása a mai napon későbbre", - "Set due date for tomorrow" : "Határidő beállítása holnapra", - "Set due date for this weekend" : "Határidő beállítása erre a hétvégére", - "Set due date for next week" : "Határidő beállítása a következő hétre", "Assign a tag to this card…" : "Címke rendelése ehhez a kártyához…", "(group)" : "(csoport)", - "Next week – {timeLocale}" : "Következő hét – {timeLocale}", - "Todo items" : "Teendő elemek", "{count} comments, {unread} unread" : "{count} hozzászólás, {unread} olvasatlan", + "Todo items" : "Teendő elemek", "Edit card title" : "Kártyacím szerkesztése", + "Card deleted" : "Kártya törölve", "Edit title" : "Cím szerkesztése", "Assign to me" : "Hozzám rendelés", "Unassign myself" : "Saját magam hozzárendelésének eltávolítása", "Delete card" : "Kártya törlése", - "Card deleted" : "Kártya törölve", "seconds ago" : "másodperce", "Keyboard shortcuts" : "Gyorsbillentyűk", "Keyboard shortcut" : "Gyorsbillentyű", @@ -282,6 +281,13 @@ "Show boards in calendar/tasks" : "Táblák megjelenítése a naptárak/teendők között", "Limit board creation to some groups" : "A tábla létrehozás bizonyos csoportokra korlátozása", "Cancel edit" : "Változások elvetése", + "Board {0} deleted" : "A(z) {board} tábla törölve", + "All cards" : "Összes kártya", + "Only assigned cards" : "Csak hozzárendelt kártyák", + "No reminder" : "Nincs emlékeztető", + "An error occurred" : "Hiba történt", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Biztos, hogy törli a(z) {title} táblát? Ez törölni fogja a tábla összes adatát, köztük az archivált kártyákat is.", + "Delete the board?" : "Törli a táblát?", "Board details" : "Tábla részletei", "Edit board" : "Tábla szerkesztése", "Clone board" : "Tábla klónozása", @@ -291,16 +297,9 @@ "Turn on due date reminders" : "Határidő emlékeztető beállítása", "Turn off due date reminders" : "Határidő emlékeztető kikapcsolása", "Due date reminders" : "Határidő emlékeztetők", - "All cards" : "Összes kártya", "Assigned cards" : "Hozzárendelt kártyák", "No notifications" : "Nincsenek értesítések", "Delete board" : "Tábla törlése", - "Board {0} deleted" : "A(z) {board} tábla törölve", - "Only assigned cards" : "Csak hozzárendelt kártyák", - "No reminder" : "Nincs emlékeztető", - "An error occurred" : "Hiba történt", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Biztos, hogy törli a(z) {title} táblát? Ez törölni fogja a tábla összes adatát, köztük az archivált kártyákat is.", - "Delete the board?" : "Törli a táblát?", "Clone cards" : "Kártyák klónozása", "Advanced options" : "Speciális beállítások", "Clone" : "Klónozás", @@ -311,14 +310,15 @@ "Search for {searchQuery} in all boards" : "Keresés a(z) {searchQuery} kifejezésre az összes táblában", "No results found" : "Nincs találat", "Deck board {name}\n* Last modified on {lastMod}" : "{name} kártyatábla\n* Legutóbb módosítva: {lastMod}", - "{stack} in {board}" : "{stack} itt: {board}", - "Click to expand description" : "Kattintson a leírás kibontásához", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Létrehozva: {created}\n* Utoljára módosítva: {lastMod}\n* {nbAttachments} melléklet\n* {nbComments} megjegyzés", "{nbCards} cards" : "{nbCards} kártya", + "Due on {date}" : "Határidő: {date}", + "{stack} in {board}" : "{stack} itt: {board}", + "Click to expand description" : "Kattintson a leírás kibontásához", "Click to expand comment" : "Kattintson a megjegyzés kibontásához", + "Create card" : "Kártya létrehozása", "Create a new card" : "Új kártya létrehozása", "Card title" : "Kártya címe", - "Create card" : "Kártya létrehozása", "Creating the new card …" : "Új kártya létrehozása…", "Card \"{card}\" was added to \"{board}\"" : "A(z) „{card}” kártya hozzáadva a(z) „{board}” táblához", "Open card" : "Kártya megnyitása", @@ -328,10 +328,6 @@ "upcoming cards tomorrow" : "közelgő kártyák holnap", "upcoming cards" : "közelgő kártyák", "New card" : "Új kártya", - "Due on {date}" : "Határidő: {date}", - "This weekend – {timeLocale}" : "Ez a hétvége – {timeLocale}", - "Tomorrow – {timeLocale}" : "Holnap – {timeLocale}", - "Later today – {timeLocale}" : "Később a mai nap – {timeLocale}", "Link to a board" : "Hivatkozás egy táblához", "Link to a card" : "Hivatkozás egy kártyához", "Create a card" : "Kártya létrehozása", @@ -343,6 +339,12 @@ "Share with a Deck card" : "Megosztás kártyával", "Share {file} with a Deck card" : "A(z) {file} megosztása egy kártyával", "Share" : "Megosztás", + "Personal" : "Személyes", + "To do" : "Teendő", + "Doing" : "Folyamatban", + "Example Task 3" : "3. példafeladat", + "Example Task 2" : "2. példafeladat", + "Example Task 1" : "1. példafeladat", "Move card to another board" : "Kártya áthelyezése egy másik táblára" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/hy.js b/l10n/hy.js index 10454e69c..bc0824dd0 100644 --- a/l10n/hy.js +++ b/l10n/hy.js @@ -1,7 +1,6 @@ OC.L10N.register( "deck", { - "Personal" : "Անձնական", "Done" : "Done", "The file was uploaded" : "Նիշքը վերբերռնված է", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Վերբեռնած նիշքը գերազանցում է upload_max_filesize սահմանված php.ini֊ում", @@ -21,17 +20,18 @@ OC.L10N.register( "Delete" : "հեռացնել", "Edit" : "մշակել", "Download" : "Ներբեռնել", - "Comments" : "Կարծիքներ", "Modified" : "Փոփոխված", + "Comments" : "Կարծիքներ", "Save" : "Պահպանել", - "Update" : "Թարմացնել", "Created:" : "Ստեղծված.", + "Update" : "Թարմացնել", "Description" : "Նկարագրություն", "seconds ago" : "վրկ. առաջ", "Search" : "Search", "Shared with you" : "Shared with you", "Today" : "այսօր", "Close" : "Փակել", - "Share" : "Կիսվել" + "Share" : "Կիսվել", + "Personal" : "Անձնական" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/hy.json b/l10n/hy.json index 36b02f77f..83ef0a88d 100644 --- a/l10n/hy.json +++ b/l10n/hy.json @@ -1,5 +1,4 @@ { "translations": { - "Personal" : "Անձնական", "Done" : "Done", "The file was uploaded" : "Նիշքը վերբերռնված է", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Վերբեռնած նիշքը գերազանցում է upload_max_filesize սահմանված php.ini֊ում", @@ -19,17 +18,18 @@ "Delete" : "հեռացնել", "Edit" : "մշակել", "Download" : "Ներբեռնել", - "Comments" : "Կարծիքներ", "Modified" : "Փոփոխված", + "Comments" : "Կարծիքներ", "Save" : "Պահպանել", - "Update" : "Թարմացնել", "Created:" : "Ստեղծված.", + "Update" : "Թարմացնել", "Description" : "Նկարագրություն", "seconds ago" : "վրկ. առաջ", "Search" : "Search", "Shared with you" : "Shared with you", "Today" : "այսօր", "Close" : "Փակել", - "Share" : "Կիսվել" + "Share" : "Կիսվել", + "Personal" : "Անձնական" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/ia.js b/l10n/ia.js index 1bc621ed4..667c028b5 100644 --- a/l10n/ia.js +++ b/l10n/ia.js @@ -1,7 +1,6 @@ OC.L10N.register( "deck", { - "Personal" : "Personal", "Finished" : "Finite", "To review" : "A revider", "Action needed" : "Action necessari", @@ -24,13 +23,13 @@ OC.L10N.register( "Edit" : "Modificar", "Members" : "Membros", "Download" : "Discargar", + "Modified" : "Modificate", "Attachments" : "Attachamentos", "Comments" : "Commentarios", - "Modified" : "Modificate", "Save" : "Salveguardar", + "Created:" : "Create:", "Reply" : "Responder", "Update" : "Actualisation", - "Created:" : "Create:", "Description" : "Description", "(group)" : "(gruppo)", "seconds ago" : "secundas passate", @@ -43,6 +42,7 @@ OC.L10N.register( "Today" : "Hodie", "Tomorrow" : "Deman", "Close" : "Clauder", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/ia.json b/l10n/ia.json index 8a2c6c6cc..4b6ce873f 100644 --- a/l10n/ia.json +++ b/l10n/ia.json @@ -1,5 +1,4 @@ { "translations": { - "Personal" : "Personal", "Finished" : "Finite", "To review" : "A revider", "Action needed" : "Action necessari", @@ -22,13 +21,13 @@ "Edit" : "Modificar", "Members" : "Membros", "Download" : "Discargar", + "Modified" : "Modificate", "Attachments" : "Attachamentos", "Comments" : "Commentarios", - "Modified" : "Modificate", "Save" : "Salveguardar", + "Created:" : "Create:", "Reply" : "Responder", "Update" : "Actualisation", - "Created:" : "Create:", "Description" : "Description", "(group)" : "(gruppo)", "seconds ago" : "secundas passate", @@ -41,6 +40,7 @@ "Today" : "Hodie", "Tomorrow" : "Deman", "Close" : "Clauder", - "Share" : "Compartir" + "Share" : "Compartir", + "Personal" : "Personal" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/id.js b/l10n/id.js index f0fbe3589..c971c77e6 100644 --- a/l10n/id.js +++ b/l10n/id.js @@ -67,7 +67,6 @@ OC.L10N.register( "Changes in the Deck app" : "Perubahan pada aplikasi Longgok", "A comment was created on a card" : "Komentar telah dibuat pada suatu kartu", "Upcoming cards" : "Kartu berikut", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kartu \"%s\" pada \"%s\" telah ditugaskan kepada Anda oleh %s.", "The card \"%s\" on \"%s\" has reached its due date." : "Kartu \"%s\" pada \"%s\" telah melampaui tenggat.", "%s has mentioned you in a comment on \"%s\"." : "%s telah menyebut Anda didalam suatu komentar pada \"%s\".", @@ -79,12 +78,8 @@ OC.L10N.register( "Action needed" : "Butuh tindakan", "Later" : "Nanti", "copy" : "salin", - "To do" : "Akan dikerjakan", - "Doing" : "Sedang dikerjakan", + "In Progress" : "Sedang Berlangsung", "Done" : "Selesai", - "Example Task 3" : "Contoh tugas 3", - "Example Task 2" : "Contoh tugas 2", - "Example Task 1" : "Contoh tugas 1", "The file was uploaded" : "Berkas terunggah", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Berkas terunggah melampau parameter upload_max_filesize pada php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Berkas yang diunggah melampaui direktif MAX_FILE_SIZE yang ditentukan dalam formulir HTML.", @@ -97,25 +92,25 @@ OC.L10N.register( "Card not found" : "Kartu tidak ditemukan", "Invalid date, date format must be YYYY-MM-DD" : "Tanggal salah, format tanggal harus TTTT-BB-HH", "Personal planning and team project organization" : "Perencanaan pribadi dan pengelolaan proyek tim", - "Card details" : "Detail kartu", "Add board" : "Tambah papan", + "Card details" : "Detail kartu", "Select the board to link to a project" : "Pilih papan untuk ditautkan ke proyek", "Search by board title" : "Cari berdasarkan judul papan", "Select board" : "Pilih papan", "Select a board" : "Pilih papan", "Select a list" : "Pilih daftar", "Move card" : "Pindahkan kartu", - "Select a card" : "Pilih kartu", - "Cancel" : "Membatalkan", "Select the card to link to a project" : "Pilih kartu untuk ditautkan ke proyek", "Link to card" : "Tautan ke kartu", + "Select a card" : "Pilih kartu", + "Cancel" : "Membatalkan", + "This board is read only" : "Papan hanya dapat dilihat", + "Drop your files to upload" : "Lepas berkas Anda untuk mengunggah", "File already exists" : "Berkas sudah ada", "A file with the name {filename} already exists." : "Berkas dengan nama {filename} sudah ada.", "Do you want to overwrite it?" : "Apakah Anda ingin menimpanya?", "Overwrite file" : "Menimpa berkas", "Keep existing file" : "Pertahankan berkas yang ada", - "This board is read only" : "Papan hanya dapat dilihat", - "Drop your files to upload" : "Lepas berkas Anda untuk mengunggah", "Add card" : "Tambah kartu", "Archived cards" : "Arsip kartu", "Add list" : "Tambahkan daftar", @@ -145,6 +140,7 @@ OC.L10N.register( "Deleted lists" : "Daftar terhapus", "Undo" : "Undo", "Deleted cards" : "Kartu terhapus", + "Transfer" : "Transfer", "Board owner" : "Pemilik papan", "(Group)" : "(Grup)", "Can edit" : "Can edit", @@ -152,31 +148,30 @@ OC.L10N.register( "Can manage" : "Dapat mengelola", "Owner" : "Owner", "Delete" : "Hapus", - "Transfer" : "Transfer", "Delete list" : "Hapus daftar", "Add a new card" : "Tambah kartu baru", + "title and color value must be provided" : "judul dan nilai warna harus ditentukan", "Edit" : "Sunting", "Add a new tag" : "Tambah tag baru", - "title and color value must be provided" : "judul dan nilai warna harus ditentukan", "Members" : "Anggota", "Assign a user to this card…" : "Menugaskan pengguna kepada kartu ini..", + "Invalid path selected" : "Jalur terpilih invalid", "Add this attachment" : "Tambah lampiran ini", "Download" : "Unduh", "Delete Attachment" : "Hapus Lampiran", "Restore Attachment" : "Pulihkan Lampiran", - "Invalid path selected" : "Jalur terpilih invalid", - "Attachments" : "Lampiran", - "Comments" : "Komentar", "Modified" : "Dimodifikasi", "Created" : "Dibuat", + "Attachments" : "Lampiran", + "Comments" : "Komentar", "No comments yet. Begin the discussion!" : "Belum ada komentar. Mulai berdiskusi!", - "Save" : "Simpan", "The comment cannot be empty." : "Komentar tidak dapat kosong.", "The comment cannot be longer than 1000 characters." : "Komentar tidak dapat melebihi 1000 karakter.", + "Save" : "Simpan", + "Created:" : "Dibuat:", "In reply to" : "Membalas kepada", "Reply" : "Balas", "Update" : "Perbarui", - "Created:" : "Dibuat:", "Description" : "Deskrisi", "(Unsaved)" : "(Tidak tersimpan)", "(Saving…)" : "(Menyimpan…)", @@ -203,6 +198,9 @@ OC.L10N.register( "Archived boards" : "Papan terarsip", "Shared with you" : "Shared with you", "Cancel edit" : "Batal sunting", + "Board {0} deleted" : "{0} papan terhapus", + "An error occurred" : "Terjadi kesalahan", + "Delete the board?" : "Hapus papan?", "Board details" : "Detail papan", "Edit board" : "Edit papan", "Clone board" : "Pengklonaan papan", @@ -210,9 +208,6 @@ OC.L10N.register( "Archive board" : "Mengarsipkan papan", "No notifications" : "Tidak ada notifikasi", "Delete board" : "Hapus papan", - "Board {0} deleted" : "{0} papan terhapus", - "An error occurred" : "Terjadi kesalahan", - "Delete the board?" : "Hapus papan?", "Clone cards" : "Klona kartu", "Advanced options" : "Opsi lanjutan", "Clone" : "Klona", @@ -227,6 +222,12 @@ OC.L10N.register( "Something went wrong" : "Ada yang salah", "Maximum file size of {size} exceeded" : "Melampaui batas ukuran maksimal {size}", "Share" : "Bagikan", + "Personal" : "Personal", + "To do" : "Akan dikerjakan", + "Doing" : "Sedang dikerjakan", + "Example Task 3" : "Contoh tugas 3", + "Example Task 2" : "Contoh tugas 2", + "Example Task 1" : "Contoh tugas 1", "Move card to another board" : "Pindahkan kartu ke papan lain" }, "nplurals=1; plural=0;"); diff --git a/l10n/id.json b/l10n/id.json index 865853a95..9f4220734 100644 --- a/l10n/id.json +++ b/l10n/id.json @@ -65,7 +65,6 @@ "Changes in the Deck app" : "Perubahan pada aplikasi Longgok", "A comment was created on a card" : "Komentar telah dibuat pada suatu kartu", "Upcoming cards" : "Kartu berikut", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kartu \"%s\" pada \"%s\" telah ditugaskan kepada Anda oleh %s.", "The card \"%s\" on \"%s\" has reached its due date." : "Kartu \"%s\" pada \"%s\" telah melampaui tenggat.", "%s has mentioned you in a comment on \"%s\"." : "%s telah menyebut Anda didalam suatu komentar pada \"%s\".", @@ -77,12 +76,8 @@ "Action needed" : "Butuh tindakan", "Later" : "Nanti", "copy" : "salin", - "To do" : "Akan dikerjakan", - "Doing" : "Sedang dikerjakan", + "In Progress" : "Sedang Berlangsung", "Done" : "Selesai", - "Example Task 3" : "Contoh tugas 3", - "Example Task 2" : "Contoh tugas 2", - "Example Task 1" : "Contoh tugas 1", "The file was uploaded" : "Berkas terunggah", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Berkas terunggah melampau parameter upload_max_filesize pada php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Berkas yang diunggah melampaui direktif MAX_FILE_SIZE yang ditentukan dalam formulir HTML.", @@ -95,25 +90,25 @@ "Card not found" : "Kartu tidak ditemukan", "Invalid date, date format must be YYYY-MM-DD" : "Tanggal salah, format tanggal harus TTTT-BB-HH", "Personal planning and team project organization" : "Perencanaan pribadi dan pengelolaan proyek tim", - "Card details" : "Detail kartu", "Add board" : "Tambah papan", + "Card details" : "Detail kartu", "Select the board to link to a project" : "Pilih papan untuk ditautkan ke proyek", "Search by board title" : "Cari berdasarkan judul papan", "Select board" : "Pilih papan", "Select a board" : "Pilih papan", "Select a list" : "Pilih daftar", "Move card" : "Pindahkan kartu", - "Select a card" : "Pilih kartu", - "Cancel" : "Membatalkan", "Select the card to link to a project" : "Pilih kartu untuk ditautkan ke proyek", "Link to card" : "Tautan ke kartu", + "Select a card" : "Pilih kartu", + "Cancel" : "Membatalkan", + "This board is read only" : "Papan hanya dapat dilihat", + "Drop your files to upload" : "Lepas berkas Anda untuk mengunggah", "File already exists" : "Berkas sudah ada", "A file with the name {filename} already exists." : "Berkas dengan nama {filename} sudah ada.", "Do you want to overwrite it?" : "Apakah Anda ingin menimpanya?", "Overwrite file" : "Menimpa berkas", "Keep existing file" : "Pertahankan berkas yang ada", - "This board is read only" : "Papan hanya dapat dilihat", - "Drop your files to upload" : "Lepas berkas Anda untuk mengunggah", "Add card" : "Tambah kartu", "Archived cards" : "Arsip kartu", "Add list" : "Tambahkan daftar", @@ -143,6 +138,7 @@ "Deleted lists" : "Daftar terhapus", "Undo" : "Undo", "Deleted cards" : "Kartu terhapus", + "Transfer" : "Transfer", "Board owner" : "Pemilik papan", "(Group)" : "(Grup)", "Can edit" : "Can edit", @@ -150,31 +146,30 @@ "Can manage" : "Dapat mengelola", "Owner" : "Owner", "Delete" : "Hapus", - "Transfer" : "Transfer", "Delete list" : "Hapus daftar", "Add a new card" : "Tambah kartu baru", + "title and color value must be provided" : "judul dan nilai warna harus ditentukan", "Edit" : "Sunting", "Add a new tag" : "Tambah tag baru", - "title and color value must be provided" : "judul dan nilai warna harus ditentukan", "Members" : "Anggota", "Assign a user to this card…" : "Menugaskan pengguna kepada kartu ini..", + "Invalid path selected" : "Jalur terpilih invalid", "Add this attachment" : "Tambah lampiran ini", "Download" : "Unduh", "Delete Attachment" : "Hapus Lampiran", "Restore Attachment" : "Pulihkan Lampiran", - "Invalid path selected" : "Jalur terpilih invalid", - "Attachments" : "Lampiran", - "Comments" : "Komentar", "Modified" : "Dimodifikasi", "Created" : "Dibuat", + "Attachments" : "Lampiran", + "Comments" : "Komentar", "No comments yet. Begin the discussion!" : "Belum ada komentar. Mulai berdiskusi!", - "Save" : "Simpan", "The comment cannot be empty." : "Komentar tidak dapat kosong.", "The comment cannot be longer than 1000 characters." : "Komentar tidak dapat melebihi 1000 karakter.", + "Save" : "Simpan", + "Created:" : "Dibuat:", "In reply to" : "Membalas kepada", "Reply" : "Balas", "Update" : "Perbarui", - "Created:" : "Dibuat:", "Description" : "Deskrisi", "(Unsaved)" : "(Tidak tersimpan)", "(Saving…)" : "(Menyimpan…)", @@ -201,6 +196,9 @@ "Archived boards" : "Papan terarsip", "Shared with you" : "Shared with you", "Cancel edit" : "Batal sunting", + "Board {0} deleted" : "{0} papan terhapus", + "An error occurred" : "Terjadi kesalahan", + "Delete the board?" : "Hapus papan?", "Board details" : "Detail papan", "Edit board" : "Edit papan", "Clone board" : "Pengklonaan papan", @@ -208,9 +206,6 @@ "Archive board" : "Mengarsipkan papan", "No notifications" : "Tidak ada notifikasi", "Delete board" : "Hapus papan", - "Board {0} deleted" : "{0} papan terhapus", - "An error occurred" : "Terjadi kesalahan", - "Delete the board?" : "Hapus papan?", "Clone cards" : "Klona kartu", "Advanced options" : "Opsi lanjutan", "Clone" : "Klona", @@ -225,6 +220,12 @@ "Something went wrong" : "Ada yang salah", "Maximum file size of {size} exceeded" : "Melampaui batas ukuran maksimal {size}", "Share" : "Bagikan", + "Personal" : "Personal", + "To do" : "Akan dikerjakan", + "Doing" : "Sedang dikerjakan", + "Example Task 3" : "Contoh tugas 3", + "Example Task 2" : "Contoh tugas 2", + "Example Task 1" : "Contoh tugas 1", "Move card to another board" : "Pindahkan kartu ke papan lain" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/l10n/is.js b/l10n/is.js index 98d09a720..9a9a3c751 100644 --- a/l10n/is.js +++ b/l10n/is.js @@ -76,7 +76,7 @@ OC.L10N.register( "Cards due tomorrow" : "Spjöld sem á að ljúka á morgun", "Upcoming cards" : "Spjöld á næstunni", "Load more" : "Hlaða inn meira", - "Personal" : "Einka", + "Welcome to Nextcloud Deck!" : "Velkomin í Nextcloud Deck!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Spjaldinu \"%s\" á \"%s\" hefur verið úthlutað til þín af %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} hefur úthlutað spjaldinu {deck-card} á {deck-board} til þín.", "The card \"%s\" on \"%s\" has reached its due date." : "Spjaldið \"%s\" á \"%s\" er komið fram yfir lokadagsetningu.", @@ -99,12 +99,16 @@ OC.L10N.register( "Action needed" : "Aðgerðar krafist", "Later" : "Seinna", "copy" : "afrita", - "To do" : "Verkefni", - "Doing" : "Er að gera", + "Read more inside" : "Lesa meira inni í", + "Custom lists - click to rename!" : "Sérsniðnir listar - smelltu til að endurnefna!", + "To Do" : "Verkefnalisti", + "In Progress" : "Í vinnslu", "Done" : "Lokið", - "Example Task 3" : "Dæmi um verkefni 3", - "Example Task 2" : "Dæmi um verkefni 2", - "Example Task 1" : "Dæmi um verkefni 1", + "1. Open to learn more about boards and cards" : "1. Opnaðu til að læra meira um borð og spjöld", + "2. Drag cards left and right, up and down" : "2. Dragðu spjöld hægri vinstri og upp niður", + "3. Apply rich formatting and link content" : "3. Settu sniðinn texta og efni í tenglum", + "4. Share, comment and collaborate!" : "4. Deildu, gerðu athugasemdir og eigðu í samstarfi!", + "Create your first card!" : "Útbúðu fyrsta spjaldið þitt!", "The file was uploaded" : "Skráin var send inn", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Innsend skrá er stærri en upload_max stillingin í php.ini:", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Innsenda skráin er stærri en MAX_FILE_SIZE sem skilgreint er í HTML sniðinu.", @@ -120,26 +124,28 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "Ógild dagsetning, dagsetningasniðið verður að vera ÁÁÁÁ-MM-DD", "Personal planning and team project organization" : "Persónuleg áætlanagerð og skipulag verkefnisvinnu", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Dekk (e. Deck) er skipulagningartól í kanban-stíl sem ætlað er fyrir verkefna- og persónuupplýsingastjórnun hópvinnuteyma innan Nextcloud.\n\n\n- 📥 Settu verkefnin þín á spjöld of raðaðu þeim á ýmsa vegu\n- 📄 Skrifaðu niður minnispunkta í Markdown-kóða\n- 🔖 Úthlutaðu merkjum/skýringum til að bæta skipulagninguna\n- 👥 Deildu með vinnuhópnum, vinum eða fjölskyldu\n- 📎 Hengdu við skrár og ívefðu þær í lýsinguna með Markdown-kóða\n- 💬 Ræddu málin við hópinn þinn með athugasemdum\n- ⚡ Haltu utan um breytingar í virknistreyminu\n- 🚀 Haltu verkefnunum þínum skipulögðum", - "Card details" : "Nánar um spjald", "Add board" : "Bæta við borði", + "Card details" : "Nánar um spjald", "Select the board to link to a project" : "Veldu borðið sem á að tengja við verkefnið", "Search by board title" : "Leita eftir titli borðs", "Select board" : "Veldu borð", + "Move/copy card" : "Færa/afrita spjald", "Select a board" : "Veldu borð", "No lists available" : "Engir listar tiltækir", "Select a list" : "Veldu lista", "Move card" : "Færa spjald", - "Select a card" : "Veldu spjald", - "Cancel" : "Hætta við", + "Copy card" : "Afrita spjald", "Select the card to link to a project" : "Veldu spjaldið sem á að tengja við verkefnið", "Link to card" : "Tengill á spjald", + "Select a card" : "Veldu spjald", + "Cancel" : "Hætta við", + "This board is read only" : "Þetta spjald er ritvarið", + "Drop your files to upload" : "Slepptu skrám til að senda þær inn", "File already exists" : "Skrá er þegar til", "A file with the name {filename} already exists." : "Skrá með heitinu {filename} er þegar til", "Do you want to overwrite it?" : "Viltu skrifa yfir það?", "Overwrite file" : "Skrifa yfir skrá", "Keep existing file" : "Halda fyrirliggjandi skrá", - "This board is read only" : "Þetta spjald er ritvarið", - "Drop your files to upload" : "Slepptu skrám til að senda þær inn", "Add card" : "Bæta við spjaldi", "Archived cards" : "Spjöld í geymslu", "Add list" : "Bæta við lista", @@ -149,6 +155,8 @@ OC.L10N.register( "Filter by tag" : "Sía eftir merki", "Filter by assigned user" : "Sía eftir úthlutuðum notanda", "Unassigned" : "Ekki úthlutað", + "Filter by status" : "Sía eftir stöðu", + "Open and completed" : "Opið og frágengið", "Open" : "Opna", "Completed" : "Lokið", "Filter by due date" : "Sía eftir lokadagsetningu", @@ -178,20 +186,24 @@ OC.L10N.register( "Deleted lists" : "Eyddi listum", "Undo" : "Afturkalla", "Deleted cards" : "Eydd spjöld", - "No participants found" : "No participants found", - "Board owner" : "Eigandi borðs", - "(Group)" : "(Hópur)", - "Can edit" : "Getur breytt", - "Can share" : "Getur deilt", - "Can manage" : "Gerur sýslað með", - "Owner" : "Eigandi", - "Delete" : "Eyða", "Failed to create share with {displayName}" : "Gat ekki búið til sameign með {displayName}", "Are you sure you want to transfer the board {title} to {user}?" : "Ertu viss um að þú viljir yfirfæra borðið {title} til {user}?", "Transfer the board." : "Flytja borðið.", "Transfer" : "Færa", "The board has been transferred to {user}" : "Borðið hefur verið yfirfært til {user}", "Failed to transfer the board to {user}" : "Mistókst að yfirfæra borðið til {user}", + "Share board with a user, group or team …" : "Deila borði með notanda, hóp eða teymi …", + "Searching for users, groups and teams …" : "Leita að notendum, hópum og teymum …", + "No participants found" : "No participants found", + "Board owner" : "Eigandi borðs", + "(Group)" : "(Hópur)", + "(Team)" : "(Teymi)", + "Can edit" : "Getur breytt", + "Can share" : "Getur deilt", + "Can manage" : "Gerur sýslað með", + "Owner" : "Eigandi", + "Delete" : "Eyða", + "List deleted" : "Lista eytt", "Edit list title" : "Breyta titli lista", "Archive all cards" : "Setja öll spjöld í geymslu", "Unarchive all cards" : "Taka öll spjöld úr geymslu", @@ -200,13 +212,16 @@ OC.L10N.register( "Unarchive all cards in this list" : "Taka öll spjöld á þessum lista úr geymslu", "Add a new card" : "Bæta við nýju spjaldi", "Card name" : "Heiti spjalds", - "List deleted" : "Lista eytt", + "title and color value must be provided" : "titill og litgildi verða að vera til staðar", "Edit" : "Breyta", "Add a new tag" : "Bæta við nýju merki", - "title and color value must be provided" : "titill og litgildi verða að vera til staðar", "Board name" : "Heiti borðs", "Members" : "Meðlimir", + "Assign to users/groups/team" : "Úthluta á notendur/hópa/teymi", "Assign a user to this card…" : "Úthluta notanda á þetta spjald", + "Select a user to assign to this card…" : "Veldu notanda sem úthluta á þessu spjaldi…", + "File to share" : "Skrá til að deila", + "Invalid path selected" : "Ógild slóð valin", "Upload new files" : "Senda inn nýjar skrár", "Share from Files" : "Deila úr skrám", "Pending share" : "Sameign í bið", @@ -216,25 +231,24 @@ OC.L10N.register( "Remove attachment" : "Fjarlægja viðhengi", "Delete Attachment" : "Eyða viðhengi", "Restore Attachment" : "Endurheimta viðhengi", - "File to share" : "Skrá til að deila", - "Invalid path selected" : "Ógild slóð valin", + "Modified" : "Breytt", + "Created" : "Búið til þann", + "The title cannot be empty." : "Titill getur ekki verið auður.", "Open in sidebar view" : "Opna í hliðarspjaldssýn", "Open in bigger view" : "Opna í stærri sýn", "Attachments" : "Viðhengi", "Comments" : "Athugasemdir", - "Modified" : "Breytt", - "Created" : "Búið til þann", - "The title cannot be empty." : "Titill getur ekki verið auður.", - "No comments yet. Begin the discussion!" : "Engar athugasemdir ennþá. Byrjaðu umræðuna!", "Failed to load comments" : "Mistókst að hlaða inn athugasemdum", - "Save" : "Vista", + "No comments yet. Begin the discussion!" : "Engar athugasemdir ennþá. Byrjaðu umræðuna!", "The comment cannot be empty." : "Athugasemdin má ekki vera tóm.", "The comment cannot be longer than 1000 characters." : "Athugasemdin má ekki vera lengri en 1000 stafir.", + "Save" : "Vista", + "Created:" : "Búið til:", "In reply to" : "Sem svar til", "Cancel reply" : "Hætta við svar", "Reply" : "Svara", "Update" : "Uppfæra", - "Created:" : "Búið til:", + "Write a description …" : "Skrifaðu lýsingu …", "Description" : "Lýsing", "(Unsaved)" : "(Óvistað)", "(Saving…)" : "(Vista…)", @@ -242,8 +256,16 @@ OC.L10N.register( "Edit description" : "Breyta lýsingu", "View description" : "Skoða lýsingu", "Add Attachment" : "Bæta við viðhengi", - "Write a description …" : "Skrifaðu lýsingu …", "Choose attachment" : "Veldu viðhengi", + "Select Date" : "Veldu dag", + "Later today – {timeLocale}" : "Síðar í dag – {timeLocale}", + "Set due date for later today" : "Setja skil á seinna í dag", + "Tomorrow – {timeLocale}" : "Á morgun – {timeLocale}", + "Set due date for tomorrow" : "Setja skil á morgun", + "This weekend – {timeLocale}" : "Þessa helgi – {timeLocale}", + "Set due date for this weekend" : "Setja skil á þessa helgi", + "Next week – {timeLocale}" : "Í næstu viku – {timeLocale}", + "Set due date for next week" : "Setja skil á í næstu viku", "Assign a due date to this card…" : "Úthluta skiladagsetningu á þetta spjald…", "Set a due date" : "Setja lokadag", "Add due date" : "Bæta við skiladegi", @@ -251,34 +273,50 @@ OC.L10N.register( "Remove due date" : "Fjarlægja skiladag", "Mark as done" : "Merkja sem lokið", "Due at:" : "Á að ljúka klukkan:", + "Not done" : "Ekki lokið", "Unarchive card" : "Taka spjald úr geymslu", "Archive card" : "Setja spjald í geymslu", - "Select Date" : "Veldu dag", - "Set due date for later today" : "Setja skil á seinna í dag", - "Set due date for tomorrow" : "Setja skil á morgun", - "Set due date for this weekend" : "Setja skil á þessa helgi", - "Set due date for next week" : "Setja skil á í næstu viku", "Assign a tag to this card…" : "Úthluta merki á þetta spjald", + "Select or create a tag…" : "Veldu eða búðu til merki…", "Create a new tag:" : "Búa til nýtt merki:", "(group)" : "(hópur)", - "Next week – {timeLocale}" : "Í næstu viku – {timeLocale}", - "Todo items" : "Atriði á verkefnalista", "{count} comments, {unread} unread" : "{count} athugasemdir, {unread} ólesnar", + "Todo items" : "Atriði á verkefnalista", "Edit card title" : "Breyta titli spjalds", + "Open link" : "Opna tengil", + "Card deleted" : "Spjaldi eytt", "Edit title" : "Breyta titli", "Assign to me" : "Úthluta mér", "Unassign myself" : "Aftengja úthlutun sjálfs mín", "Mark as not done" : "Merkja sem ólokið", "Delete card" : "Eyða spjaldi", - "Card deleted" : "Spjaldi eytt", "seconds ago" : "sekúndum síðan", "Keyboard shortcuts" : "Flýtileiðir á lyklaborði", + "Boost your productivity using Deck with keyboard shortcuts." : "Auktu afköstin með flýtileiðum á lyklaborði", + "Board actions" : "Aðgerðir borðs", "Keyboard shortcut" : "Flýtilykill", "Action" : "Aðgerð", "Shift" : "Shift", + "Scroll" : "Skruna", + "Scroll sideways" : "Skruna til hliðar", + "Navigate between cards" : "Flakka á milli spjalda", + "Esc" : "Esc", + "Close card details" : "Loka nánari upplýsingum um spjald", "Ctrl" : "Ctrl", "Search" : "Search", + "Show card filters" : "Sýna síur spjalds", + "Clear card filters" : "Hreinsa síur spjalds", + "Show help dialog" : "Birta hjálparglugga", + "Card actions" : "Aðgerðir spjalds", + "The following actions can be triggered on the currently highlighted card" : "Eftirfarandi aðgerðir er hægt að framkvæma á valda spjaldinu", "Enter" : "Enter", + "Space" : "Bil", + "Open card details" : "Opna nánari upplýsingar um spjald", + "Edit the card title" : "Breyta titli spjalds", + "Assign yourself to the current card" : "Úthluta þér núverandi spjaldi", + "Archive/unarchive the current card" : "Setja/taka spjaldið úr geymslu", + "Mark card as completed/not completed" : "Merkja spjaldið sem frágengið/ólokið", + "Open card menu" : "Opna valmynd spjalds", "All boards" : "Öll borð", "Archived boards" : "Borð í geymslu", "Shared with you" : "Deilt með þér", @@ -289,6 +327,14 @@ OC.L10N.register( "Limit board creation to some groups" : "Takmarka gerð borða við suma hópa", "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Notendur sem tilheyra ekki þessum hópum eru útilokaðir frá því að útbúa sín eigin borð, en munu samt geta áfram unnið með borð sem hefur verið deilt til þeirra.", "Cancel edit" : "Hætta við breytingar", + "Save board" : "Vista borð", + "Board {0} deleted" : "Borðinu {0} eytt", + "All cards" : "Öll spjöld", + "Only assigned cards" : "Aðeins úthlutuð spjöld", + "No reminder" : "Engin áminning", + "An error occurred" : "Villa kom upp", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Ertu viss um að þú viljir eyða borðinu {title}?. Þetta mun eyða öllum gögnum í þessu borði, meðal annars spjöldum í geymslu.", + "Delete the board?" : "Eyða borðinu?", "Board details" : "Nánar um borð", "Edit board" : "Breyta borði", "Clone board" : "Klóna borð", @@ -298,18 +344,17 @@ OC.L10N.register( "Turn on due date reminders" : "Kveikja á áminningum um skiladagsetningar", "Turn off due date reminders" : "Slökkva á áminningum um skiladagsetningar", "Due date reminders" : "Áminningar um skiladagsetningar", - "All cards" : "Öll spjöld", "Assigned cards" : "Úthlutuð spjöld", "No notifications" : "Engar tilkynningar", "Delete board" : "Eyða borði", - "Board {0} deleted" : "Borðinu {0} eytt", - "Only assigned cards" : "Aðeins úthlutuð spjöld", - "No reminder" : "Engin áminning", - "An error occurred" : "Villa kom upp", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Ertu viss um að þú viljir eyða borðinu {title}?. Þetta mun eyða öllum gögnum í þessu borði, meðal annars spjöldum í geymslu.", - "Delete the board?" : "Eyða borðinu?", + "Clone {boardTitle}" : "Klóna {boardTitle}", "Clone cards" : "Klóna spjöld", + "Clone assignments" : "Klóna úthlutanir", + "Clone labels" : "Klóna merkingar", + "Clone due dates" : "Klóna skiladaga", "Advanced options" : "Ítarlegir valkostir", + "Move all cards to the first list" : "Færa öll spjöld á fyrsta listann", + "Restore archived cards" : "Endurheimta spjöld úr geymslu", "Clone" : "Klóna", "Loading filtered view" : "Hleð inn síaðri sýn", "Today" : "Í dag", @@ -318,14 +363,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Leita að {searchQuery} í öllum borðum", "No results found" : "Engar niðurstöður fundust", "Deck board {name}\n* Last modified on {lastMod}" : "Deck-borð {name}\n* Síðast breytt {lastMod}", - "{stack} in {board}" : "{stack} á {board}", - "Click to expand description" : "Smelltu til að fella út lýsingu", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Búið til {created}\n* Síðast breytt {lastMod}\n* {nbAttachments} viðhengi\n* {nbComments} athugasemdir", "{nbCards} cards" : "{nbCards} spjöld", + "Due on {date}" : "Skilist {date}", + "{stack} in {board}" : "{stack} á {board}", + "Click to expand description" : "Smelltu til að fella út lýsingu", "Click to expand comment" : "Smelltu til að fella út athugasemd", + "Create card" : "Búa til spjald", "Create a new card" : "Búa til nýtt spjald", "Card title" : "Titill á spjaldi", - "Create card" : "Búa til spjald", "Creating the new card …" : "Bý til nýja spjaldið …", "Card \"{card}\" was added to \"{board}\"" : "Spjaldinu \"{card}\" var bætt á \"{board}\"", "Open card" : "Opna spjald", @@ -335,10 +381,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "spjöld væntanleg á morgun", "upcoming cards" : "væntanleg spjöld", "New card" : "Nýtt spjald", - "Due on {date}" : "Skilist {date}", - "This weekend – {timeLocale}" : "Þessa helgi – {timeLocale}", - "Tomorrow – {timeLocale}" : "Á morgun – {timeLocale}", - "Later today – {timeLocale}" : "Síðar í dag – {timeLocale}", "Link to a board" : "Tengill við borð", "Link to a card" : "Tengja við spjald", "Create a card" : "Búa til spjald", @@ -350,6 +392,13 @@ OC.L10N.register( "Share with a Deck card" : "Deila með Deck-spjaldi", "Share {file} with a Deck card" : "Deila {file} með Deck-spjaldi", "Share" : "Deila", - "Move card to another board" : "Færa spjald á annað borð" + "Personal" : "Einka", + "To do" : "Verkefni", + "Doing" : "Er að gera", + "Example Task 3" : "Dæmi um verkefni 3", + "Example Task 2" : "Dæmi um verkefni 2", + "Example Task 1" : "Dæmi um verkefni 1", + "Move card to another board" : "Færa spjald á annað borð", + "Filter by completed" : "Sía eftir hvort sé frágengið" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/l10n/is.json b/l10n/is.json index 847dadf5b..1585bcdd8 100644 --- a/l10n/is.json +++ b/l10n/is.json @@ -74,7 +74,7 @@ "Cards due tomorrow" : "Spjöld sem á að ljúka á morgun", "Upcoming cards" : "Spjöld á næstunni", "Load more" : "Hlaða inn meira", - "Personal" : "Einka", + "Welcome to Nextcloud Deck!" : "Velkomin í Nextcloud Deck!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Spjaldinu \"%s\" á \"%s\" hefur verið úthlutað til þín af %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} hefur úthlutað spjaldinu {deck-card} á {deck-board} til þín.", "The card \"%s\" on \"%s\" has reached its due date." : "Spjaldið \"%s\" á \"%s\" er komið fram yfir lokadagsetningu.", @@ -97,12 +97,16 @@ "Action needed" : "Aðgerðar krafist", "Later" : "Seinna", "copy" : "afrita", - "To do" : "Verkefni", - "Doing" : "Er að gera", + "Read more inside" : "Lesa meira inni í", + "Custom lists - click to rename!" : "Sérsniðnir listar - smelltu til að endurnefna!", + "To Do" : "Verkefnalisti", + "In Progress" : "Í vinnslu", "Done" : "Lokið", - "Example Task 3" : "Dæmi um verkefni 3", - "Example Task 2" : "Dæmi um verkefni 2", - "Example Task 1" : "Dæmi um verkefni 1", + "1. Open to learn more about boards and cards" : "1. Opnaðu til að læra meira um borð og spjöld", + "2. Drag cards left and right, up and down" : "2. Dragðu spjöld hægri vinstri og upp niður", + "3. Apply rich formatting and link content" : "3. Settu sniðinn texta og efni í tenglum", + "4. Share, comment and collaborate!" : "4. Deildu, gerðu athugasemdir og eigðu í samstarfi!", + "Create your first card!" : "Útbúðu fyrsta spjaldið þitt!", "The file was uploaded" : "Skráin var send inn", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Innsend skrá er stærri en upload_max stillingin í php.ini:", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Innsenda skráin er stærri en MAX_FILE_SIZE sem skilgreint er í HTML sniðinu.", @@ -118,26 +122,28 @@ "Invalid date, date format must be YYYY-MM-DD" : "Ógild dagsetning, dagsetningasniðið verður að vera ÁÁÁÁ-MM-DD", "Personal planning and team project organization" : "Persónuleg áætlanagerð og skipulag verkefnisvinnu", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Dekk (e. Deck) er skipulagningartól í kanban-stíl sem ætlað er fyrir verkefna- og persónuupplýsingastjórnun hópvinnuteyma innan Nextcloud.\n\n\n- 📥 Settu verkefnin þín á spjöld of raðaðu þeim á ýmsa vegu\n- 📄 Skrifaðu niður minnispunkta í Markdown-kóða\n- 🔖 Úthlutaðu merkjum/skýringum til að bæta skipulagninguna\n- 👥 Deildu með vinnuhópnum, vinum eða fjölskyldu\n- 📎 Hengdu við skrár og ívefðu þær í lýsinguna með Markdown-kóða\n- 💬 Ræddu málin við hópinn þinn með athugasemdum\n- ⚡ Haltu utan um breytingar í virknistreyminu\n- 🚀 Haltu verkefnunum þínum skipulögðum", - "Card details" : "Nánar um spjald", "Add board" : "Bæta við borði", + "Card details" : "Nánar um spjald", "Select the board to link to a project" : "Veldu borðið sem á að tengja við verkefnið", "Search by board title" : "Leita eftir titli borðs", "Select board" : "Veldu borð", + "Move/copy card" : "Færa/afrita spjald", "Select a board" : "Veldu borð", "No lists available" : "Engir listar tiltækir", "Select a list" : "Veldu lista", "Move card" : "Færa spjald", - "Select a card" : "Veldu spjald", - "Cancel" : "Hætta við", + "Copy card" : "Afrita spjald", "Select the card to link to a project" : "Veldu spjaldið sem á að tengja við verkefnið", "Link to card" : "Tengill á spjald", + "Select a card" : "Veldu spjald", + "Cancel" : "Hætta við", + "This board is read only" : "Þetta spjald er ritvarið", + "Drop your files to upload" : "Slepptu skrám til að senda þær inn", "File already exists" : "Skrá er þegar til", "A file with the name {filename} already exists." : "Skrá með heitinu {filename} er þegar til", "Do you want to overwrite it?" : "Viltu skrifa yfir það?", "Overwrite file" : "Skrifa yfir skrá", "Keep existing file" : "Halda fyrirliggjandi skrá", - "This board is read only" : "Þetta spjald er ritvarið", - "Drop your files to upload" : "Slepptu skrám til að senda þær inn", "Add card" : "Bæta við spjaldi", "Archived cards" : "Spjöld í geymslu", "Add list" : "Bæta við lista", @@ -147,6 +153,8 @@ "Filter by tag" : "Sía eftir merki", "Filter by assigned user" : "Sía eftir úthlutuðum notanda", "Unassigned" : "Ekki úthlutað", + "Filter by status" : "Sía eftir stöðu", + "Open and completed" : "Opið og frágengið", "Open" : "Opna", "Completed" : "Lokið", "Filter by due date" : "Sía eftir lokadagsetningu", @@ -176,20 +184,24 @@ "Deleted lists" : "Eyddi listum", "Undo" : "Afturkalla", "Deleted cards" : "Eydd spjöld", - "No participants found" : "No participants found", - "Board owner" : "Eigandi borðs", - "(Group)" : "(Hópur)", - "Can edit" : "Getur breytt", - "Can share" : "Getur deilt", - "Can manage" : "Gerur sýslað með", - "Owner" : "Eigandi", - "Delete" : "Eyða", "Failed to create share with {displayName}" : "Gat ekki búið til sameign með {displayName}", "Are you sure you want to transfer the board {title} to {user}?" : "Ertu viss um að þú viljir yfirfæra borðið {title} til {user}?", "Transfer the board." : "Flytja borðið.", "Transfer" : "Færa", "The board has been transferred to {user}" : "Borðið hefur verið yfirfært til {user}", "Failed to transfer the board to {user}" : "Mistókst að yfirfæra borðið til {user}", + "Share board with a user, group or team …" : "Deila borði með notanda, hóp eða teymi …", + "Searching for users, groups and teams …" : "Leita að notendum, hópum og teymum …", + "No participants found" : "No participants found", + "Board owner" : "Eigandi borðs", + "(Group)" : "(Hópur)", + "(Team)" : "(Teymi)", + "Can edit" : "Getur breytt", + "Can share" : "Getur deilt", + "Can manage" : "Gerur sýslað með", + "Owner" : "Eigandi", + "Delete" : "Eyða", + "List deleted" : "Lista eytt", "Edit list title" : "Breyta titli lista", "Archive all cards" : "Setja öll spjöld í geymslu", "Unarchive all cards" : "Taka öll spjöld úr geymslu", @@ -198,13 +210,16 @@ "Unarchive all cards in this list" : "Taka öll spjöld á þessum lista úr geymslu", "Add a new card" : "Bæta við nýju spjaldi", "Card name" : "Heiti spjalds", - "List deleted" : "Lista eytt", + "title and color value must be provided" : "titill og litgildi verða að vera til staðar", "Edit" : "Breyta", "Add a new tag" : "Bæta við nýju merki", - "title and color value must be provided" : "titill og litgildi verða að vera til staðar", "Board name" : "Heiti borðs", "Members" : "Meðlimir", + "Assign to users/groups/team" : "Úthluta á notendur/hópa/teymi", "Assign a user to this card…" : "Úthluta notanda á þetta spjald", + "Select a user to assign to this card…" : "Veldu notanda sem úthluta á þessu spjaldi…", + "File to share" : "Skrá til að deila", + "Invalid path selected" : "Ógild slóð valin", "Upload new files" : "Senda inn nýjar skrár", "Share from Files" : "Deila úr skrám", "Pending share" : "Sameign í bið", @@ -214,25 +229,24 @@ "Remove attachment" : "Fjarlægja viðhengi", "Delete Attachment" : "Eyða viðhengi", "Restore Attachment" : "Endurheimta viðhengi", - "File to share" : "Skrá til að deila", - "Invalid path selected" : "Ógild slóð valin", + "Modified" : "Breytt", + "Created" : "Búið til þann", + "The title cannot be empty." : "Titill getur ekki verið auður.", "Open in sidebar view" : "Opna í hliðarspjaldssýn", "Open in bigger view" : "Opna í stærri sýn", "Attachments" : "Viðhengi", "Comments" : "Athugasemdir", - "Modified" : "Breytt", - "Created" : "Búið til þann", - "The title cannot be empty." : "Titill getur ekki verið auður.", - "No comments yet. Begin the discussion!" : "Engar athugasemdir ennþá. Byrjaðu umræðuna!", "Failed to load comments" : "Mistókst að hlaða inn athugasemdum", - "Save" : "Vista", + "No comments yet. Begin the discussion!" : "Engar athugasemdir ennþá. Byrjaðu umræðuna!", "The comment cannot be empty." : "Athugasemdin má ekki vera tóm.", "The comment cannot be longer than 1000 characters." : "Athugasemdin má ekki vera lengri en 1000 stafir.", + "Save" : "Vista", + "Created:" : "Búið til:", "In reply to" : "Sem svar til", "Cancel reply" : "Hætta við svar", "Reply" : "Svara", "Update" : "Uppfæra", - "Created:" : "Búið til:", + "Write a description …" : "Skrifaðu lýsingu …", "Description" : "Lýsing", "(Unsaved)" : "(Óvistað)", "(Saving…)" : "(Vista…)", @@ -240,8 +254,16 @@ "Edit description" : "Breyta lýsingu", "View description" : "Skoða lýsingu", "Add Attachment" : "Bæta við viðhengi", - "Write a description …" : "Skrifaðu lýsingu …", "Choose attachment" : "Veldu viðhengi", + "Select Date" : "Veldu dag", + "Later today – {timeLocale}" : "Síðar í dag – {timeLocale}", + "Set due date for later today" : "Setja skil á seinna í dag", + "Tomorrow – {timeLocale}" : "Á morgun – {timeLocale}", + "Set due date for tomorrow" : "Setja skil á morgun", + "This weekend – {timeLocale}" : "Þessa helgi – {timeLocale}", + "Set due date for this weekend" : "Setja skil á þessa helgi", + "Next week – {timeLocale}" : "Í næstu viku – {timeLocale}", + "Set due date for next week" : "Setja skil á í næstu viku", "Assign a due date to this card…" : "Úthluta skiladagsetningu á þetta spjald…", "Set a due date" : "Setja lokadag", "Add due date" : "Bæta við skiladegi", @@ -249,34 +271,50 @@ "Remove due date" : "Fjarlægja skiladag", "Mark as done" : "Merkja sem lokið", "Due at:" : "Á að ljúka klukkan:", + "Not done" : "Ekki lokið", "Unarchive card" : "Taka spjald úr geymslu", "Archive card" : "Setja spjald í geymslu", - "Select Date" : "Veldu dag", - "Set due date for later today" : "Setja skil á seinna í dag", - "Set due date for tomorrow" : "Setja skil á morgun", - "Set due date for this weekend" : "Setja skil á þessa helgi", - "Set due date for next week" : "Setja skil á í næstu viku", "Assign a tag to this card…" : "Úthluta merki á þetta spjald", + "Select or create a tag…" : "Veldu eða búðu til merki…", "Create a new tag:" : "Búa til nýtt merki:", "(group)" : "(hópur)", - "Next week – {timeLocale}" : "Í næstu viku – {timeLocale}", - "Todo items" : "Atriði á verkefnalista", "{count} comments, {unread} unread" : "{count} athugasemdir, {unread} ólesnar", + "Todo items" : "Atriði á verkefnalista", "Edit card title" : "Breyta titli spjalds", + "Open link" : "Opna tengil", + "Card deleted" : "Spjaldi eytt", "Edit title" : "Breyta titli", "Assign to me" : "Úthluta mér", "Unassign myself" : "Aftengja úthlutun sjálfs mín", "Mark as not done" : "Merkja sem ólokið", "Delete card" : "Eyða spjaldi", - "Card deleted" : "Spjaldi eytt", "seconds ago" : "sekúndum síðan", "Keyboard shortcuts" : "Flýtileiðir á lyklaborði", + "Boost your productivity using Deck with keyboard shortcuts." : "Auktu afköstin með flýtileiðum á lyklaborði", + "Board actions" : "Aðgerðir borðs", "Keyboard shortcut" : "Flýtilykill", "Action" : "Aðgerð", "Shift" : "Shift", + "Scroll" : "Skruna", + "Scroll sideways" : "Skruna til hliðar", + "Navigate between cards" : "Flakka á milli spjalda", + "Esc" : "Esc", + "Close card details" : "Loka nánari upplýsingum um spjald", "Ctrl" : "Ctrl", "Search" : "Search", + "Show card filters" : "Sýna síur spjalds", + "Clear card filters" : "Hreinsa síur spjalds", + "Show help dialog" : "Birta hjálparglugga", + "Card actions" : "Aðgerðir spjalds", + "The following actions can be triggered on the currently highlighted card" : "Eftirfarandi aðgerðir er hægt að framkvæma á valda spjaldinu", "Enter" : "Enter", + "Space" : "Bil", + "Open card details" : "Opna nánari upplýsingar um spjald", + "Edit the card title" : "Breyta titli spjalds", + "Assign yourself to the current card" : "Úthluta þér núverandi spjaldi", + "Archive/unarchive the current card" : "Setja/taka spjaldið úr geymslu", + "Mark card as completed/not completed" : "Merkja spjaldið sem frágengið/ólokið", + "Open card menu" : "Opna valmynd spjalds", "All boards" : "Öll borð", "Archived boards" : "Borð í geymslu", "Shared with you" : "Deilt með þér", @@ -287,6 +325,14 @@ "Limit board creation to some groups" : "Takmarka gerð borða við suma hópa", "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Notendur sem tilheyra ekki þessum hópum eru útilokaðir frá því að útbúa sín eigin borð, en munu samt geta áfram unnið með borð sem hefur verið deilt til þeirra.", "Cancel edit" : "Hætta við breytingar", + "Save board" : "Vista borð", + "Board {0} deleted" : "Borðinu {0} eytt", + "All cards" : "Öll spjöld", + "Only assigned cards" : "Aðeins úthlutuð spjöld", + "No reminder" : "Engin áminning", + "An error occurred" : "Villa kom upp", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Ertu viss um að þú viljir eyða borðinu {title}?. Þetta mun eyða öllum gögnum í þessu borði, meðal annars spjöldum í geymslu.", + "Delete the board?" : "Eyða borðinu?", "Board details" : "Nánar um borð", "Edit board" : "Breyta borði", "Clone board" : "Klóna borð", @@ -296,18 +342,17 @@ "Turn on due date reminders" : "Kveikja á áminningum um skiladagsetningar", "Turn off due date reminders" : "Slökkva á áminningum um skiladagsetningar", "Due date reminders" : "Áminningar um skiladagsetningar", - "All cards" : "Öll spjöld", "Assigned cards" : "Úthlutuð spjöld", "No notifications" : "Engar tilkynningar", "Delete board" : "Eyða borði", - "Board {0} deleted" : "Borðinu {0} eytt", - "Only assigned cards" : "Aðeins úthlutuð spjöld", - "No reminder" : "Engin áminning", - "An error occurred" : "Villa kom upp", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Ertu viss um að þú viljir eyða borðinu {title}?. Þetta mun eyða öllum gögnum í þessu borði, meðal annars spjöldum í geymslu.", - "Delete the board?" : "Eyða borðinu?", + "Clone {boardTitle}" : "Klóna {boardTitle}", "Clone cards" : "Klóna spjöld", + "Clone assignments" : "Klóna úthlutanir", + "Clone labels" : "Klóna merkingar", + "Clone due dates" : "Klóna skiladaga", "Advanced options" : "Ítarlegir valkostir", + "Move all cards to the first list" : "Færa öll spjöld á fyrsta listann", + "Restore archived cards" : "Endurheimta spjöld úr geymslu", "Clone" : "Klóna", "Loading filtered view" : "Hleð inn síaðri sýn", "Today" : "Í dag", @@ -316,14 +361,15 @@ "Search for {searchQuery} in all boards" : "Leita að {searchQuery} í öllum borðum", "No results found" : "Engar niðurstöður fundust", "Deck board {name}\n* Last modified on {lastMod}" : "Deck-borð {name}\n* Síðast breytt {lastMod}", - "{stack} in {board}" : "{stack} á {board}", - "Click to expand description" : "Smelltu til að fella út lýsingu", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Búið til {created}\n* Síðast breytt {lastMod}\n* {nbAttachments} viðhengi\n* {nbComments} athugasemdir", "{nbCards} cards" : "{nbCards} spjöld", + "Due on {date}" : "Skilist {date}", + "{stack} in {board}" : "{stack} á {board}", + "Click to expand description" : "Smelltu til að fella út lýsingu", "Click to expand comment" : "Smelltu til að fella út athugasemd", + "Create card" : "Búa til spjald", "Create a new card" : "Búa til nýtt spjald", "Card title" : "Titill á spjaldi", - "Create card" : "Búa til spjald", "Creating the new card …" : "Bý til nýja spjaldið …", "Card \"{card}\" was added to \"{board}\"" : "Spjaldinu \"{card}\" var bætt á \"{board}\"", "Open card" : "Opna spjald", @@ -333,10 +379,6 @@ "upcoming cards tomorrow" : "spjöld væntanleg á morgun", "upcoming cards" : "væntanleg spjöld", "New card" : "Nýtt spjald", - "Due on {date}" : "Skilist {date}", - "This weekend – {timeLocale}" : "Þessa helgi – {timeLocale}", - "Tomorrow – {timeLocale}" : "Á morgun – {timeLocale}", - "Later today – {timeLocale}" : "Síðar í dag – {timeLocale}", "Link to a board" : "Tengill við borð", "Link to a card" : "Tengja við spjald", "Create a card" : "Búa til spjald", @@ -348,6 +390,13 @@ "Share with a Deck card" : "Deila með Deck-spjaldi", "Share {file} with a Deck card" : "Deila {file} með Deck-spjaldi", "Share" : "Deila", - "Move card to another board" : "Færa spjald á annað borð" + "Personal" : "Einka", + "To do" : "Verkefni", + "Doing" : "Er að gera", + "Example Task 3" : "Dæmi um verkefni 3", + "Example Task 2" : "Dæmi um verkefni 2", + "Example Task 1" : "Dæmi um verkefni 1", + "Move card to another board" : "Færa spjald á annað borð", + "Filter by completed" : "Sía eftir hvort sé frágengið" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" } \ No newline at end of file diff --git a/l10n/it.js b/l10n/it.js index cf2e1e9e4..1a0b34c60 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -76,7 +76,7 @@ OC.L10N.register( "Cards due tomorrow" : "Schede che scadono domani", "Upcoming cards" : "Prossime schede", "Load more" : "Carica altro", - "Personal" : "Personale", + "Welcome to Nextcloud Deck!" : "Benvenuti su Nextcloud Deck!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "La scheda \"%s\" in \"%s\" ti è stata assegnata da %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} ti ha assegnato la scheda {deck-card} in {deck-board}.", "The card \"%s\" on \"%s\" has reached its due date." : "La scheda \"%s\" in \"%s\" ha raggiunto la sua data di scadenza.", @@ -99,12 +99,16 @@ OC.L10N.register( "Action needed" : "Azione necessaria", "Later" : "Dopo", "copy" : "copia", - "To do" : "Da fare", - "Doing" : "In corso", + "Read more inside" : "Leggi di più all'interno", + "Custom lists - click to rename!" : "Elenchi personalizzati: clicca per rinominarli!", + "To Do" : "Da fare", + "In Progress" : "In corso", "Done" : "Fatto", - "Example Task 3" : "Attività di esempio 3", - "Example Task 2" : "Attività di esempio 2", - "Example Task 1" : "Attività di esempio 1", + "1. Open to learn more about boards and cards" : "1. Apri per sapere di più su lavagne e schede", + "2. Drag cards left and right, up and down" : "2. Trascine le schede a sinistra e destra, sopra e sotto", + "3. Apply rich formatting and link content" : "3. Applica la formattazione avanzata e collega il contenuto", + "4. Share, comment and collaborate!" : "4. Condividi, commenta e collabora!", + "Create your first card!" : "Crea la tua prima scheda!", "The file was uploaded" : "Il file è stato caricato", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Il file caricato supera la direttiva upload_max_filesize in php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Il file caricato supera la direttiva MAX_FILE_SIZE specificata nel modulo HTML", @@ -120,26 +124,28 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "Data non valida, il formato della data deve essere AAAA-MM-GG", "Personal planning and team project organization" : "Pianificazione personale e organizzazione dei progetti di squadra", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck è uno strumento di organizzazione in stile kanban destinato alla pianificazione personale e all'organizzazione di progetti per squadre integrato con Nextcloud.\n\n\n- 📥 Aggiungi le tue attività alle schede e tienile in ordine\n- 📄 Scrivi note aggiuntive in Markdown\n- 🔖 Assegna etichette per un'organizzazione ancora migliore\n- 👥 Condividi con la tua squadra, amici o famiglia\n- 📎 Allega file e integrali nella tua descrizione Markdown\n- 💬 Discuti con la tua squadra utilizzando i commenti\n- ⚡ Tieni traccia dei cambiamenti nel flusso delle attività\n- 🚀 Organizza il tuo progetto", - "Card details" : "Dettagli scheda", "Add board" : "Aggiungi lavagna", + "Card details" : "Dettagli scheda", "Select the board to link to a project" : "Seleziona la lavagna da collegare a un progetto", "Search by board title" : "Cerca per titolo della lavagna", "Select board" : "Seleziona lavagna", + "Move/copy card" : "Muovi/copia scheda", "Select a board" : "Seleziona una lavagna", "No lists available" : "Nessun elenco disponibile", "Select a list" : "Seleziona un elenco", "Move card" : "Sposta scheda", - "Select a card" : "Seleziona una scheda", - "Cancel" : "Annulla", + "Copy card" : "Copia scheda", "Select the card to link to a project" : "Seleziona la scheda da collegare a un progetto", "Link to card" : " Collega una scheda", + "Select a card" : "Seleziona una scheda", + "Cancel" : "Annulla", + "This board is read only" : "Questa lavagna è in sola lettura", + "Drop your files to upload" : "Rilascia i tuoi file per caricarli", "File already exists" : "Il file esiste già", "A file with the name {filename} already exists." : "Un file con il nome {filename} esiste già.", "Do you want to overwrite it?" : "Vuoi sovrascriverlo?", "Overwrite file" : "Sovrascrivi file", "Keep existing file" : "Mantieni file esistente", - "This board is read only" : "Questa lavagna è in sola lettura", - "Drop your files to upload" : "Rilascia i tuoi file per caricarli", "Add card" : "Aggiungi scheda", "Archived cards" : "Schede archiviate", "Add list" : "Aggiungi elenco", @@ -180,6 +186,12 @@ OC.L10N.register( "Deleted lists" : "Elenchi eliminati", "Undo" : "Annulla", "Deleted cards" : "Schede eliminate", + "Failed to create share with {displayName}" : "Creazione della condivisione con {displayName} non riuscita", + "Are you sure you want to transfer the board {title} to {user}?" : "Sei sicuro di voler trasferire la lavagna {title} a {user}?", + "Transfer the board." : "Trasferisci la bacheca.", + "Transfer" : "Trasferisci", + "The board has been transferred to {user}" : "La lavagna è stata trasferita a {user}", + "Failed to transfer the board to {user}" : "Trasferimento della lavagna a {user} fallito", "Share board with a user, group or team …" : "Condividi lavagna con un utente, gruppo o una squadra …", "Searching for users, groups and teams …" : "Ricerca di utenti, gruppi e squadre …", "No participants found" : "Nessun partecipante trovato", @@ -191,12 +203,7 @@ OC.L10N.register( "Can manage" : "Può gestire", "Owner" : "Proprietario", "Delete" : "Elimina", - "Failed to create share with {displayName}" : "Creazione della condivisione con {displayName} non riuscita", - "Are you sure you want to transfer the board {title} to {user}?" : "Sei sicuro di voler trasferire la lavagna {title} a {user}?", - "Transfer the board." : "Trasferisci la bacheca.", - "Transfer" : "Trasferisci", - "The board has been transferred to {user}" : "La lavagna è stata trasferita a {user}", - "Failed to transfer the board to {user}" : "Trasferimento della lavagna a {user} fallito", + "List deleted" : "Elenco eliminato", "Edit list title" : "Modifica titolo elenco", "Archive all cards" : "Archivia tutte le schede", "Unarchive all cards" : "Recupera tutte le schede dall'archivio", @@ -205,15 +212,16 @@ OC.L10N.register( "Unarchive all cards in this list" : "Recupera tutte le schede in questo elenco", "Add a new card" : "Aggiungi una nuova scheda", "Card name" : "Nome scheda", - "List deleted" : "Elenco eliminato", + "title and color value must be provided" : "devono essere forniti il titolo e il valore del colore", "Edit" : "Modifica", "Add a new tag" : "Aggiungi una nuova etichetta", - "title and color value must be provided" : "devono essere forniti il titolo e il valore del colore", "Board name" : "Nome della lavagna", "Members" : "Membri", "Assign to users/groups/team" : "Assegna a utenti/gruppi/squadre", "Assign a user to this card…" : "Assegna un utente a questa scheda…", "Select a user to assign to this card…" : "Seleziona un utente da assegnare a questa scheda…", + "File to share" : "File da condividere", + "Invalid path selected" : "Percorso selezionato non valido", "Upload new files" : "Carica nuovi file", "Share from Files" : "Condividi da File", "Pending share" : "Condivisione in attesa", @@ -223,25 +231,24 @@ OC.L10N.register( "Remove attachment" : "Rimuovi allegato", "Delete Attachment" : "Elimina allegato", "Restore Attachment" : "Ripristina allegato", - "File to share" : "File da condividere", - "Invalid path selected" : "Percorso selezionato non valido", + "Modified" : "Modificato", + "Created" : "Creato il", + "The title cannot be empty." : "Il titolo non può essere vuoto.", "Open in sidebar view" : "Apri nella barra laterale", "Open in bigger view" : "Apri in una vista più grande", "Attachments" : "Allegati", "Comments" : "Commenti", - "Modified" : "Modificato", - "Created" : "Creato il", - "The title cannot be empty." : "Il titolo non può essere vuoto.", - "No comments yet. Begin the discussion!" : "Ancora nessun commento. Inizia la discussione.", "Failed to load comments" : "Caricamento commenti non riuscito", - "Save" : "Salva", + "No comments yet. Begin the discussion!" : "Ancora nessun commento. Inizia la discussione.", "The comment cannot be empty." : "Il commento non può essere vuoto.", "The comment cannot be longer than 1000 characters." : "Il commento non può essere più lungo di 1000 caratteri.", + "Save" : "Salva", + "Created:" : "Creato:", "In reply to" : "In risposta a", "Cancel reply" : "Annulla risposta", "Reply" : "Rispondi", "Update" : "Aggiorna", - "Created:" : "Creato:", + "Write a description …" : "Scrivi una descrizione…", "Description" : "Descrizione", "(Unsaved)" : "(Non salvata)", "(Saving…)" : "(Salvataggio...)", @@ -249,8 +256,16 @@ OC.L10N.register( "Edit description" : "Modifica descrizione", "View description" : "Visualizza descrizione", "Add Attachment" : "Aggiungi allegato", - "Write a description …" : "Scrivi una descrizione…", "Choose attachment" : "Scegli allegato", + "Select Date" : "Seleziona data", + "Later today – {timeLocale}" : "Oggi – {timeLocale}", + "Set due date for later today" : "Imposta scadenza per oggi", + "Tomorrow – {timeLocale}" : "Domani – {timeLocale}", + "Set due date for tomorrow" : "Imposta scadenza per domani", + "This weekend – {timeLocale}" : "Questo fine settimana – {timeLocale}", + "Set due date for this weekend" : "Imposta scadenza per questo fine settimana", + "Next week – {timeLocale}" : "Prossima settimana – {timeLocale}", + "Set due date for next week" : "Imposta scadenza per la prossima settimana", "Assign a due date to this card…" : "Assegna una scadenza a questa scheda…", "Set a due date" : "Imposta una data di scadenza", "Add due date" : "Aggiungi data di scadenza", @@ -261,26 +276,20 @@ OC.L10N.register( "Not done" : "Non fatto", "Unarchive card" : "Recupera lavagna dall'archivio", "Archive card" : "Archivia scheda", - "Select Date" : "Seleziona data", - "Set due date for later today" : "Imposta scadenza per oggi", - "Set due date for tomorrow" : "Imposta scadenza per domani", - "Set due date for this weekend" : "Imposta scadenza per questo fine settimana", - "Set due date for next week" : "Imposta scadenza per la prossima settimana", "Assign a tag to this card…" : "Assegna un'etichetta a questa scheda…", "Select or create a tag…" : "Seleziona o crea un'etichetta…", "Create a new tag:" : "Crea una nuova etichetta:", "(group)" : "(gruppo)", - "Next week – {timeLocale}" : "Prossima settimana – {timeLocale}", - "Todo items" : "Elementi da fare", "{count} comments, {unread} unread" : "{count} commenti, {unread} non letti", + "Todo items" : "Elementi da fare", "Edit card title" : "Modifica titolo scheda", "Open link" : "Apri link", + "Card deleted" : "Scheda eliminata", "Edit title" : "Modifica titolo", "Assign to me" : "Assegna a me", "Unassign myself" : "Rimuovi assegnazione da me", "Mark as not done" : "Segna come non fatto", "Delete card" : "Elimina scheda", - "Card deleted" : "Scheda eliminata", "seconds ago" : "secondi fa", "Keyboard shortcuts" : "Scorciatoie da tastiera", "Boost your productivity using Deck with keyboard shortcuts." : "Migliora la tua produttività usando Deck con le scorciatoie da tastiera.", @@ -319,6 +328,13 @@ OC.L10N.register( "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Gli utenti che non fanno parte di tali gruppi non potranno creare le proprie lavagne, ma saranno ancora in grado di lavorare su quelle che sono state condivise con loro.", "Cancel edit" : "Annulla modifica", "Save board" : "Salva bacheca", + "Board {0} deleted" : "Lavagna {0} eliminata", + "All cards" : "Tutte le schede", + "Only assigned cards" : "Solo le schede assegnate", + "No reminder" : "Nessun promemoria", + "An error occurred" : "Si è verificato un errore", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Sei sicuro di voler eliminare la lavagna {title}? Questo eliminerà tutti i dati di questa lavagna incluse le schede archiviate.", + "Delete the board?" : "Vuoi eliminare la lavagna?", "Board details" : "Dettagli lavagna", "Edit board" : "Modifica lavagna", "Clone board" : "Clona lavagna", @@ -328,22 +344,16 @@ OC.L10N.register( "Turn on due date reminders" : "Attiva promemoria per le date di scadenza", "Turn off due date reminders" : "Disattiva promemoria per le date di scadenza", "Due date reminders" : "Promemoria delle date di scadenza", - "All cards" : "Tutte le schede", "Assigned cards" : "Schede assegnate", "No notifications" : "Nessuna notifica", "Delete board" : "Elimina lavagna", - "Board {0} deleted" : "Lavagna {0} eliminata", - "Only assigned cards" : "Solo le schede assegnate", - "No reminder" : "Nessun promemoria", - "An error occurred" : "Si è verificato un errore", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Sei sicuro di voler eliminare la lavagna {title}? Questo eliminerà tutti i dati di questa lavagna incluse le schede archiviate.", - "Delete the board?" : "Vuoi eliminare la lavagna?", "Clone {boardTitle}" : "Clona {boardTitle}", "Clone cards" : "Clona schede", "Clone assignments" : "Assegnazioni di clonazione", "Clone labels" : "Clona etichette", "Clone due dates" : "Clona date di scadenza", "Advanced options" : "Opzioni avanzate", + "Restore archived cards" : "Ripristina le schede archiviate", "Clone" : "Clona", "Loading filtered view" : "Caricamento della vista filtrata", "Today" : "Oggi", @@ -352,14 +362,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Risultato di ricerca per \"{search}\" in tutte le lavagne", "No results found" : "Nessun risultato trovato", "Deck board {name}\n* Last modified on {lastMod}" : "Lavagna {name}\n* Ultima modifica: {lastMod}", - "{stack} in {board}" : "{stack} in {board}", - "Click to expand description" : "Fai clic per espandere la descrizione", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Creata: {created}\n* Ultima modifica: {lastMod}\n* {nbAttachments} allegati\n* {nbComments} commenti", "{nbCards} cards" : "{nbCards} schede", + "Due on {date}" : "Scadenza: {date}", + "{stack} in {board}" : "{stack} in {board}", + "Click to expand description" : "Fai clic per espandere la descrizione", "Click to expand comment" : "Fai clic per espandere il commento", + "Create card" : "Crea scheda", "Create a new card" : "Crea una nuova scheda", "Card title" : "Titolo scheda", - "Create card" : "Crea scheda", "Creating the new card …" : "Creazione della nuova scheda...", "Card \"{card}\" was added to \"{board}\"" : "La scheda \"{card}\" è stata aggiunta a \"{board}\"", "Open card" : "Apri scheda", @@ -369,10 +380,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "prossime schede domani", "upcoming cards" : "prossime schede", "New card" : "Nuova scheda", - "Due on {date}" : "Scadenza: {date}", - "This weekend – {timeLocale}" : "Questo fine settimana – {timeLocale}", - "Tomorrow – {timeLocale}" : "Domani – {timeLocale}", - "Later today – {timeLocale}" : "Oggi – {timeLocale}", "Link to a board" : "Collega a una lavagna", "Link to a card" : " Collega a una scheda", "Create a card" : "Crea una scheda", @@ -384,6 +391,12 @@ OC.L10N.register( "Share with a Deck card" : "Condividi con una scheda di Deck", "Share {file} with a Deck card" : "Condividi {file} con una scheda di Deck", "Share" : "Condividi", + "Personal" : "Personale", + "To do" : "Da fare", + "Doing" : "In corso", + "Example Task 3" : "Attività di esempio 3", + "Example Task 2" : "Attività di esempio 2", + "Example Task 1" : "Attività di esempio 1", "Move card to another board" : "Sposta scheda in un'altra lavagna", "Filter by completed" : "Filtra per completate" }, diff --git a/l10n/it.json b/l10n/it.json index d7c6020ac..a94638731 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -74,7 +74,7 @@ "Cards due tomorrow" : "Schede che scadono domani", "Upcoming cards" : "Prossime schede", "Load more" : "Carica altro", - "Personal" : "Personale", + "Welcome to Nextcloud Deck!" : "Benvenuti su Nextcloud Deck!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "La scheda \"%s\" in \"%s\" ti è stata assegnata da %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} ti ha assegnato la scheda {deck-card} in {deck-board}.", "The card \"%s\" on \"%s\" has reached its due date." : "La scheda \"%s\" in \"%s\" ha raggiunto la sua data di scadenza.", @@ -97,12 +97,16 @@ "Action needed" : "Azione necessaria", "Later" : "Dopo", "copy" : "copia", - "To do" : "Da fare", - "Doing" : "In corso", + "Read more inside" : "Leggi di più all'interno", + "Custom lists - click to rename!" : "Elenchi personalizzati: clicca per rinominarli!", + "To Do" : "Da fare", + "In Progress" : "In corso", "Done" : "Fatto", - "Example Task 3" : "Attività di esempio 3", - "Example Task 2" : "Attività di esempio 2", - "Example Task 1" : "Attività di esempio 1", + "1. Open to learn more about boards and cards" : "1. Apri per sapere di più su lavagne e schede", + "2. Drag cards left and right, up and down" : "2. Trascine le schede a sinistra e destra, sopra e sotto", + "3. Apply rich formatting and link content" : "3. Applica la formattazione avanzata e collega il contenuto", + "4. Share, comment and collaborate!" : "4. Condividi, commenta e collabora!", + "Create your first card!" : "Crea la tua prima scheda!", "The file was uploaded" : "Il file è stato caricato", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Il file caricato supera la direttiva upload_max_filesize in php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Il file caricato supera la direttiva MAX_FILE_SIZE specificata nel modulo HTML", @@ -118,26 +122,28 @@ "Invalid date, date format must be YYYY-MM-DD" : "Data non valida, il formato della data deve essere AAAA-MM-GG", "Personal planning and team project organization" : "Pianificazione personale e organizzazione dei progetti di squadra", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck è uno strumento di organizzazione in stile kanban destinato alla pianificazione personale e all'organizzazione di progetti per squadre integrato con Nextcloud.\n\n\n- 📥 Aggiungi le tue attività alle schede e tienile in ordine\n- 📄 Scrivi note aggiuntive in Markdown\n- 🔖 Assegna etichette per un'organizzazione ancora migliore\n- 👥 Condividi con la tua squadra, amici o famiglia\n- 📎 Allega file e integrali nella tua descrizione Markdown\n- 💬 Discuti con la tua squadra utilizzando i commenti\n- ⚡ Tieni traccia dei cambiamenti nel flusso delle attività\n- 🚀 Organizza il tuo progetto", - "Card details" : "Dettagli scheda", "Add board" : "Aggiungi lavagna", + "Card details" : "Dettagli scheda", "Select the board to link to a project" : "Seleziona la lavagna da collegare a un progetto", "Search by board title" : "Cerca per titolo della lavagna", "Select board" : "Seleziona lavagna", + "Move/copy card" : "Muovi/copia scheda", "Select a board" : "Seleziona una lavagna", "No lists available" : "Nessun elenco disponibile", "Select a list" : "Seleziona un elenco", "Move card" : "Sposta scheda", - "Select a card" : "Seleziona una scheda", - "Cancel" : "Annulla", + "Copy card" : "Copia scheda", "Select the card to link to a project" : "Seleziona la scheda da collegare a un progetto", "Link to card" : " Collega una scheda", + "Select a card" : "Seleziona una scheda", + "Cancel" : "Annulla", + "This board is read only" : "Questa lavagna è in sola lettura", + "Drop your files to upload" : "Rilascia i tuoi file per caricarli", "File already exists" : "Il file esiste già", "A file with the name {filename} already exists." : "Un file con il nome {filename} esiste già.", "Do you want to overwrite it?" : "Vuoi sovrascriverlo?", "Overwrite file" : "Sovrascrivi file", "Keep existing file" : "Mantieni file esistente", - "This board is read only" : "Questa lavagna è in sola lettura", - "Drop your files to upload" : "Rilascia i tuoi file per caricarli", "Add card" : "Aggiungi scheda", "Archived cards" : "Schede archiviate", "Add list" : "Aggiungi elenco", @@ -178,6 +184,12 @@ "Deleted lists" : "Elenchi eliminati", "Undo" : "Annulla", "Deleted cards" : "Schede eliminate", + "Failed to create share with {displayName}" : "Creazione della condivisione con {displayName} non riuscita", + "Are you sure you want to transfer the board {title} to {user}?" : "Sei sicuro di voler trasferire la lavagna {title} a {user}?", + "Transfer the board." : "Trasferisci la bacheca.", + "Transfer" : "Trasferisci", + "The board has been transferred to {user}" : "La lavagna è stata trasferita a {user}", + "Failed to transfer the board to {user}" : "Trasferimento della lavagna a {user} fallito", "Share board with a user, group or team …" : "Condividi lavagna con un utente, gruppo o una squadra …", "Searching for users, groups and teams …" : "Ricerca di utenti, gruppi e squadre …", "No participants found" : "Nessun partecipante trovato", @@ -189,12 +201,7 @@ "Can manage" : "Può gestire", "Owner" : "Proprietario", "Delete" : "Elimina", - "Failed to create share with {displayName}" : "Creazione della condivisione con {displayName} non riuscita", - "Are you sure you want to transfer the board {title} to {user}?" : "Sei sicuro di voler trasferire la lavagna {title} a {user}?", - "Transfer the board." : "Trasferisci la bacheca.", - "Transfer" : "Trasferisci", - "The board has been transferred to {user}" : "La lavagna è stata trasferita a {user}", - "Failed to transfer the board to {user}" : "Trasferimento della lavagna a {user} fallito", + "List deleted" : "Elenco eliminato", "Edit list title" : "Modifica titolo elenco", "Archive all cards" : "Archivia tutte le schede", "Unarchive all cards" : "Recupera tutte le schede dall'archivio", @@ -203,15 +210,16 @@ "Unarchive all cards in this list" : "Recupera tutte le schede in questo elenco", "Add a new card" : "Aggiungi una nuova scheda", "Card name" : "Nome scheda", - "List deleted" : "Elenco eliminato", + "title and color value must be provided" : "devono essere forniti il titolo e il valore del colore", "Edit" : "Modifica", "Add a new tag" : "Aggiungi una nuova etichetta", - "title and color value must be provided" : "devono essere forniti il titolo e il valore del colore", "Board name" : "Nome della lavagna", "Members" : "Membri", "Assign to users/groups/team" : "Assegna a utenti/gruppi/squadre", "Assign a user to this card…" : "Assegna un utente a questa scheda…", "Select a user to assign to this card…" : "Seleziona un utente da assegnare a questa scheda…", + "File to share" : "File da condividere", + "Invalid path selected" : "Percorso selezionato non valido", "Upload new files" : "Carica nuovi file", "Share from Files" : "Condividi da File", "Pending share" : "Condivisione in attesa", @@ -221,25 +229,24 @@ "Remove attachment" : "Rimuovi allegato", "Delete Attachment" : "Elimina allegato", "Restore Attachment" : "Ripristina allegato", - "File to share" : "File da condividere", - "Invalid path selected" : "Percorso selezionato non valido", + "Modified" : "Modificato", + "Created" : "Creato il", + "The title cannot be empty." : "Il titolo non può essere vuoto.", "Open in sidebar view" : "Apri nella barra laterale", "Open in bigger view" : "Apri in una vista più grande", "Attachments" : "Allegati", "Comments" : "Commenti", - "Modified" : "Modificato", - "Created" : "Creato il", - "The title cannot be empty." : "Il titolo non può essere vuoto.", - "No comments yet. Begin the discussion!" : "Ancora nessun commento. Inizia la discussione.", "Failed to load comments" : "Caricamento commenti non riuscito", - "Save" : "Salva", + "No comments yet. Begin the discussion!" : "Ancora nessun commento. Inizia la discussione.", "The comment cannot be empty." : "Il commento non può essere vuoto.", "The comment cannot be longer than 1000 characters." : "Il commento non può essere più lungo di 1000 caratteri.", + "Save" : "Salva", + "Created:" : "Creato:", "In reply to" : "In risposta a", "Cancel reply" : "Annulla risposta", "Reply" : "Rispondi", "Update" : "Aggiorna", - "Created:" : "Creato:", + "Write a description …" : "Scrivi una descrizione…", "Description" : "Descrizione", "(Unsaved)" : "(Non salvata)", "(Saving…)" : "(Salvataggio...)", @@ -247,8 +254,16 @@ "Edit description" : "Modifica descrizione", "View description" : "Visualizza descrizione", "Add Attachment" : "Aggiungi allegato", - "Write a description …" : "Scrivi una descrizione…", "Choose attachment" : "Scegli allegato", + "Select Date" : "Seleziona data", + "Later today – {timeLocale}" : "Oggi – {timeLocale}", + "Set due date for later today" : "Imposta scadenza per oggi", + "Tomorrow – {timeLocale}" : "Domani – {timeLocale}", + "Set due date for tomorrow" : "Imposta scadenza per domani", + "This weekend – {timeLocale}" : "Questo fine settimana – {timeLocale}", + "Set due date for this weekend" : "Imposta scadenza per questo fine settimana", + "Next week – {timeLocale}" : "Prossima settimana – {timeLocale}", + "Set due date for next week" : "Imposta scadenza per la prossima settimana", "Assign a due date to this card…" : "Assegna una scadenza a questa scheda…", "Set a due date" : "Imposta una data di scadenza", "Add due date" : "Aggiungi data di scadenza", @@ -259,26 +274,20 @@ "Not done" : "Non fatto", "Unarchive card" : "Recupera lavagna dall'archivio", "Archive card" : "Archivia scheda", - "Select Date" : "Seleziona data", - "Set due date for later today" : "Imposta scadenza per oggi", - "Set due date for tomorrow" : "Imposta scadenza per domani", - "Set due date for this weekend" : "Imposta scadenza per questo fine settimana", - "Set due date for next week" : "Imposta scadenza per la prossima settimana", "Assign a tag to this card…" : "Assegna un'etichetta a questa scheda…", "Select or create a tag…" : "Seleziona o crea un'etichetta…", "Create a new tag:" : "Crea una nuova etichetta:", "(group)" : "(gruppo)", - "Next week – {timeLocale}" : "Prossima settimana – {timeLocale}", - "Todo items" : "Elementi da fare", "{count} comments, {unread} unread" : "{count} commenti, {unread} non letti", + "Todo items" : "Elementi da fare", "Edit card title" : "Modifica titolo scheda", "Open link" : "Apri link", + "Card deleted" : "Scheda eliminata", "Edit title" : "Modifica titolo", "Assign to me" : "Assegna a me", "Unassign myself" : "Rimuovi assegnazione da me", "Mark as not done" : "Segna come non fatto", "Delete card" : "Elimina scheda", - "Card deleted" : "Scheda eliminata", "seconds ago" : "secondi fa", "Keyboard shortcuts" : "Scorciatoie da tastiera", "Boost your productivity using Deck with keyboard shortcuts." : "Migliora la tua produttività usando Deck con le scorciatoie da tastiera.", @@ -317,6 +326,13 @@ "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Gli utenti che non fanno parte di tali gruppi non potranno creare le proprie lavagne, ma saranno ancora in grado di lavorare su quelle che sono state condivise con loro.", "Cancel edit" : "Annulla modifica", "Save board" : "Salva bacheca", + "Board {0} deleted" : "Lavagna {0} eliminata", + "All cards" : "Tutte le schede", + "Only assigned cards" : "Solo le schede assegnate", + "No reminder" : "Nessun promemoria", + "An error occurred" : "Si è verificato un errore", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Sei sicuro di voler eliminare la lavagna {title}? Questo eliminerà tutti i dati di questa lavagna incluse le schede archiviate.", + "Delete the board?" : "Vuoi eliminare la lavagna?", "Board details" : "Dettagli lavagna", "Edit board" : "Modifica lavagna", "Clone board" : "Clona lavagna", @@ -326,22 +342,16 @@ "Turn on due date reminders" : "Attiva promemoria per le date di scadenza", "Turn off due date reminders" : "Disattiva promemoria per le date di scadenza", "Due date reminders" : "Promemoria delle date di scadenza", - "All cards" : "Tutte le schede", "Assigned cards" : "Schede assegnate", "No notifications" : "Nessuna notifica", "Delete board" : "Elimina lavagna", - "Board {0} deleted" : "Lavagna {0} eliminata", - "Only assigned cards" : "Solo le schede assegnate", - "No reminder" : "Nessun promemoria", - "An error occurred" : "Si è verificato un errore", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Sei sicuro di voler eliminare la lavagna {title}? Questo eliminerà tutti i dati di questa lavagna incluse le schede archiviate.", - "Delete the board?" : "Vuoi eliminare la lavagna?", "Clone {boardTitle}" : "Clona {boardTitle}", "Clone cards" : "Clona schede", "Clone assignments" : "Assegnazioni di clonazione", "Clone labels" : "Clona etichette", "Clone due dates" : "Clona date di scadenza", "Advanced options" : "Opzioni avanzate", + "Restore archived cards" : "Ripristina le schede archiviate", "Clone" : "Clona", "Loading filtered view" : "Caricamento della vista filtrata", "Today" : "Oggi", @@ -350,14 +360,15 @@ "Search for {searchQuery} in all boards" : "Risultato di ricerca per \"{search}\" in tutte le lavagne", "No results found" : "Nessun risultato trovato", "Deck board {name}\n* Last modified on {lastMod}" : "Lavagna {name}\n* Ultima modifica: {lastMod}", - "{stack} in {board}" : "{stack} in {board}", - "Click to expand description" : "Fai clic per espandere la descrizione", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Creata: {created}\n* Ultima modifica: {lastMod}\n* {nbAttachments} allegati\n* {nbComments} commenti", "{nbCards} cards" : "{nbCards} schede", + "Due on {date}" : "Scadenza: {date}", + "{stack} in {board}" : "{stack} in {board}", + "Click to expand description" : "Fai clic per espandere la descrizione", "Click to expand comment" : "Fai clic per espandere il commento", + "Create card" : "Crea scheda", "Create a new card" : "Crea una nuova scheda", "Card title" : "Titolo scheda", - "Create card" : "Crea scheda", "Creating the new card …" : "Creazione della nuova scheda...", "Card \"{card}\" was added to \"{board}\"" : "La scheda \"{card}\" è stata aggiunta a \"{board}\"", "Open card" : "Apri scheda", @@ -367,10 +378,6 @@ "upcoming cards tomorrow" : "prossime schede domani", "upcoming cards" : "prossime schede", "New card" : "Nuova scheda", - "Due on {date}" : "Scadenza: {date}", - "This weekend – {timeLocale}" : "Questo fine settimana – {timeLocale}", - "Tomorrow – {timeLocale}" : "Domani – {timeLocale}", - "Later today – {timeLocale}" : "Oggi – {timeLocale}", "Link to a board" : "Collega a una lavagna", "Link to a card" : " Collega a una scheda", "Create a card" : "Crea una scheda", @@ -382,6 +389,12 @@ "Share with a Deck card" : "Condividi con una scheda di Deck", "Share {file} with a Deck card" : "Condividi {file} con una scheda di Deck", "Share" : "Condividi", + "Personal" : "Personale", + "To do" : "Da fare", + "Doing" : "In corso", + "Example Task 3" : "Attività di esempio 3", + "Example Task 2" : "Attività di esempio 2", + "Example Task 1" : "Attività di esempio 1", "Move card to another board" : "Sposta scheda in un'altra lavagna", "Filter by completed" : "Filtra per completate" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/l10n/ja.js b/l10n/ja.js index b21944624..4dca04ce3 100644 --- a/l10n/ja.js +++ b/l10n/ja.js @@ -76,7 +76,6 @@ OC.L10N.register( "Cards due tomorrow" : "明日の期限切れのカード", "Upcoming cards" : "今後のカード", "Load more" : "さらに読み込む", - "Personal" : "個人", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "カード \"%s\"(\"%s\"に所属)が%sによってあなたに割り当てられました。", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} さんが、{deck-board} で、あなたにカード「{deck-card}」を割り当てました。", "The card \"%s\" on \"%s\" has reached its due date." : "カード \"%s\"(\"%s\"に所属)は期日に達しました。", @@ -99,12 +98,9 @@ OC.L10N.register( "Action needed" : "必要なアクション", "Later" : "後", "copy" : "コピー", - "To do" : "To do", - "Doing" : "行うこと", + "To Do" : "To Do", + "In Progress" : "進行中", "Done" : "完了", - "Example Task 3" : "タスク3の例", - "Example Task 2" : "タスク2の例", - "Example Task 1" : "タスク1の例", "The file was uploaded" : "ファイルがアップロードされました", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "アップロードされたファイルがphp.iniのupload_max_filesizeディレクティブを超えています", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "アップロードファイルはHTMLフォームで指定された MAX_FILE_SIZE の制限を超えています", @@ -120,8 +116,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "日付が無効です。日付形式はYYYY-MM-DDである必要があります", "Personal planning and team project organization" : "個人的な計画とチームのプロジェクト編成", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "DeckはNextcloudと統合された、チームのための個人計画とプロジェクトの組織化を目的としたカンバンスタイルのオーガナイズツールです。\n\n\n- 📥 タスクをカードに追加して整理する\n- 📄 追加のメモをマークダウン形式で書き留める\n- 🔖 より詳細な分類のために追加のラベルを割り当てる\n- 👥 チーム、友達、家族と共有\n- 📎 ファイルを添付し、マークダウンの説明に埋め込む\n- 💬 コメントを使用してチームで話し合う\n- ⚡ アクティビティストリームで変更を追跡する\n- 🚀 プロジェクトを整理する", - "Card details" : "カード詳細", "Add board" : "ボードを追加", + "Card details" : "カード詳細", "Select the board to link to a project" : "プロジェクトにリンクするボードを選択", "Search by board title" : "ボードのタイトルで検索", "Select board" : "ボードを選択", @@ -129,17 +125,17 @@ OC.L10N.register( "No lists available" : "利用可能なリストはありません", "Select a list" : "リストを選択", "Move card" : "カードの移動", - "Select a card" : "カードを選択", - "Cancel" : "キャンセル", "Select the card to link to a project" : "プロジェクトにリンクするカードを選択", "Link to card" : "カードへリンク", + "Select a card" : "カードを選択", + "Cancel" : "キャンセル", + "This board is read only" : "このボードは読み込みのみです", + "Drop your files to upload" : "アップロードするファイルをドロップしてください", "File already exists" : "ファイルはすでに存在します", "A file with the name {filename} already exists." : "そのファイル名 {filename}はすでに存在します。", "Do you want to overwrite it?" : "上書きしますか?", "Overwrite file" : "ファイルを上書き", "Keep existing file" : "既存のファイルを残す", - "This board is read only" : "このボードは読み込みのみです", - "Drop your files to upload" : "アップロードするファイルをドロップしてください", "Add card" : "カードを追加", "Archived cards" : "カードをアーカイブ", "Add list" : "リストを追加", @@ -180,6 +176,12 @@ OC.L10N.register( "Deleted lists" : "削除済みリスト", "Undo" : "元に戻す", "Deleted cards" : "削除済みのカード", + "Failed to create share with {displayName}" : "{displayName}との共有の作成に失敗しました", + "Are you sure you want to transfer the board {title} to {user}?" : "本当にボード {title} を {user} に転送しますか?", + "Transfer the board." : "ボードを転送します。", + "Transfer" : "転送", + "The board has been transferred to {user}" : "ボードが {user} に転送されました。", + "Failed to transfer the board to {user}" : "{user} へのボードの転送に失敗しました", "Share board with a user, group or team …" : "ユーザー、グループ、チームでボードを共有 ...", "Searching for users, groups and teams …" : "ユーザー、グループ、チームの検索中...", "No participants found" : "参加者が見つかりません", @@ -191,12 +193,7 @@ OC.L10N.register( "Can manage" : "管理可能", "Owner" : "所有者", "Delete" : "削除", - "Failed to create share with {displayName}" : "{displayName}との共有の作成に失敗しました", - "Are you sure you want to transfer the board {title} to {user}?" : "本当にボード {title} を {user} に転送しますか?", - "Transfer the board." : "ボードを転送します。", - "Transfer" : "転送", - "The board has been transferred to {user}" : "ボードが {user} に転送されました。", - "Failed to transfer the board to {user}" : "{user} へのボードの転送に失敗しました", + "List deleted" : "リストが削除されました", "Edit list title" : "リストタイトルを編集する", "Archive all cards" : "すべてのカードをアーカイブする", "Unarchive all cards" : "全てのカードをアーカイブ解除", @@ -205,15 +202,16 @@ OC.L10N.register( "Unarchive all cards in this list" : "このリスト内の全てのカードのアーカイブを解除する", "Add a new card" : "新しいカードを追加", "Card name" : "カード名", - "List deleted" : "リストが削除されました", + "title and color value must be provided" : "タイトルと色の値を指定する必要があります", "Edit" : "編集", "Add a new tag" : "新しいタグを追加", - "title and color value must be provided" : "タイトルと色の値を指定する必要があります", "Board name" : "ボード名", "Members" : "メンバー", "Assign to users/groups/team" : "ユーザー/グループ/チームに割り当てる", "Assign a user to this card…" : "このカードをユーザーに割り当てる…", "Select a user to assign to this card…" : "このカードに割り当てるユーザーを選択してください。", + "File to share" : "共有するファイル", + "Invalid path selected" : "無効なパスが選択されました", "Upload new files" : "新しいファイルをアップロード", "Share from Files" : "ファイルから共有", "Pending share" : "共有を保留中", @@ -223,25 +221,24 @@ OC.L10N.register( "Remove attachment" : "添付ファイルを削除", "Delete Attachment" : "添付ファイルを削除", "Restore Attachment" : "添付ファイルを復元", - "File to share" : "共有するファイル", - "Invalid path selected" : "無効なパスが選択されました", + "Modified" : "更新日時", + "Created" : "作成時刻", + "The title cannot be empty." : "タイトルを空にすることはできません。", "Open in sidebar view" : "サイドバービューで開く", "Open in bigger view" : "拡大表示で開く", "Attachments" : "添付ファイル", "Comments" : "コメント", - "Modified" : "更新日時", - "Created" : "作成時刻", - "The title cannot be empty." : "タイトルを空にすることはできません。", - "No comments yet. Begin the discussion!" : "まだコメントはありません。議論を始めましょう!", "Failed to load comments" : "コメントの読み込みに失敗しました", - "Save" : "保存", + "No comments yet. Begin the discussion!" : "まだコメントはありません。議論を始めましょう!", "The comment cannot be empty." : "コメントを空にすることはできません。", "The comment cannot be longer than 1000 characters." : "コメントは1000文字を超えることはできません。", + "Save" : "保存", + "Created:" : "作成:", "In reply to" : "返信", "Cancel reply" : "返信をキャンセル", "Reply" : "返信", "Update" : "更新", - "Created:" : "作成:", + "Write a description …" : "説明を書く…", "Description" : "説明", "(Unsaved)" : "(未保存)", "(Saving…)" : "(保存中…)", @@ -249,8 +246,16 @@ OC.L10N.register( "Edit description" : "説明を編集", "View description" : "説明を表示", "Add Attachment" : "添付ファイルを追加", - "Write a description …" : "説明を書く…", "Choose attachment" : "添付ファイルを選択", + "Select Date" : "日付を選択", + "Later today – {timeLocale}" : "今日この後 – {timeLocale}", + "Set due date for later today" : "期限を今日中に設定する", + "Tomorrow – {timeLocale}" : "明日 – {timeLocale}", + "Set due date for tomorrow" : "期限を明日の設定する", + "This weekend – {timeLocale}" : "今週末 – {timeLocale}", + "Set due date for this weekend" : "期限を今週の週末に設定する", + "Next week – {timeLocale}" : "来週 – {timeLocale}", + "Set due date for next week" : "期限を次の週の設定する", "Assign a due date to this card…" : "このカードの期限を割り当てる", "Set a due date" : "期限を設定", "Add due date" : "期限日を追加する", @@ -261,25 +266,19 @@ OC.L10N.register( "Not done" : "まだ完成していません", "Unarchive card" : "カードのアーカイブを解除する", "Archive card" : "カードをアーカイブ", - "Select Date" : "日付を選択", - "Set due date for later today" : "期限を今日中に設定する", - "Set due date for tomorrow" : "期限を明日の設定する", - "Set due date for this weekend" : "期限を今週の週末に設定する", - "Set due date for next week" : "期限を次の週の設定する", "Assign a tag to this card…" : "タグこのをカードに割り当てる…", "Select or create a tag…" : "タグを選択または作成する", "Create a new tag:" : "新しいタグを作成:", "(group)" : "(グループ)", - "Next week – {timeLocale}" : "来週 – {timeLocale}", - "Todo items" : "Todo項目", "{count} comments, {unread} unread" : "コメント {count} 件あり、 {unread} 件未読", + "Todo items" : "Todo項目", "Edit card title" : "カードタイトルを編集する", + "Card deleted" : "カードが削除されました", "Edit title" : "タイトルを編集", "Assign to me" : "自分に割り当てる", "Unassign myself" : "自分への割り当てを解除", "Mark as not done" : "未完成のマーク", "Delete card" : "カードを削除する", - "Card deleted" : "カードが削除されました", "seconds ago" : "数秒前", "Keyboard shortcuts" : "キーボードショートカット", "Boost your productivity using Deck with keyboard shortcuts." : "キーボードショートカットを使って、あなたのDeckの生産性を向上させましょう。", @@ -317,6 +316,13 @@ OC.L10N.register( "Limit board creation to some groups" : "ボード作成は一部のグループに制限する", "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "これらのグループ以外のユーザーは、独自のボードを作成することはできませんが、共有されているボードで作業することはできます。", "Cancel edit" : "編集をキャンセル", + "Board {0} deleted" : "ボード {0} 削除済み", + "All cards" : "すべてのカード", + "Only assigned cards" : "割り当てられたカードのみ", + "No reminder" : "リマインダーなし", + "An error occurred" : "エラーが発生しました", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "ボード{title}を削除しますか? これにより、アーカイブされたカードを含むこのボードのすべてのデータが削除されます。", + "Delete the board?" : "ボードを削除しますか?", "Board details" : "ボードの詳細", "Edit board" : "ボードを編集", "Clone board" : "ボードを複製", @@ -326,16 +332,9 @@ OC.L10N.register( "Turn on due date reminders" : "期日のリマインダーをオンにする", "Turn off due date reminders" : "期日のリマインダーをオフにする", "Due date reminders" : "期日のリマインダー", - "All cards" : "すべてのカード", "Assigned cards" : "割り当てられたカード", "No notifications" : "非通知", "Delete board" : "ボードを削除", - "Board {0} deleted" : "ボード {0} 削除済み", - "Only assigned cards" : "割り当てられたカードのみ", - "No reminder" : "リマインダーなし", - "An error occurred" : "エラーが発生しました", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "ボード{title}を削除しますか? これにより、アーカイブされたカードを含むこのボードのすべてのデータが削除されます。", - "Delete the board?" : "ボードを削除しますか?", "Clone cards" : "カードを複製", "Advanced options" : "詳細オプション", "Clone" : "複製", @@ -346,14 +345,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "すべてのボードで{searchQuery}を検索します", "No results found" : "結果が見つかりません", "Deck board {name}\n* Last modified on {lastMod}" : "デッキボード{name}\n最終更新日:{lastMod}", - "{stack} in {board}" : "{board} 内の {stack}", - "Click to expand description" : "説明を展開するにはクリックしてください", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* 作成: {created}\n* 最終変更: {lastMod}\n* {nbAttachments} 添付ファイル\n* {nbComments} コメント", "{nbCards} cards" : "{nbCards} カード", + "Due on {date}" : "期間{date}", + "{stack} in {board}" : "{board} 内の {stack}", + "Click to expand description" : "説明を展開するにはクリックしてください", "Click to expand comment" : "コメントを展開するにはクリックしてください", + "Create card" : "カードを作成", "Create a new card" : "新しいカードを作成する", "Card title" : "カードのタイトル", - "Create card" : "カードを作成", "Creating the new card …" : "新しいカードを作成しています...", "Card \"{card}\" was added to \"{board}\"" : "カード \"{card}\" が \"{board}\" に追加されました", "Open card" : "カードを開く", @@ -363,10 +363,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "明日の予定のカード", "upcoming cards" : "今後のカード", "New card" : "新しいカード", - "Due on {date}" : "期間{date}", - "This weekend – {timeLocale}" : "今週末 – {timeLocale}", - "Tomorrow – {timeLocale}" : "明日 – {timeLocale}", - "Later today – {timeLocale}" : "今日この後 – {timeLocale}", "Link to a board" : "ボードへのリンク", "Link to a card" : "カードへリンク", "Create a card" : "カードを作成", @@ -378,6 +374,12 @@ OC.L10N.register( "Share with a Deck card" : "デッキのカードで共有する", "Share {file} with a Deck card" : "{file}をデッキのカードで共有する", "Share" : "共有", + "Personal" : "個人", + "To do" : "To do", + "Doing" : "行うこと", + "Example Task 3" : "タスク3の例", + "Example Task 2" : "タスク2の例", + "Example Task 1" : "タスク1の例", "Move card to another board" : "カードを他のボードに移動", "Filter by completed" : "完成したものをフィルターする" }, diff --git a/l10n/ja.json b/l10n/ja.json index 9ecb56074..1e17d50db 100644 --- a/l10n/ja.json +++ b/l10n/ja.json @@ -74,7 +74,6 @@ "Cards due tomorrow" : "明日の期限切れのカード", "Upcoming cards" : "今後のカード", "Load more" : "さらに読み込む", - "Personal" : "個人", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "カード \"%s\"(\"%s\"に所属)が%sによってあなたに割り当てられました。", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} さんが、{deck-board} で、あなたにカード「{deck-card}」を割り当てました。", "The card \"%s\" on \"%s\" has reached its due date." : "カード \"%s\"(\"%s\"に所属)は期日に達しました。", @@ -97,12 +96,9 @@ "Action needed" : "必要なアクション", "Later" : "後", "copy" : "コピー", - "To do" : "To do", - "Doing" : "行うこと", + "To Do" : "To Do", + "In Progress" : "進行中", "Done" : "完了", - "Example Task 3" : "タスク3の例", - "Example Task 2" : "タスク2の例", - "Example Task 1" : "タスク1の例", "The file was uploaded" : "ファイルがアップロードされました", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "アップロードされたファイルがphp.iniのupload_max_filesizeディレクティブを超えています", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "アップロードファイルはHTMLフォームで指定された MAX_FILE_SIZE の制限を超えています", @@ -118,8 +114,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "日付が無効です。日付形式はYYYY-MM-DDである必要があります", "Personal planning and team project organization" : "個人的な計画とチームのプロジェクト編成", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "DeckはNextcloudと統合された、チームのための個人計画とプロジェクトの組織化を目的としたカンバンスタイルのオーガナイズツールです。\n\n\n- 📥 タスクをカードに追加して整理する\n- 📄 追加のメモをマークダウン形式で書き留める\n- 🔖 より詳細な分類のために追加のラベルを割り当てる\n- 👥 チーム、友達、家族と共有\n- 📎 ファイルを添付し、マークダウンの説明に埋め込む\n- 💬 コメントを使用してチームで話し合う\n- ⚡ アクティビティストリームで変更を追跡する\n- 🚀 プロジェクトを整理する", - "Card details" : "カード詳細", "Add board" : "ボードを追加", + "Card details" : "カード詳細", "Select the board to link to a project" : "プロジェクトにリンクするボードを選択", "Search by board title" : "ボードのタイトルで検索", "Select board" : "ボードを選択", @@ -127,17 +123,17 @@ "No lists available" : "利用可能なリストはありません", "Select a list" : "リストを選択", "Move card" : "カードの移動", - "Select a card" : "カードを選択", - "Cancel" : "キャンセル", "Select the card to link to a project" : "プロジェクトにリンクするカードを選択", "Link to card" : "カードへリンク", + "Select a card" : "カードを選択", + "Cancel" : "キャンセル", + "This board is read only" : "このボードは読み込みのみです", + "Drop your files to upload" : "アップロードするファイルをドロップしてください", "File already exists" : "ファイルはすでに存在します", "A file with the name {filename} already exists." : "そのファイル名 {filename}はすでに存在します。", "Do you want to overwrite it?" : "上書きしますか?", "Overwrite file" : "ファイルを上書き", "Keep existing file" : "既存のファイルを残す", - "This board is read only" : "このボードは読み込みのみです", - "Drop your files to upload" : "アップロードするファイルをドロップしてください", "Add card" : "カードを追加", "Archived cards" : "カードをアーカイブ", "Add list" : "リストを追加", @@ -178,6 +174,12 @@ "Deleted lists" : "削除済みリスト", "Undo" : "元に戻す", "Deleted cards" : "削除済みのカード", + "Failed to create share with {displayName}" : "{displayName}との共有の作成に失敗しました", + "Are you sure you want to transfer the board {title} to {user}?" : "本当にボード {title} を {user} に転送しますか?", + "Transfer the board." : "ボードを転送します。", + "Transfer" : "転送", + "The board has been transferred to {user}" : "ボードが {user} に転送されました。", + "Failed to transfer the board to {user}" : "{user} へのボードの転送に失敗しました", "Share board with a user, group or team …" : "ユーザー、グループ、チームでボードを共有 ...", "Searching for users, groups and teams …" : "ユーザー、グループ、チームの検索中...", "No participants found" : "参加者が見つかりません", @@ -189,12 +191,7 @@ "Can manage" : "管理可能", "Owner" : "所有者", "Delete" : "削除", - "Failed to create share with {displayName}" : "{displayName}との共有の作成に失敗しました", - "Are you sure you want to transfer the board {title} to {user}?" : "本当にボード {title} を {user} に転送しますか?", - "Transfer the board." : "ボードを転送します。", - "Transfer" : "転送", - "The board has been transferred to {user}" : "ボードが {user} に転送されました。", - "Failed to transfer the board to {user}" : "{user} へのボードの転送に失敗しました", + "List deleted" : "リストが削除されました", "Edit list title" : "リストタイトルを編集する", "Archive all cards" : "すべてのカードをアーカイブする", "Unarchive all cards" : "全てのカードをアーカイブ解除", @@ -203,15 +200,16 @@ "Unarchive all cards in this list" : "このリスト内の全てのカードのアーカイブを解除する", "Add a new card" : "新しいカードを追加", "Card name" : "カード名", - "List deleted" : "リストが削除されました", + "title and color value must be provided" : "タイトルと色の値を指定する必要があります", "Edit" : "編集", "Add a new tag" : "新しいタグを追加", - "title and color value must be provided" : "タイトルと色の値を指定する必要があります", "Board name" : "ボード名", "Members" : "メンバー", "Assign to users/groups/team" : "ユーザー/グループ/チームに割り当てる", "Assign a user to this card…" : "このカードをユーザーに割り当てる…", "Select a user to assign to this card…" : "このカードに割り当てるユーザーを選択してください。", + "File to share" : "共有するファイル", + "Invalid path selected" : "無効なパスが選択されました", "Upload new files" : "新しいファイルをアップロード", "Share from Files" : "ファイルから共有", "Pending share" : "共有を保留中", @@ -221,25 +219,24 @@ "Remove attachment" : "添付ファイルを削除", "Delete Attachment" : "添付ファイルを削除", "Restore Attachment" : "添付ファイルを復元", - "File to share" : "共有するファイル", - "Invalid path selected" : "無効なパスが選択されました", + "Modified" : "更新日時", + "Created" : "作成時刻", + "The title cannot be empty." : "タイトルを空にすることはできません。", "Open in sidebar view" : "サイドバービューで開く", "Open in bigger view" : "拡大表示で開く", "Attachments" : "添付ファイル", "Comments" : "コメント", - "Modified" : "更新日時", - "Created" : "作成時刻", - "The title cannot be empty." : "タイトルを空にすることはできません。", - "No comments yet. Begin the discussion!" : "まだコメントはありません。議論を始めましょう!", "Failed to load comments" : "コメントの読み込みに失敗しました", - "Save" : "保存", + "No comments yet. Begin the discussion!" : "まだコメントはありません。議論を始めましょう!", "The comment cannot be empty." : "コメントを空にすることはできません。", "The comment cannot be longer than 1000 characters." : "コメントは1000文字を超えることはできません。", + "Save" : "保存", + "Created:" : "作成:", "In reply to" : "返信", "Cancel reply" : "返信をキャンセル", "Reply" : "返信", "Update" : "更新", - "Created:" : "作成:", + "Write a description …" : "説明を書く…", "Description" : "説明", "(Unsaved)" : "(未保存)", "(Saving…)" : "(保存中…)", @@ -247,8 +244,16 @@ "Edit description" : "説明を編集", "View description" : "説明を表示", "Add Attachment" : "添付ファイルを追加", - "Write a description …" : "説明を書く…", "Choose attachment" : "添付ファイルを選択", + "Select Date" : "日付を選択", + "Later today – {timeLocale}" : "今日この後 – {timeLocale}", + "Set due date for later today" : "期限を今日中に設定する", + "Tomorrow – {timeLocale}" : "明日 – {timeLocale}", + "Set due date for tomorrow" : "期限を明日の設定する", + "This weekend – {timeLocale}" : "今週末 – {timeLocale}", + "Set due date for this weekend" : "期限を今週の週末に設定する", + "Next week – {timeLocale}" : "来週 – {timeLocale}", + "Set due date for next week" : "期限を次の週の設定する", "Assign a due date to this card…" : "このカードの期限を割り当てる", "Set a due date" : "期限を設定", "Add due date" : "期限日を追加する", @@ -259,25 +264,19 @@ "Not done" : "まだ完成していません", "Unarchive card" : "カードのアーカイブを解除する", "Archive card" : "カードをアーカイブ", - "Select Date" : "日付を選択", - "Set due date for later today" : "期限を今日中に設定する", - "Set due date for tomorrow" : "期限を明日の設定する", - "Set due date for this weekend" : "期限を今週の週末に設定する", - "Set due date for next week" : "期限を次の週の設定する", "Assign a tag to this card…" : "タグこのをカードに割り当てる…", "Select or create a tag…" : "タグを選択または作成する", "Create a new tag:" : "新しいタグを作成:", "(group)" : "(グループ)", - "Next week – {timeLocale}" : "来週 – {timeLocale}", - "Todo items" : "Todo項目", "{count} comments, {unread} unread" : "コメント {count} 件あり、 {unread} 件未読", + "Todo items" : "Todo項目", "Edit card title" : "カードタイトルを編集する", + "Card deleted" : "カードが削除されました", "Edit title" : "タイトルを編集", "Assign to me" : "自分に割り当てる", "Unassign myself" : "自分への割り当てを解除", "Mark as not done" : "未完成のマーク", "Delete card" : "カードを削除する", - "Card deleted" : "カードが削除されました", "seconds ago" : "数秒前", "Keyboard shortcuts" : "キーボードショートカット", "Boost your productivity using Deck with keyboard shortcuts." : "キーボードショートカットを使って、あなたのDeckの生産性を向上させましょう。", @@ -315,6 +314,13 @@ "Limit board creation to some groups" : "ボード作成は一部のグループに制限する", "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "これらのグループ以外のユーザーは、独自のボードを作成することはできませんが、共有されているボードで作業することはできます。", "Cancel edit" : "編集をキャンセル", + "Board {0} deleted" : "ボード {0} 削除済み", + "All cards" : "すべてのカード", + "Only assigned cards" : "割り当てられたカードのみ", + "No reminder" : "リマインダーなし", + "An error occurred" : "エラーが発生しました", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "ボード{title}を削除しますか? これにより、アーカイブされたカードを含むこのボードのすべてのデータが削除されます。", + "Delete the board?" : "ボードを削除しますか?", "Board details" : "ボードの詳細", "Edit board" : "ボードを編集", "Clone board" : "ボードを複製", @@ -324,16 +330,9 @@ "Turn on due date reminders" : "期日のリマインダーをオンにする", "Turn off due date reminders" : "期日のリマインダーをオフにする", "Due date reminders" : "期日のリマインダー", - "All cards" : "すべてのカード", "Assigned cards" : "割り当てられたカード", "No notifications" : "非通知", "Delete board" : "ボードを削除", - "Board {0} deleted" : "ボード {0} 削除済み", - "Only assigned cards" : "割り当てられたカードのみ", - "No reminder" : "リマインダーなし", - "An error occurred" : "エラーが発生しました", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "ボード{title}を削除しますか? これにより、アーカイブされたカードを含むこのボードのすべてのデータが削除されます。", - "Delete the board?" : "ボードを削除しますか?", "Clone cards" : "カードを複製", "Advanced options" : "詳細オプション", "Clone" : "複製", @@ -344,14 +343,15 @@ "Search for {searchQuery} in all boards" : "すべてのボードで{searchQuery}を検索します", "No results found" : "結果が見つかりません", "Deck board {name}\n* Last modified on {lastMod}" : "デッキボード{name}\n最終更新日:{lastMod}", - "{stack} in {board}" : "{board} 内の {stack}", - "Click to expand description" : "説明を展開するにはクリックしてください", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* 作成: {created}\n* 最終変更: {lastMod}\n* {nbAttachments} 添付ファイル\n* {nbComments} コメント", "{nbCards} cards" : "{nbCards} カード", + "Due on {date}" : "期間{date}", + "{stack} in {board}" : "{board} 内の {stack}", + "Click to expand description" : "説明を展開するにはクリックしてください", "Click to expand comment" : "コメントを展開するにはクリックしてください", + "Create card" : "カードを作成", "Create a new card" : "新しいカードを作成する", "Card title" : "カードのタイトル", - "Create card" : "カードを作成", "Creating the new card …" : "新しいカードを作成しています...", "Card \"{card}\" was added to \"{board}\"" : "カード \"{card}\" が \"{board}\" に追加されました", "Open card" : "カードを開く", @@ -361,10 +361,6 @@ "upcoming cards tomorrow" : "明日の予定のカード", "upcoming cards" : "今後のカード", "New card" : "新しいカード", - "Due on {date}" : "期間{date}", - "This weekend – {timeLocale}" : "今週末 – {timeLocale}", - "Tomorrow – {timeLocale}" : "明日 – {timeLocale}", - "Later today – {timeLocale}" : "今日この後 – {timeLocale}", "Link to a board" : "ボードへのリンク", "Link to a card" : "カードへリンク", "Create a card" : "カードを作成", @@ -376,6 +372,12 @@ "Share with a Deck card" : "デッキのカードで共有する", "Share {file} with a Deck card" : "{file}をデッキのカードで共有する", "Share" : "共有", + "Personal" : "個人", + "To do" : "To do", + "Doing" : "行うこと", + "Example Task 3" : "タスク3の例", + "Example Task 2" : "タスク2の例", + "Example Task 1" : "タスク1の例", "Move card to another board" : "カードを他のボードに移動", "Filter by completed" : "完成したものをフィルターする" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/l10n/ka.js b/l10n/ka.js index 4f26248fe..268cda97f 100644 --- a/l10n/ka.js +++ b/l10n/ka.js @@ -76,7 +76,6 @@ OC.L10N.register( "Cards due tomorrow" : "Cards due tomorrow", "Upcoming cards" : "Upcoming cards", "Load more" : "Load more", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "The card \"%s\" on \"%s\" has been assigned to you by %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} has assigned the card {deck-card} on {deck-board} to you.", "The card \"%s\" on \"%s\" has reached its due date." : "The card \"%s\" on \"%s\" has reached its due date.", @@ -99,12 +98,8 @@ OC.L10N.register( "Action needed" : "Action needed", "Later" : "Later", "copy" : "copy", - "To do" : "To do", - "Doing" : "Doing", + "To Do" : "To Do", "Done" : "Done", - "Example Task 3" : "Example Task 3", - "Example Task 2" : "Example Task 2", - "Example Task 1" : "Example Task 1", "The file was uploaded" : "The file was uploaded", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "The uploaded file exceeds the upload_max_filesize directive in php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form", @@ -120,8 +115,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD", "Personal planning and team project organization" : "Personal planning and team project organization", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized", - "Card details" : "Card details", "Add board" : "Add board", + "Card details" : "Card details", "Select the board to link to a project" : "Select the board to link to a project", "Search by board title" : "Search by board title", "Select board" : "Select board", @@ -129,17 +124,17 @@ OC.L10N.register( "No lists available" : "No lists available", "Select a list" : "Select a list", "Move card" : "Move card", - "Select a card" : "Select a card", - "Cancel" : "Cancel", "Select the card to link to a project" : "Select the card to link to a project", "Link to card" : "Link to card", + "Select a card" : "Select a card", + "Cancel" : "Cancel", + "This board is read only" : "This board is read only", + "Drop your files to upload" : "Drop your files to upload", "File already exists" : "File already exists", "A file with the name {filename} already exists." : "A file with the name {filename} already exists.", "Do you want to overwrite it?" : "Do you want to overwrite it?", "Overwrite file" : "Overwrite file", "Keep existing file" : "Keep existing file", - "This board is read only" : "This board is read only", - "Drop your files to upload" : "Drop your files to upload", "Add card" : "Add card", "Archived cards" : "Archived cards", "Add list" : "Add list", @@ -178,6 +173,12 @@ OC.L10N.register( "Deleted lists" : "Deleted lists", "Undo" : "Undo", "Deleted cards" : "Deleted cards", + "Failed to create share with {displayName}" : "Failed to create share with {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Are you sure you want to transfer the board {title} to {user}?", + "Transfer the board." : "Transfer the board.", + "Transfer" : "Transfer", + "The board has been transferred to {user}" : "The board has been transferred to {user}", + "Failed to transfer the board to {user}" : "Failed to transfer the board to {user}", "No participants found" : "No participants found", "Board owner" : "Board owner", "(Group)" : "(Group)", @@ -186,12 +187,7 @@ OC.L10N.register( "Can manage" : "Can manage", "Owner" : "Owner", "Delete" : "Delete", - "Failed to create share with {displayName}" : "Failed to create share with {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Are you sure you want to transfer the board {title} to {user}?", - "Transfer the board." : "Transfer the board.", - "Transfer" : "Transfer", - "The board has been transferred to {user}" : "The board has been transferred to {user}", - "Failed to transfer the board to {user}" : "Failed to transfer the board to {user}", + "List deleted" : "List deleted", "Edit list title" : "Edit list title", "Archive all cards" : "Archive all cards", "Unarchive all cards" : "Unarchive all cards", @@ -200,13 +196,14 @@ OC.L10N.register( "Unarchive all cards in this list" : "Unarchive all cards in this list", "Add a new card" : "Add a new card", "Card name" : "Card name", - "List deleted" : "List deleted", + "title and color value must be provided" : "title and color value must be provided", "Edit" : "Edit", "Add a new tag" : "Add a new tag", - "title and color value must be provided" : "title and color value must be provided", "Board name" : "Board name", "Members" : "Members", "Assign a user to this card…" : "Assign a user to this card…", + "File to share" : "File to share", + "Invalid path selected" : "Invalid path selected", "Upload new files" : "Upload new files", "Share from Files" : "Share from Files", "Pending share" : "Pending share", @@ -216,25 +213,24 @@ OC.L10N.register( "Remove attachment" : "Remove attachment", "Delete Attachment" : "Delete Attachment", "Restore Attachment" : "Restore Attachment", - "File to share" : "File to share", - "Invalid path selected" : "Invalid path selected", + "Modified" : "Modified", + "Created" : "Created", + "The title cannot be empty." : "The title cannot be empty.", "Open in sidebar view" : "Open in sidebar view", "Open in bigger view" : "Open in bigger view", "Attachments" : "Attachments", "Comments" : "Comments", - "Modified" : "Modified", - "Created" : "Created", - "The title cannot be empty." : "The title cannot be empty.", - "No comments yet. Begin the discussion!" : "No comments yet. Begin the discussion!", "Failed to load comments" : "Failed to load comments", - "Save" : "Save", + "No comments yet. Begin the discussion!" : "No comments yet. Begin the discussion!", "The comment cannot be empty." : "The comment cannot be empty.", "The comment cannot be longer than 1000 characters." : "The comment cannot be longer than 1000 characters.", + "Save" : "Save", + "Created:" : "Created:", "In reply to" : "In reply to", "Cancel reply" : "Cancel reply", "Reply" : "Reply", "Update" : "Update", - "Created:" : "Created:", + "Write a description …" : "Write a description …", "Description" : "Description", "(Unsaved)" : "(Unsaved)", "(Saving…)" : "(Saving…)", @@ -242,8 +238,16 @@ OC.L10N.register( "Edit description" : "Edit description", "View description" : "View description", "Add Attachment" : "Add Attachment", - "Write a description …" : "Write a description …", "Choose attachment" : "Choose attachment", + "Select Date" : "Select Date", + "Later today – {timeLocale}" : "Later today – {timeLocale}", + "Set due date for later today" : "Set due date for later today", + "Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}", + "Set due date for tomorrow" : "Set due date for tomorrow", + "This weekend – {timeLocale}" : "This weekend – {timeLocale}", + "Set due date for this weekend" : "Set due date for this weekend", + "Next week – {timeLocale}" : "Next week – {timeLocale}", + "Set due date for next week" : "Set due date for next week", "Assign a due date to this card…" : "Assign a due date to this card…", "Set a due date" : "Set a due date", "Add due date" : "Add due date", @@ -253,24 +257,18 @@ OC.L10N.register( "Due at:" : "Due at:", "Unarchive card" : "Unarchive card", "Archive card" : "Archive card", - "Select Date" : "Select Date", - "Set due date for later today" : "Set due date for later today", - "Set due date for tomorrow" : "Set due date for tomorrow", - "Set due date for this weekend" : "Set due date for this weekend", - "Set due date for next week" : "Set due date for next week", "Assign a tag to this card…" : "Assign a tag to this card…", "Create a new tag:" : "Create a new tag:", "(group)" : "(group)", - "Next week – {timeLocale}" : "Next week – {timeLocale}", - "Todo items" : "Todo items", "{count} comments, {unread} unread" : "{count} comments, {unread} unread", + "Todo items" : "Todo items", "Edit card title" : "Edit card title", + "Card deleted" : "Card deleted", "Edit title" : "Edit title", "Assign to me" : "Assign to me", "Unassign myself" : "Unassign myself", "Mark as not done" : "Mark as not done", "Delete card" : "Delete card", - "Card deleted" : "Card deleted", "seconds ago" : "seconds ago", "Keyboard shortcuts" : "Keyboard shortcuts", "Board actions" : "Board actions", @@ -307,6 +305,13 @@ OC.L10N.register( "Limit board creation to some groups" : "Limit board creation to some groups", "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.", "Cancel edit" : "Cancel edit", + "Board {0} deleted" : "Board {0} deleted", + "All cards" : "All cards", + "Only assigned cards" : "Only assigned cards", + "No reminder" : "No reminder", + "An error occurred" : "An error occurred", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.", + "Delete the board?" : "Delete the board?", "Board details" : "Board details", "Edit board" : "Edit board", "Clone board" : "Clone board", @@ -316,16 +321,9 @@ OC.L10N.register( "Turn on due date reminders" : "Turn on due date reminders", "Turn off due date reminders" : "Turn off due date reminders", "Due date reminders" : "Due date reminders", - "All cards" : "All cards", "Assigned cards" : "Assigned cards", "No notifications" : "No notifications", "Delete board" : "Delete board", - "Board {0} deleted" : "Board {0} deleted", - "Only assigned cards" : "Only assigned cards", - "No reminder" : "No reminder", - "An error occurred" : "An error occurred", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.", - "Delete the board?" : "Delete the board?", "Advanced options" : "Advanced options", "Loading filtered view" : "Loading filtered view", "Today" : "Today", @@ -334,14 +332,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards", "No results found" : "No results found", "Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}", - "{stack} in {board}" : "{stack} in {board}", - "Click to expand description" : "Click to expand description", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments", "{nbCards} cards" : "{nbCards} cards", + "Due on {date}" : "Due on {date}", + "{stack} in {board}" : "{stack} in {board}", + "Click to expand description" : "Click to expand description", "Click to expand comment" : "Click to expand comment", + "Create card" : "Create card", "Create a new card" : "Create a new card", "Card title" : "Card title", - "Create card" : "Create card", "Creating the new card …" : "Creating the new card …", "Card \"{card}\" was added to \"{board}\"" : "Card \"{card}\" was added to \"{board}\"", "Open card" : "Open card", @@ -351,10 +350,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "upcoming cards tomorrow", "upcoming cards" : "upcoming cards", "New card" : "New card", - "Due on {date}" : "Due on {date}", - "This weekend – {timeLocale}" : "This weekend – {timeLocale}", - "Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}", - "Later today – {timeLocale}" : "Later today – {timeLocale}", "Link to a board" : "Link to a board", "Link to a card" : "Link to a card", "Create a card" : "Create a card", @@ -366,6 +361,12 @@ OC.L10N.register( "Share with a Deck card" : "Share with a Deck card", "Share {file} with a Deck card" : "Share {file} with a Deck card", "Share" : "Share", + "Personal" : "Personal", + "To do" : "To do", + "Doing" : "Doing", + "Example Task 3" : "Example Task 3", + "Example Task 2" : "Example Task 2", + "Example Task 1" : "Example Task 1", "Move card to another board" : "Move card to another board" }, "nplurals=2; plural=(n!=1);"); diff --git a/l10n/ka.json b/l10n/ka.json index 7d84a5810..4efafdf54 100644 --- a/l10n/ka.json +++ b/l10n/ka.json @@ -74,7 +74,6 @@ "Cards due tomorrow" : "Cards due tomorrow", "Upcoming cards" : "Upcoming cards", "Load more" : "Load more", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "The card \"%s\" on \"%s\" has been assigned to you by %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} has assigned the card {deck-card} on {deck-board} to you.", "The card \"%s\" on \"%s\" has reached its due date." : "The card \"%s\" on \"%s\" has reached its due date.", @@ -97,12 +96,8 @@ "Action needed" : "Action needed", "Later" : "Later", "copy" : "copy", - "To do" : "To do", - "Doing" : "Doing", + "To Do" : "To Do", "Done" : "Done", - "Example Task 3" : "Example Task 3", - "Example Task 2" : "Example Task 2", - "Example Task 1" : "Example Task 1", "The file was uploaded" : "The file was uploaded", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "The uploaded file exceeds the upload_max_filesize directive in php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form", @@ -118,8 +113,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD", "Personal planning and team project organization" : "Personal planning and team project organization", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized", - "Card details" : "Card details", "Add board" : "Add board", + "Card details" : "Card details", "Select the board to link to a project" : "Select the board to link to a project", "Search by board title" : "Search by board title", "Select board" : "Select board", @@ -127,17 +122,17 @@ "No lists available" : "No lists available", "Select a list" : "Select a list", "Move card" : "Move card", - "Select a card" : "Select a card", - "Cancel" : "Cancel", "Select the card to link to a project" : "Select the card to link to a project", "Link to card" : "Link to card", + "Select a card" : "Select a card", + "Cancel" : "Cancel", + "This board is read only" : "This board is read only", + "Drop your files to upload" : "Drop your files to upload", "File already exists" : "File already exists", "A file with the name {filename} already exists." : "A file with the name {filename} already exists.", "Do you want to overwrite it?" : "Do you want to overwrite it?", "Overwrite file" : "Overwrite file", "Keep existing file" : "Keep existing file", - "This board is read only" : "This board is read only", - "Drop your files to upload" : "Drop your files to upload", "Add card" : "Add card", "Archived cards" : "Archived cards", "Add list" : "Add list", @@ -176,6 +171,12 @@ "Deleted lists" : "Deleted lists", "Undo" : "Undo", "Deleted cards" : "Deleted cards", + "Failed to create share with {displayName}" : "Failed to create share with {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Are you sure you want to transfer the board {title} to {user}?", + "Transfer the board." : "Transfer the board.", + "Transfer" : "Transfer", + "The board has been transferred to {user}" : "The board has been transferred to {user}", + "Failed to transfer the board to {user}" : "Failed to transfer the board to {user}", "No participants found" : "No participants found", "Board owner" : "Board owner", "(Group)" : "(Group)", @@ -184,12 +185,7 @@ "Can manage" : "Can manage", "Owner" : "Owner", "Delete" : "Delete", - "Failed to create share with {displayName}" : "Failed to create share with {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Are you sure you want to transfer the board {title} to {user}?", - "Transfer the board." : "Transfer the board.", - "Transfer" : "Transfer", - "The board has been transferred to {user}" : "The board has been transferred to {user}", - "Failed to transfer the board to {user}" : "Failed to transfer the board to {user}", + "List deleted" : "List deleted", "Edit list title" : "Edit list title", "Archive all cards" : "Archive all cards", "Unarchive all cards" : "Unarchive all cards", @@ -198,13 +194,14 @@ "Unarchive all cards in this list" : "Unarchive all cards in this list", "Add a new card" : "Add a new card", "Card name" : "Card name", - "List deleted" : "List deleted", + "title and color value must be provided" : "title and color value must be provided", "Edit" : "Edit", "Add a new tag" : "Add a new tag", - "title and color value must be provided" : "title and color value must be provided", "Board name" : "Board name", "Members" : "Members", "Assign a user to this card…" : "Assign a user to this card…", + "File to share" : "File to share", + "Invalid path selected" : "Invalid path selected", "Upload new files" : "Upload new files", "Share from Files" : "Share from Files", "Pending share" : "Pending share", @@ -214,25 +211,24 @@ "Remove attachment" : "Remove attachment", "Delete Attachment" : "Delete Attachment", "Restore Attachment" : "Restore Attachment", - "File to share" : "File to share", - "Invalid path selected" : "Invalid path selected", + "Modified" : "Modified", + "Created" : "Created", + "The title cannot be empty." : "The title cannot be empty.", "Open in sidebar view" : "Open in sidebar view", "Open in bigger view" : "Open in bigger view", "Attachments" : "Attachments", "Comments" : "Comments", - "Modified" : "Modified", - "Created" : "Created", - "The title cannot be empty." : "The title cannot be empty.", - "No comments yet. Begin the discussion!" : "No comments yet. Begin the discussion!", "Failed to load comments" : "Failed to load comments", - "Save" : "Save", + "No comments yet. Begin the discussion!" : "No comments yet. Begin the discussion!", "The comment cannot be empty." : "The comment cannot be empty.", "The comment cannot be longer than 1000 characters." : "The comment cannot be longer than 1000 characters.", + "Save" : "Save", + "Created:" : "Created:", "In reply to" : "In reply to", "Cancel reply" : "Cancel reply", "Reply" : "Reply", "Update" : "Update", - "Created:" : "Created:", + "Write a description …" : "Write a description …", "Description" : "Description", "(Unsaved)" : "(Unsaved)", "(Saving…)" : "(Saving…)", @@ -240,8 +236,16 @@ "Edit description" : "Edit description", "View description" : "View description", "Add Attachment" : "Add Attachment", - "Write a description …" : "Write a description …", "Choose attachment" : "Choose attachment", + "Select Date" : "Select Date", + "Later today – {timeLocale}" : "Later today – {timeLocale}", + "Set due date for later today" : "Set due date for later today", + "Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}", + "Set due date for tomorrow" : "Set due date for tomorrow", + "This weekend – {timeLocale}" : "This weekend – {timeLocale}", + "Set due date for this weekend" : "Set due date for this weekend", + "Next week – {timeLocale}" : "Next week – {timeLocale}", + "Set due date for next week" : "Set due date for next week", "Assign a due date to this card…" : "Assign a due date to this card…", "Set a due date" : "Set a due date", "Add due date" : "Add due date", @@ -251,24 +255,18 @@ "Due at:" : "Due at:", "Unarchive card" : "Unarchive card", "Archive card" : "Archive card", - "Select Date" : "Select Date", - "Set due date for later today" : "Set due date for later today", - "Set due date for tomorrow" : "Set due date for tomorrow", - "Set due date for this weekend" : "Set due date for this weekend", - "Set due date for next week" : "Set due date for next week", "Assign a tag to this card…" : "Assign a tag to this card…", "Create a new tag:" : "Create a new tag:", "(group)" : "(group)", - "Next week – {timeLocale}" : "Next week – {timeLocale}", - "Todo items" : "Todo items", "{count} comments, {unread} unread" : "{count} comments, {unread} unread", + "Todo items" : "Todo items", "Edit card title" : "Edit card title", + "Card deleted" : "Card deleted", "Edit title" : "Edit title", "Assign to me" : "Assign to me", "Unassign myself" : "Unassign myself", "Mark as not done" : "Mark as not done", "Delete card" : "Delete card", - "Card deleted" : "Card deleted", "seconds ago" : "seconds ago", "Keyboard shortcuts" : "Keyboard shortcuts", "Board actions" : "Board actions", @@ -305,6 +303,13 @@ "Limit board creation to some groups" : "Limit board creation to some groups", "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.", "Cancel edit" : "Cancel edit", + "Board {0} deleted" : "Board {0} deleted", + "All cards" : "All cards", + "Only assigned cards" : "Only assigned cards", + "No reminder" : "No reminder", + "An error occurred" : "An error occurred", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.", + "Delete the board?" : "Delete the board?", "Board details" : "Board details", "Edit board" : "Edit board", "Clone board" : "Clone board", @@ -314,16 +319,9 @@ "Turn on due date reminders" : "Turn on due date reminders", "Turn off due date reminders" : "Turn off due date reminders", "Due date reminders" : "Due date reminders", - "All cards" : "All cards", "Assigned cards" : "Assigned cards", "No notifications" : "No notifications", "Delete board" : "Delete board", - "Board {0} deleted" : "Board {0} deleted", - "Only assigned cards" : "Only assigned cards", - "No reminder" : "No reminder", - "An error occurred" : "An error occurred", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.", - "Delete the board?" : "Delete the board?", "Advanced options" : "Advanced options", "Loading filtered view" : "Loading filtered view", "Today" : "Today", @@ -332,14 +330,15 @@ "Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards", "No results found" : "No results found", "Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}", - "{stack} in {board}" : "{stack} in {board}", - "Click to expand description" : "Click to expand description", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments", "{nbCards} cards" : "{nbCards} cards", + "Due on {date}" : "Due on {date}", + "{stack} in {board}" : "{stack} in {board}", + "Click to expand description" : "Click to expand description", "Click to expand comment" : "Click to expand comment", + "Create card" : "Create card", "Create a new card" : "Create a new card", "Card title" : "Card title", - "Create card" : "Create card", "Creating the new card …" : "Creating the new card …", "Card \"{card}\" was added to \"{board}\"" : "Card \"{card}\" was added to \"{board}\"", "Open card" : "Open card", @@ -349,10 +348,6 @@ "upcoming cards tomorrow" : "upcoming cards tomorrow", "upcoming cards" : "upcoming cards", "New card" : "New card", - "Due on {date}" : "Due on {date}", - "This weekend – {timeLocale}" : "This weekend – {timeLocale}", - "Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}", - "Later today – {timeLocale}" : "Later today – {timeLocale}", "Link to a board" : "Link to a board", "Link to a card" : "Link to a card", "Create a card" : "Create a card", @@ -364,6 +359,12 @@ "Share with a Deck card" : "Share with a Deck card", "Share {file} with a Deck card" : "Share {file} with a Deck card", "Share" : "Share", + "Personal" : "Personal", + "To do" : "To do", + "Doing" : "Doing", + "Example Task 3" : "Example Task 3", + "Example Task 2" : "Example Task 2", + "Example Task 1" : "Example Task 1", "Move card to another board" : "Move card to another board" },"pluralForm" :"nplurals=2; plural=(n!=1);" } \ No newline at end of file diff --git a/l10n/ka_GE.js b/l10n/ka_GE.js index f745f4d94..1359e79e6 100644 --- a/l10n/ka_GE.js +++ b/l10n/ka_GE.js @@ -2,7 +2,6 @@ OC.L10N.register( "deck", { "Deck" : "დასტა", - "Personal" : "პირადი", "The card \"%s\" on \"%s\" has reached its due date." : "ბარათმა \"%s\" \"%s\"-ზე მიაღწია დანიშნულ დროს.", "The board \"%s\" has been shared with you by %s." : "დაფა \"%s\" თქვენთან გაზიარდა %s-ისთვის.", "%s on %s" : "%s %s-ზე", @@ -36,13 +35,13 @@ OC.L10N.register( "Edit" : "შეცვლა", "Members" : "წევრები", "Download" : "ჩამოტვირთვა", - "Comments" : "კომენტარები", "Modified" : "შეიცვალა", "Created" : "შექმნილია", + "Comments" : "კომენტარები", "Save" : "შენახვა", + "Created:" : "შექმნილია:", "Reply" : "პასუხი", "Update" : "განახლება", - "Created:" : "შექმნილია:", "Description" : "აღწერა", "Formatting help" : "დახმარება ფორმატირებაზე", "Remove due date" : "მოაშორეთ დანიშნულების დრო", @@ -64,6 +63,7 @@ OC.L10N.register( "Today" : "დღეს", "Tomorrow" : "ხვალ", "Close" : "დახურვა", - "Share" : "გაზიარება" + "Share" : "გაზიარება", + "Personal" : "პირადი" }, "nplurals=2; plural=(n!=1);"); diff --git a/l10n/ka_GE.json b/l10n/ka_GE.json index 121e1e17a..32038ec45 100644 --- a/l10n/ka_GE.json +++ b/l10n/ka_GE.json @@ -1,6 +1,5 @@ { "translations": { "Deck" : "დასტა", - "Personal" : "პირადი", "The card \"%s\" on \"%s\" has reached its due date." : "ბარათმა \"%s\" \"%s\"-ზე მიაღწია დანიშნულ დროს.", "The board \"%s\" has been shared with you by %s." : "დაფა \"%s\" თქვენთან გაზიარდა %s-ისთვის.", "%s on %s" : "%s %s-ზე", @@ -34,13 +33,13 @@ "Edit" : "შეცვლა", "Members" : "წევრები", "Download" : "ჩამოტვირთვა", - "Comments" : "კომენტარები", "Modified" : "შეიცვალა", "Created" : "შექმნილია", + "Comments" : "კომენტარები", "Save" : "შენახვა", + "Created:" : "შექმნილია:", "Reply" : "პასუხი", "Update" : "განახლება", - "Created:" : "შექმნილია:", "Description" : "აღწერა", "Formatting help" : "დახმარება ფორმატირებაზე", "Remove due date" : "მოაშორეთ დანიშნულების დრო", @@ -62,6 +61,7 @@ "Today" : "დღეს", "Tomorrow" : "ხვალ", "Close" : "დახურვა", - "Share" : "გაზიარება" + "Share" : "გაზიარება", + "Personal" : "პირადი" },"pluralForm" :"nplurals=2; plural=(n!=1);" } \ No newline at end of file diff --git a/l10n/kab.js b/l10n/kab.js index 2a8625adc..a70158091 100644 --- a/l10n/kab.js +++ b/l10n/kab.js @@ -1,7 +1,6 @@ OC.L10N.register( "deck", { - "Personal" : "Udmawan", "Finished" : "Immed", "Done" : "Immed", "The file was uploaded" : "Ulac afaylu yettwaznen", @@ -19,10 +18,10 @@ OC.L10N.register( "Delete" : "Kkes", "Edit" : "Ẓreg", "Download" : "Sider", - "Attachments" : "Ticeqqufin", - "Comments" : "Commentaires", "Modified" : "Yettwabeddel", "Created" : "Yettwarna.", + "Attachments" : "Ticeqqufin", + "Comments" : "Commentaires", "Save" : "Sekles", "Cancel reply" : "Semmet tiririt.", "Reply" : "Err", @@ -31,6 +30,7 @@ OC.L10N.register( "No notifications" : "Ulac tisezmal", "Today" : "Ass-a", "Close" : "Mdel", - "Share" : "Bḍu" + "Share" : "Bḍu", + "Personal" : "Udmawan" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/kab.json b/l10n/kab.json index e51fd95bb..3afe35efe 100644 --- a/l10n/kab.json +++ b/l10n/kab.json @@ -1,5 +1,4 @@ { "translations": { - "Personal" : "Udmawan", "Finished" : "Immed", "Done" : "Immed", "The file was uploaded" : "Ulac afaylu yettwaznen", @@ -17,10 +16,10 @@ "Delete" : "Kkes", "Edit" : "Ẓreg", "Download" : "Sider", - "Attachments" : "Ticeqqufin", - "Comments" : "Commentaires", "Modified" : "Yettwabeddel", "Created" : "Yettwarna.", + "Attachments" : "Ticeqqufin", + "Comments" : "Commentaires", "Save" : "Sekles", "Cancel reply" : "Semmet tiririt.", "Reply" : "Err", @@ -29,6 +28,7 @@ "No notifications" : "Ulac tisezmal", "Today" : "Ass-a", "Close" : "Mdel", - "Share" : "Bḍu" + "Share" : "Bḍu", + "Personal" : "Udmawan" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/km.js b/l10n/km.js index 044472a4c..a8611b555 100644 --- a/l10n/km.js +++ b/l10n/km.js @@ -1,7 +1,6 @@ OC.L10N.register( "deck", { - "Personal" : "ផ្ទាល់​ខ្លួន", "copy" : "ចម្លង", "Done" : "Done", "Cancel" : "បោះបង់", @@ -17,15 +16,16 @@ OC.L10N.register( "Download" : "ទាញយក", "Modified" : "បាន​កែ​ប្រែ", "Save" : "រក្សាទុក", + "Created:" : "បាន​បង្កើត៖", "Reply" : "ឆ្លើយតប", "Update" : "ធ្វើ​បច្ចុប្បន្នភាព", - "Created:" : "បាន​បង្កើត៖", "Description" : "ការ​អធិប្បាយ", "seconds ago" : "វិនាទី​មុន", "Search" : "ស្វែងរក", "Shared with you" : "Shared with you", "Today" : "ថ្ងៃ​នេះ", "Close" : "បិទ", - "Share" : "ចែក​រំលែក" + "Share" : "ចែក​រំលែក", + "Personal" : "ផ្ទាល់​ខ្លួន" }, "nplurals=1; plural=0;"); diff --git a/l10n/km.json b/l10n/km.json index 0bb4992a3..999a1e60c 100644 --- a/l10n/km.json +++ b/l10n/km.json @@ -1,5 +1,4 @@ { "translations": { - "Personal" : "ផ្ទាល់​ខ្លួន", "copy" : "ចម្លង", "Done" : "Done", "Cancel" : "បោះបង់", @@ -15,15 +14,16 @@ "Download" : "ទាញយក", "Modified" : "បាន​កែ​ប្រែ", "Save" : "រក្សាទុក", + "Created:" : "បាន​បង្កើត៖", "Reply" : "ឆ្លើយតប", "Update" : "ធ្វើ​បច្ចុប្បន្នភាព", - "Created:" : "បាន​បង្កើត៖", "Description" : "ការ​អធិប្បាយ", "seconds ago" : "វិនាទី​មុន", "Search" : "ស្វែងរក", "Shared with you" : "Shared with you", "Today" : "ថ្ងៃ​នេះ", "Close" : "បិទ", - "Share" : "ចែក​រំលែក" + "Share" : "ចែក​រំលែក", + "Personal" : "ផ្ទាល់​ខ្លួន" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/l10n/kn.js b/l10n/kn.js index 054501f95..acca3447a 100644 --- a/l10n/kn.js +++ b/l10n/kn.js @@ -1,7 +1,6 @@ OC.L10N.register( "deck", { - "Personal" : "ವೈಯಕ್ತಿಕ", "Done" : "Done", "No file was uploaded" : "ವರ್ಗಾವಣೆಗೆ ಯಾವುದೇ ಕಡತಗಳು ಕಂಡುಬಂದಿಲ್ಲ", "Missing a temporary folder" : "ತಾತ್ಕಾಲಿಕ ಕಡತಕೋಶ ದೊರೆಕುತ್ತಿಲ್ಲ", @@ -20,6 +19,7 @@ OC.L10N.register( "Shared with you" : "Shared with you", "Today" : "Today", "Close" : "ಮುಚ್ಚು", - "Share" : "ಹಂಚಿಕೊಳ್ಳಿ" + "Share" : "ಹಂಚಿಕೊಳ್ಳಿ", + "Personal" : "ವೈಯಕ್ತಿಕ" }, "nplurals=2; plural=(n > 1);"); diff --git a/l10n/kn.json b/l10n/kn.json index d7752e2fc..5e004fbf7 100644 --- a/l10n/kn.json +++ b/l10n/kn.json @@ -1,5 +1,4 @@ { "translations": { - "Personal" : "ವೈಯಕ್ತಿಕ", "Done" : "Done", "No file was uploaded" : "ವರ್ಗಾವಣೆಗೆ ಯಾವುದೇ ಕಡತಗಳು ಕಂಡುಬಂದಿಲ್ಲ", "Missing a temporary folder" : "ತಾತ್ಕಾಲಿಕ ಕಡತಕೋಶ ದೊರೆಕುತ್ತಿಲ್ಲ", @@ -18,6 +17,7 @@ "Shared with you" : "Shared with you", "Today" : "Today", "Close" : "ಮುಚ್ಚು", - "Share" : "ಹಂಚಿಕೊಳ್ಳಿ" + "Share" : "ಹಂಚಿಕೊಳ್ಳಿ", + "Personal" : "ವೈಯಕ್ತಿಕ" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/l10n/ko.js b/l10n/ko.js index 62776a759..382c89d21 100644 --- a/l10n/ko.js +++ b/l10n/ko.js @@ -76,7 +76,6 @@ OC.L10N.register( "Cards due tomorrow" : "명일 만료인 카드", "Upcoming cards" : "다음 카드들", "Load more" : "더 불러오기", - "Personal" : "개인", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "\"%s\"의 \"%s\" 카드가 %s에 의해 당신에게 할당되었습니다.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user}님이 {deck-board}의 {deck-card} 카드를 당신에게 할당했습니다.", "The card \"%s\" on \"%s\" has reached its due date." : "카드 \"%s\"(\"%s\"에 있음)의 만료 날짜가 다가왔습니다.", @@ -99,12 +98,9 @@ OC.L10N.register( "Action needed" : "동작 필요", "Later" : "나중에", "copy" : "복사", - "To do" : "할 일", - "Doing" : "하는 중", + "To Do" : "할 일", + "In Progress" : "진행 중", "Done" : "완료", - "Example Task 3" : "작업 예제 3", - "Example Task 2" : "작업 예제 2", - "Example Task 1" : "작업 예제 1", "The file was uploaded" : "파일을 업로드함", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "업로드한 파일의 크기가 php.ini의 upload_max_filesize를 초과함", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "업로드한 파일의 크기가 HTML 폼에 지정한 MAX_FILE_SIZE를 초과함", @@ -120,8 +116,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "잘못된 날짜, YYYY-MM-DD 형식이어야 합니다.", "Personal planning and team project organization" : "개인 기획 및 팀 프로젝트 구성", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck은 Nextcloud와 통합된 팀의 개인 계획 및 프로젝트 구성을 목표로 하는 칸반 스타일 구성 도구입니다.\n\n\n- 📥 카드에 작업을 추가하고 순서대로 정리하세요\n- 📄 Markdown에 추가 메모를 작성하세요.\n- 🔖 더 나은 정리를 위해 라벨을 할당하세요\n- 👥 팀, 친구, 가족과 공유하세요\n- 📎 파일을 첨부하고 Markdown 설명에 포함하세요.\n- 💬 댓글을 사용하여 팀과 토론하세요\n- ⚡ 활동 스트림의 변경 사항을 추적하세요.\n- 🚀 프로젝트를 체계적으로 정리하세요", - "Card details" : "카드 세부사항", "Add board" : "보드 추가", + "Card details" : "카드 세부사항", "Select the board to link to a project" : "프로젝트에 연결할 보드를 선택하세요.", "Search by board title" : "보드 제목으로 검색", "Select board" : "보드 선택", @@ -129,17 +125,17 @@ OC.L10N.register( "No lists available" : "사용 가능한 목록이 없음", "Select a list" : "목록 선택", "Move card" : "카드 이동", - "Select a card" : "카드 선택", - "Cancel" : "취소", "Select the card to link to a project" : "카드를 선택해 프로젝트에 연결", "Link to card" : "카드 링크", + "Select a card" : "카드 선택", + "Cancel" : "취소", + "This board is read only" : "읽기 전용 보드", + "Drop your files to upload" : "업로드를 하려면 파일을 올리시오.", "File already exists" : "파일이 이미 존재함", "A file with the name {filename} already exists." : "이미 존재하는 파일이름 {filename} ", "Do you want to overwrite it?" : "덮어쓰시겠습니까?", "Overwrite file" : "덮어쓰기", "Keep existing file" : "기존 파일 보존", - "This board is read only" : "읽기 전용 보드", - "Drop your files to upload" : "업로드를 하려면 파일을 올리시오.", "Add card" : "카드 추가", "Archived cards" : "보관된 카드들", "Add list" : "목록 추가", @@ -180,6 +176,12 @@ OC.L10N.register( "Deleted lists" : "삭제된 목록", "Undo" : "실행 취소", "Deleted cards" : "삭제된 카드", + "Failed to create share with {displayName}" : "displayName}과(와) 공유를 생성하지 못했습니다.", + "Are you sure you want to transfer the board {title} to {user}?" : "{title} 보드를 {user}에게 양도하시겠습니까?", + "Transfer the board." : "보드를 옮깁니다.", + "Transfer" : "전송", + "The board has been transferred to {user}" : "보드가 {user}에게 이전되었습니다", + "Failed to transfer the board to {user}" : "보드를 {user}에게 전송하지 못했습니다.", "Share board with a user, group or team …" : "사용자, 그룹 또는 팀과 보드 공유…", "Searching for users, groups and teams …" : "사용자, 그룹, 팀 검색 중…", "No participants found" : "참가자를 찾을 수 없음", @@ -191,12 +193,7 @@ OC.L10N.register( "Can manage" : "관리 가능", "Owner" : "소유자", "Delete" : "삭제", - "Failed to create share with {displayName}" : "displayName}과(와) 공유를 생성하지 못했습니다.", - "Are you sure you want to transfer the board {title} to {user}?" : "{title} 보드를 {user}에게 양도하시겠습니까?", - "Transfer the board." : "보드를 옮깁니다.", - "Transfer" : "전송", - "The board has been transferred to {user}" : "보드가 {user}에게 이전되었습니다", - "Failed to transfer the board to {user}" : "보드를 {user}에게 전송하지 못했습니다.", + "List deleted" : "목록 삭제됨", "Edit list title" : "목록 제목 수정", "Archive all cards" : "모든 카드 보관", "Unarchive all cards" : "모든 카드 보관 취소", @@ -205,15 +202,16 @@ OC.L10N.register( "Unarchive all cards in this list" : "이 목록의 모든 카드를 보관 취소", "Add a new card" : "새로운 카드 추가", "Card name" : "카드 이름", - "List deleted" : "목록 삭제됨", + "title and color value must be provided" : "제목과 색상 값을 제공해야 함", "Edit" : "편집", "Add a new tag" : "새로운 태그 추가", - "title and color value must be provided" : "제목과 색상 값을 제공해야 함", "Board name" : "보드 이름", "Members" : "구성원", "Assign to users/groups/team" : "사용자/그룹/팀에 할당", "Assign a user to this card…" : "이 카드에 사용자를 할당합니다...", "Select a user to assign to this card…" : "이 카드에 할당할 사용자를 선택하세요...", + "File to share" : "공유할 파일", + "Invalid path selected" : "잘못된 경로가 선택됨", "Upload new files" : "새로운 파일 업로드", "Share from Files" : "파일에서 공유", "Pending share" : "보류 중인 공유", @@ -223,25 +221,24 @@ OC.L10N.register( "Remove attachment" : "첨부파일 제거", "Delete Attachment" : "첨부파일 삭제", "Restore Attachment" : "첨부파일 복원", - "File to share" : "공유할 파일", - "Invalid path selected" : "잘못된 경로가 선택됨", + "Modified" : "수정한 날짜", + "Created" : "생성됨", + "The title cannot be empty." : "제목은 공백일 수 없습니다.", "Open in sidebar view" : "사이드바 보기에서 열기", "Open in bigger view" : "더 크게 보기", "Attachments" : "첨부파일", "Comments" : "댓글", - "Modified" : "수정한 날짜", - "Created" : "생성됨", - "The title cannot be empty." : "제목은 공백일 수 없습니다.", - "No comments yet. Begin the discussion!" : "아직 댓글이 없습니다. 토론을 시작하세요!", "Failed to load comments" : "댓글을 불러오지 못했습니다.", - "Save" : "저장", + "No comments yet. Begin the discussion!" : "아직 댓글이 없습니다. 토론을 시작하세요!", "The comment cannot be empty." : "댓글은 공백일 수 없습니다.", "The comment cannot be longer than 1000 characters." : "설명은 1000자를 초과할 수 없습니다.", + "Save" : "저장", + "Created:" : "생성한 날짜:", "In reply to" : "답장", "Cancel reply" : "응답 취소", "Reply" : "답장", "Update" : "업데이트", - "Created:" : "생성한 날짜:", + "Write a description …" : "설명 작성", "Description" : "설명", "(Unsaved)" : "(저장되지 않음)", "(Saving…)" : "(저장 중…)", @@ -249,8 +246,16 @@ OC.L10N.register( "Edit description" : "설명 편집", "View description" : "설명 보기", "Add Attachment" : "첨부파일 추가", - "Write a description …" : "설명 작성", "Choose attachment" : "첨부파일 선택", + "Select Date" : "날짜 선택", + "Later today – {timeLocale}" : "오늘 나중 – {timeLocale}", + "Set due date for later today" : "마감일을 오늘 이후로 설정", + "Tomorrow – {timeLocale}" : "내일 – {timeLocale}", + "Set due date for tomorrow" : "마감일을 내일로 설정", + "This weekend – {timeLocale}" : "이번 주말 – {timeLocale}", + "Set due date for this weekend" : "마감일을 이번 주말로 설정", + "Next week – {timeLocale}" : "다음주 – {timeLocale}", + "Set due date for next week" : "마감일을 다음 주로 설정", "Assign a due date to this card…" : "이 카드에 만료일을 할당합니다...", "Set a due date" : "만료일 설정", "Add due date" : "만료일 추가", @@ -261,25 +266,19 @@ OC.L10N.register( "Not done" : "완료되지 않음", "Unarchive card" : "카드 보관 취소", "Archive card" : "보관 카드", - "Select Date" : "날짜 선택", - "Set due date for later today" : "마감일을 오늘 이후로 설정", - "Set due date for tomorrow" : "마감일을 내일로 설정", - "Set due date for this weekend" : "마감일을 이번 주말로 설정", - "Set due date for next week" : "마감일을 다음 주로 설정", "Assign a tag to this card…" : "이 카드에 태그를 할당합니다...", "Select or create a tag…" : "태그를 선택하거나 생성하기...", "Create a new tag:" : "새로운 태그 생성:", "(group)" : "(그룹)", - "Next week – {timeLocale}" : "다음주 – {timeLocale}", - "Todo items" : "작업 항목", "{count} comments, {unread} unread" : "댓글 {count}개, 읽지 않음 {unread}개", + "Todo items" : "작업 항목", "Edit card title" : "카드 제목 수정", + "Card deleted" : "카드가 삭제됨", "Edit title" : "제목 수정", "Assign to me" : "나에게 할당", "Unassign myself" : "스스로를 할당 해제", "Mark as not done" : "완료되지 않은 것으로 표시", "Delete card" : "카드 삭제", - "Card deleted" : "카드가 삭제됨", "seconds ago" : "초 전", "Keyboard shortcuts" : "키보드 단축키", "Boost your productivity using Deck with keyboard shortcuts." : "키보드 단축키가 포함된 Deck을 사용하여 생산성을 높이세요.", @@ -317,6 +316,13 @@ OC.L10N.register( "Limit board creation to some groups" : "보드 생성을 일부 그룹으로 제한", "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "해당 그룹 외부의 사용자는 자신의 보드를 만들 수 없지만 공유된 보드에서는 계속 작업할 수 있습니다.", "Cancel edit" : "편집 취소", + "Board {0} deleted" : "보드 {0}개가 삭제되었습니다.", + "All cards" : "모든 카드", + "Only assigned cards" : "할당된 카드만", + "No reminder" : "알림 없음", + "An error occurred" : "오류가 발생함", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "{title} 보드를 정말로 삭제하시겠습니까? 보관된 카드를 포함하여 이 보드의 모든 데이터가 삭제됩니다.", + "Delete the board?" : "보드를 삭제합니까?", "Board details" : "게시판 정보", "Edit board" : "게시판 편집", "Clone board" : "게시판 복제", @@ -326,16 +332,9 @@ OC.L10N.register( "Turn on due date reminders" : "마감일 알림 켜기", "Turn off due date reminders" : "마감일 알림 끄기", "Due date reminders" : "마감일 알림", - "All cards" : "모든 카드", "Assigned cards" : "할당된 카드", "No notifications" : "알림 없음", "Delete board" : "게시판 삭제", - "Board {0} deleted" : "보드 {0}개가 삭제되었습니다.", - "Only assigned cards" : "할당된 카드만", - "No reminder" : "알림 없음", - "An error occurred" : "오류가 발생함", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "{title} 보드를 정말로 삭제하시겠습니까? 보관된 카드를 포함하여 이 보드의 모든 데이터가 삭제됩니다.", - "Delete the board?" : "보드를 삭제합니까?", "Clone cards" : "복제 카드", "Advanced options" : "고급 설정", "Clone" : "복제", @@ -346,14 +345,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "모든 게시판에서 {searchQuery}를 검색하세요", "No results found" : "결과 없음", "Deck board {name}\n* Last modified on {lastMod}" : "데크 보드 {name}\n* 마지막 수정일 {lastMod}", - "{stack} in {board}" : "{board}의 {stack}", - "Click to expand description" : "설명을 더 보려면 클릭하세요.", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* 생성일: {created}\n* 마지막 수정일: {lastMod}\n* 첨부 파일 {nbAttachments}개\n* {nbComments} 댓글", "{nbCards} cards" : "{nbCards} 카드", + "Due on {date}" : "마감일: {date}", + "{stack} in {board}" : "{board}의 {stack}", + "Click to expand description" : "설명을 더 보려면 클릭하세요.", "Click to expand comment" : "댓글을 더 보려면 클릭하세요.", + "Create card" : "크레딧 카드", "Create a new card" : "새로운 카드 생성", "Card title" : "카드 제목", - "Create card" : "크레딧 카드", "Creating the new card …" : "새로운 카드 생성 중...", "Card \"{card}\" was added to \"{board}\"" : "\"{card}\" 카드가 \"{board}\"에 추가되었습니다.", "Open card" : "카드 열기", @@ -363,10 +363,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "내일 예정인 카드", "upcoming cards" : "곧 있을 카드", "New card" : "새로운 카드", - "Due on {date}" : "마감일: {date}", - "This weekend – {timeLocale}" : "이번 주말 – {timeLocale}", - "Tomorrow – {timeLocale}" : "내일 – {timeLocale}", - "Later today – {timeLocale}" : "오늘 나중 – {timeLocale}", "Link to a board" : "보드에 연결", "Link to a card" : "카드에 연결", "Create a card" : "카드 생성", @@ -378,6 +374,12 @@ OC.L10N.register( "Share with a Deck card" : "Deck 카드와 공유", "Share {file} with a Deck card" : "Deck 카드와 함께 {file} 공유", "Share" : "공유", + "Personal" : "개인", + "To do" : "할 일", + "Doing" : "하는 중", + "Example Task 3" : "작업 예제 3", + "Example Task 2" : "작업 예제 2", + "Example Task 1" : "작업 예제 1", "Move card to another board" : "카드를 다른 보드로 이동", "Filter by completed" : "완료 기준으로 필터링" }, diff --git a/l10n/ko.json b/l10n/ko.json index 70dd56931..c0fdb5434 100644 --- a/l10n/ko.json +++ b/l10n/ko.json @@ -74,7 +74,6 @@ "Cards due tomorrow" : "명일 만료인 카드", "Upcoming cards" : "다음 카드들", "Load more" : "더 불러오기", - "Personal" : "개인", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "\"%s\"의 \"%s\" 카드가 %s에 의해 당신에게 할당되었습니다.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user}님이 {deck-board}의 {deck-card} 카드를 당신에게 할당했습니다.", "The card \"%s\" on \"%s\" has reached its due date." : "카드 \"%s\"(\"%s\"에 있음)의 만료 날짜가 다가왔습니다.", @@ -97,12 +96,9 @@ "Action needed" : "동작 필요", "Later" : "나중에", "copy" : "복사", - "To do" : "할 일", - "Doing" : "하는 중", + "To Do" : "할 일", + "In Progress" : "진행 중", "Done" : "완료", - "Example Task 3" : "작업 예제 3", - "Example Task 2" : "작업 예제 2", - "Example Task 1" : "작업 예제 1", "The file was uploaded" : "파일을 업로드함", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "업로드한 파일의 크기가 php.ini의 upload_max_filesize를 초과함", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "업로드한 파일의 크기가 HTML 폼에 지정한 MAX_FILE_SIZE를 초과함", @@ -118,8 +114,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "잘못된 날짜, YYYY-MM-DD 형식이어야 합니다.", "Personal planning and team project organization" : "개인 기획 및 팀 프로젝트 구성", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck은 Nextcloud와 통합된 팀의 개인 계획 및 프로젝트 구성을 목표로 하는 칸반 스타일 구성 도구입니다.\n\n\n- 📥 카드에 작업을 추가하고 순서대로 정리하세요\n- 📄 Markdown에 추가 메모를 작성하세요.\n- 🔖 더 나은 정리를 위해 라벨을 할당하세요\n- 👥 팀, 친구, 가족과 공유하세요\n- 📎 파일을 첨부하고 Markdown 설명에 포함하세요.\n- 💬 댓글을 사용하여 팀과 토론하세요\n- ⚡ 활동 스트림의 변경 사항을 추적하세요.\n- 🚀 프로젝트를 체계적으로 정리하세요", - "Card details" : "카드 세부사항", "Add board" : "보드 추가", + "Card details" : "카드 세부사항", "Select the board to link to a project" : "프로젝트에 연결할 보드를 선택하세요.", "Search by board title" : "보드 제목으로 검색", "Select board" : "보드 선택", @@ -127,17 +123,17 @@ "No lists available" : "사용 가능한 목록이 없음", "Select a list" : "목록 선택", "Move card" : "카드 이동", - "Select a card" : "카드 선택", - "Cancel" : "취소", "Select the card to link to a project" : "카드를 선택해 프로젝트에 연결", "Link to card" : "카드 링크", + "Select a card" : "카드 선택", + "Cancel" : "취소", + "This board is read only" : "읽기 전용 보드", + "Drop your files to upload" : "업로드를 하려면 파일을 올리시오.", "File already exists" : "파일이 이미 존재함", "A file with the name {filename} already exists." : "이미 존재하는 파일이름 {filename} ", "Do you want to overwrite it?" : "덮어쓰시겠습니까?", "Overwrite file" : "덮어쓰기", "Keep existing file" : "기존 파일 보존", - "This board is read only" : "읽기 전용 보드", - "Drop your files to upload" : "업로드를 하려면 파일을 올리시오.", "Add card" : "카드 추가", "Archived cards" : "보관된 카드들", "Add list" : "목록 추가", @@ -178,6 +174,12 @@ "Deleted lists" : "삭제된 목록", "Undo" : "실행 취소", "Deleted cards" : "삭제된 카드", + "Failed to create share with {displayName}" : "displayName}과(와) 공유를 생성하지 못했습니다.", + "Are you sure you want to transfer the board {title} to {user}?" : "{title} 보드를 {user}에게 양도하시겠습니까?", + "Transfer the board." : "보드를 옮깁니다.", + "Transfer" : "전송", + "The board has been transferred to {user}" : "보드가 {user}에게 이전되었습니다", + "Failed to transfer the board to {user}" : "보드를 {user}에게 전송하지 못했습니다.", "Share board with a user, group or team …" : "사용자, 그룹 또는 팀과 보드 공유…", "Searching for users, groups and teams …" : "사용자, 그룹, 팀 검색 중…", "No participants found" : "참가자를 찾을 수 없음", @@ -189,12 +191,7 @@ "Can manage" : "관리 가능", "Owner" : "소유자", "Delete" : "삭제", - "Failed to create share with {displayName}" : "displayName}과(와) 공유를 생성하지 못했습니다.", - "Are you sure you want to transfer the board {title} to {user}?" : "{title} 보드를 {user}에게 양도하시겠습니까?", - "Transfer the board." : "보드를 옮깁니다.", - "Transfer" : "전송", - "The board has been transferred to {user}" : "보드가 {user}에게 이전되었습니다", - "Failed to transfer the board to {user}" : "보드를 {user}에게 전송하지 못했습니다.", + "List deleted" : "목록 삭제됨", "Edit list title" : "목록 제목 수정", "Archive all cards" : "모든 카드 보관", "Unarchive all cards" : "모든 카드 보관 취소", @@ -203,15 +200,16 @@ "Unarchive all cards in this list" : "이 목록의 모든 카드를 보관 취소", "Add a new card" : "새로운 카드 추가", "Card name" : "카드 이름", - "List deleted" : "목록 삭제됨", + "title and color value must be provided" : "제목과 색상 값을 제공해야 함", "Edit" : "편집", "Add a new tag" : "새로운 태그 추가", - "title and color value must be provided" : "제목과 색상 값을 제공해야 함", "Board name" : "보드 이름", "Members" : "구성원", "Assign to users/groups/team" : "사용자/그룹/팀에 할당", "Assign a user to this card…" : "이 카드에 사용자를 할당합니다...", "Select a user to assign to this card…" : "이 카드에 할당할 사용자를 선택하세요...", + "File to share" : "공유할 파일", + "Invalid path selected" : "잘못된 경로가 선택됨", "Upload new files" : "새로운 파일 업로드", "Share from Files" : "파일에서 공유", "Pending share" : "보류 중인 공유", @@ -221,25 +219,24 @@ "Remove attachment" : "첨부파일 제거", "Delete Attachment" : "첨부파일 삭제", "Restore Attachment" : "첨부파일 복원", - "File to share" : "공유할 파일", - "Invalid path selected" : "잘못된 경로가 선택됨", + "Modified" : "수정한 날짜", + "Created" : "생성됨", + "The title cannot be empty." : "제목은 공백일 수 없습니다.", "Open in sidebar view" : "사이드바 보기에서 열기", "Open in bigger view" : "더 크게 보기", "Attachments" : "첨부파일", "Comments" : "댓글", - "Modified" : "수정한 날짜", - "Created" : "생성됨", - "The title cannot be empty." : "제목은 공백일 수 없습니다.", - "No comments yet. Begin the discussion!" : "아직 댓글이 없습니다. 토론을 시작하세요!", "Failed to load comments" : "댓글을 불러오지 못했습니다.", - "Save" : "저장", + "No comments yet. Begin the discussion!" : "아직 댓글이 없습니다. 토론을 시작하세요!", "The comment cannot be empty." : "댓글은 공백일 수 없습니다.", "The comment cannot be longer than 1000 characters." : "설명은 1000자를 초과할 수 없습니다.", + "Save" : "저장", + "Created:" : "생성한 날짜:", "In reply to" : "답장", "Cancel reply" : "응답 취소", "Reply" : "답장", "Update" : "업데이트", - "Created:" : "생성한 날짜:", + "Write a description …" : "설명 작성", "Description" : "설명", "(Unsaved)" : "(저장되지 않음)", "(Saving…)" : "(저장 중…)", @@ -247,8 +244,16 @@ "Edit description" : "설명 편집", "View description" : "설명 보기", "Add Attachment" : "첨부파일 추가", - "Write a description …" : "설명 작성", "Choose attachment" : "첨부파일 선택", + "Select Date" : "날짜 선택", + "Later today – {timeLocale}" : "오늘 나중 – {timeLocale}", + "Set due date for later today" : "마감일을 오늘 이후로 설정", + "Tomorrow – {timeLocale}" : "내일 – {timeLocale}", + "Set due date for tomorrow" : "마감일을 내일로 설정", + "This weekend – {timeLocale}" : "이번 주말 – {timeLocale}", + "Set due date for this weekend" : "마감일을 이번 주말로 설정", + "Next week – {timeLocale}" : "다음주 – {timeLocale}", + "Set due date for next week" : "마감일을 다음 주로 설정", "Assign a due date to this card…" : "이 카드에 만료일을 할당합니다...", "Set a due date" : "만료일 설정", "Add due date" : "만료일 추가", @@ -259,25 +264,19 @@ "Not done" : "완료되지 않음", "Unarchive card" : "카드 보관 취소", "Archive card" : "보관 카드", - "Select Date" : "날짜 선택", - "Set due date for later today" : "마감일을 오늘 이후로 설정", - "Set due date for tomorrow" : "마감일을 내일로 설정", - "Set due date for this weekend" : "마감일을 이번 주말로 설정", - "Set due date for next week" : "마감일을 다음 주로 설정", "Assign a tag to this card…" : "이 카드에 태그를 할당합니다...", "Select or create a tag…" : "태그를 선택하거나 생성하기...", "Create a new tag:" : "새로운 태그 생성:", "(group)" : "(그룹)", - "Next week – {timeLocale}" : "다음주 – {timeLocale}", - "Todo items" : "작업 항목", "{count} comments, {unread} unread" : "댓글 {count}개, 읽지 않음 {unread}개", + "Todo items" : "작업 항목", "Edit card title" : "카드 제목 수정", + "Card deleted" : "카드가 삭제됨", "Edit title" : "제목 수정", "Assign to me" : "나에게 할당", "Unassign myself" : "스스로를 할당 해제", "Mark as not done" : "완료되지 않은 것으로 표시", "Delete card" : "카드 삭제", - "Card deleted" : "카드가 삭제됨", "seconds ago" : "초 전", "Keyboard shortcuts" : "키보드 단축키", "Boost your productivity using Deck with keyboard shortcuts." : "키보드 단축키가 포함된 Deck을 사용하여 생산성을 높이세요.", @@ -315,6 +314,13 @@ "Limit board creation to some groups" : "보드 생성을 일부 그룹으로 제한", "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "해당 그룹 외부의 사용자는 자신의 보드를 만들 수 없지만 공유된 보드에서는 계속 작업할 수 있습니다.", "Cancel edit" : "편집 취소", + "Board {0} deleted" : "보드 {0}개가 삭제되었습니다.", + "All cards" : "모든 카드", + "Only assigned cards" : "할당된 카드만", + "No reminder" : "알림 없음", + "An error occurred" : "오류가 발생함", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "{title} 보드를 정말로 삭제하시겠습니까? 보관된 카드를 포함하여 이 보드의 모든 데이터가 삭제됩니다.", + "Delete the board?" : "보드를 삭제합니까?", "Board details" : "게시판 정보", "Edit board" : "게시판 편집", "Clone board" : "게시판 복제", @@ -324,16 +330,9 @@ "Turn on due date reminders" : "마감일 알림 켜기", "Turn off due date reminders" : "마감일 알림 끄기", "Due date reminders" : "마감일 알림", - "All cards" : "모든 카드", "Assigned cards" : "할당된 카드", "No notifications" : "알림 없음", "Delete board" : "게시판 삭제", - "Board {0} deleted" : "보드 {0}개가 삭제되었습니다.", - "Only assigned cards" : "할당된 카드만", - "No reminder" : "알림 없음", - "An error occurred" : "오류가 발생함", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "{title} 보드를 정말로 삭제하시겠습니까? 보관된 카드를 포함하여 이 보드의 모든 데이터가 삭제됩니다.", - "Delete the board?" : "보드를 삭제합니까?", "Clone cards" : "복제 카드", "Advanced options" : "고급 설정", "Clone" : "복제", @@ -344,14 +343,15 @@ "Search for {searchQuery} in all boards" : "모든 게시판에서 {searchQuery}를 검색하세요", "No results found" : "결과 없음", "Deck board {name}\n* Last modified on {lastMod}" : "데크 보드 {name}\n* 마지막 수정일 {lastMod}", - "{stack} in {board}" : "{board}의 {stack}", - "Click to expand description" : "설명을 더 보려면 클릭하세요.", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* 생성일: {created}\n* 마지막 수정일: {lastMod}\n* 첨부 파일 {nbAttachments}개\n* {nbComments} 댓글", "{nbCards} cards" : "{nbCards} 카드", + "Due on {date}" : "마감일: {date}", + "{stack} in {board}" : "{board}의 {stack}", + "Click to expand description" : "설명을 더 보려면 클릭하세요.", "Click to expand comment" : "댓글을 더 보려면 클릭하세요.", + "Create card" : "크레딧 카드", "Create a new card" : "새로운 카드 생성", "Card title" : "카드 제목", - "Create card" : "크레딧 카드", "Creating the new card …" : "새로운 카드 생성 중...", "Card \"{card}\" was added to \"{board}\"" : "\"{card}\" 카드가 \"{board}\"에 추가되었습니다.", "Open card" : "카드 열기", @@ -361,10 +361,6 @@ "upcoming cards tomorrow" : "내일 예정인 카드", "upcoming cards" : "곧 있을 카드", "New card" : "새로운 카드", - "Due on {date}" : "마감일: {date}", - "This weekend – {timeLocale}" : "이번 주말 – {timeLocale}", - "Tomorrow – {timeLocale}" : "내일 – {timeLocale}", - "Later today – {timeLocale}" : "오늘 나중 – {timeLocale}", "Link to a board" : "보드에 연결", "Link to a card" : "카드에 연결", "Create a card" : "카드 생성", @@ -376,6 +372,12 @@ "Share with a Deck card" : "Deck 카드와 공유", "Share {file} with a Deck card" : "Deck 카드와 함께 {file} 공유", "Share" : "공유", + "Personal" : "개인", + "To do" : "할 일", + "Doing" : "하는 중", + "Example Task 3" : "작업 예제 3", + "Example Task 2" : "작업 예제 2", + "Example Task 1" : "작업 예제 1", "Move card to another board" : "카드를 다른 보드로 이동", "Filter by completed" : "완료 기준으로 필터링" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/l10n/lb.js b/l10n/lb.js index 8717acce1..5c6adc92b 100644 --- a/l10n/lb.js +++ b/l10n/lb.js @@ -1,7 +1,7 @@ OC.L10N.register( "deck", { - "Personal" : "Perséinlech", + "In Progress" : "A Beaarbechtung", "Done" : "Done", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Déi ropgelueden Datei ass méi grouss wei d'MAX_FILE_SIZE Eegenschaft déi an der HTML form uginn ass", "No file was uploaded" : "Et ass kee Fichier ropgeluede ginn", @@ -18,12 +18,12 @@ OC.L10N.register( "Delete" : "Läschen", "Edit" : "Änneren", "Download" : "Eroflueden", - "Comments" : "Kommentarer", "Modified" : "Geännert", + "Comments" : "Kommentarer", "Save" : "Späicheren", + "Created:" : "Erstallt:", "Reply" : "Äntwerten", "Update" : "Update", - "Created:" : "Erstallt:", "Description" : "Beschreiwung", "seconds ago" : "Sekonnen hier", "Search" : "Search", @@ -32,6 +32,7 @@ OC.L10N.register( "Today" : "Haut", "Tomorrow" : "Muer", "Close" : "Zoumaachen", - "Share" : "Deelen" + "Share" : "Deelen", + "Personal" : "Perséinlech" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/lb.json b/l10n/lb.json index 6c6902380..61e4b5744 100644 --- a/l10n/lb.json +++ b/l10n/lb.json @@ -1,5 +1,5 @@ { "translations": { - "Personal" : "Perséinlech", + "In Progress" : "A Beaarbechtung", "Done" : "Done", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Déi ropgelueden Datei ass méi grouss wei d'MAX_FILE_SIZE Eegenschaft déi an der HTML form uginn ass", "No file was uploaded" : "Et ass kee Fichier ropgeluede ginn", @@ -16,12 +16,12 @@ "Delete" : "Läschen", "Edit" : "Änneren", "Download" : "Eroflueden", - "Comments" : "Kommentarer", "Modified" : "Geännert", + "Comments" : "Kommentarer", "Save" : "Späicheren", + "Created:" : "Erstallt:", "Reply" : "Äntwerten", "Update" : "Update", - "Created:" : "Erstallt:", "Description" : "Beschreiwung", "seconds ago" : "Sekonnen hier", "Search" : "Search", @@ -30,6 +30,7 @@ "Today" : "Haut", "Tomorrow" : "Muer", "Close" : "Zoumaachen", - "Share" : "Deelen" + "Share" : "Deelen", + "Personal" : "Perséinlech" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/lo.js b/l10n/lo.js index 030769663..7bb58d949 100644 --- a/l10n/lo.js +++ b/l10n/lo.js @@ -1,7 +1,6 @@ OC.L10N.register( "deck", { - "Personal" : "ສ່ວນບຸກຄົນ", "Finished" : "ສຳເລັດ", "Done" : "ສໍາເລັດ", "The file was uploaded" : "ຟາຍຖຶກອັບໂຫລດສຳເລັດ", @@ -18,8 +17,8 @@ OC.L10N.register( "Delete" : "ລຶບ", "Edit" : "ແກ້ໄຂ", "Download" : "ດາວໂຫລດ", - "Comments" : "ຄໍາເຫັນ", "Modified" : "\"{name}\" ແມ່ນຊື່ໄຟລ໌ທີ່ບໍ່ຖືກຕ້ອງ.", + "Comments" : "ຄໍາເຫັນ", "Save" : "ບັນທຶກ", "seconds ago" : "ວິນາທີຜ່ານມາ", "Search" : "ຄົ້ນຫາ", @@ -27,6 +26,7 @@ OC.L10N.register( "No notifications" : "ບໍ່ມີການແຈ້ງເຕືອນ", "Today" : "ມື້ນີ້", "Close" : "ປິດ", - "Share" : "ແບ່ງປັນ" + "Share" : "ແບ່ງປັນ", + "Personal" : "ສ່ວນບຸກຄົນ" }, "nplurals=1; plural=0;"); diff --git a/l10n/lo.json b/l10n/lo.json index f3f3b939f..25d25c5d5 100644 --- a/l10n/lo.json +++ b/l10n/lo.json @@ -1,5 +1,4 @@ { "translations": { - "Personal" : "ສ່ວນບຸກຄົນ", "Finished" : "ສຳເລັດ", "Done" : "ສໍາເລັດ", "The file was uploaded" : "ຟາຍຖຶກອັບໂຫລດສຳເລັດ", @@ -16,8 +15,8 @@ "Delete" : "ລຶບ", "Edit" : "ແກ້ໄຂ", "Download" : "ດາວໂຫລດ", - "Comments" : "ຄໍາເຫັນ", "Modified" : "\"{name}\" ແມ່ນຊື່ໄຟລ໌ທີ່ບໍ່ຖືກຕ້ອງ.", + "Comments" : "ຄໍາເຫັນ", "Save" : "ບັນທຶກ", "seconds ago" : "ວິນາທີຜ່ານມາ", "Search" : "ຄົ້ນຫາ", @@ -25,6 +24,7 @@ "No notifications" : "ບໍ່ມີການແຈ້ງເຕືອນ", "Today" : "ມື້ນີ້", "Close" : "ປິດ", - "Share" : "ແບ່ງປັນ" + "Share" : "ແບ່ງປັນ", + "Personal" : "ສ່ວນບຸກຄົນ" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js index a53b76af0..4cfd2b974 100644 --- a/l10n/lt_LT.js +++ b/l10n/lt_LT.js @@ -66,7 +66,6 @@ OC.L10N.register( "A comment was created on a card" : "Kortelėje buvo sukurtas komentaras", "Upcoming cards" : "Artėjančios kortelės", "Load more" : "Įkelti daugiau", - "Personal" : "Asmeniniai", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kortelę \"%s\" ties \"%s\" priskyrė jums %s.", "The card \"%s\" on \"%s\" has reached its due date." : "Kortelė „%s“, esanti lentoje „%s“, pasiekė savo galutinį terminą.", "The card {deck-card} on {deck-board} has reached its due date." : "Kortelė {deck-card}, esanti lentoje {deck-board} pasiekė savo galutinio termino datą.", @@ -79,12 +78,7 @@ OC.L10N.register( "Action needed" : "Reikalingas veiksmas", "Later" : "Vėliau", "copy" : "kopija", - "To do" : "Reikia atlikti", - "Doing" : "Atliekama", "Done" : "Atlikta", - "Example Task 3" : "Pavyzdinė užduotis 3", - "Example Task 2" : "Pavyzdinė užduotis 2", - "Example Task 1" : "Pavyzdinė užduotis 1", "The file was uploaded" : "Failas buvo įkeltas", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Įkeliamas failas viršija upload_max_filesize direktyvą, esančią faile php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Įkeltas failas viršija MAX_FILE_SIZE direktyvą, kuri buvo nurodyta HTML formoje", @@ -98,8 +92,8 @@ OC.L10N.register( "Path is already shared with this card" : "Kelias jau yra bendrinamas su šia kortele", "Invalid date, date format must be YYYY-MM-DD" : "Netinkama data, datos formatas privalo būti MMMM-mm-dd", "Personal planning and team project organization" : "Asmeninis planavimas ir komandinių projektų organizavimas", - "Card details" : "Išsamiau apie kortelę", "Add board" : "Pridėti lentą", + "Card details" : "Išsamiau apie kortelę", "Select the board to link to a project" : "Pasirinkite lentą, kurią susieti su projektu", "Search by board title" : "Ieškoti pagal lentos pavadinimą", "Select board" : "Pasirinkti lentą", @@ -109,17 +103,17 @@ OC.L10N.register( "Select a list" : "Pasirinkite sąrašą", "Move card" : "Perkelti kortelę", "Copy card" : "Kopijuoti kortelę", - "Select a card" : "Pasirinkti kortelę", - "Cancel" : "Atsisakyti", "Select the card to link to a project" : "Pasirinkite kortelę, kurią susieti su projektu", "Link to card" : "Susieti su kortele", + "Select a card" : "Pasirinkti kortelę", + "Cancel" : "Atsisakyti", + "This board is read only" : "Ši lenta yra tik skaitymui", + "Drop your files to upload" : "Tempkite failus, norėdami juos išsiųsti", "File already exists" : "Failas jau yra", "A file with the name {filename} already exists." : "Failas, pavadinimu {filename}, jau yra.", "Do you want to overwrite it?" : "Ar norite jį perrašyti?", "Overwrite file" : "Perrašyti failą", "Keep existing file" : "Palikti esamą failą", - "This board is read only" : "Ši lenta yra tik skaitymui", - "Drop your files to upload" : "Tempkite failus, norėdami juos išsiųsti", "Add card" : "Pridėti kortelę", "Archived cards" : "Archyvuotos kortelės", "Add list" : "Pridėti sąrašą", @@ -152,6 +146,8 @@ OC.L10N.register( "Deleted lists" : "Ištrinti sąrašai", "Undo" : "Atšaukti", "Deleted cards" : "Ištrintos kortelės", + "Failed to create share with {displayName}" : "Nepavyko sukurti viešinio su {displayName}", + "Transfer" : "Persiųsti", "No participants found" : "Nerasta jokių dalyvių", "Board owner" : "Lentos savininkas", "(Group)" : "(Grupė)", @@ -161,20 +157,20 @@ OC.L10N.register( "Can manage" : "Gali tvarkyti", "Owner" : "Savininkas", "Delete" : "Ištrinti", - "Failed to create share with {displayName}" : "Nepavyko sukurti viešinio su {displayName}", - "Transfer" : "Persiųsti", + "List deleted" : "Sąrašas ištrintas", "Archive all cards" : "Archyvuoti visas korteles", "Delete list" : "Ištrinti sąrašą", "Archive all cards in this list" : "Archyvuoti visas korteles šiame sąraše", "Add a new card" : "Pridėti naują kortelę", "Card name" : "Kortelės pavadinimas", - "List deleted" : "Sąrašas ištrintas", + "title and color value must be provided" : "privalo būti pateiktos pavadinimo ir spalvos reikšmės", "Edit" : "Taisyti", "Add a new tag" : "Pridėti naują žymę", - "title and color value must be provided" : "privalo būti pateiktos pavadinimo ir spalvos reikšmės", "Board name" : "Lentos pavadinimas", "Members" : "Nariai", "Assign a user to this card…" : "Priskirti šiai kortelei naudotoją…", + "File to share" : "Failas, kurį bendrinti", + "Invalid path selected" : "Pasirinktas neteisingas kelias", "Upload new files" : "Išsiųsti naujus failus", "Share from Files" : "Bendrinti iš failų", "Add this attachment" : "Pridėti šį priedą", @@ -183,23 +179,22 @@ OC.L10N.register( "Remove attachment" : "Šalinti priedą", "Delete Attachment" : "Ištrinti priedą", "Restore Attachment" : "Atkurti priedą", - "File to share" : "Failas, kurį bendrinti", - "Invalid path selected" : "Pasirinktas neteisingas kelias", + "Modified" : "Pakeistas", + "Created" : "Sukurta", + "The title cannot be empty." : "Pavadinimas negali būti tuščias.", "Open in sidebar view" : "Atverti šoninės juostos rodinyje", "Open in bigger view" : "Atverti didesniame rodinyje", "Attachments" : "Priedai", "Comments" : "Komentarai", - "Modified" : "Pakeistas", - "Created" : "Sukurta", - "The title cannot be empty." : "Pavadinimas negali būti tuščias.", - "No comments yet. Begin the discussion!" : "Kol kas komentarų nėra. Pradėkite diskusiją!", "Failed to load comments" : "Nepavyko įkelti komentarų", - "Save" : "Įrašyti", + "No comments yet. Begin the discussion!" : "Kol kas komentarų nėra. Pradėkite diskusiją!", "The comment cannot be empty." : "Komentaras negali būti tuščias.", "The comment cannot be longer than 1000 characters." : "Komentaras negali būti ilgesnis nei 1000 simbolių.", + "Save" : "Įrašyti", + "Created:" : "Sukurta:", "Reply" : "Atsakyti", "Update" : "Atnaujinti", - "Created:" : "Sukurta:", + "Write a description …" : "Parašykite aprašą…", "Description" : "Aprašas", "(Unsaved)" : "(Neįrašyta)", "(Saving…)" : "(Įrašoma…)", @@ -207,23 +202,25 @@ OC.L10N.register( "Edit description" : "Taisyti aprašą", "View description" : "Rodyti aprašą", "Add Attachment" : "Pridėti priedą", - "Write a description …" : "Parašykite aprašą…", "Choose attachment" : "Pasirinkite priedą", + "Select Date" : "Pasirinkti datą", + "Later today – {timeLocale}" : "Šiandien vėliau – {timeLocale}", + "Tomorrow – {timeLocale}" : "Rytoj – {timeLocale}", + "This weekend – {timeLocale}" : "Šį savaitgalį – {timeLocale}", + "Next week – {timeLocale}" : "Kitą savaitę – {timeLocale}", "Set a due date" : "Nustatyti galutinį terminą", "Remove due date" : "Šalinti galutinio termino datą", "Mark as done" : "Žymėti kaip atliktą", "Unarchive card" : "Išarchyvuoti kortelę", "Archive card" : "Archyvuoti kortelę", - "Select Date" : "Pasirinkti datą", "Assign a tag to this card…" : "Priskirti šiai kortelei žymę…", "(group)" : "(grupė)", - "Next week – {timeLocale}" : "Kitą savaitę – {timeLocale}", "{count} comments, {unread} unread" : "Komentarų: {count}, neskaityta: {unread}", "Open link" : "Atverti nuorodą", + "Card deleted" : "Kortelė ištrinta", "Edit title" : "Taisyti pavadinimą", "Assign to me" : "Priskirti sau", "Delete card" : "Ištrinti kortelę", - "Card deleted" : "Kortelė ištrinta", "seconds ago" : "prieš keletą sekundžių", "Keyboard shortcuts" : "Spartieji klavišai", "Keyboard shortcut" : "Spartusis klavišas", @@ -237,6 +234,12 @@ OC.L10N.register( "Use bigger card view" : "Naudoti didesnį kortelių rodinį", "Show boards in calendar/tasks" : "Rodyti darbus kalendoriuje/užduotyse", "Cancel edit" : "Atsisakyti taisymo", + "Board {0} deleted" : "Lenta {0} ištrinta", + "All cards" : "Visos kortelės", + "Only assigned cards" : "Tik priskirtos kortelės", + "No reminder" : "Jokio priminimo", + "An error occurred" : "Įvyko klaida", + "Delete the board?" : "Ištrinti lentą?", "Board details" : "Išsamiau apie lentą", "Edit board" : "Taisyti lentą", "Clone board" : "Dubliuoti lentą", @@ -246,15 +249,9 @@ OC.L10N.register( "Turn on due date reminders" : "Įjungti priminimus apie galutinio termino datą", "Turn off due date reminders" : "Išjungti priminimus apie galutinio termino datą", "Due date reminders" : "Priminimai apie galutinio termino datą", - "All cards" : "Visos kortelės", "Assigned cards" : "Priskirtos kortelės", "No notifications" : "Pranešimų nėra", "Delete board" : "Ištrinti lentą", - "Board {0} deleted" : "Lenta {0} ištrinta", - "Only assigned cards" : "Tik priskirtos kortelės", - "No reminder" : "Jokio priminimo", - "An error occurred" : "Įvyko klaida", - "Delete the board?" : "Ištrinti lentą?", "Clone cards" : "Dubliuoti korteles", "Advanced options" : "Išplėstinės parinktys", "Restore archived cards" : "Atkurti archyvuotas korteles", @@ -263,20 +260,17 @@ OC.L10N.register( "Tomorrow" : "Rytoj", "No due" : "Be galutinio termino", "No results found" : "Nerasta jokių rezultatų", + "Due on {date}" : "Galutinis terminas {date}", "Click to expand description" : "Spustelėkite norėdami išskleisti aprašą", "Click to expand comment" : "Spustelėkite norėdami išskleisti komentarą", + "Create card" : "Sukurti kortelę", "Create a new card" : "Sukurti naują kortelę", "Card title" : "Kortelės pavadinimas", - "Create card" : "Sukurti kortelę", "Creating the new card …" : "Kuriama nauja kortelė…", "Card \"{card}\" was added to \"{board}\"" : "Kortelė „{card}“ buvo pridėta į lentą „{board}“", "Open card" : "Atverti kortelę", "Close" : "Užverti", "New card" : "Nauja kortelė", - "Due on {date}" : "Galutinis terminas {date}", - "This weekend – {timeLocale}" : "Šį savaitgalį – {timeLocale}", - "Tomorrow – {timeLocale}" : "Rytoj – {timeLocale}", - "Later today – {timeLocale}" : "Šiandien vėliau – {timeLocale}", "Link to a board" : "Susieti su lenta", "Link to a card" : "Susieti su kortele", "Create a card" : "Sukurti kortelę", @@ -284,6 +278,12 @@ OC.L10N.register( "Maximum file size of {size} exceeded" : "Viršytas maksimalus {size} failo dydis", "Error creating the share" : "Klaida kuriant viešinį", "Share" : "Bendrinti", + "Personal" : "Asmeniniai", + "To do" : "Reikia atlikti", + "Doing" : "Atliekama", + "Example Task 3" : "Pavyzdinė užduotis 3", + "Example Task 2" : "Pavyzdinė užduotis 2", + "Example Task 1" : "Pavyzdinė užduotis 1", "Move card to another board" : "Perkelti kortelę į kitą lentą" }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/l10n/lt_LT.json b/l10n/lt_LT.json index 54e2735b7..5d77fad65 100644 --- a/l10n/lt_LT.json +++ b/l10n/lt_LT.json @@ -64,7 +64,6 @@ "A comment was created on a card" : "Kortelėje buvo sukurtas komentaras", "Upcoming cards" : "Artėjančios kortelės", "Load more" : "Įkelti daugiau", - "Personal" : "Asmeniniai", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kortelę \"%s\" ties \"%s\" priskyrė jums %s.", "The card \"%s\" on \"%s\" has reached its due date." : "Kortelė „%s“, esanti lentoje „%s“, pasiekė savo galutinį terminą.", "The card {deck-card} on {deck-board} has reached its due date." : "Kortelė {deck-card}, esanti lentoje {deck-board} pasiekė savo galutinio termino datą.", @@ -77,12 +76,7 @@ "Action needed" : "Reikalingas veiksmas", "Later" : "Vėliau", "copy" : "kopija", - "To do" : "Reikia atlikti", - "Doing" : "Atliekama", "Done" : "Atlikta", - "Example Task 3" : "Pavyzdinė užduotis 3", - "Example Task 2" : "Pavyzdinė užduotis 2", - "Example Task 1" : "Pavyzdinė užduotis 1", "The file was uploaded" : "Failas buvo įkeltas", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Įkeliamas failas viršija upload_max_filesize direktyvą, esančią faile php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Įkeltas failas viršija MAX_FILE_SIZE direktyvą, kuri buvo nurodyta HTML formoje", @@ -96,8 +90,8 @@ "Path is already shared with this card" : "Kelias jau yra bendrinamas su šia kortele", "Invalid date, date format must be YYYY-MM-DD" : "Netinkama data, datos formatas privalo būti MMMM-mm-dd", "Personal planning and team project organization" : "Asmeninis planavimas ir komandinių projektų organizavimas", - "Card details" : "Išsamiau apie kortelę", "Add board" : "Pridėti lentą", + "Card details" : "Išsamiau apie kortelę", "Select the board to link to a project" : "Pasirinkite lentą, kurią susieti su projektu", "Search by board title" : "Ieškoti pagal lentos pavadinimą", "Select board" : "Pasirinkti lentą", @@ -107,17 +101,17 @@ "Select a list" : "Pasirinkite sąrašą", "Move card" : "Perkelti kortelę", "Copy card" : "Kopijuoti kortelę", - "Select a card" : "Pasirinkti kortelę", - "Cancel" : "Atsisakyti", "Select the card to link to a project" : "Pasirinkite kortelę, kurią susieti su projektu", "Link to card" : "Susieti su kortele", + "Select a card" : "Pasirinkti kortelę", + "Cancel" : "Atsisakyti", + "This board is read only" : "Ši lenta yra tik skaitymui", + "Drop your files to upload" : "Tempkite failus, norėdami juos išsiųsti", "File already exists" : "Failas jau yra", "A file with the name {filename} already exists." : "Failas, pavadinimu {filename}, jau yra.", "Do you want to overwrite it?" : "Ar norite jį perrašyti?", "Overwrite file" : "Perrašyti failą", "Keep existing file" : "Palikti esamą failą", - "This board is read only" : "Ši lenta yra tik skaitymui", - "Drop your files to upload" : "Tempkite failus, norėdami juos išsiųsti", "Add card" : "Pridėti kortelę", "Archived cards" : "Archyvuotos kortelės", "Add list" : "Pridėti sąrašą", @@ -150,6 +144,8 @@ "Deleted lists" : "Ištrinti sąrašai", "Undo" : "Atšaukti", "Deleted cards" : "Ištrintos kortelės", + "Failed to create share with {displayName}" : "Nepavyko sukurti viešinio su {displayName}", + "Transfer" : "Persiųsti", "No participants found" : "Nerasta jokių dalyvių", "Board owner" : "Lentos savininkas", "(Group)" : "(Grupė)", @@ -159,20 +155,20 @@ "Can manage" : "Gali tvarkyti", "Owner" : "Savininkas", "Delete" : "Ištrinti", - "Failed to create share with {displayName}" : "Nepavyko sukurti viešinio su {displayName}", - "Transfer" : "Persiųsti", + "List deleted" : "Sąrašas ištrintas", "Archive all cards" : "Archyvuoti visas korteles", "Delete list" : "Ištrinti sąrašą", "Archive all cards in this list" : "Archyvuoti visas korteles šiame sąraše", "Add a new card" : "Pridėti naują kortelę", "Card name" : "Kortelės pavadinimas", - "List deleted" : "Sąrašas ištrintas", + "title and color value must be provided" : "privalo būti pateiktos pavadinimo ir spalvos reikšmės", "Edit" : "Taisyti", "Add a new tag" : "Pridėti naują žymę", - "title and color value must be provided" : "privalo būti pateiktos pavadinimo ir spalvos reikšmės", "Board name" : "Lentos pavadinimas", "Members" : "Nariai", "Assign a user to this card…" : "Priskirti šiai kortelei naudotoją…", + "File to share" : "Failas, kurį bendrinti", + "Invalid path selected" : "Pasirinktas neteisingas kelias", "Upload new files" : "Išsiųsti naujus failus", "Share from Files" : "Bendrinti iš failų", "Add this attachment" : "Pridėti šį priedą", @@ -181,23 +177,22 @@ "Remove attachment" : "Šalinti priedą", "Delete Attachment" : "Ištrinti priedą", "Restore Attachment" : "Atkurti priedą", - "File to share" : "Failas, kurį bendrinti", - "Invalid path selected" : "Pasirinktas neteisingas kelias", + "Modified" : "Pakeistas", + "Created" : "Sukurta", + "The title cannot be empty." : "Pavadinimas negali būti tuščias.", "Open in sidebar view" : "Atverti šoninės juostos rodinyje", "Open in bigger view" : "Atverti didesniame rodinyje", "Attachments" : "Priedai", "Comments" : "Komentarai", - "Modified" : "Pakeistas", - "Created" : "Sukurta", - "The title cannot be empty." : "Pavadinimas negali būti tuščias.", - "No comments yet. Begin the discussion!" : "Kol kas komentarų nėra. Pradėkite diskusiją!", "Failed to load comments" : "Nepavyko įkelti komentarų", - "Save" : "Įrašyti", + "No comments yet. Begin the discussion!" : "Kol kas komentarų nėra. Pradėkite diskusiją!", "The comment cannot be empty." : "Komentaras negali būti tuščias.", "The comment cannot be longer than 1000 characters." : "Komentaras negali būti ilgesnis nei 1000 simbolių.", + "Save" : "Įrašyti", + "Created:" : "Sukurta:", "Reply" : "Atsakyti", "Update" : "Atnaujinti", - "Created:" : "Sukurta:", + "Write a description …" : "Parašykite aprašą…", "Description" : "Aprašas", "(Unsaved)" : "(Neįrašyta)", "(Saving…)" : "(Įrašoma…)", @@ -205,23 +200,25 @@ "Edit description" : "Taisyti aprašą", "View description" : "Rodyti aprašą", "Add Attachment" : "Pridėti priedą", - "Write a description …" : "Parašykite aprašą…", "Choose attachment" : "Pasirinkite priedą", + "Select Date" : "Pasirinkti datą", + "Later today – {timeLocale}" : "Šiandien vėliau – {timeLocale}", + "Tomorrow – {timeLocale}" : "Rytoj – {timeLocale}", + "This weekend – {timeLocale}" : "Šį savaitgalį – {timeLocale}", + "Next week – {timeLocale}" : "Kitą savaitę – {timeLocale}", "Set a due date" : "Nustatyti galutinį terminą", "Remove due date" : "Šalinti galutinio termino datą", "Mark as done" : "Žymėti kaip atliktą", "Unarchive card" : "Išarchyvuoti kortelę", "Archive card" : "Archyvuoti kortelę", - "Select Date" : "Pasirinkti datą", "Assign a tag to this card…" : "Priskirti šiai kortelei žymę…", "(group)" : "(grupė)", - "Next week – {timeLocale}" : "Kitą savaitę – {timeLocale}", "{count} comments, {unread} unread" : "Komentarų: {count}, neskaityta: {unread}", "Open link" : "Atverti nuorodą", + "Card deleted" : "Kortelė ištrinta", "Edit title" : "Taisyti pavadinimą", "Assign to me" : "Priskirti sau", "Delete card" : "Ištrinti kortelę", - "Card deleted" : "Kortelė ištrinta", "seconds ago" : "prieš keletą sekundžių", "Keyboard shortcuts" : "Spartieji klavišai", "Keyboard shortcut" : "Spartusis klavišas", @@ -235,6 +232,12 @@ "Use bigger card view" : "Naudoti didesnį kortelių rodinį", "Show boards in calendar/tasks" : "Rodyti darbus kalendoriuje/užduotyse", "Cancel edit" : "Atsisakyti taisymo", + "Board {0} deleted" : "Lenta {0} ištrinta", + "All cards" : "Visos kortelės", + "Only assigned cards" : "Tik priskirtos kortelės", + "No reminder" : "Jokio priminimo", + "An error occurred" : "Įvyko klaida", + "Delete the board?" : "Ištrinti lentą?", "Board details" : "Išsamiau apie lentą", "Edit board" : "Taisyti lentą", "Clone board" : "Dubliuoti lentą", @@ -244,15 +247,9 @@ "Turn on due date reminders" : "Įjungti priminimus apie galutinio termino datą", "Turn off due date reminders" : "Išjungti priminimus apie galutinio termino datą", "Due date reminders" : "Priminimai apie galutinio termino datą", - "All cards" : "Visos kortelės", "Assigned cards" : "Priskirtos kortelės", "No notifications" : "Pranešimų nėra", "Delete board" : "Ištrinti lentą", - "Board {0} deleted" : "Lenta {0} ištrinta", - "Only assigned cards" : "Tik priskirtos kortelės", - "No reminder" : "Jokio priminimo", - "An error occurred" : "Įvyko klaida", - "Delete the board?" : "Ištrinti lentą?", "Clone cards" : "Dubliuoti korteles", "Advanced options" : "Išplėstinės parinktys", "Restore archived cards" : "Atkurti archyvuotas korteles", @@ -261,20 +258,17 @@ "Tomorrow" : "Rytoj", "No due" : "Be galutinio termino", "No results found" : "Nerasta jokių rezultatų", + "Due on {date}" : "Galutinis terminas {date}", "Click to expand description" : "Spustelėkite norėdami išskleisti aprašą", "Click to expand comment" : "Spustelėkite norėdami išskleisti komentarą", + "Create card" : "Sukurti kortelę", "Create a new card" : "Sukurti naują kortelę", "Card title" : "Kortelės pavadinimas", - "Create card" : "Sukurti kortelę", "Creating the new card …" : "Kuriama nauja kortelė…", "Card \"{card}\" was added to \"{board}\"" : "Kortelė „{card}“ buvo pridėta į lentą „{board}“", "Open card" : "Atverti kortelę", "Close" : "Užverti", "New card" : "Nauja kortelė", - "Due on {date}" : "Galutinis terminas {date}", - "This weekend – {timeLocale}" : "Šį savaitgalį – {timeLocale}", - "Tomorrow – {timeLocale}" : "Rytoj – {timeLocale}", - "Later today – {timeLocale}" : "Šiandien vėliau – {timeLocale}", "Link to a board" : "Susieti su lenta", "Link to a card" : "Susieti su kortele", "Create a card" : "Sukurti kortelę", @@ -282,6 +276,12 @@ "Maximum file size of {size} exceeded" : "Viršytas maksimalus {size} failo dydis", "Error creating the share" : "Klaida kuriant viešinį", "Share" : "Bendrinti", + "Personal" : "Asmeniniai", + "To do" : "Reikia atlikti", + "Doing" : "Atliekama", + "Example Task 3" : "Pavyzdinė užduotis 3", + "Example Task 2" : "Pavyzdinė užduotis 2", + "Example Task 1" : "Pavyzdinė užduotis 1", "Move card to another board" : "Perkelti kortelę į kitą lentą" },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/l10n/lv.js b/l10n/lv.js index ab5b9dc81..345e6fba2 100644 --- a/l10n/lv.js +++ b/l10n/lv.js @@ -4,7 +4,6 @@ OC.L10N.register( "You have added a description to card {card} in list {stack} on board {board}" : "Tu pievienoji kartītes {card} aprakstu dēļa {board} sarakstā {stack}", "{user} has added a description to card {card} in list {stack} on board {board}" : "{user} pievienoja kartītes {card} aprakstu dēļa {board} sarakstā {stack}", "Load more" : "Ielādēt vairāk", - "Personal" : "Personīgs", "Finished" : "Pabeigts", "Action needed" : "Nepieciešama darbība", "Later" : "Vēlāk", @@ -41,16 +40,16 @@ OC.L10N.register( "Delete" : "Dzēst", "Edit" : "Labot", "Members" : "Biedri", - "Download" : "Lejupielādēt", "File to share" : "Kopīgojamā datne", - "Attachments" : "Pielikumi", - "Comments" : "Piebildes", + "Download" : "Lejupielādēt", "Modified" : "Mainīts", "Created" : "Izveidots", + "Attachments" : "Pielikumi", + "Comments" : "Piebildes", "Save" : "Saglabāt", + "Created:" : "Izveidots:", "Reply" : "Atbildēt", "Update" : "Atjaunināt", - "Created:" : "Izveidots:", "Description" : "Apraksts", "Select Date" : "Izvēlieties datumu", "(group)" : "(grupa)", @@ -60,13 +59,14 @@ OC.L10N.register( "Action" : "Darbība", "Search" : "Meklēt", "Shared with you" : "Koplietots ar tevi", - "No notifications" : "Nav paziņojumu", "No reminder" : "Nav atgādinājuma", "An error occurred" : "Gadījās kļūda", - "Advanced options" : "Papildu opcijas", + "No notifications" : "Nav paziņojumu", + "Advanced options" : "Papildu iespējas", "Today" : "Šodien", "Tomorrow" : "Rīt", "Close" : "Aizvērt", - "Share" : "Koplietot" + "Share" : "Koplietot", + "Personal" : "Personīgs" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/l10n/lv.json b/l10n/lv.json index 0141b065b..c8a26b2df 100644 --- a/l10n/lv.json +++ b/l10n/lv.json @@ -2,7 +2,6 @@ "You have added a description to card {card} in list {stack} on board {board}" : "Tu pievienoji kartītes {card} aprakstu dēļa {board} sarakstā {stack}", "{user} has added a description to card {card} in list {stack} on board {board}" : "{user} pievienoja kartītes {card} aprakstu dēļa {board} sarakstā {stack}", "Load more" : "Ielādēt vairāk", - "Personal" : "Personīgs", "Finished" : "Pabeigts", "Action needed" : "Nepieciešama darbība", "Later" : "Vēlāk", @@ -39,16 +38,16 @@ "Delete" : "Dzēst", "Edit" : "Labot", "Members" : "Biedri", - "Download" : "Lejupielādēt", "File to share" : "Kopīgojamā datne", - "Attachments" : "Pielikumi", - "Comments" : "Piebildes", + "Download" : "Lejupielādēt", "Modified" : "Mainīts", "Created" : "Izveidots", + "Attachments" : "Pielikumi", + "Comments" : "Piebildes", "Save" : "Saglabāt", + "Created:" : "Izveidots:", "Reply" : "Atbildēt", "Update" : "Atjaunināt", - "Created:" : "Izveidots:", "Description" : "Apraksts", "Select Date" : "Izvēlieties datumu", "(group)" : "(grupa)", @@ -58,13 +57,14 @@ "Action" : "Darbība", "Search" : "Meklēt", "Shared with you" : "Koplietots ar tevi", - "No notifications" : "Nav paziņojumu", "No reminder" : "Nav atgādinājuma", "An error occurred" : "Gadījās kļūda", - "Advanced options" : "Papildu opcijas", + "No notifications" : "Nav paziņojumu", + "Advanced options" : "Papildu iespējas", "Today" : "Šodien", "Tomorrow" : "Rīt", "Close" : "Aizvērt", - "Share" : "Koplietot" + "Share" : "Koplietot", + "Personal" : "Personīgs" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" } \ No newline at end of file diff --git a/l10n/mk.js b/l10n/mk.js index 34bad1a83..7d87154e9 100644 --- a/l10n/mk.js +++ b/l10n/mk.js @@ -68,7 +68,6 @@ OC.L10N.register( "A comment was created on a card" : "Коментар е креиран на картица", "Upcoming cards" : "Престојни картици", "Load more" : "Вчитај повеќе", - "Personal" : "Лично", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Картицата \"%s\" на \"%s\" ти е доделена од %s.", "The card \"%s\" on \"%s\" has reached its due date." : "Картицата \"%s\" на \"%s\" го достигна датумот на истекување.", "%s has mentioned you in a comment on \"%s\"." : "%s те спомна во коментар на \"%s\".", @@ -79,12 +78,8 @@ OC.L10N.register( "Action needed" : "Потребна е акција", "Later" : "Покасно", "copy" : "копирај", - "To do" : "За работење", - "Doing" : "Се работи", + "To Do" : "За правење", "Done" : "Готово", - "Example Task 3" : "Пример задача 3", - "Example Task 2" : "Пример задача 2", - "Example Task 1" : "Пример задача 1", "The file was uploaded" : "Датотеката е прикачена", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Подигнатата датотека ја надминува upload_max_filesize директивата во php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Големината на датотеката ја надминува MAX_FILE_SIZE директивата која беше специфицирана во HTML формата", @@ -98,8 +93,8 @@ OC.L10N.register( "Path is already shared with this card" : "Патеката веќе е споделена со оваа картица", "Invalid date, date format must be YYYY-MM-DD" : "Невалиден датум, форматот мора да биде ГГГГ-ММ-ДД", "Personal planning and team project organization" : "Персонален планер и тимски проект организер", - "Card details" : "Детали за картица", "Add board" : "Додади табла", + "Card details" : "Детали за картица", "Select the board to link to a project" : "Избери табла за поврзување со проект", "Search by board title" : "Барај по име на табла", "Select board" : "Избери табла", @@ -107,17 +102,17 @@ OC.L10N.register( "No lists available" : "Нема достапни листи", "Select a list" : "Избери листа", "Move card" : "Премести картица", - "Select a card" : "Избери картица", - "Cancel" : "Откажи", "Select the card to link to a project" : "Избери картица за поврзување со проект", "Link to card" : "Линк до картица", + "Select a card" : "Избери картица", + "Cancel" : "Откажи", + "This board is read only" : "Оваа табла е само за читање", + "Drop your files to upload" : "Повлечи датотеки за да прикачите", "File already exists" : "Датотека веќе постои", "A file with the name {filename} already exists." : "Датотека со име {filename} веќе постои.", "Do you want to overwrite it?" : "Дали сакате да го пребришете?", "Overwrite file" : "Пребриши датотека", "Keep existing file" : "Зачувај ја постоечката датотека", - "This board is read only" : "Оваа табла е само за читање", - "Drop your files to upload" : "Повлечи датотеки за да прикачите", "Add card" : "Додади картица", "Archived cards" : "Архивирани картици", "Add list" : "Додади листа", @@ -150,6 +145,8 @@ OC.L10N.register( "Deleted lists" : "Избришани листи", "Undo" : "Врати", "Deleted cards" : "Избришани картици", + "Failed to create share with {displayName}" : "Неможе да се сподели со {displayName}", + "Transfer" : "Трансфер", "No participants found" : "Не се пронајдени учесници", "Board owner" : "Сопственик на таблата", "(Group)" : "(Група)", @@ -158,20 +155,20 @@ OC.L10N.register( "Can manage" : "Може да ја менаџира", "Owner" : "Сопственик", "Delete" : "Избриши", - "Failed to create share with {displayName}" : "Неможе да се сподели со {displayName}", - "Transfer" : "Трансфер", + "List deleted" : "Листата е избришана", "Archive all cards" : "Архивирај ги сите картици", "Delete list" : "Избриши листа", "Archive all cards in this list" : "Архивирај ги сите картици во листата", "Add a new card" : "Додади нова картица", "Card name" : "Име на картицата", - "List deleted" : "Листата е избришана", + "title and color value must be provided" : "наслов и боја мора да се приложи", "Edit" : "Уреди", "Add a new tag" : "Додади нова ознака", - "title and color value must be provided" : "наслов и боја мора да се приложи", "Board name" : "Име на табла", "Members" : "Членови", "Assign a user to this card…" : "Додели корисник на оваа картица...", + "File to share" : "Датотека за споделување", + "Invalid path selected" : "Избрана невалидна патека", "Upload new files" : "Прикачи нови датотеки", "Share from Files" : "Сподели од датотеките", "Add this attachment" : "Додади го овој прилог", @@ -179,23 +176,22 @@ OC.L10N.register( "Download" : "Преземи", "Delete Attachment" : "Избриши прилог", "Restore Attachment" : "Врати прилог", - "File to share" : "Датотека за споделување", - "Invalid path selected" : "Избрана невалидна патека", + "Modified" : "Изменето", + "Created" : "Креирано", + "The title cannot be empty." : "Насловот неможе да биде празен.", "Open in sidebar view" : "Отвори страничен поглед", "Open in bigger view" : "Отвори на голем екран", "Attachments" : "Прилози", "Comments" : "Коментари", - "Modified" : "Изменето", - "Created" : "Креирано", - "The title cannot be empty." : "Насловот неможе да биде празен.", "No comments yet. Begin the discussion!" : "Сеуште нема коментари. Започни дискусија!", - "Save" : "Зачувај", "The comment cannot be empty." : "Коментарот неможе да биде празен.", "The comment cannot be longer than 1000 characters." : "Коментарот неможе да биде поголем од 1000 карактери.", + "Save" : "Зачувај", + "Created:" : "Создадено:", "In reply to" : "Како одговор на", "Reply" : "Одговор", "Update" : "Ажурирај", - "Created:" : "Создадено:", + "Write a description …" : "Напиши опис ...", "Description" : "Опис", "(Unsaved)" : "(Незачувано)", "(Saving…)" : "(Снимање…)", @@ -203,21 +199,22 @@ OC.L10N.register( "Edit description" : "Измени опис", "View description" : "Види опис", "Add Attachment" : "Додади прилог", - "Write a description …" : "Напиши опис ...", "Choose attachment" : "Избери прилог", + "Select Date" : "Избери датум", + "Later today – {timeLocale}" : "Денес покасно – {timeLocale}", + "Tomorrow – {timeLocale}" : "Утре – {timeLocale}", "Set a due date" : "Постави краен рок", "Remove due date" : "Отстрани краен рок", "Mark as done" : "Означи како готово", "Unarchive card" : "Врати картица од архива", "Archive card" : "Архивирај картица", - "Select Date" : "Избери датум", "Assign a tag to this card…" : "Додади ознака на оваа картица...", "(group)" : "(group)", + "Card deleted" : "Картицата е избришана", "Edit title" : "Удери наслов", "Assign to me" : "Доделени мене", "Unassign myself" : "Откажи се", "Delete card" : "Избриши картица", - "Card deleted" : "Картицата е избришана", "seconds ago" : "пред неколку секунди", "Keyboard shortcuts" : "Кратенки преку тастатура", "Keyboard shortcut" : "Кратенка преку тастатура", @@ -231,6 +228,12 @@ OC.L10N.register( "Use bigger card view" : "Користи поголем преглед на картици", "Show boards in calendar/tasks" : "Прикажи ги таблите во календарнот", "Cancel edit" : "Откажи ажурирање", + "Board {0} deleted" : "Таблата {0} е избришана", + "All cards" : "Сите картици", + "Only assigned cards" : "Само доделени картици", + "No reminder" : "Нема потсетник", + "An error occurred" : "Настана грешка", + "Delete the board?" : "Бришење на таблата?", "Board details" : "Детали за таблата", "Edit board" : "Измени табла", "Clone board" : "Клонирај табла", @@ -239,15 +242,9 @@ OC.L10N.register( "Turn on due date reminders" : "Вклучи потсетници за крајните рокови", "Turn off due date reminders" : "Исклучи потсетници за крајните рокови", "Due date reminders" : "Потсетници за крајните рокови", - "All cards" : "Сите картици", "Assigned cards" : "Доделени картици", "No notifications" : "Нема известувања", "Delete board" : "Избриши табла", - "Board {0} deleted" : "Таблата {0} е избришана", - "Only assigned cards" : "Само доделени картици", - "No reminder" : "Нема потсетник", - "An error occurred" : "Настана грешка", - "Delete the board?" : "Бришење на таблата?", "Clone cards" : "Клинирај картици", "Advanced options" : "Напредни опции", "Clone" : "Клонирај", @@ -257,15 +254,13 @@ OC.L10N.register( "No due" : "Не истекува", "No results found" : "Нема пронајдено резултати", "{stack} in {board}" : "{stack} во {board}", + "Create card" : "Креирајте картица", "Create a new card" : "Креирајте нова картица", "Card title" : "Наслов на картицата", - "Create card" : "Креирајте картица", "Open card" : "Отвори картица", "Close" : "Затвори", "No upcoming cards" : "Нема престојни картици", "upcoming cards" : "престојни картици", - "Tomorrow – {timeLocale}" : "Утре – {timeLocale}", - "Later today – {timeLocale}" : "Денес покасно – {timeLocale}", "Link to a board" : "Линк до табла", "Link to a card" : "Линк до картица", "Create a card" : "Креирајте картица", @@ -277,6 +272,12 @@ OC.L10N.register( "Share with a Deck card" : "Споделено со Deck картица", "Share {file} with a Deck card" : "Сподели {file} со Deck картица", "Share" : "Сподели", + "Personal" : "Лично", + "To do" : "За работење", + "Doing" : "Се работи", + "Example Task 3" : "Пример задача 3", + "Example Task 2" : "Пример задача 2", + "Example Task 1" : "Пример задача 1", "Move card to another board" : "Премести ја картицата на друга табла" }, "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/l10n/mk.json b/l10n/mk.json index 2243176df..c7d573c60 100644 --- a/l10n/mk.json +++ b/l10n/mk.json @@ -66,7 +66,6 @@ "A comment was created on a card" : "Коментар е креиран на картица", "Upcoming cards" : "Престојни картици", "Load more" : "Вчитај повеќе", - "Personal" : "Лично", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Картицата \"%s\" на \"%s\" ти е доделена од %s.", "The card \"%s\" on \"%s\" has reached its due date." : "Картицата \"%s\" на \"%s\" го достигна датумот на истекување.", "%s has mentioned you in a comment on \"%s\"." : "%s те спомна во коментар на \"%s\".", @@ -77,12 +76,8 @@ "Action needed" : "Потребна е акција", "Later" : "Покасно", "copy" : "копирај", - "To do" : "За работење", - "Doing" : "Се работи", + "To Do" : "За правење", "Done" : "Готово", - "Example Task 3" : "Пример задача 3", - "Example Task 2" : "Пример задача 2", - "Example Task 1" : "Пример задача 1", "The file was uploaded" : "Датотеката е прикачена", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Подигнатата датотека ја надминува upload_max_filesize директивата во php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Големината на датотеката ја надминува MAX_FILE_SIZE директивата која беше специфицирана во HTML формата", @@ -96,8 +91,8 @@ "Path is already shared with this card" : "Патеката веќе е споделена со оваа картица", "Invalid date, date format must be YYYY-MM-DD" : "Невалиден датум, форматот мора да биде ГГГГ-ММ-ДД", "Personal planning and team project organization" : "Персонален планер и тимски проект организер", - "Card details" : "Детали за картица", "Add board" : "Додади табла", + "Card details" : "Детали за картица", "Select the board to link to a project" : "Избери табла за поврзување со проект", "Search by board title" : "Барај по име на табла", "Select board" : "Избери табла", @@ -105,17 +100,17 @@ "No lists available" : "Нема достапни листи", "Select a list" : "Избери листа", "Move card" : "Премести картица", - "Select a card" : "Избери картица", - "Cancel" : "Откажи", "Select the card to link to a project" : "Избери картица за поврзување со проект", "Link to card" : "Линк до картица", + "Select a card" : "Избери картица", + "Cancel" : "Откажи", + "This board is read only" : "Оваа табла е само за читање", + "Drop your files to upload" : "Повлечи датотеки за да прикачите", "File already exists" : "Датотека веќе постои", "A file with the name {filename} already exists." : "Датотека со име {filename} веќе постои.", "Do you want to overwrite it?" : "Дали сакате да го пребришете?", "Overwrite file" : "Пребриши датотека", "Keep existing file" : "Зачувај ја постоечката датотека", - "This board is read only" : "Оваа табла е само за читање", - "Drop your files to upload" : "Повлечи датотеки за да прикачите", "Add card" : "Додади картица", "Archived cards" : "Архивирани картици", "Add list" : "Додади листа", @@ -148,6 +143,8 @@ "Deleted lists" : "Избришани листи", "Undo" : "Врати", "Deleted cards" : "Избришани картици", + "Failed to create share with {displayName}" : "Неможе да се сподели со {displayName}", + "Transfer" : "Трансфер", "No participants found" : "Не се пронајдени учесници", "Board owner" : "Сопственик на таблата", "(Group)" : "(Група)", @@ -156,20 +153,20 @@ "Can manage" : "Може да ја менаџира", "Owner" : "Сопственик", "Delete" : "Избриши", - "Failed to create share with {displayName}" : "Неможе да се сподели со {displayName}", - "Transfer" : "Трансфер", + "List deleted" : "Листата е избришана", "Archive all cards" : "Архивирај ги сите картици", "Delete list" : "Избриши листа", "Archive all cards in this list" : "Архивирај ги сите картици во листата", "Add a new card" : "Додади нова картица", "Card name" : "Име на картицата", - "List deleted" : "Листата е избришана", + "title and color value must be provided" : "наслов и боја мора да се приложи", "Edit" : "Уреди", "Add a new tag" : "Додади нова ознака", - "title and color value must be provided" : "наслов и боја мора да се приложи", "Board name" : "Име на табла", "Members" : "Членови", "Assign a user to this card…" : "Додели корисник на оваа картица...", + "File to share" : "Датотека за споделување", + "Invalid path selected" : "Избрана невалидна патека", "Upload new files" : "Прикачи нови датотеки", "Share from Files" : "Сподели од датотеките", "Add this attachment" : "Додади го овој прилог", @@ -177,23 +174,22 @@ "Download" : "Преземи", "Delete Attachment" : "Избриши прилог", "Restore Attachment" : "Врати прилог", - "File to share" : "Датотека за споделување", - "Invalid path selected" : "Избрана невалидна патека", + "Modified" : "Изменето", + "Created" : "Креирано", + "The title cannot be empty." : "Насловот неможе да биде празен.", "Open in sidebar view" : "Отвори страничен поглед", "Open in bigger view" : "Отвори на голем екран", "Attachments" : "Прилози", "Comments" : "Коментари", - "Modified" : "Изменето", - "Created" : "Креирано", - "The title cannot be empty." : "Насловот неможе да биде празен.", "No comments yet. Begin the discussion!" : "Сеуште нема коментари. Започни дискусија!", - "Save" : "Зачувај", "The comment cannot be empty." : "Коментарот неможе да биде празен.", "The comment cannot be longer than 1000 characters." : "Коментарот неможе да биде поголем од 1000 карактери.", + "Save" : "Зачувај", + "Created:" : "Создадено:", "In reply to" : "Како одговор на", "Reply" : "Одговор", "Update" : "Ажурирај", - "Created:" : "Создадено:", + "Write a description …" : "Напиши опис ...", "Description" : "Опис", "(Unsaved)" : "(Незачувано)", "(Saving…)" : "(Снимање…)", @@ -201,21 +197,22 @@ "Edit description" : "Измени опис", "View description" : "Види опис", "Add Attachment" : "Додади прилог", - "Write a description …" : "Напиши опис ...", "Choose attachment" : "Избери прилог", + "Select Date" : "Избери датум", + "Later today – {timeLocale}" : "Денес покасно – {timeLocale}", + "Tomorrow – {timeLocale}" : "Утре – {timeLocale}", "Set a due date" : "Постави краен рок", "Remove due date" : "Отстрани краен рок", "Mark as done" : "Означи како готово", "Unarchive card" : "Врати картица од архива", "Archive card" : "Архивирај картица", - "Select Date" : "Избери датум", "Assign a tag to this card…" : "Додади ознака на оваа картица...", "(group)" : "(group)", + "Card deleted" : "Картицата е избришана", "Edit title" : "Удери наслов", "Assign to me" : "Доделени мене", "Unassign myself" : "Откажи се", "Delete card" : "Избриши картица", - "Card deleted" : "Картицата е избришана", "seconds ago" : "пред неколку секунди", "Keyboard shortcuts" : "Кратенки преку тастатура", "Keyboard shortcut" : "Кратенка преку тастатура", @@ -229,6 +226,12 @@ "Use bigger card view" : "Користи поголем преглед на картици", "Show boards in calendar/tasks" : "Прикажи ги таблите во календарнот", "Cancel edit" : "Откажи ажурирање", + "Board {0} deleted" : "Таблата {0} е избришана", + "All cards" : "Сите картици", + "Only assigned cards" : "Само доделени картици", + "No reminder" : "Нема потсетник", + "An error occurred" : "Настана грешка", + "Delete the board?" : "Бришење на таблата?", "Board details" : "Детали за таблата", "Edit board" : "Измени табла", "Clone board" : "Клонирај табла", @@ -237,15 +240,9 @@ "Turn on due date reminders" : "Вклучи потсетници за крајните рокови", "Turn off due date reminders" : "Исклучи потсетници за крајните рокови", "Due date reminders" : "Потсетници за крајните рокови", - "All cards" : "Сите картици", "Assigned cards" : "Доделени картици", "No notifications" : "Нема известувања", "Delete board" : "Избриши табла", - "Board {0} deleted" : "Таблата {0} е избришана", - "Only assigned cards" : "Само доделени картици", - "No reminder" : "Нема потсетник", - "An error occurred" : "Настана грешка", - "Delete the board?" : "Бришење на таблата?", "Clone cards" : "Клинирај картици", "Advanced options" : "Напредни опции", "Clone" : "Клонирај", @@ -255,15 +252,13 @@ "No due" : "Не истекува", "No results found" : "Нема пронајдено резултати", "{stack} in {board}" : "{stack} во {board}", + "Create card" : "Креирајте картица", "Create a new card" : "Креирајте нова картица", "Card title" : "Наслов на картицата", - "Create card" : "Креирајте картица", "Open card" : "Отвори картица", "Close" : "Затвори", "No upcoming cards" : "Нема престојни картици", "upcoming cards" : "престојни картици", - "Tomorrow – {timeLocale}" : "Утре – {timeLocale}", - "Later today – {timeLocale}" : "Денес покасно – {timeLocale}", "Link to a board" : "Линк до табла", "Link to a card" : "Линк до картица", "Create a card" : "Креирајте картица", @@ -275,6 +270,12 @@ "Share with a Deck card" : "Споделено со Deck картица", "Share {file} with a Deck card" : "Сподели {file} со Deck картица", "Share" : "Сподели", + "Personal" : "Лично", + "To do" : "За работење", + "Doing" : "Се работи", + "Example Task 3" : "Пример задача 3", + "Example Task 2" : "Пример задача 2", + "Example Task 1" : "Пример задача 1", "Move card to another board" : "Премести ја картицата на друга табла" },"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" } \ No newline at end of file diff --git a/l10n/mn.js b/l10n/mn.js index 6f48d4335..eeb3413dc 100644 --- a/l10n/mn.js +++ b/l10n/mn.js @@ -2,7 +2,6 @@ OC.L10N.register( "deck", { "Deck" : "Ажлын талбар", - "Personal" : "Хувийн", "Finished" : "Дуусгасан", "To review" : "Дахин хянах", "Action needed" : "Үйлдэл шаардлагатай", @@ -26,14 +25,14 @@ OC.L10N.register( "Edit" : "Засварлах", "Members" : "Гишүүд", "Download" : "Татах", - "Attachments" : "Хавсралт", - "Comments" : "Сэтгэгдлүүд", "Modified" : "Өөрчлөгдсөн", "Created" : "Үүсгэсэн", + "Attachments" : "Хавсралт", + "Comments" : "Сэтгэгдлүүд", "Save" : "Хадгалах", + "Created:" : "Үүсгэсэн:", "Reply" : "хариулт", "Update" : "Шинэчлэх", - "Created:" : "Үүсгэсэн:", "Description" : "Тайлбар", "(group)" : "(бүлэг)", "seconds ago" : "хоёрдахь өмнө", @@ -45,6 +44,7 @@ OC.L10N.register( "Today" : "өнөөдөр", "Tomorrow" : "маргааш", "Close" : "Хаах", - "Share" : "Түгээх" + "Share" : "Түгээх", + "Personal" : "Хувийн" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/mn.json b/l10n/mn.json index e479c4854..0daf8582f 100644 --- a/l10n/mn.json +++ b/l10n/mn.json @@ -1,6 +1,5 @@ { "translations": { "Deck" : "Ажлын талбар", - "Personal" : "Хувийн", "Finished" : "Дуусгасан", "To review" : "Дахин хянах", "Action needed" : "Үйлдэл шаардлагатай", @@ -24,14 +23,14 @@ "Edit" : "Засварлах", "Members" : "Гишүүд", "Download" : "Татах", - "Attachments" : "Хавсралт", - "Comments" : "Сэтгэгдлүүд", "Modified" : "Өөрчлөгдсөн", "Created" : "Үүсгэсэн", + "Attachments" : "Хавсралт", + "Comments" : "Сэтгэгдлүүд", "Save" : "Хадгалах", + "Created:" : "Үүсгэсэн:", "Reply" : "хариулт", "Update" : "Шинэчлэх", - "Created:" : "Үүсгэсэн:", "Description" : "Тайлбар", "(group)" : "(бүлэг)", "seconds ago" : "хоёрдахь өмнө", @@ -43,6 +42,7 @@ "Today" : "өнөөдөр", "Tomorrow" : "маргааш", "Close" : "Хаах", - "Share" : "Түгээх" + "Share" : "Түгээх", + "Personal" : "Хувийн" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/ms_MY.js b/l10n/ms_MY.js index 1b0538cb9..ae7cedda7 100644 --- a/l10n/ms_MY.js +++ b/l10n/ms_MY.js @@ -1,7 +1,6 @@ OC.L10N.register( "deck", { - "Personal" : "Peribadi", "Done" : "Done", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Saiz fail yang dimuatnaik melebihi MAX_FILE_SIZE yang ditetapkan dalam borang HTML", "No file was uploaded" : "Tiada fail dimuatnaik", @@ -16,13 +15,14 @@ OC.L10N.register( "Download" : "Muat turun", "Modified" : "Dimodifikasi", "Save" : "Simpan", - "Update" : "Kemaskini", "Created:" : "Telah dibina:", + "Update" : "Kemaskini", "Description" : "Keterangan", "Search" : "Search", "Shared with you" : "Shared with you", "Today" : "Hari ini", "Close" : "Tutup", - "Share" : "Kongsi" + "Share" : "Kongsi", + "Personal" : "Peribadi" }, "nplurals=1; plural=0;"); diff --git a/l10n/ms_MY.json b/l10n/ms_MY.json index 5e20173dd..700c3b1af 100644 --- a/l10n/ms_MY.json +++ b/l10n/ms_MY.json @@ -1,5 +1,4 @@ { "translations": { - "Personal" : "Peribadi", "Done" : "Done", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Saiz fail yang dimuatnaik melebihi MAX_FILE_SIZE yang ditetapkan dalam borang HTML", "No file was uploaded" : "Tiada fail dimuatnaik", @@ -14,13 +13,14 @@ "Download" : "Muat turun", "Modified" : "Dimodifikasi", "Save" : "Simpan", - "Update" : "Kemaskini", "Created:" : "Telah dibina:", + "Update" : "Kemaskini", "Description" : "Keterangan", "Search" : "Search", "Shared with you" : "Shared with you", "Today" : "Hari ini", "Close" : "Tutup", - "Share" : "Kongsi" + "Share" : "Kongsi", + "Personal" : "Peribadi" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/l10n/nb.js b/l10n/nb.js index f9d216df9..30d3cbb72 100644 --- a/l10n/nb.js +++ b/l10n/nb.js @@ -76,7 +76,6 @@ OC.L10N.register( "Cards due tomorrow" : "Kort som forfaller i morgen", "Upcoming cards" : "Kommende kort", "Load more" : "Last mer", - "Personal" : "Personlig", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kortet \"%s\" på \"%s\" er endret til deg av %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} har tildelt kortet {deck-card} på {deck-board} til deg.", "The card \"%s\" on \"%s\" has reached its due date." : "Kortet \"%s\" på \"%s\" har nådd sin utløpsdato.", @@ -99,12 +98,9 @@ OC.L10N.register( "Action needed" : "Handling påkrevd", "Later" : "Senere", "copy" : "kopier", - "To do" : "Å gjøre", - "Doing" : "Pågår", + "To Do" : "Gjøremål", + "In Progress" : "Pågår", "Done" : "Ferdig", - "Example Task 3" : "Eksempel oppgave 3", - "Example Task 2" : "Eksempel oppgave 2", - "Example Task 1" : "Eksempel oppgave 1", "The file was uploaded" : "Filen er lastet opp", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Filen er større enn definert grense i upload_max_filesize direktiv i php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Filen er større enn definert grense i MAX_FILE_SIZE direktiv i HTML formen.", @@ -120,8 +116,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "Feil dato, dato må være i formatet YYYY-MM-DD", "Personal planning and team project organization" : "Personlig planlegging og organisering av prosjekter i team", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Stokk er et kanban inspirert verktøy for organisering for personlig planlegging og prosjekt organisering for team integrert med Nextcloud.\n\n\n- 📥 Legg til oppgaver på kort og hold orden på disse.\n- 📄 Legg til notater.\n- 🔖 Tildel merke for enda bedre organisering.\n- 👥 Del med team, venner eller familile.\n- 📎 Legg ved filer som kan integreres i beskrivelser.\n- 💬 Diskuter med ditt team ved å bruke kommentarer.\n- ⚡ Hold oversikt over endringer i aktivitetsstrøm.\n- 🚀 Få dine prosjekt organisert.", - "Card details" : "Kort-detaljer", "Add board" : "Legg til tavle", + "Card details" : "Kort-detaljer", "Select the board to link to a project" : "Velg tavle som skal lenkes til prosjekt", "Search by board title" : "Søk på tittel på tavle", "Select board" : "Velg tavle", @@ -129,17 +125,17 @@ OC.L10N.register( "No lists available" : "Ingen stabler tilgjengelig", "Select a list" : "Velg en stabel", "Move card" : "Flytt kort", - "Select a card" : "Velg et kort", - "Cancel" : "Avbryt", "Select the card to link to a project" : "Velg kort som skal lenkes til prosjekt", "Link to card" : "Lenke til kort", + "Select a card" : "Velg et kort", + "Cancel" : "Avbryt", + "This board is read only" : "Denne tavlen er kun lesbar", + "Drop your files to upload" : "Dropp filer for å laste opp", "File already exists" : "Filen finnes allerede", "A file with the name {filename} already exists." : "En fil med navnet {filename} finnes allerede.", "Do you want to overwrite it?" : "Vil du overskrive?", "Overwrite file" : "Overskriv fil", "Keep existing file" : "Behold eksisterende fil", - "This board is read only" : "Denne tavlen er kun lesbar", - "Drop your files to upload" : "Dropp filer for å laste opp", "Add card" : "Legg til kort", "Archived cards" : "Arkiver tavle", "Add list" : "Legg til liste", @@ -180,6 +176,12 @@ OC.L10N.register( "Deleted lists" : "Slettede stabler", "Undo" : "Angre", "Deleted cards" : "Slettede kort", + "Failed to create share with {displayName}" : "Klarte ikke å opprette deling med {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Er du sikker på at du vil overføre tavlen {title} til {user}?", + "Transfer the board." : "Overfør tavle.", + "Transfer" : "Overfør", + "The board has been transferred to {user}" : "Tavlen har blitt overført til {user}", + "Failed to transfer the board to {user}" : "Klarte ikke overføre tavlen til {user}", "Share board with a user, group or team …" : "Del tavle med en bruker, gruppe eller lag...", "Searching for users, groups and teams …" : "Søker etter brukere, grupper og lag...", "No participants found" : "Ingen deltakere funnet", @@ -191,12 +193,7 @@ OC.L10N.register( "Can manage" : "Kan behandle", "Owner" : "Eier", "Delete" : "Slett", - "Failed to create share with {displayName}" : "Klarte ikke å opprette deling med {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Er du sikker på at du vil overføre tavlen {title} til {user}?", - "Transfer the board." : "Overfør tavle.", - "Transfer" : "Overfør", - "The board has been transferred to {user}" : "Tavlen har blitt overført til {user}", - "Failed to transfer the board to {user}" : "Klarte ikke overføre tavlen til {user}", + "List deleted" : "Stabel slettet", "Edit list title" : "Rediger listetittel", "Archive all cards" : "Arkiver alle kort", "Unarchive all cards" : "Fjern alle kort fra arkiv", @@ -205,15 +202,16 @@ OC.L10N.register( "Unarchive all cards in this list" : "Fjern alle kortene i denne listen fra arkiv", "Add a new card" : "Legg til nytt kort", "Card name" : "Navn på kort", - "List deleted" : "Stabel slettet", + "title and color value must be provided" : "Du må oppgi verdier for tittel og farge", "Edit" : "Rediger", "Add a new tag" : "Legg til nytt merke", - "title and color value must be provided" : "Du må oppgi verdier for tittel og farge", "Board name" : "Navn på tavle", "Members" : "Medlemmer", "Assign to users/groups/team" : "Tilordne til brukere/grupper/lag", "Assign a user to this card…" : "Tildel bruker til dette kortet...", "Select a user to assign to this card…" : "Velg en bruker som skal tilordnes dette kortet...", + "File to share" : "Fil for deling", + "Invalid path selected" : "Ugyldig angitt sti", "Upload new files" : "Last opp nye filer", "Share from Files" : "Del fra Filer", "Pending share" : "Ventende deling", @@ -223,25 +221,24 @@ OC.L10N.register( "Remove attachment" : "Fjern vedlegg", "Delete Attachment" : "Slett vedlegg", "Restore Attachment" : "Gjenopprett vedlegg", - "File to share" : "Fil for deling", - "Invalid path selected" : "Ugyldig angitt sti", + "Modified" : "Endret", + "Created" : "Opprettet", + "The title cannot be empty." : "Tittel kan ikke være tom", "Open in sidebar view" : "Åpne med sidepanel", "Open in bigger view" : "Åpen i større visning", "Attachments" : "Vedlegg", "Comments" : "Kommentarer", - "Modified" : "Endret", - "Created" : "Opprettet", - "The title cannot be empty." : "Tittel kan ikke være tom", - "No comments yet. Begin the discussion!" : "Ingen kommentarer ennå. Start diskusjonen!", "Failed to load comments" : "Feil i lasting av kommentarer", - "Save" : "Lagre", + "No comments yet. Begin the discussion!" : "Ingen kommentarer ennå. Start diskusjonen!", "The comment cannot be empty." : "Kommentaren kan ikke være tom.", "The comment cannot be longer than 1000 characters." : "Kommentaren kan ikke være lenger enn 1000 tegn.", + "Save" : "Lagre", + "Created:" : "Opprettet:", "In reply to" : "Som svar på", "Cancel reply" : "Avbryt svar", "Reply" : "Svar", "Update" : "Oppdater", - "Created:" : "Opprettet:", + "Write a description …" : "Skriv en beskrivelse ...", "Description" : "Beskrivelse", "(Unsaved)" : "(Ikke lagret)", "(Saving…)" : "(Lagrer...)", @@ -249,8 +246,16 @@ OC.L10N.register( "Edit description" : "Rediger beskrivelse", "View description" : "Se beskrivelse", "Add Attachment" : "Legg til vedlegg", - "Write a description …" : "Skriv en beskrivelse ...", "Choose attachment" : "Velg vedlegg", + "Select Date" : "Velg dato", + "Later today – {timeLocale}" : "Senere i dag – {timeLocale}", + "Set due date for later today" : "Angi forfallsdato til senere i dag", + "Tomorrow – {timeLocale}" : "I morgen – {timeLocale}", + "Set due date for tomorrow" : "Angi forfallsdato til i morgen", + "This weekend – {timeLocale}" : "Denne helgen – {timeLocale}", + "Set due date for this weekend" : "Angi forfallsdato til denne helgen", + "Next week – {timeLocale}" : "Neste uke – {timeLocale}", + "Set due date for next week" : "Angi forfallsdato til neste uke", "Assign a due date to this card…" : "Tildel en dato på dette kortet...", "Set a due date" : "Set forfallsdato", "Add due date" : "Legg til forfallsdato", @@ -261,26 +266,20 @@ OC.L10N.register( "Not done" : "Ikke fullført", "Unarchive card" : "Hent kort fra arkiv", "Archive card" : "Arkiver kort", - "Select Date" : "Velg dato", - "Set due date for later today" : "Angi forfallsdato til senere i dag", - "Set due date for tomorrow" : "Angi forfallsdato til i morgen", - "Set due date for this weekend" : "Angi forfallsdato til denne helgen", - "Set due date for next week" : "Angi forfallsdato til neste uke", "Assign a tag to this card…" : "Legg til et merke til dette kortet...", "Select or create a tag…" : "Velg eller opprett et merke...", "Create a new tag:" : "Opprett et nytt merke:", "(group)" : "(gruppe)", - "Next week – {timeLocale}" : "Neste uke – {timeLocale}", - "Todo items" : "Gjøremålspunkter", "{count} comments, {unread} unread" : "{count} kommentarer, {unread} ulest", + "Todo items" : "Gjøremålspunkter", "Edit card title" : "Rediger korttittel", "Open link" : "Åpne kobling", + "Card deleted" : "Kort slettet", "Edit title" : "Rediger tittel", "Assign to me" : "Tildel meg", "Unassign myself" : "Fjern meg fra tildeling", "Mark as not done" : "Marker som ikke ferdig", "Delete card" : "Slett kort", - "Card deleted" : "Kort slettet", "seconds ago" : "sekunder siden", "Keyboard shortcuts" : "Tastatursnarveier", "Boost your productivity using Deck with keyboard shortcuts." : "Øk produktiviteten ved å bruke Deck med hurtigtaster.", @@ -318,6 +317,13 @@ OC.L10N.register( "Limit board creation to some groups" : "Begrene oppretting av kort til enkelte grupper", "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Brukere utenfor disse gruppene vil ikke kunne opprette sine egne tavler, men vil fortsatt kunne jobbe på tavler som har blitt delt med dem.", "Cancel edit" : "Avbryt endring", + "Board {0} deleted" : "Tavle {0} slettet", + "All cards" : "Alle kort", + "Only assigned cards" : "Kun tildelte kort", + "No reminder" : "Ingen varsel", + "An error occurred" : "En feil oppsto", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Are du sikker på sletting av tavlen {title}? Handlingen vil slette all data i denne tavlen, inkludert arkiverte kort.", + "Delete the board?" : "Slett tavlen?", "Board details" : "Forumseksjonsdetaljer", "Edit board" : "Rediger tavle", "Clone board" : "Klon tavle", @@ -327,16 +333,9 @@ OC.L10N.register( "Turn on due date reminders" : "Skru på påminnelser for forfallsdato", "Turn off due date reminders" : "Skru av påminnelser for forfallsdato", "Due date reminders" : "Påminnelser for forfallsdato", - "All cards" : "Alle kort", "Assigned cards" : "Tildelte kort", "No notifications" : "Ingen varsler", "Delete board" : "Slett tavle", - "Board {0} deleted" : "Tavle {0} slettet", - "Only assigned cards" : "Kun tildelte kort", - "No reminder" : "Ingen varsel", - "An error occurred" : "En feil oppsto", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Are du sikker på sletting av tavlen {title}? Handlingen vil slette all data i denne tavlen, inkludert arkiverte kort.", - "Delete the board?" : "Slett tavlen?", "Clone cards" : "Klone kort", "Advanced options" : "Avanserte innstillinger", "Clone" : "Klone", @@ -347,14 +346,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Søk etter {searchQuery} i alle tavler", "No results found" : "Ingen resultater funnet", "Deck board {name}\n* Last modified on {lastMod}" : "Stokktavle {name}\n* Sist endret {lastMod}", - "{stack} in {board}" : "{stack} i {board}", - "Click to expand description" : "Klikk for å utvide beskrivelsen", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Opprettet {created}\n* Sist endret {lastMod}\n* {nbAttachments} vedlegg\n* {nbComments} kommentarer", "{nbCards} cards" : "{nbCards} kort", + "Due on {date}" : "Utløper {date}", + "{stack} in {board}" : "{stack} i {board}", + "Click to expand description" : "Klikk for å utvide beskrivelsen", "Click to expand comment" : "Klikk for å utvide kommentaren", + "Create card" : "Opprett kort", "Create a new card" : "Opprett et nytt kort", "Card title" : "Kortittel", - "Create card" : "Opprett kort", "Creating the new card …" : "Oppretter det nye kortet ...", "Card \"{card}\" was added to \"{board}\"" : "Kort \"{card}\" ble lagt til i \"{board}\"", "Open card" : "Åpne kort", @@ -364,10 +364,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "kommende kort i morgen", "upcoming cards" : "kommende kort", "New card" : "Nytt kort", - "Due on {date}" : "Utløper {date}", - "This weekend – {timeLocale}" : "Denne helgen – {timeLocale}", - "Tomorrow – {timeLocale}" : "I morgen – {timeLocale}", - "Later today – {timeLocale}" : "Senere i dag – {timeLocale}", "Link to a board" : "Lenke til tavle", "Link to a card" : "Lenke til et kort", "Create a card" : "Opprett kort", @@ -379,6 +375,12 @@ OC.L10N.register( "Share with a Deck card" : "Del med et Stokk-kort", "Share {file} with a Deck card" : "Del {file} med et Stokk-kort", "Share" : "Del", + "Personal" : "Personlig", + "To do" : "Å gjøre", + "Doing" : "Pågår", + "Example Task 3" : "Eksempel oppgave 3", + "Example Task 2" : "Eksempel oppgave 2", + "Example Task 1" : "Eksempel oppgave 1", "Move card to another board" : "Flytt kort til annen tavle", "Filter by completed" : "Filtrer etter fullført" }, diff --git a/l10n/nb.json b/l10n/nb.json index 9683341e3..96cc540ee 100644 --- a/l10n/nb.json +++ b/l10n/nb.json @@ -74,7 +74,6 @@ "Cards due tomorrow" : "Kort som forfaller i morgen", "Upcoming cards" : "Kommende kort", "Load more" : "Last mer", - "Personal" : "Personlig", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kortet \"%s\" på \"%s\" er endret til deg av %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} har tildelt kortet {deck-card} på {deck-board} til deg.", "The card \"%s\" on \"%s\" has reached its due date." : "Kortet \"%s\" på \"%s\" har nådd sin utløpsdato.", @@ -97,12 +96,9 @@ "Action needed" : "Handling påkrevd", "Later" : "Senere", "copy" : "kopier", - "To do" : "Å gjøre", - "Doing" : "Pågår", + "To Do" : "Gjøremål", + "In Progress" : "Pågår", "Done" : "Ferdig", - "Example Task 3" : "Eksempel oppgave 3", - "Example Task 2" : "Eksempel oppgave 2", - "Example Task 1" : "Eksempel oppgave 1", "The file was uploaded" : "Filen er lastet opp", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Filen er større enn definert grense i upload_max_filesize direktiv i php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Filen er større enn definert grense i MAX_FILE_SIZE direktiv i HTML formen.", @@ -118,8 +114,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "Feil dato, dato må være i formatet YYYY-MM-DD", "Personal planning and team project organization" : "Personlig planlegging og organisering av prosjekter i team", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Stokk er et kanban inspirert verktøy for organisering for personlig planlegging og prosjekt organisering for team integrert med Nextcloud.\n\n\n- 📥 Legg til oppgaver på kort og hold orden på disse.\n- 📄 Legg til notater.\n- 🔖 Tildel merke for enda bedre organisering.\n- 👥 Del med team, venner eller familile.\n- 📎 Legg ved filer som kan integreres i beskrivelser.\n- 💬 Diskuter med ditt team ved å bruke kommentarer.\n- ⚡ Hold oversikt over endringer i aktivitetsstrøm.\n- 🚀 Få dine prosjekt organisert.", - "Card details" : "Kort-detaljer", "Add board" : "Legg til tavle", + "Card details" : "Kort-detaljer", "Select the board to link to a project" : "Velg tavle som skal lenkes til prosjekt", "Search by board title" : "Søk på tittel på tavle", "Select board" : "Velg tavle", @@ -127,17 +123,17 @@ "No lists available" : "Ingen stabler tilgjengelig", "Select a list" : "Velg en stabel", "Move card" : "Flytt kort", - "Select a card" : "Velg et kort", - "Cancel" : "Avbryt", "Select the card to link to a project" : "Velg kort som skal lenkes til prosjekt", "Link to card" : "Lenke til kort", + "Select a card" : "Velg et kort", + "Cancel" : "Avbryt", + "This board is read only" : "Denne tavlen er kun lesbar", + "Drop your files to upload" : "Dropp filer for å laste opp", "File already exists" : "Filen finnes allerede", "A file with the name {filename} already exists." : "En fil med navnet {filename} finnes allerede.", "Do you want to overwrite it?" : "Vil du overskrive?", "Overwrite file" : "Overskriv fil", "Keep existing file" : "Behold eksisterende fil", - "This board is read only" : "Denne tavlen er kun lesbar", - "Drop your files to upload" : "Dropp filer for å laste opp", "Add card" : "Legg til kort", "Archived cards" : "Arkiver tavle", "Add list" : "Legg til liste", @@ -178,6 +174,12 @@ "Deleted lists" : "Slettede stabler", "Undo" : "Angre", "Deleted cards" : "Slettede kort", + "Failed to create share with {displayName}" : "Klarte ikke å opprette deling med {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Er du sikker på at du vil overføre tavlen {title} til {user}?", + "Transfer the board." : "Overfør tavle.", + "Transfer" : "Overfør", + "The board has been transferred to {user}" : "Tavlen har blitt overført til {user}", + "Failed to transfer the board to {user}" : "Klarte ikke overføre tavlen til {user}", "Share board with a user, group or team …" : "Del tavle med en bruker, gruppe eller lag...", "Searching for users, groups and teams …" : "Søker etter brukere, grupper og lag...", "No participants found" : "Ingen deltakere funnet", @@ -189,12 +191,7 @@ "Can manage" : "Kan behandle", "Owner" : "Eier", "Delete" : "Slett", - "Failed to create share with {displayName}" : "Klarte ikke å opprette deling med {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Er du sikker på at du vil overføre tavlen {title} til {user}?", - "Transfer the board." : "Overfør tavle.", - "Transfer" : "Overfør", - "The board has been transferred to {user}" : "Tavlen har blitt overført til {user}", - "Failed to transfer the board to {user}" : "Klarte ikke overføre tavlen til {user}", + "List deleted" : "Stabel slettet", "Edit list title" : "Rediger listetittel", "Archive all cards" : "Arkiver alle kort", "Unarchive all cards" : "Fjern alle kort fra arkiv", @@ -203,15 +200,16 @@ "Unarchive all cards in this list" : "Fjern alle kortene i denne listen fra arkiv", "Add a new card" : "Legg til nytt kort", "Card name" : "Navn på kort", - "List deleted" : "Stabel slettet", + "title and color value must be provided" : "Du må oppgi verdier for tittel og farge", "Edit" : "Rediger", "Add a new tag" : "Legg til nytt merke", - "title and color value must be provided" : "Du må oppgi verdier for tittel og farge", "Board name" : "Navn på tavle", "Members" : "Medlemmer", "Assign to users/groups/team" : "Tilordne til brukere/grupper/lag", "Assign a user to this card…" : "Tildel bruker til dette kortet...", "Select a user to assign to this card…" : "Velg en bruker som skal tilordnes dette kortet...", + "File to share" : "Fil for deling", + "Invalid path selected" : "Ugyldig angitt sti", "Upload new files" : "Last opp nye filer", "Share from Files" : "Del fra Filer", "Pending share" : "Ventende deling", @@ -221,25 +219,24 @@ "Remove attachment" : "Fjern vedlegg", "Delete Attachment" : "Slett vedlegg", "Restore Attachment" : "Gjenopprett vedlegg", - "File to share" : "Fil for deling", - "Invalid path selected" : "Ugyldig angitt sti", + "Modified" : "Endret", + "Created" : "Opprettet", + "The title cannot be empty." : "Tittel kan ikke være tom", "Open in sidebar view" : "Åpne med sidepanel", "Open in bigger view" : "Åpen i større visning", "Attachments" : "Vedlegg", "Comments" : "Kommentarer", - "Modified" : "Endret", - "Created" : "Opprettet", - "The title cannot be empty." : "Tittel kan ikke være tom", - "No comments yet. Begin the discussion!" : "Ingen kommentarer ennå. Start diskusjonen!", "Failed to load comments" : "Feil i lasting av kommentarer", - "Save" : "Lagre", + "No comments yet. Begin the discussion!" : "Ingen kommentarer ennå. Start diskusjonen!", "The comment cannot be empty." : "Kommentaren kan ikke være tom.", "The comment cannot be longer than 1000 characters." : "Kommentaren kan ikke være lenger enn 1000 tegn.", + "Save" : "Lagre", + "Created:" : "Opprettet:", "In reply to" : "Som svar på", "Cancel reply" : "Avbryt svar", "Reply" : "Svar", "Update" : "Oppdater", - "Created:" : "Opprettet:", + "Write a description …" : "Skriv en beskrivelse ...", "Description" : "Beskrivelse", "(Unsaved)" : "(Ikke lagret)", "(Saving…)" : "(Lagrer...)", @@ -247,8 +244,16 @@ "Edit description" : "Rediger beskrivelse", "View description" : "Se beskrivelse", "Add Attachment" : "Legg til vedlegg", - "Write a description …" : "Skriv en beskrivelse ...", "Choose attachment" : "Velg vedlegg", + "Select Date" : "Velg dato", + "Later today – {timeLocale}" : "Senere i dag – {timeLocale}", + "Set due date for later today" : "Angi forfallsdato til senere i dag", + "Tomorrow – {timeLocale}" : "I morgen – {timeLocale}", + "Set due date for tomorrow" : "Angi forfallsdato til i morgen", + "This weekend – {timeLocale}" : "Denne helgen – {timeLocale}", + "Set due date for this weekend" : "Angi forfallsdato til denne helgen", + "Next week – {timeLocale}" : "Neste uke – {timeLocale}", + "Set due date for next week" : "Angi forfallsdato til neste uke", "Assign a due date to this card…" : "Tildel en dato på dette kortet...", "Set a due date" : "Set forfallsdato", "Add due date" : "Legg til forfallsdato", @@ -259,26 +264,20 @@ "Not done" : "Ikke fullført", "Unarchive card" : "Hent kort fra arkiv", "Archive card" : "Arkiver kort", - "Select Date" : "Velg dato", - "Set due date for later today" : "Angi forfallsdato til senere i dag", - "Set due date for tomorrow" : "Angi forfallsdato til i morgen", - "Set due date for this weekend" : "Angi forfallsdato til denne helgen", - "Set due date for next week" : "Angi forfallsdato til neste uke", "Assign a tag to this card…" : "Legg til et merke til dette kortet...", "Select or create a tag…" : "Velg eller opprett et merke...", "Create a new tag:" : "Opprett et nytt merke:", "(group)" : "(gruppe)", - "Next week – {timeLocale}" : "Neste uke – {timeLocale}", - "Todo items" : "Gjøremålspunkter", "{count} comments, {unread} unread" : "{count} kommentarer, {unread} ulest", + "Todo items" : "Gjøremålspunkter", "Edit card title" : "Rediger korttittel", "Open link" : "Åpne kobling", + "Card deleted" : "Kort slettet", "Edit title" : "Rediger tittel", "Assign to me" : "Tildel meg", "Unassign myself" : "Fjern meg fra tildeling", "Mark as not done" : "Marker som ikke ferdig", "Delete card" : "Slett kort", - "Card deleted" : "Kort slettet", "seconds ago" : "sekunder siden", "Keyboard shortcuts" : "Tastatursnarveier", "Boost your productivity using Deck with keyboard shortcuts." : "Øk produktiviteten ved å bruke Deck med hurtigtaster.", @@ -316,6 +315,13 @@ "Limit board creation to some groups" : "Begrene oppretting av kort til enkelte grupper", "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Brukere utenfor disse gruppene vil ikke kunne opprette sine egne tavler, men vil fortsatt kunne jobbe på tavler som har blitt delt med dem.", "Cancel edit" : "Avbryt endring", + "Board {0} deleted" : "Tavle {0} slettet", + "All cards" : "Alle kort", + "Only assigned cards" : "Kun tildelte kort", + "No reminder" : "Ingen varsel", + "An error occurred" : "En feil oppsto", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Are du sikker på sletting av tavlen {title}? Handlingen vil slette all data i denne tavlen, inkludert arkiverte kort.", + "Delete the board?" : "Slett tavlen?", "Board details" : "Forumseksjonsdetaljer", "Edit board" : "Rediger tavle", "Clone board" : "Klon tavle", @@ -325,16 +331,9 @@ "Turn on due date reminders" : "Skru på påminnelser for forfallsdato", "Turn off due date reminders" : "Skru av påminnelser for forfallsdato", "Due date reminders" : "Påminnelser for forfallsdato", - "All cards" : "Alle kort", "Assigned cards" : "Tildelte kort", "No notifications" : "Ingen varsler", "Delete board" : "Slett tavle", - "Board {0} deleted" : "Tavle {0} slettet", - "Only assigned cards" : "Kun tildelte kort", - "No reminder" : "Ingen varsel", - "An error occurred" : "En feil oppsto", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Are du sikker på sletting av tavlen {title}? Handlingen vil slette all data i denne tavlen, inkludert arkiverte kort.", - "Delete the board?" : "Slett tavlen?", "Clone cards" : "Klone kort", "Advanced options" : "Avanserte innstillinger", "Clone" : "Klone", @@ -345,14 +344,15 @@ "Search for {searchQuery} in all boards" : "Søk etter {searchQuery} i alle tavler", "No results found" : "Ingen resultater funnet", "Deck board {name}\n* Last modified on {lastMod}" : "Stokktavle {name}\n* Sist endret {lastMod}", - "{stack} in {board}" : "{stack} i {board}", - "Click to expand description" : "Klikk for å utvide beskrivelsen", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Opprettet {created}\n* Sist endret {lastMod}\n* {nbAttachments} vedlegg\n* {nbComments} kommentarer", "{nbCards} cards" : "{nbCards} kort", + "Due on {date}" : "Utløper {date}", + "{stack} in {board}" : "{stack} i {board}", + "Click to expand description" : "Klikk for å utvide beskrivelsen", "Click to expand comment" : "Klikk for å utvide kommentaren", + "Create card" : "Opprett kort", "Create a new card" : "Opprett et nytt kort", "Card title" : "Kortittel", - "Create card" : "Opprett kort", "Creating the new card …" : "Oppretter det nye kortet ...", "Card \"{card}\" was added to \"{board}\"" : "Kort \"{card}\" ble lagt til i \"{board}\"", "Open card" : "Åpne kort", @@ -362,10 +362,6 @@ "upcoming cards tomorrow" : "kommende kort i morgen", "upcoming cards" : "kommende kort", "New card" : "Nytt kort", - "Due on {date}" : "Utløper {date}", - "This weekend – {timeLocale}" : "Denne helgen – {timeLocale}", - "Tomorrow – {timeLocale}" : "I morgen – {timeLocale}", - "Later today – {timeLocale}" : "Senere i dag – {timeLocale}", "Link to a board" : "Lenke til tavle", "Link to a card" : "Lenke til et kort", "Create a card" : "Opprett kort", @@ -377,6 +373,12 @@ "Share with a Deck card" : "Del med et Stokk-kort", "Share {file} with a Deck card" : "Del {file} med et Stokk-kort", "Share" : "Del", + "Personal" : "Personlig", + "To do" : "Å gjøre", + "Doing" : "Pågår", + "Example Task 3" : "Eksempel oppgave 3", + "Example Task 2" : "Eksempel oppgave 2", + "Example Task 1" : "Eksempel oppgave 1", "Move card to another board" : "Flytt kort til annen tavle", "Filter by completed" : "Filtrer etter fullført" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/nl.js b/l10n/nl.js index 578c1ea26..d258e68e5 100644 --- a/l10n/nl.js +++ b/l10n/nl.js @@ -76,7 +76,6 @@ OC.L10N.register( "Cards due tomorrow" : "Kaarten die morgen verlopen", "Upcoming cards" : "Aanstaande kaarten", "Load more" : "Laad meer", - "Personal" : "Persoonlijk", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "De kaart \"%s\" op \"%s\" is aan jou toegewezen door %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} heeft kaart {deck-card} op {deck-board} aan jou toegewezen.", "The card \"%s\" on \"%s\" has reached its due date." : "De kaart \"%s\" in \"%s\" heeft zijn vervaldatum bereikt.", @@ -99,12 +98,9 @@ OC.L10N.register( "Action needed" : "Actie benodigd", "Later" : "Later", "copy" : "kopiëren", - "To do" : "Te doen", - "Doing" : "Bezig", + "To Do" : "Te doen", + "In Progress" : "Bezig", "Done" : "Klaar", - "Example Task 3" : "Voorbeeld Taak 3", - "Example Task 2" : "Voorbeeld Taak 2", - "Example Task 1" : "Voorbeeld Taak 1", "The file was uploaded" : "Het bestand werd geüpload", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Het geüploade bestand overschrijdt de upload_max_filesize richtlijn in php.ini:", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Het bestand overschrijdt de MAX_FILE_SIZE instelling die is opgegeven in het HTML formulier", @@ -120,8 +116,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "Ongeldige datum, formaat is YYYY-MM-DD", "Personal planning and team project organization" : "Persoonlijke planning en inrichting voor teamproject", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck is een soort kanban organisatietool gericht op persoonlijke planning en projectorganisatie voor teams geïntegreerd in Nextcloud.\n\n\n- 📥 Voeg taken toe aan kaarten en sorteer ze\n- 📄 Schrijf extra notities in Markdown\n- 🔖 Ken labels toe voor betere organisatie\n- 👥 Deel met je team, vrienden of familie\n- 📎 Voeg bestanden toe en plaats ze in je Markdown beschrijving\n- 💬 Discussieer binnen je team met reacties\n- ⚡ Volg de wijzigingen in het activiteiten kanaal\n- 🚀 Organiseer je project", - "Card details" : "Kaart details", "Add board" : "Toevoegen bord", + "Card details" : "Kaart details", "Select the board to link to a project" : "Kies het bord om met een project te verbinden", "Search by board title" : "Zoeken op bord-titel", "Select board" : "Selecteer bord", @@ -129,17 +125,17 @@ OC.L10N.register( "No lists available" : "Geen lijsten beschikbaar", "Select a list" : "Selecteer een lijst", "Move card" : "Verplaats kaart", - "Select a card" : "Selecteer een kaart", - "Cancel" : "Annuleren", "Select the card to link to a project" : "Selecteer de kaart om met een project te koppelen", "Link to card" : "Koppelen met kaart", + "Select a card" : "Selecteer een kaart", + "Cancel" : "Annuleren", + "This board is read only" : "Dit bord is alleen-lezen", + "Drop your files to upload" : "Zet je bestanden hier neer om te uploaden", "File already exists" : "Bestand bestaat al", "A file with the name {filename} already exists." : "Er bestaat al een gebruiker met de naam {filename}.", "Do you want to overwrite it?" : "Wil je het overschrijven?", "Overwrite file" : "Overschrijven bestand", "Keep existing file" : "Bewaar het al bestaande bestand", - "This board is read only" : "Dit bord is alleen-lezen", - "Drop your files to upload" : "Zet je bestanden hier neer om te uploaden", "Add card" : "Toevoegen kaart", "Archived cards" : "Gearchiveerde kaarten", "Add list" : "Lijst toevoegen", @@ -178,6 +174,12 @@ OC.L10N.register( "Deleted lists" : "Verwijderde lijsten", "Undo" : "Ongedaan maken", "Deleted cards" : "Verwijderde kaarten", + "Failed to create share with {displayName}" : "Delen met {displayName} mislukt", + "Are you sure you want to transfer the board {title} to {user}?" : "Weet je zeker dat je het bord {title} wilt overdragen aan {user}?", + "Transfer the board." : "Draag het bord over.", + "Transfer" : "Overdracht", + "The board has been transferred to {user}" : "Het bord is overgedragen naar {user}", + "Failed to transfer the board to {user}" : "Niet gelukt om het bord over te dragen aan {user}", "No participants found" : "Geen deelnemers gevonden", "Board owner" : "Bordeigenaar", "(Group)" : "(groep)", @@ -186,12 +188,7 @@ OC.L10N.register( "Can manage" : "Kan beheren", "Owner" : "Eigenaar", "Delete" : "Verwijderen", - "Failed to create share with {displayName}" : "Delen met {displayName} mislukt", - "Are you sure you want to transfer the board {title} to {user}?" : "Weet je zeker dat je het bord {title} wilt overdragen aan {user}?", - "Transfer the board." : "Draag het bord over.", - "Transfer" : "Overdracht", - "The board has been transferred to {user}" : "Het bord is overgedragen naar {user}", - "Failed to transfer the board to {user}" : "Niet gelukt om het bord over te dragen aan {user}", + "List deleted" : "Lijst verwijderd", "Edit list title" : "Wijzig de titel van de lijst", "Archive all cards" : "Alle kaarten archiveren", "Unarchive all cards" : "De-archiveer alle kaarten", @@ -200,13 +197,14 @@ OC.L10N.register( "Unarchive all cards in this list" : "Alle kaarten in deze lijst de-archiveren", "Add a new card" : "Nieuwe kaart toevoegen", "Card name" : "Kaartnaam", - "List deleted" : "Lijst verwijderd", + "title and color value must be provided" : "titel- en kleurwaarde moet gegeven worden", "Edit" : "Bewerken", "Add a new tag" : "Nieuwe tag toevoegen", - "title and color value must be provided" : "titel- en kleurwaarde moet gegeven worden", "Board name" : "Bordnaam", "Members" : "Leden", "Assign a user to this card…" : "Wijs een gebruiker toe aan deze kaart", + "File to share" : "Bestand om te delen", + "Invalid path selected" : "Ongeldig pad geselecteerd", "Upload new files" : "Uploaden nieuwe bestanden", "Share from Files" : "Delen vanuit Bestanden", "Pending share" : "Share in afwachting", @@ -216,25 +214,24 @@ OC.L10N.register( "Remove attachment" : "Bijlage verwijderen", "Delete Attachment" : "Verwijderen bijlage", "Restore Attachment" : "Herstellen bijlage", - "File to share" : "Bestand om te delen", - "Invalid path selected" : "Ongeldig pad geselecteerd", + "Modified" : "Aangepast", + "Created" : "Gemaakt", + "The title cannot be empty." : "De titel kan niet leeg zijn.", "Open in sidebar view" : "Open in zijbalk", "Open in bigger view" : "Open in grotere weergave", "Attachments" : "Bijlagen", "Comments" : "Reacties", - "Modified" : "Aangepast", - "Created" : "Gemaakt", - "The title cannot be empty." : "De titel kan niet leeg zijn.", - "No comments yet. Begin the discussion!" : "Nog geen reacties. Begin de discussie!", "Failed to load comments" : "Kon reacties niet laden.", - "Save" : "Opslaan", + "No comments yet. Begin the discussion!" : "Nog geen reacties. Begin de discussie!", "The comment cannot be empty." : "De reactie kan niet leeg zijn.", "The comment cannot be longer than 1000 characters." : "De reactie kan niet langer dan 1000 tekens zijn.", + "Save" : "Opslaan", + "Created:" : "Aangemaakt:", "In reply to" : "Als antwoord op", "Cancel reply" : "Antwoord annuleren", "Reply" : "Antwoord", "Update" : "Bijwerken", - "Created:" : "Aangemaakt:", + "Write a description …" : "Voeg een beschrijving toe ...", "Description" : "Beschrijving", "(Unsaved)" : "(Niet opgeslagen)", "(Saving…)" : "(Opslaan…)", @@ -242,8 +239,16 @@ OC.L10N.register( "Edit description" : "Bewerk beschrijving", "View description" : "Bekijk beschrijving", "Add Attachment" : "Toevoegen bijlage", - "Write a description …" : "Voeg een beschrijving toe ...", "Choose attachment" : "Kies bijlage", + "Select Date" : "Selecteer datum", + "Later today – {timeLocale}" : "Later vandaag – {timeLocale}", + "Set due date for later today" : "Stel de vervaldatum in voor later vandaag", + "Tomorrow – {timeLocale}" : "Morgen - {timeLocale}", + "Set due date for tomorrow" : "Stel de vervaldatum in voor morgen", + "This weekend – {timeLocale}" : "Dit weekend - {timeLocale}", + "Set due date for this weekend" : "Stel de vervaldatum in voor dit weekend", + "Next week – {timeLocale}" : "Volgende week - {timeLocale}", + "Set due date for next week" : "Stel de vervaldatum in voor volgende week", "Assign a due date to this card…" : "Wijs een vervaldatum toe aan deze kaart...", "Set a due date" : "Stel een vervaldatum in", "Add due date" : "Voeg vervaldatum toe", @@ -253,24 +258,18 @@ OC.L10N.register( "Due at:" : "Verloopt op:", "Unarchive card" : "Terughalen kaart uit archief", "Archive card" : "Archiveer kaart", - "Select Date" : "Selecteer datum", - "Set due date for later today" : "Stel de vervaldatum in voor later vandaag", - "Set due date for tomorrow" : "Stel de vervaldatum in voor morgen", - "Set due date for this weekend" : "Stel de vervaldatum in voor dit weekend", - "Set due date for next week" : "Stel de vervaldatum in voor volgende week", "Assign a tag to this card…" : "Wijs een label toe aan deze kaart...", "Create a new tag:" : "Maak een nieuwe tag aan.", "(group)" : "(groep)", - "Next week – {timeLocale}" : "Volgende week - {timeLocale}", - "Todo items" : "Te doen onderwerpen", "{count} comments, {unread} unread" : "{count} reacties, {unread} ongelezen", + "Todo items" : "Te doen onderwerpen", "Edit card title" : "Wijzig de titel van de kaart", + "Card deleted" : "Kaart verwijderd", "Edit title" : "Titel bewerken", "Assign to me" : "Aan mij toewijzen", "Unassign myself" : "Eigen toewijzing opheffen", "Mark as not done" : "Markeren als niet gedaan", "Delete card" : "Verwijderen kaart", - "Card deleted" : "Kaart verwijderd", "seconds ago" : "seconden geleden", "Keyboard shortcuts" : "Toetsenbord sneltoetsen", "Keyboard shortcut" : "Sneltoets", @@ -288,6 +287,13 @@ OC.L10N.register( "Limit board creation to some groups" : "Beperk het maken van borden tot enkele groepen", "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Gebruikers buiten die groepen zullen geen eigen borden kunnen maken, maar ze zullen nog steeds kunnen werken aan borden die met hen zijn gedeeld.", "Cancel edit" : "Annuleer bewerking", + "Board {0} deleted" : "Bord {0} verwijderd", + "All cards" : "Alle kaarten", + "Only assigned cards" : "Uitsluitend toegewezen kaarten", + "No reminder" : "Geen herinnering", + "An error occurred" : "Er is een fout opgetreden", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Bent u zeker dat u het bord {title} wilt verwijderen? Dit zal alle gegevens van dit bord verwijderen, inclusief gearchiveerde kaarten.", + "Delete the board?" : "Bord verwijderen?", "Board details" : "Bord details", "Edit board" : "Bewerk bord", "Clone board" : "Dupliceer bord", @@ -297,16 +303,9 @@ OC.L10N.register( "Turn on due date reminders" : "Herinneringen voor vervaldatums aanzetten", "Turn off due date reminders" : "Herinneringen voor vervaldatums uitzetten", "Due date reminders" : "Herinneringen voor vervaldatums", - "All cards" : "Alle kaarten", "Assigned cards" : "Toegewezen kaarten", "No notifications" : "Geen meldingen", "Delete board" : "Verwijder bord", - "Board {0} deleted" : "Bord {0} verwijderd", - "Only assigned cards" : "Uitsluitend toegewezen kaarten", - "No reminder" : "Geen herinnering", - "An error occurred" : "Er is een fout opgetreden", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Bent u zeker dat u het bord {title} wilt verwijderen? Dit zal alle gegevens van dit bord verwijderen, inclusief gearchiveerde kaarten.", - "Delete the board?" : "Bord verwijderen?", "Clone cards" : "Kaarten klonen", "Advanced options" : "Geavanceerde opties", "Clone" : "Klonen", @@ -317,14 +316,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Zoek naar {searchQuery} in alle borden", "No results found" : "Geen resultaten gevonden", "Deck board {name}\n* Last modified on {lastMod}" : "Deckplank {name}\n* Laatst gewijzigd op {lastMod}", - "{stack} in {board}" : "{stack} in {board}", - "Click to expand description" : "Klik om de beschrijving uit te vouwen", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Aangemaakt op {created}\n* Laatst gewijzigd op {lastMod}\n* {nbAttachments} bijlagen\n* {nbComments} reacties", "{nbCards} cards" : "{nbCards} kaarten", + "Due on {date}" : "Vervalt op {date}", + "{stack} in {board}" : "{stack} in {board}", + "Click to expand description" : "Klik om de beschrijving uit te vouwen", "Click to expand comment" : "Klik om de reactie uit te vouwen", + "Create card" : "Aanmaken kaart", "Create a new card" : "Maak een nieuwe kaart aan", "Card title" : "Kaarttitel", - "Create card" : "Aanmaken kaart", "Creating the new card …" : "Aanmaken nieuwe kaart...", "Card \"{card}\" was added to \"{board}\"" : "Kaart \"{card}\" is toegevoegd aan \"{board}\"", "Open card" : "Open kaart", @@ -334,10 +334,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "aanstaande kaarten morgen", "upcoming cards" : "Aanstaande kaarten", "New card" : "Nieuwe kaart", - "Due on {date}" : "Vervalt op {date}", - "This weekend – {timeLocale}" : "Dit weekend - {timeLocale}", - "Tomorrow – {timeLocale}" : "Morgen - {timeLocale}", - "Later today – {timeLocale}" : "Later vandaag – {timeLocale}", "Link to a board" : "Verbind met een bord", "Link to a card" : "Koppel met een kaart", "Create a card" : "Maak een kaart aan", @@ -349,6 +345,12 @@ OC.L10N.register( "Share with a Deck card" : "Delen met een Deck kaart", "Share {file} with a Deck card" : "Delen {file} met een Deck kaart", "Share" : "Delen", + "Personal" : "Persoonlijk", + "To do" : "Te doen", + "Doing" : "Bezig", + "Example Task 3" : "Voorbeeld Taak 3", + "Example Task 2" : "Voorbeeld Taak 2", + "Example Task 1" : "Voorbeeld Taak 1", "Move card to another board" : "Verplaats kaart naar een ander bord" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/nl.json b/l10n/nl.json index c92e70483..cfa6817cf 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -74,7 +74,6 @@ "Cards due tomorrow" : "Kaarten die morgen verlopen", "Upcoming cards" : "Aanstaande kaarten", "Load more" : "Laad meer", - "Personal" : "Persoonlijk", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "De kaart \"%s\" op \"%s\" is aan jou toegewezen door %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} heeft kaart {deck-card} op {deck-board} aan jou toegewezen.", "The card \"%s\" on \"%s\" has reached its due date." : "De kaart \"%s\" in \"%s\" heeft zijn vervaldatum bereikt.", @@ -97,12 +96,9 @@ "Action needed" : "Actie benodigd", "Later" : "Later", "copy" : "kopiëren", - "To do" : "Te doen", - "Doing" : "Bezig", + "To Do" : "Te doen", + "In Progress" : "Bezig", "Done" : "Klaar", - "Example Task 3" : "Voorbeeld Taak 3", - "Example Task 2" : "Voorbeeld Taak 2", - "Example Task 1" : "Voorbeeld Taak 1", "The file was uploaded" : "Het bestand werd geüpload", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Het geüploade bestand overschrijdt de upload_max_filesize richtlijn in php.ini:", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Het bestand overschrijdt de MAX_FILE_SIZE instelling die is opgegeven in het HTML formulier", @@ -118,8 +114,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "Ongeldige datum, formaat is YYYY-MM-DD", "Personal planning and team project organization" : "Persoonlijke planning en inrichting voor teamproject", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck is een soort kanban organisatietool gericht op persoonlijke planning en projectorganisatie voor teams geïntegreerd in Nextcloud.\n\n\n- 📥 Voeg taken toe aan kaarten en sorteer ze\n- 📄 Schrijf extra notities in Markdown\n- 🔖 Ken labels toe voor betere organisatie\n- 👥 Deel met je team, vrienden of familie\n- 📎 Voeg bestanden toe en plaats ze in je Markdown beschrijving\n- 💬 Discussieer binnen je team met reacties\n- ⚡ Volg de wijzigingen in het activiteiten kanaal\n- 🚀 Organiseer je project", - "Card details" : "Kaart details", "Add board" : "Toevoegen bord", + "Card details" : "Kaart details", "Select the board to link to a project" : "Kies het bord om met een project te verbinden", "Search by board title" : "Zoeken op bord-titel", "Select board" : "Selecteer bord", @@ -127,17 +123,17 @@ "No lists available" : "Geen lijsten beschikbaar", "Select a list" : "Selecteer een lijst", "Move card" : "Verplaats kaart", - "Select a card" : "Selecteer een kaart", - "Cancel" : "Annuleren", "Select the card to link to a project" : "Selecteer de kaart om met een project te koppelen", "Link to card" : "Koppelen met kaart", + "Select a card" : "Selecteer een kaart", + "Cancel" : "Annuleren", + "This board is read only" : "Dit bord is alleen-lezen", + "Drop your files to upload" : "Zet je bestanden hier neer om te uploaden", "File already exists" : "Bestand bestaat al", "A file with the name {filename} already exists." : "Er bestaat al een gebruiker met de naam {filename}.", "Do you want to overwrite it?" : "Wil je het overschrijven?", "Overwrite file" : "Overschrijven bestand", "Keep existing file" : "Bewaar het al bestaande bestand", - "This board is read only" : "Dit bord is alleen-lezen", - "Drop your files to upload" : "Zet je bestanden hier neer om te uploaden", "Add card" : "Toevoegen kaart", "Archived cards" : "Gearchiveerde kaarten", "Add list" : "Lijst toevoegen", @@ -176,6 +172,12 @@ "Deleted lists" : "Verwijderde lijsten", "Undo" : "Ongedaan maken", "Deleted cards" : "Verwijderde kaarten", + "Failed to create share with {displayName}" : "Delen met {displayName} mislukt", + "Are you sure you want to transfer the board {title} to {user}?" : "Weet je zeker dat je het bord {title} wilt overdragen aan {user}?", + "Transfer the board." : "Draag het bord over.", + "Transfer" : "Overdracht", + "The board has been transferred to {user}" : "Het bord is overgedragen naar {user}", + "Failed to transfer the board to {user}" : "Niet gelukt om het bord over te dragen aan {user}", "No participants found" : "Geen deelnemers gevonden", "Board owner" : "Bordeigenaar", "(Group)" : "(groep)", @@ -184,12 +186,7 @@ "Can manage" : "Kan beheren", "Owner" : "Eigenaar", "Delete" : "Verwijderen", - "Failed to create share with {displayName}" : "Delen met {displayName} mislukt", - "Are you sure you want to transfer the board {title} to {user}?" : "Weet je zeker dat je het bord {title} wilt overdragen aan {user}?", - "Transfer the board." : "Draag het bord over.", - "Transfer" : "Overdracht", - "The board has been transferred to {user}" : "Het bord is overgedragen naar {user}", - "Failed to transfer the board to {user}" : "Niet gelukt om het bord over te dragen aan {user}", + "List deleted" : "Lijst verwijderd", "Edit list title" : "Wijzig de titel van de lijst", "Archive all cards" : "Alle kaarten archiveren", "Unarchive all cards" : "De-archiveer alle kaarten", @@ -198,13 +195,14 @@ "Unarchive all cards in this list" : "Alle kaarten in deze lijst de-archiveren", "Add a new card" : "Nieuwe kaart toevoegen", "Card name" : "Kaartnaam", - "List deleted" : "Lijst verwijderd", + "title and color value must be provided" : "titel- en kleurwaarde moet gegeven worden", "Edit" : "Bewerken", "Add a new tag" : "Nieuwe tag toevoegen", - "title and color value must be provided" : "titel- en kleurwaarde moet gegeven worden", "Board name" : "Bordnaam", "Members" : "Leden", "Assign a user to this card…" : "Wijs een gebruiker toe aan deze kaart", + "File to share" : "Bestand om te delen", + "Invalid path selected" : "Ongeldig pad geselecteerd", "Upload new files" : "Uploaden nieuwe bestanden", "Share from Files" : "Delen vanuit Bestanden", "Pending share" : "Share in afwachting", @@ -214,25 +212,24 @@ "Remove attachment" : "Bijlage verwijderen", "Delete Attachment" : "Verwijderen bijlage", "Restore Attachment" : "Herstellen bijlage", - "File to share" : "Bestand om te delen", - "Invalid path selected" : "Ongeldig pad geselecteerd", + "Modified" : "Aangepast", + "Created" : "Gemaakt", + "The title cannot be empty." : "De titel kan niet leeg zijn.", "Open in sidebar view" : "Open in zijbalk", "Open in bigger view" : "Open in grotere weergave", "Attachments" : "Bijlagen", "Comments" : "Reacties", - "Modified" : "Aangepast", - "Created" : "Gemaakt", - "The title cannot be empty." : "De titel kan niet leeg zijn.", - "No comments yet. Begin the discussion!" : "Nog geen reacties. Begin de discussie!", "Failed to load comments" : "Kon reacties niet laden.", - "Save" : "Opslaan", + "No comments yet. Begin the discussion!" : "Nog geen reacties. Begin de discussie!", "The comment cannot be empty." : "De reactie kan niet leeg zijn.", "The comment cannot be longer than 1000 characters." : "De reactie kan niet langer dan 1000 tekens zijn.", + "Save" : "Opslaan", + "Created:" : "Aangemaakt:", "In reply to" : "Als antwoord op", "Cancel reply" : "Antwoord annuleren", "Reply" : "Antwoord", "Update" : "Bijwerken", - "Created:" : "Aangemaakt:", + "Write a description …" : "Voeg een beschrijving toe ...", "Description" : "Beschrijving", "(Unsaved)" : "(Niet opgeslagen)", "(Saving…)" : "(Opslaan…)", @@ -240,8 +237,16 @@ "Edit description" : "Bewerk beschrijving", "View description" : "Bekijk beschrijving", "Add Attachment" : "Toevoegen bijlage", - "Write a description …" : "Voeg een beschrijving toe ...", "Choose attachment" : "Kies bijlage", + "Select Date" : "Selecteer datum", + "Later today – {timeLocale}" : "Later vandaag – {timeLocale}", + "Set due date for later today" : "Stel de vervaldatum in voor later vandaag", + "Tomorrow – {timeLocale}" : "Morgen - {timeLocale}", + "Set due date for tomorrow" : "Stel de vervaldatum in voor morgen", + "This weekend – {timeLocale}" : "Dit weekend - {timeLocale}", + "Set due date for this weekend" : "Stel de vervaldatum in voor dit weekend", + "Next week – {timeLocale}" : "Volgende week - {timeLocale}", + "Set due date for next week" : "Stel de vervaldatum in voor volgende week", "Assign a due date to this card…" : "Wijs een vervaldatum toe aan deze kaart...", "Set a due date" : "Stel een vervaldatum in", "Add due date" : "Voeg vervaldatum toe", @@ -251,24 +256,18 @@ "Due at:" : "Verloopt op:", "Unarchive card" : "Terughalen kaart uit archief", "Archive card" : "Archiveer kaart", - "Select Date" : "Selecteer datum", - "Set due date for later today" : "Stel de vervaldatum in voor later vandaag", - "Set due date for tomorrow" : "Stel de vervaldatum in voor morgen", - "Set due date for this weekend" : "Stel de vervaldatum in voor dit weekend", - "Set due date for next week" : "Stel de vervaldatum in voor volgende week", "Assign a tag to this card…" : "Wijs een label toe aan deze kaart...", "Create a new tag:" : "Maak een nieuwe tag aan.", "(group)" : "(groep)", - "Next week – {timeLocale}" : "Volgende week - {timeLocale}", - "Todo items" : "Te doen onderwerpen", "{count} comments, {unread} unread" : "{count} reacties, {unread} ongelezen", + "Todo items" : "Te doen onderwerpen", "Edit card title" : "Wijzig de titel van de kaart", + "Card deleted" : "Kaart verwijderd", "Edit title" : "Titel bewerken", "Assign to me" : "Aan mij toewijzen", "Unassign myself" : "Eigen toewijzing opheffen", "Mark as not done" : "Markeren als niet gedaan", "Delete card" : "Verwijderen kaart", - "Card deleted" : "Kaart verwijderd", "seconds ago" : "seconden geleden", "Keyboard shortcuts" : "Toetsenbord sneltoetsen", "Keyboard shortcut" : "Sneltoets", @@ -286,6 +285,13 @@ "Limit board creation to some groups" : "Beperk het maken van borden tot enkele groepen", "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Gebruikers buiten die groepen zullen geen eigen borden kunnen maken, maar ze zullen nog steeds kunnen werken aan borden die met hen zijn gedeeld.", "Cancel edit" : "Annuleer bewerking", + "Board {0} deleted" : "Bord {0} verwijderd", + "All cards" : "Alle kaarten", + "Only assigned cards" : "Uitsluitend toegewezen kaarten", + "No reminder" : "Geen herinnering", + "An error occurred" : "Er is een fout opgetreden", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Bent u zeker dat u het bord {title} wilt verwijderen? Dit zal alle gegevens van dit bord verwijderen, inclusief gearchiveerde kaarten.", + "Delete the board?" : "Bord verwijderen?", "Board details" : "Bord details", "Edit board" : "Bewerk bord", "Clone board" : "Dupliceer bord", @@ -295,16 +301,9 @@ "Turn on due date reminders" : "Herinneringen voor vervaldatums aanzetten", "Turn off due date reminders" : "Herinneringen voor vervaldatums uitzetten", "Due date reminders" : "Herinneringen voor vervaldatums", - "All cards" : "Alle kaarten", "Assigned cards" : "Toegewezen kaarten", "No notifications" : "Geen meldingen", "Delete board" : "Verwijder bord", - "Board {0} deleted" : "Bord {0} verwijderd", - "Only assigned cards" : "Uitsluitend toegewezen kaarten", - "No reminder" : "Geen herinnering", - "An error occurred" : "Er is een fout opgetreden", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Bent u zeker dat u het bord {title} wilt verwijderen? Dit zal alle gegevens van dit bord verwijderen, inclusief gearchiveerde kaarten.", - "Delete the board?" : "Bord verwijderen?", "Clone cards" : "Kaarten klonen", "Advanced options" : "Geavanceerde opties", "Clone" : "Klonen", @@ -315,14 +314,15 @@ "Search for {searchQuery} in all boards" : "Zoek naar {searchQuery} in alle borden", "No results found" : "Geen resultaten gevonden", "Deck board {name}\n* Last modified on {lastMod}" : "Deckplank {name}\n* Laatst gewijzigd op {lastMod}", - "{stack} in {board}" : "{stack} in {board}", - "Click to expand description" : "Klik om de beschrijving uit te vouwen", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Aangemaakt op {created}\n* Laatst gewijzigd op {lastMod}\n* {nbAttachments} bijlagen\n* {nbComments} reacties", "{nbCards} cards" : "{nbCards} kaarten", + "Due on {date}" : "Vervalt op {date}", + "{stack} in {board}" : "{stack} in {board}", + "Click to expand description" : "Klik om de beschrijving uit te vouwen", "Click to expand comment" : "Klik om de reactie uit te vouwen", + "Create card" : "Aanmaken kaart", "Create a new card" : "Maak een nieuwe kaart aan", "Card title" : "Kaarttitel", - "Create card" : "Aanmaken kaart", "Creating the new card …" : "Aanmaken nieuwe kaart...", "Card \"{card}\" was added to \"{board}\"" : "Kaart \"{card}\" is toegevoegd aan \"{board}\"", "Open card" : "Open kaart", @@ -332,10 +332,6 @@ "upcoming cards tomorrow" : "aanstaande kaarten morgen", "upcoming cards" : "Aanstaande kaarten", "New card" : "Nieuwe kaart", - "Due on {date}" : "Vervalt op {date}", - "This weekend – {timeLocale}" : "Dit weekend - {timeLocale}", - "Tomorrow – {timeLocale}" : "Morgen - {timeLocale}", - "Later today – {timeLocale}" : "Later vandaag – {timeLocale}", "Link to a board" : "Verbind met een bord", "Link to a card" : "Koppel met een kaart", "Create a card" : "Maak een kaart aan", @@ -347,6 +343,12 @@ "Share with a Deck card" : "Delen met een Deck kaart", "Share {file} with a Deck card" : "Delen {file} met een Deck kaart", "Share" : "Delen", + "Personal" : "Persoonlijk", + "To do" : "Te doen", + "Doing" : "Bezig", + "Example Task 3" : "Voorbeeld Taak 3", + "Example Task 2" : "Voorbeeld Taak 2", + "Example Task 1" : "Voorbeeld Taak 1", "Move card to another board" : "Verplaats kaart naar een ander bord" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/nn_NO.js b/l10n/nn_NO.js index 36483dbe6..0d6737e13 100644 --- a/l10n/nn_NO.js +++ b/l10n/nn_NO.js @@ -1,7 +1,6 @@ OC.L10N.register( "deck", { - "Personal" : "Personleg", "Done" : "Ferdig", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Den opplasta fila er større enn variabelen MAX_FILE_SIZE i HTML-skjemaet", "No file was uploaded" : "Ingen filer vart lasta opp", @@ -19,14 +18,14 @@ OC.L10N.register( "Edit" : "Endra", "Download" : "Last ned", "Remove attachment" : "Fjern vedlegg", - "Comments" : "Kommentarar", "Modified" : "Endra", "Created" : "Lagd", + "Comments" : "Kommentarar", "Save" : "Lagre", + "Created:" : "Oppretta:", "Cancel reply" : "Avbryt svar", "Reply" : "Svare", "Update" : "Oppdater", - "Created:" : "Oppretta:", "Description" : "Skildring", "seconds ago" : "sekund sidan", "Keyboard shortcuts" : "Tastatursnarvegar", @@ -35,6 +34,7 @@ OC.L10N.register( "An error occurred" : "Det oppstod ein feil.", "Today" : "I dag", "Close" : "Lukk", - "Share" : "Del" + "Share" : "Del", + "Personal" : "Personleg" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/nn_NO.json b/l10n/nn_NO.json index 7c96703b4..ec11638cf 100644 --- a/l10n/nn_NO.json +++ b/l10n/nn_NO.json @@ -1,5 +1,4 @@ { "translations": { - "Personal" : "Personleg", "Done" : "Ferdig", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Den opplasta fila er større enn variabelen MAX_FILE_SIZE i HTML-skjemaet", "No file was uploaded" : "Ingen filer vart lasta opp", @@ -17,14 +16,14 @@ "Edit" : "Endra", "Download" : "Last ned", "Remove attachment" : "Fjern vedlegg", - "Comments" : "Kommentarar", "Modified" : "Endra", "Created" : "Lagd", + "Comments" : "Kommentarar", "Save" : "Lagre", + "Created:" : "Oppretta:", "Cancel reply" : "Avbryt svar", "Reply" : "Svare", "Update" : "Oppdater", - "Created:" : "Oppretta:", "Description" : "Skildring", "seconds ago" : "sekund sidan", "Keyboard shortcuts" : "Tastatursnarvegar", @@ -33,6 +32,7 @@ "An error occurred" : "Det oppstod ein feil.", "Today" : "I dag", "Close" : "Lukk", - "Share" : "Del" + "Share" : "Del", + "Personal" : "Personleg" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/oc.js b/l10n/oc.js index 490b16678..eba4bdc10 100644 --- a/l10n/oc.js +++ b/l10n/oc.js @@ -1,7 +1,6 @@ OC.L10N.register( "deck", { - "Personal" : "Personal", "copy" : "copiar", "Done" : "Done", "The file was uploaded" : "Lo fichièr es estat enviat", @@ -14,8 +13,8 @@ OC.L10N.register( "A PHP extension stopped the file upload" : "Una extension PHP a arrestat lo mandadís de fichièr", "Invalid date, date format must be YYYY-MM-DD" : "Invalida data, lo format de data deu èsser YYYY-MM-DD", "Cancel" : "Anullar", - "File already exists" : "Lo fichièr existís ja", "Drop your files to upload" : "Depausatz los fichièrs d’enviar", + "File already exists" : "Lo fichièr existís ja", "Open" : "Dobrir", "Completed" : "Acabat", "Details" : "Detalhs", @@ -32,19 +31,20 @@ OC.L10N.register( "Delete" : "Suprimir", "Edit" : "Modificar", "Members" : "Membres", + "File to share" : "Fichièr de partejar", + "Invalid path selected" : "Camin seleccionat invalid", "Upload new files" : "Enviar fichièrs novèls", "Share from Files" : "Partejar a partir dels Fichièrs", "Download" : "Telecargar", - "File to share" : "Fichièr de partejar", - "Invalid path selected" : "Camin seleccionat invalid", - "Comments" : "Comentaris", "Modified" : "Modificat", + "Comments" : "Comentaris", "Save" : "Salvar", + "Created:" : "Creat lo :", "Cancel reply" : "Anullar la responsa", "Reply" : "Respondre", "Update" : "Metre a jorn", - "Created:" : "Creat lo :", "Description" : "Descripcion", + "Tomorrow – {timeLocale}" : "Deman – {timeLocale}", "Edit title" : "Modificar lo títol", "seconds ago" : "fa qualques segondas", "Keyboard shortcuts" : "Acorchis de clavièr", @@ -52,17 +52,17 @@ OC.L10N.register( "Search" : "Recercar", "Shared with you" : "Shared with you", "Cancel edit" : "Anullar la modificacion", - "No notifications" : "Cap de notificacion", "An error occurred" : "Una error s’es producha", + "No notifications" : "Cap de notificacion", "Advanced options" : "Opcions avançadas", "Today" : "Uèi", "Tomorrow" : "Deman", "{stack} in {board}" : "{stack} dins {board}", - "Create a new card" : "Crear una carta novèla", "Create card" : "Crear una carta", + "Create a new card" : "Crear una carta novèla", "Close" : "Tampar", - "Tomorrow – {timeLocale}" : "Deman – {timeLocale}", "Create a card" : "Crear una carta", - "Share" : "Partejar" + "Share" : "Partejar", + "Personal" : "Personal" }, "nplurals=2; plural=(n > 1);"); diff --git a/l10n/oc.json b/l10n/oc.json index b4ea0e79b..18a40824a 100644 --- a/l10n/oc.json +++ b/l10n/oc.json @@ -1,5 +1,4 @@ { "translations": { - "Personal" : "Personal", "copy" : "copiar", "Done" : "Done", "The file was uploaded" : "Lo fichièr es estat enviat", @@ -12,8 +11,8 @@ "A PHP extension stopped the file upload" : "Una extension PHP a arrestat lo mandadís de fichièr", "Invalid date, date format must be YYYY-MM-DD" : "Invalida data, lo format de data deu èsser YYYY-MM-DD", "Cancel" : "Anullar", - "File already exists" : "Lo fichièr existís ja", "Drop your files to upload" : "Depausatz los fichièrs d’enviar", + "File already exists" : "Lo fichièr existís ja", "Open" : "Dobrir", "Completed" : "Acabat", "Details" : "Detalhs", @@ -30,19 +29,20 @@ "Delete" : "Suprimir", "Edit" : "Modificar", "Members" : "Membres", + "File to share" : "Fichièr de partejar", + "Invalid path selected" : "Camin seleccionat invalid", "Upload new files" : "Enviar fichièrs novèls", "Share from Files" : "Partejar a partir dels Fichièrs", "Download" : "Telecargar", - "File to share" : "Fichièr de partejar", - "Invalid path selected" : "Camin seleccionat invalid", - "Comments" : "Comentaris", "Modified" : "Modificat", + "Comments" : "Comentaris", "Save" : "Salvar", + "Created:" : "Creat lo :", "Cancel reply" : "Anullar la responsa", "Reply" : "Respondre", "Update" : "Metre a jorn", - "Created:" : "Creat lo :", "Description" : "Descripcion", + "Tomorrow – {timeLocale}" : "Deman – {timeLocale}", "Edit title" : "Modificar lo títol", "seconds ago" : "fa qualques segondas", "Keyboard shortcuts" : "Acorchis de clavièr", @@ -50,17 +50,17 @@ "Search" : "Recercar", "Shared with you" : "Shared with you", "Cancel edit" : "Anullar la modificacion", - "No notifications" : "Cap de notificacion", "An error occurred" : "Una error s’es producha", + "No notifications" : "Cap de notificacion", "Advanced options" : "Opcions avançadas", "Today" : "Uèi", "Tomorrow" : "Deman", "{stack} in {board}" : "{stack} dins {board}", - "Create a new card" : "Crear una carta novèla", "Create card" : "Crear una carta", + "Create a new card" : "Crear una carta novèla", "Close" : "Tampar", - "Tomorrow – {timeLocale}" : "Deman – {timeLocale}", "Create a card" : "Crear una carta", - "Share" : "Partejar" + "Share" : "Partejar", + "Personal" : "Personal" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/l10n/pl.js b/l10n/pl.js index b551b5302..ec5d02283 100644 --- a/l10n/pl.js +++ b/l10n/pl.js @@ -76,7 +76,6 @@ OC.L10N.register( "Cards due tomorrow" : "Karty na jutro", "Upcoming cards" : "Nadchodzące karty", "Load more" : "Wczytaj więcej", - "Personal" : "Osobiste", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Karta \"%s\" na \"%s\" została przydzielona Tobie przez %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} przydzielił Tobie kartę {deck-card} na {deck-board}.", "The card \"%s\" on \"%s\" has reached its due date." : "Karta \"%s\" na \"%s\" wygasła.", @@ -99,12 +98,9 @@ OC.L10N.register( "Action needed" : "Wymagana akcja", "Later" : "Później", "copy" : "kopiuj", - "To do" : "Do zrobienia", - "Doing" : "W trakcie", + "To Do" : "Do zrobienia", + "In Progress" : "W trakcie", "Done" : "Zrobione", - "Example Task 3" : "Przykład Zadanie 3", - "Example Task 2" : "Przykład Zadanie 2", - "Example Task 1" : "Przykład Zadanie 1", "The file was uploaded" : "Plik został wysłany", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Wgrany plik przekracza wartość upload_max_filesize zdefiniowaną w php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Wysłany plik przekracza wielkość dyrektywy MAX_FILE_SIZE określonej w formularzu HTML", @@ -120,8 +116,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "Nieprawidłowa data, format daty to RRRR-MM-DD", "Personal planning and team project organization" : "Indywidualne planowanie i organizacja projektu zespołowego", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Tablica to narzędzie organizacyjne w stylu kanban, którego celem jest osobiste planowanie i organizacja projektu dla zespołów zintegrowanych z Nextcloud.\n\n\n- 📥 Dodaj swoje zadania do kart i porządkuj je\n- 📄 Zapisuj dodatkowe notatki w Markdown\n- 🔖 Przypisuj etykiety dla jeszcze lepszej organizacji\n- 👥 Współdziel ze swoim zespołem, przyjaciółmi lub rodziną\n- 📎 Dołączaj pliki i umieszczaj je w opisie Markdown\n- 💬 Porozmawiaj ze swoim zespołem za pomocą komentarzy\n- ⚡ Śledź zmiany w strumieniu aktywności\n- 🚀 Organizuj swój projekt", - "Card details" : "Szczegóły karty", "Add board" : "Dodaj tablicę", + "Card details" : "Szczegóły karty", "Select the board to link to a project" : "Wybierz tablicę, aby połączyć się z projektem", "Search by board title" : "Szukaj według tytułu tablicy", "Select board" : "Wybierz tablicę", @@ -129,17 +125,17 @@ OC.L10N.register( "No lists available" : "Brak dostępnych list", "Select a list" : "Wybierz listę", "Move card" : "Przenieś kartę", - "Select a card" : "Wybierz kartę", - "Cancel" : "Anuluj", "Select the card to link to a project" : "Wybierz kartę, aby połączyć z projektem", "Link to card" : "Link do karty", + "Select a card" : "Wybierz kartę", + "Cancel" : "Anuluj", + "This board is read only" : "Ta tablica jest tylko do odczytu", + "Drop your files to upload" : "Upuść swoje pliki do wysłania", "File already exists" : "Plik już istnieje", "A file with the name {filename} already exists." : "Plik o nazwie {filename} już istnieje.", "Do you want to overwrite it?" : "Czy chcesz go nadpisać?", "Overwrite file" : "Nadpisać plik", "Keep existing file" : "Zachowaj istniejący plik", - "This board is read only" : "Ta tablica jest tylko do odczytu", - "Drop your files to upload" : "Upuść swoje pliki do wysłania", "Add card" : "Dodaj kartę", "Archived cards" : "Zarchiwizowane karty", "Add list" : "Dodaj listę", @@ -178,6 +174,12 @@ OC.L10N.register( "Deleted lists" : "Usunięte listy", "Undo" : "Cofnij", "Deleted cards" : "Usunięte karty", + "Failed to create share with {displayName}" : "Nie udało się utworzyć udostępnienia dla {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Czy na pewno chcesz przenieść tablicę {title} do {user}?", + "Transfer the board." : "Przeniesienie tablicy.", + "Transfer" : "Przenieś", + "The board has been transferred to {user}" : "Tablica została przeniesiona do {user}", + "Failed to transfer the board to {user}" : "Nie udało się przenieść tablicy do {user}", "No participants found" : "Nie znaleziono uczestników", "Board owner" : "Właściciel tablicy", "(Group)" : "(Grupa)", @@ -186,12 +188,7 @@ OC.L10N.register( "Can manage" : "Może zarządzać", "Owner" : "Właściciel", "Delete" : "Usuń", - "Failed to create share with {displayName}" : "Nie udało się utworzyć udostępnienia dla {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Czy na pewno chcesz przenieść tablicę {title} do {user}?", - "Transfer the board." : "Przeniesienie tablicy.", - "Transfer" : "Przenieś", - "The board has been transferred to {user}" : "Tablica została przeniesiona do {user}", - "Failed to transfer the board to {user}" : "Nie udało się przenieść tablicy do {user}", + "List deleted" : "Lista usunięta", "Edit list title" : "Edytuj tytuł listy", "Archive all cards" : "Zarchiwizuj wszystkie karty", "Unarchive all cards" : "Przywróć wszystkie karty z archiwum", @@ -200,13 +197,14 @@ OC.L10N.register( "Unarchive all cards in this list" : "Cofnij archiwizację wszystkich kart z tej listy", "Add a new card" : "Dodaj nową kartę", "Card name" : "Nazwa karty", - "List deleted" : "Lista usunięta", + "title and color value must be provided" : "należy podać tytuł i kolor", "Edit" : "Edycja", "Add a new tag" : "Dodaj nową etykietę", - "title and color value must be provided" : "należy podać tytuł i kolor", "Board name" : "Nazwa tablicy", "Members" : "Członkowie", "Assign a user to this card…" : "Przypisz użytkownika do tej karty…", + "File to share" : "Plik do udostępnienia", + "Invalid path selected" : "Wybrano nieprawidłową ścieżkę", "Upload new files" : "Wyślij nowe pliki", "Share from Files" : "Udostępnij z Plików", "Pending share" : "Oczekujące udostępnienie", @@ -216,25 +214,24 @@ OC.L10N.register( "Remove attachment" : "Usuń załącznik", "Delete Attachment" : "Usuń załącznik", "Restore Attachment" : "Przywróć załącznik", - "File to share" : "Plik do udostępnienia", - "Invalid path selected" : "Wybrano nieprawidłową ścieżkę", + "Modified" : "Zmodyfikowany", + "Created" : "Utworzono", + "The title cannot be empty." : "Tytuł nie może być pusty.", "Open in sidebar view" : "Otwórz w widoku paska bocznego", "Open in bigger view" : "Otwórz w dużym widoku", "Attachments" : "Załączniki", "Comments" : "Komentarze", - "Modified" : "Zmodyfikowany", - "Created" : "Utworzono", - "The title cannot be empty." : "Tytuł nie może być pusty.", - "No comments yet. Begin the discussion!" : "Brak komentarzy. Rozpocznij dyskusję!", "Failed to load comments" : "Nie udało się wczytać komentarzy", - "Save" : "Zapisz", + "No comments yet. Begin the discussion!" : "Brak komentarzy. Rozpocznij dyskusję!", "The comment cannot be empty." : "Komentarz nie może być pusty.", "The comment cannot be longer than 1000 characters." : "Komentarz nie może być dłuższy niż 1000 znaków.", + "Save" : "Zapisz", + "Created:" : "Utworzono:", "In reply to" : "Odpowiedź na", "Cancel reply" : "Anuluj odpowiedź", "Reply" : "Odpowiedz", "Update" : "Aktualizuj", - "Created:" : "Utworzono:", + "Write a description …" : "Napisz opis…", "Description" : "Opis", "(Unsaved)" : "(Niezapisane)", "(Saving…)" : "(Zapisywanie…)", @@ -242,8 +239,16 @@ OC.L10N.register( "Edit description" : "Edytuj opis", "View description" : "Zobacz opis", "Add Attachment" : "Dodaj załącznik", - "Write a description …" : "Napisz opis…", "Choose attachment" : "Wybierz załącznik", + "Select Date" : "Wybierz datę", + "Later today – {timeLocale}" : "Później dzisiaj – {timeLocale}", + "Set due date for later today" : "Ustaw termin na dzisiaj na późniejszy czas", + "Tomorrow – {timeLocale}" : "Jutro – {timeLocale}", + "Set due date for tomorrow" : "Ustaw termin na jutro", + "This weekend – {timeLocale}" : "W ten weekend – {timeLocale}", + "Set due date for this weekend" : "Ustaw termin na ten weekend", + "Next week – {timeLocale}" : "Następny tydzień – {timeLocale}", + "Set due date for next week" : "Ustaw termin na przyszły tydzień", "Assign a due date to this card…" : "Przypisz termin dla tej karty…", "Set a due date" : "Ustaw termin", "Add due date" : "Dodaj termin", @@ -254,24 +259,18 @@ OC.L10N.register( "Not done" : "Nie zrobione", "Unarchive card" : "Nie archiwizuj karty", "Archive card" : "Zarchiwizuj kartę", - "Select Date" : "Wybierz datę", - "Set due date for later today" : "Ustaw termin na dzisiaj na późniejszy czas", - "Set due date for tomorrow" : "Ustaw termin na jutro", - "Set due date for this weekend" : "Ustaw termin na ten weekend", - "Set due date for next week" : "Ustaw termin na przyszły tydzień", "Assign a tag to this card…" : "Przypisz etykietę do tej karty…", "Create a new tag:" : "Utwórz nową etykietę:", "(group)" : "(grupa)", - "Next week – {timeLocale}" : "Następny tydzień – {timeLocale}", - "Todo items" : "Do zrobienia", "{count} comments, {unread} unread" : "Komentarze: {count}, nieprzeczytane: {unread}", + "Todo items" : "Do zrobienia", "Edit card title" : "Edytuj nazwę karty", + "Card deleted" : "Karta usunięta", "Edit title" : "Edytuj tytuł", "Assign to me" : "Przydziel do mnie", "Unassign myself" : "Cofnij moje przypisanie", "Mark as not done" : "Oznacz jako niewykonane", "Delete card" : "Usuń kartę", - "Card deleted" : "Karta usunięta", "seconds ago" : "przed chwilą", "Keyboard shortcuts" : "Skróty klawiaturowe", "Keyboard shortcut" : "Skrót klawiaturowy", @@ -290,6 +289,13 @@ OC.L10N.register( "Limit board creation to some groups" : "Ogranicz tworzenie tablic dla niektórych grup", "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Użytkownicy spoza tych grup nie będą mogli tworzyć własnych tablic, ale nadal będą mogli pracować na tablicach, które zostały im udostępnione.", "Cancel edit" : "Anuluj edycję", + "Board {0} deleted" : "Tablica {0} została usunięta", + "All cards" : "Wszystkie karty", + "Only assigned cards" : "Tylko przydzielone karty", + "No reminder" : "Bez przypomnienia", + "An error occurred" : "Wystąpił błąd", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Czy na pewno chcesz usunąć tablicę {title}? Spowoduje to usunięcie wszystkich danych z tej tablicy łącznie z zarchiwizowanymi kartami.", + "Delete the board?" : "Usunąć tablicę?", "Board details" : "Szczegóły tablicy", "Edit board" : "Edytuj tablicę", "Clone board" : "Klonuj tablicę", @@ -299,16 +305,9 @@ OC.L10N.register( "Turn on due date reminders" : "Włącz przypomnienia o terminach", "Turn off due date reminders" : "Wyłącz przypomnienia o terminach", "Due date reminders" : "Przypomnienia o terminach", - "All cards" : "Wszystkie karty", "Assigned cards" : "Przydzielone karty", "No notifications" : "Brak powiadomień", "Delete board" : "Usuń tablicę", - "Board {0} deleted" : "Tablica {0} została usunięta", - "Only assigned cards" : "Tylko przydzielone karty", - "No reminder" : "Bez przypomnienia", - "An error occurred" : "Wystąpił błąd", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Czy na pewno chcesz usunąć tablicę {title}? Spowoduje to usunięcie wszystkich danych z tej tablicy łącznie z zarchiwizowanymi kartami.", - "Delete the board?" : "Usunąć tablicę?", "Clone cards" : "Klonuj karty", "Advanced options" : "Opcje zaawansowane", "Clone" : "Klonuj", @@ -319,14 +318,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Wyszukaj dla {searchQuery} na wszystkich tablicach", "No results found" : "Nie znaleziono wyników", "Deck board {name}\n* Last modified on {lastMod}" : "Tablica {name}\n* Ostatnia modyfikacja w dniu {lastMod}", - "{stack} in {board}" : "{stack} na {board}", - "Click to expand description" : "Kliknij, aby rozwinąć opis", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Utworzono {created}\n* Ostatnia modyfikacja {lastMod}\n* Załączniki {nbAttachments}\n* Komentarze {nbComments}", "{nbCards} cards" : "Karty {nbCards}", + "Due on {date}" : "Termin {date}", + "{stack} in {board}" : "{stack} na {board}", + "Click to expand description" : "Kliknij, aby rozwinąć opis", "Click to expand comment" : "Kliknij, aby rozwinąć komentarz", + "Create card" : "Utwórz kartę", "Create a new card" : "Utwórz nową kartę", "Card title" : "Tytuł karty", - "Create card" : "Utwórz kartę", "Creating the new card …" : "Tworzenie nowej karty…", "Card \"{card}\" was added to \"{board}\"" : "Karta \"{card}\" została dodana do \"{board}\"", "Open card" : "Otwórz kartę", @@ -336,10 +336,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "nadchodzące karty jutro", "upcoming cards" : "nadchodzące karty", "New card" : "Nowa karta", - "Due on {date}" : "Termin {date}", - "This weekend – {timeLocale}" : "W ten weekend – {timeLocale}", - "Tomorrow – {timeLocale}" : "Jutro – {timeLocale}", - "Later today – {timeLocale}" : "Później dzisiaj – {timeLocale}", "Link to a board" : "Link do tablicy", "Link to a card" : "Link do karty", "Create a card" : "Utwórz kartę", @@ -351,6 +347,12 @@ OC.L10N.register( "Share with a Deck card" : "Udostępnij za pomocą karty Tablicy", "Share {file} with a Deck card" : "Udostępnij {file} za pomocą karty Tablicy", "Share" : "Udostępnianie", + "Personal" : "Osobiste", + "To do" : "Do zrobienia", + "Doing" : "W trakcie", + "Example Task 3" : "Przykład Zadanie 3", + "Example Task 2" : "Przykład Zadanie 2", + "Example Task 1" : "Przykład Zadanie 1", "Move card to another board" : "Przenieś kartę na inną tablicę" }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/l10n/pl.json b/l10n/pl.json index 9dd5208b4..0d9396c69 100644 --- a/l10n/pl.json +++ b/l10n/pl.json @@ -74,7 +74,6 @@ "Cards due tomorrow" : "Karty na jutro", "Upcoming cards" : "Nadchodzące karty", "Load more" : "Wczytaj więcej", - "Personal" : "Osobiste", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Karta \"%s\" na \"%s\" została przydzielona Tobie przez %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} przydzielił Tobie kartę {deck-card} na {deck-board}.", "The card \"%s\" on \"%s\" has reached its due date." : "Karta \"%s\" na \"%s\" wygasła.", @@ -97,12 +96,9 @@ "Action needed" : "Wymagana akcja", "Later" : "Później", "copy" : "kopiuj", - "To do" : "Do zrobienia", - "Doing" : "W trakcie", + "To Do" : "Do zrobienia", + "In Progress" : "W trakcie", "Done" : "Zrobione", - "Example Task 3" : "Przykład Zadanie 3", - "Example Task 2" : "Przykład Zadanie 2", - "Example Task 1" : "Przykład Zadanie 1", "The file was uploaded" : "Plik został wysłany", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Wgrany plik przekracza wartość upload_max_filesize zdefiniowaną w php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Wysłany plik przekracza wielkość dyrektywy MAX_FILE_SIZE określonej w formularzu HTML", @@ -118,8 +114,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "Nieprawidłowa data, format daty to RRRR-MM-DD", "Personal planning and team project organization" : "Indywidualne planowanie i organizacja projektu zespołowego", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Tablica to narzędzie organizacyjne w stylu kanban, którego celem jest osobiste planowanie i organizacja projektu dla zespołów zintegrowanych z Nextcloud.\n\n\n- 📥 Dodaj swoje zadania do kart i porządkuj je\n- 📄 Zapisuj dodatkowe notatki w Markdown\n- 🔖 Przypisuj etykiety dla jeszcze lepszej organizacji\n- 👥 Współdziel ze swoim zespołem, przyjaciółmi lub rodziną\n- 📎 Dołączaj pliki i umieszczaj je w opisie Markdown\n- 💬 Porozmawiaj ze swoim zespołem za pomocą komentarzy\n- ⚡ Śledź zmiany w strumieniu aktywności\n- 🚀 Organizuj swój projekt", - "Card details" : "Szczegóły karty", "Add board" : "Dodaj tablicę", + "Card details" : "Szczegóły karty", "Select the board to link to a project" : "Wybierz tablicę, aby połączyć się z projektem", "Search by board title" : "Szukaj według tytułu tablicy", "Select board" : "Wybierz tablicę", @@ -127,17 +123,17 @@ "No lists available" : "Brak dostępnych list", "Select a list" : "Wybierz listę", "Move card" : "Przenieś kartę", - "Select a card" : "Wybierz kartę", - "Cancel" : "Anuluj", "Select the card to link to a project" : "Wybierz kartę, aby połączyć z projektem", "Link to card" : "Link do karty", + "Select a card" : "Wybierz kartę", + "Cancel" : "Anuluj", + "This board is read only" : "Ta tablica jest tylko do odczytu", + "Drop your files to upload" : "Upuść swoje pliki do wysłania", "File already exists" : "Plik już istnieje", "A file with the name {filename} already exists." : "Plik o nazwie {filename} już istnieje.", "Do you want to overwrite it?" : "Czy chcesz go nadpisać?", "Overwrite file" : "Nadpisać plik", "Keep existing file" : "Zachowaj istniejący plik", - "This board is read only" : "Ta tablica jest tylko do odczytu", - "Drop your files to upload" : "Upuść swoje pliki do wysłania", "Add card" : "Dodaj kartę", "Archived cards" : "Zarchiwizowane karty", "Add list" : "Dodaj listę", @@ -176,6 +172,12 @@ "Deleted lists" : "Usunięte listy", "Undo" : "Cofnij", "Deleted cards" : "Usunięte karty", + "Failed to create share with {displayName}" : "Nie udało się utworzyć udostępnienia dla {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Czy na pewno chcesz przenieść tablicę {title} do {user}?", + "Transfer the board." : "Przeniesienie tablicy.", + "Transfer" : "Przenieś", + "The board has been transferred to {user}" : "Tablica została przeniesiona do {user}", + "Failed to transfer the board to {user}" : "Nie udało się przenieść tablicy do {user}", "No participants found" : "Nie znaleziono uczestników", "Board owner" : "Właściciel tablicy", "(Group)" : "(Grupa)", @@ -184,12 +186,7 @@ "Can manage" : "Może zarządzać", "Owner" : "Właściciel", "Delete" : "Usuń", - "Failed to create share with {displayName}" : "Nie udało się utworzyć udostępnienia dla {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Czy na pewno chcesz przenieść tablicę {title} do {user}?", - "Transfer the board." : "Przeniesienie tablicy.", - "Transfer" : "Przenieś", - "The board has been transferred to {user}" : "Tablica została przeniesiona do {user}", - "Failed to transfer the board to {user}" : "Nie udało się przenieść tablicy do {user}", + "List deleted" : "Lista usunięta", "Edit list title" : "Edytuj tytuł listy", "Archive all cards" : "Zarchiwizuj wszystkie karty", "Unarchive all cards" : "Przywróć wszystkie karty z archiwum", @@ -198,13 +195,14 @@ "Unarchive all cards in this list" : "Cofnij archiwizację wszystkich kart z tej listy", "Add a new card" : "Dodaj nową kartę", "Card name" : "Nazwa karty", - "List deleted" : "Lista usunięta", + "title and color value must be provided" : "należy podać tytuł i kolor", "Edit" : "Edycja", "Add a new tag" : "Dodaj nową etykietę", - "title and color value must be provided" : "należy podać tytuł i kolor", "Board name" : "Nazwa tablicy", "Members" : "Członkowie", "Assign a user to this card…" : "Przypisz użytkownika do tej karty…", + "File to share" : "Plik do udostępnienia", + "Invalid path selected" : "Wybrano nieprawidłową ścieżkę", "Upload new files" : "Wyślij nowe pliki", "Share from Files" : "Udostępnij z Plików", "Pending share" : "Oczekujące udostępnienie", @@ -214,25 +212,24 @@ "Remove attachment" : "Usuń załącznik", "Delete Attachment" : "Usuń załącznik", "Restore Attachment" : "Przywróć załącznik", - "File to share" : "Plik do udostępnienia", - "Invalid path selected" : "Wybrano nieprawidłową ścieżkę", + "Modified" : "Zmodyfikowany", + "Created" : "Utworzono", + "The title cannot be empty." : "Tytuł nie może być pusty.", "Open in sidebar view" : "Otwórz w widoku paska bocznego", "Open in bigger view" : "Otwórz w dużym widoku", "Attachments" : "Załączniki", "Comments" : "Komentarze", - "Modified" : "Zmodyfikowany", - "Created" : "Utworzono", - "The title cannot be empty." : "Tytuł nie może być pusty.", - "No comments yet. Begin the discussion!" : "Brak komentarzy. Rozpocznij dyskusję!", "Failed to load comments" : "Nie udało się wczytać komentarzy", - "Save" : "Zapisz", + "No comments yet. Begin the discussion!" : "Brak komentarzy. Rozpocznij dyskusję!", "The comment cannot be empty." : "Komentarz nie może być pusty.", "The comment cannot be longer than 1000 characters." : "Komentarz nie może być dłuższy niż 1000 znaków.", + "Save" : "Zapisz", + "Created:" : "Utworzono:", "In reply to" : "Odpowiedź na", "Cancel reply" : "Anuluj odpowiedź", "Reply" : "Odpowiedz", "Update" : "Aktualizuj", - "Created:" : "Utworzono:", + "Write a description …" : "Napisz opis…", "Description" : "Opis", "(Unsaved)" : "(Niezapisane)", "(Saving…)" : "(Zapisywanie…)", @@ -240,8 +237,16 @@ "Edit description" : "Edytuj opis", "View description" : "Zobacz opis", "Add Attachment" : "Dodaj załącznik", - "Write a description …" : "Napisz opis…", "Choose attachment" : "Wybierz załącznik", + "Select Date" : "Wybierz datę", + "Later today – {timeLocale}" : "Później dzisiaj – {timeLocale}", + "Set due date for later today" : "Ustaw termin na dzisiaj na późniejszy czas", + "Tomorrow – {timeLocale}" : "Jutro – {timeLocale}", + "Set due date for tomorrow" : "Ustaw termin na jutro", + "This weekend – {timeLocale}" : "W ten weekend – {timeLocale}", + "Set due date for this weekend" : "Ustaw termin na ten weekend", + "Next week – {timeLocale}" : "Następny tydzień – {timeLocale}", + "Set due date for next week" : "Ustaw termin na przyszły tydzień", "Assign a due date to this card…" : "Przypisz termin dla tej karty…", "Set a due date" : "Ustaw termin", "Add due date" : "Dodaj termin", @@ -252,24 +257,18 @@ "Not done" : "Nie zrobione", "Unarchive card" : "Nie archiwizuj karty", "Archive card" : "Zarchiwizuj kartę", - "Select Date" : "Wybierz datę", - "Set due date for later today" : "Ustaw termin na dzisiaj na późniejszy czas", - "Set due date for tomorrow" : "Ustaw termin na jutro", - "Set due date for this weekend" : "Ustaw termin na ten weekend", - "Set due date for next week" : "Ustaw termin na przyszły tydzień", "Assign a tag to this card…" : "Przypisz etykietę do tej karty…", "Create a new tag:" : "Utwórz nową etykietę:", "(group)" : "(grupa)", - "Next week – {timeLocale}" : "Następny tydzień – {timeLocale}", - "Todo items" : "Do zrobienia", "{count} comments, {unread} unread" : "Komentarze: {count}, nieprzeczytane: {unread}", + "Todo items" : "Do zrobienia", "Edit card title" : "Edytuj nazwę karty", + "Card deleted" : "Karta usunięta", "Edit title" : "Edytuj tytuł", "Assign to me" : "Przydziel do mnie", "Unassign myself" : "Cofnij moje przypisanie", "Mark as not done" : "Oznacz jako niewykonane", "Delete card" : "Usuń kartę", - "Card deleted" : "Karta usunięta", "seconds ago" : "przed chwilą", "Keyboard shortcuts" : "Skróty klawiaturowe", "Keyboard shortcut" : "Skrót klawiaturowy", @@ -288,6 +287,13 @@ "Limit board creation to some groups" : "Ogranicz tworzenie tablic dla niektórych grup", "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Użytkownicy spoza tych grup nie będą mogli tworzyć własnych tablic, ale nadal będą mogli pracować na tablicach, które zostały im udostępnione.", "Cancel edit" : "Anuluj edycję", + "Board {0} deleted" : "Tablica {0} została usunięta", + "All cards" : "Wszystkie karty", + "Only assigned cards" : "Tylko przydzielone karty", + "No reminder" : "Bez przypomnienia", + "An error occurred" : "Wystąpił błąd", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Czy na pewno chcesz usunąć tablicę {title}? Spowoduje to usunięcie wszystkich danych z tej tablicy łącznie z zarchiwizowanymi kartami.", + "Delete the board?" : "Usunąć tablicę?", "Board details" : "Szczegóły tablicy", "Edit board" : "Edytuj tablicę", "Clone board" : "Klonuj tablicę", @@ -297,16 +303,9 @@ "Turn on due date reminders" : "Włącz przypomnienia o terminach", "Turn off due date reminders" : "Wyłącz przypomnienia o terminach", "Due date reminders" : "Przypomnienia o terminach", - "All cards" : "Wszystkie karty", "Assigned cards" : "Przydzielone karty", "No notifications" : "Brak powiadomień", "Delete board" : "Usuń tablicę", - "Board {0} deleted" : "Tablica {0} została usunięta", - "Only assigned cards" : "Tylko przydzielone karty", - "No reminder" : "Bez przypomnienia", - "An error occurred" : "Wystąpił błąd", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Czy na pewno chcesz usunąć tablicę {title}? Spowoduje to usunięcie wszystkich danych z tej tablicy łącznie z zarchiwizowanymi kartami.", - "Delete the board?" : "Usunąć tablicę?", "Clone cards" : "Klonuj karty", "Advanced options" : "Opcje zaawansowane", "Clone" : "Klonuj", @@ -317,14 +316,15 @@ "Search for {searchQuery} in all boards" : "Wyszukaj dla {searchQuery} na wszystkich tablicach", "No results found" : "Nie znaleziono wyników", "Deck board {name}\n* Last modified on {lastMod}" : "Tablica {name}\n* Ostatnia modyfikacja w dniu {lastMod}", - "{stack} in {board}" : "{stack} na {board}", - "Click to expand description" : "Kliknij, aby rozwinąć opis", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Utworzono {created}\n* Ostatnia modyfikacja {lastMod}\n* Załączniki {nbAttachments}\n* Komentarze {nbComments}", "{nbCards} cards" : "Karty {nbCards}", + "Due on {date}" : "Termin {date}", + "{stack} in {board}" : "{stack} na {board}", + "Click to expand description" : "Kliknij, aby rozwinąć opis", "Click to expand comment" : "Kliknij, aby rozwinąć komentarz", + "Create card" : "Utwórz kartę", "Create a new card" : "Utwórz nową kartę", "Card title" : "Tytuł karty", - "Create card" : "Utwórz kartę", "Creating the new card …" : "Tworzenie nowej karty…", "Card \"{card}\" was added to \"{board}\"" : "Karta \"{card}\" została dodana do \"{board}\"", "Open card" : "Otwórz kartę", @@ -334,10 +334,6 @@ "upcoming cards tomorrow" : "nadchodzące karty jutro", "upcoming cards" : "nadchodzące karty", "New card" : "Nowa karta", - "Due on {date}" : "Termin {date}", - "This weekend – {timeLocale}" : "W ten weekend – {timeLocale}", - "Tomorrow – {timeLocale}" : "Jutro – {timeLocale}", - "Later today – {timeLocale}" : "Później dzisiaj – {timeLocale}", "Link to a board" : "Link do tablicy", "Link to a card" : "Link do karty", "Create a card" : "Utwórz kartę", @@ -349,6 +345,12 @@ "Share with a Deck card" : "Udostępnij za pomocą karty Tablicy", "Share {file} with a Deck card" : "Udostępnij {file} za pomocą karty Tablicy", "Share" : "Udostępnianie", + "Personal" : "Osobiste", + "To do" : "Do zrobienia", + "Doing" : "W trakcie", + "Example Task 3" : "Przykład Zadanie 3", + "Example Task 2" : "Przykład Zadanie 2", + "Example Task 1" : "Przykład Zadanie 1", "Move card to another board" : "Przenieś kartę na inną tablicę" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" } \ No newline at end of file diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js index 176cabd8f..97d6bcc64 100644 --- a/l10n/pt_BR.js +++ b/l10n/pt_BR.js @@ -76,7 +76,6 @@ OC.L10N.register( "Cards due tomorrow" : "Cartões com vencimento amanhã", "Upcoming cards" : "Próximos cartões", "Load more" : "Carregar mais", - "Personal" : "Pessoal", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "O cartão \"%s\" em \"%s\" foi vinculado com você por %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} atribuiu o cartão {deck-card} no {deck-board} a você.", "The card \"%s\" on \"%s\" has reached its due date." : "O cartão \"%s\" em \"%s\" atingiu sua data de vencimento.", @@ -99,12 +98,9 @@ OC.L10N.register( "Action needed" : "Ação necessária", "Later" : "Depois", "copy" : "copiar", - "To do" : "A fazer", - "Doing" : "Fazendo", + "To Do" : "A Fazer", + "In Progress" : "Em Andamento", "Done" : "Concluído", - "Example Task 3" : "Tarefa exemplo 3", - "Example Task 2" : "Tarefa exemplo 2", - "Example Task 1" : "Tarefa exemplo 1", "The file was uploaded" : "O arquivo foi enviado", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O arquivo enviado excede a diretiva upload_max_filesize do php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O arquivo enviado excede a diretiva MAX_FILE_SIZE especificada no formulário HTML", @@ -120,8 +116,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "Data inválida, o formato da data deve ser AAAA-MM-DD", "Personal planning and team project organization" : "Planejamento pessoal e organização de projetos em equipe", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "O Deck é uma ferramenta de organização ao estilo kanban voltada para o planejamento pessoal e para a organização de projetos para equipes, integrada ao Nextcloud.\n\n\n- 📥Adicione suas tarefas aos cartões e coloque-os em ordem\n- 📄 Escreva notas adicionais formatadas em Markdown \n- 🔖 Atribua rótulos para uma organização ainda melhor\n- 👥 Compartilhe com sua equipe, seus amigos ou sua família\n- 📎 Anexe arquivos e incorpore-os à sua descrição em Markdown\n- 💬 Discuta com sua equipe usando comentários\n- ⚡ Acompanhe as alterações no fluxo de atividades \n- 🚀 Organize seu projeto ", - "Card details" : "Detalhes do cartão", "Add board" : "Adicionar painel", + "Card details" : "Detalhes do cartão", "Select the board to link to a project" : "Selecione o painel para vincular a um projeto", "Search by board title" : "Pesquisar pelo título do painel", "Select board" : "Selecionar painel", @@ -129,17 +125,17 @@ OC.L10N.register( "No lists available" : "Nenhuma lista disponível", "Select a list" : "Selecione uma lista", "Move card" : "Mover cartão", - "Select a card" : "Selecionar um cartão", - "Cancel" : "Cancelar", "Select the card to link to a project" : "Selecione o cartão para vincular a um projeto", "Link to card" : "Vincular ao cartão", + "Select a card" : "Selecionar um cartão", + "Cancel" : "Cancelar", + "This board is read only" : "Este painel é somente leitura", + "Drop your files to upload" : "Arraste seus arquivos para enviar", "File already exists" : "Arquivo já existe", "A file with the name {filename} already exists." : "Um arquivo com o nome {filename} já existe.", "Do you want to overwrite it?" : "Quer sobrescrever?", "Overwrite file" : "Sobrescrever arquivo", "Keep existing file" : "Manter o arquivo existente", - "This board is read only" : "Este painel é somente leitura", - "Drop your files to upload" : "Arraste seus arquivos para enviar", "Add card" : "Adicionar cartão", "Archived cards" : "Cartões arquivados", "Add list" : "Adicionar lista", @@ -180,6 +176,12 @@ OC.L10N.register( "Deleted lists" : "Listas excluídas", "Undo" : "Desfazer", "Deleted cards" : "Cartões excluídos", + "Failed to create share with {displayName}" : "Falha ao criar compartilhamento com {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Deseja realmente transferir o painel {title} para {user}?", + "Transfer the board." : "Transferir o painel.", + "Transfer" : "Transferir", + "The board has been transferred to {user}" : "A painel foi transferida para {user}", + "Failed to transfer the board to {user}" : "Não foi possível transferir o painel para {user}", "Share board with a user, group or team …" : "Compartilhe o quadro com um usuário, grupo ou equipe…", "Searching for users, groups and teams …" : "Procurando usuários, grupos e equipes…", "No participants found" : "Nenhum participante encontrado", @@ -191,12 +193,7 @@ OC.L10N.register( "Can manage" : "Pode gerenciar", "Owner" : "Proprietário", "Delete" : "Excluir", - "Failed to create share with {displayName}" : "Falha ao criar compartilhamento com {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Deseja realmente transferir o painel {title} para {user}?", - "Transfer the board." : "Transferir o painel.", - "Transfer" : "Transferir", - "The board has been transferred to {user}" : "A painel foi transferida para {user}", - "Failed to transfer the board to {user}" : "Não foi possível transferir o painel para {user}", + "List deleted" : "Lista excluída", "Edit list title" : "Editar título da lista", "Archive all cards" : "Arquivar todos os cartões", "Unarchive all cards" : "Desarquivar todos os cartões", @@ -205,15 +202,16 @@ OC.L10N.register( "Unarchive all cards in this list" : "Desarquivar todos os cartões desta lista", "Add a new card" : "Adicionar um novo cartão", "Card name" : "Nome do cartão", - "List deleted" : "Lista excluída", + "title and color value must be provided" : "o título e o valor da cor devem ser fornecidos", "Edit" : "Editar", "Add a new tag" : "Adicionar uma nova etiqueta", - "title and color value must be provided" : "o título e o valor da cor devem ser fornecidos", "Board name" : "Nome do painel", "Members" : "Membros", "Assign to users/groups/team" : "Atribuir a usuários/grupos/equipe", "Assign a user to this card…" : "Atribuir um usuário a este cartão...", "Select a user to assign to this card…" : "Selecione um usuário para atribuir a este cartão…", + "File to share" : "Arquivo a compartilhar", + "Invalid path selected" : "Caminho inválido selecionado", "Upload new files" : "Enviar novos arquivos", "Share from Files" : "Compartilhar de Arquivos", "Pending share" : "Compartilhamento pendente", @@ -223,25 +221,24 @@ OC.L10N.register( "Remove attachment" : "Remover anexo", "Delete Attachment" : "Excluir Anexo", "Restore Attachment" : "Restaurar Anexo", - "File to share" : "Arquivo a compartilhar", - "Invalid path selected" : "Caminho inválido selecionado", + "Modified" : "Modificado", + "Created" : "Criado", + "The title cannot be empty." : "O título não pode ficar em branco.", "Open in sidebar view" : "Abrir em visualização da barra lateral", "Open in bigger view" : "Abrir em visualização ampliada", "Attachments" : "Anexos", "Comments" : "Comentários", - "Modified" : "Modificado", - "Created" : "Criado", - "The title cannot be empty." : "O título não pode ficar em branco.", - "No comments yet. Begin the discussion!" : "Nenhum comentário ainda. Inicie a conversa!", "Failed to load comments" : "Não foi possível carregar os comentários", - "Save" : "Salvar", + "No comments yet. Begin the discussion!" : "Nenhum comentário ainda. Inicie a conversa!", "The comment cannot be empty." : "O comentário não pode zer vazio.", "The comment cannot be longer than 1000 characters." : "O comentário não pode ter mais que 1000 caracteres.", + "Save" : "Salvar", + "Created:" : "Criado:", "In reply to" : "Em resposta para", "Cancel reply" : "Cancelar resposta", "Reply" : "Responder", "Update" : "Atualizar", - "Created:" : "Criado:", + "Write a description …" : "Escreva uma descrição...", "Description" : "Descrição", "(Unsaved)" : "(Não salvo)", "(Saving…)" : "(Salvando...)", @@ -249,8 +246,16 @@ OC.L10N.register( "Edit description" : "Editar descrição", "View description" : "Exibir descrição", "Add Attachment" : "Adicionar anexo", - "Write a description …" : "Escreva uma descrição...", "Choose attachment" : "Escolher anexo", + "Select Date" : "Selecionar Data", + "Later today – {timeLocale}" : "Mais tarde hoje – {timeLocale}", + "Set due date for later today" : "Defina a data de vencimento para hoje mais tarde", + "Tomorrow – {timeLocale}" : "Amanhã – {timeLocale}", + "Set due date for tomorrow" : "Defina a data de vencimento para amanhã", + "This weekend – {timeLocale}" : "Este fim de semana – {timeLocale}", + "Set due date for this weekend" : "Defina a data de vencimento para este fim de semana", + "Next week – {timeLocale}" : "Semana que vem – {timeLocale}", + "Set due date for next week" : "Defina a data de vencimento para a próxima semana", "Assign a due date to this card…" : "Atribua uma data de vencimento a este cartão...", "Set a due date" : "Definir uma data de vencimento", "Add due date" : "Adicionar data de vencimento", @@ -261,26 +266,20 @@ OC.L10N.register( "Not done" : "Não realizado", "Unarchive card" : "Desarquivar cartão", "Archive card" : "Arquivar cartão", - "Select Date" : "Selecionar Data", - "Set due date for later today" : "Defina a data de vencimento para hoje mais tarde", - "Set due date for tomorrow" : "Defina a data de vencimento para amanhã", - "Set due date for this weekend" : "Defina a data de vencimento para este fim de semana", - "Set due date for next week" : "Defina a data de vencimento para a próxima semana", "Assign a tag to this card…" : "Atribuir uma etiqueta a este cartão...", "Select or create a tag…" : "Selecione ou crie uma etiqueta…", "Create a new tag:" : "Defina a data de vencimento para a próxima semana", "(group)" : "(grupo)", - "Next week – {timeLocale}" : "Semana que vem – {timeLocale}", - "Todo items" : "Itens a fazer", "{count} comments, {unread} unread" : "{count} comentários, {unread} não lidos", + "Todo items" : "Itens a fazer", "Edit card title" : "Editar título do cartão", "Open link" : "Abrir link", + "Card deleted" : "Cartão excluído", "Edit title" : "Editar título", "Assign to me" : "Atribuir a mim", "Unassign myself" : "Desatribuir-me", "Mark as not done" : "Marcar como não concluído", "Delete card" : "Excluir cartão", - "Card deleted" : "Cartão excluído", "seconds ago" : "segundos atrás", "Keyboard shortcuts" : "Atalhos do teclado", "Boost your productivity using Deck with keyboard shortcuts." : "Aumente sua produtividade usando o Deck com atalhos de teclado.", @@ -319,6 +318,13 @@ OC.L10N.register( "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Os usuários fora desses grupos não poderão criar seus próprios painéis, mas ainda poderão trabalhar nos painéis que foram compartilhados com eles.", "Cancel edit" : "Cancelar edição", "Save board" : "Salvar quadro", + "Board {0} deleted" : "Painel {0} excluído", + "All cards" : "Todos os cartões", + "Only assigned cards" : "Apenas cartões atribuídos", + "No reminder" : "Nenhum lembrete", + "An error occurred" : "Ocorreu um erro", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Deseja realmente excluir o painel {title}? Isso excluirá todos os dados deste painel, inclusive os cartões arquivados.", + "Delete the board?" : "Excluir o painel?", "Board details" : "Detalhes do painel", "Edit board" : "Editar painel", "Clone board" : "Clonar painel", @@ -328,16 +334,9 @@ OC.L10N.register( "Turn on due date reminders" : "Ativar lembretes de vencimento", "Turn off due date reminders" : "Desativar lembretes de vencimento", "Due date reminders" : "Lembretes de vencimento", - "All cards" : "Todos os cartões", "Assigned cards" : "Cartões atribuídos", "No notifications" : "Sem notificações", "Delete board" : "Excluir painel", - "Board {0} deleted" : "Painel {0} excluído", - "Only assigned cards" : "Apenas cartões atribuídos", - "No reminder" : "Nenhum lembrete", - "An error occurred" : "Ocorreu um erro", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Deseja realmente excluir o painel {title}? Isso excluirá todos os dados deste painel, inclusive os cartões arquivados.", - "Delete the board?" : "Excluir o painel?", "Clone cards" : "Clonar cartões", "Advanced options" : "Opções avançadas", "Clone" : "Clonar", @@ -348,14 +347,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Pesquisar por {searchQuery} em todos os painéis", "No results found" : "Nenhum resultado encontrado", "Deck board {name}\n* Last modified on {lastMod}" : "Quadros de aviso Deck {name}\n* Última modificação em {lastMod}", - "{stack} in {board}" : "{stack} em {board}", - "Click to expand description" : "Clique para expandir a descrição", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Criado em {created}\n* Última modificação em {lastMod}\n* {nbAttachments} anexos\n* {nbComments} comentários", "{nbCards} cards" : "{nbCards} cartões", + "Due on {date}" : "Vencimento em {date}", + "{stack} in {board}" : "{stack} em {board}", + "Click to expand description" : "Clique para expandir a descrição", "Click to expand comment" : "Clique para expandir o comentário", + "Create card" : "Criar cartão", "Create a new card" : "Criar um novo cartão", "Card title" : "Título do cartão", - "Create card" : "Criar cartão", "Creating the new card …" : "Criando o novo cartão…", "Card \"{card}\" was added to \"{board}\"" : "O cartão \"{card}\" foi adicionado a \"{board}\" ", "Open card" : "Abrir o cartão", @@ -365,10 +365,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "próximos cartões amanhã", "upcoming cards" : "próximos cartões", "New card" : "New card", - "Due on {date}" : "Vencimento em {date}", - "This weekend – {timeLocale}" : "Este fim de semana – {timeLocale}", - "Tomorrow – {timeLocale}" : "Amanhã – {timeLocale}", - "Later today – {timeLocale}" : "Mais tarde hoje – {timeLocale}", "Link to a board" : "Vincular a um painel", "Link to a card" : "Vincular a um cartão", "Create a card" : "Criar um cartão", @@ -380,6 +376,12 @@ OC.L10N.register( "Share with a Deck card" : "Compartilhar com um cartão Deck", "Share {file} with a Deck card" : "Compartilhar {file} com um cartão Deck", "Share" : "Compartilhar", + "Personal" : "Pessoal", + "To do" : "A fazer", + "Doing" : "Fazendo", + "Example Task 3" : "Tarefa exemplo 3", + "Example Task 2" : "Tarefa exemplo 2", + "Example Task 1" : "Tarefa exemplo 1", "Move card to another board" : "Mover o cartão para outro painel", "Filter by completed" : "Filtrar por concluído" }, diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json index a2bff8cbc..65455d281 100644 --- a/l10n/pt_BR.json +++ b/l10n/pt_BR.json @@ -74,7 +74,6 @@ "Cards due tomorrow" : "Cartões com vencimento amanhã", "Upcoming cards" : "Próximos cartões", "Load more" : "Carregar mais", - "Personal" : "Pessoal", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "O cartão \"%s\" em \"%s\" foi vinculado com você por %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} atribuiu o cartão {deck-card} no {deck-board} a você.", "The card \"%s\" on \"%s\" has reached its due date." : "O cartão \"%s\" em \"%s\" atingiu sua data de vencimento.", @@ -97,12 +96,9 @@ "Action needed" : "Ação necessária", "Later" : "Depois", "copy" : "copiar", - "To do" : "A fazer", - "Doing" : "Fazendo", + "To Do" : "A Fazer", + "In Progress" : "Em Andamento", "Done" : "Concluído", - "Example Task 3" : "Tarefa exemplo 3", - "Example Task 2" : "Tarefa exemplo 2", - "Example Task 1" : "Tarefa exemplo 1", "The file was uploaded" : "O arquivo foi enviado", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O arquivo enviado excede a diretiva upload_max_filesize do php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O arquivo enviado excede a diretiva MAX_FILE_SIZE especificada no formulário HTML", @@ -118,8 +114,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "Data inválida, o formato da data deve ser AAAA-MM-DD", "Personal planning and team project organization" : "Planejamento pessoal e organização de projetos em equipe", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "O Deck é uma ferramenta de organização ao estilo kanban voltada para o planejamento pessoal e para a organização de projetos para equipes, integrada ao Nextcloud.\n\n\n- 📥Adicione suas tarefas aos cartões e coloque-os em ordem\n- 📄 Escreva notas adicionais formatadas em Markdown \n- 🔖 Atribua rótulos para uma organização ainda melhor\n- 👥 Compartilhe com sua equipe, seus amigos ou sua família\n- 📎 Anexe arquivos e incorpore-os à sua descrição em Markdown\n- 💬 Discuta com sua equipe usando comentários\n- ⚡ Acompanhe as alterações no fluxo de atividades \n- 🚀 Organize seu projeto ", - "Card details" : "Detalhes do cartão", "Add board" : "Adicionar painel", + "Card details" : "Detalhes do cartão", "Select the board to link to a project" : "Selecione o painel para vincular a um projeto", "Search by board title" : "Pesquisar pelo título do painel", "Select board" : "Selecionar painel", @@ -127,17 +123,17 @@ "No lists available" : "Nenhuma lista disponível", "Select a list" : "Selecione uma lista", "Move card" : "Mover cartão", - "Select a card" : "Selecionar um cartão", - "Cancel" : "Cancelar", "Select the card to link to a project" : "Selecione o cartão para vincular a um projeto", "Link to card" : "Vincular ao cartão", + "Select a card" : "Selecionar um cartão", + "Cancel" : "Cancelar", + "This board is read only" : "Este painel é somente leitura", + "Drop your files to upload" : "Arraste seus arquivos para enviar", "File already exists" : "Arquivo já existe", "A file with the name {filename} already exists." : "Um arquivo com o nome {filename} já existe.", "Do you want to overwrite it?" : "Quer sobrescrever?", "Overwrite file" : "Sobrescrever arquivo", "Keep existing file" : "Manter o arquivo existente", - "This board is read only" : "Este painel é somente leitura", - "Drop your files to upload" : "Arraste seus arquivos para enviar", "Add card" : "Adicionar cartão", "Archived cards" : "Cartões arquivados", "Add list" : "Adicionar lista", @@ -178,6 +174,12 @@ "Deleted lists" : "Listas excluídas", "Undo" : "Desfazer", "Deleted cards" : "Cartões excluídos", + "Failed to create share with {displayName}" : "Falha ao criar compartilhamento com {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Deseja realmente transferir o painel {title} para {user}?", + "Transfer the board." : "Transferir o painel.", + "Transfer" : "Transferir", + "The board has been transferred to {user}" : "A painel foi transferida para {user}", + "Failed to transfer the board to {user}" : "Não foi possível transferir o painel para {user}", "Share board with a user, group or team …" : "Compartilhe o quadro com um usuário, grupo ou equipe…", "Searching for users, groups and teams …" : "Procurando usuários, grupos e equipes…", "No participants found" : "Nenhum participante encontrado", @@ -189,12 +191,7 @@ "Can manage" : "Pode gerenciar", "Owner" : "Proprietário", "Delete" : "Excluir", - "Failed to create share with {displayName}" : "Falha ao criar compartilhamento com {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Deseja realmente transferir o painel {title} para {user}?", - "Transfer the board." : "Transferir o painel.", - "Transfer" : "Transferir", - "The board has been transferred to {user}" : "A painel foi transferida para {user}", - "Failed to transfer the board to {user}" : "Não foi possível transferir o painel para {user}", + "List deleted" : "Lista excluída", "Edit list title" : "Editar título da lista", "Archive all cards" : "Arquivar todos os cartões", "Unarchive all cards" : "Desarquivar todos os cartões", @@ -203,15 +200,16 @@ "Unarchive all cards in this list" : "Desarquivar todos os cartões desta lista", "Add a new card" : "Adicionar um novo cartão", "Card name" : "Nome do cartão", - "List deleted" : "Lista excluída", + "title and color value must be provided" : "o título e o valor da cor devem ser fornecidos", "Edit" : "Editar", "Add a new tag" : "Adicionar uma nova etiqueta", - "title and color value must be provided" : "o título e o valor da cor devem ser fornecidos", "Board name" : "Nome do painel", "Members" : "Membros", "Assign to users/groups/team" : "Atribuir a usuários/grupos/equipe", "Assign a user to this card…" : "Atribuir um usuário a este cartão...", "Select a user to assign to this card…" : "Selecione um usuário para atribuir a este cartão…", + "File to share" : "Arquivo a compartilhar", + "Invalid path selected" : "Caminho inválido selecionado", "Upload new files" : "Enviar novos arquivos", "Share from Files" : "Compartilhar de Arquivos", "Pending share" : "Compartilhamento pendente", @@ -221,25 +219,24 @@ "Remove attachment" : "Remover anexo", "Delete Attachment" : "Excluir Anexo", "Restore Attachment" : "Restaurar Anexo", - "File to share" : "Arquivo a compartilhar", - "Invalid path selected" : "Caminho inválido selecionado", + "Modified" : "Modificado", + "Created" : "Criado", + "The title cannot be empty." : "O título não pode ficar em branco.", "Open in sidebar view" : "Abrir em visualização da barra lateral", "Open in bigger view" : "Abrir em visualização ampliada", "Attachments" : "Anexos", "Comments" : "Comentários", - "Modified" : "Modificado", - "Created" : "Criado", - "The title cannot be empty." : "O título não pode ficar em branco.", - "No comments yet. Begin the discussion!" : "Nenhum comentário ainda. Inicie a conversa!", "Failed to load comments" : "Não foi possível carregar os comentários", - "Save" : "Salvar", + "No comments yet. Begin the discussion!" : "Nenhum comentário ainda. Inicie a conversa!", "The comment cannot be empty." : "O comentário não pode zer vazio.", "The comment cannot be longer than 1000 characters." : "O comentário não pode ter mais que 1000 caracteres.", + "Save" : "Salvar", + "Created:" : "Criado:", "In reply to" : "Em resposta para", "Cancel reply" : "Cancelar resposta", "Reply" : "Responder", "Update" : "Atualizar", - "Created:" : "Criado:", + "Write a description …" : "Escreva uma descrição...", "Description" : "Descrição", "(Unsaved)" : "(Não salvo)", "(Saving…)" : "(Salvando...)", @@ -247,8 +244,16 @@ "Edit description" : "Editar descrição", "View description" : "Exibir descrição", "Add Attachment" : "Adicionar anexo", - "Write a description …" : "Escreva uma descrição...", "Choose attachment" : "Escolher anexo", + "Select Date" : "Selecionar Data", + "Later today – {timeLocale}" : "Mais tarde hoje – {timeLocale}", + "Set due date for later today" : "Defina a data de vencimento para hoje mais tarde", + "Tomorrow – {timeLocale}" : "Amanhã – {timeLocale}", + "Set due date for tomorrow" : "Defina a data de vencimento para amanhã", + "This weekend – {timeLocale}" : "Este fim de semana – {timeLocale}", + "Set due date for this weekend" : "Defina a data de vencimento para este fim de semana", + "Next week – {timeLocale}" : "Semana que vem – {timeLocale}", + "Set due date for next week" : "Defina a data de vencimento para a próxima semana", "Assign a due date to this card…" : "Atribua uma data de vencimento a este cartão...", "Set a due date" : "Definir uma data de vencimento", "Add due date" : "Adicionar data de vencimento", @@ -259,26 +264,20 @@ "Not done" : "Não realizado", "Unarchive card" : "Desarquivar cartão", "Archive card" : "Arquivar cartão", - "Select Date" : "Selecionar Data", - "Set due date for later today" : "Defina a data de vencimento para hoje mais tarde", - "Set due date for tomorrow" : "Defina a data de vencimento para amanhã", - "Set due date for this weekend" : "Defina a data de vencimento para este fim de semana", - "Set due date for next week" : "Defina a data de vencimento para a próxima semana", "Assign a tag to this card…" : "Atribuir uma etiqueta a este cartão...", "Select or create a tag…" : "Selecione ou crie uma etiqueta…", "Create a new tag:" : "Defina a data de vencimento para a próxima semana", "(group)" : "(grupo)", - "Next week – {timeLocale}" : "Semana que vem – {timeLocale}", - "Todo items" : "Itens a fazer", "{count} comments, {unread} unread" : "{count} comentários, {unread} não lidos", + "Todo items" : "Itens a fazer", "Edit card title" : "Editar título do cartão", "Open link" : "Abrir link", + "Card deleted" : "Cartão excluído", "Edit title" : "Editar título", "Assign to me" : "Atribuir a mim", "Unassign myself" : "Desatribuir-me", "Mark as not done" : "Marcar como não concluído", "Delete card" : "Excluir cartão", - "Card deleted" : "Cartão excluído", "seconds ago" : "segundos atrás", "Keyboard shortcuts" : "Atalhos do teclado", "Boost your productivity using Deck with keyboard shortcuts." : "Aumente sua produtividade usando o Deck com atalhos de teclado.", @@ -317,6 +316,13 @@ "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Os usuários fora desses grupos não poderão criar seus próprios painéis, mas ainda poderão trabalhar nos painéis que foram compartilhados com eles.", "Cancel edit" : "Cancelar edição", "Save board" : "Salvar quadro", + "Board {0} deleted" : "Painel {0} excluído", + "All cards" : "Todos os cartões", + "Only assigned cards" : "Apenas cartões atribuídos", + "No reminder" : "Nenhum lembrete", + "An error occurred" : "Ocorreu um erro", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Deseja realmente excluir o painel {title}? Isso excluirá todos os dados deste painel, inclusive os cartões arquivados.", + "Delete the board?" : "Excluir o painel?", "Board details" : "Detalhes do painel", "Edit board" : "Editar painel", "Clone board" : "Clonar painel", @@ -326,16 +332,9 @@ "Turn on due date reminders" : "Ativar lembretes de vencimento", "Turn off due date reminders" : "Desativar lembretes de vencimento", "Due date reminders" : "Lembretes de vencimento", - "All cards" : "Todos os cartões", "Assigned cards" : "Cartões atribuídos", "No notifications" : "Sem notificações", "Delete board" : "Excluir painel", - "Board {0} deleted" : "Painel {0} excluído", - "Only assigned cards" : "Apenas cartões atribuídos", - "No reminder" : "Nenhum lembrete", - "An error occurred" : "Ocorreu um erro", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Deseja realmente excluir o painel {title}? Isso excluirá todos os dados deste painel, inclusive os cartões arquivados.", - "Delete the board?" : "Excluir o painel?", "Clone cards" : "Clonar cartões", "Advanced options" : "Opções avançadas", "Clone" : "Clonar", @@ -346,14 +345,15 @@ "Search for {searchQuery} in all boards" : "Pesquisar por {searchQuery} em todos os painéis", "No results found" : "Nenhum resultado encontrado", "Deck board {name}\n* Last modified on {lastMod}" : "Quadros de aviso Deck {name}\n* Última modificação em {lastMod}", - "{stack} in {board}" : "{stack} em {board}", - "Click to expand description" : "Clique para expandir a descrição", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Criado em {created}\n* Última modificação em {lastMod}\n* {nbAttachments} anexos\n* {nbComments} comentários", "{nbCards} cards" : "{nbCards} cartões", + "Due on {date}" : "Vencimento em {date}", + "{stack} in {board}" : "{stack} em {board}", + "Click to expand description" : "Clique para expandir a descrição", "Click to expand comment" : "Clique para expandir o comentário", + "Create card" : "Criar cartão", "Create a new card" : "Criar um novo cartão", "Card title" : "Título do cartão", - "Create card" : "Criar cartão", "Creating the new card …" : "Criando o novo cartão…", "Card \"{card}\" was added to \"{board}\"" : "O cartão \"{card}\" foi adicionado a \"{board}\" ", "Open card" : "Abrir o cartão", @@ -363,10 +363,6 @@ "upcoming cards tomorrow" : "próximos cartões amanhã", "upcoming cards" : "próximos cartões", "New card" : "New card", - "Due on {date}" : "Vencimento em {date}", - "This weekend – {timeLocale}" : "Este fim de semana – {timeLocale}", - "Tomorrow – {timeLocale}" : "Amanhã – {timeLocale}", - "Later today – {timeLocale}" : "Mais tarde hoje – {timeLocale}", "Link to a board" : "Vincular a um painel", "Link to a card" : "Vincular a um cartão", "Create a card" : "Criar um cartão", @@ -378,6 +374,12 @@ "Share with a Deck card" : "Compartilhar com um cartão Deck", "Share {file} with a Deck card" : "Compartilhar {file} com um cartão Deck", "Share" : "Compartilhar", + "Personal" : "Pessoal", + "To do" : "A fazer", + "Doing" : "Fazendo", + "Example Task 3" : "Tarefa exemplo 3", + "Example Task 2" : "Tarefa exemplo 2", + "Example Task 1" : "Tarefa exemplo 1", "Move card to another board" : "Mover o cartão para outro painel", "Filter by completed" : "Filtrar por concluído" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/l10n/pt_PT.js b/l10n/pt_PT.js index 558175a58..f5888180b 100644 --- a/l10n/pt_PT.js +++ b/l10n/pt_PT.js @@ -68,9 +68,8 @@ OC.L10N.register( "A comment was created on a card" : "Um comentário foi criado num cartão", "Upcoming cards" : "Próximos cartões", "Load more" : "Carregar mais", - "Personal" : "Pessoal", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "O cartão \"%s\" em \"%s\" foi-lhe vinculado por %s.", - "{user} has assigned the card {deck-card} on {deck-board} to you." : "{usuário} atribuiu-lhe o cartão {deck-card} no {deck-board}.", + "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} atribuiu-lhe o cartão {deck-card} no {deck-board}.", "The card \"%s\" on \"%s\" has reached its due date." : "O cartão \"%s\" em \"%s\" atingiu a sua data limite.", "The card {deck-card} on {deck-board} has reached its due date." : "O cartão {deck-card} em {deck-board} atingiu a sua data limite.", "%s has mentioned you in a comment on \"%s\"." : "%s mencionou-o num comentário em \"%s\".", @@ -82,15 +81,11 @@ OC.L10N.register( "No data was provided to create an attachment." : "Nenhum dado foi fornecido para criar um anexo.", "Finished" : "Terminado", "To review" : "A rever", - "Action needed" : "Acção necessária", + "Action needed" : "Ação necessária", "Later" : "Mais tarde", "copy" : "copiar", - "To do" : "Por fazer", - "Doing" : "A fazer", + "To Do" : "A fazer", "Done" : "Concluído", - "Example Task 3" : "Tarefa de exemplo 3", - "Example Task 2" : "Tarefa de exemplo 2", - "Example Task 1" : "Tarefa de exemplo 1", "The file was uploaded" : "O ficheiro foi carregado", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O ficheiro carregado excede a diretiva upload_max_filesize no php.ini ", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O ficheiro carregado excede a diretiva MAX_FILE_SIZE especificada no formulário HTML", @@ -105,9 +100,9 @@ OC.L10N.register( "Path is already shared with this card" : "O caminho já é partilhado com este cartão", "Invalid date, date format must be YYYY-MM-DD" : "Data inválida, o formato da data deve ser AAAA-MM-DD", "Personal planning and team project organization" : "Planeamento pessoal e organização de projetos em equipa", - "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Quadro é uma ferramenta de organização ao estilo kanban voltada para o planeamento pessoal e organização de projetos para equipas integradas no Nextcloud.\n\n\n- 📥Adicione as suas tarefas aos cartões e coloque-as em ordem\n- 📄 Escreva notas adicionais em Markdown\n- 🔖 Atribua etiquetas para uma organização ainda melhor\n- 👥 Compartilhe com a sua equipa, amigos ou família\n- 📎 Anexe ficheiros e incorpore-os à descrição em Markdown\n- 💬 Debata com a sua equipa usando comentários\n- ⚡ Acompanhe as mudanças no fluxo de atividades \n- 🚀 Organize o seu projeto", - "Card details" : "Detalhes do cartão", + "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Quadro é uma ferramenta de organização ao estilo kanban voltada para o planeamento pessoal e organização de projetos para equipas integradas no Nextcloud.\n\n\n- 📥Adicione as suas tarefas aos cartões e coloque-as em ordem\n- 📄 Escreva notas adicionais em Markdown\n- 🔖 Atribua etiquetas para uma organização ainda melhor\n- 👥 Partilhe com a sua equipa, amigos ou família\n- 📎 Anexe ficheiros e incorpore-os à descrição em Markdown\n- 💬 Debata com a sua equipa usando comentários\n- ⚡ Acompanhe as mudanças no fluxo de atividades \n- 🚀 Organize o seu projeto", "Add board" : "Adicionar quadro", + "Card details" : "Detalhes do cartão", "Cancel" : "Cancelar", "File already exists" : "O ficheiro já existe", "Add card" : "Adicionar um cartão", @@ -122,27 +117,27 @@ OC.L10N.register( "Tags" : "Etiquetas", "Activity" : "Atividade", "Undo" : "Desfazer", + "Transfer" : "Transfere", "(Group)" : "(Grupo)", "Can edit" : "Can edit", "Can share" : "Can share", "Owner" : "Proprietário", "Delete" : "Apagar", - "Transfer" : "Transfere", "Edit" : "Editar", "Members" : "Membros", - "Download" : "Transferir", "Invalid path selected" : "Caminho inválido selecionado", - "Attachments" : "Anexos", - "Comments" : "Comentários", + "Download" : "Transferir", "Modified" : "Modificado", "Created" : "Criado", + "Attachments" : "Anexos", + "Comments" : "Comentários", "Save" : "Guardar", + "Created:" : "Criado:", "Reply" : "Resposta", "Update" : "Atualizar", - "Created:" : "Criado:", "Description" : "Descrição", - "Archive card" : "Arquivar cartão", "Select Date" : "Escolha a data", + "Archive card" : "Arquivar cartão", "(group)" : "(grupo)", "Delete card" : "Eliminar cartão", "seconds ago" : "segundos atrás", @@ -153,18 +148,24 @@ OC.L10N.register( "Search" : "Pesquisa sobre", "Archived boards" : "Quadros arquivados", "Shared with you" : "Shared with you", + "No reminder" : "Nenhum lembrete", + "An error occurred" : "Ocorreu um erro", "Board details" : "Detalhes do quadro", "Edit board" : "Editar quadro", "Archive board" : "Arquivar quadro", "No notifications" : "Sem notificações", "Delete board" : "Eliminar quadro", - "No reminder" : "Nenhum lembrete", - "An error occurred" : "Ocorreu um erro", "Advanced options" : "Opções avançadas", "Today" : "Hoje", "Tomorrow" : "Amanhã", "Create card" : "Criar cartão", "Close" : "Fechar", - "Share" : "Partilhar" + "Share" : "Partilhar", + "Personal" : "Pessoal", + "To do" : "Por fazer", + "Doing" : "A fazer", + "Example Task 3" : "Tarefa de exemplo 3", + "Example Task 2" : "Tarefa de exemplo 2", + "Example Task 1" : "Tarefa de exemplo 1" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/pt_PT.json b/l10n/pt_PT.json index 3e6ac0bfd..1b9b50e09 100644 --- a/l10n/pt_PT.json +++ b/l10n/pt_PT.json @@ -66,9 +66,8 @@ "A comment was created on a card" : "Um comentário foi criado num cartão", "Upcoming cards" : "Próximos cartões", "Load more" : "Carregar mais", - "Personal" : "Pessoal", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "O cartão \"%s\" em \"%s\" foi-lhe vinculado por %s.", - "{user} has assigned the card {deck-card} on {deck-board} to you." : "{usuário} atribuiu-lhe o cartão {deck-card} no {deck-board}.", + "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} atribuiu-lhe o cartão {deck-card} no {deck-board}.", "The card \"%s\" on \"%s\" has reached its due date." : "O cartão \"%s\" em \"%s\" atingiu a sua data limite.", "The card {deck-card} on {deck-board} has reached its due date." : "O cartão {deck-card} em {deck-board} atingiu a sua data limite.", "%s has mentioned you in a comment on \"%s\"." : "%s mencionou-o num comentário em \"%s\".", @@ -80,15 +79,11 @@ "No data was provided to create an attachment." : "Nenhum dado foi fornecido para criar um anexo.", "Finished" : "Terminado", "To review" : "A rever", - "Action needed" : "Acção necessária", + "Action needed" : "Ação necessária", "Later" : "Mais tarde", "copy" : "copiar", - "To do" : "Por fazer", - "Doing" : "A fazer", + "To Do" : "A fazer", "Done" : "Concluído", - "Example Task 3" : "Tarefa de exemplo 3", - "Example Task 2" : "Tarefa de exemplo 2", - "Example Task 1" : "Tarefa de exemplo 1", "The file was uploaded" : "O ficheiro foi carregado", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O ficheiro carregado excede a diretiva upload_max_filesize no php.ini ", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O ficheiro carregado excede a diretiva MAX_FILE_SIZE especificada no formulário HTML", @@ -103,9 +98,9 @@ "Path is already shared with this card" : "O caminho já é partilhado com este cartão", "Invalid date, date format must be YYYY-MM-DD" : "Data inválida, o formato da data deve ser AAAA-MM-DD", "Personal planning and team project organization" : "Planeamento pessoal e organização de projetos em equipa", - "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Quadro é uma ferramenta de organização ao estilo kanban voltada para o planeamento pessoal e organização de projetos para equipas integradas no Nextcloud.\n\n\n- 📥Adicione as suas tarefas aos cartões e coloque-as em ordem\n- 📄 Escreva notas adicionais em Markdown\n- 🔖 Atribua etiquetas para uma organização ainda melhor\n- 👥 Compartilhe com a sua equipa, amigos ou família\n- 📎 Anexe ficheiros e incorpore-os à descrição em Markdown\n- 💬 Debata com a sua equipa usando comentários\n- ⚡ Acompanhe as mudanças no fluxo de atividades \n- 🚀 Organize o seu projeto", - "Card details" : "Detalhes do cartão", + "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Quadro é uma ferramenta de organização ao estilo kanban voltada para o planeamento pessoal e organização de projetos para equipas integradas no Nextcloud.\n\n\n- 📥Adicione as suas tarefas aos cartões e coloque-as em ordem\n- 📄 Escreva notas adicionais em Markdown\n- 🔖 Atribua etiquetas para uma organização ainda melhor\n- 👥 Partilhe com a sua equipa, amigos ou família\n- 📎 Anexe ficheiros e incorpore-os à descrição em Markdown\n- 💬 Debata com a sua equipa usando comentários\n- ⚡ Acompanhe as mudanças no fluxo de atividades \n- 🚀 Organize o seu projeto", "Add board" : "Adicionar quadro", + "Card details" : "Detalhes do cartão", "Cancel" : "Cancelar", "File already exists" : "O ficheiro já existe", "Add card" : "Adicionar um cartão", @@ -120,27 +115,27 @@ "Tags" : "Etiquetas", "Activity" : "Atividade", "Undo" : "Desfazer", + "Transfer" : "Transfere", "(Group)" : "(Grupo)", "Can edit" : "Can edit", "Can share" : "Can share", "Owner" : "Proprietário", "Delete" : "Apagar", - "Transfer" : "Transfere", "Edit" : "Editar", "Members" : "Membros", - "Download" : "Transferir", "Invalid path selected" : "Caminho inválido selecionado", - "Attachments" : "Anexos", - "Comments" : "Comentários", + "Download" : "Transferir", "Modified" : "Modificado", "Created" : "Criado", + "Attachments" : "Anexos", + "Comments" : "Comentários", "Save" : "Guardar", + "Created:" : "Criado:", "Reply" : "Resposta", "Update" : "Atualizar", - "Created:" : "Criado:", "Description" : "Descrição", - "Archive card" : "Arquivar cartão", "Select Date" : "Escolha a data", + "Archive card" : "Arquivar cartão", "(group)" : "(grupo)", "Delete card" : "Eliminar cartão", "seconds ago" : "segundos atrás", @@ -151,18 +146,24 @@ "Search" : "Pesquisa sobre", "Archived boards" : "Quadros arquivados", "Shared with you" : "Shared with you", + "No reminder" : "Nenhum lembrete", + "An error occurred" : "Ocorreu um erro", "Board details" : "Detalhes do quadro", "Edit board" : "Editar quadro", "Archive board" : "Arquivar quadro", "No notifications" : "Sem notificações", "Delete board" : "Eliminar quadro", - "No reminder" : "Nenhum lembrete", - "An error occurred" : "Ocorreu um erro", "Advanced options" : "Opções avançadas", "Today" : "Hoje", "Tomorrow" : "Amanhã", "Create card" : "Criar cartão", "Close" : "Fechar", - "Share" : "Partilhar" + "Share" : "Partilhar", + "Personal" : "Pessoal", + "To do" : "Por fazer", + "Doing" : "A fazer", + "Example Task 3" : "Tarefa de exemplo 3", + "Example Task 2" : "Tarefa de exemplo 2", + "Example Task 1" : "Tarefa de exemplo 1" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/ro.js b/l10n/ro.js index ea7ebf529..459b06873 100644 --- a/l10n/ro.js +++ b/l10n/ro.js @@ -75,7 +75,6 @@ OC.L10N.register( "Cards due tomorrow" : "Carduri scadente mâine", "Upcoming cards" : "Carduri viitoare", "Load more" : "Încarcă mai mult", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Cardul \"%s\" din \"%s\" v-a fost desemnat de %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} v-a desemnat pentru cardul {deck-card} din {deck-board}.", "The card \"%s\" on \"%s\" has reached its due date." : "Cardul \"%s\" din \"%s\" a ajuns la scadență.", @@ -98,12 +97,9 @@ OC.L10N.register( "Action needed" : "Acțiune necesară", "Later" : "Mai târziu", "copy" : "copiază", - "To do" : "De făcut", - "Doing" : "În desfășurare", + "To Do" : "De Făcut", + "In Progress" : "În curs de desfășurare", "Done" : "Realizat", - "Example Task 3" : "Exemplu de sarcină 3", - "Example Task 2" : "Exemplu de sarcină 2", - "Example Task 1" : "Exemplu de sarcină 1", "The file was uploaded" : "Fișierul a fost încărcat", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Fișierul încărcat depășește directiva upload_max_filesize din php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Fișierul încărcat depășește directiva MAX_FILE_SIZE specificată în formularul HTML", @@ -119,8 +115,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "Dată invalidă, formatul trebuie să fie AAAA-LL-ZZ", "Personal planning and team project organization" : "Planificare personală și organizarea proiectelor", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck este un utilitar de organizare stil kanban care are ca scop planificarea personală șiorganizarea proiectelor de echipă în Nextcloud.\n\n\n- 📥 Adăugați sarcinile la carduri și ordonați-le\n- 📄 Scrieți note suplimentare în Markdown\n- 🔖 Asociați etichete pentru o mai bună organizare\n- 👥 Partajați cu echipa, prietenii și familia\n- 📎 Atașați fișiere și referiți-le în descrierea Markdown\n- 💬 Discutați cu echipa folosind comentarii\n- ⚡ Urmăriți modificările din fluxul de activitate\n- 🚀 Organizați-vă proiectul", - "Card details" : "Detaliile cardului", "Add board" : "Adaugă panou", + "Card details" : "Detaliile cardului", "Select the board to link to a project" : "Selectați un panou pentru asociere la un proiect", "Search by board title" : "Căutare după titlul panoului", "Select board" : "Selectează panoul", @@ -128,17 +124,17 @@ OC.L10N.register( "No lists available" : "Nu este disponibilă nicio listă", "Select a list" : "Selectează o listă", "Move card" : "Mută card", - "Select a card" : "Selectează un card", - "Cancel" : "Anulează", "Select the card to link to a project" : "Selectați un card pentru asociere la un proiect", "Link to card" : "Link la card", + "Select a card" : "Selectează un card", + "Cancel" : "Anulează", + "This board is read only" : "Panoul este în citire", + "Drop your files to upload" : "Trageți fișierele pentru încărcare", "File already exists" : "Fișierul există deja", "A file with the name {filename} already exists." : "Un fișier cu numele {filename} există deja.", "Do you want to overwrite it?" : "Îl suprascrieți?", "Overwrite file" : "Suprascrie fișier", "Keep existing file" : "Păstrează fișierul existent", - "This board is read only" : "Panoul este în citire", - "Drop your files to upload" : "Trageți fișierele pentru încărcare", "Add card" : "Adaugă card", "Archived cards" : "Carduri arhivate", "Add list" : "Adaugă listă ", @@ -177,6 +173,12 @@ OC.L10N.register( "Deleted lists" : "Liste șterse", "Undo" : "Anulează ultima acțiune", "Deleted cards" : "Carduri șterse", + "Failed to create share with {displayName}" : "Nu s-a creat partajarea cu {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Sigur transferați panoul {title} la {user}?", + "Transfer the board." : "Transferă panoul.", + "Transfer" : "Transfer", + "The board has been transferred to {user}" : "Panoul a fost transferat la {user}", + "Failed to transfer the board to {user}" : "Eroare la transferul panoului la {user}", "No participants found" : "Nu s-au găsit participanți", "Board owner" : "Proprietar panou", "(Group)" : "(Grup)", @@ -185,12 +187,7 @@ OC.L10N.register( "Can manage" : "Poate administra", "Owner" : "Proprietar", "Delete" : "Șterge", - "Failed to create share with {displayName}" : "Nu s-a creat partajarea cu {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Sigur transferați panoul {title} la {user}?", - "Transfer the board." : "Transferă panoul.", - "Transfer" : "Transfer", - "The board has been transferred to {user}" : "Panoul a fost transferat la {user}", - "Failed to transfer the board to {user}" : "Eroare la transferul panoului la {user}", + "List deleted" : "Lista a fost ștearsă", "Edit list title" : "Editare titlu listă", "Archive all cards" : "Arhivează toate cardurile", "Unarchive all cards" : "Dezarhivează toate cardurile", @@ -199,13 +196,14 @@ OC.L10N.register( "Unarchive all cards in this list" : "Dezarhivează toate cardurile din listă", "Add a new card" : "Adaugă un card nou", "Card name" : "Nume card", - "List deleted" : "Lista a fost ștearsă", + "title and color value must be provided" : "trebuie furnizate titlul și culoarea ", "Edit" : "Editează", "Add a new tag" : "Adaugă o etichetă", - "title and color value must be provided" : "trebuie furnizate titlul și culoarea ", "Board name" : "Nume panou", "Members" : "Membri", "Assign a user to this card…" : "Desemnează un utilizator pentru acest card ...", + "File to share" : "Fișier de partajat", + "Invalid path selected" : "Calea selectată este invalidă", "Upload new files" : "Încarcă noi fișiere", "Share from Files" : "Partajează din Fișiere", "Pending share" : "Partajare în așteptare", @@ -215,25 +213,24 @@ OC.L10N.register( "Remove attachment" : "Elimină atașamentul", "Delete Attachment" : "Șterge atașamentul", "Restore Attachment" : "Restaurează atașamentul", - "File to share" : "Fișier de partajat", - "Invalid path selected" : "Calea selectată este invalidă", + "Modified" : "Modificat", + "Created" : "A fost creat", + "The title cannot be empty." : "Titlul nu poate fi gol.", "Open in sidebar view" : "Deschide în vederea laterală", "Open in bigger view" : "Deschide în vedere mărită", "Attachments" : "Atașamente ", "Comments" : "Comentarii", - "Modified" : "Modificat", - "Created" : "A fost creat", - "The title cannot be empty." : "Titlul nu poate fi gol.", - "No comments yet. Begin the discussion!" : "Niciun comentariu încă. Începeți discuția!", "Failed to load comments" : "Eroare la încărcarea comentariilor", - "Save" : "Salvează", + "No comments yet. Begin the discussion!" : "Niciun comentariu încă. Începeți discuția!", "The comment cannot be empty." : "Comentariul nu poate fi gol", "The comment cannot be longer than 1000 characters." : "Comentariul nu poate avea mai mult de 1000 de caractere.", + "Save" : "Salvează", + "Created:" : "Creat:", "In reply to" : "Ca răspuns la", "Cancel reply" : "Anulează răspunsul", "Reply" : "Răspunde", "Update" : "Actualizare", - "Created:" : "Creat:", + "Write a description …" : "Scrieți o descriere ...", "Description" : "Descriere", "(Unsaved)" : "(Nesalvat)", "(Saving…)" : "(Se salvează…)", @@ -241,8 +238,16 @@ OC.L10N.register( "Edit description" : "Editează descriere", "View description" : "Vedeți descierea", "Add Attachment" : "Adaugă atașament", - "Write a description …" : "Scrieți o descriere ...", "Choose attachment" : "Selectați atașamentul", + "Select Date" : "Selectează data", + "Later today – {timeLocale}" : "Azi, mai târziu – {timeLocale}", + "Set due date for later today" : "Setează scadența pentru azi, mai târziu", + "Tomorrow – {timeLocale}" : "Mâine – {timeLocale}", + "Set due date for tomorrow" : "Setează scadența pentru mâine", + "This weekend – {timeLocale}" : "În acest weekend – {timeLocale}", + "Set due date for this weekend" : "Setează scadența pentru acest weekend", + "Next week – {timeLocale}" : "Săptămâna viitoare– {timeLocale}", + "Set due date for next week" : "Setează scadența pentru săptămâna viitoare", "Assign a due date to this card…" : "Specificați o scadență pentru card ...", "Set a due date" : "Setați o scadență", "Add due date" : "Adăugați o scadență", @@ -252,24 +257,18 @@ OC.L10N.register( "Due at:" : "Scadență la:", "Unarchive card" : "Dezarhivează cardul", "Archive card" : "Arhivează card", - "Select Date" : "Selectează data", - "Set due date for later today" : "Setează scadența pentru azi, mai târziu", - "Set due date for tomorrow" : "Setează scadența pentru mâine", - "Set due date for this weekend" : "Setează scadența pentru acest weekend", - "Set due date for next week" : "Setează scadența pentru săptămâna viitoare", "Assign a tag to this card…" : "Asociați o eticheta acestui card ...", "Create a new tag:" : "Creează o etichetă:", "(group)" : "(grup)", - "Next week – {timeLocale}" : "Săptămâna viitoare– {timeLocale}", - "Todo items" : "Elemente de executat", "{count} comments, {unread} unread" : "{count} comentarii, {unread} necitite", + "Todo items" : "Elemente de executat", "Edit card title" : "Editează titlul cardului", + "Card deleted" : "Cardul a fost șters", "Edit title" : "Editează titlul", "Assign to me" : "Atribuie-mi mie", "Unassign myself" : "Dezasociază-mi-l", "Mark as not done" : "Marchează ca realizat", "Delete card" : "Șterge card", - "Card deleted" : "Cardul a fost șters", "seconds ago" : "secunde în urmă", "Keyboard shortcuts" : "Scurtături din tastatură", "Keyboard shortcut" : "Scurtături din tastatură", @@ -284,6 +283,13 @@ OC.L10N.register( "Limit board creation to some groups" : "Permite crearea panourilor doar anumitor grupuri", "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Utilizatorii din afara acestor grupuri nu vor putea să-și creeze propriile panouri, dar vor putea să acceseze panourile care le-au fost partajate", "Cancel edit" : "Anulați editarea", + "Board {0} deleted" : "Panoul {0} a fost șters", + "All cards" : "Toate cardurile", + "Only assigned cards" : "Doar cardurile repartizate", + "No reminder" : "Fără mementouri", + "An error occurred" : "A apărut o eraore", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Sunteți sigur că doriți să ștergeți panoul {title} ? Se vor șterge toate datele din panou, inclusiv cardurile arhivate.", + "Delete the board?" : "Ștergeți panoul?", "Board details" : "Detalii panou", "Edit board" : "Editează panou", "Clone board" : "Clonează panou", @@ -293,16 +299,9 @@ OC.L10N.register( "Turn on due date reminders" : "Activează mementouri pentru scadență", "Turn off due date reminders" : "Dezctivează mementourile pentru scadență", "Due date reminders" : "Mementouri scadențe", - "All cards" : "Toate cardurile", "Assigned cards" : "Carduri repartizate", "No notifications" : "Nu sunt notificări", "Delete board" : "Șterge panou", - "Board {0} deleted" : "Panoul {0} a fost șters", - "Only assigned cards" : "Doar cardurile repartizate", - "No reminder" : "Fără mementouri", - "An error occurred" : "A apărut o eraore", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Sunteți sigur că doriți să ștergeți panoul {title} ? Se vor șterge toate datele din panou, inclusiv cardurile arhivate.", - "Delete the board?" : "Ștergeți panoul?", "Clone cards" : "Clonează carduri", "Advanced options" : "Opțiuni avansate", "Clone" : "Clonează", @@ -313,14 +312,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Căutare {searchQuery} în toate panourile", "No results found" : "Nu s-a găsit nimic", "Deck board {name}\n* Last modified on {lastMod}" : "Panoul Deck {name}\n* Ultima modificare în {lastMod}", - "{stack} in {board}" : "{stack} în {board}", - "Click to expand description" : "Click pentru a extinde descrierea", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Creat în {created}\n* Ultima modificare în {lastMod}\n* {nbAttachments} atașamente\n* {nbComments} comentarii", "{nbCards} cards" : "{nbCards} carduri", + "Due on {date}" : "Scadență în {date}", + "{stack} in {board}" : "{stack} în {board}", + "Click to expand description" : "Click pentru a extinde descrierea", "Click to expand comment" : "Click pentru extindere comentariu", + "Create card" : "Creează card", "Create a new card" : "Creează un card", "Card title" : "Titlu card", - "Create card" : "Creează card", "Creating the new card …" : "Se creează un nou card ...", "Card \"{card}\" was added to \"{board}\"" : "Cardul \"{card}\" a fost adăugat la \"{board}\"", "Open card" : "Deschide cardul", @@ -330,10 +330,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "cardurile următoare de mâine", "upcoming cards" : "carduri care urmează", "New card" : "Card nou", - "Due on {date}" : "Scadență în {date}", - "This weekend – {timeLocale}" : "În acest weekend – {timeLocale}", - "Tomorrow – {timeLocale}" : "Mâine – {timeLocale}", - "Later today – {timeLocale}" : "Azi, mai târziu – {timeLocale}", "Link to a board" : "Legătură la panou", "Link to a card" : "Legătură la card", "Create a card" : "Creează un card", @@ -345,6 +341,12 @@ OC.L10N.register( "Share with a Deck card" : "Partajează cu un card Deck", "Share {file} with a Deck card" : "Partajează {file} cu un card Deck", "Share" : "Partajează", + "Personal" : "Personal", + "To do" : "De făcut", + "Doing" : "În desfășurare", + "Example Task 3" : "Exemplu de sarcină 3", + "Example Task 2" : "Exemplu de sarcină 2", + "Example Task 1" : "Exemplu de sarcină 1", "Move card to another board" : "Mută cardul în alt panou" }, "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/l10n/ro.json b/l10n/ro.json index 18842135f..b89495d90 100644 --- a/l10n/ro.json +++ b/l10n/ro.json @@ -73,7 +73,6 @@ "Cards due tomorrow" : "Carduri scadente mâine", "Upcoming cards" : "Carduri viitoare", "Load more" : "Încarcă mai mult", - "Personal" : "Personal", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Cardul \"%s\" din \"%s\" v-a fost desemnat de %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} v-a desemnat pentru cardul {deck-card} din {deck-board}.", "The card \"%s\" on \"%s\" has reached its due date." : "Cardul \"%s\" din \"%s\" a ajuns la scadență.", @@ -96,12 +95,9 @@ "Action needed" : "Acțiune necesară", "Later" : "Mai târziu", "copy" : "copiază", - "To do" : "De făcut", - "Doing" : "În desfășurare", + "To Do" : "De Făcut", + "In Progress" : "În curs de desfășurare", "Done" : "Realizat", - "Example Task 3" : "Exemplu de sarcină 3", - "Example Task 2" : "Exemplu de sarcină 2", - "Example Task 1" : "Exemplu de sarcină 1", "The file was uploaded" : "Fișierul a fost încărcat", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Fișierul încărcat depășește directiva upload_max_filesize din php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Fișierul încărcat depășește directiva MAX_FILE_SIZE specificată în formularul HTML", @@ -117,8 +113,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "Dată invalidă, formatul trebuie să fie AAAA-LL-ZZ", "Personal planning and team project organization" : "Planificare personală și organizarea proiectelor", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck este un utilitar de organizare stil kanban care are ca scop planificarea personală șiorganizarea proiectelor de echipă în Nextcloud.\n\n\n- 📥 Adăugați sarcinile la carduri și ordonați-le\n- 📄 Scrieți note suplimentare în Markdown\n- 🔖 Asociați etichete pentru o mai bună organizare\n- 👥 Partajați cu echipa, prietenii și familia\n- 📎 Atașați fișiere și referiți-le în descrierea Markdown\n- 💬 Discutați cu echipa folosind comentarii\n- ⚡ Urmăriți modificările din fluxul de activitate\n- 🚀 Organizați-vă proiectul", - "Card details" : "Detaliile cardului", "Add board" : "Adaugă panou", + "Card details" : "Detaliile cardului", "Select the board to link to a project" : "Selectați un panou pentru asociere la un proiect", "Search by board title" : "Căutare după titlul panoului", "Select board" : "Selectează panoul", @@ -126,17 +122,17 @@ "No lists available" : "Nu este disponibilă nicio listă", "Select a list" : "Selectează o listă", "Move card" : "Mută card", - "Select a card" : "Selectează un card", - "Cancel" : "Anulează", "Select the card to link to a project" : "Selectați un card pentru asociere la un proiect", "Link to card" : "Link la card", + "Select a card" : "Selectează un card", + "Cancel" : "Anulează", + "This board is read only" : "Panoul este în citire", + "Drop your files to upload" : "Trageți fișierele pentru încărcare", "File already exists" : "Fișierul există deja", "A file with the name {filename} already exists." : "Un fișier cu numele {filename} există deja.", "Do you want to overwrite it?" : "Îl suprascrieți?", "Overwrite file" : "Suprascrie fișier", "Keep existing file" : "Păstrează fișierul existent", - "This board is read only" : "Panoul este în citire", - "Drop your files to upload" : "Trageți fișierele pentru încărcare", "Add card" : "Adaugă card", "Archived cards" : "Carduri arhivate", "Add list" : "Adaugă listă ", @@ -175,6 +171,12 @@ "Deleted lists" : "Liste șterse", "Undo" : "Anulează ultima acțiune", "Deleted cards" : "Carduri șterse", + "Failed to create share with {displayName}" : "Nu s-a creat partajarea cu {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Sigur transferați panoul {title} la {user}?", + "Transfer the board." : "Transferă panoul.", + "Transfer" : "Transfer", + "The board has been transferred to {user}" : "Panoul a fost transferat la {user}", + "Failed to transfer the board to {user}" : "Eroare la transferul panoului la {user}", "No participants found" : "Nu s-au găsit participanți", "Board owner" : "Proprietar panou", "(Group)" : "(Grup)", @@ -183,12 +185,7 @@ "Can manage" : "Poate administra", "Owner" : "Proprietar", "Delete" : "Șterge", - "Failed to create share with {displayName}" : "Nu s-a creat partajarea cu {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Sigur transferați panoul {title} la {user}?", - "Transfer the board." : "Transferă panoul.", - "Transfer" : "Transfer", - "The board has been transferred to {user}" : "Panoul a fost transferat la {user}", - "Failed to transfer the board to {user}" : "Eroare la transferul panoului la {user}", + "List deleted" : "Lista a fost ștearsă", "Edit list title" : "Editare titlu listă", "Archive all cards" : "Arhivează toate cardurile", "Unarchive all cards" : "Dezarhivează toate cardurile", @@ -197,13 +194,14 @@ "Unarchive all cards in this list" : "Dezarhivează toate cardurile din listă", "Add a new card" : "Adaugă un card nou", "Card name" : "Nume card", - "List deleted" : "Lista a fost ștearsă", + "title and color value must be provided" : "trebuie furnizate titlul și culoarea ", "Edit" : "Editează", "Add a new tag" : "Adaugă o etichetă", - "title and color value must be provided" : "trebuie furnizate titlul și culoarea ", "Board name" : "Nume panou", "Members" : "Membri", "Assign a user to this card…" : "Desemnează un utilizator pentru acest card ...", + "File to share" : "Fișier de partajat", + "Invalid path selected" : "Calea selectată este invalidă", "Upload new files" : "Încarcă noi fișiere", "Share from Files" : "Partajează din Fișiere", "Pending share" : "Partajare în așteptare", @@ -213,25 +211,24 @@ "Remove attachment" : "Elimină atașamentul", "Delete Attachment" : "Șterge atașamentul", "Restore Attachment" : "Restaurează atașamentul", - "File to share" : "Fișier de partajat", - "Invalid path selected" : "Calea selectată este invalidă", + "Modified" : "Modificat", + "Created" : "A fost creat", + "The title cannot be empty." : "Titlul nu poate fi gol.", "Open in sidebar view" : "Deschide în vederea laterală", "Open in bigger view" : "Deschide în vedere mărită", "Attachments" : "Atașamente ", "Comments" : "Comentarii", - "Modified" : "Modificat", - "Created" : "A fost creat", - "The title cannot be empty." : "Titlul nu poate fi gol.", - "No comments yet. Begin the discussion!" : "Niciun comentariu încă. Începeți discuția!", "Failed to load comments" : "Eroare la încărcarea comentariilor", - "Save" : "Salvează", + "No comments yet. Begin the discussion!" : "Niciun comentariu încă. Începeți discuția!", "The comment cannot be empty." : "Comentariul nu poate fi gol", "The comment cannot be longer than 1000 characters." : "Comentariul nu poate avea mai mult de 1000 de caractere.", + "Save" : "Salvează", + "Created:" : "Creat:", "In reply to" : "Ca răspuns la", "Cancel reply" : "Anulează răspunsul", "Reply" : "Răspunde", "Update" : "Actualizare", - "Created:" : "Creat:", + "Write a description …" : "Scrieți o descriere ...", "Description" : "Descriere", "(Unsaved)" : "(Nesalvat)", "(Saving…)" : "(Se salvează…)", @@ -239,8 +236,16 @@ "Edit description" : "Editează descriere", "View description" : "Vedeți descierea", "Add Attachment" : "Adaugă atașament", - "Write a description …" : "Scrieți o descriere ...", "Choose attachment" : "Selectați atașamentul", + "Select Date" : "Selectează data", + "Later today – {timeLocale}" : "Azi, mai târziu – {timeLocale}", + "Set due date for later today" : "Setează scadența pentru azi, mai târziu", + "Tomorrow – {timeLocale}" : "Mâine – {timeLocale}", + "Set due date for tomorrow" : "Setează scadența pentru mâine", + "This weekend – {timeLocale}" : "În acest weekend – {timeLocale}", + "Set due date for this weekend" : "Setează scadența pentru acest weekend", + "Next week – {timeLocale}" : "Săptămâna viitoare– {timeLocale}", + "Set due date for next week" : "Setează scadența pentru săptămâna viitoare", "Assign a due date to this card…" : "Specificați o scadență pentru card ...", "Set a due date" : "Setați o scadență", "Add due date" : "Adăugați o scadență", @@ -250,24 +255,18 @@ "Due at:" : "Scadență la:", "Unarchive card" : "Dezarhivează cardul", "Archive card" : "Arhivează card", - "Select Date" : "Selectează data", - "Set due date for later today" : "Setează scadența pentru azi, mai târziu", - "Set due date for tomorrow" : "Setează scadența pentru mâine", - "Set due date for this weekend" : "Setează scadența pentru acest weekend", - "Set due date for next week" : "Setează scadența pentru săptămâna viitoare", "Assign a tag to this card…" : "Asociați o eticheta acestui card ...", "Create a new tag:" : "Creează o etichetă:", "(group)" : "(grup)", - "Next week – {timeLocale}" : "Săptămâna viitoare– {timeLocale}", - "Todo items" : "Elemente de executat", "{count} comments, {unread} unread" : "{count} comentarii, {unread} necitite", + "Todo items" : "Elemente de executat", "Edit card title" : "Editează titlul cardului", + "Card deleted" : "Cardul a fost șters", "Edit title" : "Editează titlul", "Assign to me" : "Atribuie-mi mie", "Unassign myself" : "Dezasociază-mi-l", "Mark as not done" : "Marchează ca realizat", "Delete card" : "Șterge card", - "Card deleted" : "Cardul a fost șters", "seconds ago" : "secunde în urmă", "Keyboard shortcuts" : "Scurtături din tastatură", "Keyboard shortcut" : "Scurtături din tastatură", @@ -282,6 +281,13 @@ "Limit board creation to some groups" : "Permite crearea panourilor doar anumitor grupuri", "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Utilizatorii din afara acestor grupuri nu vor putea să-și creeze propriile panouri, dar vor putea să acceseze panourile care le-au fost partajate", "Cancel edit" : "Anulați editarea", + "Board {0} deleted" : "Panoul {0} a fost șters", + "All cards" : "Toate cardurile", + "Only assigned cards" : "Doar cardurile repartizate", + "No reminder" : "Fără mementouri", + "An error occurred" : "A apărut o eraore", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Sunteți sigur că doriți să ștergeți panoul {title} ? Se vor șterge toate datele din panou, inclusiv cardurile arhivate.", + "Delete the board?" : "Ștergeți panoul?", "Board details" : "Detalii panou", "Edit board" : "Editează panou", "Clone board" : "Clonează panou", @@ -291,16 +297,9 @@ "Turn on due date reminders" : "Activează mementouri pentru scadență", "Turn off due date reminders" : "Dezctivează mementourile pentru scadență", "Due date reminders" : "Mementouri scadențe", - "All cards" : "Toate cardurile", "Assigned cards" : "Carduri repartizate", "No notifications" : "Nu sunt notificări", "Delete board" : "Șterge panou", - "Board {0} deleted" : "Panoul {0} a fost șters", - "Only assigned cards" : "Doar cardurile repartizate", - "No reminder" : "Fără mementouri", - "An error occurred" : "A apărut o eraore", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Sunteți sigur că doriți să ștergeți panoul {title} ? Se vor șterge toate datele din panou, inclusiv cardurile arhivate.", - "Delete the board?" : "Ștergeți panoul?", "Clone cards" : "Clonează carduri", "Advanced options" : "Opțiuni avansate", "Clone" : "Clonează", @@ -311,14 +310,15 @@ "Search for {searchQuery} in all boards" : "Căutare {searchQuery} în toate panourile", "No results found" : "Nu s-a găsit nimic", "Deck board {name}\n* Last modified on {lastMod}" : "Panoul Deck {name}\n* Ultima modificare în {lastMod}", - "{stack} in {board}" : "{stack} în {board}", - "Click to expand description" : "Click pentru a extinde descrierea", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Creat în {created}\n* Ultima modificare în {lastMod}\n* {nbAttachments} atașamente\n* {nbComments} comentarii", "{nbCards} cards" : "{nbCards} carduri", + "Due on {date}" : "Scadență în {date}", + "{stack} in {board}" : "{stack} în {board}", + "Click to expand description" : "Click pentru a extinde descrierea", "Click to expand comment" : "Click pentru extindere comentariu", + "Create card" : "Creează card", "Create a new card" : "Creează un card", "Card title" : "Titlu card", - "Create card" : "Creează card", "Creating the new card …" : "Se creează un nou card ...", "Card \"{card}\" was added to \"{board}\"" : "Cardul \"{card}\" a fost adăugat la \"{board}\"", "Open card" : "Deschide cardul", @@ -328,10 +328,6 @@ "upcoming cards tomorrow" : "cardurile următoare de mâine", "upcoming cards" : "carduri care urmează", "New card" : "Card nou", - "Due on {date}" : "Scadență în {date}", - "This weekend – {timeLocale}" : "În acest weekend – {timeLocale}", - "Tomorrow – {timeLocale}" : "Mâine – {timeLocale}", - "Later today – {timeLocale}" : "Azi, mai târziu – {timeLocale}", "Link to a board" : "Legătură la panou", "Link to a card" : "Legătură la card", "Create a card" : "Creează un card", @@ -343,6 +339,12 @@ "Share with a Deck card" : "Partajează cu un card Deck", "Share {file} with a Deck card" : "Partajează {file} cu un card Deck", "Share" : "Partajează", + "Personal" : "Personal", + "To do" : "De făcut", + "Doing" : "În desfășurare", + "Example Task 3" : "Exemplu de sarcină 3", + "Example Task 2" : "Exemplu de sarcină 2", + "Example Task 1" : "Exemplu de sarcină 1", "Move card to another board" : "Mută cardul în alt panou" },"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" } \ No newline at end of file diff --git a/l10n/ru.js b/l10n/ru.js index dbf9b28ac..92acb89ff 100644 --- a/l10n/ru.js +++ b/l10n/ru.js @@ -76,7 +76,6 @@ OC.L10N.register( "Cards due tomorrow" : "Завершающиеся завтра", "Upcoming cards" : "Ожидающие выполнения", "Load more" : "Загрузить больше", - "Personal" : "Личное", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Вам назначена карточка «%s» с рабочей доски «%s» пользователем %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} назначил Вам карточку {deck-card} из {deck-board}.", "The card \"%s\" on \"%s\" has reached its due date." : "Сегодня дата исполнения по карточке «%s» в «%s» .", @@ -99,12 +98,9 @@ OC.L10N.register( "Action needed" : "Требуется действие", "Later" : "Позже", "copy" : "Копировать", - "To do" : "Ожидающие выполнения", - "Doing" : "В работе", + "To Do" : "Задачи", + "In Progress" : "Выполянется", "Done" : "Выполненные", - "Example Task 3" : "Пример задачи 3", - "Example Task 2" : "Пример задачи 2", - "Example Task 1" : "Пример задачи 1", "The file was uploaded" : "Файл загружен", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Размер загружаемого файла превышает предел, заданный в параметре «upload_max_filesize» в файле php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Размер загруженного файла превышает заданное в HTML-форме значение параметра «MAX_FILE_SIZE»", @@ -120,8 +116,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "Некорректный формат даты, дата должна быть в формате YYYY-MM-DD", "Personal planning and team project organization" : "Личное планирование и управление проектами для команд", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Карточки — приложение для Nextcloud, предоставляющее возможности личного планирования и управления проектами для рабочих групп в стиле канбан.\n\n\n- 📥 Создавайте карточки задач и упорядочите их;\n- 📄 Добавляйте описания задач с возможностью использовать формат разметки «markdown»;\n- 🔖 Присваивайте ярлыки для ещё лучшей организации;\n- 👥 Делитесь со своей командой, друзьями или семьей;\n- 📎 Вкладывайте файлы в виде ссылок в описании, используя формат разметки «Markdown»;\n- 💬 Обсуждайте в комментариях;\n- ⚡ Отслеживайте изменения в ленте событий;\n- 🚀 Сделайте свой проект более организованным.", - "Card details" : "Свойства карточки", "Add board" : "Добавить доску", + "Card details" : "Свойства карточки", "Select the board to link to a project" : "Выберите рабочую доску, чтобы связать с проектом", "Search by board title" : "Поиск по заголовкам досок", "Select board" : "Выбор рабочей доски", @@ -129,17 +125,17 @@ OC.L10N.register( "No lists available" : "Нет ни одного списка", "Select a list" : "Выберите список", "Move card" : "Переместить карточку", - "Select a card" : "Выберите карточку", - "Cancel" : "Отменить", "Select the card to link to a project" : "Выберите карточку для связывания с проектом", "Link to card" : "Ссылка на карточку", + "Select a card" : "Выберите карточку", + "Cancel" : "Отменить", + "This board is read only" : "Эта доска доступна только для чтения", + "Drop your files to upload" : "Для загрузки файлов, перетащите их сюда", "File already exists" : "Файл уже существует", "A file with the name {filename} already exists." : "Файл «{filename}» уже существует.", "Do you want to overwrite it?" : "Перезаписать?", "Overwrite file" : "Перезаписать", "Keep existing file" : "Сохранить имеющийся", - "This board is read only" : "Эта доска доступна только для чтения", - "Drop your files to upload" : "Для загрузки файлов, перетащите их сюда", "Add card" : "Создать карточку", "Archived cards" : "Карточки в архиве", "Add list" : "Добавить список", @@ -180,6 +176,12 @@ OC.L10N.register( "Deleted lists" : "Удалённые списки", "Undo" : "Отменить", "Deleted cards" : "Карточки в корзине", + "Failed to create share with {displayName}" : "Не удалось предоставить общий доступ для {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Вы уверены, что хотите передать доску {title} пользователю {user}?", + "Transfer the board." : "Перенесите доску.", + "Transfer" : "Передача", + "The board has been transferred to {user}" : "Доска была передана пользователю {user}", + "Failed to transfer the board to {user}" : "Не удалось передать доску пользователю {user}", "Share board with a user, group or team …" : "Открыть доступ к доске пользователю, группе или команде…", "Searching for users, groups and teams …" : "Поиск пользователей, групп и команд…", "No participants found" : "Не удалось найти ни одного участника", @@ -191,12 +193,7 @@ OC.L10N.register( "Can manage" : "Разрешить изменять", "Owner" : "Владелец", "Delete" : "Удалить", - "Failed to create share with {displayName}" : "Не удалось предоставить общий доступ для {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Вы уверены, что хотите передать доску {title} пользователю {user}?", - "Transfer the board." : "Перенесите доску.", - "Transfer" : "Передача", - "The board has been transferred to {user}" : "Доска была передана пользователю {user}", - "Failed to transfer the board to {user}" : "Не удалось передать доску пользователю {user}", + "List deleted" : "Список удалён", "Edit list title" : "Изменить название списка", "Archive all cards" : "Переместить все карточки в архив", "Unarchive all cards" : "Восстановить все карточки из архива", @@ -205,15 +202,16 @@ OC.L10N.register( "Unarchive all cards in this list" : "Восстановить из архива все карточки списка", "Add a new card" : "Создать карточку", "Card name" : "Название карточки", - "List deleted" : "Список удалён", + "title and color value must be provided" : "необходимо указать цвет и название", "Edit" : "Редактировать", "Add a new tag" : "Добавить метку", - "title and color value must be provided" : "необходимо указать цвет и название", "Board name" : "Название доски", "Members" : "Участники", "Assign to users/groups/team" : "Назначить пользователям, группам или командам", "Assign a user to this card…" : "Назначить карточку пользователю…", "Select a user to assign to this card…" : "Выберите пользователя, которому будет назначена карточка…", + "File to share" : "Файл для публикации", + "Invalid path selected" : "Выбран некорректный путь", "Upload new files" : "Передать на сервер новые файлы", "Share from Files" : "Опубликовать из приложения «Файлы»", "Pending share" : "Ожидающие публикации", @@ -223,25 +221,24 @@ OC.L10N.register( "Remove attachment" : "Убрать вложение", "Delete Attachment" : "Удалить вложение", "Restore Attachment" : "Восстановить вложение", - "File to share" : "Файл для публикации", - "Invalid path selected" : "Выбран некорректный путь", + "Modified" : "Изменено", + "Created" : "Создано", + "The title cannot be empty." : "Название не может быть пустым", "Open in sidebar view" : "Открыть в боковой панели", "Open in bigger view" : "Открыть режиме подробного просмотра", "Attachments" : "Вложения", "Comments" : "Комментарии", - "Modified" : "Изменено", - "Created" : "Создано", - "The title cannot be empty." : "Название не может быть пустым", - "No comments yet. Begin the discussion!" : "Комментарии отсутствуют, начните обсуждение!", "Failed to load comments" : "Сбой при загрузке комментариев", - "Save" : "Сохранить", + "No comments yet. Begin the discussion!" : "Комментарии отсутствуют, начните обсуждение!", "The comment cannot be empty." : "Комментарий не может быть пустым.", "The comment cannot be longer than 1000 characters." : "Комментарий не может быть длиннее 1 000 символов.", + "Save" : "Сохранить", + "Created:" : "Создание:", "In reply to" : "В ответ", "Cancel reply" : "Отменить ответ", "Reply" : "Ответить", "Update" : "Обновить", - "Created:" : "Создание:", + "Write a description …" : "Добавьте описание...", "Description" : "Описание", "(Unsaved)" : "(Не сохранен)", "(Saving…)" : "(Сохранение...)", @@ -249,8 +246,16 @@ OC.L10N.register( "Edit description" : "Редактировать описание", "View description" : "Просмотреть описание", "Add Attachment" : "Добавить вложение", - "Write a description …" : "Добавьте описание...", "Choose attachment" : "Выберите вложение", + "Select Date" : "Выберите дату", + "Later today – {timeLocale}" : "Позднее сегодня – {timeLocale}", + "Set due date for later today" : "Задать дату завершения на сегодня позднее", + "Tomorrow – {timeLocale}" : "Завтра – {timeLocale}", + "Set due date for tomorrow" : "Задать дату завершения на завтра", + "This weekend – {timeLocale}" : "Эти выходные – {timeLocale}", + "Set due date for this weekend" : "Задать дату завершения на ближайшие выходные", + "Next week – {timeLocale}" : "Следующая неделя – {timeLocale}", + "Set due date for next week" : "Задать дату завершения на следующую неделю", "Assign a due date to this card…" : "Назначить срок истечения карточки...", "Set a due date" : "Задать дату исполнения", "Add due date" : "Назначить дату завершения", @@ -261,25 +266,19 @@ OC.L10N.register( "Not done" : "Незавершённые", "Unarchive card" : "Восстановить из архива", "Archive card" : "Переместить в архив", - "Select Date" : "Выберите дату", - "Set due date for later today" : "Задать дату завершения на сегодня позднее", - "Set due date for tomorrow" : "Задать дату завершения на завтра", - "Set due date for this weekend" : "Задать дату завершения на ближайшие выходные", - "Set due date for next week" : "Задать дату завершения на следующую неделю", "Assign a tag to this card…" : "Назначить метку этой карточке…", "Select or create a tag…" : "Выбрать или создать метку…", "Create a new tag:" : "Создать метку:", "(group)" : "(группа)", - "Next week – {timeLocale}" : "Следующая неделя – {timeLocale}", - "Todo items" : "Элементы списка задач", "{count} comments, {unread} unread" : "{count} комментариев, {unread} непрочитано", + "Todo items" : "Элементы списка задач", "Edit card title" : "Изменить заголовок карточки", + "Card deleted" : "Карточка удалена", "Edit title" : "Редактировать заголовок", "Assign to me" : "Назначить себе", "Unassign myself" : "Отказаться от назначения", "Mark as not done" : "Отметить как невыполненную", "Delete card" : "Удалить", - "Card deleted" : "Карточка удалена", "seconds ago" : "несколько секунд назад", "Keyboard shortcuts" : "Сочетания клавиш", "Boost your productivity using Deck with keyboard shortcuts." : "Используйте комбинации клавиш для работы в приложении", @@ -318,6 +317,13 @@ OC.L10N.register( "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Создание собственных рабочих досок пользователям, не входящим в заданные группы, будет заблокировано. Тем не менее такие пользователи смогут продолжить работать с общими досками, к которым у них есть доступ. ", "Cancel edit" : "Отменить правку", "Save board" : "Сохранить доску", + "Board {0} deleted" : "Доска {0} удалена", + "All cards" : "Для всех карточек", + "Only assigned cards" : "Только для назначенных карточек", + "No reminder" : "Не напоминать", + "An error occurred" : "Произошла ошибка", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Подтвердите удаление доски «{title}»; это действие приведёт к удалению также все данных, принадлежащих этой доске, включая карточки в архиве.", + "Delete the board?" : "Удалить доску?", "Board details" : "Свойства доски", "Edit board" : "Редактировать", "Clone board" : "Скопировать доску", @@ -327,16 +333,9 @@ OC.L10N.register( "Turn on due date reminders" : "Включить напоминания о сроке выполнения", "Turn off due date reminders" : "Отключить напоминания о сроке выполнения", "Due date reminders" : "Напоминания о сроке выполнения", - "All cards" : "Для всех карточек", "Assigned cards" : "Назначенные карточки", "No notifications" : "Без уведомлений", "Delete board" : "Удалить доску", - "Board {0} deleted" : "Доска {0} удалена", - "Only assigned cards" : "Только для назначенных карточек", - "No reminder" : "Не напоминать", - "An error occurred" : "Произошла ошибка", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Подтвердите удаление доски «{title}»; это действие приведёт к удалению также все данных, принадлежащих этой доске, включая карточки в архиве.", - "Delete the board?" : "Удалить доску?", "Clone cards" : "Скопировать карточку", "Advanced options" : "Дополнительные настройки", "Clone" : "Скопировать", @@ -347,14 +346,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Искать {searchQuery} на всех досках", "No results found" : "Результаты отсутствуют", "Deck board {name}\n* Last modified on {lastMod}" : "Доска «{name}»\n* Последнее изменение: {lastMod}", - "{stack} in {board}" : "«{stack}» с доски «{board}»", - "Click to expand description" : "Нажмите, чтобы развернуть поле описания", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Создано {created}\n* Последнее изменение {lastMod}\n* {nbAttachments} вложений\n* {nbComments} комментариев", "{nbCards} cards" : "карточек: {nbCards}", + "Due on {date}" : "Дата исполнения: {date}", + "{stack} in {board}" : "«{stack}» с доски «{board}»", + "Click to expand description" : "Нажмите, чтобы развернуть поле описания", "Click to expand comment" : "Нажмите, чтобы развернуть комментарии", + "Create card" : "Создать карточку", "Create a new card" : "Создать карточку", "Card title" : "Заголовок карточки", - "Create card" : "Создать карточку", "Creating the new card …" : "Создание новой карточки...", "Card \"{card}\" was added to \"{board}\"" : "Карточка «{card}» была добавлена в «{board}»", "Open card" : "Открыть карточку", @@ -364,10 +364,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "карточки, которые должны быть выполнены до завтра", "upcoming cards" : "карточки, ожидающие выполнения", "New card" : "Новая карточка", - "Due on {date}" : "Дата исполнения: {date}", - "This weekend – {timeLocale}" : "Эти выходные – {timeLocale}", - "Tomorrow – {timeLocale}" : "Завтра – {timeLocale}", - "Later today – {timeLocale}" : "Позднее сегодня – {timeLocale}", "Link to a board" : "Ссылка на доску", "Link to a card" : "Ссылка на карточку", "Create a card" : "Создать карточку", @@ -379,6 +375,12 @@ OC.L10N.register( "Share with a Deck card" : "Опубликовать в приложении Карточки", "Share {file} with a Deck card" : "Опубликовать «{file}» в приложении Карточки", "Share" : "Опубликовать", + "Personal" : "Личное", + "To do" : "Ожидающие выполнения", + "Doing" : "В работе", + "Example Task 3" : "Пример задачи 3", + "Example Task 2" : "Пример задачи 2", + "Example Task 1" : "Пример задачи 1", "Move card to another board" : "Переместить карточку на другую доску", "Filter by completed" : "Отбор по состоянию завершения" }, diff --git a/l10n/ru.json b/l10n/ru.json index 3bd4cfd02..cee1b02f2 100644 --- a/l10n/ru.json +++ b/l10n/ru.json @@ -74,7 +74,6 @@ "Cards due tomorrow" : "Завершающиеся завтра", "Upcoming cards" : "Ожидающие выполнения", "Load more" : "Загрузить больше", - "Personal" : "Личное", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Вам назначена карточка «%s» с рабочей доски «%s» пользователем %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} назначил Вам карточку {deck-card} из {deck-board}.", "The card \"%s\" on \"%s\" has reached its due date." : "Сегодня дата исполнения по карточке «%s» в «%s» .", @@ -97,12 +96,9 @@ "Action needed" : "Требуется действие", "Later" : "Позже", "copy" : "Копировать", - "To do" : "Ожидающие выполнения", - "Doing" : "В работе", + "To Do" : "Задачи", + "In Progress" : "Выполянется", "Done" : "Выполненные", - "Example Task 3" : "Пример задачи 3", - "Example Task 2" : "Пример задачи 2", - "Example Task 1" : "Пример задачи 1", "The file was uploaded" : "Файл загружен", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Размер загружаемого файла превышает предел, заданный в параметре «upload_max_filesize» в файле php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Размер загруженного файла превышает заданное в HTML-форме значение параметра «MAX_FILE_SIZE»", @@ -118,8 +114,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "Некорректный формат даты, дата должна быть в формате YYYY-MM-DD", "Personal planning and team project organization" : "Личное планирование и управление проектами для команд", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Карточки — приложение для Nextcloud, предоставляющее возможности личного планирования и управления проектами для рабочих групп в стиле канбан.\n\n\n- 📥 Создавайте карточки задач и упорядочите их;\n- 📄 Добавляйте описания задач с возможностью использовать формат разметки «markdown»;\n- 🔖 Присваивайте ярлыки для ещё лучшей организации;\n- 👥 Делитесь со своей командой, друзьями или семьей;\n- 📎 Вкладывайте файлы в виде ссылок в описании, используя формат разметки «Markdown»;\n- 💬 Обсуждайте в комментариях;\n- ⚡ Отслеживайте изменения в ленте событий;\n- 🚀 Сделайте свой проект более организованным.", - "Card details" : "Свойства карточки", "Add board" : "Добавить доску", + "Card details" : "Свойства карточки", "Select the board to link to a project" : "Выберите рабочую доску, чтобы связать с проектом", "Search by board title" : "Поиск по заголовкам досок", "Select board" : "Выбор рабочей доски", @@ -127,17 +123,17 @@ "No lists available" : "Нет ни одного списка", "Select a list" : "Выберите список", "Move card" : "Переместить карточку", - "Select a card" : "Выберите карточку", - "Cancel" : "Отменить", "Select the card to link to a project" : "Выберите карточку для связывания с проектом", "Link to card" : "Ссылка на карточку", + "Select a card" : "Выберите карточку", + "Cancel" : "Отменить", + "This board is read only" : "Эта доска доступна только для чтения", + "Drop your files to upload" : "Для загрузки файлов, перетащите их сюда", "File already exists" : "Файл уже существует", "A file with the name {filename} already exists." : "Файл «{filename}» уже существует.", "Do you want to overwrite it?" : "Перезаписать?", "Overwrite file" : "Перезаписать", "Keep existing file" : "Сохранить имеющийся", - "This board is read only" : "Эта доска доступна только для чтения", - "Drop your files to upload" : "Для загрузки файлов, перетащите их сюда", "Add card" : "Создать карточку", "Archived cards" : "Карточки в архиве", "Add list" : "Добавить список", @@ -178,6 +174,12 @@ "Deleted lists" : "Удалённые списки", "Undo" : "Отменить", "Deleted cards" : "Карточки в корзине", + "Failed to create share with {displayName}" : "Не удалось предоставить общий доступ для {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Вы уверены, что хотите передать доску {title} пользователю {user}?", + "Transfer the board." : "Перенесите доску.", + "Transfer" : "Передача", + "The board has been transferred to {user}" : "Доска была передана пользователю {user}", + "Failed to transfer the board to {user}" : "Не удалось передать доску пользователю {user}", "Share board with a user, group or team …" : "Открыть доступ к доске пользователю, группе или команде…", "Searching for users, groups and teams …" : "Поиск пользователей, групп и команд…", "No participants found" : "Не удалось найти ни одного участника", @@ -189,12 +191,7 @@ "Can manage" : "Разрешить изменять", "Owner" : "Владелец", "Delete" : "Удалить", - "Failed to create share with {displayName}" : "Не удалось предоставить общий доступ для {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Вы уверены, что хотите передать доску {title} пользователю {user}?", - "Transfer the board." : "Перенесите доску.", - "Transfer" : "Передача", - "The board has been transferred to {user}" : "Доска была передана пользователю {user}", - "Failed to transfer the board to {user}" : "Не удалось передать доску пользователю {user}", + "List deleted" : "Список удалён", "Edit list title" : "Изменить название списка", "Archive all cards" : "Переместить все карточки в архив", "Unarchive all cards" : "Восстановить все карточки из архива", @@ -203,15 +200,16 @@ "Unarchive all cards in this list" : "Восстановить из архива все карточки списка", "Add a new card" : "Создать карточку", "Card name" : "Название карточки", - "List deleted" : "Список удалён", + "title and color value must be provided" : "необходимо указать цвет и название", "Edit" : "Редактировать", "Add a new tag" : "Добавить метку", - "title and color value must be provided" : "необходимо указать цвет и название", "Board name" : "Название доски", "Members" : "Участники", "Assign to users/groups/team" : "Назначить пользователям, группам или командам", "Assign a user to this card…" : "Назначить карточку пользователю…", "Select a user to assign to this card…" : "Выберите пользователя, которому будет назначена карточка…", + "File to share" : "Файл для публикации", + "Invalid path selected" : "Выбран некорректный путь", "Upload new files" : "Передать на сервер новые файлы", "Share from Files" : "Опубликовать из приложения «Файлы»", "Pending share" : "Ожидающие публикации", @@ -221,25 +219,24 @@ "Remove attachment" : "Убрать вложение", "Delete Attachment" : "Удалить вложение", "Restore Attachment" : "Восстановить вложение", - "File to share" : "Файл для публикации", - "Invalid path selected" : "Выбран некорректный путь", + "Modified" : "Изменено", + "Created" : "Создано", + "The title cannot be empty." : "Название не может быть пустым", "Open in sidebar view" : "Открыть в боковой панели", "Open in bigger view" : "Открыть режиме подробного просмотра", "Attachments" : "Вложения", "Comments" : "Комментарии", - "Modified" : "Изменено", - "Created" : "Создано", - "The title cannot be empty." : "Название не может быть пустым", - "No comments yet. Begin the discussion!" : "Комментарии отсутствуют, начните обсуждение!", "Failed to load comments" : "Сбой при загрузке комментариев", - "Save" : "Сохранить", + "No comments yet. Begin the discussion!" : "Комментарии отсутствуют, начните обсуждение!", "The comment cannot be empty." : "Комментарий не может быть пустым.", "The comment cannot be longer than 1000 characters." : "Комментарий не может быть длиннее 1 000 символов.", + "Save" : "Сохранить", + "Created:" : "Создание:", "In reply to" : "В ответ", "Cancel reply" : "Отменить ответ", "Reply" : "Ответить", "Update" : "Обновить", - "Created:" : "Создание:", + "Write a description …" : "Добавьте описание...", "Description" : "Описание", "(Unsaved)" : "(Не сохранен)", "(Saving…)" : "(Сохранение...)", @@ -247,8 +244,16 @@ "Edit description" : "Редактировать описание", "View description" : "Просмотреть описание", "Add Attachment" : "Добавить вложение", - "Write a description …" : "Добавьте описание...", "Choose attachment" : "Выберите вложение", + "Select Date" : "Выберите дату", + "Later today – {timeLocale}" : "Позднее сегодня – {timeLocale}", + "Set due date for later today" : "Задать дату завершения на сегодня позднее", + "Tomorrow – {timeLocale}" : "Завтра – {timeLocale}", + "Set due date for tomorrow" : "Задать дату завершения на завтра", + "This weekend – {timeLocale}" : "Эти выходные – {timeLocale}", + "Set due date for this weekend" : "Задать дату завершения на ближайшие выходные", + "Next week – {timeLocale}" : "Следующая неделя – {timeLocale}", + "Set due date for next week" : "Задать дату завершения на следующую неделю", "Assign a due date to this card…" : "Назначить срок истечения карточки...", "Set a due date" : "Задать дату исполнения", "Add due date" : "Назначить дату завершения", @@ -259,25 +264,19 @@ "Not done" : "Незавершённые", "Unarchive card" : "Восстановить из архива", "Archive card" : "Переместить в архив", - "Select Date" : "Выберите дату", - "Set due date for later today" : "Задать дату завершения на сегодня позднее", - "Set due date for tomorrow" : "Задать дату завершения на завтра", - "Set due date for this weekend" : "Задать дату завершения на ближайшие выходные", - "Set due date for next week" : "Задать дату завершения на следующую неделю", "Assign a tag to this card…" : "Назначить метку этой карточке…", "Select or create a tag…" : "Выбрать или создать метку…", "Create a new tag:" : "Создать метку:", "(group)" : "(группа)", - "Next week – {timeLocale}" : "Следующая неделя – {timeLocale}", - "Todo items" : "Элементы списка задач", "{count} comments, {unread} unread" : "{count} комментариев, {unread} непрочитано", + "Todo items" : "Элементы списка задач", "Edit card title" : "Изменить заголовок карточки", + "Card deleted" : "Карточка удалена", "Edit title" : "Редактировать заголовок", "Assign to me" : "Назначить себе", "Unassign myself" : "Отказаться от назначения", "Mark as not done" : "Отметить как невыполненную", "Delete card" : "Удалить", - "Card deleted" : "Карточка удалена", "seconds ago" : "несколько секунд назад", "Keyboard shortcuts" : "Сочетания клавиш", "Boost your productivity using Deck with keyboard shortcuts." : "Используйте комбинации клавиш для работы в приложении", @@ -316,6 +315,13 @@ "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Создание собственных рабочих досок пользователям, не входящим в заданные группы, будет заблокировано. Тем не менее такие пользователи смогут продолжить работать с общими досками, к которым у них есть доступ. ", "Cancel edit" : "Отменить правку", "Save board" : "Сохранить доску", + "Board {0} deleted" : "Доска {0} удалена", + "All cards" : "Для всех карточек", + "Only assigned cards" : "Только для назначенных карточек", + "No reminder" : "Не напоминать", + "An error occurred" : "Произошла ошибка", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Подтвердите удаление доски «{title}»; это действие приведёт к удалению также все данных, принадлежащих этой доске, включая карточки в архиве.", + "Delete the board?" : "Удалить доску?", "Board details" : "Свойства доски", "Edit board" : "Редактировать", "Clone board" : "Скопировать доску", @@ -325,16 +331,9 @@ "Turn on due date reminders" : "Включить напоминания о сроке выполнения", "Turn off due date reminders" : "Отключить напоминания о сроке выполнения", "Due date reminders" : "Напоминания о сроке выполнения", - "All cards" : "Для всех карточек", "Assigned cards" : "Назначенные карточки", "No notifications" : "Без уведомлений", "Delete board" : "Удалить доску", - "Board {0} deleted" : "Доска {0} удалена", - "Only assigned cards" : "Только для назначенных карточек", - "No reminder" : "Не напоминать", - "An error occurred" : "Произошла ошибка", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Подтвердите удаление доски «{title}»; это действие приведёт к удалению также все данных, принадлежащих этой доске, включая карточки в архиве.", - "Delete the board?" : "Удалить доску?", "Clone cards" : "Скопировать карточку", "Advanced options" : "Дополнительные настройки", "Clone" : "Скопировать", @@ -345,14 +344,15 @@ "Search for {searchQuery} in all boards" : "Искать {searchQuery} на всех досках", "No results found" : "Результаты отсутствуют", "Deck board {name}\n* Last modified on {lastMod}" : "Доска «{name}»\n* Последнее изменение: {lastMod}", - "{stack} in {board}" : "«{stack}» с доски «{board}»", - "Click to expand description" : "Нажмите, чтобы развернуть поле описания", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Создано {created}\n* Последнее изменение {lastMod}\n* {nbAttachments} вложений\n* {nbComments} комментариев", "{nbCards} cards" : "карточек: {nbCards}", + "Due on {date}" : "Дата исполнения: {date}", + "{stack} in {board}" : "«{stack}» с доски «{board}»", + "Click to expand description" : "Нажмите, чтобы развернуть поле описания", "Click to expand comment" : "Нажмите, чтобы развернуть комментарии", + "Create card" : "Создать карточку", "Create a new card" : "Создать карточку", "Card title" : "Заголовок карточки", - "Create card" : "Создать карточку", "Creating the new card …" : "Создание новой карточки...", "Card \"{card}\" was added to \"{board}\"" : "Карточка «{card}» была добавлена в «{board}»", "Open card" : "Открыть карточку", @@ -362,10 +362,6 @@ "upcoming cards tomorrow" : "карточки, которые должны быть выполнены до завтра", "upcoming cards" : "карточки, ожидающие выполнения", "New card" : "Новая карточка", - "Due on {date}" : "Дата исполнения: {date}", - "This weekend – {timeLocale}" : "Эти выходные – {timeLocale}", - "Tomorrow – {timeLocale}" : "Завтра – {timeLocale}", - "Later today – {timeLocale}" : "Позднее сегодня – {timeLocale}", "Link to a board" : "Ссылка на доску", "Link to a card" : "Ссылка на карточку", "Create a card" : "Создать карточку", @@ -377,6 +373,12 @@ "Share with a Deck card" : "Опубликовать в приложении Карточки", "Share {file} with a Deck card" : "Опубликовать «{file}» в приложении Карточки", "Share" : "Опубликовать", + "Personal" : "Личное", + "To do" : "Ожидающие выполнения", + "Doing" : "В работе", + "Example Task 3" : "Пример задачи 3", + "Example Task 2" : "Пример задачи 2", + "Example Task 1" : "Пример задачи 1", "Move card to another board" : "Переместить карточку на другую доску", "Filter by completed" : "Отбор по состоянию завершения" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" diff --git a/l10n/sc.js b/l10n/sc.js index 11b4814c3..ac226e8d2 100644 --- a/l10n/sc.js +++ b/l10n/sc.js @@ -68,7 +68,6 @@ OC.L10N.register( "A comment was created on a card" : "Unu cummentu est istadu creadu in s'ischeda", "Upcoming cards" : "Ischedas imbenientes", "Load more" : "Càrriga àteru", - "Personal" : "Personale", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "S'ischeda \"%s\" in \"%s\" s'est istadu assignadu dae %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} t'at assignadu s'ischeda {deck-card} in {deck-board}.", "The card \"%s\" on \"%s\" has reached its due date." : "S'ischeda \"%s\" in \"%s\" est cròmpida a sa data de iscadèntzia.", @@ -86,12 +85,8 @@ OC.L10N.register( "Action needed" : "Bisòngiat un'atzione", "Later" : "Luego", "copy" : "còpia", - "To do" : "De fàghere", - "Doing" : "In cursu", + "To Do" : "De fàghere", "Done" : "Fatu", - "Example Task 3" : "Atividade de esempru 3", - "Example Task 2" : "Atividade de esempru 2", - "Example Task 1" : "Atividade de esempru 1", "The file was uploaded" : "S'archìviu est istadu carrigadu", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "S'archìviu carrigadu superat sa diretiva upload_max_filesize in php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "S'archìviu carrigadu superat sa diretiva MAX_FILE_SIZE ispetzificada in su mòdulu HTML", @@ -105,8 +100,8 @@ OC.L10N.register( "Path is already shared with this card" : "Su caminu est giai cumpartzidu cun cust'ischeda", "Invalid date, date format must be YYYY-MM-DD" : "Data non bàlida, su formadu de sa data depet èssere AAAA-MM-GG", "Personal planning and team project organization" : "Pranificatzione personale e organizatzione de su progetu de iscuadra", - "Card details" : "Detàllios ischeda", "Add board" : "Agiunghe lavagna", + "Card details" : "Detàllios ischeda", "Select the board to link to a project" : "Seletziona lavagna de collegare a unu progetu", "Search by board title" : "Chirca dae su tìtulu de sa lavagna", "Select board" : "Seletziona lavagna", @@ -114,17 +109,17 @@ OC.L10N.register( "No lists available" : "Perunu elencu a disponimentu", "Select a list" : "Seletziona un'elencu", "Move card" : "Tràmuda ischeda", - "Select a card" : "Seletziona un'ischeda", - "Cancel" : "Annulla", "Select the card to link to a project" : "Seletzioan s'ischeda de collegare a unu progetu", "Link to card" : "Collega a un'ischeda", + "Select a card" : "Seletziona un'ischeda", + "Cancel" : "Annulla", + "This board is read only" : "Custa lavagna est isceti pro lèghere", + "Drop your files to upload" : "Lassa is archìvios pro ddos carrigare", "File already exists" : "Custu archìviu ddoe est giai", "A file with the name {filename} already exists." : "B'at giai un'archìviu cun su nùmene de {filename}.", "Do you want to overwrite it?" : "Ddu cheres subraiscrìere? ", "Overwrite file" : "Subraiscrie archìviu", "Keep existing file" : "Mantene s'archìviu chi ddoe est", - "This board is read only" : "Custa lavagna est isceti pro lèghere", - "Drop your files to upload" : "Lassa is archìvios pro ddos carrigare", "Add card" : "Agiunghe ischeda", "Archived cards" : "Ischedas archiviadas", "Add list" : "Agiunghe elencu", @@ -157,6 +152,8 @@ OC.L10N.register( "Deleted lists" : "Elencos cantzellados", "Undo" : "Annulla", "Deleted cards" : "Ischeda cantzellada", + "Failed to create share with {displayName}" : "No at fatu a creare cumpartzidura cun {displayName}", + "Transfer" : "Tràmuda", "No participants found" : "Perunu partetzipante agatadu", "Board owner" : "Mere lavagna", "(Group)" : "(Grupu)", @@ -165,20 +162,20 @@ OC.L10N.register( "Can manage" : "Faghet a gestire", "Owner" : "Mere", "Delete" : "Cantzella", - "Failed to create share with {displayName}" : "No at fatu a creare cumpartzidura cun {displayName}", - "Transfer" : "Tràmuda", + "List deleted" : "Elencu cantzelladu", "Archive all cards" : "Archìvia totu is ischedas", "Delete list" : "Cantzella elencu", "Archive all cards in this list" : "Archìvia totu is ischedas in cust'elencu", "Add a new card" : "Agiùnghe un'ischeda noa", "Card name" : "Nùmene de s'ischeda", - "List deleted" : "Elencu cantzelladu", + "title and color value must be provided" : "tocat de frunire su tìtulu e su balore de su colore", "Edit" : "Modìfica ", "Add a new tag" : "Agiunghe un'eticheta noa", - "title and color value must be provided" : "tocat de frunire su tìtulu e su balore de su colore", "Board name" : "Nùmene de sa lavagna", "Members" : "Membros", "Assign a user to this card…" : "Assigna utente a cust'ischeda...", + "File to share" : "Archìviu de cumpartzire", + "Invalid path selected" : "Percursu seletzionadu non bàlidu", "Upload new files" : "Càrriga archìvios noos", "Share from Files" : "Cumpartzi dae Archìvios", "Add this attachment" : "Agiunghe custu alligongiadu", @@ -186,25 +183,24 @@ OC.L10N.register( "Download" : "Iscàrriga", "Delete Attachment" : "Cantzella alligongiadu", "Restore Attachment" : "Riprìstina alligongiadu", - "File to share" : "Archìviu de cumpartzire", - "Invalid path selected" : "Percursu seletzionadu non bàlidu", + "Modified" : "Modificadu", + "Created" : "Creadu", + "The title cannot be empty." : "Su tìtulu non podet èssere bòidu", "Open in sidebar view" : "Aberi in s'istanca laterale", "Open in bigger view" : "Aberi in una bista prus ampra", "Attachments" : "Alligongiados", "Comments" : "Cummentos", - "Modified" : "Modificadu", - "Created" : "Creadu", - "The title cannot be empty." : "Su tìtulu non podet èssere bòidu", - "No comments yet. Begin the discussion!" : "Perunu cummentu ancora. Cumintzat sa chistionada!", "Failed to load comments" : "No at fatu a carrigare is cummentos", - "Save" : "Sarva", + "No comments yet. Begin the discussion!" : "Perunu cummentu ancora. Cumintzat sa chistionada!", "The comment cannot be empty." : "Su cummentu non podet èssere bòidu", "The comment cannot be longer than 1000 characters." : "Su cummentu non podet èssere prus longu de 1000 caràteres.", + "Save" : "Sarva", + "Created:" : "Creadu:", "In reply to" : "Rispondende a ", "Cancel reply" : "Annulla risposta", "Reply" : "Risponde", "Update" : "Agiorna", - "Created:" : "Creadu:", + "Write a description …" : "Iscrie una descritzione ...", "Description" : "Descritzione", "(Unsaved)" : "(Non sarvada)", "(Saving…)" : "(Sarbende…)", @@ -212,23 +208,22 @@ OC.L10N.register( "Edit description" : "Modìfica descritzione", "View description" : "Visualiza descritzione", "Add Attachment" : "Agiunghe alligongiadu", - "Write a description …" : "Iscrie una descritzione ...", "Choose attachment" : "Sèbera un'alligongiadu", + "Select Date" : "Seletziona data", "Set a due date" : "Cunfigura data de iscadèntzia", "Remove due date" : "Boga s'iscadèntzia", "Mark as done" : "Marca comente cumpletadu", "Unarchive card" : "Ischeda no archiviada", "Archive card" : "Archìviu no archiviadu", - "Select Date" : "Seletziona data", "Assign a tag to this card…" : "Assigna un'eticheta a cust'ischeda...", "Create a new tag:" : "Crea un'eticheta noa:", "(group)" : "(grupu)", "{count} comments, {unread} unread" : "{count} cummentos, {unread} non lèghidos", + "Card deleted" : "Ischeda cantzellada", "Edit title" : "Modìfica tìtulu", "Assign to me" : "Assigna a mie", "Unassign myself" : "Annulla s'assignatzione a mie", "Delete card" : "Cantzella ischeda", - "Card deleted" : "Ischeda cantzellada", "seconds ago" : "segundos a immoe", "Keyboard shortcuts" : "Curtziadòrgios de tecladu", "Keyboard shortcut" : "Curtziadòrgiu de tecladu", @@ -241,6 +236,12 @@ OC.L10N.register( "Use bigger card view" : "Imprea bista cun ischedas prus mannas", "Show boards in calendar/tasks" : "Mustra lavagnas in calendàriu/fainas", "Cancel edit" : "Annulla modìfica", + "Board {0} deleted" : "Lavagna {0} cantzellada", + "All cards" : "Totu is ischedas", + "Only assigned cards" : "Isceti ischedas assignadas", + "No reminder" : "Perunu apuntu", + "An error occurred" : "B'at àpidu un'errore", + "Delete the board?" : "Cheres cantzellare sa lavagna?", "Board details" : "Detàllios lavagna", "Edit board" : "Modìfica lavagna", "Clone board" : "Clona lavagna", @@ -249,15 +250,9 @@ OC.L10N.register( "Turn on due date reminders" : "Allughe is notìficas pro ammentare is iscadèntzias", "Turn off due date reminders" : "Istuda is notìficas pro ammentare is iscadèntzias", "Due date reminders" : "Notìficas pro ammentare is iscadèntzias", - "All cards" : "Totu is ischedas", "Assigned cards" : "Ischedas assignadas", "No notifications" : "Peruna notìfica", "Delete board" : "Cantzella lavagna", - "Board {0} deleted" : "Lavagna {0} cantzellada", - "Only assigned cards" : "Isceti ischedas assignadas", - "No reminder" : "Perunu apuntu", - "An error occurred" : "B'at àpidu un'errore", - "Delete the board?" : "Cheres cantzellare sa lavagna?", "Clone cards" : "Clona ischeda", "Advanced options" : "Sèberos avantzados", "Clone" : "Clona", @@ -268,9 +263,9 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Chirca {searchQuery} in totu is lavagnas", "No results found" : "Perunu resurtadu agatadu", "{stack} in {board}" : "{stack} in {board}", + "Create card" : "Crea ischeda", "Create a new card" : "Crea un'ischeda noa", "Card title" : "Tìtulu ischeda", - "Create card" : "Crea ischeda", "Creating the new card …" : "Creende s'ischeda noa ...", "Card \"{card}\" was added to \"{board}\"" : "S'ischeda \"{card}\" est istada agiunta a \"{board}\"", "Open card" : "Aberi ischeda", @@ -289,6 +284,12 @@ OC.L10N.register( "Share with a Deck card" : "Cumpartzi cun un'ischeda deck", "Share {file} with a Deck card" : "Cumpartzi {file} cun un'ischeda de deck", "Share" : "Cumpartzi", + "Personal" : "Personale", + "To do" : "De fàghere", + "Doing" : "In cursu", + "Example Task 3" : "Atividade de esempru 3", + "Example Task 2" : "Atividade de esempru 2", + "Example Task 1" : "Atividade de esempru 1", "Move card to another board" : "Tràmuda s'ischeda a un'àtera lavagna" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/sc.json b/l10n/sc.json index 8cad4b4be..1de3576fb 100644 --- a/l10n/sc.json +++ b/l10n/sc.json @@ -66,7 +66,6 @@ "A comment was created on a card" : "Unu cummentu est istadu creadu in s'ischeda", "Upcoming cards" : "Ischedas imbenientes", "Load more" : "Càrriga àteru", - "Personal" : "Personale", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "S'ischeda \"%s\" in \"%s\" s'est istadu assignadu dae %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} t'at assignadu s'ischeda {deck-card} in {deck-board}.", "The card \"%s\" on \"%s\" has reached its due date." : "S'ischeda \"%s\" in \"%s\" est cròmpida a sa data de iscadèntzia.", @@ -84,12 +83,8 @@ "Action needed" : "Bisòngiat un'atzione", "Later" : "Luego", "copy" : "còpia", - "To do" : "De fàghere", - "Doing" : "In cursu", + "To Do" : "De fàghere", "Done" : "Fatu", - "Example Task 3" : "Atividade de esempru 3", - "Example Task 2" : "Atividade de esempru 2", - "Example Task 1" : "Atividade de esempru 1", "The file was uploaded" : "S'archìviu est istadu carrigadu", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "S'archìviu carrigadu superat sa diretiva upload_max_filesize in php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "S'archìviu carrigadu superat sa diretiva MAX_FILE_SIZE ispetzificada in su mòdulu HTML", @@ -103,8 +98,8 @@ "Path is already shared with this card" : "Su caminu est giai cumpartzidu cun cust'ischeda", "Invalid date, date format must be YYYY-MM-DD" : "Data non bàlida, su formadu de sa data depet èssere AAAA-MM-GG", "Personal planning and team project organization" : "Pranificatzione personale e organizatzione de su progetu de iscuadra", - "Card details" : "Detàllios ischeda", "Add board" : "Agiunghe lavagna", + "Card details" : "Detàllios ischeda", "Select the board to link to a project" : "Seletziona lavagna de collegare a unu progetu", "Search by board title" : "Chirca dae su tìtulu de sa lavagna", "Select board" : "Seletziona lavagna", @@ -112,17 +107,17 @@ "No lists available" : "Perunu elencu a disponimentu", "Select a list" : "Seletziona un'elencu", "Move card" : "Tràmuda ischeda", - "Select a card" : "Seletziona un'ischeda", - "Cancel" : "Annulla", "Select the card to link to a project" : "Seletzioan s'ischeda de collegare a unu progetu", "Link to card" : "Collega a un'ischeda", + "Select a card" : "Seletziona un'ischeda", + "Cancel" : "Annulla", + "This board is read only" : "Custa lavagna est isceti pro lèghere", + "Drop your files to upload" : "Lassa is archìvios pro ddos carrigare", "File already exists" : "Custu archìviu ddoe est giai", "A file with the name {filename} already exists." : "B'at giai un'archìviu cun su nùmene de {filename}.", "Do you want to overwrite it?" : "Ddu cheres subraiscrìere? ", "Overwrite file" : "Subraiscrie archìviu", "Keep existing file" : "Mantene s'archìviu chi ddoe est", - "This board is read only" : "Custa lavagna est isceti pro lèghere", - "Drop your files to upload" : "Lassa is archìvios pro ddos carrigare", "Add card" : "Agiunghe ischeda", "Archived cards" : "Ischedas archiviadas", "Add list" : "Agiunghe elencu", @@ -155,6 +150,8 @@ "Deleted lists" : "Elencos cantzellados", "Undo" : "Annulla", "Deleted cards" : "Ischeda cantzellada", + "Failed to create share with {displayName}" : "No at fatu a creare cumpartzidura cun {displayName}", + "Transfer" : "Tràmuda", "No participants found" : "Perunu partetzipante agatadu", "Board owner" : "Mere lavagna", "(Group)" : "(Grupu)", @@ -163,20 +160,20 @@ "Can manage" : "Faghet a gestire", "Owner" : "Mere", "Delete" : "Cantzella", - "Failed to create share with {displayName}" : "No at fatu a creare cumpartzidura cun {displayName}", - "Transfer" : "Tràmuda", + "List deleted" : "Elencu cantzelladu", "Archive all cards" : "Archìvia totu is ischedas", "Delete list" : "Cantzella elencu", "Archive all cards in this list" : "Archìvia totu is ischedas in cust'elencu", "Add a new card" : "Agiùnghe un'ischeda noa", "Card name" : "Nùmene de s'ischeda", - "List deleted" : "Elencu cantzelladu", + "title and color value must be provided" : "tocat de frunire su tìtulu e su balore de su colore", "Edit" : "Modìfica ", "Add a new tag" : "Agiunghe un'eticheta noa", - "title and color value must be provided" : "tocat de frunire su tìtulu e su balore de su colore", "Board name" : "Nùmene de sa lavagna", "Members" : "Membros", "Assign a user to this card…" : "Assigna utente a cust'ischeda...", + "File to share" : "Archìviu de cumpartzire", + "Invalid path selected" : "Percursu seletzionadu non bàlidu", "Upload new files" : "Càrriga archìvios noos", "Share from Files" : "Cumpartzi dae Archìvios", "Add this attachment" : "Agiunghe custu alligongiadu", @@ -184,25 +181,24 @@ "Download" : "Iscàrriga", "Delete Attachment" : "Cantzella alligongiadu", "Restore Attachment" : "Riprìstina alligongiadu", - "File to share" : "Archìviu de cumpartzire", - "Invalid path selected" : "Percursu seletzionadu non bàlidu", + "Modified" : "Modificadu", + "Created" : "Creadu", + "The title cannot be empty." : "Su tìtulu non podet èssere bòidu", "Open in sidebar view" : "Aberi in s'istanca laterale", "Open in bigger view" : "Aberi in una bista prus ampra", "Attachments" : "Alligongiados", "Comments" : "Cummentos", - "Modified" : "Modificadu", - "Created" : "Creadu", - "The title cannot be empty." : "Su tìtulu non podet èssere bòidu", - "No comments yet. Begin the discussion!" : "Perunu cummentu ancora. Cumintzat sa chistionada!", "Failed to load comments" : "No at fatu a carrigare is cummentos", - "Save" : "Sarva", + "No comments yet. Begin the discussion!" : "Perunu cummentu ancora. Cumintzat sa chistionada!", "The comment cannot be empty." : "Su cummentu non podet èssere bòidu", "The comment cannot be longer than 1000 characters." : "Su cummentu non podet èssere prus longu de 1000 caràteres.", + "Save" : "Sarva", + "Created:" : "Creadu:", "In reply to" : "Rispondende a ", "Cancel reply" : "Annulla risposta", "Reply" : "Risponde", "Update" : "Agiorna", - "Created:" : "Creadu:", + "Write a description …" : "Iscrie una descritzione ...", "Description" : "Descritzione", "(Unsaved)" : "(Non sarvada)", "(Saving…)" : "(Sarbende…)", @@ -210,23 +206,22 @@ "Edit description" : "Modìfica descritzione", "View description" : "Visualiza descritzione", "Add Attachment" : "Agiunghe alligongiadu", - "Write a description …" : "Iscrie una descritzione ...", "Choose attachment" : "Sèbera un'alligongiadu", + "Select Date" : "Seletziona data", "Set a due date" : "Cunfigura data de iscadèntzia", "Remove due date" : "Boga s'iscadèntzia", "Mark as done" : "Marca comente cumpletadu", "Unarchive card" : "Ischeda no archiviada", "Archive card" : "Archìviu no archiviadu", - "Select Date" : "Seletziona data", "Assign a tag to this card…" : "Assigna un'eticheta a cust'ischeda...", "Create a new tag:" : "Crea un'eticheta noa:", "(group)" : "(grupu)", "{count} comments, {unread} unread" : "{count} cummentos, {unread} non lèghidos", + "Card deleted" : "Ischeda cantzellada", "Edit title" : "Modìfica tìtulu", "Assign to me" : "Assigna a mie", "Unassign myself" : "Annulla s'assignatzione a mie", "Delete card" : "Cantzella ischeda", - "Card deleted" : "Ischeda cantzellada", "seconds ago" : "segundos a immoe", "Keyboard shortcuts" : "Curtziadòrgios de tecladu", "Keyboard shortcut" : "Curtziadòrgiu de tecladu", @@ -239,6 +234,12 @@ "Use bigger card view" : "Imprea bista cun ischedas prus mannas", "Show boards in calendar/tasks" : "Mustra lavagnas in calendàriu/fainas", "Cancel edit" : "Annulla modìfica", + "Board {0} deleted" : "Lavagna {0} cantzellada", + "All cards" : "Totu is ischedas", + "Only assigned cards" : "Isceti ischedas assignadas", + "No reminder" : "Perunu apuntu", + "An error occurred" : "B'at àpidu un'errore", + "Delete the board?" : "Cheres cantzellare sa lavagna?", "Board details" : "Detàllios lavagna", "Edit board" : "Modìfica lavagna", "Clone board" : "Clona lavagna", @@ -247,15 +248,9 @@ "Turn on due date reminders" : "Allughe is notìficas pro ammentare is iscadèntzias", "Turn off due date reminders" : "Istuda is notìficas pro ammentare is iscadèntzias", "Due date reminders" : "Notìficas pro ammentare is iscadèntzias", - "All cards" : "Totu is ischedas", "Assigned cards" : "Ischedas assignadas", "No notifications" : "Peruna notìfica", "Delete board" : "Cantzella lavagna", - "Board {0} deleted" : "Lavagna {0} cantzellada", - "Only assigned cards" : "Isceti ischedas assignadas", - "No reminder" : "Perunu apuntu", - "An error occurred" : "B'at àpidu un'errore", - "Delete the board?" : "Cheres cantzellare sa lavagna?", "Clone cards" : "Clona ischeda", "Advanced options" : "Sèberos avantzados", "Clone" : "Clona", @@ -266,9 +261,9 @@ "Search for {searchQuery} in all boards" : "Chirca {searchQuery} in totu is lavagnas", "No results found" : "Perunu resurtadu agatadu", "{stack} in {board}" : "{stack} in {board}", + "Create card" : "Crea ischeda", "Create a new card" : "Crea un'ischeda noa", "Card title" : "Tìtulu ischeda", - "Create card" : "Crea ischeda", "Creating the new card …" : "Creende s'ischeda noa ...", "Card \"{card}\" was added to \"{board}\"" : "S'ischeda \"{card}\" est istada agiunta a \"{board}\"", "Open card" : "Aberi ischeda", @@ -287,6 +282,12 @@ "Share with a Deck card" : "Cumpartzi cun un'ischeda deck", "Share {file} with a Deck card" : "Cumpartzi {file} cun un'ischeda de deck", "Share" : "Cumpartzi", + "Personal" : "Personale", + "To do" : "De fàghere", + "Doing" : "In cursu", + "Example Task 3" : "Atividade de esempru 3", + "Example Task 2" : "Atividade de esempru 2", + "Example Task 1" : "Atividade de esempru 1", "Move card to another board" : "Tràmuda s'ischeda a un'àtera lavagna" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/si.js b/l10n/si.js index 68e61677e..681724b50 100644 --- a/l10n/si.js +++ b/l10n/si.js @@ -1,12 +1,8 @@ OC.L10N.register( "deck", { - "Personal" : "පුද්ගලික", "Later" : "පසුව", "copy" : "පිටපත්", - "Example Task 3" : "උදාහරණ කාර්යය 3", - "Example Task 2" : "උදාහරණ කාර්යය 2", - "Example Task 1" : "උදාහරණ කාර්යය 1", "No file was uploaded" : "කිසිදු ගොනුවක් උඩුගත කර නොමැත", "Missing a temporary folder" : "තාවකාලික බහාලුමක් අස්ථානගත වී ඇත", "Cancel" : "අවලංගු කරන්න", @@ -33,6 +29,10 @@ OC.L10N.register( "Today" : "අද", "Tomorrow" : "හෙට", "Close" : "වසන්න", - "Share" : "බෙදාගන්න" + "Share" : "බෙදාගන්න", + "Personal" : "පුද්ගලික", + "Example Task 3" : "උදාහරණ කාර්යය 3", + "Example Task 2" : "උදාහරණ කාර්යය 2", + "Example Task 1" : "උදාහරණ කාර්යය 1" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/si.json b/l10n/si.json index f484f4be6..f87493308 100644 --- a/l10n/si.json +++ b/l10n/si.json @@ -1,10 +1,6 @@ { "translations": { - "Personal" : "පුද්ගලික", "Later" : "පසුව", "copy" : "පිටපත්", - "Example Task 3" : "උදාහරණ කාර්යය 3", - "Example Task 2" : "උදාහරණ කාර්යය 2", - "Example Task 1" : "උදාහරණ කාර්යය 1", "No file was uploaded" : "කිසිදු ගොනුවක් උඩුගත කර නොමැත", "Missing a temporary folder" : "තාවකාලික බහාලුමක් අස්ථානගත වී ඇත", "Cancel" : "අවලංගු කරන්න", @@ -31,6 +27,10 @@ "Today" : "අද", "Tomorrow" : "හෙට", "Close" : "වසන්න", - "Share" : "බෙදාගන්න" + "Share" : "බෙදාගන්න", + "Personal" : "පුද්ගලික", + "Example Task 3" : "උදාහරණ කාර්යය 3", + "Example Task 2" : "උදාහරණ කාර්යය 2", + "Example Task 1" : "උදාහරණ කාර්යය 1" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/sk.js b/l10n/sk.js index 6a1c782ca..6d04f517b 100644 --- a/l10n/sk.js +++ b/l10n/sk.js @@ -76,7 +76,7 @@ OC.L10N.register( "Cards due tomorrow" : "Karty splatné zajtra", "Upcoming cards" : "Nadchádzajúce karty", "Load more" : "Načítať viac", - "Personal" : "Osobné", + "Welcome to Nextcloud Deck!" : "Vitajte v Nextcloud Deck!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Používateľ %s vám priradil kartu „%s“ na „%s“.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} vám priradil kartu {deck-card} na {deck-board}.", "The card \"%s\" on \"%s\" has reached its due date." : "Karta \"%s\" na nástenke \"%s\" dosiahla termín dokončenia.", @@ -99,12 +99,16 @@ OC.L10N.register( "Action needed" : "Potrebná akcia", "Later" : "Neskôr", "copy" : "kopírovať", - "To do" : "Urobiť", - "Doing" : "Prebieha", + "Read more inside" : "Prečítajte si viac vo vnútri", + "Custom lists - click to rename!" : "Vlastné zoznamy - kliknite pre premenovanie!", + "To Do" : "Úlohy", + "In Progress" : "Prebieha", "Done" : "Hotové", - "Example Task 3" : "Príklad úlohy 3", - "Example Task 2" : "Príklad úlohy 2", - "Example Task 1" : "Príklad úlohy 1", + "1. Open to learn more about boards and cards" : "1. Otvorte a dozviete sa viac o nástenkách a kartách", + "2. Drag cards left and right, up and down" : "2. Potiahnite karty doľava a doprava, nahor a nadol", + "3. Apply rich formatting and link content" : "3. Použite bohaté formátovanie a pripojte obsah", + "4. Share, comment and collaborate!" : "4. Zdieľajte, komentujte a spoluprecujte!", + "Create your first card!" : "Vytvorte vašu prvú kartu!", "The file was uploaded" : "Súbor bol nahraný", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Nahraný súbor prekročil limit nastavený v upload_max_filesize v súbore php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Ukladaný súbor prekračuje nastavenie MAX_FILE_SIZE z volieb HTML formulára.", @@ -120,8 +124,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "Neplatný dátum, formát musí byť v tvare YYYY-MM-DD", "Personal planning and team project organization" : "Osobné plánovanie a organizácia tímových projektov", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck je organizačný nástroj typu kanban zameraný na osobné plánovanie a organizáciu projektov pre tímy integrované s Nextcloud.\n\n\n- 📥 Pridajte svoje úlohy na karty a usporiadajte ich\n- 📄 Zapíšte si ďalšie poznámky v Markdown\n- 🔖 Priraďte štítky pre ešte lepšiu organizáciu\n- 👥 Zdieľajte so svojím tímom, priateľmi alebo rodinou\n- 📎 Pripojte súbory a vložte ich do popisu Markdown\n- 💬 Diskutujte so svojím tímom pomocou komentárov\n- ⚡ Sledujte zmeny v prúde aktivít\n- 🚀 Zorganizujte si svoj projekt", - "Card details" : "Podrobnosti o karte", "Add board" : "Pridať nástenk", + "Card details" : "Podrobnosti o karte", "Select the board to link to a project" : "Vybrať nástenku na vytvorenie odkazu ku projektu", "Search by board title" : "Vyhľadávanie podľa názvu nástenky", "Select board" : "Vybrať nástenku", @@ -131,17 +135,17 @@ OC.L10N.register( "Select a list" : "Vybrať zoznam", "Move card" : "Presunúť kartu", "Copy card" : "Kopírovať kartu", - "Select a card" : "Vyberte kartu", - "Cancel" : "Zrušiť", "Select the card to link to a project" : "Vyberte kartu, ktorú chcete prepojiť s projektom", "Link to card" : "Prepojiť s kartou", + "Select a card" : "Vyberte kartu", + "Cancel" : "Zrušiť", + "This board is read only" : "Táto nástenka je iba na čítanie", + "Drop your files to upload" : "Pretiahnite sem súbory, ktoré chcete nahrať", "File already exists" : "Súbor už existuje", "A file with the name {filename} already exists." : "Súbor s názvom {filename} už existuje.", "Do you want to overwrite it?" : "Chcete ho prepísať?", "Overwrite file" : "Prepísať súbor", "Keep existing file" : "Ponechať existujúci súbor", - "This board is read only" : "Táto nástenka je iba na čítanie", - "Drop your files to upload" : "Pretiahnite sem súbory, ktoré chcete nahrať", "Add card" : "Pridať kartu", "Archived cards" : "Archivované karty", "Add list" : "Pridať zoznam", @@ -182,6 +186,12 @@ OC.L10N.register( "Deleted lists" : "Vymazané zoznamy", "Undo" : "Odvolať", "Deleted cards" : "Odstránené karty", + "Failed to create share with {displayName}" : "Nepodarilo sa vytvoriť zdieľanie pre {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Naozaj chcete preniesť nástenku {title} na užívateľa {user}?", + "Transfer the board." : "Prenos nástenky.", + "Transfer" : "Prenos", + "The board has been transferred to {user}" : "Nástenka bola presunutá na {user}", + "Failed to transfer the board to {user}" : "Chyba pri presune nástenky na {user}", "Share board with a user, group or team …" : "Zdieľanie nástenky s užívateľom, skupinou alebo tímom …", "Searching for users, groups and teams …" : "Vyhľadávam užívateľov, skupiny a tímy ...", "No participants found" : "Nenašli sa žiadni účastníci", @@ -193,12 +203,7 @@ OC.L10N.register( "Can manage" : "Môže spravovať", "Owner" : "Vlastník", "Delete" : "Zmazať", - "Failed to create share with {displayName}" : "Nepodarilo sa vytvoriť zdieľanie pre {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Naozaj chcete preniesť nástenku {title} na užívateľa {user}?", - "Transfer the board." : "Prenos nástenky.", - "Transfer" : "Prenos", - "The board has been transferred to {user}" : "Nástenka bola presunutá na {user}", - "Failed to transfer the board to {user}" : "Chyba pri presune nástenky na {user}", + "List deleted" : "Zoznam bol vymazaný", "Edit list title" : "Upraviť názov zoznamu", "Archive all cards" : "Archivovať všetky karty", "Unarchive all cards" : "Zrušiť archiváciu všetkých kariet", @@ -207,15 +212,16 @@ OC.L10N.register( "Unarchive all cards in this list" : "Zrušiť archiváciu všetkých kariet v tomto zozname", "Add a new card" : "Pridať novú kartu", "Card name" : "Názov karty", - "List deleted" : "Zoznam bol vymazaný", + "title and color value must be provided" : "je potrebné zadať nadpis a vybrať farbu", "Edit" : "Upraviť", "Add a new tag" : "Pridať nový štítok", - "title and color value must be provided" : "je potrebné zadať nadpis a vybrať farbu", "Board name" : "Názov nástenky", "Members" : "Členovia", "Assign to users/groups/team" : "Priradiť k užívateľom/skupinám/tímom", "Assign a user to this card…" : "Priradiť používateľa k tejto karte…", "Select a user to assign to this card…" : "Vyberte užívateľa, ktorého chcete priradiť k tejto karte…", + "File to share" : "Súbor na zdieľanie", + "Invalid path selected" : "Bola vybraná neplatná cesta", "Upload new files" : "Nahrať nové súbory", "Share from Files" : "Zdieľať zo Súborov", "Pending share" : "Čakajúce zdieľanie", @@ -225,25 +231,24 @@ OC.L10N.register( "Remove attachment" : "Odstrániť prílohu", "Delete Attachment" : "Odstrániť prílohu", "Restore Attachment" : "Obnoviť prílohu", - "File to share" : "Súbor na zdieľanie", - "Invalid path selected" : "Bola vybraná neplatná cesta", + "Modified" : "Upravené", + "Created" : "Vytvorené", + "The title cannot be empty." : "Nadpis nemôže byť prázdny.", "Open in sidebar view" : "Otvoriť v bočnom paneli", "Open in bigger view" : "Otvoriť vo väčšom zobrazení", "Attachments" : "Prílohy", "Comments" : "Komentáre", - "Modified" : "Upravené", - "Created" : "Vytvorené", - "The title cannot be empty." : "Nadpis nemôže byť prázdny.", - "No comments yet. Begin the discussion!" : "Zatiaľ bez komentárov. Začnite diskusiu!", "Failed to load comments" : "Nepodarilo sa načítať komentáre", - "Save" : "Uložiť", + "No comments yet. Begin the discussion!" : "Zatiaľ bez komentárov. Začnite diskusiu!", "The comment cannot be empty." : "Komentár nemôže byť prázdny.", "The comment cannot be longer than 1000 characters." : "Komentár nemôže byť dlhší ako 1000 znakov.", + "Save" : "Uložiť", + "Created:" : "Vytvorené:", "In reply to" : "Odpoveď na", "Cancel reply" : "Zrušiť odpoveď", "Reply" : "Odpoveď", "Update" : "Aktualizovať", - "Created:" : "Vytvorené:", + "Write a description …" : "Napíšte popis...", "Description" : "Popis", "(Unsaved)" : "(Neuložené)", "(Saving…)" : "(Ukladanie…)", @@ -251,8 +256,16 @@ OC.L10N.register( "Edit description" : "Upraviť popis", "View description" : "Zobraziť popis", "Add Attachment" : "Pridať prílohu", - "Write a description …" : "Napíšte popis...", "Choose attachment" : "Vybrať prílohu", + "Select Date" : "Vybrať dátum", + "Later today – {timeLocale}" : "Neskôr dnes - {timeLocale}", + "Set due date for later today" : "Nastaviť termín dokončenia na neskôr dnes ", + "Tomorrow – {timeLocale}" : "Zajtra – {timeLocale}", + "Set due date for tomorrow" : "Nastaviť termín dokončenia na zajtra", + "This weekend – {timeLocale}" : "Tento víkend – {timeLocale}", + "Set due date for this weekend" : "Nastaviť termín dokončenia na tento víkend", + "Next week – {timeLocale}" : "Budúci týždeň – {timeLocale}", + "Set due date for next week" : "Nastaviť termín dokončenia na budúci týždeň", "Assign a due date to this card…" : "Priradiť tejto karte termín…", "Set a due date" : "Nastaviť termín", "Add due date" : "Pridať termín", @@ -263,26 +276,20 @@ OC.L10N.register( "Not done" : "Neurobené", "Unarchive card" : "Zrušiť archiváciu karty", "Archive card" : "Archivovať kartu", - "Select Date" : "Vybrať dátum", - "Set due date for later today" : "Nastaviť termín dokončenia na neskôr dnes ", - "Set due date for tomorrow" : "Nastaviť termín dokončenia na zajtra", - "Set due date for this weekend" : "Nastaviť termín dokončenia na tento víkend", - "Set due date for next week" : "Nastaviť termín dokončenia na budúci týždeň", "Assign a tag to this card…" : "Tejto karte priradiť štítok…", "Select or create a tag…" : "Vybrať alebo vytvoriť štítok...", "Create a new tag:" : "Vytvoriť nový štítok:", "(group)" : "(skupina)", - "Next week – {timeLocale}" : "Budúci týždeň – {timeLocale}", - "Todo items" : "Položky úloh", "{count} comments, {unread} unread" : "{count} komentárov, {unread} neprečítaných", + "Todo items" : "Položky úloh", "Edit card title" : "Upraviť názov karty", "Open link" : "Otvoriť odkaz", + "Card deleted" : "Karta bola vymazaná", "Edit title" : "Premenovať", "Assign to me" : "Priradiť mne", "Unassign myself" : "Zrušiť priradenie mne", "Mark as not done" : "Označiť ako nedokončené", "Delete card" : "Zmazať kartu", - "Card deleted" : "Karta bola vymazaná", "seconds ago" : "pred niekoľkými sekundami", "Keyboard shortcuts" : "Klávesové skratky", "Boost your productivity using Deck with keyboard shortcuts." : "Zvýšte svoju produktivitu s Deck pomocou klávesových skratiek.", @@ -321,6 +328,13 @@ OC.L10N.register( "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Užívatelia mimo týchto skupín si nebudú môcť vytvárať vlastné nástenky, ale stále budú môcť pracovať na nástenkách, ktoré s nimi boli zdieľané.", "Cancel edit" : "Zrušiť upravovanie", "Save board" : "Uložiť tabuľu", + "Board {0} deleted" : "Nástenka {0} vymazaná", + "All cards" : "Všetky karty", + "Only assigned cards" : "Len priradené karty", + "No reminder" : "Žiadna pripomienka", + "An error occurred" : "Vyskytla sa chyba", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Naozaj chcete chcete vymazať nástenku {title}? Toto zmaže všetky údaje o tejto nástenke vrátane archivovaných kariet.", + "Delete the board?" : "Vymazať nástenku?", "Board details" : "Podrobnosti o nástenke", "Edit board" : "Upraviť nástenku", "Clone board" : "Duplikovať nástenku", @@ -330,16 +344,9 @@ OC.L10N.register( "Turn on due date reminders" : "Zapnúť pripomienky na termín dokončenia", "Turn off due date reminders" : "Vypnúť pripomienky na termín dokončenia", "Due date reminders" : "Pripomienky termínu dokončenia", - "All cards" : "Všetky karty", "Assigned cards" : "Priradené karty", "No notifications" : "Žiadne upozornenia", "Delete board" : "Vymazať nástenku", - "Board {0} deleted" : "Nástenka {0} vymazaná", - "Only assigned cards" : "Len priradené karty", - "No reminder" : "Žiadna pripomienka", - "An error occurred" : "Vyskytla sa chyba", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Naozaj chcete chcete vymazať nástenku {title}? Toto zmaže všetky údaje o tejto nástenke vrátane archivovaných kariet.", - "Delete the board?" : "Vymazať nástenku?", "Clone {boardTitle}" : "Klonovať {boardTitle}", "Clone cards" : "Duplikovať karty", "Clone assignments" : "Klonovať úlohu", @@ -356,14 +363,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Vyhľadať {searchQuery} na všetkých plochách", "No results found" : "Neboli nájdené žiadne výsledky", "Deck board {name}\n* Last modified on {lastMod}" : "Nástenka Deck {name}\n* Naposledy upravené {lastMod}", - "{stack} in {board}" : "{stack} v {board}", - "Click to expand description" : "Kliknite pre rozšírenie popisu", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Vytvorené dňa {created}\n* Naposledy upravené {lastMod}\n* {nbAttachments} príloh\n* Komentáre: {nbComments}", "{nbCards} cards" : "{nbCards} kariet", + "Due on {date}" : "Platné do {date}", + "{stack} in {board}" : "{stack} v {board}", + "Click to expand description" : "Kliknite pre rozšírenie popisu", "Click to expand comment" : "Kliknite pre zobrazenie komentára", + "Create card" : "Vytvoriť kartu", "Create a new card" : "Vytvoriť novú kartu", "Card title" : "Meno karty", - "Create card" : "Vytvoriť kartu", "Creating the new card …" : "Vytváram novú kartu ...", "Card \"{card}\" was added to \"{board}\"" : "Karta \"{card}\" bola pridaná na \"{board}\"", "Open card" : "Otvoriť kartu", @@ -373,10 +381,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "Nadchádzajúce karty na zajtra", "upcoming cards" : "nadchádzajúce karty", "New card" : "Nová karta", - "Due on {date}" : "Platné do {date}", - "This weekend – {timeLocale}" : "Tento víkend – {timeLocale}", - "Tomorrow – {timeLocale}" : "Zajtra – {timeLocale}", - "Later today – {timeLocale}" : "Neskôr dnes - {timeLocale}", "Link to a board" : "Odkaz na nástenku", "Link to a card" : "Prepojiť s kartou", "Create a card" : "Vytvoriť kartu", @@ -388,6 +392,12 @@ OC.L10N.register( "Share with a Deck card" : "Zdieľať s kartou Deck", "Share {file} with a Deck card" : "Zdieľať {file} s kartou Deck", "Share" : "Zdieľať", + "Personal" : "Osobné", + "To do" : "Urobiť", + "Doing" : "Prebieha", + "Example Task 3" : "Príklad úlohy 3", + "Example Task 2" : "Príklad úlohy 2", + "Example Task 1" : "Príklad úlohy 1", "Move card to another board" : "Presunúť kartu na inú nástenku", "Filter by completed" : "Filtrovať podľa dokončených" }, diff --git a/l10n/sk.json b/l10n/sk.json index 3e490356f..1838f1e7e 100644 --- a/l10n/sk.json +++ b/l10n/sk.json @@ -74,7 +74,7 @@ "Cards due tomorrow" : "Karty splatné zajtra", "Upcoming cards" : "Nadchádzajúce karty", "Load more" : "Načítať viac", - "Personal" : "Osobné", + "Welcome to Nextcloud Deck!" : "Vitajte v Nextcloud Deck!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Používateľ %s vám priradil kartu „%s“ na „%s“.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} vám priradil kartu {deck-card} na {deck-board}.", "The card \"%s\" on \"%s\" has reached its due date." : "Karta \"%s\" na nástenke \"%s\" dosiahla termín dokončenia.", @@ -97,12 +97,16 @@ "Action needed" : "Potrebná akcia", "Later" : "Neskôr", "copy" : "kopírovať", - "To do" : "Urobiť", - "Doing" : "Prebieha", + "Read more inside" : "Prečítajte si viac vo vnútri", + "Custom lists - click to rename!" : "Vlastné zoznamy - kliknite pre premenovanie!", + "To Do" : "Úlohy", + "In Progress" : "Prebieha", "Done" : "Hotové", - "Example Task 3" : "Príklad úlohy 3", - "Example Task 2" : "Príklad úlohy 2", - "Example Task 1" : "Príklad úlohy 1", + "1. Open to learn more about boards and cards" : "1. Otvorte a dozviete sa viac o nástenkách a kartách", + "2. Drag cards left and right, up and down" : "2. Potiahnite karty doľava a doprava, nahor a nadol", + "3. Apply rich formatting and link content" : "3. Použite bohaté formátovanie a pripojte obsah", + "4. Share, comment and collaborate!" : "4. Zdieľajte, komentujte a spoluprecujte!", + "Create your first card!" : "Vytvorte vašu prvú kartu!", "The file was uploaded" : "Súbor bol nahraný", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Nahraný súbor prekročil limit nastavený v upload_max_filesize v súbore php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Ukladaný súbor prekračuje nastavenie MAX_FILE_SIZE z volieb HTML formulára.", @@ -118,8 +122,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "Neplatný dátum, formát musí byť v tvare YYYY-MM-DD", "Personal planning and team project organization" : "Osobné plánovanie a organizácia tímových projektov", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck je organizačný nástroj typu kanban zameraný na osobné plánovanie a organizáciu projektov pre tímy integrované s Nextcloud.\n\n\n- 📥 Pridajte svoje úlohy na karty a usporiadajte ich\n- 📄 Zapíšte si ďalšie poznámky v Markdown\n- 🔖 Priraďte štítky pre ešte lepšiu organizáciu\n- 👥 Zdieľajte so svojím tímom, priateľmi alebo rodinou\n- 📎 Pripojte súbory a vložte ich do popisu Markdown\n- 💬 Diskutujte so svojím tímom pomocou komentárov\n- ⚡ Sledujte zmeny v prúde aktivít\n- 🚀 Zorganizujte si svoj projekt", - "Card details" : "Podrobnosti o karte", "Add board" : "Pridať nástenk", + "Card details" : "Podrobnosti o karte", "Select the board to link to a project" : "Vybrať nástenku na vytvorenie odkazu ku projektu", "Search by board title" : "Vyhľadávanie podľa názvu nástenky", "Select board" : "Vybrať nástenku", @@ -129,17 +133,17 @@ "Select a list" : "Vybrať zoznam", "Move card" : "Presunúť kartu", "Copy card" : "Kopírovať kartu", - "Select a card" : "Vyberte kartu", - "Cancel" : "Zrušiť", "Select the card to link to a project" : "Vyberte kartu, ktorú chcete prepojiť s projektom", "Link to card" : "Prepojiť s kartou", + "Select a card" : "Vyberte kartu", + "Cancel" : "Zrušiť", + "This board is read only" : "Táto nástenka je iba na čítanie", + "Drop your files to upload" : "Pretiahnite sem súbory, ktoré chcete nahrať", "File already exists" : "Súbor už existuje", "A file with the name {filename} already exists." : "Súbor s názvom {filename} už existuje.", "Do you want to overwrite it?" : "Chcete ho prepísať?", "Overwrite file" : "Prepísať súbor", "Keep existing file" : "Ponechať existujúci súbor", - "This board is read only" : "Táto nástenka je iba na čítanie", - "Drop your files to upload" : "Pretiahnite sem súbory, ktoré chcete nahrať", "Add card" : "Pridať kartu", "Archived cards" : "Archivované karty", "Add list" : "Pridať zoznam", @@ -180,6 +184,12 @@ "Deleted lists" : "Vymazané zoznamy", "Undo" : "Odvolať", "Deleted cards" : "Odstránené karty", + "Failed to create share with {displayName}" : "Nepodarilo sa vytvoriť zdieľanie pre {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Naozaj chcete preniesť nástenku {title} na užívateľa {user}?", + "Transfer the board." : "Prenos nástenky.", + "Transfer" : "Prenos", + "The board has been transferred to {user}" : "Nástenka bola presunutá na {user}", + "Failed to transfer the board to {user}" : "Chyba pri presune nástenky na {user}", "Share board with a user, group or team …" : "Zdieľanie nástenky s užívateľom, skupinou alebo tímom …", "Searching for users, groups and teams …" : "Vyhľadávam užívateľov, skupiny a tímy ...", "No participants found" : "Nenašli sa žiadni účastníci", @@ -191,12 +201,7 @@ "Can manage" : "Môže spravovať", "Owner" : "Vlastník", "Delete" : "Zmazať", - "Failed to create share with {displayName}" : "Nepodarilo sa vytvoriť zdieľanie pre {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Naozaj chcete preniesť nástenku {title} na užívateľa {user}?", - "Transfer the board." : "Prenos nástenky.", - "Transfer" : "Prenos", - "The board has been transferred to {user}" : "Nástenka bola presunutá na {user}", - "Failed to transfer the board to {user}" : "Chyba pri presune nástenky na {user}", + "List deleted" : "Zoznam bol vymazaný", "Edit list title" : "Upraviť názov zoznamu", "Archive all cards" : "Archivovať všetky karty", "Unarchive all cards" : "Zrušiť archiváciu všetkých kariet", @@ -205,15 +210,16 @@ "Unarchive all cards in this list" : "Zrušiť archiváciu všetkých kariet v tomto zozname", "Add a new card" : "Pridať novú kartu", "Card name" : "Názov karty", - "List deleted" : "Zoznam bol vymazaný", + "title and color value must be provided" : "je potrebné zadať nadpis a vybrať farbu", "Edit" : "Upraviť", "Add a new tag" : "Pridať nový štítok", - "title and color value must be provided" : "je potrebné zadať nadpis a vybrať farbu", "Board name" : "Názov nástenky", "Members" : "Členovia", "Assign to users/groups/team" : "Priradiť k užívateľom/skupinám/tímom", "Assign a user to this card…" : "Priradiť používateľa k tejto karte…", "Select a user to assign to this card…" : "Vyberte užívateľa, ktorého chcete priradiť k tejto karte…", + "File to share" : "Súbor na zdieľanie", + "Invalid path selected" : "Bola vybraná neplatná cesta", "Upload new files" : "Nahrať nové súbory", "Share from Files" : "Zdieľať zo Súborov", "Pending share" : "Čakajúce zdieľanie", @@ -223,25 +229,24 @@ "Remove attachment" : "Odstrániť prílohu", "Delete Attachment" : "Odstrániť prílohu", "Restore Attachment" : "Obnoviť prílohu", - "File to share" : "Súbor na zdieľanie", - "Invalid path selected" : "Bola vybraná neplatná cesta", + "Modified" : "Upravené", + "Created" : "Vytvorené", + "The title cannot be empty." : "Nadpis nemôže byť prázdny.", "Open in sidebar view" : "Otvoriť v bočnom paneli", "Open in bigger view" : "Otvoriť vo väčšom zobrazení", "Attachments" : "Prílohy", "Comments" : "Komentáre", - "Modified" : "Upravené", - "Created" : "Vytvorené", - "The title cannot be empty." : "Nadpis nemôže byť prázdny.", - "No comments yet. Begin the discussion!" : "Zatiaľ bez komentárov. Začnite diskusiu!", "Failed to load comments" : "Nepodarilo sa načítať komentáre", - "Save" : "Uložiť", + "No comments yet. Begin the discussion!" : "Zatiaľ bez komentárov. Začnite diskusiu!", "The comment cannot be empty." : "Komentár nemôže byť prázdny.", "The comment cannot be longer than 1000 characters." : "Komentár nemôže byť dlhší ako 1000 znakov.", + "Save" : "Uložiť", + "Created:" : "Vytvorené:", "In reply to" : "Odpoveď na", "Cancel reply" : "Zrušiť odpoveď", "Reply" : "Odpoveď", "Update" : "Aktualizovať", - "Created:" : "Vytvorené:", + "Write a description …" : "Napíšte popis...", "Description" : "Popis", "(Unsaved)" : "(Neuložené)", "(Saving…)" : "(Ukladanie…)", @@ -249,8 +254,16 @@ "Edit description" : "Upraviť popis", "View description" : "Zobraziť popis", "Add Attachment" : "Pridať prílohu", - "Write a description …" : "Napíšte popis...", "Choose attachment" : "Vybrať prílohu", + "Select Date" : "Vybrať dátum", + "Later today – {timeLocale}" : "Neskôr dnes - {timeLocale}", + "Set due date for later today" : "Nastaviť termín dokončenia na neskôr dnes ", + "Tomorrow – {timeLocale}" : "Zajtra – {timeLocale}", + "Set due date for tomorrow" : "Nastaviť termín dokončenia na zajtra", + "This weekend – {timeLocale}" : "Tento víkend – {timeLocale}", + "Set due date for this weekend" : "Nastaviť termín dokončenia na tento víkend", + "Next week – {timeLocale}" : "Budúci týždeň – {timeLocale}", + "Set due date for next week" : "Nastaviť termín dokončenia na budúci týždeň", "Assign a due date to this card…" : "Priradiť tejto karte termín…", "Set a due date" : "Nastaviť termín", "Add due date" : "Pridať termín", @@ -261,26 +274,20 @@ "Not done" : "Neurobené", "Unarchive card" : "Zrušiť archiváciu karty", "Archive card" : "Archivovať kartu", - "Select Date" : "Vybrať dátum", - "Set due date for later today" : "Nastaviť termín dokončenia na neskôr dnes ", - "Set due date for tomorrow" : "Nastaviť termín dokončenia na zajtra", - "Set due date for this weekend" : "Nastaviť termín dokončenia na tento víkend", - "Set due date for next week" : "Nastaviť termín dokončenia na budúci týždeň", "Assign a tag to this card…" : "Tejto karte priradiť štítok…", "Select or create a tag…" : "Vybrať alebo vytvoriť štítok...", "Create a new tag:" : "Vytvoriť nový štítok:", "(group)" : "(skupina)", - "Next week – {timeLocale}" : "Budúci týždeň – {timeLocale}", - "Todo items" : "Položky úloh", "{count} comments, {unread} unread" : "{count} komentárov, {unread} neprečítaných", + "Todo items" : "Položky úloh", "Edit card title" : "Upraviť názov karty", "Open link" : "Otvoriť odkaz", + "Card deleted" : "Karta bola vymazaná", "Edit title" : "Premenovať", "Assign to me" : "Priradiť mne", "Unassign myself" : "Zrušiť priradenie mne", "Mark as not done" : "Označiť ako nedokončené", "Delete card" : "Zmazať kartu", - "Card deleted" : "Karta bola vymazaná", "seconds ago" : "pred niekoľkými sekundami", "Keyboard shortcuts" : "Klávesové skratky", "Boost your productivity using Deck with keyboard shortcuts." : "Zvýšte svoju produktivitu s Deck pomocou klávesových skratiek.", @@ -319,6 +326,13 @@ "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Užívatelia mimo týchto skupín si nebudú môcť vytvárať vlastné nástenky, ale stále budú môcť pracovať na nástenkách, ktoré s nimi boli zdieľané.", "Cancel edit" : "Zrušiť upravovanie", "Save board" : "Uložiť tabuľu", + "Board {0} deleted" : "Nástenka {0} vymazaná", + "All cards" : "Všetky karty", + "Only assigned cards" : "Len priradené karty", + "No reminder" : "Žiadna pripomienka", + "An error occurred" : "Vyskytla sa chyba", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Naozaj chcete chcete vymazať nástenku {title}? Toto zmaže všetky údaje o tejto nástenke vrátane archivovaných kariet.", + "Delete the board?" : "Vymazať nástenku?", "Board details" : "Podrobnosti o nástenke", "Edit board" : "Upraviť nástenku", "Clone board" : "Duplikovať nástenku", @@ -328,16 +342,9 @@ "Turn on due date reminders" : "Zapnúť pripomienky na termín dokončenia", "Turn off due date reminders" : "Vypnúť pripomienky na termín dokončenia", "Due date reminders" : "Pripomienky termínu dokončenia", - "All cards" : "Všetky karty", "Assigned cards" : "Priradené karty", "No notifications" : "Žiadne upozornenia", "Delete board" : "Vymazať nástenku", - "Board {0} deleted" : "Nástenka {0} vymazaná", - "Only assigned cards" : "Len priradené karty", - "No reminder" : "Žiadna pripomienka", - "An error occurred" : "Vyskytla sa chyba", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Naozaj chcete chcete vymazať nástenku {title}? Toto zmaže všetky údaje o tejto nástenke vrátane archivovaných kariet.", - "Delete the board?" : "Vymazať nástenku?", "Clone {boardTitle}" : "Klonovať {boardTitle}", "Clone cards" : "Duplikovať karty", "Clone assignments" : "Klonovať úlohu", @@ -354,14 +361,15 @@ "Search for {searchQuery} in all boards" : "Vyhľadať {searchQuery} na všetkých plochách", "No results found" : "Neboli nájdené žiadne výsledky", "Deck board {name}\n* Last modified on {lastMod}" : "Nástenka Deck {name}\n* Naposledy upravené {lastMod}", - "{stack} in {board}" : "{stack} v {board}", - "Click to expand description" : "Kliknite pre rozšírenie popisu", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Vytvorené dňa {created}\n* Naposledy upravené {lastMod}\n* {nbAttachments} príloh\n* Komentáre: {nbComments}", "{nbCards} cards" : "{nbCards} kariet", + "Due on {date}" : "Platné do {date}", + "{stack} in {board}" : "{stack} v {board}", + "Click to expand description" : "Kliknite pre rozšírenie popisu", "Click to expand comment" : "Kliknite pre zobrazenie komentára", + "Create card" : "Vytvoriť kartu", "Create a new card" : "Vytvoriť novú kartu", "Card title" : "Meno karty", - "Create card" : "Vytvoriť kartu", "Creating the new card …" : "Vytváram novú kartu ...", "Card \"{card}\" was added to \"{board}\"" : "Karta \"{card}\" bola pridaná na \"{board}\"", "Open card" : "Otvoriť kartu", @@ -371,10 +379,6 @@ "upcoming cards tomorrow" : "Nadchádzajúce karty na zajtra", "upcoming cards" : "nadchádzajúce karty", "New card" : "Nová karta", - "Due on {date}" : "Platné do {date}", - "This weekend – {timeLocale}" : "Tento víkend – {timeLocale}", - "Tomorrow – {timeLocale}" : "Zajtra – {timeLocale}", - "Later today – {timeLocale}" : "Neskôr dnes - {timeLocale}", "Link to a board" : "Odkaz na nástenku", "Link to a card" : "Prepojiť s kartou", "Create a card" : "Vytvoriť kartu", @@ -386,6 +390,12 @@ "Share with a Deck card" : "Zdieľať s kartou Deck", "Share {file} with a Deck card" : "Zdieľať {file} s kartou Deck", "Share" : "Zdieľať", + "Personal" : "Osobné", + "To do" : "Urobiť", + "Doing" : "Prebieha", + "Example Task 3" : "Príklad úlohy 3", + "Example Task 2" : "Príklad úlohy 2", + "Example Task 1" : "Príklad úlohy 1", "Move card to another board" : "Presunúť kartu na inú nástenku", "Filter by completed" : "Filtrovať podľa dokončených" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" diff --git a/l10n/sl.js b/l10n/sl.js index 7119f19e2..c6a94d7e8 100644 --- a/l10n/sl.js +++ b/l10n/sl.js @@ -68,7 +68,6 @@ OC.L10N.register( "A comment was created on a card" : "Nalogi je dodana nova opomba", "Upcoming cards" : "Prihajajoče naloge", "Load more" : "Naloži več", - "Personal" : "Osebno", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Nalogo »%s« na »%s« vam dodeli %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} vam dodeli nalogo »{deck-card}« na »{deck-board}«.", "The card \"%s\" on \"%s\" has reached its due date." : "Naloga »%s« na »%s« je dosegla datum preteka.", @@ -86,12 +85,8 @@ OC.L10N.register( "Action needed" : "Čaka na odziv", "Later" : "Kasneje", "copy" : "kopija", - "To do" : "Prihajajoče naloge", - "Doing" : "Naloge v teku", + "To Do" : "Naloge", "Done" : "Končane naloge", - "Example Task 3" : "Primer naloge 3", - "Example Task 2" : "Primer naloge 2", - "Example Task 1" : "Primer naloge 1", "The file was uploaded" : "Datoteka je uspešno poslana.", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Poslana datoteka presega določilo največje dovoljene velikosti v datoteki php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Poslana datoteka presega velikost, ki je določena kot omejitev MAX_FILE_SIZE v zapisu HTML.", @@ -105,8 +100,8 @@ OC.L10N.register( "Path is already shared with this card" : "Pot je že povezana s to nalogo", "Invalid date, date format must be YYYY-MM-DD" : "Neveljaven zapis časa; biti mora v zapisu YYYY-MM-DD", "Personal planning and team project organization" : "Osebno načrtovanje nalog in organizacija skupinskih projektov", - "Card details" : "Podrobnosti naloge", "Add board" : "Dodaj zbirko", + "Card details" : "Podrobnosti naloge", "Select the board to link to a project" : "Izberite zbirko za povezavo s projektom", "Search by board title" : "Išči po imenu zbirke", "Select board" : "Izbor zbirke", @@ -114,17 +109,17 @@ OC.L10N.register( "No lists available" : "Ni razpoložljivih seznamov", "Select a list" : "Izbor seznama", "Move card" : "Premakni nalogo", - "Select a card" : "Izbor naloge", - "Cancel" : "Prekliči", "Select the card to link to a project" : "Izbor naloge za povezavo do projekta", "Link to card" : "Poveži nalogo", + "Select a card" : "Izbor naloge", + "Cancel" : "Prekliči", + "This board is read only" : "Zbirka je označena le za branje", + "Drop your files to upload" : "Spustite datoteke za pošiljanje v oblak", "File already exists" : "Datoteka s tem imenom že obstaja.", "A file with the name {filename} already exists." : "Datoteka z imenom {filename} že obstaja.", "Do you want to overwrite it?" : "Ali želite predmet prepisati?", "Overwrite file" : "Prepiši datoteko", "Keep existing file" : "Ohrani obstoječe datoteke", - "This board is read only" : "Zbirka je označena le za branje", - "Drop your files to upload" : "Spustite datoteke za pošiljanje v oblak", "Add card" : "Dodaj nalogo", "Archived cards" : "Arhivirane naloge", "Add list" : "Dodaj seznam", @@ -162,6 +157,8 @@ OC.L10N.register( "Deleted lists" : "Izbrisani seznami", "Undo" : "Razveljavi", "Deleted cards" : "Izbrisane naloge", + "Failed to create share with {displayName}" : "Souporaba z uporabnikom {displayName} je spodletela", + "Transfer" : "Prenos", "No participants found" : "Ni zaznanih udeleženev", "Board owner" : "Lastnik zbirke", "(Group)" : "(Skupina)", @@ -170,20 +167,20 @@ OC.L10N.register( "Can manage" : "Lahko upravlja", "Owner" : "Lastnik", "Delete" : "Izbriši", - "Failed to create share with {displayName}" : "Souporaba z uporabnikom {displayName} je spodletela", - "Transfer" : "Prenos", + "List deleted" : "Seznam je izbrisan", "Archive all cards" : "Arhiviraj vse kartice", "Delete list" : "Izbriši seznam", "Archive all cards in this list" : "Arhiviraj vse kartice tega seznama", "Add a new card" : "Dodaj novo nalogo", "Card name" : "Ime kartice", - "List deleted" : "Seznam je izbrisan", + "title and color value must be provided" : "navedena morata biti podatka naslova in barve", "Edit" : "Uredi", "Add a new tag" : "Dodaj novo oznako", - "title and color value must be provided" : "navedena morata biti podatka naslova in barve", "Board name" : "Ime zbirke", "Members" : "Člani", "Assign a user to this card…" : "Dodeli uporabnika k nalogi ...", + "File to share" : "Datoteka za souporabo", + "Invalid path selected" : "Izbrana je neveljavna pot", "Upload new files" : "Pošlji nove datoteke", "Share from Files" : "Poveži iz oblaka", "Add this attachment" : "Dodaj prilogo", @@ -192,25 +189,24 @@ OC.L10N.register( "Remove attachment" : "Odstrani prilogo", "Delete Attachment" : "Izbriši prilogo", "Restore Attachment" : "Obnovi prilogo", - "File to share" : "Datoteka za souporabo", - "Invalid path selected" : "Izbrana je neveljavna pot", + "Modified" : "Spremenjeno", + "Created" : "Ustvarjeno", + "The title cannot be empty." : "Polje naslova ne sme biti prazno.", "Open in sidebar view" : "Odpri v bočnem pogledu", "Open in bigger view" : "Odpri v povečanem pogledu", "Attachments" : "Priloge", "Comments" : "Opombe", - "Modified" : "Spremenjeno", - "Created" : "Ustvarjeno", - "The title cannot be empty." : "Polje naslova ne sme biti prazno.", - "No comments yet. Begin the discussion!" : "Ni še odzivov, bodite prvi!", "Failed to load comments" : "Nalaganje opomb je spodletelo.", - "Save" : "Shrani", + "No comments yet. Begin the discussion!" : "Ni še odzivov, bodite prvi!", "The comment cannot be empty." : "Polje opombe ne sme biti prazno.", "The comment cannot be longer than 1000 characters." : "Opomba ne sme biti daljša od 1000 znakov.", + "Save" : "Shrani", + "Created:" : "Ustvarjeno:", "In reply to" : "V odgovor", "Cancel reply" : "Prekliči odgovor", "Reply" : "Odgovori", "Update" : "Posodobi", - "Created:" : "Ustvarjeno:", + "Write a description …" : "Vpišite opis ...", "Description" : "Opis", "(Unsaved)" : "(neshranjeno)", "(Saving…)" : "(shranjevanje ...)", @@ -218,8 +214,16 @@ OC.L10N.register( "Edit description" : "Uredi opis", "View description" : "Pokaži opis", "Add Attachment" : "Dodaj prilogo", - "Write a description …" : "Vpišite opis ...", "Choose attachment" : "Izbor priloge", + "Select Date" : "Izbor datuma", + "Later today – {timeLocale}" : "Danes – {timeLocale}", + "Set due date for later today" : "Nastavi datum preteka na danes kasneje", + "Tomorrow – {timeLocale}" : "Jutri – {timeLocale}", + "Set due date for tomorrow" : "Nastavi datum preteka na jutri", + "This weekend – {timeLocale}" : "Ta teden – {timeLocale}", + "Set due date for this weekend" : "Nastavi datum preteka na ta teden", + "Next week – {timeLocale}" : "Naslednji teden – {timeLocale}", + "Set due date for next week" : "Nastavi datum preteka na naslednji teden", "Set a due date" : "Nastavi datum preteka", "Add due date" : "Dodaj datum preteka", "Choose a date" : "Izbor datuma", @@ -229,25 +233,19 @@ OC.L10N.register( "Not done" : "Ni končano", "Unarchive card" : "Povrni nalogo", "Archive card" : "Arhiviraj nalogo", - "Select Date" : "Izbor datuma", - "Set due date for later today" : "Nastavi datum preteka na danes kasneje", - "Set due date for tomorrow" : "Nastavi datum preteka na jutri", - "Set due date for this weekend" : "Nastavi datum preteka na ta teden", - "Set due date for next week" : "Nastavi datum preteka na naslednji teden", "Assign a tag to this card…" : "Dodeli oznako nalogi ...", "Select or create a tag…" : "Izberi ali ustvari oznako ...", "Create a new tag:" : "Ustvari novo oznako:", "(group)" : "(skupina)", - "Next week – {timeLocale}" : "Naslednji teden – {timeLocale}", - "Todo items" : "Naloge", "{count} comments, {unread} unread" : "{count} sporočil, {unread} neprebranih", + "Todo items" : "Naloge", "Edit card title" : "Uredi naslov naloge", + "Card deleted" : "Naloga je izbrisana", "Edit title" : "Uredi naslov", "Assign to me" : "Nalogo dodeli meni", "Unassign myself" : "Odstrani me z naloge", "Mark as not done" : "Označi kot Ni končano", "Delete card" : "Izbriši nalogo", - "Card deleted" : "Naloga je izbrisana", "seconds ago" : "pred nekaj sekundami", "Keyboard shortcuts" : "Tipkovne bližnjice", "Boost your productivity using Deck with keyboard shortcuts." : "Povečaj hitrost dela z uporabo tipkovnih bližnjic", @@ -275,6 +273,12 @@ OC.L10N.register( "Use bigger card view" : "Uporabi povečan pogled nalog", "Show boards in calendar/tasks" : "Pokaži zbirke v koledarjem in med opravili", "Cancel edit" : "Prekliči urejanje", + "Board {0} deleted" : "Zbirka {0} je izbrisana", + "All cards" : "Vse naloge", + "Only assigned cards" : "Le dodeljene naloge", + "No reminder" : "Ni vpisanih opomnikov", + "An error occurred" : "Prišlo je do napake.", + "Delete the board?" : "Ali želite izbrisati zbirko?", "Board details" : "Podrobnosti zbirke", "Edit board" : "Uredi zbirko", "Clone board" : "Kloniraj zbirko", @@ -283,15 +287,9 @@ OC.L10N.register( "Turn on due date reminders" : "Omogoči opomnike o datumu zapadlosti ", "Turn off due date reminders" : "Onemogoči opomnike o datumu zapadlosti", "Due date reminders" : "Opomniki o datumu zapadlosti", - "All cards" : "Vse naloge", "Assigned cards" : "Dodeljene naloge", "No notifications" : "Ni obvestil", "Delete board" : "Izbriši zbirko", - "Board {0} deleted" : "Zbirka {0} je izbrisana", - "Only assigned cards" : "Le dodeljene naloge", - "No reminder" : "Ni vpisanih opomnikov", - "An error occurred" : "Prišlo je do napake.", - "Delete the board?" : "Ali želite izbrisati zbirko?", "Clone cards" : "Kloniraj nalogo", "Advanced options" : "Napredne možnosti", "Clone" : "Kloniraj", @@ -301,11 +299,12 @@ OC.L10N.register( "No due" : "Ni datuma preteka", "Search for {searchQuery} in all boards" : "Poišči {searchQuery} med vsemi zbirkami nalog.", "No results found" : "Ni najdenih zadetkov", + "Due on {date}" : "Poteče {date}", "{stack} in {board}" : "{stack} v {board}", "Click to expand comment" : "Kliknite za razširitev opombe", + "Create card" : "Ustvari nalogo", "Create a new card" : "Ustvari novo nalogo", "Card title" : "Naslov naloge", - "Create card" : "Ustvari nalogo", "Creating the new card …" : "Poteka ustvarjanje nove naloge ...", "Card \"{card}\" was added to \"{board}\"" : "Naloga »{card}« je dodana v zbirko »{board}«.", "Open card" : "Odpri nalogo", @@ -313,10 +312,6 @@ OC.L10N.register( "No upcoming cards" : "Ni prihajajočih nalog", "upcoming cards" : "prihajajoče naloge", "New card" : "Nova naloga", - "Due on {date}" : "Poteče {date}", - "This weekend – {timeLocale}" : "Ta teden – {timeLocale}", - "Tomorrow – {timeLocale}" : "Jutri – {timeLocale}", - "Later today – {timeLocale}" : "Danes – {timeLocale}", "Link to a board" : "Povezava do zbirke", "Link to a card" : "Povezava do naloge", "Create a card" : "Ustvari nalogo", @@ -328,6 +323,12 @@ OC.L10N.register( "Share with a Deck card" : "Poveži z nalogo Deck", "Share {file} with a Deck card" : "Poveži datoteko {file} z nalogo Deck", "Share" : "Souporaba", + "Personal" : "Osebno", + "To do" : "Prihajajoče naloge", + "Doing" : "Naloge v teku", + "Example Task 3" : "Primer naloge 3", + "Example Task 2" : "Primer naloge 2", + "Example Task 1" : "Primer naloge 1", "Move card to another board" : "Premakni nalogo v drugo zbirko" }, "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/l10n/sl.json b/l10n/sl.json index 4ba4559e7..f1a90cd34 100644 --- a/l10n/sl.json +++ b/l10n/sl.json @@ -66,7 +66,6 @@ "A comment was created on a card" : "Nalogi je dodana nova opomba", "Upcoming cards" : "Prihajajoče naloge", "Load more" : "Naloži več", - "Personal" : "Osebno", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Nalogo »%s« na »%s« vam dodeli %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} vam dodeli nalogo »{deck-card}« na »{deck-board}«.", "The card \"%s\" on \"%s\" has reached its due date." : "Naloga »%s« na »%s« je dosegla datum preteka.", @@ -84,12 +83,8 @@ "Action needed" : "Čaka na odziv", "Later" : "Kasneje", "copy" : "kopija", - "To do" : "Prihajajoče naloge", - "Doing" : "Naloge v teku", + "To Do" : "Naloge", "Done" : "Končane naloge", - "Example Task 3" : "Primer naloge 3", - "Example Task 2" : "Primer naloge 2", - "Example Task 1" : "Primer naloge 1", "The file was uploaded" : "Datoteka je uspešno poslana.", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Poslana datoteka presega določilo največje dovoljene velikosti v datoteki php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Poslana datoteka presega velikost, ki je določena kot omejitev MAX_FILE_SIZE v zapisu HTML.", @@ -103,8 +98,8 @@ "Path is already shared with this card" : "Pot je že povezana s to nalogo", "Invalid date, date format must be YYYY-MM-DD" : "Neveljaven zapis časa; biti mora v zapisu YYYY-MM-DD", "Personal planning and team project organization" : "Osebno načrtovanje nalog in organizacija skupinskih projektov", - "Card details" : "Podrobnosti naloge", "Add board" : "Dodaj zbirko", + "Card details" : "Podrobnosti naloge", "Select the board to link to a project" : "Izberite zbirko za povezavo s projektom", "Search by board title" : "Išči po imenu zbirke", "Select board" : "Izbor zbirke", @@ -112,17 +107,17 @@ "No lists available" : "Ni razpoložljivih seznamov", "Select a list" : "Izbor seznama", "Move card" : "Premakni nalogo", - "Select a card" : "Izbor naloge", - "Cancel" : "Prekliči", "Select the card to link to a project" : "Izbor naloge za povezavo do projekta", "Link to card" : "Poveži nalogo", + "Select a card" : "Izbor naloge", + "Cancel" : "Prekliči", + "This board is read only" : "Zbirka je označena le za branje", + "Drop your files to upload" : "Spustite datoteke za pošiljanje v oblak", "File already exists" : "Datoteka s tem imenom že obstaja.", "A file with the name {filename} already exists." : "Datoteka z imenom {filename} že obstaja.", "Do you want to overwrite it?" : "Ali želite predmet prepisati?", "Overwrite file" : "Prepiši datoteko", "Keep existing file" : "Ohrani obstoječe datoteke", - "This board is read only" : "Zbirka je označena le za branje", - "Drop your files to upload" : "Spustite datoteke za pošiljanje v oblak", "Add card" : "Dodaj nalogo", "Archived cards" : "Arhivirane naloge", "Add list" : "Dodaj seznam", @@ -160,6 +155,8 @@ "Deleted lists" : "Izbrisani seznami", "Undo" : "Razveljavi", "Deleted cards" : "Izbrisane naloge", + "Failed to create share with {displayName}" : "Souporaba z uporabnikom {displayName} je spodletela", + "Transfer" : "Prenos", "No participants found" : "Ni zaznanih udeleženev", "Board owner" : "Lastnik zbirke", "(Group)" : "(Skupina)", @@ -168,20 +165,20 @@ "Can manage" : "Lahko upravlja", "Owner" : "Lastnik", "Delete" : "Izbriši", - "Failed to create share with {displayName}" : "Souporaba z uporabnikom {displayName} je spodletela", - "Transfer" : "Prenos", + "List deleted" : "Seznam je izbrisan", "Archive all cards" : "Arhiviraj vse kartice", "Delete list" : "Izbriši seznam", "Archive all cards in this list" : "Arhiviraj vse kartice tega seznama", "Add a new card" : "Dodaj novo nalogo", "Card name" : "Ime kartice", - "List deleted" : "Seznam je izbrisan", + "title and color value must be provided" : "navedena morata biti podatka naslova in barve", "Edit" : "Uredi", "Add a new tag" : "Dodaj novo oznako", - "title and color value must be provided" : "navedena morata biti podatka naslova in barve", "Board name" : "Ime zbirke", "Members" : "Člani", "Assign a user to this card…" : "Dodeli uporabnika k nalogi ...", + "File to share" : "Datoteka za souporabo", + "Invalid path selected" : "Izbrana je neveljavna pot", "Upload new files" : "Pošlji nove datoteke", "Share from Files" : "Poveži iz oblaka", "Add this attachment" : "Dodaj prilogo", @@ -190,25 +187,24 @@ "Remove attachment" : "Odstrani prilogo", "Delete Attachment" : "Izbriši prilogo", "Restore Attachment" : "Obnovi prilogo", - "File to share" : "Datoteka za souporabo", - "Invalid path selected" : "Izbrana je neveljavna pot", + "Modified" : "Spremenjeno", + "Created" : "Ustvarjeno", + "The title cannot be empty." : "Polje naslova ne sme biti prazno.", "Open in sidebar view" : "Odpri v bočnem pogledu", "Open in bigger view" : "Odpri v povečanem pogledu", "Attachments" : "Priloge", "Comments" : "Opombe", - "Modified" : "Spremenjeno", - "Created" : "Ustvarjeno", - "The title cannot be empty." : "Polje naslova ne sme biti prazno.", - "No comments yet. Begin the discussion!" : "Ni še odzivov, bodite prvi!", "Failed to load comments" : "Nalaganje opomb je spodletelo.", - "Save" : "Shrani", + "No comments yet. Begin the discussion!" : "Ni še odzivov, bodite prvi!", "The comment cannot be empty." : "Polje opombe ne sme biti prazno.", "The comment cannot be longer than 1000 characters." : "Opomba ne sme biti daljša od 1000 znakov.", + "Save" : "Shrani", + "Created:" : "Ustvarjeno:", "In reply to" : "V odgovor", "Cancel reply" : "Prekliči odgovor", "Reply" : "Odgovori", "Update" : "Posodobi", - "Created:" : "Ustvarjeno:", + "Write a description …" : "Vpišite opis ...", "Description" : "Opis", "(Unsaved)" : "(neshranjeno)", "(Saving…)" : "(shranjevanje ...)", @@ -216,8 +212,16 @@ "Edit description" : "Uredi opis", "View description" : "Pokaži opis", "Add Attachment" : "Dodaj prilogo", - "Write a description …" : "Vpišite opis ...", "Choose attachment" : "Izbor priloge", + "Select Date" : "Izbor datuma", + "Later today – {timeLocale}" : "Danes – {timeLocale}", + "Set due date for later today" : "Nastavi datum preteka na danes kasneje", + "Tomorrow – {timeLocale}" : "Jutri – {timeLocale}", + "Set due date for tomorrow" : "Nastavi datum preteka na jutri", + "This weekend – {timeLocale}" : "Ta teden – {timeLocale}", + "Set due date for this weekend" : "Nastavi datum preteka na ta teden", + "Next week – {timeLocale}" : "Naslednji teden – {timeLocale}", + "Set due date for next week" : "Nastavi datum preteka na naslednji teden", "Set a due date" : "Nastavi datum preteka", "Add due date" : "Dodaj datum preteka", "Choose a date" : "Izbor datuma", @@ -227,25 +231,19 @@ "Not done" : "Ni končano", "Unarchive card" : "Povrni nalogo", "Archive card" : "Arhiviraj nalogo", - "Select Date" : "Izbor datuma", - "Set due date for later today" : "Nastavi datum preteka na danes kasneje", - "Set due date for tomorrow" : "Nastavi datum preteka na jutri", - "Set due date for this weekend" : "Nastavi datum preteka na ta teden", - "Set due date for next week" : "Nastavi datum preteka na naslednji teden", "Assign a tag to this card…" : "Dodeli oznako nalogi ...", "Select or create a tag…" : "Izberi ali ustvari oznako ...", "Create a new tag:" : "Ustvari novo oznako:", "(group)" : "(skupina)", - "Next week – {timeLocale}" : "Naslednji teden – {timeLocale}", - "Todo items" : "Naloge", "{count} comments, {unread} unread" : "{count} sporočil, {unread} neprebranih", + "Todo items" : "Naloge", "Edit card title" : "Uredi naslov naloge", + "Card deleted" : "Naloga je izbrisana", "Edit title" : "Uredi naslov", "Assign to me" : "Nalogo dodeli meni", "Unassign myself" : "Odstrani me z naloge", "Mark as not done" : "Označi kot Ni končano", "Delete card" : "Izbriši nalogo", - "Card deleted" : "Naloga je izbrisana", "seconds ago" : "pred nekaj sekundami", "Keyboard shortcuts" : "Tipkovne bližnjice", "Boost your productivity using Deck with keyboard shortcuts." : "Povečaj hitrost dela z uporabo tipkovnih bližnjic", @@ -273,6 +271,12 @@ "Use bigger card view" : "Uporabi povečan pogled nalog", "Show boards in calendar/tasks" : "Pokaži zbirke v koledarjem in med opravili", "Cancel edit" : "Prekliči urejanje", + "Board {0} deleted" : "Zbirka {0} je izbrisana", + "All cards" : "Vse naloge", + "Only assigned cards" : "Le dodeljene naloge", + "No reminder" : "Ni vpisanih opomnikov", + "An error occurred" : "Prišlo je do napake.", + "Delete the board?" : "Ali želite izbrisati zbirko?", "Board details" : "Podrobnosti zbirke", "Edit board" : "Uredi zbirko", "Clone board" : "Kloniraj zbirko", @@ -281,15 +285,9 @@ "Turn on due date reminders" : "Omogoči opomnike o datumu zapadlosti ", "Turn off due date reminders" : "Onemogoči opomnike o datumu zapadlosti", "Due date reminders" : "Opomniki o datumu zapadlosti", - "All cards" : "Vse naloge", "Assigned cards" : "Dodeljene naloge", "No notifications" : "Ni obvestil", "Delete board" : "Izbriši zbirko", - "Board {0} deleted" : "Zbirka {0} je izbrisana", - "Only assigned cards" : "Le dodeljene naloge", - "No reminder" : "Ni vpisanih opomnikov", - "An error occurred" : "Prišlo je do napake.", - "Delete the board?" : "Ali želite izbrisati zbirko?", "Clone cards" : "Kloniraj nalogo", "Advanced options" : "Napredne možnosti", "Clone" : "Kloniraj", @@ -299,11 +297,12 @@ "No due" : "Ni datuma preteka", "Search for {searchQuery} in all boards" : "Poišči {searchQuery} med vsemi zbirkami nalog.", "No results found" : "Ni najdenih zadetkov", + "Due on {date}" : "Poteče {date}", "{stack} in {board}" : "{stack} v {board}", "Click to expand comment" : "Kliknite za razširitev opombe", + "Create card" : "Ustvari nalogo", "Create a new card" : "Ustvari novo nalogo", "Card title" : "Naslov naloge", - "Create card" : "Ustvari nalogo", "Creating the new card …" : "Poteka ustvarjanje nove naloge ...", "Card \"{card}\" was added to \"{board}\"" : "Naloga »{card}« je dodana v zbirko »{board}«.", "Open card" : "Odpri nalogo", @@ -311,10 +310,6 @@ "No upcoming cards" : "Ni prihajajočih nalog", "upcoming cards" : "prihajajoče naloge", "New card" : "Nova naloga", - "Due on {date}" : "Poteče {date}", - "This weekend – {timeLocale}" : "Ta teden – {timeLocale}", - "Tomorrow – {timeLocale}" : "Jutri – {timeLocale}", - "Later today – {timeLocale}" : "Danes – {timeLocale}", "Link to a board" : "Povezava do zbirke", "Link to a card" : "Povezava do naloge", "Create a card" : "Ustvari nalogo", @@ -326,6 +321,12 @@ "Share with a Deck card" : "Poveži z nalogo Deck", "Share {file} with a Deck card" : "Poveži datoteko {file} z nalogo Deck", "Share" : "Souporaba", + "Personal" : "Osebno", + "To do" : "Prihajajoče naloge", + "Doing" : "Naloge v teku", + "Example Task 3" : "Primer naloge 3", + "Example Task 2" : "Primer naloge 2", + "Example Task 1" : "Primer naloge 1", "Move card to another board" : "Premakni nalogo v drugo zbirko" },"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" } \ No newline at end of file diff --git a/l10n/sq.js b/l10n/sq.js index 9fc1b6a45..5a0f9fa89 100644 --- a/l10n/sq.js +++ b/l10n/sq.js @@ -2,15 +2,12 @@ OC.L10N.register( "deck", { "Deck" : "Shto paisjen U2F", - "Personal" : "Personale", "%s on %s" : "%s në %s", "Finished" : "Përfunduar", "To review" : "Për rishikim", "Action needed" : "Nevoitet veprim", "Later" : "Më vonë", "copy" : "kopjo", - "To do" : "Për t'u bërë", - "Doing" : "Duke e bërë", "Done" : "Përfunduar", "The file was uploaded" : "Skedari u ngarkua", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Kartela e ngarkuar tejkalon udhëzimin MAX_FILE_SIZE që qe përcaktuar te formulari HTML", @@ -37,18 +34,18 @@ OC.L10N.register( "Edit" : "Edito", "Members" : "Anëtar", "Download" : "Shkarko", - "Attachments" : "Bashkangjitjet", - "Comments" : "Komentet", "Modified" : "Modifikuar ", "Created" : "U krijua", + "Attachments" : "Bashkangjitjet", + "Comments" : "Komentet", "Save" : "Ruaj", + "Created:" : "Krijuar:", "Reply" : "Përgjigju", "Update" : "Përditëso", - "Created:" : "Krijuar:", "Description" : "Përshkrim", "Formatting help" : "Ndihmë formatimi", - "Remove due date" : "Hiq datën e mbarimit", "Select Date" : "Zgjidhni Datën", + "Remove due date" : "Hiq datën e mbarimit", "(group)" : "(grup)", "seconds ago" : "sekonda më parë", "Keyboard shortcuts" : "Shkurtoret e tastierës", @@ -67,6 +64,9 @@ OC.L10N.register( "Today" : "Sot", "Tomorrow" : "Nesër", "Close" : "Mbylleni", - "Share" : "Shpërndaje" + "Share" : "Shpërndaje", + "Personal" : "Personale", + "To do" : "Për t'u bërë", + "Doing" : "Duke e bërë" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/sq.json b/l10n/sq.json index 07656d9ae..96cf0ee1c 100644 --- a/l10n/sq.json +++ b/l10n/sq.json @@ -1,14 +1,11 @@ { "translations": { "Deck" : "Shto paisjen U2F", - "Personal" : "Personale", "%s on %s" : "%s në %s", "Finished" : "Përfunduar", "To review" : "Për rishikim", "Action needed" : "Nevoitet veprim", "Later" : "Më vonë", "copy" : "kopjo", - "To do" : "Për t'u bërë", - "Doing" : "Duke e bërë", "Done" : "Përfunduar", "The file was uploaded" : "Skedari u ngarkua", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Kartela e ngarkuar tejkalon udhëzimin MAX_FILE_SIZE që qe përcaktuar te formulari HTML", @@ -35,18 +32,18 @@ "Edit" : "Edito", "Members" : "Anëtar", "Download" : "Shkarko", - "Attachments" : "Bashkangjitjet", - "Comments" : "Komentet", "Modified" : "Modifikuar ", "Created" : "U krijua", + "Attachments" : "Bashkangjitjet", + "Comments" : "Komentet", "Save" : "Ruaj", + "Created:" : "Krijuar:", "Reply" : "Përgjigju", "Update" : "Përditëso", - "Created:" : "Krijuar:", "Description" : "Përshkrim", "Formatting help" : "Ndihmë formatimi", - "Remove due date" : "Hiq datën e mbarimit", "Select Date" : "Zgjidhni Datën", + "Remove due date" : "Hiq datën e mbarimit", "(group)" : "(grup)", "seconds ago" : "sekonda më parë", "Keyboard shortcuts" : "Shkurtoret e tastierës", @@ -65,6 +62,9 @@ "Today" : "Sot", "Tomorrow" : "Nesër", "Close" : "Mbylleni", - "Share" : "Shpërndaje" + "Share" : "Shpërndaje", + "Personal" : "Personale", + "To do" : "Për t'u bërë", + "Doing" : "Duke e bërë" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/sr.js b/l10n/sr.js index 28b176c0b..1fa88eba7 100644 --- a/l10n/sr.js +++ b/l10n/sr.js @@ -76,7 +76,7 @@ OC.L10N.register( "Cards due tomorrow" : "Картице које доспецају сутра", "Upcoming cards" : "Предстојеће картице", "Load more" : "Учитај још", - "Personal" : "Лично", + "Welcome to Nextcloud Deck!" : "Добродошли у Nextcloud шпил!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Корисник %s Вам је доделио картицу „%s“ са табле „%s“.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} вам је доделио картицу {deck-card} на {deck-board}.", "The card \"%s\" on \"%s\" has reached its due date." : "Картици „%s“ на табли „%s“ је истекао рок.", @@ -99,12 +99,16 @@ OC.L10N.register( "Action needed" : "Потребна акција", "Later" : "После", "copy" : "копирај", - "To do" : "За урадити", - "Doing" : "Ради се", + "Read more inside" : "Прочитајте више", + "Custom lists - click to rename!" : "Произвољне листе – кликните да промените име!", + "To Do" : "Обавезе", + "In Progress" : "Напредује", "Done" : "Готово", - "Example Task 3" : "Пример задатка 3", - "Example Task 2" : "Пример задатка 2", - "Example Task 1" : "Пример задатка 1", + "1. Open to learn more about boards and cards" : "1. Отворите да сазнате више о таблама и картицама", + "2. Drag cards left and right, up and down" : "2. Превлачите картице лево десно, горе и доле", + "3. Apply rich formatting and link content" : "3. Примените богато форматирање и линкујте садржај", + "4. Share, comment and collaborate!" : "4. Делите, коментаришите и сарађујте!", + "Create your first card!" : "Креирајте своју прву картицу!", "The file was uploaded" : "Фајл је отпремљен", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Фајл за отпремање премашује upload_max_filesize директиву у php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Фајл за отпремање премашује MAX_FILE_SIZE директиву наведену у HTML форми", @@ -120,8 +124,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "Неисправан датум, формат датума мора бити ГГГГ-ММ-ДД", "Personal planning and team project organization" : "Лични планер и организатор тимског пројекта", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Шпил је организациони алат у канбан стилу који је намењен личном планирању и организацији пројекта у тимовима интегрисаним са Nextcloud.\n\n\n- 📥 Додајте своје задатке у картице и поређајте их по редоследу\n- 📄 Напишите додатне белешке употребом Markdown синтаксе\n- 🔖 Доделите ознаке у циљу још боље организације\n- 👥 Делите са својим тимом, пријатељима или породицом\n- 📎 Прикачите фајлове и уградите их у свој Markdown опис\n- 💬 Дискутујте са својим тимом користећи коментаре\n- ⚡ Пратите измене у току активности\n- 🚀 Организујте свој пројекат", - "Card details" : "Детаљи картице", "Add board" : "Додај таблу", + "Card details" : "Детаљи картице", "Select the board to link to a project" : "Одаберите таблу да је повежете са пројектом", "Search by board title" : "Претражи по наслову табле", "Select board" : "Одаберите таблу", @@ -131,17 +135,17 @@ OC.L10N.register( "Select a list" : "Одабери списак", "Move card" : "Премести картицу", "Copy card" : "Копирај картицу", - "Select a card" : "Изаберите картицу", - "Cancel" : "Одустани", "Select the card to link to a project" : "Изаберите картицу да повежете на пројекат", "Link to card" : "Повежи са картицом", + "Select a card" : "Изаберите картицу", + "Cancel" : "Одустани", + "This board is read only" : "Табла је само за читање", + "Drop your files to upload" : "Отпустите фајлове за отпремање", "File already exists" : "Фајл већ постоји", "A file with the name {filename} already exists." : "Фајл {filename} већ постоји.", "Do you want to overwrite it?" : "Да ли желите да га препишете?", "Overwrite file" : "Препиши фајл", "Keep existing file" : "Задржи постојећи фајл", - "This board is read only" : "Табла је само за читање", - "Drop your files to upload" : "Отпустите фајлове за отпремање", "Add card" : "Додај картицу", "Archived cards" : "Архивиране картице", "Add list" : "Додај списак", @@ -182,6 +186,12 @@ OC.L10N.register( "Deleted lists" : "Обрисани спискови", "Undo" : "Опозови", "Deleted cards" : "Обрисане картице", + "Failed to create share with {displayName}" : "Грешка у прављењу дељења са {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Да ли сте сигурни да кориснику {user} пренесете таблу {title}?", + "Transfer the board." : "Пренос табле.", + "Transfer" : "Пренеси", + "The board has been transferred to {user}" : "Табла је пренета кориснику {user}", + "Failed to transfer the board to {user}" : "Није успео пренос табле кориснику {user}", "Share board with a user, group or team …" : "Делите таблу са корисником, групом или тимом…", "Searching for users, groups and teams …" : "Траже се корисници, групе и тимови…", "No participants found" : "Нема нађених учесника", @@ -193,12 +203,7 @@ OC.L10N.register( "Can manage" : "Може да управља", "Owner" : "Власник", "Delete" : "Избриши", - "Failed to create share with {displayName}" : "Грешка у прављењу дељења са {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Да ли сте сигурни да кориснику {user} пренесете таблу {title}?", - "Transfer the board." : "Пренос табле.", - "Transfer" : "Пренеси", - "The board has been transferred to {user}" : "Табла је пренета кориснику {user}", - "Failed to transfer the board to {user}" : "Није успео пренос табле кориснику {user}", + "List deleted" : "Листа обрисана", "Edit list title" : "Уреди наслов листе", "Archive all cards" : "Архивирај све картице", "Unarchive all cards" : "Врати све картице из архиве", @@ -207,15 +212,16 @@ OC.L10N.register( "Unarchive all cards in this list" : "Враћа из архиве све картице у овој листи", "Add a new card" : "Додај нову картицу", "Card name" : "Име картице", - "List deleted" : "Листа обрисана", + "title and color value must be provided" : "морају се дати вредности за наслов и боју", "Edit" : "Измени", "Add a new tag" : "Додај нову ознаку", - "title and color value must be provided" : "морају се дати вредности за наслов и боју", "Board name" : "Име табле", "Members" : "Чланови", "Assign to users/groups/team" : "Додели корисницима/групама/тиму", "Assign a user to this card…" : "Додели корисника овој картици…", "Select a user to assign to this card…" : "Изаберите корисника који ће се доделити овој картици", + "File to share" : "Фајл за дељење", + "Invalid path selected" : "Одабрана неисправна путања", "Upload new files" : "Отпреми нове фајлове", "Share from Files" : "Подели из Фајлова", "Pending share" : "Дељење на чекању", @@ -225,25 +231,24 @@ OC.L10N.register( "Remove attachment" : "Уклони прилог", "Delete Attachment" : "Обриши прилог", "Restore Attachment" : "Поврати прилог", - "File to share" : "Фајл за дељење", - "Invalid path selected" : "Одабрана неисправна путања", + "Modified" : "Измењен", + "Created" : "Направљен", + "The title cannot be empty." : "Наслов не може бити празан.", "Open in sidebar view" : "Отвори у бочном прегледу", "Open in bigger view" : "Отвори на већем приказу", "Attachments" : "Прилози", "Comments" : "Коментари", - "Modified" : "Измењен", - "Created" : "Направљен", - "The title cannot be empty." : "Наслов не може бити празан.", - "No comments yet. Begin the discussion!" : "Нема још коментара. Започните дискусију!", "Failed to load comments" : "Није успело учитавање коментара", - "Save" : "Сачувај", + "No comments yet. Begin the discussion!" : "Нема још коментара. Започните дискусију!", "The comment cannot be empty." : "Коментар не може да буде празан.", "The comment cannot be longer than 1000 characters." : "Коментар не може да има преко 1000 карактера.", + "Save" : "Сачувај", + "Created:" : "Направљен:", "In reply to" : "Као одговор на", "Cancel reply" : "Откажи одговор", "Reply" : "Одговори", "Update" : "Ажурирај", - "Created:" : "Направљен:", + "Write a description …" : "Напишите опис ...", "Description" : "Опис", "(Unsaved)" : "(несачуван)", "(Saving…)" : "(чувам…)", @@ -251,8 +256,16 @@ OC.L10N.register( "Edit description" : "Измени опис", "View description" : "Погледај опис", "Add Attachment" : "Додај прилог", - "Write a description …" : "Напишите опис ...", "Choose attachment" : "Одабери прилог", + "Select Date" : "Одаберите датум", + "Later today – {timeLocale}" : "Касније данас – {timeLocale}", + "Set due date for later today" : "Постави датум доспећа на касније данас", + "Tomorrow – {timeLocale}" : "Сутра – {timeLocale}", + "Set due date for tomorrow" : "Постави датум доспећа на сутра", + "This weekend – {timeLocale}" : "Овог викенда – {timeLocale}", + "Set due date for this weekend" : "Постави датум доспећа на овај викенд", + "Next week – {timeLocale}" : "Наредне недеље – {timeLocale}", + "Set due date for next week" : "Постави датум доспећа на наредну седмицу", "Assign a due date to this card…" : "Додели крајњи рок овој картици...", "Set a due date" : "Постави рок", "Add due date" : "Додај датум доспећа", @@ -263,26 +276,20 @@ OC.L10N.register( "Not done" : "Није завршено", "Unarchive card" : "Врати картицу из архиве", "Archive card" : "Архивирај картицу", - "Select Date" : "Одаберите датум", - "Set due date for later today" : "Постави датум доспећа на касније данас", - "Set due date for tomorrow" : "Постави датум доспећа на сутра", - "Set due date for this weekend" : "Постави датум доспећа на овај викенд", - "Set due date for next week" : "Постави датум доспећа на наредну седмицу", "Assign a tag to this card…" : "Додели ознаку овој картици…", "Select or create a tag…" : "Изаберите или креирајте ознаку", "Create a new tag:" : "Креирај нову ознаку:", "(group)" : "(група)", - "Next week – {timeLocale}" : "Наредне недеље – {timeLocale}", - "Todo items" : "Ставке обавеза", "{count} comments, {unread} unread" : "{count} коментара, {unread} није прочитано", + "Todo items" : "Ставке обавеза", "Edit card title" : "Уреди наслов картице", "Open link" : "Отвори линк", + "Card deleted" : "Картица обрисана", "Edit title" : "Измени наслов", "Assign to me" : "Додели мени", "Unassign myself" : "Склони са мене", "Mark as not done" : "Означи да није завршена", "Delete card" : "Обриши картицу", - "Card deleted" : "Картица обрисана", "seconds ago" : "пре неколико секунди", "Keyboard shortcuts" : "Пречице на тастатури", "Boost your productivity using Deck with keyboard shortcuts." : "Унапредите своју продуктивност користећи Шпил са пречицама на тастатури.", @@ -321,6 +328,13 @@ OC.L10N.register( "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Корисници који не припадају овим групама неће моћи да креирају своје табле, али ће и даље моћи да раде на таблама које су подељене са њима.", "Cancel edit" : "Поништи измену", "Save board" : "Сачувај таблу", + "Board {0} deleted" : "Табла {0} обрисана", + "All cards" : "Све картице", + "Only assigned cards" : "Само додељене картице", + "No reminder" : "Нема подсетника", + "An error occurred" : "Догодила се грешка", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Да ли сте сигурни да желите да обришете таблу {title}? Ово ће да обрише све податке на овој табли, укључијући и архивиране картице.", + "Delete the board?" : "Обрисати таблу?", "Board details" : "Детаљи табле", "Edit board" : "Измени таблу", "Clone board" : "Клонирај таблу", @@ -330,16 +344,9 @@ OC.L10N.register( "Turn on due date reminders" : "Укључи подсетнике о року", "Turn off due date reminders" : "Искључи подсетнике о року", "Due date reminders" : "Подсетници о року", - "All cards" : "Све картице", "Assigned cards" : "Додељене картице", "No notifications" : "Нема обавештења", "Delete board" : "Избриши таблу", - "Board {0} deleted" : "Табла {0} обрисана", - "Only assigned cards" : "Само додељене картице", - "No reminder" : "Нема подсетника", - "An error occurred" : "Догодила се грешка", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Да ли сте сигурни да желите да обришете таблу {title}? Ово ће да обрише све податке на овој табли, укључијући и архивиране картице.", - "Delete the board?" : "Обрисати таблу?", "Clone {boardTitle}" : "Клонирај {boardTitle}", "Clone cards" : "Клонирај картице", "Clone assignments" : "Клонирај доделе", @@ -356,14 +363,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Тражи се {searchQuery} у свим таблама", "No results found" : "Нема пронађених резултата", "Deck board {name}\n* Last modified on {lastMod}" : "Шпил табла {name}\n* Последњи пут измењена дана {lastMod}", - "{stack} in {board}" : "{stack} у {board}", - "Click to expand description" : "Кликните да проширите опис", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Креирано дана {created}\n* Последњи пут измењено дана {lastMod}\n* {nbAttachments} прилога\n* {nbComments} коментара", "{nbCards} cards" : "{nbCards} картица", + "Due on {date}" : "Рок је {date}", + "{stack} in {board}" : "{stack} у {board}", + "Click to expand description" : "Кликните да проширите опис", "Click to expand comment" : "Кликните да проширите коментар", + "Create card" : "Направите картицу", "Create a new card" : "Креирај нову картицу", "Card title" : "Наслов картицњ", - "Create card" : "Направите картицу", "Creating the new card …" : "Креира се нова картица ...", "Card \"{card}\" was added to \"{board}\"" : "Картица „{card}” је додта на „{board}", "Open card" : "Отвори картицу", @@ -373,10 +381,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "предстојеће картице сутра", "upcoming cards" : "предстојеће картице", "New card" : "Нова картица", - "Due on {date}" : "Рок је {date}", - "This weekend – {timeLocale}" : "Овог викенда – {timeLocale}", - "Tomorrow – {timeLocale}" : "Сутра – {timeLocale}", - "Later today – {timeLocale}" : "Касније данас – {timeLocale}", "Link to a board" : "Веза ка табли", "Link to a card" : "Веза ка картици", "Create a card" : "Креирај картицу", @@ -388,6 +392,12 @@ OC.L10N.register( "Share with a Deck card" : "Дели са Шпил картицом", "Share {file} with a Deck card" : "Дели {file} са Шпил картицом", "Share" : "Подели", + "Personal" : "Лично", + "To do" : "За урадити", + "Doing" : "Ради се", + "Example Task 3" : "Пример задатка 3", + "Example Task 2" : "Пример задатка 2", + "Example Task 1" : "Пример задатка 1", "Move card to another board" : "Помери картицу на другу таблу", "Filter by completed" : "Филтрирај по завршеном" }, diff --git a/l10n/sr.json b/l10n/sr.json index a8fbea8d6..3b82c8579 100644 --- a/l10n/sr.json +++ b/l10n/sr.json @@ -74,7 +74,7 @@ "Cards due tomorrow" : "Картице које доспецају сутра", "Upcoming cards" : "Предстојеће картице", "Load more" : "Учитај још", - "Personal" : "Лично", + "Welcome to Nextcloud Deck!" : "Добродошли у Nextcloud шпил!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Корисник %s Вам је доделио картицу „%s“ са табле „%s“.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} вам је доделио картицу {deck-card} на {deck-board}.", "The card \"%s\" on \"%s\" has reached its due date." : "Картици „%s“ на табли „%s“ је истекао рок.", @@ -97,12 +97,16 @@ "Action needed" : "Потребна акција", "Later" : "После", "copy" : "копирај", - "To do" : "За урадити", - "Doing" : "Ради се", + "Read more inside" : "Прочитајте више", + "Custom lists - click to rename!" : "Произвољне листе – кликните да промените име!", + "To Do" : "Обавезе", + "In Progress" : "Напредује", "Done" : "Готово", - "Example Task 3" : "Пример задатка 3", - "Example Task 2" : "Пример задатка 2", - "Example Task 1" : "Пример задатка 1", + "1. Open to learn more about boards and cards" : "1. Отворите да сазнате више о таблама и картицама", + "2. Drag cards left and right, up and down" : "2. Превлачите картице лево десно, горе и доле", + "3. Apply rich formatting and link content" : "3. Примените богато форматирање и линкујте садржај", + "4. Share, comment and collaborate!" : "4. Делите, коментаришите и сарађујте!", + "Create your first card!" : "Креирајте своју прву картицу!", "The file was uploaded" : "Фајл је отпремљен", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Фајл за отпремање премашује upload_max_filesize директиву у php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Фајл за отпремање премашује MAX_FILE_SIZE директиву наведену у HTML форми", @@ -118,8 +122,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "Неисправан датум, формат датума мора бити ГГГГ-ММ-ДД", "Personal planning and team project organization" : "Лични планер и организатор тимског пројекта", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Шпил је организациони алат у канбан стилу који је намењен личном планирању и организацији пројекта у тимовима интегрисаним са Nextcloud.\n\n\n- 📥 Додајте своје задатке у картице и поређајте их по редоследу\n- 📄 Напишите додатне белешке употребом Markdown синтаксе\n- 🔖 Доделите ознаке у циљу још боље организације\n- 👥 Делите са својим тимом, пријатељима или породицом\n- 📎 Прикачите фајлове и уградите их у свој Markdown опис\n- 💬 Дискутујте са својим тимом користећи коментаре\n- ⚡ Пратите измене у току активности\n- 🚀 Организујте свој пројекат", - "Card details" : "Детаљи картице", "Add board" : "Додај таблу", + "Card details" : "Детаљи картице", "Select the board to link to a project" : "Одаберите таблу да је повежете са пројектом", "Search by board title" : "Претражи по наслову табле", "Select board" : "Одаберите таблу", @@ -129,17 +133,17 @@ "Select a list" : "Одабери списак", "Move card" : "Премести картицу", "Copy card" : "Копирај картицу", - "Select a card" : "Изаберите картицу", - "Cancel" : "Одустани", "Select the card to link to a project" : "Изаберите картицу да повежете на пројекат", "Link to card" : "Повежи са картицом", + "Select a card" : "Изаберите картицу", + "Cancel" : "Одустани", + "This board is read only" : "Табла је само за читање", + "Drop your files to upload" : "Отпустите фајлове за отпремање", "File already exists" : "Фајл већ постоји", "A file with the name {filename} already exists." : "Фајл {filename} већ постоји.", "Do you want to overwrite it?" : "Да ли желите да га препишете?", "Overwrite file" : "Препиши фајл", "Keep existing file" : "Задржи постојећи фајл", - "This board is read only" : "Табла је само за читање", - "Drop your files to upload" : "Отпустите фајлове за отпремање", "Add card" : "Додај картицу", "Archived cards" : "Архивиране картице", "Add list" : "Додај списак", @@ -180,6 +184,12 @@ "Deleted lists" : "Обрисани спискови", "Undo" : "Опозови", "Deleted cards" : "Обрисане картице", + "Failed to create share with {displayName}" : "Грешка у прављењу дељења са {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Да ли сте сигурни да кориснику {user} пренесете таблу {title}?", + "Transfer the board." : "Пренос табле.", + "Transfer" : "Пренеси", + "The board has been transferred to {user}" : "Табла је пренета кориснику {user}", + "Failed to transfer the board to {user}" : "Није успео пренос табле кориснику {user}", "Share board with a user, group or team …" : "Делите таблу са корисником, групом или тимом…", "Searching for users, groups and teams …" : "Траже се корисници, групе и тимови…", "No participants found" : "Нема нађених учесника", @@ -191,12 +201,7 @@ "Can manage" : "Може да управља", "Owner" : "Власник", "Delete" : "Избриши", - "Failed to create share with {displayName}" : "Грешка у прављењу дељења са {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Да ли сте сигурни да кориснику {user} пренесете таблу {title}?", - "Transfer the board." : "Пренос табле.", - "Transfer" : "Пренеси", - "The board has been transferred to {user}" : "Табла је пренета кориснику {user}", - "Failed to transfer the board to {user}" : "Није успео пренос табле кориснику {user}", + "List deleted" : "Листа обрисана", "Edit list title" : "Уреди наслов листе", "Archive all cards" : "Архивирај све картице", "Unarchive all cards" : "Врати све картице из архиве", @@ -205,15 +210,16 @@ "Unarchive all cards in this list" : "Враћа из архиве све картице у овој листи", "Add a new card" : "Додај нову картицу", "Card name" : "Име картице", - "List deleted" : "Листа обрисана", + "title and color value must be provided" : "морају се дати вредности за наслов и боју", "Edit" : "Измени", "Add a new tag" : "Додај нову ознаку", - "title and color value must be provided" : "морају се дати вредности за наслов и боју", "Board name" : "Име табле", "Members" : "Чланови", "Assign to users/groups/team" : "Додели корисницима/групама/тиму", "Assign a user to this card…" : "Додели корисника овој картици…", "Select a user to assign to this card…" : "Изаберите корисника који ће се доделити овој картици", + "File to share" : "Фајл за дељење", + "Invalid path selected" : "Одабрана неисправна путања", "Upload new files" : "Отпреми нове фајлове", "Share from Files" : "Подели из Фајлова", "Pending share" : "Дељење на чекању", @@ -223,25 +229,24 @@ "Remove attachment" : "Уклони прилог", "Delete Attachment" : "Обриши прилог", "Restore Attachment" : "Поврати прилог", - "File to share" : "Фајл за дељење", - "Invalid path selected" : "Одабрана неисправна путања", + "Modified" : "Измењен", + "Created" : "Направљен", + "The title cannot be empty." : "Наслов не може бити празан.", "Open in sidebar view" : "Отвори у бочном прегледу", "Open in bigger view" : "Отвори на већем приказу", "Attachments" : "Прилози", "Comments" : "Коментари", - "Modified" : "Измењен", - "Created" : "Направљен", - "The title cannot be empty." : "Наслов не може бити празан.", - "No comments yet. Begin the discussion!" : "Нема још коментара. Започните дискусију!", "Failed to load comments" : "Није успело учитавање коментара", - "Save" : "Сачувај", + "No comments yet. Begin the discussion!" : "Нема још коментара. Започните дискусију!", "The comment cannot be empty." : "Коментар не може да буде празан.", "The comment cannot be longer than 1000 characters." : "Коментар не може да има преко 1000 карактера.", + "Save" : "Сачувај", + "Created:" : "Направљен:", "In reply to" : "Као одговор на", "Cancel reply" : "Откажи одговор", "Reply" : "Одговори", "Update" : "Ажурирај", - "Created:" : "Направљен:", + "Write a description …" : "Напишите опис ...", "Description" : "Опис", "(Unsaved)" : "(несачуван)", "(Saving…)" : "(чувам…)", @@ -249,8 +254,16 @@ "Edit description" : "Измени опис", "View description" : "Погледај опис", "Add Attachment" : "Додај прилог", - "Write a description …" : "Напишите опис ...", "Choose attachment" : "Одабери прилог", + "Select Date" : "Одаберите датум", + "Later today – {timeLocale}" : "Касније данас – {timeLocale}", + "Set due date for later today" : "Постави датум доспећа на касније данас", + "Tomorrow – {timeLocale}" : "Сутра – {timeLocale}", + "Set due date for tomorrow" : "Постави датум доспећа на сутра", + "This weekend – {timeLocale}" : "Овог викенда – {timeLocale}", + "Set due date for this weekend" : "Постави датум доспећа на овај викенд", + "Next week – {timeLocale}" : "Наредне недеље – {timeLocale}", + "Set due date for next week" : "Постави датум доспећа на наредну седмицу", "Assign a due date to this card…" : "Додели крајњи рок овој картици...", "Set a due date" : "Постави рок", "Add due date" : "Додај датум доспећа", @@ -261,26 +274,20 @@ "Not done" : "Није завршено", "Unarchive card" : "Врати картицу из архиве", "Archive card" : "Архивирај картицу", - "Select Date" : "Одаберите датум", - "Set due date for later today" : "Постави датум доспећа на касније данас", - "Set due date for tomorrow" : "Постави датум доспећа на сутра", - "Set due date for this weekend" : "Постави датум доспећа на овај викенд", - "Set due date for next week" : "Постави датум доспећа на наредну седмицу", "Assign a tag to this card…" : "Додели ознаку овој картици…", "Select or create a tag…" : "Изаберите или креирајте ознаку", "Create a new tag:" : "Креирај нову ознаку:", "(group)" : "(група)", - "Next week – {timeLocale}" : "Наредне недеље – {timeLocale}", - "Todo items" : "Ставке обавеза", "{count} comments, {unread} unread" : "{count} коментара, {unread} није прочитано", + "Todo items" : "Ставке обавеза", "Edit card title" : "Уреди наслов картице", "Open link" : "Отвори линк", + "Card deleted" : "Картица обрисана", "Edit title" : "Измени наслов", "Assign to me" : "Додели мени", "Unassign myself" : "Склони са мене", "Mark as not done" : "Означи да није завршена", "Delete card" : "Обриши картицу", - "Card deleted" : "Картица обрисана", "seconds ago" : "пре неколико секунди", "Keyboard shortcuts" : "Пречице на тастатури", "Boost your productivity using Deck with keyboard shortcuts." : "Унапредите своју продуктивност користећи Шпил са пречицама на тастатури.", @@ -319,6 +326,13 @@ "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Корисници који не припадају овим групама неће моћи да креирају своје табле, али ће и даље моћи да раде на таблама које су подељене са њима.", "Cancel edit" : "Поништи измену", "Save board" : "Сачувај таблу", + "Board {0} deleted" : "Табла {0} обрисана", + "All cards" : "Све картице", + "Only assigned cards" : "Само додељене картице", + "No reminder" : "Нема подсетника", + "An error occurred" : "Догодила се грешка", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Да ли сте сигурни да желите да обришете таблу {title}? Ово ће да обрише све податке на овој табли, укључијући и архивиране картице.", + "Delete the board?" : "Обрисати таблу?", "Board details" : "Детаљи табле", "Edit board" : "Измени таблу", "Clone board" : "Клонирај таблу", @@ -328,16 +342,9 @@ "Turn on due date reminders" : "Укључи подсетнике о року", "Turn off due date reminders" : "Искључи подсетнике о року", "Due date reminders" : "Подсетници о року", - "All cards" : "Све картице", "Assigned cards" : "Додељене картице", "No notifications" : "Нема обавештења", "Delete board" : "Избриши таблу", - "Board {0} deleted" : "Табла {0} обрисана", - "Only assigned cards" : "Само додељене картице", - "No reminder" : "Нема подсетника", - "An error occurred" : "Догодила се грешка", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Да ли сте сигурни да желите да обришете таблу {title}? Ово ће да обрише све податке на овој табли, укључијући и архивиране картице.", - "Delete the board?" : "Обрисати таблу?", "Clone {boardTitle}" : "Клонирај {boardTitle}", "Clone cards" : "Клонирај картице", "Clone assignments" : "Клонирај доделе", @@ -354,14 +361,15 @@ "Search for {searchQuery} in all boards" : "Тражи се {searchQuery} у свим таблама", "No results found" : "Нема пронађених резултата", "Deck board {name}\n* Last modified on {lastMod}" : "Шпил табла {name}\n* Последњи пут измењена дана {lastMod}", - "{stack} in {board}" : "{stack} у {board}", - "Click to expand description" : "Кликните да проширите опис", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Креирано дана {created}\n* Последњи пут измењено дана {lastMod}\n* {nbAttachments} прилога\n* {nbComments} коментара", "{nbCards} cards" : "{nbCards} картица", + "Due on {date}" : "Рок је {date}", + "{stack} in {board}" : "{stack} у {board}", + "Click to expand description" : "Кликните да проширите опис", "Click to expand comment" : "Кликните да проширите коментар", + "Create card" : "Направите картицу", "Create a new card" : "Креирај нову картицу", "Card title" : "Наслов картицњ", - "Create card" : "Направите картицу", "Creating the new card …" : "Креира се нова картица ...", "Card \"{card}\" was added to \"{board}\"" : "Картица „{card}” је додта на „{board}", "Open card" : "Отвори картицу", @@ -371,10 +379,6 @@ "upcoming cards tomorrow" : "предстојеће картице сутра", "upcoming cards" : "предстојеће картице", "New card" : "Нова картица", - "Due on {date}" : "Рок је {date}", - "This weekend – {timeLocale}" : "Овог викенда – {timeLocale}", - "Tomorrow – {timeLocale}" : "Сутра – {timeLocale}", - "Later today – {timeLocale}" : "Касније данас – {timeLocale}", "Link to a board" : "Веза ка табли", "Link to a card" : "Веза ка картици", "Create a card" : "Креирај картицу", @@ -386,6 +390,12 @@ "Share with a Deck card" : "Дели са Шпил картицом", "Share {file} with a Deck card" : "Дели {file} са Шпил картицом", "Share" : "Подели", + "Personal" : "Лично", + "To do" : "За урадити", + "Doing" : "Ради се", + "Example Task 3" : "Пример задатка 3", + "Example Task 2" : "Пример задатка 2", + "Example Task 1" : "Пример задатка 1", "Move card to another board" : "Помери картицу на другу таблу", "Filter by completed" : "Филтрирај по завршеном" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" diff --git a/l10n/sr@latin.js b/l10n/sr@latin.js index 43a32e0f8..1bacc8950 100644 --- a/l10n/sr@latin.js +++ b/l10n/sr@latin.js @@ -3,6 +3,7 @@ OC.L10N.register( { "Finished" : "Završeno", "copy" : "kopiraj", + "In Progress" : "U toku", "Done" : "Done", "The file was uploaded" : "Fajl je otpremljen", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Fajl za otpremljivanje premašuje upload_max_filesize direktivu u php.ini", diff --git a/l10n/sr@latin.json b/l10n/sr@latin.json index 578e209ee..bec1209d0 100644 --- a/l10n/sr@latin.json +++ b/l10n/sr@latin.json @@ -1,6 +1,7 @@ { "translations": { "Finished" : "Završeno", "copy" : "kopiraj", + "In Progress" : "U toku", "Done" : "Done", "The file was uploaded" : "Fajl je otpremljen", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Fajl za otpremljivanje premašuje upload_max_filesize direktivu u php.ini", diff --git a/l10n/sv.js b/l10n/sv.js index 5ad119fb0..168aaba33 100644 --- a/l10n/sv.js +++ b/l10n/sv.js @@ -76,7 +76,7 @@ OC.L10N.register( "Cards due tomorrow" : "Kort som går ut imorgon", "Upcoming cards" : "Kommande kort", "Load more" : "Ladda mer", - "Personal" : "Personlig", + "Welcome to Nextcloud Deck!" : "Välkommen till Nextcloud Deck!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kortet \"%s\" på \"%s\" har tilldelats dig av %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} har tilldelat kortet {deck-card} från {deck-board} till dig.", "The card \"%s\" on \"%s\" has reached its due date." : "Kortet \"%s\" på \"%s\" har nått sitt slutdatum.", @@ -99,12 +99,16 @@ OC.L10N.register( "Action needed" : "Åtgärd behövs", "Later" : "Senare", "copy" : "kopiera", - "To do" : "Att göra", - "Doing" : "Pågående", + "Read more inside" : "Läs mer inuti", + "Custom lists - click to rename!" : "Anpassade listor – klicka för att byta namn!", + "To Do" : "Att göra", + "In Progress" : "Pågående", "Done" : "Klart", - "Example Task 3" : "Exempeluppgift 3", - "Example Task 2" : "Exempeluppgift 2", - "Example Task 1" : "Exempeluppgift 1", + "1. Open to learn more about boards and cards" : "1. Öppna för att lära dig mer om tavlor och kort", + "2. Drag cards left and right, up and down" : "2. Dra kort åt vänster och höger, upp och ner", + "3. Apply rich formatting and link content" : "3. Använd rik formatering och länka innehåll", + "4. Share, comment and collaborate!" : "4. Dela, kommentera och samarbeta!", + "Create your first card!" : "Skapa ditt första kort!", "The file was uploaded" : "Filen laddades upp", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Den uppladdade filen överstiger direktivet upload_max_filesize i php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Den uppladdade filen överstiger MAX_FILE_SIZE-direktivet som specificerades i HTML-formuläret", @@ -120,8 +124,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "Ogiltigt datum, måste anges: ÅÅÅÅ-MM-DD", "Personal planning and team project organization" : "Personlig planering och projekthantering för teams", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck är en kanban-liknande organiseringsverktyg för personlig planering samt projektorganisering för arbetsgrupper integrerade med Nextcloud.\n\n\n- 📥 Lägg till uppgifter på kort och lägg de i ordning\n- 📄 Skriv anteckningar i Markdown\n- 🔖 Tilldela etiketter för bättre organisering\n- 👥 Dela med arbetsgruppen, vänner eller familj\n- 📎 Bifoga filer och bädda in dem i Markdown-anteckningarna\n- 💬 Diskutera med arbetsgruppen med hjälp av kommentarer\n- ⚡ Håll koll på ändringar i aktivitetsflödet\n- 🚀 Få struktur på dina projekt", - "Card details" : "Kortdetaljer", "Add board" : "Lägg till tavla", + "Card details" : "Kortdetaljer", "Select the board to link to a project" : "Välj tavla att länka till ett projekt", "Search by board title" : "Sök efter namn på tavla", "Select board" : "Välj tavla", @@ -131,17 +135,17 @@ OC.L10N.register( "Select a list" : "Välj en lista", "Move card" : "Flytta kort", "Copy card" : "Kopiera kort", - "Select a card" : "Välj ett kort", - "Cancel" : "Avbryt", "Select the card to link to a project" : "Välj kort att länka till ett projekt", "Link to card" : "Länka till kort", + "Select a card" : "Välj ett kort", + "Cancel" : "Avbryt", + "This board is read only" : "Denna tavla är skrivskyddad", + "Drop your files to upload" : "Släpp dina filer för att ladda upp", "File already exists" : "Filen finns redan", "A file with the name {filename} already exists." : "En fil med namnet {filename} finns redan.", "Do you want to overwrite it?" : "Vill du skriva över det?", "Overwrite file" : "Skriv över filen", "Keep existing file" : "Behåll nuvarande fil", - "This board is read only" : "Denna tavla är skrivskyddad", - "Drop your files to upload" : "Släpp dina filer för att ladda upp", "Add card" : "Lägg till kort", "Archived cards" : "Arkiverade kort", "Add list" : "Lägg till lista...", @@ -182,6 +186,12 @@ OC.L10N.register( "Deleted lists" : "Borttagna listor", "Undo" : "Ångra", "Deleted cards" : "Ta bort kort", + "Failed to create share with {displayName}" : "Kunde inte skapa delning med {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Är du säker att du vill överföra tavlan {title} till {user}?", + "Transfer the board." : "Överför tavlan.", + "Transfer" : "Överför", + "The board has been transferred to {user}" : "Tavlan har överförts till {user}", + "Failed to transfer the board to {user}" : "Kunde inte överföra tavlan till {user}", "Share board with a user, group or team …" : "Dela tavlan med en användare, grupp eller team ...", "Searching for users, groups and teams …" : "Söker efter användare, grupper och team …", "No participants found" : "Inga deltagare hittades", @@ -193,12 +203,7 @@ OC.L10N.register( "Can manage" : "Kan hanter", "Owner" : "Ägare", "Delete" : "Ta bort", - "Failed to create share with {displayName}" : "Kunde inte skapa delning med {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Är du säker att du vill överföra tavlan {title} till {user}?", - "Transfer the board." : "Överför tavlan.", - "Transfer" : "Överför", - "The board has been transferred to {user}" : "Tavlan har överförts till {user}", - "Failed to transfer the board to {user}" : "Kunde inte överföra tavlan till {user}", + "List deleted" : "Listan har raderats", "Edit list title" : "Redigera listans titel", "Archive all cards" : "Arkivera alla kort", "Unarchive all cards" : "Ta ut alla kort ur arkivet", @@ -207,15 +212,16 @@ OC.L10N.register( "Unarchive all cards in this list" : "Ta ut alla kort i denna lista ur arkivet", "Add a new card" : "Lägg till ett nytt kort", "Card name" : "Kortets namn", - "List deleted" : "Listan har raderats", + "title and color value must be provided" : "titel och färg måste anges", "Edit" : "Redigera", "Add a new tag" : "Lägg till en ny tagg", - "title and color value must be provided" : "titel och färg måste anges", "Board name" : "Tavlans namn", "Members" : "Medlemmar", "Assign to users/groups/team" : "Tilldela till användare/grupper/team", "Assign a user to this card…" : "Tilldela en användare till det här kortet ...", "Select a user to assign to this card…" : "Välj en användare att tilldela detta kort...", + "File to share" : "Fil att dela", + "Invalid path selected" : "Ogiltig sökväg vald", "Upload new files" : "Ladda upp nya filer", "Share from Files" : "Dela från Filer", "Pending share" : "Väntande delning", @@ -225,25 +231,24 @@ OC.L10N.register( "Remove attachment" : "Ta bort bilaga", "Delete Attachment" : "Ta bort bilaga", "Restore Attachment" : "Återställ bilaga", - "File to share" : "Fil att dela", - "Invalid path selected" : "Ogiltig sökväg vald", + "Modified" : "Ändrad", + "Created" : "Skapat", + "The title cannot be empty." : "Titeln får inte lämnas tom.", "Open in sidebar view" : "Öppna i sidofältet", "Open in bigger view" : "Öppna i större vy", "Attachments" : "Bilagor", "Comments" : "Kommentarer", - "Modified" : "Ändrad", - "Created" : "Skapat", - "The title cannot be empty." : "Titeln får inte lämnas tom.", - "No comments yet. Begin the discussion!" : "Inga kommentarer än. Börja diskussionen!", "Failed to load comments" : "Kunde inte ladda kommentarerna.", - "Save" : "Spara", + "No comments yet. Begin the discussion!" : "Inga kommentarer än. Börja diskussionen!", "The comment cannot be empty." : "Kommentaren kan inte vara tom.", "The comment cannot be longer than 1000 characters." : "Kommentaren kan inte vara längre än 1000 tecken.", + "Save" : "Spara", + "Created:" : "Skapad:", "In reply to" : "Som svar på", "Cancel reply" : "Avbryt svar", "Reply" : "Svara", "Update" : "Uppdatera", - "Created:" : "Skapad:", + "Write a description …" : "Ange en beskrivning ...", "Description" : "Beskrivning", "(Unsaved)" : "(Inte sparad)", "(Saving…)" : "(Sparar…)", @@ -251,8 +256,16 @@ OC.L10N.register( "Edit description" : "Ändra beskrivning", "View description" : "Visa beskrivning", "Add Attachment" : "Lägg till bilaga", - "Write a description …" : "Ange en beskrivning ...", "Choose attachment" : "Välj bilaga", + "Select Date" : "Välj datum", + "Later today – {timeLocale}" : "Senare idag – {timeLocale}", + "Set due date for later today" : "Ställ in förfallodatum för senare idag", + "Tomorrow – {timeLocale}" : "Imorgon – {timeLocale}", + "Set due date for tomorrow" : "Ställ in förfallodatum för imorgon", + "This weekend – {timeLocale}" : "Den här helgen – {timeLocale}", + "Set due date for this weekend" : "Ställ in förfallodatum för denna helg", + "Next week – {timeLocale}" : "Nästa vecka – {timeLocale}", + "Set due date for next week" : "Ställ in förfallodatum för nästa vecka", "Assign a due date to this card…" : "Tilldela ett förfallodatum till detta kort...", "Set a due date" : "Sätt ett slutdatum", "Add due date" : "Lägg till förfallodatum", @@ -263,26 +276,20 @@ OC.L10N.register( "Not done" : "Inte klar", "Unarchive card" : "Avarkivera kort", "Archive card" : "Arkivera kort", - "Select Date" : "Välj datum", - "Set due date for later today" : "Ställ in förfallodatum för senare idag", - "Set due date for tomorrow" : "Ställ in förfallodatum för imorgon", - "Set due date for this weekend" : "Ställ in förfallodatum för denna helg", - "Set due date for next week" : "Ställ in förfallodatum för nästa vecka", "Assign a tag to this card…" : "Tilldela en tagg till det här kortet ...", "Select or create a tag…" : "Välj eller skapa en tagg...", "Create a new tag:" : "Skapa en ny tagg:", "(group)" : " (grupp)", - "Next week – {timeLocale}" : "Nästa vecka – {timeLocale}", - "Todo items" : "Att göra saker", "{count} comments, {unread} unread" : "{count} kommentarer, {unread} olästa", + "Todo items" : "Att göra saker", "Edit card title" : "Ändra korttitel", "Open link" : "Öppna länken", + "Card deleted" : "Kortet har raderats", "Edit title" : "Redigera titel", "Assign to me" : "Tilldela till mig", "Unassign myself" : "Ta bort från mig själv", "Mark as not done" : "Markera som ej klar", "Delete card" : "Ta bort kort", - "Card deleted" : "Kortet har raderats", "seconds ago" : "sekunder sedan", "Keyboard shortcuts" : "Tangentbordsgenvägar", "Boost your productivity using Deck with keyboard shortcuts." : "Öka din produktivitet genom att använda Deck med tangentbordsgenvägar.", @@ -321,6 +328,13 @@ OC.L10N.register( "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Användare utanför dessa grupper kommer inte att kunna skapa sina egna tavlor, men kommer fortfarande att kunna arbeta på tavlor som har delats med dem.", "Cancel edit" : "Avbryt redigering", "Save board" : "Spara tavla", + "Board {0} deleted" : "Tavla {0} raderad", + "All cards" : "Alla kort", + "Only assigned cards" : "Bara tilldelade kort", + "No reminder" : "Ingen påminnelse", + "An error occurred" : "Ett fel uppstod", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Är du säker på att du vill radera tavla {title}? Detta kommer radera all data som tillhör tavlan inklusive arkiverade kort.", + "Delete the board?" : "Ta bort tavlan?", "Board details" : "Taveldetaljer", "Edit board" : "Ändra tavla", "Clone board" : "Kopiera tavla", @@ -330,16 +344,9 @@ OC.L10N.register( "Turn on due date reminders" : "Aktivera påminnelser om förfallodatum", "Turn off due date reminders" : "Inaktivera påminnelser om förfallodatum", "Due date reminders" : "Påminnelser om förfallodatum", - "All cards" : "Alla kort", "Assigned cards" : "Tilldelade kort", "No notifications" : "Inga aviseringar", "Delete board" : "Radera tavla", - "Board {0} deleted" : "Tavla {0} raderad", - "Only assigned cards" : "Bara tilldelade kort", - "No reminder" : "Ingen påminnelse", - "An error occurred" : "Ett fel uppstod", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Är du säker på att du vill radera tavla {title}? Detta kommer radera all data som tillhör tavlan inklusive arkiverade kort.", - "Delete the board?" : "Ta bort tavlan?", "Clone {boardTitle}" : "Klona {boardTitle}", "Clone cards" : "Klona kort", "Clone assignments" : "Klona tilldelningar", @@ -356,14 +363,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Sök efter {searchQuery} i alla tavlor", "No results found" : "Inga resultat funna", "Deck board {name}\n* Last modified on {lastMod}" : "Deck tavla {name}\n* Senast ändrad den {lastMod}", - "{stack} in {board}" : "{stack} i {board}", - "Click to expand description" : "Klicka för att utöka beskrivningen", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Skapades {created}\n* Ändrades senast {lastMod}\n* {nbAttachments} bilagor\n* {nbComments} kommentarer", "{nbCards} cards" : "{nbCards} kort", + "Due on {date}" : "Går ut {date}", + "{stack} in {board}" : "{stack} i {board}", + "Click to expand description" : "Klicka för att utöka beskrivningen", "Click to expand comment" : "Klicka för att utöka kommentaren", + "Create card" : "Skapa kort", "Create a new card" : "Skapa ett nytt kort", "Card title" : "Kort-titel", - "Create card" : "Skapa kort", "Creating the new card …" : "Skapar det nya kortet ...", "Card \"{card}\" was added to \"{board}\"" : "kortet \"{card}\" lades till i \"{board}\"", "Open card" : "Öppna kort", @@ -373,10 +381,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "kommande kort imorgon", "upcoming cards" : "kommande kort", "New card" : "Nytt kort", - "Due on {date}" : "Går ut {date}", - "This weekend – {timeLocale}" : "Den här helgen – {timeLocale}", - "Tomorrow – {timeLocale}" : "Imorgon – {timeLocale}", - "Later today – {timeLocale}" : "Senare idag – {timeLocale}", "Link to a board" : "Länka till en tavla", "Link to a card" : "Länka till ett kort", "Create a card" : "Skapa ett kort", @@ -388,6 +392,12 @@ OC.L10N.register( "Share with a Deck card" : "Dela med ett Deck-kort", "Share {file} with a Deck card" : "Dela {file} med ett Deck-kort", "Share" : "Dela", + "Personal" : "Personlig", + "To do" : "Att göra", + "Doing" : "Pågående", + "Example Task 3" : "Exempeluppgift 3", + "Example Task 2" : "Exempeluppgift 2", + "Example Task 1" : "Exempeluppgift 1", "Move card to another board" : "Flytta kort till en annan tavla", "Filter by completed" : "Filtrera efter slutfört" }, diff --git a/l10n/sv.json b/l10n/sv.json index e1abe981b..4d41f64f3 100644 --- a/l10n/sv.json +++ b/l10n/sv.json @@ -74,7 +74,7 @@ "Cards due tomorrow" : "Kort som går ut imorgon", "Upcoming cards" : "Kommande kort", "Load more" : "Ladda mer", - "Personal" : "Personlig", + "Welcome to Nextcloud Deck!" : "Välkommen till Nextcloud Deck!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kortet \"%s\" på \"%s\" har tilldelats dig av %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} har tilldelat kortet {deck-card} från {deck-board} till dig.", "The card \"%s\" on \"%s\" has reached its due date." : "Kortet \"%s\" på \"%s\" har nått sitt slutdatum.", @@ -97,12 +97,16 @@ "Action needed" : "Åtgärd behövs", "Later" : "Senare", "copy" : "kopiera", - "To do" : "Att göra", - "Doing" : "Pågående", + "Read more inside" : "Läs mer inuti", + "Custom lists - click to rename!" : "Anpassade listor – klicka för att byta namn!", + "To Do" : "Att göra", + "In Progress" : "Pågående", "Done" : "Klart", - "Example Task 3" : "Exempeluppgift 3", - "Example Task 2" : "Exempeluppgift 2", - "Example Task 1" : "Exempeluppgift 1", + "1. Open to learn more about boards and cards" : "1. Öppna för att lära dig mer om tavlor och kort", + "2. Drag cards left and right, up and down" : "2. Dra kort åt vänster och höger, upp och ner", + "3. Apply rich formatting and link content" : "3. Använd rik formatering och länka innehåll", + "4. Share, comment and collaborate!" : "4. Dela, kommentera och samarbeta!", + "Create your first card!" : "Skapa ditt första kort!", "The file was uploaded" : "Filen laddades upp", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Den uppladdade filen överstiger direktivet upload_max_filesize i php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Den uppladdade filen överstiger MAX_FILE_SIZE-direktivet som specificerades i HTML-formuläret", @@ -118,8 +122,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "Ogiltigt datum, måste anges: ÅÅÅÅ-MM-DD", "Personal planning and team project organization" : "Personlig planering och projekthantering för teams", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck är en kanban-liknande organiseringsverktyg för personlig planering samt projektorganisering för arbetsgrupper integrerade med Nextcloud.\n\n\n- 📥 Lägg till uppgifter på kort och lägg de i ordning\n- 📄 Skriv anteckningar i Markdown\n- 🔖 Tilldela etiketter för bättre organisering\n- 👥 Dela med arbetsgruppen, vänner eller familj\n- 📎 Bifoga filer och bädda in dem i Markdown-anteckningarna\n- 💬 Diskutera med arbetsgruppen med hjälp av kommentarer\n- ⚡ Håll koll på ändringar i aktivitetsflödet\n- 🚀 Få struktur på dina projekt", - "Card details" : "Kortdetaljer", "Add board" : "Lägg till tavla", + "Card details" : "Kortdetaljer", "Select the board to link to a project" : "Välj tavla att länka till ett projekt", "Search by board title" : "Sök efter namn på tavla", "Select board" : "Välj tavla", @@ -129,17 +133,17 @@ "Select a list" : "Välj en lista", "Move card" : "Flytta kort", "Copy card" : "Kopiera kort", - "Select a card" : "Välj ett kort", - "Cancel" : "Avbryt", "Select the card to link to a project" : "Välj kort att länka till ett projekt", "Link to card" : "Länka till kort", + "Select a card" : "Välj ett kort", + "Cancel" : "Avbryt", + "This board is read only" : "Denna tavla är skrivskyddad", + "Drop your files to upload" : "Släpp dina filer för att ladda upp", "File already exists" : "Filen finns redan", "A file with the name {filename} already exists." : "En fil med namnet {filename} finns redan.", "Do you want to overwrite it?" : "Vill du skriva över det?", "Overwrite file" : "Skriv över filen", "Keep existing file" : "Behåll nuvarande fil", - "This board is read only" : "Denna tavla är skrivskyddad", - "Drop your files to upload" : "Släpp dina filer för att ladda upp", "Add card" : "Lägg till kort", "Archived cards" : "Arkiverade kort", "Add list" : "Lägg till lista...", @@ -180,6 +184,12 @@ "Deleted lists" : "Borttagna listor", "Undo" : "Ångra", "Deleted cards" : "Ta bort kort", + "Failed to create share with {displayName}" : "Kunde inte skapa delning med {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Är du säker att du vill överföra tavlan {title} till {user}?", + "Transfer the board." : "Överför tavlan.", + "Transfer" : "Överför", + "The board has been transferred to {user}" : "Tavlan har överförts till {user}", + "Failed to transfer the board to {user}" : "Kunde inte överföra tavlan till {user}", "Share board with a user, group or team …" : "Dela tavlan med en användare, grupp eller team ...", "Searching for users, groups and teams …" : "Söker efter användare, grupper och team …", "No participants found" : "Inga deltagare hittades", @@ -191,12 +201,7 @@ "Can manage" : "Kan hanter", "Owner" : "Ägare", "Delete" : "Ta bort", - "Failed to create share with {displayName}" : "Kunde inte skapa delning med {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Är du säker att du vill överföra tavlan {title} till {user}?", - "Transfer the board." : "Överför tavlan.", - "Transfer" : "Överför", - "The board has been transferred to {user}" : "Tavlan har överförts till {user}", - "Failed to transfer the board to {user}" : "Kunde inte överföra tavlan till {user}", + "List deleted" : "Listan har raderats", "Edit list title" : "Redigera listans titel", "Archive all cards" : "Arkivera alla kort", "Unarchive all cards" : "Ta ut alla kort ur arkivet", @@ -205,15 +210,16 @@ "Unarchive all cards in this list" : "Ta ut alla kort i denna lista ur arkivet", "Add a new card" : "Lägg till ett nytt kort", "Card name" : "Kortets namn", - "List deleted" : "Listan har raderats", + "title and color value must be provided" : "titel och färg måste anges", "Edit" : "Redigera", "Add a new tag" : "Lägg till en ny tagg", - "title and color value must be provided" : "titel och färg måste anges", "Board name" : "Tavlans namn", "Members" : "Medlemmar", "Assign to users/groups/team" : "Tilldela till användare/grupper/team", "Assign a user to this card…" : "Tilldela en användare till det här kortet ...", "Select a user to assign to this card…" : "Välj en användare att tilldela detta kort...", + "File to share" : "Fil att dela", + "Invalid path selected" : "Ogiltig sökväg vald", "Upload new files" : "Ladda upp nya filer", "Share from Files" : "Dela från Filer", "Pending share" : "Väntande delning", @@ -223,25 +229,24 @@ "Remove attachment" : "Ta bort bilaga", "Delete Attachment" : "Ta bort bilaga", "Restore Attachment" : "Återställ bilaga", - "File to share" : "Fil att dela", - "Invalid path selected" : "Ogiltig sökväg vald", + "Modified" : "Ändrad", + "Created" : "Skapat", + "The title cannot be empty." : "Titeln får inte lämnas tom.", "Open in sidebar view" : "Öppna i sidofältet", "Open in bigger view" : "Öppna i större vy", "Attachments" : "Bilagor", "Comments" : "Kommentarer", - "Modified" : "Ändrad", - "Created" : "Skapat", - "The title cannot be empty." : "Titeln får inte lämnas tom.", - "No comments yet. Begin the discussion!" : "Inga kommentarer än. Börja diskussionen!", "Failed to load comments" : "Kunde inte ladda kommentarerna.", - "Save" : "Spara", + "No comments yet. Begin the discussion!" : "Inga kommentarer än. Börja diskussionen!", "The comment cannot be empty." : "Kommentaren kan inte vara tom.", "The comment cannot be longer than 1000 characters." : "Kommentaren kan inte vara längre än 1000 tecken.", + "Save" : "Spara", + "Created:" : "Skapad:", "In reply to" : "Som svar på", "Cancel reply" : "Avbryt svar", "Reply" : "Svara", "Update" : "Uppdatera", - "Created:" : "Skapad:", + "Write a description …" : "Ange en beskrivning ...", "Description" : "Beskrivning", "(Unsaved)" : "(Inte sparad)", "(Saving…)" : "(Sparar…)", @@ -249,8 +254,16 @@ "Edit description" : "Ändra beskrivning", "View description" : "Visa beskrivning", "Add Attachment" : "Lägg till bilaga", - "Write a description …" : "Ange en beskrivning ...", "Choose attachment" : "Välj bilaga", + "Select Date" : "Välj datum", + "Later today – {timeLocale}" : "Senare idag – {timeLocale}", + "Set due date for later today" : "Ställ in förfallodatum för senare idag", + "Tomorrow – {timeLocale}" : "Imorgon – {timeLocale}", + "Set due date for tomorrow" : "Ställ in förfallodatum för imorgon", + "This weekend – {timeLocale}" : "Den här helgen – {timeLocale}", + "Set due date for this weekend" : "Ställ in förfallodatum för denna helg", + "Next week – {timeLocale}" : "Nästa vecka – {timeLocale}", + "Set due date for next week" : "Ställ in förfallodatum för nästa vecka", "Assign a due date to this card…" : "Tilldela ett förfallodatum till detta kort...", "Set a due date" : "Sätt ett slutdatum", "Add due date" : "Lägg till förfallodatum", @@ -261,26 +274,20 @@ "Not done" : "Inte klar", "Unarchive card" : "Avarkivera kort", "Archive card" : "Arkivera kort", - "Select Date" : "Välj datum", - "Set due date for later today" : "Ställ in förfallodatum för senare idag", - "Set due date for tomorrow" : "Ställ in förfallodatum för imorgon", - "Set due date for this weekend" : "Ställ in förfallodatum för denna helg", - "Set due date for next week" : "Ställ in förfallodatum för nästa vecka", "Assign a tag to this card…" : "Tilldela en tagg till det här kortet ...", "Select or create a tag…" : "Välj eller skapa en tagg...", "Create a new tag:" : "Skapa en ny tagg:", "(group)" : " (grupp)", - "Next week – {timeLocale}" : "Nästa vecka – {timeLocale}", - "Todo items" : "Att göra saker", "{count} comments, {unread} unread" : "{count} kommentarer, {unread} olästa", + "Todo items" : "Att göra saker", "Edit card title" : "Ändra korttitel", "Open link" : "Öppna länken", + "Card deleted" : "Kortet har raderats", "Edit title" : "Redigera titel", "Assign to me" : "Tilldela till mig", "Unassign myself" : "Ta bort från mig själv", "Mark as not done" : "Markera som ej klar", "Delete card" : "Ta bort kort", - "Card deleted" : "Kortet har raderats", "seconds ago" : "sekunder sedan", "Keyboard shortcuts" : "Tangentbordsgenvägar", "Boost your productivity using Deck with keyboard shortcuts." : "Öka din produktivitet genom att använda Deck med tangentbordsgenvägar.", @@ -319,6 +326,13 @@ "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Användare utanför dessa grupper kommer inte att kunna skapa sina egna tavlor, men kommer fortfarande att kunna arbeta på tavlor som har delats med dem.", "Cancel edit" : "Avbryt redigering", "Save board" : "Spara tavla", + "Board {0} deleted" : "Tavla {0} raderad", + "All cards" : "Alla kort", + "Only assigned cards" : "Bara tilldelade kort", + "No reminder" : "Ingen påminnelse", + "An error occurred" : "Ett fel uppstod", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Är du säker på att du vill radera tavla {title}? Detta kommer radera all data som tillhör tavlan inklusive arkiverade kort.", + "Delete the board?" : "Ta bort tavlan?", "Board details" : "Taveldetaljer", "Edit board" : "Ändra tavla", "Clone board" : "Kopiera tavla", @@ -328,16 +342,9 @@ "Turn on due date reminders" : "Aktivera påminnelser om förfallodatum", "Turn off due date reminders" : "Inaktivera påminnelser om förfallodatum", "Due date reminders" : "Påminnelser om förfallodatum", - "All cards" : "Alla kort", "Assigned cards" : "Tilldelade kort", "No notifications" : "Inga aviseringar", "Delete board" : "Radera tavla", - "Board {0} deleted" : "Tavla {0} raderad", - "Only assigned cards" : "Bara tilldelade kort", - "No reminder" : "Ingen påminnelse", - "An error occurred" : "Ett fel uppstod", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Är du säker på att du vill radera tavla {title}? Detta kommer radera all data som tillhör tavlan inklusive arkiverade kort.", - "Delete the board?" : "Ta bort tavlan?", "Clone {boardTitle}" : "Klona {boardTitle}", "Clone cards" : "Klona kort", "Clone assignments" : "Klona tilldelningar", @@ -354,14 +361,15 @@ "Search for {searchQuery} in all boards" : "Sök efter {searchQuery} i alla tavlor", "No results found" : "Inga resultat funna", "Deck board {name}\n* Last modified on {lastMod}" : "Deck tavla {name}\n* Senast ändrad den {lastMod}", - "{stack} in {board}" : "{stack} i {board}", - "Click to expand description" : "Klicka för att utöka beskrivningen", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Skapades {created}\n* Ändrades senast {lastMod}\n* {nbAttachments} bilagor\n* {nbComments} kommentarer", "{nbCards} cards" : "{nbCards} kort", + "Due on {date}" : "Går ut {date}", + "{stack} in {board}" : "{stack} i {board}", + "Click to expand description" : "Klicka för att utöka beskrivningen", "Click to expand comment" : "Klicka för att utöka kommentaren", + "Create card" : "Skapa kort", "Create a new card" : "Skapa ett nytt kort", "Card title" : "Kort-titel", - "Create card" : "Skapa kort", "Creating the new card …" : "Skapar det nya kortet ...", "Card \"{card}\" was added to \"{board}\"" : "kortet \"{card}\" lades till i \"{board}\"", "Open card" : "Öppna kort", @@ -371,10 +379,6 @@ "upcoming cards tomorrow" : "kommande kort imorgon", "upcoming cards" : "kommande kort", "New card" : "Nytt kort", - "Due on {date}" : "Går ut {date}", - "This weekend – {timeLocale}" : "Den här helgen – {timeLocale}", - "Tomorrow – {timeLocale}" : "Imorgon – {timeLocale}", - "Later today – {timeLocale}" : "Senare idag – {timeLocale}", "Link to a board" : "Länka till en tavla", "Link to a card" : "Länka till ett kort", "Create a card" : "Skapa ett kort", @@ -386,6 +390,12 @@ "Share with a Deck card" : "Dela med ett Deck-kort", "Share {file} with a Deck card" : "Dela {file} med ett Deck-kort", "Share" : "Dela", + "Personal" : "Personlig", + "To do" : "Att göra", + "Doing" : "Pågående", + "Example Task 3" : "Exempeluppgift 3", + "Example Task 2" : "Exempeluppgift 2", + "Example Task 1" : "Exempeluppgift 1", "Move card to another board" : "Flytta kort till en annan tavla", "Filter by completed" : "Filtrera efter slutfört" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/ta.js b/l10n/ta.js index e828466c6..562e37d33 100644 --- a/l10n/ta.js +++ b/l10n/ta.js @@ -1,7 +1,6 @@ OC.L10N.register( "deck", { - "Personal" : "தனிப்பட்ட", "Done" : "Done", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "பதிவேற்றப்பட்ட கோப்பானது HTML படிவத்தில் குறிப்பிடப்பட்டுள்ள MAX_FILE_SIZE directive ஐ விட கூடியது", "No file was uploaded" : "எந்த கோப்பும் பதிவேற்றப்படவில்லை", @@ -18,8 +17,8 @@ OC.L10N.register( "Download" : "பதிவிறக்குக", "Modified" : "மாற்றப்பட்டது", "Save" : "சேமிக்க ", - "Update" : "இற்றைப்படுத்தல்", "Created:" : "உருவாக்கப்பட்டது:", + "Update" : "இற்றைப்படுத்தல்", "Description" : "விவரிப்பு", "seconds ago" : "செக்கன்களுக்கு முன்", "Keyboard shortcuts" : "விசைப்பலகை குறுக்குவழிகள்", @@ -27,6 +26,7 @@ OC.L10N.register( "Shared with you" : "Shared with you", "Today" : "இன்று", "Close" : "மூடுக", - "Share" : "பகிர்வு" + "Share" : "பகிர்வு", + "Personal" : "தனிப்பட்ட" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/ta.json b/l10n/ta.json index 2199c90f5..95b77513e 100644 --- a/l10n/ta.json +++ b/l10n/ta.json @@ -1,5 +1,4 @@ { "translations": { - "Personal" : "தனிப்பட்ட", "Done" : "Done", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "பதிவேற்றப்பட்ட கோப்பானது HTML படிவத்தில் குறிப்பிடப்பட்டுள்ள MAX_FILE_SIZE directive ஐ விட கூடியது", "No file was uploaded" : "எந்த கோப்பும் பதிவேற்றப்படவில்லை", @@ -16,8 +15,8 @@ "Download" : "பதிவிறக்குக", "Modified" : "மாற்றப்பட்டது", "Save" : "சேமிக்க ", - "Update" : "இற்றைப்படுத்தல்", "Created:" : "உருவாக்கப்பட்டது:", + "Update" : "இற்றைப்படுத்தல்", "Description" : "விவரிப்பு", "seconds ago" : "செக்கன்களுக்கு முன்", "Keyboard shortcuts" : "விசைப்பலகை குறுக்குவழிகள்", @@ -25,6 +24,7 @@ "Shared with you" : "Shared with you", "Today" : "இன்று", "Close" : "மூடுக", - "Share" : "பகிர்வு" + "Share" : "பகிர்வு", + "Personal" : "தனிப்பட்ட" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/th.js b/l10n/th.js index 5d0a4da3f..4be11c634 100644 --- a/l10n/th.js +++ b/l10n/th.js @@ -1,9 +1,9 @@ OC.L10N.register( "deck", { - "Personal" : "ส่วนตัว", "Finished" : "เสร็จสิ้น", "copy" : "คัดลอก", + "In Progress" : "อยู่ระหว่างการดำเนินการ", "Done" : "เสร็จสิ้น", "The file was uploaded" : "ไฟล์อัปโหลดแล้ว", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "ขนาดไฟล์ที่อัปโหลดมีขนาดเกินค่า upload_max_filesize ที่ระบุไว้ใน php.ini", @@ -26,22 +26,22 @@ OC.L10N.register( "Tags" : "แท็ก", "Activity" : "กิจกรรม", "Undo" : "เลิกทำ", + "Transfer" : "โอนย้าย", "Can edit" : "สามารถแก้ไข", "Can share" : "สามารถแชร์", "Owner" : "เจ้าของ", "Delete" : "ลบ", - "Transfer" : "โอนย้าย", "Delete list" : "ลบรายการ", "Edit" : "แก้ไข", - "Download" : "ดาวน์โหลด", "Invalid path selected" : "เลือกเส้นทางไม่ถูกต้อง", + "Download" : "ดาวน์โหลด", + "Modified" : "แก้ไขเมื่อ", "Attachments" : "ไฟล์แนบ", "Comments" : "ความคิดเห็น", - "Modified" : "แก้ไขเมื่อ", "Save" : "บันทึก", + "Created:" : "สร้างเมื่อ:", "Reply" : "ตอบกลับ", "Update" : "อัปเดต", - "Created:" : "สร้างเมื่อ:", "Description" : "รายละเอียด", "(group)" : "(กลุ่ม)", "seconds ago" : "วินาทีที่ผ่านมา", @@ -49,14 +49,15 @@ OC.L10N.register( "Keyboard shortcut" : "แป้นพิมพ์ลัด", "Search" : "ค้นหา", "Shared with you" : "แชร์กับคุณ", + "An error occurred" : "เกิดข้อผิดพลาด", "Edit board" : "แก้ไขกระดาน", "No notifications" : "ไม่มีการแจ้งเตือน", "Delete board" : "ลบกระดาน", - "An error occurred" : "เกิดข้อผิดพลาด", "Advanced options" : "ตัวเลือกขั้นสูง", "Today" : "วันนี้", "Tomorrow" : "พรุ่งนี้", "Close" : "ปิด", - "Share" : "แชร์" + "Share" : "แชร์", + "Personal" : "ส่วนตัว" }, "nplurals=1; plural=0;"); diff --git a/l10n/th.json b/l10n/th.json index 2c951c492..b2ccf527e 100644 --- a/l10n/th.json +++ b/l10n/th.json @@ -1,7 +1,7 @@ { "translations": { - "Personal" : "ส่วนตัว", "Finished" : "เสร็จสิ้น", "copy" : "คัดลอก", + "In Progress" : "อยู่ระหว่างการดำเนินการ", "Done" : "เสร็จสิ้น", "The file was uploaded" : "ไฟล์อัปโหลดแล้ว", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "ขนาดไฟล์ที่อัปโหลดมีขนาดเกินค่า upload_max_filesize ที่ระบุไว้ใน php.ini", @@ -24,22 +24,22 @@ "Tags" : "แท็ก", "Activity" : "กิจกรรม", "Undo" : "เลิกทำ", + "Transfer" : "โอนย้าย", "Can edit" : "สามารถแก้ไข", "Can share" : "สามารถแชร์", "Owner" : "เจ้าของ", "Delete" : "ลบ", - "Transfer" : "โอนย้าย", "Delete list" : "ลบรายการ", "Edit" : "แก้ไข", - "Download" : "ดาวน์โหลด", "Invalid path selected" : "เลือกเส้นทางไม่ถูกต้อง", + "Download" : "ดาวน์โหลด", + "Modified" : "แก้ไขเมื่อ", "Attachments" : "ไฟล์แนบ", "Comments" : "ความคิดเห็น", - "Modified" : "แก้ไขเมื่อ", "Save" : "บันทึก", + "Created:" : "สร้างเมื่อ:", "Reply" : "ตอบกลับ", "Update" : "อัปเดต", - "Created:" : "สร้างเมื่อ:", "Description" : "รายละเอียด", "(group)" : "(กลุ่ม)", "seconds ago" : "วินาทีที่ผ่านมา", @@ -47,14 +47,15 @@ "Keyboard shortcut" : "แป้นพิมพ์ลัด", "Search" : "ค้นหา", "Shared with you" : "แชร์กับคุณ", + "An error occurred" : "เกิดข้อผิดพลาด", "Edit board" : "แก้ไขกระดาน", "No notifications" : "ไม่มีการแจ้งเตือน", "Delete board" : "ลบกระดาน", - "An error occurred" : "เกิดข้อผิดพลาด", "Advanced options" : "ตัวเลือกขั้นสูง", "Today" : "วันนี้", "Tomorrow" : "พรุ่งนี้", "Close" : "ปิด", - "Share" : "แชร์" + "Share" : "แชร์", + "Personal" : "ส่วนตัว" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/l10n/tr.js b/l10n/tr.js index 1bbd34bc2..e4a1f9b9b 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -76,7 +76,7 @@ OC.L10N.register( "Cards due tomorrow" : "Bitiş tarihi yarın olan kartlar", "Upcoming cards" : "Yaklaşan kartlar", "Load more" : "Diğerlerini yükle", - "Personal" : "Kişisel", + "Welcome to Nextcloud Deck!" : "Nextcloud Tahta uygulamasına hoş geldiniz!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "\"%s\" kartı \"%s\" zamanında %s tarafından size atandı.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user}, {deck-board} panosundaki {deck-card} kartını size atadı.", "The card \"%s\" on \"%s\" has reached its due date." : "\"%s\" kartı \"%s\" zamanında son kullanma tarihine ulaştı.", @@ -99,12 +99,16 @@ OC.L10N.register( "Action needed" : "İşlem yapılması gerekiyor", "Later" : "Sonra", "copy" : "kopyala", - "To do" : "Yapılacak işler", - "Doing" : "Yapılanlar", + "Read more inside" : "İçeriden ayrıntılı bilgi alın", + "Custom lists - click to rename!" : "Özel listeler. Yeniden adlandırmak için tıklayın!", + "To Do" : "Yapılacak iş", + "In Progress" : "Sürüyor", "Done" : "Bitenler", - "Example Task 3" : "3. örnek görev", - "Example Task 2" : "2. örnek görev", - "Example Task 1" : "1. örnek görev", + "1. Open to learn more about boards and cards" : "1. Panolar ve kartlar ile ilgili bilgi almak için açın", + "2. Drag cards left and right, up and down" : "2. Kartları sağa, sola, aşağı ve yukarı sürükleyin", + "3. Apply rich formatting and link content" : "3. Zengin biçim uygulayın ve içeriği bağlayın", + "4. Share, comment and collaborate!" : "4. Paylaşın, yorum ve iş birliği yapın! ", + "Create your first card!" : "İlk kartınızı ekleyin!", "The file was uploaded" : "Dosya yüklendi", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Yüklenen dosya php.ini dosyasındaki yüklenebilecek dosya boyutunu belirten upload_max_filesize değişkeninin değerini aşıyor", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Yüklenen dosya HTML formundaki yüklenebilecek dosya boyutunu belirten MAX_FILE_SIZE değişkeninin değerini aşıyor", @@ -120,8 +124,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "Tarih geçersiz. Tarih biçimi YYYY-AA-GG olmalıdır", "Personal planning and team project organization" : "Kişisel planlama ve takım projesi yönetimi", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Tahta, Nextcloud ile bütünleştirilmiş takımlar için Kanban tarzında bir kişisel planlama ve proje yönetimi uygulamasıdır.\n\n\n- 📥 Görevleri kartlara ekleyerek sıralayabilirsiniz\n- 📄 Markdown ile biçimlendirilmiş notlar ekleyebilirsiniz\n- 🔖 Daha iyi düzenleme için etiketler atayabilirsiniz\n- 👥 Takımınız, arkadaşlarınız ya da aileniz ile paylaşabilirsiniz\n- 📎 Dosyalar ekleyebilir ve Markdown açıklamasına gömebilirsiniz\n- 💬 Yorumları kullanarak konular üzerinde takımınız ile yazışabilirsiniz\n- ⚡ İşlem akışı ile değişiklikleri görebilirsiniz\n- 🚀 Projelerinizi düzenli tutarak izleyebilirsiniz", - "Card details" : "Kart ayrıntıları", "Add board" : "Pano ekle", + "Card details" : "Kart ayrıntıları", "Select the board to link to a project" : "Bir proje ile ilişkilendirilecek pano bağlantısını seçin", "Search by board title" : "Pano başlığına göre arama", "Select board" : "Pano seçin", @@ -131,17 +135,17 @@ OC.L10N.register( "Select a list" : "Bir liste seçin", "Move card" : "Kartı taşı", "Copy card" : "Kartı kopyala", - "Select a card" : "Bir kart seçin", - "Cancel" : "İptal", "Select the card to link to a project" : "Bir proje ile ilişkilendirilecek kart bağlantısını seçin", "Link to card" : "Kart bağlantısı", + "Select a card" : "Bir kart seçin", + "Cancel" : "İptal", + "This board is read only" : "Bu pano salt okunur", + "Drop your files to upload" : "Yüklenecek dosyaları sürükleyip bırakın", "File already exists" : "Dosya zaten var", "A file with the name {filename} already exists." : "{filename} adlı bir dosya zaten var.", "Do you want to overwrite it?" : "Üzerine yazılmasını ister misiniz?", "Overwrite file" : "Üzerine yaz", "Keep existing file" : "Var olan dosya korunsun", - "This board is read only" : "Bu pano salt okunur", - "Drop your files to upload" : "Yüklenecek dosyaları sürükleyip bırakın", "Add card" : "Kart ekle", "Archived cards" : "Arşivlenmiş kartlar", "Add list" : "Liste ekle", @@ -182,6 +186,12 @@ OC.L10N.register( "Deleted lists" : "Silinmiş listeler", "Undo" : "Geri al", "Deleted cards" : "Silinmiş kartlar", + "Failed to create share with {displayName}" : "{displayName} ile paylaşılamadı", + "Are you sure you want to transfer the board {title} to {user}?" : "{title} panosunu {user} kullanıcısına aktarmak istediğinize emin misiniz?", + "Transfer the board." : "Panoyu aktar.", + "Transfer" : "Aktar", + "The board has been transferred to {user}" : "Pano {user} kullanıcısına aktarıldı", + "Failed to transfer the board to {user}" : "Pano {user} kullanıcısına aktarılamadı", "Share board with a user, group or team …" : "Panoyu kullanıcı, grup ya da takımla paylaş…", "Searching for users, groups and teams …" : "Kullanıcılar, gruplar ve takımlar aranıyor…", "No participants found" : "Herhangi bir katılımcı bulunamadı", @@ -193,12 +203,7 @@ OC.L10N.register( "Can manage" : "Yönetebilir", "Owner" : "Sahibi", "Delete" : "Sil", - "Failed to create share with {displayName}" : "{displayName} ile paylaşılamadı", - "Are you sure you want to transfer the board {title} to {user}?" : "{title} panosunu {user} kullanıcısına aktarmak istediğinize emin misiniz?", - "Transfer the board." : "Panoyu aktar.", - "Transfer" : "Aktar", - "The board has been transferred to {user}" : "Pano {user} kullanıcısına aktarıldı", - "Failed to transfer the board to {user}" : "Pano {user} kullanıcısına aktarılamadı", + "List deleted" : "Liste silindi", "Edit list title" : "Liste başlığını düzenle", "Archive all cards" : "Tüm kartları arşivle", "Unarchive all cards" : "Tüm kartları arşivden çıkar", @@ -207,15 +212,16 @@ OC.L10N.register( "Unarchive all cards in this list" : "Bu listedeki tüm kartları arşivden çıkar", "Add a new card" : "Yeni kart ekle", "Card name" : "Kart adı", - "List deleted" : "Liste silindi", + "title and color value must be provided" : "başlık ve renk değeri belirtilmelidir", "Edit" : "Düzenle", "Add a new tag" : "Yeni etiket ekle", - "title and color value must be provided" : "başlık ve renk değeri belirtilmelidir", "Board name" : "Pano adı", "Members" : "Üyeler", "Assign to users/groups/team" : "Kullanıcı/grup/takım ata", "Assign a user to this card…" : "Bu karta bir kullanıcı ata…", "Select a user to assign to this card…" : "Bu karta atanacak bir kullanıcı seçin…", + "File to share" : "Paylaşılacak dosya", + "Invalid path selected" : "Seçilen yol geçersiz", "Upload new files" : "Yeni dosyaları yükle", "Share from Files" : "Dosyalardan paylaş", "Pending share" : "Bekleyen paylaşım", @@ -225,25 +231,24 @@ OC.L10N.register( "Remove attachment" : "Ek dosyayı sil", "Delete Attachment" : "Ek dosyasını sil", "Restore Attachment" : "Ek dosyasını geri yükle", - "File to share" : "Paylaşılacak dosya", - "Invalid path selected" : "Seçilen yol geçersiz", + "Modified" : "Değiştirilme", + "Created" : "Oluşturulma", + "The title cannot be empty." : "Başlık boş olamaz.", "Open in sidebar view" : "Yan çubuk görünümünde aç", "Open in bigger view" : "Daha büyük görünümde aç", "Attachments" : "Ek dosyalar", "Comments" : "Yorumlar", - "Modified" : "Değiştirilme", - "Created" : "Oluşturulma", - "The title cannot be empty." : "Başlık boş olamaz.", - "No comments yet. Begin the discussion!" : "Henüz bir yorum yapılmamış. Tartışmayı başlatın!", "Failed to load comments" : "Yorumlar yüklenemedi", - "Save" : "Kaydet", + "No comments yet. Begin the discussion!" : "Henüz bir yorum yapılmamış. Tartışmayı başlatın!", "The comment cannot be empty." : "Yorum boş olamaz.", "The comment cannot be longer than 1000 characters." : "Yorum 1000 karakterden uzun olamaz.", + "Save" : "Kaydet", + "Created:" : "Oluşturulma:", "In reply to" : "Şuna yanıtla", "Cancel reply" : "Yanıtı iptal et", "Reply" : "Yanıtla", "Update" : "Güncelle", - "Created:" : "Oluşturulma:", + "Write a description …" : "Bir açıklama yazın …", "Description" : "Açıklama", "(Unsaved)" : "(Kaydedilmemiş)", "(Saving…)" : "(Kaydediliyor…)", @@ -251,8 +256,16 @@ OC.L10N.register( "Edit description" : "Açıklamayı düzenle", "View description" : "Açıklamayı görüntüle", "Add Attachment" : "Dosya ekle", - "Write a description …" : "Bir açıklama yazın …", "Choose attachment" : "Ek dosyayı seçin", + "Select Date" : "Tarih Seçin", + "Later today – {timeLocale}" : "Bugün daha sonra – {timeLocale}", + "Set due date for later today" : "Bitiş tarihini bugün daha sonra olarak ayarla", + "Tomorrow – {timeLocale}" : "Yarın – {timeLocale}", + "Set due date for tomorrow" : "Bitiş tarihini yarın olarak ayarla", + "This weekend – {timeLocale}" : "Bu hafta sonu – {timeLocale}", + "Set due date for this weekend" : "Bitiş tarihini bu hafta sonu olarak ayarla", + "Next week – {timeLocale}" : "Sonraki hafta – {timeLocale}", + "Set due date for next week" : "Bitiş tarihini sonraki hafta olarak ayarla", "Assign a due date to this card…" : "Bu karta bir bitiş tarihi ata…", "Set a due date" : "Bitiş tarihi ayarla", "Add due date" : "Bitiş tarihi ekle", @@ -263,26 +276,20 @@ OC.L10N.register( "Not done" : "Tamamlanmamış", "Unarchive card" : "Kartı arşivden çıkar", "Archive card" : "Kartı arşivle", - "Select Date" : "Tarih Seçin", - "Set due date for later today" : "Bitiş tarihini bugün daha sonra olarak ayarla", - "Set due date for tomorrow" : "Bitiş tarihini yarın olarak ayarla", - "Set due date for this weekend" : "Bitiş tarihini bu hafta sonu olarak ayarla", - "Set due date for next week" : "Bitiş tarihini sonraki hafta olarak ayarla", "Assign a tag to this card…" : "Bu karta bir etiket ata…", "Select or create a tag…" : "Bir etiket seçin ya da oluşturun…", "Create a new tag:" : "Yeni etiket ekle:", "(group)" : "(grup)", - "Next week – {timeLocale}" : "Sonraki hafta – {timeLocale}", - "Todo items" : "Yapılacak iş ögeleri", "{count} comments, {unread} unread" : "{count} yorum, {unread} okunmamış", + "Todo items" : "Yapılacak iş ögeleri", "Edit card title" : "Kart başlığını düzenle", "Open link" : "Bağlantıyı aç", + "Card deleted" : "Kart silindi", "Edit title" : "Başlığı düzenle", "Assign to me" : "Bana ata", "Unassign myself" : "Kendi atamamı kaldır", "Mark as not done" : "Tamamlanmamış olarak işaretle", "Delete card" : "Kartı sil", - "Card deleted" : "Kart silindi", "seconds ago" : "saniye önce", "Keyboard shortcuts" : "Kısayol tuşları", "Boost your productivity using Deck with keyboard shortcuts." : "Tahta uygulamasını klavye kısayolları ile kullanarak üretkenliğinizi artırın.", @@ -321,6 +328,13 @@ OC.L10N.register( "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Bu gruplar dışında kalan kullanıcılar kendi panolarını oluşturamaz ancak kendileriyle paylaşılan panolar üzerinde çalışmayı sürdürebilir.", "Cancel edit" : "Düzenlemeyi iptal et", "Save board" : "Panoyu kaydet", + "Board {0} deleted" : "{0} panosu silindi", + "All cards" : "Tüm kartlar", + "Only assigned cards" : "Yalnızca atanmış kartlar", + "No reminder" : "Anımsatıcı yok", + "An error occurred" : "Bir sorun çıktı", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "{title} panosunu silmek istediğinize emin misiniz? Bu işlem, bu panodaki ve arşivlenmiş kartlarındaki tüm verileri silecek.", + "Delete the board?" : "Pano silinsin mi?", "Board details" : "Pano ayrıntıları", "Edit board" : "Panoyu sil", "Clone board" : "Panoyu kopyala", @@ -330,16 +344,9 @@ OC.L10N.register( "Turn on due date reminders" : "Tarih anımsatıcılarını aç", "Turn off due date reminders" : "Tarih anımsatıcılarını kapat", "Due date reminders" : "Bitiş tarihi anımsatıcıları", - "All cards" : "Tüm kartlar", "Assigned cards" : "Atanmış kartlar", "No notifications" : "Bildirim yok", "Delete board" : "Panoyu sil", - "Board {0} deleted" : "{0} panosu silindi", - "Only assigned cards" : "Yalnızca atanmış kartlar", - "No reminder" : "Anımsatıcı yok", - "An error occurred" : "Bir sorun çıktı", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "{title} panosunu silmek istediğinize emin misiniz? Bu işlem, bu panodaki ve arşivlenmiş kartlarındaki tüm verileri silecek.", - "Delete the board?" : "Pano silinsin mi?", "Clone {boardTitle}" : "{boardTitle} çoğaltılsın", "Clone cards" : "Kartları kopyala", "Clone assignments" : "Atamalar çoğaltılsın", @@ -356,14 +363,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Tüm panolarda {searchQuery} araması için sonuçlar", "No results found" : "Herhangi bir sonuç bulunamadı", "Deck board {name}\n* Last modified on {lastMod}" : "{name} tahta panosu\n* Son değişiklik: {lastMod}", - "{stack} in {board}" : "{stack} {board} panosunda", - "Click to expand description" : "Açıklamayı genişletmek için tıklayın", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Oluşturulma: {created}\n* Son değiştirilme: {lastMod}\n* {nbAttachments} ek dosya\n* {nbComments} yorum", "{nbCards} cards" : "{nbCards} kart", + "Due on {date}" : "{date} tarihinde bitecek", + "{stack} in {board}" : "{stack} {board} panosunda", + "Click to expand description" : "Açıklamayı genişletmek için tıklayın", "Click to expand comment" : "Yorumu genişletmek için tıklayın", + "Create card" : "Kart ekle", "Create a new card" : "Yeni kart ekle", "Card title" : "Kart başlığı", - "Create card" : "Kart ekle", "Creating the new card …" : "Yeni kart ekleniyor …", "Card \"{card}\" was added to \"{board}\"" : "\"{card}\" kartı \"{board}\" panosuna eklendi", "Open card" : "Kartı aç", @@ -373,10 +381,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "yarın tamamlanması gereken kartlar", "upcoming cards" : "yaklaşan kartlar", "New card" : "Kart ekle", - "Due on {date}" : "{date} tarihinde bitecek", - "This weekend – {timeLocale}" : "Bu hafta sonu – {timeLocale}", - "Tomorrow – {timeLocale}" : "Yarın – {timeLocale}", - "Later today – {timeLocale}" : "Bugün daha sonra – {timeLocale}", "Link to a board" : "Bir pano bağlantısı", "Link to a card" : "Bir kart bağlantısı", "Create a card" : "Bir kart ekle", @@ -388,6 +392,12 @@ OC.L10N.register( "Share with a Deck card" : "Bir tahta kartı ile paylaş", "Share {file} with a Deck card" : "{file} dosyasını bir tahta kartı ile paylaş", "Share" : "Paylaş", + "Personal" : "Kişisel", + "To do" : "Yapılacak işler", + "Doing" : "Yapılanlar", + "Example Task 3" : "3. örnek görev", + "Example Task 2" : "2. örnek görev", + "Example Task 1" : "1. örnek görev", "Move card to another board" : "Kartı başka bir panoya taşı", "Filter by completed" : "Tamamlanmaya göre sırala" }, diff --git a/l10n/tr.json b/l10n/tr.json index 57e43cca2..f6b99b8ac 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -74,7 +74,7 @@ "Cards due tomorrow" : "Bitiş tarihi yarın olan kartlar", "Upcoming cards" : "Yaklaşan kartlar", "Load more" : "Diğerlerini yükle", - "Personal" : "Kişisel", + "Welcome to Nextcloud Deck!" : "Nextcloud Tahta uygulamasına hoş geldiniz!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "\"%s\" kartı \"%s\" zamanında %s tarafından size atandı.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user}, {deck-board} panosundaki {deck-card} kartını size atadı.", "The card \"%s\" on \"%s\" has reached its due date." : "\"%s\" kartı \"%s\" zamanında son kullanma tarihine ulaştı.", @@ -97,12 +97,16 @@ "Action needed" : "İşlem yapılması gerekiyor", "Later" : "Sonra", "copy" : "kopyala", - "To do" : "Yapılacak işler", - "Doing" : "Yapılanlar", + "Read more inside" : "İçeriden ayrıntılı bilgi alın", + "Custom lists - click to rename!" : "Özel listeler. Yeniden adlandırmak için tıklayın!", + "To Do" : "Yapılacak iş", + "In Progress" : "Sürüyor", "Done" : "Bitenler", - "Example Task 3" : "3. örnek görev", - "Example Task 2" : "2. örnek görev", - "Example Task 1" : "1. örnek görev", + "1. Open to learn more about boards and cards" : "1. Panolar ve kartlar ile ilgili bilgi almak için açın", + "2. Drag cards left and right, up and down" : "2. Kartları sağa, sola, aşağı ve yukarı sürükleyin", + "3. Apply rich formatting and link content" : "3. Zengin biçim uygulayın ve içeriği bağlayın", + "4. Share, comment and collaborate!" : "4. Paylaşın, yorum ve iş birliği yapın! ", + "Create your first card!" : "İlk kartınızı ekleyin!", "The file was uploaded" : "Dosya yüklendi", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Yüklenen dosya php.ini dosyasındaki yüklenebilecek dosya boyutunu belirten upload_max_filesize değişkeninin değerini aşıyor", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Yüklenen dosya HTML formundaki yüklenebilecek dosya boyutunu belirten MAX_FILE_SIZE değişkeninin değerini aşıyor", @@ -118,8 +122,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "Tarih geçersiz. Tarih biçimi YYYY-AA-GG olmalıdır", "Personal planning and team project organization" : "Kişisel planlama ve takım projesi yönetimi", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Tahta, Nextcloud ile bütünleştirilmiş takımlar için Kanban tarzında bir kişisel planlama ve proje yönetimi uygulamasıdır.\n\n\n- 📥 Görevleri kartlara ekleyerek sıralayabilirsiniz\n- 📄 Markdown ile biçimlendirilmiş notlar ekleyebilirsiniz\n- 🔖 Daha iyi düzenleme için etiketler atayabilirsiniz\n- 👥 Takımınız, arkadaşlarınız ya da aileniz ile paylaşabilirsiniz\n- 📎 Dosyalar ekleyebilir ve Markdown açıklamasına gömebilirsiniz\n- 💬 Yorumları kullanarak konular üzerinde takımınız ile yazışabilirsiniz\n- ⚡ İşlem akışı ile değişiklikleri görebilirsiniz\n- 🚀 Projelerinizi düzenli tutarak izleyebilirsiniz", - "Card details" : "Kart ayrıntıları", "Add board" : "Pano ekle", + "Card details" : "Kart ayrıntıları", "Select the board to link to a project" : "Bir proje ile ilişkilendirilecek pano bağlantısını seçin", "Search by board title" : "Pano başlığına göre arama", "Select board" : "Pano seçin", @@ -129,17 +133,17 @@ "Select a list" : "Bir liste seçin", "Move card" : "Kartı taşı", "Copy card" : "Kartı kopyala", - "Select a card" : "Bir kart seçin", - "Cancel" : "İptal", "Select the card to link to a project" : "Bir proje ile ilişkilendirilecek kart bağlantısını seçin", "Link to card" : "Kart bağlantısı", + "Select a card" : "Bir kart seçin", + "Cancel" : "İptal", + "This board is read only" : "Bu pano salt okunur", + "Drop your files to upload" : "Yüklenecek dosyaları sürükleyip bırakın", "File already exists" : "Dosya zaten var", "A file with the name {filename} already exists." : "{filename} adlı bir dosya zaten var.", "Do you want to overwrite it?" : "Üzerine yazılmasını ister misiniz?", "Overwrite file" : "Üzerine yaz", "Keep existing file" : "Var olan dosya korunsun", - "This board is read only" : "Bu pano salt okunur", - "Drop your files to upload" : "Yüklenecek dosyaları sürükleyip bırakın", "Add card" : "Kart ekle", "Archived cards" : "Arşivlenmiş kartlar", "Add list" : "Liste ekle", @@ -180,6 +184,12 @@ "Deleted lists" : "Silinmiş listeler", "Undo" : "Geri al", "Deleted cards" : "Silinmiş kartlar", + "Failed to create share with {displayName}" : "{displayName} ile paylaşılamadı", + "Are you sure you want to transfer the board {title} to {user}?" : "{title} panosunu {user} kullanıcısına aktarmak istediğinize emin misiniz?", + "Transfer the board." : "Panoyu aktar.", + "Transfer" : "Aktar", + "The board has been transferred to {user}" : "Pano {user} kullanıcısına aktarıldı", + "Failed to transfer the board to {user}" : "Pano {user} kullanıcısına aktarılamadı", "Share board with a user, group or team …" : "Panoyu kullanıcı, grup ya da takımla paylaş…", "Searching for users, groups and teams …" : "Kullanıcılar, gruplar ve takımlar aranıyor…", "No participants found" : "Herhangi bir katılımcı bulunamadı", @@ -191,12 +201,7 @@ "Can manage" : "Yönetebilir", "Owner" : "Sahibi", "Delete" : "Sil", - "Failed to create share with {displayName}" : "{displayName} ile paylaşılamadı", - "Are you sure you want to transfer the board {title} to {user}?" : "{title} panosunu {user} kullanıcısına aktarmak istediğinize emin misiniz?", - "Transfer the board." : "Panoyu aktar.", - "Transfer" : "Aktar", - "The board has been transferred to {user}" : "Pano {user} kullanıcısına aktarıldı", - "Failed to transfer the board to {user}" : "Pano {user} kullanıcısına aktarılamadı", + "List deleted" : "Liste silindi", "Edit list title" : "Liste başlığını düzenle", "Archive all cards" : "Tüm kartları arşivle", "Unarchive all cards" : "Tüm kartları arşivden çıkar", @@ -205,15 +210,16 @@ "Unarchive all cards in this list" : "Bu listedeki tüm kartları arşivden çıkar", "Add a new card" : "Yeni kart ekle", "Card name" : "Kart adı", - "List deleted" : "Liste silindi", + "title and color value must be provided" : "başlık ve renk değeri belirtilmelidir", "Edit" : "Düzenle", "Add a new tag" : "Yeni etiket ekle", - "title and color value must be provided" : "başlık ve renk değeri belirtilmelidir", "Board name" : "Pano adı", "Members" : "Üyeler", "Assign to users/groups/team" : "Kullanıcı/grup/takım ata", "Assign a user to this card…" : "Bu karta bir kullanıcı ata…", "Select a user to assign to this card…" : "Bu karta atanacak bir kullanıcı seçin…", + "File to share" : "Paylaşılacak dosya", + "Invalid path selected" : "Seçilen yol geçersiz", "Upload new files" : "Yeni dosyaları yükle", "Share from Files" : "Dosyalardan paylaş", "Pending share" : "Bekleyen paylaşım", @@ -223,25 +229,24 @@ "Remove attachment" : "Ek dosyayı sil", "Delete Attachment" : "Ek dosyasını sil", "Restore Attachment" : "Ek dosyasını geri yükle", - "File to share" : "Paylaşılacak dosya", - "Invalid path selected" : "Seçilen yol geçersiz", + "Modified" : "Değiştirilme", + "Created" : "Oluşturulma", + "The title cannot be empty." : "Başlık boş olamaz.", "Open in sidebar view" : "Yan çubuk görünümünde aç", "Open in bigger view" : "Daha büyük görünümde aç", "Attachments" : "Ek dosyalar", "Comments" : "Yorumlar", - "Modified" : "Değiştirilme", - "Created" : "Oluşturulma", - "The title cannot be empty." : "Başlık boş olamaz.", - "No comments yet. Begin the discussion!" : "Henüz bir yorum yapılmamış. Tartışmayı başlatın!", "Failed to load comments" : "Yorumlar yüklenemedi", - "Save" : "Kaydet", + "No comments yet. Begin the discussion!" : "Henüz bir yorum yapılmamış. Tartışmayı başlatın!", "The comment cannot be empty." : "Yorum boş olamaz.", "The comment cannot be longer than 1000 characters." : "Yorum 1000 karakterden uzun olamaz.", + "Save" : "Kaydet", + "Created:" : "Oluşturulma:", "In reply to" : "Şuna yanıtla", "Cancel reply" : "Yanıtı iptal et", "Reply" : "Yanıtla", "Update" : "Güncelle", - "Created:" : "Oluşturulma:", + "Write a description …" : "Bir açıklama yazın …", "Description" : "Açıklama", "(Unsaved)" : "(Kaydedilmemiş)", "(Saving…)" : "(Kaydediliyor…)", @@ -249,8 +254,16 @@ "Edit description" : "Açıklamayı düzenle", "View description" : "Açıklamayı görüntüle", "Add Attachment" : "Dosya ekle", - "Write a description …" : "Bir açıklama yazın …", "Choose attachment" : "Ek dosyayı seçin", + "Select Date" : "Tarih Seçin", + "Later today – {timeLocale}" : "Bugün daha sonra – {timeLocale}", + "Set due date for later today" : "Bitiş tarihini bugün daha sonra olarak ayarla", + "Tomorrow – {timeLocale}" : "Yarın – {timeLocale}", + "Set due date for tomorrow" : "Bitiş tarihini yarın olarak ayarla", + "This weekend – {timeLocale}" : "Bu hafta sonu – {timeLocale}", + "Set due date for this weekend" : "Bitiş tarihini bu hafta sonu olarak ayarla", + "Next week – {timeLocale}" : "Sonraki hafta – {timeLocale}", + "Set due date for next week" : "Bitiş tarihini sonraki hafta olarak ayarla", "Assign a due date to this card…" : "Bu karta bir bitiş tarihi ata…", "Set a due date" : "Bitiş tarihi ayarla", "Add due date" : "Bitiş tarihi ekle", @@ -261,26 +274,20 @@ "Not done" : "Tamamlanmamış", "Unarchive card" : "Kartı arşivden çıkar", "Archive card" : "Kartı arşivle", - "Select Date" : "Tarih Seçin", - "Set due date for later today" : "Bitiş tarihini bugün daha sonra olarak ayarla", - "Set due date for tomorrow" : "Bitiş tarihini yarın olarak ayarla", - "Set due date for this weekend" : "Bitiş tarihini bu hafta sonu olarak ayarla", - "Set due date for next week" : "Bitiş tarihini sonraki hafta olarak ayarla", "Assign a tag to this card…" : "Bu karta bir etiket ata…", "Select or create a tag…" : "Bir etiket seçin ya da oluşturun…", "Create a new tag:" : "Yeni etiket ekle:", "(group)" : "(grup)", - "Next week – {timeLocale}" : "Sonraki hafta – {timeLocale}", - "Todo items" : "Yapılacak iş ögeleri", "{count} comments, {unread} unread" : "{count} yorum, {unread} okunmamış", + "Todo items" : "Yapılacak iş ögeleri", "Edit card title" : "Kart başlığını düzenle", "Open link" : "Bağlantıyı aç", + "Card deleted" : "Kart silindi", "Edit title" : "Başlığı düzenle", "Assign to me" : "Bana ata", "Unassign myself" : "Kendi atamamı kaldır", "Mark as not done" : "Tamamlanmamış olarak işaretle", "Delete card" : "Kartı sil", - "Card deleted" : "Kart silindi", "seconds ago" : "saniye önce", "Keyboard shortcuts" : "Kısayol tuşları", "Boost your productivity using Deck with keyboard shortcuts." : "Tahta uygulamasını klavye kısayolları ile kullanarak üretkenliğinizi artırın.", @@ -319,6 +326,13 @@ "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Bu gruplar dışında kalan kullanıcılar kendi panolarını oluşturamaz ancak kendileriyle paylaşılan panolar üzerinde çalışmayı sürdürebilir.", "Cancel edit" : "Düzenlemeyi iptal et", "Save board" : "Panoyu kaydet", + "Board {0} deleted" : "{0} panosu silindi", + "All cards" : "Tüm kartlar", + "Only assigned cards" : "Yalnızca atanmış kartlar", + "No reminder" : "Anımsatıcı yok", + "An error occurred" : "Bir sorun çıktı", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "{title} panosunu silmek istediğinize emin misiniz? Bu işlem, bu panodaki ve arşivlenmiş kartlarındaki tüm verileri silecek.", + "Delete the board?" : "Pano silinsin mi?", "Board details" : "Pano ayrıntıları", "Edit board" : "Panoyu sil", "Clone board" : "Panoyu kopyala", @@ -328,16 +342,9 @@ "Turn on due date reminders" : "Tarih anımsatıcılarını aç", "Turn off due date reminders" : "Tarih anımsatıcılarını kapat", "Due date reminders" : "Bitiş tarihi anımsatıcıları", - "All cards" : "Tüm kartlar", "Assigned cards" : "Atanmış kartlar", "No notifications" : "Bildirim yok", "Delete board" : "Panoyu sil", - "Board {0} deleted" : "{0} panosu silindi", - "Only assigned cards" : "Yalnızca atanmış kartlar", - "No reminder" : "Anımsatıcı yok", - "An error occurred" : "Bir sorun çıktı", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "{title} panosunu silmek istediğinize emin misiniz? Bu işlem, bu panodaki ve arşivlenmiş kartlarındaki tüm verileri silecek.", - "Delete the board?" : "Pano silinsin mi?", "Clone {boardTitle}" : "{boardTitle} çoğaltılsın", "Clone cards" : "Kartları kopyala", "Clone assignments" : "Atamalar çoğaltılsın", @@ -354,14 +361,15 @@ "Search for {searchQuery} in all boards" : "Tüm panolarda {searchQuery} araması için sonuçlar", "No results found" : "Herhangi bir sonuç bulunamadı", "Deck board {name}\n* Last modified on {lastMod}" : "{name} tahta panosu\n* Son değişiklik: {lastMod}", - "{stack} in {board}" : "{stack} {board} panosunda", - "Click to expand description" : "Açıklamayı genişletmek için tıklayın", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Oluşturulma: {created}\n* Son değiştirilme: {lastMod}\n* {nbAttachments} ek dosya\n* {nbComments} yorum", "{nbCards} cards" : "{nbCards} kart", + "Due on {date}" : "{date} tarihinde bitecek", + "{stack} in {board}" : "{stack} {board} panosunda", + "Click to expand description" : "Açıklamayı genişletmek için tıklayın", "Click to expand comment" : "Yorumu genişletmek için tıklayın", + "Create card" : "Kart ekle", "Create a new card" : "Yeni kart ekle", "Card title" : "Kart başlığı", - "Create card" : "Kart ekle", "Creating the new card …" : "Yeni kart ekleniyor …", "Card \"{card}\" was added to \"{board}\"" : "\"{card}\" kartı \"{board}\" panosuna eklendi", "Open card" : "Kartı aç", @@ -371,10 +379,6 @@ "upcoming cards tomorrow" : "yarın tamamlanması gereken kartlar", "upcoming cards" : "yaklaşan kartlar", "New card" : "Kart ekle", - "Due on {date}" : "{date} tarihinde bitecek", - "This weekend – {timeLocale}" : "Bu hafta sonu – {timeLocale}", - "Tomorrow – {timeLocale}" : "Yarın – {timeLocale}", - "Later today – {timeLocale}" : "Bugün daha sonra – {timeLocale}", "Link to a board" : "Bir pano bağlantısı", "Link to a card" : "Bir kart bağlantısı", "Create a card" : "Bir kart ekle", @@ -386,6 +390,12 @@ "Share with a Deck card" : "Bir tahta kartı ile paylaş", "Share {file} with a Deck card" : "{file} dosyasını bir tahta kartı ile paylaş", "Share" : "Paylaş", + "Personal" : "Kişisel", + "To do" : "Yapılacak işler", + "Doing" : "Yapılanlar", + "Example Task 3" : "3. örnek görev", + "Example Task 2" : "2. örnek görev", + "Example Task 1" : "1. örnek görev", "Move card to another board" : "Kartı başka bir panoya taşı", "Filter by completed" : "Tamamlanmaya göre sırala" },"pluralForm" :"nplurals=2; plural=(n > 1);" diff --git a/l10n/ug.js b/l10n/ug.js index 355bf0de1..55f4f3a43 100644 --- a/l10n/ug.js +++ b/l10n/ug.js @@ -76,7 +76,6 @@ OC.L10N.register( "Cards due tomorrow" : "ئەتە كارتا", "Upcoming cards" : "كېلىۋاتقان كارتا", "Load more" : "تېخىمۇ كۆپ يۈكلەڭ", - "Personal" : "شەخسىي", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "«% S» دىكى «% s» كارتىسى سىزگە% s تەرىپىدىن تەقسىم قىلىنغان.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} سىزگە {deck-card} تاختىسىدىكى} كارتا {deck-board} كارتىسى} نى تەقسىم قىلدى.", "The card \"%s\" on \"%s\" has reached its due date." : "«% S» دىكى «% s» كارتىسى قەرەلى توشقان.", @@ -99,12 +98,9 @@ OC.L10N.register( "Action needed" : "ھەرىكەت لازىم", "Later" : "كېيىنچە", "copy" : "كۆپەيتىلگەن", - "To do" : "قىلىش", - "Doing" : "قىلىش", + "To Do" : "قىلىش", + "In Progress" : "ئىلگىرىلەۋاتىدۇ", "Done" : "Done", - "Example Task 3" : "مىسال 3", - "Example Task 2" : "مىسال 2", - "Example Task 1" : "مىسال 1", "The file was uploaded" : "ھۆججەت يۈكلەندى", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "يۈكلەنگەن ھۆججەت php.ini دىكى upload_max_filesize كۆرسەتمىسىدىن ئېشىپ كەتتى", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "يۈكلەنگەن ھۆججەت HTML شەكلىدە كۆرسىتىلگەن MAX_FILE_SIZE كۆرسەتمىسىدىن ئېشىپ كەتتى", @@ -120,8 +116,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "ئىناۋەتسىز چېسلا ، چېسلا فورماتى چوقۇم YYYY-MM-DD بولۇشى كېرەك", "Personal planning and team project organization" : "شەخسىي پىلان ۋە گۇرۇپپا تۈر تەشكىللەش", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "پالۋان Nextcloud بىلەن بىرلەشتۈرۈلگەن گۇرۇپپىلار ئۈچۈن شەخسىي پىلانلاش ۋە تۈر تەشكىللەشنى مەقسەت قىلغان كانبان ئۇسلۇبىدىكى تەشكىللەش قورالى.\n\n\n- tasks ۋەزىپىڭىزنى كارتىغا قوشۇڭ ۋە تەرتىپكە سېلىڭ\n- Mark Markdown غا قوشۇمچە خاتىرىلەرنى يېزىڭ\n- better تېخىمۇ ياخشى تەشكىللەش ئۈچۈن بەلگە بەلگىلەڭ\n- team گۇرۇپپىڭىز ، دوستلىرىڭىز ياكى ئائىلىڭىزدىكىلەر بىلەن ئورتاقلىشىڭ\n- files ھۆججەتلەرنى باغلاپ Markdown چۈشەندۈرۈشىڭىزگە قىستۇرۇڭ\n- comments باھا ئارقىلىق گۇرۇپپىڭىزدىكىلەر بىلەن مۇنازىرە قىلىڭ\n- activity پائالىيەت ئېقىمىدىكى ئۆزگىرىشلەرنى خاتىرىلەڭ\n- project تۈرىڭىزنى تەشكىللەڭ", - "Card details" : "كارتا تەپسىلاتلىرى", "Add board" : "تاختا قوشۇڭ", + "Card details" : "كارتا تەپسىلاتلىرى", "Select the board to link to a project" : "بىر تۈرگە ئۇلىنىش ئۈچۈن تاختىنى تاللاڭ", "Search by board title" : "تاختاينىڭ ئىسمى بىلەن ئىزدەڭ", "Select board" : "تاختاينى تاللاڭ", @@ -129,17 +125,17 @@ OC.L10N.register( "No lists available" : "تىزىملىك يوق", "Select a list" : "تىزىملىكنى تاللاڭ", "Move card" : "كارتا يۆتكەش", - "Select a card" : "كارتا تاللاڭ", - "Cancel" : "ۋاز كەچ", "Select the card to link to a project" : "بىر تۈرگە ئۇلىنىش ئۈچۈن كارتىنى تاللاڭ", "Link to card" : "كارتىغا ئۇلىنىش", + "Select a card" : "كارتا تاللاڭ", + "Cancel" : "ۋاز كەچ", + "This board is read only" : "بۇ تاختاي پەقەت ئوقۇلىدۇ", + "Drop your files to upload" : "يۈكلەش ئۈچۈن ھۆججەتلىرىڭىزنى تاشلاڭ", "File already exists" : "ھۆججەت مەۋجۇت", "A file with the name {filename} already exists." : "{filename} ئىسمى name دېگەن ھۆججەت بار.", "Do you want to overwrite it?" : "ئۇنى قاپلىماقچىمۇ؟", "Overwrite file" : "ھۆججەتنى قاپلىۋېتىڭ", "Keep existing file" : "مەۋجۇت ھۆججەتنى ساقلاڭ", - "This board is read only" : "بۇ تاختاي پەقەت ئوقۇلىدۇ", - "Drop your files to upload" : "يۈكلەش ئۈچۈن ھۆججەتلىرىڭىزنى تاشلاڭ", "Add card" : "كارتا قوشۇڭ", "Archived cards" : "ئارخىپ كارتىلىرى", "Add list" : "تىزىملىك قوشۇڭ", @@ -180,6 +176,12 @@ OC.L10N.register( "Deleted lists" : "ئۆچۈرۈلگەن تىزىملىك", "Undo" : "ئەمەلدىن قالدۇرۇش", "Deleted cards" : "ئۆچۈرۈلگەن كارتا", + "Failed to create share with {displayName}" : "{displayName} with بىلەن ئورتاقلىشىش مەغلۇب بولدى", + "Are you sure you want to transfer the board {title} to {user}?" : "تاختا {title} نى {user} غا يۆتكىمەكچىمۇ؟", + "Transfer the board." : "تاختىنى يۆتكەڭ.", + "Transfer" : "يۆتكەش", + "The board has been transferred to {user}" : "بۇ تاختا {user} غا يۆتكەلدى", + "Failed to transfer the board to {user}" : "تاختاينى {user} گە يۆتكەش مەغلۇب بولدى", "Share board with a user, group or team …" : "ئىشلەتكۈچى ، گۇرۇپپا ياكى گۇرۇپپا بىلەن ئورتاقلىشىش تاختىسى…", "Searching for users, groups and teams …" : "ئىشلەتكۈچى ، گۇرۇپپا ۋە گۇرۇپپىلارنى ئىزدەش…", "No participants found" : "قاتناشقۇچىلار تېپىلمىدى", @@ -191,12 +193,7 @@ OC.L10N.register( "Can manage" : "باشقۇرالايدۇ", "Owner" : "Owner", "Delete" : "ئۆچۈر", - "Failed to create share with {displayName}" : "{displayName} with بىلەن ئورتاقلىشىش مەغلۇب بولدى", - "Are you sure you want to transfer the board {title} to {user}?" : "تاختا {title} نى {user} غا يۆتكىمەكچىمۇ؟", - "Transfer the board." : "تاختىنى يۆتكەڭ.", - "Transfer" : "يۆتكەش", - "The board has been transferred to {user}" : "بۇ تاختا {user} غا يۆتكەلدى", - "Failed to transfer the board to {user}" : "تاختاينى {user} گە يۆتكەش مەغلۇب بولدى", + "List deleted" : "تىزىملىك ئۆچۈرۈلدى", "Edit list title" : "تىزىملىك نامىنى تەھرىرلەش", "Archive all cards" : "بارلىق كارتىلارنى ئارخىپلاشتۇرۇڭ", "Unarchive all cards" : "بارلىق كارتىلارنى تەرتىپسىز", @@ -205,15 +202,16 @@ OC.L10N.register( "Unarchive all cards in this list" : "بۇ تىزىملىكتىكى بارلىق كارتىلارنى تەرتىپسىز", "Add a new card" : "يېڭى كارتا قوشۇڭ", "Card name" : "كارتا ئىسمى", - "List deleted" : "تىزىملىك ئۆچۈرۈلدى", + "title and color value must be provided" : "ماۋزۇ ۋە رەڭ قىممىتى تەمىنلىنىشى كېرەك", "Edit" : "تەھرىر", "Add a new tag" : "يېڭى بەلگە قوشۇڭ", - "title and color value must be provided" : "ماۋزۇ ۋە رەڭ قىممىتى تەمىنلىنىشى كېرەك", "Board name" : "مۇدىرىيەت ئىسمى", "Members" : "ئەزالار", "Assign to users/groups/team" : "ئىشلەتكۈچى / گۇرۇپپا / گۇرۇپپىغا تەقسىم قىلىڭ", "Assign a user to this card…" : "بۇ كارتىغا ئىشلەتكۈچى تەقسىم قىلىڭ…", "Select a user to assign to this card…" : "بۇ كارتىغا تەقسىملەيدىغان ئىشلەتكۈچىنى تاللاڭ…", + "File to share" : "ھەمبەھىرلىنىدىغان ھۆججەت", + "Invalid path selected" : "ئىناۋەتسىز يول تاللانغان", "Upload new files" : "يېڭى ھۆججەتلەرنى يۈكلەڭ", "Share from Files" : "ھۆججەتلەردىن ئورتاقلىشىش", "Pending share" : "ساقلىنىۋاتقان ئۈلۈش", @@ -223,25 +221,24 @@ OC.L10N.register( "Remove attachment" : "قوشۇمچە ھۆججەتنى ئۆچۈرۈڭ", "Delete Attachment" : "قوشۇمچە ھۆججەتنى ئۆچۈرۈڭ", "Restore Attachment" : "قوشۇمچە ھۆججەتنى ئەسلىگە كەلتۈرۈش", - "File to share" : "ھەمبەھىرلىنىدىغان ھۆججەت", - "Invalid path selected" : "ئىناۋەتسىز يول تاللانغان", + "Modified" : "ئۆزگەرتكەن", + "Created" : "قۇرۇلدى", + "The title cannot be empty." : "ماۋزۇ قۇرۇق بولالمايدۇ.", "Open in sidebar view" : "يان كۆزنەكتە ئېچىڭ", "Open in bigger view" : "چوڭراق كۆرۈنۈشتە ئېچىڭ", "Attachments" : "قوشۇمچە ھۆججەتلەر", "Comments" : "باھا", - "Modified" : "ئۆزگەرتكەن", - "Created" : "قۇرۇلدى", - "The title cannot be empty." : "ماۋزۇ قۇرۇق بولالمايدۇ.", - "No comments yet. Begin the discussion!" : "ھازىرچە ھېچقانداق باھا يوق. مۇنازىرىنى باشلاڭ!", "Failed to load comments" : "ئىنكاسلارنى يۈكلىيەلمىدى", - "Save" : "ساقلا", + "No comments yet. Begin the discussion!" : "ھازىرچە ھېچقانداق باھا يوق. مۇنازىرىنى باشلاڭ!", "The comment cannot be empty." : "باھا قۇرۇق بولالمايدۇ.", "The comment cannot be longer than 1000 characters." : "بۇ باھا 1000 ھەرپتىن ئېشىپ كەتسە بولمايدۇ.", + "Save" : "ساقلا", + "Created:" : "قۇرۇلغان ۋاقتى:", "In reply to" : "دەپ جاۋاب بەردى", "Cancel reply" : "جاۋابنى ئەمەلدىن قالدۇرۇڭ", "Reply" : "جاۋاب قايتۇر", "Update" : "يېڭىلا", - "Created:" : "قۇرۇلغان ۋاقتى:", + "Write a description …" : "چۈشەندۈرۈش يېزىڭ…", "Description" : "چۈشەندۈرۈش", "(Unsaved)" : "(ساقلانمىدى)", "(Saving…)" : "(Saving…)", @@ -249,8 +246,16 @@ OC.L10N.register( "Edit description" : "چۈشەندۈرۈشنى تەھرىرلەڭ", "View description" : "چۈشەندۈرۈشنى كۆرۈڭ", "Add Attachment" : "قوشۇمچە ھۆججەت قوشۇڭ", - "Write a description …" : "چۈشەندۈرۈش يېزىڭ…", "Choose attachment" : "قوشۇمچە ھۆججەتنى تاللاڭ", + "Select Date" : "چېسلانى تاللاڭ", + "Later today – {timeLocale}" : "كېيىن بۈگۈن - {timeLocale}", + "Set due date for later today" : "بۈگۈنگە قەدەر بەلگىلەنگەن ۋاقىتنى بەلگىلەڭ", + "Tomorrow – {timeLocale}" : "ئەتە - {timeLocale}", + "Set due date for tomorrow" : "ئەتە بەلگىلەنگەن ۋاقىتنى بەلگىلەڭ", + "This weekend – {timeLocale}" : "بۇ ھەپتە ئاخىرى - {timeLocale}", + "Set due date for this weekend" : "بۇ ھەپتە ئاخىرىدىكى ۋاقىتنى بەلگىلەڭ", + "Next week – {timeLocale}" : "كېلەر ھەپتە - {timeLocale}", + "Set due date for next week" : "كېلەر ھەپتە قەرەلى توشۇڭ", "Assign a due date to this card…" : "بۇ كارتىغا مۇۋاپىق ۋاقىت بەلگىلەڭ…", "Set a due date" : "بەلگىلەنگەن ۋاقىتنى بەلگىلەڭ", "Add due date" : "مۇۋاپىق ۋاقىت قوشۇڭ", @@ -261,26 +266,20 @@ OC.L10N.register( "Not done" : "تاماملانمىدى", "Unarchive card" : "Unarchive card", "Archive card" : "ئارخىپ كارتىسى", - "Select Date" : "چېسلانى تاللاڭ", - "Set due date for later today" : "بۈگۈنگە قەدەر بەلگىلەنگەن ۋاقىتنى بەلگىلەڭ", - "Set due date for tomorrow" : "ئەتە بەلگىلەنگەن ۋاقىتنى بەلگىلەڭ", - "Set due date for this weekend" : "بۇ ھەپتە ئاخىرىدىكى ۋاقىتنى بەلگىلەڭ", - "Set due date for next week" : "كېلەر ھەپتە قەرەلى توشۇڭ", "Assign a tag to this card…" : "بۇ كارتىغا بەلگە بەلگىلەڭ…", "Select or create a tag…" : "بەلگە تاللاڭ ياكى قۇر…", "Create a new tag:" : "يېڭى خەتكۈچ قۇر:", "(group)" : "(گۇرۇپپا)", - "Next week – {timeLocale}" : "كېلەر ھەپتە - {timeLocale}", - "Todo items" : "تودو تۈرلىرى", "{count} comments, {unread} unread" : "{count} باھا ، {unread} ئوقۇمىغان", + "Todo items" : "تودو تۈرلىرى", "Edit card title" : "كارتا نامىنى تەھرىرلەش", "Open link" : "ئۇلانمىنى ئېچىڭ", + "Card deleted" : "كارتا ئۆچۈرۈلدى", "Edit title" : "ماۋزۇنى تەھرىرلەش", "Assign to me" : "ماڭا تاپشۇرۇڭ", "Unassign myself" : "ئۆزۈمنى بەلگىلىمەڭ", "Mark as not done" : "ئىشلەنمىگەن دەپ بەلگە قويۇڭ", "Delete card" : "كارتىنى ئۆچۈرۈڭ", - "Card deleted" : "كارتا ئۆچۈرۈلدى", "seconds ago" : "سېكۇنت بۇرۇن", "Keyboard shortcuts" : "كۇنۇپكا تاختىسى تېزلەتمىسى", "Boost your productivity using Deck with keyboard shortcuts." : "كۇنۇپكا تاختىسى تېزلەتمىسى ئارقىلىق پالۋاننى ئىشلىتىپ ئۈنۈمدارلىقىڭىزنى ئۆستۈرۈڭ.", @@ -319,6 +318,13 @@ OC.L10N.register( "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "بۇ گۇرۇپپىلارنىڭ سىرتىدىكى ئىشلەتكۈچىلەر ئۆزلىرىنىڭ تاختىسىنى قۇرالمايدۇ ، ئەمما ئۇلار بىلەن ئورتاقلاشقان تاختايلاردا ئىشلىيەلەيدۇ.", "Cancel edit" : "تەھرىرلەشنى ئەمەلدىن قالدۇرۇڭ", "Save board" : "تاختاينى ساقلاڭ", + "Board {0} deleted" : "Board {0} ئۆچۈرۈلدى", + "All cards" : "بارلىق كارتىلار", + "Only assigned cards" : "پەقەت تەقسىم قىلىنغان كارتا", + "No reminder" : "ئەسكەرتىش يوق", + "An error occurred" : "خاتالىق كۆرۈلدى", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "تاختا {title} نى ئۆچۈرمەكچىمۇ؟ بۇ ئارخىپ كارتىسىنى ئۆز ئىچىگە ئالغان بۇ تاختىنىڭ بارلىق سانلىق مەلۇماتلىرىنى ئۆچۈرۈۋېتىدۇ.", + "Delete the board?" : "تاختىنى ئۆچۈرەمسىز؟", "Board details" : "مۇدىرىيەت تەپسىلاتلىرى", "Edit board" : "تاختاينى تەھرىرلەش", "Clone board" : "كلون تاختىسى", @@ -328,16 +334,9 @@ OC.L10N.register( "Turn on due date reminders" : "قەرەلىدىكى ئەسكەرتىشلەرنى ئېچىڭ", "Turn off due date reminders" : "قەرەلىدىكى ئەسكەرتىشلەرنى ئېتىۋېتىڭ", "Due date reminders" : "قەرەلىدىكى ئەسكەرتىش", - "All cards" : "بارلىق كارتىلار", "Assigned cards" : "تەقسىم قىلىنغان كارتا", "No notifications" : "ئۇقتۇرۇش يوق", "Delete board" : "تاختاينى ئۆچۈرۈڭ", - "Board {0} deleted" : "Board {0} ئۆچۈرۈلدى", - "Only assigned cards" : "پەقەت تەقسىم قىلىنغان كارتا", - "No reminder" : "ئەسكەرتىش يوق", - "An error occurred" : "خاتالىق كۆرۈلدى", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "تاختا {title} نى ئۆچۈرمەكچىمۇ؟ بۇ ئارخىپ كارتىسىنى ئۆز ئىچىگە ئالغان بۇ تاختىنىڭ بارلىق سانلىق مەلۇماتلىرىنى ئۆچۈرۈۋېتىدۇ.", - "Delete the board?" : "تاختىنى ئۆچۈرەمسىز؟", "Clone cards" : "كلون كارتىلىرى", "Advanced options" : "ئىلغار تاللاشلار", "Clone" : "كلون", @@ -348,14 +347,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "بارلىق تاختايلاردا {searchQuery} نى ئىزدەڭ", "No results found" : "ھېچقانداق نەتىجە تېپىلمىدى", "Deck board {name}\n* Last modified on {lastMod}" : "پالۋان تاختىسى {name}\n* ئاخىرقى قېتىم {lastMod} on دا ئۆزگەرتىلدى", - "{stack} in {board}" : "{stack} in {board}", - "Click to expand description" : "چۈشەندۈرۈشنى كېڭەيتىش ئۈچۈن چېكىڭ", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* ئىجاد قىلىنغان {created}\n* ئاخىرقى قېتىم {lastMod} on دا ئۆزگەرتىلدى\n* {nbAttachments} قوشۇمچە ھۆججەتلەر\n* {nbComments} باھا", "{nbCards} cards" : "{nbCards} كارتا", + "Due on {date}" : "ۋاقتى {date}", + "{stack} in {board}" : "{stack} in {board}", + "Click to expand description" : "چۈشەندۈرۈشنى كېڭەيتىش ئۈچۈن چېكىڭ", "Click to expand comment" : "ئىنكاسنى كېڭەيتىش ئۈچۈن چېكىڭ", + "Create card" : "كارتا قۇرۇش", "Create a new card" : "يېڭى كارتا قۇرۇڭ", "Card title" : "كارتا ئىسمى", - "Create card" : "كارتا قۇرۇش", "Creating the new card …" : "يېڭى كارتا قۇرۇش…", "Card \"{card}\" was added to \"{board}\"" : "كارتا \"{card}\" \"{board}\" غا قوشۇلدى", "Open card" : "ئوچۇق كارتا", @@ -365,10 +365,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "ئەتە كارتىلار", "upcoming cards" : "كەلگۈسىدىكى كارتىلار", "New card" : "يېڭى كارتا", - "Due on {date}" : "ۋاقتى {date}", - "This weekend – {timeLocale}" : "بۇ ھەپتە ئاخىرى - {timeLocale}", - "Tomorrow – {timeLocale}" : "ئەتە - {timeLocale}", - "Later today – {timeLocale}" : "كېيىن بۈگۈن - {timeLocale}", "Link to a board" : "تاختايغا ئۇلىنىش", "Link to a card" : "كارتىغا ئۇلىنىش", "Create a card" : "كارتا ياساڭ", @@ -380,6 +376,12 @@ OC.L10N.register( "Share with a Deck card" : "پالۋان كارتىسى بىلەن ئورتاقلىشىڭ", "Share {file} with a Deck card" : "{file} نى پالۋان كارتىسى بىلەن ھەمبەھىرلەڭ", "Share" : "ھەمبەھىر", + "Personal" : "شەخسىي", + "To do" : "قىلىش", + "Doing" : "قىلىش", + "Example Task 3" : "مىسال 3", + "Example Task 2" : "مىسال 2", + "Example Task 1" : "مىسال 1", "Move card to another board" : "كارتىنى باشقا تاختىغا يۆتكەڭ", "Filter by completed" : "تاماملانغان سۈزگۈچ" }, diff --git a/l10n/ug.json b/l10n/ug.json index a3ab6a88e..03a98ce0b 100644 --- a/l10n/ug.json +++ b/l10n/ug.json @@ -74,7 +74,6 @@ "Cards due tomorrow" : "ئەتە كارتا", "Upcoming cards" : "كېلىۋاتقان كارتا", "Load more" : "تېخىمۇ كۆپ يۈكلەڭ", - "Personal" : "شەخسىي", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "«% S» دىكى «% s» كارتىسى سىزگە% s تەرىپىدىن تەقسىم قىلىنغان.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} سىزگە {deck-card} تاختىسىدىكى} كارتا {deck-board} كارتىسى} نى تەقسىم قىلدى.", "The card \"%s\" on \"%s\" has reached its due date." : "«% S» دىكى «% s» كارتىسى قەرەلى توشقان.", @@ -97,12 +96,9 @@ "Action needed" : "ھەرىكەت لازىم", "Later" : "كېيىنچە", "copy" : "كۆپەيتىلگەن", - "To do" : "قىلىش", - "Doing" : "قىلىش", + "To Do" : "قىلىش", + "In Progress" : "ئىلگىرىلەۋاتىدۇ", "Done" : "Done", - "Example Task 3" : "مىسال 3", - "Example Task 2" : "مىسال 2", - "Example Task 1" : "مىسال 1", "The file was uploaded" : "ھۆججەت يۈكلەندى", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "يۈكلەنگەن ھۆججەت php.ini دىكى upload_max_filesize كۆرسەتمىسىدىن ئېشىپ كەتتى", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "يۈكلەنگەن ھۆججەت HTML شەكلىدە كۆرسىتىلگەن MAX_FILE_SIZE كۆرسەتمىسىدىن ئېشىپ كەتتى", @@ -118,8 +114,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "ئىناۋەتسىز چېسلا ، چېسلا فورماتى چوقۇم YYYY-MM-DD بولۇشى كېرەك", "Personal planning and team project organization" : "شەخسىي پىلان ۋە گۇرۇپپا تۈر تەشكىللەش", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "پالۋان Nextcloud بىلەن بىرلەشتۈرۈلگەن گۇرۇپپىلار ئۈچۈن شەخسىي پىلانلاش ۋە تۈر تەشكىللەشنى مەقسەت قىلغان كانبان ئۇسلۇبىدىكى تەشكىللەش قورالى.\n\n\n- tasks ۋەزىپىڭىزنى كارتىغا قوشۇڭ ۋە تەرتىپكە سېلىڭ\n- Mark Markdown غا قوشۇمچە خاتىرىلەرنى يېزىڭ\n- better تېخىمۇ ياخشى تەشكىللەش ئۈچۈن بەلگە بەلگىلەڭ\n- team گۇرۇپپىڭىز ، دوستلىرىڭىز ياكى ئائىلىڭىزدىكىلەر بىلەن ئورتاقلىشىڭ\n- files ھۆججەتلەرنى باغلاپ Markdown چۈشەندۈرۈشىڭىزگە قىستۇرۇڭ\n- comments باھا ئارقىلىق گۇرۇپپىڭىزدىكىلەر بىلەن مۇنازىرە قىلىڭ\n- activity پائالىيەت ئېقىمىدىكى ئۆزگىرىشلەرنى خاتىرىلەڭ\n- project تۈرىڭىزنى تەشكىللەڭ", - "Card details" : "كارتا تەپسىلاتلىرى", "Add board" : "تاختا قوشۇڭ", + "Card details" : "كارتا تەپسىلاتلىرى", "Select the board to link to a project" : "بىر تۈرگە ئۇلىنىش ئۈچۈن تاختىنى تاللاڭ", "Search by board title" : "تاختاينىڭ ئىسمى بىلەن ئىزدەڭ", "Select board" : "تاختاينى تاللاڭ", @@ -127,17 +123,17 @@ "No lists available" : "تىزىملىك يوق", "Select a list" : "تىزىملىكنى تاللاڭ", "Move card" : "كارتا يۆتكەش", - "Select a card" : "كارتا تاللاڭ", - "Cancel" : "ۋاز كەچ", "Select the card to link to a project" : "بىر تۈرگە ئۇلىنىش ئۈچۈن كارتىنى تاللاڭ", "Link to card" : "كارتىغا ئۇلىنىش", + "Select a card" : "كارتا تاللاڭ", + "Cancel" : "ۋاز كەچ", + "This board is read only" : "بۇ تاختاي پەقەت ئوقۇلىدۇ", + "Drop your files to upload" : "يۈكلەش ئۈچۈن ھۆججەتلىرىڭىزنى تاشلاڭ", "File already exists" : "ھۆججەت مەۋجۇت", "A file with the name {filename} already exists." : "{filename} ئىسمى name دېگەن ھۆججەت بار.", "Do you want to overwrite it?" : "ئۇنى قاپلىماقچىمۇ؟", "Overwrite file" : "ھۆججەتنى قاپلىۋېتىڭ", "Keep existing file" : "مەۋجۇت ھۆججەتنى ساقلاڭ", - "This board is read only" : "بۇ تاختاي پەقەت ئوقۇلىدۇ", - "Drop your files to upload" : "يۈكلەش ئۈچۈن ھۆججەتلىرىڭىزنى تاشلاڭ", "Add card" : "كارتا قوشۇڭ", "Archived cards" : "ئارخىپ كارتىلىرى", "Add list" : "تىزىملىك قوشۇڭ", @@ -178,6 +174,12 @@ "Deleted lists" : "ئۆچۈرۈلگەن تىزىملىك", "Undo" : "ئەمەلدىن قالدۇرۇش", "Deleted cards" : "ئۆچۈرۈلگەن كارتا", + "Failed to create share with {displayName}" : "{displayName} with بىلەن ئورتاقلىشىش مەغلۇب بولدى", + "Are you sure you want to transfer the board {title} to {user}?" : "تاختا {title} نى {user} غا يۆتكىمەكچىمۇ؟", + "Transfer the board." : "تاختىنى يۆتكەڭ.", + "Transfer" : "يۆتكەش", + "The board has been transferred to {user}" : "بۇ تاختا {user} غا يۆتكەلدى", + "Failed to transfer the board to {user}" : "تاختاينى {user} گە يۆتكەش مەغلۇب بولدى", "Share board with a user, group or team …" : "ئىشلەتكۈچى ، گۇرۇپپا ياكى گۇرۇپپا بىلەن ئورتاقلىشىش تاختىسى…", "Searching for users, groups and teams …" : "ئىشلەتكۈچى ، گۇرۇپپا ۋە گۇرۇپپىلارنى ئىزدەش…", "No participants found" : "قاتناشقۇچىلار تېپىلمىدى", @@ -189,12 +191,7 @@ "Can manage" : "باشقۇرالايدۇ", "Owner" : "Owner", "Delete" : "ئۆچۈر", - "Failed to create share with {displayName}" : "{displayName} with بىلەن ئورتاقلىشىش مەغلۇب بولدى", - "Are you sure you want to transfer the board {title} to {user}?" : "تاختا {title} نى {user} غا يۆتكىمەكچىمۇ؟", - "Transfer the board." : "تاختىنى يۆتكەڭ.", - "Transfer" : "يۆتكەش", - "The board has been transferred to {user}" : "بۇ تاختا {user} غا يۆتكەلدى", - "Failed to transfer the board to {user}" : "تاختاينى {user} گە يۆتكەش مەغلۇب بولدى", + "List deleted" : "تىزىملىك ئۆچۈرۈلدى", "Edit list title" : "تىزىملىك نامىنى تەھرىرلەش", "Archive all cards" : "بارلىق كارتىلارنى ئارخىپلاشتۇرۇڭ", "Unarchive all cards" : "بارلىق كارتىلارنى تەرتىپسىز", @@ -203,15 +200,16 @@ "Unarchive all cards in this list" : "بۇ تىزىملىكتىكى بارلىق كارتىلارنى تەرتىپسىز", "Add a new card" : "يېڭى كارتا قوشۇڭ", "Card name" : "كارتا ئىسمى", - "List deleted" : "تىزىملىك ئۆچۈرۈلدى", + "title and color value must be provided" : "ماۋزۇ ۋە رەڭ قىممىتى تەمىنلىنىشى كېرەك", "Edit" : "تەھرىر", "Add a new tag" : "يېڭى بەلگە قوشۇڭ", - "title and color value must be provided" : "ماۋزۇ ۋە رەڭ قىممىتى تەمىنلىنىشى كېرەك", "Board name" : "مۇدىرىيەت ئىسمى", "Members" : "ئەزالار", "Assign to users/groups/team" : "ئىشلەتكۈچى / گۇرۇپپا / گۇرۇپپىغا تەقسىم قىلىڭ", "Assign a user to this card…" : "بۇ كارتىغا ئىشلەتكۈچى تەقسىم قىلىڭ…", "Select a user to assign to this card…" : "بۇ كارتىغا تەقسىملەيدىغان ئىشلەتكۈچىنى تاللاڭ…", + "File to share" : "ھەمبەھىرلىنىدىغان ھۆججەت", + "Invalid path selected" : "ئىناۋەتسىز يول تاللانغان", "Upload new files" : "يېڭى ھۆججەتلەرنى يۈكلەڭ", "Share from Files" : "ھۆججەتلەردىن ئورتاقلىشىش", "Pending share" : "ساقلىنىۋاتقان ئۈلۈش", @@ -221,25 +219,24 @@ "Remove attachment" : "قوشۇمچە ھۆججەتنى ئۆچۈرۈڭ", "Delete Attachment" : "قوشۇمچە ھۆججەتنى ئۆچۈرۈڭ", "Restore Attachment" : "قوشۇمچە ھۆججەتنى ئەسلىگە كەلتۈرۈش", - "File to share" : "ھەمبەھىرلىنىدىغان ھۆججەت", - "Invalid path selected" : "ئىناۋەتسىز يول تاللانغان", + "Modified" : "ئۆزگەرتكەن", + "Created" : "قۇرۇلدى", + "The title cannot be empty." : "ماۋزۇ قۇرۇق بولالمايدۇ.", "Open in sidebar view" : "يان كۆزنەكتە ئېچىڭ", "Open in bigger view" : "چوڭراق كۆرۈنۈشتە ئېچىڭ", "Attachments" : "قوشۇمچە ھۆججەتلەر", "Comments" : "باھا", - "Modified" : "ئۆزگەرتكەن", - "Created" : "قۇرۇلدى", - "The title cannot be empty." : "ماۋزۇ قۇرۇق بولالمايدۇ.", - "No comments yet. Begin the discussion!" : "ھازىرچە ھېچقانداق باھا يوق. مۇنازىرىنى باشلاڭ!", "Failed to load comments" : "ئىنكاسلارنى يۈكلىيەلمىدى", - "Save" : "ساقلا", + "No comments yet. Begin the discussion!" : "ھازىرچە ھېچقانداق باھا يوق. مۇنازىرىنى باشلاڭ!", "The comment cannot be empty." : "باھا قۇرۇق بولالمايدۇ.", "The comment cannot be longer than 1000 characters." : "بۇ باھا 1000 ھەرپتىن ئېشىپ كەتسە بولمايدۇ.", + "Save" : "ساقلا", + "Created:" : "قۇرۇلغان ۋاقتى:", "In reply to" : "دەپ جاۋاب بەردى", "Cancel reply" : "جاۋابنى ئەمەلدىن قالدۇرۇڭ", "Reply" : "جاۋاب قايتۇر", "Update" : "يېڭىلا", - "Created:" : "قۇرۇلغان ۋاقتى:", + "Write a description …" : "چۈشەندۈرۈش يېزىڭ…", "Description" : "چۈشەندۈرۈش", "(Unsaved)" : "(ساقلانمىدى)", "(Saving…)" : "(Saving…)", @@ -247,8 +244,16 @@ "Edit description" : "چۈشەندۈرۈشنى تەھرىرلەڭ", "View description" : "چۈشەندۈرۈشنى كۆرۈڭ", "Add Attachment" : "قوشۇمچە ھۆججەت قوشۇڭ", - "Write a description …" : "چۈشەندۈرۈش يېزىڭ…", "Choose attachment" : "قوشۇمچە ھۆججەتنى تاللاڭ", + "Select Date" : "چېسلانى تاللاڭ", + "Later today – {timeLocale}" : "كېيىن بۈگۈن - {timeLocale}", + "Set due date for later today" : "بۈگۈنگە قەدەر بەلگىلەنگەن ۋاقىتنى بەلگىلەڭ", + "Tomorrow – {timeLocale}" : "ئەتە - {timeLocale}", + "Set due date for tomorrow" : "ئەتە بەلگىلەنگەن ۋاقىتنى بەلگىلەڭ", + "This weekend – {timeLocale}" : "بۇ ھەپتە ئاخىرى - {timeLocale}", + "Set due date for this weekend" : "بۇ ھەپتە ئاخىرىدىكى ۋاقىتنى بەلگىلەڭ", + "Next week – {timeLocale}" : "كېلەر ھەپتە - {timeLocale}", + "Set due date for next week" : "كېلەر ھەپتە قەرەلى توشۇڭ", "Assign a due date to this card…" : "بۇ كارتىغا مۇۋاپىق ۋاقىت بەلگىلەڭ…", "Set a due date" : "بەلگىلەنگەن ۋاقىتنى بەلگىلەڭ", "Add due date" : "مۇۋاپىق ۋاقىت قوشۇڭ", @@ -259,26 +264,20 @@ "Not done" : "تاماملانمىدى", "Unarchive card" : "Unarchive card", "Archive card" : "ئارخىپ كارتىسى", - "Select Date" : "چېسلانى تاللاڭ", - "Set due date for later today" : "بۈگۈنگە قەدەر بەلگىلەنگەن ۋاقىتنى بەلگىلەڭ", - "Set due date for tomorrow" : "ئەتە بەلگىلەنگەن ۋاقىتنى بەلگىلەڭ", - "Set due date for this weekend" : "بۇ ھەپتە ئاخىرىدىكى ۋاقىتنى بەلگىلەڭ", - "Set due date for next week" : "كېلەر ھەپتە قەرەلى توشۇڭ", "Assign a tag to this card…" : "بۇ كارتىغا بەلگە بەلگىلەڭ…", "Select or create a tag…" : "بەلگە تاللاڭ ياكى قۇر…", "Create a new tag:" : "يېڭى خەتكۈچ قۇر:", "(group)" : "(گۇرۇپپا)", - "Next week – {timeLocale}" : "كېلەر ھەپتە - {timeLocale}", - "Todo items" : "تودو تۈرلىرى", "{count} comments, {unread} unread" : "{count} باھا ، {unread} ئوقۇمىغان", + "Todo items" : "تودو تۈرلىرى", "Edit card title" : "كارتا نامىنى تەھرىرلەش", "Open link" : "ئۇلانمىنى ئېچىڭ", + "Card deleted" : "كارتا ئۆچۈرۈلدى", "Edit title" : "ماۋزۇنى تەھرىرلەش", "Assign to me" : "ماڭا تاپشۇرۇڭ", "Unassign myself" : "ئۆزۈمنى بەلگىلىمەڭ", "Mark as not done" : "ئىشلەنمىگەن دەپ بەلگە قويۇڭ", "Delete card" : "كارتىنى ئۆچۈرۈڭ", - "Card deleted" : "كارتا ئۆچۈرۈلدى", "seconds ago" : "سېكۇنت بۇرۇن", "Keyboard shortcuts" : "كۇنۇپكا تاختىسى تېزلەتمىسى", "Boost your productivity using Deck with keyboard shortcuts." : "كۇنۇپكا تاختىسى تېزلەتمىسى ئارقىلىق پالۋاننى ئىشلىتىپ ئۈنۈمدارلىقىڭىزنى ئۆستۈرۈڭ.", @@ -317,6 +316,13 @@ "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "بۇ گۇرۇپپىلارنىڭ سىرتىدىكى ئىشلەتكۈچىلەر ئۆزلىرىنىڭ تاختىسىنى قۇرالمايدۇ ، ئەمما ئۇلار بىلەن ئورتاقلاشقان تاختايلاردا ئىشلىيەلەيدۇ.", "Cancel edit" : "تەھرىرلەشنى ئەمەلدىن قالدۇرۇڭ", "Save board" : "تاختاينى ساقلاڭ", + "Board {0} deleted" : "Board {0} ئۆچۈرۈلدى", + "All cards" : "بارلىق كارتىلار", + "Only assigned cards" : "پەقەت تەقسىم قىلىنغان كارتا", + "No reminder" : "ئەسكەرتىش يوق", + "An error occurred" : "خاتالىق كۆرۈلدى", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "تاختا {title} نى ئۆچۈرمەكچىمۇ؟ بۇ ئارخىپ كارتىسىنى ئۆز ئىچىگە ئالغان بۇ تاختىنىڭ بارلىق سانلىق مەلۇماتلىرىنى ئۆچۈرۈۋېتىدۇ.", + "Delete the board?" : "تاختىنى ئۆچۈرەمسىز؟", "Board details" : "مۇدىرىيەت تەپسىلاتلىرى", "Edit board" : "تاختاينى تەھرىرلەش", "Clone board" : "كلون تاختىسى", @@ -326,16 +332,9 @@ "Turn on due date reminders" : "قەرەلىدىكى ئەسكەرتىشلەرنى ئېچىڭ", "Turn off due date reminders" : "قەرەلىدىكى ئەسكەرتىشلەرنى ئېتىۋېتىڭ", "Due date reminders" : "قەرەلىدىكى ئەسكەرتىش", - "All cards" : "بارلىق كارتىلار", "Assigned cards" : "تەقسىم قىلىنغان كارتا", "No notifications" : "ئۇقتۇرۇش يوق", "Delete board" : "تاختاينى ئۆچۈرۈڭ", - "Board {0} deleted" : "Board {0} ئۆچۈرۈلدى", - "Only assigned cards" : "پەقەت تەقسىم قىلىنغان كارتا", - "No reminder" : "ئەسكەرتىش يوق", - "An error occurred" : "خاتالىق كۆرۈلدى", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "تاختا {title} نى ئۆچۈرمەكچىمۇ؟ بۇ ئارخىپ كارتىسىنى ئۆز ئىچىگە ئالغان بۇ تاختىنىڭ بارلىق سانلىق مەلۇماتلىرىنى ئۆچۈرۈۋېتىدۇ.", - "Delete the board?" : "تاختىنى ئۆچۈرەمسىز؟", "Clone cards" : "كلون كارتىلىرى", "Advanced options" : "ئىلغار تاللاشلار", "Clone" : "كلون", @@ -346,14 +345,15 @@ "Search for {searchQuery} in all boards" : "بارلىق تاختايلاردا {searchQuery} نى ئىزدەڭ", "No results found" : "ھېچقانداق نەتىجە تېپىلمىدى", "Deck board {name}\n* Last modified on {lastMod}" : "پالۋان تاختىسى {name}\n* ئاخىرقى قېتىم {lastMod} on دا ئۆزگەرتىلدى", - "{stack} in {board}" : "{stack} in {board}", - "Click to expand description" : "چۈشەندۈرۈشنى كېڭەيتىش ئۈچۈن چېكىڭ", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* ئىجاد قىلىنغان {created}\n* ئاخىرقى قېتىم {lastMod} on دا ئۆزگەرتىلدى\n* {nbAttachments} قوشۇمچە ھۆججەتلەر\n* {nbComments} باھا", "{nbCards} cards" : "{nbCards} كارتا", + "Due on {date}" : "ۋاقتى {date}", + "{stack} in {board}" : "{stack} in {board}", + "Click to expand description" : "چۈشەندۈرۈشنى كېڭەيتىش ئۈچۈن چېكىڭ", "Click to expand comment" : "ئىنكاسنى كېڭەيتىش ئۈچۈن چېكىڭ", + "Create card" : "كارتا قۇرۇش", "Create a new card" : "يېڭى كارتا قۇرۇڭ", "Card title" : "كارتا ئىسمى", - "Create card" : "كارتا قۇرۇش", "Creating the new card …" : "يېڭى كارتا قۇرۇش…", "Card \"{card}\" was added to \"{board}\"" : "كارتا \"{card}\" \"{board}\" غا قوشۇلدى", "Open card" : "ئوچۇق كارتا", @@ -363,10 +363,6 @@ "upcoming cards tomorrow" : "ئەتە كارتىلار", "upcoming cards" : "كەلگۈسىدىكى كارتىلار", "New card" : "يېڭى كارتا", - "Due on {date}" : "ۋاقتى {date}", - "This weekend – {timeLocale}" : "بۇ ھەپتە ئاخىرى - {timeLocale}", - "Tomorrow – {timeLocale}" : "ئەتە - {timeLocale}", - "Later today – {timeLocale}" : "كېيىن بۈگۈن - {timeLocale}", "Link to a board" : "تاختايغا ئۇلىنىش", "Link to a card" : "كارتىغا ئۇلىنىش", "Create a card" : "كارتا ياساڭ", @@ -378,6 +374,12 @@ "Share with a Deck card" : "پالۋان كارتىسى بىلەن ئورتاقلىشىڭ", "Share {file} with a Deck card" : "{file} نى پالۋان كارتىسى بىلەن ھەمبەھىرلەڭ", "Share" : "ھەمبەھىر", + "Personal" : "شەخسىي", + "To do" : "قىلىش", + "Doing" : "قىلىش", + "Example Task 3" : "مىسال 3", + "Example Task 2" : "مىسال 2", + "Example Task 1" : "مىسال 1", "Move card to another board" : "كارتىنى باشقا تاختىغا يۆتكەڭ", "Filter by completed" : "تاماملانغان سۈزگۈچ" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/uk.js b/l10n/uk.js index 246a5ef37..3bba90888 100644 --- a/l10n/uk.js +++ b/l10n/uk.js @@ -52,7 +52,6 @@ OC.L10N.register( "Changes in the Deck app" : "Зміни у застосунку Колода", "Upcoming cards" : "Очікують на виконання", "Load more" : "Більше", - "Personal" : "Особисте", "Deck board" : "Дошка Deck", "%s on %s" : "%s на %s", "Finished" : "Завершено", @@ -60,12 +59,9 @@ OC.L10N.register( "Action needed" : "Потребує дій", "Later" : "Пізніше", "copy" : "копіювати", - "To do" : "Заплановано", - "Doing" : "Виконується", + "To Do" : "Зробити", + "In Progress" : "В процесі", "Done" : "Готово", - "Example Task 3" : "Приклад завдання 3", - "Example Task 2" : "Приклад завдання 2", - "Example Task 1" : "Приклад завдання 1", "The file was uploaded" : "Файл завантажено", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Файл для завантаження перевищує параметр upload_max_filesize у php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Розмір завантаженого файлу перевищує значення MAX_FILE_SIZE, яке було зазначено у HTML формі", @@ -77,25 +73,25 @@ OC.L10N.register( "No file uploaded or file size exceeds maximum of %s" : "Немає завантажених файлів або розмір файлу перевищує максимум %s", "Card not found" : "Картку не знайдено", "Invalid date, date format must be YYYY-MM-DD" : "Недійсна дата, формат дати має бути РРРР-ММ-ДД", - "Card details" : "Деталі картки", "Add board" : "Додати дошку", + "Card details" : "Деталі картки", "Select the board to link to a project" : "Виберіть дошку для прив'зки до проєкту", "Search by board title" : "Шукати за назвою дошки", "Select board" : "Вибрати дошку", "Select a board" : "Вибрати дошку", "Select a list" : "Виберіть список", "Move card" : "Пересунути картку", - "Select a card" : "Вибрати картку", - "Cancel" : "Скасувати", "Select the card to link to a project" : "Виберіть картку для прив'язки до проєкту", "Link to card" : "Прив'язати до картки", + "Select a card" : "Вибрати картку", + "Cancel" : "Скасувати", + "This board is read only" : "Дошка тільки для читання", + "Drop your files to upload" : "Пересуньте файли сюди для завантаження", "File already exists" : "Файл вже існує", "A file with the name {filename} already exists." : "Файл {filename} вже існує.", "Do you want to overwrite it?" : "Дійсно перезаписати файл?", "Overwrite file" : "Перезаписати файл", "Keep existing file" : "Зберегти поточний файл", - "This board is read only" : "Дошка тільки для читання", - "Drop your files to upload" : "Пересуньте файли сюди для завантаження", "Add card" : "Додати картку", "Archived cards" : "Архівні картки", "Add list" : "Додати список", @@ -128,6 +124,7 @@ OC.L10N.register( "Deleted lists" : "Вилучені списки", "Undo" : "Скасувати", "Deleted cards" : "Вилучені картки", + "Transfer" : "Передати", "Board owner" : "Власник дошки", "(Group)" : "(група)", "Can edit" : "Можна редагувати", @@ -135,15 +132,16 @@ OC.L10N.register( "Can manage" : "Може керувати", "Owner" : "Власник", "Delete" : "Вилучити", - "Transfer" : "Передати", "Delete list" : "Вилучити список", "Add a new card" : "Додати нову картку", + "title and color value must be provided" : "потрібно зазначити назву та колір", "Edit" : "Редагувати", "Add a new tag" : "Додати нову мітку", - "title and color value must be provided" : "потрібно зазначити назву та колір", "Board name" : "Назва дошки", "Members" : "Учасники", "Assign a user to this card…" : "Призначити користувачеві цю картку", + "File to share" : "Виберіть файл для надання доступу", + "Invalid path selected" : "Вибрано неправильний шлях", "Upload new files" : "Додати файл", "Share from Files" : "Відкрити Файли", "Add this attachment" : "Долучити вкладення", @@ -151,19 +149,18 @@ OC.L10N.register( "Download" : "Звантажити", "Delete Attachment" : "Забрати вкладення", "Restore Attachment" : "Відновити вкладення", - "File to share" : "Виберіть файл для надання доступу", - "Invalid path selected" : "Вибрано неправильний шлях", - "Attachments" : "Вкладення", - "Comments" : "Коментарі", "Modified" : "Змінено", "Created" : "Створено", + "Attachments" : "Вкладення", + "Comments" : "Коментарі", "No comments yet. Begin the discussion!" : "Коментарів немає, почніть обговорення!", "Save" : "Зберегти", + "Created:" : "Створено:", "In reply to" : "У відповідь", "Cancel reply" : "Скасувати відповідь", "Reply" : "Відповісти", "Update" : "Оновлення", - "Created:" : "Створено:", + "Write a description …" : "Додайте опис ...", "Description" : "Опис", "(Unsaved)" : "(Не збережено)", "(Saving…)" : "(Зберігання...)", @@ -171,18 +168,18 @@ OC.L10N.register( "Edit description" : "Редагувати опис", "View description" : "Переглянути опис", "Add Attachment" : "Долучити вкладення", - "Write a description …" : "Додайте опис ...", "Choose attachment" : "Вибрати вкладення", + "Select Date" : "Вкажіть дату", + "This weekend – {timeLocale}" : "На цих вихідних - {timeLocale}", + "Next week – {timeLocale}" : "Наступного тижня - {timeLocale}", "Set a due date" : "Встановити дату завершення", "Choose a date" : "Виберіть дату", "Remove due date" : "Вилучити до", "Mark as done" : "Позначити як виконане", "Unarchive card" : "Розархівувати картку", "Archive card" : "Архівувати картку", - "Select Date" : "Вкажіть дату", "Assign a tag to this card…" : "Додати мітку до цієї картки", "(group)" : "(група)", - "Next week – {timeLocale}" : "Наступного тижня - {timeLocale}", "Todo items" : "Пункти завдань", "Edit card title" : "Редагувати заголовок картки", "Open link" : "Відкрити посилання", @@ -204,6 +201,11 @@ OC.L10N.register( "Use bigger card view" : "Режим перегляду зі збільшеними картками", "Show boards in calendar/tasks" : "Показувати дошки в календарі та завданнях", "Cancel edit" : "Скасувати редагування", + "Board {0} deleted" : "Дошку {0} вилучено", + "No reminder" : "Відсутні нагадування", + "An error occurred" : "Виникла помилка", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Ви впевнені, що хочете вилучити дошку {title}? Це призведе до видалення всіх даних цієї дошки, включно архівні картки.", + "Delete the board?" : "Вилучити дошку?", "Board details" : "Деталі дошки", "Edit board" : "Редагувати дошку", "Clone board" : "Копіювати дошку", @@ -214,24 +216,18 @@ OC.L10N.register( "Due date reminders" : "Нагадування про терміни виконання", "No notifications" : "Немає сповіщень", "Delete board" : "Вилучити дошку", - "Board {0} deleted" : "Дошку {0} вилучено", - "No reminder" : "Відсутні нагадування", - "An error occurred" : "Виникла помилка", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Ви впевнені, що хочете вилучити дошку {title}? Це призведе до видалення всіх даних цієї дошки, включно архівні картки.", - "Delete the board?" : "Вилучити дошку?", "Clone cards" : "Копіювати картки", "Advanced options" : "Розширені налаштування", "Clone" : "Копіювати", "Today" : "Сьогодні", "Tomorrow" : "Завтра", "No due" : "Без призначеної дати", + "Due on {date}" : "До {date}", "Create a new card" : "Створити нову картку", "Card title" : "Заголовок картки", "Close" : "закрити", "No upcoming cards" : "Немає майбутніх завдань", "upcoming cards" : "очікують на виконання", - "Due on {date}" : "До {date}", - "This weekend – {timeLocale}" : "На цих вихідних - {timeLocale}", "Link to a board" : "Прив'язати до дошки", "Link to a card" : "Прив'язати до картки", "Message from {author} in {conversationName}" : "Повідомлення від {author} у {conversationName}", @@ -239,6 +235,12 @@ OC.L10N.register( "Maximum file size of {size} exceeded" : "Досягнуто максимальний розмір файлу {size}", "Error creating the share" : "Помилка створення спільного доступу", "Share" : "Спільний доступ", + "Personal" : "Особисте", + "To do" : "Заплановано", + "Doing" : "Виконується", + "Example Task 3" : "Приклад завдання 3", + "Example Task 2" : "Приклад завдання 2", + "Example Task 1" : "Приклад завдання 1", "Move card to another board" : "Перемістити картку до іншої дошки" }, "nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"); diff --git a/l10n/uk.json b/l10n/uk.json index b0d1f3de2..6836b6148 100644 --- a/l10n/uk.json +++ b/l10n/uk.json @@ -50,7 +50,6 @@ "Changes in the Deck app" : "Зміни у застосунку Колода", "Upcoming cards" : "Очікують на виконання", "Load more" : "Більше", - "Personal" : "Особисте", "Deck board" : "Дошка Deck", "%s on %s" : "%s на %s", "Finished" : "Завершено", @@ -58,12 +57,9 @@ "Action needed" : "Потребує дій", "Later" : "Пізніше", "copy" : "копіювати", - "To do" : "Заплановано", - "Doing" : "Виконується", + "To Do" : "Зробити", + "In Progress" : "В процесі", "Done" : "Готово", - "Example Task 3" : "Приклад завдання 3", - "Example Task 2" : "Приклад завдання 2", - "Example Task 1" : "Приклад завдання 1", "The file was uploaded" : "Файл завантажено", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Файл для завантаження перевищує параметр upload_max_filesize у php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Розмір завантаженого файлу перевищує значення MAX_FILE_SIZE, яке було зазначено у HTML формі", @@ -75,25 +71,25 @@ "No file uploaded or file size exceeds maximum of %s" : "Немає завантажених файлів або розмір файлу перевищує максимум %s", "Card not found" : "Картку не знайдено", "Invalid date, date format must be YYYY-MM-DD" : "Недійсна дата, формат дати має бути РРРР-ММ-ДД", - "Card details" : "Деталі картки", "Add board" : "Додати дошку", + "Card details" : "Деталі картки", "Select the board to link to a project" : "Виберіть дошку для прив'зки до проєкту", "Search by board title" : "Шукати за назвою дошки", "Select board" : "Вибрати дошку", "Select a board" : "Вибрати дошку", "Select a list" : "Виберіть список", "Move card" : "Пересунути картку", - "Select a card" : "Вибрати картку", - "Cancel" : "Скасувати", "Select the card to link to a project" : "Виберіть картку для прив'язки до проєкту", "Link to card" : "Прив'язати до картки", + "Select a card" : "Вибрати картку", + "Cancel" : "Скасувати", + "This board is read only" : "Дошка тільки для читання", + "Drop your files to upload" : "Пересуньте файли сюди для завантаження", "File already exists" : "Файл вже існує", "A file with the name {filename} already exists." : "Файл {filename} вже існує.", "Do you want to overwrite it?" : "Дійсно перезаписати файл?", "Overwrite file" : "Перезаписати файл", "Keep existing file" : "Зберегти поточний файл", - "This board is read only" : "Дошка тільки для читання", - "Drop your files to upload" : "Пересуньте файли сюди для завантаження", "Add card" : "Додати картку", "Archived cards" : "Архівні картки", "Add list" : "Додати список", @@ -126,6 +122,7 @@ "Deleted lists" : "Вилучені списки", "Undo" : "Скасувати", "Deleted cards" : "Вилучені картки", + "Transfer" : "Передати", "Board owner" : "Власник дошки", "(Group)" : "(група)", "Can edit" : "Можна редагувати", @@ -133,15 +130,16 @@ "Can manage" : "Може керувати", "Owner" : "Власник", "Delete" : "Вилучити", - "Transfer" : "Передати", "Delete list" : "Вилучити список", "Add a new card" : "Додати нову картку", + "title and color value must be provided" : "потрібно зазначити назву та колір", "Edit" : "Редагувати", "Add a new tag" : "Додати нову мітку", - "title and color value must be provided" : "потрібно зазначити назву та колір", "Board name" : "Назва дошки", "Members" : "Учасники", "Assign a user to this card…" : "Призначити користувачеві цю картку", + "File to share" : "Виберіть файл для надання доступу", + "Invalid path selected" : "Вибрано неправильний шлях", "Upload new files" : "Додати файл", "Share from Files" : "Відкрити Файли", "Add this attachment" : "Долучити вкладення", @@ -149,19 +147,18 @@ "Download" : "Звантажити", "Delete Attachment" : "Забрати вкладення", "Restore Attachment" : "Відновити вкладення", - "File to share" : "Виберіть файл для надання доступу", - "Invalid path selected" : "Вибрано неправильний шлях", - "Attachments" : "Вкладення", - "Comments" : "Коментарі", "Modified" : "Змінено", "Created" : "Створено", + "Attachments" : "Вкладення", + "Comments" : "Коментарі", "No comments yet. Begin the discussion!" : "Коментарів немає, почніть обговорення!", "Save" : "Зберегти", + "Created:" : "Створено:", "In reply to" : "У відповідь", "Cancel reply" : "Скасувати відповідь", "Reply" : "Відповісти", "Update" : "Оновлення", - "Created:" : "Створено:", + "Write a description …" : "Додайте опис ...", "Description" : "Опис", "(Unsaved)" : "(Не збережено)", "(Saving…)" : "(Зберігання...)", @@ -169,18 +166,18 @@ "Edit description" : "Редагувати опис", "View description" : "Переглянути опис", "Add Attachment" : "Долучити вкладення", - "Write a description …" : "Додайте опис ...", "Choose attachment" : "Вибрати вкладення", + "Select Date" : "Вкажіть дату", + "This weekend – {timeLocale}" : "На цих вихідних - {timeLocale}", + "Next week – {timeLocale}" : "Наступного тижня - {timeLocale}", "Set a due date" : "Встановити дату завершення", "Choose a date" : "Виберіть дату", "Remove due date" : "Вилучити до", "Mark as done" : "Позначити як виконане", "Unarchive card" : "Розархівувати картку", "Archive card" : "Архівувати картку", - "Select Date" : "Вкажіть дату", "Assign a tag to this card…" : "Додати мітку до цієї картки", "(group)" : "(група)", - "Next week – {timeLocale}" : "Наступного тижня - {timeLocale}", "Todo items" : "Пункти завдань", "Edit card title" : "Редагувати заголовок картки", "Open link" : "Відкрити посилання", @@ -202,6 +199,11 @@ "Use bigger card view" : "Режим перегляду зі збільшеними картками", "Show boards in calendar/tasks" : "Показувати дошки в календарі та завданнях", "Cancel edit" : "Скасувати редагування", + "Board {0} deleted" : "Дошку {0} вилучено", + "No reminder" : "Відсутні нагадування", + "An error occurred" : "Виникла помилка", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Ви впевнені, що хочете вилучити дошку {title}? Це призведе до видалення всіх даних цієї дошки, включно архівні картки.", + "Delete the board?" : "Вилучити дошку?", "Board details" : "Деталі дошки", "Edit board" : "Редагувати дошку", "Clone board" : "Копіювати дошку", @@ -212,24 +214,18 @@ "Due date reminders" : "Нагадування про терміни виконання", "No notifications" : "Немає сповіщень", "Delete board" : "Вилучити дошку", - "Board {0} deleted" : "Дошку {0} вилучено", - "No reminder" : "Відсутні нагадування", - "An error occurred" : "Виникла помилка", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Ви впевнені, що хочете вилучити дошку {title}? Це призведе до видалення всіх даних цієї дошки, включно архівні картки.", - "Delete the board?" : "Вилучити дошку?", "Clone cards" : "Копіювати картки", "Advanced options" : "Розширені налаштування", "Clone" : "Копіювати", "Today" : "Сьогодні", "Tomorrow" : "Завтра", "No due" : "Без призначеної дати", + "Due on {date}" : "До {date}", "Create a new card" : "Створити нову картку", "Card title" : "Заголовок картки", "Close" : "закрити", "No upcoming cards" : "Немає майбутніх завдань", "upcoming cards" : "очікують на виконання", - "Due on {date}" : "До {date}", - "This weekend – {timeLocale}" : "На цих вихідних - {timeLocale}", "Link to a board" : "Прив'язати до дошки", "Link to a card" : "Прив'язати до картки", "Message from {author} in {conversationName}" : "Повідомлення від {author} у {conversationName}", @@ -237,6 +233,12 @@ "Maximum file size of {size} exceeded" : "Досягнуто максимальний розмір файлу {size}", "Error creating the share" : "Помилка створення спільного доступу", "Share" : "Спільний доступ", + "Personal" : "Особисте", + "To do" : "Заплановано", + "Doing" : "Виконується", + "Example Task 3" : "Приклад завдання 3", + "Example Task 2" : "Приклад завдання 2", + "Example Task 1" : "Приклад завдання 1", "Move card to another board" : "Перемістити картку до іншої дошки" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" } \ No newline at end of file diff --git a/l10n/uz.js b/l10n/uz.js index 68f942760..392600e6b 100644 --- a/l10n/uz.js +++ b/l10n/uz.js @@ -1,7 +1,6 @@ OC.L10N.register( "deck", { - "Personal" : "Personal", "copy" : "copy", "Done" : "Done", "Cancel" : "Cancel", @@ -13,14 +12,15 @@ OC.L10N.register( "Owner" : "Owner", "Delete" : "Delete", "Download" : "Download", - "Comments" : "Comments", "Modified" : "Modified", + "Comments" : "Comments", "Save" : "Save", "Update" : "Update", "seconds ago" : "seconds ago", "Search" : "Search", "Shared with you" : "Shared with you", "Today" : "Today", - "Close" : "Close" + "Close" : "Close", + "Personal" : "Personal" }, "nplurals=1; plural=0;"); diff --git a/l10n/uz.json b/l10n/uz.json index 0a4fab253..f45300d7a 100644 --- a/l10n/uz.json +++ b/l10n/uz.json @@ -1,5 +1,4 @@ { "translations": { - "Personal" : "Personal", "copy" : "copy", "Done" : "Done", "Cancel" : "Cancel", @@ -11,14 +10,15 @@ "Owner" : "Owner", "Delete" : "Delete", "Download" : "Download", - "Comments" : "Comments", "Modified" : "Modified", + "Comments" : "Comments", "Save" : "Save", "Update" : "Update", "seconds ago" : "seconds ago", "Search" : "Search", "Shared with you" : "Shared with you", "Today" : "Today", - "Close" : "Close" + "Close" : "Close", + "Personal" : "Personal" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/l10n/vi.js b/l10n/vi.js index 7c5d2a1fc..4815f849c 100644 --- a/l10n/vi.js +++ b/l10n/vi.js @@ -76,7 +76,6 @@ OC.L10N.register( "Cards due tomorrow" : "Thẻ cần hoàn thành vào ngày mai.", "Upcoming cards" : "Thẻ sắp đến", "Load more" : "Tải thêm", - "Personal" : "Cá nhân", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Tác vụ \"%s\" trong \"%s\" đã được phân công cho bạn bởi %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} đã giao nhiệm vụ thẻ {deck-card} trên bảng {deck-board} cho bạn.", "The card \"%s\" on \"%s\" has reached its due date." : "Tác vụ \"%s\" trong \"%s\" đã đến ngày hạn chót.", @@ -99,12 +98,8 @@ OC.L10N.register( "Action needed" : "Cần thực hiện", "Later" : "Để sau", "copy" : "sao chép", - "To do" : "Cần làm", - "Doing" : "Đang làm", + "To Do" : "Việc cần làm", "Done" : "Hoàn tất", - "Example Task 3" : "Nhiệm vụ ví dụ 3", - "Example Task 2" : "Nhiệm vụ ví dụ 2", - "Example Task 1" : "Nhiệm vụ ví dụ 1", "The file was uploaded" : "Tập tin đã được tải lên", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Tập tin tải lên đã vượt quá upload_max_filesize giới hạn trong hệ thống", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Tập được tải lên vượt quá MAX_FILE_SIZE đã được giới hạn trong biểu mẫu HTML", @@ -120,8 +115,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "Định dạng ngày không hợp lệ phải là YYYY-MM-DD", "Personal planning and team project organization" : "Kế hoạch cá nhân và tổ chức dự án nhóm", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Kế hoạch hay gọi tắt là Deck, là một công cụ tổ chức theo phong cách dễ hiểu nhằm mục đích lập kế hoạch cá nhân và tổ chức dự án cho các nhóm tích hợp với Nextcloud.\n\n- 📥 Thêm các nhiệm vụ của bạn vào thẻ và sắp xếp chúng theo thứ tự\n- 📄 Ghi chú thêm trong định dạng Markdown\n- 🔖 Gán nhãn để tổ chức tốt hơn\n- 👥 Chia sẻ với nhóm, bạn bè hoặc gia đình của bạn\n- 📎 Đính kèm tệp và nhúng chúng vào mô tả Markdown của bạn\n- 💬 Thảo luận với nhóm của bạn bằng cách sử dụng bình luận\n- ⚡ Theo dõi các thay đổi trong luồng hoạt động\n- 🚀 Tổ chức dự án của bạn", - "Card details" : "Chi tiết thẻ", "Add board" : "Thêm dự án", + "Card details" : "Chi tiết thẻ", "Select the board to link to a project" : "Chọn bảng để liên kết với một dự án.", "Search by board title" : "Tìm kiếm bằng từ khoá tiêu đề của bảng", "Select board" : "Chọn bảng", @@ -129,17 +124,17 @@ OC.L10N.register( "No lists available" : "Không có danh sách nào có sẵn", "Select a list" : "Chọn một danh sách", "Move card" : "Di chuyển thẻ", - "Select a card" : "Chọn một thẻ", - "Cancel" : "Hủy bỏ", "Select the card to link to a project" : "Chọn thẻ để liên kết với một dự án.", "Link to card" : "Liên kết đến thẻ", + "Select a card" : "Chọn một thẻ", + "Cancel" : "Hủy bỏ", + "This board is read only" : "Bảng này chỉ có thể đọc", + "Drop your files to upload" : "Thả tệp của bạn để tải lên", "File already exists" : "Tệp đã tồn tại", "A file with the name {filename} already exists." : "Một tệp tin có tên {filename} đã tồn tại.", "Do you want to overwrite it?" : "Bạn có muốn ghi đè lên nó không?", "Overwrite file" : "Ghi đè tập tin", "Keep existing file" : "Giữ tệp hiện có", - "This board is read only" : "Bảng này chỉ có thể đọc", - "Drop your files to upload" : "Thả tệp của bạn để tải lên", "Add card" : "Thêm tác vụ", "Archived cards" : "Thẻ đã lưu trữ", "Add list" : "Thêm danh sách", @@ -180,6 +175,12 @@ OC.L10N.register( "Deleted lists" : "Danh sách đã bị xóa", "Undo" : "Hoàn tác", "Deleted cards" : "Thẻ đã xóa", + "Failed to create share with {displayName}" : "Không thể tạo chia sẻ với {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Bạn có chắc chắn muốn chuyển bảng {title} cho {user} không?", + "Transfer the board." : "Chuyển bảng.", + "Transfer" : "Truyền", + "The board has been transferred to {user}" : "Bảng đã được chuyển cho {user}", + "Failed to transfer the board to {user}" : "Không thể chuyển bảng cho {user}", "Share board with a user, group or team …" : "Chia sẻ bảng với người dùng, nhóm hoặc đội ...", "Searching for users, groups and teams …" : "Đang tìm kiếm người dùng, nhóm và đội ...", "No participants found" : "Không tìm thấy người tham gia", @@ -191,12 +192,7 @@ OC.L10N.register( "Can manage" : "Có thể quản lý", "Owner" : "Chủ", "Delete" : "Xóa", - "Failed to create share with {displayName}" : "Không thể tạo chia sẻ với {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Bạn có chắc chắn muốn chuyển bảng {title} cho {user} không?", - "Transfer the board." : "Chuyển bảng.", - "Transfer" : "Truyền", - "The board has been transferred to {user}" : "Bảng đã được chuyển cho {user}", - "Failed to transfer the board to {user}" : "Không thể chuyển bảng cho {user}", + "List deleted" : "Danh sách đã bị xóa", "Edit list title" : "Chỉnh sửa tiêu đề danh sách", "Archive all cards" : "Lưu trữ tất cả các thẻ", "Unarchive all cards" : "Giải nén tất cả các thẻ", @@ -205,15 +201,16 @@ OC.L10N.register( "Unarchive all cards in this list" : "Giải nén tất cả các thẻ trong danh sách này.", "Add a new card" : "Thêm một tác vụ mới", "Card name" : "Tên thẻ", - "List deleted" : "Danh sách đã bị xóa", + "title and color value must be provided" : "tiều đề và giá trị màu phải được cung cấp", "Edit" : "Chỉnh sửa", "Add a new tag" : "Thêm một thẻ mới", - "title and color value must be provided" : "tiều đề và giá trị màu phải được cung cấp", "Board name" : "Tên bảng", "Members" : "Thành viên", "Assign to users/groups/team" : "Gán cho người dùng/nhóm/đội", "Assign a user to this card…" : "Gán một người dùng cho thẻ này...", "Select a user to assign to this card…" : "Chọn một người dùng để gán cho thẻ này…", + "File to share" : "Tệp để chia sẻ", + "Invalid path selected" : "‎Đường dẫn không hợp lệ được chọn‎", "Upload new files" : "Tải lên các tệp mới", "Share from Files" : "Chia sẻ từ Thư mục", "Pending share" : "Chia sẻ đang chờ xử lý", @@ -223,25 +220,24 @@ OC.L10N.register( "Remove attachment" : "Xóa tệp đính kèm", "Delete Attachment" : "Xóa tệp đính kèm", "Restore Attachment" : "Khôi Phục Tệp Đính Kèm", - "File to share" : "Tệp để chia sẻ", - "Invalid path selected" : "‎Đường dẫn không hợp lệ được chọn‎", + "Modified" : "Thay đổi", + "Created" : "Đã tạo", + "The title cannot be empty." : "Tiêu đề không thể để trống.", "Open in sidebar view" : "Mở trong chế độ xem thanh bên", "Open in bigger view" : "Mở trong chế độ xem lớn hơn", "Attachments" : "Đính kèm", "Comments" : "Các bình luận", - "Modified" : "Thay đổi", - "Created" : "Đã tạo", - "The title cannot be empty." : "Tiêu đề không thể để trống.", - "No comments yet. Begin the discussion!" : "Chưa có bình luận. Bắt đầu cuộc thảo luận!", "Failed to load comments" : "Không thể tải bình luận", - "Save" : "Lưu", + "No comments yet. Begin the discussion!" : "Chưa có bình luận. Bắt đầu cuộc thảo luận!", "The comment cannot be empty." : "Bình luận không thể để trống.", "The comment cannot be longer than 1000 characters." : "Bình luận không thể dài hơn 1000 ký tự.", + "Save" : "Lưu", + "Created:" : "Đã tạo:", "In reply to" : "Trả lời", "Cancel reply" : "Hủy bỏ trả lời", "Reply" : "Trả l", "Update" : "Cập nhật", - "Created:" : "Đã tạo:", + "Write a description …" : "Viết một mô tả ...", "Description" : "Mô tả", "(Unsaved)" : "(Chưa Lưu)", "(Saving…)" : "(Đang Lưu…)", @@ -249,8 +245,16 @@ OC.L10N.register( "Edit description" : "Chỉnh sửa mô tả", "View description" : "Xem mô tả", "Add Attachment" : "Thêm Đính kèm", - "Write a description …" : "Viết một mô tả ...", "Choose attachment" : "Chọn tệp đính kèm", + "Select Date" : "Chọn ngày", + "Later today – {timeLocale}" : "Sau này - {timeLocale}", + "Set due date for later today" : "Đặt ngày đáo hạn cho sau hôm nay", + "Tomorrow – {timeLocale}" : "Ngày mai - {timeLocale}", + "Set due date for tomorrow" : "Đặt ngày đáo hạn cho ngày mai", + "This weekend – {timeLocale}" : "Cuối tuần này - {timeLocale}", + "Set due date for this weekend" : "Đặt ngày hết hạn cho cuối tuần này", + "Next week – {timeLocale}" : "Tuần sau - {timeLocale}", + "Set due date for next week" : "Đặt ngày hết hạn cho tuần sau", "Assign a due date to this card…" : "Gán một ngày đến hạn cho thẻ này...", "Set a due date" : "Đặt một ngày hết hạn", "Add due date" : "Thêm ngày đáo hạn", @@ -261,25 +265,19 @@ OC.L10N.register( "Not done" : "Chưa hoàn thành", "Unarchive card" : "Thẻ chưa lưu trữ", "Archive card" : "Lưu trữ thẻ", - "Select Date" : "Chọn ngày", - "Set due date for later today" : "Đặt ngày đáo hạn cho sau hôm nay", - "Set due date for tomorrow" : "Đặt ngày đáo hạn cho ngày mai", - "Set due date for this weekend" : "Đặt ngày hết hạn cho cuối tuần này", - "Set due date for next week" : "Đặt ngày hết hạn cho tuần sau", "Assign a tag to this card…" : "Gán một \"thẻ phân biệt\" cho thẻ này ...", "Select or create a tag…" : "Chọn hoặc tạo một thẻ…", "Create a new tag:" : "Tạo một thẻ phân biệt mới:", "(group)" : "(nhóm)", - "Next week – {timeLocale}" : "Tuần sau - {timeLocale}", - "Todo items" : "Các mục công việc cần làm", "{count} comments, {unread} unread" : "{count} bình luận, {unread} chưa đọc", + "Todo items" : "Các mục công việc cần làm", "Edit card title" : "Chỉnh sửa tiêu đề thẻ", + "Card deleted" : "Thẻ đã bị xóa", "Edit title" : "Chỉnh sửa tiêu đề", "Assign to me" : "Phân công cho tôi", "Unassign myself" : "Hủy bỏ phân công cho tôi", "Mark as not done" : "Đánh dấu là chưa hoàn thành", "Delete card" : "Xoá thẻ", - "Card deleted" : "Thẻ đã bị xóa", "seconds ago" : "vài giây trước", "Keyboard shortcuts" : "Phím tắt", "Boost your productivity using Deck with keyboard shortcuts." : "Tăng cường năng suất của bạn khi sử dụng Deck với các phím tắt.", @@ -317,6 +315,13 @@ OC.L10N.register( "Limit board creation to some groups" : "Giới hạn việc tạo bảng cho một số nhóm", "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Người dùng nằm ngoài nhóm đó sẽ không thể tạo bảng của riêng họ, nhưng vẫn có thể làm việc trên các bảng đã được chia sẻ với họ.", "Cancel edit" : "Hủy chỉnh sửa", + "Board {0} deleted" : "Bảng {0} đã bị xóa", + "All cards" : "Tất cả các thẻ", + "Only assigned cards" : "Chỉ những thẻ được gán", + "No reminder" : "Không có nhắc hẹn", + "An error occurred" : "Có lỗi đã xảy ra", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Bạn có chắc chắn muốn xóa bảng {title} không? Điều này sẽ xóa tất cả dữ liệu của bảng này bao gồm cả các thẻ đã được lưu trữ.", + "Delete the board?" : "Xóa bảng?", "Board details" : "Thông tin dự án", "Edit board" : "Chỉnh sửa dự án", "Clone board" : "Nhân bản dự án", @@ -326,16 +331,9 @@ OC.L10N.register( "Turn on due date reminders" : "Bật nhắc nhở ngày đáo hạn", "Turn off due date reminders" : "Tắt nhắc nhở ngày đáo hạn", "Due date reminders" : "Nhắc nhở ngày hết hạn", - "All cards" : "Tất cả các thẻ", "Assigned cards" : "Thẻ được giao", "No notifications" : "Không có thông báo", "Delete board" : "Xóa dự án", - "Board {0} deleted" : "Bảng {0} đã bị xóa", - "Only assigned cards" : "Chỉ những thẻ được gán", - "No reminder" : "Không có nhắc hẹn", - "An error occurred" : "Có lỗi đã xảy ra", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Bạn có chắc chắn muốn xóa bảng {title} không? Điều này sẽ xóa tất cả dữ liệu của bảng này bao gồm cả các thẻ đã được lưu trữ.", - "Delete the board?" : "Xóa bảng?", "Clone cards" : "Nhân bản thẻ", "Advanced options" : "Tùy chọn nâng cao", "Clone" : "Nhân bản", @@ -346,14 +344,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Tìm kiếm {searchQuery} trong tất cả các bảng", "No results found" : "Không tìm thấy kết quả", "Deck board {name}\n* Last modified on {lastMod}" : "Bảng Kế Hoạch {name}\n* Được sửa đổi lần cuối vào {lastMod}", - "{stack} in {board}" : "{stack} trong {board}", - "Click to expand description" : "Nhấp để mở rộng mô tả", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Được tạo vào {created}\n* Được sửa đổi lần cuối vào {lastMod}\n* {nbAttachments} tệp đính kèm\n* {nbComments} bình luận", "{nbCards} cards" : "{nbCards} thẻ", + "Due on {date}" : "Hạn chót vào {date}", + "{stack} in {board}" : "{stack} trong {board}", + "Click to expand description" : "Nhấp để mở rộng mô tả", "Click to expand comment" : "Nhấp để mở rộng bình luận", + "Create card" : "Tạo thẻ", "Create a new card" : "Tạo một thẻ mới", "Card title" : "Tiêu đề thẻ", - "Create card" : "Tạo thẻ", "Creating the new card …" : "Tạo thẻ mới ...", "Card \"{card}\" was added to \"{board}\"" : "Thẻ \"{card}\" đã được thêm vào \"{board}\"", "Open card" : "Mở thẻ", @@ -363,10 +362,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "thẻ sắp tới ngày mai", "upcoming cards" : "thẻ sắp tới", "New card" : "Thẻ mới", - "Due on {date}" : "Hạn chót vào {date}", - "This weekend – {timeLocale}" : "Cuối tuần này - {timeLocale}", - "Tomorrow – {timeLocale}" : "Ngày mai - {timeLocale}", - "Later today – {timeLocale}" : "Sau này - {timeLocale}", "Link to a board" : "Liên kết đến một bảng", "Link to a card" : "Liên kết đến một thẻ", "Create a card" : "Tạo một thẻ", @@ -378,6 +373,12 @@ OC.L10N.register( "Share with a Deck card" : "Chia sẻ với một thẻ Kế Hoạch", "Share {file} with a Deck card" : "Chia sẻ {file} với một thẻ Kế Hoạch", "Share" : "Chia sẻ", + "Personal" : "Cá nhân", + "To do" : "Cần làm", + "Doing" : "Đang làm", + "Example Task 3" : "Nhiệm vụ ví dụ 3", + "Example Task 2" : "Nhiệm vụ ví dụ 2", + "Example Task 1" : "Nhiệm vụ ví dụ 1", "Move card to another board" : "Di chuyển thẻ sang bảng khác", "Filter by completed" : "Lọc theo đã việc đã hoàn thành" }, diff --git a/l10n/vi.json b/l10n/vi.json index 963d623d7..6e17fd446 100644 --- a/l10n/vi.json +++ b/l10n/vi.json @@ -74,7 +74,6 @@ "Cards due tomorrow" : "Thẻ cần hoàn thành vào ngày mai.", "Upcoming cards" : "Thẻ sắp đến", "Load more" : "Tải thêm", - "Personal" : "Cá nhân", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Tác vụ \"%s\" trong \"%s\" đã được phân công cho bạn bởi %s.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} đã giao nhiệm vụ thẻ {deck-card} trên bảng {deck-board} cho bạn.", "The card \"%s\" on \"%s\" has reached its due date." : "Tác vụ \"%s\" trong \"%s\" đã đến ngày hạn chót.", @@ -97,12 +96,8 @@ "Action needed" : "Cần thực hiện", "Later" : "Để sau", "copy" : "sao chép", - "To do" : "Cần làm", - "Doing" : "Đang làm", + "To Do" : "Việc cần làm", "Done" : "Hoàn tất", - "Example Task 3" : "Nhiệm vụ ví dụ 3", - "Example Task 2" : "Nhiệm vụ ví dụ 2", - "Example Task 1" : "Nhiệm vụ ví dụ 1", "The file was uploaded" : "Tập tin đã được tải lên", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Tập tin tải lên đã vượt quá upload_max_filesize giới hạn trong hệ thống", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Tập được tải lên vượt quá MAX_FILE_SIZE đã được giới hạn trong biểu mẫu HTML", @@ -118,8 +113,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "Định dạng ngày không hợp lệ phải là YYYY-MM-DD", "Personal planning and team project organization" : "Kế hoạch cá nhân và tổ chức dự án nhóm", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Kế hoạch hay gọi tắt là Deck, là một công cụ tổ chức theo phong cách dễ hiểu nhằm mục đích lập kế hoạch cá nhân và tổ chức dự án cho các nhóm tích hợp với Nextcloud.\n\n- 📥 Thêm các nhiệm vụ của bạn vào thẻ và sắp xếp chúng theo thứ tự\n- 📄 Ghi chú thêm trong định dạng Markdown\n- 🔖 Gán nhãn để tổ chức tốt hơn\n- 👥 Chia sẻ với nhóm, bạn bè hoặc gia đình của bạn\n- 📎 Đính kèm tệp và nhúng chúng vào mô tả Markdown của bạn\n- 💬 Thảo luận với nhóm của bạn bằng cách sử dụng bình luận\n- ⚡ Theo dõi các thay đổi trong luồng hoạt động\n- 🚀 Tổ chức dự án của bạn", - "Card details" : "Chi tiết thẻ", "Add board" : "Thêm dự án", + "Card details" : "Chi tiết thẻ", "Select the board to link to a project" : "Chọn bảng để liên kết với một dự án.", "Search by board title" : "Tìm kiếm bằng từ khoá tiêu đề của bảng", "Select board" : "Chọn bảng", @@ -127,17 +122,17 @@ "No lists available" : "Không có danh sách nào có sẵn", "Select a list" : "Chọn một danh sách", "Move card" : "Di chuyển thẻ", - "Select a card" : "Chọn một thẻ", - "Cancel" : "Hủy bỏ", "Select the card to link to a project" : "Chọn thẻ để liên kết với một dự án.", "Link to card" : "Liên kết đến thẻ", + "Select a card" : "Chọn một thẻ", + "Cancel" : "Hủy bỏ", + "This board is read only" : "Bảng này chỉ có thể đọc", + "Drop your files to upload" : "Thả tệp của bạn để tải lên", "File already exists" : "Tệp đã tồn tại", "A file with the name {filename} already exists." : "Một tệp tin có tên {filename} đã tồn tại.", "Do you want to overwrite it?" : "Bạn có muốn ghi đè lên nó không?", "Overwrite file" : "Ghi đè tập tin", "Keep existing file" : "Giữ tệp hiện có", - "This board is read only" : "Bảng này chỉ có thể đọc", - "Drop your files to upload" : "Thả tệp của bạn để tải lên", "Add card" : "Thêm tác vụ", "Archived cards" : "Thẻ đã lưu trữ", "Add list" : "Thêm danh sách", @@ -178,6 +173,12 @@ "Deleted lists" : "Danh sách đã bị xóa", "Undo" : "Hoàn tác", "Deleted cards" : "Thẻ đã xóa", + "Failed to create share with {displayName}" : "Không thể tạo chia sẻ với {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Bạn có chắc chắn muốn chuyển bảng {title} cho {user} không?", + "Transfer the board." : "Chuyển bảng.", + "Transfer" : "Truyền", + "The board has been transferred to {user}" : "Bảng đã được chuyển cho {user}", + "Failed to transfer the board to {user}" : "Không thể chuyển bảng cho {user}", "Share board with a user, group or team …" : "Chia sẻ bảng với người dùng, nhóm hoặc đội ...", "Searching for users, groups and teams …" : "Đang tìm kiếm người dùng, nhóm và đội ...", "No participants found" : "Không tìm thấy người tham gia", @@ -189,12 +190,7 @@ "Can manage" : "Có thể quản lý", "Owner" : "Chủ", "Delete" : "Xóa", - "Failed to create share with {displayName}" : "Không thể tạo chia sẻ với {displayName}", - "Are you sure you want to transfer the board {title} to {user}?" : "Bạn có chắc chắn muốn chuyển bảng {title} cho {user} không?", - "Transfer the board." : "Chuyển bảng.", - "Transfer" : "Truyền", - "The board has been transferred to {user}" : "Bảng đã được chuyển cho {user}", - "Failed to transfer the board to {user}" : "Không thể chuyển bảng cho {user}", + "List deleted" : "Danh sách đã bị xóa", "Edit list title" : "Chỉnh sửa tiêu đề danh sách", "Archive all cards" : "Lưu trữ tất cả các thẻ", "Unarchive all cards" : "Giải nén tất cả các thẻ", @@ -203,15 +199,16 @@ "Unarchive all cards in this list" : "Giải nén tất cả các thẻ trong danh sách này.", "Add a new card" : "Thêm một tác vụ mới", "Card name" : "Tên thẻ", - "List deleted" : "Danh sách đã bị xóa", + "title and color value must be provided" : "tiều đề và giá trị màu phải được cung cấp", "Edit" : "Chỉnh sửa", "Add a new tag" : "Thêm một thẻ mới", - "title and color value must be provided" : "tiều đề và giá trị màu phải được cung cấp", "Board name" : "Tên bảng", "Members" : "Thành viên", "Assign to users/groups/team" : "Gán cho người dùng/nhóm/đội", "Assign a user to this card…" : "Gán một người dùng cho thẻ này...", "Select a user to assign to this card…" : "Chọn một người dùng để gán cho thẻ này…", + "File to share" : "Tệp để chia sẻ", + "Invalid path selected" : "‎Đường dẫn không hợp lệ được chọn‎", "Upload new files" : "Tải lên các tệp mới", "Share from Files" : "Chia sẻ từ Thư mục", "Pending share" : "Chia sẻ đang chờ xử lý", @@ -221,25 +218,24 @@ "Remove attachment" : "Xóa tệp đính kèm", "Delete Attachment" : "Xóa tệp đính kèm", "Restore Attachment" : "Khôi Phục Tệp Đính Kèm", - "File to share" : "Tệp để chia sẻ", - "Invalid path selected" : "‎Đường dẫn không hợp lệ được chọn‎", + "Modified" : "Thay đổi", + "Created" : "Đã tạo", + "The title cannot be empty." : "Tiêu đề không thể để trống.", "Open in sidebar view" : "Mở trong chế độ xem thanh bên", "Open in bigger view" : "Mở trong chế độ xem lớn hơn", "Attachments" : "Đính kèm", "Comments" : "Các bình luận", - "Modified" : "Thay đổi", - "Created" : "Đã tạo", - "The title cannot be empty." : "Tiêu đề không thể để trống.", - "No comments yet. Begin the discussion!" : "Chưa có bình luận. Bắt đầu cuộc thảo luận!", "Failed to load comments" : "Không thể tải bình luận", - "Save" : "Lưu", + "No comments yet. Begin the discussion!" : "Chưa có bình luận. Bắt đầu cuộc thảo luận!", "The comment cannot be empty." : "Bình luận không thể để trống.", "The comment cannot be longer than 1000 characters." : "Bình luận không thể dài hơn 1000 ký tự.", + "Save" : "Lưu", + "Created:" : "Đã tạo:", "In reply to" : "Trả lời", "Cancel reply" : "Hủy bỏ trả lời", "Reply" : "Trả l", "Update" : "Cập nhật", - "Created:" : "Đã tạo:", + "Write a description …" : "Viết một mô tả ...", "Description" : "Mô tả", "(Unsaved)" : "(Chưa Lưu)", "(Saving…)" : "(Đang Lưu…)", @@ -247,8 +243,16 @@ "Edit description" : "Chỉnh sửa mô tả", "View description" : "Xem mô tả", "Add Attachment" : "Thêm Đính kèm", - "Write a description …" : "Viết một mô tả ...", "Choose attachment" : "Chọn tệp đính kèm", + "Select Date" : "Chọn ngày", + "Later today – {timeLocale}" : "Sau này - {timeLocale}", + "Set due date for later today" : "Đặt ngày đáo hạn cho sau hôm nay", + "Tomorrow – {timeLocale}" : "Ngày mai - {timeLocale}", + "Set due date for tomorrow" : "Đặt ngày đáo hạn cho ngày mai", + "This weekend – {timeLocale}" : "Cuối tuần này - {timeLocale}", + "Set due date for this weekend" : "Đặt ngày hết hạn cho cuối tuần này", + "Next week – {timeLocale}" : "Tuần sau - {timeLocale}", + "Set due date for next week" : "Đặt ngày hết hạn cho tuần sau", "Assign a due date to this card…" : "Gán một ngày đến hạn cho thẻ này...", "Set a due date" : "Đặt một ngày hết hạn", "Add due date" : "Thêm ngày đáo hạn", @@ -259,25 +263,19 @@ "Not done" : "Chưa hoàn thành", "Unarchive card" : "Thẻ chưa lưu trữ", "Archive card" : "Lưu trữ thẻ", - "Select Date" : "Chọn ngày", - "Set due date for later today" : "Đặt ngày đáo hạn cho sau hôm nay", - "Set due date for tomorrow" : "Đặt ngày đáo hạn cho ngày mai", - "Set due date for this weekend" : "Đặt ngày hết hạn cho cuối tuần này", - "Set due date for next week" : "Đặt ngày hết hạn cho tuần sau", "Assign a tag to this card…" : "Gán một \"thẻ phân biệt\" cho thẻ này ...", "Select or create a tag…" : "Chọn hoặc tạo một thẻ…", "Create a new tag:" : "Tạo một thẻ phân biệt mới:", "(group)" : "(nhóm)", - "Next week – {timeLocale}" : "Tuần sau - {timeLocale}", - "Todo items" : "Các mục công việc cần làm", "{count} comments, {unread} unread" : "{count} bình luận, {unread} chưa đọc", + "Todo items" : "Các mục công việc cần làm", "Edit card title" : "Chỉnh sửa tiêu đề thẻ", + "Card deleted" : "Thẻ đã bị xóa", "Edit title" : "Chỉnh sửa tiêu đề", "Assign to me" : "Phân công cho tôi", "Unassign myself" : "Hủy bỏ phân công cho tôi", "Mark as not done" : "Đánh dấu là chưa hoàn thành", "Delete card" : "Xoá thẻ", - "Card deleted" : "Thẻ đã bị xóa", "seconds ago" : "vài giây trước", "Keyboard shortcuts" : "Phím tắt", "Boost your productivity using Deck with keyboard shortcuts." : "Tăng cường năng suất của bạn khi sử dụng Deck với các phím tắt.", @@ -315,6 +313,13 @@ "Limit board creation to some groups" : "Giới hạn việc tạo bảng cho một số nhóm", "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Người dùng nằm ngoài nhóm đó sẽ không thể tạo bảng của riêng họ, nhưng vẫn có thể làm việc trên các bảng đã được chia sẻ với họ.", "Cancel edit" : "Hủy chỉnh sửa", + "Board {0} deleted" : "Bảng {0} đã bị xóa", + "All cards" : "Tất cả các thẻ", + "Only assigned cards" : "Chỉ những thẻ được gán", + "No reminder" : "Không có nhắc hẹn", + "An error occurred" : "Có lỗi đã xảy ra", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Bạn có chắc chắn muốn xóa bảng {title} không? Điều này sẽ xóa tất cả dữ liệu của bảng này bao gồm cả các thẻ đã được lưu trữ.", + "Delete the board?" : "Xóa bảng?", "Board details" : "Thông tin dự án", "Edit board" : "Chỉnh sửa dự án", "Clone board" : "Nhân bản dự án", @@ -324,16 +329,9 @@ "Turn on due date reminders" : "Bật nhắc nhở ngày đáo hạn", "Turn off due date reminders" : "Tắt nhắc nhở ngày đáo hạn", "Due date reminders" : "Nhắc nhở ngày hết hạn", - "All cards" : "Tất cả các thẻ", "Assigned cards" : "Thẻ được giao", "No notifications" : "Không có thông báo", "Delete board" : "Xóa dự án", - "Board {0} deleted" : "Bảng {0} đã bị xóa", - "Only assigned cards" : "Chỉ những thẻ được gán", - "No reminder" : "Không có nhắc hẹn", - "An error occurred" : "Có lỗi đã xảy ra", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Bạn có chắc chắn muốn xóa bảng {title} không? Điều này sẽ xóa tất cả dữ liệu của bảng này bao gồm cả các thẻ đã được lưu trữ.", - "Delete the board?" : "Xóa bảng?", "Clone cards" : "Nhân bản thẻ", "Advanced options" : "Tùy chọn nâng cao", "Clone" : "Nhân bản", @@ -344,14 +342,15 @@ "Search for {searchQuery} in all boards" : "Tìm kiếm {searchQuery} trong tất cả các bảng", "No results found" : "Không tìm thấy kết quả", "Deck board {name}\n* Last modified on {lastMod}" : "Bảng Kế Hoạch {name}\n* Được sửa đổi lần cuối vào {lastMod}", - "{stack} in {board}" : "{stack} trong {board}", - "Click to expand description" : "Nhấp để mở rộng mô tả", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Được tạo vào {created}\n* Được sửa đổi lần cuối vào {lastMod}\n* {nbAttachments} tệp đính kèm\n* {nbComments} bình luận", "{nbCards} cards" : "{nbCards} thẻ", + "Due on {date}" : "Hạn chót vào {date}", + "{stack} in {board}" : "{stack} trong {board}", + "Click to expand description" : "Nhấp để mở rộng mô tả", "Click to expand comment" : "Nhấp để mở rộng bình luận", + "Create card" : "Tạo thẻ", "Create a new card" : "Tạo một thẻ mới", "Card title" : "Tiêu đề thẻ", - "Create card" : "Tạo thẻ", "Creating the new card …" : "Tạo thẻ mới ...", "Card \"{card}\" was added to \"{board}\"" : "Thẻ \"{card}\" đã được thêm vào \"{board}\"", "Open card" : "Mở thẻ", @@ -361,10 +360,6 @@ "upcoming cards tomorrow" : "thẻ sắp tới ngày mai", "upcoming cards" : "thẻ sắp tới", "New card" : "Thẻ mới", - "Due on {date}" : "Hạn chót vào {date}", - "This weekend – {timeLocale}" : "Cuối tuần này - {timeLocale}", - "Tomorrow – {timeLocale}" : "Ngày mai - {timeLocale}", - "Later today – {timeLocale}" : "Sau này - {timeLocale}", "Link to a board" : "Liên kết đến một bảng", "Link to a card" : "Liên kết đến một thẻ", "Create a card" : "Tạo một thẻ", @@ -376,6 +371,12 @@ "Share with a Deck card" : "Chia sẻ với một thẻ Kế Hoạch", "Share {file} with a Deck card" : "Chia sẻ {file} với một thẻ Kế Hoạch", "Share" : "Chia sẻ", + "Personal" : "Cá nhân", + "To do" : "Cần làm", + "Doing" : "Đang làm", + "Example Task 3" : "Nhiệm vụ ví dụ 3", + "Example Task 2" : "Nhiệm vụ ví dụ 2", + "Example Task 1" : "Nhiệm vụ ví dụ 1", "Move card to another board" : "Di chuyển thẻ sang bảng khác", "Filter by completed" : "Lọc theo đã việc đã hoàn thành" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index 9a5e44b35..3ad93a509 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -1,19 +1,19 @@ OC.L10N.register( "deck", { - "You have created a new board {board}" : "您创建了一个新面板{board}", - "{user} has created a new board {board}" : "{user} 创建了一个新面板{board}", - "You have deleted the board {board}" : "您删除了面板{board}", - "{user} has deleted the board {board}" : "{user}删除了面板{board}", - "You have restored the board {board}" : "您还原了面板{board}", - "{user} has restored the board {board}" : "{user}还原了{board}", - "You have shared the board {board} with {acl}" : "您已分享{board}给{acl}", - "{user} has shared the board {board} with {acl}" : "{user}已使用{acl}分享面板{board}", - "You have removed {acl} from the board {board}" : "您从面板{board}中移除了{acl}", - "{user} has removed {acl} from the board {board}" : "{user}从面板{board}中移除了{acl} ", - "You have renamed the board {before} to {board}" : "您将面板{before}重命名为{board}", - "{user} has renamed the board {before} to {board}" : "{user}将面板{before}重命名为{board}", - "You have archived the board {board}" : "您已将面板{board}归档", + "You have created a new board {board}" : "您创建了新面板 {board}", + "{user} has created a new board {board}" : "{user} 创建了新面板 {board}", + "You have deleted the board {board}" : "您删除了面板 {board}", + "{user} has deleted the board {board}" : "{user} 删除了面板 {board}", + "You have restored the board {board}" : "您还原了面板 {board}", + "{user} has restored the board {board}" : "{user} 还原了面板 {board}", + "You have shared the board {board} with {acl}" : "您已分享面板 {board} 给 {acl}", + "{user} has shared the board {board} with {acl}" : "{user}已使用 {acl} 分享了面板 {board}", + "You have removed {acl} from the board {board}" : "您从面板 {board} 中移除了 {acl}", + "{user} has removed {acl} from the board {board}" : "{user} 从面板 {board} 中移除了 {acl} ", + "You have renamed the board {before} to {board}" : "您将面板 {before} 重命名为 {board}", + "{user} has renamed the board {before} to {board}" : "{user} 将面板 {before} 重命名为 {board}", + "You have archived the board {board}" : "您已将面板 {board} 归档", "{user} has archived the board {before}" : "{user}已将面板{before}归档", "You have unarchived the board {board}" : "您已将面板{board}取消归档", "{user} has unarchived the board {before}" : "{user}已将面板{before}取消归档", @@ -37,6 +37,10 @@ OC.L10N.register( "{user} has archived card {card} in list {stack} on board {board}" : "{user} 已对面板 {board} 上的列表 {stack} 中的卡片 {card} 执行归档", "You have unarchived card {card} in list {stack} on board {board}" : "您已对面板 {board} 上的列表 {stack} 中的卡片 {card} 撤销归档", "{user} has unarchived card {card} in list {stack} on board {board}" : "{user} 已对面板 {board} 上的列表 {stack} 中的卡片 {card} 撤销归档", + "You have marked the card {card} as done in list {stack} on board {board}" : "您已在面板 {board} 上的列表 {stack} 中将卡片 {card} 标记为已完成", + "{user} has marked card {card} as done in list {stack} on board {board}" : "{user} 已在面板 {board} 上的列表 {stack} 中将卡片 {card} 标记为已完成", + "You have marked the card {card} as undone in list {stack} on board {board}" : "您已在面板 {board} 上的列表 {stack} 中将卡片 {card} 标记为未完成", + "{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} 已在面板 {board} 上的列表 {stack} 中将卡片 {card} 标记为未完成", "You have removed the due date of card {card}" : "您移除了卡片 {card} 的截止日期", "{user} has removed the due date of card {card}" : "{user} 移除了卡片 {card} 的截止日期", "You have set the due date of card {card} to {after}" : "您将卡片 {card} 的截止日期设置为 {after}", @@ -72,7 +76,7 @@ OC.L10N.register( "Cards due tomorrow" : "卡片明天到期", "Upcoming cards" : "即将到来的卡片", "Load more" : "加载更多", - "Personal" : "个人", + "Welcome to Nextcloud Deck!" : "欢迎使用 Nextcloud Deck!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "卡片 \"%s\" (在 \"%s\" 中)已由%s指派给您。", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} 已将卡片 {deck-card}, 其位于 {deck-board} ,分配给了你", "The card \"%s\" on \"%s\" has reached its due date." : "卡片 \"%s\" (在 \"%s\" 中)已到期.", @@ -95,12 +99,16 @@ OC.L10N.register( "Action needed" : "需要操作", "Later" : "稍后", "copy" : "复制", - "To do" : "待办", - "Doing" : "进行中", + "Read more inside" : "阅读更多内容", + "Custom lists - click to rename!" : "自定义列表 - 单击以重命名!", + "To Do" : "待办", + "In Progress" : "进行中", "Done" : "完成", - "Example Task 3" : "示例任务 3", - "Example Task 2" : "示例任务 2", - "Example Task 1" : "示例任务 1", + "1. Open to learn more about boards and cards" : "1. 打开以了解更多关于面板和卡片的信息", + "2. Drag cards left and right, up and down" : "2. 左右上下拖动卡片", + "3. Apply rich formatting and link content" : "3. 应用丰富的格式和链接内容", + "4. Share, comment and collaborate!" : "4. 分享、评论和协作!", + "Create your first card!" : "创建您的第一张卡片!", "The file was uploaded" : "文件已上传", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "上传文件的大小已超过 php.ini 中 upload_max_filesize 设置的值", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上传的文件长度超出了 HTML 表单中设定的 MAX_FILE_SIZE 上限", @@ -116,26 +124,28 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "无效日期,日期格式必须为 YYYY-MM-DD", "Personal planning and team project organization" : "个人规划和团队项目安排", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "看板应用程序是一个看板风格的管理工具,旨在为与Nextcloud集成的团队进行个人规划和项目管理。\n\n\n- 📥 添加您的任务到卡片并将之整理好\n- 📄 用Markdown写下额外的注释\n- 🔖 分配标签以更好地管理您的工作\n- 👥 与您的团队、朋友或家人分享\n- 📎 附件文件并将其嵌入到您的Markdown描述中\n- 💬 使用评论与您的团队沟通\n- ⚡ 在活动流中跟踪变更情况\n- 🚀 让您的项目井井有条", - "Card details" : "卡片详情", "Add board" : "添加面板", + "Card details" : "卡片详情", "Select the board to link to a project" : "选择要链接到一个项目的面板", "Search by board title" : "通过标题搜索面板", "Select board" : "选择面板", + "Move/copy card" : "移动/复制卡片", "Select a board" : "选择一个面板", "No lists available" : "无列表可用", "Select a list" : "选择一个列表", "Move card" : "移动卡片", - "Select a card" : "选择一张卡片", - "Cancel" : "取消", + "Copy card" : "复制卡片", "Select the card to link to a project" : "选择要链接到一个项目的卡片", "Link to card" : "链接到卡片", + "Select a card" : "选择一张卡片", + "Cancel" : "取消", + "This board is read only" : "此面板是只读的", + "Drop your files to upload" : "拖放您的文件以上传", "File already exists" : "文件已存在", "A file with the name {filename} already exists." : "使用文件名 {filename} 的文件已存在。", "Do you want to overwrite it?" : "您确定要覆盖吗?", "Overwrite file" : "覆盖文件", "Keep existing file" : "保持已存在的文件", - "This board is read only" : "此面板是只读的", - "Drop your files to upload" : "拖放您的文件以上传", "Add card" : "添加卡片", "Archived cards" : "已归档卡片", "Add list" : "添加列表", @@ -145,6 +155,8 @@ OC.L10N.register( "Filter by tag" : "按标签筛选", "Filter by assigned user" : "按指派的用户筛选", "Unassigned" : "未指派", + "Filter by status" : "按状态筛选", + "Open and completed" : "打开并完成", "Open" : "打开", "Completed" : "已完成", "Filter by due date" : "按截止日期筛选", @@ -174,20 +186,24 @@ OC.L10N.register( "Deleted lists" : "已删除的列表", "Undo" : "撤消", "Deleted cards" : "已删除的卡片", - "No participants found" : "未找到参与者", - "Board owner" : "面板所有者", - "(Group)" : "(群组)", - "Can edit" : "可以编辑", - "Can share" : "可以共享", - "Can manage" : "可以管理", - "Owner" : "所有者", - "Delete" : "删除", "Failed to create share with {displayName}" : "用{displayName}创建分享失败", "Are you sure you want to transfer the board {title} to {user}?" : "您确定要将面板 {title} 转移到 {user} 吗?", "Transfer the board." : "转移面板。", "Transfer" : "转移", "The board has been transferred to {user}" : "面板已转移给 {user}", "Failed to transfer the board to {user}" : "未能将面板转移给 {user}", + "Share board with a user, group or team …" : "与用户、群组或团队分享面板…", + "Searching for users, groups and teams …" : "搜索用户、群组和团队…", + "No participants found" : "未找到参与者", + "Board owner" : "面板所有者", + "(Group)" : "(群组)", + "(Team)" : "(团队)", + "Can edit" : "可以编辑", + "Can share" : "可以共享", + "Can manage" : "可以管理", + "Owner" : "所有者", + "Delete" : "删除", + "List deleted" : "列表被删除", "Edit list title" : "编辑列表标题", "Archive all cards" : "归档所有卡片", "Unarchive all cards" : "取消归档所有卡片", @@ -196,13 +212,16 @@ OC.L10N.register( "Unarchive all cards in this list" : "取消归档所有此列表中的卡片", "Add a new card" : "添加一张新卡片", "Card name" : "卡片名", - "List deleted" : "列表被删除", - "Edit" : "编辑", - "Add a new tag" : "新增一个标签", "title and color value must be provided" : "必须提供标题和颜色值", + "Edit" : "编辑", + "Add a new tag" : "添加新标签", "Board name" : "面板名称", "Members" : "成员", + "Assign to users/groups/team" : "分配给用户/群组/团队", "Assign a user to this card…" : "为该卡片指派用户…", + "Select a user to assign to this card…" : "选择要分配给此卡片的用户…", + "File to share" : "要分享的文件", + "Invalid path selected" : "选择的路径无效", "Upload new files" : "上传新文件", "Share from Files" : "从文件共享", "Pending share" : "待分享", @@ -212,25 +231,24 @@ OC.L10N.register( "Remove attachment" : "删除附件", "Delete Attachment" : "删除附件", "Restore Attachment" : "恢复附件", - "File to share" : "要分享的文件", - "Invalid path selected" : "选择的路径无效", + "Modified" : "已修改", + "Created" : "已创建", + "The title cannot be empty." : "标题不能为空", "Open in sidebar view" : "在侧边栏视图中打开", "Open in bigger view" : "在较大视图中打开", "Attachments" : "附件", "Comments" : "评论", - "Modified" : "已修改", - "Created" : "已创建", - "The title cannot be empty." : "标题不能为空", - "No comments yet. Begin the discussion!" : "还没有评论。 开始讨论吧!", "Failed to load comments" : "加载评论失败", - "Save" : "保存", + "No comments yet. Begin the discussion!" : "还没有评论。 开始讨论吧!", "The comment cannot be empty." : "注释不能为空。", "The comment cannot be longer than 1000 characters." : "注释不能超过 1000 个字符。", + "Save" : "保存", + "Created:" : "创建于:", "In reply to" : "回复", "Cancel reply" : "取消回复", "Reply" : "回复", "Update" : "更新", - "Created:" : "创建于:", + "Write a description …" : "写一段描述", "Description" : "描述", "(Unsaved)" : "(未保存的)", "(Saving…)" : "(正在保存...)", @@ -238,8 +256,16 @@ OC.L10N.register( "Edit description" : "编辑描述", "View description" : "查看描述", "Add Attachment" : "添加附件", - "Write a description …" : "写一段描述", "Choose attachment" : "选择附件", + "Select Date" : "选择日期", + "Later today – {timeLocale}" : "今日稍晚 – {timeLocale}", + "Set due date for later today" : "将截止日期设置为今天晚些时候", + "Tomorrow – {timeLocale}" : "明天 – {timeLocale}", + "Set due date for tomorrow" : "设定明天的截止日期", + "This weekend – {timeLocale}" : "本周末 – {timeLocale}", + "Set due date for this weekend" : "设置本周末的截止日期", + "Next week – {timeLocale}" : "下周 – {timeLocale}", + "Set due date for next week" : "设置下周的截止日期", "Assign a due date to this card…" : "为此卡片指派截止日期 …", "Set a due date" : "设置截止日期", "Add due date" : "添加截止日期", @@ -247,29 +273,34 @@ OC.L10N.register( "Remove due date" : "移除截止日期", "Mark as done" : "标记为已完成", "Due at:" : "到期日:", + "Not done" : "未完成", "Unarchive card" : "撤销对卡片的归档", "Archive card" : "归档卡片", - "Select Date" : "选择日期", - "Set due date for later today" : "将截止日期设置为今天晚些时候", - "Set due date for tomorrow" : "设定明天的截止日期", - "Assign a tag to this card…" : "为该卡片分配标签…", - "Create a new tag:" : "创建一个新标签:", + "Assign a tag to this card…" : "为此卡片分配标签…", + "Select or create a tag…" : "选择或创建标签…", + "Create a new tag:" : "创建新标签:", "(group)" : "(组)", - "Next week – {timeLocale}" : "下周 – {timeLocale}", - "Todo items" : "待办事项", "{count} comments, {unread} unread" : "{count} 条评论,{unread} 未读", + "Todo items" : "待办事项", "Edit card title" : "编辑卡片标题", + "Open link" : "打开链接", + "Card deleted" : "卡片被删除", "Edit title" : "编辑标题", "Assign to me" : "指派给我", "Unassign myself" : "不再指派给我", "Mark as not done" : "标记为未完成", "Delete card" : "删除卡片", - "Card deleted" : "卡片被删除", "seconds ago" : "几秒前", "Keyboard shortcuts" : "键盘快捷键", + "Boost your productivity using Deck with keyboard shortcuts." : "使用带有键盘快捷键的 Deck 提高您的生产力。", + "Board actions" : "面板操作", "Keyboard shortcut" : "键盘快捷键", "Action" : "操作", "Shift" : "Shift", + "Scroll" : "滚动", + "Scroll sideways" : "侧向滚动", + "Navigate between cards" : "在卡片之间导航", + "Esc" : "Esc", "Close card details" : "关闭卡详细信息", "Ctrl" : "Ctrl", "Search" : "搜索", @@ -279,6 +310,7 @@ OC.L10N.register( "Card actions" : "卡片操作", "The following actions can be triggered on the currently highlighted card" : "可以在当前突出显示的卡上触发以下操作", "Enter" : "输入", + "Space" : "空间", "Open card details" : "打开卡片详细信息", "Edit the card title" : "编辑卡片标题", "Assign yourself to the current card" : "将自己分配给当前卡片", @@ -295,6 +327,14 @@ OC.L10N.register( "Limit board creation to some groups" : "限制某些组可以创建看板", "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "这些组之外的用户将无法创建自己的看板,但仍然可以在与他们共享的看板上工作。", "Cancel edit" : "取消编辑", + "Save board" : "保存面板", + "Board {0} deleted" : "面板{0} 被删除", + "All cards" : "所有卡片", + "Only assigned cards" : "仅限已指派的卡片", + "No reminder" : "无提醒", + "An error occurred" : "发生错误", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "您确定要删除面板 {title} 吗?这将删除该面板的所有数据,包括已归档卡片。", + "Delete the board?" : "是否删除面板?", "Board details" : "面板详情", "Edit board" : "编辑面板", "Clone board" : "克隆面板", @@ -304,18 +344,17 @@ OC.L10N.register( "Turn on due date reminders" : "打开截止日期提醒", "Turn off due date reminders" : "关闭截止日期提醒", "Due date reminders" : "截止日期提醒", - "All cards" : "所有卡片", "Assigned cards" : "已指派的卡片", "No notifications" : "无通知", "Delete board" : "删除看板", - "Board {0} deleted" : "面板{0} 被删除", - "Only assigned cards" : "仅限已指派的卡片", - "No reminder" : "无提醒", - "An error occurred" : "发生错误", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "您确定要删除面板 {title} 吗?这将删除该面板的所有数据,包括已归档卡片。", - "Delete the board?" : "是否删除面板?", + "Clone {boardTitle}" : "克隆 {boardTitle}", "Clone cards" : "克隆卡片", + "Clone assignments" : "克隆任务", + "Clone labels" : "克隆标签", + "Clone due dates" : "克隆到期日", "Advanced options" : "高级选项", + "Move all cards to the first list" : "将所有卡片移至第一个列表", + "Restore archived cards" : "恢复已存档的卡片", "Clone" : "克隆", "Loading filtered view" : "正在加载已筛选的视图", "Today" : "今天", @@ -324,14 +363,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "在所有看板中搜索 {searchQuery}", "No results found" : "未找到结果", "Deck board {name}\n* Last modified on {lastMod}" : "看板{name}\n* 最后修改于{lastMod}", - "{stack} in {board}" : "{stack} 于 {board}", - "Click to expand description" : "点击展开描述", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* 创建于 {created}\n* 最后修改于 {lastMod}\n* {nbAttachments} 个附件\n* {nbComments} 个评论", "{nbCards} cards" : "{nbCards} 张卡片", + "Due on {date}" : "于 {date} 到期 ", + "{stack} in {board}" : "{stack} 于 {board}", + "Click to expand description" : "点击展开描述", "Click to expand comment" : "点击展开评论", + "Create card" : "创建卡片", "Create a new card" : "创建一张新卡片", "Card title" : "卡片标题", - "Create card" : "创建卡片", "Creating the new card …" : "正在创建新卡片… ", "Card \"{card}\" was added to \"{board}\"" : "卡片 \"{card}\" 被添加至看板 \"{board}\"", "Open card" : "打开卡片", @@ -341,10 +381,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "明天即将推出的卡片", "upcoming cards" : "即将到来的卡片", "New card" : "新卡片", - "Due on {date}" : "于 {date} 到期 ", - "This weekend – {timeLocale}" : "本周末 – {timeLocale}", - "Tomorrow – {timeLocale}" : "明天 – {timeLocale}", - "Later today – {timeLocale}" : "今日稍晚 – {timeLocale}", "Link to a board" : "链接到一个面板", "Link to a card" : "链接到一张卡片", "Create a card" : "创建一张卡片", @@ -356,6 +392,13 @@ OC.L10N.register( "Share with a Deck card" : "分享给一张看板卡片", "Share {file} with a Deck card" : "将{file}分享给一张看板卡片", "Share" : "分享", - "Move card to another board" : "将卡片移到其他面板" + "Personal" : "个人", + "To do" : "待办", + "Doing" : "进行中", + "Example Task 3" : "示例任务 3", + "Example Task 2" : "示例任务 2", + "Example Task 1" : "示例任务 1", + "Move card to another board" : "将卡片移到其他面板", + "Filter by completed" : "按已完成筛选" }, "nplurals=1; plural=0;"); diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index 9e9bbc805..7f7c930a2 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -1,17 +1,17 @@ { "translations": { - "You have created a new board {board}" : "您创建了一个新面板{board}", - "{user} has created a new board {board}" : "{user} 创建了一个新面板{board}", - "You have deleted the board {board}" : "您删除了面板{board}", - "{user} has deleted the board {board}" : "{user}删除了面板{board}", - "You have restored the board {board}" : "您还原了面板{board}", - "{user} has restored the board {board}" : "{user}还原了{board}", - "You have shared the board {board} with {acl}" : "您已分享{board}给{acl}", - "{user} has shared the board {board} with {acl}" : "{user}已使用{acl}分享面板{board}", - "You have removed {acl} from the board {board}" : "您从面板{board}中移除了{acl}", - "{user} has removed {acl} from the board {board}" : "{user}从面板{board}中移除了{acl} ", - "You have renamed the board {before} to {board}" : "您将面板{before}重命名为{board}", - "{user} has renamed the board {before} to {board}" : "{user}将面板{before}重命名为{board}", - "You have archived the board {board}" : "您已将面板{board}归档", + "You have created a new board {board}" : "您创建了新面板 {board}", + "{user} has created a new board {board}" : "{user} 创建了新面板 {board}", + "You have deleted the board {board}" : "您删除了面板 {board}", + "{user} has deleted the board {board}" : "{user} 删除了面板 {board}", + "You have restored the board {board}" : "您还原了面板 {board}", + "{user} has restored the board {board}" : "{user} 还原了面板 {board}", + "You have shared the board {board} with {acl}" : "您已分享面板 {board} 给 {acl}", + "{user} has shared the board {board} with {acl}" : "{user}已使用 {acl} 分享了面板 {board}", + "You have removed {acl} from the board {board}" : "您从面板 {board} 中移除了 {acl}", + "{user} has removed {acl} from the board {board}" : "{user} 从面板 {board} 中移除了 {acl} ", + "You have renamed the board {before} to {board}" : "您将面板 {before} 重命名为 {board}", + "{user} has renamed the board {before} to {board}" : "{user} 将面板 {before} 重命名为 {board}", + "You have archived the board {board}" : "您已将面板 {board} 归档", "{user} has archived the board {before}" : "{user}已将面板{before}归档", "You have unarchived the board {board}" : "您已将面板{board}取消归档", "{user} has unarchived the board {before}" : "{user}已将面板{before}取消归档", @@ -35,6 +35,10 @@ "{user} has archived card {card} in list {stack} on board {board}" : "{user} 已对面板 {board} 上的列表 {stack} 中的卡片 {card} 执行归档", "You have unarchived card {card} in list {stack} on board {board}" : "您已对面板 {board} 上的列表 {stack} 中的卡片 {card} 撤销归档", "{user} has unarchived card {card} in list {stack} on board {board}" : "{user} 已对面板 {board} 上的列表 {stack} 中的卡片 {card} 撤销归档", + "You have marked the card {card} as done in list {stack} on board {board}" : "您已在面板 {board} 上的列表 {stack} 中将卡片 {card} 标记为已完成", + "{user} has marked card {card} as done in list {stack} on board {board}" : "{user} 已在面板 {board} 上的列表 {stack} 中将卡片 {card} 标记为已完成", + "You have marked the card {card} as undone in list {stack} on board {board}" : "您已在面板 {board} 上的列表 {stack} 中将卡片 {card} 标记为未完成", + "{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} 已在面板 {board} 上的列表 {stack} 中将卡片 {card} 标记为未完成", "You have removed the due date of card {card}" : "您移除了卡片 {card} 的截止日期", "{user} has removed the due date of card {card}" : "{user} 移除了卡片 {card} 的截止日期", "You have set the due date of card {card} to {after}" : "您将卡片 {card} 的截止日期设置为 {after}", @@ -70,7 +74,7 @@ "Cards due tomorrow" : "卡片明天到期", "Upcoming cards" : "即将到来的卡片", "Load more" : "加载更多", - "Personal" : "个人", + "Welcome to Nextcloud Deck!" : "欢迎使用 Nextcloud Deck!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "卡片 \"%s\" (在 \"%s\" 中)已由%s指派给您。", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} 已将卡片 {deck-card}, 其位于 {deck-board} ,分配给了你", "The card \"%s\" on \"%s\" has reached its due date." : "卡片 \"%s\" (在 \"%s\" 中)已到期.", @@ -93,12 +97,16 @@ "Action needed" : "需要操作", "Later" : "稍后", "copy" : "复制", - "To do" : "待办", - "Doing" : "进行中", + "Read more inside" : "阅读更多内容", + "Custom lists - click to rename!" : "自定义列表 - 单击以重命名!", + "To Do" : "待办", + "In Progress" : "进行中", "Done" : "完成", - "Example Task 3" : "示例任务 3", - "Example Task 2" : "示例任务 2", - "Example Task 1" : "示例任务 1", + "1. Open to learn more about boards and cards" : "1. 打开以了解更多关于面板和卡片的信息", + "2. Drag cards left and right, up and down" : "2. 左右上下拖动卡片", + "3. Apply rich formatting and link content" : "3. 应用丰富的格式和链接内容", + "4. Share, comment and collaborate!" : "4. 分享、评论和协作!", + "Create your first card!" : "创建您的第一张卡片!", "The file was uploaded" : "文件已上传", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "上传文件的大小已超过 php.ini 中 upload_max_filesize 设置的值", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上传的文件长度超出了 HTML 表单中设定的 MAX_FILE_SIZE 上限", @@ -114,26 +122,28 @@ "Invalid date, date format must be YYYY-MM-DD" : "无效日期,日期格式必须为 YYYY-MM-DD", "Personal planning and team project organization" : "个人规划和团队项目安排", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "看板应用程序是一个看板风格的管理工具,旨在为与Nextcloud集成的团队进行个人规划和项目管理。\n\n\n- 📥 添加您的任务到卡片并将之整理好\n- 📄 用Markdown写下额外的注释\n- 🔖 分配标签以更好地管理您的工作\n- 👥 与您的团队、朋友或家人分享\n- 📎 附件文件并将其嵌入到您的Markdown描述中\n- 💬 使用评论与您的团队沟通\n- ⚡ 在活动流中跟踪变更情况\n- 🚀 让您的项目井井有条", - "Card details" : "卡片详情", "Add board" : "添加面板", + "Card details" : "卡片详情", "Select the board to link to a project" : "选择要链接到一个项目的面板", "Search by board title" : "通过标题搜索面板", "Select board" : "选择面板", + "Move/copy card" : "移动/复制卡片", "Select a board" : "选择一个面板", "No lists available" : "无列表可用", "Select a list" : "选择一个列表", "Move card" : "移动卡片", - "Select a card" : "选择一张卡片", - "Cancel" : "取消", + "Copy card" : "复制卡片", "Select the card to link to a project" : "选择要链接到一个项目的卡片", "Link to card" : "链接到卡片", + "Select a card" : "选择一张卡片", + "Cancel" : "取消", + "This board is read only" : "此面板是只读的", + "Drop your files to upload" : "拖放您的文件以上传", "File already exists" : "文件已存在", "A file with the name {filename} already exists." : "使用文件名 {filename} 的文件已存在。", "Do you want to overwrite it?" : "您确定要覆盖吗?", "Overwrite file" : "覆盖文件", "Keep existing file" : "保持已存在的文件", - "This board is read only" : "此面板是只读的", - "Drop your files to upload" : "拖放您的文件以上传", "Add card" : "添加卡片", "Archived cards" : "已归档卡片", "Add list" : "添加列表", @@ -143,6 +153,8 @@ "Filter by tag" : "按标签筛选", "Filter by assigned user" : "按指派的用户筛选", "Unassigned" : "未指派", + "Filter by status" : "按状态筛选", + "Open and completed" : "打开并完成", "Open" : "打开", "Completed" : "已完成", "Filter by due date" : "按截止日期筛选", @@ -172,20 +184,24 @@ "Deleted lists" : "已删除的列表", "Undo" : "撤消", "Deleted cards" : "已删除的卡片", - "No participants found" : "未找到参与者", - "Board owner" : "面板所有者", - "(Group)" : "(群组)", - "Can edit" : "可以编辑", - "Can share" : "可以共享", - "Can manage" : "可以管理", - "Owner" : "所有者", - "Delete" : "删除", "Failed to create share with {displayName}" : "用{displayName}创建分享失败", "Are you sure you want to transfer the board {title} to {user}?" : "您确定要将面板 {title} 转移到 {user} 吗?", "Transfer the board." : "转移面板。", "Transfer" : "转移", "The board has been transferred to {user}" : "面板已转移给 {user}", "Failed to transfer the board to {user}" : "未能将面板转移给 {user}", + "Share board with a user, group or team …" : "与用户、群组或团队分享面板…", + "Searching for users, groups and teams …" : "搜索用户、群组和团队…", + "No participants found" : "未找到参与者", + "Board owner" : "面板所有者", + "(Group)" : "(群组)", + "(Team)" : "(团队)", + "Can edit" : "可以编辑", + "Can share" : "可以共享", + "Can manage" : "可以管理", + "Owner" : "所有者", + "Delete" : "删除", + "List deleted" : "列表被删除", "Edit list title" : "编辑列表标题", "Archive all cards" : "归档所有卡片", "Unarchive all cards" : "取消归档所有卡片", @@ -194,13 +210,16 @@ "Unarchive all cards in this list" : "取消归档所有此列表中的卡片", "Add a new card" : "添加一张新卡片", "Card name" : "卡片名", - "List deleted" : "列表被删除", - "Edit" : "编辑", - "Add a new tag" : "新增一个标签", "title and color value must be provided" : "必须提供标题和颜色值", + "Edit" : "编辑", + "Add a new tag" : "添加新标签", "Board name" : "面板名称", "Members" : "成员", + "Assign to users/groups/team" : "分配给用户/群组/团队", "Assign a user to this card…" : "为该卡片指派用户…", + "Select a user to assign to this card…" : "选择要分配给此卡片的用户…", + "File to share" : "要分享的文件", + "Invalid path selected" : "选择的路径无效", "Upload new files" : "上传新文件", "Share from Files" : "从文件共享", "Pending share" : "待分享", @@ -210,25 +229,24 @@ "Remove attachment" : "删除附件", "Delete Attachment" : "删除附件", "Restore Attachment" : "恢复附件", - "File to share" : "要分享的文件", - "Invalid path selected" : "选择的路径无效", + "Modified" : "已修改", + "Created" : "已创建", + "The title cannot be empty." : "标题不能为空", "Open in sidebar view" : "在侧边栏视图中打开", "Open in bigger view" : "在较大视图中打开", "Attachments" : "附件", "Comments" : "评论", - "Modified" : "已修改", - "Created" : "已创建", - "The title cannot be empty." : "标题不能为空", - "No comments yet. Begin the discussion!" : "还没有评论。 开始讨论吧!", "Failed to load comments" : "加载评论失败", - "Save" : "保存", + "No comments yet. Begin the discussion!" : "还没有评论。 开始讨论吧!", "The comment cannot be empty." : "注释不能为空。", "The comment cannot be longer than 1000 characters." : "注释不能超过 1000 个字符。", + "Save" : "保存", + "Created:" : "创建于:", "In reply to" : "回复", "Cancel reply" : "取消回复", "Reply" : "回复", "Update" : "更新", - "Created:" : "创建于:", + "Write a description …" : "写一段描述", "Description" : "描述", "(Unsaved)" : "(未保存的)", "(Saving…)" : "(正在保存...)", @@ -236,8 +254,16 @@ "Edit description" : "编辑描述", "View description" : "查看描述", "Add Attachment" : "添加附件", - "Write a description …" : "写一段描述", "Choose attachment" : "选择附件", + "Select Date" : "选择日期", + "Later today – {timeLocale}" : "今日稍晚 – {timeLocale}", + "Set due date for later today" : "将截止日期设置为今天晚些时候", + "Tomorrow – {timeLocale}" : "明天 – {timeLocale}", + "Set due date for tomorrow" : "设定明天的截止日期", + "This weekend – {timeLocale}" : "本周末 – {timeLocale}", + "Set due date for this weekend" : "设置本周末的截止日期", + "Next week – {timeLocale}" : "下周 – {timeLocale}", + "Set due date for next week" : "设置下周的截止日期", "Assign a due date to this card…" : "为此卡片指派截止日期 …", "Set a due date" : "设置截止日期", "Add due date" : "添加截止日期", @@ -245,29 +271,34 @@ "Remove due date" : "移除截止日期", "Mark as done" : "标记为已完成", "Due at:" : "到期日:", + "Not done" : "未完成", "Unarchive card" : "撤销对卡片的归档", "Archive card" : "归档卡片", - "Select Date" : "选择日期", - "Set due date for later today" : "将截止日期设置为今天晚些时候", - "Set due date for tomorrow" : "设定明天的截止日期", - "Assign a tag to this card…" : "为该卡片分配标签…", - "Create a new tag:" : "创建一个新标签:", + "Assign a tag to this card…" : "为此卡片分配标签…", + "Select or create a tag…" : "选择或创建标签…", + "Create a new tag:" : "创建新标签:", "(group)" : "(组)", - "Next week – {timeLocale}" : "下周 – {timeLocale}", - "Todo items" : "待办事项", "{count} comments, {unread} unread" : "{count} 条评论,{unread} 未读", + "Todo items" : "待办事项", "Edit card title" : "编辑卡片标题", + "Open link" : "打开链接", + "Card deleted" : "卡片被删除", "Edit title" : "编辑标题", "Assign to me" : "指派给我", "Unassign myself" : "不再指派给我", "Mark as not done" : "标记为未完成", "Delete card" : "删除卡片", - "Card deleted" : "卡片被删除", "seconds ago" : "几秒前", "Keyboard shortcuts" : "键盘快捷键", + "Boost your productivity using Deck with keyboard shortcuts." : "使用带有键盘快捷键的 Deck 提高您的生产力。", + "Board actions" : "面板操作", "Keyboard shortcut" : "键盘快捷键", "Action" : "操作", "Shift" : "Shift", + "Scroll" : "滚动", + "Scroll sideways" : "侧向滚动", + "Navigate between cards" : "在卡片之间导航", + "Esc" : "Esc", "Close card details" : "关闭卡详细信息", "Ctrl" : "Ctrl", "Search" : "搜索", @@ -277,6 +308,7 @@ "Card actions" : "卡片操作", "The following actions can be triggered on the currently highlighted card" : "可以在当前突出显示的卡上触发以下操作", "Enter" : "输入", + "Space" : "空间", "Open card details" : "打开卡片详细信息", "Edit the card title" : "编辑卡片标题", "Assign yourself to the current card" : "将自己分配给当前卡片", @@ -293,6 +325,14 @@ "Limit board creation to some groups" : "限制某些组可以创建看板", "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "这些组之外的用户将无法创建自己的看板,但仍然可以在与他们共享的看板上工作。", "Cancel edit" : "取消编辑", + "Save board" : "保存面板", + "Board {0} deleted" : "面板{0} 被删除", + "All cards" : "所有卡片", + "Only assigned cards" : "仅限已指派的卡片", + "No reminder" : "无提醒", + "An error occurred" : "发生错误", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "您确定要删除面板 {title} 吗?这将删除该面板的所有数据,包括已归档卡片。", + "Delete the board?" : "是否删除面板?", "Board details" : "面板详情", "Edit board" : "编辑面板", "Clone board" : "克隆面板", @@ -302,18 +342,17 @@ "Turn on due date reminders" : "打开截止日期提醒", "Turn off due date reminders" : "关闭截止日期提醒", "Due date reminders" : "截止日期提醒", - "All cards" : "所有卡片", "Assigned cards" : "已指派的卡片", "No notifications" : "无通知", "Delete board" : "删除看板", - "Board {0} deleted" : "面板{0} 被删除", - "Only assigned cards" : "仅限已指派的卡片", - "No reminder" : "无提醒", - "An error occurred" : "发生错误", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "您确定要删除面板 {title} 吗?这将删除该面板的所有数据,包括已归档卡片。", - "Delete the board?" : "是否删除面板?", + "Clone {boardTitle}" : "克隆 {boardTitle}", "Clone cards" : "克隆卡片", + "Clone assignments" : "克隆任务", + "Clone labels" : "克隆标签", + "Clone due dates" : "克隆到期日", "Advanced options" : "高级选项", + "Move all cards to the first list" : "将所有卡片移至第一个列表", + "Restore archived cards" : "恢复已存档的卡片", "Clone" : "克隆", "Loading filtered view" : "正在加载已筛选的视图", "Today" : "今天", @@ -322,14 +361,15 @@ "Search for {searchQuery} in all boards" : "在所有看板中搜索 {searchQuery}", "No results found" : "未找到结果", "Deck board {name}\n* Last modified on {lastMod}" : "看板{name}\n* 最后修改于{lastMod}", - "{stack} in {board}" : "{stack} 于 {board}", - "Click to expand description" : "点击展开描述", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* 创建于 {created}\n* 最后修改于 {lastMod}\n* {nbAttachments} 个附件\n* {nbComments} 个评论", "{nbCards} cards" : "{nbCards} 张卡片", + "Due on {date}" : "于 {date} 到期 ", + "{stack} in {board}" : "{stack} 于 {board}", + "Click to expand description" : "点击展开描述", "Click to expand comment" : "点击展开评论", + "Create card" : "创建卡片", "Create a new card" : "创建一张新卡片", "Card title" : "卡片标题", - "Create card" : "创建卡片", "Creating the new card …" : "正在创建新卡片… ", "Card \"{card}\" was added to \"{board}\"" : "卡片 \"{card}\" 被添加至看板 \"{board}\"", "Open card" : "打开卡片", @@ -339,10 +379,6 @@ "upcoming cards tomorrow" : "明天即将推出的卡片", "upcoming cards" : "即将到来的卡片", "New card" : "新卡片", - "Due on {date}" : "于 {date} 到期 ", - "This weekend – {timeLocale}" : "本周末 – {timeLocale}", - "Tomorrow – {timeLocale}" : "明天 – {timeLocale}", - "Later today – {timeLocale}" : "今日稍晚 – {timeLocale}", "Link to a board" : "链接到一个面板", "Link to a card" : "链接到一张卡片", "Create a card" : "创建一张卡片", @@ -354,6 +390,13 @@ "Share with a Deck card" : "分享给一张看板卡片", "Share {file} with a Deck card" : "将{file}分享给一张看板卡片", "Share" : "分享", - "Move card to another board" : "将卡片移到其他面板" + "Personal" : "个人", + "To do" : "待办", + "Doing" : "进行中", + "Example Task 3" : "示例任务 3", + "Example Task 2" : "示例任务 2", + "Example Task 1" : "示例任务 1", + "Move card to another board" : "将卡片移到其他面板", + "Filter by completed" : "按已完成筛选" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js index 5e98c19ff..a4799cf2e 100644 --- a/l10n/zh_HK.js +++ b/l10n/zh_HK.js @@ -76,7 +76,7 @@ OC.L10N.register( "Cards due tomorrow" : "於明日到期的卡片", "Upcoming cards" : "快將到期的卡片", "Load more" : "載入更多", - "Personal" : "個人", + "Welcome to Nextcloud Deck!" : "歡迎來到 Nextcloud Deck!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "%s 已將 “%s” 中的卡片 “%s” 指派給您。", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} 已將 {deck-board} 中的卡片 {deck-card} 指派給您。", "The card \"%s\" on \"%s\" has reached its due date." : "\"%s\" 中的卡片 \"%s\" 已到期。", @@ -99,12 +99,16 @@ OC.L10N.register( "Action needed" : "需要採取行動", "Later" : "稍後處理", "copy" : "複製", - "To do" : "待辦", - "Doing" : "執行中", + "Read more inside" : "您可以在裡面深入了解更多", + "Custom lists - click to rename!" : "自定義清單 - 點擊以重新命名!", + "To Do" : "待辦", + "In Progress" : "進行中", "Done" : "完成", - "Example Task 3" : "示例任務 3", - "Example Task 2" : "示例任務 2", - "Example Task 1" : "示例任務 1", + "1. Open to learn more about boards and cards" : "1. 打開以了解更多有關面板和卡片的信息", + "2. Drag cards left and right, up and down" : "2. 拖動卡片向左和向右、向上和向下", + "3. Apply rich formatting and link content" : "3. 應用豐富的格式和連結內容", + "4. Share, comment and collaborate!" : "4. 分享、評論和協作!", + "Create your first card!" : "創建您的第一張卡片!", "The file was uploaded" : "檔案已上傳", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "上傳的檔案大小超過 php.ini 當中 upload_max_filesize 選項的限制", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上傳的檔案大小超過 HTML 表單中 MAX_FILE_SIZE 的限制", @@ -120,8 +124,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "無效的日期,需為 YYYY-MM-DD 格式", "Personal planning and team project organization" : "個人規劃和團隊項目組織", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck是一種看板式組織工具,旨在針對與Nextcloud集成的團隊進行個人計劃和項目組織。\n\n\n- 📥 添加您的任務到 card 及將之整理好\n- 📄 用 Markdown 寫下額外的註釋分享分享分享\n- 🔖 分配標籤以更好地組織您的工作\n- 👥 與您的團隊、朋友或家人分享\n- 📎 附加檔案並將其嵌入到您的 Markdown 描述中 \n- 💬 使用意見與您的團隊討論\n- ⚡ 在活動流中跟踪更改\n- 🚀 讓您的專案井井有條", - "Card details" : "卡片詳情", "Add board" : "添加面板", + "Card details" : "卡片詳情", "Select the board to link to a project" : "選擇要連結到一個項目的面板", "Search by board title" : "通過標題搜索面板", "Select board" : "選擇面板", @@ -131,17 +135,17 @@ OC.L10N.register( "Select a list" : "選擇一個列表", "Move card" : "移動卡片", "Copy card" : "複製卡片", - "Select a card" : "選擇卡片", - "Cancel" : "取消", "Select the card to link to a project" : "選擇要連結到一個項目的卡片", "Link to card" : "連結到卡片", + "Select a card" : "選擇卡片", + "Cancel" : "取消", + "This board is read only" : "此面板是唯讀的", + "Drop your files to upload" : "拖放您的檔案以上傳", "File already exists" : "檔案已存在", "A file with the name {filename} already exists." : "名稱為 {filename} 的檔案已存在。", "Do you want to overwrite it?" : "您確定要覆蓋嗎?", "Overwrite file" : "覆蓋檔案", "Keep existing file" : "保持已存在的檔案", - "This board is read only" : "此面板是唯讀的", - "Drop your files to upload" : "拖放您的檔案以上傳", "Add card" : "添加卡片", "Archived cards" : "已存檔卡片", "Add list" : "添加清單", @@ -182,6 +186,12 @@ OC.L10N.register( "Deleted lists" : "已刪除的清單", "Undo" : "撤消", "Deleted cards" : "已刪除卡片", + "Failed to create share with {displayName}" : "無法為 {displayName} 創建分享", + "Are you sure you want to transfer the board {title} to {user}?" : "您確定要將面板 {title} 轉讓給 {user} 嗎?", + "Transfer the board." : "轉移面板。", + "Transfer" : "轉移", + "The board has been transferred to {user}" : "面板已轉讓給 {user}", + "Failed to transfer the board to {user}" : "未能將面板轉移給 {user}", "Share board with a user, group or team …" : "與用戶、群組或團隊分享面板 …", "Searching for users, groups and teams …" : "搜尋使用者、群組與團隊 …", "No participants found" : "未找到參與者", @@ -193,12 +203,7 @@ OC.L10N.register( "Can manage" : "可以管理", "Owner" : "所有者", "Delete" : "刪除", - "Failed to create share with {displayName}" : "無法為 {displayName} 創建分享", - "Are you sure you want to transfer the board {title} to {user}?" : "您確定要將面板 {title} 轉讓給 {user} 嗎?", - "Transfer the board." : "轉移面板。", - "Transfer" : "轉移", - "The board has been transferred to {user}" : "面板已轉讓給 {user}", - "Failed to transfer the board to {user}" : "未能將面板轉移給 {user}", + "List deleted" : "清單已被刪除", "Edit list title" : "編輯清單標題", "Archive all cards" : "封存所有卡片", "Unarchive all cards" : "解除封存所有卡片", @@ -207,15 +212,16 @@ OC.L10N.register( "Unarchive all cards in this list" : "解除封存所有此列表中的卡片", "Add a new card" : "添加一張新卡片", "Card name" : "卡片名稱", - "List deleted" : "清單已被刪除", + "title and color value must be provided" : "必須提供標題和顏色值", "Edit" : "編輯", "Add a new tag" : "添加新標籤", - "title and color value must be provided" : "必須提供標題和顏色值", "Board name" : "面板名", "Members" : "成員", "Assign to users/groups/team" : "分配給用戶/群組/團隊", "Assign a user to this card…" : "將此卡片指派給用戶...", "Select a user to assign to this card…" : "選擇一個用戶賦值給此卡片...", + "File to share" : "要分享的檔案", + "Invalid path selected" : "選中了無效的路徑", "Upload new files" : "上傳新檔案", "Share from Files" : "從檔案進行分享", "Pending share" : "等待分享", @@ -225,25 +231,24 @@ OC.L10N.register( "Remove attachment" : "移除附件", "Delete Attachment" : "刪除附件", "Restore Attachment" : "恢復附件", - "File to share" : "要分享的檔案", - "Invalid path selected" : "選中了無效的路徑", + "Modified" : "修改於", + "Created" : "建立於", + "The title cannot be empty." : "標題不能為空。", "Open in sidebar view" : "在側邊欄視圖中打開", "Open in bigger view" : "在較大視圖中打開", "Attachments" : "附件", "Comments" : "意見", - "Modified" : "修改於", - "Created" : "建立於", - "The title cannot be empty." : "標題不能為空。", - "No comments yet. Begin the discussion!" : "尚無意見,開始討論吧!", "Failed to load comments" : "無法加載評論", - "Save" : "保存", + "No comments yet. Begin the discussion!" : "尚無意見,開始討論吧!", "The comment cannot be empty." : "意見不能為空。", "The comment cannot be longer than 1000 characters." : "意見不能超過 1000 個字符。", + "Save" : "保存", + "Created:" : "建立:", "In reply to" : "回覆", "Cancel reply" : "取消回覆", "Reply" : "回覆", "Update" : "更新", - "Created:" : "建立:", + "Write a description …" : "寫一段描述", "Description" : "描述", "(Unsaved)" : "(未保存的)", "(Saving…)" : "(保存中...)", @@ -251,8 +256,16 @@ OC.L10N.register( "Edit description" : "編輯描述", "View description" : "查看描述", "Add Attachment" : "添加附件", - "Write a description …" : "寫一段描述", "Choose attachment" : "選擇附件", + "Select Date" : "選擇日期", + "Later today – {timeLocale}" : "今天稍後 – {timeLocale}", + "Set due date for later today" : "設定今天稍後的到期日", + "Tomorrow – {timeLocale}" : "明天 – {timeLocale}", + "Set due date for tomorrow" : "設定明天的到期日", + "This weekend – {timeLocale}" : "本週末 – {timeLocale}", + "Set due date for this weekend" : "設定本週末的到期日", + "Next week – {timeLocale}" : "下星期 – {timeLocale}", + "Set due date for next week" : "設定下星期的到期日", "Assign a due date to this card…" : "為此卡片指派到期日 …", "Set a due date" : "設置到期日", "Add due date" : "添加到期日", @@ -263,26 +276,20 @@ OC.L10N.register( "Not done" : "未完成", "Unarchive card" : "取消對卡片的封存", "Archive card" : "封存卡片", - "Select Date" : "選擇日期", - "Set due date for later today" : "設定今天稍後的到期日", - "Set due date for tomorrow" : "設定明天的到期日", - "Set due date for this weekend" : "設定本週末的到期日", - "Set due date for next week" : "設定下星期的到期日", "Assign a tag to this card…" : "為該卡片分配標籤…", "Select or create a tag…" : "選擇或創建標籤 ...", "Create a new tag:" : "創建新標籤:", "(group)" : "(群組)", - "Next week – {timeLocale}" : "下星期 – {timeLocale}", - "Todo items" : "待辦事項", "{count} comments, {unread} unread" : "{count} 條評論,{unread} 條未讀", + "Todo items" : "待辦事項", "Edit card title" : "編輯卡片標題", "Open link" : "打開連結", + "Card deleted" : "卡片被刪除", "Edit title" : "編輯標題", "Assign to me" : "指派給我", "Unassign myself" : "自己解除指派", "Mark as not done" : "標記為未完成", "Delete card" : "刪除卡片", - "Card deleted" : "卡片被刪除", "seconds ago" : "幾秒前", "Keyboard shortcuts" : "鍵盤快捷鍵", "Boost your productivity using Deck with keyboard shortcuts." : "提高您的生產力,在 Deck 上使用鍵盤快捷鍵。", @@ -321,6 +328,13 @@ OC.L10N.register( "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "這些群組之外的用戶將無法創建自己的面板,但仍然可以在與他們共享的面板上工作。", "Cancel edit" : "取消編輯", "Save board" : "保存面板", + "Board {0} deleted" : "面板 {0} 已被刪除", + "All cards" : "所有卡片", + "Only assigned cards" : "僅指派了的卡片", + "No reminder" : "無提醒", + "An error occurred" : "發生錯誤", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "你確定你要刪除 {title} 面板嗎?面板內所有數據(包括已封存的卡片)都將因此被刪除。", + "Delete the board?" : "是否刪除面板?", "Board details" : "面板詳情", "Edit board" : "編輯面板", "Clone board" : "複製面板", @@ -330,16 +344,9 @@ OC.L10N.register( "Turn on due date reminders" : "開啟到期日提醒", "Turn off due date reminders" : "關閉到期日提醒", "Due date reminders" : "到期日提醒", - "All cards" : "所有卡片", "Assigned cards" : "分配的卡片", "No notifications" : "無通知", "Delete board" : "刪除面板", - "Board {0} deleted" : "面板 {0} 已被刪除", - "Only assigned cards" : "僅指派了的卡片", - "No reminder" : "無提醒", - "An error occurred" : "發生錯誤", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "你確定你要刪除 {title} 面板嗎?面板內所有數據(包括已封存的卡片)都將因此被刪除。", - "Delete the board?" : "是否刪除面板?", "Clone {boardTitle}" : "複製 {boardTitle}", "Clone cards" : "複製 cards", "Clone assignments" : "複製任務分配", @@ -356,14 +363,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "在所有面板中搜索 {searchQuery}", "No results found" : "未找到結果", "Deck board {name}\n* Last modified on {lastMod}" : "Deck 面板 {name}\n* 最後修改於 {lastMod}", - "{stack} in {board}" : "{board} 中的 {stack}", - "Click to expand description" : "點擊展開描述", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* 創建於 {created}\n* 最後修改於 {lastMod}\n* {nbAttachments} 個附件\n* {nbComments} 則留言", "{nbCards} cards" : "{nbCards} 張卡片", + "Due on {date}" : "於 {date} 到期", + "{stack} in {board}" : "{board} 中的 {stack}", + "Click to expand description" : "點擊展開描述", "Click to expand comment" : "點擊展開評論", + "Create card" : "建立卡片", "Create a new card" : "建立新卡片", "Card title" : "卡片標題", - "Create card" : "建立卡片", "Creating the new card …" : "正在建立新卡片...", "Card \"{card}\" was added to \"{board}\"" : "\"{card}\" 已添加到 \"{board}\"", "Open card" : "打開卡片", @@ -373,21 +381,23 @@ OC.L10N.register( "upcoming cards tomorrow" : "明天接下來的卡片", "upcoming cards" : "快將到期的卡片", "New card" : "新卡片", - "Due on {date}" : "於 {date} 到期", - "This weekend – {timeLocale}" : "本週末 – {timeLocale}", - "Tomorrow – {timeLocale}" : "明天 – {timeLocale}", - "Later today – {timeLocale}" : "今天稍後 – {timeLocale}", "Link to a board" : "連結到面板", "Link to a card" : "連結到卡片", "Create a card" : "建立卡片", "Message from {author} in {conversationName}" : "來自 {conversationName} 中的 {author} 之消息", "Something went wrong" : "發生錯誤了", "Failed to upload {name}" : "上傳 {name} 失敗", - "Maximum file size of {size} exceeded" : "文件大小 {size} 超出最大限制", + "Maximum file size of {size} exceeded" : "檔案大小 {size} 超出最大限制", "Error creating the share" : "創建分享出錯", "Share with a Deck card" : "用一張 Deck 卡片進行分享 ", "Share {file} with a Deck card" : "用一張 Deck 卡片分享 {file}", "Share" : "分享", + "Personal" : "個人", + "To do" : "待辦", + "Doing" : "執行中", + "Example Task 3" : "示例任務 3", + "Example Task 2" : "示例任務 2", + "Example Task 1" : "示例任務 1", "Move card to another board" : "將卡片移到其他面板", "Filter by completed" : "按已完成篩選" }, diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json index f32369ce5..f3e055ef3 100644 --- a/l10n/zh_HK.json +++ b/l10n/zh_HK.json @@ -74,7 +74,7 @@ "Cards due tomorrow" : "於明日到期的卡片", "Upcoming cards" : "快將到期的卡片", "Load more" : "載入更多", - "Personal" : "個人", + "Welcome to Nextcloud Deck!" : "歡迎來到 Nextcloud Deck!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "%s 已將 “%s” 中的卡片 “%s” 指派給您。", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} 已將 {deck-board} 中的卡片 {deck-card} 指派給您。", "The card \"%s\" on \"%s\" has reached its due date." : "\"%s\" 中的卡片 \"%s\" 已到期。", @@ -97,12 +97,16 @@ "Action needed" : "需要採取行動", "Later" : "稍後處理", "copy" : "複製", - "To do" : "待辦", - "Doing" : "執行中", + "Read more inside" : "您可以在裡面深入了解更多", + "Custom lists - click to rename!" : "自定義清單 - 點擊以重新命名!", + "To Do" : "待辦", + "In Progress" : "進行中", "Done" : "完成", - "Example Task 3" : "示例任務 3", - "Example Task 2" : "示例任務 2", - "Example Task 1" : "示例任務 1", + "1. Open to learn more about boards and cards" : "1. 打開以了解更多有關面板和卡片的信息", + "2. Drag cards left and right, up and down" : "2. 拖動卡片向左和向右、向上和向下", + "3. Apply rich formatting and link content" : "3. 應用豐富的格式和連結內容", + "4. Share, comment and collaborate!" : "4. 分享、評論和協作!", + "Create your first card!" : "創建您的第一張卡片!", "The file was uploaded" : "檔案已上傳", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "上傳的檔案大小超過 php.ini 當中 upload_max_filesize 選項的限制", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上傳的檔案大小超過 HTML 表單中 MAX_FILE_SIZE 的限制", @@ -118,8 +122,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "無效的日期,需為 YYYY-MM-DD 格式", "Personal planning and team project organization" : "個人規劃和團隊項目組織", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck是一種看板式組織工具,旨在針對與Nextcloud集成的團隊進行個人計劃和項目組織。\n\n\n- 📥 添加您的任務到 card 及將之整理好\n- 📄 用 Markdown 寫下額外的註釋分享分享分享\n- 🔖 分配標籤以更好地組織您的工作\n- 👥 與您的團隊、朋友或家人分享\n- 📎 附加檔案並將其嵌入到您的 Markdown 描述中 \n- 💬 使用意見與您的團隊討論\n- ⚡ 在活動流中跟踪更改\n- 🚀 讓您的專案井井有條", - "Card details" : "卡片詳情", "Add board" : "添加面板", + "Card details" : "卡片詳情", "Select the board to link to a project" : "選擇要連結到一個項目的面板", "Search by board title" : "通過標題搜索面板", "Select board" : "選擇面板", @@ -129,17 +133,17 @@ "Select a list" : "選擇一個列表", "Move card" : "移動卡片", "Copy card" : "複製卡片", - "Select a card" : "選擇卡片", - "Cancel" : "取消", "Select the card to link to a project" : "選擇要連結到一個項目的卡片", "Link to card" : "連結到卡片", + "Select a card" : "選擇卡片", + "Cancel" : "取消", + "This board is read only" : "此面板是唯讀的", + "Drop your files to upload" : "拖放您的檔案以上傳", "File already exists" : "檔案已存在", "A file with the name {filename} already exists." : "名稱為 {filename} 的檔案已存在。", "Do you want to overwrite it?" : "您確定要覆蓋嗎?", "Overwrite file" : "覆蓋檔案", "Keep existing file" : "保持已存在的檔案", - "This board is read only" : "此面板是唯讀的", - "Drop your files to upload" : "拖放您的檔案以上傳", "Add card" : "添加卡片", "Archived cards" : "已存檔卡片", "Add list" : "添加清單", @@ -180,6 +184,12 @@ "Deleted lists" : "已刪除的清單", "Undo" : "撤消", "Deleted cards" : "已刪除卡片", + "Failed to create share with {displayName}" : "無法為 {displayName} 創建分享", + "Are you sure you want to transfer the board {title} to {user}?" : "您確定要將面板 {title} 轉讓給 {user} 嗎?", + "Transfer the board." : "轉移面板。", + "Transfer" : "轉移", + "The board has been transferred to {user}" : "面板已轉讓給 {user}", + "Failed to transfer the board to {user}" : "未能將面板轉移給 {user}", "Share board with a user, group or team …" : "與用戶、群組或團隊分享面板 …", "Searching for users, groups and teams …" : "搜尋使用者、群組與團隊 …", "No participants found" : "未找到參與者", @@ -191,12 +201,7 @@ "Can manage" : "可以管理", "Owner" : "所有者", "Delete" : "刪除", - "Failed to create share with {displayName}" : "無法為 {displayName} 創建分享", - "Are you sure you want to transfer the board {title} to {user}?" : "您確定要將面板 {title} 轉讓給 {user} 嗎?", - "Transfer the board." : "轉移面板。", - "Transfer" : "轉移", - "The board has been transferred to {user}" : "面板已轉讓給 {user}", - "Failed to transfer the board to {user}" : "未能將面板轉移給 {user}", + "List deleted" : "清單已被刪除", "Edit list title" : "編輯清單標題", "Archive all cards" : "封存所有卡片", "Unarchive all cards" : "解除封存所有卡片", @@ -205,15 +210,16 @@ "Unarchive all cards in this list" : "解除封存所有此列表中的卡片", "Add a new card" : "添加一張新卡片", "Card name" : "卡片名稱", - "List deleted" : "清單已被刪除", + "title and color value must be provided" : "必須提供標題和顏色值", "Edit" : "編輯", "Add a new tag" : "添加新標籤", - "title and color value must be provided" : "必須提供標題和顏色值", "Board name" : "面板名", "Members" : "成員", "Assign to users/groups/team" : "分配給用戶/群組/團隊", "Assign a user to this card…" : "將此卡片指派給用戶...", "Select a user to assign to this card…" : "選擇一個用戶賦值給此卡片...", + "File to share" : "要分享的檔案", + "Invalid path selected" : "選中了無效的路徑", "Upload new files" : "上傳新檔案", "Share from Files" : "從檔案進行分享", "Pending share" : "等待分享", @@ -223,25 +229,24 @@ "Remove attachment" : "移除附件", "Delete Attachment" : "刪除附件", "Restore Attachment" : "恢復附件", - "File to share" : "要分享的檔案", - "Invalid path selected" : "選中了無效的路徑", + "Modified" : "修改於", + "Created" : "建立於", + "The title cannot be empty." : "標題不能為空。", "Open in sidebar view" : "在側邊欄視圖中打開", "Open in bigger view" : "在較大視圖中打開", "Attachments" : "附件", "Comments" : "意見", - "Modified" : "修改於", - "Created" : "建立於", - "The title cannot be empty." : "標題不能為空。", - "No comments yet. Begin the discussion!" : "尚無意見,開始討論吧!", "Failed to load comments" : "無法加載評論", - "Save" : "保存", + "No comments yet. Begin the discussion!" : "尚無意見,開始討論吧!", "The comment cannot be empty." : "意見不能為空。", "The comment cannot be longer than 1000 characters." : "意見不能超過 1000 個字符。", + "Save" : "保存", + "Created:" : "建立:", "In reply to" : "回覆", "Cancel reply" : "取消回覆", "Reply" : "回覆", "Update" : "更新", - "Created:" : "建立:", + "Write a description …" : "寫一段描述", "Description" : "描述", "(Unsaved)" : "(未保存的)", "(Saving…)" : "(保存中...)", @@ -249,8 +254,16 @@ "Edit description" : "編輯描述", "View description" : "查看描述", "Add Attachment" : "添加附件", - "Write a description …" : "寫一段描述", "Choose attachment" : "選擇附件", + "Select Date" : "選擇日期", + "Later today – {timeLocale}" : "今天稍後 – {timeLocale}", + "Set due date for later today" : "設定今天稍後的到期日", + "Tomorrow – {timeLocale}" : "明天 – {timeLocale}", + "Set due date for tomorrow" : "設定明天的到期日", + "This weekend – {timeLocale}" : "本週末 – {timeLocale}", + "Set due date for this weekend" : "設定本週末的到期日", + "Next week – {timeLocale}" : "下星期 – {timeLocale}", + "Set due date for next week" : "設定下星期的到期日", "Assign a due date to this card…" : "為此卡片指派到期日 …", "Set a due date" : "設置到期日", "Add due date" : "添加到期日", @@ -261,26 +274,20 @@ "Not done" : "未完成", "Unarchive card" : "取消對卡片的封存", "Archive card" : "封存卡片", - "Select Date" : "選擇日期", - "Set due date for later today" : "設定今天稍後的到期日", - "Set due date for tomorrow" : "設定明天的到期日", - "Set due date for this weekend" : "設定本週末的到期日", - "Set due date for next week" : "設定下星期的到期日", "Assign a tag to this card…" : "為該卡片分配標籤…", "Select or create a tag…" : "選擇或創建標籤 ...", "Create a new tag:" : "創建新標籤:", "(group)" : "(群組)", - "Next week – {timeLocale}" : "下星期 – {timeLocale}", - "Todo items" : "待辦事項", "{count} comments, {unread} unread" : "{count} 條評論,{unread} 條未讀", + "Todo items" : "待辦事項", "Edit card title" : "編輯卡片標題", "Open link" : "打開連結", + "Card deleted" : "卡片被刪除", "Edit title" : "編輯標題", "Assign to me" : "指派給我", "Unassign myself" : "自己解除指派", "Mark as not done" : "標記為未完成", "Delete card" : "刪除卡片", - "Card deleted" : "卡片被刪除", "seconds ago" : "幾秒前", "Keyboard shortcuts" : "鍵盤快捷鍵", "Boost your productivity using Deck with keyboard shortcuts." : "提高您的生產力,在 Deck 上使用鍵盤快捷鍵。", @@ -319,6 +326,13 @@ "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "這些群組之外的用戶將無法創建自己的面板,但仍然可以在與他們共享的面板上工作。", "Cancel edit" : "取消編輯", "Save board" : "保存面板", + "Board {0} deleted" : "面板 {0} 已被刪除", + "All cards" : "所有卡片", + "Only assigned cards" : "僅指派了的卡片", + "No reminder" : "無提醒", + "An error occurred" : "發生錯誤", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "你確定你要刪除 {title} 面板嗎?面板內所有數據(包括已封存的卡片)都將因此被刪除。", + "Delete the board?" : "是否刪除面板?", "Board details" : "面板詳情", "Edit board" : "編輯面板", "Clone board" : "複製面板", @@ -328,16 +342,9 @@ "Turn on due date reminders" : "開啟到期日提醒", "Turn off due date reminders" : "關閉到期日提醒", "Due date reminders" : "到期日提醒", - "All cards" : "所有卡片", "Assigned cards" : "分配的卡片", "No notifications" : "無通知", "Delete board" : "刪除面板", - "Board {0} deleted" : "面板 {0} 已被刪除", - "Only assigned cards" : "僅指派了的卡片", - "No reminder" : "無提醒", - "An error occurred" : "發生錯誤", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "你確定你要刪除 {title} 面板嗎?面板內所有數據(包括已封存的卡片)都將因此被刪除。", - "Delete the board?" : "是否刪除面板?", "Clone {boardTitle}" : "複製 {boardTitle}", "Clone cards" : "複製 cards", "Clone assignments" : "複製任務分配", @@ -354,14 +361,15 @@ "Search for {searchQuery} in all boards" : "在所有面板中搜索 {searchQuery}", "No results found" : "未找到結果", "Deck board {name}\n* Last modified on {lastMod}" : "Deck 面板 {name}\n* 最後修改於 {lastMod}", - "{stack} in {board}" : "{board} 中的 {stack}", - "Click to expand description" : "點擊展開描述", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* 創建於 {created}\n* 最後修改於 {lastMod}\n* {nbAttachments} 個附件\n* {nbComments} 則留言", "{nbCards} cards" : "{nbCards} 張卡片", + "Due on {date}" : "於 {date} 到期", + "{stack} in {board}" : "{board} 中的 {stack}", + "Click to expand description" : "點擊展開描述", "Click to expand comment" : "點擊展開評論", + "Create card" : "建立卡片", "Create a new card" : "建立新卡片", "Card title" : "卡片標題", - "Create card" : "建立卡片", "Creating the new card …" : "正在建立新卡片...", "Card \"{card}\" was added to \"{board}\"" : "\"{card}\" 已添加到 \"{board}\"", "Open card" : "打開卡片", @@ -371,21 +379,23 @@ "upcoming cards tomorrow" : "明天接下來的卡片", "upcoming cards" : "快將到期的卡片", "New card" : "新卡片", - "Due on {date}" : "於 {date} 到期", - "This weekend – {timeLocale}" : "本週末 – {timeLocale}", - "Tomorrow – {timeLocale}" : "明天 – {timeLocale}", - "Later today – {timeLocale}" : "今天稍後 – {timeLocale}", "Link to a board" : "連結到面板", "Link to a card" : "連結到卡片", "Create a card" : "建立卡片", "Message from {author} in {conversationName}" : "來自 {conversationName} 中的 {author} 之消息", "Something went wrong" : "發生錯誤了", "Failed to upload {name}" : "上傳 {name} 失敗", - "Maximum file size of {size} exceeded" : "文件大小 {size} 超出最大限制", + "Maximum file size of {size} exceeded" : "檔案大小 {size} 超出最大限制", "Error creating the share" : "創建分享出錯", "Share with a Deck card" : "用一張 Deck 卡片進行分享 ", "Share {file} with a Deck card" : "用一張 Deck 卡片分享 {file}", "Share" : "分享", + "Personal" : "個人", + "To do" : "待辦", + "Doing" : "執行中", + "Example Task 3" : "示例任務 3", + "Example Task 2" : "示例任務 2", + "Example Task 1" : "示例任務 1", "Move card to another board" : "將卡片移到其他面板", "Filter by completed" : "按已完成篩選" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index ff647d1c7..abc96a9df 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -76,7 +76,7 @@ OC.L10N.register( "Cards due tomorrow" : "卡片於明日到期", "Upcoming cards" : "接下來的卡片", "Load more" : "載入更多", - "Personal" : "個人", + "Welcome to Nextcloud Deck!" : "歡迎使用 Nextcloud Deck!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "卡片「%s」位於「%s」已由 %s 分配給您。", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} 已將位於 {deck-board} 的 {deck-card} 卡片分配給您。", "The card \"%s\" on \"%s\" has reached its due date." : "卡片「%s」位於「%s」已達到期日。", @@ -99,12 +99,16 @@ OC.L10N.register( "Action needed" : "需要採取行動", "Later" : "稍後", "copy" : "複製", - "To do" : "待辦事項", - "Doing" : "正在進行", + "Read more inside" : "深入閱讀", + "Custom lists - click to rename!" : "自訂清單 - 點選以重新命名!", + "To Do" : "待辦", + "In Progress" : "進行中", "Done" : "完成", - "Example Task 3" : "範例工作 3", - "Example Task 2" : "範例工作 2", - "Example Task 1" : "範例工作 1", + "1. Open to learn more about boards and cards" : "1. 開啟以取得更多關於看板與卡片的資訊", + "2. Drag cards left and right, up and down" : "2. 將卡片向左、向右、向上或向下拖曳", + "3. Apply rich formatting and link content" : "3. 套用豐富格式與連結內容", + "4. Share, comment and collaborate!" : "4. 分享、留言與協作!", + "Create your first card!" : "建立您的第一張卡片!", "The file was uploaded" : "檔案已上傳", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "上傳的檔案大小超過 php.ini 當中 upload_max_filesize 選項的限制", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上傳的檔案大小超過 HTML 表單中 MAX_FILE_SIZE 的限制", @@ -120,8 +124,8 @@ OC.L10N.register( "Invalid date, date format must be YYYY-MM-DD" : "無效的日期,日期格式必須為 YYYY-MM-DD", "Personal planning and team project organization" : "個人規劃與團隊專案組織", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck 是一套看板式組織工具,提供與 Nextcloud 整合的個人規劃與團隊專案組織功能。\n\n\n- 📥 將您的工作項目新增到卡片中,並將它們按順序排列\n- 📄 以 Markdown 編寫額外的註釋\n- 🔖 分配標籤讓組織更方便\n- 👥 與您的團隊、朋友與家人分享\n- 📎 附上檔案並將其嵌入到您的 Markdown 描述中\n- 💬 使用留言與您的團隊討論\n- ⚡ 追蹤活動流程中的變動\n- 🚀 整理好您的專案", - "Card details" : "卡片詳細資訊", "Add board" : "新增佈告欄", + "Card details" : "卡片詳細資訊", "Select the board to link to a project" : "選取要連結到專案的佈告欄", "Search by board title" : "按佈告欄標題搜尋", "Select board" : "選取佈告欄", @@ -131,17 +135,17 @@ OC.L10N.register( "Select a list" : "選取列表", "Move card" : "移動卡片", "Copy card" : "複製卡片", - "Select a card" : "選取卡片", - "Cancel" : "取消", "Select the card to link to a project" : "選取要連結到專案的卡片", "Link to card" : "連結到卡片", + "Select a card" : "選取卡片", + "Cancel" : "取消", + "This board is read only" : "此佈告欄唯讀", + "Drop your files to upload" : "拖曳您的檔案以上傳", "File already exists" : "檔案已存在", "A file with the name {filename} already exists." : "名稱為 {filename} 的檔案已存在。", "Do you want to overwrite it?" : "您想要覆寫它嗎?", "Overwrite file" : "覆寫檔案", "Keep existing file" : "保留既有檔案", - "This board is read only" : "此佈告欄唯讀", - "Drop your files to upload" : "拖曳您的檔案以上傳", "Add card" : "新增卡片", "Archived cards" : "已封存的卡片", "Add list" : "新增列表", @@ -182,6 +186,12 @@ OC.L10N.register( "Deleted lists" : "已刪除的列表", "Undo" : "復原", "Deleted cards" : "已刪除的卡片", + "Failed to create share with {displayName}" : "無法建立與 {displayName} 的分享", + "Are you sure you want to transfer the board {title} to {user}?" : "您確定您想要將看板 {title} 轉移給 {user} 嗎?", + "Transfer the board." : "轉移看板。", + "Transfer" : "轉移", + "The board has been transferred to {user}" : "看板已轉移給 {user}", + "Failed to transfer the board to {user}" : "轉移看板給 {user} 失敗", "Share board with a user, group or team …" : "與使用者、群組或團隊分享佈告欄……", "Searching for users, groups and teams …" : "搜尋使用者、群組與團隊……", "No participants found" : "找不到參與者", @@ -193,12 +203,7 @@ OC.L10N.register( "Can manage" : "可以管理", "Owner" : "擁有者", "Delete" : "刪除", - "Failed to create share with {displayName}" : "無法建立與 {displayName} 的分享", - "Are you sure you want to transfer the board {title} to {user}?" : "您確定您想要將看板 {title} 轉移給 {user} 嗎?", - "Transfer the board." : "轉移看板。", - "Transfer" : "轉移", - "The board has been transferred to {user}" : "看板已轉移給 {user}", - "Failed to transfer the board to {user}" : "轉移看板給 {user} 失敗", + "List deleted" : "列表已刪除", "Edit list title" : "編輯清單標題", "Archive all cards" : "封存所有卡片", "Unarchive all cards" : "解除封存所有卡片", @@ -207,15 +212,16 @@ OC.L10N.register( "Unarchive all cards in this list" : "解除封存所有此列表中的卡片", "Add a new card" : "新增卡片", "Card name" : "卡片名稱", - "List deleted" : "列表已刪除", + "title and color value must be provided" : "必須提供標題與顏色的值", "Edit" : "編輯", "Add a new tag" : "新增標籤", - "title and color value must be provided" : "必須提供標題與顏色的值", "Board name" : "佈告欄名稱", "Members" : "成員", "Assign to users/groups/team" : "分配給使用者/群組/團隊", "Assign a user to this card…" : "分配使用者到此卡片……", "Select a user to assign to this card…" : "選取要分配至此卡片的使用者……", + "File to share" : "要分享的檔案", + "Invalid path selected" : "選取的路徑無效", "Upload new files" : "上傳新檔案", "Share from Files" : "從「檔案」分享", "Pending share" : "待分享", @@ -225,25 +231,24 @@ OC.L10N.register( "Remove attachment" : "移除附件", "Delete Attachment" : "刪除附件", "Restore Attachment" : "還原附件", - "File to share" : "要分享的檔案", - "Invalid path selected" : "選取的路徑無效", + "Modified" : "已修改", + "Created" : "已新增", + "The title cannot be empty." : "標題不能為空", "Open in sidebar view" : "在側邊欄中開啟", "Open in bigger view" : "以較大的檢視模式開啟", "Attachments" : "附件", "Comments" : "留言", - "Modified" : "已修改", - "Created" : "已新增", - "The title cannot be empty." : "標題不能為空", - "No comments yet. Begin the discussion!" : "暫無留言。開始討論吧!", "Failed to load comments" : "載入留言失敗", - "Save" : "儲存", + "No comments yet. Begin the discussion!" : "暫無留言。開始討論吧!", "The comment cannot be empty." : "留言不能為空。", "The comment cannot be longer than 1000 characters." : "留言不能多於 1000 個字元。", + "Save" : "儲存", + "Created:" : "建立:", "In reply to" : "回覆", "Cancel reply" : "取消回覆", "Reply" : "回覆", "Update" : "更新", - "Created:" : "建立:", + "Write a description …" : "編寫描述……", "Description" : "描述", "(Unsaved)" : "(未儲存)", "(Saving…)" : "(正在儲存……)", @@ -251,8 +256,16 @@ OC.L10N.register( "Edit description" : "編輯描述", "View description" : "檢視描述", "Add Attachment" : "新增附件", - "Write a description …" : "編寫描述……", "Choose attachment" : "選擇附件", + "Select Date" : "選擇日期", + "Later today – {timeLocale}" : "今天稍後 – {timeLocale}", + "Set due date for later today" : "設定今天稍後的到期日", + "Tomorrow – {timeLocale}" : "明天 – {timeLocale}", + "Set due date for tomorrow" : "設定明天的到期日", + "This weekend – {timeLocale}" : "本週末 – {timeLocale}", + "Set due date for this weekend" : "設定本週末的到期日", + "Next week – {timeLocale}" : "下週 – {timeLocale}", + "Set due date for next week" : "設定下週的到期日", "Assign a due date to this card…" : "為此卡片指派到期日……", "Set a due date" : "設定到期日", "Add due date" : "新增到期日", @@ -263,26 +276,20 @@ OC.L10N.register( "Not done" : "未完成", "Unarchive card" : "解除封存卡片", "Archive card" : "封存卡片", - "Select Date" : "選擇日期", - "Set due date for later today" : "設定今天稍後的到期日", - "Set due date for tomorrow" : "設定明天的到期日", - "Set due date for this weekend" : "設定本週末的到期日", - "Set due date for next week" : "設定下週的到期日", "Assign a tag to this card…" : "分配標籤到此卡片……", "Select or create a tag…" : "選取或建立標籤……", "Create a new tag:" : "建立新標籤:", "(group)" : "(群組)", - "Next week – {timeLocale}" : "下週 – {timeLocale}", - "Todo items" : "待辦事項", "{count} comments, {unread} unread" : "{count} 則留言,{unread} 則未讀", + "Todo items" : "待辦事項", "Edit card title" : "編輯卡片標題", "Open link" : "開啟連結", + "Card deleted" : "卡片已刪除", "Edit title" : "編輯標題", "Assign to me" : "分配給我", "Unassign myself" : "取消分配給我", "Mark as not done" : "標記為未完成", "Delete card" : "刪除卡片", - "Card deleted" : "卡片已刪除", "seconds ago" : "幾秒前", "Keyboard shortcuts" : "鍵盤快速鍵", "Boost your productivity using Deck with keyboard shortcuts." : "在 Deck 上利用鍵盤快捷鍵提高您的生產力。", @@ -321,6 +328,13 @@ OC.L10N.register( "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "這些群組以外的使用者將無法建立自己的看板,但仍然可以在與他們分享的看板上工作。", "Cancel edit" : "取消編輯", "Save board" : "儲存佈告欄", + "Board {0} deleted" : "已刪除佈告欄 {0}", + "All cards" : "所有看片", + "Only assigned cards" : "僅已分配的卡片", + "No reminder" : "無提醒", + "An error occurred" : "發生錯誤", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "您確定要刪除佈告欄 {title} 嗎?這將會刪除所有此佈告欄的資料,包含封存的卡片。", + "Delete the board?" : "刪除佈告欄?", "Board details" : "佈告欄詳細資訊", "Edit board" : "編輯佈告欄", "Clone board" : "再製佈告欄", @@ -330,16 +344,9 @@ OC.L10N.register( "Turn on due date reminders" : "開啟到期日提醒", "Turn off due date reminders" : "關閉到期日提醒", "Due date reminders" : "到期日提醒", - "All cards" : "所有看片", "Assigned cards" : "已分配的卡片", "No notifications" : "無通知", "Delete board" : "刪除佈告欄", - "Board {0} deleted" : "已刪除佈告欄 {0}", - "Only assigned cards" : "僅已分配的卡片", - "No reminder" : "無提醒", - "An error occurred" : "發生錯誤", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "您確定要刪除佈告欄 {title} 嗎?這將會刪除所有此佈告欄的資料,包含封存的卡片。", - "Delete the board?" : "刪除佈告欄?", "Clone {boardTitle}" : "再製 {boardTitle}", "Clone cards" : "複製卡片", "Clone assignments" : "再製工作", @@ -356,14 +363,15 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "在所有佈告欄中搜尋 {searchQuery}", "No results found" : "找不到結果", "Deck board {name}\n* Last modified on {lastMod}" : "Deck 看板 {name}\n* 最後修改於 {lastMod}", - "{stack} in {board}" : "{stack} 於 {board}", - "Click to expand description" : "點擊展開描述", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* 建立於 {created}\n* 最後修改於 {lastMod}\n* {nbAttachments} 個附件\n* {nbComments} 則留言", "{nbCards} cards" : "{nbCards} 張卡片", + "Due on {date}" : "於 {date} 到期", + "{stack} in {board}" : "{stack} 於 {board}", + "Click to expand description" : "點擊展開描述", "Click to expand comment" : "點擊展開留言", + "Create card" : "建立卡片", "Create a new card" : "建立新卡片", "Card title" : "卡片標題", - "Create card" : "建立卡片", "Creating the new card …" : "正在建立新卡片……", "Card \"{card}\" was added to \"{board}\"" : "卡片「{card}」已新增至「{board}」", "Open card" : "開啟卡片", @@ -373,10 +381,6 @@ OC.L10N.register( "upcoming cards tomorrow" : "明天接下來的卡片", "upcoming cards" : "接下來的卡片", "New card" : "新卡片", - "Due on {date}" : "於 {date} 到期", - "This weekend – {timeLocale}" : "本週末 – {timeLocale}", - "Tomorrow – {timeLocale}" : "明天 – {timeLocale}", - "Later today – {timeLocale}" : "今天稍後 – {timeLocale}", "Link to a board" : "連結到佈告欄", "Link to a card" : "連結到卡片", "Create a card" : "建立卡片", @@ -388,6 +392,12 @@ OC.L10N.register( "Share with a Deck card" : "與 Deck 卡片分享", "Share {file} with a Deck card" : "與 Deck 卡片分享 {file}", "Share" : "分享", + "Personal" : "個人", + "To do" : "待辦事項", + "Doing" : "正在進行", + "Example Task 3" : "範例工作 3", + "Example Task 2" : "範例工作 2", + "Example Task 1" : "範例工作 1", "Move card to another board" : "將卡片移動到其他佈告欄", "Filter by completed" : "按已完成篩選" }, diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index 3d4f565aa..810ab02c3 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -74,7 +74,7 @@ "Cards due tomorrow" : "卡片於明日到期", "Upcoming cards" : "接下來的卡片", "Load more" : "載入更多", - "Personal" : "個人", + "Welcome to Nextcloud Deck!" : "歡迎使用 Nextcloud Deck!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "卡片「%s」位於「%s」已由 %s 分配給您。", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} 已將位於 {deck-board} 的 {deck-card} 卡片分配給您。", "The card \"%s\" on \"%s\" has reached its due date." : "卡片「%s」位於「%s」已達到期日。", @@ -97,12 +97,16 @@ "Action needed" : "需要採取行動", "Later" : "稍後", "copy" : "複製", - "To do" : "待辦事項", - "Doing" : "正在進行", + "Read more inside" : "深入閱讀", + "Custom lists - click to rename!" : "自訂清單 - 點選以重新命名!", + "To Do" : "待辦", + "In Progress" : "進行中", "Done" : "完成", - "Example Task 3" : "範例工作 3", - "Example Task 2" : "範例工作 2", - "Example Task 1" : "範例工作 1", + "1. Open to learn more about boards and cards" : "1. 開啟以取得更多關於看板與卡片的資訊", + "2. Drag cards left and right, up and down" : "2. 將卡片向左、向右、向上或向下拖曳", + "3. Apply rich formatting and link content" : "3. 套用豐富格式與連結內容", + "4. Share, comment and collaborate!" : "4. 分享、留言與協作!", + "Create your first card!" : "建立您的第一張卡片!", "The file was uploaded" : "檔案已上傳", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "上傳的檔案大小超過 php.ini 當中 upload_max_filesize 選項的限制", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上傳的檔案大小超過 HTML 表單中 MAX_FILE_SIZE 的限制", @@ -118,8 +122,8 @@ "Invalid date, date format must be YYYY-MM-DD" : "無效的日期,日期格式必須為 YYYY-MM-DD", "Personal planning and team project organization" : "個人規劃與團隊專案組織", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck 是一套看板式組織工具,提供與 Nextcloud 整合的個人規劃與團隊專案組織功能。\n\n\n- 📥 將您的工作項目新增到卡片中,並將它們按順序排列\n- 📄 以 Markdown 編寫額外的註釋\n- 🔖 分配標籤讓組織更方便\n- 👥 與您的團隊、朋友與家人分享\n- 📎 附上檔案並將其嵌入到您的 Markdown 描述中\n- 💬 使用留言與您的團隊討論\n- ⚡ 追蹤活動流程中的變動\n- 🚀 整理好您的專案", - "Card details" : "卡片詳細資訊", "Add board" : "新增佈告欄", + "Card details" : "卡片詳細資訊", "Select the board to link to a project" : "選取要連結到專案的佈告欄", "Search by board title" : "按佈告欄標題搜尋", "Select board" : "選取佈告欄", @@ -129,17 +133,17 @@ "Select a list" : "選取列表", "Move card" : "移動卡片", "Copy card" : "複製卡片", - "Select a card" : "選取卡片", - "Cancel" : "取消", "Select the card to link to a project" : "選取要連結到專案的卡片", "Link to card" : "連結到卡片", + "Select a card" : "選取卡片", + "Cancel" : "取消", + "This board is read only" : "此佈告欄唯讀", + "Drop your files to upload" : "拖曳您的檔案以上傳", "File already exists" : "檔案已存在", "A file with the name {filename} already exists." : "名稱為 {filename} 的檔案已存在。", "Do you want to overwrite it?" : "您想要覆寫它嗎?", "Overwrite file" : "覆寫檔案", "Keep existing file" : "保留既有檔案", - "This board is read only" : "此佈告欄唯讀", - "Drop your files to upload" : "拖曳您的檔案以上傳", "Add card" : "新增卡片", "Archived cards" : "已封存的卡片", "Add list" : "新增列表", @@ -180,6 +184,12 @@ "Deleted lists" : "已刪除的列表", "Undo" : "復原", "Deleted cards" : "已刪除的卡片", + "Failed to create share with {displayName}" : "無法建立與 {displayName} 的分享", + "Are you sure you want to transfer the board {title} to {user}?" : "您確定您想要將看板 {title} 轉移給 {user} 嗎?", + "Transfer the board." : "轉移看板。", + "Transfer" : "轉移", + "The board has been transferred to {user}" : "看板已轉移給 {user}", + "Failed to transfer the board to {user}" : "轉移看板給 {user} 失敗", "Share board with a user, group or team …" : "與使用者、群組或團隊分享佈告欄……", "Searching for users, groups and teams …" : "搜尋使用者、群組與團隊……", "No participants found" : "找不到參與者", @@ -191,12 +201,7 @@ "Can manage" : "可以管理", "Owner" : "擁有者", "Delete" : "刪除", - "Failed to create share with {displayName}" : "無法建立與 {displayName} 的分享", - "Are you sure you want to transfer the board {title} to {user}?" : "您確定您想要將看板 {title} 轉移給 {user} 嗎?", - "Transfer the board." : "轉移看板。", - "Transfer" : "轉移", - "The board has been transferred to {user}" : "看板已轉移給 {user}", - "Failed to transfer the board to {user}" : "轉移看板給 {user} 失敗", + "List deleted" : "列表已刪除", "Edit list title" : "編輯清單標題", "Archive all cards" : "封存所有卡片", "Unarchive all cards" : "解除封存所有卡片", @@ -205,15 +210,16 @@ "Unarchive all cards in this list" : "解除封存所有此列表中的卡片", "Add a new card" : "新增卡片", "Card name" : "卡片名稱", - "List deleted" : "列表已刪除", + "title and color value must be provided" : "必須提供標題與顏色的值", "Edit" : "編輯", "Add a new tag" : "新增標籤", - "title and color value must be provided" : "必須提供標題與顏色的值", "Board name" : "佈告欄名稱", "Members" : "成員", "Assign to users/groups/team" : "分配給使用者/群組/團隊", "Assign a user to this card…" : "分配使用者到此卡片……", "Select a user to assign to this card…" : "選取要分配至此卡片的使用者……", + "File to share" : "要分享的檔案", + "Invalid path selected" : "選取的路徑無效", "Upload new files" : "上傳新檔案", "Share from Files" : "從「檔案」分享", "Pending share" : "待分享", @@ -223,25 +229,24 @@ "Remove attachment" : "移除附件", "Delete Attachment" : "刪除附件", "Restore Attachment" : "還原附件", - "File to share" : "要分享的檔案", - "Invalid path selected" : "選取的路徑無效", + "Modified" : "已修改", + "Created" : "已新增", + "The title cannot be empty." : "標題不能為空", "Open in sidebar view" : "在側邊欄中開啟", "Open in bigger view" : "以較大的檢視模式開啟", "Attachments" : "附件", "Comments" : "留言", - "Modified" : "已修改", - "Created" : "已新增", - "The title cannot be empty." : "標題不能為空", - "No comments yet. Begin the discussion!" : "暫無留言。開始討論吧!", "Failed to load comments" : "載入留言失敗", - "Save" : "儲存", + "No comments yet. Begin the discussion!" : "暫無留言。開始討論吧!", "The comment cannot be empty." : "留言不能為空。", "The comment cannot be longer than 1000 characters." : "留言不能多於 1000 個字元。", + "Save" : "儲存", + "Created:" : "建立:", "In reply to" : "回覆", "Cancel reply" : "取消回覆", "Reply" : "回覆", "Update" : "更新", - "Created:" : "建立:", + "Write a description …" : "編寫描述……", "Description" : "描述", "(Unsaved)" : "(未儲存)", "(Saving…)" : "(正在儲存……)", @@ -249,8 +254,16 @@ "Edit description" : "編輯描述", "View description" : "檢視描述", "Add Attachment" : "新增附件", - "Write a description …" : "編寫描述……", "Choose attachment" : "選擇附件", + "Select Date" : "選擇日期", + "Later today – {timeLocale}" : "今天稍後 – {timeLocale}", + "Set due date for later today" : "設定今天稍後的到期日", + "Tomorrow – {timeLocale}" : "明天 – {timeLocale}", + "Set due date for tomorrow" : "設定明天的到期日", + "This weekend – {timeLocale}" : "本週末 – {timeLocale}", + "Set due date for this weekend" : "設定本週末的到期日", + "Next week – {timeLocale}" : "下週 – {timeLocale}", + "Set due date for next week" : "設定下週的到期日", "Assign a due date to this card…" : "為此卡片指派到期日……", "Set a due date" : "設定到期日", "Add due date" : "新增到期日", @@ -261,26 +274,20 @@ "Not done" : "未完成", "Unarchive card" : "解除封存卡片", "Archive card" : "封存卡片", - "Select Date" : "選擇日期", - "Set due date for later today" : "設定今天稍後的到期日", - "Set due date for tomorrow" : "設定明天的到期日", - "Set due date for this weekend" : "設定本週末的到期日", - "Set due date for next week" : "設定下週的到期日", "Assign a tag to this card…" : "分配標籤到此卡片……", "Select or create a tag…" : "選取或建立標籤……", "Create a new tag:" : "建立新標籤:", "(group)" : "(群組)", - "Next week – {timeLocale}" : "下週 – {timeLocale}", - "Todo items" : "待辦事項", "{count} comments, {unread} unread" : "{count} 則留言,{unread} 則未讀", + "Todo items" : "待辦事項", "Edit card title" : "編輯卡片標題", "Open link" : "開啟連結", + "Card deleted" : "卡片已刪除", "Edit title" : "編輯標題", "Assign to me" : "分配給我", "Unassign myself" : "取消分配給我", "Mark as not done" : "標記為未完成", "Delete card" : "刪除卡片", - "Card deleted" : "卡片已刪除", "seconds ago" : "幾秒前", "Keyboard shortcuts" : "鍵盤快速鍵", "Boost your productivity using Deck with keyboard shortcuts." : "在 Deck 上利用鍵盤快捷鍵提高您的生產力。", @@ -319,6 +326,13 @@ "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "這些群組以外的使用者將無法建立自己的看板,但仍然可以在與他們分享的看板上工作。", "Cancel edit" : "取消編輯", "Save board" : "儲存佈告欄", + "Board {0} deleted" : "已刪除佈告欄 {0}", + "All cards" : "所有看片", + "Only assigned cards" : "僅已分配的卡片", + "No reminder" : "無提醒", + "An error occurred" : "發生錯誤", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "您確定要刪除佈告欄 {title} 嗎?這將會刪除所有此佈告欄的資料,包含封存的卡片。", + "Delete the board?" : "刪除佈告欄?", "Board details" : "佈告欄詳細資訊", "Edit board" : "編輯佈告欄", "Clone board" : "再製佈告欄", @@ -328,16 +342,9 @@ "Turn on due date reminders" : "開啟到期日提醒", "Turn off due date reminders" : "關閉到期日提醒", "Due date reminders" : "到期日提醒", - "All cards" : "所有看片", "Assigned cards" : "已分配的卡片", "No notifications" : "無通知", "Delete board" : "刪除佈告欄", - "Board {0} deleted" : "已刪除佈告欄 {0}", - "Only assigned cards" : "僅已分配的卡片", - "No reminder" : "無提醒", - "An error occurred" : "發生錯誤", - "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "您確定要刪除佈告欄 {title} 嗎?這將會刪除所有此佈告欄的資料,包含封存的卡片。", - "Delete the board?" : "刪除佈告欄?", "Clone {boardTitle}" : "再製 {boardTitle}", "Clone cards" : "複製卡片", "Clone assignments" : "再製工作", @@ -354,14 +361,15 @@ "Search for {searchQuery} in all boards" : "在所有佈告欄中搜尋 {searchQuery}", "No results found" : "找不到結果", "Deck board {name}\n* Last modified on {lastMod}" : "Deck 看板 {name}\n* 最後修改於 {lastMod}", - "{stack} in {board}" : "{stack} 於 {board}", - "Click to expand description" : "點擊展開描述", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* 建立於 {created}\n* 最後修改於 {lastMod}\n* {nbAttachments} 個附件\n* {nbComments} 則留言", "{nbCards} cards" : "{nbCards} 張卡片", + "Due on {date}" : "於 {date} 到期", + "{stack} in {board}" : "{stack} 於 {board}", + "Click to expand description" : "點擊展開描述", "Click to expand comment" : "點擊展開留言", + "Create card" : "建立卡片", "Create a new card" : "建立新卡片", "Card title" : "卡片標題", - "Create card" : "建立卡片", "Creating the new card …" : "正在建立新卡片……", "Card \"{card}\" was added to \"{board}\"" : "卡片「{card}」已新增至「{board}」", "Open card" : "開啟卡片", @@ -371,10 +379,6 @@ "upcoming cards tomorrow" : "明天接下來的卡片", "upcoming cards" : "接下來的卡片", "New card" : "新卡片", - "Due on {date}" : "於 {date} 到期", - "This weekend – {timeLocale}" : "本週末 – {timeLocale}", - "Tomorrow – {timeLocale}" : "明天 – {timeLocale}", - "Later today – {timeLocale}" : "今天稍後 – {timeLocale}", "Link to a board" : "連結到佈告欄", "Link to a card" : "連結到卡片", "Create a card" : "建立卡片", @@ -386,6 +390,12 @@ "Share with a Deck card" : "與 Deck 卡片分享", "Share {file} with a Deck card" : "與 Deck 卡片分享 {file}", "Share" : "分享", + "Personal" : "個人", + "To do" : "待辦事項", + "Doing" : "正在進行", + "Example Task 3" : "範例工作 3", + "Example Task 2" : "範例工作 2", + "Example Task 1" : "範例工作 1", "Move card to another board" : "將卡片移動到其他佈告欄", "Filter by completed" : "按已完成篩選" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/lib/Activity/DeckProvider.php b/lib/Activity/DeckProvider.php index 63cdd2d9c..f18842f48 100644 --- a/lib/Activity/DeckProvider.php +++ b/lib/Activity/DeckProvider.php @@ -131,7 +131,7 @@ class DeckProvider implements IProvider { ]; if (array_key_exists('board', $subjectParams)) { - $card['link'] = $this->cardService->getRedirectUrlForCard($event->getObjectId()); + $card['link'] = $this->cardService->getCardUrl($event->getObjectId()); $event->setLink($card['link']); } $params['card'] = $card; @@ -365,6 +365,6 @@ class DeckProvider implements IProvider { } public function deckUrl($endpoint) { - return $this->urlGenerator->linkToRouteAbsolute('deck.page.index') . '#' . $endpoint; + return $this->urlGenerator->linkToRouteAbsolute('deck.page.index') . trim($endpoint, '/'); } } diff --git a/lib/Collaboration/Resources/ResourceProvider.php b/lib/Collaboration/Resources/ResourceProvider.php index 299c2498f..36ae8f112 100644 --- a/lib/Collaboration/Resources/ResourceProvider.php +++ b/lib/Collaboration/Resources/ResourceProvider.php @@ -57,7 +57,7 @@ class ResourceProvider implements IProvider { */ public function getResourceRichObject(IResource $resource): array { $board = $this->getBoard($resource); - $link = $this->urlGenerator->linkToRoute('deck.page.index') . '#/board/' . $resource->getId(); + $link = $this->urlGenerator->linkToRoute('deck.page.indexBoard', ['boardId' => $resource->getId()]); return [ 'type' => self::RESOURCE_TYPE, diff --git a/lib/Collaboration/Resources/ResourceProviderCard.php b/lib/Collaboration/Resources/ResourceProviderCard.php index 2c9e9d19d..77c226da9 100644 --- a/lib/Collaboration/Resources/ResourceProviderCard.php +++ b/lib/Collaboration/Resources/ResourceProviderCard.php @@ -66,7 +66,10 @@ class ResourceProviderCard implements IProvider { throw new ResourceException('No unique card found for resource, this should never happen'); } - $link = $this->urlGenerator->linkToRoute('deck.page.index') . '#/board/' . $board->getId() . '/card/' . $resource->getId(); + $link = $this->urlGenerator->linkToRoute('deck.page.indexCard', [ + 'boardId' => $board->getId(), + 'cardId' => $card->getId() + ]); return [ 'type' => self::RESOURCE_TYPE, diff --git a/lib/Command/UserExport.php b/lib/Command/UserExport.php index 09fd5990d..7bbe53576 100644 --- a/lib/Command/UserExport.php +++ b/lib/Command/UserExport.php @@ -62,6 +62,7 @@ class UserExport extends Command { if ($board->getDeletedAt() > 0) { continue; } + $fullBoard = $this->boardMapper->find($board->getId(), true, true); $data[$board->getId()] = $fullBoard->jsonSerialize(); $stacks = $this->stackMapper->findAll($board->getId()); @@ -69,13 +70,16 @@ class UserExport extends Command { $data[$board->getId()]['stacks'][$stack->getId()] = $stack->jsonSerialize(); $cards = $this->cardMapper->findAllByStack($stack->getId()); foreach ($cards as $card) { + if ($card->getDeletedAt() > 0) { + continue; + } $fullCard = $this->cardMapper->find($card->getId()); + $assignedUsers = $this->assignedUsersMapper->findAll($card->getId()); $fullCard->setAssignedUsers($assignedUsers); $cardDetails = new CardDetails($fullCard, $fullBoard); $comments = $this->commentService->list($card->getId()); - $cardDetails->setCommentsCount(count($comments->getData())); $cardJson = $cardDetails->jsonSerialize(); diff --git a/lib/Middleware/DefaultBoardMiddleware.php b/lib/Middleware/DefaultBoardMiddleware.php index 4089b8785..d2dce250b 100644 --- a/lib/Middleware/DefaultBoardMiddleware.php +++ b/lib/Middleware/DefaultBoardMiddleware.php @@ -27,7 +27,7 @@ class DefaultBoardMiddleware extends Middleware { public function beforeController($controller, $methodName) { try { if ($this->userId !== null && $this->defaultBoardService->checkFirstRun($this->userId) && $this->permissionService->canCreate()) { - $this->defaultBoardService->createDefaultBoard($this->l10n->t('Personal'), $this->userId, '0087C5'); + $this->defaultBoardService->createDefaultBoard($this->l10n->t('Welcome to Nextcloud Deck!'), $this->userId, 'bf678b'); } } catch (\Throwable $e) { $this->logger->error('Could not create default board', ['exception' => $e]); diff --git a/lib/Notification/Notifier.php b/lib/Notification/Notifier.php index dbba06332..6d3887ba6 100644 --- a/lib/Notification/Notifier.php +++ b/lib/Notification/Notifier.php @@ -85,9 +85,9 @@ class Notifier implements INotifier { switch ($notification->getSubject()) { case 'card-assigned': - $cardId = $notification->getObjectId(); + $cardId = (int)$notification->getObjectId(); $stack = $this->stackMapper->findStackFromCardId($cardId); - $boardId = $stack ? $stack->getBoardId() : null; + $boardId = $stack ? (int)$stack->getBoardId() : null; if (!$boardId) { throw new AlreadyProcessedException(); } @@ -110,13 +110,13 @@ class Notifier implements INotifier { 'name' => $params[0], 'boardname' => $params[1], 'stackname' => $stack->getTitle(), - 'link' => $this->url->linkToRouteAbsolute('deck.page.index') . '#/board/' . $boardId . '/card/' . $cardId . '', + 'link' => $this->getCardUrl($boardId, $cardId), ], 'deck-board' => [ 'type' => 'deck-board', 'id' => $boardId, 'name' => $params[1], - 'link' => $this->url->linkToRouteAbsolute('deck.page.index') . '#/board/' . $boardId, + 'link' => $this->getBoardUrl($boardId), ], 'user' => [ 'type' => 'user', @@ -125,12 +125,12 @@ class Notifier implements INotifier { ] ] ); - $notification->setLink($this->url->linkToRouteAbsolute('deck.page.index') . '#/board/' . $boardId . '/card/' . $cardId . ''); + $notification->setLink($this->getCardUrl($boardId, $cardId)); break; case 'card-overdue': - $cardId = $notification->getObjectId(); + $cardId = (int)$notification->getObjectId(); $stack = $this->stackMapper->findStackFromCardId($cardId); - $boardId = $stack ? $stack->getBoardId() : null; + $boardId = $stack ? (int)$stack->getBoardId() : null; if (!$boardId) { throw new AlreadyProcessedException(); } @@ -147,22 +147,22 @@ class Notifier implements INotifier { 'name' => $params[0], 'boardname' => $params[1], 'stackname' => $stack->getTitle(), - 'link' => $this->url->linkToRouteAbsolute('deck.page.index') . '#/board/' . $boardId . '/card/' . $cardId . '', + 'link' => $this->getCardUrl($boardId, $cardId), ], 'deck-board' => [ 'type' => 'deck-board', 'id' => $boardId, 'name' => $params[1], - 'link' => $this->url->linkToRouteAbsolute('deck.page.index') . '#/board/' . $boardId, + 'link' => $this->getBoardUrl($boardId), ], ] ); - $notification->setLink($this->url->linkToRouteAbsolute('deck.page.index') . '#/board/' . $boardId . '/card/' . $cardId . ''); + $notification->setLink($this->getCardUrl($boardId, $cardId)); break; case 'card-comment-mentioned': - $cardId = $notification->getObjectId(); + $cardId = (int)$notification->getObjectId(); $stack = $this->stackMapper->findStackFromCardId($cardId); - $boardId = $stack ? $stack->getBoardId() : null; + $boardId = $stack ? (int)$stack->getBoardId() : null; if (!$boardId) { throw new AlreadyProcessedException(); } @@ -185,7 +185,7 @@ class Notifier implements INotifier { 'name' => $params[0], 'boardname' => $params[1], 'stackname' => $stack->getTitle(), - 'link' => $this->url->linkToRouteAbsolute('deck.page.index') . '#/board/' . $boardId . '/card/' . $cardId . '', + 'link' => $this->getCardUrl($boardId, $cardId), ], 'user' => [ 'type' => 'user', @@ -197,10 +197,10 @@ class Notifier implements INotifier { if ($notification->getMessage() === '{message}') { $notification->setParsedMessage($notification->getMessageParameters()['message']); } - $notification->setLink($this->url->linkToRouteAbsolute('deck.page.index') . '#/board/' . $boardId . '/card/' . $cardId . ''); + $notification->setLink($this->getCardUrl($boardId, $cardId)); break; case 'board-shared': - $boardId = $notification->getObjectId(); + $boardId = (int)$notification->getObjectId(); if (!$boardId) { throw new AlreadyProcessedException(); } @@ -220,7 +220,7 @@ class Notifier implements INotifier { 'type' => 'deck-board', 'id' => $boardId, 'name' => $params[0], - 'link' => $this->url->linkToRouteAbsolute('deck.page.index') . '#/board/' . $boardId, + 'link' => $this->getBoardUrl($boardId), ], 'user' => [ 'type' => 'user', @@ -229,9 +229,17 @@ class Notifier implements INotifier { ] ] ); - $notification->setLink($this->url->linkToRouteAbsolute('deck.page.index') . '#/board/' . $boardId . '/'); + $notification->setLink($this->getBoardUrl($boardId)); break; } return $notification; } + + private function getBoardUrl(int $boardId): string { + return $this->url->linkToRouteAbsolute('deck.page.indexBoard', ['boardId' => $boardId]); + } + + private function getCardUrl(int $boardId, int $cardId): string { + return $this->url->linkToRouteAbsolute('deck.page.indexCard', ['boardId' => $boardId, 'cardId' => $cardId]); + } } diff --git a/lib/Provider/DeckProvider.php b/lib/Provider/DeckProvider.php index cda55c4db..7e962952c 100644 --- a/lib/Provider/DeckProvider.php +++ b/lib/Provider/DeckProvider.php @@ -219,7 +219,7 @@ class DeckProvider implements IFullTextSearchProvider { try { $board = $this->fullTextSearchService->getBoardFromCardId((int)$document->getId()); - $path = '#/board/' . $board->getId() . '/card/' . $document->getId(); + $path = '/board/' . $board->getId() . '/card/' . $document->getId(); $document->setLink($this->urlGenerator->linkToRoute('deck.page.index') . $path); } catch (DoesNotExistException $e) { } catch (MultipleObjectsReturnedException $e) { diff --git a/lib/Search/BoardSearchResultEntry.php b/lib/Search/BoardSearchResultEntry.php index 5fd435f0d..d2ed4b4e0 100644 --- a/lib/Search/BoardSearchResultEntry.php +++ b/lib/Search/BoardSearchResultEntry.php @@ -22,7 +22,7 @@ class BoardSearchResultEntry extends SearchResultEntry { ), $board->getTitle(), '', - $urlGenerator->linkToRouteAbsolute('deck.page.index') . '#/board/' . $board->getId(), + $urlGenerator->linkToRouteAbsolute('deck.page.indexBoard', ['boardId' => $board->getId()]), 'icon-deck'); } } diff --git a/lib/Service/BoardService.php b/lib/Service/BoardService.php index 103aaec2c..18bc3d24d 100644 --- a/lib/Service/BoardService.php +++ b/lib/Service/BoardService.php @@ -746,10 +746,6 @@ class BoardService { $board->setUsers(array_values($boardUsers)); } - public function getBoardUrl($endpoint) { - return $this->urlGenerator->linkToRouteAbsolute('deck.page.index') . '#' . $endpoint; - } - /** * Clean a given board data from the Cache */ diff --git a/lib/Service/CardService.php b/lib/Service/CardService.php index 30fd754c5..639fa078e 100644 --- a/lib/Service/CardService.php +++ b/lib/Service/CardService.php @@ -655,13 +655,13 @@ class CardService { $this->eventDispatcher->dispatchTyped(new CardUpdatedEvent($card)); } - public function getCardUrl($cardId) { + public function getCardUrl(int $cardId): string { $boardId = $this->cardMapper->findBoardId($cardId); - return $this->urlGenerator->linkToRouteAbsolute('deck.page.index') . "#/board/$boardId/card/$cardId"; + return $this->urlGenerator->linkToRouteAbsolute('deck.page.indexCard', ['boardId' => $boardId, 'cardId' => $cardId]); } - public function getRedirectUrlForCard($cardId) { - return $this->urlGenerator->linkToRouteAbsolute('deck.page.index') . "card/$cardId"; + public function getRedirectUrlForCard(int $cardId): string { + return $this->urlGenerator->linkToRouteAbsolute('deck.page.redirectToCard', ['cardId' => $cardId]); } } diff --git a/lib/Service/DefaultBoardService.php b/lib/Service/DefaultBoardService.php index 528be0939..caeffafd0 100644 --- a/lib/Service/DefaultBoardService.php +++ b/lib/Service/DefaultBoardService.php @@ -9,6 +9,7 @@ namespace OCA\Deck\Service; use OCA\Deck\AppInfo\Application; use OCA\Deck\BadRequestException; +use OCA\Deck\Db\Board; use OCA\Deck\Db\BoardMapper; use OCP\IConfig; use OCP\IL10N; @@ -21,6 +22,8 @@ class DefaultBoardService { private $cardService; private $config; private $l10n; + private LabelService $labelService; + private AttachmentService $attachmentService; public function __construct( IL10N $l10n, @@ -29,6 +32,8 @@ class DefaultBoardService { StackService $stackService, CardService $cardService, IConfig $config, + LabelService $labelService, + AttachmentService $attachmentService, ) { $this->boardService = $boardService; $this->stackService = $stackService; @@ -36,6 +41,8 @@ class DefaultBoardService { $this->config = $config; $this->boardMapper = $boardMapper; $this->l10n = $l10n; + $this->labelService = $labelService; + $this->attachmentService = $attachmentService; } /** @@ -59,10 +66,13 @@ class DefaultBoardService { return false; } + private function getDefaultBoardData(): array { + $defaultBoardDataJson = file_get_contents(__DIR__ . '/fixtures/default-board.json'); + return json_decode($defaultBoardDataJson, true); + } + /** - * @param $title * @param $userId - * @param $color * @return \OCP\AppFramework\Db\Entity * @throws \OCA\Deck\NoPermissionException * @throws \OCA\Deck\StatusException @@ -71,19 +81,71 @@ class DefaultBoardService { * @throws BadRequestException */ public function createDefaultBoard(string $title, string $userId, string $color) { - $defaultBoard = $this->boardService->create($title, $userId, $color); - $defaultStacks = []; - $defaultCards = []; + $boardData = $this->getDefaultBoardData(); + /** @var Board $defaultBoard */ + $defaultBoard = $this->boardService->create( + $boardData['title'] ?? $title, + $userId, + $boardData['color'] ?? $color, + ); $boardId = $defaultBoard->getId(); + $additionLabels = []; + $translatedLabelTitles = [ + 'Read more inside' => $this->l10n->t('Read more inside'), + ]; + $translatedStackTitles = [ + 'Custom lists - click to rename!' => $this->l10n->t('Custom lists - click to rename!'), + 'To Do' => $this->l10n->t('To Do'), + 'In Progress' => $this->l10n->t('In Progress'), + 'Done' => $this->l10n->t('Done'), + ]; + $translatedCardTitles = [ + '1. Open to learn more about boards and cards' => $this->l10n->t('1. Open to learn more about boards and cards'), + '2. Drag cards left and right, up and down' => $this->l10n->t('2. Drag cards left and right, up and down'), + '3. Apply rich formatting and link content' => $this->l10n->t('3. Apply rich formatting and link content'), + '4. Share, comment and collaborate!' => $this->l10n->t('4. Share, comment and collaborate!'), + 'Create your first card!' => $this->l10n->t('Create your first card!'), + ]; - $defaultStacks[] = $this->stackService->create($this->l10n->t('To do'), $boardId, 1); - $defaultStacks[] = $this->stackService->create($this->l10n->t('Doing'), $boardId, 1); - $defaultStacks[] = $this->stackService->create($this->l10n->t('Done'), $boardId, 1); + foreach ($boardData['addition_labels'] as $labelData) { + $additionLabels[] = $this->labelService->create( + $translatedLabelTitles[$labelData['title']] ?? $labelData['title'], + $labelData['color'], + $boardId + ); + } - $defaultCards[] = $this->cardService->create($this->l10n->t('Example Task 3'), $defaultStacks[0]->getId(), 'text', 0, $userId); - $defaultCards[] = $this->cardService->create($this->l10n->t('Example Task 2'), $defaultStacks[1]->getId(), 'text', 0, $userId); - $defaultCards[] = $this->cardService->create($this->l10n->t('Example Task 1'), $defaultStacks[2]->getId(), 'text', 0, $userId); + $defaultLabels = array_merge($defaultBoard->getLabels() ?? [], $additionLabels); + + foreach ($boardData['stacks'] as $stackData) { + $stack = $this->stackService->create( + $translatedStackTitles[$stackData['title']] ?? $stackData['title'], + $boardId, + $stackData['order'] + ); + + foreach ($stackData['cards'] as $cardData) { + $card = $this->cardService->create( + $translatedCardTitles[$cardData['title']] ?? $cardData['title'], + $stack->getId(), + $cardData['type'], + $cardData['order'], + $userId, + $cardData['description'], + ); + + foreach ($defaultLabels as $defaultLabel) { + if ($defaultLabel && in_array($defaultLabel->getTitle(), $cardData['labels'])) { + $this->cardService->assignLabel($card->getId(), $defaultLabel->getId()); + } + } + + if (!empty($cardData['has_example_attachment'])) { + $this->attachmentService->create($card->getId(), 'file', 'DEFAULT_SAMPLE_FILE'); + } + } + } return $defaultBoard; } diff --git a/lib/Service/FilesAppService.php b/lib/Service/FilesAppService.php index 79c4b02f7..7b65f8fe6 100644 --- a/lib/Service/FilesAppService.php +++ b/lib/Service/FilesAppService.php @@ -162,7 +162,15 @@ class FilesAppService implements IAttachmentService, ICustomAttachmentService { } public function create(Attachment $attachment) { - $file = $this->getUploadedFile(); + if ($attachment->getData() === 'DEFAULT_SAMPLE_FILE' && !$this->request->getUploadedFile('file')) { + $file = [ + 'name' => 'Nextcloud sample image - add your image here!.jpg', + 'tmp_name' => __DIR__ . '/../../img/sample-image.jpg', + ]; + } else { + $file = $this->getUploadedFile(); + } + $fileName = $file['name']; // get shares for current card diff --git a/lib/Service/fixtures/default-board.json b/lib/Service/fixtures/default-board.json new file mode 100644 index 000000000..d4bc00d68 --- /dev/null +++ b/lib/Service/fixtures/default-board.json @@ -0,0 +1,81 @@ +{ + "color": "bf678b", + "addition_labels": [ + { + "title": "Read more inside", + "color": "CC317C" + } + ], + "stacks": [ + { + "title": "Custom lists - click to rename!", + "order": 0, + "cards": [ + { + "title": "1. Open to learn more about boards and cards", + "description": "## Welcome to Nextcloud Deck!\n\nNextcloud Deck is a kanban style project management app that integrates seamlessly with the Nextcloud ecosystem. Here, you can create and manage boards to streamline your projects and organize project tasks visually using cards. A versatile tool, Nextcloud Deck will help you stay efficient in both personal and collaborative settings!\n\n### \ud83d\udccc How to set up a new board?\n\nAdd a new board via the \u201c+\u201d button or \u201cAdd board\u201d. Name your board and add a description to clarify its purpose if you wish.\n\nAdd task lists to your board via \u201cAdd List\u201d (e.g., \"To Do\"). Add cards to these lists to represent individual tasks or items. Organize your cards visually by assigning labels or colors.\n\nManage your board list: In the board menu next to the board name, you can edit, clone, archive and export your boards.\n\n### \ud83d\uddc2\ufe0f How to create and edit task cards?\n\nAdd cards via the \u201c+\u201d button on top of the list of your choice. Name your card and add a description using the available rich text formatting instruments.\n\nSet a due date to track deadlines and add responsible team members. Label your cards with tags for better navigation. You can create and manage tags in the sidebar, which is accessible via the toolbar button.\n\n### \ud83d\udca1Useful tips for Nextcloud Deck\n\n- Integrate Nextcloud Deck with Nextcloud Calendar and track the upcoming card deadlines.\n- Use comments to keep discussions around a task within its dedicated card.\n- Enable Nextcloud Deck notifications to always stay updated on changes to your boards.", + "labels": [ + "Read more inside" + ], + "type": "text", + "order": 0 + } + ] + }, + { + "title": "To Do", + "order": 1, + "cards": [ + { + "title": "2. Drag cards left and right, up and down", + "description": "## \ud83d\udea6 Manage your boards and cards\n\nDrag your cards around the board to change position in the list or move them to other lists.\n\nArchive cards to remove them from the board without losing your content. You can always access archived cards and put them back by going to \"Show archived cards\" in the board menu.\n\nUse tags to assign types, statuses and other special attributes to your cards to aid visual navigation. Open the \"Tags\" tab in the sidebar of Nextcloud Deck to manage tags you can add to your cards.\n\n## \ud83d\udc53 Change how you view your boards\n\nTo navigate large boards easily, you can filter your cards by tags, team members, statuses and due dates. Open filter menu via Nextcloud Deck toolbar.\n\nEnable compact display mode in the Deck Board menu via the three dots menu in the toolbar. In the same menu, you can disable and enable cover images.", + "labels": [ + "Read more inside" + ], + "type": "text", + "order": 0 + }, + { + "title": "Create your first card!", + "description": "", + "labels": [ + "Action needed" + ], + "type": "text", + "order": 1 + } + ] + }, + { + "title": "In Progress", + "order": 2, + "cards": [ + { + "title": "3. Apply rich formatting and link content", + "description": "## \ud83c\udfa8 Make use of rich formatting in card descriptions\n\nYou can use various instruments to make your content more structured and informative. Try all the instruments yourself - use this checklist!\n\n- [ ] Apply headings of different hierarchy (H1-H6).\n- [ ] Use **bold** *italic* __underline__ and ~~strikethrough~~ text formatting.\n- [ ] Create unordered, ordered and to-do lists.\n- [ ] Highlight code and blockquotes, add various illustrated callouts.\n- [ ] Create and format tables\n- [ ] Add details\n- [ ] Add links, for example to [the Nextcloud website](https:\/\/nextcloud.com\/)\n- [ ] Insert attachments\n- [ ] Add emojis \ud83d\udd76\ufe0f \n\n## \ud83d\udd17 Attach files to cards\n\nYou can upload any files from your machine or pick from your Nextcloud Files, such as documents, presentations, images, video clips and anything else. Add files via \"Attachments\" tab.\n\n## \ud83c\udf04 Illustrate cards with images\n\nAttach images to your cards - they will automatically work as card covers.", + "labels": [ + "Read more inside" + ], + "type": "text", + "order": 0, + "has_example_attachment": true + } + ] + }, + { + "title": "Done", + "order": 3, + "cards": [ + { + "title": "4. Share, comment and collaborate!", + "description": "## \ud83e\udd1d How to collaborate in your board?\n\nShare your cards and boards with others. In many Nextcloud apps, linked Nextcloud Deck items will appear as rich, interactive widgets. Once you assign someone to a card, they will receive a notification.\n\nEdit cards together, leave notes for your teammates, share task-related files by adding attachments and discuss your tasks using card comments.\n\n### ", + "labels": [ + "Read more inside" + ], + "type": "text", + "order": 0 + } + ] + } + ] +} diff --git a/lib/Sharing/ShareAPIHelper.php b/lib/Sharing/ShareAPIHelper.php index 1a14f59db..6ed1f04a3 100644 --- a/lib/Sharing/ShareAPIHelper.php +++ b/lib/Sharing/ShareAPIHelper.php @@ -47,7 +47,7 @@ class ShareAPIHelper { $boardId = $this->cardMapper->findBoardId($card->getId()); $result['share_with'] = $share->getSharedWith(); $result['share_with_displayname'] = $card->getTitle(); - $result['share_with_link'] = $this->urlGenerator->linkToRouteAbsolute('deck.page.index') . '#/board/' . $boardId . '/card/' . $card->getId(); + $result['share_with_link'] = $this->urlGenerator->linkToRouteAbsolute('deck.page.indexCard', ['boardId' => $boardId, 'cardId' => $card->getId()]); return $result; } diff --git a/lib/Teams/DeckTeamResourceProvider.php b/lib/Teams/DeckTeamResourceProvider.php index 19e5670d5..b8cece026 100644 --- a/lib/Teams/DeckTeamResourceProvider.php +++ b/lib/Teams/DeckTeamResourceProvider.php @@ -43,7 +43,7 @@ class DeckTeamResourceProvider implements \OCP\Teams\ITeamResourceProvider { $this, (string)$board->getId(), $board->getTitle(), - $this->urlGenerator->linkToRouteAbsolute('deck.page.index') . '#/board/' . $board->getId(), + $this->urlGenerator->linkToRouteAbsolute('deck.page.indexBoard', ['boardId' => $board->getId()]), $this->getBoardBulletIcon($board), $this->urlGenerator->getAbsoluteURL($this->urlGenerator->imagePath('deck', 'deck-current.svg')), ); diff --git a/package-lock.json b/package-lock.json index 13fdda045..de09be163 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,12 +10,12 @@ "license": "agpl", "dependencies": { "@babel/polyfill": "^7.12.1", - "@babel/runtime": "^7.26.0", + "@babel/runtime": "^7.26.7", "@nextcloud/auth": "^2.4.0", "@nextcloud/axios": "^2.5.1", "@nextcloud/capabilities": "^1.2.0", "@nextcloud/dialogs": "github:nextcloud-libraries/nextcloud-dialogs#vue3", - "@nextcloud/event-bus": "^3.3.1", + "@nextcloud/event-bus": "^3.3.2", "@nextcloud/files": "^3.10.1", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.1.0", @@ -28,7 +28,7 @@ "@vue/vue3-jest": "^29.2.6", "blueimp-md5": "^2.19.0", "chroma-js": "^3.1.2", - "dompurify": "^3.2.3", + "dompurify": "^3.2.4", "lodash": "^4.17.21", "markdown-it": "^14.1.0", "markdown-it-link-attributes": "^4.0.1", @@ -48,8 +48,8 @@ "devDependencies": { "@nextcloud/babel-config": "^1.2.0", "@nextcloud/browserslist-config": "^3.0.1", - "@nextcloud/cypress": "^1.0.0-beta.12", - "@nextcloud/eslint-config": "^8.4.1", + "@nextcloud/cypress": "^1.0.0-beta.13", + "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/stylelint-config": "^3.0.1", "@nextcloud/webpack-vue-config": "github:nextcloud-libraries/webpack-vue-config#vue3", "@relative-ci/agent": "^4.2.14", @@ -68,8 +68,6 @@ }, "node_modules/@ampproject/remapping": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", - "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", "license": "Apache-2.0", "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", @@ -81,8 +79,6 @@ }, "node_modules/@babel/code-frame": { "version": "7.26.2", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz", - "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==", "license": "MIT", "dependencies": { "@babel/helper-validator-identifier": "^7.25.9", @@ -95,29 +91,25 @@ }, "node_modules/@babel/compat-data": { "version": "7.26.5", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.5.tgz", - "integrity": "sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==", "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.26.7", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.7.tgz", - "integrity": "sha512-SRijHmF0PSPgLIBYlWnG0hyeJLwXE2CgpsXaMOrtt2yp9/86ALw6oUlj9KYuZ0JN07T4eBMVIW4li/9S1j2BGA==", + "version": "7.26.9", "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.26.2", - "@babel/generator": "^7.26.5", + "@babel/generator": "^7.26.9", "@babel/helper-compilation-targets": "^7.26.5", "@babel/helper-module-transforms": "^7.26.0", - "@babel/helpers": "^7.26.7", - "@babel/parser": "^7.26.7", - "@babel/template": "^7.25.9", - "@babel/traverse": "^7.26.7", - "@babel/types": "^7.26.7", + "@babel/helpers": "^7.26.9", + "@babel/parser": "^7.26.9", + "@babel/template": "^7.26.9", + "@babel/traverse": "^7.26.9", + "@babel/types": "^7.26.9", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -134,8 +126,6 @@ }, "node_modules/@babel/eslint-parser": { "version": "7.26.5", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.26.5.tgz", - "integrity": "sha512-Kkm8C8uxI842AwQADxl0GbcG1rupELYLShazYEZO/2DYjhyWXJIOUVOE3tBYm6JXzUCNJOZEzqc4rCW/jsEQYQ==", "dev": true, "license": "MIT", "peer": true, @@ -153,13 +143,11 @@ } }, "node_modules/@babel/generator": { - "version": "7.26.5", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.5.tgz", - "integrity": "sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==", + "version": "7.26.9", "license": "MIT", "dependencies": { - "@babel/parser": "^7.26.5", - "@babel/types": "^7.26.5", + "@babel/parser": "^7.26.9", + "@babel/types": "^7.26.9", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^3.0.2" @@ -170,8 +158,6 @@ }, "node_modules/@babel/helper-annotate-as-pure": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz", - "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==", "dev": true, "license": "MIT", "peer": true, @@ -184,8 +170,6 @@ }, "node_modules/@babel/helper-compilation-targets": { "version": "7.26.5", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz", - "integrity": "sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==", "license": "MIT", "dependencies": { "@babel/compat-data": "^7.26.5", @@ -200,8 +184,6 @@ }, "node_modules/@babel/helper-create-class-features-plugin": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz", - "integrity": "sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==", "dev": true, "license": "MIT", "peer": true, @@ -223,8 +205,6 @@ }, "node_modules/@babel/helper-create-regexp-features-plugin": { "version": "7.26.3", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.26.3.tgz", - "integrity": "sha512-G7ZRb40uUgdKOQqPLjfD12ZmGA54PzqDFUv2BKImnC9QIfGhIHKvVML0oN8IUiDq4iRqpq74ABpvOaerfWdong==", "dev": true, "license": "MIT", "peer": true, @@ -242,8 +222,6 @@ }, "node_modules/@babel/helper-define-polyfill-provider": { "version": "0.6.3", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.3.tgz", - "integrity": "sha512-HK7Bi+Hj6H+VTHA3ZvBis7V/6hu9QuTrnMXNybfUf2iiuU/N97I8VjB+KbhFF8Rld/Lx5MzoCwPCpPjfK+n8Cg==", "dev": true, "license": "MIT", "peer": true, @@ -260,8 +238,6 @@ }, "node_modules/@babel/helper-member-expression-to-functions": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz", - "integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==", "dev": true, "license": "MIT", "peer": true, @@ -275,8 +251,6 @@ }, "node_modules/@babel/helper-module-imports": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz", - "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==", "license": "MIT", "dependencies": { "@babel/traverse": "^7.25.9", @@ -288,8 +262,6 @@ }, "node_modules/@babel/helper-module-transforms": { "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz", - "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==", "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.25.9", @@ -305,8 +277,6 @@ }, "node_modules/@babel/helper-optimise-call-expression": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz", - "integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==", "dev": true, "license": "MIT", "peer": true, @@ -319,8 +289,6 @@ }, "node_modules/@babel/helper-plugin-utils": { "version": "7.26.5", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz", - "integrity": "sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==", "license": "MIT", "engines": { "node": ">=6.9.0" @@ -328,8 +296,6 @@ }, "node_modules/@babel/helper-remap-async-to-generator": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz", - "integrity": "sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==", "dev": true, "license": "MIT", "peer": true, @@ -347,8 +313,6 @@ }, "node_modules/@babel/helper-replace-supers": { "version": "7.26.5", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.26.5.tgz", - "integrity": "sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==", "dev": true, "license": "MIT", "peer": true, @@ -366,8 +330,6 @@ }, "node_modules/@babel/helper-skip-transparent-expression-wrappers": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz", - "integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==", "dev": true, "license": "MIT", "peer": true, @@ -381,8 +343,6 @@ }, "node_modules/@babel/helper-string-parser": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", - "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", "license": "MIT", "engines": { "node": ">=6.9.0" @@ -390,8 +350,6 @@ }, "node_modules/@babel/helper-validator-identifier": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", - "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", "license": "MIT", "engines": { "node": ">=6.9.0" @@ -399,8 +357,6 @@ }, "node_modules/@babel/helper-validator-option": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz", - "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==", "license": "MIT", "engines": { "node": ">=6.9.0" @@ -408,8 +364,6 @@ }, "node_modules/@babel/helper-wrap-function": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz", - "integrity": "sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==", "dev": true, "license": "MIT", "peer": true, @@ -423,25 +377,21 @@ } }, "node_modules/@babel/helpers": { - "version": "7.26.7", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.7.tgz", - "integrity": "sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==", + "version": "7.26.9", "license": "MIT", "dependencies": { - "@babel/template": "^7.25.9", - "@babel/types": "^7.26.7" + "@babel/template": "^7.26.9", + "@babel/types": "^7.26.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/parser": { - "version": "7.26.7", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.7.tgz", - "integrity": "sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w==", + "version": "7.26.9", "license": "MIT", "dependencies": { - "@babel/types": "^7.26.7" + "@babel/types": "^7.26.9" }, "bin": { "parser": "bin/babel-parser.js" @@ -452,8 +402,6 @@ }, "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz", - "integrity": "sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==", "dev": true, "license": "MIT", "peer": true, @@ -470,8 +418,6 @@ }, "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.9.tgz", - "integrity": "sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==", "dev": true, "license": "MIT", "peer": true, @@ -487,8 +433,6 @@ }, "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.9.tgz", - "integrity": "sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==", "dev": true, "license": "MIT", "peer": true, @@ -504,8 +448,6 @@ }, "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.9.tgz", - "integrity": "sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==", "dev": true, "license": "MIT", "peer": true, @@ -523,8 +465,6 @@ }, "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.9.tgz", - "integrity": "sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==", "dev": true, "license": "MIT", "peer": true, @@ -541,8 +481,6 @@ }, "node_modules/@babel/plugin-proposal-private-property-in-object": { "version": "7.21.0-placeholder-for-preset-env.2", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", - "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", "dev": true, "license": "MIT", "peer": true, @@ -555,8 +493,6 @@ }, "node_modules/@babel/plugin-syntax-async-generators": { "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" @@ -567,8 +503,6 @@ }, "node_modules/@babel/plugin-syntax-bigint": { "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", - "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" @@ -579,8 +513,6 @@ }, "node_modules/@babel/plugin-syntax-class-properties": { "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", - "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.12.13" @@ -591,8 +523,6 @@ }, "node_modules/@babel/plugin-syntax-class-static-block": { "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", - "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" @@ -606,8 +536,6 @@ }, "node_modules/@babel/plugin-syntax-dynamic-import": { "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", - "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", "dev": true, "license": "MIT", "peer": true, @@ -620,8 +548,6 @@ }, "node_modules/@babel/plugin-syntax-import-assertions": { "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz", - "integrity": "sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==", "dev": true, "license": "MIT", "peer": true, @@ -637,8 +563,6 @@ }, "node_modules/@babel/plugin-syntax-import-attributes": { "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz", - "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.25.9" @@ -652,8 +576,6 @@ }, "node_modules/@babel/plugin-syntax-import-meta": { "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", - "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" @@ -664,8 +586,6 @@ }, "node_modules/@babel/plugin-syntax-json-strings": { "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", - "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" @@ -676,8 +596,6 @@ }, "node_modules/@babel/plugin-syntax-jsx": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz", - "integrity": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.25.9" @@ -691,8 +609,6 @@ }, "node_modules/@babel/plugin-syntax-logical-assignment-operators": { "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" @@ -703,8 +619,6 @@ }, "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" @@ -715,8 +629,6 @@ }, "node_modules/@babel/plugin-syntax-numeric-separator": { "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", - "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" @@ -727,8 +639,6 @@ }, "node_modules/@babel/plugin-syntax-object-rest-spread": { "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", - "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" @@ -739,8 +649,6 @@ }, "node_modules/@babel/plugin-syntax-optional-catch-binding": { "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" @@ -751,8 +659,6 @@ }, "node_modules/@babel/plugin-syntax-optional-chaining": { "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", - "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" @@ -763,8 +669,6 @@ }, "node_modules/@babel/plugin-syntax-private-property-in-object": { "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", - "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" @@ -778,8 +682,6 @@ }, "node_modules/@babel/plugin-syntax-top-level-await": { "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", - "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" @@ -793,8 +695,6 @@ }, "node_modules/@babel/plugin-syntax-typescript": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz", - "integrity": "sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.25.9" @@ -808,8 +708,6 @@ }, "node_modules/@babel/plugin-syntax-unicode-sets-regex": { "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", - "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", "dev": true, "license": "MIT", "peer": true, @@ -826,8 +724,6 @@ }, "node_modules/@babel/plugin-transform-arrow-functions": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.9.tgz", - "integrity": "sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==", "dev": true, "license": "MIT", "peer": true, @@ -843,8 +739,6 @@ }, "node_modules/@babel/plugin-transform-async-generator-functions": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.9.tgz", - "integrity": "sha512-RXV6QAzTBbhDMO9fWwOmwwTuYaiPbggWQ9INdZqAYeSHyG7FzQ+nOZaUUjNwKv9pV3aE4WFqFm1Hnbci5tBCAw==", "dev": true, "license": "MIT", "peer": true, @@ -862,8 +756,6 @@ }, "node_modules/@babel/plugin-transform-async-to-generator": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz", - "integrity": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==", "dev": true, "license": "MIT", "peer": true, @@ -881,8 +773,6 @@ }, "node_modules/@babel/plugin-transform-block-scoped-functions": { "version": "7.26.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.26.5.tgz", - "integrity": "sha512-chuTSY+hq09+/f5lMj8ZSYgCFpppV2CbYrhNFJ1BFoXpiWPnnAb7R0MqrafCpN8E1+YRrtM1MXZHJdIx8B6rMQ==", "dev": true, "license": "MIT", "peer": true, @@ -898,8 +788,6 @@ }, "node_modules/@babel/plugin-transform-block-scoping": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.9.tgz", - "integrity": "sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==", "dev": true, "license": "MIT", "peer": true, @@ -915,8 +803,6 @@ }, "node_modules/@babel/plugin-transform-class-properties": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz", - "integrity": "sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==", "dev": true, "license": "MIT", "peer": true, @@ -933,8 +819,6 @@ }, "node_modules/@babel/plugin-transform-class-static-block": { "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz", - "integrity": "sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==", "dev": true, "license": "MIT", "peer": true, @@ -951,8 +835,6 @@ }, "node_modules/@babel/plugin-transform-classes": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.9.tgz", - "integrity": "sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==", "dev": true, "license": "MIT", "peer": true, @@ -973,8 +855,6 @@ }, "node_modules/@babel/plugin-transform-computed-properties": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.9.tgz", - "integrity": "sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==", "dev": true, "license": "MIT", "peer": true, @@ -991,8 +871,6 @@ }, "node_modules/@babel/plugin-transform-destructuring": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.9.tgz", - "integrity": "sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==", "dev": true, "license": "MIT", "peer": true, @@ -1008,8 +886,6 @@ }, "node_modules/@babel/plugin-transform-dotall-regex": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.9.tgz", - "integrity": "sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==", "dev": true, "license": "MIT", "peer": true, @@ -1026,8 +902,6 @@ }, "node_modules/@babel/plugin-transform-duplicate-keys": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.9.tgz", - "integrity": "sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==", "dev": true, "license": "MIT", "peer": true, @@ -1043,8 +917,6 @@ }, "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.9.tgz", - "integrity": "sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==", "dev": true, "license": "MIT", "peer": true, @@ -1061,8 +933,6 @@ }, "node_modules/@babel/plugin-transform-dynamic-import": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.9.tgz", - "integrity": "sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==", "dev": true, "license": "MIT", "peer": true, @@ -1078,8 +948,6 @@ }, "node_modules/@babel/plugin-transform-exponentiation-operator": { "version": "7.26.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.26.3.tgz", - "integrity": "sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==", "dev": true, "license": "MIT", "peer": true, @@ -1095,8 +963,6 @@ }, "node_modules/@babel/plugin-transform-export-namespace-from": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.9.tgz", - "integrity": "sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==", "dev": true, "license": "MIT", "peer": true, @@ -1112,8 +978,6 @@ }, "node_modules/@babel/plugin-transform-for-of": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz", - "integrity": "sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==", "dev": true, "license": "MIT", "peer": true, @@ -1130,8 +994,6 @@ }, "node_modules/@babel/plugin-transform-function-name": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.9.tgz", - "integrity": "sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==", "dev": true, "license": "MIT", "peer": true, @@ -1149,8 +1011,6 @@ }, "node_modules/@babel/plugin-transform-json-strings": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.9.tgz", - "integrity": "sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==", "dev": true, "license": "MIT", "peer": true, @@ -1166,8 +1026,6 @@ }, "node_modules/@babel/plugin-transform-literals": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.9.tgz", - "integrity": "sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==", "dev": true, "license": "MIT", "peer": true, @@ -1183,8 +1041,6 @@ }, "node_modules/@babel/plugin-transform-logical-assignment-operators": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.9.tgz", - "integrity": "sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==", "dev": true, "license": "MIT", "peer": true, @@ -1200,8 +1056,6 @@ }, "node_modules/@babel/plugin-transform-member-expression-literals": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.9.tgz", - "integrity": "sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==", "dev": true, "license": "MIT", "peer": true, @@ -1217,8 +1071,6 @@ }, "node_modules/@babel/plugin-transform-modules-amd": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.25.9.tgz", - "integrity": "sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==", "dev": true, "license": "MIT", "peer": true, @@ -1235,8 +1087,6 @@ }, "node_modules/@babel/plugin-transform-modules-commonjs": { "version": "7.26.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz", - "integrity": "sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==", "license": "MIT", "dependencies": { "@babel/helper-module-transforms": "^7.26.0", @@ -1251,8 +1101,6 @@ }, "node_modules/@babel/plugin-transform-modules-systemjs": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.9.tgz", - "integrity": "sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==", "dev": true, "license": "MIT", "peer": true, @@ -1271,8 +1119,6 @@ }, "node_modules/@babel/plugin-transform-modules-umd": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.25.9.tgz", - "integrity": "sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==", "dev": true, "license": "MIT", "peer": true, @@ -1289,8 +1135,6 @@ }, "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.25.9.tgz", - "integrity": "sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==", "dev": true, "license": "MIT", "peer": true, @@ -1307,8 +1151,6 @@ }, "node_modules/@babel/plugin-transform-new-target": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.25.9.tgz", - "integrity": "sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==", "dev": true, "license": "MIT", "peer": true, @@ -1324,8 +1166,6 @@ }, "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { "version": "7.26.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.26.6.tgz", - "integrity": "sha512-CKW8Vu+uUZneQCPtXmSBUC6NCAUdya26hWCElAWh5mVSlSRsmiCPUUDKb3Z0szng1hiAJa098Hkhg9o4SE35Qw==", "dev": true, "license": "MIT", "peer": true, @@ -1341,8 +1181,6 @@ }, "node_modules/@babel/plugin-transform-numeric-separator": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.9.tgz", - "integrity": "sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==", "dev": true, "license": "MIT", "peer": true, @@ -1358,8 +1196,6 @@ }, "node_modules/@babel/plugin-transform-object-rest-spread": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.9.tgz", - "integrity": "sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==", "dev": true, "license": "MIT", "peer": true, @@ -1377,8 +1213,6 @@ }, "node_modules/@babel/plugin-transform-object-super": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.9.tgz", - "integrity": "sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==", "dev": true, "license": "MIT", "peer": true, @@ -1395,8 +1229,6 @@ }, "node_modules/@babel/plugin-transform-optional-catch-binding": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.9.tgz", - "integrity": "sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==", "dev": true, "license": "MIT", "peer": true, @@ -1412,8 +1244,6 @@ }, "node_modules/@babel/plugin-transform-optional-chaining": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.9.tgz", - "integrity": "sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==", "dev": true, "license": "MIT", "peer": true, @@ -1430,8 +1260,6 @@ }, "node_modules/@babel/plugin-transform-parameters": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.9.tgz", - "integrity": "sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==", "dev": true, "license": "MIT", "peer": true, @@ -1447,8 +1275,6 @@ }, "node_modules/@babel/plugin-transform-private-methods": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.9.tgz", - "integrity": "sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==", "dev": true, "license": "MIT", "peer": true, @@ -1465,8 +1291,6 @@ }, "node_modules/@babel/plugin-transform-private-property-in-object": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.9.tgz", - "integrity": "sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==", "dev": true, "license": "MIT", "peer": true, @@ -1484,8 +1308,6 @@ }, "node_modules/@babel/plugin-transform-property-literals": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.9.tgz", - "integrity": "sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==", "dev": true, "license": "MIT", "peer": true, @@ -1501,8 +1323,6 @@ }, "node_modules/@babel/plugin-transform-regenerator": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.25.9.tgz", - "integrity": "sha512-vwDcDNsgMPDGP0nMqzahDWE5/MLcX8sv96+wfX7as7LoF/kr97Bo/7fI00lXY4wUXYfVmwIIyG80fGZ1uvt2qg==", "dev": true, "license": "MIT", "peer": true, @@ -1519,8 +1339,6 @@ }, "node_modules/@babel/plugin-transform-regexp-modifiers": { "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz", - "integrity": "sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==", "dev": true, "license": "MIT", "peer": true, @@ -1537,8 +1355,6 @@ }, "node_modules/@babel/plugin-transform-reserved-words": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.9.tgz", - "integrity": "sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==", "dev": true, "license": "MIT", "peer": true, @@ -1554,8 +1370,6 @@ }, "node_modules/@babel/plugin-transform-shorthand-properties": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.9.tgz", - "integrity": "sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==", "dev": true, "license": "MIT", "peer": true, @@ -1571,8 +1385,6 @@ }, "node_modules/@babel/plugin-transform-spread": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.9.tgz", - "integrity": "sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==", "dev": true, "license": "MIT", "peer": true, @@ -1589,8 +1401,6 @@ }, "node_modules/@babel/plugin-transform-sticky-regex": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.25.9.tgz", - "integrity": "sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==", "dev": true, "license": "MIT", "peer": true, @@ -1606,8 +1416,6 @@ }, "node_modules/@babel/plugin-transform-template-literals": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.25.9.tgz", - "integrity": "sha512-o97AE4syN71M/lxrCtQByzphAdlYluKPDBzDVzMmfCobUjjhAryZV0AIpRPrxN0eAkxXO6ZLEScmt+PNhj2OTw==", "dev": true, "license": "MIT", "peer": true, @@ -1623,8 +1431,6 @@ }, "node_modules/@babel/plugin-transform-typeof-symbol": { "version": "7.26.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.26.7.tgz", - "integrity": "sha512-jfoTXXZTgGg36BmhqT3cAYK5qkmqvJpvNrPhaK/52Vgjhw4Rq29s9UqpWWV0D6yuRmgiFH/BUVlkl96zJWqnaw==", "dev": true, "license": "MIT", "peer": true, @@ -1640,8 +1446,6 @@ }, "node_modules/@babel/plugin-transform-unicode-escapes": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.9.tgz", - "integrity": "sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==", "dev": true, "license": "MIT", "peer": true, @@ -1657,8 +1461,6 @@ }, "node_modules/@babel/plugin-transform-unicode-property-regex": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.25.9.tgz", - "integrity": "sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==", "dev": true, "license": "MIT", "peer": true, @@ -1675,8 +1477,6 @@ }, "node_modules/@babel/plugin-transform-unicode-regex": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.25.9.tgz", - "integrity": "sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==", "dev": true, "license": "MIT", "peer": true, @@ -1693,8 +1493,6 @@ }, "node_modules/@babel/plugin-transform-unicode-sets-regex": { "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.9.tgz", - "integrity": "sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==", "dev": true, "license": "MIT", "peer": true, @@ -1711,9 +1509,6 @@ }, "node_modules/@babel/polyfill": { "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.12.1.tgz", - "integrity": "sha512-X0pi0V6gxLi6lFZpGmeNa4zxtwEmCs42isWLNjZZDE0Y8yVfgu0T2OAHlzBbdYlqbW/YXVvoBHpATEM+goCj8g==", - "deprecated": "🚨 This package has been deprecated in favor of separate inclusion of a polyfill and regenerator-runtime (when needed). See the @babel/polyfill docs (https://babeljs.io/docs/en/babel-polyfill) for more information.", "license": "MIT", "dependencies": { "core-js": "^2.6.5", @@ -1722,8 +1517,6 @@ }, "node_modules/@babel/preset-env": { "version": "7.26.7", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.26.7.tgz", - "integrity": "sha512-Ycg2tnXwixaXOVb29rana8HNPgLVBof8qqtNQ9LE22IoyZboQbGSxI6ZySMdW3K5nAe6gu35IaJefUJflhUFTQ==", "dev": true, "license": "MIT", "peer": true, @@ -1807,8 +1600,6 @@ }, "node_modules/@babel/preset-modules": { "version": "0.1.6-no-external-plugins", - "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", - "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", "dev": true, "license": "MIT", "peer": true, @@ -1823,8 +1614,6 @@ }, "node_modules/@babel/runtime": { "version": "7.26.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.7.tgz", - "integrity": "sha512-AOPI3D+a8dXnja+iwsUqGRjr1BbZIe771sXdapOtYI531gSqpi92vXivKcq2asu/DFpdl1ceFAKZyRzK2PCVcQ==", "license": "MIT", "dependencies": { "regenerator-runtime": "^0.14.0" @@ -1835,35 +1624,29 @@ }, "node_modules/@babel/runtime/node_modules/regenerator-runtime": { "version": "0.14.1", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", - "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", "license": "MIT" }, "node_modules/@babel/template": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz", - "integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==", + "version": "7.26.9", "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.25.9", - "@babel/parser": "^7.25.9", - "@babel/types": "^7.25.9" + "@babel/code-frame": "^7.26.2", + "@babel/parser": "^7.26.9", + "@babel/types": "^7.26.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.26.7", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.7.tgz", - "integrity": "sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA==", + "version": "7.26.9", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.26.2", - "@babel/generator": "^7.26.5", - "@babel/parser": "^7.26.7", - "@babel/template": "^7.25.9", - "@babel/types": "^7.26.7", + "@babel/generator": "^7.26.9", + "@babel/parser": "^7.26.9", + "@babel/template": "^7.26.9", + "@babel/types": "^7.26.9", "debug": "^4.3.1", "globals": "^11.1.0" }, @@ -1872,9 +1655,7 @@ } }, "node_modules/@babel/types": { - "version": "7.26.7", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.7.tgz", - "integrity": "sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg==", + "version": "7.26.9", "license": "MIT", "dependencies": { "@babel/helper-string-parser": "^7.25.9", @@ -1886,21 +1667,15 @@ }, "node_modules/@balena/dockerignore": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@balena/dockerignore/-/dockerignore-1.0.2.tgz", - "integrity": "sha512-wMue2Sy4GAVTk6Ic4tJVcnfdau+gx2EnG7S+uAEe+TWJFqE4YoWN4/H8MSLj4eYJKxGg26lZwboEniNiNwZQ6Q==", "dev": true, "license": "Apache-2.0" }, "node_modules/@bcoe/v8-coverage": { "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", - "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", "license": "MIT" }, "node_modules/@bundle-stats/plugin-webpack-validate": { "version": "4.17.0", - "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-validate/-/plugin-webpack-validate-4.17.0.tgz", - "integrity": "sha512-dsCAIYiQ1ohRt7wyR5gfQCT3OKLjHxRZ3F/uL0gnBO56+xnvDzO/s+A5QO4EerlXIRIUBW8JWWuYAhe8ccdFjA==", "dev": true, "license": "MIT", "dependencies": { @@ -1913,8 +1688,6 @@ }, "node_modules/@buttercup/fetch": { "version": "0.2.1", - "resolved": "https://registry.npmjs.org/@buttercup/fetch/-/fetch-0.2.1.tgz", - "integrity": "sha512-sCgECOx8wiqY8NN1xN22BqqKzXYIG2AicNLlakOAI4f0WgyLVUbAigMf8CZhBtJxdudTcB1gD5lciqi44jwJvg==", "license": "MIT", "optionalDependencies": { "node-fetch": "^3.3.0" @@ -1922,8 +1695,6 @@ }, "node_modules/@buttercup/fetch/node_modules/node-fetch": { "version": "3.3.2", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz", - "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==", "license": "MIT", "optional": true, "dependencies": { @@ -1957,8 +1728,6 @@ }, "node_modules/@colors/colors": { "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", - "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", "dev": true, "license": "MIT", "optional": true, @@ -1968,8 +1737,6 @@ }, "node_modules/@csstools/css-parser-algorithms": { "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.4.tgz", - "integrity": "sha512-Up7rBoV77rv29d3uKHUIVubz1BTcgyUK72IvCQAbfbMv584xHcGKCKbWh7i8hPrRJ7qU4Y8IO3IY9m+iTB7P3A==", "dev": true, "funding": [ { @@ -1992,8 +1759,6 @@ }, "node_modules/@csstools/css-tokenizer": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.3.tgz", - "integrity": "sha512-UJnjoFsmxfKUdNYdWgOB0mWUypuLvAfQPH1+pyvRJs6euowbFkFC6P13w1l8mJyi3vxYMxc9kld5jZEGRQs6bw==", "dev": true, "funding": [ { @@ -2013,8 +1778,6 @@ }, "node_modules/@csstools/media-query-list-parser": { "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-4.0.2.tgz", - "integrity": "sha512-EUos465uvVvMJehckATTlNqGj4UJWkTmdWuDMjqvSUkjGpmOyFZBVwb4knxCm/k2GMTXY+c/5RkdndzFYWeX5A==", "dev": true, "funding": [ { @@ -2047,8 +1810,6 @@ }, "node_modules/@cypress/request": { "version": "3.0.7", - "resolved": "https://registry.npmjs.org/@cypress/request/-/request-3.0.7.tgz", - "integrity": "sha512-LzxlLEMbBOPYB85uXrDqvD4MgcenjRBLIns3zyhx7vTPj/0u2eQhzXvPiGcaJrV38Q9dbkExWp6cOHPJ+EtFYg==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -2077,8 +1838,6 @@ }, "node_modules/@cypress/xvfb": { "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@cypress/xvfb/-/xvfb-1.2.4.tgz", - "integrity": "sha512-skbBzPggOVYCbnGgV+0dmBdW/s77ZkAOXIC1knS8NagwDjBrNC1LuXtQJeiN6l+m7lzmHtaoUw/ctJKdqkG57Q==", "dev": true, "license": "MIT", "dependencies": { @@ -2088,8 +1847,6 @@ }, "node_modules/@cypress/xvfb/node_modules/debug": { "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, "license": "MIT", "dependencies": { @@ -2109,8 +1866,6 @@ }, "node_modules/@dual-bundle/import-meta-resolve": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@dual-bundle/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz", - "integrity": "sha512-+nxncfwHM5SgAtrVzgpzJOI1ol0PkumhVo469KCf9lUi21IGcY90G98VuHm9VRrUypmAzawAHO9bs6hqeADaVg==", "dev": true, "license": "MIT", "peer": true, @@ -2121,8 +1876,6 @@ }, "node_modules/@es-joy/jsdoccomment": { "version": "0.41.0", - "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.41.0.tgz", - "integrity": "sha512-aKUhyn1QI5Ksbqcr3fFJj16p99QdjUxXAEuFst1Z47DRyoiMwivIH9MV/ARcJOCXVjPfjITciej8ZD2O/6qUmw==", "dev": true, "license": "MIT", "peer": true, @@ -2137,8 +1890,6 @@ }, "node_modules/@eslint-community/eslint-utils": { "version": "4.4.1", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz", - "integrity": "sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==", "dev": true, "license": "MIT", "peer": true, @@ -2157,8 +1908,6 @@ }, "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": { "version": "3.4.3", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", - "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", "dev": true, "license": "Apache-2.0", "peer": true, @@ -2171,8 +1920,6 @@ }, "node_modules/@eslint-community/regexpp": { "version": "4.12.1", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz", - "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==", "dev": true, "license": "MIT", "peer": true, @@ -2182,8 +1929,6 @@ }, "node_modules/@eslint/eslintrc": { "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", - "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", "dev": true, "license": "MIT", "peer": true, @@ -2207,16 +1952,12 @@ }, "node_modules/@eslint/eslintrc/node_modules/argparse": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", "dev": true, "license": "Python-2.0", "peer": true }, "node_modules/@eslint/eslintrc/node_modules/brace-expansion": { "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, "license": "MIT", "peer": true, @@ -2227,8 +1968,6 @@ }, "node_modules/@eslint/eslintrc/node_modules/globals": { "version": "13.24.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", - "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", "dev": true, "license": "MIT", "peer": true, @@ -2244,8 +1983,6 @@ }, "node_modules/@eslint/eslintrc/node_modules/js-yaml": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "dev": true, "license": "MIT", "peer": true, @@ -2258,8 +1995,6 @@ }, "node_modules/@eslint/eslintrc/node_modules/minimatch": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, "license": "ISC", "peer": true, @@ -2272,8 +2007,6 @@ }, "node_modules/@eslint/eslintrc/node_modules/type-fest": { "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", "dev": true, "license": "(MIT OR CC0-1.0)", "peer": true, @@ -2286,8 +2019,6 @@ }, "node_modules/@eslint/js": { "version": "8.57.1", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz", - "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==", "dev": true, "license": "MIT", "peer": true, @@ -2322,8 +2053,6 @@ }, "node_modules/@gerrit0/mini-shiki": { "version": "1.27.2", - "resolved": "https://registry.npmjs.org/@gerrit0/mini-shiki/-/mini-shiki-1.27.2.tgz", - "integrity": "sha512-GeWyHz8ao2gBiUW4OJnQDxXQnFgZQwwQk05t/CVVgNBN7/rK8XZ7xY6YhLVv9tH3VppWWmr9DCl3MwemB/i+Og==", "license": "MIT", "peer": true, "dependencies": { @@ -2334,8 +2063,6 @@ }, "node_modules/@grpc/grpc-js": { "version": "1.12.5", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.12.5.tgz", - "integrity": "sha512-d3iiHxdpg5+ZcJ6jnDSOT8Z0O0VMVGy34jAnYLUX8yd36b1qn8f1TwOA/Lc7TsOh03IkPJ38eGI5qD2EjNkoEA==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -2348,8 +2075,6 @@ }, "node_modules/@grpc/proto-loader": { "version": "0.7.13", - "resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.7.13.tgz", - "integrity": "sha512-AiXO/bfe9bmxBjxxtYxFAXGZvMaN5s8kO+jBHAJCON8rJoB5YS/D6X7ZNc6XQkuHNmyl4CYaMI1fJ/Gn27RGGw==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -2367,15 +2092,11 @@ }, "node_modules/@hapi/hoek": { "version": "9.3.0", - "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz", - "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==", "dev": true, "license": "BSD-3-Clause" }, "node_modules/@hapi/topo": { "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz", - "integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -2384,9 +2105,6 @@ }, "node_modules/@humanwhocodes/config-array": { "version": "0.13.0", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz", - "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==", - "deprecated": "Use @eslint/config-array instead", "dev": true, "license": "Apache-2.0", "peer": true, @@ -2401,8 +2119,6 @@ }, "node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": { "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, "license": "MIT", "peer": true, @@ -2413,8 +2129,6 @@ }, "node_modules/@humanwhocodes/config-array/node_modules/minimatch": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, "license": "ISC", "peer": true, @@ -2427,8 +2141,6 @@ }, "node_modules/@humanwhocodes/module-importer": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", - "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", "dev": true, "license": "Apache-2.0", "peer": true, @@ -2442,17 +2154,12 @@ }, "node_modules/@humanwhocodes/object-schema": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz", - "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==", - "deprecated": "Use @eslint/object-schema instead", "dev": true, "license": "BSD-3-Clause", "peer": true }, "node_modules/@isaacs/cliui": { "version": "8.0.2", - "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", - "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", "dev": true, "license": "ISC", "dependencies": { @@ -2469,8 +2176,6 @@ }, "node_modules/@isaacs/cliui/node_modules/ansi-regex": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", - "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", "dev": true, "license": "MIT", "engines": { @@ -2482,8 +2187,6 @@ }, "node_modules/@isaacs/cliui/node_modules/ansi-styles": { "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", - "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", "dev": true, "license": "MIT", "engines": { @@ -2495,15 +2198,11 @@ }, "node_modules/@isaacs/cliui/node_modules/emoji-regex": { "version": "9.2.2", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", "dev": true, "license": "MIT" }, "node_modules/@isaacs/cliui/node_modules/string-width": { "version": "5.1.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", - "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", "dev": true, "license": "MIT", "dependencies": { @@ -2520,8 +2219,6 @@ }, "node_modules/@isaacs/cliui/node_modules/strip-ansi": { "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "dev": true, "license": "MIT", "dependencies": { @@ -2536,8 +2233,6 @@ }, "node_modules/@isaacs/cliui/node_modules/wrap-ansi": { "version": "8.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", - "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", "dev": true, "license": "MIT", "dependencies": { @@ -2554,8 +2249,6 @@ }, "node_modules/@istanbuljs/load-nyc-config": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", - "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", "license": "ISC", "dependencies": { "camelcase": "^5.3.1", @@ -2570,8 +2263,6 @@ }, "node_modules/@istanbuljs/schema": { "version": "0.1.3", - "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", - "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", "license": "MIT", "engines": { "node": ">=8" @@ -2579,8 +2270,6 @@ }, "node_modules/@jest/console": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.7.0.tgz", - "integrity": "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==", "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", @@ -2596,8 +2285,6 @@ }, "node_modules/@jest/console/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "license": "MIT", "dependencies": { "color-convert": "^2.0.1" @@ -2611,8 +2298,6 @@ }, "node_modules/@jest/console/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", @@ -2627,8 +2312,6 @@ }, "node_modules/@jest/console/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "license": "MIT", "dependencies": { "color-name": "~1.1.4" @@ -2639,14 +2322,10 @@ }, "node_modules/@jest/console/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "license": "MIT" }, "node_modules/@jest/console/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "license": "MIT", "engines": { "node": ">=8" @@ -2654,8 +2333,6 @@ }, "node_modules/@jest/console/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "license": "MIT", "dependencies": { "has-flag": "^4.0.0" @@ -2666,8 +2343,6 @@ }, "node_modules/@jest/core": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/core/-/core-29.7.0.tgz", - "integrity": "sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==", "license": "MIT", "dependencies": { "@jest/console": "^29.7.0", @@ -2713,8 +2388,6 @@ }, "node_modules/@jest/core/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "license": "MIT", "dependencies": { "color-convert": "^2.0.1" @@ -2728,8 +2401,6 @@ }, "node_modules/@jest/core/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", @@ -2744,8 +2415,6 @@ }, "node_modules/@jest/core/node_modules/ci-info": { "version": "3.9.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", - "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", "funding": [ { "type": "github", @@ -2759,8 +2428,6 @@ }, "node_modules/@jest/core/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "license": "MIT", "dependencies": { "color-name": "~1.1.4" @@ -2771,14 +2438,10 @@ }, "node_modules/@jest/core/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "license": "MIT" }, "node_modules/@jest/core/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "license": "MIT", "engines": { "node": ">=8" @@ -2786,8 +2449,6 @@ }, "node_modules/@jest/core/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "license": "MIT", "dependencies": { "has-flag": "^4.0.0" @@ -2798,8 +2459,6 @@ }, "node_modules/@jest/environment": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz", - "integrity": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==", "license": "MIT", "dependencies": { "@jest/fake-timers": "^29.7.0", @@ -2813,8 +2472,6 @@ }, "node_modules/@jest/expect": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.7.0.tgz", - "integrity": "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==", "license": "MIT", "dependencies": { "expect": "^29.7.0", @@ -2826,8 +2483,6 @@ }, "node_modules/@jest/expect-utils": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz", - "integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==", "license": "MIT", "dependencies": { "jest-get-type": "^29.6.3" @@ -2838,8 +2493,6 @@ }, "node_modules/@jest/fake-timers": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz", - "integrity": "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==", "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", @@ -2855,8 +2508,6 @@ }, "node_modules/@jest/globals": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz", - "integrity": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==", "license": "MIT", "dependencies": { "@jest/environment": "^29.7.0", @@ -2870,8 +2521,6 @@ }, "node_modules/@jest/reporters": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.7.0.tgz", - "integrity": "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==", "license": "MIT", "dependencies": { "@bcoe/v8-coverage": "^0.2.3", @@ -2913,8 +2562,6 @@ }, "node_modules/@jest/reporters/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "license": "MIT", "dependencies": { "color-convert": "^2.0.1" @@ -2928,8 +2575,6 @@ }, "node_modules/@jest/reporters/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", @@ -2944,8 +2589,6 @@ }, "node_modules/@jest/reporters/node_modules/char-regex": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", - "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", "license": "MIT", "engines": { "node": ">=10" @@ -2953,8 +2596,6 @@ }, "node_modules/@jest/reporters/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "license": "MIT", "dependencies": { "color-name": "~1.1.4" @@ -2965,14 +2606,10 @@ }, "node_modules/@jest/reporters/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "license": "MIT" }, "node_modules/@jest/reporters/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "license": "MIT", "engines": { "node": ">=8" @@ -2980,8 +2617,6 @@ }, "node_modules/@jest/reporters/node_modules/istanbul-lib-instrument": { "version": "6.0.3", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz", - "integrity": "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==", "license": "BSD-3-Clause", "dependencies": { "@babel/core": "^7.23.9", @@ -2996,8 +2631,6 @@ }, "node_modules/@jest/reporters/node_modules/semver": { "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -3008,8 +2641,6 @@ }, "node_modules/@jest/reporters/node_modules/string-length": { "version": "4.0.2", - "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", - "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", "license": "MIT", "dependencies": { "char-regex": "^1.0.2", @@ -3021,8 +2652,6 @@ }, "node_modules/@jest/reporters/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "license": "MIT", "dependencies": { "has-flag": "^4.0.0" @@ -3033,8 +2662,6 @@ }, "node_modules/@jest/schemas": { "version": "29.6.3", - "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", - "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", "license": "MIT", "dependencies": { "@sinclair/typebox": "^0.27.8" @@ -3045,8 +2672,6 @@ }, "node_modules/@jest/source-map": { "version": "29.6.3", - "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.3.tgz", - "integrity": "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==", "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "^0.3.18", @@ -3059,8 +2684,6 @@ }, "node_modules/@jest/test-result": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.7.0.tgz", - "integrity": "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==", "license": "MIT", "dependencies": { "@jest/console": "^29.7.0", @@ -3074,8 +2697,6 @@ }, "node_modules/@jest/test-sequencer": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz", - "integrity": "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==", "license": "MIT", "dependencies": { "@jest/test-result": "^29.7.0", @@ -3089,8 +2710,6 @@ }, "node_modules/@jest/transform": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.7.0.tgz", - "integrity": "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==", "license": "MIT", "dependencies": { "@babel/core": "^7.11.6", @@ -3115,8 +2734,6 @@ }, "node_modules/@jest/transform/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "license": "MIT", "dependencies": { "color-convert": "^2.0.1" @@ -3130,8 +2747,6 @@ }, "node_modules/@jest/transform/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", @@ -3146,8 +2761,6 @@ }, "node_modules/@jest/transform/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "license": "MIT", "dependencies": { "color-name": "~1.1.4" @@ -3158,14 +2771,10 @@ }, "node_modules/@jest/transform/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "license": "MIT" }, "node_modules/@jest/transform/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "license": "MIT", "engines": { "node": ">=8" @@ -3173,8 +2782,6 @@ }, "node_modules/@jest/transform/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "license": "MIT", "dependencies": { "has-flag": "^4.0.0" @@ -3185,8 +2792,6 @@ }, "node_modules/@jest/types": { "version": "29.6.3", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", - "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", "license": "MIT", "dependencies": { "@jest/schemas": "^29.6.3", @@ -3202,8 +2807,6 @@ }, "node_modules/@jest/types/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "license": "MIT", "dependencies": { "color-convert": "^2.0.1" @@ -3217,8 +2820,6 @@ }, "node_modules/@jest/types/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", @@ -3233,8 +2834,6 @@ }, "node_modules/@jest/types/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "license": "MIT", "dependencies": { "color-name": "~1.1.4" @@ -3245,14 +2844,10 @@ }, "node_modules/@jest/types/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "license": "MIT" }, "node_modules/@jest/types/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "license": "MIT", "engines": { "node": ">=8" @@ -3260,8 +2855,6 @@ }, "node_modules/@jest/types/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "license": "MIT", "dependencies": { "has-flag": "^4.0.0" @@ -3272,8 +2865,6 @@ }, "node_modules/@jridgewell/gen-mapping": { "version": "0.3.8", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz", - "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==", "license": "MIT", "dependencies": { "@jridgewell/set-array": "^1.2.1", @@ -3286,8 +2877,6 @@ }, "node_modules/@jridgewell/resolve-uri": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", - "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", "license": "MIT", "engines": { "node": ">=6.0.0" @@ -3295,8 +2884,6 @@ }, "node_modules/@jridgewell/set-array": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", - "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", "license": "MIT", "engines": { "node": ">=6.0.0" @@ -3304,8 +2891,6 @@ }, "node_modules/@jridgewell/source-map": { "version": "0.3.6", - "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", - "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", "dev": true, "license": "MIT", "peer": true, @@ -3316,14 +2901,10 @@ }, "node_modules/@jridgewell/sourcemap-codec": { "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", - "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", "license": "MIT" }, "node_modules/@jridgewell/trace-mapping": { "version": "0.3.25", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", - "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", @@ -3332,8 +2913,6 @@ }, "node_modules/@js-sdsl/ordered-map": { "version": "4.4.2", - "resolved": "https://registry.npmjs.org/@js-sdsl/ordered-map/-/ordered-map-4.4.2.tgz", - "integrity": "sha512-iUKgm52T8HOE/makSxjqoWhe95ZJA1/G1sYsGev2JDKUSS14KAgg1LHb+Ba+IPow0xflbnSkOsZcO08C7w1gYw==", "dev": true, "license": "MIT", "funding": { @@ -3360,9 +2939,9 @@ } }, "node_modules/@jsonjoy.com/json-pack": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-1.1.1.tgz", - "integrity": "sha512-osjeBqMJ2lb/j/M8NCPjs1ylqWIcTRTycIhVB5pt6LgzgeRSb0YRZ7j9RfA8wIUrsr/medIuhVyonXRZWLyfdw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-1.2.0.tgz", + "integrity": "sha512-io1zEbbYcElht3tdlqEOFxZ0dMTYrHz9iMf0gqn1pPjZFTCgM5R4R5IMA20Chb2UPYYsxjzs8CgZ7Nb5n2K2rA==", "dev": true, "license": "Apache-2.0", "peer": true, @@ -3403,8 +2982,6 @@ }, "node_modules/@keyv/serialize": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@keyv/serialize/-/serialize-1.0.2.tgz", - "integrity": "sha512-+E/LyaAeuABniD/RvUezWVXKpeuvwLEA9//nE9952zBaOdBd2mQ3pPoM8cUe2X6IcMByfuSLzmYqnYshG60+HQ==", "dev": true, "license": "MIT", "peer": true, @@ -3414,8 +2991,6 @@ }, "node_modules/@keyv/serialize/node_modules/buffer": { "version": "6.0.3", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", - "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", "dev": true, "funding": [ { @@ -3448,14 +3023,10 @@ }, "node_modules/@mdi/js": { "version": "7.4.47", - "resolved": "https://registry.npmjs.org/@mdi/js/-/js-7.4.47.tgz", - "integrity": "sha512-KPnNOtm5i2pMabqZxpUz7iQf+mfrYZyKCZ8QNz85czgEt7cuHcGorWfdzUMWYA0SD+a6Hn4FmJ+YhzzzjkTZrQ==", "license": "Apache-2.0" }, "node_modules/@nextcloud/auth": { "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-2.4.0.tgz", - "integrity": "sha512-T5OFltKd0O9Hfj47VrzE7TVjCwqOMHH9JLyjjLUR3pu2MaTY9WL6AjL79sHbFTXUaIkftZgJKu12lHYmqXnL2Q==", "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/browser-storage": "^0.4.0", @@ -3468,8 +3039,6 @@ }, "node_modules/@nextcloud/axios": { "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.5.1.tgz", - "integrity": "sha512-AA7BPF/rsOZWAiVxqlobGSdD67AEwjOnymZCKUIwEIBArKxYK7OQEqcILDjQwgj6G0e/Vg9Y8zTVsPZp+mlvwA==", "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.3.0", @@ -3483,8 +3052,6 @@ }, "node_modules/@nextcloud/babel-config": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/babel-config/-/babel-config-1.2.0.tgz", - "integrity": "sha512-QOESlmX99UOfXdPANpoeFtfoRWWfKhBm1wXgF2lLnwpOBq4ZzdtqI+wphhWA/lkdfw/sftZzd1UJF/gcPDpiAw==", "dev": true, "license": "AGPL-3.0-or-later", "engines": { @@ -3499,8 +3066,6 @@ }, "node_modules/@nextcloud/browser-storage": { "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@nextcloud/browser-storage/-/browser-storage-0.4.0.tgz", - "integrity": "sha512-D6XxznxCYmJ3oBCC3p0JB6GZJ2RZ9dgbB1UqtTePXrIvHUMBAeF/YkiGKYxLAVZCZb+NSNZXgAYHm/3LnIUbDg==", "license": "GPL-3.0-or-later", "dependencies": { "core-js": "3.37.0" @@ -3512,8 +3077,6 @@ }, "node_modules/@nextcloud/browser-storage/node_modules/core-js": { "version": "3.37.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.37.0.tgz", - "integrity": "sha512-fu5vHevQ8ZG4og+LXug8ulUtVxjOcEYvifJr7L5Bfq9GOztVqsKd9/59hUk2ZSbCrS3BqUr3EpaYGIYzq7g3Ug==", "hasInstallScript": true, "license": "MIT", "funding": { @@ -3523,8 +3086,6 @@ }, "node_modules/@nextcloud/browserslist-config": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@nextcloud/browserslist-config/-/browserslist-config-3.0.1.tgz", - "integrity": "sha512-GZTxL5fsDgmFoot/qnRurjHCuHjSfOg+A6t4+P2TySXua2Q1Ex0lecZYlSnRuOR/W5BGOZ06ITTA/hbkSh1Ypg==", "dev": true, "license": "GPL-3.0-or-later", "engines": { @@ -3534,8 +3095,6 @@ }, "node_modules/@nextcloud/capabilities": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/capabilities/-/capabilities-1.2.0.tgz", - "integrity": "sha512-L1NQtOfHWzkfj0Ple1MEJt6HmOHWAi3y4qs+OnwSWexqJT0DtXTVPyRxi7ADyITwRxS5H9R/HMl6USAj4Nr1nQ==", "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/initial-state": "^2.1.0" @@ -3546,9 +3105,7 @@ } }, "node_modules/@nextcloud/cypress": { - "version": "1.0.0-beta.12", - "resolved": "https://registry.npmjs.org/@nextcloud/cypress/-/cypress-1.0.0-beta.12.tgz", - "integrity": "sha512-/o+DiuX5LKeaIKpRvBiao8e4WXl0GJY+jn1NZpFg3jzYDQz4jDFx+wANvAzIlPpxoRqkKPPifZWwZc4IMYe0XQ==", + "version": "1.0.0-beta.14", "dev": true, "license": "AGPL-3.0-or-later", "dependencies": { @@ -3596,9 +3153,7 @@ } }, "node_modules/@nextcloud/eslint-config": { - "version": "8.4.1", - "resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-8.4.1.tgz", - "integrity": "sha512-ilrPxOnfVkB4dAddtkhbJmbYK9FwEVZ5oIJ2ipiE97rQz82TUZxmfEHE1tr87FbIvz0drIcREgGil3zuNWHjrg==", + "version": "8.4.2", "dev": true, "license": "AGPL-3.0-or-later", "engines": { @@ -3606,26 +3161,24 @@ "npm": "^10.0.0" }, "peerDependencies": { - "@babel/core": "^7.24.5", + "@babel/core": "^7.26.9", "@babel/eslint-parser": "^7.16.5", "@nextcloud/eslint-plugin": "^2.2.1", "@vue/eslint-config-typescript": "^13.0.0", "eslint": "^8.27.0", "eslint-config-standard": "^17.1.0", "eslint-import-resolver-exports": "^1.0.0-beta.5", - "eslint-import-resolver-typescript": "^3.6.1", + "eslint-import-resolver-typescript": "^3.8.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsdoc": "^46.2.6", "eslint-plugin-n": "^16.0.0", - "eslint-plugin-promise": "^6.1.1", + "eslint-plugin-promise": "^6.6.0", "eslint-plugin-vue": "^9.7.0", "typescript": "^5.0.2" } }, "node_modules/@nextcloud/eslint-plugin": { "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@nextcloud/eslint-plugin/-/eslint-plugin-2.2.1.tgz", - "integrity": "sha512-RX+0FxpL1h2EzjNLeW0VSGTkbyWIq7WgV7QAjtyUmDbSGwf1ds9Zy5OcRkgXRHRIu/W0gB0DhS2iz9qXHphCzA==", "dev": true, "license": "ISC", "peer": true, @@ -3644,8 +3197,6 @@ }, "node_modules/@nextcloud/eslint-plugin/node_modules/semver": { "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, "license": "ISC", "peer": true, @@ -3657,13 +3208,11 @@ } }, "node_modules/@nextcloud/event-bus": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-3.3.1.tgz", - "integrity": "sha512-VBYJspOVk5aZopgZwCUoMKFqcTLCNel2TLvtu0HMPV2gR5ZLPiPAKbkyKkYTh+Sd5QB1gR6l3STTv1gyal0soQ==", + "version": "3.3.2", "license": "GPL-3.0-or-later", "dependencies": { - "@types/node": "^20.12.12", - "semver": "^7.6.2" + "@types/semver": "^7.5.8", + "semver": "^7.6.3" }, "engines": { "node": "^20.0.0", @@ -3672,8 +3221,6 @@ }, "node_modules/@nextcloud/event-bus/node_modules/semver": { "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -3684,8 +3231,6 @@ }, "node_modules/@nextcloud/files": { "version": "3.10.1", - "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.10.1.tgz", - "integrity": "sha512-hYUK28ZEU4GTbMXd0/YXTUUKedWnzdr4Eva+6sTxiuJMnACJ4/pZvSzFL9i82fBXvR/0MI5DA6+1gryMyNv1ww==", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.4.0", @@ -3708,8 +3253,6 @@ }, "node_modules/@nextcloud/initial-state": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-2.2.0.tgz", - "integrity": "sha512-cDW98L5KGGgpS8pzd+05304/p80cyu8U2xSDQGa+kGPTpUFmCbv2qnO5WrwwGTauyjYijCal2bmw82VddSH+Pg==", "license": "GPL-3.0-or-later", "engines": { "node": "^20.0.0", @@ -3717,18 +3260,15 @@ } }, "node_modules/@nextcloud/l10n": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-3.1.0.tgz", - "integrity": "sha512-unciqr8QSJ29vFBw9S1bquyoj1PTWHszNL8tcUNuxUAYpq0hX+8o7rpB5gimELA4sj4m9+VCJwgLtBZd1Yj0lg==", + "version": "3.2.0", "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/router": "^3.0.1", - "@nextcloud/typings": "^1.8.0", - "@types/dompurify": "^3.0.5", + "@nextcloud/typings": "^1.9.1", + "@types/dompurify": "^3.2.0", "@types/escape-html": "^1.0.4", - "dompurify": "^3.1.2", - "escape-html": "^1.0.3", - "node-gettext": "^3.0.0" + "dompurify": "^3.2.4", + "escape-html": "^1.0.3" }, "engines": { "node": "^20.0.0", @@ -3737,8 +3277,6 @@ }, "node_modules/@nextcloud/logger": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-3.0.2.tgz", - "integrity": "sha512-wByt0R0/6QC44RBpaJr1MWghjjOxk/pRbACHo/ZWWKht1qYbJRHB4GtEi+35KEIHY07ZpqxiDk6dIRuN7sXYWQ==", "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.3.0" @@ -3750,8 +3288,6 @@ }, "node_modules/@nextcloud/moment": { "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@nextcloud/moment/-/moment-1.3.2.tgz", - "integrity": "sha512-VfSPnllfciZe1eU4zaHS0fE/4pPWKRUjLFxZSNQec9gkUfbskMsKH2xyPqkYLlYP9FF1uQh2+wZbzkFd6QLc4A==", "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/l10n": "^2.2.0", @@ -3765,8 +3301,6 @@ }, "node_modules/@nextcloud/moment/node_modules/@nextcloud/l10n": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-2.2.0.tgz", - "integrity": "sha512-UAM2NJcl/NR46MANSF7Gr7q8/Up672zRyGrxLpN3k4URNmWQM9upkbRME+1K3T29wPrUyOIbQu710ZjvZafqFA==", "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/router": "^2.1.2", @@ -3782,8 +3316,6 @@ }, "node_modules/@nextcloud/moment/node_modules/@nextcloud/router": { "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.2.1.tgz", - "integrity": "sha512-ZRc/WI0RaksEJMz08H/6LimIdP+1A1xTHThCYEghs7VgAKNp5917vT2OKSpG0cMRbIwk0ongFVt5FB5qjy/iFg==", "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/typings": "^1.7.0", @@ -3796,8 +3328,6 @@ }, "node_modules/@nextcloud/moment/node_modules/core-js": { "version": "3.40.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.40.0.tgz", - "integrity": "sha512-7vsMc/Lty6AGnn7uFpYT56QesI5D2Y/UkgKounk87OP9Z2H9Z8kj6jzcSGAxFmUtDOS0ntK6lbQz+Nsa0Jj6mQ==", "hasInstallScript": true, "license": "MIT", "funding": { @@ -3807,8 +3337,6 @@ }, "node_modules/@nextcloud/notify_push": { "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@nextcloud/notify_push/-/notify_push-1.3.0.tgz", - "integrity": "sha512-WmyINTP/RynrfrOdyxzcntwV79b88uhXHU3cVJEcMzuh7wt6YT66kitjuQHMGlrG/xlEwk4qUKEM/NpFqVcvJg==", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/axios": "^2.5.0", @@ -3818,8 +3346,6 @@ }, "node_modules/@nextcloud/paths": { "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.2.1.tgz", - "integrity": "sha512-M3ShLjrxR7B48eKThLMoqbxTqTKyQXcwf9TgeXQGbCIhiHoXU6as5j8l5qNv/uZlANokVdowpuWHBi3b2+YNNA==", "license": "GPL-3.0-or-later", "engines": { "node": "^20.0.0", @@ -3828,8 +3354,6 @@ }, "node_modules/@nextcloud/router": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-3.0.1.tgz", - "integrity": "sha512-Ci/uD3x8OKHdxSqXL6gRJ+mGJOEXjeiHjj7hqsZqVTsT7kOrCjDf0/J8z5RyLlokKZ0IpSe+hGxgi3YB7Gpw3Q==", "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/typings": "^1.7.0" @@ -3841,8 +3365,6 @@ }, "node_modules/@nextcloud/sharing": { "version": "0.2.4", - "resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.2.4.tgz", - "integrity": "sha512-kOLAr0w4NDUGPF42L22i9iSs6Z3ylTsE0RudAGDBzw/pnxGY8PEwZI2j0IMAFRfQ7XFNcpV/EVHI5YCMxtxGMQ==", "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/initial-state": "^2.2.0" @@ -3854,8 +3376,6 @@ }, "node_modules/@nextcloud/stylelint-config": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-3.0.1.tgz", - "integrity": "sha512-xZ9hhyDCK8bMxPchfcyMhGZ8oTG+H+fmzE+vvCIVni0O+SzCVBEKDuvtKWZJDUs3ngmnmNYN1tH5xjbZBBeYyw==", "dev": true, "license": "AGPL-3.0-or-later", "engines": { @@ -3883,8 +3403,6 @@ }, "node_modules/@nextcloud/typings": { "version": "1.9.1", - "resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.9.1.tgz", - "integrity": "sha512-i0l/L5gKW8EACbXHVxXM6wn3sUhY2qmnL2OijppzU4dENC7/hqySMQDer7/+cJbNSNG7uHF/Z+9JmHtDfRfuGg==", "license": "GPL-3.0-or-later", "dependencies": { "@types/jquery": "3.5.16" @@ -3895,9 +3413,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "9.0.0-alpha.6", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-9.0.0-alpha.6.tgz", - "integrity": "sha512-JhaEhz1L1EtncOaXcOEXlNqiCaTTqSSyKPjlNJp6DJ4S6UOBUACE6fjpoNoxK37rBNv3xWMIX3CCM9jLt4Cg5w==", + "version": "9.0.0-alpha.7", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-9.0.0-alpha.7.tgz", + "integrity": "sha512-Q5czttPL6OqDA5KAsDv1ERQv6nsR8FZwTg7J4nnHzVTp8DY2NBjLuBvpQHqZAnMqtZyukjGk16HrIK2ktaGkkg==", "license": "AGPL-3.0-or-later", "dependencies": { "@ckpack/vue-color": "^1.6.0", @@ -3906,29 +3424,31 @@ "@nextcloud/axios": "^2.5.1", "@nextcloud/browser-storage": "^0.4.0", "@nextcloud/capabilities": "^1.2.0", - "@nextcloud/event-bus": "^3.3.1", + "@nextcloud/event-bus": "^3.3.2", "@nextcloud/initial-state": "^2.2.0", - "@nextcloud/l10n": "^3.1.0", + "@nextcloud/l10n": "^3.2.0", "@nextcloud/logger": "^3.0.2", "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.2.4", "@nextcloud/timezones": "^0.1.1", - "@vueuse/components": "^12.4.0", - "@vueuse/core": "^12.4.0", + "@vueuse/components": "^12.7.0", + "@vueuse/core": "^12.6.1", + "blurhash": "^2.0.5", "clone": "^2.1.2", "debounce": "^2.2.0", - "dompurify": "^3.2.3", + "dompurify": "^3.2.4", "emoji-mart-vue-fast": "^15.0.3", "escape-html": "^1.0.3", "floating-vue": "^5.2.2", "focus-trap": "^7.6.4", "linkify-string": "^4.2.0", "md5": "^2.3.0", + "p-queue": "^8.0.1", "rehype-external-links": "^3.0.0", - "rehype-highlight": "^7.0.1", + "rehype-highlight": "^7.0.2", "rehype-react": "^8.0.0", "remark-breaks": "^4.0.0", - "remark-gfm": "^4.0.0", + "remark-gfm": "^4.0.1", "remark-parse": "^11.0.0", "remark-rehype": "^11.1.1", "splitpanes": "^3.1.8", @@ -3948,15 +3468,21 @@ "npm": "^10.0.0" } }, + "node_modules/@nextcloud/vue/node_modules/@types/web-bluetooth": { + "version": "0.0.21", + "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.21.tgz", + "integrity": "sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==", + "license": "MIT" + }, "node_modules/@nextcloud/vue/node_modules/@vueuse/core": { - "version": "12.5.0", - "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-12.5.0.tgz", - "integrity": "sha512-GVyH1iYqNANwcahAx8JBm6awaNgvR/SwZ1fjr10b8l1HIgDp82ngNbfzJUgOgWEoxjL+URAggnlilAEXwCOZtg==", + "version": "12.8.2", + "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-12.8.2.tgz", + "integrity": "sha512-HbvCmZdzAu3VGi/pWYm5Ut+Kd9mn1ZHnn4L5G8kOQTPs/IwIAmJoBrmYk2ckLArgMXZj0AW3n5CAejLUO+PhdQ==", "license": "MIT", "dependencies": { - "@types/web-bluetooth": "^0.0.20", - "@vueuse/metadata": "12.5.0", - "@vueuse/shared": "12.5.0", + "@types/web-bluetooth": "^0.0.21", + "@vueuse/metadata": "12.8.2", + "@vueuse/shared": "12.8.2", "vue": "^3.5.13" }, "funding": { @@ -3964,9 +3490,9 @@ } }, "node_modules/@nextcloud/vue/node_modules/@vueuse/metadata": { - "version": "12.5.0", - "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-12.5.0.tgz", - "integrity": "sha512-Ui7Lo2a7AxrMAXRF+fAp9QsXuwTeeZ8fIB9wsLHqzq9MQk+2gMYE2IGJW48VMJ8ecvCB3z3GsGLKLbSasQ5Qlg==", + "version": "12.8.2", + "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-12.8.2.tgz", + "integrity": "sha512-rAyLGEuoBJ/Il5AmFHiziCPdQzRt88VxR+Y/A/QhJ1EWtWqPBBAxTAFaSkviwEuOEZNtW8pvkPgoCZQ+HxqW1A==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/antfu" @@ -3999,8 +3525,6 @@ }, "node_modules/@nicolo-ribaudo/eslint-scope-5-internals": { "version": "5.1.1-v1", - "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz", - "integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==", "dev": true, "license": "MIT", "peer": true, @@ -4010,8 +3534,6 @@ }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", "dev": true, "license": "MIT", "dependencies": { @@ -4024,8 +3546,6 @@ }, "node_modules/@nodelib/fs.stat": { "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", "dev": true, "license": "MIT", "engines": { @@ -4034,8 +3554,6 @@ }, "node_modules/@nodelib/fs.walk": { "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", "dev": true, "license": "MIT", "dependencies": { @@ -4048,8 +3566,6 @@ }, "node_modules/@nolyfill/is-core-module": { "version": "1.0.39", - "resolved": "https://registry.npmjs.org/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz", - "integrity": "sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==", "dev": true, "license": "MIT", "peer": true, @@ -4059,8 +3575,6 @@ }, "node_modules/@one-ini/wasm": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@one-ini/wasm/-/wasm-0.1.1.tgz", - "integrity": "sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==", "dev": true, "license": "MIT" }, @@ -4390,8 +3904,6 @@ }, "node_modules/@pkgjs/parseargs": { "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", - "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", "dev": true, "license": "MIT", "optional": true, @@ -4401,36 +3913,26 @@ }, "node_modules/@protobufjs/aspromise": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz", - "integrity": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==", "dev": true, "license": "BSD-3-Clause" }, "node_modules/@protobufjs/base64": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz", - "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==", "dev": true, "license": "BSD-3-Clause" }, "node_modules/@protobufjs/codegen": { "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz", - "integrity": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==", "dev": true, "license": "BSD-3-Clause" }, "node_modules/@protobufjs/eventemitter": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz", - "integrity": "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==", "dev": true, "license": "BSD-3-Clause" }, "node_modules/@protobufjs/fetch": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz", - "integrity": "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -4440,43 +3942,31 @@ }, "node_modules/@protobufjs/float": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz", - "integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==", "dev": true, "license": "BSD-3-Clause" }, "node_modules/@protobufjs/inquire": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz", - "integrity": "sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==", "dev": true, "license": "BSD-3-Clause" }, "node_modules/@protobufjs/path": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz", - "integrity": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==", "dev": true, "license": "BSD-3-Clause" }, "node_modules/@protobufjs/pool": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz", - "integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==", "dev": true, "license": "BSD-3-Clause" }, "node_modules/@protobufjs/utf8": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz", - "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==", "dev": true, "license": "BSD-3-Clause" }, "node_modules/@relative-ci/agent": { "version": "4.2.14", - "resolved": "https://registry.npmjs.org/@relative-ci/agent/-/agent-4.2.14.tgz", - "integrity": "sha512-JLrQv6ZQFuApsbT37qBJ07tfujxhhdDFm9Ap2Ap4kW9//H1JM/H1gPH7bLFi3OM2l8p7VOL2aJwz4fTlSVmY4A==", "dev": true, "license": "MIT", "dependencies": { @@ -4509,8 +3999,6 @@ }, "node_modules/@relative-ci/agent/node_modules/@bundle-stats/plugin-webpack-filter": { "version": "4.17.0", - "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-filter/-/plugin-webpack-filter-4.17.0.tgz", - "integrity": "sha512-sGC1c7oiRNKY19OLNB2Yha88Yt+UC7OJWlk8O6HBvN/OO8ACvZ6DuxRMNBXMyP0cDDAJlcY9v9rzy0bbnegzAw==", "dev": true, "license": "MIT", "engines": { @@ -4522,8 +4010,6 @@ }, "node_modules/@relative-ci/agent/node_modules/core-js": { "version": "3.39.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.39.0.tgz", - "integrity": "sha512-raM0ew0/jJUqkJ0E6e8UDtl+y/7ktFivgWvqw8dNSQeNWoSDLvQ1H/RN3aPXB9tBd4/FhyR4RDPGhsNIMsAn7g==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -4534,8 +4020,6 @@ }, "node_modules/@relative-ci/agent/node_modules/debug": { "version": "4.3.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", - "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", "dev": true, "license": "MIT", "dependencies": { @@ -4552,16 +4036,12 @@ }, "node_modules/@rtsao/scc": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz", - "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==", "dev": true, "license": "MIT", "peer": true }, "node_modules/@shikijs/engine-oniguruma": { "version": "1.29.1", - "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-1.29.1.tgz", - "integrity": "sha512-gSt2WhLNgEeLstcweQOSp+C+MhOpTsgdNXRqr3zP6M+BUBZ8Md9OU2BYwUYsALBxHza7hwaIWtFHjQ/aOOychw==", "license": "MIT", "peer": true, "dependencies": { @@ -4571,8 +4051,6 @@ }, "node_modules/@shikijs/types": { "version": "1.29.1", - "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-1.29.1.tgz", - "integrity": "sha512-aBqAuhYRp5vSir3Pc9+QPu9WESBOjUo03ao0IHLC4TyTioSsp/SkbAZSrIH4ghYYC1T1KTEpRSBa83bas4RnPA==", "license": "MIT", "peer": true, "dependencies": { @@ -4582,15 +4060,11 @@ }, "node_modules/@shikijs/vscode-textmate": { "version": "10.0.1", - "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.1.tgz", - "integrity": "sha512-fTIQwLF+Qhuws31iw7Ncl1R3HUDtGwIipiJ9iU+UsDUwMhegFcQKQHd51nZjb7CArq0MvON8rbgCGQYWHUKAdg==", "license": "MIT", "peer": true }, "node_modules/@sideway/address": { "version": "4.1.5", - "resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.5.tgz", - "integrity": "sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -4599,28 +4073,20 @@ }, "node_modules/@sideway/formula": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.1.tgz", - "integrity": "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==", "dev": true, "license": "BSD-3-Clause" }, "node_modules/@sideway/pinpoint": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz", - "integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==", "dev": true, "license": "BSD-3-Clause" }, "node_modules/@sinclair/typebox": { "version": "0.27.8", - "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", - "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==", "license": "MIT" }, "node_modules/@sinonjs/commons": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz", - "integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==", "license": "BSD-3-Clause", "dependencies": { "type-detect": "4.0.8" @@ -4628,8 +4094,6 @@ }, "node_modules/@sinonjs/fake-timers": { "version": "10.3.0", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz", - "integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==", "license": "BSD-3-Clause", "dependencies": { "@sinonjs/commons": "^3.0.0" @@ -4637,8 +4101,6 @@ }, "node_modules/@types/babel__core": { "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", - "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", "license": "MIT", "dependencies": { "@babel/parser": "^7.20.7", @@ -4650,8 +4112,6 @@ }, "node_modules/@types/babel__generator": { "version": "7.6.8", - "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", - "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", "license": "MIT", "dependencies": { "@babel/types": "^7.0.0" @@ -4659,8 +4119,6 @@ }, "node_modules/@types/babel__template": { "version": "7.4.4", - "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", - "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", "license": "MIT", "dependencies": { "@babel/parser": "^7.1.0", @@ -4669,8 +4127,6 @@ }, "node_modules/@types/babel__traverse": { "version": "7.20.6", - "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz", - "integrity": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==", "license": "MIT", "dependencies": { "@babel/types": "^7.20.7" @@ -4701,8 +4157,6 @@ }, "node_modules/@types/codemirror": { "version": "5.60.15", - "resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-5.60.15.tgz", - "integrity": "sha512-dTOvwEQ+ouKJ/rE9LT1Ue2hmP6H1mZv5+CCnNWu2qtiOe2LQa9lCprEY20HxiDmV/Bxh+dXjywmy5aKvoGjULA==", "license": "MIT", "dependencies": { "@types/tern": "*" @@ -4741,24 +4195,19 @@ } }, "node_modules/@types/dompurify": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@types/dompurify/-/dompurify-3.0.5.tgz", - "integrity": "sha512-1Wg0g3BtQF7sSb27fJQAKck1HECM6zV1EB66j8JH9i3LCjYabJa0FSdiSgsD5K/RbrsR0SiraKacLB+T8ZVYAg==", + "version": "3.2.0", + "deprecated": "This is a stub types definition. dompurify provides its own type definitions, so you do not need this installed.", "license": "MIT", "dependencies": { - "@types/trusted-types": "*" + "dompurify": "*" } }, "node_modules/@types/escape-html": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@types/escape-html/-/escape-html-1.0.4.tgz", - "integrity": "sha512-qZ72SFTgUAZ5a7Tj6kf2SHLetiH5S6f8G5frB2SPQ3EyF02kxdyBFf4Tz4banE3xCgGnKgWLt//a6VuYHKYJTg==", "license": "MIT" }, "node_modules/@types/eslint": { "version": "8.56.12", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.12.tgz", - "integrity": "sha512-03ruubjWyOHlmljCVoxSuNDdmfZDzsrrz0P2LeJsOXr+ZwFQ+0yQIwNCwt/GYhV7Z31fgtXJTAEs+FYlEL851g==", "dev": true, "license": "MIT", "dependencies": { @@ -4768,8 +4217,6 @@ }, "node_modules/@types/eslint-scope": { "version": "3.7.7", - "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", - "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", "dev": true, "license": "MIT", "peer": true, @@ -4780,8 +4227,6 @@ }, "node_modules/@types/estree": { "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", - "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", "license": "MIT" }, "node_modules/@types/estree-jsx": { @@ -4837,8 +4282,6 @@ }, "node_modules/@types/graceful-fs": { "version": "4.1.9", - "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz", - "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==", "license": "MIT", "dependencies": { "@types/node": "*" @@ -4846,8 +4289,6 @@ }, "node_modules/@types/hast": { "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", - "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", "license": "MIT", "dependencies": { "@types/unist": "*" @@ -4874,14 +4315,10 @@ }, "node_modules/@types/istanbul-lib-coverage": { "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", - "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==", "license": "MIT" }, "node_modules/@types/istanbul-lib-report": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz", - "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==", "license": "MIT", "dependencies": { "@types/istanbul-lib-coverage": "*" @@ -4889,8 +4326,6 @@ }, "node_modules/@types/istanbul-reports": { "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz", - "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==", "license": "MIT", "dependencies": { "@types/istanbul-lib-report": "*" @@ -4898,8 +4333,6 @@ }, "node_modules/@types/jquery": { "version": "3.5.16", - "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.16.tgz", - "integrity": "sha512-bsI7y4ZgeMkmpG9OM710RRzDFp+w4P1RGiIt30C1mSBT+ExCleeh4HObwgArnDFELmRrOpXgSYN9VF1hj+f1lw==", "license": "MIT", "dependencies": { "@types/sizzle": "*" @@ -4907,23 +4340,17 @@ }, "node_modules/@types/json-schema": { "version": "7.0.15", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", - "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", "dev": true, "license": "MIT" }, "node_modules/@types/json5": { "version": "0.0.29", - "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", - "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", "dev": true, "license": "MIT", "peer": true }, "node_modules/@types/marked": { "version": "4.3.2", - "resolved": "https://registry.npmjs.org/@types/marked/-/marked-4.3.2.tgz", - "integrity": "sha512-a79Yc3TOk6dGdituy8hmTTJXjOkZ7zsFYV10L337ttq/rec8lRMDBpV7fL3uLx6TgbFCa5DU/h8FmIBQPSbU0w==", "license": "MIT" }, "node_modules/@types/mdast": { @@ -4951,8 +4378,6 @@ }, "node_modules/@types/node": { "version": "20.17.16", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.16.tgz", - "integrity": "sha512-vOTpLduLkZXePLxHiHsBLp98mHGnl8RptV4YAO3HfKO5UHjDvySGbxKtpYfy8Sx5+WKcgc45qNreJJRVM3L6mw==", "license": "MIT", "dependencies": { "undici-types": "~6.19.2" @@ -4993,6 +4418,10 @@ "license": "MIT", "peer": true }, + "node_modules/@types/semver": { + "version": "7.5.8", + "license": "MIT" + }, "node_modules/@types/send": { "version": "0.17.4", "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz", @@ -5031,15 +4460,11 @@ }, "node_modules/@types/sinonjs__fake-timers": { "version": "8.1.1", - "resolved": "https://registry.npmjs.org/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.1.tgz", - "integrity": "sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==", "dev": true, "license": "MIT" }, "node_modules/@types/sizzle": { "version": "2.3.9", - "resolved": "https://registry.npmjs.org/@types/sizzle/-/sizzle-2.3.9.tgz", - "integrity": "sha512-xzLEyKB50yqCUPUJkIsrVvoWNfFUbIZI+RspLWt8u+tIW/BetMBZtgV2LY/2o+tYH8dRvQ+eoPf3NdhQCcLE2w==", "license": "MIT" }, "node_modules/@types/sockjs": { @@ -5055,26 +4480,18 @@ }, "node_modules/@types/stack-utils": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz", - "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==", "license": "MIT" }, "node_modules/@types/strip-bom": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha512-xevGOReSYGM7g/kUBZzPqCrR/KYAo+F0yiPc85WFTJa0MSLtyFTVTU6cJu/aV4mid7IffDIWqo69THF2o4JiEQ==", "license": "MIT" }, "node_modules/@types/strip-json-comments": { "version": "0.0.30", - "resolved": "https://registry.npmjs.org/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz", - "integrity": "sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==", "license": "MIT" }, "node_modules/@types/tern": { "version": "0.23.9", - "resolved": "https://registry.npmjs.org/@types/tern/-/tern-0.23.9.tgz", - "integrity": "sha512-ypzHFE/wBzh+BlH6rrBgS5I/Z7RD21pGhZ2rltb/+ZrVM1awdZwjx7hE5XfuYgHWk9uvV5HLZN3SloevCAp3Bw==", "license": "MIT", "dependencies": { "@types/estree": "*" @@ -5082,20 +4499,15 @@ }, "node_modules/@types/toastify-js": { "version": "1.12.3", - "resolved": "https://registry.npmjs.org/@types/toastify-js/-/toastify-js-1.12.3.tgz", - "integrity": "sha512-9RjLlbAHMSaae/KZNHGv19VG4gcLIm3YjvacCXBtfMfYn26h76YP5oxXI8k26q4iKXCB9LNfv18lsoS0JnFPTg==", "license": "MIT" }, "node_modules/@types/trusted-types": { "version": "2.0.7", - "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz", - "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==", - "license": "MIT" + "license": "MIT", + "optional": true }, "node_modules/@types/unist": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", - "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", "license": "MIT" }, "node_modules/@types/web-bluetooth": { @@ -5105,9 +4517,9 @@ "license": "MIT" }, "node_modules/@types/ws": { - "version": "8.5.14", - "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.14.tgz", - "integrity": "sha512-bd/YFLW+URhBzMXurx7lWByOu+xzU9+kb3RboOteXYDfW+tr+JZa99OyNmPINEGB/ahzKrEuc8rcv4gnpJmxTw==", + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.0.tgz", + "integrity": "sha512-8svvI3hMyvN0kKCJMvTJP/x6Y/EoQbepff882wL+Sn5QsXb3etnamgrJq4isrBxSJj5L2AuXcI0+bgkoAXGUJw==", "dev": true, "license": "MIT", "peer": true, @@ -5117,8 +4529,6 @@ }, "node_modules/@types/yargs": { "version": "17.0.33", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.33.tgz", - "integrity": "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==", "license": "MIT", "dependencies": { "@types/yargs-parser": "*" @@ -5126,14 +4536,10 @@ }, "node_modules/@types/yargs-parser": { "version": "21.0.3", - "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", - "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==", "license": "MIT" }, "node_modules/@types/yauzl": { "version": "2.10.3", - "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz", - "integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==", "dev": true, "license": "MIT", "optional": true, @@ -5143,8 +4549,6 @@ }, "node_modules/@typescript-eslint/eslint-plugin": { "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz", - "integrity": "sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==", "dev": true, "license": "MIT", "peer": true, @@ -5178,8 +4582,6 @@ }, "node_modules/@typescript-eslint/parser": { "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.18.0.tgz", - "integrity": "sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==", "dev": true, "license": "BSD-2-Clause", "peer": true, @@ -5208,8 +4610,6 @@ }, "node_modules/@typescript-eslint/scope-manager": { "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz", - "integrity": "sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==", "dev": true, "license": "MIT", "peer": true, @@ -5227,8 +4627,6 @@ }, "node_modules/@typescript-eslint/type-utils": { "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz", - "integrity": "sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==", "dev": true, "license": "MIT", "peer": true, @@ -5256,8 +4654,6 @@ }, "node_modules/@typescript-eslint/types": { "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.18.0.tgz", - "integrity": "sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==", "dev": true, "license": "MIT", "peer": true, @@ -5271,8 +4667,6 @@ }, "node_modules/@typescript-eslint/typescript-estree": { "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz", - "integrity": "sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==", "dev": true, "license": "BSD-2-Clause", "peer": true, @@ -5301,8 +4695,6 @@ }, "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": { "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, "license": "ISC", "peer": true, @@ -5315,8 +4707,6 @@ }, "node_modules/@typescript-eslint/utils": { "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.18.0.tgz", - "integrity": "sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==", "dev": true, "license": "MIT", "peer": true, @@ -5339,8 +4729,6 @@ }, "node_modules/@typescript-eslint/visitor-keys": { "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz", - "integrity": "sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==", "dev": true, "license": "MIT", "peer": true, @@ -5358,8 +4746,6 @@ }, "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": { "version": "3.4.3", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", - "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", "dev": true, "license": "Apache-2.0", "peer": true, @@ -5372,14 +4758,10 @@ }, "node_modules/@ungap/structured-clone": { "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz", - "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==", "license": "ISC" }, "node_modules/@vue/compat": { "version": "3.5.13", - "resolved": "https://registry.npmjs.org/@vue/compat/-/compat-3.5.13.tgz", - "integrity": "sha512-Q3xRdTPN4l+kddxU98REyUBgvc0meAo9CefCWE2lW8Fg3dyPn3vSCce52b338ihrJAx1RQQhO5wMWhJ/PAKUpA==", "license": "MIT", "dependencies": { "@babel/parser": "^7.25.3", @@ -5392,8 +4774,6 @@ }, "node_modules/@vue/compiler-core": { "version": "3.5.13", - "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.13.tgz", - "integrity": "sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==", "license": "MIT", "dependencies": { "@babel/parser": "^7.25.3", @@ -5405,8 +4785,6 @@ }, "node_modules/@vue/compiler-dom": { "version": "3.5.13", - "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.13.tgz", - "integrity": "sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==", "license": "MIT", "dependencies": { "@vue/compiler-core": "3.5.13", @@ -5415,8 +4793,6 @@ }, "node_modules/@vue/compiler-sfc": { "version": "3.5.13", - "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.13.tgz", - "integrity": "sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==", "license": "MIT", "dependencies": { "@babel/parser": "^7.25.3", @@ -5432,8 +4808,6 @@ }, "node_modules/@vue/compiler-ssr": { "version": "3.5.13", - "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.13.tgz", - "integrity": "sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==", "license": "MIT", "dependencies": { "@vue/compiler-dom": "3.5.13", @@ -5442,14 +4816,10 @@ }, "node_modules/@vue/devtools-api": { "version": "6.6.4", - "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz", - "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==", "license": "MIT" }, "node_modules/@vue/eslint-config-typescript": { "version": "13.0.0", - "resolved": "https://registry.npmjs.org/@vue/eslint-config-typescript/-/eslint-config-typescript-13.0.0.tgz", - "integrity": "sha512-MHh9SncG/sfqjVqjcuFLOLD6Ed4dRAis4HNt0dXASeAuLqIAx4YMB1/m2o4pUKK1vCt8fUvYG8KKX2Ot3BVZTg==", "dev": true, "license": "MIT", "peer": true, @@ -5474,8 +4844,6 @@ }, "node_modules/@vue/reactivity": { "version": "3.5.13", - "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.13.tgz", - "integrity": "sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==", "license": "MIT", "dependencies": { "@vue/shared": "3.5.13" @@ -5483,8 +4851,6 @@ }, "node_modules/@vue/runtime-core": { "version": "3.5.13", - "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.13.tgz", - "integrity": "sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw==", "license": "MIT", "dependencies": { "@vue/reactivity": "3.5.13", @@ -5493,8 +4859,6 @@ }, "node_modules/@vue/runtime-dom": { "version": "3.5.13", - "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.13.tgz", - "integrity": "sha512-dLaj94s93NYLqjLiyFzVs9X6dWhTdAlEAciC3Moq7gzAc13VJUdCnjjRurNM6uTLFATRHexHCTu/Xp3eW6yoog==", "license": "MIT", "dependencies": { "@vue/reactivity": "3.5.13", @@ -5505,8 +4869,6 @@ }, "node_modules/@vue/server-renderer": { "version": "3.5.13", - "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.13.tgz", - "integrity": "sha512-wAi4IRJV/2SAW3htkTlB+dHeRmpTiVIK1OGLWV1yeStVSebSQQOwGwIq0D3ZIoBj2C2qpgz5+vX9iEBkTdk5YA==", "license": "MIT", "dependencies": { "@vue/compiler-ssr": "3.5.13", @@ -5518,14 +4880,10 @@ }, "node_modules/@vue/shared": { "version": "3.5.13", - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.13.tgz", - "integrity": "sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==", "license": "MIT" }, "node_modules/@vue/test-utils": { "version": "2.4.6", - "resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-2.4.6.tgz", - "integrity": "sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==", "dev": true, "license": "MIT", "dependencies": { @@ -5535,8 +4893,6 @@ }, "node_modules/@vue/vue3-jest": { "version": "29.2.6", - "resolved": "https://registry.npmjs.org/@vue/vue3-jest/-/vue3-jest-29.2.6.tgz", - "integrity": "sha512-Hy4i2BsV5fUmER5LplYiAeRkLTDCSB3ZbnAeEawXtjto/ILaOnamBAoAvEqARgPpR6NRtiYjSgGKmllMtnFd9g==", "license": "MIT", "dependencies": { "@babel/plugin-transform-modules-commonjs": "^7.2.0", @@ -5564,30 +4920,34 @@ }, "node_modules/@vue/vue3-jest/node_modules/convert-source-map": { "version": "1.9.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", - "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", "license": "MIT" }, "node_modules/@vueuse/components": { - "version": "12.5.0", - "resolved": "https://registry.npmjs.org/@vueuse/components/-/components-12.5.0.tgz", - "integrity": "sha512-aLgEW8bidRZ4qkVOIl958NAev+XKYTtbfsIj5ObjiDwvBDqxmGVCwMQvWHUQN37tb8JSkRF22gTUbXNt0iSwLQ==", + "version": "12.8.2", + "resolved": "https://registry.npmjs.org/@vueuse/components/-/components-12.8.2.tgz", + "integrity": "sha512-Nj27u1KsDWzoTthlChzVndJ9g0sW5APCXO3EJkSxlG11nN/ANTUlPPeoJOFvtbdDRnvsMJalboJyE0rRyg7yNg==", "license": "MIT", "dependencies": { - "@vueuse/core": "12.5.0", - "@vueuse/shared": "12.5.0", + "@vueuse/core": "12.8.2", + "@vueuse/shared": "12.8.2", "vue": "^3.5.13" } }, + "node_modules/@vueuse/components/node_modules/@types/web-bluetooth": { + "version": "0.0.21", + "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.21.tgz", + "integrity": "sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==", + "license": "MIT" + }, "node_modules/@vueuse/components/node_modules/@vueuse/core": { - "version": "12.5.0", - "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-12.5.0.tgz", - "integrity": "sha512-GVyH1iYqNANwcahAx8JBm6awaNgvR/SwZ1fjr10b8l1HIgDp82ngNbfzJUgOgWEoxjL+URAggnlilAEXwCOZtg==", + "version": "12.8.2", + "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-12.8.2.tgz", + "integrity": "sha512-HbvCmZdzAu3VGi/pWYm5Ut+Kd9mn1ZHnn4L5G8kOQTPs/IwIAmJoBrmYk2ckLArgMXZj0AW3n5CAejLUO+PhdQ==", "license": "MIT", "dependencies": { - "@types/web-bluetooth": "^0.0.20", - "@vueuse/metadata": "12.5.0", - "@vueuse/shared": "12.5.0", + "@types/web-bluetooth": "^0.0.21", + "@vueuse/metadata": "12.8.2", + "@vueuse/shared": "12.8.2", "vue": "^3.5.13" }, "funding": { @@ -5595,9 +4955,9 @@ } }, "node_modules/@vueuse/components/node_modules/@vueuse/metadata": { - "version": "12.5.0", - "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-12.5.0.tgz", - "integrity": "sha512-Ui7Lo2a7AxrMAXRF+fAp9QsXuwTeeZ8fIB9wsLHqzq9MQk+2gMYE2IGJW48VMJ8ecvCB3z3GsGLKLbSasQ5Qlg==", + "version": "12.8.2", + "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-12.8.2.tgz", + "integrity": "sha512-rAyLGEuoBJ/Il5AmFHiziCPdQzRt88VxR+Y/A/QhJ1EWtWqPBBAxTAFaSkviwEuOEZNtW8pvkPgoCZQ+HxqW1A==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/antfu" @@ -5666,9 +5026,9 @@ } }, "node_modules/@vueuse/shared": { - "version": "12.5.0", - "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-12.5.0.tgz", - "integrity": "sha512-vMpcL1lStUU6O+kdj6YdHDixh0odjPAUM15uJ9f7MY781jcYkIwFA4iv2EfoIPO6vBmvutI1HxxAwmf0cx5ISQ==", + "version": "12.8.2", + "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-12.8.2.tgz", + "integrity": "sha512-dznP38YzxZoNloI0qpEfpkms8knDtaoQ6Y/sfS0L7Yki4zh40LFHEhur0odJC6xTHG5dxWVPiUWBXn+wCG2s5w==", "license": "MIT", "dependencies": { "vue": "^3.5.13" @@ -5679,8 +5039,6 @@ }, "node_modules/@webassemblyjs/ast": { "version": "1.14.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz", - "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==", "dev": true, "license": "MIT", "peer": true, @@ -5691,32 +5049,24 @@ }, "node_modules/@webassemblyjs/floating-point-hex-parser": { "version": "1.13.2", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz", - "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==", "dev": true, "license": "MIT", "peer": true }, "node_modules/@webassemblyjs/helper-api-error": { "version": "1.13.2", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz", - "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==", "dev": true, "license": "MIT", "peer": true }, "node_modules/@webassemblyjs/helper-buffer": { "version": "1.14.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz", - "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==", "dev": true, "license": "MIT", "peer": true }, "node_modules/@webassemblyjs/helper-numbers": { "version": "1.13.2", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz", - "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==", "dev": true, "license": "MIT", "peer": true, @@ -5728,16 +5078,12 @@ }, "node_modules/@webassemblyjs/helper-wasm-bytecode": { "version": "1.13.2", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz", - "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==", "dev": true, "license": "MIT", "peer": true }, "node_modules/@webassemblyjs/helper-wasm-section": { "version": "1.14.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz", - "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==", "dev": true, "license": "MIT", "peer": true, @@ -5750,8 +5096,6 @@ }, "node_modules/@webassemblyjs/ieee754": { "version": "1.13.2", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz", - "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==", "dev": true, "license": "MIT", "peer": true, @@ -5761,8 +5105,6 @@ }, "node_modules/@webassemblyjs/leb128": { "version": "1.13.2", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz", - "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==", "dev": true, "license": "Apache-2.0", "peer": true, @@ -5772,16 +5114,12 @@ }, "node_modules/@webassemblyjs/utf8": { "version": "1.13.2", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz", - "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==", "dev": true, "license": "MIT", "peer": true }, "node_modules/@webassemblyjs/wasm-edit": { "version": "1.14.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz", - "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==", "dev": true, "license": "MIT", "peer": true, @@ -5798,8 +5136,6 @@ }, "node_modules/@webassemblyjs/wasm-gen": { "version": "1.14.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz", - "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==", "dev": true, "license": "MIT", "peer": true, @@ -5813,8 +5149,6 @@ }, "node_modules/@webassemblyjs/wasm-opt": { "version": "1.14.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz", - "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==", "dev": true, "license": "MIT", "peer": true, @@ -5827,8 +5161,6 @@ }, "node_modules/@webassemblyjs/wasm-parser": { "version": "1.14.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz", - "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==", "dev": true, "license": "MIT", "peer": true, @@ -5843,8 +5175,6 @@ }, "node_modules/@webassemblyjs/wast-printer": { "version": "1.14.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz", - "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==", "dev": true, "license": "MIT", "peer": true, @@ -5905,24 +5235,18 @@ }, "node_modules/@xtuc/ieee754": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", - "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", "dev": true, "license": "BSD-3-Clause", "peer": true }, "node_modules/@xtuc/long": { "version": "4.2.2", - "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", - "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", "dev": true, "license": "Apache-2.0", "peer": true }, "node_modules/abbrev": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz", - "integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==", "dev": true, "license": "ISC", "engines": { @@ -5971,8 +5295,6 @@ }, "node_modules/acorn": { "version": "8.14.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", - "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", "dev": true, "license": "MIT", "peer": true, @@ -5985,8 +5307,6 @@ }, "node_modules/acorn-jsx": { "version": "5.3.2", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", "dev": true, "license": "MIT", "peer": true, @@ -5996,8 +5316,6 @@ }, "node_modules/aggregate-error": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", - "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", "dev": true, "license": "MIT", "dependencies": { @@ -6010,8 +5328,6 @@ }, "node_modules/ajv": { "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", "dev": true, "license": "MIT", "peer": true, @@ -6028,8 +5344,6 @@ }, "node_modules/ajv-formats": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", - "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", "dev": true, "license": "MIT", "dependencies": { @@ -6046,8 +5360,6 @@ }, "node_modules/ajv-formats/node_modules/ajv": { "version": "8.17.1", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", - "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "dev": true, "license": "MIT", "dependencies": { @@ -6063,15 +5375,11 @@ }, "node_modules/ajv-formats/node_modules/json-schema-traverse": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", "dev": true, "license": "MIT" }, "node_modules/ajv-keywords": { "version": "3.5.2", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", "dev": true, "license": "MIT", "peer": true, @@ -6081,8 +5389,6 @@ }, "node_modules/ansi-colors": { "version": "4.1.3", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", - "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", "dev": true, "license": "MIT", "engines": { @@ -6091,8 +5397,6 @@ }, "node_modules/ansi-escapes": { "version": "4.3.2", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", - "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", "license": "MIT", "dependencies": { "type-fest": "^0.21.3" @@ -6120,8 +5424,6 @@ }, "node_modules/ansi-regex": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "license": "MIT", "engines": { "node": ">=8" @@ -6129,8 +5431,6 @@ }, "node_modules/ansi-styles": { "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "license": "MIT", "dependencies": { "color-convert": "^1.9.0" @@ -6141,8 +5441,6 @@ }, "node_modules/anymatch": { "version": "3.1.3", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", - "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", "license": "ISC", "dependencies": { "normalize-path": "^3.0.0", @@ -6154,8 +5452,6 @@ }, "node_modules/arch": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/arch/-/arch-2.2.0.tgz", - "integrity": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==", "dev": true, "funding": [ { @@ -6175,8 +5471,6 @@ }, "node_modules/are-docs-informative": { "version": "0.0.2", - "resolved": "https://registry.npmjs.org/are-docs-informative/-/are-docs-informative-0.0.2.tgz", - "integrity": "sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==", "dev": true, "license": "MIT", "peer": true, @@ -6186,8 +5480,6 @@ }, "node_modules/argparse": { "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", "license": "MIT", "dependencies": { "sprintf-js": "~1.0.2" @@ -6195,8 +5487,6 @@ }, "node_modules/array-buffer-byte-length": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz", - "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==", "dev": true, "license": "MIT", "peer": true, @@ -6221,8 +5511,6 @@ }, "node_modules/array-includes": { "version": "3.1.8", - "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.8.tgz", - "integrity": "sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==", "dev": true, "license": "MIT", "peer": true, @@ -6243,8 +5531,6 @@ }, "node_modules/array-union": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", - "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", "dev": true, "license": "MIT", "engines": { @@ -6253,8 +5539,6 @@ }, "node_modules/array.prototype.findlastindex": { "version": "1.2.5", - "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz", - "integrity": "sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==", "dev": true, "license": "MIT", "peer": true, @@ -6275,8 +5559,6 @@ }, "node_modules/array.prototype.flat": { "version": "1.3.3", - "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz", - "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==", "dev": true, "license": "MIT", "peer": true, @@ -6295,8 +5577,6 @@ }, "node_modules/array.prototype.flatmap": { "version": "1.3.3", - "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz", - "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==", "dev": true, "license": "MIT", "peer": true, @@ -6315,8 +5595,6 @@ }, "node_modules/arraybuffer.prototype.slice": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz", - "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==", "dev": true, "license": "MIT", "peer": true, @@ -6338,8 +5616,6 @@ }, "node_modules/asn1": { "version": "0.2.6", - "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", - "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", "dev": true, "license": "MIT", "dependencies": { @@ -6384,8 +5660,6 @@ }, "node_modules/assert-plus": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==", "dev": true, "license": "MIT", "engines": { @@ -6394,8 +5668,6 @@ }, "node_modules/astral-regex": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", - "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", "dev": true, "license": "MIT", "engines": { @@ -6404,15 +5676,11 @@ }, "node_modules/async": { "version": "3.2.6", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", - "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==", "dev": true, "license": "MIT" }, "node_modules/async-function": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz", - "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==", "dev": true, "license": "MIT", "peer": true, @@ -6422,14 +5690,10 @@ }, "node_modules/asynckit": { "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", "license": "MIT" }, "node_modules/at-least-node": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", - "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", "dev": true, "license": "ISC", "engines": { @@ -6438,8 +5702,6 @@ }, "node_modules/available-typed-arrays": { "version": "1.0.7", - "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", - "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", "dev": true, "license": "MIT", "peer": true, @@ -6455,8 +5717,6 @@ }, "node_modules/aws-sign2": { "version": "0.7.0", - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", - "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==", "dev": true, "license": "Apache-2.0", "engines": { @@ -6465,15 +5725,11 @@ }, "node_modules/aws4": { "version": "1.13.2", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.13.2.tgz", - "integrity": "sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==", "dev": true, "license": "MIT" }, "node_modules/axios": { "version": "1.7.9", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz", - "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", @@ -6483,8 +5739,6 @@ }, "node_modules/babel-jest": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz", - "integrity": "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==", "license": "MIT", "dependencies": { "@jest/transform": "^29.7.0", @@ -6504,8 +5758,6 @@ }, "node_modules/babel-jest/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "license": "MIT", "dependencies": { "color-convert": "^2.0.1" @@ -6519,8 +5771,6 @@ }, "node_modules/babel-jest/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", @@ -6535,8 +5785,6 @@ }, "node_modules/babel-jest/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "license": "MIT", "dependencies": { "color-name": "~1.1.4" @@ -6547,14 +5795,10 @@ }, "node_modules/babel-jest/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "license": "MIT" }, "node_modules/babel-jest/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "license": "MIT", "engines": { "node": ">=8" @@ -6562,8 +5806,6 @@ }, "node_modules/babel-jest/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "license": "MIT", "dependencies": { "has-flag": "^4.0.0" @@ -6593,8 +5835,6 @@ }, "node_modules/babel-plugin-istanbul": { "version": "6.1.1", - "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", - "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", "license": "BSD-3-Clause", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", @@ -6609,8 +5849,6 @@ }, "node_modules/babel-plugin-jest-hoist": { "version": "29.6.3", - "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz", - "integrity": "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==", "license": "MIT", "dependencies": { "@babel/template": "^7.3.3", @@ -6624,8 +5862,6 @@ }, "node_modules/babel-plugin-polyfill-corejs2": { "version": "0.4.12", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.12.tgz", - "integrity": "sha512-CPWT6BwvhrTO2d8QVorhTCQw9Y43zOu7G9HigcfxvepOU6b8o3tcWad6oVgZIsZCTt42FFv97aA7ZJsbM4+8og==", "dev": true, "license": "MIT", "peer": true, @@ -6640,8 +5876,6 @@ }, "node_modules/babel-plugin-polyfill-corejs3": { "version": "0.10.6", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz", - "integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==", "dev": true, "license": "MIT", "peer": true, @@ -6655,8 +5889,6 @@ }, "node_modules/babel-plugin-polyfill-regenerator": { "version": "0.6.3", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.3.tgz", - "integrity": "sha512-LiWSbl4CRSIa5x/JAU6jZiG9eit9w6mz+yVMFwDE83LAWvt0AfGBoZ7HS/mkhrKuh2ZlzfVZYKoLjXdqw6Yt7Q==", "dev": true, "license": "MIT", "peer": true, @@ -6669,8 +5901,6 @@ }, "node_modules/babel-preset-current-node-syntax": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.1.0.tgz", - "integrity": "sha512-ldYss8SbBlWva1bs28q78Ju5Zq1F+8BrqBZZ0VFhLBvhh6lCpC2o3gDJi/5DRLs9FgYZCnmPYIVFU4lRXCkyUw==", "license": "MIT", "dependencies": { "@babel/plugin-syntax-async-generators": "^7.8.4", @@ -6695,8 +5925,6 @@ }, "node_modules/babel-preset-jest": { "version": "29.6.3", - "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz", - "integrity": "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==", "license": "MIT", "dependencies": { "babel-plugin-jest-hoist": "^29.6.3", @@ -6721,20 +5949,14 @@ }, "node_modules/balanced-match": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "license": "MIT" }, "node_modules/base-64": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/base-64/-/base-64-1.0.0.tgz", - "integrity": "sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==", "license": "MIT" }, "node_modules/base64-js": { "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", "dev": true, "funding": [ { @@ -6762,8 +5984,6 @@ }, "node_modules/bcrypt-pbkdf": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", - "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -6786,8 +6006,6 @@ }, "node_modules/bl": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", - "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", "dev": true, "license": "MIT", "dependencies": { @@ -6798,22 +6016,22 @@ }, "node_modules/blob-util": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/blob-util/-/blob-util-2.0.2.tgz", - "integrity": "sha512-T7JQa+zsXXEa6/8ZhHcQEW1UFfVM49Ts65uBkFL6fz2QmrElqmbajIDJvuA0tEhRe5eIjpV9ZF+0RfZR9voJFQ==", "dev": true, "license": "Apache-2.0" }, "node_modules/bluebird": { "version": "3.7.2", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", - "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", "dev": true, "license": "MIT" }, "node_modules/blueimp-md5": { "version": "2.19.0", - "resolved": "https://registry.npmjs.org/blueimp-md5/-/blueimp-md5-2.19.0.tgz", - "integrity": "sha512-DRQrD6gJyy8FbiE4s+bDoXS9hiW3Vbx5uCdwvcCf3zLHL+Iv7LtGHLpr+GZV8rHG8tK766FGYBwRbu8pELTt+w==", + "license": "MIT" + }, + "node_modules/blurhash": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.5.tgz", + "integrity": "sha512-cRygWd7kGBQO3VEhPiTgq4Wc43ctsM+o46urrmPOiuAe+07fzlSB9OJVdpgDL0jPqXUVQ9ht7aq7kxOeJHRK+w==", "license": "MIT" }, "node_modules/bn.js": { @@ -6900,16 +6118,12 @@ }, "node_modules/boolbase": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", - "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", "dev": true, "license": "ISC", "peer": true }, "node_modules/brace-expansion": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" @@ -6917,8 +6131,6 @@ }, "node_modules/braces": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", - "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "license": "MIT", "dependencies": { "fill-range": "^7.1.1" @@ -7082,8 +6294,6 @@ }, "node_modules/browserslist": { "version": "4.24.4", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.4.tgz", - "integrity": "sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==", "funding": [ { "type": "opencollective", @@ -7114,8 +6324,6 @@ }, "node_modules/bser": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", - "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", "license": "Apache-2.0", "dependencies": { "node-int64": "^0.4.0" @@ -7123,8 +6331,6 @@ }, "node_modules/buffer": { "version": "5.7.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", - "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", "dev": true, "funding": [ { @@ -7148,8 +6354,6 @@ }, "node_modules/buffer-crc32": { "version": "0.2.13", - "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", - "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==", "dev": true, "license": "MIT", "engines": { @@ -7158,8 +6362,6 @@ }, "node_modules/buffer-from": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", "license": "MIT" }, "node_modules/buffer-xor": { @@ -7172,8 +6374,6 @@ }, "node_modules/buildcheck": { "version": "0.0.6", - "resolved": "https://registry.npmjs.org/buildcheck/-/buildcheck-0.0.6.tgz", - "integrity": "sha512-8f9ZJCUXyT1M35Jx7MkBgmBMo3oHTTBIPLiY9xyL0pl3T5RwcPEY8cUHr5LBNfu/fk6c2T4DJZuVM/8ZZT2D2A==", "dev": true, "optional": true, "engines": { @@ -7182,8 +6382,6 @@ }, "node_modules/builtin-modules": { "version": "3.3.0", - "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz", - "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==", "dev": true, "license": "MIT", "peer": true, @@ -7204,8 +6402,6 @@ }, "node_modules/builtins": { "version": "5.1.0", - "resolved": "https://registry.npmjs.org/builtins/-/builtins-5.1.0.tgz", - "integrity": "sha512-SW9lzGTLvWTP1AY8xeAMZimqDrIaSdLQUcVr9DMef51niJ022Ri87SwRRKYm4A6iHfkPaiVUu/Duw2Wc4J7kKg==", "dev": true, "license": "MIT", "peer": true, @@ -7215,8 +6411,6 @@ }, "node_modules/builtins/node_modules/semver": { "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, "license": "ISC", "peer": true, @@ -7246,8 +6440,6 @@ }, "node_modules/byte-length": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/byte-length/-/byte-length-1.0.2.tgz", - "integrity": "sha512-ovBpjmsgd/teRmgcPh23d4gJvxDoXtAzEL9xTfMU8Yc2kqCDb7L9jAG0XHl1nzuGl+h3ebCIF1i62UFyA9V/2Q==", "license": "MIT" }, "node_modules/bytes": { @@ -7263,8 +6455,6 @@ }, "node_modules/cacheable": { "version": "1.8.8", - "resolved": "https://registry.npmjs.org/cacheable/-/cacheable-1.8.8.tgz", - "integrity": "sha512-OE1/jlarWxROUIpd0qGBSKFLkNsotY8pt4GeiVErUYh/NUeTNrT+SBksUgllQv4m6a0W/VZsLuiHb88maavqEw==", "dev": true, "license": "MIT", "peer": true, @@ -7275,8 +6465,6 @@ }, "node_modules/cacheable/node_modules/keyv": { "version": "5.2.3", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.2.3.tgz", - "integrity": "sha512-AGKecUfzrowabUv0bH1RIR5Vf7w+l4S3xtQAypKaUpTdIR1EbrAcTxHCrpo9Q+IWeUlFE2palRtgIQcgm+PQJw==", "dev": true, "license": "MIT", "peer": true, @@ -7286,8 +6474,6 @@ }, "node_modules/cachedir": { "version": "2.4.0", - "resolved": "https://registry.npmjs.org/cachedir/-/cachedir-2.4.0.tgz", - "integrity": "sha512-9EtFOZR8g22CL7BWjJ9BUx1+A/djkofnyW3aOXZORNW2kxoUpx2h+uN2cOqwPmFhnpVmxg+KW2OjOSgChTEvsQ==", "dev": true, "license": "MIT", "engines": { @@ -7296,8 +6482,6 @@ }, "node_modules/call-bind": { "version": "1.0.8", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz", - "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==", "dev": true, "license": "MIT", "peer": true, @@ -7316,8 +6500,6 @@ }, "node_modules/call-bind-apply-helpers": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.1.tgz", - "integrity": "sha512-BhYE+WDaywFg2TBWYNXAE+8B1ATnThNBqXHP5nQu0jWJdVvY2hvkpyB3qOmtmDePiS5/BDQ8wASEWGMWRG148g==", "dev": true, "license": "MIT", "dependencies": { @@ -7330,8 +6512,6 @@ }, "node_modules/call-bound": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.3.tgz", - "integrity": "sha512-YTd+6wGlNlPxSuri7Y6X8tY2dmm12UMH66RpKMhiX6rsk5wXXnYgbUcOt8kiS31/AjfoTOvCsE+w8nZQLQnzHA==", "dev": true, "license": "MIT", "dependencies": { @@ -7347,8 +6527,6 @@ }, "node_modules/callsites": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", "license": "MIT", "engines": { "node": ">=6" @@ -7356,8 +6534,6 @@ }, "node_modules/camelcase": { "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", "license": "MIT", "engines": { "node": ">=6" @@ -7365,14 +6541,10 @@ }, "node_modules/cancelable-promise": { "version": "4.3.1", - "resolved": "https://registry.npmjs.org/cancelable-promise/-/cancelable-promise-4.3.1.tgz", - "integrity": "sha512-A/8PwLk/T7IJDfUdQ68NR24QHa8rIlnN/stiJEBo6dmVUkD4K14LswG0w3VwdeK/o7qOwRUR1k2MhK5Rpy2m7A==", "license": "MIT" }, "node_modules/caniuse-lite": { "version": "1.0.30001695", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001695.tgz", - "integrity": "sha512-vHyLade6wTgI2u1ec3WQBxv+2BrTERV28UXQu9LO6lZ9pYeMk34vjXFLOxo1A4UBA8XTL4njRQZdno/yYaSmWw==", "funding": [ { "type": "opencollective", @@ -7391,8 +6563,6 @@ }, "node_modules/caseless": { "version": "0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==", "dev": true, "license": "Apache-2.0" }, @@ -7408,8 +6578,6 @@ }, "node_modules/chalk": { "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "license": "MIT", "dependencies": { "ansi-styles": "^3.2.1", @@ -7462,8 +6630,6 @@ }, "node_modules/charenc": { "version": "0.0.2", - "resolved": "https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz", - "integrity": "sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==", "license": "BSD-3-Clause", "engines": { "node": "*" @@ -7471,8 +6637,6 @@ }, "node_modules/check-more-types": { "version": "2.24.0", - "resolved": "https://registry.npmjs.org/check-more-types/-/check-more-types-2.24.0.tgz", - "integrity": "sha512-Pj779qHxV2tuapviy1bSZNEL1maXr13bPYpsvSDB68HlYcYuhlDrmGd63i0JHMCLKzc7rUSNIrpdJlhVlNwrxA==", "dev": true, "license": "MIT", "engines": { @@ -7498,21 +6662,15 @@ }, "node_modules/chownr": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", - "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==", "dev": true, "license": "ISC" }, "node_modules/chroma-js": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/chroma-js/-/chroma-js-3.1.2.tgz", - "integrity": "sha512-IJnETTalXbsLx1eKEgx19d5L6SRM7cH4vINw/99p/M11HCuXGRWL+6YmCm7FWFGIo6dtWuQoQi1dc5yQ7ESIHg==", "license": "(BSD-3-Clause AND Apache-2.0)" }, "node_modules/chrome-trace-event": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz", - "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==", "dev": true, "license": "MIT", "peer": true, @@ -7522,8 +6680,6 @@ }, "node_modules/ci-info": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.1.0.tgz", - "integrity": "sha512-HutrvTNsF48wnxkzERIXOe5/mlcfFcbfCmwcg6CJnizbSue78AbDt+1cgl26zwn61WFxhcPykPfZrbqjGmBb4A==", "dev": true, "funding": [ { @@ -7553,14 +6709,10 @@ }, "node_modules/cjs-module-lexer": { "version": "1.4.1", - "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.4.1.tgz", - "integrity": "sha512-cuSVIHi9/9E/+821Qjdvngor+xpnlwnuwIyZOaLmHBVdXL+gP+I6QQB9VkO7RI77YIcTV+S1W9AreJ5eN63JBA==", "license": "MIT" }, "node_modules/clean-stack": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", - "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", "dev": true, "license": "MIT", "engines": { @@ -7569,8 +6721,6 @@ }, "node_modules/cli-cursor": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", - "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", "dev": true, "license": "MIT", "dependencies": { @@ -7582,8 +6732,6 @@ }, "node_modules/cli-table3": { "version": "0.6.5", - "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.5.tgz", - "integrity": "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==", "dev": true, "license": "MIT", "dependencies": { @@ -7598,8 +6746,6 @@ }, "node_modules/cli-truncate": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz", - "integrity": "sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==", "dev": true, "license": "MIT", "dependencies": { @@ -7615,8 +6761,6 @@ }, "node_modules/cliui": { "version": "8.0.1", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", - "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", "license": "ISC", "dependencies": { "string-width": "^4.2.0", @@ -7679,8 +6823,6 @@ }, "node_modules/co": { "version": "4.6.0", - "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", - "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==", "license": "MIT", "engines": { "iojs": ">= 1.0.0", @@ -7689,14 +6831,10 @@ }, "node_modules/codemirror": { "version": "5.65.18", - "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.18.tgz", - "integrity": "sha512-Gaz4gHnkbHMGgahNt3CA5HBk5lLQBqmD/pBgeB4kQU6OedZmqMBjlRF0LSrp2tJ4wlLNPm2FfaUd1pDy0mdlpA==", "license": "MIT" }, "node_modules/codemirror-spell-checker": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/codemirror-spell-checker/-/codemirror-spell-checker-1.1.2.tgz", - "integrity": "sha512-2Tl6n0v+GJRsC9K3MLCdLaMOmvWL0uukajNJseorZJsslaxZyZMgENocPU8R0DyoTAiKsyqiemSOZo7kjGV0LQ==", "license": "MIT", "dependencies": { "typo-js": "*" @@ -7704,14 +6842,10 @@ }, "node_modules/collect-v8-coverage": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz", - "integrity": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==", "license": "MIT" }, "node_modules/color-convert": { "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", "license": "MIT", "dependencies": { "color-name": "1.1.3" @@ -7719,29 +6853,21 @@ }, "node_modules/color-name": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", "license": "MIT" }, "node_modules/colord": { "version": "2.9.3", - "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz", - "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==", "dev": true, "license": "MIT", "peer": true }, "node_modules/colorette": { "version": "2.0.20", - "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", - "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", "dev": true, "license": "MIT" }, "node_modules/combined-stream": { "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", "license": "MIT", "dependencies": { "delayed-stream": "~1.0.0" @@ -7762,8 +6888,6 @@ }, "node_modules/commander": { "version": "6.2.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", - "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", "dev": true, "license": "MIT", "engines": { @@ -7772,8 +6896,6 @@ }, "node_modules/comment-parser": { "version": "1.4.1", - "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.1.tgz", - "integrity": "sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==", "dev": true, "license": "MIT", "peer": true, @@ -7791,8 +6913,6 @@ }, "node_modules/common-tags": { "version": "1.8.2", - "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz", - "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==", "dev": true, "license": "MIT", "engines": { @@ -7854,14 +6974,10 @@ }, "node_modules/concat-map": { "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", "license": "MIT" }, "node_modules/condense-newlines": { "version": "0.2.1", - "resolved": "https://registry.npmjs.org/condense-newlines/-/condense-newlines-0.2.1.tgz", - "integrity": "sha512-P7X+QL9Hb9B/c8HI5BFFKmjgBu2XpQuF98WZ9XkO+dBGgk5XgwiQz7o1SmpglNWId3581UcS0SFAWfoIhMHPfg==", "dev": true, "license": "MIT", "dependencies": { @@ -7875,8 +6991,6 @@ }, "node_modules/config-chain": { "version": "1.1.13", - "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz", - "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==", "dev": true, "license": "MIT", "dependencies": { @@ -7886,8 +7000,6 @@ }, "node_modules/config-chain/node_modules/ini": { "version": "1.3.8", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", - "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", "dev": true, "license": "ISC" }, @@ -7944,8 +7056,6 @@ }, "node_modules/convert-source-map": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", "license": "MIT" }, "node_modules/cookie": { @@ -7969,16 +7079,11 @@ }, "node_modules/core-js": { "version": "2.6.12", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz", - "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==", - "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.", "hasInstallScript": true, "license": "MIT" }, "node_modules/core-js-compat": { "version": "3.40.0", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.40.0.tgz", - "integrity": "sha512-0XEDpr5y5mijvw8Lbc6E5AkjrHfp7eEoPlu36SWeAbcL8fn1G1ANe8DBlo2XoNN89oVpxWwOjYIPVzR4ZvsKCQ==", "dev": true, "license": "MIT", "peer": true, @@ -7992,15 +7097,11 @@ }, "node_modules/core-util-is": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==", "dev": true, "license": "MIT" }, "node_modules/cosmiconfig": { "version": "9.0.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz", - "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==", "dev": true, "license": "MIT", "dependencies": { @@ -8026,15 +7127,11 @@ }, "node_modules/cosmiconfig/node_modules/argparse": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", "dev": true, "license": "Python-2.0" }, "node_modules/cosmiconfig/node_modules/js-yaml": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "dev": true, "license": "MIT", "dependencies": { @@ -8046,8 +7143,6 @@ }, "node_modules/cpu-features": { "version": "0.0.10", - "resolved": "https://registry.npmjs.org/cpu-features/-/cpu-features-0.0.10.tgz", - "integrity": "sha512-9IkYqtX3YHPCzoVg1Py+o9057a3i0fp7S530UWokCSaFVTc7CwXPRiOjRjBQQ18ZCNafx78YfnG+HALxtVmOGA==", "dev": true, "hasInstallScript": true, "optional": true, @@ -8112,8 +7207,6 @@ }, "node_modules/create-jest": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/create-jest/-/create-jest-29.7.0.tgz", - "integrity": "sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==", "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", @@ -8133,8 +7226,6 @@ }, "node_modules/create-jest/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "license": "MIT", "dependencies": { "color-convert": "^2.0.1" @@ -8148,8 +7239,6 @@ }, "node_modules/create-jest/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", @@ -8164,8 +7253,6 @@ }, "node_modules/create-jest/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "license": "MIT", "dependencies": { "color-name": "~1.1.4" @@ -8176,14 +7263,10 @@ }, "node_modules/create-jest/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "license": "MIT" }, "node_modules/create-jest/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "license": "MIT", "engines": { "node": ">=8" @@ -8191,8 +7274,6 @@ }, "node_modules/create-jest/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "license": "MIT", "dependencies": { "has-flag": "^4.0.0" @@ -8203,8 +7284,6 @@ }, "node_modules/cross-spawn": { "version": "7.0.6", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", - "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "license": "MIT", "dependencies": { "path-key": "^3.1.0", @@ -8217,8 +7296,6 @@ }, "node_modules/crypt": { "version": "0.0.2", - "resolved": "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz", - "integrity": "sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==", "license": "BSD-3-Clause", "engines": { "node": "*" @@ -8254,8 +7331,6 @@ }, "node_modules/css-functions-list": { "version": "3.2.3", - "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.3.tgz", - "integrity": "sha512-IQOkD3hbR5KrN93MtcYuad6YPuTSUhntLHDuLEbFWE+ff2/XSZNdZG+LcbbIW5AXKg/WFIfYItIzVoHngHXZzA==", "dev": true, "license": "MIT", "peer": true, @@ -8316,8 +7391,6 @@ }, "node_modules/css-tree": { "version": "2.3.1", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz", - "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==", "license": "MIT", "dependencies": { "mdn-data": "2.0.30", @@ -8329,8 +7402,6 @@ }, "node_modules/cssesc": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", "dev": true, "license": "MIT", "peer": true, @@ -8343,14 +7414,10 @@ }, "node_modules/csstype": { "version": "3.1.3", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", - "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", "license": "MIT" }, "node_modules/cypress": { "version": "13.17.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.17.0.tgz", - "integrity": "sha512-5xWkaPurwkIljojFidhw8lFScyxhtiFHl/i/3zov+1Z5CmY4t9tjIdvSXfu82Y3w7wt0uR9KkucbhkVvJZLQSA==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -8408,8 +7475,6 @@ }, "node_modules/cypress/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "license": "MIT", "dependencies": { @@ -8424,8 +7489,6 @@ }, "node_modules/cypress/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, "license": "MIT", "dependencies": { @@ -8441,8 +7504,6 @@ }, "node_modules/cypress/node_modules/chalk/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, "license": "MIT", "dependencies": { @@ -8454,8 +7515,6 @@ }, "node_modules/cypress/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "license": "MIT", "dependencies": { @@ -8467,15 +7526,11 @@ }, "node_modules/cypress/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true, "license": "MIT" }, "node_modules/cypress/node_modules/fs-extra": { "version": "9.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", "dev": true, "license": "MIT", "dependencies": { @@ -8490,8 +7545,6 @@ }, "node_modules/cypress/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, "license": "MIT", "engines": { @@ -8500,15 +7553,11 @@ }, "node_modules/cypress/node_modules/proxy-from-env": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.0.0.tgz", - "integrity": "sha512-F2JHgJQ1iqwnHDcQjVBsq3n/uoaFL+iPW/eAeL7kVxy/2RrWaN4WroKjjvbsoRtv0ftelNyC01bjRhn/bhcf4A==", "dev": true, "license": "MIT" }, "node_modules/cypress/node_modules/semver": { "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, "license": "ISC", "bin": { @@ -8520,8 +7569,6 @@ }, "node_modules/cypress/node_modules/supports-color": { "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", "dev": true, "license": "MIT", "dependencies": { @@ -8536,8 +7583,6 @@ }, "node_modules/dashdash": { "version": "1.14.1", - "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", "dev": true, "license": "MIT", "dependencies": { @@ -8549,8 +7594,6 @@ }, "node_modules/data-uri-to-buffer": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz", - "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==", "license": "MIT", "engines": { "node": ">= 12" @@ -8558,8 +7601,6 @@ }, "node_modules/data-view-buffer": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz", - "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==", "dev": true, "license": "MIT", "peer": true, @@ -8577,8 +7618,6 @@ }, "node_modules/data-view-byte-length": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz", - "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==", "dev": true, "license": "MIT", "peer": true, @@ -8596,8 +7635,6 @@ }, "node_modules/data-view-byte-offset": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz", - "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==", "dev": true, "license": "MIT", "peer": true, @@ -8621,8 +7658,6 @@ }, "node_modules/dayjs": { "version": "1.11.13", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz", - "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==", "dev": true, "license": "MIT" }, @@ -8640,8 +7675,6 @@ }, "node_modules/debug": { "version": "4.4.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", - "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", "license": "MIT", "dependencies": { "ms": "^2.1.3" @@ -8656,9 +7689,9 @@ } }, "node_modules/decode-named-character-reference": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.0.2.tgz", - "integrity": "sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.1.0.tgz", + "integrity": "sha512-Wy+JTSbFThEOXQIR2L6mxJvEs+veIzpmqD7ynWxMXGpnk3smkHQOp6forLdHsKpAMW9iJpaBBIxz285t1n1C3w==", "license": "MIT", "dependencies": { "character-entities": "^2.0.0" @@ -8670,8 +7703,6 @@ }, "node_modules/dedent": { "version": "1.5.3", - "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.5.3.tgz", - "integrity": "sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==", "license": "MIT", "peerDependencies": { "babel-plugin-macros": "^3.1.0" @@ -8684,16 +7715,12 @@ }, "node_modules/deep-is": { "version": "0.1.4", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", - "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", "dev": true, "license": "MIT", "peer": true }, "node_modules/deepmerge": { "version": "4.3.1", - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", - "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -8733,8 +7760,6 @@ }, "node_modules/define-data-property": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", - "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", "dev": true, "license": "MIT", "peer": true, @@ -8766,8 +7791,6 @@ }, "node_modules/define-properties": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", - "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", "dev": true, "license": "MIT", "peer": true, @@ -8785,8 +7808,6 @@ }, "node_modules/delayed-stream": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", "license": "MIT", "engines": { "node": ">=0.4.0" @@ -8853,8 +7874,6 @@ }, "node_modules/detect-newline": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", - "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", "license": "MIT", "engines": { "node": ">=8" @@ -8883,8 +7902,6 @@ }, "node_modules/diff-sequences": { "version": "29.6.3", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz", - "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==", "license": "MIT", "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" @@ -8913,8 +7930,6 @@ }, "node_modules/dir-glob": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", - "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", "dev": true, "license": "MIT", "dependencies": { @@ -8940,8 +7955,6 @@ }, "node_modules/docker-modem": { "version": "5.0.6", - "resolved": "https://registry.npmjs.org/docker-modem/-/docker-modem-5.0.6.tgz", - "integrity": "sha512-ens7BiayssQz/uAxGzH8zGXCtiV24rRWXdjNha5V4zSOcxmAZsfGVm/PPFbwQdqEkDnhG+SyR9E3zSHUbOKXBQ==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -8956,8 +7969,6 @@ }, "node_modules/dockerode": { "version": "4.0.4", - "resolved": "https://registry.npmjs.org/dockerode/-/dockerode-4.0.4.tgz", - "integrity": "sha512-6GYP/EdzEY50HaOxTVTJ2p+mB5xDHTMJhS+UoGrVyS6VC+iQRh7kZ4FRpUYq6nziby7hPqWhOrFFUFTMUZJJ5w==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -8975,8 +7986,6 @@ }, "node_modules/dockerode/node_modules/uuid": { "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", "dev": true, "funding": [ "https://github.com/sponsors/broofa", @@ -8989,8 +7998,6 @@ }, "node_modules/doctrine": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", - "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", "dev": true, "license": "Apache-2.0", "peer": true, @@ -9003,8 +8010,6 @@ }, "node_modules/dom-serializer": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", - "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", "dev": true, "license": "MIT", "peer": true, @@ -9033,8 +8038,6 @@ }, "node_modules/domelementtype": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", - "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", "dev": true, "funding": [ { @@ -9047,8 +8050,6 @@ }, "node_modules/domhandler": { "version": "5.0.3", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", - "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", "dev": true, "license": "BSD-2-Clause", "peer": true, @@ -9063,9 +8064,7 @@ } }, "node_modules/dompurify": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.3.tgz", - "integrity": "sha512-U1U5Hzc2MO0oW3DF+G9qYN0aT7atAou4AgI0XjWz061nyBPbdxkfdhfy5uMgGn6+oLFCfn44ZGbdDqCzVmlOWA==", + "version": "3.2.4", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" @@ -9073,8 +8072,6 @@ }, "node_modules/domutils": { "version": "3.2.2", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz", - "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==", "dev": true, "license": "BSD-2-Clause", "peer": true, @@ -9089,8 +8086,6 @@ }, "node_modules/dotenv": { "version": "16.4.5", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz", - "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==", "dev": true, "license": "BSD-2-Clause", "engines": { @@ -9102,8 +8097,6 @@ }, "node_modules/dunder-proto": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", - "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", "dev": true, "license": "MIT", "dependencies": { @@ -9117,15 +8110,11 @@ }, "node_modules/eastasianwidth": { "version": "0.2.0", - "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", - "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", "dev": true, "license": "MIT" }, "node_modules/easymde": { "version": "2.18.0", - "resolved": "https://registry.npmjs.org/easymde/-/easymde-2.18.0.tgz", - "integrity": "sha512-IxVVUxNWIoXLeqtBU4BLc+eS/ScYhT1Dcb6yF5Wchoj1iXAV+TIIDWx+NCaZhY7RcSHqDPKllbYq7nwGKILnoA==", "license": "MIT", "dependencies": { "@types/codemirror": "^5.60.4", @@ -9137,8 +8126,6 @@ }, "node_modules/easymde/node_modules/marked": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz", - "integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==", "license": "MIT", "bin": { "marked": "bin/marked.js" @@ -9149,8 +8136,6 @@ }, "node_modules/ecc-jsbn": { "version": "0.1.2", - "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", - "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==", "dev": true, "license": "MIT", "dependencies": { @@ -9160,8 +8145,6 @@ }, "node_modules/editorconfig": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-1.0.4.tgz", - "integrity": "sha512-L9Qe08KWTlqYMVvMcTIvMAdl1cDUubzRNYL+WfA4bLDMHe4nemKkpmYzkznE1FwLKu0EEmy6obgQKzMJrg4x9Q==", "dev": true, "license": "MIT", "dependencies": { @@ -9179,8 +8162,6 @@ }, "node_modules/editorconfig/node_modules/commander": { "version": "10.0.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", - "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", "dev": true, "license": "MIT", "engines": { @@ -9189,8 +8170,6 @@ }, "node_modules/editorconfig/node_modules/minimatch": { "version": "9.0.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz", - "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==", "dev": true, "license": "ISC", "dependencies": { @@ -9205,8 +8184,6 @@ }, "node_modules/editorconfig/node_modules/semver": { "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, "license": "ISC", "bin": { @@ -9226,8 +8203,6 @@ }, "node_modules/electron-to-chromium": { "version": "1.5.88", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.88.tgz", - "integrity": "sha512-K3C2qf1o+bGzbilTDCTBhTQcMS9KW60yTAaTeeXsfvQuTDDwlokLam/AdqlqcSy9u4UainDgsHV23ksXAOgamw==", "license": "ISC" }, "node_modules/elliptic": { @@ -9257,8 +8232,6 @@ }, "node_modules/emittery": { "version": "0.13.1", - "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz", - "integrity": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==", "license": "MIT", "engines": { "node": ">=12" @@ -9268,9 +8241,9 @@ } }, "node_modules/emoji-mart-vue-fast": { - "version": "15.0.3", - "resolved": "https://registry.npmjs.org/emoji-mart-vue-fast/-/emoji-mart-vue-fast-15.0.3.tgz", - "integrity": "sha512-PBCzUb2iSLIF8LBHvp63vB3EWhrpGs0fg2JcHnHVKVNFOQeahkbU2NpkCtwFFa/Ed3ODKGUG9mcTzws4owxj4w==", + "version": "15.0.4", + "resolved": "https://registry.npmjs.org/emoji-mart-vue-fast/-/emoji-mart-vue-fast-15.0.4.tgz", + "integrity": "sha512-OjuxqoMJRTTG7Vevz0mR1ZnqY1DI8gGnmoskuuC8qL8VwwTjrGdwAO4WRWtAUN8P6Di7kxvY6cUgNETNFmbP4A==", "license": "BSD-3-Clause", "dependencies": { "@babel/runtime": "^7.18.6", @@ -9281,9 +8254,9 @@ } }, "node_modules/emoji-mart-vue-fast/node_modules/core-js": { - "version": "3.40.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.40.0.tgz", - "integrity": "sha512-7vsMc/Lty6AGnn7uFpYT56QesI5D2Y/UkgKounk87OP9Z2H9Z8kj6jzcSGAxFmUtDOS0ntK6lbQz+Nsa0Jj6mQ==", + "version": "3.41.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.41.0.tgz", + "integrity": "sha512-SJ4/EHwS36QMJd6h/Rg+GyR4A5xE0FSI3eZ+iBVpfqf1x0eTSg1smWLHrA+2jQThZSh97fmSgFSU8B61nxosxA==", "hasInstallScript": true, "license": "MIT", "funding": { @@ -9293,8 +8266,6 @@ }, "node_modules/emoji-regex": { "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "license": "MIT" }, "node_modules/encodeurl": { @@ -9310,8 +8281,6 @@ }, "node_modules/end-of-stream": { "version": "1.4.4", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", - "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", "dev": true, "license": "MIT", "dependencies": { @@ -9320,8 +8289,6 @@ }, "node_modules/enhanced-resolve": { "version": "5.18.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.0.tgz", - "integrity": "sha512-0/r0MySGYG8YqlayBZ6MuCfECmHFdJ5qyPh8s8wa5Hnm6SaFLSK1VYCbj+NKp090Nm1caZhD+QTnmxO7esYGyQ==", "dev": true, "license": "MIT", "peer": true, @@ -9335,8 +8302,6 @@ }, "node_modules/enquirer": { "version": "2.4.1", - "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.4.1.tgz", - "integrity": "sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==", "dev": true, "license": "MIT", "dependencies": { @@ -9349,8 +8314,6 @@ }, "node_modules/entities": { "version": "4.5.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", - "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", "license": "BSD-2-Clause", "engines": { "node": ">=0.12" @@ -9361,8 +8324,6 @@ }, "node_modules/env-ci": { "version": "7.3.0", - "resolved": "https://registry.npmjs.org/env-ci/-/env-ci-7.3.0.tgz", - "integrity": "sha512-L8vK54CSjKB4pwlwx0YaqeBdUSGufaLHl/pEgD+EqnMrYCVUA8HzMjURALSyvOlC57e953yN7KyXS63qDoc3Rg==", "dev": true, "license": "MIT", "dependencies": { @@ -9376,8 +8337,6 @@ }, "node_modules/env-ci/node_modules/execa": { "version": "5.1.1", - "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", - "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", "dev": true, "license": "MIT", "dependencies": { @@ -9400,8 +8359,6 @@ }, "node_modules/env-ci/node_modules/get-stream": { "version": "6.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", "dev": true, "license": "MIT", "engines": { @@ -9413,8 +8370,6 @@ }, "node_modules/env-ci/node_modules/human-signals": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", - "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", "dev": true, "license": "Apache-2.0", "engines": { @@ -9423,8 +8378,6 @@ }, "node_modules/env-paths": { "version": "2.2.1", - "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", - "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", "dev": true, "license": "MIT", "engines": { @@ -9447,8 +8400,6 @@ }, "node_modules/error-ex": { "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", "license": "MIT", "dependencies": { "is-arrayish": "^0.2.1" @@ -9456,8 +8407,6 @@ }, "node_modules/es-abstract": { "version": "1.23.9", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.9.tgz", - "integrity": "sha512-py07lI0wjxAC/DcfK1S6G7iANonniZwTISvdPzk9hzeH0IZIshbuuFxLIU96OyF89Yb9hiqWn8M/bY83KY5vzA==", "dev": true, "license": "MIT", "peer": true, @@ -9523,8 +8472,6 @@ }, "node_modules/es-define-property": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", - "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", "dev": true, "license": "MIT", "engines": { @@ -9533,8 +8480,6 @@ }, "node_modules/es-errors": { "version": "1.3.0", - "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", "dev": true, "license": "MIT", "engines": { @@ -9543,16 +8488,12 @@ }, "node_modules/es-module-lexer": { "version": "1.6.0", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.6.0.tgz", - "integrity": "sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==", "dev": true, "license": "MIT", "peer": true }, "node_modules/es-object-atoms": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", "dev": true, "license": "MIT", "dependencies": { @@ -9564,8 +8505,6 @@ }, "node_modules/es-set-tostringtag": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", - "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", "dev": true, "license": "MIT", "peer": true, @@ -9581,8 +8520,6 @@ }, "node_modules/es-shim-unscopables": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz", - "integrity": "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==", "dev": true, "license": "MIT", "peer": true, @@ -9592,8 +8529,6 @@ }, "node_modules/es-to-primitive": { "version": "1.3.0", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz", - "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==", "dev": true, "license": "MIT", "peer": true, @@ -9611,8 +8546,6 @@ }, "node_modules/escalade": { "version": "3.2.0", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", - "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", "license": "MIT", "engines": { "node": ">=6" @@ -9620,14 +8553,10 @@ }, "node_modules/escape-html": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", "license": "MIT" }, "node_modules/escape-string-regexp": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "license": "MIT", "engines": { "node": ">=0.8.0" @@ -9635,9 +8564,6 @@ }, "node_modules/eslint": { "version": "8.57.1", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz", - "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==", - "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.", "dev": true, "license": "MIT", "peer": true, @@ -9693,8 +8619,6 @@ }, "node_modules/eslint-compat-utils": { "version": "0.5.1", - "resolved": "https://registry.npmjs.org/eslint-compat-utils/-/eslint-compat-utils-0.5.1.tgz", - "integrity": "sha512-3z3vFexKIEnjHE3zCMRo6fn/e44U7T1khUjg+Hp0ZQMCigh28rALD0nPFBcGZuiLC5rLZa2ubQHDRln09JfU2Q==", "dev": true, "license": "MIT", "peer": true, @@ -9710,8 +8634,6 @@ }, "node_modules/eslint-compat-utils/node_modules/semver": { "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, "license": "ISC", "peer": true, @@ -9724,8 +8646,6 @@ }, "node_modules/eslint-config-standard": { "version": "17.1.0", - "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-17.1.0.tgz", - "integrity": "sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==", "dev": true, "funding": [ { @@ -9755,8 +8675,6 @@ }, "node_modules/eslint-import-resolver-exports": { "version": "1.0.0-beta.5", - "resolved": "https://registry.npmjs.org/eslint-import-resolver-exports/-/eslint-import-resolver-exports-1.0.0-beta.5.tgz", - "integrity": "sha512-o6t0w7muUpXr7MkUVzD5igQoDfAQvTmcPp8HEAJdNF8eOuAO+yn6I/TTyMxz9ecCwzX7e02vzlkHURoScUuidg==", "dev": true, "license": "MIT", "peer": true, @@ -9770,8 +8688,6 @@ }, "node_modules/eslint-import-resolver-node": { "version": "0.3.9", - "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz", - "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==", "dev": true, "license": "MIT", "peer": true, @@ -9783,8 +8699,6 @@ }, "node_modules/eslint-import-resolver-node/node_modules/debug": { "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, "license": "MIT", "peer": true, @@ -9793,9 +8707,7 @@ } }, "node_modules/eslint-import-resolver-typescript": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.7.0.tgz", - "integrity": "sha512-Vrwyi8HHxY97K5ebydMtffsWAn1SCR9eol49eCd5fJS4O1WV7PaAjbcjmbfJJSMz/t4Mal212Uz/fQZrOB8mow==", + "version": "3.8.3", "dev": true, "license": "ISC", "peer": true, @@ -9803,11 +8715,10 @@ "@nolyfill/is-core-module": "1.0.39", "debug": "^4.3.7", "enhanced-resolve": "^5.15.0", - "fast-glob": "^3.3.2", - "get-tsconfig": "^4.7.5", + "get-tsconfig": "^4.10.0", "is-bun-module": "^1.0.2", - "is-glob": "^4.0.3", - "stable-hash": "^0.0.4" + "stable-hash": "^0.0.4", + "tinyglobby": "^0.2.12" }, "engines": { "node": "^14.18.0 || >=16.0.0" @@ -9831,8 +8742,6 @@ }, "node_modules/eslint-module-utils": { "version": "2.12.0", - "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz", - "integrity": "sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==", "dev": true, "license": "MIT", "peer": true, @@ -9850,8 +8759,6 @@ }, "node_modules/eslint-module-utils/node_modules/debug": { "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, "license": "MIT", "peer": true, @@ -9861,8 +8768,6 @@ }, "node_modules/eslint-plugin-cypress": { "version": "3.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.6.0.tgz", - "integrity": "sha512-7IAMcBbTVu5LpWeZRn5a9mQ30y4hKp3AfTz+6nSD/x/7YyLMoBI6X7XjDLYI6zFvuy4Q4QVGl563AGEXGW/aSA==", "dev": true, "license": "MIT", "dependencies": { @@ -9874,8 +8779,6 @@ }, "node_modules/eslint-plugin-cypress/node_modules/globals": { "version": "13.24.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", - "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", "dev": true, "license": "MIT", "dependencies": { @@ -9890,8 +8793,6 @@ }, "node_modules/eslint-plugin-cypress/node_modules/type-fest": { "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", "dev": true, "license": "(MIT OR CC0-1.0)", "engines": { @@ -9903,8 +8804,6 @@ }, "node_modules/eslint-plugin-es-x": { "version": "7.8.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-es-x/-/eslint-plugin-es-x-7.8.0.tgz", - "integrity": "sha512-7Ds8+wAAoV3T+LAKeu39Y5BzXCrGKrcISfgKEqTS4BDN8SFEDQd0S43jiQ8vIa3wUKD07qitZdfzlenSi8/0qQ==", "dev": true, "funding": [ "https://github.com/sponsors/ota-meshi", @@ -9926,8 +8825,6 @@ }, "node_modules/eslint-plugin-import": { "version": "2.31.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz", - "integrity": "sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==", "dev": true, "license": "MIT", "peer": true, @@ -9961,8 +8858,6 @@ }, "node_modules/eslint-plugin-import/node_modules/brace-expansion": { "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, "license": "MIT", "peer": true, @@ -9973,8 +8868,6 @@ }, "node_modules/eslint-plugin-import/node_modules/debug": { "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, "license": "MIT", "peer": true, @@ -9984,8 +8877,6 @@ }, "node_modules/eslint-plugin-import/node_modules/doctrine": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", - "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", "dev": true, "license": "Apache-2.0", "peer": true, @@ -9998,8 +8889,6 @@ }, "node_modules/eslint-plugin-import/node_modules/minimatch": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, "license": "ISC", "peer": true, @@ -10012,8 +8901,6 @@ }, "node_modules/eslint-plugin-jsdoc": { "version": "46.10.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.10.1.tgz", - "integrity": "sha512-x8wxIpv00Y50NyweDUpa+58ffgSAI5sqe+zcZh33xphD0AVh+1kqr1ombaTRb7Fhpove1zfUuujlX9DWWBP5ag==", "dev": true, "license": "BSD-3-Clause", "peer": true, @@ -10037,8 +8924,6 @@ }, "node_modules/eslint-plugin-jsdoc/node_modules/escape-string-regexp": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", "dev": true, "license": "MIT", "peer": true, @@ -10051,8 +8936,6 @@ }, "node_modules/eslint-plugin-jsdoc/node_modules/semver": { "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, "license": "ISC", "peer": true, @@ -10065,8 +8948,6 @@ }, "node_modules/eslint-plugin-n": { "version": "16.6.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-16.6.2.tgz", - "integrity": "sha512-6TyDmZ1HXoFQXnhCTUjVFULReoBPOAjpuiKELMkeP40yffI/1ZRO+d9ug/VC6fqISo2WkuIBk3cvuRPALaWlOQ==", "dev": true, "license": "MIT", "peer": true, @@ -10095,8 +8976,6 @@ }, "node_modules/eslint-plugin-n/node_modules/brace-expansion": { "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, "license": "MIT", "peer": true, @@ -10107,8 +8986,6 @@ }, "node_modules/eslint-plugin-n/node_modules/globals": { "version": "13.24.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", - "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", "dev": true, "license": "MIT", "peer": true, @@ -10124,8 +9001,6 @@ }, "node_modules/eslint-plugin-n/node_modules/minimatch": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, "license": "ISC", "peer": true, @@ -10138,8 +9013,6 @@ }, "node_modules/eslint-plugin-n/node_modules/semver": { "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, "license": "ISC", "peer": true, @@ -10152,8 +9025,6 @@ }, "node_modules/eslint-plugin-n/node_modules/type-fest": { "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", "dev": true, "license": "(MIT OR CC0-1.0)", "peer": true, @@ -10166,8 +9037,6 @@ }, "node_modules/eslint-plugin-promise": { "version": "6.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.6.0.tgz", - "integrity": "sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ==", "dev": true, "license": "ISC", "peer": true, @@ -10183,8 +9052,6 @@ }, "node_modules/eslint-plugin-vue": { "version": "9.32.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.32.0.tgz", - "integrity": "sha512-b/Y05HYmnB/32wqVcjxjHZzNpwxj1onBOvqW89W+V+XNG1dRuaFbNd3vT9CLbr2LXjEoq+3vn8DanWf7XU22Ug==", "dev": true, "license": "MIT", "peer": true, @@ -10207,8 +9074,6 @@ }, "node_modules/eslint-plugin-vue/node_modules/globals": { "version": "13.24.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", - "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", "dev": true, "license": "MIT", "peer": true, @@ -10224,8 +9089,6 @@ }, "node_modules/eslint-plugin-vue/node_modules/semver": { "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, "license": "ISC", "peer": true, @@ -10238,8 +9101,6 @@ }, "node_modules/eslint-plugin-vue/node_modules/type-fest": { "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", "dev": true, "license": "(MIT OR CC0-1.0)", "peer": true, @@ -10252,8 +9113,6 @@ }, "node_modules/eslint-scope": { "version": "5.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", "dev": true, "license": "BSD-2-Clause", "peer": true, @@ -10267,8 +9126,6 @@ }, "node_modules/eslint-visitor-keys": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", - "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", "dev": true, "license": "Apache-2.0", "peer": true, @@ -10278,8 +9135,6 @@ }, "node_modules/eslint-webpack-plugin": { "version": "4.2.0", - "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-4.2.0.tgz", - "integrity": "sha512-rsfpFQ01AWQbqtjgPRr2usVRxhWDuG0YDYcG8DJOteD3EFnpeuYuOwk0PQiN7PRBTqS6ElNdtPZPggj8If9WnA==", "dev": true, "license": "MIT", "dependencies": { @@ -10303,8 +9158,6 @@ }, "node_modules/eslint/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "license": "MIT", "peer": true, @@ -10320,16 +9173,12 @@ }, "node_modules/eslint/node_modules/argparse": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", "dev": true, "license": "Python-2.0", "peer": true }, "node_modules/eslint/node_modules/brace-expansion": { "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, "license": "MIT", "peer": true, @@ -10340,8 +9189,6 @@ }, "node_modules/eslint/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, "license": "MIT", "peer": true, @@ -10358,8 +9205,6 @@ }, "node_modules/eslint/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "license": "MIT", "peer": true, @@ -10372,16 +9217,12 @@ }, "node_modules/eslint/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true, "license": "MIT", "peer": true }, "node_modules/eslint/node_modules/escape-string-regexp": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", "dev": true, "license": "MIT", "peer": true, @@ -10394,8 +9235,6 @@ }, "node_modules/eslint/node_modules/eslint-scope": { "version": "7.2.2", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", - "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", "dev": true, "license": "BSD-2-Clause", "peer": true, @@ -10412,8 +9251,6 @@ }, "node_modules/eslint/node_modules/eslint-visitor-keys": { "version": "3.4.3", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", - "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", "dev": true, "license": "Apache-2.0", "peer": true, @@ -10426,8 +9263,6 @@ }, "node_modules/eslint/node_modules/estraverse": { "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "dev": true, "license": "BSD-2-Clause", "peer": true, @@ -10437,8 +9272,6 @@ }, "node_modules/eslint/node_modules/find-up": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", "dev": true, "license": "MIT", "peer": true, @@ -10455,8 +9288,6 @@ }, "node_modules/eslint/node_modules/globals": { "version": "13.24.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", - "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", "dev": true, "license": "MIT", "peer": true, @@ -10472,8 +9303,6 @@ }, "node_modules/eslint/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, "license": "MIT", "peer": true, @@ -10483,8 +9312,6 @@ }, "node_modules/eslint/node_modules/js-yaml": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "dev": true, "license": "MIT", "peer": true, @@ -10497,8 +9324,6 @@ }, "node_modules/eslint/node_modules/locate-path": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", "dev": true, "license": "MIT", "peer": true, @@ -10514,8 +9339,6 @@ }, "node_modules/eslint/node_modules/minimatch": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, "license": "ISC", "peer": true, @@ -10528,8 +9351,6 @@ }, "node_modules/eslint/node_modules/p-locate": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", "dev": true, "license": "MIT", "peer": true, @@ -10545,8 +9366,6 @@ }, "node_modules/eslint/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, "license": "MIT", "peer": true, @@ -10559,8 +9378,6 @@ }, "node_modules/eslint/node_modules/type-fest": { "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", "dev": true, "license": "(MIT OR CC0-1.0)", "peer": true, @@ -10573,8 +9390,6 @@ }, "node_modules/espree": { "version": "9.6.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", - "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", "dev": true, "license": "BSD-2-Clause", "peer": true, @@ -10592,8 +9407,6 @@ }, "node_modules/espree/node_modules/eslint-visitor-keys": { "version": "3.4.3", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", - "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", "dev": true, "license": "Apache-2.0", "peer": true, @@ -10606,8 +9419,6 @@ }, "node_modules/esprima": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", "license": "BSD-2-Clause", "bin": { "esparse": "bin/esparse.js", @@ -10619,8 +9430,6 @@ }, "node_modules/esquery": { "version": "1.6.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz", - "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==", "dev": true, "license": "BSD-3-Clause", "peer": true, @@ -10633,8 +9442,6 @@ }, "node_modules/esquery/node_modules/estraverse": { "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "dev": true, "license": "BSD-2-Clause", "peer": true, @@ -10644,8 +9451,6 @@ }, "node_modules/esrecurse": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", - "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", "dev": true, "license": "BSD-2-Clause", "peer": true, @@ -10658,8 +9463,6 @@ }, "node_modules/esrecurse/node_modules/estraverse": { "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "dev": true, "license": "BSD-2-Clause", "peer": true, @@ -10669,8 +9472,6 @@ }, "node_modules/estraverse": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", "dev": true, "license": "BSD-2-Clause", "peer": true, @@ -10690,14 +9491,10 @@ }, "node_modules/estree-walker": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", - "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", "license": "MIT" }, "node_modules/esutils": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", "dev": true, "license": "BSD-2-Clause", "peer": true, @@ -10729,21 +9526,15 @@ }, "node_modules/eventemitter2": { "version": "6.4.7", - "resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-6.4.7.tgz", - "integrity": "sha512-tYUSVOGeQPKt/eC1ABfhHy5Xd96N3oIijJvN3O9+TsC28T5V9yX9oEfEK5faP0EFSNVOG97qtAS68GBrQB2hDg==", "dev": true, "license": "MIT" }, "node_modules/eventemitter3": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", - "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", "license": "MIT" }, "node_modules/events": { "version": "3.3.0", - "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", - "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", "dev": true, "license": "MIT", "peer": true, @@ -10765,8 +9556,6 @@ }, "node_modules/execa": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz", - "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==", "dev": true, "license": "MIT", "dependencies": { @@ -10789,8 +9578,6 @@ }, "node_modules/executable": { "version": "4.1.1", - "resolved": "https://registry.npmjs.org/executable/-/executable-4.1.1.tgz", - "integrity": "sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==", "dev": true, "license": "MIT", "dependencies": { @@ -10802,16 +9589,12 @@ }, "node_modules/exit": { "version": "0.1.2", - "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", - "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==", "engines": { "node": ">= 0.8.0" } }, "node_modules/expect": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz", - "integrity": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==", "license": "MIT", "dependencies": { "@jest/expect-utils": "^29.7.0", @@ -10910,14 +9693,10 @@ }, "node_modules/extend": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", "license": "MIT" }, "node_modules/extend-shallow": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", "dev": true, "license": "MIT", "dependencies": { @@ -10929,8 +9708,6 @@ }, "node_modules/extract-zip": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz", - "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==", "dev": true, "license": "BSD-2-Clause", "dependencies": { @@ -10950,8 +9727,6 @@ }, "node_modules/extsprintf": { "version": "1.3.0", - "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", - "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==", "dev": true, "engines": [ "node >=0.6.0" @@ -10960,15 +9735,11 @@ }, "node_modules/fast-deep-equal": { "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", "dev": true, "license": "MIT" }, "node_modules/fast-glob": { "version": "3.3.3", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz", - "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==", "dev": true, "license": "MIT", "dependencies": { @@ -10984,8 +9755,6 @@ }, "node_modules/fast-glob/node_modules/glob-parent": { "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, "license": "ISC", "dependencies": { @@ -10997,22 +9766,16 @@ }, "node_modules/fast-json-stable-stringify": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", "license": "MIT" }, "node_modules/fast-levenshtein": { "version": "2.0.6", - "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", "dev": true, "license": "MIT", "peer": true }, "node_modules/fast-uri": { "version": "3.0.6", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz", - "integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==", "dev": true, "funding": [ { @@ -11028,8 +9791,6 @@ }, "node_modules/fast-xml-parser": { "version": "4.5.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz", - "integrity": "sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==", "funding": [ { "type": "github", @@ -11050,8 +9811,6 @@ }, "node_modules/fastest-levenshtein": { "version": "1.0.16", - "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", - "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", "dev": true, "license": "MIT", "peer": true, @@ -11061,8 +9820,6 @@ }, "node_modules/fastq": { "version": "1.18.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.18.0.tgz", - "integrity": "sha512-QKHXPW0hD8g4UET03SdOdunzSouc9N4AuHdsX8XNcTsuz+yYFILVNIX4l9yHABMhiEI9Db0JTTIpu0wB+Y1QQw==", "dev": true, "license": "ISC", "dependencies": { @@ -11085,8 +9842,6 @@ }, "node_modules/fb-watchman": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz", - "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==", "license": "Apache-2.0", "dependencies": { "bser": "2.1.1" @@ -11094,8 +9849,6 @@ }, "node_modules/fd-slicer": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", - "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==", "dev": true, "license": "MIT", "dependencies": { @@ -11104,8 +9857,6 @@ }, "node_modules/fetch-blob": { "version": "3.2.0", - "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz", - "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==", "funding": [ { "type": "github", @@ -11127,8 +9878,6 @@ }, "node_modules/figures": { "version": "3.2.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", - "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", "dev": true, "license": "MIT", "dependencies": { @@ -11143,8 +9892,6 @@ }, "node_modules/file-entry-cache": { "version": "6.0.1", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", - "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", "dev": true, "license": "MIT", "peer": true, @@ -11157,8 +9904,6 @@ }, "node_modules/fill-range": { "version": "7.1.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", - "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", "license": "MIT", "dependencies": { "to-regex-range": "^5.0.1" @@ -11322,9 +10067,9 @@ } }, "node_modules/find-cache-dir/node_modules/yocto-queue": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.1.1.tgz", - "integrity": "sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.0.tgz", + "integrity": "sha512-KHBC7z61OJeaMGnF3wqNZj+GGNXOyypZviiKpQeiHirG5Ib1ImwcLBH70rbMSkKfSmUNBsdf2PwaEJtKvgmkNw==", "dev": true, "license": "MIT", "peer": true, @@ -11337,8 +10082,6 @@ }, "node_modules/find-up": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "license": "MIT", "dependencies": { "locate-path": "^5.0.0", @@ -11361,8 +10104,6 @@ }, "node_modules/flat-cache": { "version": "3.2.0", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", - "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", "dev": true, "license": "MIT", "peer": true, @@ -11377,8 +10118,6 @@ }, "node_modules/flatted": { "version": "3.3.2", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.2.tgz", - "integrity": "sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==", "dev": true, "license": "ISC", "peer": true @@ -11422,8 +10161,6 @@ }, "node_modules/follow-redirects": { "version": "1.15.9", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz", - "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", "funding": [ { "type": "individual", @@ -11442,8 +10179,6 @@ }, "node_modules/for-each": { "version": "0.3.4", - "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.4.tgz", - "integrity": "sha512-kKaIINnFpzW6ffJNDjjyjrk21BkDx38c0xa/klsT8VzLCaMEefv4ZTacrcVR4DmgTeBra++jMDAfS/tS799YDw==", "dev": true, "license": "MIT", "peer": true, @@ -11459,8 +10194,6 @@ }, "node_modules/foreground-child": { "version": "3.3.0", - "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz", - "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==", "dev": true, "license": "ISC", "dependencies": { @@ -11476,8 +10209,6 @@ }, "node_modules/foreground-child/node_modules/signal-exit": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", - "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", "dev": true, "license": "ISC", "engines": { @@ -11489,8 +10220,6 @@ }, "node_modules/forever-agent": { "version": "0.6.1", - "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==", "dev": true, "license": "Apache-2.0", "engines": { @@ -11499,8 +10228,6 @@ }, "node_modules/form-data": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz", - "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==", "license": "MIT", "dependencies": { "asynckit": "^0.4.0", @@ -11513,8 +10240,6 @@ }, "node_modules/formdata-polyfill": { "version": "4.0.10", - "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz", - "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==", "license": "MIT", "dependencies": { "fetch-blob": "^3.1.2" @@ -11547,8 +10272,6 @@ }, "node_modules/fromentries": { "version": "1.3.2", - "resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.3.2.tgz", - "integrity": "sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==", "dev": true, "funding": [ { @@ -11568,15 +10291,11 @@ }, "node_modules/fs-constants": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", - "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==", "dev": true, "license": "MIT" }, "node_modules/fs-extra": { "version": "11.2.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", - "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", "dev": true, "license": "MIT", "dependencies": { @@ -11590,8 +10309,6 @@ }, "node_modules/fs.realpath": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", "license": "ISC" }, "node_modules/fsevents": { @@ -11610,8 +10327,6 @@ }, "node_modules/function-bind": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" @@ -11619,8 +10334,6 @@ }, "node_modules/function.prototype.name": { "version": "1.1.8", - "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz", - "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==", "dev": true, "license": "MIT", "peer": true, @@ -11641,8 +10354,6 @@ }, "node_modules/functions-have-names": { "version": "1.2.3", - "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", - "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", "dev": true, "license": "MIT", "peer": true, @@ -11652,8 +10363,6 @@ }, "node_modules/gensync": { "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", "license": "MIT", "engines": { "node": ">=6.9.0" @@ -11661,8 +10370,6 @@ }, "node_modules/get-caller-file": { "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", "license": "ISC", "engines": { "node": "6.* || 8.* || >= 10.*" @@ -11670,8 +10377,6 @@ }, "node_modules/get-intrinsic": { "version": "1.2.7", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.7.tgz", - "integrity": "sha512-VW6Pxhsrk0KAOqs3WEd0klDiF/+V7gQOpAvY1jVU/LHmaD/kQO4523aiJuikX/QAKYiW6x8Jh+RJej1almdtCA==", "dev": true, "license": "MIT", "dependencies": { @@ -11695,8 +10400,6 @@ }, "node_modules/get-package-type": { "version": "0.1.0", - "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", - "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", "license": "MIT", "engines": { "node": ">=8.0.0" @@ -11704,8 +10407,6 @@ }, "node_modules/get-proto": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", "dev": true, "license": "MIT", "dependencies": { @@ -11718,8 +10419,6 @@ }, "node_modules/get-stream": { "version": "5.2.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", - "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", "dev": true, "license": "MIT", "dependencies": { @@ -11734,8 +10433,6 @@ }, "node_modules/get-symbol-description": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz", - "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==", "dev": true, "license": "MIT", "peer": true, @@ -11753,8 +10450,6 @@ }, "node_modules/get-tsconfig": { "version": "4.10.0", - "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.10.0.tgz", - "integrity": "sha512-kGzZ3LWWQcGIAmg6iWvXn0ei6WDtV26wzHRMwDSzmAbcXrTEXxHy6IehI6/4eT6VRKyMP1eF1VqwrVUmE/LR7A==", "dev": true, "license": "MIT", "peer": true, @@ -11767,8 +10462,6 @@ }, "node_modules/getos": { "version": "3.2.1", - "resolved": "https://registry.npmjs.org/getos/-/getos-3.2.1.tgz", - "integrity": "sha512-U56CfOK17OKgTVqozZjUKNdkfEv6jk5WISBJ8SHoagjE6L69zOwl3Z+O8myjY9MEW3i2HPWQBt/LTbCgcC973Q==", "dev": true, "license": "MIT", "dependencies": { @@ -11777,8 +10470,6 @@ }, "node_modules/getpass": { "version": "0.1.7", - "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==", "dev": true, "license": "MIT", "dependencies": { @@ -11787,9 +10478,6 @@ }, "node_modules/glob": { "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "deprecated": "Glob versions prior to v9 are no longer supported", "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", @@ -11808,8 +10496,6 @@ }, "node_modules/glob-parent": { "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", "dev": true, "license": "ISC", "peer": true, @@ -11822,16 +10508,12 @@ }, "node_modules/glob-to-regexp": { "version": "0.4.1", - "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", "dev": true, "license": "BSD-2-Clause", "peer": true }, "node_modules/glob/node_modules/brace-expansion": { "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", @@ -11840,8 +10522,6 @@ }, "node_modules/glob/node_modules/minimatch": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" @@ -11852,8 +10532,6 @@ }, "node_modules/global-dirs": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.1.tgz", - "integrity": "sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==", "dev": true, "license": "MIT", "dependencies": { @@ -11868,8 +10546,6 @@ }, "node_modules/global-modules": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", - "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", "dev": true, "license": "MIT", "peer": true, @@ -11882,8 +10558,6 @@ }, "node_modules/global-prefix": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", - "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", "dev": true, "license": "MIT", "peer": true, @@ -11898,16 +10572,12 @@ }, "node_modules/global-prefix/node_modules/ini": { "version": "1.3.8", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", - "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", "dev": true, "license": "ISC", "peer": true }, "node_modules/global-prefix/node_modules/kind-of": { "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", "dev": true, "license": "MIT", "peer": true, @@ -11917,8 +10587,6 @@ }, "node_modules/global-prefix/node_modules/which": { "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", "dev": true, "license": "ISC", "peer": true, @@ -11931,8 +10599,6 @@ }, "node_modules/globals": { "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", "license": "MIT", "engines": { "node": ">=4" @@ -11940,8 +10606,6 @@ }, "node_modules/globalthis": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz", - "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==", "dev": true, "license": "MIT", "peer": true, @@ -11958,8 +10622,6 @@ }, "node_modules/globby": { "version": "11.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", - "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", "dev": true, "license": "MIT", "dependencies": { @@ -11979,16 +10641,12 @@ }, "node_modules/globjoin": { "version": "0.1.4", - "resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz", - "integrity": "sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==", "dev": true, "license": "MIT", "peer": true }, "node_modules/gopd": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", "dev": true, "license": "MIT", "engines": { @@ -12000,14 +10658,10 @@ }, "node_modules/graceful-fs": { "version": "4.2.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", - "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", "license": "ISC" }, "node_modules/graphemer": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", - "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", "dev": true, "license": "MIT", "peer": true @@ -12022,8 +10676,6 @@ }, "node_modules/has-bigints": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz", - "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==", "dev": true, "license": "MIT", "peer": true, @@ -12036,8 +10688,6 @@ }, "node_modules/has-flag": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "license": "MIT", "engines": { "node": ">=4" @@ -12045,8 +10695,6 @@ }, "node_modules/has-property-descriptors": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", - "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", "dev": true, "license": "MIT", "peer": true, @@ -12059,8 +10707,6 @@ }, "node_modules/has-proto": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz", - "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==", "dev": true, "license": "MIT", "peer": true, @@ -12076,8 +10722,6 @@ }, "node_modules/has-symbols": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", "dev": true, "license": "MIT", "engines": { @@ -12089,8 +10733,6 @@ }, "node_modules/has-tostringtag": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", - "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", "dev": true, "license": "MIT", "peer": true, @@ -12141,8 +10783,6 @@ }, "node_modules/hasown": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", "license": "MIT", "dependencies": { "function-bind": "^1.1.2" @@ -12165,9 +10805,9 @@ } }, "node_modules/hast-util-to-jsx-runtime": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.2.tgz", - "integrity": "sha512-1ngXYb+V9UT5h+PxNRa1O1FYguZK/XL+gkeqvp7EdHlB9oHUG0eYRo/vY5inBdcqo3RkPMC58/H94HvkbfGdyg==", + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz", + "integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==", "license": "MIT", "dependencies": { "@types/estree": "^1.0.0", @@ -12180,9 +10820,9 @@ "mdast-util-mdx-expression": "^2.0.0", "mdast-util-mdx-jsx": "^3.0.0", "mdast-util-mdxjs-esm": "^2.0.0", - "property-information": "^6.0.0", + "property-information": "^7.0.0", "space-separated-tokens": "^2.0.0", - "style-to-object": "^1.0.0", + "style-to-js": "^1.0.0", "unist-util-position": "^5.0.0", "vfile-message": "^4.0.0" }, @@ -12244,16 +10884,12 @@ }, "node_modules/hookified": { "version": "1.7.0", - "resolved": "https://registry.npmjs.org/hookified/-/hookified-1.7.0.tgz", - "integrity": "sha512-XQdMjqC1AyeOzfs+17cnIk7Wdfu1hh2JtcyNfBf5u9jHrT3iZUlGHxLTntFBuk5lwkqJ6l3+daeQdHK5yByHVA==", "dev": true, "license": "MIT", "peer": true }, "node_modules/hot-patcher": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/hot-patcher/-/hot-patcher-2.0.1.tgz", - "integrity": "sha512-ECg1JFG0YzehicQaogenlcs2qg6WsXQsxtnbr1i696u5tLUjtJdQAh0u2g0Q5YV45f263Ta1GnUJsc8WIfJf4Q==", "license": "MIT" }, "node_modules/hpack.js": { @@ -12316,14 +10952,10 @@ }, "node_modules/html-escaper": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", - "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", "license": "MIT" }, "node_modules/html-tags": { "version": "3.3.1", - "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz", - "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==", "dev": true, "license": "MIT", "peer": true, @@ -12336,8 +10968,6 @@ }, "node_modules/htmlparser2": { "version": "8.0.2", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz", - "integrity": "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==", "dev": true, "funding": [ "https://github.com/fb55/htmlparser2?sponsor=1", @@ -12455,8 +11085,6 @@ }, "node_modules/http-signature": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.4.0.tgz", - "integrity": "sha512-G5akfn7eKbpDN+8nPS/cb57YeA1jLTVxjpCj7tmm3QKPdyDy7T+qSC40e9ptydSWvkwjSXw1VbkpyEm39ukeAg==", "dev": true, "license": "MIT", "dependencies": { @@ -12478,8 +11106,6 @@ }, "node_modules/human-signals": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", - "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==", "dev": true, "license": "Apache-2.0", "engines": { @@ -12533,8 +11159,6 @@ }, "node_modules/ieee754": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", - "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", "dev": true, "funding": [ { @@ -12554,8 +11178,6 @@ }, "node_modules/ignore": { "version": "5.3.2", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", - "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", "dev": true, "license": "MIT", "engines": { @@ -12572,8 +11194,6 @@ }, "node_modules/import-fresh": { "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", "dev": true, "license": "MIT", "dependencies": { @@ -12589,8 +11209,6 @@ }, "node_modules/import-fresh/node_modules/resolve-from": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", "dev": true, "license": "MIT", "engines": { @@ -12599,8 +11217,6 @@ }, "node_modules/import-local": { "version": "3.2.0", - "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz", - "integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==", "license": "MIT", "dependencies": { "pkg-dir": "^4.2.0", @@ -12618,8 +11234,6 @@ }, "node_modules/imurmurhash": { "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", "license": "MIT", "engines": { "node": ">=0.8.19" @@ -12627,8 +11241,6 @@ }, "node_modules/indent-string": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", "dev": true, "license": "MIT", "engines": { @@ -12637,9 +11249,6 @@ }, "node_modules/inflight": { "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", - "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", "license": "ISC", "dependencies": { "once": "^1.3.0", @@ -12648,14 +11257,10 @@ }, "node_modules/inherits": { "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", "license": "ISC" }, "node_modules/ini": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz", - "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==", "dev": true, "license": "ISC", "engines": { @@ -12670,8 +11275,6 @@ }, "node_modules/internal-slot": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz", - "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==", "dev": true, "license": "MIT", "peer": true, @@ -12762,8 +11365,6 @@ }, "node_modules/is-array-buffer": { "version": "3.0.5", - "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz", - "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==", "dev": true, "license": "MIT", "peer": true, @@ -12781,14 +11382,10 @@ }, "node_modules/is-arrayish": { "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", "license": "MIT" }, "node_modules/is-async-function": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz", - "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==", "dev": true, "license": "MIT", "peer": true, @@ -12808,8 +11405,6 @@ }, "node_modules/is-bigint": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz", - "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==", "dev": true, "license": "MIT", "peer": true, @@ -12839,8 +11434,6 @@ }, "node_modules/is-boolean-object": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.1.tgz", - "integrity": "sha512-l9qO6eFlUETHtuihLcYOaLKByJ1f+N4kthcU9YjHy3N+B3hWv0y/2Nd0mu/7lTFnRQHTrSdXF50HQ3bl5fEnng==", "dev": true, "license": "MIT", "peer": true, @@ -12857,14 +11450,10 @@ }, "node_modules/is-buffer": { "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", "license": "MIT" }, "node_modules/is-builtin-module": { "version": "3.2.1", - "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-3.2.1.tgz", - "integrity": "sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==", "dev": true, "license": "MIT", "peer": true, @@ -12880,8 +11469,6 @@ }, "node_modules/is-bun-module": { "version": "1.3.0", - "resolved": "https://registry.npmjs.org/is-bun-module/-/is-bun-module-1.3.0.tgz", - "integrity": "sha512-DgXeu5UWI0IsMQundYb5UAOzm6G2eVnarJ0byP6Tm55iZNKceD59LNPA2L4VvsScTtHcw0yEkVwSf7PC+QoLSA==", "dev": true, "license": "MIT", "peer": true, @@ -12890,9 +11477,7 @@ } }, "node_modules/is-bun-module/node_modules/semver": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "version": "7.7.1", "dev": true, "license": "ISC", "peer": true, @@ -12905,8 +11490,6 @@ }, "node_modules/is-callable": { "version": "1.2.7", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", - "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", "dev": true, "license": "MIT", "peer": true, @@ -12919,8 +11502,6 @@ }, "node_modules/is-core-module": { "version": "2.16.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz", - "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==", "license": "MIT", "dependencies": { "hasown": "^2.0.2" @@ -12934,8 +11515,6 @@ }, "node_modules/is-data-view": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz", - "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==", "dev": true, "license": "MIT", "peer": true, @@ -12953,8 +11532,6 @@ }, "node_modules/is-date-object": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz", - "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==", "dev": true, "license": "MIT", "peer": true, @@ -12998,8 +11575,6 @@ }, "node_modules/is-extendable": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", - "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", "dev": true, "license": "MIT", "engines": { @@ -13008,8 +11583,6 @@ }, "node_modules/is-extglob": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", "dev": true, "license": "MIT", "engines": { @@ -13018,8 +11591,6 @@ }, "node_modules/is-finalizationregistry": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz", - "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==", "dev": true, "license": "MIT", "peer": true, @@ -13035,8 +11606,6 @@ }, "node_modules/is-fullwidth-code-point": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "license": "MIT", "engines": { "node": ">=8" @@ -13044,8 +11613,6 @@ }, "node_modules/is-generator-fn": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", - "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", "license": "MIT", "engines": { "node": ">=6" @@ -13053,8 +11620,6 @@ }, "node_modules/is-generator-function": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.0.tgz", - "integrity": "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==", "dev": true, "license": "MIT", "peer": true, @@ -13073,8 +11638,6 @@ }, "node_modules/is-glob": { "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", "dev": true, "license": "MIT", "dependencies": { @@ -13116,8 +11679,6 @@ }, "node_modules/is-installed-globally": { "version": "0.4.0", - "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.4.0.tgz", - "integrity": "sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==", "dev": true, "license": "MIT", "dependencies": { @@ -13133,8 +11694,6 @@ }, "node_modules/is-map": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz", - "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==", "dev": true, "license": "MIT", "peer": true, @@ -13179,8 +11738,6 @@ }, "node_modules/is-number": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", "license": "MIT", "engines": { "node": ">=0.12.0" @@ -13188,8 +11745,6 @@ }, "node_modules/is-number-object": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz", - "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==", "dev": true, "license": "MIT", "peer": true, @@ -13206,8 +11761,6 @@ }, "node_modules/is-path-inside": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", - "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", "dev": true, "license": "MIT", "engines": { @@ -13228,8 +11781,6 @@ }, "node_modules/is-plain-object": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", - "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", "dev": true, "license": "MIT", "peer": true, @@ -13239,8 +11790,6 @@ }, "node_modules/is-regex": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz", - "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==", "dev": true, "license": "MIT", "peer": true, @@ -13259,8 +11808,6 @@ }, "node_modules/is-set": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz", - "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==", "dev": true, "license": "MIT", "peer": true, @@ -13273,8 +11820,6 @@ }, "node_modules/is-shared-array-buffer": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz", - "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==", "dev": true, "license": "MIT", "peer": true, @@ -13290,8 +11835,6 @@ }, "node_modules/is-stream": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "license": "MIT", "engines": { "node": ">=8" @@ -13302,8 +11845,6 @@ }, "node_modules/is-string": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz", - "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==", "dev": true, "license": "MIT", "peer": true, @@ -13320,8 +11861,6 @@ }, "node_modules/is-svg": { "version": "5.1.0", - "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-5.1.0.tgz", - "integrity": "sha512-uVg5yifaTxHoefNf5Jcx+i9RZe2OBYd/UStp1umx+EERa4xGRa3LLGXjoEph43qUORC0qkafUgrXZ6zzK89yGA==", "license": "MIT", "dependencies": { "fast-xml-parser": "^4.4.1" @@ -13335,8 +11874,6 @@ }, "node_modules/is-symbol": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz", - "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==", "dev": true, "license": "MIT", "peer": true, @@ -13354,8 +11891,6 @@ }, "node_modules/is-typed-array": { "version": "1.1.15", - "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz", - "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==", "dev": true, "license": "MIT", "peer": true, @@ -13371,15 +11906,11 @@ }, "node_modules/is-typedarray": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", "dev": true, "license": "MIT" }, "node_modules/is-unicode-supported": { "version": "0.1.0", - "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", - "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", "dev": true, "license": "MIT", "engines": { @@ -13391,8 +11922,6 @@ }, "node_modules/is-weakmap": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz", - "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==", "dev": true, "license": "MIT", "peer": true, @@ -13405,8 +11934,6 @@ }, "node_modules/is-weakref": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.0.tgz", - "integrity": "sha512-SXM8Nwyys6nT5WP6pltOwKytLV7FqQ4UiibxVmW+EIosHcmCqkkjViTb5SNssDlkCiEYRP1/pdWUKVvZBmsR2Q==", "dev": true, "license": "MIT", "peer": true, @@ -13422,8 +11949,6 @@ }, "node_modules/is-weakset": { "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz", - "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==", "dev": true, "license": "MIT", "peer": true, @@ -13440,8 +11965,6 @@ }, "node_modules/is-whitespace": { "version": "0.3.0", - "resolved": "https://registry.npmjs.org/is-whitespace/-/is-whitespace-0.3.0.tgz", - "integrity": "sha512-RydPhl4S6JwAyj0JJjshWJEFG6hNye3pZFBRZaTUfZFwGHxzppNaNOVgQuS/E/SlhrApuMXrpnK1EEIXfdo3Dg==", "dev": true, "license": "MIT", "engines": { @@ -13467,16 +11990,12 @@ }, "node_modules/isarray": { "version": "2.0.5", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", - "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", "dev": true, "license": "MIT", "peer": true }, "node_modules/isexe": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", "license": "ISC" }, "node_modules/isobject": { @@ -13492,8 +12011,6 @@ }, "node_modules/isomorphic-fetch": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-3.0.0.tgz", - "integrity": "sha512-qvUtwJ3j6qwsF3jLxkZ72qCgjMysPzDfeV240JHiGZsANBYd+EEuu35v7dfrJ9Up0Ak07D7GGSkGhCHTqg/5wA==", "dev": true, "license": "MIT", "dependencies": { @@ -13503,15 +12020,11 @@ }, "node_modules/isstream": { "version": "0.1.2", - "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==", "dev": true, "license": "MIT" }, "node_modules/istanbul-lib-coverage": { "version": "3.2.2", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", - "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", "license": "BSD-3-Clause", "engines": { "node": ">=8" @@ -13519,8 +12032,6 @@ }, "node_modules/istanbul-lib-instrument": { "version": "5.2.1", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", - "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", "license": "BSD-3-Clause", "dependencies": { "@babel/core": "^7.12.3", @@ -13535,8 +12046,6 @@ }, "node_modules/istanbul-lib-report": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", - "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", "license": "BSD-3-Clause", "dependencies": { "istanbul-lib-coverage": "^3.0.0", @@ -13549,8 +12058,6 @@ }, "node_modules/istanbul-lib-report/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "license": "MIT", "engines": { "node": ">=8" @@ -13558,8 +12065,6 @@ }, "node_modules/istanbul-lib-report/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "license": "MIT", "dependencies": { "has-flag": "^4.0.0" @@ -13570,8 +12075,6 @@ }, "node_modules/istanbul-lib-source-maps": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", - "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", "license": "BSD-3-Clause", "dependencies": { "debug": "^4.1.1", @@ -13584,8 +12087,6 @@ }, "node_modules/istanbul-lib-source-maps/node_modules/source-map": { "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" @@ -13593,8 +12094,6 @@ }, "node_modules/istanbul-reports": { "version": "3.1.7", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz", - "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==", "license": "BSD-3-Clause", "dependencies": { "html-escaper": "^2.0.0", @@ -13606,8 +12105,6 @@ }, "node_modules/jackspeak": { "version": "3.4.3", - "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", - "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { @@ -13622,8 +12119,6 @@ }, "node_modules/java-properties": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/java-properties/-/java-properties-1.0.2.tgz", - "integrity": "sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ==", "dev": true, "license": "MIT", "engines": { @@ -13632,8 +12127,6 @@ }, "node_modules/jest": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz", - "integrity": "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==", "license": "MIT", "dependencies": { "@jest/core": "^29.7.0", @@ -13658,8 +12151,6 @@ }, "node_modules/jest-changed-files": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.7.0.tgz", - "integrity": "sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==", "license": "MIT", "dependencies": { "execa": "^5.0.0", @@ -13672,8 +12163,6 @@ }, "node_modules/jest-changed-files/node_modules/execa": { "version": "5.1.1", - "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", - "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", @@ -13695,8 +12184,6 @@ }, "node_modules/jest-changed-files/node_modules/get-stream": { "version": "6.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", "license": "MIT", "engines": { "node": ">=10" @@ -13707,8 +12194,6 @@ }, "node_modules/jest-changed-files/node_modules/human-signals": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", - "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", "license": "Apache-2.0", "engines": { "node": ">=10.17.0" @@ -13716,8 +12201,6 @@ }, "node_modules/jest-circus": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.7.0.tgz", - "integrity": "sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==", "license": "MIT", "dependencies": { "@jest/environment": "^29.7.0", @@ -13747,8 +12230,6 @@ }, "node_modules/jest-circus/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "license": "MIT", "dependencies": { "color-convert": "^2.0.1" @@ -13762,8 +12243,6 @@ }, "node_modules/jest-circus/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", @@ -13778,8 +12257,6 @@ }, "node_modules/jest-circus/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "license": "MIT", "dependencies": { "color-name": "~1.1.4" @@ -13790,14 +12267,10 @@ }, "node_modules/jest-circus/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "license": "MIT" }, "node_modules/jest-circus/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "license": "MIT", "engines": { "node": ">=8" @@ -13805,8 +12278,6 @@ }, "node_modules/jest-circus/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "license": "MIT", "dependencies": { "has-flag": "^4.0.0" @@ -13817,8 +12288,6 @@ }, "node_modules/jest-cli": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.7.0.tgz", - "integrity": "sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==", "license": "MIT", "dependencies": { "@jest/core": "^29.7.0", @@ -13850,8 +12319,6 @@ }, "node_modules/jest-cli/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "license": "MIT", "dependencies": { "color-convert": "^2.0.1" @@ -13865,8 +12332,6 @@ }, "node_modules/jest-cli/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", @@ -13881,8 +12346,6 @@ }, "node_modules/jest-cli/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "license": "MIT", "dependencies": { "color-name": "~1.1.4" @@ -13893,14 +12356,10 @@ }, "node_modules/jest-cli/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "license": "MIT" }, "node_modules/jest-cli/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "license": "MIT", "engines": { "node": ">=8" @@ -13908,8 +12367,6 @@ }, "node_modules/jest-cli/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "license": "MIT", "dependencies": { "has-flag": "^4.0.0" @@ -13920,8 +12377,6 @@ }, "node_modules/jest-config": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz", - "integrity": "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==", "license": "MIT", "dependencies": { "@babel/core": "^7.11.6", @@ -13965,8 +12420,6 @@ }, "node_modules/jest-config/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "license": "MIT", "dependencies": { "color-convert": "^2.0.1" @@ -13980,8 +12433,6 @@ }, "node_modules/jest-config/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", @@ -13996,8 +12447,6 @@ }, "node_modules/jest-config/node_modules/ci-info": { "version": "3.9.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", - "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", "funding": [ { "type": "github", @@ -14011,8 +12460,6 @@ }, "node_modules/jest-config/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "license": "MIT", "dependencies": { "color-name": "~1.1.4" @@ -14023,14 +12470,10 @@ }, "node_modules/jest-config/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "license": "MIT" }, "node_modules/jest-config/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "license": "MIT", "engines": { "node": ">=8" @@ -14038,8 +12481,6 @@ }, "node_modules/jest-config/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "license": "MIT", "dependencies": { "has-flag": "^4.0.0" @@ -14050,8 +12491,6 @@ }, "node_modules/jest-diff": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz", - "integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==", "license": "MIT", "dependencies": { "chalk": "^4.0.0", @@ -14065,8 +12504,6 @@ }, "node_modules/jest-diff/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "license": "MIT", "dependencies": { "color-convert": "^2.0.1" @@ -14080,8 +12517,6 @@ }, "node_modules/jest-diff/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", @@ -14096,8 +12531,6 @@ }, "node_modules/jest-diff/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "license": "MIT", "dependencies": { "color-name": "~1.1.4" @@ -14108,14 +12541,10 @@ }, "node_modules/jest-diff/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "license": "MIT" }, "node_modules/jest-diff/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "license": "MIT", "engines": { "node": ">=8" @@ -14123,8 +12552,6 @@ }, "node_modules/jest-diff/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "license": "MIT", "dependencies": { "has-flag": "^4.0.0" @@ -14135,8 +12562,6 @@ }, "node_modules/jest-docblock": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz", - "integrity": "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==", "license": "MIT", "dependencies": { "detect-newline": "^3.0.0" @@ -14147,8 +12572,6 @@ }, "node_modules/jest-each": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.7.0.tgz", - "integrity": "sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==", "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", @@ -14163,8 +12586,6 @@ }, "node_modules/jest-each/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "license": "MIT", "dependencies": { "color-convert": "^2.0.1" @@ -14178,8 +12599,6 @@ }, "node_modules/jest-each/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", @@ -14194,8 +12613,6 @@ }, "node_modules/jest-each/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "license": "MIT", "dependencies": { "color-name": "~1.1.4" @@ -14206,14 +12623,10 @@ }, "node_modules/jest-each/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "license": "MIT" }, "node_modules/jest-each/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "license": "MIT", "engines": { "node": ">=8" @@ -14221,8 +12634,6 @@ }, "node_modules/jest-each/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "license": "MIT", "dependencies": { "has-flag": "^4.0.0" @@ -14233,8 +12644,6 @@ }, "node_modules/jest-environment-node": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz", - "integrity": "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==", "license": "MIT", "dependencies": { "@jest/environment": "^29.7.0", @@ -14250,8 +12659,6 @@ }, "node_modules/jest-get-type": { "version": "29.6.3", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", - "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", "license": "MIT", "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" @@ -14259,8 +12666,6 @@ }, "node_modules/jest-haste-map": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.7.0.tgz", - "integrity": "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==", "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", @@ -14284,8 +12689,6 @@ }, "node_modules/jest-leak-detector": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz", - "integrity": "sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==", "license": "MIT", "dependencies": { "jest-get-type": "^29.6.3", @@ -14297,8 +12700,6 @@ }, "node_modules/jest-matcher-utils": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz", - "integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==", "license": "MIT", "dependencies": { "chalk": "^4.0.0", @@ -14312,8 +12713,6 @@ }, "node_modules/jest-matcher-utils/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "license": "MIT", "dependencies": { "color-convert": "^2.0.1" @@ -14327,8 +12726,6 @@ }, "node_modules/jest-matcher-utils/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", @@ -14343,8 +12740,6 @@ }, "node_modules/jest-matcher-utils/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "license": "MIT", "dependencies": { "color-name": "~1.1.4" @@ -14355,14 +12750,10 @@ }, "node_modules/jest-matcher-utils/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "license": "MIT" }, "node_modules/jest-matcher-utils/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "license": "MIT", "engines": { "node": ">=8" @@ -14370,8 +12761,6 @@ }, "node_modules/jest-matcher-utils/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "license": "MIT", "dependencies": { "has-flag": "^4.0.0" @@ -14382,8 +12771,6 @@ }, "node_modules/jest-message-util": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz", - "integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.12.13", @@ -14402,8 +12789,6 @@ }, "node_modules/jest-message-util/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "license": "MIT", "dependencies": { "color-convert": "^2.0.1" @@ -14417,8 +12802,6 @@ }, "node_modules/jest-message-util/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", @@ -14433,8 +12816,6 @@ }, "node_modules/jest-message-util/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "license": "MIT", "dependencies": { "color-name": "~1.1.4" @@ -14445,14 +12826,10 @@ }, "node_modules/jest-message-util/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "license": "MIT" }, "node_modules/jest-message-util/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "license": "MIT", "engines": { "node": ">=8" @@ -14460,8 +12837,6 @@ }, "node_modules/jest-message-util/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "license": "MIT", "dependencies": { "has-flag": "^4.0.0" @@ -14472,8 +12847,6 @@ }, "node_modules/jest-mock": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz", - "integrity": "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==", "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", @@ -14486,8 +12859,6 @@ }, "node_modules/jest-pnp-resolver": { "version": "1.2.3", - "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz", - "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==", "license": "MIT", "engines": { "node": ">=6" @@ -14503,8 +12874,6 @@ }, "node_modules/jest-regex-util": { "version": "29.6.3", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", - "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", "license": "MIT", "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" @@ -14512,8 +12881,6 @@ }, "node_modules/jest-resolve": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.7.0.tgz", - "integrity": "sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==", "license": "MIT", "dependencies": { "chalk": "^4.0.0", @@ -14532,8 +12899,6 @@ }, "node_modules/jest-resolve-dependencies": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz", - "integrity": "sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==", "license": "MIT", "dependencies": { "jest-regex-util": "^29.6.3", @@ -14545,8 +12910,6 @@ }, "node_modules/jest-resolve/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "license": "MIT", "dependencies": { "color-convert": "^2.0.1" @@ -14560,8 +12923,6 @@ }, "node_modules/jest-resolve/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", @@ -14576,8 +12937,6 @@ }, "node_modules/jest-resolve/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "license": "MIT", "dependencies": { "color-name": "~1.1.4" @@ -14588,14 +12947,10 @@ }, "node_modules/jest-resolve/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "license": "MIT" }, "node_modules/jest-resolve/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "license": "MIT", "engines": { "node": ">=8" @@ -14603,8 +12958,6 @@ }, "node_modules/jest-resolve/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "license": "MIT", "dependencies": { "has-flag": "^4.0.0" @@ -14615,8 +12968,6 @@ }, "node_modules/jest-runner": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.7.0.tgz", - "integrity": "sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==", "license": "MIT", "dependencies": { "@jest/console": "^29.7.0", @@ -14647,8 +12998,6 @@ }, "node_modules/jest-runner/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "license": "MIT", "dependencies": { "color-convert": "^2.0.1" @@ -14662,8 +13011,6 @@ }, "node_modules/jest-runner/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", @@ -14678,8 +13025,6 @@ }, "node_modules/jest-runner/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "license": "MIT", "dependencies": { "color-name": "~1.1.4" @@ -14690,14 +13035,10 @@ }, "node_modules/jest-runner/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "license": "MIT" }, "node_modules/jest-runner/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "license": "MIT", "engines": { "node": ">=8" @@ -14705,8 +13046,6 @@ }, "node_modules/jest-runner/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "license": "MIT", "dependencies": { "has-flag": "^4.0.0" @@ -14717,8 +13056,6 @@ }, "node_modules/jest-runtime": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.7.0.tgz", - "integrity": "sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==", "license": "MIT", "dependencies": { "@jest/environment": "^29.7.0", @@ -14750,8 +13087,6 @@ }, "node_modules/jest-runtime/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "license": "MIT", "dependencies": { "color-convert": "^2.0.1" @@ -14765,8 +13100,6 @@ }, "node_modules/jest-runtime/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", @@ -14781,8 +13114,6 @@ }, "node_modules/jest-runtime/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "license": "MIT", "dependencies": { "color-name": "~1.1.4" @@ -14793,14 +13124,10 @@ }, "node_modules/jest-runtime/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "license": "MIT" }, "node_modules/jest-runtime/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "license": "MIT", "engines": { "node": ">=8" @@ -14808,8 +13135,6 @@ }, "node_modules/jest-runtime/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "license": "MIT", "dependencies": { "has-flag": "^4.0.0" @@ -14820,8 +13145,6 @@ }, "node_modules/jest-serializer-vue": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/jest-serializer-vue/-/jest-serializer-vue-3.1.0.tgz", - "integrity": "sha512-vXz9/3IgBbLhsaVANYLG4ROCQd+Wg3qbB6ICofzFL+fbhSFPlqb0/MMGXcueVsjaovdWlYiRaLQLpdi1PTcoRQ==", "dev": true, "license": "MIT", "dependencies": { @@ -14830,8 +13153,6 @@ }, "node_modules/jest-snapshot": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.7.0.tgz", - "integrity": "sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==", "license": "MIT", "dependencies": { "@babel/core": "^7.11.6", @@ -14861,8 +13182,6 @@ }, "node_modules/jest-snapshot/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "license": "MIT", "dependencies": { "color-convert": "^2.0.1" @@ -14876,8 +13195,6 @@ }, "node_modules/jest-snapshot/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", @@ -14892,8 +13209,6 @@ }, "node_modules/jest-snapshot/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "license": "MIT", "dependencies": { "color-name": "~1.1.4" @@ -14904,14 +13219,10 @@ }, "node_modules/jest-snapshot/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "license": "MIT" }, "node_modules/jest-snapshot/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "license": "MIT", "engines": { "node": ">=8" @@ -14919,8 +13230,6 @@ }, "node_modules/jest-snapshot/node_modules/semver": { "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -14931,8 +13240,6 @@ }, "node_modules/jest-snapshot/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "license": "MIT", "dependencies": { "has-flag": "^4.0.0" @@ -14943,8 +13250,6 @@ }, "node_modules/jest-util": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz", - "integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==", "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", @@ -14960,8 +13265,6 @@ }, "node_modules/jest-util/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "license": "MIT", "dependencies": { "color-convert": "^2.0.1" @@ -14975,8 +13278,6 @@ }, "node_modules/jest-util/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", @@ -14991,8 +13292,6 @@ }, "node_modules/jest-util/node_modules/ci-info": { "version": "3.9.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", - "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", "funding": [ { "type": "github", @@ -15006,8 +13305,6 @@ }, "node_modules/jest-util/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "license": "MIT", "dependencies": { "color-name": "~1.1.4" @@ -15018,14 +13315,10 @@ }, "node_modules/jest-util/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "license": "MIT" }, "node_modules/jest-util/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "license": "MIT", "engines": { "node": ">=8" @@ -15033,8 +13326,6 @@ }, "node_modules/jest-util/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "license": "MIT", "dependencies": { "has-flag": "^4.0.0" @@ -15045,8 +13336,6 @@ }, "node_modules/jest-validate": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz", - "integrity": "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==", "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", @@ -15062,8 +13351,6 @@ }, "node_modules/jest-validate/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "license": "MIT", "dependencies": { "color-convert": "^2.0.1" @@ -15077,8 +13364,6 @@ }, "node_modules/jest-validate/node_modules/camelcase": { "version": "6.3.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", - "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", "license": "MIT", "engines": { "node": ">=10" @@ -15089,8 +13374,6 @@ }, "node_modules/jest-validate/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", @@ -15105,8 +13388,6 @@ }, "node_modules/jest-validate/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "license": "MIT", "dependencies": { "color-name": "~1.1.4" @@ -15117,14 +13398,10 @@ }, "node_modules/jest-validate/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "license": "MIT" }, "node_modules/jest-validate/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "license": "MIT", "engines": { "node": ">=8" @@ -15132,8 +13409,6 @@ }, "node_modules/jest-validate/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "license": "MIT", "dependencies": { "has-flag": "^4.0.0" @@ -15144,8 +13419,6 @@ }, "node_modules/jest-watcher": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.7.0.tgz", - "integrity": "sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==", "license": "MIT", "dependencies": { "@jest/test-result": "^29.7.0", @@ -15163,8 +13436,6 @@ }, "node_modules/jest-watcher/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "license": "MIT", "dependencies": { "color-convert": "^2.0.1" @@ -15178,8 +13449,6 @@ }, "node_modules/jest-watcher/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", @@ -15194,8 +13463,6 @@ }, "node_modules/jest-watcher/node_modules/char-regex": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", - "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", "license": "MIT", "engines": { "node": ">=10" @@ -15203,8 +13470,6 @@ }, "node_modules/jest-watcher/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "license": "MIT", "dependencies": { "color-name": "~1.1.4" @@ -15215,14 +13480,10 @@ }, "node_modules/jest-watcher/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "license": "MIT" }, "node_modules/jest-watcher/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "license": "MIT", "engines": { "node": ">=8" @@ -15230,8 +13491,6 @@ }, "node_modules/jest-watcher/node_modules/string-length": { "version": "4.0.2", - "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", - "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", "license": "MIT", "dependencies": { "char-regex": "^1.0.2", @@ -15243,8 +13502,6 @@ }, "node_modules/jest-watcher/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "license": "MIT", "dependencies": { "has-flag": "^4.0.0" @@ -15255,8 +13512,6 @@ }, "node_modules/jest-worker": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz", - "integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==", "license": "MIT", "dependencies": { "@types/node": "*", @@ -15270,8 +13525,6 @@ }, "node_modules/jest-worker/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "license": "MIT", "engines": { "node": ">=8" @@ -15279,8 +13532,6 @@ }, "node_modules/jest-worker/node_modules/supports-color": { "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", "license": "MIT", "dependencies": { "has-flag": "^4.0.0" @@ -15294,8 +13545,6 @@ }, "node_modules/joi": { "version": "17.13.3", - "resolved": "https://registry.npmjs.org/joi/-/joi-17.13.3.tgz", - "integrity": "sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -15308,8 +13557,6 @@ }, "node_modules/js-beautify": { "version": "1.15.1", - "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.15.1.tgz", - "integrity": "sha512-ESjNzSlt/sWE8sciZH8kBF8BPlwXPwhR6pWKAw8bw4Bwj+iZcnKW6ONWUutJ7eObuBZQpiIb8S7OYspWrKt7rA==", "dev": true, "license": "MIT", "dependencies": { @@ -15330,8 +13577,6 @@ }, "node_modules/js-beautify/node_modules/glob": { "version": "10.4.5", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", - "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", "dev": true, "license": "ISC", "dependencies": { @@ -15351,8 +13596,6 @@ }, "node_modules/js-cookie": { "version": "3.0.5", - "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz", - "integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==", "dev": true, "license": "MIT", "engines": { @@ -15361,14 +13604,10 @@ }, "node_modules/js-tokens": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", "license": "MIT" }, "node_modules/js-yaml": { "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", "license": "MIT", "dependencies": { "argparse": "^1.0.7", @@ -15380,15 +13619,11 @@ }, "node_modules/jsbn": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==", "dev": true, "license": "MIT" }, "node_modules/jsdoc-type-pratt-parser": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.0.0.tgz", - "integrity": "sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==", "dev": true, "license": "MIT", "peer": true, @@ -15398,8 +13633,6 @@ }, "node_modules/jsesc": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", - "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", "license": "MIT", "bin": { "jsesc": "bin/jsesc" @@ -15410,52 +13643,38 @@ }, "node_modules/json-buffer": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", - "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", "dev": true, "license": "MIT", "peer": true }, "node_modules/json-parse-even-better-errors": { "version": "2.3.1", - "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", "license": "MIT" }, "node_modules/json-schema": { "version": "0.4.0", - "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", - "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", "dev": true, "license": "(AFL-2.1 OR BSD-3-Clause)" }, "node_modules/json-schema-traverse": { "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", "dev": true, "license": "MIT", "peer": true }, "node_modules/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": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", "dev": true, "license": "MIT", "peer": true }, "node_modules/json-stringify-safe": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", "dev": true, "license": "ISC" }, "node_modules/json5": { "version": "2.2.3", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", - "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "license": "MIT", "bin": { "json5": "lib/cli.js" @@ -15466,8 +13685,6 @@ }, "node_modules/jsonfile": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", - "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", "dev": true, "license": "MIT", "dependencies": { @@ -15479,8 +13696,6 @@ }, "node_modules/jsprim": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-2.0.2.tgz", - "integrity": "sha512-gqXddjPqQ6G40VdnI6T6yObEC+pDNvyP95wdQhkWkg7crHH3km5qP1FsOXEkzEQwnz6gz5qGTn1c2Y52wP3OyQ==", "dev": true, "engines": [ "node >=0.6.0" @@ -15495,8 +13710,6 @@ }, "node_modules/keyv": { "version": "4.5.4", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", - "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", "dev": true, "license": "MIT", "peer": true, @@ -15506,8 +13719,6 @@ }, "node_modules/kind-of": { "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", "dev": true, "license": "MIT", "dependencies": { @@ -15519,8 +13730,6 @@ }, "node_modules/kleur": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", - "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", "license": "MIT", "engines": { "node": ">=6" @@ -15528,16 +13737,14 @@ }, "node_modules/known-css-properties": { "version": "0.35.0", - "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.35.0.tgz", - "integrity": "sha512-a/RAk2BfKk+WFGhhOCAYqSiFLc34k8Mt/6NWRI4joER0EYUzXIcFivjjnoD3+XU1DggLn/tZc3DOAgke7l8a4A==", "dev": true, "license": "MIT", "peer": true }, "node_modules/launch-editor": { - "version": "2.9.1", - "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.9.1.tgz", - "integrity": "sha512-Gcnl4Bd+hRO9P9icCP/RVVT2o8SFlPXofuCxvA2SaZuH45whSvf5p8x5oih5ftLiVhEI4sp5xDY+R+b3zJBh5w==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.10.0.tgz", + "integrity": "sha512-D7dBRJo/qcGX9xlvt/6wUYzQxjh5G1RvZPgPv8vi4KRU99DVQL/oW7tnVOCCTm2HGeo3C5HvGE5Yrh6UBoZ0vA==", "dev": true, "license": "MIT", "peer": true, @@ -15548,14 +13755,10 @@ }, "node_modules/layerr": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/layerr/-/layerr-3.0.0.tgz", - "integrity": "sha512-tv754Ki2dXpPVApOrjTyRo4/QegVb9eVFq4mjqp4+NM5NaX7syQvN5BBNfV/ZpAHCEHV24XdUVrBAoka4jt3pA==", "license": "MIT" }, "node_modules/lazy-ass": { "version": "1.6.0", - "resolved": "https://registry.npmjs.org/lazy-ass/-/lazy-ass-1.6.0.tgz", - "integrity": "sha512-cc8oEVoctTvsFZ/Oje/kGnHbpWHYBe8IAJe4C0QNc3t8uM/0Y8+erSz/7Y1ALuXTEZTMvxXwO6YbX1ey3ujiZw==", "dev": true, "license": "MIT", "engines": { @@ -15564,8 +13767,6 @@ }, "node_modules/leven": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", - "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", "license": "MIT", "engines": { "node": ">=6" @@ -15573,8 +13774,6 @@ }, "node_modules/levn": { "version": "0.4.1", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", - "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", "dev": true, "license": "MIT", "peer": true, @@ -15588,14 +13787,10 @@ }, "node_modules/lines-and-columns": { "version": "1.2.4", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", "license": "MIT" }, "node_modules/linkify-it": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz", - "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==", "license": "MIT", "dependencies": { "uc.micro": "^2.0.0" @@ -15619,8 +13814,6 @@ }, "node_modules/listr2": { "version": "3.14.0", - "resolved": "https://registry.npmjs.org/listr2/-/listr2-3.14.0.tgz", - "integrity": "sha512-TyWI8G99GX9GjE54cJ+RrNMcIFBfwMPxc3XTFiAYGN4s10hWROGtOg7+O6u6LE3mNkyld7RSLE6nrKBvTfcs3g==", "dev": true, "license": "MIT", "dependencies": { @@ -15647,8 +13840,6 @@ }, "node_modules/loader-runner": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", - "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", "dev": true, "license": "MIT", "peer": true, @@ -15658,8 +13849,6 @@ }, "node_modules/locate-path": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "license": "MIT", "dependencies": { "p-locate": "^4.1.0" @@ -15670,59 +13859,42 @@ }, "node_modules/lodash": { "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "license": "MIT" }, "node_modules/lodash.camelcase": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", - "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==", "dev": true, "license": "MIT" }, "node_modules/lodash.debounce": { "version": "4.0.8", - "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", "dev": true, "license": "MIT", "peer": true }, "node_modules/lodash.get": { "version": "4.4.2", - "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", - "integrity": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==", - "deprecated": "This package is deprecated. Use the optional chaining (?.) operator instead.", "license": "MIT" }, "node_modules/lodash.merge": { "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", "dev": true, "license": "MIT", "peer": true }, "node_modules/lodash.once": { "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", - "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==", "dev": true, "license": "MIT" }, "node_modules/lodash.truncate": { "version": "4.4.2", - "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", - "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==", "dev": true, "license": "MIT", "peer": true }, "node_modules/log-symbols": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", - "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", "dev": true, "license": "MIT", "dependencies": { @@ -15738,8 +13910,6 @@ }, "node_modules/log-symbols/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "license": "MIT", "dependencies": { @@ -15754,8 +13924,6 @@ }, "node_modules/log-symbols/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, "license": "MIT", "dependencies": { @@ -15771,8 +13939,6 @@ }, "node_modules/log-symbols/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "license": "MIT", "dependencies": { @@ -15784,15 +13950,11 @@ }, "node_modules/log-symbols/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true, "license": "MIT" }, "node_modules/log-symbols/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, "license": "MIT", "engines": { @@ -15801,8 +13963,6 @@ }, "node_modules/log-symbols/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, "license": "MIT", "dependencies": { @@ -15814,8 +13974,6 @@ }, "node_modules/log-update": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz", - "integrity": "sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==", "dev": true, "license": "MIT", "dependencies": { @@ -15833,8 +13991,6 @@ }, "node_modules/log-update/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "license": "MIT", "dependencies": { @@ -15849,8 +14005,6 @@ }, "node_modules/log-update/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "license": "MIT", "dependencies": { @@ -15862,15 +14016,11 @@ }, "node_modules/log-update/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true, "license": "MIT" }, "node_modules/log-update/node_modules/slice-ansi": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", - "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", "dev": true, "license": "MIT", "dependencies": { @@ -15887,8 +14037,6 @@ }, "node_modules/log-update/node_modules/wrap-ansi": { "version": "6.2.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", "dev": true, "license": "MIT", "dependencies": { @@ -15902,8 +14050,6 @@ }, "node_modules/long": { "version": "5.2.4", - "resolved": "https://registry.npmjs.org/long/-/long-5.2.4.tgz", - "integrity": "sha512-qtzLbJE8hq7VabR3mISmVGtoXP8KGc2Z/AT8OuqlYD7JTR3oqrgwdjnk07wpj1twXxYmgDXgoKVWUG/fReSzHg==", "dev": true, "license": "Apache-2.0" }, @@ -15934,8 +14080,6 @@ }, "node_modules/lru-cache": { "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", "license": "ISC", "dependencies": { "yallist": "^3.0.2" @@ -15943,15 +14087,11 @@ }, "node_modules/lunr": { "version": "2.3.9", - "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz", - "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==", "license": "MIT", "peer": true }, "node_modules/magic-string": { "version": "0.30.17", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz", - "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==", "license": "MIT", "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0" @@ -15959,8 +14099,6 @@ }, "node_modules/make-dir": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", - "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", "license": "MIT", "dependencies": { "semver": "^7.5.3" @@ -15974,8 +14112,6 @@ }, "node_modules/make-dir/node_modules/semver": { "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -15986,8 +14122,6 @@ }, "node_modules/makeerror": { "version": "1.0.12", - "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", - "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", "license": "BSD-3-Clause", "dependencies": { "tmpl": "1.0.5" @@ -15995,8 +14129,6 @@ }, "node_modules/markdown-it": { "version": "14.1.0", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz", - "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==", "license": "MIT", "dependencies": { "argparse": "^2.0.1", @@ -16012,20 +14144,14 @@ }, "node_modules/markdown-it-link-attributes": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/markdown-it-link-attributes/-/markdown-it-link-attributes-4.0.1.tgz", - "integrity": "sha512-pg5OK0jPLg62H4k7M9mRJLT61gUp9nvG0XveKYHMOOluASo9OEF13WlXrpAp2aj35LbedAy3QOCgQCw0tkLKAQ==", "license": "MIT" }, "node_modules/markdown-it-task-checkbox": { "version": "1.0.6", - "resolved": "https://registry.npmjs.org/markdown-it-task-checkbox/-/markdown-it-task-checkbox-1.0.6.tgz", - "integrity": "sha512-7pxkHuvqTOu3iwVGmDPeYjQg+AIS9VQxzyLP9JCg9lBjgPAJXGEkChK6A2iFuj3tS0GV3HG2u5AMNhcQqwxpJw==", "license": "ISC" }, "node_modules/markdown-it/node_modules/argparse": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", "license": "Python-2.0" }, "node_modules/markdown-table": { @@ -16040,8 +14166,6 @@ }, "node_modules/marked": { "version": "2.1.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz", - "integrity": "sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==", "license": "MIT", "bin": { "marked": "bin/marked" @@ -16058,8 +14182,6 @@ }, "node_modules/math-intrinsics": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", "dev": true, "license": "MIT", "engines": { @@ -16068,8 +14190,6 @@ }, "node_modules/mathml-tag-names": { "version": "2.1.3", - "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz", - "integrity": "sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==", "dev": true, "license": "MIT", "peer": true, @@ -16080,8 +14200,6 @@ }, "node_modules/md5": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/md5/-/md5-2.3.0.tgz", - "integrity": "sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==", "license": "BSD-3-Clause", "dependencies": { "charenc": "0.0.2", @@ -16155,9 +14273,9 @@ } }, "node_modules/mdast-util-gfm": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.0.0.tgz", - "integrity": "sha512-dgQEX5Amaq+DuUqf26jJqSK9qgixgd6rYDHAv4aTBuA92cTknZlKpPfa86Z/s8Dj8xsAQpFfBmPUHWJBWqS4Bw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz", + "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==", "license": "MIT", "dependencies": { "mdast-util-from-markdown": "^2.0.0", @@ -16191,9 +14309,9 @@ } }, "node_modules/mdast-util-gfm-footnote": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.0.0.tgz", - "integrity": "sha512-5jOT2boTSVkMnQ7LTrd6n/18kqwjmuYqo7JUPe+tRCY6O7dAuTFMtTPauYYrMPpox9hlN0uOx/FL8XvEfG9/mQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz", + "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==", "license": "MIT", "dependencies": { "@types/mdast": "^4.0.0", @@ -16400,14 +14518,10 @@ }, "node_modules/mdn-data": { "version": "2.0.30", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz", - "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==", "license": "CC0-1.0" }, "node_modules/mdurl": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz", - "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==", "license": "MIT" }, "node_modules/media-typer": { @@ -16444,8 +14558,6 @@ }, "node_modules/meow": { "version": "13.2.0", - "resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz", - "integrity": "sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==", "dev": true, "license": "MIT", "peer": true, @@ -16469,14 +14581,10 @@ }, "node_modules/merge-stream": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", "license": "MIT" }, "node_modules/merge2": { "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", "dev": true, "license": "MIT", "engines": { @@ -16495,9 +14603,9 @@ } }, "node_modules/micromark": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.1.tgz", - "integrity": "sha512-eBPdkcoCNvYcxQOAKAlceo5SNdzZWfF+FcSupREAzdAh9rRmE239CEQAiTwIgblwnoM8zzj35sZ5ZwvSEOF6Kw==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz", + "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==", "funding": [ { "type": "GitHub Sponsors", @@ -16530,9 +14638,9 @@ } }, "node_modules/micromark-core-commonmark": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.2.tgz", - "integrity": "sha512-FKjQKbxd1cibWMM1P9N+H8TwlgGgSkWZMmfuVucLCHaYqeSvJ0hFeHsIa65pA2nYbes0f8LDHPMrd9X7Ujxg9w==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz", + "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==", "funding": [ { "type": "GitHub Sponsors", @@ -17004,9 +15112,9 @@ } }, "node_modules/micromark-util-subtokenize": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.0.4.tgz", - "integrity": "sha512-N6hXjrin2GTJDe3MVjf5FuXpm12PGm80BrUAeub9XFXca8JZbP+oIwY4LJSVwFUCL1IPm/WwSVUN7goFHmSGGQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz", + "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==", "funding": [ { "type": "GitHub Sponsors", @@ -17042,9 +15150,9 @@ "license": "MIT" }, "node_modules/micromark-util-types": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.1.tgz", - "integrity": "sha512-534m2WhVTddrcKVepwmVEVnUAmtrx9bfIjNoQHRqfnvdaHQiFytEhJoTgpWJvDEXCO5gLTQh3wYC1PgOJA4NSQ==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz", + "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==", "funding": [ { "type": "GitHub Sponsors", @@ -17059,8 +15167,6 @@ }, "node_modules/micromatch": { "version": "4.0.8", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", - "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "license": "MIT", "dependencies": { "braces": "^3.0.3", @@ -17109,8 +15215,6 @@ }, "node_modules/mime-db": { "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", "license": "MIT", "engines": { "node": ">= 0.6" @@ -17118,8 +15222,6 @@ }, "node_modules/mime-types": { "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", "license": "MIT", "dependencies": { "mime-db": "1.52.0" @@ -17130,8 +15232,6 @@ }, "node_modules/mimic-fn": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "license": "MIT", "engines": { "node": ">=6" @@ -17155,8 +15255,6 @@ }, "node_modules/minimatch": { "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" @@ -17170,8 +15268,6 @@ }, "node_modules/minimist": { "version": "1.2.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", - "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", "dev": true, "license": "MIT", "funding": { @@ -17180,8 +15276,6 @@ }, "node_modules/minipass": { "version": "7.1.2", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", - "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", "dev": true, "license": "ISC", "engines": { @@ -17190,15 +15284,11 @@ }, "node_modules/mkdirp-classic": { "version": "0.5.3", - "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", - "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==", "dev": true, "license": "MIT" }, "node_modules/moment": { "version": "2.30.1", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz", - "integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==", "license": "MIT", "engines": { "node": "*" @@ -17206,8 +15296,6 @@ }, "node_modules/ms": { "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "license": "MIT" }, "node_modules/multicast-dns": { @@ -17227,16 +15315,12 @@ }, "node_modules/nan": { "version": "2.22.0", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.22.0.tgz", - "integrity": "sha512-nbajikzWTMwsW+eSsNm3QwlOs7het9gGJU5dDZzRTQGk03vyBOauxgI4VakDzE0PtsGTmXPsXTbbjVhRwR5mpw==", "dev": true, "license": "MIT", "optional": true }, "node_modules/nanoid": { "version": "3.3.8", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", - "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", "funding": [ { "type": "github", @@ -17253,8 +15337,6 @@ }, "node_modules/natural-compare": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", "license": "MIT" }, "node_modules/negotiator": { @@ -17270,16 +15352,12 @@ }, "node_modules/neo-async": { "version": "2.6.2", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", "dev": true, "license": "MIT", "peer": true }, "node_modules/nested-property": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/nested-property/-/nested-property-4.0.0.tgz", - "integrity": "sha512-yFehXNWRs4cM0+dz7QxCd06hTbWbSkV0ISsqBfkntU6TOY4Qm3Q88fRRLOddkGh2Qq6dZvnKVAahfhjcUvLnyA==", "license": "MIT" }, "node_modules/node-addon-api": { @@ -17293,8 +15371,6 @@ }, "node_modules/node-domexception": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", - "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==", "funding": [ { "type": "github", @@ -17312,8 +15388,6 @@ }, "node_modules/node-fetch": { "version": "2.7.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", - "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", "dev": true, "license": "MIT", "dependencies": { @@ -17344,16 +15418,12 @@ }, "node_modules/node-gettext": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/node-gettext/-/node-gettext-3.0.0.tgz", - "integrity": "sha512-/VRYibXmVoN6tnSAY2JWhNRhWYJ8Cd844jrZU/DwLVoI4vBI6ceYbd8i42sYZ9uOgDH3S7vslIKOWV/ZrT2YBA==", "dependencies": { "lodash.get": "^4.4.2" } }, "node_modules/node-int64": { "version": "0.4.0", - "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", - "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==", "license": "MIT" }, "node_modules/node-polyfill-webpack-plugin": { @@ -17441,9 +15511,9 @@ } }, "node_modules/node-polyfill-webpack-plugin/node_modules/type-fest": { - "version": "4.34.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.34.1.tgz", - "integrity": "sha512-6kSc32kT0rbwxD6QL1CYe8IqdzN/J/ILMrNK+HMQCKH3insCDRY/3ITb0vcBss0a3t72fzh2YSzj8ko1HgwT3g==", + "version": "4.37.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.37.0.tgz", + "integrity": "sha512-S/5/0kFftkq27FPNye0XM1e2NsnoD/3FS+pBmbjmmtLT6I+i344KoOf7pvXreaFsDamWeaJX55nczA1m5PsBDg==", "dev": true, "license": "(MIT OR CC0-1.0)", "peer": true, @@ -17456,14 +15526,10 @@ }, "node_modules/node-releases": { "version": "2.0.19", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz", - "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==", "license": "MIT" }, "node_modules/nopt": { "version": "7.2.1", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz", - "integrity": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==", "dev": true, "license": "ISC", "dependencies": { @@ -17478,8 +15544,6 @@ }, "node_modules/normalize-path": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -17487,8 +15551,6 @@ }, "node_modules/npm-run-path": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", - "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", "license": "MIT", "dependencies": { "path-key": "^3.0.0" @@ -17499,8 +15561,6 @@ }, "node_modules/nth-check": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", - "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", "dev": true, "license": "BSD-2-Clause", "peer": true, @@ -17513,8 +15573,6 @@ }, "node_modules/object-inspect": { "version": "1.13.3", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.3.tgz", - "integrity": "sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==", "dev": true, "license": "MIT", "engines": { @@ -17544,8 +15602,6 @@ }, "node_modules/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, "license": "MIT", "peer": true, @@ -17555,8 +15611,6 @@ }, "node_modules/object.assign": { "version": "4.1.7", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz", - "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==", "dev": true, "license": "MIT", "peer": true, @@ -17577,8 +15631,6 @@ }, "node_modules/object.fromentries": { "version": "2.0.8", - "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz", - "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==", "dev": true, "license": "MIT", "peer": true, @@ -17597,8 +15649,6 @@ }, "node_modules/object.groupby": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz", - "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==", "dev": true, "license": "MIT", "peer": true, @@ -17613,8 +15663,6 @@ }, "node_modules/object.values": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz", - "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==", "dev": true, "license": "MIT", "peer": true, @@ -17666,8 +15714,6 @@ }, "node_modules/once": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", "license": "ISC", "dependencies": { "wrappy": "1" @@ -17675,8 +15721,6 @@ }, "node_modules/onetime": { "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", "license": "MIT", "dependencies": { "mimic-fn": "^2.1.0" @@ -17710,8 +15754,6 @@ }, "node_modules/optionator": { "version": "0.9.4", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", - "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", "dev": true, "license": "MIT", "peer": true, @@ -17737,15 +15779,11 @@ }, "node_modules/ospath": { "version": "1.2.2", - "resolved": "https://registry.npmjs.org/ospath/-/ospath-1.2.2.tgz", - "integrity": "sha512-o6E5qJV5zkAbIDNhGSIlyOhScKXgQrSRMilfph0clDfM0nEnBOlKlH4sWDmG95BW/CvwNz0vmm7dJVtU2KlMiA==", "dev": true, "license": "MIT" }, "node_modules/own-keys": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz", - "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==", "dev": true, "license": "MIT", "peer": true, @@ -17763,8 +15801,6 @@ }, "node_modules/p-limit": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", "license": "MIT", "dependencies": { "yocto-queue": "^0.1.0" @@ -17778,8 +15814,6 @@ }, "node_modules/p-locate": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "license": "MIT", "dependencies": { "p-limit": "^2.2.0" @@ -17790,8 +15824,6 @@ }, "node_modules/p-locate/node_modules/p-limit": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "license": "MIT", "dependencies": { "p-try": "^2.0.0" @@ -17805,8 +15837,6 @@ }, "node_modules/p-map": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", - "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", "dev": true, "license": "MIT", "dependencies": { @@ -17821,8 +15851,6 @@ }, "node_modules/p-queue": { "version": "8.1.0", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.1.0.tgz", - "integrity": "sha512-mxLDbbGIBEXTJL0zEx8JIylaj3xQ7Z/7eEVjcF9fJX4DBiH9oqe+oahYnlKKxm0Ci9TlWTyhSHgygxMxjIB2jw==", "license": "MIT", "dependencies": { "eventemitter3": "^5.0.1", @@ -17856,8 +15884,6 @@ }, "node_modules/p-timeout": { "version": "6.1.4", - "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.4.tgz", - "integrity": "sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==", "license": "MIT", "engines": { "node": ">=14.16" @@ -17868,8 +15894,6 @@ }, "node_modules/p-try": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", "license": "MIT", "engines": { "node": ">=6" @@ -17877,8 +15901,6 @@ }, "node_modules/package-json-from-dist": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", - "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", "dev": true, "license": "BlueOak-1.0.0" }, @@ -17892,8 +15914,6 @@ }, "node_modules/parent-module": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", "dev": true, "license": "MIT", "dependencies": { @@ -17949,8 +15969,6 @@ }, "node_modules/parse-json": { "version": "5.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.0.0", @@ -17986,8 +16004,6 @@ }, "node_modules/path-exists": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "license": "MIT", "engines": { "node": ">=8" @@ -17995,8 +16011,6 @@ }, "node_modules/path-is-absolute": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -18004,8 +16018,6 @@ }, "node_modules/path-key": { "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", "license": "MIT", "engines": { "node": ">=8" @@ -18013,20 +16025,14 @@ }, "node_modules/path-parse": { "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", "license": "MIT" }, "node_modules/path-posix": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/path-posix/-/path-posix-1.0.0.tgz", - "integrity": "sha512-1gJ0WpNIiYcQydgg3Ed8KzvIqTsDpNwq+cjBCssvBtuTWjEqY1AW+i+OepiEMqDCzyro9B2sLAe4RBPajMYFiA==", "license": "ISC" }, "node_modules/path-scurry": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", - "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { @@ -18042,8 +16048,6 @@ }, "node_modules/path-scurry/node_modules/lru-cache": { "version": "10.4.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", - "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", "dev": true, "license": "ISC" }, @@ -18057,8 +16061,6 @@ }, "node_modules/path-type": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", "dev": true, "license": "MIT", "engines": { @@ -18085,28 +16087,20 @@ }, "node_modules/pend": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", - "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==", "dev": true, "license": "MIT" }, "node_modules/performance-now": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", "dev": true, "license": "MIT" }, "node_modules/picocolors": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", - "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", "license": "ISC" }, "node_modules/picomatch": { "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", "license": "MIT", "engines": { "node": ">=8.6" @@ -18117,8 +16111,6 @@ }, "node_modules/pify": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", "dev": true, "license": "MIT", "engines": { @@ -18127,8 +16119,6 @@ }, "node_modules/pirates": { "version": "4.0.6", - "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", - "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", "license": "MIT", "engines": { "node": ">= 6" @@ -18136,8 +16126,6 @@ }, "node_modules/pkg-dir": { "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", "license": "MIT", "dependencies": { "find-up": "^4.0.0" @@ -18148,8 +16136,6 @@ }, "node_modules/possible-typed-array-names": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz", - "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==", "dev": true, "license": "MIT", "peer": true, @@ -18159,8 +16145,6 @@ }, "node_modules/postcss": { "version": "8.5.1", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.1.tgz", - "integrity": "sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==", "funding": [ { "type": "opencollective", @@ -18187,8 +16171,6 @@ }, "node_modules/postcss-html": { "version": "1.8.0", - "resolved": "https://registry.npmjs.org/postcss-html/-/postcss-html-1.8.0.tgz", - "integrity": "sha512-5mMeb1TgLWoRKxZ0Xh9RZDfwUUIqRrcxO2uXO+Ezl1N5lqpCiSU5Gk6+1kZediBfBHFtPCdopr2UZ2SgUsKcgQ==", "dev": true, "license": "MIT", "peer": true, @@ -18204,16 +16186,12 @@ }, "node_modules/postcss-html/node_modules/js-tokens": { "version": "9.0.1", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.1.tgz", - "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==", "dev": true, "license": "MIT", "peer": true }, "node_modules/postcss-media-query-parser": { "version": "0.2.3", - "resolved": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz", - "integrity": "sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==", "dev": true, "license": "MIT", "peer": true @@ -18317,16 +16295,12 @@ }, "node_modules/postcss-resolve-nested-selector": { "version": "0.1.6", - "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.6.tgz", - "integrity": "sha512-0sglIs9Wmkzbr8lQwEyIzlDOOC9bGmfVKcJTaxv3vMmd3uo4o4DerC3En0bnmgceeql9BfC8hRkp7cg0fjdVqw==", "dev": true, "license": "MIT", "peer": true }, "node_modules/postcss-safe-parser": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-6.0.0.tgz", - "integrity": "sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==", "dev": true, "license": "MIT", "peer": true, @@ -18343,8 +16317,6 @@ }, "node_modules/postcss-scss": { "version": "4.0.9", - "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.9.tgz", - "integrity": "sha512-AjKOeiwAitL/MXxQW2DliT28EKukvvbEWx3LBmJIRN8KfBGZbRTxNYW0kSqi1COiTZ57nZ9NW06S6ux//N1c9A==", "dev": true, "funding": [ { @@ -18371,8 +16343,6 @@ }, "node_modules/postcss-selector-parser": { "version": "6.1.2", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", - "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", "dev": true, "license": "MIT", "peer": true, @@ -18386,16 +16356,12 @@ }, "node_modules/postcss-value-parser": { "version": "4.2.0", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", "dev": true, "license": "MIT", "peer": true }, "node_modules/prelude-ls": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", "dev": true, "license": "MIT", "peer": true, @@ -18405,8 +16371,6 @@ }, "node_modules/pretty": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/pretty/-/pretty-2.0.0.tgz", - "integrity": "sha512-G9xUchgTEiNpormdYBl+Pha50gOUovT18IvAe7EYMZ1/f9W/WWMPRn+xI68yXNMUk3QXHDwo/1wV/4NejVNe1w==", "dev": true, "license": "MIT", "dependencies": { @@ -18420,8 +16384,6 @@ }, "node_modules/pretty-bytes": { "version": "5.6.0", - "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz", - "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==", "dev": true, "license": "MIT", "engines": { @@ -18433,8 +16395,6 @@ }, "node_modules/pretty-format": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", - "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", "license": "MIT", "dependencies": { "@jest/schemas": "^29.6.3", @@ -18447,8 +16407,6 @@ }, "node_modules/pretty-format/node_modules/ansi-styles": { "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", "license": "MIT", "engines": { "node": ">=10" @@ -18459,8 +16417,6 @@ }, "node_modules/process": { "version": "0.11.10", - "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", - "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", "dev": true, "license": "MIT", "engines": { @@ -18477,8 +16433,6 @@ }, "node_modules/prompts": { "version": "2.4.2", - "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", - "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", "license": "MIT", "dependencies": { "kleur": "^3.0.3", @@ -18489,9 +16443,9 @@ } }, "node_modules/property-information": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.5.0.tgz", - "integrity": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.0.0.tgz", + "integrity": "sha512-7D/qOz/+Y4X/rzSB6jKxKUsQnphO046ei8qxG59mtM3RG3DHgTK81HrxrmoDVINJb8NKT5ZsRbwHvQ6B68Iyhg==", "license": "MIT", "funding": { "type": "github", @@ -18500,15 +16454,11 @@ }, "node_modules/proto-list": { "version": "1.2.4", - "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz", - "integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==", "dev": true, "license": "ISC" }, "node_modules/protobufjs": { "version": "7.4.0", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.4.0.tgz", - "integrity": "sha512-mRUWCc3KUU4w1jU8sGxICXH/gNS94DvI1gxqDvBzhj1JpcsimQkYiOJfwsPUykUI5ZaspFbSgmBLER8IrQ3tqw==", "dev": true, "hasInstallScript": true, "license": "BSD-3-Clause", @@ -18558,8 +16508,6 @@ }, "node_modules/proxy-from-env": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", - "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", "license": "MIT" }, "node_modules/public-encrypt": { @@ -18588,8 +16536,6 @@ }, "node_modules/pump": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.2.tgz", - "integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==", "dev": true, "license": "MIT", "dependencies": { @@ -18599,8 +16545,6 @@ }, "node_modules/punycode": { "version": "2.3.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", - "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", "dev": true, "license": "MIT", "peer": true, @@ -18610,8 +16554,6 @@ }, "node_modules/punycode.js": { "version": "2.3.1", - "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz", - "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==", "license": "MIT", "engines": { "node": ">=6" @@ -18619,8 +16561,6 @@ }, "node_modules/pure-rand": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz", - "integrity": "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==", "funding": [ { "type": "individual", @@ -18635,8 +16575,6 @@ }, "node_modules/qs": { "version": "6.13.1", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.1.tgz", - "integrity": "sha512-EJPeIn0CYrGu+hli1xilKAPXODtJ12T0sP63Ijx2/khC2JtuaN3JyNIpvmnkmaEtha9ocbG4A4cMcr+TvqvwQg==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -18661,14 +16599,10 @@ }, "node_modules/querystringify": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", - "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", "license": "MIT" }, "node_modules/queue-microtask": { "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", "dev": true, "funding": [ { @@ -18688,8 +16622,6 @@ }, "node_modules/randombytes": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", - "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", "dev": true, "license": "MIT", "peer": true, @@ -18739,14 +16671,10 @@ }, "node_modules/react-is": { "version": "18.3.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", - "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", "license": "MIT" }, "node_modules/readable-stream": { "version": "3.6.2", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", - "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", "dev": true, "license": "MIT", "dependencies": { @@ -18759,9 +16687,9 @@ } }, "node_modules/readdirp": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.1.tgz", - "integrity": "sha512-h80JrZu/MHUZCyHu5ciuoI0+WxsCxzxJTILn6Fs8rxSnFPh+UVHYfeIxK1nVGugMqkfC4vJcBOYbkfkwYK0+gw==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz", + "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==", "dev": true, "license": "MIT", "peer": true, @@ -18789,8 +16717,6 @@ }, "node_modules/reflect.getprototypeof": { "version": "1.0.10", - "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz", - "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==", "dev": true, "license": "MIT", "peer": true, @@ -18813,16 +16739,12 @@ }, "node_modules/regenerate": { "version": "1.4.2", - "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", - "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", "dev": true, "license": "MIT", "peer": true }, "node_modules/regenerate-unicode-properties": { "version": "10.2.0", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz", - "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==", "dev": true, "license": "MIT", "peer": true, @@ -18835,14 +16757,10 @@ }, "node_modules/regenerator-runtime": { "version": "0.13.11", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", - "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==", "license": "MIT" }, "node_modules/regenerator-transform": { "version": "0.15.2", - "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", - "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", "dev": true, "license": "MIT", "peer": true, @@ -18852,8 +16770,6 @@ }, "node_modules/regexp.prototype.flags": { "version": "1.5.4", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz", - "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==", "dev": true, "license": "MIT", "peer": true, @@ -18874,8 +16790,6 @@ }, "node_modules/regexpu-core": { "version": "6.2.0", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.2.0.tgz", - "integrity": "sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==", "dev": true, "license": "MIT", "peer": true, @@ -18893,16 +16807,12 @@ }, "node_modules/regjsgen": { "version": "0.8.0", - "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz", - "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==", "dev": true, "license": "MIT", "peer": true }, "node_modules/regjsparser": { "version": "0.12.0", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.12.0.tgz", - "integrity": "sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==", "dev": true, "license": "BSD-2-Clause", "peer": true, @@ -18915,8 +16825,6 @@ }, "node_modules/regjsparser/node_modules/jsesc": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", - "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", "dev": true, "license": "MIT", "peer": true, @@ -18946,9 +16854,9 @@ } }, "node_modules/rehype-highlight": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/rehype-highlight/-/rehype-highlight-7.0.1.tgz", - "integrity": "sha512-dB/vVGFsbm7xPglqnYbg0ABg6rAuIWKycTvuXaOO27SgLoOFNoTlniTBtAxp3n5ZyMioW1a3KwiNqgjkb6Skjg==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/rehype-highlight/-/rehype-highlight-7.0.2.tgz", + "integrity": "sha512-k158pK7wdC2qL3M5NcZROZ2tR/l7zOzjxXd5VGdcfIyoijjQqpHd3JKtYSBDpDZ38UI2WJWuFAtkMDxmx5kstA==", "license": "MIT", "dependencies": { "@types/hast": "^3.0.0", @@ -18993,9 +16901,9 @@ } }, "node_modules/remark-gfm": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.0.tgz", - "integrity": "sha512-U92vJgBPkbw4Zfu/IiW2oTZLSL3Zpv+uI7My2eq8JxKgqraFdU8YUGicEJCEgSbeaG+QDFqIcwwfMTOEelPxuA==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz", + "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==", "license": "MIT", "dependencies": { "@types/mdast": "^4.0.0", @@ -19060,8 +16968,6 @@ }, "node_modules/request-progress": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/request-progress/-/request-progress-3.0.0.tgz", - "integrity": "sha512-MnWzEHHaxHO2iWiQuHrUPBi/1WeBf5PkxQqNyNvLl9VAYSdXkP8tQ3pBSeCPD+yw0v0Aq1zosWLz0BdeXpWwZg==", "dev": true, "license": "MIT", "dependencies": { @@ -19070,8 +16976,6 @@ }, "node_modules/require-directory": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -19079,8 +16983,6 @@ }, "node_modules/require-from-string": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", - "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", "dev": true, "license": "MIT", "engines": { @@ -19089,8 +16991,6 @@ }, "node_modules/requireindex": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/requireindex/-/requireindex-1.2.0.tgz", - "integrity": "sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww==", "dev": true, "license": "MIT", "peer": true, @@ -19100,14 +17000,10 @@ }, "node_modules/requires-port": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", "license": "MIT" }, "node_modules/resolve": { "version": "1.22.10", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz", - "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==", "license": "MIT", "dependencies": { "is-core-module": "^2.16.0", @@ -19126,8 +17022,6 @@ }, "node_modules/resolve-cwd": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", - "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", "license": "MIT", "dependencies": { "resolve-from": "^5.0.0" @@ -19138,8 +17032,6 @@ }, "node_modules/resolve-from": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", "license": "MIT", "engines": { "node": ">=8" @@ -19147,8 +17039,6 @@ }, "node_modules/resolve-pkg-maps": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz", - "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==", "dev": true, "license": "MIT", "peer": true, @@ -19158,8 +17048,6 @@ }, "node_modules/resolve.exports": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.3.tgz", - "integrity": "sha512-OcXjMsGdhL4XnbShKpAcSqPMzQoYkYyhbEaeSko47MjRP9NfEQMhZkXL1DoFlt9LWQn4YttrdnV6X2OiyzBi+A==", "license": "MIT", "engines": { "node": ">=10" @@ -19167,8 +17055,6 @@ }, "node_modules/restore-cursor": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", - "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", "dev": true, "license": "MIT", "dependencies": { @@ -19192,8 +17078,6 @@ }, "node_modules/reusify": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", "dev": true, "license": "MIT", "engines": { @@ -19203,16 +17087,11 @@ }, "node_modules/rfdc": { "version": "1.4.1", - "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz", - "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==", "dev": true, "license": "MIT" }, "node_modules/rimraf": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "deprecated": "Rimraf versions prior to v4 are no longer supported", "dev": true, "license": "ISC", "peer": true, @@ -19254,8 +17133,6 @@ }, "node_modules/run-parallel": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", "dev": true, "funding": [ { @@ -19278,8 +17155,6 @@ }, "node_modules/rxjs": { "version": "7.8.1", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", - "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -19288,8 +17163,6 @@ }, "node_modules/safe-array-concat": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz", - "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==", "dev": true, "license": "MIT", "peer": true, @@ -19309,8 +17182,6 @@ }, "node_modules/safe-buffer": { "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", "dev": true, "funding": [ { @@ -19330,8 +17201,6 @@ }, "node_modules/safe-push-apply": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz", - "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==", "dev": true, "license": "MIT", "peer": true, @@ -19348,8 +17217,6 @@ }, "node_modules/safe-regex-test": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz", - "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==", "dev": true, "license": "MIT", "peer": true, @@ -19367,15 +17234,13 @@ }, "node_modules/safer-buffer": { "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", "dev": true, "license": "MIT" }, "node_modules/sass": { - "version": "1.84.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.84.0.tgz", - "integrity": "sha512-XDAbhEPJRxi7H0SxrnOpiXFQoUJHwkR2u3Zc4el+fK/Tt5Hpzw5kkQ59qVDfvdaUq6gCrEZIbySFBM2T9DNKHg==", + "version": "1.85.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.85.1.tgz", + "integrity": "sha512-Uk8WpxM5v+0cMR0XjX9KfRIacmSG86RH4DCCZjLU2rFh5tyutt9siAXJ7G+YfxQ99Q6wrRMbMlVl6KqUms71ag==", "dev": true, "license": "MIT", "peer": true, @@ -19438,8 +17303,6 @@ }, "node_modules/schema-utils": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.0.tgz", - "integrity": "sha512-Gf9qqc58SpCA/xdziiHz35F4GNIWYWZrEshUc/G/r5BnLph6xpKuLeoJoQuj5WfBIx/eQLf+hmVPYHaxJu7V2g==", "dev": true, "license": "MIT", "dependencies": { @@ -19458,8 +17321,6 @@ }, "node_modules/schema-utils/node_modules/ajv": { "version": "8.17.1", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", - "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "dev": true, "license": "MIT", "dependencies": { @@ -19475,8 +17336,6 @@ }, "node_modules/schema-utils/node_modules/ajv-keywords": { "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", "dev": true, "license": "MIT", "dependencies": { @@ -19488,8 +17347,6 @@ }, "node_modules/schema-utils/node_modules/json-schema-traverse": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", "dev": true, "license": "MIT" }, @@ -19518,8 +17375,6 @@ }, "node_modules/semver": { "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -19583,8 +17438,6 @@ }, "node_modules/serialize-javascript": { "version": "6.0.2", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", - "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", "dev": true, "license": "BSD-3-Clause", "peer": true, @@ -19705,8 +17558,6 @@ }, "node_modules/set-function-length": { "version": "1.2.2", - "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", - "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", "dev": true, "license": "MIT", "peer": true, @@ -19724,8 +17575,6 @@ }, "node_modules/set-function-name": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz", - "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", "dev": true, "license": "MIT", "peer": true, @@ -19741,8 +17590,6 @@ }, "node_modules/set-proto": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz", - "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==", "dev": true, "license": "MIT", "peer": true, @@ -19813,8 +17660,6 @@ }, "node_modules/shebang-command": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", "license": "MIT", "dependencies": { "shebang-regex": "^3.0.0" @@ -19825,8 +17670,6 @@ }, "node_modules/shebang-regex": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", "license": "MIT", "engines": { "node": ">=8" @@ -19848,8 +17691,6 @@ }, "node_modules/side-channel": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", - "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==", "dev": true, "license": "MIT", "dependencies": { @@ -19868,8 +17709,6 @@ }, "node_modules/side-channel-list": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz", - "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==", "dev": true, "license": "MIT", "dependencies": { @@ -19885,8 +17724,6 @@ }, "node_modules/side-channel-map": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", - "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==", "dev": true, "license": "MIT", "dependencies": { @@ -19904,8 +17741,6 @@ }, "node_modules/side-channel-weakmap": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", - "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==", "dev": true, "license": "MIT", "dependencies": { @@ -19924,20 +17759,14 @@ }, "node_modules/signal-exit": { "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", "license": "ISC" }, "node_modules/sisteransi": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", - "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", "license": "MIT" }, "node_modules/slash": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", "license": "MIT", "engines": { "node": ">=8" @@ -19945,8 +17774,6 @@ }, "node_modules/slice-ansi": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz", - "integrity": "sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==", "dev": true, "license": "MIT", "dependencies": { @@ -19960,8 +17787,6 @@ }, "node_modules/slice-ansi/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "license": "MIT", "dependencies": { @@ -19976,8 +17801,6 @@ }, "node_modules/slice-ansi/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "license": "MIT", "dependencies": { @@ -19989,15 +17812,11 @@ }, "node_modules/slice-ansi/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true, "license": "MIT" }, "node_modules/smooth-dnd": { "version": "0.12.1", - "resolved": "https://registry.npmjs.org/smooth-dnd/-/smooth-dnd-0.12.1.tgz", - "integrity": "sha512-Dndj/MOG7VP83mvzfGCLGzV2HuK1lWachMtWl/Iuk6zV7noDycIBnflwaPuDzoaapEl3Pc4+ybJArkkx9sxPZg==", "license": "MIT" }, "node_modules/sockjs": { @@ -20015,8 +17834,6 @@ }, "node_modules/source-map": { "version": "0.5.6", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz", - "integrity": "sha512-MjZkVp0NHr5+TPihLcadqnlVoGIoWo4IBHptutGh9wI3ttUYvCG26HkSuDi+K6lsZ25syXJXcctwgyVCt//xqA==", "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" @@ -20024,8 +17841,6 @@ }, "node_modules/source-map-js": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", - "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" @@ -20033,8 +17848,6 @@ }, "node_modules/source-map-support": { "version": "0.5.13", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", - "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", "license": "MIT", "dependencies": { "buffer-from": "^1.0.0", @@ -20043,8 +17856,6 @@ }, "node_modules/source-map-support/node_modules/source-map": { "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" @@ -20062,16 +17873,12 @@ }, "node_modules/spdx-exceptions": { "version": "2.5.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz", - "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==", "dev": true, "license": "CC-BY-3.0", "peer": true }, "node_modules/spdx-expression-parse": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz", - "integrity": "sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==", "dev": true, "license": "MIT", "peer": true, @@ -20082,8 +17889,6 @@ }, "node_modules/spdx-license-ids": { "version": "3.0.21", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.21.tgz", - "integrity": "sha512-Bvg/8F5XephndSK3JffaRqdT+gyhfqIPwDHpX80tJrF8QQRYMo8sNMeaZ2Dp5+jhwKnUmIOyFFQfHRkjJm5nXg==", "dev": true, "license": "CC0-1.0", "peer": true @@ -20124,15 +17929,13 @@ }, "node_modules/split-ca": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/split-ca/-/split-ca-1.0.1.tgz", - "integrity": "sha512-Q5thBSxp5t8WPTTJQS59LrGqOZqOsrhDGDVm8azCqIBjSBd7nd9o2PM+mDulQQkh8h//4U6hFZnc/mul8t5pWQ==", "dev": true, "license": "ISC" }, "node_modules/splitpanes": { - "version": "3.1.8", - "resolved": "https://registry.npmjs.org/splitpanes/-/splitpanes-3.1.8.tgz", - "integrity": "sha512-iYir0doakV9gYBfCuflGCxCD5Yhh09OGgT+epjfc6LZfTvGDdMXuD0Q4w6jI3hlkdRR1Ta3DlARcV3MOkybymg==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/splitpanes/-/splitpanes-3.2.0.tgz", + "integrity": "sha512-K+WKxWdqtKShV33gPjQl769wHxB3glypTOReCvYu/AJd38J+abHlpiF8rK6uBNPMrgw5thHZCI5JkEwsAqa9XA==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/antoniandre" @@ -20143,14 +17946,10 @@ }, "node_modules/sprintf-js": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", "license": "BSD-3-Clause" }, "node_modules/ssh2": { "version": "1.16.0", - "resolved": "https://registry.npmjs.org/ssh2/-/ssh2-1.16.0.tgz", - "integrity": "sha512-r1X4KsBGedJqo7h8F5c4Ybpcr5RjyP+aWIG007uBPRjmdQWfEiVLzSK71Zji1B9sKxwaCvD8y8cwSkYrlLiRRg==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -20167,8 +17966,6 @@ }, "node_modules/sshpk": { "version": "1.18.0", - "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz", - "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==", "dev": true, "license": "MIT", "dependencies": { @@ -20193,16 +17990,12 @@ }, "node_modules/stable-hash": { "version": "0.0.4", - "resolved": "https://registry.npmjs.org/stable-hash/-/stable-hash-0.0.4.tgz", - "integrity": "sha512-LjdcbuBeLcdETCrPn9i8AYAZ1eCtu4ECAWtP7UleOiZ9LzVxRzzUZEoZ8zB24nhkQnDWyET0I+3sWokSDS3E7g==", "dev": true, "license": "MIT", "peer": true }, "node_modules/stack-utils": { "version": "2.0.6", - "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", - "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", "license": "MIT", "dependencies": { "escape-string-regexp": "^2.0.0" @@ -20213,8 +18006,6 @@ }, "node_modules/stack-utils/node_modules/escape-string-regexp": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", - "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", "license": "MIT", "engines": { "node": ">=8" @@ -20259,8 +18050,6 @@ }, "node_modules/string_decoder": { "version": "1.3.0", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", "dev": true, "license": "MIT", "dependencies": { @@ -20311,8 +18100,6 @@ }, "node_modules/string-width": { "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "license": "MIT", "dependencies": { "emoji-regex": "^8.0.0", @@ -20326,8 +18113,6 @@ "node_modules/string-width-cjs": { "name": "string-width", "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, "license": "MIT", "dependencies": { @@ -20341,8 +18126,6 @@ }, "node_modules/string.prototype.trim": { "version": "1.2.10", - "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz", - "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==", "dev": true, "license": "MIT", "peer": true, @@ -20364,8 +18147,6 @@ }, "node_modules/string.prototype.trimend": { "version": "1.0.9", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz", - "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==", "dev": true, "license": "MIT", "peer": true, @@ -20384,8 +18165,6 @@ }, "node_modules/string.prototype.trimstart": { "version": "1.0.8", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz", - "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==", "dev": true, "license": "MIT", "peer": true, @@ -20417,8 +18196,6 @@ }, "node_modules/strip-ansi": { "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" @@ -20430,8 +18207,6 @@ "node_modules/strip-ansi-cjs": { "name": "strip-ansi", "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dev": true, "license": "MIT", "dependencies": { @@ -20443,8 +18218,6 @@ }, "node_modules/strip-bom": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", - "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", "license": "MIT", "engines": { "node": ">=8" @@ -20452,8 +18225,6 @@ }, "node_modules/strip-final-newline": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", - "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", "license": "MIT", "engines": { "node": ">=6" @@ -20461,8 +18232,6 @@ }, "node_modules/strip-json-comments": { "version": "3.1.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", "license": "MIT", "engines": { "node": ">=8" @@ -20479,8 +18248,6 @@ }, "node_modules/strnum": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz", - "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==", "license": "MIT" }, "node_modules/style-loader": { @@ -20501,6 +18268,15 @@ "webpack": "^5.27.0" } }, + "node_modules/style-to-js": { + "version": "1.1.16", + "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.16.tgz", + "integrity": "sha512-/Q6ld50hKYPH3d/r6nr117TZkHR0w0kGGIVfpG9N6D8NymRPM9RqCUv4pRpJ62E5DqOYx2AFpbZMyCPnjQCnOw==", + "license": "MIT", + "dependencies": { + "style-to-object": "1.0.8" + } + }, "node_modules/style-to-object": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.8.tgz", @@ -20512,8 +18288,6 @@ }, "node_modules/stylelint": { "version": "16.14.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.14.0.tgz", - "integrity": "sha512-orePw2dKxzXC0hd1VmxrDBqgf1KUV9DYsZY4guKLE9XcQD7m0BxVnWMaoQqMNsQIG14MyyTHf6zoajvOnDra8g==", "dev": true, "funding": [ { @@ -20576,8 +18350,6 @@ }, "node_modules/stylelint-config-html": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/stylelint-config-html/-/stylelint-config-html-1.1.0.tgz", - "integrity": "sha512-IZv4IVESjKLumUGi+HWeb7skgO6/g4VMuAYrJdlqQFndgbj6WJAXPhaysvBiXefX79upBdQVumgYcdd17gCpjQ==", "dev": true, "license": "MIT", "peer": true, @@ -20594,8 +18366,6 @@ }, "node_modules/stylelint-config-recommended": { "version": "14.0.1", - "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-14.0.1.tgz", - "integrity": "sha512-bLvc1WOz/14aPImu/cufKAZYfXs/A/owZfSMZ4N+16WGXLoX5lOir53M6odBxvhgmgdxCVnNySJmZKx73T93cg==", "dev": true, "funding": [ { @@ -20618,8 +18388,6 @@ }, "node_modules/stylelint-config-recommended-scss": { "version": "14.1.0", - "resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-14.1.0.tgz", - "integrity": "sha512-bhaMhh1u5dQqSsf6ri2GVWWQW5iUjBYgcHkh7SgDDn92ijoItC/cfO/W+fpXshgTQWhwFkP1rVcewcv4jaftRg==", "dev": true, "license": "MIT", "peer": true, @@ -20643,8 +18411,6 @@ }, "node_modules/stylelint-config-recommended-vue": { "version": "1.6.0", - "resolved": "https://registry.npmjs.org/stylelint-config-recommended-vue/-/stylelint-config-recommended-vue-1.6.0.tgz", - "integrity": "sha512-syk1adIHvbH2T1OiR/spUK4oQy35PZIDw8Zmc7E0+eVK9Z9SK3tdMpGRT/bgGnAPpMt/WaL9K1u0tlF6xM0sMQ==", "dev": true, "license": "MIT", "peer": true, @@ -20666,8 +18432,6 @@ }, "node_modules/stylelint-config-recommended-vue/node_modules/semver": { "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, "license": "ISC", "peer": true, @@ -20680,8 +18444,6 @@ }, "node_modules/stylelint-scss": { "version": "6.10.1", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.10.1.tgz", - "integrity": "sha512-CBqs0jecftIyhic6xba+4OvZUp4B0wNbX19w6Rq1fPo+lBDmTevk+olo8H7u/WQpTSDCDbBN4f3oocQurvXLTQ==", "dev": true, "license": "MIT", "peer": true, @@ -20704,8 +18466,6 @@ }, "node_modules/stylelint-scss/node_modules/css-tree": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz", - "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==", "dev": true, "license": "MIT", "peer": true, @@ -20719,24 +18479,18 @@ }, "node_modules/stylelint-scss/node_modules/css-tree/node_modules/mdn-data": { "version": "2.12.2", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz", - "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==", "dev": true, "license": "CC0-1.0", "peer": true }, "node_modules/stylelint-scss/node_modules/mdn-data": { "version": "2.15.0", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.15.0.tgz", - "integrity": "sha512-KIrS0lFPOqA4DgeO16vI5fkAsy8p++WBlbXtB5P1EQs8ubBgguAInNd1DnrCeTRfGchY0kgThgDOOIPyOLH2dQ==", "dev": true, "license": "CC0-1.0", "peer": true }, "node_modules/stylelint-scss/node_modules/postcss-selector-parser": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz", - "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==", "dev": true, "license": "MIT", "peer": true, @@ -20750,8 +18504,6 @@ }, "node_modules/stylelint-webpack-plugin": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-5.0.1.tgz", - "integrity": "sha512-07lpo1uVoFctKv0EOOg/YSrUppcLMjNBSMRqgooNnlbfAOgQfMzvLK+EbXz0HQiEgZobr+XQX9md/TgwTGdzbw==", "dev": true, "license": "MIT", "dependencies": { @@ -20775,8 +18527,6 @@ }, "node_modules/stylelint/node_modules/@csstools/selector-specificity": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz", - "integrity": "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==", "dev": true, "funding": [ { @@ -20799,16 +18549,12 @@ }, "node_modules/stylelint/node_modules/balanced-match": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz", - "integrity": "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==", "dev": true, "license": "MIT", "peer": true }, "node_modules/stylelint/node_modules/css-tree": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz", - "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==", "dev": true, "license": "MIT", "peer": true, @@ -20822,8 +18568,6 @@ }, "node_modules/stylelint/node_modules/file-entry-cache": { "version": "10.0.5", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-10.0.5.tgz", - "integrity": "sha512-umpQsJrBNsdMDgreSryMEXvJh66XeLtZUwA8Gj7rHGearGufUFv6rB/bcXRFsiGWw/VeSUgUofF4Rf2UKEOrTA==", "dev": true, "license": "MIT", "peer": true, @@ -20833,8 +18577,6 @@ }, "node_modules/stylelint/node_modules/flat-cache": { "version": "6.1.5", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.5.tgz", - "integrity": "sha512-QR+2kN38f8nMfiIQ1LHYjuDEmZNZVjxuxY+HufbS3BW0EX01Q5OnH7iduOYRutmgiXb797HAKcXUeXrvRjjgSQ==", "dev": true, "license": "MIT", "peer": true, @@ -20846,8 +18588,6 @@ }, "node_modules/stylelint/node_modules/ignore": { "version": "7.0.3", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.3.tgz", - "integrity": "sha512-bAH5jbK/F3T3Jls4I0SO1hmPR0dKU0a7+SY6n1yzRtG54FLO8d6w/nxLFX2Nb7dBu6cCWXPaAME6cYqFUMmuCA==", "dev": true, "license": "MIT", "peer": true, @@ -20857,16 +18597,12 @@ }, "node_modules/stylelint/node_modules/mdn-data": { "version": "2.12.2", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz", - "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==", "dev": true, "license": "CC0-1.0", "peer": true }, "node_modules/stylelint/node_modules/postcss-safe-parser": { "version": "7.0.1", - "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-7.0.1.tgz", - "integrity": "sha512-0AioNCJZ2DPYz5ABT6bddIqlhgwhpHZ/l65YAYo0BCIn0xiDpsnTHz0gnoTGk0OXZW0JRs+cDwL8u/teRdz+8A==", "dev": true, "funding": [ { @@ -20893,8 +18629,6 @@ }, "node_modules/stylelint/node_modules/postcss-selector-parser": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz", - "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==", "dev": true, "license": "MIT", "peer": true, @@ -20908,8 +18642,6 @@ }, "node_modules/stylelint/node_modules/signal-exit": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", - "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", "dev": true, "license": "ISC", "peer": true, @@ -20922,8 +18654,6 @@ }, "node_modules/stylelint/node_modules/write-file-atomic": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz", - "integrity": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==", "dev": true, "license": "ISC", "peer": true, @@ -20937,8 +18667,6 @@ }, "node_modules/superstruct": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/superstruct/-/superstruct-2.0.2.tgz", - "integrity": "sha512-uV+TFRZdXsqXTL2pRvujROjdZQ4RAlBUS5BTh9IGm+jTqQntYThciG/qu57Gs69yjnVUSqdxF9YLmSnpupBW9A==", "dev": true, "license": "MIT", "engines": { @@ -20947,8 +18675,6 @@ }, "node_modules/supports-color": { "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "license": "MIT", "dependencies": { "has-flag": "^3.0.0" @@ -20959,8 +18685,6 @@ }, "node_modules/supports-hyperlinks": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.1.0.tgz", - "integrity": "sha512-2rn0BZ+/f7puLOHZm1HOJfwBggfaHXUpPUSSG/SWM4TWp5KCfmNYwnC3hruy2rZlMnmWZ+QAGpZfchu3f3695A==", "dev": true, "license": "MIT", "peer": true, @@ -20977,8 +18701,6 @@ }, "node_modules/supports-hyperlinks/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, "license": "MIT", "peer": true, @@ -20988,8 +18710,6 @@ }, "node_modules/supports-hyperlinks/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, "license": "MIT", "peer": true, @@ -21002,8 +18722,6 @@ }, "node_modules/supports-preserve-symlinks-flag": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", "license": "MIT", "engines": { "node": ">= 0.4" @@ -21014,8 +18732,6 @@ }, "node_modules/svg-tags": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz", - "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==", "dev": true, "peer": true }, @@ -21027,8 +18743,6 @@ }, "node_modules/table": { "version": "6.9.0", - "resolved": "https://registry.npmjs.org/table/-/table-6.9.0.tgz", - "integrity": "sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==", "dev": true, "license": "BSD-3-Clause", "peer": true, @@ -21045,8 +18759,6 @@ }, "node_modules/table/node_modules/ajv": { "version": "8.17.1", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", - "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "dev": true, "license": "MIT", "peer": true, @@ -21063,8 +18775,6 @@ }, "node_modules/table/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "license": "MIT", "peer": true, @@ -21080,8 +18790,6 @@ }, "node_modules/table/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "license": "MIT", "peer": true, @@ -21094,24 +18802,18 @@ }, "node_modules/table/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true, "license": "MIT", "peer": true }, "node_modules/table/node_modules/json-schema-traverse": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", "dev": true, "license": "MIT", "peer": true }, "node_modules/table/node_modules/slice-ansi": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", - "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", "dev": true, "license": "MIT", "peer": true, @@ -21129,8 +18831,6 @@ }, "node_modules/tapable": { "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", - "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", "dev": true, "license": "MIT", "peer": true, @@ -21140,8 +18840,6 @@ }, "node_modules/tar-fs": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.0.1.tgz", - "integrity": "sha512-6tzWDMeroL87uF/+lin46k+Q+46rAJ0SyPGz7OW7wTgblI273hsBqk2C1j0/xNadNLKDTUL9BukSjB7cwgmlPA==", "dev": true, "license": "MIT", "dependencies": { @@ -21153,8 +18851,6 @@ }, "node_modules/tar-stream": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz", - "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==", "dev": true, "license": "MIT", "dependencies": { @@ -21170,8 +18866,6 @@ }, "node_modules/terser": { "version": "5.37.0", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.37.0.tgz", - "integrity": "sha512-B8wRRkmre4ERucLM/uXx4MOV5cbnOlVAqUst+1+iLKPI0dOgFO28f84ptoQt9HEI537PMzfYa/d+GEPKTRXmYA==", "dev": true, "license": "BSD-2-Clause", "peer": true, @@ -21190,8 +18884,6 @@ }, "node_modules/terser-webpack-plugin": { "version": "5.3.11", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.11.tgz", - "integrity": "sha512-RVCsMfuD0+cTt3EwX8hSl2Ks56EbFHWmhluwcqoPKtBnfjiT6olaq7PRIRfhyU8nnC2MrnDrBLfrD/RGE+cVXQ==", "dev": true, "license": "MIT", "peer": true, @@ -21226,8 +18918,6 @@ }, "node_modules/terser-webpack-plugin/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, "license": "MIT", "peer": true, @@ -21237,8 +18927,6 @@ }, "node_modules/terser-webpack-plugin/node_modules/jest-worker": { "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", - "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", "dev": true, "license": "MIT", "peer": true, @@ -21253,8 +18941,6 @@ }, "node_modules/terser-webpack-plugin/node_modules/supports-color": { "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", "dev": true, "license": "MIT", "peer": true, @@ -21270,16 +18956,12 @@ }, "node_modules/terser/node_modules/commander": { "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", "dev": true, "license": "MIT", "peer": true }, "node_modules/terser/node_modules/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, "license": "BSD-3-Clause", "peer": true, @@ -21289,8 +18971,6 @@ }, "node_modules/terser/node_modules/source-map-support": { "version": "0.5.21", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", - "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", "dev": true, "license": "MIT", "peer": true, @@ -21301,8 +18981,6 @@ }, "node_modules/test-exclude": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", - "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", "license": "ISC", "dependencies": { "@istanbuljs/schema": "^0.1.2", @@ -21315,8 +18993,6 @@ }, "node_modules/test-exclude/node_modules/brace-expansion": { "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", @@ -21325,8 +19001,6 @@ }, "node_modules/test-exclude/node_modules/minimatch": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" @@ -21337,8 +19011,6 @@ }, "node_modules/text-table": { "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", "dev": true, "license": "MIT", "peer": true @@ -21359,8 +19031,6 @@ }, "node_modules/throttleit": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-1.0.1.tgz", - "integrity": "sha512-vDZpf9Chs9mAdfY046mcPt8fg5QSZr37hEH4TXYBnDF+izxgrbRGUAAaBvIk/fJm9aOFCGFd1EsNg5AZCbnQCQ==", "dev": true, "license": "MIT", "funding": { @@ -21369,8 +19039,6 @@ }, "node_modules/through": { "version": "2.3.8", - "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", "dev": true, "license": "MIT" }, @@ -21396,10 +19064,50 @@ "node": ">=0.6.0" } }, + "node_modules/tinyglobby": { + "version": "0.2.12", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "fdir": "^6.4.3", + "picomatch": "^4.0.2" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/SuperchupuDev" + } + }, + "node_modules/tinyglobby/node_modules/fdir": { + "version": "6.4.3", + "dev": true, + "license": "MIT", + "peer": true, + "peerDependencies": { + "picomatch": "^3 || ^4" + }, + "peerDependenciesMeta": { + "picomatch": { + "optional": true + } + } + }, + "node_modules/tinyglobby/node_modules/picomatch": { + "version": "4.0.2", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, "node_modules/tldts": { "version": "6.1.75", - "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.75.tgz", - "integrity": "sha512-+lFzEXhpl7JXgWYaXcB6DqTYXbUArvrWAE/5ioq/X3CdWLbDjpPP4XTrQBmEJ91y3xbe4Fkw7Lxv4P3GWeJaNg==", "dev": true, "license": "MIT", "dependencies": { @@ -21411,15 +19119,11 @@ }, "node_modules/tldts-core": { "version": "6.1.75", - "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.75.tgz", - "integrity": "sha512-AOvV5YYIAFFBfransBzSTyztkc3IMfz5Eq3YluaRiEu55nn43Fzaufx70UqEKYr8BoLCach4q8g/bg6e5+/aFw==", "dev": true, "license": "MIT" }, "node_modules/tmp": { "version": "0.2.3", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz", - "integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==", "dev": true, "license": "MIT", "engines": { @@ -21428,14 +19132,10 @@ }, "node_modules/tmpl": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", - "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", "license": "BSD-3-Clause" }, "node_modules/to-regex-range": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", "license": "MIT", "dependencies": { "is-number": "^7.0.0" @@ -21446,8 +19146,6 @@ }, "node_modules/toastify-js": { "version": "1.12.0", - "resolved": "https://registry.npmjs.org/toastify-js/-/toastify-js-1.12.0.tgz", - "integrity": "sha512-HeMHCO9yLPvP9k0apGSdPUWrUbLnxUKNFzgUoZp1PHCLploIX/4DSQ7V8H25ef+h4iO9n0he7ImfcndnN6nDrQ==", "license": "MIT" }, "node_modules/toidentifier": { @@ -21463,8 +19161,6 @@ }, "node_modules/tough-cookie": { "version": "5.1.0", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.1.0.tgz", - "integrity": "sha512-rvZUv+7MoBYTiDmFPBrhL7Ujx9Sk+q9wwm22x8c8T5IJaR+Wsyc7TNxbVxo84kZoRJZZMazowFLqpankBEQrGg==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -21476,8 +19172,6 @@ }, "node_modules/tr46": { "version": "0.0.3", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", "dev": true, "license": "MIT" }, @@ -21501,8 +19195,6 @@ }, "node_modules/tree-kill": { "version": "1.2.2", - "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", - "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", "dev": true, "license": "MIT", "bin": { @@ -21537,8 +19229,6 @@ }, "node_modules/ts-api-utils": { "version": "1.4.3", - "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.3.tgz", - "integrity": "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==", "dev": true, "license": "MIT", "peer": true, @@ -21680,8 +19370,6 @@ }, "node_modules/tsconfig": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/tsconfig/-/tsconfig-7.0.0.tgz", - "integrity": "sha512-vZXmzPrL+EmC4T/4rVlT2jNVMWCi/O4DIiSj3UHg1OE5kCKbk4mfrXc6dZksLgRM/TZlKnousKH9bbTazUWRRw==", "license": "MIT", "dependencies": { "@types/strip-bom": "^3.0.0", @@ -21692,8 +19380,6 @@ }, "node_modules/tsconfig-paths": { "version": "3.15.0", - "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", - "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==", "dev": true, "license": "MIT", "peer": true, @@ -21706,8 +19392,6 @@ }, "node_modules/tsconfig-paths/node_modules/json5": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", - "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", "dev": true, "license": "MIT", "peer": true, @@ -21720,8 +19404,6 @@ }, "node_modules/tsconfig-paths/node_modules/strip-bom": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", "dev": true, "license": "MIT", "peer": true, @@ -21731,8 +19413,6 @@ }, "node_modules/tsconfig/node_modules/strip-bom": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", "license": "MIT", "engines": { "node": ">=4" @@ -21740,8 +19420,6 @@ }, "node_modules/tsconfig/node_modules/strip-json-comments": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", - "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -21749,8 +19427,6 @@ }, "node_modules/tslib": { "version": "2.8.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", - "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", "dev": true, "license": "0BSD" }, @@ -21764,8 +19440,6 @@ }, "node_modules/tunnel-agent": { "version": "0.6.0", - "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -21777,15 +19451,11 @@ }, "node_modules/tweetnacl": { "version": "0.14.5", - "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", - "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==", "dev": true, "license": "Unlicense" }, "node_modules/type-check": { "version": "0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", "dev": true, "license": "MIT", "peer": true, @@ -21798,8 +19468,6 @@ }, "node_modules/type-detect": { "version": "4.0.8", - "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", - "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", "license": "MIT", "engines": { "node": ">=4" @@ -21807,8 +19475,6 @@ }, "node_modules/type-fest": { "version": "0.21.3", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", - "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" @@ -21834,8 +19500,6 @@ }, "node_modules/typed-array-buffer": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz", - "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==", "dev": true, "license": "MIT", "peer": true, @@ -21850,8 +19514,6 @@ }, "node_modules/typed-array-byte-length": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz", - "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==", "dev": true, "license": "MIT", "peer": true, @@ -21871,8 +19533,6 @@ }, "node_modules/typed-array-byte-offset": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz", - "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==", "dev": true, "license": "MIT", "peer": true, @@ -21894,8 +19554,6 @@ }, "node_modules/typed-array-length": { "version": "1.0.7", - "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz", - "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==", "dev": true, "license": "MIT", "peer": true, @@ -21916,8 +19574,6 @@ }, "node_modules/typedoc": { "version": "0.27.6", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.27.6.tgz", - "integrity": "sha512-oBFRoh2Px6jFx366db0lLlihcalq/JzyCVp7Vaq1yphL/tbgx2e+bkpkCgJPunaPvPwoTOXSwasfklWHm7GfAw==", "license": "Apache-2.0", "peer": true, "dependencies": { @@ -21939,8 +19595,6 @@ }, "node_modules/typedoc-plugin-missing-exports": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-3.1.0.tgz", - "integrity": "sha512-Sogbaj+qDa21NjB3SlIw4JXSwmcl/WOjwiPNaVEcPhpNG/MiRTtpwV81cT7h1cbu9StpONFPbddYWR0KV/fTWA==", "license": "MIT", "peerDependencies": { "typedoc": "0.26.x || 0.27.x" @@ -21948,8 +19602,6 @@ }, "node_modules/typescript": { "version": "5.7.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", - "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "license": "Apache-2.0", "peer": true, "bin": { @@ -21962,26 +19614,18 @@ }, "node_modules/typescript-event-target": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/typescript-event-target/-/typescript-event-target-1.1.1.tgz", - "integrity": "sha512-dFSOFBKV6uwaloBCCUhxlD3Pr/P1a/tJdcmPrTXCHlEFD3faj0mztjcGn6VBAhQ0/Bdy8K3VWrrqwbt/ffsYsg==", "license": "MIT" }, "node_modules/typo-js": { "version": "1.2.5", - "resolved": "https://registry.npmjs.org/typo-js/-/typo-js-1.2.5.tgz", - "integrity": "sha512-F45vFWdGX8xahIk/sOp79z2NJs8ETMYsmMChm9D5Hlx3+9j7VnCyQyvij5MOCrNY3NNe8noSyokRjQRfq+Bc7A==", "license": "BSD-3-Clause" }, "node_modules/uc.micro": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz", - "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==", "license": "MIT" }, "node_modules/unbox-primitive": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz", - "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==", "dev": true, "license": "MIT", "peer": true, @@ -22000,14 +19644,10 @@ }, "node_modules/undici-types": { "version": "6.19.8", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", - "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", "license": "MIT" }, "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz", - "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==", "dev": true, "license": "MIT", "peer": true, @@ -22017,8 +19657,6 @@ }, "node_modules/unicode-match-property-ecmascript": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", - "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", "dev": true, "license": "MIT", "peer": true, @@ -22032,8 +19670,6 @@ }, "node_modules/unicode-match-property-value-ecmascript": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz", - "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==", "dev": true, "license": "MIT", "peer": true, @@ -22043,8 +19679,6 @@ }, "node_modules/unicode-property-aliases-ecmascript": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", - "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", "dev": true, "license": "MIT", "peer": true, @@ -22168,8 +19802,6 @@ }, "node_modules/universalify": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", - "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", "dev": true, "license": "MIT", "engines": { @@ -22189,8 +19821,6 @@ }, "node_modules/untildify": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz", - "integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==", "dev": true, "license": "MIT", "engines": { @@ -22199,8 +19829,6 @@ }, "node_modules/update-browserslist-db": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.2.tgz", - "integrity": "sha512-PPypAm5qvlD7XMZC3BujecnaOxwhrtoFR+Dqkk5Aa/6DssiH0ibKoketaj9w8LP7Bont1rYeoV5plxD7RTEPRg==", "funding": [ { "type": "opencollective", @@ -22229,8 +19857,6 @@ }, "node_modules/uri-js": { "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", "dev": true, "license": "BSD-2-Clause", "peer": true, @@ -22255,8 +19881,6 @@ }, "node_modules/url-join": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/url-join/-/url-join-5.0.0.tgz", - "integrity": "sha512-n2huDr9h9yzd6exQVnH/jU5mr+Pfx08LRXXZhkLLetAMESRj+anQsTAh940iMrIetKAmry9coFuZQ2jY8/p3WA==", "license": "MIT", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" @@ -22264,8 +19888,6 @@ }, "node_modules/url-parse": { "version": "1.5.10", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", - "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", "license": "MIT", "dependencies": { "querystringify": "^2.1.1", @@ -22274,8 +19896,6 @@ }, "node_modules/url-search-params-polyfill": { "version": "8.2.5", - "resolved": "https://registry.npmjs.org/url-search-params-polyfill/-/url-search-params-polyfill-8.2.5.tgz", - "integrity": "sha512-FOEojW4XReTmtZOB7xqSHmJZhrNTmClhBriwLTmle4iA7bwuCo6ldSfbtsFSb8bTf3E0a3XpfonAdaur9vqq8A==", "license": "MIT" }, "node_modules/url/node_modules/punycode": { @@ -22303,8 +19923,6 @@ }, "node_modules/util-deprecate": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", "dev": true, "license": "MIT" }, @@ -22321,8 +19939,6 @@ }, "node_modules/uuid": { "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", "dev": true, "license": "MIT", "bin": { @@ -22337,8 +19953,6 @@ }, "node_modules/v8-to-istanbul": { "version": "9.3.0", - "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz", - "integrity": "sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==", "license": "ISC", "dependencies": { "@jridgewell/trace-mapping": "^0.3.12", @@ -22362,8 +19976,6 @@ }, "node_modules/verror": { "version": "1.10.0", - "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", - "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==", "dev": true, "engines": [ "node >=0.6.0" @@ -22413,8 +20025,6 @@ }, "node_modules/vue": { "version": "3.5.13", - "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.13.tgz", - "integrity": "sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==", "license": "MIT", "dependencies": { "@vue/compiler-dom": "3.5.13", @@ -22434,14 +20044,10 @@ }, "node_modules/vue-click-outside": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/vue-click-outside/-/vue-click-outside-1.1.0.tgz", - "integrity": "sha512-pNyvAA9mRXJwPHlHJyjMb4IONSc7khS5lxGcMyE2EIKgNMAO279PWM9Hyq0d5J4FkiSRdmFLwnbjDd5UtPizHQ==", "license": "MIT" }, "node_modules/vue-component-type-helpers": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/vue-component-type-helpers/-/vue-component-type-helpers-2.2.0.tgz", - "integrity": "sha512-cYrAnv2me7bPDcg9kIcGwjJiSB6Qyi08+jLDo9yuvoFQjzHiPTzML7RnkJB1+3P6KMsX/KbCD4QE3Tv/knEllw==", "dev": true, "license": "MIT" }, @@ -22460,8 +20066,6 @@ }, "node_modules/vue-easymde": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/vue-easymde/-/vue-easymde-2.0.0.tgz", - "integrity": "sha512-yDOOFxpRWBRzYq7c0IdXNRztmO/pT/odqo0n7PW63fSznPSzvvOikb95a+l1vtOyxZ/wwNA2LX0+Zrkw5siocg==", "license": "MIT", "dependencies": { "easymde": "^2.15.0", @@ -22470,8 +20074,6 @@ }, "node_modules/vue-eslint-parser": { "version": "9.4.3", - "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-9.4.3.tgz", - "integrity": "sha512-2rYRLWlIpaiN8xbPiDyXZXRgLGOtWxERV7ND5fFAv5qo1D2N9Fu9MNajBNc6o13lZ+24DAWCkQCvj4klgmcITg==", "dev": true, "license": "MIT", "peer": true, @@ -22496,8 +20098,6 @@ }, "node_modules/vue-eslint-parser/node_modules/eslint-scope": { "version": "7.2.2", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", - "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", "dev": true, "license": "BSD-2-Clause", "peer": true, @@ -22514,8 +20114,6 @@ }, "node_modules/vue-eslint-parser/node_modules/eslint-visitor-keys": { "version": "3.4.3", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", - "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", "dev": true, "license": "Apache-2.0", "peer": true, @@ -22528,8 +20126,6 @@ }, "node_modules/vue-eslint-parser/node_modules/estraverse": { "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "dev": true, "license": "BSD-2-Clause", "peer": true, @@ -22539,8 +20135,6 @@ }, "node_modules/vue-eslint-parser/node_modules/semver": { "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, "license": "ISC", "peer": true, @@ -22659,8 +20253,6 @@ }, "node_modules/vue-material-design-icons": { "version": "5.3.1", - "resolved": "https://registry.npmjs.org/vue-material-design-icons/-/vue-material-design-icons-5.3.1.tgz", - "integrity": "sha512-6UNEyhlTzlCeT8ZeX5WbpUGFTTPSbOoTQeoASTv7X4Ylh0pe8vltj+36VMK56KM0gG8EQVoMK/Qw/6evalg8lA==", "license": "MIT" }, "node_modules/vue-resize": { @@ -22674,8 +20266,6 @@ }, "node_modules/vue-router": { "version": "4.5.0", - "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.5.0.tgz", - "integrity": "sha512-HDuk+PuH5monfNuY+ct49mNmkCRK4xJAV9Ts4z9UFc4rzdDnxQLyCMGGc8pKhZhHTVzfanpNwB/lwqevcBwI4w==", "license": "MIT", "dependencies": { "@vue/devtools-api": "^6.6.4" @@ -22710,8 +20300,6 @@ }, "node_modules/vuex": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/vuex/-/vuex-4.1.0.tgz", - "integrity": "sha512-hmV6UerDrPcgbSy9ORAtNXDr9M4wlNP4pEFKye4ujJF8oqgFFuxDCdOLS3eNoRTtq5O3hoBDh9Doj1bQMYHRbQ==", "license": "MIT", "dependencies": { "@vue/devtools-api": "^6.0.0-beta.11" @@ -22722,8 +20310,6 @@ }, "node_modules/wait-on": { "version": "8.0.2", - "resolved": "https://registry.npmjs.org/wait-on/-/wait-on-8.0.2.tgz", - "integrity": "sha512-qHlU6AawrgAIHlueGQHQ+ETcPLAauXbnoTKl3RKq20W0T8x0DKVAo5xWIYjHSyvHxQlcYbFdR0jp4T9bDVITFA==", "dev": true, "license": "MIT", "dependencies": { @@ -22742,8 +20328,6 @@ }, "node_modules/walker": { "version": "1.0.8", - "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", - "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", "license": "Apache-2.0", "dependencies": { "makeerror": "1.0.12" @@ -22751,8 +20335,6 @@ }, "node_modules/watchpack": { "version": "2.4.2", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.2.tgz", - "integrity": "sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==", "dev": true, "license": "MIT", "peer": true, @@ -22777,8 +20359,6 @@ }, "node_modules/web-streams-polyfill": { "version": "3.3.3", - "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz", - "integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==", "license": "MIT", "engines": { "node": ">= 8" @@ -22786,8 +20366,6 @@ }, "node_modules/webdav": { "version": "5.7.1", - "resolved": "https://registry.npmjs.org/webdav/-/webdav-5.7.1.tgz", - "integrity": "sha512-JVPn3nLxXJfHSRvennHsOrDYjFLkilZ1Qlw8Ff6hpqp6AvkgF7a//aOh5wA4rMp+sLZ1Km0V+iv0LyO1FIwtXg==", "license": "MIT", "dependencies": { "@buttercup/fetch": "^0.2.1", @@ -22811,8 +20389,6 @@ }, "node_modules/webdav/node_modules/entities": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-5.0.0.tgz", - "integrity": "sha512-BeJFvFRJddxobhvEdm5GqHzRV/X+ACeuw0/BuuxsCh1EUZcAIz8+kYmBp/LrQuloy6K1f3a0M7+IhmZ7QnkISA==", "license": "BSD-2-Clause", "engines": { "node": ">=0.12" @@ -22823,8 +20399,6 @@ }, "node_modules/webdav/node_modules/node-fetch": { "version": "3.3.2", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz", - "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==", "license": "MIT", "dependencies": { "data-uri-to-buffer": "^4.0.0", @@ -22841,15 +20415,11 @@ }, "node_modules/webidl-conversions": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", "dev": true, "license": "BSD-2-Clause" }, "node_modules/webpack": { "version": "5.97.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.97.1.tgz", - "integrity": "sha512-EksG6gFY3L1eFMROS/7Wzgrii5mBAFe4rIr3r2BTfo7bcc+DWwFZ4OJ/miOuHJO/A85HwyI4eQ0F6IKXesO7Fg==", "dev": true, "license": "MIT", "peer": true, @@ -23113,8 +20683,6 @@ }, "node_modules/webpack-sources": { "version": "3.2.3", - "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", - "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", "dev": true, "license": "MIT", "peer": true, @@ -23124,8 +20692,6 @@ }, "node_modules/webpack/node_modules/schema-utils": { "version": "3.3.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", - "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, "license": "MIT", "peer": true, @@ -23171,15 +20737,11 @@ }, "node_modules/whatwg-fetch": { "version": "3.6.20", - "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz", - "integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==", "dev": true, "license": "MIT" }, "node_modules/whatwg-url": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", - "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", "dev": true, "license": "MIT", "dependencies": { @@ -23189,8 +20751,6 @@ }, "node_modules/which": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", "license": "ISC", "dependencies": { "isexe": "^2.0.0" @@ -23204,8 +20764,6 @@ }, "node_modules/which-boxed-primitive": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz", - "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==", "dev": true, "license": "MIT", "peer": true, @@ -23225,8 +20783,6 @@ }, "node_modules/which-builtin-type": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz", - "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==", "dev": true, "license": "MIT", "peer": true, @@ -23254,8 +20810,6 @@ }, "node_modules/which-collection": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz", - "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==", "dev": true, "license": "MIT", "peer": true, @@ -23274,8 +20828,6 @@ }, "node_modules/which-typed-array": { "version": "1.1.18", - "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.18.tgz", - "integrity": "sha512-qEcY+KJYlWyLH9vNbsr6/5j59AXk5ni5aakf8ldzBvGde6Iz4sxZGkJyWSAueTG7QhOvNRYb1lDdFmL5Td0QKA==", "dev": true, "license": "MIT", "peer": true, @@ -23304,8 +20856,6 @@ }, "node_modules/word-wrap": { "version": "1.2.5", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", - "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", "dev": true, "license": "MIT", "peer": true, @@ -23315,8 +20865,6 @@ }, "node_modules/wrap-ansi": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", @@ -23333,8 +20881,6 @@ "node_modules/wrap-ansi-cjs": { "name": "wrap-ansi", "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", "dev": true, "license": "MIT", "dependencies": { @@ -23351,8 +20897,6 @@ }, "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "license": "MIT", "dependencies": { @@ -23367,8 +20911,6 @@ }, "node_modules/wrap-ansi-cjs/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "license": "MIT", "dependencies": { @@ -23380,15 +20922,11 @@ }, "node_modules/wrap-ansi-cjs/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true, "license": "MIT" }, "node_modules/wrap-ansi/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "license": "MIT", "dependencies": { "color-convert": "^2.0.1" @@ -23402,8 +20940,6 @@ }, "node_modules/wrap-ansi/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "license": "MIT", "dependencies": { "color-name": "~1.1.4" @@ -23414,20 +20950,14 @@ }, "node_modules/wrap-ansi/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "license": "MIT" }, "node_modules/wrappy": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", "license": "ISC" }, "node_modules/write-file-atomic": { "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", "license": "ISC", "dependencies": { "imurmurhash": "^0.1.4", @@ -23438,9 +20968,9 @@ } }, "node_modules/ws": { - "version": "8.18.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", - "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", + "version": "8.18.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.1.tgz", + "integrity": "sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==", "dev": true, "license": "MIT", "peer": true, @@ -23462,8 +20992,6 @@ }, "node_modules/xml-name-validator": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz", - "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==", "dev": true, "license": "Apache-2.0", "peer": true, @@ -23484,8 +21012,6 @@ }, "node_modules/y18n": { "version": "5.0.8", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", - "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", "license": "ISC", "engines": { "node": ">=10" @@ -23493,14 +21019,10 @@ }, "node_modules/yallist": { "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", "license": "ISC" }, "node_modules/yaml": { "version": "2.7.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz", - "integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==", "license": "ISC", "peer": true, "bin": { @@ -23512,8 +21034,6 @@ }, "node_modules/yargs": { "version": "17.7.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", - "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", "license": "MIT", "dependencies": { "cliui": "^8.0.1", @@ -23530,8 +21050,6 @@ }, "node_modules/yargs-parser": { "version": "21.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", - "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", "license": "ISC", "engines": { "node": ">=12" @@ -23539,8 +21057,6 @@ }, "node_modules/yauzl": { "version": "2.10.0", - "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", - "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==", "dev": true, "license": "MIT", "dependencies": { @@ -23550,8 +21066,6 @@ }, "node_modules/yocto-queue": { "version": "0.1.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", - "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", "license": "MIT", "engines": { "node": ">=10" diff --git a/package.json b/package.json index ff8b8deb8..d6d4ae941 100644 --- a/package.json +++ b/package.json @@ -31,12 +31,12 @@ }, "dependencies": { "@babel/polyfill": "^7.12.1", - "@babel/runtime": "^7.26.0", + "@babel/runtime": "^7.26.7", "@nextcloud/auth": "^2.4.0", "@nextcloud/axios": "^2.5.1", "@nextcloud/capabilities": "^1.2.0", "@nextcloud/dialogs": "github:nextcloud-libraries/nextcloud-dialogs#vue3", - "@nextcloud/event-bus": "^3.3.1", + "@nextcloud/event-bus": "^3.3.2", "@nextcloud/files": "^3.10.1", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.1.0", @@ -49,7 +49,7 @@ "@vue/vue3-jest": "^29.2.6", "blueimp-md5": "^2.19.0", "chroma-js": "^3.1.2", - "dompurify": "^3.2.3", + "dompurify": "^3.2.4", "lodash": "^4.17.21", "markdown-it": "^14.1.0", "markdown-it-link-attributes": "^4.0.1", @@ -76,8 +76,8 @@ "devDependencies": { "@nextcloud/babel-config": "^1.2.0", "@nextcloud/browserslist-config": "^3.0.1", - "@nextcloud/cypress": "^1.0.0-beta.12", - "@nextcloud/eslint-config": "^8.4.1", + "@nextcloud/cypress": "^1.0.0-beta.13", + "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/stylelint-config": "^3.0.1", "@nextcloud/webpack-vue-config": "github:nextcloud-libraries/webpack-vue-config#vue3", "@relative-ci/agent": "^4.2.14", diff --git a/src/router.js b/src/router.js index f9344a89b..389c7c983 100644 --- a/src/router.js +++ b/src/router.js @@ -3,8 +3,9 @@ * SPDX-License-Identifier: AGPL-3.0-or-later */ -import { createRouter, createWebHistory } from 'vue-router' -import { generateUrl } from '@nextcloud/router' +import Router, { createRouter, createWebHistory } from 'vue-router' +import Vue from 'vue' +import { generateUrl, getRootUrl } from '@nextcloud/router' import { BOARD_FILTERS } from './store/main.js' import Boards from './components/boards/Boards.vue' import Board from './components/board/Board.vue' @@ -13,8 +14,17 @@ import BoardSidebar from './components/board/BoardSidebar.vue' import CardSidebar from './components/card/CardSidebar.vue' import Overview from './components/overview/Overview.vue' +Vue.use(Router) + +// We apply a dynamic base URL depending on the URL used in the browser +const baseUrl = generateUrl('/apps/deck/') +const webRootWithIndexPHP = getRootUrl() + '/index.php' +const doesURLContainIndexPHP = window.location.pathname.startsWith(webRootWithIndexPHP) +const currentBaseUrl = doesURLContainIndexPHP ? baseUrl : baseUrl.replace('/index.php/', '/') + const router = createRouter({ history: createWebHistory(generateUrl('/apps/deck/')), + base: currentBaseUrl, linkActiveClass: 'active', routes: [ { @@ -140,8 +150,8 @@ const router = createRouter({ router.beforeEach((to, from, next) => { // Redirect if fullPath begins with a hash (ignore hashes later in path) - if (to.fullPath.substring(0, 2) === '/#') { - const path = to.fullPath.substring(2) + if (to.hash.substring(0, 2) === '#/') { + const path = to.fullPath.replace('/#/', '/').trimEnd('/') next(path) return } diff --git a/tests/integration/base-query-count.txt b/tests/integration/base-query-count.txt index e2f0933cf..9a4f4313f 100644 --- a/tests/integration/base-query-count.txt +++ b/tests/integration/base-query-count.txt @@ -1 +1 @@ -71221 +80536 diff --git a/tests/integration/composer.json b/tests/integration/composer.json index 228e87539..9b3e373a8 100644 --- a/tests/integration/composer.json +++ b/tests/integration/composer.json @@ -1,7 +1,7 @@ { "require-dev": { "phpunit/phpunit": "~9", - "behat/behat": "~3.15.0", + "behat/behat": "~3.18.1", "guzzlehttp/guzzle": "7.9.2", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "4.7.0", diff --git a/tests/unit/Activity/ActivityManagerTest.php b/tests/unit/Activity/ActivityManagerTest.php index bce21ebd7..c1036c3d7 100644 --- a/tests/unit/Activity/ActivityManagerTest.php +++ b/tests/unit/Activity/ActivityManagerTest.php @@ -284,7 +284,7 @@ class ActivityManagerTest extends TestCase { $this->assertEquals($event, $actual); } - public function dataSendToUsers() { + public static function dataSendToUsers() { return [ [ActivityManager::DECK_OBJECT_BOARD], [ActivityManager::DECK_OBJECT_CARD], @@ -344,7 +344,7 @@ class ActivityManagerTest extends TestCase { $this->invokePrivate($this->activityManager, 'sendToUsers', [$event]); } - public function dataFindObjectForEntity() { + public static function dataFindObjectForEntity() { $board = new Board(); $board->setId(1); $stack = new Stack(); diff --git a/tests/unit/Activity/DeckProviderTest.php b/tests/unit/Activity/DeckProviderTest.php index a371d86da..c82520087 100644 --- a/tests/unit/Activity/DeckProviderTest.php +++ b/tests/unit/Activity/DeckProviderTest.php @@ -123,7 +123,7 @@ class DeckProviderTest extends TestCase { $this->provider->parse('en_US', $event, $event); } - public function dataEventIcons() { + public static function dataEventIcons() { return [ [ActivityManager::SUBJECT_LABEL_ASSIGN, 'core', 'actions/tag.svg'], [ActivityManager::SUBJECT_CARD_CREATE, 'files', 'add-color.svg'], @@ -166,7 +166,7 @@ class DeckProviderTest extends TestCase { ->with('deck.page.index') ->willReturn('http://localhost/index.php/apps/deck/'); $this->assertEquals( - 'http://localhost/index.php/apps/deck/#board/1/card/1', + 'http://localhost/index.php/apps/deck/board/1/card/1', $this->provider->deckUrl('board/1/card/1') ); } @@ -202,7 +202,7 @@ class DeckProviderTest extends TestCase { 'type' => 'highlight', 'id' => 1, 'name' => 'Board', - 'link' => '#/board/1', + 'link' => 'board/1', ], 'user' => [ 'type' => 'user', @@ -319,9 +319,9 @@ class DeckProviderTest extends TestCase { $expected = [ 'board' => [ 'type' => 'highlight', - 'id' => 1, + 'id' => '1', 'name' => 'Board name', - 'link' => '#/board/1/', + 'link' => 'board/1', ], ]; $actual = $this->invokePrivate($this->provider, 'parseParamForBoard', ['board', $subjectParams, $params]); diff --git a/tests/unit/Command/UserExportTest.php b/tests/unit/Command/UserExportTest.php index d6b528959..e3211559f 100644 --- a/tests/unit/Command/UserExportTest.php +++ b/tests/unit/Command/UserExportTest.php @@ -74,16 +74,23 @@ class UserExportTest extends \Test\TestCase { $board->setTitle('Board ' . $id); return $board; } + public function getStack($id) { $stack = new Stack(); $stack->setId($id); $stack->setTitle('Stack ' . $id); return $stack; } - public function getCard($id) { + + public function getCard($id, $deleted = false) { $card = new Card(); $card->setId($id); $card->setTitle('Card ' . $id); + + if ($deleted) { + $card->setDeletedAt(time()); + } + return $card; } @@ -93,6 +100,7 @@ class UserExportTest extends \Test\TestCase { $comment->setMessage('fake comment' . $id); return $comment; } + public function testExecute() { $input = $this->createMock(InputInterface::class); $input->expects($this->once())->method('getArgument')->with('user-id')->willReturn('admin'); @@ -102,19 +110,12 @@ class UserExportTest extends \Test\TestCase { $this->getBoard(1), $this->getBoard(2), ]; - $this->boardService->expects($this->once()) - ->method('findAll') - ->willReturn($boards); - $this->boardMapper->expects($this->exactly(count($boards))) - ->method('find') - ->willReturn($boards[0]); + $stacks = [ $this->getStack(1), $this->getStack(2) ]; - $this->stackMapper->expects($this->exactly(count($boards))) - ->method('findAll') - ->willReturn($stacks); + $cards = [ $this->getCard(1), $this->getCard(2), @@ -126,16 +127,89 @@ class UserExportTest extends \Test\TestCase { $this->getComment(2), $this->getComment(3), ]; - $this->commentService->expects($this->exactly(count($cards) * count($stacks) * count($boards)))->method('list')->willReturn(new DataResponse($comments)); + + $this->boardService->expects($this->once()) + ->method('findAll') + ->willReturn($boards); + + $this->boardMapper->expects($this->exactly(count($boards))) + ->method('find') + ->willReturn($boards[0]); + + $this->stackMapper->expects($this->exactly(count($boards))) + ->method('findAll') + ->willReturn($stacks); + + $this->commentService->expects($this->exactly(count($cards) * count($stacks) * count($boards))) + ->method('list') + ->willReturn(new DataResponse($comments)); + $this->cardMapper->expects($this->exactly(count($boards) * count($stacks))) ->method('findAllByStack') ->willReturn($cards); + $this->cardMapper->expects($this->exactly(count($boards) * count($stacks) * count($cards))) ->method('find') ->willReturn($cards[0]); + $this->assignedUserMapper->expects($this->exactly(count($boards) * count($stacks) * count($cards))) ->method('findAll') ->willReturn([]); + + $result = $this->invokePrivate($this->userExport, 'execute', [$input, $output]); + self::assertEquals(0, $result); + } + + public function testExecuteWithDeletedCard() { + $input = $this->createMock(InputInterface::class); + $input->expects($this->once())->method('getArgument')->with('user-id')->willReturn('admin'); + $output = $this->createMock(OutputInterface::class); + + $boards = [ + $this->getBoard(1), + ]; + + $stacks = [ + $this->getStack(1), + ]; + + $cards = [ + $this->getCard(1), + $this->getCard(2, true), + ]; + + $comments = [ + $this->getComment(1), + ]; + + $this->boardService->expects($this->once()) + ->method('findAll') + ->willReturn($boards); + + $this->boardMapper->expects($this->once()) + ->method('find') + ->willReturn($boards[0]); + + $this->stackMapper->expects($this->once()) + ->method('findAll') + ->willReturn($stacks); + + $this->commentService->expects($this->exactly(count($stacks) * count($boards))) + ->method('list') + ->willReturn(new DataResponse($comments)); + + $this->cardMapper->expects($this->once()) + ->method('findAllByStack') + ->willReturn($cards); + + $this->cardMapper->expects($this->once()) + ->method('find') + ->willReturn($cards[0]); + + $this->assignedUserMapper->expects($this->once()) + ->method('findAll') + ->willReturn([]); + $result = $this->invokePrivate($this->userExport, 'execute', [$input, $output]); self::assertEquals(0, $result); } diff --git a/tests/unit/Db/CardTest.php b/tests/unit/Db/CardTest.php index f1321b063..92393e7ba 100644 --- a/tests/unit/Db/CardTest.php +++ b/tests/unit/Db/CardTest.php @@ -47,7 +47,7 @@ class CardTest extends TestCase { return $card; } - public function dataDuedate() { + public static function dataDuedate() { return [ [(new DateTime()), Card::DUEDATE_NOW], [(new DateTime())->sub(new DateInterval('P1D')), Card::DUEDATE_OVERDUE], diff --git a/tests/unit/Middleware/ExceptionMiddlewareTest.php b/tests/unit/Middleware/ExceptionMiddlewareTest.php index a04d1c345..a076061a2 100644 --- a/tests/unit/Middleware/ExceptionMiddlewareTest.php +++ b/tests/unit/Middleware/ExceptionMiddlewareTest.php @@ -58,7 +58,7 @@ class ExceptionMiddlewareTest extends \Test\TestCase { } - public function dataAfterException() { + public static function dataAfterException() { return [ [new NoPermissionException('No permission'), 403, 'No permission'], [new NotFoundException('Not found'), 404, 'Not found'] diff --git a/tests/unit/Notification/NotifierTest.php b/tests/unit/Notification/NotifierTest.php index e9fb9a501..491f78d6e 100644 --- a/tests/unit/Notification/NotifierTest.php +++ b/tests/unit/Notification/NotifierTest.php @@ -76,6 +76,15 @@ class NotifierTest extends \Test\TestCase { $this->l10nFactory->expects($this->once()) ->method('get') ->willReturn($this->l10n); + + $this->url->expects($this->any()) + ->method('linkToRouteAbsolute') + ->willReturnCallback(function ($route) { + return match ($route) { + 'deck.page.indexBoard' => '/board/123', + 'deck.page.indexCard' => '/board/123/card/234', + }; + }); } public function testPrepareWrongApp() { @@ -178,7 +187,7 @@ class NotifierTest extends \Test\TestCase { $this->assertEquals($notification, $actualNotification); } - public function dataPrepareCardAssigned() { + public static function dataPrepareCardAssigned() { return [ [true], [false] ]; @@ -239,13 +248,13 @@ class NotifierTest extends \Test\TestCase { 'name' => 'Card title', 'boardname' => 'Board title', 'stackname' => null, - 'link' => '#/board/123/card/123', + 'link' => '/board/123/card/234', ], 'deck-board' => [ 'type' => 'deck-board', 'id' => 123, 'name' => 'Board title', - 'link' => '#/board/123', + 'link' => '/board/123', ] ]); @@ -266,7 +275,7 @@ class NotifierTest extends \Test\TestCase { $this->assertEquals($notification, $actualNotification); } - public function dataPrepareBoardShared() { + public static function dataPrepareBoardShared() { return [ [true], [false] ]; @@ -321,7 +330,7 @@ class NotifierTest extends \Test\TestCase { 'type' => 'deck-board', 'id' => 123, 'name' => 'Board title', - 'link' => '#/board/123', + 'link' => '/board/123', ] ]); @@ -347,11 +356,8 @@ class NotifierTest extends \Test\TestCase { * @return Stack|MockObject */ private function buildMockStack(int $boardId = 999) { - $mockStack = $this->getMockBuilder(Stack::class) - ->addMethods(['getBoardId']) - ->getMock(); - - $mockStack->method('getBoardId')->willReturn($boardId); - return $mockStack; + $stack = new Stack(); + $stack->setBoardId($boardId); + return $stack; } } diff --git a/tests/unit/Reference/CardReferenceProviderTest.php b/tests/unit/Reference/CardReferenceProviderTest.php index 9fbfb2966..603ce50cd 100644 --- a/tests/unit/Reference/CardReferenceProviderTest.php +++ b/tests/unit/Reference/CardReferenceProviderTest.php @@ -42,7 +42,7 @@ class CardReferenceProviderTest extends TestCase { private $l10n; private $userId; private $provider; - + public function setUp() : void { parent::setUp(); diff --git a/tests/unit/Search/FilterStringParserTest.php b/tests/unit/Search/FilterStringParserTest.php index 8629f32a1..68eb6b60a 100644 --- a/tests/unit/Search/FilterStringParserTest.php +++ b/tests/unit/Search/FilterStringParserTest.php @@ -102,7 +102,7 @@ class FilterStringParserTest extends TestCase { Assert::assertEquals($expected, $result); } - public function dataParseDate() { + public static function dataParseDate() { return [ ['date:today', [new DateQueryParameter('date', SearchQuery::COMPARATOR_EQUAL, 'today')], []], ['date:>today', [new DateQueryParameter('date', SearchQuery::COMPARATOR_MORE, 'today')], []], diff --git a/tests/unit/Search/Query/AQueryParameterTest.php b/tests/unit/Search/Query/AQueryParameterTest.php index f86ab649b..57576058e 100644 --- a/tests/unit/Search/Query/AQueryParameterTest.php +++ b/tests/unit/Search/Query/AQueryParameterTest.php @@ -29,7 +29,7 @@ namespace OCA\Deck\Search\Query; use PHPUnit\Framework\TestCase; class AQueryParameterTest extends TestCase { - public function dataValue() { + public static function dataValue() { return [ ['foo', 'foo'], ['spätial character', 'spätial character'], diff --git a/tests/unit/Service/BoardServiceTest.php b/tests/unit/Service/BoardServiceTest.php index d8bec0096..a525714e5 100644 --- a/tests/unit/Service/BoardServiceTest.php +++ b/tests/unit/Service/BoardServiceTest.php @@ -291,7 +291,7 @@ class BoardServiceTest extends TestCase { )); } - public function dataAddAclExtendPermission() { + public static function dataAddAclExtendPermission() { return [ [[false, false, false], [false, false, false], [false, false, false]], [[false, false, false], [true, true, true], [false, false, false]], diff --git a/tests/unit/Service/CardServiceTest.php b/tests/unit/Service/CardServiceTest.php index e68775f2f..f7e8b3a99 100644 --- a/tests/unit/Service/CardServiceTest.php +++ b/tests/unit/Service/CardServiceTest.php @@ -365,7 +365,7 @@ class CardServiceTest extends TestCase { $this->cardService->rename(123, 'newtitle'); } - public function dataReorder() { + public static function dataReorder() { return [ [0, 0, [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]], [0, 9, [1, 2, 3, 4, 5, 6, 7, 8, 9, 0]], diff --git a/tests/unit/Service/DefaultBoardServiceTest.php b/tests/unit/Service/DefaultBoardServiceTest.php index 0bcad8e4d..f5a1ad975 100644 --- a/tests/unit/Service/DefaultBoardServiceTest.php +++ b/tests/unit/Service/DefaultBoardServiceTest.php @@ -46,6 +46,12 @@ class DefaultBoardServiceTest extends TestCase { /** @var CardService */ private $cardService; + /** @var LabelService */ + private $labelService; + + /** @var AttachmentService */ + private $attachmentService; + /** @var BoardMapper */ private $boardMapper; @@ -62,6 +68,8 @@ class DefaultBoardServiceTest extends TestCase { $this->boardService = $this->createMock(BoardService::class); $this->stackService = $this->createMock(StackService::class); $this->cardService = $this->createMock(CardService::class); + $this->labelService = $this->createMock(LabelService::class); + $this->attachmentService = $this->createMock(AttachmentService::class); $this->config = $this->createMock(IConfig::class); $this->l10n = $this->createMock(IL10N::class); $this->userId = 'admin'; @@ -72,7 +80,9 @@ class DefaultBoardServiceTest extends TestCase { $this->boardService, $this->stackService, $this->cardService, - $this->config + $this->config, + $this->labelService, + $this->attachmentService, ); } @@ -109,8 +119,8 @@ class DefaultBoardServiceTest extends TestCase { } public function testCreateDefaultBoard() { - $title = 'Personal'; - $color = '317CCC'; + $title = 'Welcome to Nextcloud Deck!'; + $color = 'bf678b'; $boardId = 5; $board = new Board(); @@ -128,34 +138,70 @@ class DefaultBoardServiceTest extends TestCase { return $text; }); + $stackCustomId = '122'; + $stackCustom = $this->assembleTestStack('Custom lists - click to rename!', $stackCustomId, $boardId); + $stackToDoId = '123'; - $stackToDo = $this->assembleTestStack('To do', $stackToDoId, $boardId); + $stackToDo = $this->assembleTestStack('To Do', $stackToDoId, $boardId); $stackDoingId = '124'; - $stackDoing = $this->assembleTestStack('Doing', $stackDoingId, $boardId); + $stackDoing = $this->assembleTestStack('In Progress', $stackDoingId, $boardId); $stackDoneId = '125'; $stackDone = $this->assembleTestStack('Done', $stackDoneId, $boardId); - $this->stackService->expects($this->exactly(3)) - ->method('create') - ->withConsecutive( - [$this->l10n->t('To do'), $boardId, 1], - [$this->l10n->t('Doing'), $boardId, 1], - [$this->l10n->t('Done'), $boardId, 1] - ) - ->willReturnOnConsecutiveCalls($stackToDo, $stackDoing, $stackDone); - $cardExampleTask3 = $this->assembleTestCard('Example Task 3', $stackToDoId, $this->userId); - $cardExampleTask2 = $this->assembleTestCard('Example Task 2', $stackDoingId, $this->userId); - $cardExampleTask1 = $this->assembleTestCard('Example Task 1', $stackDoneId, $this->userId); - $this->cardService->expects($this->exactly(3)) + $this->stackService->expects($this->exactly(4)) ->method('create') ->withConsecutive( - ['Example Task 3', $stackToDoId, 'text', 0, $this->userId], - ['Example Task 2', $stackDoingId, 'text', 0, $this->userId], - ['Example Task 1', $stackDoneId, 'text', 0, $this->userId] + [$this->l10n->t('Custom lists - click to rename!'), $boardId, 0], + [$this->l10n->t('To Do'), $boardId, 1], + [$this->l10n->t('In Progress'), $boardId, 2], + [$this->l10n->t('Done'), $boardId, 3] ) - ->willReturnonConsecutiveCalls($cardExampleTask3, $cardExampleTask2, $cardExampleTask1); + ->willReturnOnConsecutiveCalls($stackCustom, $stackToDo, $stackDoing, $stackDone); + + $cardExampleTask1 = $this->assembleTestCard( + '1. Open to learn more about boards and cards', + $stackCustomId, + $this->userId + ); + $cardExampleTask2 = $this->assembleTestCard( + '2. Drag cards left and right, up and down', + $stackToDoId, + $this->userId + ); + $cardExampleTask3 = $this->assembleTestCard( + 'Create your first card!', + $stackToDoId, + $this->userId + ); + $cardExampleTask4 = $this->assembleTestCard( + '3. Apply rich formatting and link content', + $stackDoingId, + $this->userId + ); + $cardExampleTask5 = $this->assembleTestCard( + '4. Share, comment and collaborate!', + $stackDoneId, + $this->userId + ); + + $this->cardService->expects($this->exactly(5)) + ->method('create') + ->withConsecutive( + ['1. Open to learn more about boards and cards', $stackCustomId, 'text', 0, $this->userId], + ['2. Drag cards left and right, up and down', $stackToDoId, 'text', 0, $this->userId], + ['Create your first card!', $stackToDoId, 'text', 1, $this->userId], + ['3. Apply rich formatting and link content', $stackDoingId, 'text', 0, $this->userId], + ['4. Share, comment and collaborate!', $stackDoneId, 'text', 0, $this->userId] + ) + ->willReturnonConsecutiveCalls( + $cardExampleTask1, + $cardExampleTask2, + $cardExampleTask3, + $cardExampleTask4, + $cardExampleTask5 + ); $result = $this->service->createDefaultBoard($title, $this->userId, $color); diff --git a/tests/unit/Service/PermissionServiceTest.php b/tests/unit/Service/PermissionServiceTest.php index b9dfe8560..a25a325d5 100644 --- a/tests/unit/Service/PermissionServiceTest.php +++ b/tests/unit/Service/PermissionServiceTest.php @@ -151,7 +151,7 @@ class PermissionServiceTest extends \Test\TestCase { $this->assertEquals(false, $this->service->userIsBoardOwner(123)); } - public function dataTestUserCan() { + public static function dataTestUserCan() { return [ // participant permissions type ['admin', false, false, false, 'user', true, false, false, false], @@ -183,7 +183,7 @@ class PermissionServiceTest extends \Test\TestCase { $this->assertFalse($this->service->userCan([], Acl::PERMISSION_EDIT)); } - public function dataCheckPermission() { + public static function dataCheckPermission() { return [ // see getAcls() for set permissions [1, Acl::PERMISSION_READ, true],