Compare commits
40 Commits
dependabot
...
v1.15.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4059042a9c | ||
|
|
e6b29b7cb1 | ||
|
|
d934867381 | ||
|
|
f130baff43 | ||
|
|
6f8baba8c5 | ||
|
|
3badc5c90c | ||
|
|
c6b04b9abf | ||
|
|
3ec8ff3d1f | ||
|
|
a721fe27a6 | ||
|
|
1d848e0fc4 | ||
|
|
9e8c1e982f | ||
|
|
11276ea5e1 | ||
|
|
f0840641ba | ||
|
|
f53de9a269 | ||
|
|
9b5bdc3d02 | ||
|
|
e9e5234925 | ||
|
|
81c8aad66f | ||
|
|
7cc43c706b | ||
|
|
19b0d60b21 | ||
|
|
b1b38e05eb | ||
|
|
687414a7a2 | ||
|
|
35a6c4d783 | ||
|
|
c863c78623 | ||
|
|
affcbf7287 | ||
|
|
aab45b764d | ||
|
|
3288e0e002 | ||
|
|
cca9cc08f0 | ||
|
|
508dddc7cd | ||
|
|
fd75f66624 | ||
|
|
7635cde5cd | ||
|
|
5b48075bc2 | ||
|
|
fb0096b113 | ||
|
|
d9ce467c98 | ||
|
|
ccd10248f7 | ||
|
|
58de28909f | ||
|
|
eda6bca538 | ||
|
|
aa90c0b2d4 | ||
|
|
5a08e57de8 | ||
|
|
75067a0695 | ||
|
|
00d63692c8 |
17
.github/dependabot.yml
vendored
17
.github/dependabot.yml
vendored
@@ -13,23 +13,6 @@ updates:
|
||||
- juliushaertl
|
||||
- luka-nextcloud
|
||||
|
||||
- package-ecosystem: npm
|
||||
target-branch: stable31
|
||||
versioning-strategy: lockfile-only
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: saturday
|
||||
time: "03:00"
|
||||
timezone: Europe/Paris
|
||||
ignore:
|
||||
- dependency-name: "*"
|
||||
update-types: ["version-update:semver-major"]
|
||||
open-pull-requests-limit: 30
|
||||
labels:
|
||||
- 3. to review
|
||||
- dependencies
|
||||
|
||||
- package-ecosystem: npm
|
||||
target-branch: stable30
|
||||
versioning-strategy: lockfile-only
|
||||
|
||||
4
.github/workflows/appbuild.yml
vendored
4
.github/workflows/appbuild.yml
vendored
@@ -18,13 +18,13 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v4.2.0
|
||||
uses: actions/setup-node@v4.1.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.32.0
|
||||
uses: shivammathur/setup-php@2.31.1
|
||||
with:
|
||||
php-version: '7.4'
|
||||
tools: composer
|
||||
|
||||
4
.github/workflows/appstore-build-publish.yml
vendored
4
.github/workflows/appstore-build-publish.yml
vendored
@@ -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@802632921f8532d2409ae6eac3313b6f81f11122 # v4.1.0
|
||||
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # 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@21e092a3e0c2fabb77bf641337eced34a4bcd3cc # v2.31.1
|
||||
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
|
||||
with:
|
||||
php-version: ${{ steps.php-versions.outputs.php-min }}
|
||||
coverage: none
|
||||
|
||||
6
.github/workflows/cypress-e2e.yml
vendored
6
.github/workflows/cypress-e2e.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
node-version: [20.x]
|
||||
# containers: [1, 2, 3]
|
||||
php-versions: [ '8.2' ]
|
||||
server-versions: [ 'master' ]
|
||||
server-versions: [ 'stable31' ]
|
||||
|
||||
env:
|
||||
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, zip, gd, apcu
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v4.2.0
|
||||
uses: actions/setup-node@v4.1.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.32.0
|
||||
uses: shivammathur/setup-php@2.31.1
|
||||
with:
|
||||
php-version: ${{ matrix.php-versions }}
|
||||
extensions: ${{ env.extensions }}
|
||||
|
||||
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
@@ -78,7 +78,7 @@ jobs:
|
||||
path: apps/activity
|
||||
|
||||
- name: Set up php ${{ matrix.php-versions }}
|
||||
uses: shivammathur/setup-php@2.32.0
|
||||
uses: shivammathur/setup-php@2.31.1
|
||||
with:
|
||||
php-version: ${{ matrix.php-versions }}
|
||||
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, mysql, pdo_mysql, pgsql, pdo_pgsql, apcu, gd
|
||||
|
||||
2
.github/workflows/lint-eslint.yml
vendored
2
.github/workflows/lint-eslint.yml
vendored
@@ -66,7 +66,7 @@ jobs:
|
||||
fallbackNpm: '^10'
|
||||
|
||||
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
|
||||
uses: actions/setup-node@802632921f8532d2409ae6eac3313b6f81f11122 # v4.1.0
|
||||
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
|
||||
with:
|
||||
node-version: ${{ steps.versions.outputs.nodeVersion }}
|
||||
|
||||
|
||||
2
.github/workflows/lint-php-cs.yml
vendored
2
.github/workflows/lint-php-cs.yml
vendored
@@ -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@21e092a3e0c2fabb77bf641337eced34a4bcd3cc # v2.31.1
|
||||
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # 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
|
||||
|
||||
2
.github/workflows/lint-php.yml
vendored
2
.github/workflows/lint-php.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
|
||||
- name: Set up php ${{ matrix.php-versions }}
|
||||
uses: shivammathur/setup-php@21e092a3e0c2fabb77bf641337eced34a4bcd3cc # v2.31.1
|
||||
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # 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
|
||||
|
||||
2
.github/workflows/lint-stylelint.yml
vendored
2
.github/workflows/lint-stylelint.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
fallbackNpm: '^10'
|
||||
|
||||
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
|
||||
uses: actions/setup-node@802632921f8532d2409ae6eac3313b6f81f11122 # v4.1.0
|
||||
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
|
||||
with:
|
||||
node-version: ${{ steps.versions.outputs.nodeVersion }}
|
||||
|
||||
|
||||
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v4.2.0
|
||||
uses: actions/setup-node@v4.1.0
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Set up npm7
|
||||
|
||||
16
.github/workflows/npm-audit-fix.yml
vendored
16
.github/workflows/npm-audit-fix.yml
vendored
@@ -14,9 +14,6 @@ on:
|
||||
# At 2:30 on Sundays
|
||||
- cron: '30 2 * * 0'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -24,18 +21,15 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
branches: ['main', 'master', 'stable31', 'stable30', 'stable29']
|
||||
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
|
||||
|
||||
name: npm-audit-fix-${{ matrix.branches }}
|
||||
|
||||
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
|
||||
@@ -45,7 +39,7 @@ jobs:
|
||||
fallbackNpm: '^10'
|
||||
|
||||
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
|
||||
uses: actions/setup-node@802632921f8532d2409ae6eac3313b6f81f11122 # v4.1.0
|
||||
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
|
||||
with:
|
||||
node-version: ${{ steps.versions.outputs.nodeVersion }}
|
||||
|
||||
@@ -57,7 +51,7 @@ jobs:
|
||||
uses: nextcloud-libraries/npm-audit-action@2a60bd2e79cc77f2cc4d9a3fe40f1a69896f3a87 # v0.1.0
|
||||
|
||||
- name: Run npm ci and npm run build
|
||||
if: steps.checkout.outcome == 'success'
|
||||
if: always()
|
||||
env:
|
||||
CYPRESS_INSTALL_BINARY: 0
|
||||
run: |
|
||||
@@ -65,8 +59,8 @@ jobs:
|
||||
npm run build --if-present
|
||||
|
||||
- name: Create Pull Request
|
||||
if: steps.checkout.outcome == 'success'
|
||||
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
|
||||
if: always()
|
||||
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
|
||||
with:
|
||||
token: ${{ secrets.COMMAND_BOT_PAT }}
|
||||
commit-message: 'fix(deps): Fix npm audit'
|
||||
|
||||
2
.github/workflows/phpunit-mysql.yml
vendored
2
.github/workflows/phpunit-mysql.yml
vendored
@@ -98,7 +98,7 @@ jobs:
|
||||
path: apps/${{ env.APP_NAME }}
|
||||
|
||||
- name: Set up php ${{ matrix.php-versions }}
|
||||
uses: shivammathur/setup-php@21e092a3e0c2fabb77bf641337eced34a4bcd3cc # v2.31.1
|
||||
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # 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
|
||||
|
||||
2
.github/workflows/phpunit-pgsql.yml
vendored
2
.github/workflows/phpunit-pgsql.yml
vendored
@@ -101,7 +101,7 @@ jobs:
|
||||
path: apps/${{ env.APP_NAME }}
|
||||
|
||||
- name: Set up php ${{ matrix.php-versions }}
|
||||
uses: shivammathur/setup-php@21e092a3e0c2fabb77bf641337eced34a4bcd3cc # v2.31.1
|
||||
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # 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
|
||||
|
||||
2
.github/workflows/phpunit-sqlite.yml
vendored
2
.github/workflows/phpunit-sqlite.yml
vendored
@@ -90,7 +90,7 @@ jobs:
|
||||
path: apps/${{ env.APP_NAME }}
|
||||
|
||||
- name: Set up php ${{ matrix.php-versions }}
|
||||
uses: shivammathur/setup-php@21e092a3e0c2fabb77bf641337eced34a4bcd3cc # v2.31.1
|
||||
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # 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
|
||||
|
||||
2
.github/workflows/psalm.yml
vendored
2
.github/workflows/psalm.yml
vendored
@@ -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@21e092a3e0c2fabb77bf641337eced34a4bcd3cc # v2.31.1
|
||||
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # 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
|
||||
|
||||
6
.github/workflows/update-nextcloud-ocp.yml
vendored
6
.github/workflows/update-nextcloud-ocp.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
branches: ['main', 'master', 'stable31', 'stable30', 'stable29']
|
||||
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
|
||||
|
||||
name: update-nextcloud-ocp-${{ matrix.branches }}
|
||||
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
|
||||
- name: Set up php8.2
|
||||
if: steps.checkout.outcome == 'success'
|
||||
uses: shivammathur/setup-php@21e092a3e0c2fabb77bf641337eced34a4bcd3cc # v2.31.1
|
||||
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # 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@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
|
||||
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
|
||||
with:
|
||||
token: ${{ secrets.COMMAND_BOT_PAT }}
|
||||
commit-message: 'chore(dev-deps): Bump nextcloud/ocp package'
|
||||
|
||||
19
CHANGELOG.md
19
CHANGELOG.md
@@ -5,6 +5,25 @@
|
||||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 1.15.0
|
||||
### Fixed
|
||||
- Fix: Adapt URLs generated in the backend to new routes #6743
|
||||
- Fix npm audit #6719
|
||||
- Fix: skip exporting a deleted card #6723
|
||||
|
||||
## 1.15.0-beta.2
|
||||
|
||||
### Added
|
||||
|
||||
- feat: Implement reference resolving for cards that have a link in the title @juliusknorr [#6286](https://github.com/nextcloud/deck/pull/6286)
|
||||
|
||||
### Other
|
||||
|
||||
- Remove old project from README @edent [#6658](https://github.com/nextcloud/deck/pull/6658)
|
||||
- devcontainer(image): Fix package path @niclasheinz [#6653](https://github.com/nextcloud/deck/pull/6653)
|
||||
- remove deprecated nextcloud-vue-collections @grnd-alt [#6664](https://github.com/nextcloud/deck/pull/6664)
|
||||
- fix: set cypress ci server version to stable31 @grnd-alt [#6705](https://github.com/nextcloud/deck/pull/6705)
|
||||
|
||||
## 1.15.0-beta.1
|
||||
### Fixed
|
||||
- fix: Catch not found card @juliusknorr [#6646](https://github.com/nextcloud/deck/pull/6646)
|
||||
|
||||
@@ -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", "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"]
|
||||
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"]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2019 Nextcloud GmbH and Nextcloud contributors"
|
||||
SPDX-License-Identifier = "AGPL-3.0-or-later"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
- 🚀 Get your project organized
|
||||
|
||||
</description>
|
||||
<version>2.0.0-dev.0</version>
|
||||
<version>1.15.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Julius Härtl</author>
|
||||
<namespace>Deck</namespace>
|
||||
@@ -42,7 +42,7 @@
|
||||
<database min-version="9.4">pgsql</database>
|
||||
<database>sqlite</database>
|
||||
<database min-version="8.0">mysql</database>
|
||||
<nextcloud min-version="32" max-version="32"/>
|
||||
<nextcloud min-version="31" max-version="31"/>
|
||||
</dependencies>
|
||||
<background-jobs>
|
||||
<job>OCA\Deck\Cron\DeleteCron</job>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"phpunit/phpunit": "^9",
|
||||
"nextcloud/coding-standard": "^1.1",
|
||||
"nextcloud/ocp": "dev-master",
|
||||
"psalm/phar": "^6.5"
|
||||
"psalm/phar": "^5.13"
|
||||
},
|
||||
"config": {
|
||||
"optimize-autoloader": true,
|
||||
|
||||
36
composer.lock
generated
36
composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "9f6cde9631bd7debc7732f1d563759b0",
|
||||
"content-hash": "6950663d9d213151028e780637480220",
|
||||
"packages": [
|
||||
{
|
||||
"name": "icecave/parity",
|
||||
@@ -492,16 +492,16 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nextcloud-deps/ocp.git",
|
||||
"reference": "05ab90026400b8ce3343765177988a1bda1e2cb8"
|
||||
"reference": "ed23f703c172ba167a62a76f7b2d8a6b4e37f44f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/05ab90026400b8ce3343765177988a1bda1e2cb8",
|
||||
"reference": "05ab90026400b8ce3343765177988a1bda1e2cb8",
|
||||
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/ed23f703c172ba167a62a76f7b2d8a6b4e37f44f",
|
||||
"reference": "ed23f703c172ba167a62a76f7b2d8a6b4e37f44f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "~8.1 || ~8.2 || ~8.3 || ~8.4",
|
||||
"php": "~8.1 || ~8.2 || ~8.3",
|
||||
"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": "32.0.0-dev"
|
||||
"dev-master": "31.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-02-07T00:43:35+00:00"
|
||||
"time": "2025-01-10T00:44:36+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
@@ -1187,16 +1187,16 @@
|
||||
},
|
||||
{
|
||||
"name": "psalm/phar",
|
||||
"version": "6.5.1",
|
||||
"version": "5.26.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/psalm/phar.git",
|
||||
"reference": "f7ecaf8740f32d58695cee5ac11663e02b44b223"
|
||||
"reference": "8a38e7ad04499a0ccd2c506fd1da6fc01fff4547"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/psalm/phar/zipball/f7ecaf8740f32d58695cee5ac11663e02b44b223",
|
||||
"reference": "f7ecaf8740f32d58695cee5ac11663e02b44b223",
|
||||
"url": "https://api.github.com/repos/psalm/phar/zipball/8a38e7ad04499a0ccd2c506fd1da6fc01fff4547",
|
||||
"reference": "8a38e7ad04499a0ccd2c506fd1da6fc01fff4547",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1216,9 +1216,9 @@
|
||||
"description": "Composer-based Psalm Phar",
|
||||
"support": {
|
||||
"issues": "https://github.com/psalm/phar/issues",
|
||||
"source": "https://github.com/psalm/phar/tree/6.5.1"
|
||||
"source": "https://github.com/psalm/phar/tree/5.26.1"
|
||||
},
|
||||
"time": "2025-02-10T10:05:10+00:00"
|
||||
"time": "2024-09-09T16:22:43+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psr/clock",
|
||||
@@ -3290,15 +3290,15 @@
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": {
|
||||
"roave/security-advisories": 20,
|
||||
"nextcloud/ocp": 20
|
||||
"nextcloud/ocp": 20,
|
||||
"roave/security-advisories": 20
|
||||
},
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": [],
|
||||
"platform-dev": [],
|
||||
"platform": {},
|
||||
"platform-dev": {},
|
||||
"platform-overrides": {
|
||||
"php": "8.1"
|
||||
},
|
||||
"plugin-api-version": "2.3.0"
|
||||
"plugin-api-version": "2.6.0"
|
||||
}
|
||||
|
||||
@@ -187,8 +187,7 @@ describe('Card', function () {
|
||||
cy.get('.file-picker__main [data-filename="welcome.txt"]', { timeout: 30000 }).should('be.visible')
|
||||
.click()
|
||||
cy.get('.dialog__actions button.button-vue--vue-primary').click()
|
||||
cy.get('.attachment-list .filename').contains('welcome')
|
||||
cy.get('.attachment-list .filename .extension').contains('txt')
|
||||
cy.get('.attachment-list .basename').contains('welcome.txt')
|
||||
})
|
||||
|
||||
it('Shows the modal with the editor', () => {
|
||||
|
||||
@@ -22,10 +22,10 @@ describe('Deck dashboard', function() {
|
||||
.should($el => expect($el.text().trim()).to.equal('Upcoming cards'))
|
||||
})
|
||||
|
||||
it('Can see the default "Welcome Board" created for user by default', function() {
|
||||
it('Can see the default "Personal Board" created for user by default', function() {
|
||||
cy.visit('/apps/deck')
|
||||
|
||||
const defaultBoard = 'Welcome to Nextcloud Deck!'
|
||||
const defaultBoard = 'Personal'
|
||||
|
||||
cy.get('.app-navigation-entry-wrapper[icon=icon-deck]')
|
||||
.find('ul.app-navigation-entry__children .app-navigation-entry:contains(' + defaultBoard + ')')
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 188 KiB |
@@ -3,6 +3,7 @@ OC.L10N.register(
|
||||
{
|
||||
"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",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{ "translations": {
|
||||
"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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
32
l10n/ar.js
32
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,13 +69,14 @@ OC.L10N.register(
|
||||
"{user} has commented on card {card}" : "{مستخدم} علق على بطاقة {بطاقة}",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "تغييرات في <strong>تطبيق Deck</strong> ",
|
||||
"A <strong>board, list or card</strong> was changed" : "تمّ تغيير <strong>لوحة board أو قائمة list أو بطاقة card </strong>.",
|
||||
"A <strong>board, list or card</strong> was changed" : "تمّ تغيير <strong>لوحة أو قائمة أو بطاقة </strong>.",
|
||||
"A <strong>comment</strong> was created on a card" : "<strong>تعليق</strong> تم إنشاؤه على بطاقة",
|
||||
"A <strong>card description</strong> has been changed" : "تمّ تغيير <strong>وصف بطاقة</strong>.",
|
||||
"Cards due today" : "البطاقات المستحقة اليوم",
|
||||
"Cards due tomorrow" : "البطاقات المستحقة غداً",
|
||||
"Upcoming cards" : "البطاقات القادمة",
|
||||
"Load more" : "حمّل أكثر",
|
||||
"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\" الموعد المحدد ",
|
||||
@@ -88,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" : "اللوحات و البطاقات",
|
||||
@@ -98,7 +99,16 @@ OC.L10N.register(
|
||||
"Action needed" : "يحتاج إلى إجراء",
|
||||
"Later" : "لاحقا",
|
||||
"copy" : "نسخ",
|
||||
"Read more inside" : "إقرإ المزيد بالداخل",
|
||||
"Custom lists - click to rename!" : "قوائم مخصصة - أنقُر لتغيير التسمية!",
|
||||
"To Do" : "مَهَامٌّ",
|
||||
"In Progress" : "قيد التجهيز",
|
||||
"Done" : "أُنجز",
|
||||
"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.",
|
||||
@@ -113,7 +123,7 @@ 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- 🚀 حافظ على مشروعك مُنسّقاً باستمرار.",
|
||||
"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- 🚀 حافظ على مشروعك مُنسّقاً باستمرار.",
|
||||
"Card details" : "تفاصيل البطاقة",
|
||||
"Add board" : "إضافة لوح",
|
||||
"Select the board to link to a project" : "تحديد اللوح لربطه بمشروع",
|
||||
@@ -279,7 +289,7 @@ OC.L10N.register(
|
||||
"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" : "الإجراء",
|
||||
@@ -307,20 +317,20 @@ 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" : "حفظ اللوح",
|
||||
"Save board" : "حفظ اللوحة",
|
||||
"Board details" : "تفاصيل لوح",
|
||||
"Edit board" : "تعديل اللوح",
|
||||
"Clone board" : "استنسخ اللوح",
|
||||
"Unarchive board" : "إلغاء أرشفة اللوح",
|
||||
"Archive board" : "أرشفة اللوح ",
|
||||
"Export board" : "تصدير اللوحة",
|
||||
"Export board" : "تصدير لوحة",
|
||||
"Turn on due date reminders" : "تفعيل التذكيرات للموعد المحدد ",
|
||||
"Turn off due date reminders" : "إيقاف تشغيل التذكيرات للموعد المحددد",
|
||||
"Due date reminders" : "تذكيرات الموعد المحدد ",
|
||||
|
||||
32
l10n/ar.json
32
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,13 +67,14 @@
|
||||
"{user} has commented on card {card}" : "{مستخدم} علق على بطاقة {بطاقة}",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "تغييرات في <strong>تطبيق Deck</strong> ",
|
||||
"A <strong>board, list or card</strong> was changed" : "تمّ تغيير <strong>لوحة board أو قائمة list أو بطاقة card </strong>.",
|
||||
"A <strong>board, list or card</strong> was changed" : "تمّ تغيير <strong>لوحة أو قائمة أو بطاقة </strong>.",
|
||||
"A <strong>comment</strong> was created on a card" : "<strong>تعليق</strong> تم إنشاؤه على بطاقة",
|
||||
"A <strong>card description</strong> has been changed" : "تمّ تغيير <strong>وصف بطاقة</strong>.",
|
||||
"Cards due today" : "البطاقات المستحقة اليوم",
|
||||
"Cards due tomorrow" : "البطاقات المستحقة غداً",
|
||||
"Upcoming cards" : "البطاقات القادمة",
|
||||
"Load more" : "حمّل أكثر",
|
||||
"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\" الموعد المحدد ",
|
||||
@@ -86,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" : "اللوحات و البطاقات",
|
||||
@@ -96,7 +97,16 @@
|
||||
"Action needed" : "يحتاج إلى إجراء",
|
||||
"Later" : "لاحقا",
|
||||
"copy" : "نسخ",
|
||||
"Read more inside" : "إقرإ المزيد بالداخل",
|
||||
"Custom lists - click to rename!" : "قوائم مخصصة - أنقُر لتغيير التسمية!",
|
||||
"To Do" : "مَهَامٌّ",
|
||||
"In Progress" : "قيد التجهيز",
|
||||
"Done" : "أُنجز",
|
||||
"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.",
|
||||
@@ -111,7 +121,7 @@
|
||||
"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- 🚀 حافظ على مشروعك مُنسّقاً باستمرار.",
|
||||
"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- 🚀 حافظ على مشروعك مُنسّقاً باستمرار.",
|
||||
"Card details" : "تفاصيل البطاقة",
|
||||
"Add board" : "إضافة لوح",
|
||||
"Select the board to link to a project" : "تحديد اللوح لربطه بمشروع",
|
||||
@@ -277,7 +287,7 @@
|
||||
"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" : "الإجراء",
|
||||
@@ -305,20 +315,20 @@
|
||||
"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" : "حفظ اللوح",
|
||||
"Save board" : "حفظ اللوحة",
|
||||
"Board details" : "تفاصيل لوح",
|
||||
"Edit board" : "تعديل اللوح",
|
||||
"Clone board" : "استنسخ اللوح",
|
||||
"Unarchive board" : "إلغاء أرشفة اللوح",
|
||||
"Archive board" : "أرشفة اللوح ",
|
||||
"Export board" : "تصدير اللوحة",
|
||||
"Export board" : "تصدير لوحة",
|
||||
"Turn on due date reminders" : "تفعيل التذكيرات للموعد المحدد ",
|
||||
"Turn off due date reminders" : "إيقاف تشغيل التذكيرات للموعد المحددد",
|
||||
"Due date reminders" : "تذكيرات الموعد المحدد ",
|
||||
|
||||
@@ -89,6 +89,7 @@ OC.L10N.register(
|
||||
"Action needed" : "Необходимо е действие",
|
||||
"Later" : "По-късно",
|
||||
"copy" : "Копиране",
|
||||
"To Do" : "Задачи",
|
||||
"Done" : "Завършено",
|
||||
"The file was uploaded" : "Файлът е качен",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Размерът на каченият файл надвишава максималния размер определен от upload_max_filesize в php.ini:",
|
||||
|
||||
@@ -87,6 +87,7 @@
|
||||
"Action needed" : "Необходимо е действие",
|
||||
"Later" : "По-късно",
|
||||
"copy" : "Копиране",
|
||||
"To Do" : "Задачи",
|
||||
"Done" : "Завършено",
|
||||
"The file was uploaded" : "Файлът е качен",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Размерът на каченият файл надвишава максималния размер определен от upload_max_filesize в php.ini:",
|
||||
|
||||
@@ -3,6 +3,7 @@ OC.L10N.register(
|
||||
{
|
||||
"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",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{ "translations": {
|
||||
"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",
|
||||
|
||||
32
l10n/ca.js
32
l10n/ca.js
@@ -76,6 +76,7 @@ OC.L10N.register(
|
||||
"Cards due tomorrow" : "Targetes amb venciment demà",
|
||||
"Upcoming cards" : "Pròximes targetes",
|
||||
"Load more" : "Carrega'n més",
|
||||
"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.",
|
||||
@@ -98,7 +99,16 @@ OC.L10N.register(
|
||||
"Action needed" : "Acció necessària",
|
||||
"Later" : "Més tard",
|
||||
"copy" : "còpia",
|
||||
"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",
|
||||
"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",
|
||||
@@ -119,10 +129,12 @@ OC.L10N.register(
|
||||
"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",
|
||||
"Copy card" : "Còpia de la targeta",
|
||||
"Select a card" : "Selecciona una targeta",
|
||||
"Cancel" : "Cancel·la",
|
||||
"Select the card to link to a project" : "Selecciona la targeta per enllaçar a un projecte",
|
||||
@@ -143,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",
|
||||
@@ -172,9 +186,12 @@ OC.L10N.register(
|
||||
"Deleted lists" : "Llistes suprimides",
|
||||
"Undo" : "Desfés",
|
||||
"Deleted cards" : "Targetes suprimides",
|
||||
"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",
|
||||
@@ -200,7 +217,9 @@ OC.L10N.register(
|
||||
"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…",
|
||||
"Upload new files" : "Pujada de nous fitxers",
|
||||
"Share from Files" : "Comparteix des de Fitxers",
|
||||
"Pending share" : "Compartició pendent",
|
||||
@@ -254,12 +273,14 @@ OC.L10N.register(
|
||||
"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",
|
||||
"Edit card title" : "Edició del títol de la targeta",
|
||||
"Open link" : "Obre l'enllaç",
|
||||
"Edit title" : "Edició del títol",
|
||||
"Assign to me" : "Assigna'm a mi",
|
||||
"Unassign myself" : "Desasignar a mi mateix",
|
||||
@@ -268,6 +289,7 @@ OC.L10N.register(
|
||||
"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ó",
|
||||
@@ -302,6 +324,7 @@ 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 details" : "Detalls del tauler",
|
||||
"Edit board" : "Edita el tauler",
|
||||
"Clone board" : "Clonar tauler",
|
||||
@@ -321,8 +344,14 @@ OC.L10N.register(
|
||||
"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",
|
||||
@@ -369,6 +398,7 @@ OC.L10N.register(
|
||||
"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"
|
||||
"Move card to another board" : "Mou la targeta a un altre tauler",
|
||||
"Filter by completed" : "Filtra per completat"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
32
l10n/ca.json
32
l10n/ca.json
@@ -74,6 +74,7 @@
|
||||
"Cards due tomorrow" : "Targetes amb venciment demà",
|
||||
"Upcoming cards" : "Pròximes targetes",
|
||||
"Load more" : "Carrega'n més",
|
||||
"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.",
|
||||
@@ -96,7 +97,16 @@
|
||||
"Action needed" : "Acció necessària",
|
||||
"Later" : "Més tard",
|
||||
"copy" : "còpia",
|
||||
"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",
|
||||
"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",
|
||||
@@ -117,10 +127,12 @@
|
||||
"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",
|
||||
"Copy card" : "Còpia de la targeta",
|
||||
"Select a card" : "Selecciona una targeta",
|
||||
"Cancel" : "Cancel·la",
|
||||
"Select the card to link to a project" : "Selecciona la targeta per enllaçar a un projecte",
|
||||
@@ -141,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",
|
||||
@@ -170,9 +184,12 @@
|
||||
"Deleted lists" : "Llistes suprimides",
|
||||
"Undo" : "Desfés",
|
||||
"Deleted cards" : "Targetes suprimides",
|
||||
"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",
|
||||
@@ -198,7 +215,9 @@
|
||||
"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…",
|
||||
"Upload new files" : "Pujada de nous fitxers",
|
||||
"Share from Files" : "Comparteix des de Fitxers",
|
||||
"Pending share" : "Compartició pendent",
|
||||
@@ -252,12 +271,14 @@
|
||||
"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",
|
||||
"Edit card title" : "Edició del títol de la targeta",
|
||||
"Open link" : "Obre l'enllaç",
|
||||
"Edit title" : "Edició del títol",
|
||||
"Assign to me" : "Assigna'm a mi",
|
||||
"Unassign myself" : "Desasignar a mi mateix",
|
||||
@@ -266,6 +287,7 @@
|
||||
"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ó",
|
||||
@@ -300,6 +322,7 @@
|
||||
"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 details" : "Detalls del tauler",
|
||||
"Edit board" : "Edita el tauler",
|
||||
"Clone board" : "Clonar tauler",
|
||||
@@ -319,8 +342,14 @@
|
||||
"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",
|
||||
@@ -367,6 +396,7 @@
|
||||
"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"
|
||||
"Move card to another board" : "Mou la targeta a un altre tauler",
|
||||
"Filter by completed" : "Filtra per completat"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -98,6 +98,8 @@ OC.L10N.register(
|
||||
"Action needed" : "Nutná akce",
|
||||
"Later" : "Později",
|
||||
"copy" : "kopie",
|
||||
"To Do" : "Úkoly",
|
||||
"In Progress" : "Probíhá",
|
||||
"Done" : "Hotovo",
|
||||
"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",
|
||||
|
||||
@@ -96,6 +96,8 @@
|
||||
"Action needed" : "Nutná akce",
|
||||
"Later" : "Později",
|
||||
"copy" : "kopie",
|
||||
"To Do" : "Úkoly",
|
||||
"In Progress" : "Probíhá",
|
||||
"Done" : "Hotovo",
|
||||
"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",
|
||||
|
||||
@@ -52,6 +52,8 @@ OC.L10N.register(
|
||||
"Action needed" : "Handling påkrævet",
|
||||
"Later" : "Senere",
|
||||
"copy" : "kopiér",
|
||||
"To Do" : "To-do liste",
|
||||
"In Progress" : "I gang",
|
||||
"Done" : "Afsluttet",
|
||||
"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",
|
||||
|
||||
@@ -50,6 +50,8 @@
|
||||
"Action needed" : "Handling påkrævet",
|
||||
"Later" : "Senere",
|
||||
"copy" : "kopiér",
|
||||
"To Do" : "To-do liste",
|
||||
"In Progress" : "I gang",
|
||||
"Done" : "Afsluttet",
|
||||
"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",
|
||||
|
||||
10
l10n/de.js
10
l10n/de.js
@@ -76,6 +76,7 @@ OC.L10N.register(
|
||||
"Cards due tomorrow" : "Karten, die morgen fällig sind",
|
||||
"Upcoming cards" : "Anstehende Karten",
|
||||
"Load more" : "Mehr laden",
|
||||
"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.",
|
||||
@@ -98,7 +99,16 @@ OC.L10N.register(
|
||||
"Action needed" : "Handlung erforderlich",
|
||||
"Later" : "Später",
|
||||
"copy" : "Kopie",
|
||||
"Read more inside" : "Mehr erfahren",
|
||||
"Custom lists - click to rename!" : "Benutzerdefinierte Listen – Zum Umbenennen klicken!",
|
||||
"To Do" : "Offen",
|
||||
"In Progress" : "In Bearbeitung",
|
||||
"Done" : "Erledigt",
|
||||
"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",
|
||||
|
||||
10
l10n/de.json
10
l10n/de.json
@@ -74,6 +74,7 @@
|
||||
"Cards due tomorrow" : "Karten, die morgen fällig sind",
|
||||
"Upcoming cards" : "Anstehende Karten",
|
||||
"Load more" : "Mehr laden",
|
||||
"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.",
|
||||
@@ -96,7 +97,16 @@
|
||||
"Action needed" : "Handlung erforderlich",
|
||||
"Later" : "Später",
|
||||
"copy" : "Kopie",
|
||||
"Read more inside" : "Mehr erfahren",
|
||||
"Custom lists - click to rename!" : "Benutzerdefinierte Listen – Zum Umbenennen klicken!",
|
||||
"To Do" : "Offen",
|
||||
"In Progress" : "In Bearbeitung",
|
||||
"Done" : "Erledigt",
|
||||
"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",
|
||||
|
||||
@@ -76,6 +76,7 @@ OC.L10N.register(
|
||||
"Cards due tomorrow" : "Karten die morgen fällig sind",
|
||||
"Upcoming cards" : "Anstehende Karten",
|
||||
"Load more" : "Mehr laden",
|
||||
"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.",
|
||||
@@ -98,7 +99,16 @@ OC.L10N.register(
|
||||
"Action needed" : "Handlung erforderlich",
|
||||
"Later" : "Später",
|
||||
"copy" : "Kopie",
|
||||
"Read more inside" : "Mehr erfahren",
|
||||
"Custom lists - click to rename!" : "Benutzerdefinierte Listen - Zum Umbenennen klicken!",
|
||||
"To Do" : "Offen",
|
||||
"In Progress" : "In Bearbeitung",
|
||||
"Done" : "Erledigt",
|
||||
"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",
|
||||
|
||||
@@ -74,6 +74,7 @@
|
||||
"Cards due tomorrow" : "Karten die morgen fällig sind",
|
||||
"Upcoming cards" : "Anstehende Karten",
|
||||
"Load more" : "Mehr laden",
|
||||
"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.",
|
||||
@@ -96,7 +97,16 @@
|
||||
"Action needed" : "Handlung erforderlich",
|
||||
"Later" : "Später",
|
||||
"copy" : "Kopie",
|
||||
"Read more inside" : "Mehr erfahren",
|
||||
"Custom lists - click to rename!" : "Benutzerdefinierte Listen - Zum Umbenennen klicken!",
|
||||
"To Do" : "Offen",
|
||||
"In Progress" : "In Bearbeitung",
|
||||
"Done" : "Erledigt",
|
||||
"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",
|
||||
|
||||
@@ -97,6 +97,7 @@ OC.L10N.register(
|
||||
"Action needed" : "Απαιτείται ενέργεια",
|
||||
"Later" : "Αργότερα",
|
||||
"copy" : "Αντιγραφή",
|
||||
"To Do" : "Προς Ενέργεια",
|
||||
"Done" : "Ολοκληρώθηκε",
|
||||
"The file was uploaded" : "Το αρχείο μεταφορτώθηκε",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Το αρχείο που εστάλη υπερβαίνει την οδηγία μέγιστου επιτρεπτού μεγέθους \"upload_max_filesize\" του php.ini",
|
||||
|
||||
@@ -95,6 +95,7 @@
|
||||
"Action needed" : "Απαιτείται ενέργεια",
|
||||
"Later" : "Αργότερα",
|
||||
"copy" : "Αντιγραφή",
|
||||
"To Do" : "Προς Ενέργεια",
|
||||
"Done" : "Ολοκληρώθηκε",
|
||||
"The file was uploaded" : "Το αρχείο μεταφορτώθηκε",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Το αρχείο που εστάλη υπερβαίνει την οδηγία μέγιστου επιτρεπτού μεγέθους \"upload_max_filesize\" του php.ini",
|
||||
|
||||
@@ -76,6 +76,7 @@ OC.L10N.register(
|
||||
"Cards due tomorrow" : "Cards due tomorrow",
|
||||
"Upcoming cards" : "Upcoming cards",
|
||||
"Load more" : "Load more",
|
||||
"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.",
|
||||
@@ -98,7 +99,16 @@ OC.L10N.register(
|
||||
"Action needed" : "Action needed",
|
||||
"Later" : "Later",
|
||||
"copy" : "copy",
|
||||
"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",
|
||||
"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",
|
||||
|
||||
@@ -74,6 +74,7 @@
|
||||
"Cards due tomorrow" : "Cards due tomorrow",
|
||||
"Upcoming cards" : "Upcoming cards",
|
||||
"Load more" : "Load more",
|
||||
"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.",
|
||||
@@ -96,7 +97,16 @@
|
||||
"Action needed" : "Action needed",
|
||||
"Later" : "Later",
|
||||
"copy" : "copy",
|
||||
"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",
|
||||
"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",
|
||||
|
||||
@@ -98,6 +98,8 @@ OC.L10N.register(
|
||||
"Action needed" : "Acción necesaria",
|
||||
"Later" : "Después",
|
||||
"copy" : "copiar",
|
||||
"To Do" : "Por hacer",
|
||||
"In Progress" : "En progreso",
|
||||
"Done" : "Hecho",
|
||||
"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",
|
||||
|
||||
@@ -96,6 +96,8 @@
|
||||
"Action needed" : "Acción necesaria",
|
||||
"Later" : "Después",
|
||||
"copy" : "copiar",
|
||||
"To Do" : "Por hacer",
|
||||
"In Progress" : "En progreso",
|
||||
"Done" : "Hecho",
|
||||
"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",
|
||||
|
||||
@@ -32,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",
|
||||
|
||||
@@ -30,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",
|
||||
|
||||
@@ -9,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",
|
||||
|
||||
@@ -7,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",
|
||||
|
||||
@@ -89,6 +89,7 @@ OC.L10N.register(
|
||||
"Action needed" : "Acción requerida",
|
||||
"Later" : "Después",
|
||||
"copy" : "copia",
|
||||
"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",
|
||||
|
||||
@@ -87,6 +87,7 @@
|
||||
"Action needed" : "Acción requerida",
|
||||
"Later" : "Después",
|
||||
"copy" : "copia",
|
||||
"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",
|
||||
|
||||
@@ -9,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",
|
||||
|
||||
@@ -7,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",
|
||||
|
||||
@@ -85,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",
|
||||
|
||||
@@ -83,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",
|
||||
|
||||
@@ -98,6 +98,8 @@ OC.L10N.register(
|
||||
"Action needed" : "Ekintza beharrezkoa",
|
||||
"Later" : "Beranduago",
|
||||
"copy" : "kopiatu",
|
||||
"To Do" : "Egiteke",
|
||||
"In Progress" : "Abian",
|
||||
"Done" : "Egina",
|
||||
"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",
|
||||
|
||||
@@ -96,6 +96,8 @@
|
||||
"Action needed" : "Ekintza beharrezkoa",
|
||||
"Later" : "Beranduago",
|
||||
"copy" : "kopiatu",
|
||||
"To Do" : "Egiteke",
|
||||
"In Progress" : "Abian",
|
||||
"Done" : "Egina",
|
||||
"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",
|
||||
|
||||
@@ -90,6 +90,7 @@ OC.L10N.register(
|
||||
"Action needed" : "نیازمند اقدام",
|
||||
"Later" : "بعدا",
|
||||
"copy" : "کپی",
|
||||
"To Do" : "To Do",
|
||||
"Done" : "انجام شد",
|
||||
"The file was uploaded" : "پرونده بارگذاری شد",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "حجم پرونده بارگذاری شده بیشتر از تنظیمات upload_max_filesize در پرونده php.ini است",
|
||||
|
||||
@@ -88,6 +88,7 @@
|
||||
"Action needed" : "نیازمند اقدام",
|
||||
"Later" : "بعدا",
|
||||
"copy" : "کپی",
|
||||
"To Do" : "To Do",
|
||||
"Done" : "انجام شد",
|
||||
"The file was uploaded" : "پرونده بارگذاری شد",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "حجم پرونده بارگذاری شده بیشتر از تنظیمات upload_max_filesize در پرونده php.ini است",
|
||||
|
||||
@@ -70,6 +70,7 @@ OC.L10N.register(
|
||||
"Action needed" : "Toimia vaaditaan",
|
||||
"Later" : "Myöhemmin",
|
||||
"copy" : "kopioi",
|
||||
"To Do" : "Tehtävä",
|
||||
"Done" : "Valmis",
|
||||
"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 ",
|
||||
|
||||
@@ -68,6 +68,7 @@
|
||||
"Action needed" : "Toimia vaaditaan",
|
||||
"Later" : "Myöhemmin",
|
||||
"copy" : "kopioi",
|
||||
"To Do" : "Tehtävä",
|
||||
"Done" : "Valmis",
|
||||
"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 ",
|
||||
|
||||
@@ -76,6 +76,7 @@ OC.L10N.register(
|
||||
"Cards due tomorrow" : "Cartes pour demain",
|
||||
"Upcoming cards" : "Prochaines cartes",
|
||||
"Load more" : "Charger davantage",
|
||||
"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.",
|
||||
@@ -98,7 +99,15 @@ OC.L10N.register(
|
||||
"Action needed" : "Action requise",
|
||||
"Later" : "Plus tard",
|
||||
"copy" : "copie",
|
||||
"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",
|
||||
"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",
|
||||
|
||||
@@ -74,6 +74,7 @@
|
||||
"Cards due tomorrow" : "Cartes pour demain",
|
||||
"Upcoming cards" : "Prochaines cartes",
|
||||
"Load more" : "Charger davantage",
|
||||
"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.",
|
||||
@@ -96,7 +97,15 @@
|
||||
"Action needed" : "Action requise",
|
||||
"Later" : "Plus tard",
|
||||
"copy" : "copie",
|
||||
"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",
|
||||
"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",
|
||||
|
||||
10
l10n/ga.js
10
l10n/ga.js
@@ -76,6 +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ó",
|
||||
"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\".",
|
||||
@@ -98,7 +99,16 @@ OC.L10N.register(
|
||||
"Action needed" : "Gníomh de dhíth",
|
||||
"Later" : "Níos déanaí",
|
||||
"copy" : "cóip",
|
||||
"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",
|
||||
"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",
|
||||
|
||||
10
l10n/ga.json
10
l10n/ga.json
@@ -74,6 +74,7 @@
|
||||
"Cards due tomorrow" : "Cártaí dlite amárach",
|
||||
"Upcoming cards" : "Cártaí atá le teacht",
|
||||
"Load more" : "Luchtaigh níos mó",
|
||||
"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\".",
|
||||
@@ -96,7 +97,16 @@
|
||||
"Action needed" : "Gníomh de dhíth",
|
||||
"Later" : "Níos déanaí",
|
||||
"copy" : "cóip",
|
||||
"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",
|
||||
"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",
|
||||
|
||||
10
l10n/gl.js
10
l10n/gl.js
@@ -76,6 +76,7 @@ OC.L10N.register(
|
||||
"Cards due tomorrow" : "Tarxetas para mañá",
|
||||
"Upcoming cards" : "Tarxetas próximas",
|
||||
"Load more" : "Cargar máis",
|
||||
"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.",
|
||||
@@ -98,7 +99,16 @@ OC.L10N.register(
|
||||
"Action needed" : "Necesita unha acción",
|
||||
"Later" : "Após",
|
||||
"copy" : "copiar",
|
||||
"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",
|
||||
"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",
|
||||
|
||||
10
l10n/gl.json
10
l10n/gl.json
@@ -74,6 +74,7 @@
|
||||
"Cards due tomorrow" : "Tarxetas para mañá",
|
||||
"Upcoming cards" : "Tarxetas próximas",
|
||||
"Load more" : "Cargar máis",
|
||||
"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.",
|
||||
@@ -96,7 +97,16 @@
|
||||
"Action needed" : "Necesita unha acción",
|
||||
"Later" : "Após",
|
||||
"copy" : "copiar",
|
||||
"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",
|
||||
"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",
|
||||
|
||||
@@ -82,6 +82,7 @@ OC.L10N.register(
|
||||
"Action needed" : "נדרשת פעולה",
|
||||
"Later" : "מאוחר יותר",
|
||||
"copy" : "עותק",
|
||||
"To Do" : "מטלות",
|
||||
"Done" : "הסתיים",
|
||||
"The file was uploaded" : "הקובץ הועלה",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "הקובץ שהועלה חורג מההנחיה upload_max_filesize ב־php.ini",
|
||||
|
||||
@@ -80,6 +80,7 @@
|
||||
"Action needed" : "נדרשת פעולה",
|
||||
"Later" : "מאוחר יותר",
|
||||
"copy" : "עותק",
|
||||
"To Do" : "מטלות",
|
||||
"Done" : "הסתיים",
|
||||
"The file was uploaded" : "הקובץ הועלה",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "הקובץ שהועלה חורג מההנחיה upload_max_filesize ב־php.ini",
|
||||
|
||||
@@ -85,6 +85,7 @@ OC.L10N.register(
|
||||
"Action needed" : "Potrebna radnja",
|
||||
"Later" : "Kasnije",
|
||||
"copy" : "kopiraj",
|
||||
"To Do" : "Zadatak",
|
||||
"Done" : "Gotovo",
|
||||
"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",
|
||||
|
||||
@@ -83,6 +83,7 @@
|
||||
"Action needed" : "Potrebna radnja",
|
||||
"Later" : "Kasnije",
|
||||
"copy" : "kopiraj",
|
||||
"To Do" : "Zadatak",
|
||||
"Done" : "Gotovo",
|
||||
"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",
|
||||
|
||||
@@ -94,6 +94,8 @@ OC.L10N.register(
|
||||
"Action needed" : "Művelet szükséges",
|
||||
"Later" : "Később",
|
||||
"copy" : "másolat",
|
||||
"To Do" : "Teendő",
|
||||
"In Progress" : "Folyamatban",
|
||||
"Done" : "Kész",
|
||||
"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",
|
||||
|
||||
@@ -92,6 +92,8 @@
|
||||
"Action needed" : "Művelet szükséges",
|
||||
"Later" : "Később",
|
||||
"copy" : "másolat",
|
||||
"To Do" : "Teendő",
|
||||
"In Progress" : "Folyamatban",
|
||||
"Done" : "Kész",
|
||||
"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",
|
||||
|
||||
@@ -78,6 +78,7 @@ OC.L10N.register(
|
||||
"Action needed" : "Butuh tindakan",
|
||||
"Later" : "Nanti",
|
||||
"copy" : "salin",
|
||||
"In Progress" : "Sedang Berlangsung",
|
||||
"Done" : "Selesai",
|
||||
"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",
|
||||
|
||||
@@ -76,6 +76,7 @@
|
||||
"Action needed" : "Butuh tindakan",
|
||||
"Later" : "Nanti",
|
||||
"copy" : "salin",
|
||||
"In Progress" : "Sedang Berlangsung",
|
||||
"Done" : "Selesai",
|
||||
"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",
|
||||
|
||||
50
l10n/is.js
50
l10n/is.js
@@ -76,6 +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",
|
||||
"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.",
|
||||
@@ -98,7 +99,16 @@ OC.L10N.register(
|
||||
"Action needed" : "Aðgerðar krafist",
|
||||
"Later" : "Seinna",
|
||||
"copy" : "afrita",
|
||||
"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ð",
|
||||
"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.",
|
||||
@@ -119,10 +129,12 @@ OC.L10N.register(
|
||||
"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",
|
||||
"Copy card" : "Afrita spjald",
|
||||
"Select a card" : "Veldu spjald",
|
||||
"Cancel" : "Hætta við",
|
||||
"Select the card to link to a project" : "Veldu spjaldið sem á að tengja við verkefnið",
|
||||
@@ -143,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",
|
||||
@@ -172,9 +186,12 @@ OC.L10N.register(
|
||||
"Deleted lists" : "Eyddi listum",
|
||||
"Undo" : "Afturkalla",
|
||||
"Deleted cards" : "Eydd spjöld",
|
||||
"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ð",
|
||||
@@ -200,7 +217,9 @@ OC.L10N.register(
|
||||
"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…",
|
||||
"Upload new files" : "Senda inn nýjar skrár",
|
||||
"Share from Files" : "Deila úr skrám",
|
||||
"Pending share" : "Sameign í bið",
|
||||
@@ -254,12 +273,14 @@ OC.L10N.register(
|
||||
"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",
|
||||
"Edit card title" : "Breyta titli spjalds",
|
||||
"Open link" : "Opna tengil",
|
||||
"Edit title" : "Breyta titli",
|
||||
"Assign to me" : "Úthluta mér",
|
||||
"Unassign myself" : "Aftengja úthlutun sjálfs mín",
|
||||
@@ -268,12 +289,31 @@ OC.L10N.register(
|
||||
"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",
|
||||
@@ -284,6 +324,7 @@ 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 details" : "Nánar um borð",
|
||||
"Edit board" : "Breyta borði",
|
||||
"Clone board" : "Klóna borð",
|
||||
@@ -303,8 +344,14 @@ OC.L10N.register(
|
||||
"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",
|
||||
@@ -351,6 +398,7 @@ OC.L10N.register(
|
||||
"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ð"
|
||||
"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);");
|
||||
|
||||
50
l10n/is.json
50
l10n/is.json
@@ -74,6 +74,7 @@
|
||||
"Cards due tomorrow" : "Spjöld sem á að ljúka á morgun",
|
||||
"Upcoming cards" : "Spjöld á næstunni",
|
||||
"Load more" : "Hlaða inn meira",
|
||||
"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.",
|
||||
@@ -96,7 +97,16 @@
|
||||
"Action needed" : "Aðgerðar krafist",
|
||||
"Later" : "Seinna",
|
||||
"copy" : "afrita",
|
||||
"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ð",
|
||||
"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.",
|
||||
@@ -117,10 +127,12 @@
|
||||
"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",
|
||||
"Copy card" : "Afrita spjald",
|
||||
"Select a card" : "Veldu spjald",
|
||||
"Cancel" : "Hætta við",
|
||||
"Select the card to link to a project" : "Veldu spjaldið sem á að tengja við verkefnið",
|
||||
@@ -141,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",
|
||||
@@ -170,9 +184,12 @@
|
||||
"Deleted lists" : "Eyddi listum",
|
||||
"Undo" : "Afturkalla",
|
||||
"Deleted cards" : "Eydd spjöld",
|
||||
"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ð",
|
||||
@@ -198,7 +215,9 @@
|
||||
"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…",
|
||||
"Upload new files" : "Senda inn nýjar skrár",
|
||||
"Share from Files" : "Deila úr skrám",
|
||||
"Pending share" : "Sameign í bið",
|
||||
@@ -252,12 +271,14 @@
|
||||
"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",
|
||||
"Edit card title" : "Breyta titli spjalds",
|
||||
"Open link" : "Opna tengil",
|
||||
"Edit title" : "Breyta titli",
|
||||
"Assign to me" : "Úthluta mér",
|
||||
"Unassign myself" : "Aftengja úthlutun sjálfs mín",
|
||||
@@ -266,12 +287,31 @@
|
||||
"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",
|
||||
@@ -282,6 +322,7 @@
|
||||
"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 details" : "Nánar um borð",
|
||||
"Edit board" : "Breyta borði",
|
||||
"Clone board" : "Klóna borð",
|
||||
@@ -301,8 +342,14 @@
|
||||
"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",
|
||||
@@ -349,6 +396,7 @@
|
||||
"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ð"
|
||||
"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);"
|
||||
}
|
||||
@@ -76,6 +76,7 @@ OC.L10N.register(
|
||||
"Cards due tomorrow" : "Schede che scadono domani",
|
||||
"Upcoming cards" : "Prossime schede",
|
||||
"Load more" : "Carica altro",
|
||||
"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.",
|
||||
@@ -98,7 +99,13 @@ OC.L10N.register(
|
||||
"Action needed" : "Azione necessaria",
|
||||
"Later" : "Dopo",
|
||||
"copy" : "copia",
|
||||
"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",
|
||||
"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!",
|
||||
"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",
|
||||
|
||||
@@ -74,6 +74,7 @@
|
||||
"Cards due tomorrow" : "Schede che scadono domani",
|
||||
"Upcoming cards" : "Prossime schede",
|
||||
"Load more" : "Carica altro",
|
||||
"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.",
|
||||
@@ -96,7 +97,13 @@
|
||||
"Action needed" : "Azione necessaria",
|
||||
"Later" : "Dopo",
|
||||
"copy" : "copia",
|
||||
"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",
|
||||
"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!",
|
||||
"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",
|
||||
|
||||
@@ -98,6 +98,8 @@ OC.L10N.register(
|
||||
"Action needed" : "必要なアクション",
|
||||
"Later" : "後",
|
||||
"copy" : "コピー",
|
||||
"To Do" : "To Do",
|
||||
"In Progress" : "進行中",
|
||||
"Done" : "完了",
|
||||
"The file was uploaded" : "ファイルがアップロードされました",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "アップロードされたファイルがphp.iniのupload_max_filesizeディレクティブを超えています",
|
||||
|
||||
@@ -96,6 +96,8 @@
|
||||
"Action needed" : "必要なアクション",
|
||||
"Later" : "後",
|
||||
"copy" : "コピー",
|
||||
"To Do" : "To Do",
|
||||
"In Progress" : "進行中",
|
||||
"Done" : "完了",
|
||||
"The file was uploaded" : "ファイルがアップロードされました",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "アップロードされたファイルがphp.iniのupload_max_filesizeディレクティブを超えています",
|
||||
|
||||
@@ -98,6 +98,7 @@ OC.L10N.register(
|
||||
"Action needed" : "Action needed",
|
||||
"Later" : "Later",
|
||||
"copy" : "copy",
|
||||
"To Do" : "To Do",
|
||||
"Done" : "Done",
|
||||
"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",
|
||||
|
||||
@@ -96,6 +96,7 @@
|
||||
"Action needed" : "Action needed",
|
||||
"Later" : "Later",
|
||||
"copy" : "copy",
|
||||
"To Do" : "To Do",
|
||||
"Done" : "Done",
|
||||
"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",
|
||||
|
||||
@@ -98,6 +98,8 @@ OC.L10N.register(
|
||||
"Action needed" : "동작 필요",
|
||||
"Later" : "나중에",
|
||||
"copy" : "복사",
|
||||
"To Do" : "할 일",
|
||||
"In Progress" : "진행 중",
|
||||
"Done" : "완료",
|
||||
"The file was uploaded" : "파일을 업로드함",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "업로드한 파일의 크기가 php.ini의 upload_max_filesize를 초과함",
|
||||
|
||||
@@ -96,6 +96,8 @@
|
||||
"Action needed" : "동작 필요",
|
||||
"Later" : "나중에",
|
||||
"copy" : "복사",
|
||||
"To Do" : "할 일",
|
||||
"In Progress" : "진행 중",
|
||||
"Done" : "완료",
|
||||
"The file was uploaded" : "파일을 업로드함",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "업로드한 파일의 크기가 php.ini의 upload_max_filesize를 초과함",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"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",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{ "translations": {
|
||||
"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",
|
||||
|
||||
@@ -62,7 +62,7 @@ OC.L10N.register(
|
||||
"No notifications" : "Nav paziņojumu",
|
||||
"No reminder" : "Nav atgādinājuma",
|
||||
"An error occurred" : "Gadījās kļūda",
|
||||
"Advanced options" : "Papildu opcijas",
|
||||
"Advanced options" : "Papildu iespējas",
|
||||
"Today" : "Šodien",
|
||||
"Tomorrow" : "Rīt",
|
||||
"Close" : "Aizvērt",
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
"No notifications" : "Nav paziņojumu",
|
||||
"No reminder" : "Nav atgādinājuma",
|
||||
"An error occurred" : "Gadījās kļūda",
|
||||
"Advanced options" : "Papildu opcijas",
|
||||
"Advanced options" : "Papildu iespējas",
|
||||
"Today" : "Šodien",
|
||||
"Tomorrow" : "Rīt",
|
||||
"Close" : "Aizvērt",
|
||||
|
||||
@@ -78,6 +78,7 @@ OC.L10N.register(
|
||||
"Action needed" : "Потребна е акција",
|
||||
"Later" : "Покасно",
|
||||
"copy" : "копирај",
|
||||
"To Do" : "За правење",
|
||||
"Done" : "Готово",
|
||||
"The file was uploaded" : "Датотеката е прикачена",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Подигнатата датотека ја надминува upload_max_filesize директивата во php.ini",
|
||||
|
||||
@@ -76,6 +76,7 @@
|
||||
"Action needed" : "Потребна е акција",
|
||||
"Later" : "Покасно",
|
||||
"copy" : "копирај",
|
||||
"To Do" : "За правење",
|
||||
"Done" : "Готово",
|
||||
"The file was uploaded" : "Датотеката е прикачена",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Подигнатата датотека ја надминува upload_max_filesize директивата во php.ini",
|
||||
|
||||
@@ -98,6 +98,8 @@ OC.L10N.register(
|
||||
"Action needed" : "Handling påkrevd",
|
||||
"Later" : "Senere",
|
||||
"copy" : "kopier",
|
||||
"To Do" : "Gjøremål",
|
||||
"In Progress" : "Pågår",
|
||||
"Done" : "Ferdig",
|
||||
"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",
|
||||
|
||||
@@ -96,6 +96,8 @@
|
||||
"Action needed" : "Handling påkrevd",
|
||||
"Later" : "Senere",
|
||||
"copy" : "kopier",
|
||||
"To Do" : "Gjøremål",
|
||||
"In Progress" : "Pågår",
|
||||
"Done" : "Ferdig",
|
||||
"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",
|
||||
|
||||
@@ -98,6 +98,8 @@ OC.L10N.register(
|
||||
"Action needed" : "Actie benodigd",
|
||||
"Later" : "Later",
|
||||
"copy" : "kopiëren",
|
||||
"To Do" : "Te doen",
|
||||
"In Progress" : "Bezig",
|
||||
"Done" : "Klaar",
|
||||
"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:",
|
||||
|
||||
@@ -96,6 +96,8 @@
|
||||
"Action needed" : "Actie benodigd",
|
||||
"Later" : "Later",
|
||||
"copy" : "kopiëren",
|
||||
"To Do" : "Te doen",
|
||||
"In Progress" : "Bezig",
|
||||
"Done" : "Klaar",
|
||||
"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:",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user