Compare commits

...

517 Commits

Author SHA1 Message Date
Julius Härtl
9511d0d845 chore(release): Bump version to 1.13.0
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-04-24 11:28:41 +02:00
Nextcloud bot
36124888c2 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-24 00:36:55 +00:00
Julius Härtl
b6e67a7053 Merge pull request #5724 from nextcloud/backport/5723/stable29
[stable29] Clarify config file not found exception message
2024-04-23 19:27:05 +02:00
Julius Härtl
199a6426b8 Merge pull request #5727 from nextcloud/backport/5702/stable29
[stable29] Fix tags' display when they are numerous
2024-04-23 19:26:45 +02:00
Julius Härtl
30a07066f0 Merge pull request #5768 from nextcloud/backport/5729/stable29
[stable29] fix: Adapt NcAppSidebar props to new version
2024-04-23 19:26:25 +02:00
Nextcloud bot
7199876879 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-23 00:37:15 +00:00
dependabot[bot]
c597d3b46c Merge pull request #5781 from nextcloud/dependabot/npm_and_yarn/stable29/nextcloud/cypress-1.0.0-beta.8 2024-04-20 02:15:13 +00:00
dependabot[bot]
7d5184856a Merge pull request #5777 from nextcloud/dependabot/npm_and_yarn/stable29/nextcloud/dialogs-4.2.7 2024-04-20 02:10:23 +00:00
dependabot[bot]
ef1a00eddd Merge pull request #5780 from nextcloud/dependabot/npm_and_yarn/stable29/nextcloud/files-3.2.0 2024-04-20 02:10:19 +00:00
dependabot[bot]
a76a678786 Merge pull request #5779 from nextcloud/dependabot/npm_and_yarn/stable29/cypress-13.8.0 2024-04-20 02:09:51 +00:00
dependabot[bot]
734e702942 Merge pull request #5778 from nextcloud/dependabot/npm_and_yarn/stable29/eslint-plugin-cypress-2.15.2 2024-04-20 02:09:44 +00:00
dependabot[bot]
c6f5a743e1 Chore(deps-dev): Bump @nextcloud/cypress
Bumps [@nextcloud/cypress](https://github.com/nextcloud/nextcloud-cypress) from 1.0.0-beta.7 to 1.0.0-beta.8.
- [Release notes](https://github.com/nextcloud/nextcloud-cypress/releases)
- [Commits](https://github.com/nextcloud/nextcloud-cypress/compare/v1.0.0-beta.7...v1.0.0-beta.8)

---
updated-dependencies:
- dependency-name: "@nextcloud/cypress"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-20 01:21:26 +00:00
dependabot[bot]
92f1a292ff Chore(deps): Bump @nextcloud/files from 3.1.1 to 3.2.0
Bumps [@nextcloud/files](https://github.com/nextcloud-libraries/nextcloud-files) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-files/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.1.1...v3.2.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/files"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-20 01:21:06 +00:00
dependabot[bot]
6c084da970 Chore(deps-dev): Bump cypress from 13.7.3 to 13.8.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.7.3 to 13.8.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v13.7.3...v13.8.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-20 01:20:56 +00:00
dependabot[bot]
2cf6af9e5a Chore(deps-dev): Bump eslint-plugin-cypress from 2.15.1 to 2.15.2
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.15.1 to 2.15.2.
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.15.1...v2.15.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-cypress
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-20 01:20:43 +00:00
dependabot[bot]
ad9ada55ca Chore(deps): Bump @nextcloud/dialogs from 4.2.6 to 4.2.7
Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 4.2.6 to 4.2.7.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-dialogs/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/v4.2.7/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v4.2.6...v4.2.7)

---
updated-dependencies:
- dependency-name: "@nextcloud/dialogs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-20 01:20:32 +00:00
Julius Härtl
439cca1c28 fix: Adapt NcAppSidebar props to new version
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-04-18 06:34:41 +00:00
Nextcloud bot
d989eaaad6 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-17 00:37:14 +00:00
Julius Härtl
39636f8b4c Merge pull request #5762 from nextcloud/automated/noid/stable29-update-nextcloud-ocp 2024-04-14 14:40:55 +01:00
nextcloud-command
dfd43ee1a6 chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2024-04-14 03:33:39 +00:00
Nextcloud bot
0fc3ad993c Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-14 00:36:33 +00:00
dependabot[bot]
0d68b3a3e9 Merge pull request #5760 from nextcloud/dependabot/npm_and_yarn/stable29/nextcloud/capabilities-1.2.0 2024-04-13 04:34:31 +00:00
dependabot[bot]
5d6fe63755 Merge pull request #5757 from nextcloud/dependabot/npm_and_yarn/stable29/dompurify-3.1.0 2024-04-13 04:34:27 +00:00
dependabot[bot]
0e17b8596f Merge pull request #5759 from nextcloud/dependabot/npm_and_yarn/stable29/nextcloud/vue-8.11.2 2024-04-13 04:34:17 +00:00
dependabot[bot]
5daacad46b Merge pull request #5758 from nextcloud/dependabot/npm_and_yarn/stable29/cypress-13.7.3 2024-04-13 04:34:04 +00:00
dependabot[bot]
d243da2bbc Chore(deps): Bump @nextcloud/capabilities from 1.1.0 to 1.2.0
Bumps [@nextcloud/capabilities](https://github.com/nextcloud-libraries/nextcloud-capabilities) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-capabilities/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-capabilities/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-capabilities/compare/v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/capabilities"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-13 02:21:37 +00:00
dependabot[bot]
7221715728 Chore(deps): Bump @nextcloud/vue from 8.11.1 to 8.11.2
Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.11.1 to 8.11.2.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.11.1...v8.11.2)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-13 02:21:22 +00:00
dependabot[bot]
dbcae4e345 Chore(deps-dev): Bump cypress from 13.7.2 to 13.7.3
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.7.2 to 13.7.3.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v13.7.2...v13.7.3)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-13 02:21:03 +00:00
dependabot[bot]
bf8ea830dc Chore(deps): Bump dompurify from 3.0.11 to 3.1.0
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.0.11 to 3.1.0.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.0.11...3.1.0)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-13 02:20:41 +00:00
Julius Härtl
991c774d56 Merge pull request #5741 from nextcloud/automated/noid/stable29-update-nextcloud-ocp
[stable29] Update nextcloud/ocp dependency
2024-04-09 10:22:33 +02:00
nextcloud-command
bafc8346c0 chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2024-04-07 02:31:32 +00:00
Nextcloud bot
0f6c09db79 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-07 00:37:04 +00:00
dependabot[bot]
a3620e9668 Merge pull request #5738 from nextcloud/dependabot/npm_and_yarn/stable29/cypress-13.7.2 2024-04-06 03:41:00 +00:00
dependabot[bot]
94f2b36d46 Chore(deps-dev): Bump cypress from 13.7.1 to 13.7.2
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.7.1 to 13.7.2.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v13.7.1...v13.7.2)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-06 02:12:36 +00:00
Nextcloud bot
14cd92eb76 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-05 00:37:19 +00:00
Nextcloud bot
52a492db23 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-04 00:36:36 +00:00
Jérôme Herbinet
c435304084 Fix the mixed tab and space (replace with full tab)
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2024-04-03 08:30:42 +00:00
Jérôme Herbinet
bbe895ca78 Fix tags' display when they are numerous
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2024-04-03 08:30:42 +00:00
Jim Madge
dafe8077d6 Clarify config file not found exception message
Signed-off-by: Jim Madge <jmadge@turing.ac.uk>
2024-04-03 08:29:31 +00:00
Nextcloud bot
821a74220e Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-03 00:36:44 +00:00
Nextcloud bot
9995b213e7 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-02 00:36:04 +00:00
Nextcloud bot
7650caa580 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-01 00:36:00 +00:00
Nextcloud bot
65c344b2e1 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-31 00:36:51 +00:00
Nextcloud bot
ad582a27cc Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-30 00:37:35 +00:00
dependabot[bot]
91153024fb Merge pull request #5716 from nextcloud/dependabot/npm_and_yarn/stable29/relative-ci/agent-4.2.6 2024-03-29 06:55:15 +00:00
dependabot[bot]
ded3816d39 Chore(deps-dev): Bump @relative-ci/agent from 4.2.5 to 4.2.6
Bumps [@relative-ci/agent](https://github.com/relative-ci/agent) from 4.2.5 to 4.2.6.
- [Release notes](https://github.com/relative-ci/agent/releases)
- [Commits](https://github.com/relative-ci/agent/compare/v4.2.5...v4.2.6)

---
updated-dependencies:
- dependency-name: "@relative-ci/agent"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-29 06:45:40 +00:00
Nextcloud bot
d035d55878 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-29 00:42:02 +00:00
Julius Härtl
690d85adec Merge pull request #5711 from nextcloud/update-stable29-target-versions
chore(CI): Adjust testing matrix for Nextcloud 29 on stable29
2024-03-28 14:32:26 +01:00
Joas Schilling
778327dd5d chore(CI): Adjust testing matrix for Nextcloud 29 on stable29
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-03-28 12:17:55 +01:00
dependabot[bot]
91a12b2a7e Merge pull request #5690 from nextcloud/dependabot/composer/phpunit/phpunit-9.6.18 2024-03-27 15:20:05 +00:00
dependabot[bot]
dab21c7479 Merge pull request #5710 from nextcloud/dependabot/npm_and_yarn/express-4.19.2 2024-03-27 15:14:36 +00:00
dependabot[bot]
2dfb1e2e4d Chore(deps-dev): Bump phpunit/phpunit from 9.6.17 to 9.6.18
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.17 to 9.6.18.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.18/ChangeLog-9.6.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.17...9.6.18)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-27 16:05:34 +01:00
dependabot[bot]
583f0e523e chore(deps-dev): Bump express from 4.18.2 to 4.19.2
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-27 15:04:46 +00:00
Julius Härtl
a9cd79ff9b Merge pull request #5664 from nextcloud/feat/workflow-auto-update-phpunit-mysql.yml
Updating phpunit-mysql.yml workflow from template
2024-03-27 16:04:09 +01:00
Julius Härtl
1d9f882c15 Merge pull request #5672 from nextcloud/dependabot/npm_and_yarn/main/vue/test-utils-2.4.5
bump @vue/test-utils from 1.3.6 to 2.4.5
2024-03-27 16:03:34 +01:00
Julius Härtl
0c084ad3c3 Merge pull request #5703 from nextcloud/fix/attachment-folder-conflict
fix: Avoid conflicts on deck attachments folder name
2024-03-27 16:02:10 +01:00
Julius Härtl
73ad2cd537 ci: Update base query count
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-03-27 16:01:51 +01:00
Nextcloud bot
555da51da7 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-27 00:37:23 +00:00
Julius Härtl
d7fe39ecb6 fix: Avoid conflicts on deck attachments folder name
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-03-26 16:13:20 +01:00
Nextcloud bot
7ff46b9eb1 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-25 00:36:25 +00:00
github-actions[bot]
7abba3844b Merge pull request #5700 from nextcloud/automated/noid/main-update-nextcloud-ocp
[main] Update nextcloud/ocp dependency
2024-03-24 03:23:13 +00:00
nextcloud-command
29391e9e7a chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2024-03-24 02:37:35 +00:00
Nextcloud bot
67d1260934 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-24 00:37:00 +00:00
dependabot[bot]
d7ef1b86da Merge pull request #5692 from nextcloud/dependabot/npm_and_yarn/main/dompurify-3.0.11 2024-03-23 04:47:57 +00:00
dependabot[bot]
dde57bc1fe Merge pull request #5699 from nextcloud/dependabot/npm_and_yarn/webpack-dev-middleware-5.3.4 2024-03-23 04:46:05 +00:00
dependabot[bot]
a18d652c34 Merge pull request #5696 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/files-3.1.1 2024-03-23 04:17:12 +00:00
dependabot[bot]
c37d98a1ad bump @vue/test-utils from 1.3.6 to 2.4.5
---
updated-dependencies:
- dependency-name: "@vue/test-utils"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-23 04:14:48 +00:00
dependabot[bot]
923aab08a2 Chore(deps): Bump dompurify from 3.0.9 to 3.0.11
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.0.9 to 3.0.11.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.0.9...3.0.11)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-23 04:14:01 +00:00
dependabot[bot]
9941f0b864 Merge pull request #5694 from nextcloud/dependabot/npm_and_yarn/main/babel/runtime-7.24.1 2024-03-23 04:13:56 +00:00
dependabot[bot]
8f68e1ab29 Merge pull request #5695 from nextcloud/dependabot/npm_and_yarn/main/cypress-13.7.1 2024-03-23 04:13:46 +00:00
dependabot[bot]
f37ed13cfa Merge pull request #5693 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/vue-8.11.1 2024-03-23 04:12:44 +00:00
dependabot[bot]
8dfef63e59 Chore(deps-dev): Bump webpack-dev-middleware from 5.3.3 to 5.3.4
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v5.3.3...v5.3.4)

---
updated-dependencies:
- dependency-name: webpack-dev-middleware
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-23 04:10:11 +00:00
dependabot[bot]
0ae247fb02 Merge pull request #5691 from nextcloud/dependabot/npm_and_yarn/main/markdown-it-14.1.0 2024-03-23 04:09:38 +00:00
dependabot[bot]
7da2d532cf Chore(deps): Bump @nextcloud/files from 3.1.0 to 3.1.1
Bumps [@nextcloud/files](https://github.com/nextcloud-libraries/nextcloud-files) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-files/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/files"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-23 02:35:17 +00:00
dependabot[bot]
da4ee267a3 Chore(deps-dev): Bump cypress from 13.7.0 to 13.7.1
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.7.0 to 13.7.1.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v13.7.0...v13.7.1)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-23 02:34:58 +00:00
dependabot[bot]
3476ab78a9 Chore(deps): Bump @babel/runtime from 7.24.0 to 7.24.1
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.24.0 to 7.24.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.1/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-23 02:34:38 +00:00
dependabot[bot]
d45d745ffc Chore(deps): Bump @nextcloud/vue from 8.11.0 to 8.11.1
Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.11.0 to 8.11.1.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.11.0...v8.11.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-23 02:34:14 +00:00
dependabot[bot]
ba8a00cd12 Chore(deps): Bump markdown-it from 14.0.0 to 14.1.0
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 14.0.0 to 14.1.0.
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/markdown-it/markdown-it/compare/14.0.0...14.1.0)

---
updated-dependencies:
- dependency-name: markdown-it
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-23 02:33:08 +00:00
Nextcloud bot
6ed9b5661d Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-23 00:35:57 +00:00
Nextcloud bot
ad7cb0a16b Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-22 00:35:54 +00:00
Julius Härtl
2c6f81a835 Merge pull request #5488 from grnd-alt/enhancement/introduce-done-open-filters
introduce done and open filters
2024-03-21 20:24:32 +01:00
Nextcloud bot
7a39621836 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-21 00:37:20 +00:00
github-actions[bot]
70b4e21621 Merge pull request #5677 from nextcloud/automated/noid/main-update-nextcloud-ocp
[main] Update nextcloud/ocp dependency
2024-03-17 03:51:11 +00:00
nextcloud-command
e92f7d5307 chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2024-03-17 02:35:22 +00:00
dependabot[bot]
182d6f195c Merge pull request #5675 from nextcloud/dependabot/github_actions/peter-evans/create-pull-request-6.0.2 2024-03-16 04:59:56 +00:00
dependabot[bot]
99076e7a11 Chore(deps): Bump peter-evans/create-pull-request from 6.0.1 to 6.0.2
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](a4f52f8033...70a41aba78)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-16 04:49:47 +00:00
dependabot[bot]
3638066044 Merge pull request #5673 from nextcloud/dependabot/npm_and_yarn/main/eslint-webpack-plugin-4.1.0 2024-03-16 04:33:31 +00:00
dependabot[bot]
d35cc7e0fd Merge pull request #5674 from nextcloud/dependabot/npm_and_yarn/follow-redirects-1.15.6 2024-03-16 04:29:02 +00:00
dependabot[bot]
eb7f0e4fae Merge pull request #5671 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/vue-8.11.0 2024-03-16 04:24:25 +00:00
dependabot[bot]
59cecdf5e8 bump eslint-webpack-plugin from 4.0.1 to 4.1.0
---
updated-dependencies:
- dependency-name: eslint-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-16 04:16:02 +00:00
dependabot[bot]
e27eb964aa Merge pull request #5670 from nextcloud/dependabot/npm_and_yarn/main/cypress-13.7.0 2024-03-16 04:14:57 +00:00
dependabot[bot]
1b672b2345 Chore(deps): Bump follow-redirects from 1.15.4 to 1.15.6
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-16 04:03:10 +00:00
dependabot[bot]
a022da5fc3 Merge pull request #5668 from nextcloud/dependabot/composer/psalm/phar-5.23.1 2024-03-16 04:02:37 +00:00
dependabot[bot]
12a1abdb63 Chore(deps): Bump @nextcloud/vue from 8.9.1 to 8.11.0
---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-16 03:29:21 +00:00
dependabot[bot]
cd39a9c4ad Chore(deps-dev): Bump cypress from 13.6.6 to 13.7.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.6.6 to 13.7.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v13.6.6...v13.7.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-16 02:47:42 +00:00
dependabot[bot]
5401f506dd Chore(deps-dev): Bump psalm/phar from 5.22.2 to 5.23.1
Bumps [psalm/phar](https://github.com/psalm/phar) from 5.22.2 to 5.23.1.
- [Release notes](https://github.com/psalm/phar/releases)
- [Commits](https://github.com/psalm/phar/compare/5.22.2...5.23.1)

---
updated-dependencies:
- dependency-name: psalm/phar
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-16 02:36:45 +00:00
Nextcloud bot
a26a28a6d9 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-16 00:35:49 +00:00
Nextcloud bot
392ce4005a Updating phpunit-mysql.yml workflow from template
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-15 16:18:08 +00:00
Nextcloud bot
0ba910951e Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-14 00:37:01 +00:00
grnd-alt
c6728d33c8 group completed filters to one property
Signed-off-by: grnd-alt <salimbelakkaf@outlook.de>
2024-03-13 15:44:17 +01:00
grnd-alt
9a3521ba93 add filter option to show both completed and open
refactor element-ids to filter-option-

Signed-off-by: grnd-alt <salimbelakkaf@outlook.de>
2024-03-13 15:42:53 +01:00
grnd-alt
a32755c460 fix linting issues
Signed-off-by: grnd-alt <salimbelakkaf@outlook.de>
2024-03-13 15:42:53 +01:00
grnd-alt
09a9da3cf8 add new filter section
Signed-off-by: grnd-alt <salimbelakkaf@outlook.de>
2024-03-13 15:42:53 +01:00
grnd-alt
f246c68fac introduce done filter
Signed-off-by: grnd-alt <salimbelakkaf@outlook.de>
2024-03-13 15:42:53 +01:00
grnd-alt
a4ccc89969 introduce open filter
Signed-off-by: grnd-alt <salimbelakkaf@outlook.de>
2024-03-13 15:42:53 +01:00
Julius Härtl
e88be2c842 Merge pull request #5654 from nextcloud/dependabot/github_actions/alexwilson/enable-github-automerge-action-d8d24b8699d9749aca9279609909abca856457c8
Chore(deps): Bump alexwilson/enable-github-automerge-action from 5583839f2b22cf6240044f49fba229cd0540a8b8 to d8d24b8699d9749aca9279609909abca856457c8
2024-03-11 08:14:03 +01:00
Julius Härtl
e5064192d5 Merge pull request #5655 from nextcloud/dependabot/github_actions/dorny/paths-filter-3.0.2
Chore(deps): Bump dorny/paths-filter from 3.0.1 to 3.0.2
2024-03-11 08:13:42 +01:00
Julius Härtl
51c82c4d19 Merge pull request #5659 from nextcloud/automated/noid/main-fix-npm-audit
[main] Fix npm audit
2024-03-11 08:12:45 +01:00
github-actions[bot]
03d5b7e199 Merge pull request #5656 from nextcloud/automated/noid/main-update-nextcloud-ocp
[main] Update nextcloud/ocp dependency
2024-03-10 03:38:27 +00:00
nextcloud-command
ac2c44ea62 chore(deps): fix npm audit
Signed-off-by: GitHub <noreply@github.com>
2024-03-10 03:08:01 +00:00
nextcloud-command
9c6c935fc4 chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2024-03-10 02:38:13 +00:00
dependabot[bot]
d961312878 Chore(deps): Bump dorny/paths-filter from 3.0.1 to 3.0.2
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/dorny/paths-filter/releases)
- [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md)
- [Commits](ebc4d7e9eb...de90cc6fb3)

---
updated-dependencies:
- dependency-name: dorny/paths-filter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-09 02:59:59 +00:00
dependabot[bot]
ad7ae8c581 Chore(deps): Bump alexwilson/enable-github-automerge-action
Bumps [alexwilson/enable-github-automerge-action](https://github.com/alexwilson/enable-github-automerge-action) from 5583839f2b22cf6240044f49fba229cd0540a8b8 to d8d24b8699d9749aca9279609909abca856457c8.
- [Release notes](https://github.com/alexwilson/enable-github-automerge-action/releases)
- [Commits](5583839f2b...d8d24b8699)

---
updated-dependencies:
- dependency-name: alexwilson/enable-github-automerge-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-09 02:59:54 +00:00
Julius Härtl
b2980fce9a chore(release): Bump version to 1.13.0-beta.1
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-03-08 11:31:45 +01:00
Julius Härtl
bf2e939b31 Merge pull request #5636 from nextcloud/dependabot/github_actions/shivammathur/setup-php-2.30.0
Chore(deps): Bump shivammathur/setup-php from 2.29.0 to 2.30.0
2024-03-08 11:28:28 +01:00
Julius Härtl
a54bf578ee Merge pull request #5634 from nextcloud/dependabot/github_actions/dacbd/create-issue-action-2.0.0
Chore(deps): Bump dacbd/create-issue-action from 1.2.1 to 2.0.0
2024-03-08 11:28:09 +01:00
Julius Härtl
a91672b966 Merge pull request #5633 from nextcloud/dependabot/github_actions/alexwilson/enable-github-automerge-action-5583839f2b22cf6240044f49fba229cd0540a8b8
Chore(deps): Bump alexwilson/enable-github-automerge-action from bdb24621a1bdc3338767bcc8bb544cd5e77c6d55 to 5583839f2b22cf6240044f49fba229cd0540a8b8
2024-03-08 11:27:57 +01:00
Julius Härtl
5f0798e1db Merge pull request #5637 from nextcloud/dependabot/github_actions/svenstaro/upload-release-action-2.9.0
Chore(deps): Bump svenstaro/upload-release-action from 2.7.0 to 2.9.0
2024-03-08 11:27:43 +01:00
Nextcloud bot
20a259f11c Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-08 00:36:18 +00:00
dependabot[bot]
45109045d2 Merge pull request #5649 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/vue-8.9.1 2024-03-07 07:30:41 +00:00
dependabot[bot]
dfa20d43ab Chore(deps): Bump @nextcloud/vue from 8.8.1 to 8.9.1
Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.8.1 to 8.9.1.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.8.1...v8.9.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-07 07:23:21 +00:00
Nextcloud bot
86cc316859 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-07 00:44:08 +00:00
Julius Härtl
fb33f90f79 Merge pull request #5630 from nextcloud/enh/interactive-widget 2024-03-06 20:06:53 +01:00
Jonas
044706f05a Merge pull request #5625 from nextcloud/feat/team-provider
feat: Implement a team resource provider
2024-03-06 12:01:15 +01:00
Julius Härtl
d90d0a5a00 chore: Update nextcloud/ocp
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-03-05 20:13:06 +01:00
Julius Härtl
ea3a54be16 feat: Implement a team resource provider
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-03-05 20:13:06 +01:00
Julius Härtl
213c8c5f2f fix: Trigger local open card modal on the card actions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-03-05 15:56:41 +01:00
Julius Härtl
28f04905a3 fix: Properly scroll lists in interactive widgets
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-03-05 12:52:03 +01:00
Nextcloud bot
2f5a47926f Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-05 00:37:35 +00:00
Nextcloud bot
95b08d55bb Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-04 00:36:49 +00:00
github-actions[bot]
f87f3e20d1 Merge pull request #5646 from nextcloud/automated/noid/main-update-nextcloud-ocp
[main] Update nextcloud/ocp dependency
2024-03-03 03:37:56 +00:00
nextcloud-command
f90da9541f chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2024-03-03 02:41:52 +00:00
Nextcloud bot
716d131a09 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-03 00:35:25 +00:00
dependabot[bot]
b72080c56c Merge pull request #5641 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/vue-8.8.1 2024-03-02 03:51:32 +00:00
dependabot[bot]
b4781ad66c Merge pull request #5640 from nextcloud/dependabot/npm_and_yarn/main/babel/runtime-7.24.0 2024-03-02 03:49:13 +00:00
dependabot[bot]
5753e63be6 Merge pull request #5635 from nextcloud/dependabot/github_actions/peter-evans/create-pull-request-6.0.1 2024-03-02 03:43:08 +00:00
dependabot[bot]
3a69087d79 Chore(deps): Bump @nextcloud/vue from 8.7.1 to 8.8.1
Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.7.1 to 8.8.1.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.7.1...v8.8.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-02 02:29:20 +00:00
dependabot[bot]
45f4bd86e2 Chore(deps): Bump @babel/runtime from 7.23.9 to 7.24.0
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.23.9 to 7.24.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.0/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-02 02:28:44 +00:00
dependabot[bot]
e019b7f32e Chore(deps): Bump svenstaro/upload-release-action from 2.7.0 to 2.9.0
Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.7.0 to 2.9.0.
- [Release notes](https://github.com/svenstaro/upload-release-action/releases)
- [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md)
- [Commits](1beeb572c1...04733e069f)

---
updated-dependencies:
- dependency-name: svenstaro/upload-release-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-02 02:25:20 +00:00
dependabot[bot]
24736698af Chore(deps): Bump shivammathur/setup-php from 2.29.0 to 2.30.0
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.29.0 to 2.30.0.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](https://github.com/shivammathur/setup-php/compare/2.29.0...2.30.0)

---
updated-dependencies:
- dependency-name: shivammathur/setup-php
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-02 02:25:17 +00:00
dependabot[bot]
849cfc1bde Chore(deps): Bump peter-evans/create-pull-request from 6.0.0 to 6.0.1
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](b1ddad2c99...a4f52f8033)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-02 02:25:10 +00:00
dependabot[bot]
e42465c608 Chore(deps): Bump dacbd/create-issue-action from 1.2.1 to 2.0.0
Bumps [dacbd/create-issue-action](https://github.com/dacbd/create-issue-action) from 1.2.1 to 2.0.0.
- [Release notes](https://github.com/dacbd/create-issue-action/releases)
- [Commits](ba4d1c45cc...cdb57ab6ff)

---
updated-dependencies:
- dependency-name: dacbd/create-issue-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-02 02:25:06 +00:00
dependabot[bot]
cda1d54039 Chore(deps): Bump alexwilson/enable-github-automerge-action
Bumps [alexwilson/enable-github-automerge-action](https://github.com/alexwilson/enable-github-automerge-action) from bdb24621a1bdc3338767bcc8bb544cd5e77c6d55 to 5583839f2b22cf6240044f49fba229cd0540a8b8.
- [Release notes](https://github.com/alexwilson/enable-github-automerge-action/releases)
- [Commits](bdb24621a1...5583839f2b)

---
updated-dependencies:
- dependency-name: alexwilson/enable-github-automerge-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-02 02:25:02 +00:00
Nextcloud bot
c984288063 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-02 00:35:13 +00:00
Nextcloud bot
226991a82a Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-01 09:01:24 +00:00
Julius Härtl
d8128a01a2 chore: Remove deprecated tooltips
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-03-01 08:50:01 +01:00
Julius Härtl
58d762fa12 chore: move to capabilities library
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-03-01 08:50:00 +01:00
Julius Härtl
5b33fcca0d feat: Interactive deck board widget
Signed-off-by: Julius Härtl <jus@bitgrid.net>

fix: Provide relevant app state for widgets

Signed-off-by: Julius Härtl <jus@bitgrid.net>

fix: Adapt interactive widget

Signed-off-by: Julius Härtl <jus@bitgrid.net>

chore: fixup

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-03-01 08:49:57 +01:00
Julius Härtl
632e70bc29 Merge pull request #5621 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/vue-8.7.1
Chore(deps): Bump @nextcloud/vue from 7.12.6 to 8.7.1
2024-02-29 09:32:15 +01:00
Julius Härtl
e1de6d317b fix: Adapt to new nextcloud vue version
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-02-29 08:54:34 +01:00
Nextcloud bot
b358b24822 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-29 00:36:55 +00:00
github-actions[bot]
2c0b465786 Merge pull request #5623 from nextcloud/automated/noid/main-update-nextcloud-ocp
[main] Update nextcloud/ocp dependency
2024-02-28 20:16:01 +00:00
Julius Härtl
81551ae6e9 Merge pull request #5620 from nextcloud/dependabot/npm_and_yarn/main/dompurify-3.0.9 2024-02-28 21:01:08 +01:00
nextcloud-command
11f77eb0ab chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2024-02-28 20:24:05 +01:00
dependabot[bot]
93beb8647c Chore(deps): Bump dompurify from 3.0.8 to 3.0.9
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.0.8 to 3.0.9.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.0.8...3.0.9)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-28 17:06:36 +01:00
dependabot[bot]
2e3b169b69 Chore(deps): Bump @nextcloud/vue from 7.12.6 to 8.7.1
Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 7.12.6 to 8.7.1.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.12.6...v8.7.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-28 08:25:37 +01:00
dependabot[bot]
86d1fe1b2c Merge pull request #5615 from nextcloud/dependabot/composer/phpunit/phpunit-9.6.17 2024-02-28 01:33:36 +00:00
dependabot[bot]
21612d3b0d Merge pull request #5622 from nextcloud/dependabot/npm_and_yarn/main/cypress-13.6.6 2024-02-28 01:33:00 +00:00
dependabot[bot]
aefef21abc Merge pull request #5614 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/dialogs-4.2.6 2024-02-28 01:32:42 +00:00
Nextcloud bot
af04a3856e Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-28 00:46:51 +00:00
dependabot[bot]
9eccbacb9b Chore(deps-dev): Bump phpunit/phpunit from 9.6.16 to 9.6.17
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.16 to 9.6.17.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.17/ChangeLog-9.6.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.16...9.6.17)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-27 22:25:25 +01:00
dependabot[bot]
b7cc2fd596 Chore(deps-dev): Bump cypress from 13.6.3 to 13.6.6
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.6.3 to 13.6.6.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v13.6.3...v13.6.6)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-27 22:22:10 +01:00
dependabot[bot]
a937103bad Chore(deps): Bump @nextcloud/dialogs from 4.2.5 to 4.2.6
Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 4.2.5 to 4.2.6.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-dialogs/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/v4.2.6/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v4.2.5...v4.2.6)

---
updated-dependencies:
- dependency-name: "@nextcloud/dialogs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-27 22:22:03 +01:00
Julius Härtl
eb928b1a43 Merge pull request #5616 from nextcloud/dependabot/composer/psalm/phar-5.22.2
Chore(deps-dev): Bump psalm/phar from 5.22.1 to 5.22.2
2024-02-27 22:21:12 +01:00
Nextcloud bot
266ac21264 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-27 00:35:42 +00:00
Nextcloud bot
0cbe129823 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-25 00:38:09 +00:00
dependabot[bot]
37d8bdb0e8 Chore(deps-dev): Bump psalm/phar from 5.22.1 to 5.22.2
Bumps [psalm/phar](https://github.com/psalm/phar) from 5.22.1 to 5.22.2.
- [Release notes](https://github.com/psalm/phar/releases)
- [Commits](https://github.com/psalm/phar/compare/5.22.1...5.22.2)

---
updated-dependencies:
- dependency-name: psalm/phar
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-24 02:29:15 +00:00
Nextcloud bot
197e3a8c77 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-24 00:35:56 +00:00
Nextcloud bot
e9b16bea60 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-23 00:36:06 +00:00
Julius Härtl
bc4a8a52e8 Merge pull request #5611 from nextcloud/enh/teams-rename 2024-02-22 19:47:07 +01:00
Julius Härtl
aace08e0a6 feat: Rename to teams
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-02-22 08:35:43 +01:00
Julius Härtl
f739dda87f Merge pull request #5601 from nextcloud/dependabot/github_actions/alexwilson/enable-github-automerge-action-bdb24621a1bdc3338767bcc8bb544cd5e77c6d55 2024-02-19 12:43:47 +01:00
Nextcloud bot
7e83cb967d Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-19 00:35:26 +00:00
github-actions[bot]
00ab7ef2de Merge pull request #5603 from nextcloud/automated/noid/main-update-nextcloud-ocp
[main] Update nextcloud/ocp dependency
2024-02-18 03:30:05 +00:00
nextcloud-command
fcaae530c8 chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2024-02-18 02:32:24 +00:00
Nextcloud bot
e7d9aad79e Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-18 00:36:33 +00:00
dependabot[bot]
e9798a8322 Merge pull request #5600 from nextcloud/dependabot/github_actions/dorny/paths-filter-3.0.1 2024-02-17 03:30:04 +00:00
dependabot[bot]
550000c962 Chore(deps): Bump alexwilson/enable-github-automerge-action
Bumps [alexwilson/enable-github-automerge-action](https://github.com/alexwilson/enable-github-automerge-action) from 752a635267409e6738cbc606cd8a8fd2bdebb72e to bdb24621a1bdc3338767bcc8bb544cd5e77c6d55.
- [Release notes](https://github.com/alexwilson/enable-github-automerge-action/releases)
- [Commits](752a635267...bdb24621a1)

---
updated-dependencies:
- dependency-name: alexwilson/enable-github-automerge-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-17 02:43:53 +00:00
dependabot[bot]
a66b1f64b2 Chore(deps): Bump dorny/paths-filter from 3.0.0 to 3.0.1
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/dorny/paths-filter/releases)
- [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md)
- [Commits](0bc4621a31...ebc4d7e9eb)

---
updated-dependencies:
- dependency-name: dorny/paths-filter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-17 02:43:48 +00:00
dependabot[bot]
e0523e6b6d Merge pull request #5599 from nextcloud/dependabot/composer/psalm/phar-5.22.1 2024-02-17 02:37:33 +00:00
dependabot[bot]
ccebf21866 Chore(deps-dev): Bump psalm/phar from 5.21.1 to 5.22.1
Bumps [psalm/phar](https://github.com/psalm/phar) from 5.21.1 to 5.22.1.
- [Release notes](https://github.com/psalm/phar/releases)
- [Commits](https://github.com/psalm/phar/compare/5.21.1...5.22.1)

---
updated-dependencies:
- dependency-name: psalm/phar
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-17 02:19:48 +00:00
Nextcloud bot
c1704df8ed Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-16 00:36:15 +00:00
Nextcloud bot
6ba573171d Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-15 00:38:36 +00:00
Julius Härtl
a2af499c50 Merge pull request #5537 from nextcloud/bugfix/card-move-close-issue
fix: card move dialog auto close
2024-02-14 12:14:00 +01:00
Julius Härtl
9736e15056 Merge pull request #5579 from nextcloud/dependabot/github_actions/alexwilson/enable-github-automerge-action-752a635267409e6738cbc606cd8a8fd2bdebb72e
Chore(deps): Bump alexwilson/enable-github-automerge-action from 4e5d29cf91318011bd2c074edd64b772fc9f2ede to 752a635267409e6738cbc606cd8a8fd2bdebb72e
2024-02-14 12:09:40 +01:00
Nextcloud bot
a7971b54ce Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-14 00:36:14 +00:00
Julius Härtl
8f9b0bec74 Merge pull request #5590 from nextcloud/fix/noid/session-mass-sync
fix: Safeguard sync requests to hopefully not spam then server
2024-02-13 17:39:44 +01:00
Julius Härtl
6f95d664b0 fix: Safeguard sync requests to hopefully not spam then server
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-02-12 08:44:00 +01:00
github-actions[bot]
b730cc2e49 Merge pull request #5588 from nextcloud/automated/noid/main-update-nextcloud-ocp
[main] Update nextcloud/ocp dependency
2024-02-11 03:18:59 +00:00
nextcloud-command
16205abb61 chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2024-02-11 02:35:15 +00:00
dependabot[bot]
c48f4f675c Merge pull request #5585 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/dialogs-4.2.5 2024-02-10 04:31:12 +00:00
dependabot[bot]
10ef759215 Merge pull request #5584 from nextcloud/dependabot/npm_and_yarn/main/nextcloud-vue-collections-0.12.0 2024-02-10 04:30:47 +00:00
dependabot[bot]
96dab903ac Merge pull request #5581 from nextcloud/dependabot/npm_and_yarn/main/relative-ci/agent-4.2.5 2024-02-10 04:21:49 +00:00
dependabot[bot]
22feb11e52 Merge pull request #5580 from nextcloud/dependabot/github_actions/actions/setup-node-4.0.2 2024-02-10 04:21:26 +00:00
dependabot[bot]
2c059d304d Chore(deps): Bump @nextcloud/dialogs from 4.2.3 to 4.2.5
Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 4.2.3 to 4.2.5.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-dialogs/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/v4.2.5/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v4.2.3...v4.2.5)

---
updated-dependencies:
- dependency-name: "@nextcloud/dialogs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-10 03:48:13 +00:00
dependabot[bot]
5f06fad78c Chore(deps): Bump nextcloud-vue-collections from 0.11.1 to 0.12.0
Bumps [nextcloud-vue-collections](https://github.com/nextcloud/nextcloud-vue-collections) from 0.11.1 to 0.12.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue-collections/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue-collections/compare/v0.11.1...v0.12.0)

---
updated-dependencies:
- dependency-name: nextcloud-vue-collections
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-10 03:47:49 +00:00
dependabot[bot]
46c44a696d Chore(deps-dev): Bump @relative-ci/agent from 4.2.3 to 4.2.5
Bumps [@relative-ci/agent](https://github.com/relative-ci/agent) from 4.2.3 to 4.2.5.
- [Release notes](https://github.com/relative-ci/agent/releases)
- [Commits](https://github.com/relative-ci/agent/compare/v4.2.3...v4.2.5)

---
updated-dependencies:
- dependency-name: "@relative-ci/agent"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-10 02:50:56 +00:00
dependabot[bot]
4563aa8299 Chore(deps): Bump actions/setup-node from 4.0.1 to 4.0.2
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4.0.1...v4.0.2)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-10 02:42:21 +00:00
dependabot[bot]
e27c866479 Chore(deps): Bump alexwilson/enable-github-automerge-action
Bumps [alexwilson/enable-github-automerge-action](https://github.com/alexwilson/enable-github-automerge-action) from 4e5d29cf91318011bd2c074edd64b772fc9f2ede to 752a635267409e6738cbc606cd8a8fd2bdebb72e.
- [Release notes](https://github.com/alexwilson/enable-github-automerge-action/releases)
- [Commits](4e5d29cf91...752a635267)

---
updated-dependencies:
- dependency-name: alexwilson/enable-github-automerge-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-10 02:42:13 +00:00
Nextcloud bot
fb178e9f32 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-10 00:37:39 +00:00
Nextcloud bot
fa513f4347 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-09 00:36:08 +00:00
dependabot[bot]
c89f70d637 Merge pull request #5567 from nextcloud/dependabot/composer/nextcloud/coding-standard-1.2.1 2024-02-05 06:28:08 +00:00
Julius Härtl
1fdc164462 style: Apply php-cs-fixer updates
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-02-05 07:14:22 +01:00
dependabot[bot]
f83290f075 Chore(deps-dev): Bump nextcloud/coding-standard from 1.1.1 to 1.2.1
Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 1.1.1 to 1.2.1.
- [Release notes](https://github.com/nextcloud/coding-standard/releases)
- [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/coding-standard/compare/v1.1.1...v1.2.1)

---
updated-dependencies:
- dependency-name: nextcloud/coding-standard
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 07:14:22 +01:00
Julius Härtl
1c9b67ab1e Merge pull request #5552 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/router-3.0.0
Chore(deps): Bump @nextcloud/router from 2.2.0 to 3.0.0
2024-02-05 07:10:30 +01:00
Julius Härtl
1096f878a6 Merge pull request #5555 from nextcloud/dependabot/github_actions/skjnldsv/check-actor-permission-3.0
Chore(deps): Bump skjnldsv/check-actor-permission from 2.1 to 3.0
2024-02-05 07:10:13 +01:00
Julius Härtl
c5673e053b Merge pull request #5571 from nextcloud/automated/noid/main-fix-npm-audit
[main] Fix npm audit
2024-02-05 07:09:34 +01:00
Julius Härtl
7ce26939ae Merge pull request #5551 from nextcloud/dependabot/npm_and_yarn/main/stylelint-webpack-plugin-5.0.0
Chore(deps-dev): Bump stylelint-webpack-plugin from 4.1.1 to 5.0.0
2024-02-05 07:08:56 +01:00
Julius Härtl
02e93ce352 Merge pull request #5558 from nextcloud/dependabot/github_actions/peter-evans/create-pull-request-6.0.0
Chore(deps): Bump peter-evans/create-pull-request from 5.0.2 to 6.0.0
2024-02-05 07:08:49 +01:00
Julius Härtl
8447b87d4e Merge pull request #5556 from nextcloud/dependabot/github_actions/andstor/file-existence-action-3.0.0
Chore(deps): Bump andstor/file-existence-action from 2.0.0 to 3.0.0
2024-02-05 07:08:42 +01:00
Julius Härtl
00a1c71471 Merge pull request #5557 from nextcloud/dependabot/github_actions/alexwilson/enable-github-automerge-action-4e5d29cf91318011bd2c074edd64b772fc9f2ede
Chore(deps): Bump alexwilson/enable-github-automerge-action from c76bb53667646fa8e56db146a4cc9e8b3a975ac6 to 4e5d29cf91318011bd2c074edd64b772fc9f2ede
2024-02-05 07:08:33 +01:00
github-actions[bot]
88da954034 Merge pull request #5570 from nextcloud/automated/noid/main-update-nextcloud-ocp
[main] Update nextcloud/ocp dependency
2024-02-04 03:49:16 +00:00
nextcloud-command
ddbd46ac77 chore(deps): fix npm audit
Signed-off-by: GitHub <noreply@github.com>
2024-02-04 03:20:11 +00:00
nextcloud-command
d83027f098 chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2024-02-04 02:37:45 +00:00
dependabot[bot]
02b410bce1 Merge pull request #5568 from nextcloud/dependabot/composer/psalm/phar-5.21.1 2024-02-03 08:47:49 +00:00
dependabot[bot]
60ccae4c8c Chore(deps-dev): Bump stylelint-webpack-plugin from 4.1.1 to 5.0.0
Bumps [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin) from 4.1.1 to 5.0.0.
- [Release notes](https://github.com/webpack-contrib/stylelint-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/stylelint-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v4.1.1...v5.0.0)

---
updated-dependencies:
- dependency-name: stylelint-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-03 08:19:12 +00:00
dependabot[bot]
6d44e1725e Merge pull request #5554 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/stylelint-config-2.4.0 2024-02-03 08:17:57 +00:00
dependabot[bot]
865b50d210 Merge pull request #5553 from nextcloud/dependabot/npm_and_yarn/main/babel/runtime-7.23.9 2024-02-03 08:17:35 +00:00
dependabot[bot]
7478b7e3b6 Merge pull request #5550 from nextcloud/dependabot/npm_and_yarn/main/vue-material-design-icons-5.3.0 2024-02-03 08:17:11 +00:00
dependabot[bot]
73ace12dca Chore(deps-dev): Bump psalm/phar from 5.20.0 to 5.21.1
Bumps [psalm/phar](https://github.com/psalm/phar) from 5.20.0 to 5.21.1.
- [Release notes](https://github.com/psalm/phar/releases)
- [Commits](https://github.com/psalm/phar/compare/5.20.0...5.21.1)

---
updated-dependencies:
- dependency-name: psalm/phar
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-03 04:45:20 +00:00
dependabot[bot]
3df061eb33 Chore(deps): Bump peter-evans/create-pull-request from 5.0.2 to 6.0.0
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5.0.2 to 6.0.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](153407881e...b1ddad2c99)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-03 03:15:07 +00:00
dependabot[bot]
2d94c73e95 Chore(deps): Bump alexwilson/enable-github-automerge-action
Bumps [alexwilson/enable-github-automerge-action](https://github.com/alexwilson/enable-github-automerge-action) from c76bb53667646fa8e56db146a4cc9e8b3a975ac6 to 4e5d29cf91318011bd2c074edd64b772fc9f2ede.
- [Release notes](https://github.com/alexwilson/enable-github-automerge-action/releases)
- [Commits](c76bb53667...4e5d29cf91)

---
updated-dependencies:
- dependency-name: alexwilson/enable-github-automerge-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-03 03:15:03 +00:00
dependabot[bot]
a1dda7c252 Chore(deps): Bump andstor/file-existence-action from 2.0.0 to 3.0.0
Bumps [andstor/file-existence-action](https://github.com/andstor/file-existence-action) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/andstor/file-existence-action/releases)
- [Commits](20b4d2e596...076e007279)

---
updated-dependencies:
- dependency-name: andstor/file-existence-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-03 03:15:00 +00:00
dependabot[bot]
5a93d4899b Chore(deps): Bump skjnldsv/check-actor-permission from 2.1 to 3.0
Bumps [skjnldsv/check-actor-permission](https://github.com/skjnldsv/check-actor-permission) from 2.1 to 3.0.
- [Release notes](https://github.com/skjnldsv/check-actor-permission/releases)
- [Commits](e591dbfe83...69e92a3c47)

---
updated-dependencies:
- dependency-name: skjnldsv/check-actor-permission
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-03 03:14:57 +00:00
dependabot[bot]
2dfc78008e Chore(deps-dev): Bump @nextcloud/stylelint-config from 2.3.1 to 2.4.0
Bumps [@nextcloud/stylelint-config](https://github.com/nextcloud/stylelint-config) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/nextcloud/stylelint-config/releases)
- [Changelog](https://github.com/nextcloud-libraries/stylelint-config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/stylelint-config/compare/v2.3.1...v2.4.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/stylelint-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-03 03:05:07 +00:00
dependabot[bot]
6396990e89 Chore(deps): Bump @babel/runtime from 7.23.8 to 7.23.9
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.23.8 to 7.23.9.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.9/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-03 03:04:16 +00:00
dependabot[bot]
6f61b50aae Chore(deps): Bump @nextcloud/router from 2.2.0 to 3.0.0
Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 2.2.0 to 3.0.0.
- [Release notes](https://github.com/nextcloud/nextcloud-router/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-router/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-router/compare/v2.2.0...v3.0.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/router"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-03 03:03:53 +00:00
dependabot[bot]
2fe0015438 Chore(deps): Bump vue-material-design-icons from 5.2.0 to 5.3.0
Bumps [vue-material-design-icons](https://github.com/robcresswell/vue-material-design-icons) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/robcresswell/vue-material-design-icons/releases)
- [Changelog](https://github.com/robcresswell/vue-material-design-icons/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/robcresswell/vue-material-design-icons/compare/5.2.0...5.3.0)

---
updated-dependencies:
- dependency-name: vue-material-design-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-03 03:03:15 +00:00
Nextcloud bot
2f1c0e133d Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-03 00:36:13 +00:00
Julius Härtl
e14d2e9e25 Merge pull request #5542 from nextcloud/fix/catch-getBoard-exceptions
fix(PermissionService#getPermissions): Catch exceptions from getBoard method
2024-02-02 13:59:40 +01:00
Julius Härtl
74cf8d89a0 Merge pull request #5533 from nextcloud/bugfix/noid/fix-permission-check-in-background-job
fix(activity): Fix permission checks when rendering activities in bac…
2024-02-02 13:55:14 +01:00
Marcel Klehr
a45ede092a fix(PermissionService#getPermissions): Catch exceptions from getBoard method
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-02-02 11:50:17 +01:00
Luka Trovic
c0d563379d Merge pull request #5522 from nextcloud/dependabot/github_actions/peter-evans/create-or-update-comment-4.0.0
Chore(deps): Bump peter-evans/create-or-update-comment from 3.1.0 to 4.0.0
2024-02-01 12:33:22 +01:00
Luka Trovic
9848733ca0 fix: card move dialog auto close
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2024-01-31 19:34:11 +01:00
Joas Schilling
16078a3dd3 fix(activity): Fix permission checks when rendering activities in background jobs
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-01-29 09:10:47 +01:00
Julius Härtl
bfe2a9053f Merge pull request #5524 from nextcloud/dependabot/github_actions/alexwilson/enable-github-automerge-action-c76bb53667646fa8e56db146a4cc9e8b3a975ac6
Chore(deps): Bump alexwilson/enable-github-automerge-action from 87df567b739cd533118d890b549f213fe43cdeb4 to c76bb53667646fa8e56db146a4cc9e8b3a975ac6
2024-01-29 08:36:08 +01:00
Julius Härtl
6c1cd119b4 Merge pull request #5523 from nextcloud/dependabot/github_actions/dorny/paths-filter-3.0.0
Chore(deps): Bump dorny/paths-filter from 2.11.1 to 3.0.0
2024-01-29 08:34:29 +01:00
github-actions[bot]
c5f283ca29 Merge pull request #5532 from nextcloud/automated/noid/main-update-nextcloud-ocp
[main] Update nextcloud/ocp dependency
2024-01-28 03:42:30 +00:00
nextcloud-command
fba8b0f60f chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2024-01-28 02:40:40 +00:00
dependabot[bot]
121d18e7e5 Chore(deps): Bump alexwilson/enable-github-automerge-action
Bumps [alexwilson/enable-github-automerge-action](https://github.com/alexwilson/enable-github-automerge-action) from 87df567b739cd533118d890b549f213fe43cdeb4 to c76bb53667646fa8e56db146a4cc9e8b3a975ac6.
- [Release notes](https://github.com/alexwilson/enable-github-automerge-action/releases)
- [Commits](87df567b73...c76bb53667)

---
updated-dependencies:
- dependency-name: alexwilson/enable-github-automerge-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-27 02:08:27 +00:00
dependabot[bot]
65eb562658 Chore(deps): Bump dorny/paths-filter from 2.11.1 to 3.0.0
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2.11.1 to 3.0.0.
- [Release notes](https://github.com/dorny/paths-filter/releases)
- [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md)
- [Commits](4512585405...0bc4621a31)

---
updated-dependencies:
- dependency-name: dorny/paths-filter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-27 02:08:22 +00:00
dependabot[bot]
3da6a9d4ab Chore(deps): Bump peter-evans/create-or-update-comment
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3.1.0 to 4.0.0.
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)
- [Commits](23ff15729e...71345be026)

---
updated-dependencies:
- dependency-name: peter-evans/create-or-update-comment
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-27 02:08:17 +00:00
Nextcloud bot
e03efae2c2 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-26 00:36:04 +00:00
Julius Härtl
7694c8b4d0 Merge pull request #5493 from elzody/sort-cards-upcoming 2024-01-25 21:44:21 +01:00
Luka Trovic
4280213fb2 Merge pull request #5506 from nextcloud/dependabot/npm_and_yarn/main/dompurify-3.0.8
Chore(deps): Bump dompurify from 3.0.6 to 3.0.8
2024-01-24 08:49:27 +01:00
Luka Trovic
896706342e Merge pull request #5502 from nextcloud/dependabot/github_actions/alexwilson/enable-github-automerge-action-87df567b739cd533118d890b549f213fe43cdeb4
bump alexwilson/enable-github-automerge-action from 47bd20ae5827ba2ec3897f94cbbf6d85f94acb24 to 87df567b739cd533118d890b549f213fe43cdeb4
2024-01-24 08:48:49 +01:00
Nextcloud bot
07c829027b Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-24 00:36:27 +00:00
Nextcloud bot
e60a90f031 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-23 00:45:18 +00:00
Nextcloud bot
a7b28dc0c2 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-22 00:36:27 +00:00
github-actions[bot]
5152b69c73 Merge pull request #5511 from nextcloud/automated/noid/main-update-nextcloud-ocp
[main] Update nextcloud/ocp dependency
2024-01-21 04:41:40 +00:00
nextcloud-command
7fe398afa0 chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2024-01-21 02:46:17 +00:00
Nextcloud bot
97f63ff673 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-21 00:54:18 +00:00
dependabot[bot]
51f7e3ab8e Merge pull request #5508 from nextcloud/dependabot/npm_and_yarn/main/cypress-13.6.3 2024-01-20 05:47:44 +00:00
dependabot[bot]
f0604b05ca Chore(deps-dev): Bump cypress from 13.6.2 to 13.6.3
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.6.2 to 13.6.3.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v13.6.2...v13.6.3)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-20 05:14:56 +00:00
dependabot[bot]
fb94cc62e9 Merge pull request #5507 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/dialogs-4.2.3 2024-01-20 05:14:27 +00:00
dependabot[bot]
6bd79a2f62 Merge pull request #5505 from nextcloud/dependabot/npm_and_yarn/main/relative-ci/agent-4.2.3 2024-01-20 05:13:55 +00:00
dependabot[bot]
692be9de71 Merge pull request #5503 from nextcloud/dependabot/github_actions/shivammathur/setup-php-2.29.0 2024-01-20 05:11:53 +00:00
dependabot[bot]
3aaf7aa964 Chore(deps): Bump @nextcloud/dialogs from 4.2.2 to 4.2.3
Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-dialogs/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/v4.2.3/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v4.2.2...v4.2.3)

---
updated-dependencies:
- dependency-name: "@nextcloud/dialogs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-20 03:31:20 +00:00
dependabot[bot]
3c3863ed72 Chore(deps): Bump dompurify from 3.0.6 to 3.0.8
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.0.6 to 3.0.8.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.0.6...3.0.8)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-20 03:31:05 +00:00
dependabot[bot]
008f4d0928 Chore(deps-dev): Bump @relative-ci/agent from 4.2.2 to 4.2.3
Bumps [@relative-ci/agent](https://github.com/relative-ci/agent) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/relative-ci/agent/releases)
- [Commits](https://github.com/relative-ci/agent/compare/v4.2.2...v4.2.3)

---
updated-dependencies:
- dependency-name: "@relative-ci/agent"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-20 03:30:52 +00:00
dependabot[bot]
3fa1380523 bump shivammathur/setup-php from 2.28.0 to 2.29.0
---
updated-dependencies:
- dependency-name: shivammathur/setup-php
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-20 03:18:16 +00:00
dependabot[bot]
167b06c319 bump alexwilson/enable-github-automerge-action
---
updated-dependencies:
- dependency-name: alexwilson/enable-github-automerge-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-20 03:15:31 +00:00
dependabot[bot]
a1d680cf2d Merge pull request #5501 from nextcloud/dependabot/composer/phpunit/phpunit-9.6.16 2024-01-20 02:18:56 +00:00
dependabot[bot]
384987927e Merge pull request #5500 from nextcloud/dependabot/composer/psalm/phar-5.20.0 2024-01-20 02:14:47 +00:00
dependabot[bot]
dd767b12b4 Chore(deps-dev): Bump phpunit/phpunit from 9.6.15 to 9.6.16
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.15 to 9.6.16.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.16/ChangeLog-9.6.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.15...9.6.16)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-20 02:03:49 +00:00
dependabot[bot]
368d840d0f Chore(deps-dev): Bump psalm/phar from 5.19.0 to 5.20.0
Bumps [psalm/phar](https://github.com/psalm/phar) from 5.19.0 to 5.20.0.
- [Release notes](https://github.com/psalm/phar/releases)
- [Commits](https://github.com/psalm/phar/compare/5.19.0...5.20.0)

---
updated-dependencies:
- dependency-name: psalm/phar
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-20 02:03:44 +00:00
Nextcloud bot
3bace3115b Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-20 00:37:31 +00:00
Elizabeth Danzberger
220f91fdc5 fixed to follow nextcloud coding guidelines
Signed-off-by: Elizabeth Danzberger <elizabethdanzberger@gmail.com>
2024-01-19 13:39:56 -05:00
rakekniven
e75fb68328 Merge pull request #5496 from nextcloud/rakekniven-patch-1 2024-01-19 10:30:47 +01:00
rakekniven
774410842f fix(i18n): Improved wording
Fixes #5495 

Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2024-01-19 10:03:15 +01:00
Nextcloud bot
a4b58b2790 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-19 00:35:55 +00:00
Elizabeth Danzberger
a6fc696373 fixed sorting for upcoming cards
Signed-off-by: Elizabeth Danzberger <elizabethdanzberger@gmail.com>
2024-01-18 10:17:59 -05:00
Julius Härtl
488514c00e Merge pull request #5491 from nextcloud/mark-as-undone-on-update
fix(done): Mark card as undone when updating card
2024-01-18 12:36:53 +01:00
Niedermann IT-Dienstleistungen
cf4d6268ac fix(done): Mark card as undone when updating card
As stated in https://github.com/nextcloud/deck/issues/534#issuecomment-1892061055 updating the done property of a card via the REST API (without calling the /done and /undone endpoints explicitly) does only work "one way".

This commit allows setting null as new value thus allowing to mark cards as undone without an additional HTTP request but within a usual update request.

Refs: #534 #4137 c3b4ed6e1f

Signed-off-by: Stefan Niedermann <info@niedermann.it>

Signed-off-by: Niedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>
2024-01-18 12:08:10 +01:00
Nextcloud bot
3fd1667549 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-18 00:36:01 +00:00
Nextcloud bot
020c15bb31 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-16 00:35:57 +00:00
Julius Härtl
f42f4c81b0 Merge pull request #5470 from nextcloud/dependabot/github_actions/alexwilson/enable-github-automerge-action-47bd20ae5827ba2ec3897f94cbbf6d85f94acb24
Chore(deps): Bump alexwilson/enable-github-automerge-action from 922feaa6788152594a8872ef1ab18940f1c88504 to 47bd20ae5827ba2ec3897f94cbbf6d85f94acb24
2024-01-15 11:30:43 +01:00
Julius Härtl
ba47597b89 Merge pull request #5458 from nextcloud/bugfix/5398 2024-01-15 11:07:42 +01:00
Julius Härtl
6f9786164b fix: Add debounce to update due date
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-01-15 10:29:06 +01:00
github-actions[bot]
b006f578c8 Merge pull request #5480 from nextcloud/automated/noid/main-update-nextcloud-ocp
[main] Update nextcloud/ocp dependency
2024-01-14 05:00:44 +00:00
nextcloud-command
da85836a97 chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2024-01-14 02:44:48 +00:00
Nextcloud bot
72719f0256 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-14 00:36:25 +00:00
dependabot[bot]
94f7fd8681 Merge pull request #5471 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/moment-1.3.1 2024-01-13 04:26:05 +00:00
dependabot[bot]
c98019be61 Merge pull request #5474 from nextcloud/dependabot/npm_and_yarn/main/moment-2.30.1 2024-01-13 04:25:58 +00:00
dependabot[bot]
283397adda Merge pull request #5479 from nextcloud/dependabot/composer/tests/integration/behat/behat-approx-3.14.0 2024-01-13 04:21:21 +00:00
dependabot[bot]
6ca85d554a Merge pull request #5478 from nextcloud/dependabot/composer/psalm/phar-5.19.0 2024-01-13 04:07:43 +00:00
dependabot[bot]
97c832b97d Chore(deps): Bump moment from 2.29.4 to 2.30.1
Bumps [moment](https://github.com/moment/moment) from 2.29.4 to 2.30.1.
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.4...2.30.1)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-13 03:47:24 +00:00
dependabot[bot]
0a28dbc89e Merge pull request #5475 from nextcloud/dependabot/npm_and_yarn/main/p-queue-8.0.1 2024-01-13 03:46:16 +00:00
dependabot[bot]
b1ff3197fa Chore(deps): Bump @nextcloud/moment from 1.2.2 to 1.3.1
Bumps [@nextcloud/moment](https://github.com/nextcloud/nextcloud-moment) from 1.2.2 to 1.3.1.
- [Release notes](https://github.com/nextcloud/nextcloud-moment/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-moment/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-moment/compare/v1.2.2...v1.3.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/moment"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-13 03:39:41 +00:00
dependabot[bot]
ba15a3fdcc Merge pull request #5476 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/files-3.1.0 2024-01-13 03:38:45 +00:00
dependabot[bot]
a8b289cc16 Merge pull request #5477 from nextcloud/dependabot/npm_and_yarn/main/babel/runtime-7.23.8 2024-01-13 03:38:30 +00:00
dependabot[bot]
e6289b76fb Merge pull request #5473 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/cypress-1.0.0-beta.7 2024-01-13 03:37:57 +00:00
dependabot[bot]
8c34ed8c72 Merge pull request #5472 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/notify_push-1.1.4 2024-01-13 03:27:32 +00:00
dependabot[bot]
706ffedc20 Merge pull request #5469 from nextcloud/dependabot/npm_and_yarn/main/vue-template-compiler-2.7.16 2024-01-13 03:23:06 +00:00
dependabot[bot]
d23363a98d Merge pull request #5468 from nextcloud/dependabot/npm_and_yarn/main/cypress-13.6.2 2024-01-13 03:21:03 +00:00
dependabot[bot]
47aa284bc3 Chore(deps-dev): Update behat/behat requirement in /tests/integration
Updates the requirements on [behat/behat](https://github.com/Behat/Behat) to permit the latest version.
- [Release notes](https://github.com/Behat/Behat/releases)
- [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Behat/Behat/compare/v3.13.0...v3.14.0)

---
updated-dependencies:
- dependency-name: behat/behat
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-13 03:16:39 +00:00
dependabot[bot]
d8e341066b Chore(deps-dev): Bump psalm/phar from 5.18.0 to 5.19.0
Bumps [psalm/phar](https://github.com/psalm/phar) from 5.18.0 to 5.19.0.
- [Release notes](https://github.com/psalm/phar/releases)
- [Commits](https://github.com/psalm/phar/compare/5.18.0...5.19.0)

---
updated-dependencies:
- dependency-name: psalm/phar
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-13 02:29:34 +00:00
dependabot[bot]
0aadd8dcf0 Chore(deps): Bump @babel/runtime from 7.23.6 to 7.23.8
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.23.6 to 7.23.8.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.8/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-13 02:16:53 +00:00
dependabot[bot]
f373f91be0 Chore(deps): Bump @nextcloud/files from 3.0.0 to 3.1.0
Bumps [@nextcloud/files](https://github.com/nextcloud-libraries/nextcloud-files) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-files/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-files/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.0.0...v3.1.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/files"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-13 02:16:29 +00:00
dependabot[bot]
dc95fcf58e Chore(deps): Bump p-queue from 8.0.0 to 8.0.1
Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/sindresorhus/p-queue/releases)
- [Commits](https://github.com/sindresorhus/p-queue/compare/v8.0.0...v8.0.1)

---
updated-dependencies:
- dependency-name: p-queue
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-13 02:16:12 +00:00
dependabot[bot]
2e42617147 Chore(deps-dev): Bump @nextcloud/cypress
Bumps [@nextcloud/cypress](https://github.com/nextcloud/nextcloud-cypress) from 1.0.0-beta.6 to 1.0.0-beta.7.
- [Release notes](https://github.com/nextcloud/nextcloud-cypress/releases)
- [Commits](https://github.com/nextcloud/nextcloud-cypress/compare/v1.0.0-beta.6...v1.0.0-beta.7)

---
updated-dependencies:
- dependency-name: "@nextcloud/cypress"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-13 02:15:37 +00:00
dependabot[bot]
72cecd195b Chore(deps): Bump @nextcloud/notify_push from 1.1.3 to 1.1.4
Bumps [@nextcloud/notify_push](https://github.com/icewind1991/notify_push-client) from 1.1.3 to 1.1.4.
- [Commits](https://github.com/icewind1991/notify_push-client/commits)

---
updated-dependencies:
- dependency-name: "@nextcloud/notify_push"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-13 02:15:16 +00:00
dependabot[bot]
1c8715190c Chore(deps): Bump alexwilson/enable-github-automerge-action
Bumps [alexwilson/enable-github-automerge-action](https://github.com/alexwilson/enable-github-automerge-action) from 922feaa6788152594a8872ef1ab18940f1c88504 to 47bd20ae5827ba2ec3897f94cbbf6d85f94acb24.
- [Release notes](https://github.com/alexwilson/enable-github-automerge-action/releases)
- [Commits](922feaa678...47bd20ae58)

---
updated-dependencies:
- dependency-name: alexwilson/enable-github-automerge-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-13 02:14:58 +00:00
dependabot[bot]
51f6a6569f Chore(deps-dev): Bump vue-template-compiler from 2.7.15 to 2.7.16
Bumps [vue-template-compiler](https://github.com/vuejs/vue) from 2.7.15 to 2.7.16.
- [Release notes](https://github.com/vuejs/vue/releases)
- [Changelog](https://github.com/vuejs/vue/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue/compare/v2.7.15...v2.7.16)

---
updated-dependencies:
- dependency-name: vue-template-compiler
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-13 02:14:20 +00:00
dependabot[bot]
b6161c6035 Chore(deps-dev): Bump cypress from 13.6.1 to 13.6.2
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.6.1 to 13.6.2.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v13.6.1...v13.6.2)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-13 02:14:04 +00:00
Nextcloud bot
9997554acc Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-13 00:37:32 +00:00
Julius Härtl
ec563a3436 Merge pull request #5455 from mintsoft/fix-compact-done-icon-5451
Fixing #5451
2024-01-12 08:34:54 +01:00
Nextcloud bot
1728239205 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-12 00:35:47 +00:00
Rob Emery
211b9fbde2 Previously in compact mode, if there was no due date ever set
and the card was marked as complete, you could not see the tick

Signed-off-by: Rob Emery <git@mintsoft.net>
2024-01-11 16:08:23 +00:00
Julius Härtl
83348d12a4 Merge pull request #5452 from nextcloud/shares-in-folder-storage
also filter by storage when getting shares in folder
2024-01-11 08:55:59 +01:00
Robin Appelman
534c71b6f8 also filter by storage when getting shares in folder
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-01-10 22:14:45 +01:00
Julius Härtl
5b4acc620a Merge pull request #5453 from nextcloud/dependabot/npm_and_yarn/follow-redirects-1.15.4 2024-01-10 21:26:36 +01:00
dependabot[bot]
c7e02bfcc3 Chore(deps): Bump follow-redirects from 1.15.2 to 1.15.4
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-10 20:21:24 +00:00
Nextcloud bot
f8efafa7a6 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-10 00:37:21 +00:00
Julius Härtl
88e30e8fc0 ci: Update query count
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-01-09 22:12:38 +01:00
Nextcloud bot
728f3d83ef Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-09 00:37:01 +00:00
Nextcloud bot
03e83311da Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-07 00:39:53 +00:00
Luka Trovic
730a2ba6ba Merge pull request #5431 from nextcloud/dependabot/github_actions/actions/checkout-4.1.1
Chore(deps): Bump actions/checkout from 3.5.3 to 4.1.1
2024-01-06 12:41:36 +01:00
Luka Trovic
4f8827a5b7 Merge pull request #5432 from nextcloud/dependabot/github_actions/alexwilson/enable-github-automerge-action-922feaa6788152594a8872ef1ab18940f1c88504
Chore(deps): Bump alexwilson/enable-github-automerge-action from 4871a27d951e570b6f5ccecbe98ec27ef27e0cbd to 922feaa6788152594a8872ef1ab18940f1c88504
2024-01-06 12:40:56 +01:00
dependabot[bot]
5afeb7f194 Chore(deps): Bump alexwilson/enable-github-automerge-action
Bumps [alexwilson/enable-github-automerge-action](https://github.com/alexwilson/enable-github-automerge-action) from 4871a27d951e570b6f5ccecbe98ec27ef27e0cbd to 922feaa6788152594a8872ef1ab18940f1c88504.
- [Release notes](https://github.com/alexwilson/enable-github-automerge-action/releases)
- [Commits](4871a27d95...922feaa678)

---
updated-dependencies:
- dependency-name: alexwilson/enable-github-automerge-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-06 02:26:34 +00:00
dependabot[bot]
ff175e249d Chore(deps): Bump actions/checkout from 3.5.3 to 4.1.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v3.5.3...v4.1.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-06 02:26:29 +00:00
Julius Härtl
532e21f168 Merge pull request #5423 from nextcloud/bugfix/noid/comment-deleted 2024-01-05 13:34:07 +01:00
Nextcloud bot
a8625f2efb Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-05 00:39:42 +00:00
Julius Härtl
569ff6f8e2 chore: Fix ci setup for activity
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-01-04 16:01:56 +01:00
Julius Härtl
ce820e19c4 fix: Limit card activities for deleted cards
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-01-04 16:01:55 +01:00
Julius Härtl
f4791aa4a4 fix: Further limit updating cards
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-01-04 15:20:08 +01:00
Julius Härtl
86d2d1a0f3 fix: limit to non-deleted cards
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-01-04 15:20:08 +01:00
Julius Härtl
178d1b3d77 fix: Consider a deleted board inaccessible to share recipients
Only the owner can delete/undo a board deletion so there is no reason
other users should have any permission on a board marked as deleted

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-01-04 15:20:08 +01:00
Julius Härtl
47bc70f2c4 tests: Add integration tests for deleted boards/cards
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-01-04 15:20:08 +01:00
Nextcloud bot
595098368a Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-04 00:37:33 +00:00
Nextcloud bot
ba38207bf9 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-03 00:38:20 +00:00
Julius Härtl
3764aaec9c Merge pull request #5394 from nextcloud/dependabot/npm_and_yarn/main/markdown-it-14.0.0
Chore(deps): Bump markdown-it from 13.0.2 to 14.0.0
2024-01-02 09:47:04 +01:00
Julius Härtl
ce724eea09 Merge pull request #5408 from nextcloud/dependabot/github_actions/alexwilson/enable-github-automerge-action-4871a27d951e570b6f5ccecbe98ec27ef27e0cbd
Chore(deps): Bump alexwilson/enable-github-automerge-action from f3e77fa17ba5a11771671361c01f382322c6db03 to 4871a27d951e570b6f5ccecbe98ec27ef27e0cbd
2024-01-02 09:19:31 +01:00
Julius Härtl
21e73da90d Merge pull request #5407 from nextcloud/dependabot/github_actions/actions/setup-node-4.0.1
Chore(deps): Bump actions/setup-node from 4.0.0 to 4.0.1
2024-01-02 09:17:06 +01:00
dependabot[bot]
a481358d7e Chore(deps): Bump alexwilson/enable-github-automerge-action
Bumps [alexwilson/enable-github-automerge-action](https://github.com/alexwilson/enable-github-automerge-action) from f3e77fa17ba5a11771671361c01f382322c6db03 to 4871a27d951e570b6f5ccecbe98ec27ef27e0cbd.
- [Release notes](https://github.com/alexwilson/enable-github-automerge-action/releases)
- [Commits](f3e77fa17b...4871a27d95)

---
updated-dependencies:
- dependency-name: alexwilson/enable-github-automerge-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-30 02:19:44 +00:00
dependabot[bot]
716cd75c48 Chore(deps): Bump actions/setup-node from 4.0.0 to 4.0.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v4.0.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-30 02:19:39 +00:00
Nextcloud bot
ac0733b1f4 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-30 00:39:10 +00:00
Julius Härtl
c9641cdbcb Merge pull request #5401 from nextcloud/automated/update-workflows/default
chore: update workflows from templates
2023-12-28 15:43:13 +01:00
John Molakvoæ
7b3cd40dbf chore: update workflows from templates
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-12-28 15:13:54 +01:00
Nextcloud bot
aa8bf2d132 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-27 00:36:24 +00:00
Nextcloud bot
b600745297 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-26 00:38:08 +00:00
github-actions[bot]
58df9683fe Merge pull request #5399 from nextcloud/automated/noid/main-update-nextcloud-ocp
[main] Update nextcloud/ocp dependency
2023-12-24 03:44:12 +00:00
nextcloud-command
a0763ebd08 chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2023-12-24 02:44:07 +00:00
Nextcloud bot
1e70f905e6 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-24 00:41:09 +00:00
Nextcloud bot
c09e5db4fb Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-23 00:37:21 +00:00
Luka Trovic
cc5e5ad8fb Merge pull request #5393 from nextcloud/dependabot/github_actions/alexwilson/enable-github-automerge-action-4871a27d951e570b6f5ccecbe98ec27ef27e0cbd
Chore(deps): Bump alexwilson/enable-github-automerge-action from cfdf63acc159f44a09fce21c0c63c336e307a28f to 4871a27d951e570b6f5ccecbe98ec27ef27e0cbd
2023-12-21 16:41:22 +01:00
Nextcloud bot
eb71029e12 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-20 00:35:21 +00:00
dependabot[bot]
8795f793a3 Merge pull request #5392 from nextcloud/dependabot/github_actions/actions/setup-node-4.0.1 2023-12-19 11:06:49 +00:00
dependabot[bot]
0ef4fef789 Merge pull request #5391 from nextcloud/dependabot/composer/psalm/phar-5.18.0 2023-12-19 11:05:04 +00:00
dependabot[bot]
8f2c7c5c21 Merge pull request #5390 from nextcloud/dependabot/npm_and_yarn/main/babel/runtime-7.23.6 2023-12-19 11:02:15 +00:00
dependabot[bot]
a1d97125f1 Chore(deps): Bump markdown-it from 13.0.2 to 14.0.0
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 13.0.2 to 14.0.0.
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/markdown-it/markdown-it/compare/13.0.2...14.0.0)

---
updated-dependencies:
- dependency-name: markdown-it
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-19 10:48:12 +00:00
dependabot[bot]
43ac13f075 Chore(deps): Bump alexwilson/enable-github-automerge-action
Bumps [alexwilson/enable-github-automerge-action](https://github.com/alexwilson/enable-github-automerge-action) from cfdf63acc159f44a09fce21c0c63c336e307a28f to 4871a27d951e570b6f5ccecbe98ec27ef27e0cbd.
- [Release notes](https://github.com/alexwilson/enable-github-automerge-action/releases)
- [Commits](cfdf63acc1...4871a27d95)

---
updated-dependencies:
- dependency-name: alexwilson/enable-github-automerge-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-19 10:48:10 +00:00
dependabot[bot]
0e522e77d7 Chore(deps): Bump actions/setup-node from 4.0.0 to 4.0.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v4.0.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-19 10:48:04 +00:00
dependabot[bot]
585e712d6d Chore(deps-dev): Bump psalm/phar from 5.17.0 to 5.18.0
Bumps [psalm/phar](https://github.com/psalm/phar) from 5.17.0 to 5.18.0.
- [Release notes](https://github.com/psalm/phar/releases)
- [Commits](https://github.com/psalm/phar/compare/5.17.0...5.18.0)

---
updated-dependencies:
- dependency-name: psalm/phar
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-19 10:47:38 +00:00
dependabot[bot]
20961b3905 Chore(deps): Bump @babel/runtime from 7.23.5 to 7.23.6
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.23.5 to 7.23.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.6/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-19 10:47:36 +00:00
max-nextcloud
d729cbebff Merge pull request #5389 from nextcloud/ci/dependabot-reviewers
chore(ci): configure dependabot reviewers
2023-12-19 11:46:52 +01:00
Max
680130f550 chore(ci): configure dependabot reviewers
Signed-off-by: Max <max@nextcloud.com>
2023-12-19 11:34:37 +01:00
Nextcloud bot
9d1d644e21 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-18 00:36:02 +00:00
Julius Härtl
98642a86f3 Merge pull request #5382 from nextcloud/dependabot/github_actions/actions/upload-artifact-4
Chore(deps): Bump actions/upload-artifact from 3 to 4
2023-12-17 09:24:02 +01:00
Julius Härtl
5d2a0ae9fc Merge pull request #5381 from nextcloud/dependabot/github_actions/alexwilson/enable-github-automerge-action-cfdf63acc159f44a09fce21c0c63c336e307a28f
Chore(deps): Bump alexwilson/enable-github-automerge-action from f3e77fa17ba5a11771671361c01f382322c6db03 to cfdf63acc159f44a09fce21c0c63c336e307a28f
2023-12-17 09:23:48 +01:00
github-actions[bot]
5da6c087fd Merge pull request #5388 from nextcloud/automated/noid/main-update-nextcloud-ocp
[main] Update nextcloud/ocp dependency
2023-12-17 03:15:20 +00:00
nextcloud-command
acdf7f23ba chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2023-12-17 02:40:19 +00:00
Nextcloud bot
ee241cf4e1 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-17 00:36:18 +00:00
dependabot[bot]
b88d4942d5 Merge pull request #5384 from nextcloud/dependabot/composer/tests/integration/sabre/dav-4.6.0 2023-12-16 03:52:17 +00:00
dependabot[bot]
4fb9ee16a6 Merge pull request #5383 from nextcloud/dependabot/npm_and_yarn/main/relative-ci/agent-4.2.2 2023-12-16 03:42:25 +00:00
dependabot[bot]
4913690741 Chore(deps-dev): Update sabre/dav requirement in /tests/integration
Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav) to permit the latest version.
- [Release notes](https://github.com/sabre-io/dav/releases)
- [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sabre-io/dav/compare/4.5.1...4.6.0)

---
updated-dependencies:
- dependency-name: sabre/dav
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-16 02:47:39 +00:00
dependabot[bot]
9da54ad872 Chore(deps-dev): Bump @relative-ci/agent from 4.2.1 to 4.2.2
Bumps [@relative-ci/agent](https://github.com/relative-ci/agent) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/relative-ci/agent/releases)
- [Commits](https://github.com/relative-ci/agent/compare/v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: "@relative-ci/agent"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-16 02:45:23 +00:00
dependabot[bot]
e3b39c8587 Chore(deps): Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-16 02:13:47 +00:00
dependabot[bot]
6b0e651b3d Chore(deps): Bump alexwilson/enable-github-automerge-action
Bumps [alexwilson/enable-github-automerge-action](https://github.com/alexwilson/enable-github-automerge-action) from f3e77fa17ba5a11771671361c01f382322c6db03 to cfdf63acc159f44a09fce21c0c63c336e307a28f.
- [Release notes](https://github.com/alexwilson/enable-github-automerge-action/releases)
- [Commits](f3e77fa17b...cfdf63acc1)

---
updated-dependencies:
- dependency-name: alexwilson/enable-github-automerge-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-16 02:13:44 +00:00
Julius Härtl
36382a3672 Merge pull request #5364 from nextcloud/dependabot/github_actions/actions/setup-node-4.0.0
Chore(deps): Bump actions/setup-node from 3.8.1 to 4.0.0
2023-12-15 13:01:29 +01:00
Julius Härtl
51bdd7e599 Merge pull request #5365 from nextcloud/dependabot/npm_and_yarn/main/p-queue-8.0.0
Chore(deps): Bump p-queue from 7.4.1 to 8.0.0
2023-12-15 11:41:32 +01:00
Nextcloud bot
5849a1dd13 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-15 00:35:53 +00:00
Nextcloud bot
97454a0956 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-13 00:36:44 +00:00
Nextcloud bot
fcfc732e2e Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-12 00:35:26 +00:00
Nextcloud bot
1d5fb0a2ba Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-11 00:41:12 +00:00
github-actions[bot]
293a557b1f Merge pull request #5371 from nextcloud/automated/noid/main-update-nextcloud-ocp
[main] Update nextcloud/ocp dependency
2023-12-10 03:32:27 +00:00
nextcloud-command
f108910e80 chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2023-12-10 02:35:39 +00:00
Nextcloud bot
88cf28b7ac Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-10 00:35:20 +00:00
dependabot[bot]
688deeb31e Chore(deps): Bump actions/setup-node from 3.8.1 to 4.0.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.1 to 4.0.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3.8.1...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-09 08:08:23 +00:00
Julius Härtl
c3231ace2b Merge pull request #5362 from nextcloud/dependabot/github_actions/actions/checkout-4.1.1 2023-12-09 09:07:27 +01:00
dependabot[bot]
23775237ba Merge pull request #5367 from nextcloud/dependabot/npm_and_yarn/main/cypress-13.6.1 2023-12-09 04:33:31 +00:00
dependabot[bot]
5007318dfa Merge pull request #5363 from nextcloud/dependabot/github_actions/shivammathur/setup-php-2.28.0 2023-12-09 04:33:18 +00:00
dependabot[bot]
bbe1eed2fe Merge pull request #5366 from nextcloud/dependabot/npm_and_yarn/main/babel/runtime-7.23.5 2023-12-09 04:33:07 +00:00
dependabot[bot]
d704d28e56 Chore(deps-dev): Bump cypress from 13.6.0 to 13.6.1
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.6.0 to 13.6.1.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v13.6.0...v13.6.1)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-09 02:48:33 +00:00
dependabot[bot]
5d122a933f Chore(deps): Bump @babel/runtime from 7.23.4 to 7.23.5
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.23.4 to 7.23.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.5/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-09 02:47:59 +00:00
dependabot[bot]
3f635c0c66 Chore(deps): Bump p-queue from 7.4.1 to 8.0.0
Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 7.4.1 to 8.0.0.
- [Release notes](https://github.com/sindresorhus/p-queue/releases)
- [Commits](https://github.com/sindresorhus/p-queue/compare/v7.4.1...v8.0.0)

---
updated-dependencies:
- dependency-name: p-queue
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-09 02:47:43 +00:00
dependabot[bot]
db540b31bc Merge pull request #5361 from nextcloud/dependabot/composer/tests/integration/guzzlehttp/guzzle-7.8.1 2023-12-09 02:47:30 +00:00
dependabot[bot]
137b5cd06a Chore(deps): Bump shivammathur/setup-php from 2.25.4 to 2.28.0
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.25.4 to 2.28.0.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](https://github.com/shivammathur/setup-php/compare/2.25.4...2.28.0)

---
updated-dependencies:
- dependency-name: shivammathur/setup-php
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-09 02:39:20 +00:00
dependabot[bot]
dd0357277c Chore(deps): Bump actions/checkout from 3.6.0 to 4.1.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v3.6.0...v4.1.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-09 02:39:00 +00:00
dependabot[bot]
d7346af0c9 Chore(deps-dev): Update guzzlehttp/guzzle requirement
Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/7.8/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.8.0...7.8.1)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-09 02:05:12 +00:00
Nextcloud bot
d58fe5c2c1 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-09 00:35:22 +00:00
rakekniven
8751875903 Merge pull request #5359 from nextcloud/rakekniven-patch-1
fix(i18n): Fixed typo
2023-12-08 09:06:38 +01:00
rakekniven
6f2220bd82 fix(i18n): Fixed typo
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2023-12-08 08:55:32 +01:00
Nextcloud bot
dbbf3fb00a Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-08 00:35:36 +00:00
Julius Härtl
5cc7313897 Merge pull request #3758 from oneWaveAdrian/46-keyboard-shortcuts 2023-12-07 16:29:05 +01:00
Julius Härtl
e2e647645b tmp: Remove shortcuts requiring an extra UI for now
They can be readded once we have a proper design for it to make sure
auto focus is working and those are nicely fitting the UI

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-12-07 15:58:54 +01:00
Adrian Missy
05d4f529f5 feat: Add keyboard shortcuts
Implement keyboard shortcuts for the board view and individual cards

Signed-off-by: Adrian Missy <adrian.missy@onewavestudios.com>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-12-07 15:58:54 +01:00
Nextcloud bot
d3750196bb Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-07 00:36:13 +00:00
Julius Härtl
bdab12e259 Merge pull request #5354 from jacksbox/patch-1 2023-12-06 18:04:43 +01:00
Mario Jäckle
197d41ba1e fix: allow null label colors in trello json importer
Signed-off-by: Mario Jäckle <github@jacksbox.de>
2023-12-06 17:29:08 +01:00
Julius Härtl
cae6d94097 Merge pull request #5312 from nextcloud/ci/action-templates 2023-12-06 14:48:08 +01:00
Julius Härtl
5856c8b500 fix: Avoid undefined variable
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-12-06 14:21:58 +01:00
Julius Härtl
a31601d476 chore: Update composer dependencies
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-12-06 14:21:58 +01:00
Julius Härtl
9867f2a856 tests: Avoid using dynamic properties
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-12-06 14:21:58 +01:00
Julius Härtl
843afb19ea ci: Update actions and use spit phpunit
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-12-06 14:21:58 +01:00
Julius Härtl
1f1732e8b6 Merge pull request #5351 from nextcloud/bugfix/noid/card-actions 2023-12-06 09:50:52 +01:00
Nextcloud bot
284d6d4728 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-06 00:37:08 +00:00
Julius Härtl
b06b41f7eb fix: Get proper rich object for card actions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-12-05 23:19:51 +01:00
Julius Härtl
2389eff5ea fix: Avoid sql error on ONLY_FULL_GROUP_BY
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-12-05 21:19:34 +01:00
Nextcloud bot
6ff2fd9eaf Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-05 00:37:37 +00:00
github-actions[bot]
2814012465 Merge pull request #5344 from nextcloud/automated/noid/main-update-nextcloud-ocp
[main] Update nextcloud/ocp dependency
2023-12-03 03:33:15 +00:00
nextcloud-command
14a60a65af chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2023-12-03 02:37:54 +00:00
dependabot[bot]
d77b685be8 Merge pull request #5342 from nextcloud/dependabot/github_actions/shivammathur/setup-php-2.28.0 2023-12-02 04:38:27 +00:00
dependabot[bot]
183a6ce862 Merge pull request #5339 from nextcloud/dependabot/composer/phpunit/phpunit-9.6.15 2023-12-02 04:05:49 +00:00
dependabot[bot]
948dc76bac Chore(deps): Bump shivammathur/setup-php from 2.27.1 to 2.28.0
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.27.1 to 2.28.0.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](https://github.com/shivammathur/setup-php/compare/2.27.1...2.28.0)

---
updated-dependencies:
- dependency-name: shivammathur/setup-php
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-02 03:44:13 +00:00
dependabot[bot]
e7ee473d04 Chore(deps-dev): Bump phpunit/phpunit from 9.6.13 to 9.6.15
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.13 to 9.6.15.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.15/ChangeLog-9.6.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.13...9.6.15)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-02 02:33:23 +00:00
Nextcloud bot
d9e820be40 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-01 00:34:17 +00:00
Julius Härtl
3634124daa Create update-nextcloud-ocp-approve-merge.yml
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-27 11:15:58 +01:00
Nextcloud bot
cc84e2a906 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-27 00:40:14 +00:00
Julius Härtl
4627e909ae Merge pull request #5328 from nextcloud/automated/noid/main-update-nextcloud-ocp 2023-11-26 14:05:19 +01:00
nextcloud-command
edf4d337f7 chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2023-11-26 02:40:16 +00:00
Nextcloud bot
17503a10ba Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-26 00:39:52 +00:00
Nextcloud bot
e52e2711a6 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-25 00:44:09 +00:00
Nextcloud bot
7fdd34cdfe Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-24 01:06:29 +00:00
dependabot[bot]
befc2e12c5 Merge pull request #5322 from nextcloud/dependabot/npm_and_yarn/main/cypress-13.6.0 2023-11-23 16:05:23 +00:00
dependabot[bot]
4115977135 Merge pull request #5317 from nextcloud/dependabot/npm_and_yarn/main/babel/runtime-7.23.4 2023-11-23 16:02:09 +00:00
dependabot[bot]
036af4e1b8 Merge pull request #5316 from nextcloud/dependabot/composer/psalm/phar-5.16.0 2023-11-23 16:01:55 +00:00
dependabot[bot]
250510c6ab Merge pull request #5315 from nextcloud/dependabot/composer/tests/integration/sabre/dav-4.5.1 2023-11-23 16:01:38 +00:00
dependabot[bot]
65b8092071 Chore(deps-dev): Bump cypress from 13.5.1 to 13.6.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.5.1 to 13.6.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v13.5.1...v13.6.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-23 15:19:52 +00:00
dependabot[bot]
2f782e9825 Chore(deps): Bump @babel/runtime from 7.23.2 to 7.23.4
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.23.2 to 7.23.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.4/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-23 15:19:12 +00:00
dependabot[bot]
71bd0d93b1 Chore(deps-dev): Bump psalm/phar from 5.15.0 to 5.16.0
Bumps [psalm/phar](https://github.com/psalm/phar) from 5.15.0 to 5.16.0.
- [Release notes](https://github.com/psalm/phar/releases)
- [Commits](https://github.com/psalm/phar/compare/5.15.0...5.16.0)

---
updated-dependencies:
- dependency-name: psalm/phar
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-23 15:18:53 +00:00
dependabot[bot]
1c04049038 Chore(deps-dev): Update sabre/dav requirement in /tests/integration
Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav) to permit the latest version.
- [Release notes](https://github.com/sabre-io/dav/releases)
- [Changelog](https://github.com/sabre-io/dav/blob/4.5.1/CHANGELOG.md)
- [Commits](https://github.com/sabre-io/dav/compare/4.5.0...4.5.1)

---
updated-dependencies:
- dependency-name: sabre/dav
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-23 15:18:48 +00:00
Julius Härtl
1e27ffa3b6 Merge pull request #5314 from nextcloud/update-main-version 2023-11-23 16:18:26 +01:00
Joas Schilling
04c8d9384b feat(deps): Add Nextcloud 29 support on main
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-23 14:36:17 +01:00
Nextcloud bot
1a4f96e5dc Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-23 00:42:55 +00:00
Nextcloud bot
4875fe6f0b Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-22 00:43:00 +00:00
Nextcloud bot
6c4bf09958 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-21 00:44:10 +00:00
Julius Härtl
f223a39d64 Merge pull request #5299 from fitrahfm/fix/use-primary-when-filter-is-active 2023-11-20 21:30:54 +01:00
Fitrah Munir
80e09355f0 fix(card): use primary when filter is active
Signed-off-by: Fitrah Munir <fitrahmunir@outlook.com>
2023-11-20 22:30:20 +08:00
Julius Härtl
ebdbe651d0 Merge pull request #5296 from nextcloud/bugfix/noid/deleted-board-frontend 2023-11-20 15:30:00 +01:00
Julius Härtl
3c047d3e21 fix: Properly undo card deletion in the frontend
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-20 08:22:45 +01:00
Julius Härtl
911ed7a2f4 fix: Show proper error page when board was not found
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-20 08:22:45 +01:00
Julius Härtl
a05d64250f fix: Only query boards not marked for deletion unless we want to undo
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-20 08:22:45 +01:00
Julius Härtl
1e5b4fe8ea Merge pull request #5304 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/files-3.0.0 2023-11-20 07:49:25 +01:00
Nextcloud bot
cabe1ff53f Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-20 00:43:55 +00:00
Julius Härtl
5deb88e946 Merge pull request #5309 from nextcloud/automated/noid/main-update-nextcloud-ocp 2023-11-19 15:54:52 +01:00
nextcloud-command
e3e3894a9d chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2023-11-19 02:41:31 +00:00
Julius Härtl
20da8d004b Merge pull request #5301 from nextcloud/dependabot/github_actions/actions/github-script-7 2023-11-18 08:48:34 +01:00
dependabot[bot]
af653a0f93 Merge pull request #5307 from nextcloud/dependabot/npm_and_yarn/main/relative-ci/agent-4.2.1 2023-11-18 04:17:51 +00:00
dependabot[bot]
ea23daed7d Chore(deps-dev): Bump @relative-ci/agent from 4.1.10 to 4.2.1
Bumps [@relative-ci/agent](https://github.com/relative-ci/agent) from 4.1.10 to 4.2.1.
- [Release notes](https://github.com/relative-ci/agent/releases)
- [Commits](https://github.com/relative-ci/agent/compare/v4.1.10...v4.2.1)

---
updated-dependencies:
- dependency-name: "@relative-ci/agent"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-18 04:03:05 +00:00
dependabot[bot]
bd06fd6b33 Merge pull request #5306 from nextcloud/dependabot/npm_and_yarn/main/cypress-13.5.1 2023-11-18 04:02:16 +00:00
dependabot[bot]
66958e5dcc Merge pull request #5305 from nextcloud/dependabot/composer/tests/integration/sabre/dav-4.5.0 2023-11-18 03:58:43 +00:00
dependabot[bot]
b9b1fb9f03 Chore(deps-dev): Bump cypress from 13.5.0 to 13.5.1
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.5.0 to 13.5.1.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v13.5.0...v13.5.1)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-18 03:44:05 +00:00
dependabot[bot]
907d472749 Chore(deps-dev): Update sabre/dav requirement in /tests/integration
Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav) to permit the latest version.
- [Release notes](https://github.com/sabre-io/dav/releases)
- [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sabre-io/dav/compare/4.4.0...4.5.0)

---
updated-dependencies:
- dependency-name: sabre/dav
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-18 02:57:11 +00:00
dependabot[bot]
e16baa527a Chore(deps): Bump @nextcloud/files from 2.1.0 to 3.0.0
Bumps [@nextcloud/files](https://github.com/nextcloud-libraries/nextcloud-files) from 2.1.0 to 3.0.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-files/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-files/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-files/compare/v2.1.0...v3.0.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/files"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-18 02:47:04 +00:00
dependabot[bot]
a1def14db3 Chore(deps): Bump actions/github-script from 6 to 7
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-18 02:11:12 +00:00
Julius Härtl
91f1557362 Merge pull request #5294 from nextcloud/bugfix/noid/use-text-content 2023-11-17 11:38:10 +01:00
Julius Härtl
b2364bd076 fix: Use text content as result for comments
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-17 08:59:43 +01:00
Julius Härtl
b637c00ac5 Merge pull request #5293 from shoetten/feature/scroll-by-dragging 2023-11-16 20:51:45 +01:00
Simon Hötten
d17498b79e scroll board by dragging
Signed-off-by: Simon Hötten <s+git@hoetten.org>
2023-11-16 20:14:27 +01:00
Julius Härtl
2242a7d646 Merge pull request #5292 from nextcloud/bugfix/noid/compact-due 2023-11-16 10:40:33 +01:00
Julius Härtl
72da4c88d8 fix: Bring back due date indicator to compact mode
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-16 10:22:11 +01:00
Nextcloud bot
23a4e24d38 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-15 00:48:14 +00:00
Julius Härtl
4b7dbb5714 chore: Fix missing changelog for 1.12.0-beta.3
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-14 21:19:52 +01:00
Julius Härtl
93ea309a79 fix: Overview column width and hide archive boards by default
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-14 21:19:33 +01:00
Julius Härtl
5f3620da83 chore(release): Bump version to 1.12.0-beta.3
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-14 20:07:35 +01:00
Julius Härtl
eca1b8760c Merge pull request #5290 from nextcloud/bugfix/collection-2 2023-11-14 20:06:05 +01:00
Julius Härtl
446360437d test: Add cypress test for upcoming card
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-14 19:05:28 +01:00
Julius Härtl
9e41cb162d test: Add test selectors and label multiselect cypress test
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-14 18:47:20 +01:00
Julius Härtl
91ce24b7a6 fix: Bring back upcoming cards view by adapting to proper API return value
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-14 18:11:10 +01:00
Julius Härtl
bf7e7e33b2 fix: fix copy paste error to bring back label picker
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-14 18:10:32 +01:00
Julius Härtl
304dd0101b Merge pull request #5287 from nextcloud/bugfix/noid/access-done 2023-11-14 11:50:55 +01:00
Julius Härtl
110ee28447 fix: Properly get done state for dav
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-14 10:57:22 +01:00
Julius Härtl
cdba29d6fa Merge pull request #5282 from nextcloud/feat/inline-edit-new 2023-11-14 08:51:16 +01:00
Nextcloud bot
2a750f666a Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-14 00:43:33 +00:00
Julius Härtl
a6b561acb7 feat: Move to contenteditable for inline title editing
fix #2563
fix #4522

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-14 00:18:19 +01:00
Julius Härtl
2703f7111a chore(release): Bump version to 1.12.0-beta.2
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-13 19:46:33 +01:00
Julius Härtl
54ff02bcdb Merge pull request #5285 from nextcloud/bugfix/5283 2023-11-13 16:50:08 +01:00
Julius Härtl
488cdbcd93 fix: Properly handle adding new tags through multiselect
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-13 15:54:20 +01:00
Julius Härtl
bb51988ddb Merge pull request #5281 from nextcloud/perf/initial-state 2023-11-13 15:17:04 +01:00
Julius Härtl
3ef2bcee3b Merge pull request #5280 from nextcloud/bugfix/multiple 2023-11-13 15:16:52 +01:00
Julius Härtl
05020b08b8 Merge pull request #5264 from nextcloud/fix/design 2023-11-13 15:16:39 +01:00
Julius Härtl
030ad0f20d Merge pull request #5284 from nextcloud/bugfix/noid/no-token-session 2023-11-13 14:03:53 +01:00
Julius Härtl
4e10f80eb1 fix: Avoid throwing errors if no token provided on close
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-13 12:33:41 +01:00
Julius Härtl
1a57c10741 perf: Already pass board list as initial state
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-13 09:05:43 +01:00
Julius Härtl
8ccc12433e fix: Adapt reference url patterns to new routes
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-13 09:00:57 +01:00
Julius Härtl
7127f88318 fix: Keep existing links working
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-13 09:00:57 +01:00
Julius Härtl
9f98f0bd5f fix: Switch to route based urls (fix #4467)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-13 09:00:57 +01:00
Julius Härtl
29d5913e8b fix: Make sure to always update card description when navigating awayfix
fix #5254
fix #2705

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-13 09:00:56 +01:00
Julius Härtl
587b44f7b9 fix: Set fixed height for card modal (fix #4296)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-13 09:00:56 +01:00
Julius Härtl
8eb2f48d85 fix: Always load proper dashboard js
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-13 09:00:56 +01:00
Julius Härtl
bd122b0d74 fix: More fitting click target for title editing
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-13 09:00:56 +01:00
Julius Härtl
f24123c686 fix: Use localCompare to sort labels
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-13 09:00:56 +01:00
Julius Härtl
6f6d6282bc fix: Hide unavailable card menu entries for archived card view
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-13 09:00:56 +01:00
Julius Härtl
c876e87990 fix: Disable dragging archived cards (fix #3271)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-13 09:00:56 +01:00
Nextcloud bot
bd515c125e Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-13 00:41:32 +00:00
Julius Härtl
342d9beaf6 fix: Add title with absolute date time to activity (fix #4508, fix #2122)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-12 09:09:52 +01:00
Julius Härtl
ee1a3e0515 fix: Detect end of the activity responses (fix #3395)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-12 09:09:52 +01:00
Julius Härtl
265c4c4039 fix: Use full card menu everywhere (fix #3993)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-12 09:09:52 +01:00
Julius Härtl
58180272ec fix: Expose card actions in the card menu (fix #3180)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-12 09:09:52 +01:00
Julius Härtl
ce0cb78aa3 Merge pull request #5277 from nextcloud/automated/noid/main-fix-npm-audit 2023-11-12 09:06:29 +01:00
Julius Härtl
7cdd2087dd Merge pull request #5275 from nextcloud/automated/noid/main-update-nextcloud-ocp 2023-11-12 09:03:08 +01:00
nextcloud-command
8711b3f9c3 chore(deps): fix npm audit
Signed-off-by: GitHub <noreply@github.com>
2023-11-12 04:05:44 +00:00
nextcloud-command
769c320ce6 chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2023-11-12 02:45:36 +00:00
Nextcloud bot
6950affc84 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-12 00:40:48 +00:00
Julius Härtl
b360ba66c0 fix: Style new card input and buttons
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-11 20:18:23 +01:00
dependabot[bot]
5a54ea12cf Merge pull request #5268 from nextcloud/dependabot/github_actions/shivammathur/setup-php-2.27.1 2023-11-11 03:38:32 +00:00
dependabot[bot]
66ae730276 Merge pull request #5267 from nextcloud/dependabot/npm_and_yarn/main/cypress-13.5.0 2023-11-11 03:32:11 +00:00
dependabot[bot]
2d72aa1330 Merge pull request #5266 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/dialogs-4.2.2 2023-11-11 03:28:36 +00:00
dependabot[bot]
21a7131728 Chore(deps): Bump shivammathur/setup-php from 2.27.0 to 2.27.1
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.27.0 to 2.27.1.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](https://github.com/shivammathur/setup-php/compare/2.27.0...2.27.1)

---
updated-dependencies:
- dependency-name: shivammathur/setup-php
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-11 02:14:51 +00:00
dependabot[bot]
72191c39f0 Chore(deps-dev): Bump cypress from 13.4.0 to 13.5.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.4.0 to 13.5.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v13.4.0...v13.5.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-11 02:12:20 +00:00
dependabot[bot]
1a3f1bdeb9 Chore(deps): Bump @nextcloud/dialogs from 4.2.1 to 4.2.2
Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-dialogs/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/v4.2.2/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: "@nextcloud/dialogs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-11 02:12:00 +00:00
Nextcloud bot
da8b12a7fa Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-11 00:38:51 +00:00
Julius Härtl
f16240388d ci(cypress): fix check for no due date
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-10 16:17:38 +01:00
Julius Härtl
a52de61b57 fix: Align card details better to take less space
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-10 15:44:41 +01:00
Julius Härtl
41d17494d4 fix: Fix spacing and reserved scrollbar space
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-10 12:04:34 +01:00
Nextcloud bot
8f8597def7 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-10 00:40:52 +00:00
325 changed files with 16304 additions and 4934 deletions

View File

@@ -11,6 +11,24 @@ updates:
open-pull-requests-limit: 10
reviewers:
- juliushaertl
- luka-nextcloud
- package-ecosystem: npm
target-branch: stable28
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: stable27
@@ -29,23 +47,6 @@ updates:
- 3. to review
- dependencies
- package-ecosystem: npm
target-branch: stable26
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: composer
directory: "/"
schedule:
@@ -56,6 +57,8 @@ updates:
open-pull-requests-limit: 10
reviewers:
- juliushaertl
- luka-nextcloud
- package-ecosystem: composer
directory: "/tests/integration"
schedule:
@@ -66,6 +69,8 @@ updates:
open-pull-requests-limit: 10
reviewers:
- juliushaertl
- luka-nextcloud
- package-ecosystem: github-actions
directory: "/"
schedule:
@@ -76,3 +81,4 @@ updates:
open-pull-requests-limit: 10
reviewers:
- juliushaertl
- luka-nextcloud

View File

@@ -16,15 +16,15 @@ jobs:
node-version: [16.x]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
uses: actions/setup-node@v4.0.2
with:
node-version: ${{ matrix.node-version }}
- name: Set up npm7
run: npm i -g npm@7
- name: Setup PHP
uses: shivammathur/setup-php@2.27.0
uses: shivammathur/setup-php@2.30.0
with:
php-version: '7.4'
tools: composer
@@ -37,7 +37,7 @@ jobs:
uname -a
RUST_BACKTRACE=1 krankerl --version
RUST_BACKTRACE=1 krankerl package
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Deck app tarball
path: build/artifacts/deck.tar.gz

View File

@@ -10,7 +10,7 @@ on:
types: [published]
env:
PHP_VERSION: 8.1
PHP_VERSION: 8.2
jobs:
build_and_publish:
@@ -21,7 +21,7 @@ jobs:
steps:
- name: Check actor permission
uses: skjnldsv/check-actor-permission@e591dbfe838300c007028e1219ca82cc26e8d7c5 # v2.1
uses: skjnldsv/check-actor-permission@69e92a3c4711150929bca9fcf34448c5bf5526e7 # v3.0
with:
require: write
@@ -32,7 +32,7 @@ jobs:
echo "APP_VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@v4 # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
path: ${{ env.APP_NAME }}
@@ -50,13 +50,13 @@ jobs:
continue-on-error: true
with:
path: ${{ env.APP_NAME }}
fallbackNode: "^16"
fallbackNpm: "^7"
fallbackNode: '^20'
fallbackNpm: '^9'
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
# Skip if no package.json
if: ${{ steps.versions.outputs.nodeVersion }}
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v3
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3
with:
node-version: ${{ steps.versions.outputs.nodeVersion }}
@@ -66,7 +66,7 @@ jobs:
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
- name: Set up php ${{ env.PHP_VERSION }}
uses: shivammathur/setup-php@2.27.0 # v2
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
with:
php-version: ${{ env.PHP_VERSION }}
coverage: none
@@ -75,7 +75,7 @@ jobs:
- name: Check composer.json
id: check_composer
uses: andstor/file-existence-action@20b4d2e596410855db8f9ca21e96fbe18e12930b # v2
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v2
with:
files: "${{ env.APP_NAME }}/composer.json"
@@ -88,6 +88,8 @@ jobs:
- name: Build ${{ env.APP_NAME }}
# Skip if no package.json
if: ${{ steps.versions.outputs.nodeVersion }}
env:
CYPRESS_INSTALL_BINARY: 0
run: |
cd ${{ env.APP_NAME }}
npm ci
@@ -95,7 +97,7 @@ jobs:
- name: Check Krankerl config
id: krankerl
uses: andstor/file-existence-action@20b4d2e596410855db8f9ca21e96fbe18e12930b # v2
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v2
with:
files: ${{ env.APP_NAME }}/krankerl.toml
@@ -126,7 +128,7 @@ jobs:
unzip latest-$NCVERSION.zip
- name: Checkout server master fallback
uses: actions/checkout@v4 # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
if: ${{ steps.server-checkout.outcome != 'success' }}
with:
submodules: true
@@ -149,7 +151,7 @@ jobs:
tar -zcvf ${{ env.APP_NAME }}.tar.gz ${{ env.APP_NAME }}
- name: Attach tarball to github release
uses: svenstaro/upload-release-action@1beeb572c19a9242f4361f4cee78f8e0d9aec5df # v2
uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2
id: attach_to_release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -23,7 +23,7 @@ jobs:
steps:
- name: Add reaction on start
uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
with:
token: ${{ secrets.COMMAND_BOT_PAT }}
repository: ${{ github.event.repository.full_name }}
@@ -31,7 +31,7 @@ jobs:
reaction-type: "+1"
- name: Checkout the latest code
uses: actions/checkout@v4 # v3.5.2
uses: actions/checkout@v4.1.1 # v3.5.2
with:
fetch-depth: 0
token: ${{ secrets.COMMAND_BOT_PAT }}
@@ -42,7 +42,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.COMMAND_BOT_PAT }}
- name: Add reaction on failure
uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
if: failure()
with:
token: ${{ secrets.COMMAND_BOT_PAT }}

View File

@@ -23,11 +23,11 @@ jobs:
# containers: [1, 2, 3]
php-versions: [ '8.0' ]
databases: [ 'sqlite' ]
server-versions: [ 'master' ]
server-versions: [ 'stable29' ]
steps:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
uses: actions/setup-node@v4.0.2
with:
node-version: ${{ matrix.node-version }}
@@ -37,7 +37,7 @@ jobs:
echo "text_app_ref=$text_app_ref" >> $GITHUB_ENV
- name: Checkout server
uses: actions/checkout@v4
uses: actions/checkout@v4.1.1
with:
repository: nextcloud/server
ref: ${{ matrix.server-versions }}
@@ -50,19 +50,19 @@ jobs:
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
- name: Checkout ${{ env.APP_NAME }}
uses: actions/checkout@v4
uses: actions/checkout@v4.1.1
with:
path: apps/${{ env.APP_NAME }}
- name: Checkout text
uses: actions/checkout@v4
uses: actions/checkout@v4.1.1
with:
repository: nextcloud/text
ref: ${{ env.text_app_ref }}
path: apps/text
- name: Set up php ${{ matrix.php-versions }}
uses: shivammathur/setup-php@2.27.0
uses: shivammathur/setup-php@2.30.0
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, zip, gd, apcu
@@ -106,7 +106,7 @@ jobs:
npm_package_name: ${{ env.APP_NAME }}
- name: Upload test failure screenshots
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: Upload screenshots
@@ -114,7 +114,7 @@ jobs:
retention-days: 5
- name: Upload nextcloud logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: Upload nextcloud log

View File

@@ -28,7 +28,7 @@ jobs:
matrix:
php-versions: ['8.1']
databases: ['sqlite', 'mysql', 'pgsql']
server-versions: ['master']
server-versions: ['stable29']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
@@ -52,7 +52,7 @@ jobs:
steps:
- name: Checkout server
uses: actions/checkout@v4
uses: actions/checkout@v4.1.1
with:
repository: nextcloud/server
ref: ${{ matrix.server-versions }}
@@ -66,12 +66,19 @@ jobs:
cd build/integration && composer require --dev phpunit/phpunit:~9
- name: Checkout app
uses: actions/checkout@v4
uses: actions/checkout@v4.1.1
with:
path: apps/${{ env.APP_NAME }}
- name: Checkout activity
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
repository: nextcloud/activity
ref: ${{ matrix.server-versions }}
path: apps/activity
- name: Set up php ${{ matrix.php-versions }}
uses: shivammathur/setup-php@2.27.0
uses: shivammathur/setup-php@2.30.0
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, mysql, pdo_mysql, pgsql, pdo_pgsql, apcu
@@ -107,7 +114,7 @@ jobs:
- name: Query count
if: ${{ matrix.databases == 'mysql' }}
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |

View File

@@ -8,20 +8,7 @@
name: Lint eslint
on:
pull_request:
paths:
- '.github/workflows/**'
- 'src/**'
- 'appinfo/info.xml'
- 'package.json'
- 'package-lock.json'
- 'tsconfig.json'
- '.eslintrc.*'
- '.eslintignore'
- '**.js'
- '**.ts'
- '**.vue'
on: pull_request
permissions:
contents: read
@@ -31,24 +18,52 @@ concurrency:
cancel-in-progress: true
jobs:
changes:
runs-on: ubuntu-latest
outputs:
src: ${{ steps.changes.outputs.src}}
steps:
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
id: changes
continue-on-error: true
with:
filters: |
src:
- '.github/workflows/**'
- 'src/**'
- 'appinfo/info.xml'
- 'package.json'
- 'package-lock.json'
- 'tsconfig.json'
- '.eslintrc.*'
- '.eslintignore'
- '**.js'
- '**.ts'
- '**.vue'
lint:
runs-on: ubuntu-latest
name: eslint
needs: changes
if: needs.changes.outputs.src != 'false'
name: NPM lint
steps:
- name: Checkout
uses: actions/checkout@v4 # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Read package.json node and npm engines version
uses: skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1 # v2.2
id: versions
with:
fallbackNode: '^16'
fallbackNpm: '^7'
fallbackNode: '^20'
fallbackNpm: '^9'
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v3
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3
with:
node-version: ${{ steps.versions.outputs.nodeVersion }}
@@ -56,7 +71,25 @@ jobs:
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
- name: Install dependencies
env:
CYPRESS_INSTALL_BINARY: 0
PUPPETEER_SKIP_DOWNLOAD: true
run: npm ci
- name: Lint
run: npm run lint
summary:
permissions:
contents: none
runs-on: ubuntu-latest
needs: [changes, lint]
if: always()
# This is the summary, we just avoid to rename it so that branch protection rules still match
name: eslint
steps:
- name: Summary status
run: if ${{ needs.changes.outputs.src != 'false' && needs.lint.result != 'success' }}; then exit 1; fi

View File

@@ -22,12 +22,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4 # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Set up php
uses: shivammathur/setup-php@2.27.0 # v2
- name: Set up php8.2
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
with:
php-version: 8.1
php-version: 8.2
coverage: none
ini-file: development
env:

View File

@@ -5,13 +5,7 @@
name: Lint php
on:
pull_request:
push:
branches:
- main
- master
- stable*
on: pull_request
permissions:
contents: read
@@ -25,16 +19,16 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ "8.0", "8.1", "8.2", "8.3" ]
php-versions: [ '8.0', '8.1', '8.2', '8.3' ]
name: php-lint
steps:
- name: Checkout
uses: actions/checkout@v4 # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Set up php ${{ matrix.php-versions }}
uses: shivammathur/setup-php@2.27.0 # v2
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
with:
php-version: ${{ matrix.php-versions }}
coverage: none

View File

@@ -22,17 +22,17 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4 # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Read package.json node and npm engines version
uses: skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1 # v2.2
id: versions
with:
fallbackNode: '^16'
fallbackNpm: '^7'
fallbackNode: '^20'
fallbackNpm: '^9'
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v3
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3
with:
node-version: ${{ steps.versions.outputs.nodeVersion }}
@@ -40,6 +40,8 @@ jobs:
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
- name: Install dependencies
env:
CYPRESS_INSTALL_BINARY: 0
run: npm ci
- name: Lint

View File

@@ -12,9 +12,9 @@ jobs:
node-version: [14.x]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
uses: actions/setup-node@v4.0.2
with:
node-version: ${{ matrix.node-version }}
- name: Set up npm7

View File

@@ -18,13 +18,13 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ["main", "master", "stable27", "stable26", "stable25", "stable24"]
branches: ['main', 'master', 'stable28', 'stable27', 'stable26']
name: npm-audit-fix-${{ matrix.branches }}
steps:
- name: Checkout
uses: actions/checkout@v4 # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
ref: ${{ matrix.branches }}
@@ -32,11 +32,11 @@ jobs:
uses: skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1 # v2.2
id: versions
with:
fallbackNode: '^16'
fallbackNpm: '^7'
fallbackNode: '^20'
fallbackNpm: '^9'
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v3
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3
with:
node-version: ${{ steps.versions.outputs.nodeVersion }}
@@ -49,13 +49,15 @@ jobs:
- name: Run npm ci and npm run build
if: always()
env:
CYPRESS_INSTALL_BINARY: 0
run: |
npm ci
npm run build --if-present
- name: Create Pull Request
if: always()
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5
uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v5
with:
token: ${{ secrets.COMMAND_BOT_PAT }}
commit-message: "chore(deps): fix npm audit"

185
.github/workflows/phpunit-mysql.yml vendored Normal file
View File

@@ -0,0 +1,185 @@
# This workflow is provided via the organization template repository
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
name: PHPUnit MySQL
on: pull_request
permissions:
contents: read
concurrency:
group: phpunit-mysql-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
matrix:
runs-on: ubuntu-latest-low
outputs:
matrix: ${{ steps.versions.outputs.sparse-matrix }}
steps:
- name: Checkout app
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Get version matrix
id: versions
uses: icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.3.1
with:
matrix: '{"mysql-versions": ["8.1"]}'
changes:
runs-on: ubuntu-latest-low
outputs:
src: ${{ steps.changes.outputs.src}}
steps:
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
id: changes
continue-on-error: true
with:
filters: |
src:
- '.github/workflows/**'
- 'appinfo/**'
- 'lib/**'
- 'templates/**'
- 'tests/**'
- 'vendor/**'
- 'vendor-bin/**'
- '.php-cs-fixer.dist.php'
- 'composer.json'
- 'composer.lock'
phpunit-mysql:
runs-on: ubuntu-latest
needs: [changes, matrix]
if: needs.changes.outputs.src != 'false'
strategy:
matrix: ${{ fromJson(needs.matrix.outputs.matrix) }}
name: MySQL ${{ matrix.mysql-versions }} PHP ${{ matrix.php-versions }} Nextcloud ${{ matrix.server-versions }}
services:
mysql:
image: ghcr.io/nextcloud/continuous-integration-mysql-${{ matrix.mysql-versions }}:latest
ports:
- 4444:3306/tcp
env:
MYSQL_ROOT_PASSWORD: rootpassword
options: --health-cmd="mysqladmin ping" --health-interval 5s --health-timeout 2s --health-retries 10
steps:
- name: Set app env
run: |
# Split and keep last
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
- name: Checkout server
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
submodules: true
repository: nextcloud/server
ref: ${{ matrix.server-versions }}
- name: Checkout app
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
path: apps/${{ env.APP_NAME }}
- name: Set up php ${{ matrix.php-versions }}
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
with:
php-version: ${{ matrix.php-versions }}
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, mysql, pdo_mysql
coverage: none
ini-file: development
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Enable ONLY_FULL_GROUP_BY MySQL option
run: |
echo "SET GLOBAL sql_mode=(SELECT CONCAT(@@sql_mode,',ONLY_FULL_GROUP_BY'));" | mysql -h 127.0.0.1 -P 4444 -u root -prootpassword
echo "SELECT @@sql_mode;" | mysql -h 127.0.0.1 -P 4444 -u root -prootpassword
- name: Check composer file existence
id: check_composer
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0.0
with:
files: apps/${{ env.APP_NAME }}/composer.json
- name: Set up dependencies
# Only run if phpunit config file exists
if: steps.check_composer.outputs.files_exists == 'true'
working-directory: apps/${{ env.APP_NAME }}
run: composer i
- name: Set up Nextcloud
env:
DB_PORT: 4444
run: |
mkdir data
./occ maintenance:install --verbose --database=mysql --database-name=nextcloud --database-host=127.0.0.1 --database-port=$DB_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass admin
./occ app:enable --force ${{ env.APP_NAME }}
- name: Check PHPUnit script is defined
id: check_phpunit
continue-on-error: true
working-directory: apps/${{ env.APP_NAME }}
run: |
composer run --list | grep "^ test:unit " | wc -l | grep 1
- name: PHPUnit
# Only run if phpunit config file exists
if: steps.check_phpunit.outcome == 'success'
working-directory: apps/${{ env.APP_NAME }}
run: composer run test:unit
- name: Check PHPUnit integration script is defined
id: check_integration
continue-on-error: true
working-directory: apps/${{ env.APP_NAME }}
run: |
composer run --list | grep "^ test:integration " | wc -l | grep 1
- name: Run Nextcloud
# Only run if phpunit integration config file exists
if: steps.check_integration.outcome == 'success'
run: php -S localhost:8080 &
- name: PHPUnit integration
# Only run if phpunit integration config file exists
if: steps.check_integration.outcome == 'success'
working-directory: apps/${{ env.APP_NAME }}
run: composer run test:integration
- name: Print logs
if: always()
run: |
cat data/nextcloud.log
- name: Skipped
# Fail the action when neither unit nor integration tests ran
if: steps.check_phpunit.outcome == 'failure' && steps.check_integration.outcome == 'failure'
run: |
echo 'Neither PHPUnit nor PHPUnit integration tests are specified in composer.json scripts'
exit 1
summary:
permissions:
contents: none
runs-on: ubuntu-latest-low
needs: [changes, phpunit-mysql]
if: always()
name: phpunit-mysql-summary
steps:
- name: Summary status
run: if ${{ needs.changes.outputs.src != 'false' && needs.phpunit-mysql.result != 'success' }}; then exit 1; fi

168
.github/workflows/phpunit-pgsql.yml vendored Normal file
View File

@@ -0,0 +1,168 @@
# This workflow is provided via the organization template repository
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
name: PHPUnit pgsql
on: pull_request
permissions:
contents: read
concurrency:
group: phpunit-pgsql-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
changes:
runs-on: ubuntu-latest
outputs:
src: ${{ steps.changes.outputs.src}}
steps:
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
id: changes
continue-on-error: true
with:
filters: |
src:
- '.github/workflows/**'
- 'appinfo/**'
- 'lib/**'
- 'templates/**'
- 'tests/**'
- 'vendor/**'
- 'vendor-bin/**'
- '.php-cs-fixer.dist.php'
- 'composer.json'
- 'composer.lock'
phpunit-pgsql:
runs-on: ubuntu-latest
needs: changes
if: needs.changes.outputs.src != 'false'
strategy:
matrix:
php-versions: ['8.2']
server-versions: ['stable29']
services:
postgres:
image: ghcr.io/nextcloud/continuous-integration-postgres-14:latest
ports:
- 4444:5432/tcp
env:
POSTGRES_USER: root
POSTGRES_PASSWORD: rootpassword
POSTGRES_DB: nextcloud
options: --health-cmd pg_isready --health-interval 5s --health-timeout 2s --health-retries 5
steps:
- name: Set app env
run: |
# Split and keep last
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
- name: Checkout server
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
submodules: true
repository: nextcloud/server
ref: ${{ matrix.server-versions }}
- name: Checkout app
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
path: apps/${{ env.APP_NAME }}
- name: Set up php ${{ matrix.php-versions }}
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
with:
php-version: ${{ matrix.php-versions }}
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, pgsql, pdo_pgsql
coverage: none
ini-file: development
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Check composer file existence
id: check_composer
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v2
with:
files: apps/${{ env.APP_NAME }}/composer.json
- name: Set up dependencies
# Only run if phpunit config file exists
if: steps.check_composer.outputs.files_exists == 'true'
working-directory: apps/${{ env.APP_NAME }}
run: composer i
- name: Set up Nextcloud
env:
DB_PORT: 4444
run: |
mkdir data
./occ maintenance:install --verbose --database=pgsql --database-name=nextcloud --database-host=127.0.0.1 --database-port=$DB_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass admin
./occ app:enable --force ${{ env.APP_NAME }}
- name: Check PHPUnit script is defined
id: check_phpunit
continue-on-error: true
working-directory: apps/${{ env.APP_NAME }}
run: |
composer run --list | grep "^ test:unit " | wc -l | grep 1
- name: PHPUnit
# Only run if phpunit config file exists
if: steps.check_phpunit.outcome == 'success'
working-directory: apps/${{ env.APP_NAME }}
run: composer run test:unit
- name: Check PHPUnit integration script is defined
id: check_integration
continue-on-error: true
working-directory: apps/${{ env.APP_NAME }}
run: |
composer run --list | grep "^ test:integration " | wc -l | grep 1
- name: Run Nextcloud
# Only run if phpunit integration config file exists
if: steps.check_integration.outcome == 'success'
run: php -S localhost:8080 &
- name: PHPUnit integration
# Only run if phpunit integration config file exists
if: steps.check_integration.outcome == 'success'
working-directory: apps/${{ env.APP_NAME }}
run: composer run test:integration
- name: Print logs
if: always()
run: |
cat data/nextcloud.log
- name: Skipped
# Fail the action when neither unit nor integration tests ran
if: steps.check_phpunit.outcome == 'failure' && steps.check_integration.outcome == 'failure'
run: |
echo 'Neither PHPUnit nor PHPUnit integration tests are specified in composer.json scripts'
exit 1
summary:
permissions:
contents: none
runs-on: ubuntu-latest
needs: [changes, phpunit-pgsql]
if: always()
name: phpunit-pgsql-summary
steps:
- name: Summary status
run: if ${{ needs.changes.outputs.src != 'false' && needs.phpunit-pgsql.result != 'success' }}; then exit 1; fi

157
.github/workflows/phpunit-sqlite.yml vendored Normal file
View File

@@ -0,0 +1,157 @@
# This workflow is provided via the organization template repository
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
name: PHPUnit sqlite
on: pull_request
permissions:
contents: read
concurrency:
group: phpunit-sqlite-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
changes:
runs-on: ubuntu-latest
outputs:
src: ${{ steps.changes.outputs.src}}
steps:
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
id: changes
continue-on-error: true
with:
filters: |
src:
- '.github/workflows/**'
- 'appinfo/**'
- 'lib/**'
- 'templates/**'
- 'tests/**'
- 'vendor/**'
- 'vendor-bin/**'
- '.php-cs-fixer.dist.php'
- 'composer.json'
- 'composer.lock'
phpunit-sqlite:
runs-on: ubuntu-latest
needs: changes
if: needs.changes.outputs.src != 'false'
strategy:
matrix:
php-versions: ['8.2']
server-versions: ['stable29']
steps:
- name: Set app env
run: |
# Split and keep last
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
- name: Checkout server
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
submodules: true
repository: nextcloud/server
ref: ${{ matrix.server-versions }}
- name: Checkout app
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
path: apps/${{ env.APP_NAME }}
- name: Set up php ${{ matrix.php-versions }}
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
with:
php-version: ${{ matrix.php-versions }}
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite
coverage: none
ini-file: development
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Check composer file existence
id: check_composer
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v2
with:
files: apps/${{ env.APP_NAME }}/composer.json
- name: Set up dependencies
# Only run if phpunit config file exists
if: steps.check_composer.outputs.files_exists == 'true'
working-directory: apps/${{ env.APP_NAME }}
run: composer i
- name: Set up Nextcloud
env:
DB_PORT: 4444
run: |
mkdir data
./occ maintenance:install --verbose --database=sqlite --database-name=nextcloud --database-host=127.0.0.1 --database-port=$DB_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass admin
./occ app:enable --force ${{ env.APP_NAME }}
- name: Check PHPUnit script is defined
id: check_phpunit
continue-on-error: true
working-directory: apps/${{ env.APP_NAME }}
run: |
composer run --list | grep "^ test:unit " | wc -l | grep 1
- name: PHPUnit
# Only run if phpunit config file exists
if: steps.check_phpunit.outcome == 'success'
working-directory: apps/${{ env.APP_NAME }}
run: composer run test:unit
- name: Check PHPUnit integration script is defined
id: check_integration
continue-on-error: true
working-directory: apps/${{ env.APP_NAME }}
run: |
composer run --list | grep "^ test:integration " | wc -l | grep 1
- name: Run Nextcloud
# Only run if phpunit integration config file exists
if: steps.check_integration.outcome == 'success'
run: php -S localhost:8080 &
- name: PHPUnit integration
# Only run if phpunit integration config file exists
if: steps.check_integration.outcome == 'success'
working-directory: apps/${{ env.APP_NAME }}
run: composer run test:integration
- name: Print logs
if: always()
run: |
cat data/nextcloud.log
- name: Skipped
# Fail the action when neither unit nor integration tests ran
if: steps.check_phpunit.outcome == 'failure' && steps.check_integration.outcome == 'failure'
run: |
echo 'Neither PHPUnit nor PHPUnit integration tests are specified in composer.json scripts'
exit 1
summary:
permissions:
contents: none
runs-on: ubuntu-latest
needs: [changes, phpunit-sqlite]
if: always()
name: phpunit-sqlite-summary
steps:
- name: Summary status
run: if ${{ needs.changes.outputs.src != 'false' && needs.phpunit-sqlite.result != 'success' }}; then exit 1; fi

View File

@@ -1,102 +0,0 @@
name: PHPUnit
on:
pull_request:
paths:
- '.github/workflows/phpunit.yml'
- 'appinfo/**'
- 'lib/**'
- 'templates/**'
- 'tests/**'
- 'composer.json'
- 'composer.lock'
push:
branches:
- master
- stable*
env:
APP_NAME: deck
jobs:
integration:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php-versions: ['8.0', '8.1', '8.2', '8.3']
databases: ['sqlite', 'mysql', 'pgsql']
server-versions: ['master']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
services:
postgres:
image: postgres:14
ports:
- 4445:5432/tcp
env:
POSTGRES_USER: root
POSTGRES_PASSWORD: rootpassword
POSTGRES_DB: nextcloud
options: --health-cmd pg_isready --health-interval 5s --health-timeout 2s --health-retries 5
mysql:
image: mariadb:10.5
ports:
- 4444:3306/tcp
env:
MYSQL_ROOT_PASSWORD: rootpassword
options: --health-cmd="mysqladmin ping" --health-interval 5s --health-timeout 2s --health-retries 5
steps:
- name: Checkout server
uses: actions/checkout@v4
with:
repository: nextcloud/server
ref: ${{ matrix.server-versions }}
- name: Checkout submodules
shell: bash
run: |
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
git submodule sync --recursive
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
- name: Checkout app
uses: actions/checkout@v4
with:
path: apps/${{ env.APP_NAME }}
- name: Set up php ${{ matrix.php-versions }}
uses: shivammathur/setup-php@2.27.0
with:
php-version: ${{ matrix.php-versions }}
tools: phpunit
extensions: zip, gd, mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, mysql, pdo_mysql, pgsql, pdo_pgsql
coverage: none
- name: Set up PHPUnit
working-directory: apps/${{ env.APP_NAME }}
run: composer i
- name: Set up Nextcloud
run: |
if [ "${{ matrix.databases }}" = "mysql" ]; then
export DB_PORT=4444
elif [ "${{ matrix.databases }}" = "pgsql" ]; then
export DB_PORT=4445
fi
mkdir data
./occ maintenance:install --verbose --database=${{ matrix.databases }} --database-name=nextcloud --database-host=127.0.0.1 --database-port=$DB_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass admin
./occ app:enable --force ${{ env.APP_NAME }}
php -S localhost:8080 &
- name: PHPUnit
working-directory: apps/${{ env.APP_NAME }}
run: ./vendor/phpunit/phpunit/phpunit -c tests/phpunit.xml
- name: PHPUnit integration
working-directory: apps/${{ env.APP_NAME }}
run: ./vendor/phpunit/phpunit/phpunit -c tests/phpunit.integration.xml

View File

@@ -1,3 +1,8 @@
# This workflow is provided via the organization template repository
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
name: 'Ask for feedback on PRs'
on:
schedule:
@@ -5,7 +10,7 @@ on:
jobs:
pr-feedback:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: The get-github-handles-from-website action
uses: marcelklehr/get-github-handles-from-website-action@a739600f6b91da4957f51db0792697afbb2f143c # v1.0.0
@@ -18,12 +23,12 @@ jobs:
Hello there,
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.
We hope that the reviewing process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR reviewing process.
We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process.
Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6
Thank you for contributing to Nextcloud and we hope to hear from you soon!
days-before-feedback: 14
start-date: "2023-07-10"
exempt-authors: "${{ steps.scrape.outputs.users }}"
exempt-authors: "${{ steps.scrape.outputs.users }},nextcloud-command,nextcloud-android-bot,skjnldsv,datenangebot"
exempt-bots: true

View File

@@ -5,13 +5,7 @@
name: Static analysis
on:
pull_request:
push:
branches:
- master
- main
- stable*
on: pull_request
concurrency:
group: psalm-${{ github.head_ref || github.run_id }}
@@ -21,15 +15,15 @@ jobs:
static-analysis:
runs-on: ubuntu-latest
name: Nextcloud
name: static-psalm-analysis
steps:
- name: Checkout
uses: actions/checkout@v4 # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Set up php
uses: shivammathur/setup-php@2.27.0 # v2
- name: Set up php8.2
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
with:
php-version: 8.1
php-version: 8.2
coverage: none
ini-file: development
env:

View File

@@ -0,0 +1,49 @@
# This workflow is provided via the organization template repository
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
name: Auto approve nextcloud/ocp
on:
pull_request_target:
branches:
- main
- master
- stable*
permissions:
contents: read
concurrency:
group: update-nextcloud-ocp-approve-merge-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
auto-approve-merge:
if: github.actor == 'nextcloud-command'
runs-on: ubuntu-latest
permissions:
# for hmarr/auto-approve-action to approve PRs
pull-requests: write
# for alexwilson/enable-github-automerge-action to approve PRs
contents: write
steps:
- uses: mdecoleman/pr-branch-name@bab4c71506bcd299fb350af63bb8e53f2940a599 # v2.0.0
id: branchname
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
# GitHub actions bot approve
- uses: hmarr/auto-approve-action@b40d6c9ed2fa10c9a2749eca7eb004418a705501 # v2
if: startsWith(steps.branchname.outputs.branch, 'automated/noid/') && endsWith(steps.branchname.outputs.branch, 'update-nextcloud-ocp')
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# Enable GitHub auto merge
- name: Auto merge
uses: alexwilson/enable-github-automerge-action@d8d24b8699d9749aca9279609909abca856457c8 # main
if: startsWith(steps.branchname.outputs.branch, 'automated/noid/') && endsWith(steps.branchname.outputs.branch, 'update-nextcloud-ocp')
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -17,57 +17,90 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ["main", "master", "stable27", "stable26", "stable25"]
branches: ['main', 'master', 'stable28', 'stable27', 'stable26']
name: update-nextcloud-ocp-${{ matrix.branches }}
steps:
- uses: actions/checkout@v4 # v3.5.2
- id: checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
ref: ${{ matrix.branches }}
submodules: true
continue-on-error: true
- name: Set up php8.1
uses: shivammathur/setup-php@2.27.0 # v2
- name: Set up php8.2
if: steps.checkout.outcome == 'success'
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
with:
php-version: 8.1
php-version: 8.2
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite
coverage: none
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Read codeowners
if: steps.checkout.outcome == 'success'
id: codeowners
run: |
grep '/appinfo/info.xml' .github/CODEOWNERS | cut -f 2- -d ' ' | xargs | awk '{ print "codeowners="$0 }' >> $GITHUB_OUTPUT
continue-on-error: true
- name: Composer install
if: steps.checkout.outcome == 'success'
run: composer install
- name: Composer update nextcloud/ocp
if: matrix.branches != 'main'
id: update_branch
if: ${{ steps.checkout.outcome == 'success' && matrix.branches != 'main' }}
run: composer require --dev nextcloud/ocp:dev-${{ matrix.branches }}
- name: Raise on issue on failure
uses: dacbd/create-issue-action@cdb57ab6ff8862aa09fee2be6ba77a59581921c2 # v2.0.0
if: ${{ steps.checkout.outcome == 'success' && failure() && steps.update_branch.conclusion == 'failure' }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: Failed to update nextcloud/ocp package on branch ${{ matrix.branches }}
body: Please check the output of the GitHub action and manually resolve the issues<br>${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}<br>${{ steps.codeowners.outputs.codeowners }}
- name: Composer update nextcloud/ocp
if: matrix.branches == 'main'
id: update_main
if: ${{ steps.checkout.outcome == 'success' && matrix.branches == 'main' }}
run: composer require --dev nextcloud/ocp:dev-master
- name: Raise on issue on failure
uses: dacbd/create-issue-action@cdb57ab6ff8862aa09fee2be6ba77a59581921c2 # v2.0.0
if: ${{ steps.checkout.outcome == 'success' && failure() && steps.update_main.conclusion == 'failure' }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: Failed to update nextcloud/ocp package on branch ${{ matrix.branches }}
body: Please check the output of the GitHub action and manually resolve the issues<br>${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}<br>${{ steps.codeowners.outputs.codeowners }}
- name: Reset checkout 3rdparty
if: steps.checkout.outcome == 'success'
run: |
git clean -f 3rdparty
git checkout 3rdparty
continue-on-error: true
- name: Reset checkout vendor
if: steps.checkout.outcome == 'success'
run: |
git clean -f vendor
git checkout vendor
continue-on-error: true
- name: Reset checkout vendor-bin
if: steps.checkout.outcome == 'success'
run: |
git clean -f vendor-bin
git checkout vendor-bin
continue-on-error: true
- name: Create Pull Request
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v3
if: steps.checkout.outcome == 'success'
uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v3
with:
token: ${{ secrets.COMMAND_BOT_PAT }}
commit-message: "chore(dev-deps): Bump nextcloud/ocp package"

View File

@@ -1,6 +1,99 @@
# Changelog
All notable changes to this project will be documented in this file.
## 1.13.0
### Added
- feat: Rename to teams @juliushaertl [#5611](https://github.com/nextcloud/deck/pull/5611)
- feat: Implement a team resource provider @juliushaertl [#5625](https://github.com/nextcloud/deck/pull/5625)
- Interactive board widget @juliushaertl [#5630](https://github.com/nextcloud/deck/pull/5630)
- introduce done and open filters @grnd-alt [#5488](https://github.com/nextcloud/deck/pull/5488)
### Fixed
- fixed sorting for upcoming cards @elzody [#5493](https://github.com/nextcloud/deck/pull/5493)
- fix(PermissionService#getPermissions): Catch exceptions from getBoard method @marcelklehr [#5542](https://github.com/nextcloud/deck/pull/5542)
- fix(activity): Fix permission checks when rendering activities in bac… @nickvergessen [#5533](https://github.com/nextcloud/deck/pull/5533)
- fix: Safeguard sync requests to hopefully not spam then server @juliushaertl [#5590](https://github.com/nextcloud/deck/pull/5590)
- fix: card move dialog auto close @luka-nextcloud [#5537](https://github.com/nextcloud/deck/pull/5537)
- fix: Avoid conflicts on deck attachments folder name @juliushaertl [#5703](https://github.com/nextcloud/deck/pull/5703)
- fix: Adapt NcAppSidebar props to new version @backportbot[bot] [#5768](https://github.com/nextcloud/deck/pull/5768)
- Fix tags' display when they are numerous @backportbot[bot] [#5727](https://github.com/nextcloud/deck/pull/5727)
- Clarify config file not found exception message @backportbot[bot] [#5724](https://github.com/nextcloud/deck/pull/5724)
### Other
- chore(CI): Adjust testing matrix for Nextcloud 29 on stable29 @nickvergessen [#5711](https://github.com/nextcloud/deck/pull/5711)
## 1.13.0-beta.1
### Added
- feat: Rename to teams @juliushaertl [#5611](https://github.com/nextcloud/deck/pull/5611)
- feat: Implement a team resource provider @juliushaertl [#5625](https://github.com/nextcloud/deck/pull/5625)
- Interactive board widget @juliushaertl [#5630](https://github.com/nextcloud/deck/pull/5630)
### Fixed
- Fix deleted card/board issues @juliushaertl [#5423](https://github.com/nextcloud/deck/pull/5423)
- Fixing #5451 @mintsoft [#5455](https://github.com/nextcloud/deck/pull/5455)
- fix: Add debounce to update due date @juliushaertl [#5458](https://github.com/nextcloud/deck/pull/5458)
- fix(done): Mark card as undone when updating card @stefan-niedermann [#5491](https://github.com/nextcloud/deck/pull/5491)
- fixed sorting for upcoming cards @elzody [#5493](https://github.com/nextcloud/deck/pull/5493)
- fix(PermissionService#getPermissions): Catch exceptions from getBoard method @marcelklehr [#5542](https://github.com/nextcloud/deck/pull/5542)
- fix(activity): Fix permission checks when rendering activities in bac… @nickvergessen [#5533](https://github.com/nextcloud/deck/pull/5533)
- fix: Safeguard sync requests to hopefully not spam then server @juliushaertl [#5590](https://github.com/nextcloud/deck/pull/5590)
- fix: card move dialog auto close @luka-nextcloud [#5537](https://github.com/nextcloud/deck/pull/5537)
- also filter by storage when getting shares in folder @icewind1991 [#5452](https://github.com/nextcloud/deck/pull/5452)
### Other
- fix(i18n): Improved wording @rakekniven [#5496](https://github.com/nextcloud/deck/pull/5496)
## 1.12.0-beta.3
### Added
- feat: Move to contenteditable for inline title editing @juliushaertl [#5282](https://github.com/nextcloud/deck/pull/5282)
### Fixed
- fix: Properly get done state for dav @juliushaertl [#5287](https://github.com/nextcloud/deck/pull/5287)
- Fix upcoming cards and label input @juliushaertl [#5290](https://github.com/nextcloud/deck/pull/5290)
## 1.12.0-beta.2
### Added
- Card layout polishing @juliushaertl [#5264](https://github.com/nextcloud/deck/pull/5264)
### Fixed
- fix: Properly handle adding new tags through multiselect @juliushaertl [#5285](https://github.com/nextcloud/deck/pull/5285)
- fix: Avoid throwing errors if no token provided on close @juliushaertl [#5284](https://github.com/nextcloud/deck/pull/5284)
- fix: Expose card actions in the card menu (fix #3180) [#5280](https://github.com/nextcloud/deck/pull/5280)
- fix: Use full card menu everywhere (fix #3993) [#5280](https://github.com/nextcloud/deck/pull/5280)
- fix: Detect end of the activity responses (fix #3395) [#5280](https://github.com/nextcloud/deck/pull/5280)
- fix: Add title with absolute date time to activity (fix #4508, fix #2122) [#5280](https://github.com/nextcloud/deck/pull/5280)
- fix: Disable dragging archived cards (fix #3271) [#5280](https://github.com/nextcloud/deck/pull/5280)
- fix: Hide unavailable card menu entries for archived card view [#5280](https://github.com/nextcloud/deck/pull/5280)
- fix: Use localCompare to sort labels (fix #2736) [#5280](https://github.com/nextcloud/deck/pull/5280)
- fix: More fitting click target for title editing [#5280](https://github.com/nextcloud/deck/pull/5280)
- fix: Always load proper dashboard js (fixes a log error) [#5280](https://github.com/nextcloud/deck/pull/5280)
- fix: Set fixed height for card modal (fix #4296) [#5280](https://github.com/nextcloud/deck/pull/5280)
- fix: Make sure to always update card description when navigating away (fix #5254 #2705) [#5280](https://github.com/nextcloud/deck/pull/5280)
- perf: Already pass board list as initial state @juliushaertl [#5281](https://github.com/nextcloud/deck/pull/5281)
### Dependencies
- Fix npm audit @nextcloud-command [#5277](https://github.com/nextcloud/deck/pull/5277)
- Update nextcloud/ocp dependency @nextcloud-command [#5275](https://github.com/nextcloud/deck/pull/5275)
- Chore(deps): Bump @nextcloud/dialogs from 4.2.1 to 4.2.2 @dependabot[bot] [#5266](https://github.com/nextcloud/deck/pull/5266)
- Chore(deps-dev): Bump cypress from 13.4.0 to 13.5.0 @dependabot[bot] [#5267](https://github.com/nextcloud/deck/pull/5267)
- Chore(deps): Bump shivammathur/setup-php from 2.27.0 to 2.27.1 @dependabot[bot] [#5268](https://github.com/nextcloud/deck/pull/5268)
## 1.12.0-beta.1
### Added

View File

@@ -77,7 +77,7 @@ You can enable HMR (Hot module replacement) to avoid page reloads when working o
### Docker: Simple app development container
- Fork the app
- Fork the app
- Clone the repository: `git clone https://github.com/nextcloud/deck.git`
- Go into deck directory: `cd deck`
- Build the app as described in the general build instructions
@@ -93,7 +93,7 @@ docker run --rm \
### Full Nextcloud development environment
You need to setup a [development environment](https://docs.nextcloud.com/server/latest/developer_manual//getting_started/devenv.html) of the current Nextcloud version. You can also alternatively install & run the [nextcloud docker container](https://github.com/juliushaertl/nextcloud-docker-dev).
After the finished installation, you can clone the deck project directly in the `/[nextcloud-docker-dev-dir]/workspace/server/apps/` folder.
After the finished installation, you can clone the deck project directly in the `/[nextcloud-docker-dev-dir]/workspace/server/apps/` folder.
### Running tests
You can use the provided Makefile to run all tests by using:

View File

@@ -16,7 +16,7 @@
- 🚀 Get your project organized
</description>
<version>1.12.0-beta.1</version>
<version>1.13.0</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<documentation>
@@ -38,7 +38,7 @@
<database min-version="9.4">pgsql</database>
<database>sqlite</database>
<database min-version="8.0">mysql</database>
<nextcloud min-version="28" max-version="28"/>
<nextcloud min-version="29" max-version="29"/>
</dependencies>
<background-jobs>
<job>OCA\Deck\Cron\DeleteCron</job>

View File

@@ -25,6 +25,11 @@
return [
'routes' => [
['name' => 'page#index', 'url' => '/', 'verb' => 'GET'],
['name' => 'page#indexList', 'url' => '/board', 'verb' => 'GET'],
['name' => 'page#indexBoard', 'url' => '/board/{boardId}', 'verb' => 'GET'],
['name' => 'page#indexBoardDetails', 'url' => '/board/{boardId}/details', 'verb' => 'GET'],
['name' => 'page#indexCard', 'url' => '/board/{boardId}/card/{cardId}', 'verb' => 'GET'],
['name' => 'page#redirectToCard', 'url' => '/card/{cardId}', 'verb' => 'GET'],
// boards

View File

@@ -15,7 +15,7 @@
"roave/security-advisories": "dev-master",
"phpunit/phpunit": "^9",
"nextcloud/coding-standard": "^1.1",
"nextcloud/ocp": "dev-master",
"nextcloud/ocp": "dev-stable29",
"psalm/phar": "^5.13"
},
"config": {
@@ -39,7 +39,8 @@
"@test:integration"
],
"test:unit": "vendor/bin/phpunit -c tests/phpunit.xml",
"test:integration": "vendor/bin/phpunit -c tests/phpunit.integration.xml && cd tests/integration && ./run.sh"
"test:integration": "vendor/bin/phpunit -c tests/phpunit.integration.xml",
"test:api": "cd tests/integration && ./run.sh"
},
"autoload-dev": {
"psr-4": {

533
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -69,11 +69,13 @@ describe('Card', function() {
.first().click()
cy.get('.modal-mask.card-selector .card-title').should('be.visible').click().type(newCardTitle)
cy.get('.modal-mask.card-selector .multiselect-board').should('be.visible').click()
cy.get('.modal-mask.card-selector .multiselect-board li:contains("' + boardData.title + '")').should('be.visible').click()
cy.get('.vs__dropdown-menu [data-cy="board-select-title"]:contains("' + boardData.title + '")').should('be.visible').click()
cy.wait('@getBoard', { timeout: 7000 })
cy.get('.modal-mask.card-selector .multiselect-list').should('be.visible').click()
cy.get('.modal-mask.card-selector .multiselect-list li').eq(0).should('be.visible').click()
cy.get('.vs__dropdown-menu span[title="TestList"]').should('be.visible').click()
cy.get('.modal-mask.card-selector button.button-vue--vue-primary').should('be.visible').click()
cy.wait('@save', { timeout: 7000 })
@@ -101,13 +103,13 @@ describe('Card', function() {
})
cy.get('.modal__card').should('be.visible')
cy.get('.app-sidebar-header__maintitle').contains('Hello world')
cy.get('.app-sidebar-header__mainname').contains('Hello world')
})
it('Attachment from files app', () => {
cy.get('.card:contains("Hello world")').should('be.visible').click()
cy.get('.modal__card').should('be.visible')
cy.get('.app-sidebar-tabs__tab [data-id="attachments"]').click()
cy.get('#tab-button-attachments').click()
cy.get('button.icon-upload').should('be.visible')
cy.get('button.icon-folder').should('be.visible')
.click()
@@ -118,11 +120,11 @@ describe('Card', function() {
cy.get('.attachment-list .basename').contains('welcome.txt')
})
it('Shows the modal with the editor', () => {
it.only('Shows the modal with the editor', () => {
cy.get('.card:contains("Hello world")').should('be.visible').click()
cy.intercept({ method: 'PUT', url: '**/apps/deck/cards/*' }).as('save')
cy.get('.modal__card').should('be.visible')
cy.get('.app-sidebar-header__maintitle').contains('Hello world')
cy.get('.app-sidebar-header__mainname').contains('Hello world')
cy.get('.modal__card .ProseMirror h1').contains('Hello world').should('be.visible')
cy.get('.modal__card .ProseMirror h1')
.click()
@@ -214,10 +216,83 @@ describe('Card', function() {
cy.tick(1_000)
cy.get('[data-cy-due-date-remove] button').should('be.visible').click()
cy.get(`.card:contains("${newCardTitle}")`).find('[data-due-state]').should('not.be.visible')
cy.get(`.card:contains("${newCardTitle}")`).find('[data-due-state]').should('not.exist')
})
it('Add a label', function() {
const newCardTitle = 'Card with labels'
cy.get('.button-vue[aria-label*="Add card"]')
.first().click()
cy.get('.stack__card-add form input#new-stack-input-main')
.type(newCardTitle)
cy.get('.stack__card-add form input[type=submit]')
.first().click()
cy.get(`.card:contains("${newCardTitle}")`).should('be.visible').click()
cy.get('#app-sidebar-vue [data-test="tag-selector"]').should('be.visible').click()
cy.get('.vs__dropdown-menu .tag:contains("Action needed")').should('be.visible').click()
cy.get('.vs__selected .tag:contains("Action needed")').should('be.visible')
cy.get('.vs__dropdown-menu .tag:contains("Later")').should('be.visible').click()
cy.get('.vs__selected .tag:contains("Action needed")').should('be.visible')
cy.get('.vs__selected .tag:contains("Action needed")')
.parent().find('button').click()
cy.get(`.card:contains("${newCardTitle}")`).find('.labels li:contains("Later")')
.should('be.visible')
cy.get(`.card:contains("${newCardTitle}")`).find('.labels li:contains("Action needed")')
.should('not.exist')
})
})
describe('Card actions', () => {
beforeEach(function() {
cy.login(user)
useModal(false).then(() => {
cy.visit(`/apps/deck/#/board/${boardId}`)
})
})
it('Custom card actions', () => {
const myAction = {
label: 'Test action',
icon: 'icon-user',
callback(card) {
console.log('Called callback', card)
},
}
cy.spy(myAction, 'callback').as('myAction.callback')
cy.window().then(win => {
win.OCA.Deck.registerCardAction(myAction)
})
cy.get('.card:contains("Hello world")').should('be.visible').click()
cy.get('#app-sidebar-vue')
.find('.ProseMirror h1').contains('Hello world').should('be.visible')
cy.get('.app-sidebar-header .action-item__menutoggle').click()
cy.get('.v-popper__popper button:contains("Test action")').click()
cy.get('@myAction.callback')
.should('be.called')
.its('firstCall.args.0')
.as('args')
cy.url().then(url => {
const cardId = url.split('/').pop()
cy.get('@args').should('have.property', 'name', 'Hello world')
cy.get('@args').should('have.property', 'stackname', 'TestList')
cy.get('@args').should('have.property', 'boardname', 'MyTestBoard')
cy.get('@args').its('link').then((url) => {
expect(url.split('/').pop() === cardId).to.be.true
cy.visit(url)
cy.get('#app-sidebar-vue')
.find('.ProseMirror h1').contains('Hello world').should('be.visible')
})
})
})
})
})

View File

@@ -1,4 +1,5 @@
import { randUser } from '../utils/index.js'
import { sampleBoard } from '../utils/sampleBoard'
const user = randUser()
describe('Deck dashboard', function() {
@@ -8,16 +9,18 @@ describe('Deck dashboard', function() {
beforeEach(function() {
cy.login(user)
cy.visit('/apps/deck')
})
it('Can show the right title on the dashboard', function() {
cy.visit('/apps/deck')
cy.get('.board-title h2')
.should('have.length', 1).first()
.should($el => expect($el.text().trim()).to.equal('Upcoming cards'))
})
it('Can see the default "Personal Board" created for user by default', function() {
cy.visit('/apps/deck')
const defaultBoard = 'Personal'
cy.get('.app-navigation-entry-wrapper[icon=icon-deck]')
@@ -26,4 +29,29 @@ describe('Deck dashboard', function() {
.contains(defaultBoard)
.should('be.visible')
})
it('Shows a card with due date on the overview', function() {
cy.createExampleBoard({
user,
board: sampleBoard(),
}).then((board) => {
cy.visit(`/apps/deck/#/board/${board.id}`)
cy.intercept({ method: 'PUT', url: '**/apps/deck/cards/**' }).as('updateCard')
const newCardTitle = 'Hello world'
cy.get(`.card:contains("${newCardTitle}")`).should('be.visible').click()
cy.get('#app-sidebar-vue [data-cy-due-date-actions]').should('be.visible').click()
cy.get('[data-cy-due-date-shortcut="tomorrow"] button').should('be.visible').click()
cy.wait('@updateCard')
cy.get('button[title="Close sidebar"]').click()
cy.get('.app-navigation-entry:contains("Upcoming cards") a').click()
cy.get(`.card:contains("${newCardTitle}")`).should('be.visible')
cy.get('.dashboard-column:contains("Tomorrow")').should('be.visible')
cy.get('.dashboard-column:contains("Tomorrow") .card:contains("Hello world")').should('be.visible')
})
})
})

View File

@@ -38,7 +38,10 @@ describe('Board', function() {
cy.get('.board-title').contains(board.title)
cy.shareBoardWithUi(recipient.userId)
cy.intercept({ method: 'PUT', url: '**/apps/deck/boards/*/acl/*' }).as('setAcl')
cy.get(`[data-cy="acl-participant:${recipient.userId}"]`).find('[data-cy="action:permission-edit"]').click()
cy.wait('@setAcl')
cy.login(recipient)
cy.visit(`/apps/deck/#/board/${boardId}`)

View File

@@ -107,11 +107,14 @@ Cypress.Commands.add('getNavigationEntry', (boardTitle) => {
})
Cypress.Commands.add('shareBoardWithUi', (userId) => {
cy.intercept({ method: 'GET', url: `**/ocs/v2.php/apps/files_sharing/api/v1/sharees?search=${userId}*` }).as('fetchRecipients')
cy.get('[aria-label="Open details"]').click()
cy.get('.app-sidebar').should('be.visible')
cy.get('.multiselect__input').type(`${userId}`)
cy.get('.multiselect__content .multiselect__element').first().contains(userId)
cy.get('.multiselect__input').type('{enter}')
cy.get('.select input').type(`${userId}`)
cy.wait('@fetchRecipients', { timeout: 7000 })
cy.get('.vs__dropdown-menu .option').first().contains(userId)
cy.get('.select input').type('{enter}')
cy.get('.shareWithList').contains(userId)
})

8
img/deck-current.svg Normal file
View File

@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewBox="0 0 16 16">
<g fill="currentColor">
<rect ry="1" height="8" width="14" y="7" x="1"/>
<rect ry=".5" height="1" width="12" y="5" x="2"/>
<rect ry=".5" height="1" width="10" y="3" x="3"/>
<rect ry=".5" height="1" width="8" y="1" x="4"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 372 B

View File

@@ -14,6 +14,8 @@ OC.L10N.register(
"A PHP extension stopped the file upload" : "n PHP-uitbreiding het die oplaai gestaak",
"Cancel" : "Kanselleer",
"File already exists" : "Lêer bestaan reeds",
"Open" : "Open",
"Completed" : "Voltooid",
"Open details" : "Open besonderhede",
"Details" : "Besonderhede",
"Tags" : "Etikette",
@@ -34,13 +36,15 @@ OC.L10N.register(
"Description" : "Beskrywing",
"Select Date" : "Kies Datum",
"seconds ago" : "sekondes gelede",
"Keyboard shortcuts" : "Sneltoetse",
"Keyboard shortcut" : "Snelsleutel",
"Search" : "Soek",
"Shared with you" : "Met u gedeel",
"No notifications" : "Geen kennisgewings",
"An error occurred" : "'n Fout het voorgekom",
"Today" : "Vandag",
"Tomorrow" : "Môre",
"Close" : "Sluit",
"Share" : "Deel",
"Due date" : "Sperdatum"
"Share" : "Deel"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -12,6 +12,8 @@
"A PHP extension stopped the file upload" : "n PHP-uitbreiding het die oplaai gestaak",
"Cancel" : "Kanselleer",
"File already exists" : "Lêer bestaan reeds",
"Open" : "Open",
"Completed" : "Voltooid",
"Open details" : "Open besonderhede",
"Details" : "Besonderhede",
"Tags" : "Etikette",
@@ -32,13 +34,15 @@
"Description" : "Beskrywing",
"Select Date" : "Kies Datum",
"seconds ago" : "sekondes gelede",
"Keyboard shortcuts" : "Sneltoetse",
"Keyboard shortcut" : "Snelsleutel",
"Search" : "Soek",
"Shared with you" : "Met u gedeel",
"No notifications" : "Geen kennisgewings",
"An error occurred" : "'n Fout het voorgekom",
"Today" : "Vandag",
"Tomorrow" : "Môre",
"Close" : "Sluit",
"Share" : "Deel",
"Due date" : "Sperdatum"
"Share" : "Deel"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -17,6 +17,7 @@ OC.L10N.register(
"Delete" : "Borrar",
"Download" : "Escargar",
"Modified" : "Modificau",
"Search" : "Buscar",
"Today" : "Hue",
"Close" : "Zarrar",
"Share" : "Compartir"

View File

@@ -15,6 +15,7 @@
"Delete" : "Borrar",
"Download" : "Escargar",
"Modified" : "Modificau",
"Search" : "Buscar",
"Today" : "Hue",
"Close" : "Zarrar",
"Share" : "Compartir"

View File

@@ -37,6 +37,10 @@ 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}",
"{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}",
"You have set the due date of card {card} to {after}" : "قمت بتعيين التاريخ المحدد للبطاقة {card} إلى {after}",
@@ -65,7 +69,7 @@ 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>لوحة board أو قائمة list أو بطاقة card </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" : "البطاقات المستحقة اليوم",
@@ -81,14 +85,14 @@ OC.L10N.register(
"{user} has mentioned you in a comment on {deck-card}." : "{user} أشار إليك في تعليق على {deck-card}",
"The board \"%s\" has been shared with you by %s." : "تمت مشاركة اللوح \"%s\" معك من قبل %s.",
"{user} has shared {deck-board} with you." : "{user} قام بمشاركة {deck-board} معك.",
"Deck board" : "لوح Deck",
"Deck board" : "رُقعة اللوحات Deck board",
"Owned by %1$s" : "يملكها %1$s",
"Deck boards, cards and comments" : "الرُّقع و البطاقات و الملاحظات",
"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" : "إنشاء كَدْسَة بطاقات deck card جديدة",
"Create a new deck card" : "إنشاء بطاقة deck card جديدة",
"Card comments" : "تعليقات البطاقة ",
"%s on %s" : "%s على %s",
"Deck boards and cards" : "الرُّقع و البطاقات",
"Deck boards and cards" : "رُقَع اللوحات و البطاقات",
"No data was provided to create an attachment." : "لا بيانات تم تقديمها لانشاء مرفق",
"Finished" : "اكتمل",
"To review" : "لإعادة المراجعة",
@@ -115,14 +119,18 @@ 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- 🔖 و يمكنك أيضاً إسناد البطاقة أي المهمة إلى شخص أو أشخاص في فريقك\n- 👥 شارك البطاقة مع من ترغب من أعضاء فريقك أو عائلتك أو أصدقائك\n- 📎 إرفاق ملفات و تضمينها بصيغة ماركداون في البطاقة\n- 💬ناقش البطاقة مع زملائك في خانة الملاحظات\n- ⚡ تابع ما يُستجد من عمليات و تطوّرات على البطاقة أو المهمة\n- 🚀 حافظ على مشروعك مُنسّقاً باستمرار.",
"Add board" : "إضافة لوح",
"Select the board to link to a project" : "تحديد اللوح لربطه بمشروع",
"Search by board title" : "بحث بواسطة عنوان اللوح",
"Select board" : "حدد لوح",
"Move card to another board" : "حرك البطاقة الى لوح اخر",
"Select a board" : "حدد لوح",
"Select a card" : "حدد بطاقة",
"No lists available" : "لا يوجد قائمة متاحه ",
"Select a list" : "اختر قائمة ",
"Move card" : "حرك البطاقة",
"Cancel" : "إلغاء",
"Select a card" : "حدد بطاقة",
"Select the card to link to a project" : "حدد البطاقة لربطها بمشروع",
"Link to card" : "اربط بطاقة",
"File already exists" : "الملف موجود مسبقاً",
@@ -141,6 +149,10 @@ OC.L10N.register(
"Filter by tag" : "تصفية بواسطة الوسم",
"Filter by assigned user" : "تصفية بواسطة المستخدم الموكل اليه",
"Unassigned" : "غير معيين ",
"Filter by completed" : "فلترة بحسب الإنجاز",
"Open and completed" : "مفتوحة و منجزة",
"Open" : "إفتح",
"Completed" : "مُكتمل",
"Filter by due date" : "تصفية بواسطة تاريخ الإنجاز",
"Overdue" : "تأخر",
"Next 24 hours" : "ال 24 ساعة القادمة",
@@ -159,9 +171,8 @@ OC.L10N.register(
"Details" : "التفاصيل",
"Currently present people" : "أشخاص معروضون حاليّاً",
"Loading board" : "جارِ تحميل اللوح..",
"No lists available" : "لا يوجد قائمة متاحه ",
"Create a new list to add cards to this board" : "إنشاء قائمة جديدة لإضافة البطاقات على هذا اللوح",
"Board not found" : "اللوح غير موجود",
"Create a new list to add cards to this board" : "إنشاء قائمة جديدة لإضافة البطاقات على هذا اللوح",
"Sharing" : "المشاركة",
"Tags" : "الوسوم",
"Deleted items" : "العناصر الممسوحة",
@@ -169,23 +180,23 @@ OC.L10N.register(
"Deleted lists" : "القوائم المحذوفة",
"Undo" : "تراجع",
"Deleted cards" : "البطاقات المحذوفة",
"Share board with a user, group or circle …" : "مشاركة اللوح مع مستخدم،مجموعة أو دائرة ..",
"Searching for users, groups and circles …" : "ابحث عن أعضاء، مجموعات أو حلقات ...",
"Share board with a user, group or team …" : "مشاركة اللوحة مع مستخدِم او مجموعة أو فريق ...",
"Searching for users, groups and teams …" : "البحث عن مستخدِمين، أو مجموعات، أو فِرَق",
"No participants found" : "لم يتم العثور على مشاركين",
"Board owner" : "منشئ اللوح",
"(Group)" : "(مجموعة)",
"(Circle)" : "(دائرة)",
"(Team)" : "(الفريق)",
"Can edit" : "يمكن تعديله",
"Can share" : "يمكن مشاركته",
"Can manage" : "يمكن إدارته",
"Owner" : "المالك",
"Delete" : "حذف ",
"Failed to create share with {displayName}" : "فشل في إنشاء المشاركة مع {displayName}",
"Are you sure you want to transfer the board {title} to {user}?" : "هل أنت متأكد أنك تريد نقل الرُّقعة {title} إلى {user} ؟",
"Transfer the board." : "نقل الرُّقعة.",
"Are you sure you want to transfer the board {title} to {user}?" : "هل أنت متأكد أنك تريد نقل اللوحة {title} إلى {user} ؟",
"Transfer the board." : "نقل اللوحة.",
"Transfer" : "نقل",
"The board has been transferred to {user}" : "تمّ نقل الرُّقعة إلى {user}",
"Failed to transfer the board to {user}" : "إخفاق في نقل الرُّقعة إلى {user}",
"The board has been transferred to {user}" : "تمّ نقل اللوحة إلى {user}",
"Failed to transfer the board to {user}" : "تعذّر نقل اللوحة إلى {user}",
"Edit list title" : "عدّل اسم القائمة",
"Archive all cards" : "أرشفة جميع البطاقات ",
"Unarchive all cards" : "تراجع عن أرشفة كل البطاقات",
@@ -200,8 +211,9 @@ OC.L10N.register(
"title and color value must be provided" : "العنوان و قيمة اللون يجب تقديمها ",
"Board name" : "اسم اللوح",
"Members" : "الاعضاء",
"Assign to users/groups/circles" : "انسب الى المستخدمين،المجموعات،الدوائر",
"Assign to users/groups/team" : "إسناد إلى مستخدِمين/مجموعات/فِرَق",
"Assign a user to this card…" : "انسب مستخدم الى هذه البطاقة..",
"Select a user to assign to this card…" : "حدِّد مستخدِماً ليتم إسناد هذه البطاقة له...",
"Upload new files" : "رفع ملفات جديدة",
"Share from Files" : "مشاركة من الملفات",
"Pending share" : "مشاركة مُعلّقة",
@@ -244,6 +256,8 @@ OC.L10N.register(
"Add due date" : "أضِف تاريخ الاستحقاق",
"Choose a date" : "إختَر تاريخاً",
"Remove due date" : "ازالة تاريخ الانجاز",
"Due at:" : "تاريخ الاستحقاق:",
"Not completed" : "غير مكتمل",
"Unarchive card" : "إلغاء أرشفة البطاقة ",
"Archive card" : "أرشفة البطاقة",
"Select Date" : "اختر التاريخ ",
@@ -252,36 +266,62 @@ OC.L10N.register(
"Set due date for this weekend" : "عيِّن نهاية هذا الأسبوع كموعدٍ لاستحقاق البطاقة",
"Set due date for next week" : "عيِّن الأسبوع المُقبل كموعدٍ لاستحقاق البطاقة",
"Assign a tag to this card…" : "انسب وسم الى هذه البطاقة..",
"Select or create a tag…" : "إختَر أو أنشِئْ وسماً ...",
"Create a new tag:" : "إنشاء سِمَةٍ tag جديدة:",
"(group)" : "(مجموعة)",
"Next week {timeLocale}" : "الأسبوع القادم {timeLocale}",
"Todo items" : "قائمة المهام",
"{count} comments, {unread} unread" : "{عدد} التعليقات، {غير مقروءة} غير مقروءة",
"Edit card title" : "تعديل اسم القائمة",
"Card details" : "تفاصيل البطاقة",
"Assign to me" : "ينسب لي",
"Unassign myself" : "إلغاء تعييني ",
"Move card" : "حرك البطاقة",
"Card details" : فاصيل البطاقة",
"Mark as not done" : "تمييز كـ \"غير منتهٍ\"",
"Mark as done" : مييز كمُنجَز",
"Delete card" : "حذف البطاقة",
"Move card to another board" : "حرك البطاقة الى لوح اخر",
"Select a list" : "اختر قائمة ",
"List is empty" : "القائمة فارغة",
"Card deleted" : "البطاقة حٌذفت ",
"seconds ago" : "ثوانٍ مضت",
"Keyboard shortcuts" : "إختصارات لوحة المفاتيح",
"Boost your productivity using Deck with keyboard shortcuts." : "ضاعِف إنتاجيتك باستعمال \"رِزَم البطاقات\" Deck، و اختصارات لوحة المفاتيح ",
"Board actions" : "إجراءات اللوحة",
"Keyboard shortcut" : "إختصار لوحة المفاتيح",
"Action" : "الإجراء",
"Shift" : "العالي shift",
"Scroll" : "تحريك",
"Scroll sideways" : "تحريك للجنب",
"Navigate between cards" : "التنقُّل بين البطاقات",
"Esc" : "خروج",
"Close card details" : "أغلِق تفاصيل البطاقة",
"Ctrl" : "تحكم Ctrl",
"Search" : "بحث",
"Show card filters" : "أظهِر فلاتر البطاقة",
"Clear card filters" : "إمحُ فلاتر البطاقة",
"Show help dialog" : "أظهِر نافذة حوار المساعدة",
"Card actions" : "إجراءات البطاقة",
"The following actions can be triggered on the currently highlighted card" : "الإجراءات التالية يمكن تنفيذها على البطاقات المُعلّمة حالياً",
"Enter" : "إدخال",
"Space" : "المدى",
"Open card details" : "إفتَح تفاصيل البطاقة",
"Edit the card title" : "عدِّل عنوان البطاقة",
"Assign yourself to the current card" : "أسنِد هذه البطاقة إلى نفسِك",
"Archive/unarchive the current card" : "أرشِف أو ألغِ ترشيف البطاقة الحالية",
"Mark card as completed/not completed" : "علِّم بطاقة كـ\"منجزة\" أو \"غير منجزة\"",
"Open card menu" : "إفتَح قائمة البطاقات",
"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" : "قَصْرُ حَقِّ إنشاء الرقعة على بعض المجموعات ",
"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." : "المستخدِمون من خارج تلك المجموعات لن يمكنكم إنشاء رُقَعِهِم الخاصة؛ لكن يمكنهم العمل على الرُّقعِ التي تتمّ مشاركتها معهم.",
"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." : "المستخدِمون من خارج تلك المجموعات لن يمكنكم إنشاء لوحاتهم الخاصة؛ لكن يمكنهم العمل على اللوحات التي تتمّ مشاركتها معهم.",
"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" : "تذكيرات الموعد المحدد ",
@@ -293,7 +333,7 @@ OC.L10N.register(
"Only assigned cards" : "البطاقات المخصصة فقط",
"No reminder" : "لا يوجد تذكير ",
"An error occurred" : "حدث خطأ",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "هل أنت متأكد من حذف الرقعة {title}؟ هذا سيؤدي إلى حذف كل بيانات هذه الرُّقعة بما في ذلك البطاقات المؤرشفة.",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "هل أنت متأكد من حذف اللوحة {title}؟ هذا سيؤدي إلى حذف كل بيانات هذه اللوحة بما في ذلك البطاقات المؤرشفة.",
"Delete the board?" : "مسح اللوح؟",
"Loading filtered view" : "جارِ تحميل التصفية ",
"Today" : "اليوم",
@@ -302,7 +342,7 @@ OC.L10N.register(
"Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح",
"No results found" : "لا يتم العثور على أي نتائج ",
"This weekend {timeLocale}" : "نهاية هذا الأسبوع {timeLocale}",
"Deck board {name}\n* Last modified on {lastMod}" : "اسم الرُّقعة {name} \n* آخر تعديل لها في {lastMod}",
"Deck board {name}\n* Last modified on {lastMod}" : "اسم اللوحة {name} \n* آخر تعديل لها في {lastMod}",
"{stack} in {board}" : "{stack} في {board}",
"Click to expand description" : "إضعط للتوسّع في الوصف",
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* أُنشأت في {created}\n* آخر تعديل لها في {lastMod}\n* {nbAttachments} مُرفقات\n* {nbComments} مُلاحظات",
@@ -336,11 +376,13 @@ OC.L10N.register(
"Share" : "مشاركة ",
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>وصف البطاقة</strong>داخل تطبيق Deck قد تغيرت.",
"Timeline" : "الجدول الزمني",
"Add a new list" : "اضف قائمة جديدة",
"Assign to users" : "انسب الى المتسخدمين",
"Due date" : "تاريخ الانجاز",
"Share board with a user, group or circle …" : "مشاركة اللوح مع مستخدم،مجموعة أو دائرة ..",
"Searching for users, groups and circles …" : "ابحث عن أعضاء، مجموعات أو حلقات ...",
"(Circle)" : "(دائرة)",
"Assign to users/groups/circles" : "انسب الى المستخدمين،المجموعات،الدوائر",
"Next week" : "الاسبوع القادم",
"Next month" : "الشهر القادم",
"List is empty" : "القائمة فارغة",
"Limit deck usage of groups" : "تقييد استخدام Deck للمجموعات",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "سيؤدي تقييد Deck إلى منع المستخدمين الذين ليسوا جزءًا من تلك المجموعات من إنشاء لوحاتهم الخاصة. سيظل المستخدمون قادرين على العمل على اللوحات التي تمت مشاركتها معهم."
},

View File

@@ -35,6 +35,10 @@
"{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}",
"{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}",
"You have set the due date of card {card} to {after}" : "قمت بتعيين التاريخ المحدد للبطاقة {card} إلى {after}",
@@ -63,7 +67,7 @@
"{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>لوحة board أو قائمة list أو بطاقة card </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" : "البطاقات المستحقة اليوم",
@@ -79,14 +83,14 @@
"{user} has mentioned you in a comment on {deck-card}." : "{user} أشار إليك في تعليق على {deck-card}",
"The board \"%s\" has been shared with you by %s." : "تمت مشاركة اللوح \"%s\" معك من قبل %s.",
"{user} has shared {deck-board} with you." : "{user} قام بمشاركة {deck-board} معك.",
"Deck board" : "لوح Deck",
"Deck board" : "رُقعة اللوحات Deck board",
"Owned by %1$s" : "يملكها %1$s",
"Deck boards, cards and comments" : "الرُّقع و البطاقات و الملاحظات",
"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" : "إنشاء كَدْسَة بطاقات deck card جديدة",
"Create a new deck card" : "إنشاء بطاقة deck card جديدة",
"Card comments" : "تعليقات البطاقة ",
"%s on %s" : "%s على %s",
"Deck boards and cards" : "الرُّقع و البطاقات",
"Deck boards and cards" : "رُقَع اللوحات و البطاقات",
"No data was provided to create an attachment." : "لا بيانات تم تقديمها لانشاء مرفق",
"Finished" : "اكتمل",
"To review" : "لإعادة المراجعة",
@@ -113,14 +117,18 @@
"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- 🔖 و يمكنك أيضاً إسناد البطاقة أي المهمة إلى شخص أو أشخاص في فريقك\n- 👥 شارك البطاقة مع من ترغب من أعضاء فريقك أو عائلتك أو أصدقائك\n- 📎 إرفاق ملفات و تضمينها بصيغة ماركداون في البطاقة\n- 💬ناقش البطاقة مع زملائك في خانة الملاحظات\n- ⚡ تابع ما يُستجد من عمليات و تطوّرات على البطاقة أو المهمة\n- 🚀 حافظ على مشروعك مُنسّقاً باستمرار.",
"Add board" : "إضافة لوح",
"Select the board to link to a project" : "تحديد اللوح لربطه بمشروع",
"Search by board title" : "بحث بواسطة عنوان اللوح",
"Select board" : "حدد لوح",
"Move card to another board" : "حرك البطاقة الى لوح اخر",
"Select a board" : "حدد لوح",
"Select a card" : "حدد بطاقة",
"No lists available" : "لا يوجد قائمة متاحه ",
"Select a list" : "اختر قائمة ",
"Move card" : "حرك البطاقة",
"Cancel" : "إلغاء",
"Select a card" : "حدد بطاقة",
"Select the card to link to a project" : "حدد البطاقة لربطها بمشروع",
"Link to card" : "اربط بطاقة",
"File already exists" : "الملف موجود مسبقاً",
@@ -139,6 +147,10 @@
"Filter by tag" : "تصفية بواسطة الوسم",
"Filter by assigned user" : "تصفية بواسطة المستخدم الموكل اليه",
"Unassigned" : "غير معيين ",
"Filter by completed" : "فلترة بحسب الإنجاز",
"Open and completed" : "مفتوحة و منجزة",
"Open" : "إفتح",
"Completed" : "مُكتمل",
"Filter by due date" : "تصفية بواسطة تاريخ الإنجاز",
"Overdue" : "تأخر",
"Next 24 hours" : "ال 24 ساعة القادمة",
@@ -157,9 +169,8 @@
"Details" : "التفاصيل",
"Currently present people" : "أشخاص معروضون حاليّاً",
"Loading board" : "جارِ تحميل اللوح..",
"No lists available" : "لا يوجد قائمة متاحه ",
"Create a new list to add cards to this board" : "إنشاء قائمة جديدة لإضافة البطاقات على هذا اللوح",
"Board not found" : "اللوح غير موجود",
"Create a new list to add cards to this board" : "إنشاء قائمة جديدة لإضافة البطاقات على هذا اللوح",
"Sharing" : "المشاركة",
"Tags" : "الوسوم",
"Deleted items" : "العناصر الممسوحة",
@@ -167,23 +178,23 @@
"Deleted lists" : "القوائم المحذوفة",
"Undo" : "تراجع",
"Deleted cards" : "البطاقات المحذوفة",
"Share board with a user, group or circle …" : "مشاركة اللوح مع مستخدم،مجموعة أو دائرة ..",
"Searching for users, groups and circles …" : "ابحث عن أعضاء، مجموعات أو حلقات ...",
"Share board with a user, group or team …" : "مشاركة اللوحة مع مستخدِم او مجموعة أو فريق ...",
"Searching for users, groups and teams …" : "البحث عن مستخدِمين، أو مجموعات، أو فِرَق",
"No participants found" : "لم يتم العثور على مشاركين",
"Board owner" : "منشئ اللوح",
"(Group)" : "(مجموعة)",
"(Circle)" : "(دائرة)",
"(Team)" : "(الفريق)",
"Can edit" : "يمكن تعديله",
"Can share" : "يمكن مشاركته",
"Can manage" : "يمكن إدارته",
"Owner" : "المالك",
"Delete" : "حذف ",
"Failed to create share with {displayName}" : "فشل في إنشاء المشاركة مع {displayName}",
"Are you sure you want to transfer the board {title} to {user}?" : "هل أنت متأكد أنك تريد نقل الرُّقعة {title} إلى {user} ؟",
"Transfer the board." : "نقل الرُّقعة.",
"Are you sure you want to transfer the board {title} to {user}?" : "هل أنت متأكد أنك تريد نقل اللوحة {title} إلى {user} ؟",
"Transfer the board." : "نقل اللوحة.",
"Transfer" : "نقل",
"The board has been transferred to {user}" : "تمّ نقل الرُّقعة إلى {user}",
"Failed to transfer the board to {user}" : "إخفاق في نقل الرُّقعة إلى {user}",
"The board has been transferred to {user}" : "تمّ نقل اللوحة إلى {user}",
"Failed to transfer the board to {user}" : "تعذّر نقل اللوحة إلى {user}",
"Edit list title" : "عدّل اسم القائمة",
"Archive all cards" : "أرشفة جميع البطاقات ",
"Unarchive all cards" : "تراجع عن أرشفة كل البطاقات",
@@ -198,8 +209,9 @@
"title and color value must be provided" : "العنوان و قيمة اللون يجب تقديمها ",
"Board name" : "اسم اللوح",
"Members" : "الاعضاء",
"Assign to users/groups/circles" : "انسب الى المستخدمين،المجموعات،الدوائر",
"Assign to users/groups/team" : "إسناد إلى مستخدِمين/مجموعات/فِرَق",
"Assign a user to this card…" : "انسب مستخدم الى هذه البطاقة..",
"Select a user to assign to this card…" : "حدِّد مستخدِماً ليتم إسناد هذه البطاقة له...",
"Upload new files" : "رفع ملفات جديدة",
"Share from Files" : "مشاركة من الملفات",
"Pending share" : "مشاركة مُعلّقة",
@@ -242,6 +254,8 @@
"Add due date" : "أضِف تاريخ الاستحقاق",
"Choose a date" : "إختَر تاريخاً",
"Remove due date" : "ازالة تاريخ الانجاز",
"Due at:" : "تاريخ الاستحقاق:",
"Not completed" : "غير مكتمل",
"Unarchive card" : "إلغاء أرشفة البطاقة ",
"Archive card" : "أرشفة البطاقة",
"Select Date" : "اختر التاريخ ",
@@ -250,36 +264,62 @@
"Set due date for this weekend" : "عيِّن نهاية هذا الأسبوع كموعدٍ لاستحقاق البطاقة",
"Set due date for next week" : "عيِّن الأسبوع المُقبل كموعدٍ لاستحقاق البطاقة",
"Assign a tag to this card…" : "انسب وسم الى هذه البطاقة..",
"Select or create a tag…" : "إختَر أو أنشِئْ وسماً ...",
"Create a new tag:" : "إنشاء سِمَةٍ tag جديدة:",
"(group)" : "(مجموعة)",
"Next week {timeLocale}" : "الأسبوع القادم {timeLocale}",
"Todo items" : "قائمة المهام",
"{count} comments, {unread} unread" : "{عدد} التعليقات، {غير مقروءة} غير مقروءة",
"Edit card title" : "تعديل اسم القائمة",
"Card details" : "تفاصيل البطاقة",
"Assign to me" : "ينسب لي",
"Unassign myself" : "إلغاء تعييني ",
"Move card" : "حرك البطاقة",
"Card details" : فاصيل البطاقة",
"Mark as not done" : "تمييز كـ \"غير منتهٍ\"",
"Mark as done" : مييز كمُنجَز",
"Delete card" : "حذف البطاقة",
"Move card to another board" : "حرك البطاقة الى لوح اخر",
"Select a list" : "اختر قائمة ",
"List is empty" : "القائمة فارغة",
"Card deleted" : "البطاقة حٌذفت ",
"seconds ago" : "ثوانٍ مضت",
"Keyboard shortcuts" : "إختصارات لوحة المفاتيح",
"Boost your productivity using Deck with keyboard shortcuts." : "ضاعِف إنتاجيتك باستعمال \"رِزَم البطاقات\" Deck، و اختصارات لوحة المفاتيح ",
"Board actions" : "إجراءات اللوحة",
"Keyboard shortcut" : "إختصار لوحة المفاتيح",
"Action" : "الإجراء",
"Shift" : "العالي shift",
"Scroll" : "تحريك",
"Scroll sideways" : "تحريك للجنب",
"Navigate between cards" : "التنقُّل بين البطاقات",
"Esc" : "خروج",
"Close card details" : "أغلِق تفاصيل البطاقة",
"Ctrl" : "تحكم Ctrl",
"Search" : "بحث",
"Show card filters" : "أظهِر فلاتر البطاقة",
"Clear card filters" : "إمحُ فلاتر البطاقة",
"Show help dialog" : "أظهِر نافذة حوار المساعدة",
"Card actions" : "إجراءات البطاقة",
"The following actions can be triggered on the currently highlighted card" : "الإجراءات التالية يمكن تنفيذها على البطاقات المُعلّمة حالياً",
"Enter" : "إدخال",
"Space" : "المدى",
"Open card details" : "إفتَح تفاصيل البطاقة",
"Edit the card title" : "عدِّل عنوان البطاقة",
"Assign yourself to the current card" : "أسنِد هذه البطاقة إلى نفسِك",
"Archive/unarchive the current card" : "أرشِف أو ألغِ ترشيف البطاقة الحالية",
"Mark card as completed/not completed" : "علِّم بطاقة كـ\"منجزة\" أو \"غير منجزة\"",
"Open card menu" : "إفتَح قائمة البطاقات",
"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" : "قَصْرُ حَقِّ إنشاء الرقعة على بعض المجموعات ",
"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." : "المستخدِمون من خارج تلك المجموعات لن يمكنكم إنشاء رُقَعِهِم الخاصة؛ لكن يمكنهم العمل على الرُّقعِ التي تتمّ مشاركتها معهم.",
"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." : "المستخدِمون من خارج تلك المجموعات لن يمكنكم إنشاء لوحاتهم الخاصة؛ لكن يمكنهم العمل على اللوحات التي تتمّ مشاركتها معهم.",
"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" : "تذكيرات الموعد المحدد ",
@@ -291,7 +331,7 @@
"Only assigned cards" : "البطاقات المخصصة فقط",
"No reminder" : "لا يوجد تذكير ",
"An error occurred" : "حدث خطأ",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "هل أنت متأكد من حذف الرقعة {title}؟ هذا سيؤدي إلى حذف كل بيانات هذه الرُّقعة بما في ذلك البطاقات المؤرشفة.",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "هل أنت متأكد من حذف اللوحة {title}؟ هذا سيؤدي إلى حذف كل بيانات هذه اللوحة بما في ذلك البطاقات المؤرشفة.",
"Delete the board?" : "مسح اللوح؟",
"Loading filtered view" : "جارِ تحميل التصفية ",
"Today" : "اليوم",
@@ -300,7 +340,7 @@
"Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح",
"No results found" : "لا يتم العثور على أي نتائج ",
"This weekend {timeLocale}" : "نهاية هذا الأسبوع {timeLocale}",
"Deck board {name}\n* Last modified on {lastMod}" : "اسم الرُّقعة {name} \n* آخر تعديل لها في {lastMod}",
"Deck board {name}\n* Last modified on {lastMod}" : "اسم اللوحة {name} \n* آخر تعديل لها في {lastMod}",
"{stack} in {board}" : "{stack} في {board}",
"Click to expand description" : "إضعط للتوسّع في الوصف",
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* أُنشأت في {created}\n* آخر تعديل لها في {lastMod}\n* {nbAttachments} مُرفقات\n* {nbComments} مُلاحظات",
@@ -334,11 +374,13 @@
"Share" : "مشاركة ",
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>وصف البطاقة</strong>داخل تطبيق Deck قد تغيرت.",
"Timeline" : "الجدول الزمني",
"Add a new list" : "اضف قائمة جديدة",
"Assign to users" : "انسب الى المتسخدمين",
"Due date" : "تاريخ الانجاز",
"Share board with a user, group or circle …" : "مشاركة اللوح مع مستخدم،مجموعة أو دائرة ..",
"Searching for users, groups and circles …" : "ابحث عن أعضاء، مجموعات أو حلقات ...",
"(Circle)" : "(دائرة)",
"Assign to users/groups/circles" : "انسب الى المستخدمين،المجموعات،الدوائر",
"Next week" : "الاسبوع القادم",
"Next month" : "الشهر القادم",
"List is empty" : "القائمة فارغة",
"Limit deck usage of groups" : "تقييد استخدام Deck للمجموعات",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "سيؤدي تقييد Deck إلى منع المستخدمين الذين ليسوا جزءًا من تلك المجموعات من إنشاء لوحاتهم الخاصة. سيظل المستخدمون قادرين على العمل على اللوحات التي تمت مشاركتها معهم."
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"

View File

@@ -1,28 +1,87 @@
OC.L10N.register(
"deck",
{
"Deck" : "Tarxeteru",
"Upcoming cards" : "Tarxetes próximes",
"Load more" : "Cargar más",
"Personal" : "Personal",
"Deck board" : "Mesa de tarxetes",
"%s on %s" : "%s n %s",
"Action needed" : "Aición necesaria",
"copy" : "copia",
"Done" : "Fecho",
"The file was uploaded" : "Xubióse'l ficheru",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El ficheru xubíu supera la direutiva «upload_max_filesize» del ficheru php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El ficheru xubíu supera la direutiva «MAX_FILE_SIZE» que s'especificó nel formulariu HTML",
"No file was uploaded" : "Nun se xubió nengún ficheru",
"Missing a temporary folder" : "Falta una carpeta temporal",
"Could not write file to disk" : "Nun se pudo escribir el ficheru nel discu",
"A PHP extension stopped the file upload" : "Una estensión PHP paró la xuba de ficheros",
"No file uploaded or file size exceeds maximum of %s" : "Nun se xubió nengún ficheru o'l tamañu del ficheru supera'l máximu de %s",
"Invalid date, date format must be YYYY-MM-DD" : "La data ye inválida, el so formatu ha ser AAAA-MM-DD",
"Move card" : "Mover la tarxeta",
"Cancel" : "Encaboxar",
"File already exists" : "El ficheru yá esiste",
"Add card" : "Amestar una tarxeta",
"Add list" : "Amestar una llista",
"List name" : "Nome de la llista",
"Open" : "Abrir",
"Completed" : "Completáu",
"Open details" : "Abrir los detalles",
"Details" : "Detalles",
"Sharing" : "Comparticiñon",
"Tags" : "Etiquetes",
"Activity" : "Actividá",
"Undo" : "Desfacer",
"(Group)" : "(Grupu)",
"Can edit" : "Pue editar",
"Owner" : "Propietariu",
"Delete" : "Desaniciar",
"Transfer" : "Tresferir",
"Delete list" : "Desaniciar la llista",
"Edit" : "Editar",
"Members" : "Miembros",
"Show in Files" : "Amosar en Ficheros",
"Download" : "Baxar",
"Invalid path selected" : "Seleicionóse un camín inválidu",
"Comments" : "Comentarios",
"Modified" : "Modificóse",
"Failed to load comments" : "Nun se puen cargar los comentarios",
"Save" : "Guardar",
"In reply to" : "En rempuesta a",
"Reply" : "Responder",
"Update" : "Anovar",
"Created:" : "Creóse'l",
"Description" : "Descripción",
"(Saving…)" : "(Guardando…)",
"Formatting help" : "Ayuda del formatu",
"Edit description" : "Editar la descripción",
"Not completed" : "Nun se completó",
"Archive card" : "Archivar la tarxeta",
"Mark as done" : "Marcar como fecha",
"Delete card" : "Desaniciar la tarxeta",
"seconds ago" : "hai segundos",
"Keyboard shortcuts" : "Atayos del tecláu",
"Keyboard shortcut" : "Atayos del tecláu",
"Action" : "Aición",
"Ctrl" : "Ctrl",
"Search" : "Guetar",
"Shared with you" : "Compartióse contigo",
"All cards" : "Toles tarxetes",
"No notifications" : "Nun hai nengún avisu",
"No reminder" : "Nun hai nengún recordatoriu",
"An error occurred" : "Prodúxose un error",
"Today" : "Güei",
"Tomorrow" : "Mañana"
"Tomorrow" : "Mañana",
"No results found" : "Nun s'atopó nengún resultáu",
"This weekend {timeLocale}" : "Esta fin de selmana {timeLocale}",
"Close" : "Zarrar",
"Tomorrow {timeLocale}" : "Mañana {timeLocale}",
"Message from {author} in {conversationName}" : "Mensaxe de {author} en {conversationName}",
"Error creating the share" : "Hebo un error al crear la compartición",
"Share" : "Compartir",
"Timeline" : "Llinia de tiempu",
"Next week" : "La selmana que vien",
"Next month" : "Mes siguiente"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -1,26 +1,85 @@
{ "translations": {
"Deck" : "Tarxeteru",
"Upcoming cards" : "Tarxetes próximes",
"Load more" : "Cargar más",
"Personal" : "Personal",
"Deck board" : "Mesa de tarxetes",
"%s on %s" : "%s n %s",
"Action needed" : "Aición necesaria",
"copy" : "copia",
"Done" : "Fecho",
"The file was uploaded" : "Xubióse'l ficheru",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El ficheru xubíu supera la direutiva «upload_max_filesize» del ficheru php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El ficheru xubíu supera la direutiva «MAX_FILE_SIZE» que s'especificó nel formulariu HTML",
"No file was uploaded" : "Nun se xubió nengún ficheru",
"Missing a temporary folder" : "Falta una carpeta temporal",
"Could not write file to disk" : "Nun se pudo escribir el ficheru nel discu",
"A PHP extension stopped the file upload" : "Una estensión PHP paró la xuba de ficheros",
"No file uploaded or file size exceeds maximum of %s" : "Nun se xubió nengún ficheru o'l tamañu del ficheru supera'l máximu de %s",
"Invalid date, date format must be YYYY-MM-DD" : "La data ye inválida, el so formatu ha ser AAAA-MM-DD",
"Move card" : "Mover la tarxeta",
"Cancel" : "Encaboxar",
"File already exists" : "El ficheru yá esiste",
"Add card" : "Amestar una tarxeta",
"Add list" : "Amestar una llista",
"List name" : "Nome de la llista",
"Open" : "Abrir",
"Completed" : "Completáu",
"Open details" : "Abrir los detalles",
"Details" : "Detalles",
"Sharing" : "Comparticiñon",
"Tags" : "Etiquetes",
"Activity" : "Actividá",
"Undo" : "Desfacer",
"(Group)" : "(Grupu)",
"Can edit" : "Pue editar",
"Owner" : "Propietariu",
"Delete" : "Desaniciar",
"Transfer" : "Tresferir",
"Delete list" : "Desaniciar la llista",
"Edit" : "Editar",
"Members" : "Miembros",
"Show in Files" : "Amosar en Ficheros",
"Download" : "Baxar",
"Invalid path selected" : "Seleicionóse un camín inválidu",
"Comments" : "Comentarios",
"Modified" : "Modificóse",
"Failed to load comments" : "Nun se puen cargar los comentarios",
"Save" : "Guardar",
"In reply to" : "En rempuesta a",
"Reply" : "Responder",
"Update" : "Anovar",
"Created:" : "Creóse'l",
"Description" : "Descripción",
"(Saving…)" : "(Guardando…)",
"Formatting help" : "Ayuda del formatu",
"Edit description" : "Editar la descripción",
"Not completed" : "Nun se completó",
"Archive card" : "Archivar la tarxeta",
"Mark as done" : "Marcar como fecha",
"Delete card" : "Desaniciar la tarxeta",
"seconds ago" : "hai segundos",
"Keyboard shortcuts" : "Atayos del tecláu",
"Keyboard shortcut" : "Atayos del tecláu",
"Action" : "Aición",
"Ctrl" : "Ctrl",
"Search" : "Guetar",
"Shared with you" : "Compartióse contigo",
"All cards" : "Toles tarxetes",
"No notifications" : "Nun hai nengún avisu",
"No reminder" : "Nun hai nengún recordatoriu",
"An error occurred" : "Prodúxose un error",
"Today" : "Güei",
"Tomorrow" : "Mañana"
"Tomorrow" : "Mañana",
"No results found" : "Nun s'atopó nengún resultáu",
"This weekend {timeLocale}" : "Esta fin de selmana {timeLocale}",
"Close" : "Zarrar",
"Tomorrow {timeLocale}" : "Mañana {timeLocale}",
"Message from {author} in {conversationName}" : "Mensaxe de {author} en {conversationName}",
"Error creating the share" : "Hebo un error al crear la compartición",
"Share" : "Compartir",
"Timeline" : "Llinia de tiempu",
"Next week" : "La selmana que vien",
"Next month" : "Mes siguiente"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -2,11 +2,18 @@ OC.L10N.register(
"deck",
{
"Personal" : "Şəxsi",
"Finished" : "Bitdi",
"Done" : "Done",
"The file was uploaded" : "Fayl yükləndi",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Yüklənmiş fayl php.ini-də upload_max_filesize direktivini aşır",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Yüklənilən faylın həcmi HTML formasinda olan MAX_FILE_SIZE direktivində təyin dilmiş həcmi aşır.",
"The file was only partially uploaded" : "Fayl yalnız qismən yüklənib",
"No file was uploaded" : "Heç bir fayl yüklənilmədi",
"Missing a temporary folder" : "Müvəqqəti qovluq çatışmır",
"Could not write file to disk" : "Faylı diskə yazmaq mümkün olmadı",
"A PHP extension stopped the file upload" : "PHP uzantısı faylın yüklənməsini dayandırdı",
"Cancel" : "Dayandır",
"Completed" : "Bitmişdir",
"Details" : "Detallar",
"Sharing" : "Paylaşılır",
"Tags" : "Işarələr",
@@ -17,6 +24,7 @@ OC.L10N.register(
"Delete" : "Sil",
"Edit" : "Dəyişiklik et",
"Download" : "Yüklə",
"Comments" : "Şərhlər",
"Modified" : "Dəyişdirildi",
"Save" : "Saxla",
"Reply" : "Cavab",
@@ -25,6 +33,7 @@ OC.L10N.register(
"Description" : "Açıqlanma",
"(group)" : "(qrup)",
"seconds ago" : "saniyələr öncə",
"Search" : "Axtarış",
"Shared with you" : "Shared with you",
"Today" : "Bu gün",
"Tomorrow" : "Sabah",

View File

@@ -1,10 +1,17 @@
{ "translations": {
"Personal" : "Şəxsi",
"Finished" : "Bitdi",
"Done" : "Done",
"The file was uploaded" : "Fayl yükləndi",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Yüklənmiş fayl php.ini-də upload_max_filesize direktivini aşır",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Yüklənilən faylın həcmi HTML formasinda olan MAX_FILE_SIZE direktivində təyin dilmiş həcmi aşır.",
"The file was only partially uploaded" : "Fayl yalnız qismən yüklənib",
"No file was uploaded" : "Heç bir fayl yüklənilmədi",
"Missing a temporary folder" : "Müvəqqəti qovluq çatışmır",
"Could not write file to disk" : "Faylı diskə yazmaq mümkün olmadı",
"A PHP extension stopped the file upload" : "PHP uzantısı faylın yüklənməsini dayandırdı",
"Cancel" : "Dayandır",
"Completed" : "Bitmişdir",
"Details" : "Detallar",
"Sharing" : "Paylaşılır",
"Tags" : "Işarələr",
@@ -15,6 +22,7 @@
"Delete" : "Sil",
"Edit" : "Dəyişiklik et",
"Download" : "Yüklə",
"Comments" : "Şərhlər",
"Modified" : "Dəyişdirildi",
"Save" : "Saxla",
"Reply" : "Cavab",
@@ -23,6 +31,7 @@
"Description" : "Açıqlanma",
"(group)" : "(qrup)",
"seconds ago" : "saniyələr öncə",
"Search" : "Axtarış",
"Shared with you" : "Shared with you",
"Today" : "Bu gün",
"Tomorrow" : "Sabah",

View File

@@ -115,9 +115,13 @@ OC.L10N.register(
"Select the board to link to a project" : "Изберете таблото, което да свържете към проект",
"Search by board title" : "Търсене по заглавие на таблото",
"Select board" : "Избор на табло",
"Move card to another board" : "Преместване на картата на друго табло",
"Select a board" : "Избор на табло",
"Select a card" : "Избор на карта",
"No lists available" : "Няма налична списъци.",
"Select a list" : "Избор на списък",
"Move card" : "Преместване на карта",
"Cancel" : "Отказ",
"Select a card" : "Избор на карта",
"Select the card to link to a project" : "Изберете картата, която да свържете към проект",
"Link to card" : "Връзка към карта",
"File already exists" : "Файлът вече съществува",
@@ -136,6 +140,8 @@ OC.L10N.register(
"Filter by tag" : "Филтрирай по маркер",
"Filter by assigned user" : "Филтриране по назначен потребител",
"Unassigned" : "Неприсвоен",
"Open" : "Отвори",
"Completed" : "Завършен",
"Filter by due date" : "Филтриране по крайна дата",
"Overdue" : "Просрочен",
"Next 24 hours" : "Следващите 24 часа",
@@ -150,9 +156,8 @@ OC.L10N.register(
"Details" : "Подробности",
"Currently present people" : "Хора присъстващи в момента",
"Loading board" : "Зареждане на табло",
"No lists available" : "Няма налична списъци.",
"Create a new list to add cards to this board" : "Създайте нов списък, за да добавите карти към това табло",
"Board not found" : "Таблото не е намерено",
"Create a new list to add cards to this board" : "Създайте нов списък, за да добавите карти към това табло",
"Sharing" : "Споделяне",
"Tags" : "Етикети",
"Deleted items" : "Изтрити елементи",
@@ -160,12 +165,9 @@ OC.L10N.register(
"Deleted lists" : "Изтрити списъци",
"Undo" : "Отмяна",
"Deleted cards" : "Изтрити карти",
"Share board with a user, group or circle …" : "Споделяне на таблото с потребител, група или кръг ...",
"Searching for users, groups and circles …" : "Търсене за потребители, групи и кръгове ...",
"No participants found" : "Няма намерени участници",
"Board owner" : "Собственик на табло",
"(Group)" : "(Група)",
"(Circle)" : "(Кръг)",
"Can edit" : "Може да редактира",
"Can share" : "Може да споделя",
"Can manage" : "Може да управлява",
@@ -191,7 +193,6 @@ OC.L10N.register(
"title and color value must be provided" : "трябва да се предоставят заглавие и стойност на цвета",
"Board name" : "Име на табло",
"Members" : "Членове",
"Assign to users/groups/circles" : "Зачисляване към потребители/групи/кръгове",
"Assign a user to this card…" : "Зачисляване на потребител на тази карта ...",
"Upload new files" : "Качи нови файлове",
"Share from Files" : "Споделяне от Файлове",
@@ -232,6 +233,7 @@ OC.L10N.register(
"Choose attachment" : "Избор на прикачен файл",
"Set a due date" : "Задаване на крайна дата",
"Remove due date" : "Премахни крайната дата",
"Not completed" : "Незавършен",
"Unarchive card" : "Разархивиране на карта",
"Archive card" : "Архивиране на карта",
"Select Date" : "Изберете дата",
@@ -240,16 +242,21 @@ OC.L10N.register(
"Todo items" : "Елементи на задача за изпълнение",
"{count} comments, {unread} unread" : "{count} коментари, {unread} непрочетени",
"Edit card title" : "Редактиране на заглавието на карта",
"Card details" : "Подробности за картата",
"Assign to me" : "Зачисляване към мен",
"Unassign myself" : "Отмяна на зачисляването към мен",
"Move card" : "Преместване на карта",
"Card details" : "Подробности за картата",
"Mark as done" : "Маркирай като готово",
"Delete card" : "Изтриване на карта",
"Move card to another board" : "Преместване на картата на друго табло",
"Select a list" : "Избор на списък",
"List is empty" : "Списъкът е празен",
"Card deleted" : "Картата е изтрита",
"seconds ago" : "преди секунди",
"Keyboard shortcuts" : "Бързи клавиши",
"Keyboard shortcut" : "Клавишни комбинации",
"Action" : "Действие",
"Shift" : "Shift /бутон/",
"Ctrl" : "Ctrl /бутон/",
"Search" : "Търсене",
"Enter" : "Въвеждане",
"Space" : "Пространство",
"All boards" : "Всички табла",
"Archived boards" : "Архивирани табла",
"Shared with you" : "Споделени с вас",
@@ -312,11 +319,13 @@ OC.L10N.register(
"Share" : "Споделяне",
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Описанието на картата</strong> в приложението Deck/набор/ е променено",
"Timeline" : "Времева линия",
"Add a new list" : "Добавяне на нов списък",
"Assign to users" : "Зачисляване към потребители",
"Due date" : "Крайна дата",
"Share board with a user, group or circle …" : "Споделяне на таблото с потребител, група или кръг ...",
"Searching for users, groups and circles …" : "Търсене за потребители, групи и кръгове ...",
"(Circle)" : "(Кръг)",
"Assign to users/groups/circles" : "Зачисляване към потребители/групи/кръгове",
"Next week" : "Следваща седмица",
"Next month" : "Следващия месец",
"List is empty" : "Списъкът е празен",
"Limit deck usage of groups" : "Ограничава използването на набора от групи",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Ограничаването на приложението Deck/набор/ ще блокира потребителите, които не са част от тези групи, да създават свои собствени табла. Потребителите все още ще могат да работят на таблата, които са споделени с тях."
},

View File

@@ -113,9 +113,13 @@
"Select the board to link to a project" : "Изберете таблото, което да свържете към проект",
"Search by board title" : "Търсене по заглавие на таблото",
"Select board" : "Избор на табло",
"Move card to another board" : "Преместване на картата на друго табло",
"Select a board" : "Избор на табло",
"Select a card" : "Избор на карта",
"No lists available" : "Няма налична списъци.",
"Select a list" : "Избор на списък",
"Move card" : "Преместване на карта",
"Cancel" : "Отказ",
"Select a card" : "Избор на карта",
"Select the card to link to a project" : "Изберете картата, която да свържете към проект",
"Link to card" : "Връзка към карта",
"File already exists" : "Файлът вече съществува",
@@ -134,6 +138,8 @@
"Filter by tag" : "Филтрирай по маркер",
"Filter by assigned user" : "Филтриране по назначен потребител",
"Unassigned" : "Неприсвоен",
"Open" : "Отвори",
"Completed" : "Завършен",
"Filter by due date" : "Филтриране по крайна дата",
"Overdue" : "Просрочен",
"Next 24 hours" : "Следващите 24 часа",
@@ -148,9 +154,8 @@
"Details" : "Подробности",
"Currently present people" : "Хора присъстващи в момента",
"Loading board" : "Зареждане на табло",
"No lists available" : "Няма налична списъци.",
"Create a new list to add cards to this board" : "Създайте нов списък, за да добавите карти към това табло",
"Board not found" : "Таблото не е намерено",
"Create a new list to add cards to this board" : "Създайте нов списък, за да добавите карти към това табло",
"Sharing" : "Споделяне",
"Tags" : "Етикети",
"Deleted items" : "Изтрити елементи",
@@ -158,12 +163,9 @@
"Deleted lists" : "Изтрити списъци",
"Undo" : "Отмяна",
"Deleted cards" : "Изтрити карти",
"Share board with a user, group or circle …" : "Споделяне на таблото с потребител, група или кръг ...",
"Searching for users, groups and circles …" : "Търсене за потребители, групи и кръгове ...",
"No participants found" : "Няма намерени участници",
"Board owner" : "Собственик на табло",
"(Group)" : "(Група)",
"(Circle)" : "(Кръг)",
"Can edit" : "Може да редактира",
"Can share" : "Може да споделя",
"Can manage" : "Може да управлява",
@@ -189,7 +191,6 @@
"title and color value must be provided" : "трябва да се предоставят заглавие и стойност на цвета",
"Board name" : "Име на табло",
"Members" : "Членове",
"Assign to users/groups/circles" : "Зачисляване към потребители/групи/кръгове",
"Assign a user to this card…" : "Зачисляване на потребител на тази карта ...",
"Upload new files" : "Качи нови файлове",
"Share from Files" : "Споделяне от Файлове",
@@ -230,6 +231,7 @@
"Choose attachment" : "Избор на прикачен файл",
"Set a due date" : "Задаване на крайна дата",
"Remove due date" : "Премахни крайната дата",
"Not completed" : "Незавършен",
"Unarchive card" : "Разархивиране на карта",
"Archive card" : "Архивиране на карта",
"Select Date" : "Изберете дата",
@@ -238,16 +240,21 @@
"Todo items" : "Елементи на задача за изпълнение",
"{count} comments, {unread} unread" : "{count} коментари, {unread} непрочетени",
"Edit card title" : "Редактиране на заглавието на карта",
"Card details" : "Подробности за картата",
"Assign to me" : "Зачисляване към мен",
"Unassign myself" : "Отмяна на зачисляването към мен",
"Move card" : "Преместване на карта",
"Card details" : "Подробности за картата",
"Mark as done" : "Маркирай като готово",
"Delete card" : "Изтриване на карта",
"Move card to another board" : "Преместване на картата на друго табло",
"Select a list" : "Избор на списък",
"List is empty" : "Списъкът е празен",
"Card deleted" : "Картата е изтрита",
"seconds ago" : "преди секунди",
"Keyboard shortcuts" : "Бързи клавиши",
"Keyboard shortcut" : "Клавишни комбинации",
"Action" : "Действие",
"Shift" : "Shift /бутон/",
"Ctrl" : "Ctrl /бутон/",
"Search" : "Търсене",
"Enter" : "Въвеждане",
"Space" : "Пространство",
"All boards" : "Всички табла",
"Archived boards" : "Архивирани табла",
"Shared with you" : "Споделени с вас",
@@ -310,11 +317,13 @@
"Share" : "Споделяне",
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Описанието на картата</strong> в приложението Deck/набор/ е променено",
"Timeline" : "Времева линия",
"Add a new list" : "Добавяне на нов списък",
"Assign to users" : "Зачисляване към потребители",
"Due date" : "Крайна дата",
"Share board with a user, group or circle …" : "Споделяне на таблото с потребител, група или кръг ...",
"Searching for users, groups and circles …" : "Търсене за потребители, групи и кръгове ...",
"(Circle)" : "(Кръг)",
"Assign to users/groups/circles" : "Зачисляване към потребители/групи/кръгове",
"Next week" : "Следваща седмица",
"Next month" : "Следващия месец",
"List is empty" : "Списъкът е празен",
"Limit deck usage of groups" : "Ограничава използването на набора от групи",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Ограничаването на приложението Deck/набор/ ще блокира потребителите, които не са част от тези групи, да създават свои собствени табла. Потребителите все още ще могат да работят на таблата, които са споделени с тях."
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View File

@@ -7,6 +7,7 @@ OC.L10N.register(
"No file was uploaded" : "কোন ফাইল আপলোড করা হয় নি",
"Missing a temporary folder" : "অস্থায়ী ফোল্ডারটি হারানো গিয়েছে",
"Cancel" : "বাতির",
"Completed" : "সুসম্পন্ন",
"Details" : "বিসতারিত",
"Sharing" : "ভাগাভাগিরত",
"Tags" : "ট্যাগ",
@@ -25,6 +26,8 @@ OC.L10N.register(
"Description" : "বিবরণ",
"(group)" : "(গোষ্ঠি)",
"seconds ago" : "সেকেন্ড পূর্বে",
"Keyboard shortcuts" : "কী-বোর্ড শর্টকাট",
"Search" : "Search",
"Shared with you" : "Shared with you",
"Today" : "আজ",
"Tomorrow" : "আগামীকাল",

View File

@@ -5,6 +5,7 @@
"No file was uploaded" : "কোন ফাইল আপলোড করা হয় নি",
"Missing a temporary folder" : "অস্থায়ী ফোল্ডারটি হারানো গিয়েছে",
"Cancel" : "বাতির",
"Completed" : "সুসম্পন্ন",
"Details" : "বিসতারিত",
"Sharing" : "ভাগাভাগিরত",
"Tags" : "ট্যাগ",
@@ -23,6 +24,8 @@
"Description" : "বিবরণ",
"(group)" : "(গোষ্ঠি)",
"seconds ago" : "সেকেন্ড পূর্বে",
"Keyboard shortcuts" : "কী-বোর্ড শর্টকাট",
"Search" : "Search",
"Shared with you" : "Shared with you",
"Today" : "আজ",
"Tomorrow" : "আগামীকাল",

View File

@@ -5,9 +5,13 @@ OC.L10N.register(
"Finished" : "Achuet",
"copy" : "eil",
"Done" : "Graet",
"The file was uploaded" : "Kaset eo bet ar restr",
"No file was uploaded" : "N'eus restr ebet a zo bet kaset",
"Invalid date, date format must be YYYY-MM-DD" : "Deizat fall, stumm an deizat a zo ret bezhañ BBBB-MM-DD",
"Cancel" : "Arrest",
"Drop your files to upload" : "Laoskit ho restroù evit pellkas",
"Open" : "Digeriñ",
"Completed" : "Achuet",
"Details" : "Munudoù",
"Sharing" : "Rannan",
"Tags" : "Klavioù",
@@ -32,6 +36,7 @@ OC.L10N.register(
"Description" : "Diskrivadur",
"(group)" : "(strollad)",
"seconds ago" : "eilenn zo",
"Search" : "Klask",
"Shared with you" : "Rannet ganeoc'h",
"No notifications" : "Kemenaden ebet",
"Today" : "Hiziv",

View File

@@ -3,9 +3,13 @@
"Finished" : "Achuet",
"copy" : "eil",
"Done" : "Graet",
"The file was uploaded" : "Kaset eo bet ar restr",
"No file was uploaded" : "N'eus restr ebet a zo bet kaset",
"Invalid date, date format must be YYYY-MM-DD" : "Deizat fall, stumm an deizat a zo ret bezhañ BBBB-MM-DD",
"Cancel" : "Arrest",
"Drop your files to upload" : "Laoskit ho restroù evit pellkas",
"Open" : "Digeriñ",
"Completed" : "Achuet",
"Details" : "Munudoù",
"Sharing" : "Rannan",
"Tags" : "Klavioù",
@@ -30,6 +34,7 @@
"Description" : "Diskrivadur",
"(group)" : "(strollad)",
"seconds ago" : "eilenn zo",
"Search" : "Klask",
"Shared with you" : "Rannet ganeoc'h",
"No notifications" : "Kemenaden ebet",
"Today" : "Hiziv",

View File

@@ -7,6 +7,7 @@ OC.L10N.register(
"No file was uploaded" : "Nijedna datoteka nije učitana.",
"Missing a temporary folder" : "Nedostaje privremeni direktorij.",
"Cancel" : "Otkaži",
"Completed" : "Zavrženo",
"Sharing" : "Dijeljenje",
"Activity" : "Aktivnost",
"Can edit" : "Can edit",
@@ -21,6 +22,8 @@ OC.L10N.register(
"Save" : "Spremi",
"Update" : "Ažuriraj",
"Description" : "Opis",
"Keyboard shortcuts" : "Tipkovni prečaci",
"Search" : "Search",
"Shared with you" : "Shared with you",
"Today" : "Danas",
"Tomorrow" : "Sutra",

View File

@@ -5,6 +5,7 @@
"No file was uploaded" : "Nijedna datoteka nije učitana.",
"Missing a temporary folder" : "Nedostaje privremeni direktorij.",
"Cancel" : "Otkaži",
"Completed" : "Zavrženo",
"Sharing" : "Dijeljenje",
"Activity" : "Aktivnost",
"Can edit" : "Can edit",
@@ -19,6 +20,8 @@
"Save" : "Spremi",
"Update" : "Ažuriraj",
"Description" : "Opis",
"Keyboard shortcuts" : "Tipkovni prečaci",
"Search" : "Search",
"Shared with you" : "Shared with you",
"Today" : "Danas",
"Tomorrow" : "Sutra",

View File

@@ -37,6 +37,10 @@ OC.L10N.register(
"{user} has archived card {card} in list {stack} on board {board}" : "{user} té la targeta arxivada {card} a la llista {stack} al tauler {board}",
"You have unarchived card {card} in list {stack} on board {board}" : "Teniu una targeta no-arxchivada {card} a la llista {stack} al tauler {board}",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} té una targeta no-arxivada {card} a la llista {stack} al tauler {board}",
"You have marked the card {card} as done in list {stack} on board {board}" : "Heu marcat la targeta {card} com a feta a la llista {stack} del tauler {board}",
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} ha marcat la targeta {card} com a feta a la llista {stack} del tauler {board}",
"You have marked the card {card} as undone in list {stack} on board {board}" : "Heu marcat la targeta {card} com a desfeta a la llista {stack} del tauler {board}",
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} ha marcat la targeta {card} com a desfeta a la llista {stack} del tauler {board}",
"You have removed the due date of card {card}" : "Heu suprimit la data de caducitat de la targeta {card}",
"{user} has removed the due date of card {card}" : "{user} ha suprimit la data de caducitat de la targeta {card}",
"You have set the due date of card {card} to {after}" : "Heu establert la data de caducitat de la targeta {card} a {after}",
@@ -65,7 +69,11 @@ OC.L10N.register(
"{user} has commented on card {card}" : "{user} ha comentat la targeta {card}",
"Deck" : "Targetes",
"Changes in the <strong>Deck app</strong>" : "Canvis a l'<strong>aplicació Targetes</strong>",
"A <strong>board, list or card</strong> was changed" : "S'ha canviat un <strong>tauler, llista o targeta</strong>",
"A <strong>comment</strong> was created on a card" : "S'ha creat un <strong>comentari</strong> a una targeta",
"A <strong>card description</strong> has been changed" : "S'ha canviat la <strong>descripció de la targeta</strong>",
"Cards due today" : "Targetes per avui",
"Cards due tomorrow" : "Targetes amb venciment demà",
"Upcoming cards" : "Pròximes targetes",
"Load more" : "Carrega'n més",
"Personal" : "Personal",
@@ -116,9 +124,13 @@ 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 card to another board" : "Mou la targeta a un altre tauler",
"Select a board" : "Selecciona un tauler",
"Select a card" : "Selecciona una targeta",
"No lists available" : "No hi ha cap llista disponible",
"Select a list" : "Seleccioneu una llista",
"Move card" : "Mou la targeta",
"Cancel" : "Cancel·la",
"Select a card" : "Selecciona una targeta",
"Select the card to link to a project" : "Selecciona la targeta per enllaçar a un projecte",
"Link to card" : "Enllaç a la targeta",
"File already exists" : "El fitxer ja existeix",
@@ -137,6 +149,8 @@ OC.L10N.register(
"Filter by tag" : "Filtra per etiqueta",
"Filter by assigned user" : "Filtra per usuari assignat",
"Unassigned" : "Sense assignar",
"Open" : "Obert",
"Completed" : "S'ha completat",
"Filter by due date" : "Filtra per data de venciment",
"Overdue" : "Endarrerit",
"Next 24 hours" : "Pròximes 24 hores",
@@ -144,16 +158,19 @@ OC.L10N.register(
"Next 30 days" : "Pròxims 30 dies",
"No due date" : "Sense venciment",
"Clear filter" : "Esborra el filtre",
"View Modes" : "Modes de visualització",
"Toggle View Modes" : "Commuta els modes de visualització",
"Hide archived cards" : "Amaga les targetes arxivades",
"Show archived cards" : "Mostra les targetes arxivades",
"Toggle compact mode" : "Commuta el mode compacte",
"Hide card cover images" : "Amaga les imatges de la portada de la targeta",
"Show card cover images" : "Mostra les imatges de la portada de la targeta",
"Open details" : "Obre els detalls",
"Details" : "Detalls",
"Currently present people" : "Persones presents actuals",
"Loading board" : "S'està carregant el tauler",
"No lists available" : "No hi ha cap llista disponible",
"Create a new list to add cards to this board" : "Crea una llista nova per afegir targetes a aquest tauler",
"Board not found" : "Tauler no trobat",
"Create a new list to add cards to this board" : "Crea una llista nova per afegir targetes a aquest tauler",
"Sharing" : "Compartició",
"Tags" : "Etiquetes",
"Deleted items" : "Elements suprimits",
@@ -161,12 +178,9 @@ OC.L10N.register(
"Deleted lists" : "Llistes suprimides",
"Undo" : "Desfés",
"Deleted cards" : "Targetes suprimides",
"Share board with a user, group or circle …" : "Compartir tauler amb un usuari, grup o cercle …",
"Searching for users, groups and circles …" : "Buscant usuaris, grups i cercles …",
"No participants found" : "No s'han trobat participants",
"Board owner" : "Propietari del tauler",
"(Group)" : "(Grup)",
"(Circle)" : "(Cercle)",
"Can edit" : "Pot editar",
"Can share" : "Pot compartir",
"Can manage" : "Pot gestionar",
@@ -192,7 +206,6 @@ OC.L10N.register(
"title and color value must be provided" : "sha de proporcionar el valor del títol i del color",
"Board name" : "Nom del taulell",
"Members" : "Membres",
"Assign to users/groups/circles" : "Assignació a usuaris/grups/cercles",
"Assign a user to this card…" : "Assignació d'un usuari a aquesta targeta…",
"Upload new files" : "Pujada de nous fitxers",
"Share from Files" : "Comparteix des de Fitxers",
@@ -233,26 +246,58 @@ OC.L10N.register(
"Choose attachment" : "Triar adjunt",
"Assign a due date to this card…" : "Assigna una data de caducitat a aquesta targeta…",
"Set a due date" : "Definir una data de caducitat",
"Add due date" : "Afegeix una data de caducitat",
"Choose a date" : "Trieu una data",
"Remove due date" : "Suprimeix la data de caducitat",
"Due at:" : "Venciment a:",
"Not completed" : "No completat",
"Unarchive card" : "Desarxiva targeta",
"Archive card" : "Arxiva la targeta",
"Select Date" : "Selecciona la data",
"Set due date for later today" : "Estableix una data de caducitat per avui més tard",
"Set due date for tomorrow" : "Estableix data de caducitat per a demà",
"Set due date for this weekend" : "Estableix una data de caducitat per aquest cap de setmana",
"Set due date for next week" : "Estableix una data de caducitat per a la setmana vinent",
"Assign a tag to this card…" : "Assignació d'una etiqueta a aquesta targeta…",
"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",
"Card details" : "Detalls de la targeta",
"Assign to me" : "Assigna'm a mi",
"Unassign myself" : "Desasignar a mi mateix",
"Move card" : "Mou la targeta",
"Card details" : "Detalls de la targeta",
"Mark as not done" : "Marca com no fet",
"Mark as done" : "Marcat com a fet",
"Delete card" : "Suprimeix targeta",
"Move card to another board" : "Mou la targeta a un altre tauler",
"Select a list" : "Seleccioneu una llista",
"List is empty" : "La llista és buida",
"Card deleted" : "Targeta suprimida",
"seconds ago" : "fa uns segons",
"Keyboard shortcuts" : "Dreceres de teclat",
"Board actions" : "Accions de Tauler",
"Keyboard shortcut" : "Drecera de teclat",
"Action" : "Acció",
"Shift" : "Maj",
"Scroll" : "Desplaçament",
"Scroll sideways" : "Desplaçament de costat",
"Navigate between cards" : "Navega entre les targetes",
"Esc" : "Esc",
"Close card details" : "Tanca els detalls de la targeta",
"Ctrl" : "Ctrl",
"Search" : "Cercar",
"Show card filters" : "Mostra els filtres de la targeta",
"Clear card filters" : "Esborra els filtres de la targeta",
"Show help dialog" : "Mostra el diàleg d'ajuda",
"Card actions" : "Accions de la targeta",
"The following actions can be triggered on the currently highlighted card" : "Les accions següents es poden activar a la targeta actualitzada",
"Enter" : "Retorn",
"Space" : "Espai",
"Open card details" : "Obre els detalls de la targeta",
"Edit the card title" : "Edició del títol de la targeta",
"Assign yourself to the current card" : "Assigneu-vos a la targeta actual",
"Archive/unarchive the current card" : "Arxiva/desarxiva la targeta actual",
"Mark card as completed/not completed" : "Marca la targeta com a completada/no completada",
"Open card menu" : "Obre el menú de la targeta",
"All boards" : "Tots els taulers",
"Archived boards" : "Taulers arxivats",
"Shared with you" : "Us han compartit",
@@ -260,6 +305,8 @@ OC.L10N.register(
"Use bigger card view" : "Utilitza la visualització de targetes més gran",
"Show card ID badge" : "Mostra el distintiu dID de la targeta",
"Show boards in calendar/tasks" : "Mostra els taulers al calendari/tasques",
"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.",
"Board details" : "Detalls del tauler",
"Edit board" : "Edita el tauler",
"Clone board" : "Clonar tauler",
@@ -300,6 +347,8 @@ OC.L10N.register(
"Open card" : "Obre la targeta",
"Close" : "Tanca",
"No upcoming cards" : "No hi ha pròximes targetes",
"upcoming cards today" : "properes targetes avui",
"upcoming cards tomorrow" : "properes targetes demà",
"upcoming cards" : "pròximes targetes",
"New card" : "Nova targeta",
"Due on {date}" : "Venciment el dia {date}",
@@ -318,11 +367,13 @@ OC.L10N.register(
"Share" : "Compartir",
"A <strong>card description</strong> inside the Deck app has been changed" : "S'ha canviat una <strong>descripció de targeta</strong> a l'aplicació Tauler",
"Timeline" : "Línia de temps",
"Add a new list" : "Afegeix una llista nova",
"Assign to users" : "Assignació als usuaris",
"Due date" : "Data de caducitat",
"Share board with a user, group or circle …" : "Compartir tauler amb un usuari, grup o cercle …",
"Searching for users, groups and circles …" : "Buscant usuaris, grups i cercles …",
"(Circle)" : "(Cercle)",
"Assign to users/groups/circles" : "Assignació a usuaris/grups/cercles",
"Next week" : "Setmana següent",
"Next month" : "Mes següent",
"List is empty" : "La llista és buida",
"Limit deck usage of groups" : "Limitar l'ús del tauler de grups",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitant el Tauler bloquejarà la creació de taulers als usuaris que no són part d'aquests grups. Els usuaris podran seguir treballant en els taulers que hagin estat compartits amb ells."
},

View File

@@ -35,6 +35,10 @@
"{user} has archived card {card} in list {stack} on board {board}" : "{user} té la targeta arxivada {card} a la llista {stack} al tauler {board}",
"You have unarchived card {card} in list {stack} on board {board}" : "Teniu una targeta no-arxchivada {card} a la llista {stack} al tauler {board}",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} té una targeta no-arxivada {card} a la llista {stack} al tauler {board}",
"You have marked the card {card} as done in list {stack} on board {board}" : "Heu marcat la targeta {card} com a feta a la llista {stack} del tauler {board}",
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} ha marcat la targeta {card} com a feta a la llista {stack} del tauler {board}",
"You have marked the card {card} as undone in list {stack} on board {board}" : "Heu marcat la targeta {card} com a desfeta a la llista {stack} del tauler {board}",
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} ha marcat la targeta {card} com a desfeta a la llista {stack} del tauler {board}",
"You have removed the due date of card {card}" : "Heu suprimit la data de caducitat de la targeta {card}",
"{user} has removed the due date of card {card}" : "{user} ha suprimit la data de caducitat de la targeta {card}",
"You have set the due date of card {card} to {after}" : "Heu establert la data de caducitat de la targeta {card} a {after}",
@@ -63,7 +67,11 @@
"{user} has commented on card {card}" : "{user} ha comentat la targeta {card}",
"Deck" : "Targetes",
"Changes in the <strong>Deck app</strong>" : "Canvis a l'<strong>aplicació Targetes</strong>",
"A <strong>board, list or card</strong> was changed" : "S'ha canviat un <strong>tauler, llista o targeta</strong>",
"A <strong>comment</strong> was created on a card" : "S'ha creat un <strong>comentari</strong> a una targeta",
"A <strong>card description</strong> has been changed" : "S'ha canviat la <strong>descripció de la targeta</strong>",
"Cards due today" : "Targetes per avui",
"Cards due tomorrow" : "Targetes amb venciment demà",
"Upcoming cards" : "Pròximes targetes",
"Load more" : "Carrega'n més",
"Personal" : "Personal",
@@ -114,9 +122,13 @@
"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 card to another board" : "Mou la targeta a un altre tauler",
"Select a board" : "Selecciona un tauler",
"Select a card" : "Selecciona una targeta",
"No lists available" : "No hi ha cap llista disponible",
"Select a list" : "Seleccioneu una llista",
"Move card" : "Mou la targeta",
"Cancel" : "Cancel·la",
"Select a card" : "Selecciona una targeta",
"Select the card to link to a project" : "Selecciona la targeta per enllaçar a un projecte",
"Link to card" : "Enllaç a la targeta",
"File already exists" : "El fitxer ja existeix",
@@ -135,6 +147,8 @@
"Filter by tag" : "Filtra per etiqueta",
"Filter by assigned user" : "Filtra per usuari assignat",
"Unassigned" : "Sense assignar",
"Open" : "Obert",
"Completed" : "S'ha completat",
"Filter by due date" : "Filtra per data de venciment",
"Overdue" : "Endarrerit",
"Next 24 hours" : "Pròximes 24 hores",
@@ -142,16 +156,19 @@
"Next 30 days" : "Pròxims 30 dies",
"No due date" : "Sense venciment",
"Clear filter" : "Esborra el filtre",
"View Modes" : "Modes de visualització",
"Toggle View Modes" : "Commuta els modes de visualització",
"Hide archived cards" : "Amaga les targetes arxivades",
"Show archived cards" : "Mostra les targetes arxivades",
"Toggle compact mode" : "Commuta el mode compacte",
"Hide card cover images" : "Amaga les imatges de la portada de la targeta",
"Show card cover images" : "Mostra les imatges de la portada de la targeta",
"Open details" : "Obre els detalls",
"Details" : "Detalls",
"Currently present people" : "Persones presents actuals",
"Loading board" : "S'està carregant el tauler",
"No lists available" : "No hi ha cap llista disponible",
"Create a new list to add cards to this board" : "Crea una llista nova per afegir targetes a aquest tauler",
"Board not found" : "Tauler no trobat",
"Create a new list to add cards to this board" : "Crea una llista nova per afegir targetes a aquest tauler",
"Sharing" : "Compartició",
"Tags" : "Etiquetes",
"Deleted items" : "Elements suprimits",
@@ -159,12 +176,9 @@
"Deleted lists" : "Llistes suprimides",
"Undo" : "Desfés",
"Deleted cards" : "Targetes suprimides",
"Share board with a user, group or circle …" : "Compartir tauler amb un usuari, grup o cercle …",
"Searching for users, groups and circles …" : "Buscant usuaris, grups i cercles …",
"No participants found" : "No s'han trobat participants",
"Board owner" : "Propietari del tauler",
"(Group)" : "(Grup)",
"(Circle)" : "(Cercle)",
"Can edit" : "Pot editar",
"Can share" : "Pot compartir",
"Can manage" : "Pot gestionar",
@@ -190,7 +204,6 @@
"title and color value must be provided" : "sha de proporcionar el valor del títol i del color",
"Board name" : "Nom del taulell",
"Members" : "Membres",
"Assign to users/groups/circles" : "Assignació a usuaris/grups/cercles",
"Assign a user to this card…" : "Assignació d'un usuari a aquesta targeta…",
"Upload new files" : "Pujada de nous fitxers",
"Share from Files" : "Comparteix des de Fitxers",
@@ -231,26 +244,58 @@
"Choose attachment" : "Triar adjunt",
"Assign a due date to this card…" : "Assigna una data de caducitat a aquesta targeta…",
"Set a due date" : "Definir una data de caducitat",
"Add due date" : "Afegeix una data de caducitat",
"Choose a date" : "Trieu una data",
"Remove due date" : "Suprimeix la data de caducitat",
"Due at:" : "Venciment a:",
"Not completed" : "No completat",
"Unarchive card" : "Desarxiva targeta",
"Archive card" : "Arxiva la targeta",
"Select Date" : "Selecciona la data",
"Set due date for later today" : "Estableix una data de caducitat per avui més tard",
"Set due date for tomorrow" : "Estableix data de caducitat per a demà",
"Set due date for this weekend" : "Estableix una data de caducitat per aquest cap de setmana",
"Set due date for next week" : "Estableix una data de caducitat per a la setmana vinent",
"Assign a tag to this card…" : "Assignació d'una etiqueta a aquesta targeta…",
"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",
"Card details" : "Detalls de la targeta",
"Assign to me" : "Assigna'm a mi",
"Unassign myself" : "Desasignar a mi mateix",
"Move card" : "Mou la targeta",
"Card details" : "Detalls de la targeta",
"Mark as not done" : "Marca com no fet",
"Mark as done" : "Marcat com a fet",
"Delete card" : "Suprimeix targeta",
"Move card to another board" : "Mou la targeta a un altre tauler",
"Select a list" : "Seleccioneu una llista",
"List is empty" : "La llista és buida",
"Card deleted" : "Targeta suprimida",
"seconds ago" : "fa uns segons",
"Keyboard shortcuts" : "Dreceres de teclat",
"Board actions" : "Accions de Tauler",
"Keyboard shortcut" : "Drecera de teclat",
"Action" : "Acció",
"Shift" : "Maj",
"Scroll" : "Desplaçament",
"Scroll sideways" : "Desplaçament de costat",
"Navigate between cards" : "Navega entre les targetes",
"Esc" : "Esc",
"Close card details" : "Tanca els detalls de la targeta",
"Ctrl" : "Ctrl",
"Search" : "Cercar",
"Show card filters" : "Mostra els filtres de la targeta",
"Clear card filters" : "Esborra els filtres de la targeta",
"Show help dialog" : "Mostra el diàleg d'ajuda",
"Card actions" : "Accions de la targeta",
"The following actions can be triggered on the currently highlighted card" : "Les accions següents es poden activar a la targeta actualitzada",
"Enter" : "Retorn",
"Space" : "Espai",
"Open card details" : "Obre els detalls de la targeta",
"Edit the card title" : "Edició del títol de la targeta",
"Assign yourself to the current card" : "Assigneu-vos a la targeta actual",
"Archive/unarchive the current card" : "Arxiva/desarxiva la targeta actual",
"Mark card as completed/not completed" : "Marca la targeta com a completada/no completada",
"Open card menu" : "Obre el menú de la targeta",
"All boards" : "Tots els taulers",
"Archived boards" : "Taulers arxivats",
"Shared with you" : "Us han compartit",
@@ -258,6 +303,8 @@
"Use bigger card view" : "Utilitza la visualització de targetes més gran",
"Show card ID badge" : "Mostra el distintiu dID de la targeta",
"Show boards in calendar/tasks" : "Mostra els taulers al calendari/tasques",
"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.",
"Board details" : "Detalls del tauler",
"Edit board" : "Edita el tauler",
"Clone board" : "Clonar tauler",
@@ -298,6 +345,8 @@
"Open card" : "Obre la targeta",
"Close" : "Tanca",
"No upcoming cards" : "No hi ha pròximes targetes",
"upcoming cards today" : "properes targetes avui",
"upcoming cards tomorrow" : "properes targetes demà",
"upcoming cards" : "pròximes targetes",
"New card" : "Nova targeta",
"Due on {date}" : "Venciment el dia {date}",
@@ -316,11 +365,13 @@
"Share" : "Compartir",
"A <strong>card description</strong> inside the Deck app has been changed" : "S'ha canviat una <strong>descripció de targeta</strong> a l'aplicació Tauler",
"Timeline" : "Línia de temps",
"Add a new list" : "Afegeix una llista nova",
"Assign to users" : "Assignació als usuaris",
"Due date" : "Data de caducitat",
"Share board with a user, group or circle …" : "Compartir tauler amb un usuari, grup o cercle …",
"Searching for users, groups and circles …" : "Buscant usuaris, grups i cercles …",
"(Circle)" : "(Cercle)",
"Assign to users/groups/circles" : "Assignació a usuaris/grups/cercles",
"Next week" : "Setmana següent",
"Next month" : "Mes següent",
"List is empty" : "La llista és buida",
"Limit deck usage of groups" : "Limitar l'ús del tauler de grups",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitant el Tauler bloquejarà la creació de taulers als usuaris que no són part d'aquests grups. Els usuaris podran seguir treballant en els taulers que hagin estat compartits amb ells."
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View File

@@ -37,6 +37,10 @@ OC.L10N.register(
"{user} has archived card {card} in list {stack} on board {board}" : "{user} zaarchivoval(a) kartu {card} ve sloupci {stack} na tabuli {board}",
"You have unarchived card {card} in list {stack} on board {board}" : "Zrušili jste archivacii karty {card} ve sloupci {stack} na tabuli {board}",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} zrušil(a) archivaci karty {card} ve sloupci {stack} na tabuli {board}",
"You have marked the card {card} as done in list {stack} on board {board}" : "Označili jste kartu {card} jako splněnou v seznamu {stack} na tabuli {board}",
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} označil(a) {card} jako splněnou {stack} na tabuli {board}",
"You have marked the card {card} as undone in list {stack} on board {board}" : "Zrušili jste označení karty {card} jako splněné v seznamu {stack} na tabuli {board}",
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} zrušil(a) označení {card} jako splněné {stack} na tabuli {board}",
"You have removed the due date of card {card}" : "Odebrali jste termín u karty {card}",
"{user} has removed the due date of card {card}" : "{user} odebral(a) termín u karty {card}",
"You have set the due date of card {card} to {after}" : "Nastavili jste termín u karty {card} na {after}",
@@ -120,9 +124,13 @@ OC.L10N.register(
"Select the board to link to a project" : "Vyberte tabuli kterou propojit s projektem",
"Search by board title" : "Hledat podle názvu tabule",
"Select board" : "Vybrat tabuli",
"Move card to another board" : "Přesunout kartu na jinou tabuli",
"Select a board" : "Vybrat tabuli",
"Select a card" : "Vybrat kartu",
"No lists available" : "Nejsou k dispozici žádné seznamy",
"Select a list" : "Vyberte sloupec",
"Move card" : "Přesunout kartu",
"Cancel" : "Storno",
"Select a card" : "Vybrat kartu",
"Select the card to link to a project" : "Vyberte kartu kterou propojit s projektem",
"Link to card" : "Propojit s kartou",
"File already exists" : "Soubor už existuje",
@@ -141,6 +149,8 @@ OC.L10N.register(
"Filter by tag" : "Filtrovat podle štítku",
"Filter by assigned user" : "Filtrovat podle uživatele, který je úkolem pověřen",
"Unassigned" : "Nepřiřazeno",
"Open" : "Otevřít",
"Completed" : "Dokončeno",
"Filter by due date" : "Filtrovat podle termínu",
"Overdue" : "Po termínu",
"Next 24 hours" : "Následujících 24 hodin",
@@ -159,9 +169,8 @@ OC.L10N.register(
"Details" : "Podrobnosti",
"Currently present people" : "Nyní přítomní lidé",
"Loading board" : "Načítání tabule",
"No lists available" : "Nejsou k dispozici žádné seznamy",
"Create a new list to add cards to this board" : "Pro přidání karet na tuto tabuli vytvořte nový seznam",
"Board not found" : "Tabule nenalezena",
"Create a new list to add cards to this board" : "Pro přidání karet na tuto tabuli vytvořte nový seznam",
"Sharing" : "Sdílení",
"Tags" : "Štítky",
"Deleted items" : "Smazané položky",
@@ -169,12 +178,9 @@ OC.L10N.register(
"Deleted lists" : "Smazané seznamy",
"Undo" : "Vrátit zpět",
"Deleted cards" : "Smazané karty",
"Share board with a user, group or circle …" : "Sdílet tabuli s uživatelem, skupinou nebo okruhem…",
"Searching for users, groups and circles …" : "Hledání v uživatelích, skupinách a okruzích…",
"No participants found" : "Nenalezeni žádní účastníci",
"Board owner" : "Vlastník tabule",
"(Group)" : "(Skupina)",
"(Circle)" : "(Okruh)",
"Can edit" : "Může upravovat",
"Can share" : "Může sdílet",
"Can manage" : "Může spravovat",
@@ -200,7 +206,6 @@ OC.L10N.register(
"title and color value must be provided" : "je třeba zadat nadpis a zvolit barvu",
"Board name" : "Název tabule",
"Members" : "Členové",
"Assign to users/groups/circles" : "Přiřadit uživatelům/skupinám/okruhům",
"Assign a user to this card…" : "Přiřadit uživatele k této kartě…",
"Upload new files" : "Nahrát nové soubory",
"Share from Files" : "Sdílet ze Souborů",
@@ -244,6 +249,8 @@ OC.L10N.register(
"Add due date" : "Přidat termín",
"Choose a date" : "Zvolit datum",
"Remove due date" : "Odstranit termín",
"Due at:" : "Termín v:",
"Not completed" : "Nedokončeno",
"Unarchive card" : "Zrušit archivaci karty",
"Archive card" : "Archivovat kartu",
"Select Date" : "Vybrat datum",
@@ -252,21 +259,42 @@ OC.L10N.register(
"Set due date for this weekend" : "Nastavit termín na tento týden",
"Set due date for next week" : "Nastavit termín na příští týden",
"Assign a tag to this card…" : "Přiřadit této kartě štítek…",
"Create a new tag:" : "Vytvořit nový štítek:",
"(group)" : "(skupina)",
"Next week {timeLocale}" : "Příští týden {timeLocale}",
"Todo items" : "Položky k udělání",
"{count} comments, {unread} unread" : "{count} komentářů, {unread} nepřečtených",
"Edit card title" : "Upravit nadpis karty",
"Card details" : "Podrobnosti o kartě",
"Assign to me" : "Přiřadit mě",
"Unassign myself" : "Zrušit přiřazení sobě",
"Move card" : "Přesunout kartu",
"Card details" : "Podrobnosti o kartě",
"Mark as not done" : "Označit jako nehotové",
"Mark as done" : "Označit jako hotové",
"Delete card" : "Smazat kartu",
"Move card to another board" : "Přesunout kartu na jinou tabuli",
"Select a list" : "Vyberte sloupec",
"List is empty" : "Seznam je prázdný",
"Card deleted" : "Karta smazána",
"seconds ago" : "před několika sekundami",
"Keyboard shortcuts" : "Klávesové zkratky",
"Board actions" : "Akce ohledně tabule",
"Keyboard shortcut" : "Klávesová zkratka",
"Action" : "Akce",
"Shift" : "Shift",
"Navigate between cards" : "Pohyb mezi kartami",
"Close card details" : "Zavřít podrobnosti o kartě",
"Ctrl" : "Ctrl",
"Search" : "Hledat",
"Show card filters" : "Zobrazit filtry karty",
"Clear card filters" : "Vyčistit filtry karty",
"Show help dialog" : "Zobrazit dialog nápovědy",
"Card actions" : "Akce ohledně karty",
"The following actions can be triggered on the currently highlighted card" : "Na právě zvýrazněné kartě je možné spustit následující akce",
"Enter" : "Konec řádku",
"Space" : "Mezera",
"Open card details" : "Otevřít podrobnosti o kartě",
"Edit the card title" : "Upravit nadpis karty",
"Assign yourself to the current card" : "Přiřadit stávající kartu sobě",
"Archive/unarchive the current card" : "Zaarchivovat / zrušit archivaci stávající karty",
"Mark card as completed/not completed" : "Označit kartu jako (ne)dokončenou",
"Open card menu" : "Otevřít nabídku karty",
"All boards" : "Všechny tabule",
"Archived boards" : "Archivované tabule",
"Shared with you" : "Sdíleno s vámi",
@@ -336,11 +364,13 @@ OC.L10N.register(
"Share" : "Sdílet",
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Popis karty</strong> v aplikaci Deck byl změněn",
"Timeline" : "Časová osa",
"Add a new list" : "Přidat nový sloupec",
"Assign to users" : "Přiřadit k uživatelům",
"Due date" : "Termín",
"Share board with a user, group or circle …" : "Sdílet tabuli s uživatelem, skupinou nebo okruhem…",
"Searching for users, groups and circles …" : "Hledání v uživatelích, skupinách a okruzích…",
"(Circle)" : "(Okruh)",
"Assign to users/groups/circles" : "Přiřadit uživatelům/skupinám/okruhům",
"Next week" : "Příští týden",
"Next month" : "Příští měsíc",
"List is empty" : "Seznam je prázdný",
"Limit deck usage of groups" : "Omezit využití deck na skupiny",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Omezení nastavené pro Deck brání uživatelům, kteří nejsou součástí těchto skupin, ve vytváření vlastních tabulí. Nicméně i tak ale pořád budou moci pracovat na tabulích, které jsou jim nasdíleny."
},

View File

@@ -35,6 +35,10 @@
"{user} has archived card {card} in list {stack} on board {board}" : "{user} zaarchivoval(a) kartu {card} ve sloupci {stack} na tabuli {board}",
"You have unarchived card {card} in list {stack} on board {board}" : "Zrušili jste archivacii karty {card} ve sloupci {stack} na tabuli {board}",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} zrušil(a) archivaci karty {card} ve sloupci {stack} na tabuli {board}",
"You have marked the card {card} as done in list {stack} on board {board}" : "Označili jste kartu {card} jako splněnou v seznamu {stack} na tabuli {board}",
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} označil(a) {card} jako splněnou {stack} na tabuli {board}",
"You have marked the card {card} as undone in list {stack} on board {board}" : "Zrušili jste označení karty {card} jako splněné v seznamu {stack} na tabuli {board}",
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} zrušil(a) označení {card} jako splněné {stack} na tabuli {board}",
"You have removed the due date of card {card}" : "Odebrali jste termín u karty {card}",
"{user} has removed the due date of card {card}" : "{user} odebral(a) termín u karty {card}",
"You have set the due date of card {card} to {after}" : "Nastavili jste termín u karty {card} na {after}",
@@ -118,9 +122,13 @@
"Select the board to link to a project" : "Vyberte tabuli kterou propojit s projektem",
"Search by board title" : "Hledat podle názvu tabule",
"Select board" : "Vybrat tabuli",
"Move card to another board" : "Přesunout kartu na jinou tabuli",
"Select a board" : "Vybrat tabuli",
"Select a card" : "Vybrat kartu",
"No lists available" : "Nejsou k dispozici žádné seznamy",
"Select a list" : "Vyberte sloupec",
"Move card" : "Přesunout kartu",
"Cancel" : "Storno",
"Select a card" : "Vybrat kartu",
"Select the card to link to a project" : "Vyberte kartu kterou propojit s projektem",
"Link to card" : "Propojit s kartou",
"File already exists" : "Soubor už existuje",
@@ -139,6 +147,8 @@
"Filter by tag" : "Filtrovat podle štítku",
"Filter by assigned user" : "Filtrovat podle uživatele, který je úkolem pověřen",
"Unassigned" : "Nepřiřazeno",
"Open" : "Otevřít",
"Completed" : "Dokončeno",
"Filter by due date" : "Filtrovat podle termínu",
"Overdue" : "Po termínu",
"Next 24 hours" : "Následujících 24 hodin",
@@ -157,9 +167,8 @@
"Details" : "Podrobnosti",
"Currently present people" : "Nyní přítomní lidé",
"Loading board" : "Načítání tabule",
"No lists available" : "Nejsou k dispozici žádné seznamy",
"Create a new list to add cards to this board" : "Pro přidání karet na tuto tabuli vytvořte nový seznam",
"Board not found" : "Tabule nenalezena",
"Create a new list to add cards to this board" : "Pro přidání karet na tuto tabuli vytvořte nový seznam",
"Sharing" : "Sdílení",
"Tags" : "Štítky",
"Deleted items" : "Smazané položky",
@@ -167,12 +176,9 @@
"Deleted lists" : "Smazané seznamy",
"Undo" : "Vrátit zpět",
"Deleted cards" : "Smazané karty",
"Share board with a user, group or circle …" : "Sdílet tabuli s uživatelem, skupinou nebo okruhem…",
"Searching for users, groups and circles …" : "Hledání v uživatelích, skupinách a okruzích…",
"No participants found" : "Nenalezeni žádní účastníci",
"Board owner" : "Vlastník tabule",
"(Group)" : "(Skupina)",
"(Circle)" : "(Okruh)",
"Can edit" : "Může upravovat",
"Can share" : "Může sdílet",
"Can manage" : "Může spravovat",
@@ -198,7 +204,6 @@
"title and color value must be provided" : "je třeba zadat nadpis a zvolit barvu",
"Board name" : "Název tabule",
"Members" : "Členové",
"Assign to users/groups/circles" : "Přiřadit uživatelům/skupinám/okruhům",
"Assign a user to this card…" : "Přiřadit uživatele k této kartě…",
"Upload new files" : "Nahrát nové soubory",
"Share from Files" : "Sdílet ze Souborů",
@@ -242,6 +247,8 @@
"Add due date" : "Přidat termín",
"Choose a date" : "Zvolit datum",
"Remove due date" : "Odstranit termín",
"Due at:" : "Termín v:",
"Not completed" : "Nedokončeno",
"Unarchive card" : "Zrušit archivaci karty",
"Archive card" : "Archivovat kartu",
"Select Date" : "Vybrat datum",
@@ -250,21 +257,42 @@
"Set due date for this weekend" : "Nastavit termín na tento týden",
"Set due date for next week" : "Nastavit termín na příští týden",
"Assign a tag to this card…" : "Přiřadit této kartě štítek…",
"Create a new tag:" : "Vytvořit nový štítek:",
"(group)" : "(skupina)",
"Next week {timeLocale}" : "Příští týden {timeLocale}",
"Todo items" : "Položky k udělání",
"{count} comments, {unread} unread" : "{count} komentářů, {unread} nepřečtených",
"Edit card title" : "Upravit nadpis karty",
"Card details" : "Podrobnosti o kartě",
"Assign to me" : "Přiřadit mě",
"Unassign myself" : "Zrušit přiřazení sobě",
"Move card" : "Přesunout kartu",
"Card details" : "Podrobnosti o kartě",
"Mark as not done" : "Označit jako nehotové",
"Mark as done" : "Označit jako hotové",
"Delete card" : "Smazat kartu",
"Move card to another board" : "Přesunout kartu na jinou tabuli",
"Select a list" : "Vyberte sloupec",
"List is empty" : "Seznam je prázdný",
"Card deleted" : "Karta smazána",
"seconds ago" : "před několika sekundami",
"Keyboard shortcuts" : "Klávesové zkratky",
"Board actions" : "Akce ohledně tabule",
"Keyboard shortcut" : "Klávesová zkratka",
"Action" : "Akce",
"Shift" : "Shift",
"Navigate between cards" : "Pohyb mezi kartami",
"Close card details" : "Zavřít podrobnosti o kartě",
"Ctrl" : "Ctrl",
"Search" : "Hledat",
"Show card filters" : "Zobrazit filtry karty",
"Clear card filters" : "Vyčistit filtry karty",
"Show help dialog" : "Zobrazit dialog nápovědy",
"Card actions" : "Akce ohledně karty",
"The following actions can be triggered on the currently highlighted card" : "Na právě zvýrazněné kartě je možné spustit následující akce",
"Enter" : "Konec řádku",
"Space" : "Mezera",
"Open card details" : "Otevřít podrobnosti o kartě",
"Edit the card title" : "Upravit nadpis karty",
"Assign yourself to the current card" : "Přiřadit stávající kartu sobě",
"Archive/unarchive the current card" : "Zaarchivovat / zrušit archivaci stávající karty",
"Mark card as completed/not completed" : "Označit kartu jako (ne)dokončenou",
"Open card menu" : "Otevřít nabídku karty",
"All boards" : "Všechny tabule",
"Archived boards" : "Archivované tabule",
"Shared with you" : "Sdíleno s vámi",
@@ -334,11 +362,13 @@
"Share" : "Sdílet",
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Popis karty</strong> v aplikaci Deck byl změněn",
"Timeline" : "Časová osa",
"Add a new list" : "Přidat nový sloupec",
"Assign to users" : "Přiřadit k uživatelům",
"Due date" : "Termín",
"Share board with a user, group or circle …" : "Sdílet tabuli s uživatelem, skupinou nebo okruhem…",
"Searching for users, groups and circles …" : "Hledání v uživatelích, skupinách a okruzích…",
"(Circle)" : "(Okruh)",
"Assign to users/groups/circles" : "Přiřadit uživatelům/skupinám/okruhům",
"Next week" : "Příští týden",
"Next month" : "Příští měsíc",
"List is empty" : "Seznam je prázdný",
"Limit deck usage of groups" : "Omezit využití deck na skupiny",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Omezení nastavené pro Deck brání uživatelům, kteří nejsou součástí těchto skupin, ve vytváření vlastních tabulí. Nicméně i tak ale pořád budou moci pracovat na tabulích, které jsou jim nasdíleny."
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"

View File

@@ -8,6 +8,7 @@ OC.L10N.register(
"No file was uploaded" : "Ni lwythwyd ffeil i fyny",
"Missing a temporary folder" : "Plygell dros dro yn eisiau",
"Cancel" : "Diddymu",
"Open" : "Ar Agor",
"Details" : "Manylion",
"Tags" : "Tagiau",
"Activity" : "Gweithred",
@@ -25,6 +26,8 @@ OC.L10N.register(
"Description" : "Disgrifiad",
"Select Date" : "Dewis Dyddiad",
"seconds ago" : "eiliad yn ôl",
"Keyboard shortcuts" : "Llwybrau byr bysellfwrdd",
"Search" : "Chwilio",
"Shared with you" : "Shared with you",
"No reminder" : "Dim nodyn atgoffa",
"An error occurred" : "Digwyddodd gwall",

View File

@@ -6,6 +6,7 @@
"No file was uploaded" : "Ni lwythwyd ffeil i fyny",
"Missing a temporary folder" : "Plygell dros dro yn eisiau",
"Cancel" : "Diddymu",
"Open" : "Ar Agor",
"Details" : "Manylion",
"Tags" : "Tagiau",
"Activity" : "Gweithred",
@@ -23,6 +24,8 @@
"Description" : "Disgrifiad",
"Select Date" : "Dewis Dyddiad",
"seconds ago" : "eiliad yn ôl",
"Keyboard shortcuts" : "Llwybrau byr bysellfwrdd",
"Search" : "Chwilio",
"Shared with you" : "Shared with you",
"No reminder" : "Dim nodyn atgoffa",
"An error occurred" : "Digwyddodd gwall",

View File

@@ -67,9 +67,13 @@ OC.L10N.register(
"Select the board to link to a project" : "Vælg en tavle at linke til et projekt",
"Search by board title" : "Søg efter tavle titel",
"Select board" : "Vælg tavle",
"Move card to another board" : "Flyt kort til en anden tavle",
"Select a board" : "Vælg én tavle",
"Select a card" : "Vælg et kort",
"No lists available" : "Ingen kolonner tilgængelige",
"Select a list" : "Vælg en kolonne",
"Move card" : "Flyt kort",
"Cancel" : "Annullér",
"Select a card" : "Vælg et kort",
"Select the card to link to a project" : "Vælg et kort at linke til et projekt",
"Link to card" : "Link til kort",
"File already exists" : "Filen findes allerede",
@@ -87,6 +91,8 @@ OC.L10N.register(
"Filter by tag" : "Filtrer vha. mærkat",
"Filter by assigned user" : "Filtrer vha. tildelt bruger",
"Unassigned" : "Ikke tildelt",
"Open" : "Åbn",
"Completed" : "Fuldført",
"Filter by due date" : "Filtrer vha. forfaldsdato",
"Overdue" : "Overskredet",
"Next 24 hours" : "De næste 24 timer",
@@ -100,22 +106,18 @@ OC.L10N.register(
"Open details" : "Mere information",
"Details" : "Detaljer",
"Loading board" : "Indlæser tavle",
"No lists available" : "Ingen kolonner tilgængelige",
"Create a new list to add cards to this board" : "Opret en ny kolonne for at tilføje kort til denne tavle ",
"Board not found" : "Tavle ikke fundet.",
"Create a new list to add cards to this board" : "Opret en ny kolonne for at tilføje kort til denne tavle ",
"Sharing" : "Deling",
"Tags" : "Mærkat",
"Tags" : "Tags",
"Deleted items" : "Slettede objekter",
"Activity" : "Aktivitet",
"Deleted lists" : "Slettede kolonner",
"Undo" : "Fortryd",
"Deleted cards" : "Sletttede kort",
"Share board with a user, group or circle …" : "Del tavle med en bruger, gruppe eller cirkel ...",
"Searching for users, groups and circles …" : "Leder efter brugere, grupper og cirkler ...",
"No participants found" : "Ingen deltagere fundet",
"Board owner" : "Ejer af tavlen",
"(Group)" : "(Gruppe)",
"(Circle)" : "(Cirkel)",
"Can edit" : "Kan redigere",
"Can share" : "Kan dele",
"Can manage" : "Kan administrere",
@@ -134,7 +136,6 @@ OC.L10N.register(
"title and color value must be provided" : "Titel og farve skal angives.",
"Board name" : "Tavle navn",
"Members" : "Medlemmer",
"Assign to users/groups/circles" : "Tildel til brugere/grupper/cirkler",
"Assign a user to this card…" : "Tildel en bruger til dette kort",
"Upload new files" : "Upload nye filer",
"Share from Files" : "Del fra Filer",
@@ -171,20 +172,25 @@ OC.L10N.register(
"Choose attachment" : "Vælg en vedhæftning",
"Set a due date" : "Sæt en forfaldsdato",
"Remove due date" : "Fjern forfaldsdato",
"Not completed" : "Ikke afsluttet",
"Unarchive card" : "Gen-aktivér kort",
"Archive card" : "Arkivér kort",
"Select Date" : "Vælg dato",
"Assign a tag to this card…" : "Tilføj et mærkat til dette kort ...",
"(group)" : "(gruppe)",
"Card details" : "Kort detaljer",
"Assign to me" : "Tildel til mig",
"Unassign myself" : "Fjern mig selv",
"Move card" : "Flyt kort",
"Card details" : "Kort detaljer",
"Mark as done" : "Marker som færdig",
"Delete card" : "Slet kort",
"Move card to another board" : "Flyt kort til en anden tavle",
"Select a list" : "Vælg en kolonne",
"Card deleted" : "Kort slettet",
"seconds ago" : "få sekunder siden",
"Keyboard shortcuts" : "Tastaturgenveje",
"Keyboard shortcut" : "Tastaturgenvej",
"Action" : "Handling",
"Shift" : "Shift",
"Ctrl" : "Ctrl",
"Search" : "Søg",
"All boards" : "Alle tavler",
"Archived boards" : "Arkiverede lister",
"Shared with you" : "Shared with you",
@@ -226,9 +232,10 @@ OC.L10N.register(
"Share {file} with a Deck card" : "Del {file} med et Deck kort",
"Share" : "Del",
"Timeline" : "Tidslinje",
"Add a new list" : "Tilføj en ny kolonne",
"Assign to users" : "Tildel til brugere",
"Due date" : "Forfaldsdato",
"Share board with a user, group or circle …" : "Del tavle med en bruger, gruppe eller cirkel ...",
"Searching for users, groups and circles …" : "Leder efter brugere, grupper og cirkler ...",
"(Circle)" : "(Cirkel)",
"Assign to users/groups/circles" : "Tildel til brugere/grupper/cirkler",
"Next week" : "Næste uge",
"Next month" : "Næste måned",
"Limit deck usage of groups" : "Begræns Deck brug til grupper",

View File

@@ -65,9 +65,13 @@
"Select the board to link to a project" : "Vælg en tavle at linke til et projekt",
"Search by board title" : "Søg efter tavle titel",
"Select board" : "Vælg tavle",
"Move card to another board" : "Flyt kort til en anden tavle",
"Select a board" : "Vælg én tavle",
"Select a card" : "Vælg et kort",
"No lists available" : "Ingen kolonner tilgængelige",
"Select a list" : "Vælg en kolonne",
"Move card" : "Flyt kort",
"Cancel" : "Annullér",
"Select a card" : "Vælg et kort",
"Select the card to link to a project" : "Vælg et kort at linke til et projekt",
"Link to card" : "Link til kort",
"File already exists" : "Filen findes allerede",
@@ -85,6 +89,8 @@
"Filter by tag" : "Filtrer vha. mærkat",
"Filter by assigned user" : "Filtrer vha. tildelt bruger",
"Unassigned" : "Ikke tildelt",
"Open" : "Åbn",
"Completed" : "Fuldført",
"Filter by due date" : "Filtrer vha. forfaldsdato",
"Overdue" : "Overskredet",
"Next 24 hours" : "De næste 24 timer",
@@ -98,22 +104,18 @@
"Open details" : "Mere information",
"Details" : "Detaljer",
"Loading board" : "Indlæser tavle",
"No lists available" : "Ingen kolonner tilgængelige",
"Create a new list to add cards to this board" : "Opret en ny kolonne for at tilføje kort til denne tavle ",
"Board not found" : "Tavle ikke fundet.",
"Create a new list to add cards to this board" : "Opret en ny kolonne for at tilføje kort til denne tavle ",
"Sharing" : "Deling",
"Tags" : "Mærkat",
"Tags" : "Tags",
"Deleted items" : "Slettede objekter",
"Activity" : "Aktivitet",
"Deleted lists" : "Slettede kolonner",
"Undo" : "Fortryd",
"Deleted cards" : "Sletttede kort",
"Share board with a user, group or circle …" : "Del tavle med en bruger, gruppe eller cirkel ...",
"Searching for users, groups and circles …" : "Leder efter brugere, grupper og cirkler ...",
"No participants found" : "Ingen deltagere fundet",
"Board owner" : "Ejer af tavlen",
"(Group)" : "(Gruppe)",
"(Circle)" : "(Cirkel)",
"Can edit" : "Kan redigere",
"Can share" : "Kan dele",
"Can manage" : "Kan administrere",
@@ -132,7 +134,6 @@
"title and color value must be provided" : "Titel og farve skal angives.",
"Board name" : "Tavle navn",
"Members" : "Medlemmer",
"Assign to users/groups/circles" : "Tildel til brugere/grupper/cirkler",
"Assign a user to this card…" : "Tildel en bruger til dette kort",
"Upload new files" : "Upload nye filer",
"Share from Files" : "Del fra Filer",
@@ -169,20 +170,25 @@
"Choose attachment" : "Vælg en vedhæftning",
"Set a due date" : "Sæt en forfaldsdato",
"Remove due date" : "Fjern forfaldsdato",
"Not completed" : "Ikke afsluttet",
"Unarchive card" : "Gen-aktivér kort",
"Archive card" : "Arkivér kort",
"Select Date" : "Vælg dato",
"Assign a tag to this card…" : "Tilføj et mærkat til dette kort ...",
"(group)" : "(gruppe)",
"Card details" : "Kort detaljer",
"Assign to me" : "Tildel til mig",
"Unassign myself" : "Fjern mig selv",
"Move card" : "Flyt kort",
"Card details" : "Kort detaljer",
"Mark as done" : "Marker som færdig",
"Delete card" : "Slet kort",
"Move card to another board" : "Flyt kort til en anden tavle",
"Select a list" : "Vælg en kolonne",
"Card deleted" : "Kort slettet",
"seconds ago" : "få sekunder siden",
"Keyboard shortcuts" : "Tastaturgenveje",
"Keyboard shortcut" : "Tastaturgenvej",
"Action" : "Handling",
"Shift" : "Shift",
"Ctrl" : "Ctrl",
"Search" : "Søg",
"All boards" : "Alle tavler",
"Archived boards" : "Arkiverede lister",
"Shared with you" : "Shared with you",
@@ -224,9 +230,10 @@
"Share {file} with a Deck card" : "Del {file} med et Deck kort",
"Share" : "Del",
"Timeline" : "Tidslinje",
"Add a new list" : "Tilføj en ny kolonne",
"Assign to users" : "Tildel til brugere",
"Due date" : "Forfaldsdato",
"Share board with a user, group or circle …" : "Del tavle med en bruger, gruppe eller cirkel ...",
"Searching for users, groups and circles …" : "Leder efter brugere, grupper og cirkler ...",
"(Circle)" : "(Cirkel)",
"Assign to users/groups/circles" : "Tildel til brugere/grupper/cirkler",
"Next week" : "Næste uge",
"Next month" : "Næste måned",
"Limit deck usage of groups" : "Begræns Deck brug til grupper",

View File

@@ -37,6 +37,10 @@ OC.L10N.register(
"{user} has archived card {card} in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} archiviert",
"You have unarchived card {card} in list {stack} on board {board}" : "Du hast die Karte {card} in der Liste {stack} auf dem Board {board} dearchiviert",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} dearchiviert",
"You have marked the card {card} as done in list {stack} on board {board}" : "Du hast die Karte {card} in der Liste {stack} auf dem Board {board} als erledigt markiert.",
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} als erledigt markiert.",
"You have marked the card {card} as undone in list {stack} on board {board}" : "Du hast die Karte {card} in der Liste {stack} auf dem Board {board} als nicht erledigt markiert.",
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} als nicht erledigt markiert.",
"You have removed the due date of card {card}" : "Du hast das Fälligkeitsdatum der Karte {card} entfernt",
"{user} has removed the due date of card {card}" : "{user} hat das Fälligkeitsdatum der Karte {card} entfernt",
"You have set the due date of card {card} to {after}" : "Du hast das Fälligkeitsdatum der Karte {card} auf {after} gesetzt",
@@ -120,9 +124,13 @@ OC.L10N.register(
"Select the board to link to a project" : "Wähle ein Board aus, um dieses mit einem Projekt zu verknüpfen",
"Search by board title" : "Nach einem Board suchen",
"Select board" : "Board auswählen",
"Move card to another board" : "Karte auf ein anderes Board verschieben",
"Select a board" : "Ein Board auswählen",
"Select a card" : "Eine Karte auswählen",
"No lists available" : "Keine Listen verfügbar",
"Select a list" : "Eine Liste auswählen",
"Move card" : "Karte verschieben",
"Cancel" : "Abbrechen",
"Select a card" : "Eine Karte auswählen",
"Select the card to link to a project" : "Wähle die Karte aus, um diese mit einem Projekt zu verknüpfen",
"Link to card" : "Mit dieser Karte verknüpfen",
"File already exists" : "Datei bereits vorhanden",
@@ -141,6 +149,10 @@ OC.L10N.register(
"Filter by tag" : "Nach Schlagwort filtern",
"Filter by assigned user" : "Nach zugewiesenem Benutzer filtern",
"Unassigned" : "Nicht zugewiesen",
"Filter by completed" : "Nach fertiggestellt filtern",
"Open and completed" : "Offene und fertiggestellte",
"Open" : "Öffnen",
"Completed" : "Fertiggestellt",
"Filter by due date" : "Nach Fälligkeitsdatum filtern",
"Overdue" : "Überfällig",
"Next 24 hours" : "Die nächsten 24 Stunden",
@@ -148,6 +160,7 @@ OC.L10N.register(
"Next 30 days" : "Die nächsten 30 Tage",
"No due date" : "Kein Fälligkeitsdatum",
"Clear filter" : "Filter zurücksetzen",
"View Modes" : "Ansichtsmodi",
"Toggle View Modes" : "Ansichtsmodi wechseln",
"Hide archived cards" : "Archivierte Karten ausblenden",
"Show archived cards" : "Archivierte Karten anzeigen",
@@ -158,9 +171,8 @@ OC.L10N.register(
"Details" : "Details",
"Currently present people" : "Aktuell Anwesende",
"Loading board" : "Lade Board",
"No lists available" : "Keine Listen verfügbar",
"Create a new list to add cards to this board" : "Erstelle eine neue Liste, um diesem Board Karten hinzuzufügen",
"Board not found" : "Board nicht gefunden",
"Create a new list to add cards to this board" : "Erstelle eine neue Liste, um diesem Board Karten hinzuzufügen",
"Sharing" : "Teilen",
"Tags" : "Schlagworte",
"Deleted items" : "Gelöschte Objekte",
@@ -168,12 +180,12 @@ OC.L10N.register(
"Deleted lists" : "Gelöschte Listen",
"Undo" : "Rückgängig",
"Deleted cards" : "Gelöschte Karten",
"Share board with a user, group or circle …" : "Board mit Benutzer, Gruppe oder Kreis teilen …",
"Searching for users, groups and circles …" : "Suche nach Benutzern, Gruppen und Kreisen …",
"Share board with a user, group or team …" : "Board mit einem Benutzer, einer Gruppe oder einem Team teilen …",
"Searching for users, groups and teams …" : "Suche nach Benutzern, Gruppen und Teams …",
"No participants found" : "Keine Teilnehmer gefunden",
"Board owner" : "Board-Besitzer",
"(Group)" : "(Gruppe)",
"(Circle)" : "(Kreis)",
"(Team)" : "(Team)",
"Can edit" : "kann bearbeiten",
"Can share" : "kann teilen",
"Can manage" : "kann verwalten",
@@ -199,8 +211,9 @@ OC.L10N.register(
"title and color value must be provided" : "Titel und Farbwert müssen angegeben werden",
"Board name" : "Boardname",
"Members" : "Mitglieder",
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
"Assign to users/groups/team" : "Benutzern/Gruppen/Teams zuweisen",
"Assign a user to this card…" : "Diese Karte einem Benutzer zuweisen …",
"Select a user to assign to this card…" : "Wähle einen Benutzer aus, der dieser Karte zugewiesen werden soll.",
"Upload new files" : "Neue Dateien hochladen",
"Share from Files" : "Aus Dateien heraus teilen",
"Pending share" : "Ausstehende Freigabe",
@@ -243,6 +256,8 @@ OC.L10N.register(
"Add due date" : "Fälligkeitsdatum hinzufügen",
"Choose a date" : "Datum auswählen",
"Remove due date" : "Fälligkeitsdatum löschen",
"Due at:" : "Fallig am:",
"Not completed" : "Nicht fertiggestellt",
"Unarchive card" : "Karte dearchivieren",
"Archive card" : "Karte archivieren",
"Select Date" : "Datum auswählen",
@@ -251,21 +266,47 @@ OC.L10N.register(
"Set due date for this weekend" : "Fälligkeitsdatum auf kommendes Wochenende setzen",
"Set due date for next week" : "Fälligkeitsdatum auf nächste Woche setzen",
"Assign a tag to this card…" : "Dieser Karte ein Schlagwort zuweisen …",
"Select or create a tag…" : "Schlagwort auswählen oder erstellen",
"Create a new tag:" : "Neues Schlagwort erstellen:",
"(group)" : "(Gruppe)",
"Next week {timeLocale}" : "Nächste Woche {timeLocale}",
"Todo items" : "Aufgaben-Elemente",
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
"Edit card title" : "Kartentitel bearbeiten",
"Card details" : "Kartendetails",
"Assign to me" : "Mir zuweisen",
"Unassign myself" : "Nicht mehr mir zuweisen",
"Move card" : "Karte verschieben",
"Card details" : "Karten-Details",
"Mark as not done" : "Als nicht erledigt markieren",
"Mark as done" : "Als erledigt markieren",
"Delete card" : "Karte löschen",
"Move card to another board" : "Karte auf ein anderes Board verschieben",
"Select a list" : "Eine Liste auswählen",
"List is empty" : "Liste ist leer",
"Card deleted" : "Karte gelöscht",
"seconds ago" : "Gerade eben",
"Keyboard shortcuts" : "Tastaturkürzel",
"Boost your productivity using Deck with keyboard shortcuts." : "Erhöhe mit Tastaturkürzeln deine Produktivität in Deck.",
"Board actions" : "Boardaktionen",
"Keyboard shortcut" : "Tastaturkürzel",
"Action" : "Aktion",
"Shift" : "Umschalttaste",
"Scroll" : "Scrollen",
"Scroll sideways" : "Seitwärts scrollen",
"Navigate between cards" : "Zwischen Karten navigieren",
"Esc" : "Esc",
"Close card details" : "Kartendetails schließen",
"Ctrl" : "Strg",
"Search" : "Suche",
"Show card filters" : "Kartenfilter anzeigen",
"Clear card filters" : "Kartenfilter löschen",
"Show help dialog" : "Hilfedialog anzeigen",
"Card actions" : "Kartenaktionen",
"The following actions can be triggered on the currently highlighted card" : "Die folgenden Aktionen können für die aktuell markierten Karte ausgelöst werden",
"Enter" : "Enter",
"Space" : "Leerzeichen",
"Open card details" : "Kartendetails öffnen",
"Edit the card title" : "Kartentitel bearbeiten",
"Assign yourself to the current card" : "Aktuelle Karte dir zuweisen",
"Archive/unarchive the current card" : "Aktuelle Karte archivieren/dearchivieren",
"Mark card as completed/not completed" : "Karte als fertiggestellt/nicht fertiggestellt markieren",
"Open card menu" : "Kartenmenü öffnen",
"All boards" : "Alle Boards",
"Archived boards" : "Archivierte Boards",
"Shared with you" : "Mit dir geteilt",
@@ -275,7 +316,7 @@ OC.L10N.register(
"Show boards in calendar/tasks" : "Board in Kalender/Aufgaben anzeigen",
"Limit board creation to some groups" : "Erstellung von Boards auf einige Gruppen beschränken",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Benutzer außerhalb dieser Gruppen können keine eigenen Boards erstellen, aber weiterhin an Boards arbeiten, die mit ihnen geteilt wurden.",
"Board details" : "Board-Details",
"Board details" : "Boarddetails",
"Edit board" : "Board bearbeiten",
"Clone board" : "Board klonen",
"Unarchive board" : "Board dearchivieren",
@@ -335,11 +376,13 @@ OC.L10N.register(
"Share" : "Freigeben",
"A <strong>card description</strong> inside the Deck app has been changed" : "Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
"Timeline" : "Zeitachse",
"Add a new list" : "Eine neue Liste hinzufügen",
"Assign to users" : "Benutzern zuweisen",
"Due date" : "Fälligkeitsdatum",
"Share board with a user, group or circle …" : "Board mit Benutzer, Gruppe oder Kreis teilen …",
"Searching for users, groups and circles …" : "Suche nach Benutzern, Gruppen und Kreisen",
"(Circle)" : "(Kreis)",
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
"Next week" : "Nächste Woche",
"Next month" : "Nächster Monat",
"List is empty" : "Liste ist leer",
"Limit deck usage of groups" : "Nutzung auf Gruppen einschränken",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Wenn du Deck einschränkst, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden."
},

View File

@@ -35,6 +35,10 @@
"{user} has archived card {card} in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} archiviert",
"You have unarchived card {card} in list {stack} on board {board}" : "Du hast die Karte {card} in der Liste {stack} auf dem Board {board} dearchiviert",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} dearchiviert",
"You have marked the card {card} as done in list {stack} on board {board}" : "Du hast die Karte {card} in der Liste {stack} auf dem Board {board} als erledigt markiert.",
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} als erledigt markiert.",
"You have marked the card {card} as undone in list {stack} on board {board}" : "Du hast die Karte {card} in der Liste {stack} auf dem Board {board} als nicht erledigt markiert.",
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} als nicht erledigt markiert.",
"You have removed the due date of card {card}" : "Du hast das Fälligkeitsdatum der Karte {card} entfernt",
"{user} has removed the due date of card {card}" : "{user} hat das Fälligkeitsdatum der Karte {card} entfernt",
"You have set the due date of card {card} to {after}" : "Du hast das Fälligkeitsdatum der Karte {card} auf {after} gesetzt",
@@ -118,9 +122,13 @@
"Select the board to link to a project" : "Wähle ein Board aus, um dieses mit einem Projekt zu verknüpfen",
"Search by board title" : "Nach einem Board suchen",
"Select board" : "Board auswählen",
"Move card to another board" : "Karte auf ein anderes Board verschieben",
"Select a board" : "Ein Board auswählen",
"Select a card" : "Eine Karte auswählen",
"No lists available" : "Keine Listen verfügbar",
"Select a list" : "Eine Liste auswählen",
"Move card" : "Karte verschieben",
"Cancel" : "Abbrechen",
"Select a card" : "Eine Karte auswählen",
"Select the card to link to a project" : "Wähle die Karte aus, um diese mit einem Projekt zu verknüpfen",
"Link to card" : "Mit dieser Karte verknüpfen",
"File already exists" : "Datei bereits vorhanden",
@@ -139,6 +147,10 @@
"Filter by tag" : "Nach Schlagwort filtern",
"Filter by assigned user" : "Nach zugewiesenem Benutzer filtern",
"Unassigned" : "Nicht zugewiesen",
"Filter by completed" : "Nach fertiggestellt filtern",
"Open and completed" : "Offene und fertiggestellte",
"Open" : "Öffnen",
"Completed" : "Fertiggestellt",
"Filter by due date" : "Nach Fälligkeitsdatum filtern",
"Overdue" : "Überfällig",
"Next 24 hours" : "Die nächsten 24 Stunden",
@@ -146,6 +158,7 @@
"Next 30 days" : "Die nächsten 30 Tage",
"No due date" : "Kein Fälligkeitsdatum",
"Clear filter" : "Filter zurücksetzen",
"View Modes" : "Ansichtsmodi",
"Toggle View Modes" : "Ansichtsmodi wechseln",
"Hide archived cards" : "Archivierte Karten ausblenden",
"Show archived cards" : "Archivierte Karten anzeigen",
@@ -156,9 +169,8 @@
"Details" : "Details",
"Currently present people" : "Aktuell Anwesende",
"Loading board" : "Lade Board",
"No lists available" : "Keine Listen verfügbar",
"Create a new list to add cards to this board" : "Erstelle eine neue Liste, um diesem Board Karten hinzuzufügen",
"Board not found" : "Board nicht gefunden",
"Create a new list to add cards to this board" : "Erstelle eine neue Liste, um diesem Board Karten hinzuzufügen",
"Sharing" : "Teilen",
"Tags" : "Schlagworte",
"Deleted items" : "Gelöschte Objekte",
@@ -166,12 +178,12 @@
"Deleted lists" : "Gelöschte Listen",
"Undo" : "Rückgängig",
"Deleted cards" : "Gelöschte Karten",
"Share board with a user, group or circle …" : "Board mit Benutzer, Gruppe oder Kreis teilen …",
"Searching for users, groups and circles …" : "Suche nach Benutzern, Gruppen und Kreisen …",
"Share board with a user, group or team …" : "Board mit einem Benutzer, einer Gruppe oder einem Team teilen …",
"Searching for users, groups and teams …" : "Suche nach Benutzern, Gruppen und Teams …",
"No participants found" : "Keine Teilnehmer gefunden",
"Board owner" : "Board-Besitzer",
"(Group)" : "(Gruppe)",
"(Circle)" : "(Kreis)",
"(Team)" : "(Team)",
"Can edit" : "kann bearbeiten",
"Can share" : "kann teilen",
"Can manage" : "kann verwalten",
@@ -197,8 +209,9 @@
"title and color value must be provided" : "Titel und Farbwert müssen angegeben werden",
"Board name" : "Boardname",
"Members" : "Mitglieder",
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
"Assign to users/groups/team" : "Benutzern/Gruppen/Teams zuweisen",
"Assign a user to this card…" : "Diese Karte einem Benutzer zuweisen …",
"Select a user to assign to this card…" : "Wähle einen Benutzer aus, der dieser Karte zugewiesen werden soll.",
"Upload new files" : "Neue Dateien hochladen",
"Share from Files" : "Aus Dateien heraus teilen",
"Pending share" : "Ausstehende Freigabe",
@@ -241,6 +254,8 @@
"Add due date" : "Fälligkeitsdatum hinzufügen",
"Choose a date" : "Datum auswählen",
"Remove due date" : "Fälligkeitsdatum löschen",
"Due at:" : "Fallig am:",
"Not completed" : "Nicht fertiggestellt",
"Unarchive card" : "Karte dearchivieren",
"Archive card" : "Karte archivieren",
"Select Date" : "Datum auswählen",
@@ -249,21 +264,47 @@
"Set due date for this weekend" : "Fälligkeitsdatum auf kommendes Wochenende setzen",
"Set due date for next week" : "Fälligkeitsdatum auf nächste Woche setzen",
"Assign a tag to this card…" : "Dieser Karte ein Schlagwort zuweisen …",
"Select or create a tag…" : "Schlagwort auswählen oder erstellen",
"Create a new tag:" : "Neues Schlagwort erstellen:",
"(group)" : "(Gruppe)",
"Next week {timeLocale}" : "Nächste Woche {timeLocale}",
"Todo items" : "Aufgaben-Elemente",
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
"Edit card title" : "Kartentitel bearbeiten",
"Card details" : "Kartendetails",
"Assign to me" : "Mir zuweisen",
"Unassign myself" : "Nicht mehr mir zuweisen",
"Move card" : "Karte verschieben",
"Card details" : "Karten-Details",
"Mark as not done" : "Als nicht erledigt markieren",
"Mark as done" : "Als erledigt markieren",
"Delete card" : "Karte löschen",
"Move card to another board" : "Karte auf ein anderes Board verschieben",
"Select a list" : "Eine Liste auswählen",
"List is empty" : "Liste ist leer",
"Card deleted" : "Karte gelöscht",
"seconds ago" : "Gerade eben",
"Keyboard shortcuts" : "Tastaturkürzel",
"Boost your productivity using Deck with keyboard shortcuts." : "Erhöhe mit Tastaturkürzeln deine Produktivität in Deck.",
"Board actions" : "Boardaktionen",
"Keyboard shortcut" : "Tastaturkürzel",
"Action" : "Aktion",
"Shift" : "Umschalttaste",
"Scroll" : "Scrollen",
"Scroll sideways" : "Seitwärts scrollen",
"Navigate between cards" : "Zwischen Karten navigieren",
"Esc" : "Esc",
"Close card details" : "Kartendetails schließen",
"Ctrl" : "Strg",
"Search" : "Suche",
"Show card filters" : "Kartenfilter anzeigen",
"Clear card filters" : "Kartenfilter löschen",
"Show help dialog" : "Hilfedialog anzeigen",
"Card actions" : "Kartenaktionen",
"The following actions can be triggered on the currently highlighted card" : "Die folgenden Aktionen können für die aktuell markierten Karte ausgelöst werden",
"Enter" : "Enter",
"Space" : "Leerzeichen",
"Open card details" : "Kartendetails öffnen",
"Edit the card title" : "Kartentitel bearbeiten",
"Assign yourself to the current card" : "Aktuelle Karte dir zuweisen",
"Archive/unarchive the current card" : "Aktuelle Karte archivieren/dearchivieren",
"Mark card as completed/not completed" : "Karte als fertiggestellt/nicht fertiggestellt markieren",
"Open card menu" : "Kartenmenü öffnen",
"All boards" : "Alle Boards",
"Archived boards" : "Archivierte Boards",
"Shared with you" : "Mit dir geteilt",
@@ -273,7 +314,7 @@
"Show boards in calendar/tasks" : "Board in Kalender/Aufgaben anzeigen",
"Limit board creation to some groups" : "Erstellung von Boards auf einige Gruppen beschränken",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Benutzer außerhalb dieser Gruppen können keine eigenen Boards erstellen, aber weiterhin an Boards arbeiten, die mit ihnen geteilt wurden.",
"Board details" : "Board-Details",
"Board details" : "Boarddetails",
"Edit board" : "Board bearbeiten",
"Clone board" : "Board klonen",
"Unarchive board" : "Board dearchivieren",
@@ -333,11 +374,13 @@
"Share" : "Freigeben",
"A <strong>card description</strong> inside the Deck app has been changed" : "Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
"Timeline" : "Zeitachse",
"Add a new list" : "Eine neue Liste hinzufügen",
"Assign to users" : "Benutzern zuweisen",
"Due date" : "Fälligkeitsdatum",
"Share board with a user, group or circle …" : "Board mit Benutzer, Gruppe oder Kreis teilen …",
"Searching for users, groups and circles …" : "Suche nach Benutzern, Gruppen und Kreisen",
"(Circle)" : "(Kreis)",
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
"Next week" : "Nächste Woche",
"Next month" : "Nächster Monat",
"List is empty" : "Liste ist leer",
"Limit deck usage of groups" : "Nutzung auf Gruppen einschränken",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Wenn du Deck einschränkst, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden."
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View File

@@ -37,6 +37,10 @@ OC.L10N.register(
"{user} has archived card {card} in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} archiviert",
"You have unarchived card {card} in list {stack} on board {board}" : "Sie haben die Karte {card} in der Liste {stack} auf dem Board {board} dearchiviert",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} dearchiviert",
"You have marked the card {card} as done in list {stack} on board {board}" : "Sie haben die Karte {card} in der Liste {stack} im Board {board} als erledigt markiert",
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} im Board {board} als erledigt markiert",
"You have marked the card {card} as undone in list {stack} on board {board}" : "Sie haben die Karte {card} in der Liste {stack} im Board {board} als unerledigt markiert",
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} im Board {board} als unerledigt markiert",
"You have removed the due date of card {card}" : "Sie haben das Fälligkeitsdatum der Karte {card} entfernt",
"{user} has removed the due date of card {card}" : "{user} hat das Fälligkeitsdatum der Karte {card} entfernt",
"You have set the due date of card {card} to {after}" : "Sie haben das Fälligkeitsdatum der Karte {card} auf {after} gesetzt",
@@ -120,9 +124,13 @@ OC.L10N.register(
"Select the board to link to a project" : "Wählen Sie ein Board aus, um dieses mit einem Projekt zu verknüpfen",
"Search by board title" : "Nach einem Board suchen",
"Select board" : "Board auswählen",
"Move card to another board" : "Karte auf ein anderes Board verschieben",
"Select a board" : "Ein Board auswählen",
"Select a card" : "Eine Karte auswählen",
"No lists available" : "Keine Listen verfügbar",
"Select a list" : "Eine Liste auswählen",
"Move card" : "Karte verschieben",
"Cancel" : "Abbrechen",
"Select a card" : "Eine Karte auswählen",
"Select the card to link to a project" : "Wählen Sie die Karte aus, um diese mit einem Projekt zu verknüpfen",
"Link to card" : "Mit einer Karte verknüpfen",
"File already exists" : "Datei bereits vorhanden",
@@ -141,6 +149,10 @@ OC.L10N.register(
"Filter by tag" : "Nach Schlagwort filtern",
"Filter by assigned user" : "Nach zugewiesenem Benutzer filtern",
"Unassigned" : "Nicht zugewiesen",
"Filter by completed" : "Nach abgeschlossen filtern",
"Open and completed" : "Offene und abgeschlossene",
"Open" : "Öffnen",
"Completed" : "Fertiggestellt",
"Filter by due date" : "Nach Fälligkeitsdatum filtern",
"Overdue" : "Überfällig",
"Next 24 hours" : "Die nächsten 24 Stunden",
@@ -159,9 +171,8 @@ OC.L10N.register(
"Details" : "Details",
"Currently present people" : "Aktuell Anwesende",
"Loading board" : "Lade Board",
"No lists available" : "Keine Listen verfügbar",
"Create a new list to add cards to this board" : "Erstellen Sie eine neue Liste, um diesem Board Karten hinzuzufügen",
"Board not found" : "Board nicht gefunden",
"Create a new list to add cards to this board" : "Erstellen Sie eine neue Liste, um diesem Board Karten hinzuzufügen",
"Sharing" : "Teilen",
"Tags" : "Schlagworte",
"Deleted items" : "Gelöschte Objekte",
@@ -169,12 +180,12 @@ OC.L10N.register(
"Deleted lists" : "Gelöschte Listen",
"Undo" : "Rückgängig",
"Deleted cards" : "Gelöschte Karten",
"Share board with a user, group or circle …" : "Board mit Benutzer, Gruppe oder Kreis teilen…",
"Searching for users, groups and circles …" : "Suche nach Benutzern, Gruppen und Kreisen …",
"Share board with a user, group or team …" : "Board mit einem Benutzer, einer Gruppe oder einem Team teilen …",
"Searching for users, groups and teams …" : "Suche nach Benutzern, Gruppen und Teams …",
"No participants found" : "Keine Teilnehmer gefunden",
"Board owner" : "Board-Besitzer",
"(Group)" : "(Gruppe)",
"(Circle)" : "(Kreis)",
"(Team)" : "(Team)",
"Can edit" : "kann bearbeiten",
"Can share" : "kann teilen",
"Can manage" : "kann verwalten",
@@ -200,8 +211,9 @@ OC.L10N.register(
"title and color value must be provided" : "Titel und Farbwert müssen angegeben werden",
"Board name" : "Boardname",
"Members" : "Mitglieder",
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
"Assign to users/groups/team" : "Benutzern/Gruppen/Teams zuweisen",
"Assign a user to this card…" : "Diese Karte einem Benutzer zuweisen…",
"Select a user to assign to this card…" : "Wählen Sie einen Benutzer aus, der dieser Karte zugewiesen werden soll…",
"Upload new files" : "Neue Dateien hochladen",
"Share from Files" : "Aus Dateien heraus teilen",
"Pending share" : "Ausstehende Freigabe",
@@ -244,6 +256,8 @@ OC.L10N.register(
"Add due date" : "Fälligkeitsdatum hinzufügen",
"Choose a date" : "Datum auswählen",
"Remove due date" : "Fälligkeitsdatum löschen",
"Due at:" : "Fallig am:",
"Not completed" : "Nicht fertiggestellt",
"Unarchive card" : "Karte dearchivieren",
"Archive card" : "Karte archivieren",
"Select Date" : "Datum auswählen",
@@ -252,21 +266,47 @@ OC.L10N.register(
"Set due date for this weekend" : "Fälligkeitsdatum auf kommendes Wochenende setzen",
"Set due date for next week" : "Fälligkeitsdatum auf nächste Woche setzen",
"Assign a tag to this card…" : "Dieser Karte ein Schlagwort zuweisen…",
"Select or create a tag…" : "Schlagwort auswählen oder eins erstellen…",
"Create a new tag:" : "Neues Schlagwort erstellen:",
"(group)" : "(Gruppe)",
"Next week {timeLocale}" : "Nächste Woche {timeLocale}",
"Todo items" : "Aufgaben-Elemente",
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
"Edit card title" : "Kartentitel bearbeiten",
"Card details" : "Karten-Details",
"Assign to me" : "Mir zuweisen",
"Unassign myself" : "Nicht mehr mir zuweisen",
"Move card" : "Karte verschieben",
"Card details" : "Karten-Details",
"Mark as not done" : "Als unerledigt markieren",
"Mark as done" : "Als erledigt markieren",
"Delete card" : "Karte löschen",
"Move card to another board" : "Karte auf ein anderes Board verschieben",
"Select a list" : "Eine Liste auswählen",
"List is empty" : "Liste ist leer",
"Card deleted" : "Karte gelöscht",
"seconds ago" : "Gerade eben",
"Keyboard shortcuts" : "Tastaturkürzel",
"Boost your productivity using Deck with keyboard shortcuts." : "Steigern Sie Ihre Produktivität in Deck mit Tastaturkürzeln.",
"Board actions" : "Board-Aktionen",
"Keyboard shortcut" : "Tastaturkürzel",
"Action" : "Aktion",
"Shift" : "Umschalttaste",
"Scroll" : "Scrollen",
"Scroll sideways" : "Seitwärts scrollen",
"Navigate between cards" : "Zwischen Karten navigieren",
"Esc" : "Esc",
"Close card details" : "Karten-Details schließen",
"Ctrl" : "Strg",
"Search" : "Suche",
"Show card filters" : "Kartenfilter anzeigen",
"Clear card filters" : "Kartenfilter löschen",
"Show help dialog" : "Hilfedialog anzeigen",
"Card actions" : "Kartenaktionen",
"The following actions can be triggered on the currently highlighted card" : "Die folgenden Aktionen können für die aktuell markierten Karte ausgelöst werden",
"Enter" : "Enter",
"Space" : "Leerzeichen",
"Open card details" : "Kartendetails öffnen",
"Edit the card title" : "Kartentitel bearbeiten",
"Assign yourself to the current card" : "Weisen Sie sich der aktuellen Karte zu",
"Archive/unarchive the current card" : "Die aktuelle Karte archivieren/dearchivieren",
"Mark card as completed/not completed" : "Karte als abgeschlossen/nicht abgeschlossen markieren",
"Open card menu" : "Kartenmenü öffnen",
"All boards" : "Alle Boards",
"Archived boards" : "Archivierte Boards",
"Shared with you" : "Mit Ihnen geteilt",
@@ -336,11 +376,13 @@ OC.L10N.register(
"Share" : "Freigeben",
"A <strong>card description</strong> inside the Deck app has been changed" : "Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
"Timeline" : "Zeitachse",
"Add a new list" : "Eine neue Liste hinzufügen",
"Assign to users" : "Benutzern zuweisen",
"Due date" : "Fälligkeitsdatum",
"Share board with a user, group or circle …" : "Board mit Benutzer, Gruppe oder Kreis teilen",
"Searching for users, groups and circles …" : "Suche nach Benutzern, Gruppen und Kreisen",
"(Circle)" : "(Kreis)",
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
"Next week" : "Nächste Woche",
"Next month" : "Nächsten Monat",
"List is empty" : "Liste ist leer",
"Limit deck usage of groups" : "Nutzung auf Gruppen einschränken",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Wenn Sie Deck einschränken, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden."
},

View File

@@ -35,6 +35,10 @@
"{user} has archived card {card} in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} archiviert",
"You have unarchived card {card} in list {stack} on board {board}" : "Sie haben die Karte {card} in der Liste {stack} auf dem Board {board} dearchiviert",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} dearchiviert",
"You have marked the card {card} as done in list {stack} on board {board}" : "Sie haben die Karte {card} in der Liste {stack} im Board {board} als erledigt markiert",
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} im Board {board} als erledigt markiert",
"You have marked the card {card} as undone in list {stack} on board {board}" : "Sie haben die Karte {card} in der Liste {stack} im Board {board} als unerledigt markiert",
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} im Board {board} als unerledigt markiert",
"You have removed the due date of card {card}" : "Sie haben das Fälligkeitsdatum der Karte {card} entfernt",
"{user} has removed the due date of card {card}" : "{user} hat das Fälligkeitsdatum der Karte {card} entfernt",
"You have set the due date of card {card} to {after}" : "Sie haben das Fälligkeitsdatum der Karte {card} auf {after} gesetzt",
@@ -118,9 +122,13 @@
"Select the board to link to a project" : "Wählen Sie ein Board aus, um dieses mit einem Projekt zu verknüpfen",
"Search by board title" : "Nach einem Board suchen",
"Select board" : "Board auswählen",
"Move card to another board" : "Karte auf ein anderes Board verschieben",
"Select a board" : "Ein Board auswählen",
"Select a card" : "Eine Karte auswählen",
"No lists available" : "Keine Listen verfügbar",
"Select a list" : "Eine Liste auswählen",
"Move card" : "Karte verschieben",
"Cancel" : "Abbrechen",
"Select a card" : "Eine Karte auswählen",
"Select the card to link to a project" : "Wählen Sie die Karte aus, um diese mit einem Projekt zu verknüpfen",
"Link to card" : "Mit einer Karte verknüpfen",
"File already exists" : "Datei bereits vorhanden",
@@ -139,6 +147,10 @@
"Filter by tag" : "Nach Schlagwort filtern",
"Filter by assigned user" : "Nach zugewiesenem Benutzer filtern",
"Unassigned" : "Nicht zugewiesen",
"Filter by completed" : "Nach abgeschlossen filtern",
"Open and completed" : "Offene und abgeschlossene",
"Open" : "Öffnen",
"Completed" : "Fertiggestellt",
"Filter by due date" : "Nach Fälligkeitsdatum filtern",
"Overdue" : "Überfällig",
"Next 24 hours" : "Die nächsten 24 Stunden",
@@ -157,9 +169,8 @@
"Details" : "Details",
"Currently present people" : "Aktuell Anwesende",
"Loading board" : "Lade Board",
"No lists available" : "Keine Listen verfügbar",
"Create a new list to add cards to this board" : "Erstellen Sie eine neue Liste, um diesem Board Karten hinzuzufügen",
"Board not found" : "Board nicht gefunden",
"Create a new list to add cards to this board" : "Erstellen Sie eine neue Liste, um diesem Board Karten hinzuzufügen",
"Sharing" : "Teilen",
"Tags" : "Schlagworte",
"Deleted items" : "Gelöschte Objekte",
@@ -167,12 +178,12 @@
"Deleted lists" : "Gelöschte Listen",
"Undo" : "Rückgängig",
"Deleted cards" : "Gelöschte Karten",
"Share board with a user, group or circle …" : "Board mit Benutzer, Gruppe oder Kreis teilen…",
"Searching for users, groups and circles …" : "Suche nach Benutzern, Gruppen und Kreisen …",
"Share board with a user, group or team …" : "Board mit einem Benutzer, einer Gruppe oder einem Team teilen …",
"Searching for users, groups and teams …" : "Suche nach Benutzern, Gruppen und Teams …",
"No participants found" : "Keine Teilnehmer gefunden",
"Board owner" : "Board-Besitzer",
"(Group)" : "(Gruppe)",
"(Circle)" : "(Kreis)",
"(Team)" : "(Team)",
"Can edit" : "kann bearbeiten",
"Can share" : "kann teilen",
"Can manage" : "kann verwalten",
@@ -198,8 +209,9 @@
"title and color value must be provided" : "Titel und Farbwert müssen angegeben werden",
"Board name" : "Boardname",
"Members" : "Mitglieder",
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
"Assign to users/groups/team" : "Benutzern/Gruppen/Teams zuweisen",
"Assign a user to this card…" : "Diese Karte einem Benutzer zuweisen…",
"Select a user to assign to this card…" : "Wählen Sie einen Benutzer aus, der dieser Karte zugewiesen werden soll…",
"Upload new files" : "Neue Dateien hochladen",
"Share from Files" : "Aus Dateien heraus teilen",
"Pending share" : "Ausstehende Freigabe",
@@ -242,6 +254,8 @@
"Add due date" : "Fälligkeitsdatum hinzufügen",
"Choose a date" : "Datum auswählen",
"Remove due date" : "Fälligkeitsdatum löschen",
"Due at:" : "Fallig am:",
"Not completed" : "Nicht fertiggestellt",
"Unarchive card" : "Karte dearchivieren",
"Archive card" : "Karte archivieren",
"Select Date" : "Datum auswählen",
@@ -250,21 +264,47 @@
"Set due date for this weekend" : "Fälligkeitsdatum auf kommendes Wochenende setzen",
"Set due date for next week" : "Fälligkeitsdatum auf nächste Woche setzen",
"Assign a tag to this card…" : "Dieser Karte ein Schlagwort zuweisen…",
"Select or create a tag…" : "Schlagwort auswählen oder eins erstellen…",
"Create a new tag:" : "Neues Schlagwort erstellen:",
"(group)" : "(Gruppe)",
"Next week {timeLocale}" : "Nächste Woche {timeLocale}",
"Todo items" : "Aufgaben-Elemente",
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
"Edit card title" : "Kartentitel bearbeiten",
"Card details" : "Karten-Details",
"Assign to me" : "Mir zuweisen",
"Unassign myself" : "Nicht mehr mir zuweisen",
"Move card" : "Karte verschieben",
"Card details" : "Karten-Details",
"Mark as not done" : "Als unerledigt markieren",
"Mark as done" : "Als erledigt markieren",
"Delete card" : "Karte löschen",
"Move card to another board" : "Karte auf ein anderes Board verschieben",
"Select a list" : "Eine Liste auswählen",
"List is empty" : "Liste ist leer",
"Card deleted" : "Karte gelöscht",
"seconds ago" : "Gerade eben",
"Keyboard shortcuts" : "Tastaturkürzel",
"Boost your productivity using Deck with keyboard shortcuts." : "Steigern Sie Ihre Produktivität in Deck mit Tastaturkürzeln.",
"Board actions" : "Board-Aktionen",
"Keyboard shortcut" : "Tastaturkürzel",
"Action" : "Aktion",
"Shift" : "Umschalttaste",
"Scroll" : "Scrollen",
"Scroll sideways" : "Seitwärts scrollen",
"Navigate between cards" : "Zwischen Karten navigieren",
"Esc" : "Esc",
"Close card details" : "Karten-Details schließen",
"Ctrl" : "Strg",
"Search" : "Suche",
"Show card filters" : "Kartenfilter anzeigen",
"Clear card filters" : "Kartenfilter löschen",
"Show help dialog" : "Hilfedialog anzeigen",
"Card actions" : "Kartenaktionen",
"The following actions can be triggered on the currently highlighted card" : "Die folgenden Aktionen können für die aktuell markierten Karte ausgelöst werden",
"Enter" : "Enter",
"Space" : "Leerzeichen",
"Open card details" : "Kartendetails öffnen",
"Edit the card title" : "Kartentitel bearbeiten",
"Assign yourself to the current card" : "Weisen Sie sich der aktuellen Karte zu",
"Archive/unarchive the current card" : "Die aktuelle Karte archivieren/dearchivieren",
"Mark card as completed/not completed" : "Karte als abgeschlossen/nicht abgeschlossen markieren",
"Open card menu" : "Kartenmenü öffnen",
"All boards" : "Alle Boards",
"Archived boards" : "Archivierte Boards",
"Shared with you" : "Mit Ihnen geteilt",
@@ -334,11 +374,13 @@
"Share" : "Freigeben",
"A <strong>card description</strong> inside the Deck app has been changed" : "Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
"Timeline" : "Zeitachse",
"Add a new list" : "Eine neue Liste hinzufügen",
"Assign to users" : "Benutzern zuweisen",
"Due date" : "Fälligkeitsdatum",
"Share board with a user, group or circle …" : "Board mit Benutzer, Gruppe oder Kreis teilen",
"Searching for users, groups and circles …" : "Suche nach Benutzern, Gruppen und Kreisen",
"(Circle)" : "(Kreis)",
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
"Next week" : "Nächste Woche",
"Next month" : "Nächsten Monat",
"List is empty" : "Liste ist leer",
"Limit deck usage of groups" : "Nutzung auf Gruppen einschränken",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Wenn Sie Deck einschränken, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden."
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View File

@@ -65,7 +65,11 @@ OC.L10N.register(
"{user} has commented on card {card}" : "Ο/η {user} σχολίασε την καρτέλα {card}",
"Deck" : "Deck",
"Changes in the <strong>Deck app</strong>" : "Αλλαγές στην <strong>εφαρμογή Deck</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" : "Φόρτωση περισσότερων",
"Personal" : "Προσωπικά",
@@ -114,9 +118,13 @@ OC.L10N.register(
"Select the board to link to a project" : "Επιλέξτε πίνακα και συνδέστε τον σε ένα έργο",
"Search by board title" : "Αναζήτηση με το όνομα πίνακα",
"Select board" : "Επιλογή πίνακα",
"Move card to another board" : "Μετακίνηση καρτέλας σε άλλο πίνακα",
"Select a board" : "Επιλογή ενός πίνακα",
"Select a card" : "Επιλογή μιας καρτέλας",
"No lists available" : "Δεν υπάρχουν διαθέσιμες λίστες",
"Select a list" : "Επιλέξτε μια λίστα",
"Move card" : "Μετακίνηση καρτέλας",
"Cancel" : "Aκύρωση",
"Select a card" : "Επιλογή μιας καρτέλας",
"Select the card to link to a project" : "Επιλογή καρτέλας για σύνδεση στο έργο",
"Link to card" : "Σύνδεσμος σε καρτέλα",
"File already exists" : "Το αρχείο υπάρχει ήδη",
@@ -135,6 +143,8 @@ OC.L10N.register(
"Filter by tag" : "Φίλτρο ανά ετικέτα",
"Filter by assigned user" : "Φίλτρο ανά χρήστη",
"Unassigned" : "Χωρίς ανάθεση",
"Open" : "Ανοιχτός",
"Completed" : "Ολοκληρωμένες",
"Filter by due date" : "Φίλτρο ανά ημερομηνία λήξης",
"Overdue" : "Εκπρόθεσμες",
"Next 24 hours" : "Επόμενες 24 ώρες",
@@ -142,16 +152,18 @@ OC.L10N.register(
"Next 30 days" : "Επόμενες 30 ημέρες",
"No due date" : "Χωρίς ημερομηνία λήξης",
"Clear filter" : "Εκκαθάριση φίλτρου",
"View Modes" : "Τρόποι προβολής",
"Hide archived cards" : "Απόκρυψη καρτελών που αρχειοθετήθηκαν",
"Show archived cards" : "Εμφάνιση καρτελών που αρχειοθετήθηκαν",
"Toggle compact mode" : "Εναλλαγή λειτουργίας μικρού μεγέθους",
"Hide card cover images" : "Απόκρυψη εικόνων εξωφύλλου καρτών",
"Show card cover images" : "Εμφάνιση εικόνων εξωφύλλου καρτών",
"Open details" : "Άνοιγμα λεπτομερειών",
"Details" : "Λεπτομέρειες",
"Currently present people" : "Παρόντες αυτή τη στιγμή",
"Loading board" : "Φόρτωση πίνακα",
"No lists available" : "Δεν υπάρχουν διαθέσιμες λίστες",
"Create a new list to add cards to this board" : "Δημιουργήστε νέα λίστα για να προσθέσετε καρτέλες σε αυτό τον πίνακα.",
"Board not found" : "Ο πίνακας δεν βρέθηκε",
"Create a new list to add cards to this board" : "Δημιουργήστε νέα λίστα για να προσθέσετε καρτέλες σε αυτό τον πίνακα.",
"Sharing" : "Διαμοιρασμός",
"Tags" : "Ετικέτες",
"Deleted items" : "Διαγραμμένα αντικείμενα",
@@ -159,12 +171,10 @@ OC.L10N.register(
"Deleted lists" : "Διαγραμμένες λίστες",
"Undo" : "Αναίρεση",
"Deleted cards" : "Διαγραμμένες καρτέλες",
"Share board with a user, group or circle …" : "Διαμοιράστε τον πίνακα με χρήστη, ομάδα ή κύκλο ...",
"Searching for users, groups and circles …" : "Αναζήτηση χρηστών, ομάδων και κύκλων…",
"No participants found" : "Δε βρέθηκαν συμμετέχοντες",
"Board owner" : "Κάτοχος πίνακα",
"(Group)" : "(Ομάδα)",
"(Circle)" : "(Κύκλος)",
"(Team)" : "(Ομάδα)",
"Can edit" : "Μπορεί να επεξεργαστεί",
"Can share" : "Μπορεί να διαμοιράσει",
"Can manage" : "Μπορεί να διαχειριστεί",
@@ -190,8 +200,8 @@ OC.L10N.register(
"title and color value must be provided" : "ο τίτλος και η τιμή χρώματος πρέπει να παρέχονται",
"Board name" : "Όνομα πίνακα",
"Members" : "Μέλη",
"Assign to users/groups/circles" : "Ανάθεση σε χρήστες/ομάδες/κύκλους",
"Assign a user to this card…" : "Ανάθεση χρήστη στην καρτέλα...",
"Select a user to assign to this card…" : "Επιλέξτε έναν χρήστη για να του αναθέσετε αυτή την κάρτα...",
"Upload new files" : "Ανεβάστε νέα αρχεία",
"Share from Files" : "Κοινή χρήση από Αρχεία",
"Pending share" : "Κοινή χρήση σε εκκρεμότητα",
@@ -229,32 +239,70 @@ OC.L10N.register(
"Add Attachment" : "Προσθήκη συνημμένου",
"Write a description …" : "Γράψτε μια περιγραφή…",
"Choose attachment" : "Επιλογή συνημμένου",
"Assign a due date to this card…" : "Ορίστε μια ημερομηνία λήξης σε αυτή την κάρτα...",
"Set a due date" : "Καθορίστε ημερομηνίας λήξης",
"Add due date" : "Προσθήκη ημερομηνίας λήξης",
"Choose a date" : "Επιλέξτε ημερομηνίας",
"Remove due date" : "Αφαίρεση ημερομηνίας λήξης",
"Due at:" : "Λήγει στις:",
"Not completed" : "Μη ολοκληρωμένο",
"Unarchive card" : "Αναίρεση αρχειοθέτησης καρτέλας",
"Archive card" : "Αρχειοθέτηση καρτέλας",
"Select Date" : "Επιλέξτε ημερομηνία",
"Set due date for later today" : "Ορίστε ημερομηνία λήξης για αργότερα σήμερα",
"Set due date for tomorrow" : "Ορίστε ημερομηνία λήξης για αύριο",
"Set due date for this weekend" : "Ορίστε ημερομηνία λήξης για αυτό το Σαββατοκύριακο",
"Set due date for next week" : "Ορίστε ημερομηνία λήξης για την επόμενη εβδομάδα",
"Assign a tag to this card…" : "Ορίστε μια ετικέτα σε αυτήν την καρτέλα...",
"Select or create a tag…" : "Επιλέξτε ή δημιουργήστε μια ετικέτα...",
"Create a new tag:" : "Δημιουργήστε νέα ετικέτα",
"(group)" : "(ομάδα)",
"Next week {timeLocale}" : "Επόμενη εβδομάδα {timeLocale}",
"Todo items" : "Στοιχεία todo",
"{count} comments, {unread} unread" : "{count} σχόλια, {unread} μη αναγνωσμένα",
"Edit card title" : "Επεξεργασία τίτλου κάρτας",
"Card details" : "Λεπτομέρειες καρτέλας",
"Assign to me" : "Ανάθεση σε εμένα",
"Unassign myself" : "Αποδέσμευσή μου",
"Move card" : "Μετακίνηση καρτέλας",
"Card details" : "Λεπτομέρειες καρτέλας",
"Mark as not done" : "Σήμανση ως ολοκληρωμένου",
"Mark as done" : "Σήμανση ως ολοκληρωμένου",
"Delete card" : "Διαγραφή καρτέλας",
"Move card to another board" : "Μετακίνηση καρτέλας σε άλλο πίνακα",
"Select a list" : "Επιλέξτε μια λίστα",
"List is empty" : "Η λίστα είναι κενή",
"Card deleted" : "Η καρτέλα διαγράφηκε",
"seconds ago" : " δευτερόλεπτα πριν ",
"Keyboard shortcuts" : "Συντομεύσεις πληκτρολογίου",
"Boost your productivity using Deck with keyboard shortcuts." : "Αυξήστε την παραγωγικότητά σας στο Deck χρησιμοποιώντας συντομεύσεις πληκτρολογίου.",
"Board actions" : "Ενέργειες πίνακα",
"Keyboard shortcut" : "Συντόμευση πλητρολογίου",
"Action" : "Ενέργεια",
"Shift" : "Shift",
"Scroll" : "Κύλιση",
"Scroll sideways" : "Κύλιση οριζόντια",
"Navigate between cards" : "Πλοήγηση μεταξύ καρτών",
"Esc" : "Esc",
"Close card details" : "Κλείσιμο λεπτομερειών κάρτας",
"Ctrl" : "Ctrl",
"Search" : "Αναζήτηση",
"Show card filters" : "Εμφάνιση φίλτρων κάρτας",
"Clear card filters" : "Εκκαθάριση φίλτρων κάρτας",
"Show help dialog" : "Εμφάνιση διαλόγου βοήθειας",
"Card actions" : "Ενέργειες κάρτας",
"The following actions can be triggered on the currently highlighted card" : "Οι ακόλουθες ενέργειες μπορούν να ενεργοποιηθούν για την τρέχουσα επιλεγμένη κάρτα",
"Enter" : "Enter",
"Space" : "Space",
"Open card details" : "Άνοιγμα λεπτομερειών κάρτας",
"Edit the card title" : "Επεξεργασία τίτλου κάρτας",
"Assign yourself to the current card" : "Αναθέστε τον εαυτό σας στην τρέχουσα κάρτα",
"Archive/unarchive the current card" : "Αρχειοθέτηση/αποαρχειοθέτηση της τρέχουσας κάρτας",
"Mark card as completed/not completed" : "Σημειώστε την κάρτα ως ολοκληρωμένη/μη ολοκληρωμένη",
"Open card menu" : "Άνοιγμα μενού κάρτας",
"All boards" : "Όλοι οι πίνακες",
"Archived boards" : "Αρχειοθέτηση πινάκων ",
"Shared with you" : "Διαμοιρασμένα μαζί σας",
"Deck settings" : "Ρυθμίσεις Deck",
"Use bigger card view" : "Χρησιμοποιήστε μεγαλύτερη προβολή καρτέλας",
"Show boards in calendar/tasks" : "Εμφάνιση πινάκων στο ημερολόγιο / εργασίες",
"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." : "Οι χρήστες εκτός αυτών των ομάδων δεν θα μπορούν να δημιουργούν τους δικούς τους πίνακες, αλλά θα μπορούν να εργάζονται σε πίνακες που τους έχουν διαμοιραστεί.",
"Board details" : "Λεπτομέριες πίνακα",
"Edit board" : "Επεξεργασία πίνακα",
"Clone board" : "Κλώνος πίνακα",
@@ -280,6 +328,7 @@ OC.L10N.register(
"No due" : "Χωρίς λήξη",
"Search for {searchQuery} in all boards" : "Αναζήτηση για {searchQuery} σε όλους τους πίνακες",
"No results found" : "Δεν βρέθηκαν αποτελέσματα",
"This weekend {timeLocale}" : "Αυτή την εβδομάδα {timeLocale}",
"Deck board {name}\n* Last modified on {lastMod}" : "Πίνακας Deck {name}\n* Τελευταία τροποποίηση στις {lastMod}",
"{stack} in {board}" : "{stack} στο {board}",
"Click to expand description" : "Κλικ για επέκταση περιγραφής",
@@ -294,8 +343,13 @@ OC.L10N.register(
"Open card" : "Άνοιγμα καρτέλας",
"Close" : "Κλείσιμο",
"No upcoming cards" : "Δεν υπάρχουν επερχόμενες καρτέλες",
"upcoming cards today" : "επερχόμενες κάρτες σήμερα",
"upcoming cards tomorrow" : "επερχόμενες κάρτες αύριο",
"upcoming cards" : "επερχόμενες καρτέλες",
"New card" : "Νέα κάρτα",
"Due on {date}" : "Προθεσμία στις {date}",
"Tomorrow {timeLocale}" : "Αύριο {timeLocale}",
"Later today {timeLocale}" : "Αργότερα σήμερα {timeLocale}",
"Link to a board" : "Σύνδεσμος στον πίνακα",
"Link to a card" : "Σύνδεσμος σε καρτέλα",
"Create a card" : "Δημιουργία καρτέλας",
@@ -309,11 +363,13 @@ OC.L10N.register(
"Share" : "Μοιραστείτε",
"A <strong>card description</strong> inside the Deck app has been changed" : "Η <strong>περιγραφή καρτέλας </strong>στην εφαρμογή Deck άλλαξε",
"Timeline" : "Χρονολόγιο",
"Add a new list" : "Προσθήκη νέας λίστας",
"Assign to users" : "Ανάθεση σε χρήστες",
"Due date" : "Ημερομηνία λήξης",
"Share board with a user, group or circle …" : "Διαμοιράστε τον πίνακα με χρήστη, ομάδα ή κύκλο ...",
"Searching for users, groups and circles …" : "Αναζήτηση χρηστών, ομάδων και κύκλων…",
"(Circle)" : "(Κύκλος)",
"Assign to users/groups/circles" : "Ανάθεση σε χρήστες/ομάδες/κύκλους",
"Next week" : "Επόμενη εβδομάδα",
"Next month" : "Επόμενος μήνας",
"List is empty" : "Η λίστα είναι κενή",
"Limit deck usage of groups" : "Περιορίστε τη χρήση της εφαρμογής deck σε ομάδες",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Ο περιορισμός του Deck θα εμποδίσει τους χρήστες που δεν είναι μέρος αυτών των ομάδων να δημιουργούν δικούς τους πίνακες. Οι χρήστες θα εξακολουθήσουν να εργάζονται σε πίνακες που έχουν διαμοιραστεί μαζί τους."
},

View File

@@ -63,7 +63,11 @@
"{user} has commented on card {card}" : "Ο/η {user} σχολίασε την καρτέλα {card}",
"Deck" : "Deck",
"Changes in the <strong>Deck app</strong>" : "Αλλαγές στην <strong>εφαρμογή Deck</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" : "Φόρτωση περισσότερων",
"Personal" : "Προσωπικά",
@@ -112,9 +116,13 @@
"Select the board to link to a project" : "Επιλέξτε πίνακα και συνδέστε τον σε ένα έργο",
"Search by board title" : "Αναζήτηση με το όνομα πίνακα",
"Select board" : "Επιλογή πίνακα",
"Move card to another board" : "Μετακίνηση καρτέλας σε άλλο πίνακα",
"Select a board" : "Επιλογή ενός πίνακα",
"Select a card" : "Επιλογή μιας καρτέλας",
"No lists available" : "Δεν υπάρχουν διαθέσιμες λίστες",
"Select a list" : "Επιλέξτε μια λίστα",
"Move card" : "Μετακίνηση καρτέλας",
"Cancel" : "Aκύρωση",
"Select a card" : "Επιλογή μιας καρτέλας",
"Select the card to link to a project" : "Επιλογή καρτέλας για σύνδεση στο έργο",
"Link to card" : "Σύνδεσμος σε καρτέλα",
"File already exists" : "Το αρχείο υπάρχει ήδη",
@@ -133,6 +141,8 @@
"Filter by tag" : "Φίλτρο ανά ετικέτα",
"Filter by assigned user" : "Φίλτρο ανά χρήστη",
"Unassigned" : "Χωρίς ανάθεση",
"Open" : "Ανοιχτός",
"Completed" : "Ολοκληρωμένες",
"Filter by due date" : "Φίλτρο ανά ημερομηνία λήξης",
"Overdue" : "Εκπρόθεσμες",
"Next 24 hours" : "Επόμενες 24 ώρες",
@@ -140,16 +150,18 @@
"Next 30 days" : "Επόμενες 30 ημέρες",
"No due date" : "Χωρίς ημερομηνία λήξης",
"Clear filter" : "Εκκαθάριση φίλτρου",
"View Modes" : "Τρόποι προβολής",
"Hide archived cards" : "Απόκρυψη καρτελών που αρχειοθετήθηκαν",
"Show archived cards" : "Εμφάνιση καρτελών που αρχειοθετήθηκαν",
"Toggle compact mode" : "Εναλλαγή λειτουργίας μικρού μεγέθους",
"Hide card cover images" : "Απόκρυψη εικόνων εξωφύλλου καρτών",
"Show card cover images" : "Εμφάνιση εικόνων εξωφύλλου καρτών",
"Open details" : "Άνοιγμα λεπτομερειών",
"Details" : "Λεπτομέρειες",
"Currently present people" : "Παρόντες αυτή τη στιγμή",
"Loading board" : "Φόρτωση πίνακα",
"No lists available" : "Δεν υπάρχουν διαθέσιμες λίστες",
"Create a new list to add cards to this board" : "Δημιουργήστε νέα λίστα για να προσθέσετε καρτέλες σε αυτό τον πίνακα.",
"Board not found" : "Ο πίνακας δεν βρέθηκε",
"Create a new list to add cards to this board" : "Δημιουργήστε νέα λίστα για να προσθέσετε καρτέλες σε αυτό τον πίνακα.",
"Sharing" : "Διαμοιρασμός",
"Tags" : "Ετικέτες",
"Deleted items" : "Διαγραμμένα αντικείμενα",
@@ -157,12 +169,10 @@
"Deleted lists" : "Διαγραμμένες λίστες",
"Undo" : "Αναίρεση",
"Deleted cards" : "Διαγραμμένες καρτέλες",
"Share board with a user, group or circle …" : "Διαμοιράστε τον πίνακα με χρήστη, ομάδα ή κύκλο ...",
"Searching for users, groups and circles …" : "Αναζήτηση χρηστών, ομάδων και κύκλων…",
"No participants found" : "Δε βρέθηκαν συμμετέχοντες",
"Board owner" : "Κάτοχος πίνακα",
"(Group)" : "(Ομάδα)",
"(Circle)" : "(Κύκλος)",
"(Team)" : "(Ομάδα)",
"Can edit" : "Μπορεί να επεξεργαστεί",
"Can share" : "Μπορεί να διαμοιράσει",
"Can manage" : "Μπορεί να διαχειριστεί",
@@ -188,8 +198,8 @@
"title and color value must be provided" : "ο τίτλος και η τιμή χρώματος πρέπει να παρέχονται",
"Board name" : "Όνομα πίνακα",
"Members" : "Μέλη",
"Assign to users/groups/circles" : "Ανάθεση σε χρήστες/ομάδες/κύκλους",
"Assign a user to this card…" : "Ανάθεση χρήστη στην καρτέλα...",
"Select a user to assign to this card…" : "Επιλέξτε έναν χρήστη για να του αναθέσετε αυτή την κάρτα...",
"Upload new files" : "Ανεβάστε νέα αρχεία",
"Share from Files" : "Κοινή χρήση από Αρχεία",
"Pending share" : "Κοινή χρήση σε εκκρεμότητα",
@@ -227,32 +237,70 @@
"Add Attachment" : "Προσθήκη συνημμένου",
"Write a description …" : "Γράψτε μια περιγραφή…",
"Choose attachment" : "Επιλογή συνημμένου",
"Assign a due date to this card…" : "Ορίστε μια ημερομηνία λήξης σε αυτή την κάρτα...",
"Set a due date" : "Καθορίστε ημερομηνίας λήξης",
"Add due date" : "Προσθήκη ημερομηνίας λήξης",
"Choose a date" : "Επιλέξτε ημερομηνίας",
"Remove due date" : "Αφαίρεση ημερομηνίας λήξης",
"Due at:" : "Λήγει στις:",
"Not completed" : "Μη ολοκληρωμένο",
"Unarchive card" : "Αναίρεση αρχειοθέτησης καρτέλας",
"Archive card" : "Αρχειοθέτηση καρτέλας",
"Select Date" : "Επιλέξτε ημερομηνία",
"Set due date for later today" : "Ορίστε ημερομηνία λήξης για αργότερα σήμερα",
"Set due date for tomorrow" : "Ορίστε ημερομηνία λήξης για αύριο",
"Set due date for this weekend" : "Ορίστε ημερομηνία λήξης για αυτό το Σαββατοκύριακο",
"Set due date for next week" : "Ορίστε ημερομηνία λήξης για την επόμενη εβδομάδα",
"Assign a tag to this card…" : "Ορίστε μια ετικέτα σε αυτήν την καρτέλα...",
"Select or create a tag…" : "Επιλέξτε ή δημιουργήστε μια ετικέτα...",
"Create a new tag:" : "Δημιουργήστε νέα ετικέτα",
"(group)" : "(ομάδα)",
"Next week {timeLocale}" : "Επόμενη εβδομάδα {timeLocale}",
"Todo items" : "Στοιχεία todo",
"{count} comments, {unread} unread" : "{count} σχόλια, {unread} μη αναγνωσμένα",
"Edit card title" : "Επεξεργασία τίτλου κάρτας",
"Card details" : "Λεπτομέρειες καρτέλας",
"Assign to me" : "Ανάθεση σε εμένα",
"Unassign myself" : "Αποδέσμευσή μου",
"Move card" : "Μετακίνηση καρτέλας",
"Card details" : "Λεπτομέρειες καρτέλας",
"Mark as not done" : "Σήμανση ως ολοκληρωμένου",
"Mark as done" : "Σήμανση ως ολοκληρωμένου",
"Delete card" : "Διαγραφή καρτέλας",
"Move card to another board" : "Μετακίνηση καρτέλας σε άλλο πίνακα",
"Select a list" : "Επιλέξτε μια λίστα",
"List is empty" : "Η λίστα είναι κενή",
"Card deleted" : "Η καρτέλα διαγράφηκε",
"seconds ago" : " δευτερόλεπτα πριν ",
"Keyboard shortcuts" : "Συντομεύσεις πληκτρολογίου",
"Boost your productivity using Deck with keyboard shortcuts." : "Αυξήστε την παραγωγικότητά σας στο Deck χρησιμοποιώντας συντομεύσεις πληκτρολογίου.",
"Board actions" : "Ενέργειες πίνακα",
"Keyboard shortcut" : "Συντόμευση πλητρολογίου",
"Action" : "Ενέργεια",
"Shift" : "Shift",
"Scroll" : "Κύλιση",
"Scroll sideways" : "Κύλιση οριζόντια",
"Navigate between cards" : "Πλοήγηση μεταξύ καρτών",
"Esc" : "Esc",
"Close card details" : "Κλείσιμο λεπτομερειών κάρτας",
"Ctrl" : "Ctrl",
"Search" : "Αναζήτηση",
"Show card filters" : "Εμφάνιση φίλτρων κάρτας",
"Clear card filters" : "Εκκαθάριση φίλτρων κάρτας",
"Show help dialog" : "Εμφάνιση διαλόγου βοήθειας",
"Card actions" : "Ενέργειες κάρτας",
"The following actions can be triggered on the currently highlighted card" : "Οι ακόλουθες ενέργειες μπορούν να ενεργοποιηθούν για την τρέχουσα επιλεγμένη κάρτα",
"Enter" : "Enter",
"Space" : "Space",
"Open card details" : "Άνοιγμα λεπτομερειών κάρτας",
"Edit the card title" : "Επεξεργασία τίτλου κάρτας",
"Assign yourself to the current card" : "Αναθέστε τον εαυτό σας στην τρέχουσα κάρτα",
"Archive/unarchive the current card" : "Αρχειοθέτηση/αποαρχειοθέτηση της τρέχουσας κάρτας",
"Mark card as completed/not completed" : "Σημειώστε την κάρτα ως ολοκληρωμένη/μη ολοκληρωμένη",
"Open card menu" : "Άνοιγμα μενού κάρτας",
"All boards" : "Όλοι οι πίνακες",
"Archived boards" : "Αρχειοθέτηση πινάκων ",
"Shared with you" : "Διαμοιρασμένα μαζί σας",
"Deck settings" : "Ρυθμίσεις Deck",
"Use bigger card view" : "Χρησιμοποιήστε μεγαλύτερη προβολή καρτέλας",
"Show boards in calendar/tasks" : "Εμφάνιση πινάκων στο ημερολόγιο / εργασίες",
"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." : "Οι χρήστες εκτός αυτών των ομάδων δεν θα μπορούν να δημιουργούν τους δικούς τους πίνακες, αλλά θα μπορούν να εργάζονται σε πίνακες που τους έχουν διαμοιραστεί.",
"Board details" : "Λεπτομέριες πίνακα",
"Edit board" : "Επεξεργασία πίνακα",
"Clone board" : "Κλώνος πίνακα",
@@ -278,6 +326,7 @@
"No due" : "Χωρίς λήξη",
"Search for {searchQuery} in all boards" : "Αναζήτηση για {searchQuery} σε όλους τους πίνακες",
"No results found" : "Δεν βρέθηκαν αποτελέσματα",
"This weekend {timeLocale}" : "Αυτή την εβδομάδα {timeLocale}",
"Deck board {name}\n* Last modified on {lastMod}" : "Πίνακας Deck {name}\n* Τελευταία τροποποίηση στις {lastMod}",
"{stack} in {board}" : "{stack} στο {board}",
"Click to expand description" : "Κλικ για επέκταση περιγραφής",
@@ -292,8 +341,13 @@
"Open card" : "Άνοιγμα καρτέλας",
"Close" : "Κλείσιμο",
"No upcoming cards" : "Δεν υπάρχουν επερχόμενες καρτέλες",
"upcoming cards today" : "επερχόμενες κάρτες σήμερα",
"upcoming cards tomorrow" : "επερχόμενες κάρτες αύριο",
"upcoming cards" : "επερχόμενες καρτέλες",
"New card" : "Νέα κάρτα",
"Due on {date}" : "Προθεσμία στις {date}",
"Tomorrow {timeLocale}" : "Αύριο {timeLocale}",
"Later today {timeLocale}" : "Αργότερα σήμερα {timeLocale}",
"Link to a board" : "Σύνδεσμος στον πίνακα",
"Link to a card" : "Σύνδεσμος σε καρτέλα",
"Create a card" : "Δημιουργία καρτέλας",
@@ -307,11 +361,13 @@
"Share" : "Μοιραστείτε",
"A <strong>card description</strong> inside the Deck app has been changed" : "Η <strong>περιγραφή καρτέλας </strong>στην εφαρμογή Deck άλλαξε",
"Timeline" : "Χρονολόγιο",
"Add a new list" : "Προσθήκη νέας λίστας",
"Assign to users" : "Ανάθεση σε χρήστες",
"Due date" : "Ημερομηνία λήξης",
"Share board with a user, group or circle …" : "Διαμοιράστε τον πίνακα με χρήστη, ομάδα ή κύκλο ...",
"Searching for users, groups and circles …" : "Αναζήτηση χρηστών, ομάδων και κύκλων…",
"(Circle)" : "(Κύκλος)",
"Assign to users/groups/circles" : "Ανάθεση σε χρήστες/ομάδες/κύκλους",
"Next week" : "Επόμενη εβδομάδα",
"Next month" : "Επόμενος μήνας",
"List is empty" : "Η λίστα είναι κενή",
"Limit deck usage of groups" : "Περιορίστε τη χρήση της εφαρμογής deck σε ομάδες",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Ο περιορισμός του Deck θα εμποδίσει τους χρήστες που δεν είναι μέρος αυτών των ομάδων να δημιουργούν δικούς τους πίνακες. Οι χρήστες θα εξακολουθήσουν να εργάζονται σε πίνακες που έχουν διαμοιραστεί μαζί τους."
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View File

@@ -37,6 +37,10 @@ OC.L10N.register(
"{user} has archived card {card} in list {stack} on board {board}" : "{user} has archived card {card} in list {stack} on board {board}",
"You have unarchived card {card} in list {stack} on board {board}" : "You have unarchived card {card} in list {stack} on board {board}",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} has unarchived card {card} in list {stack} on board {board}",
"You have marked the card {card} as done in list {stack} on board {board}" : "You have marked the card {card} as done in list {stack} on board {board}",
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} has marked card {card} as done in list {stack} on board {board}",
"You have marked the card {card} as undone in list {stack} on board {board}" : "You have marked the card {card} as undone in list {stack} on board {board}",
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} has marked the card {card} as undone in list {stack} on board {board}",
"You have removed the due date of card {card}" : "You have removed the due date of card {card}",
"{user} has removed the due date of card {card}" : "{user} has removed the due date of card {card}",
"You have set the due date of card {card} to {after}" : "You have set the due date of card {card} to {after}",
@@ -120,9 +124,13 @@ OC.L10N.register(
"Select the board to link to a project" : "Select the board to link to a project",
"Search by board title" : "Search by board title",
"Select board" : "Select board",
"Move card to another board" : "Move card to another board",
"Select a board" : "Select a board",
"Select a card" : "Select a card",
"No lists available" : "No lists available",
"Select a list" : "Select a list",
"Move card" : "Move card",
"Cancel" : "Cancel",
"Select a card" : "Select a card",
"Select the card to link to a project" : "Select the card to link to a project",
"Link to card" : "Link to card",
"File already exists" : "File already exists",
@@ -141,6 +149,10 @@ OC.L10N.register(
"Filter by tag" : "Filter by tag",
"Filter by assigned user" : "Filter by assigned user",
"Unassigned" : "Unassigned",
"Filter by completed" : "Filter by completed",
"Open and completed" : "Open and completed",
"Open" : "Open",
"Completed" : "Completed",
"Filter by due date" : "Filter by due date",
"Overdue" : "Overdue",
"Next 24 hours" : "Next 24 hours",
@@ -159,9 +171,8 @@ OC.L10N.register(
"Details" : "Details",
"Currently present people" : "Currently present people",
"Loading board" : "Loading board",
"No lists available" : "No lists available",
"Create a new list to add cards to this board" : "Create a new list to add cards to this board",
"Board not found" : "Board not found",
"Create a new list to add cards to this board" : "Create a new list to add cards to this board",
"Sharing" : "Sharing",
"Tags" : "Tags",
"Deleted items" : "Deleted items",
@@ -169,12 +180,12 @@ OC.L10N.register(
"Deleted lists" : "Deleted lists",
"Undo" : "Undo",
"Deleted cards" : "Deleted cards",
"Share board with a user, group or circle …" : "Share board with a user, group or circle …",
"Searching for users, groups and circles …" : "Searching for users, groups and circles …",
"Share board with a user, group or team …" : "Share board with a user, group or team …",
"Searching for users, groups and teams …" : "Searching for users, groups and teams …",
"No participants found" : "No participants found",
"Board owner" : "Board owner",
"(Group)" : "(Group)",
"(Circle)" : "(Circle)",
"(Team)" : "(Team)",
"Can edit" : "Can edit",
"Can share" : "Can share",
"Can manage" : "Can manage",
@@ -200,8 +211,9 @@ OC.L10N.register(
"title and color value must be provided" : "title and colour value must be provided",
"Board name" : "Board name",
"Members" : "Members",
"Assign to users/groups/circles" : "Assign to users/groups/circles",
"Assign to users/groups/team" : "Assign to users/groups/team",
"Assign a user to this card…" : "Assign a user to this card…",
"Select a user to assign to this card…" : "Select a user to assign to this card…",
"Upload new files" : "Upload new files",
"Share from Files" : "Share from Files",
"Pending share" : "Pending share",
@@ -244,6 +256,8 @@ OC.L10N.register(
"Add due date" : "Add due date",
"Choose a date" : "Choose a date",
"Remove due date" : "Remove due date",
"Due at:" : "Due at:",
"Not completed" : "Not completed",
"Unarchive card" : "Unarchive card",
"Archive card" : "Archive card",
"Select Date" : "Select Date",
@@ -252,21 +266,47 @@ OC.L10N.register(
"Set due date for this weekend" : "Set due date for this weekend",
"Set due date for next week" : "Set due date for next week",
"Assign a tag to this card…" : "Assign a tag to this card…",
"Select or create a tag…" : "Select or create a tag…",
"Create a new tag:" : "Create a new tag:",
"(group)" : "(group)",
"Next week {timeLocale}" : "Next week {timeLocale}",
"Todo items" : "Todo items",
"{count} comments, {unread} unread" : "{count} comments, {unread} unread",
"Edit card title" : "Edit card title",
"Card details" : "Card details",
"Assign to me" : "Assign to me",
"Unassign myself" : "Unassign myself",
"Move card" : "Move card",
"Card details" : "Card details",
"Mark as not done" : "Mark as not done",
"Mark as done" : "Mark as done",
"Delete card" : "Delete card",
"Move card to another board" : "Move card to another board",
"Select a list" : "Select a list",
"List is empty" : "List is empty",
"Card deleted" : "Card deleted",
"seconds ago" : "seconds ago",
"Keyboard shortcuts" : "Keyboard shortcuts",
"Boost your productivity using Deck with keyboard shortcuts." : "Boost your productivity using Deck with keyboard shortcuts.",
"Board actions" : "Board actions",
"Keyboard shortcut" : "Keyboard shortcut",
"Action" : "Action",
"Shift" : "Shift",
"Scroll" : "Scroll",
"Scroll sideways" : "Scroll sideways",
"Navigate between cards" : "Navigate between cards",
"Esc" : "Esc",
"Close card details" : "Close card details",
"Ctrl" : "Ctrl",
"Search" : "Search",
"Show card filters" : "Show card filters",
"Clear card filters" : "Clear card filters",
"Show help dialog" : "Show help dialog",
"Card actions" : "Card actions",
"The following actions can be triggered on the currently highlighted card" : "The following actions can be triggered on the currently highlighted card",
"Enter" : "Enter",
"Space" : "Space",
"Open card details" : "Open card details",
"Edit the card title" : "Edit the card title",
"Assign yourself to the current card" : "Assign yourself to the current card",
"Archive/unarchive the current card" : "Archive/unarchive the current card",
"Mark card as completed/not completed" : "Mark card as completed/not completed",
"Open card menu" : "Open card menu",
"All boards" : "All boards",
"Archived boards" : "Archived boards",
"Shared with you" : "Shared with you",
@@ -336,11 +376,13 @@ OC.L10N.register(
"Share" : "Share",
"A <strong>card description</strong> inside the Deck app has been changed" : "A <strong>card description</strong> inside the Deck app has been changed",
"Timeline" : "Timeline",
"Add a new list" : "Add a new list",
"Assign to users" : "Assign to users",
"Due date" : "Due date",
"Share board with a user, group or circle …" : "Share board with a user, group or circle …",
"Searching for users, groups and circles …" : "Searching for users, groups and circles …",
"(Circle)" : "(Circle)",
"Assign to users/groups/circles" : "Assign to users/groups/circles",
"Next week" : "Next week",
"Next month" : "Next month",
"List is empty" : "List is empty",
"Limit deck usage of groups" : "Limit deck usage of groups",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them."
},

View File

@@ -35,6 +35,10 @@
"{user} has archived card {card} in list {stack} on board {board}" : "{user} has archived card {card} in list {stack} on board {board}",
"You have unarchived card {card} in list {stack} on board {board}" : "You have unarchived card {card} in list {stack} on board {board}",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} has unarchived card {card} in list {stack} on board {board}",
"You have marked the card {card} as done in list {stack} on board {board}" : "You have marked the card {card} as done in list {stack} on board {board}",
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} has marked card {card} as done in list {stack} on board {board}",
"You have marked the card {card} as undone in list {stack} on board {board}" : "You have marked the card {card} as undone in list {stack} on board {board}",
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} has marked the card {card} as undone in list {stack} on board {board}",
"You have removed the due date of card {card}" : "You have removed the due date of card {card}",
"{user} has removed the due date of card {card}" : "{user} has removed the due date of card {card}",
"You have set the due date of card {card} to {after}" : "You have set the due date of card {card} to {after}",
@@ -118,9 +122,13 @@
"Select the board to link to a project" : "Select the board to link to a project",
"Search by board title" : "Search by board title",
"Select board" : "Select board",
"Move card to another board" : "Move card to another board",
"Select a board" : "Select a board",
"Select a card" : "Select a card",
"No lists available" : "No lists available",
"Select a list" : "Select a list",
"Move card" : "Move card",
"Cancel" : "Cancel",
"Select a card" : "Select a card",
"Select the card to link to a project" : "Select the card to link to a project",
"Link to card" : "Link to card",
"File already exists" : "File already exists",
@@ -139,6 +147,10 @@
"Filter by tag" : "Filter by tag",
"Filter by assigned user" : "Filter by assigned user",
"Unassigned" : "Unassigned",
"Filter by completed" : "Filter by completed",
"Open and completed" : "Open and completed",
"Open" : "Open",
"Completed" : "Completed",
"Filter by due date" : "Filter by due date",
"Overdue" : "Overdue",
"Next 24 hours" : "Next 24 hours",
@@ -157,9 +169,8 @@
"Details" : "Details",
"Currently present people" : "Currently present people",
"Loading board" : "Loading board",
"No lists available" : "No lists available",
"Create a new list to add cards to this board" : "Create a new list to add cards to this board",
"Board not found" : "Board not found",
"Create a new list to add cards to this board" : "Create a new list to add cards to this board",
"Sharing" : "Sharing",
"Tags" : "Tags",
"Deleted items" : "Deleted items",
@@ -167,12 +178,12 @@
"Deleted lists" : "Deleted lists",
"Undo" : "Undo",
"Deleted cards" : "Deleted cards",
"Share board with a user, group or circle …" : "Share board with a user, group or circle …",
"Searching for users, groups and circles …" : "Searching for users, groups and circles …",
"Share board with a user, group or team …" : "Share board with a user, group or team …",
"Searching for users, groups and teams …" : "Searching for users, groups and teams …",
"No participants found" : "No participants found",
"Board owner" : "Board owner",
"(Group)" : "(Group)",
"(Circle)" : "(Circle)",
"(Team)" : "(Team)",
"Can edit" : "Can edit",
"Can share" : "Can share",
"Can manage" : "Can manage",
@@ -198,8 +209,9 @@
"title and color value must be provided" : "title and colour value must be provided",
"Board name" : "Board name",
"Members" : "Members",
"Assign to users/groups/circles" : "Assign to users/groups/circles",
"Assign to users/groups/team" : "Assign to users/groups/team",
"Assign a user to this card…" : "Assign a user to this card…",
"Select a user to assign to this card…" : "Select a user to assign to this card…",
"Upload new files" : "Upload new files",
"Share from Files" : "Share from Files",
"Pending share" : "Pending share",
@@ -242,6 +254,8 @@
"Add due date" : "Add due date",
"Choose a date" : "Choose a date",
"Remove due date" : "Remove due date",
"Due at:" : "Due at:",
"Not completed" : "Not completed",
"Unarchive card" : "Unarchive card",
"Archive card" : "Archive card",
"Select Date" : "Select Date",
@@ -250,21 +264,47 @@
"Set due date for this weekend" : "Set due date for this weekend",
"Set due date for next week" : "Set due date for next week",
"Assign a tag to this card…" : "Assign a tag to this card…",
"Select or create a tag…" : "Select or create a tag…",
"Create a new tag:" : "Create a new tag:",
"(group)" : "(group)",
"Next week {timeLocale}" : "Next week {timeLocale}",
"Todo items" : "Todo items",
"{count} comments, {unread} unread" : "{count} comments, {unread} unread",
"Edit card title" : "Edit card title",
"Card details" : "Card details",
"Assign to me" : "Assign to me",
"Unassign myself" : "Unassign myself",
"Move card" : "Move card",
"Card details" : "Card details",
"Mark as not done" : "Mark as not done",
"Mark as done" : "Mark as done",
"Delete card" : "Delete card",
"Move card to another board" : "Move card to another board",
"Select a list" : "Select a list",
"List is empty" : "List is empty",
"Card deleted" : "Card deleted",
"seconds ago" : "seconds ago",
"Keyboard shortcuts" : "Keyboard shortcuts",
"Boost your productivity using Deck with keyboard shortcuts." : "Boost your productivity using Deck with keyboard shortcuts.",
"Board actions" : "Board actions",
"Keyboard shortcut" : "Keyboard shortcut",
"Action" : "Action",
"Shift" : "Shift",
"Scroll" : "Scroll",
"Scroll sideways" : "Scroll sideways",
"Navigate between cards" : "Navigate between cards",
"Esc" : "Esc",
"Close card details" : "Close card details",
"Ctrl" : "Ctrl",
"Search" : "Search",
"Show card filters" : "Show card filters",
"Clear card filters" : "Clear card filters",
"Show help dialog" : "Show help dialog",
"Card actions" : "Card actions",
"The following actions can be triggered on the currently highlighted card" : "The following actions can be triggered on the currently highlighted card",
"Enter" : "Enter",
"Space" : "Space",
"Open card details" : "Open card details",
"Edit the card title" : "Edit the card title",
"Assign yourself to the current card" : "Assign yourself to the current card",
"Archive/unarchive the current card" : "Archive/unarchive the current card",
"Mark card as completed/not completed" : "Mark card as completed/not completed",
"Open card menu" : "Open card menu",
"All boards" : "All boards",
"Archived boards" : "Archived boards",
"Shared with you" : "Shared with you",
@@ -334,11 +374,13 @@
"Share" : "Share",
"A <strong>card description</strong> inside the Deck app has been changed" : "A <strong>card description</strong> inside the Deck app has been changed",
"Timeline" : "Timeline",
"Add a new list" : "Add a new list",
"Assign to users" : "Assign to users",
"Due date" : "Due date",
"Share board with a user, group or circle …" : "Share board with a user, group or circle …",
"Searching for users, groups and circles …" : "Searching for users, groups and circles …",
"(Circle)" : "(Circle)",
"Assign to users/groups/circles" : "Assign to users/groups/circles",
"Next week" : "Next week",
"Next month" : "Next month",
"List is empty" : "List is empty",
"Limit deck usage of groups" : "Limit deck usage of groups",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them."
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View File

@@ -76,6 +76,8 @@ OC.L10N.register(
"File already exists" : "La dosiero jam ekzistas",
"Add card" : "Aldoni karton",
"Archived cards" : "Arĥivigitaj kartoj",
"Open" : "Malfermi",
"Completed" : "Plenumita",
"Hide archived cards" : "Kaŝi arĥivigitajn kartojn",
"Show archived cards" : "Montri arĥivigitajn kartojn",
"Toggle compact mode" : "Baskuligi densigan vidon",
@@ -112,6 +114,8 @@ OC.L10N.register(
"(group)" : "(grupo)",
"Delete card" : "Forigi karton",
"seconds ago" : "antaŭ kelkaj sekundoj",
"Keyboard shortcuts" : "Fulmoklavoj",
"Search" : "Serĉi",
"Archived boards" : "Arĥivigitaj tabuloj",
"Shared with you" : "Kunhavata kun vi",
"Edit board" : "Modifi tabulon",
@@ -129,7 +133,6 @@ OC.L10N.register(
"Share" : "Kunhavigi",
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Karta priskribo</strong> ene de la aplikaĵo Kartaro ŝanĝiĝis",
"Timeline" : "Kronologio",
"Due date" : "Limdato",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limigo de Kartaro („Deck“) baros uzantojn, kiuj ne estas en tiuj grupoj, krei iliajn proprajn tabulojn. Uzantoj tamen eblos labori kun tabuloj kunhavigitaj kun ili."
},
"nplurals=2; plural=(n != 1);");

View File

@@ -74,6 +74,8 @@
"File already exists" : "La dosiero jam ekzistas",
"Add card" : "Aldoni karton",
"Archived cards" : "Arĥivigitaj kartoj",
"Open" : "Malfermi",
"Completed" : "Plenumita",
"Hide archived cards" : "Kaŝi arĥivigitajn kartojn",
"Show archived cards" : "Montri arĥivigitajn kartojn",
"Toggle compact mode" : "Baskuligi densigan vidon",
@@ -110,6 +112,8 @@
"(group)" : "(grupo)",
"Delete card" : "Forigi karton",
"seconds ago" : "antaŭ kelkaj sekundoj",
"Keyboard shortcuts" : "Fulmoklavoj",
"Search" : "Serĉi",
"Archived boards" : "Arĥivigitaj tabuloj",
"Shared with you" : "Kunhavata kun vi",
"Edit board" : "Modifi tabulon",
@@ -127,7 +131,6 @@
"Share" : "Kunhavigi",
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Karta priskribo</strong> ene de la aplikaĵo Kartaro ŝanĝiĝis",
"Timeline" : "Kronologio",
"Due date" : "Limdato",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limigo de Kartaro („Deck“) baros uzantojn, kiuj ne estas en tiuj grupoj, krei iliajn proprajn tabulojn. Uzantoj tamen eblos labori kun tabuloj kunhavigitaj kun ili."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -37,6 +37,10 @@ OC.L10N.register(
"{user} has archived card {card} in list {stack} on board {board}" : "{user} ha archivado la tarjeta {card} en la lista {stack} del tablero {board}",
"You have unarchived card {card} in list {stack} on board {board}" : "Has desarchivado la tarjeta {card} en la lista {stack} del tablero {board}",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} ha desarchivado la tarjeta {card} en la lista {stack} del tablero {board}",
"You have marked the card {card} as done in list {stack} on board {board}" : "Has marcado la tarjeta {card} como completada en la lista {stack} del tablero {board}",
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} ha marcado la tarjeta {card} como completada en la lista {stack} del tablero {board}",
"You have marked the card {card} as undone in list {stack} on board {board}" : "Has marcado la tarjeta {card} como no completada en la lista {stack} del tablero {board}",
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} ha marcado la tarjeta {card} como no completada en la lista {stack} del tablero {board}",
"You have removed the due date of card {card}" : "Has eliminado la fecha de vencimiento de {card}",
"{user} has removed the due date of card {card}" : "{user} ha eliminado la fecha de vencimiento de {card}",
"You have set the due date of card {card} to {after}" : "Has establecido la fecha de vencimiento de {card} como {after}",
@@ -65,9 +69,11 @@ OC.L10N.register(
"{user} has commented on card {card}" : "{user} ha comentado en {card}",
"Deck" : "Deck",
"Changes in the <strong>Deck app</strong>" : "Cambios en la <strong>app Deck</strong>",
"A <strong>board, list or card</strong> was changed" : "Un <strong>tablero, lista o tarjeta</strong> fue cambiada",
"A <strong>board, list or card</strong> was changed" : "Un <strong>tablero, lista o tarjeta</strong> fue cambiado/a",
"A <strong>comment</strong> was created on a card" : "Un <strong>comentario</strong> ha sido creado en una tarjeta",
"A <strong>card description</strong> has been changed" : "Una <strong>descripción de tarjeta</strong> ha sido cambiada",
"Cards due today" : "Tarjetas que vencen hoy",
"Cards due tomorrow" : "Tarjetas que vencen mañana",
"Upcoming cards" : "Próximas tarjetas",
"Load more" : "Cargar más",
"Personal" : "Personal",
@@ -118,9 +124,13 @@ OC.L10N.register(
"Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto",
"Search by board title" : "Buscar por título de tablero",
"Select board" : "Selecciona tablero",
"Move card to another board" : "Mover la tarjeta a otro tablero",
"Select a board" : "Selecciona un tablero",
"Select a card" : "Seleccionar una tarjeta",
"No lists available" : "No hay listas disponibles",
"Select a list" : "Seleccionar una lista",
"Move card" : "Mover tarjeta",
"Cancel" : "Cancelar",
"Select a card" : "Seleccionar una tarjeta",
"Select the card to link to a project" : "Selecciona la tarjeta que enlazar a un proyecto",
"Link to card" : "Enlace a tarjeta",
"File already exists" : "El archivo ya existe",
@@ -139,6 +149,10 @@ OC.L10N.register(
"Filter by tag" : "Filtrar por etiqueta",
"Filter by assigned user" : "Filtrar por usuario asignado",
"Unassigned" : "No asignado",
"Filter by completed" : "Filtrar por completados",
"Open and completed" : "Abiertos y completados",
"Open" : "Abrir",
"Completed" : "Completado",
"Filter by due date" : "Filtrar por fecha de finalización",
"Overdue" : "Demorado",
"Next 24 hours" : "Próximas 24 horas",
@@ -146,16 +160,19 @@ OC.L10N.register(
"Next 30 days" : "Siguientes 30 días",
"No due date" : "Sin fecha de vencimiento",
"Clear filter" : "Borrar filtro",
"View Modes" : "Modos de visualización",
"Toggle View Modes" : "Alternar modos de visualización",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Toggle compact mode" : "Mostrar/ocultar modo compacto",
"Hide card cover images" : "Ocultar la imagen principal de las tarjetas",
"Show card cover images" : "Mostrar la imagen principal de las tarjetas",
"Open details" : "Abrir detalles",
"Details" : "Detalles",
"Currently present people" : "Personas presentes actualmente",
"Loading board" : "Cargando tablero",
"No lists available" : "No hay listas disponibles",
"Create a new list to add cards to this board" : "Crea una lista nueva para añadir tarjetas a este tablero",
"Board not found" : "Tablero no encontrado",
"Create a new list to add cards to this board" : "Crea una lista nueva para añadir tarjetas a este tablero",
"Sharing" : "Compartir",
"Tags" : "Etiquetas",
"Deleted items" : "Elementos eliminados",
@@ -163,12 +180,12 @@ OC.L10N.register(
"Deleted lists" : "Listas eliminadas",
"Undo" : "Deshacer",
"Deleted cards" : "Cartas eliminadas",
"Share board with a user, group or circle …" : "Compartir tablero con un usuario, grupo o círculo ...",
"Searching for users, groups and circles …" : "Buscando usuarios, grupos o círculos...",
"Share board with a user, group or team …" : "Compartir tablero con un usuario, grupo o equipo …",
"Searching for users, groups and teams …" : "Buscando usuarios, grupos y equipos …",
"No participants found" : "No se encontraron participantes",
"Board owner" : "Propietario del tablero",
"(Group)" : "(Grupo)",
"(Circle)" : "(Circle)",
"(Team)" : "(Equipo)",
"Can edit" : "Puede editar",
"Can share" : "Puede compartir",
"Can manage" : "Puede gestionar",
@@ -194,8 +211,9 @@ OC.L10N.register(
"title and color value must be provided" : "Se debe indicar un valor para título y color ",
"Board name" : "Nombre del tablero",
"Members" : "Miembros",
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
"Assign to users/groups/team" : "Asignar a usuarios/grupos/equipo",
"Assign a user to this card…" : "Asignar un usuario a esta tarjeta...",
"Select a user to assign to this card…" : "Seleccione un usuario para asignar esta tarjeta…",
"Upload new files" : "Subir nuevos archivos",
"Share from Files" : "Compartir desde Archivos",
"Pending share" : "Pendiente de compartir",
@@ -235,26 +253,60 @@ OC.L10N.register(
"Choose attachment" : "Escoger adjunto",
"Assign a due date to this card…" : "Asignar una fecha de caducidad a esta tarjeta…",
"Set a due date" : "Fijar una fecha límite",
"Add due date" : "Añadir fecha de vencimiento",
"Choose a date" : "Elija una fecha",
"Remove due date" : "Eliminar fecha límite",
"Due at:" : "Vence el:",
"Not completed" : "No completado",
"Unarchive card" : "Desarchivar tarjeta",
"Archive card" : "Archivar tarjeta",
"Select Date" : "Seleccione la fecha",
"Set due date for later today" : "Establecer hoy como fecha de vencimiento, más tarde",
"Set due date for tomorrow" : "Establecer mañana como fecha de vencimiento",
"Set due date for this weekend" : "Establecer este fin de semana como fecha de vencimiento",
"Set due date for next week" : "Establecer la próxima semana como fecha de vencimiento",
"Assign a tag to this card…" : "Asignar una etiqueta a esta tarjeta...",
"Select or create a tag…" : "Seleccionar o crear una etiqueta…",
"Create a new tag:" : "Crear una nueva etiqueta:",
"(group)" : "(grupo)",
"Next week {timeLocale}" : "Próxima semana {timeLocale}",
"Todo items" : "Ítems pendientes",
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
"Edit card title" : "Editar el título de la tarjeta",
"Card details" : "Detalles de la tarjeta",
"Assign to me" : "Asignarme a mí",
"Unassign myself" : "Desasignarme a mí mismo",
"Move card" : "Mover tarjeta",
"Card details" : "Detalles de la tarjeta",
"Mark as not done" : "Marcar como no completado",
"Mark as done" : "Marcar como hecho",
"Delete card" : "Eliminar tarjeta",
"Move card to another board" : "Mover la tarjeta a otro tablero",
"Select a list" : "Seleccionar una lista",
"List is empty" : "La lista está vacía",
"Card deleted" : "Tarjeta borrada",
"seconds ago" : "hace unos segundos",
"Keyboard shortcuts" : "Atajos de teclado",
"Boost your productivity using Deck with keyboard shortcuts." : "Aumente su productividad utilizando Deck con atajos de teclado.",
"Board actions" : "Acciones del tablero",
"Keyboard shortcut" : "Atajo de teclado",
"Action" : "Acción",
"Shift" : "Mayús",
"Scroll" : "Desplazarse",
"Scroll sideways" : "Desplazarse lateralmente",
"Navigate between cards" : "Navegar entre tarjetas",
"Esc" : "Esc",
"Close card details" : "Cerrar detalles de la tarjeta",
"Ctrl" : "Ctrl",
"Search" : "Buscar",
"Show card filters" : "Mostrar filtros de tarjeta",
"Clear card filters" : "Limpiar filtros de tarjeta",
"Show help dialog" : "Mostrar diálogo de ayuda",
"Card actions" : "Acciones de tarjeta",
"The following actions can be triggered on the currently highlighted card" : "Las siguientes acciones se pueden activar en la tarjeta resaltada actualmente.",
"Enter" : "Enter",
"Space" : "Espacio",
"Open card details" : "Abrir detalles de la tarjeta",
"Edit the card title" : "Editar el título de la tarjeta",
"Assign yourself to the current card" : "Asignarme a mí mismo a la tarjeta actual",
"Archive/unarchive the current card" : "Archivar/desarchivar la tarjeta actual",
"Mark card as completed/not completed" : "Marcar tarjeta como completada/no completada",
"Open card menu" : "Abrir menú de tarjetas",
"All boards" : "Todos los tableros",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido contigo",
@@ -304,6 +356,8 @@ OC.L10N.register(
"Open card" : "Abrir tarjeta",
"Close" : "Cerrar",
"No upcoming cards" : "No hay tarjetas próximas",
"upcoming cards today" : "próximas tarjetas hoy",
"upcoming cards tomorrow" : "próximas tarjetas mañana",
"upcoming cards" : "próximas tarjetas",
"New card" : "Nueva tarjeta",
"Due on {date}" : "Vence en {date}",
@@ -322,11 +376,13 @@ OC.L10N.register(
"Share" : "Compartir",
"A <strong>card description</strong> inside the Deck app has been changed" : "Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
"Timeline" : "Línea de tiempo",
"Add a new list" : "Añadir una lista nueva",
"Assign to users" : "Asignar a usuarios",
"Due date" : "Fecha límite",
"Share board with a user, group or circle …" : "Compartir tablero con un usuario, grupo o círculo ...",
"Searching for users, groups and circles …" : "Buscando usuarios, grupos o círculos...",
"(Circle)" : "(Circle)",
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
"Next week" : "Semana siguiente",
"Next month" : "Mes siguiente",
"List is empty" : "La lista está vacía",
"Limit deck usage of groups" : "Limitar el uso de Deck a grupos",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitar Deck impedirá que usuarios que no formen parte de esos grupos creen sus propios tableros. Los usuarios todavía podrán trabajar en tableros que hayan sido compartidos con ellos."
},

View File

@@ -35,6 +35,10 @@
"{user} has archived card {card} in list {stack} on board {board}" : "{user} ha archivado la tarjeta {card} en la lista {stack} del tablero {board}",
"You have unarchived card {card} in list {stack} on board {board}" : "Has desarchivado la tarjeta {card} en la lista {stack} del tablero {board}",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} ha desarchivado la tarjeta {card} en la lista {stack} del tablero {board}",
"You have marked the card {card} as done in list {stack} on board {board}" : "Has marcado la tarjeta {card} como completada en la lista {stack} del tablero {board}",
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} ha marcado la tarjeta {card} como completada en la lista {stack} del tablero {board}",
"You have marked the card {card} as undone in list {stack} on board {board}" : "Has marcado la tarjeta {card} como no completada en la lista {stack} del tablero {board}",
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} ha marcado la tarjeta {card} como no completada en la lista {stack} del tablero {board}",
"You have removed the due date of card {card}" : "Has eliminado la fecha de vencimiento de {card}",
"{user} has removed the due date of card {card}" : "{user} ha eliminado la fecha de vencimiento de {card}",
"You have set the due date of card {card} to {after}" : "Has establecido la fecha de vencimiento de {card} como {after}",
@@ -63,9 +67,11 @@
"{user} has commented on card {card}" : "{user} ha comentado en {card}",
"Deck" : "Deck",
"Changes in the <strong>Deck app</strong>" : "Cambios en la <strong>app Deck</strong>",
"A <strong>board, list or card</strong> was changed" : "Un <strong>tablero, lista o tarjeta</strong> fue cambiada",
"A <strong>board, list or card</strong> was changed" : "Un <strong>tablero, lista o tarjeta</strong> fue cambiado/a",
"A <strong>comment</strong> was created on a card" : "Un <strong>comentario</strong> ha sido creado en una tarjeta",
"A <strong>card description</strong> has been changed" : "Una <strong>descripción de tarjeta</strong> ha sido cambiada",
"Cards due today" : "Tarjetas que vencen hoy",
"Cards due tomorrow" : "Tarjetas que vencen mañana",
"Upcoming cards" : "Próximas tarjetas",
"Load more" : "Cargar más",
"Personal" : "Personal",
@@ -116,9 +122,13 @@
"Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto",
"Search by board title" : "Buscar por título de tablero",
"Select board" : "Selecciona tablero",
"Move card to another board" : "Mover la tarjeta a otro tablero",
"Select a board" : "Selecciona un tablero",
"Select a card" : "Seleccionar una tarjeta",
"No lists available" : "No hay listas disponibles",
"Select a list" : "Seleccionar una lista",
"Move card" : "Mover tarjeta",
"Cancel" : "Cancelar",
"Select a card" : "Seleccionar una tarjeta",
"Select the card to link to a project" : "Selecciona la tarjeta que enlazar a un proyecto",
"Link to card" : "Enlace a tarjeta",
"File already exists" : "El archivo ya existe",
@@ -137,6 +147,10 @@
"Filter by tag" : "Filtrar por etiqueta",
"Filter by assigned user" : "Filtrar por usuario asignado",
"Unassigned" : "No asignado",
"Filter by completed" : "Filtrar por completados",
"Open and completed" : "Abiertos y completados",
"Open" : "Abrir",
"Completed" : "Completado",
"Filter by due date" : "Filtrar por fecha de finalización",
"Overdue" : "Demorado",
"Next 24 hours" : "Próximas 24 horas",
@@ -144,16 +158,19 @@
"Next 30 days" : "Siguientes 30 días",
"No due date" : "Sin fecha de vencimiento",
"Clear filter" : "Borrar filtro",
"View Modes" : "Modos de visualización",
"Toggle View Modes" : "Alternar modos de visualización",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Toggle compact mode" : "Mostrar/ocultar modo compacto",
"Hide card cover images" : "Ocultar la imagen principal de las tarjetas",
"Show card cover images" : "Mostrar la imagen principal de las tarjetas",
"Open details" : "Abrir detalles",
"Details" : "Detalles",
"Currently present people" : "Personas presentes actualmente",
"Loading board" : "Cargando tablero",
"No lists available" : "No hay listas disponibles",
"Create a new list to add cards to this board" : "Crea una lista nueva para añadir tarjetas a este tablero",
"Board not found" : "Tablero no encontrado",
"Create a new list to add cards to this board" : "Crea una lista nueva para añadir tarjetas a este tablero",
"Sharing" : "Compartir",
"Tags" : "Etiquetas",
"Deleted items" : "Elementos eliminados",
@@ -161,12 +178,12 @@
"Deleted lists" : "Listas eliminadas",
"Undo" : "Deshacer",
"Deleted cards" : "Cartas eliminadas",
"Share board with a user, group or circle …" : "Compartir tablero con un usuario, grupo o círculo ...",
"Searching for users, groups and circles …" : "Buscando usuarios, grupos o círculos...",
"Share board with a user, group or team …" : "Compartir tablero con un usuario, grupo o equipo …",
"Searching for users, groups and teams …" : "Buscando usuarios, grupos y equipos …",
"No participants found" : "No se encontraron participantes",
"Board owner" : "Propietario del tablero",
"(Group)" : "(Grupo)",
"(Circle)" : "(Circle)",
"(Team)" : "(Equipo)",
"Can edit" : "Puede editar",
"Can share" : "Puede compartir",
"Can manage" : "Puede gestionar",
@@ -192,8 +209,9 @@
"title and color value must be provided" : "Se debe indicar un valor para título y color ",
"Board name" : "Nombre del tablero",
"Members" : "Miembros",
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
"Assign to users/groups/team" : "Asignar a usuarios/grupos/equipo",
"Assign a user to this card…" : "Asignar un usuario a esta tarjeta...",
"Select a user to assign to this card…" : "Seleccione un usuario para asignar esta tarjeta…",
"Upload new files" : "Subir nuevos archivos",
"Share from Files" : "Compartir desde Archivos",
"Pending share" : "Pendiente de compartir",
@@ -233,26 +251,60 @@
"Choose attachment" : "Escoger adjunto",
"Assign a due date to this card…" : "Asignar una fecha de caducidad a esta tarjeta…",
"Set a due date" : "Fijar una fecha límite",
"Add due date" : "Añadir fecha de vencimiento",
"Choose a date" : "Elija una fecha",
"Remove due date" : "Eliminar fecha límite",
"Due at:" : "Vence el:",
"Not completed" : "No completado",
"Unarchive card" : "Desarchivar tarjeta",
"Archive card" : "Archivar tarjeta",
"Select Date" : "Seleccione la fecha",
"Set due date for later today" : "Establecer hoy como fecha de vencimiento, más tarde",
"Set due date for tomorrow" : "Establecer mañana como fecha de vencimiento",
"Set due date for this weekend" : "Establecer este fin de semana como fecha de vencimiento",
"Set due date for next week" : "Establecer la próxima semana como fecha de vencimiento",
"Assign a tag to this card…" : "Asignar una etiqueta a esta tarjeta...",
"Select or create a tag…" : "Seleccionar o crear una etiqueta…",
"Create a new tag:" : "Crear una nueva etiqueta:",
"(group)" : "(grupo)",
"Next week {timeLocale}" : "Próxima semana {timeLocale}",
"Todo items" : "Ítems pendientes",
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
"Edit card title" : "Editar el título de la tarjeta",
"Card details" : "Detalles de la tarjeta",
"Assign to me" : "Asignarme a mí",
"Unassign myself" : "Desasignarme a mí mismo",
"Move card" : "Mover tarjeta",
"Card details" : "Detalles de la tarjeta",
"Mark as not done" : "Marcar como no completado",
"Mark as done" : "Marcar como hecho",
"Delete card" : "Eliminar tarjeta",
"Move card to another board" : "Mover la tarjeta a otro tablero",
"Select a list" : "Seleccionar una lista",
"List is empty" : "La lista está vacía",
"Card deleted" : "Tarjeta borrada",
"seconds ago" : "hace unos segundos",
"Keyboard shortcuts" : "Atajos de teclado",
"Boost your productivity using Deck with keyboard shortcuts." : "Aumente su productividad utilizando Deck con atajos de teclado.",
"Board actions" : "Acciones del tablero",
"Keyboard shortcut" : "Atajo de teclado",
"Action" : "Acción",
"Shift" : "Mayús",
"Scroll" : "Desplazarse",
"Scroll sideways" : "Desplazarse lateralmente",
"Navigate between cards" : "Navegar entre tarjetas",
"Esc" : "Esc",
"Close card details" : "Cerrar detalles de la tarjeta",
"Ctrl" : "Ctrl",
"Search" : "Buscar",
"Show card filters" : "Mostrar filtros de tarjeta",
"Clear card filters" : "Limpiar filtros de tarjeta",
"Show help dialog" : "Mostrar diálogo de ayuda",
"Card actions" : "Acciones de tarjeta",
"The following actions can be triggered on the currently highlighted card" : "Las siguientes acciones se pueden activar en la tarjeta resaltada actualmente.",
"Enter" : "Enter",
"Space" : "Espacio",
"Open card details" : "Abrir detalles de la tarjeta",
"Edit the card title" : "Editar el título de la tarjeta",
"Assign yourself to the current card" : "Asignarme a mí mismo a la tarjeta actual",
"Archive/unarchive the current card" : "Archivar/desarchivar la tarjeta actual",
"Mark card as completed/not completed" : "Marcar tarjeta como completada/no completada",
"Open card menu" : "Abrir menú de tarjetas",
"All boards" : "Todos los tableros",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido contigo",
@@ -302,6 +354,8 @@
"Open card" : "Abrir tarjeta",
"Close" : "Cerrar",
"No upcoming cards" : "No hay tarjetas próximas",
"upcoming cards today" : "próximas tarjetas hoy",
"upcoming cards tomorrow" : "próximas tarjetas mañana",
"upcoming cards" : "próximas tarjetas",
"New card" : "Nueva tarjeta",
"Due on {date}" : "Vence en {date}",
@@ -320,11 +374,13 @@
"Share" : "Compartir",
"A <strong>card description</strong> inside the Deck app has been changed" : "Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
"Timeline" : "Línea de tiempo",
"Add a new list" : "Añadir una lista nueva",
"Assign to users" : "Asignar a usuarios",
"Due date" : "Fecha límite",
"Share board with a user, group or circle …" : "Compartir tablero con un usuario, grupo o círculo ...",
"Searching for users, groups and circles …" : "Buscando usuarios, grupos o círculos...",
"(Circle)" : "(Circle)",
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
"Next week" : "Semana siguiente",
"Next month" : "Mes siguiente",
"List is empty" : "La lista está vacía",
"Limit deck usage of groups" : "Limitar el uso de Deck a grupos",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitar Deck impedirá que usuarios que no formen parte de esos grupos creen sus propios tableros. Los usuarios todavía podrán trabajar en tableros que hayan sido compartidos con ellos."
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"

View File

@@ -21,6 +21,7 @@ OC.L10N.register(
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Add card" : "Agregar tarjeta",
"Filter by tag" : "Filtrar por etiqueta",
"Completed" : "Completado",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
@@ -47,6 +48,10 @@ OC.L10N.register(
"Remove due date" : "Eliminar fecha de expiración",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
"Keyboard shortcut" : "Atajo del teclado",
"Action" : "Acción",
"Search" : "Buscar",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"Board details" : "Detalles del tablero",
@@ -58,7 +63,6 @@ OC.L10N.register(
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Share" : "Compartir",
"Due date" : "Fecha de vencimiento"
"Share" : "Compartir"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -19,6 +19,7 @@
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Add card" : "Agregar tarjeta",
"Filter by tag" : "Filtrar por etiqueta",
"Completed" : "Completado",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
@@ -45,6 +46,10 @@
"Remove due date" : "Eliminar fecha de expiración",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
"Keyboard shortcut" : "Atajo del teclado",
"Action" : "Acción",
"Search" : "Buscar",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"Board details" : "Detalles del tablero",
@@ -56,7 +61,6 @@
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Share" : "Compartir",
"Due date" : "Fecha de vencimiento"
"Share" : "Compartir"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -44,8 +44,11 @@ OC.L10N.register(
"Search by board title" : "Buscar por título de tablero",
"Select board" : "Selecciona tablero",
"Select a board" : "Selecciona un tablero",
"Select a card" : "Seleccionar una tarjeta",
"Select a list" : "Seleccionar una lista",
"Cancel" : "Cancelar",
"Select a card" : "Seleccionar una tarjeta",
"Open" : "Abrir",
"Completed" : "Completado",
"Next 24 hours" : "Próximas 24 horas",
"Next 7 days" : "Próximos 7 días",
"Next 30 days" : "Próximos 30 días",
@@ -79,8 +82,11 @@ OC.L10N.register(
"Select Date" : "Seleccionar fecha",
"(group)" : "(grupo)",
"Card details" : "Detalles de la tarjeta",
"Select a list" : "Seleccionar una lista",
"seconds ago" : "segundos",
"Keyboard shortcuts" : "Atajos de teclado",
"Keyboard shortcut" : "Atajo del teclado",
"Action" : "Acción",
"Search" : "Buscar",
"All boards" : "Todos los Tableros",
"Shared with you" : "Compartido con usted",
"Deck settings" : "Configuración del Tablero",
@@ -103,7 +109,6 @@ OC.L10N.register(
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta del Tablero",
"Share" : "Compartir",
"A <strong>card description</strong> inside the Deck app has been changed" : "Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
"Due date" : "Fecha de vencimiento",
"Next week" : "Proxima semana",
"Next month" : "Proximo mes",
"Limit deck usage of groups" : "Limitar el uso del Tablero a grupos",

View File

@@ -42,8 +42,11 @@
"Search by board title" : "Buscar por título de tablero",
"Select board" : "Selecciona tablero",
"Select a board" : "Selecciona un tablero",
"Select a card" : "Seleccionar una tarjeta",
"Select a list" : "Seleccionar una lista",
"Cancel" : "Cancelar",
"Select a card" : "Seleccionar una tarjeta",
"Open" : "Abrir",
"Completed" : "Completado",
"Next 24 hours" : "Próximas 24 horas",
"Next 7 days" : "Próximos 7 días",
"Next 30 days" : "Próximos 30 días",
@@ -77,8 +80,11 @@
"Select Date" : "Seleccionar fecha",
"(group)" : "(grupo)",
"Card details" : "Detalles de la tarjeta",
"Select a list" : "Seleccionar una lista",
"seconds ago" : "segundos",
"Keyboard shortcuts" : "Atajos de teclado",
"Keyboard shortcut" : "Atajo del teclado",
"Action" : "Acción",
"Search" : "Buscar",
"All boards" : "Todos los Tableros",
"Shared with you" : "Compartido con usted",
"Deck settings" : "Configuración del Tablero",
@@ -101,7 +107,6 @@
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta del Tablero",
"Share" : "Compartir",
"A <strong>card description</strong> inside the Deck app has been changed" : "Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
"Due date" : "Fecha de vencimiento",
"Next week" : "Proxima semana",
"Next month" : "Proximo mes",
"Limit deck usage of groups" : "Limitar el uso del Tablero a grupos",

View File

@@ -24,6 +24,7 @@ OC.L10N.register(
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Add card" : "Agregar tarjeta",
"Completed" : "Completado",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
@@ -50,6 +51,10 @@ OC.L10N.register(
"Remove due date" : "Eliminar fecha de expiración",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
"Keyboard shortcut" : "Atajo del teclado",
"Action" : "Acción",
"Search" : "Buscar",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"Board details" : "Detalles del tablero",
@@ -61,7 +66,6 @@ OC.L10N.register(
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Share" : "Compartir",
"Due date" : "Fecha de vencimiento"
"Share" : "Compartir"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -22,6 +22,7 @@
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Add card" : "Agregar tarjeta",
"Completed" : "Completado",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
@@ -48,6 +49,10 @@
"Remove due date" : "Eliminar fecha de expiración",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
"Keyboard shortcut" : "Atajo del teclado",
"Action" : "Acción",
"Search" : "Buscar",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"Board details" : "Detalles del tablero",
@@ -59,7 +64,6 @@
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Share" : "Compartir",
"Due date" : "Fecha de vencimiento"
"Share" : "Compartir"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -25,6 +25,7 @@ OC.L10N.register(
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Add card" : "Agregar tarjeta",
"Completed" : "Completado",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
@@ -51,6 +52,10 @@ OC.L10N.register(
"Remove due date" : "Eliminar fecha de expiración",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
"Keyboard shortcut" : "Atajo del teclado",
"Action" : "Acción",
"Search" : "Buscar",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"Board details" : "Detalles del tablero",
@@ -62,7 +67,6 @@ OC.L10N.register(
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Share" : "Compartir",
"Due date" : "Fecha de vencimiento"
"Share" : "Compartir"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -23,6 +23,7 @@
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Add card" : "Agregar tarjeta",
"Completed" : "Completado",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
@@ -49,6 +50,10 @@
"Remove due date" : "Eliminar fecha de expiración",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
"Keyboard shortcut" : "Atajo del teclado",
"Action" : "Acción",
"Search" : "Buscar",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"Board details" : "Detalles del tablero",
@@ -60,7 +65,6 @@
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Share" : "Compartir",
"Due date" : "Fecha de vencimiento"
"Share" : "Compartir"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -24,6 +24,7 @@ OC.L10N.register(
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Add card" : "Agregar tarjeta",
"Completed" : "Completado",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
@@ -50,6 +51,10 @@ OC.L10N.register(
"Remove due date" : "Eliminar fecha de expiración",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
"Keyboard shortcut" : "Atajo del teclado",
"Action" : "Acción",
"Search" : "Buscar",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"Board details" : "Detalles del tablero",
@@ -61,7 +66,6 @@ OC.L10N.register(
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Share" : "Compartir",
"Due date" : "Fecha de vencimiento"
"Share" : "Compartir"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -22,6 +22,7 @@
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Add card" : "Agregar tarjeta",
"Completed" : "Completado",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
@@ -48,6 +49,10 @@
"Remove due date" : "Eliminar fecha de expiración",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
"Keyboard shortcut" : "Atajo del teclado",
"Action" : "Acción",
"Search" : "Buscar",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"Board details" : "Detalles del tablero",
@@ -59,7 +64,6 @@
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Share" : "Compartir",
"Due date" : "Fecha de vencimiento"
"Share" : "Compartir"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -24,6 +24,7 @@ OC.L10N.register(
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Add card" : "Agregar tarjeta",
"Completed" : "Completado",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
@@ -50,6 +51,10 @@ OC.L10N.register(
"Remove due date" : "Eliminar fecha de expiración",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
"Keyboard shortcut" : "Atajo del teclado",
"Action" : "Acción",
"Search" : "Buscar",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"Board details" : "Detalles del tablero",
@@ -61,7 +66,6 @@ OC.L10N.register(
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Share" : "Compartir",
"Due date" : "Fecha de vencimiento"
"Share" : "Compartir"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -22,6 +22,7 @@
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Add card" : "Agregar tarjeta",
"Completed" : "Completado",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
@@ -48,6 +49,10 @@
"Remove due date" : "Eliminar fecha de expiración",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
"Keyboard shortcut" : "Atajo del teclado",
"Action" : "Acción",
"Search" : "Buscar",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"Board details" : "Detalles del tablero",
@@ -59,7 +64,6 @@
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Share" : "Compartir",
"Due date" : "Fecha de vencimiento"
"Share" : "Compartir"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -115,9 +115,13 @@ OC.L10N.register(
"Select the board to link to a project" : "Selecciona el tablero para vincularlo a un proyecto",
"Search by board title" : "Buscar por título del tablero",
"Select board" : "Seleccionar tablero",
"Move card to another board" : "Mover tarjeta a otro tablero",
"Select a board" : "Seleccionar un tablero",
"Select a card" : "Seleccionar una tarjeta",
"No lists available" : "No hay listas disponibles",
"Select a list" : "Seleccionar una lista",
"Move card" : "Mover tarjeta",
"Cancel" : "Cancelar",
"Select a card" : "Seleccionar una tarjeta",
"Select the card to link to a project" : "Selecciona la tarjeta para vincularla a un proyecto",
"Link to card" : "Vincular con tarjeta",
"File already exists" : "El archivo ya existe",
@@ -136,6 +140,8 @@ OC.L10N.register(
"Filter by tag" : "Filtrar por etiqueta",
"Filter by assigned user" : "Filtrar por usuario asignado",
"Unassigned" : "No asignado",
"Open" : "Abrir",
"Completed" : "Completado",
"Filter by due date" : "Filtrar por fecha de vencimiento",
"Overdue" : "Atrasado",
"Next 24 hours" : "Próximas 24 horas",
@@ -150,9 +156,8 @@ OC.L10N.register(
"Details" : "Detalles",
"Currently present people" : "Personas actualmente presentes",
"Loading board" : "Cargando tablero",
"No lists available" : "No hay listas disponibles",
"Create a new list to add cards to this board" : "Crea una nueva lista para añadir tarjetas a este tablero",
"Board not found" : "No se encontró el tablero",
"Create a new list to add cards to this board" : "Crea una nueva lista para añadir tarjetas a este tablero",
"Sharing" : "Compartiendo",
"Tags" : "Etiquetas",
"Deleted items" : "Elementos eliminados",
@@ -160,12 +165,9 @@ OC.L10N.register(
"Deleted lists" : "Listas eliminadas",
"Undo" : "Deshacer",
"Deleted cards" : "Tarjetas eliminadas",
"Share board with a user, group or circle …" : "Compartir tablero con un usuario, grupo o círculo …",
"Searching for users, groups and circles …" : "Buscando usuarios, grupos y círculos …",
"No participants found" : "No se encontraron participantes",
"Board owner" : "Propietario del tablero",
"(Group)" : "(Grupo)",
"(Circle)" : "(Círculo)",
"Can edit" : "Puede editar",
"Can share" : "Puede compartir",
"Can manage" : "Puede gestionar",
@@ -191,7 +193,6 @@ OC.L10N.register(
"title and color value must be provided" : "Debe proporcionarse el título y el valor del color",
"Board name" : "Nombre del tablero",
"Members" : "Miembros",
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
"Assign a user to this card…" : "Asignar un usuario a esta tarjeta…",
"Upload new files" : "Subir nuevos archivos",
"Share from Files" : "Compartir desde Archivos",
@@ -232,6 +233,7 @@ OC.L10N.register(
"Choose attachment" : "Elegir adjunto",
"Set a due date" : "Establecer una fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración",
"Not completed" : "No completado",
"Unarchive card" : "Desarchivar tarjeta",
"Archive card" : "Archivar tarjeta",
"Select Date" : "Seleccionar fecha",
@@ -240,16 +242,21 @@ OC.L10N.register(
"Todo items" : "Elementos pendientes",
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
"Edit card title" : "Editar título de la tarjeta",
"Card details" : "Detalles de la tarjeta",
"Assign to me" : "Asignarme la tarjeta",
"Unassign myself" : "Desasignarme la tarjeta",
"Move card" : "Mover tarjeta",
"Card details" : "Detalles de la tarjeta",
"Mark as done" : "Marcar como hecha",
"Delete card" : "Eliminar tarjeta",
"Move card to another board" : "Mover tarjeta a otro tablero",
"Select a list" : "Seleccionar una lista",
"List is empty" : "La lista está vacía",
"Card deleted" : "Tarjeta eliminada",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
"Keyboard shortcut" : "Atajo del teclado",
"Action" : "Acción",
"Shift" : "Shift",
"Ctrl" : "Ctrl",
"Search" : "Buscar",
"Enter" : "Enter",
"Space" : "Espacio",
"All boards" : "Todos los tableros",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
@@ -312,11 +319,13 @@ OC.L10N.register(
"Share" : "Compartir",
"A <strong>card description</strong> inside the Deck app has been changed" : "Se ha cambiado una <strong>descripción de la tarjeta</strong> en la aplicación Deck",
"Timeline" : "Línea de tiempo",
"Add a new list" : "Añadir una nueva lista",
"Assign to users" : "Asignar a usuarios",
"Due date" : "Fecha de vencimiento",
"Share board with a user, group or circle …" : "Compartir tablero con un usuario, grupo o círculo …",
"Searching for users, groups and circles …" : "Buscando usuarios, grupos y círculos …",
"(Circle)" : "(Círculo)",
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
"Next week" : "Semana siguiente",
"Next month" : "Mes siguiente",
"List is empty" : "La lista está vacía",
"Limit deck usage of groups" : "Limitar uso de Deck a grupos",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitar Deck bloqueará a los usuarios que no formen parte de esos grupos para que no puedan crear sus propios tableros. Los usuarios aún podrán trabajar en tableros que se hayan compartido con ellos."
},

View File

@@ -113,9 +113,13 @@
"Select the board to link to a project" : "Selecciona el tablero para vincularlo a un proyecto",
"Search by board title" : "Buscar por título del tablero",
"Select board" : "Seleccionar tablero",
"Move card to another board" : "Mover tarjeta a otro tablero",
"Select a board" : "Seleccionar un tablero",
"Select a card" : "Seleccionar una tarjeta",
"No lists available" : "No hay listas disponibles",
"Select a list" : "Seleccionar una lista",
"Move card" : "Mover tarjeta",
"Cancel" : "Cancelar",
"Select a card" : "Seleccionar una tarjeta",
"Select the card to link to a project" : "Selecciona la tarjeta para vincularla a un proyecto",
"Link to card" : "Vincular con tarjeta",
"File already exists" : "El archivo ya existe",
@@ -134,6 +138,8 @@
"Filter by tag" : "Filtrar por etiqueta",
"Filter by assigned user" : "Filtrar por usuario asignado",
"Unassigned" : "No asignado",
"Open" : "Abrir",
"Completed" : "Completado",
"Filter by due date" : "Filtrar por fecha de vencimiento",
"Overdue" : "Atrasado",
"Next 24 hours" : "Próximas 24 horas",
@@ -148,9 +154,8 @@
"Details" : "Detalles",
"Currently present people" : "Personas actualmente presentes",
"Loading board" : "Cargando tablero",
"No lists available" : "No hay listas disponibles",
"Create a new list to add cards to this board" : "Crea una nueva lista para añadir tarjetas a este tablero",
"Board not found" : "No se encontró el tablero",
"Create a new list to add cards to this board" : "Crea una nueva lista para añadir tarjetas a este tablero",
"Sharing" : "Compartiendo",
"Tags" : "Etiquetas",
"Deleted items" : "Elementos eliminados",
@@ -158,12 +163,9 @@
"Deleted lists" : "Listas eliminadas",
"Undo" : "Deshacer",
"Deleted cards" : "Tarjetas eliminadas",
"Share board with a user, group or circle …" : "Compartir tablero con un usuario, grupo o círculo …",
"Searching for users, groups and circles …" : "Buscando usuarios, grupos y círculos …",
"No participants found" : "No se encontraron participantes",
"Board owner" : "Propietario del tablero",
"(Group)" : "(Grupo)",
"(Circle)" : "(Círculo)",
"Can edit" : "Puede editar",
"Can share" : "Puede compartir",
"Can manage" : "Puede gestionar",
@@ -189,7 +191,6 @@
"title and color value must be provided" : "Debe proporcionarse el título y el valor del color",
"Board name" : "Nombre del tablero",
"Members" : "Miembros",
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
"Assign a user to this card…" : "Asignar un usuario a esta tarjeta…",
"Upload new files" : "Subir nuevos archivos",
"Share from Files" : "Compartir desde Archivos",
@@ -230,6 +231,7 @@
"Choose attachment" : "Elegir adjunto",
"Set a due date" : "Establecer una fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración",
"Not completed" : "No completado",
"Unarchive card" : "Desarchivar tarjeta",
"Archive card" : "Archivar tarjeta",
"Select Date" : "Seleccionar fecha",
@@ -238,16 +240,21 @@
"Todo items" : "Elementos pendientes",
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
"Edit card title" : "Editar título de la tarjeta",
"Card details" : "Detalles de la tarjeta",
"Assign to me" : "Asignarme la tarjeta",
"Unassign myself" : "Desasignarme la tarjeta",
"Move card" : "Mover tarjeta",
"Card details" : "Detalles de la tarjeta",
"Mark as done" : "Marcar como hecha",
"Delete card" : "Eliminar tarjeta",
"Move card to another board" : "Mover tarjeta a otro tablero",
"Select a list" : "Seleccionar una lista",
"List is empty" : "La lista está vacía",
"Card deleted" : "Tarjeta eliminada",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
"Keyboard shortcut" : "Atajo del teclado",
"Action" : "Acción",
"Shift" : "Shift",
"Ctrl" : "Ctrl",
"Search" : "Buscar",
"Enter" : "Enter",
"Space" : "Espacio",
"All boards" : "Todos los tableros",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
@@ -310,11 +317,13 @@
"Share" : "Compartir",
"A <strong>card description</strong> inside the Deck app has been changed" : "Se ha cambiado una <strong>descripción de la tarjeta</strong> en la aplicación Deck",
"Timeline" : "Línea de tiempo",
"Add a new list" : "Añadir una nueva lista",
"Assign to users" : "Asignar a usuarios",
"Due date" : "Fecha de vencimiento",
"Share board with a user, group or circle …" : "Compartir tablero con un usuario, grupo o círculo …",
"Searching for users, groups and circles …" : "Buscando usuarios, grupos y círculos …",
"(Circle)" : "(Círculo)",
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
"Next week" : "Semana siguiente",
"Next month" : "Mes siguiente",
"List is empty" : "La lista está vacía",
"Limit deck usage of groups" : "Limitar uso de Deck a grupos",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitar Deck bloqueará a los usuarios que no formen parte de esos grupos para que no puedan crear sus propios tableros. Los usuarios aún podrán trabajar en tableros que se hayan compartido con ellos."
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"

View File

@@ -24,6 +24,7 @@ OC.L10N.register(
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Add card" : "Agregar tarjeta",
"Completed" : "Completado",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
@@ -50,6 +51,10 @@ OC.L10N.register(
"Remove due date" : "Eliminar fecha de expiración",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
"Keyboard shortcut" : "Atajo del teclado",
"Action" : "Acción",
"Search" : "Buscar",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"Board details" : "Detalles del tablero",
@@ -61,7 +66,6 @@ OC.L10N.register(
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Share" : "Compartir",
"Due date" : "Fecha de vencimiento"
"Share" : "Compartir"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -22,6 +22,7 @@
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Add card" : "Agregar tarjeta",
"Completed" : "Completado",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
@@ -48,6 +49,10 @@
"Remove due date" : "Eliminar fecha de expiración",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
"Keyboard shortcut" : "Atajo del teclado",
"Action" : "Acción",
"Search" : "Buscar",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"Board details" : "Detalles del tablero",
@@ -59,7 +64,6 @@
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Share" : "Compartir",
"Due date" : "Fecha de vencimiento"
"Share" : "Compartir"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -20,6 +20,7 @@ OC.L10N.register(
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Add card" : "Agregar tarjeta",
"Completed" : "Completado",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
@@ -46,6 +47,10 @@ OC.L10N.register(
"Remove due date" : "Eliminar fecha de expiración",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
"Keyboard shortcut" : "Atajo del teclado",
"Action" : "Acción",
"Search" : "Buscar",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"Board details" : "Detalles del tablero",
@@ -57,7 +62,6 @@ OC.L10N.register(
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Share" : "Compartir",
"Due date" : "Fecha de vencimiento"
"Share" : "Compartir"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -18,6 +18,7 @@
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Add card" : "Agregar tarjeta",
"Completed" : "Completado",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
@@ -44,6 +45,10 @@
"Remove due date" : "Eliminar fecha de expiración",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
"Keyboard shortcut" : "Atajo del teclado",
"Action" : "Acción",
"Search" : "Buscar",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"Board details" : "Detalles del tablero",
@@ -55,7 +60,6 @@
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Share" : "Compartir",
"Due date" : "Fecha de vencimiento"
"Share" : "Compartir"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -5,6 +5,7 @@ OC.L10N.register(
"Personal" : "Personal",
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
"Deck board" : "Tablero de Deck",
"%s on %s" : "%s en %s",
"Finished" : "Terminado",
"To review" : "Para revisar",
@@ -20,20 +21,26 @@ OC.L10N.register(
"Missing a temporary folder" : "Falta una carpeta temporal",
"Could not write file to disk" : "No fue posible escribir a disco",
"A PHP extension stopped the file upload" : "Una extensión de PHP detuvo la carga del archivo",
"No file uploaded or file size exceeds maximum of %s" : "No se ha cargado ningún archivo o el tamaño del archivo excede el máximo de %s",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Drop your files to upload" : "Arrastre sus archivos para cargar",
"Add card" : "Agregar tarjeta",
"Filter by tag" : "Filtrar por etiqueta",
"Open" : "Abrir",
"Completed" : "Completado",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Open details" : "Abrir detalles",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
"Tags" : "Etiquetas",
"Activity" : "Actividad",
"Undo" : "Deshacer",
"No participants found" : "No se encontraron participantes",
"(Group)" : "(Grupo)",
"Can edit" : "Puede editar",
"Can share" : "Puede compartir",
"Can manage" : "Puede gestionar",
@@ -43,6 +50,9 @@ OC.L10N.register(
"Transfer" : "Transferir",
"Edit" : "Editar",
"Members" : "Miembros",
"Upload new files" : "Cargar nuevos archivos",
"Share from Files" : "Compartir desde Archivos",
"Show in Files" : "Mostrar en Archivos",
"Download" : "Descargar",
"Invalid path selected" : "Ruta seleccionada no válida.",
"Attachments" : "Adjuntos",
@@ -57,7 +67,16 @@ OC.L10N.register(
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"(group)" : "(grupo)",
"Mark as done" : "Marcar como hecho",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
"Keyboard shortcut" : "Atajo del teclado",
"Action" : "Acción",
"Shift" : "Mayús",
"Ctrl" : "Ctrl",
"Search" : "Buscar",
"Enter" : "Intro",
"Space" : "Espacio",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"Board details" : "Detalles del tablero",
@@ -70,7 +89,8 @@ OC.L10N.register(
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Error creating the share" : "Error creando el recurso compartido",
"Share" : "Compartir",
"Due date" : "Fecha de vencimiento"
"Searching for users, groups and circles …" : "Buscando usuarios, grupos y círculos …"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -3,6 +3,7 @@
"Personal" : "Personal",
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
"Deck board" : "Tablero de Deck",
"%s on %s" : "%s en %s",
"Finished" : "Terminado",
"To review" : "Para revisar",
@@ -18,20 +19,26 @@
"Missing a temporary folder" : "Falta una carpeta temporal",
"Could not write file to disk" : "No fue posible escribir a disco",
"A PHP extension stopped the file upload" : "Una extensión de PHP detuvo la carga del archivo",
"No file uploaded or file size exceeds maximum of %s" : "No se ha cargado ningún archivo o el tamaño del archivo excede el máximo de %s",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Drop your files to upload" : "Arrastre sus archivos para cargar",
"Add card" : "Agregar tarjeta",
"Filter by tag" : "Filtrar por etiqueta",
"Open" : "Abrir",
"Completed" : "Completado",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Open details" : "Abrir detalles",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
"Tags" : "Etiquetas",
"Activity" : "Actividad",
"Undo" : "Deshacer",
"No participants found" : "No se encontraron participantes",
"(Group)" : "(Grupo)",
"Can edit" : "Puede editar",
"Can share" : "Puede compartir",
"Can manage" : "Puede gestionar",
@@ -41,6 +48,9 @@
"Transfer" : "Transferir",
"Edit" : "Editar",
"Members" : "Miembros",
"Upload new files" : "Cargar nuevos archivos",
"Share from Files" : "Compartir desde Archivos",
"Show in Files" : "Mostrar en Archivos",
"Download" : "Descargar",
"Invalid path selected" : "Ruta seleccionada no válida.",
"Attachments" : "Adjuntos",
@@ -55,7 +65,16 @@
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"(group)" : "(grupo)",
"Mark as done" : "Marcar como hecho",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
"Keyboard shortcut" : "Atajo del teclado",
"Action" : "Acción",
"Shift" : "Mayús",
"Ctrl" : "Ctrl",
"Search" : "Buscar",
"Enter" : "Intro",
"Space" : "Espacio",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"Board details" : "Detalles del tablero",
@@ -68,7 +87,8 @@
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Error creating the share" : "Error creando el recurso compartido",
"Share" : "Compartir",
"Due date" : "Fecha de vencimiento"
"Searching for users, groups and circles …" : "Buscando usuarios, grupos y círculos …"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -20,6 +20,7 @@ OC.L10N.register(
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Add card" : "Agregar tarjeta",
"Completed" : "Completado",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
@@ -46,6 +47,10 @@ OC.L10N.register(
"Remove due date" : "Eliminar fecha de expiración",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
"Keyboard shortcut" : "Atajo del teclado",
"Action" : "Acción",
"Search" : "Buscar",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"Board details" : "Detalles del tablero",
@@ -57,7 +62,6 @@ OC.L10N.register(
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Share" : "Compartir",
"Due date" : "Fecha de vencimiento"
"Share" : "Compartir"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -18,6 +18,7 @@
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Add card" : "Agregar tarjeta",
"Completed" : "Completado",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
@@ -44,6 +45,10 @@
"Remove due date" : "Eliminar fecha de expiración",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
"Keyboard shortcut" : "Atajo del teclado",
"Action" : "Acción",
"Search" : "Buscar",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"Board details" : "Detalles del tablero",
@@ -55,7 +60,6 @@
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Share" : "Compartir",
"Due date" : "Fecha de vencimiento"
"Share" : "Compartir"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -20,6 +20,7 @@ OC.L10N.register(
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Add card" : "Agregar tarjeta",
"Completed" : "Completado",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
@@ -46,6 +47,10 @@ OC.L10N.register(
"Remove due date" : "Eliminar fecha de expiración",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
"Keyboard shortcut" : "Atajo del teclado",
"Action" : "Acción",
"Search" : "Buscar",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"Board details" : "Detalles del tablero",
@@ -57,7 +62,6 @@ OC.L10N.register(
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Share" : "Compartir",
"Due date" : "Fecha de vencimiento"
"Share" : "Compartir"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -18,6 +18,7 @@
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Add card" : "Agregar tarjeta",
"Completed" : "Completado",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
@@ -44,6 +45,10 @@
"Remove due date" : "Eliminar fecha de expiración",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
"Keyboard shortcut" : "Atajo del teclado",
"Action" : "Acción",
"Search" : "Buscar",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"Board details" : "Detalles del tablero",
@@ -55,7 +60,6 @@
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Share" : "Compartir",
"Due date" : "Fecha de vencimiento"
"Share" : "Compartir"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -21,6 +21,8 @@ OC.L10N.register(
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Add card" : "Agregar tarjeta",
"Open" : "Abrir",
"Completed" : "Completado",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
@@ -47,6 +49,10 @@ OC.L10N.register(
"Remove due date" : "Eliminar fecha de expiración",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
"Keyboard shortcut" : "Atajo del teclado",
"Action" : "Acción",
"Search" : "Buscar",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"Board details" : "Detalles del tablero",
@@ -58,7 +64,6 @@ OC.L10N.register(
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Share" : "Compartir",
"Due date" : "Fecha de vencimiento"
"Share" : "Compartir"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -19,6 +19,8 @@
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Add card" : "Agregar tarjeta",
"Open" : "Abrir",
"Completed" : "Completado",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
@@ -45,6 +47,10 @@
"Remove due date" : "Eliminar fecha de expiración",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
"Keyboard shortcut" : "Atajo del teclado",
"Action" : "Acción",
"Search" : "Buscar",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"Board details" : "Detalles del tablero",
@@ -56,7 +62,6 @@
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Share" : "Compartir",
"Due date" : "Fecha de vencimiento"
"Share" : "Compartir"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -20,6 +20,7 @@ OC.L10N.register(
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Add card" : "Agregar tarjeta",
"Completed" : "Completado",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
@@ -46,6 +47,10 @@ OC.L10N.register(
"Remove due date" : "Eliminar fecha de expiración",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
"Keyboard shortcut" : "Atajo del teclado",
"Action" : "Acción",
"Search" : "Buscar",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"Board details" : "Detalles del tablero",
@@ -57,7 +62,6 @@ OC.L10N.register(
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Share" : "Compartir",
"Due date" : "Fecha de vencimiento"
"Share" : "Compartir"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -18,6 +18,7 @@
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Add card" : "Agregar tarjeta",
"Completed" : "Completado",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
@@ -44,6 +45,10 @@
"Remove due date" : "Eliminar fecha de expiración",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
"Keyboard shortcut" : "Atajo del teclado",
"Action" : "Acción",
"Search" : "Buscar",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"Board details" : "Detalles del tablero",
@@ -55,7 +60,6 @@
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Share" : "Compartir",
"Due date" : "Fecha de vencimiento"
"Share" : "Compartir"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -21,6 +21,8 @@ OC.L10N.register(
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Add card" : "Agregar tarjeta",
"Open" : "Abrir",
"Completed" : "Completado",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
@@ -47,6 +49,10 @@ OC.L10N.register(
"Remove due date" : "Eliminar fecha de expiración",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
"Keyboard shortcut" : "Atajo del teclado",
"Action" : "Acción",
"Search" : "Buscar",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"Board details" : "Detalles del tablero",
@@ -59,7 +65,6 @@ OC.L10N.register(
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Share" : "Compartir",
"Due date" : "Fecha de vencimiento"
"Share" : "Compartir"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -19,6 +19,8 @@
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Add card" : "Agregar tarjeta",
"Open" : "Abrir",
"Completed" : "Completado",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
@@ -45,6 +47,10 @@
"Remove due date" : "Eliminar fecha de expiración",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
"Keyboard shortcut" : "Atajo del teclado",
"Action" : "Acción",
"Search" : "Buscar",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"Board details" : "Detalles del tablero",
@@ -57,7 +63,6 @@
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Share" : "Compartir",
"Due date" : "Fecha de vencimiento"
"Share" : "Compartir"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -24,6 +24,7 @@ OC.L10N.register(
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Add card" : "Agregar tarjeta",
"Completed" : "Completado",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
@@ -50,6 +51,10 @@ OC.L10N.register(
"Remove due date" : "Eliminar fecha de expiración",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
"Keyboard shortcut" : "Atajo del teclado",
"Action" : "Acción",
"Search" : "Buscar",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"Board details" : "Detalles del tablero",
@@ -61,7 +66,6 @@ OC.L10N.register(
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Share" : "Compartir",
"Due date" : "Fecha de vencimiento"
"Share" : "Compartir"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

Some files were not shown because too many files have changed in this diff Show More