Compare commits

..

113 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
198 changed files with 3361 additions and 2116 deletions

View File

@@ -23,7 +23,7 @@ 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 }}

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 }}

View File

@@ -25,7 +25,7 @@ jobs:
src: ${{ steps.changes.outputs.src}}
steps:
- uses: dorny/paths-filter@ebc4d7e9ebcb0b1eb21480bb8f43113e996ac77a # v3.0.1
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
id: changes
continue-on-error: true
with:

View File

@@ -57,7 +57,7 @@ jobs:
- name: Create Pull Request
if: always()
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v5
uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v5
with:
token: ${{ secrets.COMMAND_BOT_PAT }}
commit-message: "chore(deps): fix npm audit"

View File

@@ -15,14 +15,28 @@ concurrency:
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
runs-on: ubuntu-latest-low
outputs:
src: ${{ steps.changes.outputs.src}}
steps:
- uses: dorny/paths-filter@ebc4d7e9ebcb0b1eb21480bb8f43113e996ac77a # v3.0.1
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
id: changes
continue-on-error: true
with:
@@ -42,14 +56,11 @@ jobs:
phpunit-mysql:
runs-on: ubuntu-latest
needs: changes
needs: [changes, matrix]
if: needs.changes.outputs.src != 'false'
strategy:
matrix:
php-versions: ['8.0', '8.1', '8.2', '8.3']
server-versions: ['master']
mysql-versions: ['8.1']
matrix: ${{ fromJson(needs.matrix.outputs.matrix) }}
name: MySQL ${{ matrix.mysql-versions }} PHP ${{ matrix.php-versions }} Nextcloud ${{ matrix.server-versions }}
@@ -60,7 +71,7 @@ jobs:
- 4444:3306/tcp
env:
MYSQL_ROOT_PASSWORD: rootpassword
options: --health-cmd="mysqladmin ping" --health-interval 5s --health-timeout 2s --health-retries 5
options: --health-cmd="mysqladmin ping" --health-interval 5s --health-timeout 2s --health-retries 10
steps:
- name: Set app env
@@ -98,7 +109,7 @@ jobs:
- name: Check composer file existence
id: check_composer
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v2
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0.0
with:
files: apps/${{ env.APP_NAME }}/composer.json
@@ -162,7 +173,7 @@ jobs:
summary:
permissions:
contents: none
runs-on: ubuntu-latest
runs-on: ubuntu-latest-low
needs: [changes, phpunit-mysql]
if: always()

View File

@@ -22,7 +22,7 @@ jobs:
src: ${{ steps.changes.outputs.src}}
steps:
- uses: dorny/paths-filter@ebc4d7e9ebcb0b1eb21480bb8f43113e996ac77a # v3.0.1
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
id: changes
continue-on-error: true
with:
@@ -48,7 +48,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.2']
server-versions: ['master']
server-versions: ['stable29']
services:
postgres:

View File

@@ -22,7 +22,7 @@ jobs:
src: ${{ steps.changes.outputs.src}}
steps:
- uses: dorny/paths-filter@ebc4d7e9ebcb0b1eb21480bb8f43113e996ac77a # v3.0.1
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
id: changes
continue-on-error: true
with:
@@ -48,7 +48,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.2']
server-versions: ['master']
server-versions: ['stable29']
steps:
- name: Set app env

View File

@@ -43,7 +43,7 @@ jobs:
# Enable GitHub auto merge
- name: Auto merge
uses: alexwilson/enable-github-automerge-action@5583839f2b22cf6240044f49fba229cd0540a8b8 # main
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

@@ -100,7 +100,7 @@ jobs:
- name: Create Pull Request
if: steps.checkout.outcome == 'success'
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v3
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,31 @@
# 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

View File

@@ -16,7 +16,7 @@
- 🚀 Get your project organized
</description>
<version>1.13.0-beta.1</version>
<version>1.13.0</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<documentation>

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": {

159
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "91d1163b8b5b076f39a79a9c394d0217",
"content-hash": "100910e14ce26e45293a1b29bc723416",
"packages": [
{
"name": "justinrainbow/json-schema",
@@ -250,16 +250,16 @@
},
{
"name": "nextcloud/ocp",
"version": "dev-master",
"version": "dev-stable29",
"source": {
"type": "git",
"url": "https://github.com/nextcloud-deps/ocp.git",
"reference": "f2c0daece24f6ff052ee17779a570a80336c275a"
"reference": "9fd8cd85394dc7c2c000d6bf2def918c81aab703"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/f2c0daece24f6ff052ee17779a570a80336c275a",
"reference": "f2c0daece24f6ff052ee17779a570a80336c275a",
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/9fd8cd85394dc7c2c000d6bf2def918c81aab703",
"reference": "9fd8cd85394dc7c2c000d6bf2def918c81aab703",
"shasum": ""
},
"require": {
@@ -269,11 +269,10 @@
"psr/event-dispatcher": "^1.0",
"psr/log": "^1.1.4"
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "29.0.0-dev"
"dev-stable29": "29.0.0-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -289,22 +288,22 @@
"description": "Composer package containing Nextcloud's public API (classes, interfaces)",
"support": {
"issues": "https://github.com/nextcloud-deps/ocp/issues",
"source": "https://github.com/nextcloud-deps/ocp/tree/master"
"source": "https://github.com/nextcloud-deps/ocp/tree/stable29"
},
"time": "2024-03-05T14:50:12+00:00"
"time": "2024-04-09T00:32:49+00:00"
},
{
"name": "nikic/php-parser",
"version": "v5.0.1",
"version": "v5.0.2",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "2218c2252c874a4624ab2f613d86ac32d227bc69"
"reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/2218c2252c874a4624ab2f613d86ac32d227bc69",
"reference": "2218c2252c874a4624ab2f613d86ac32d227bc69",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13",
"reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13",
"shasum": ""
},
"require": {
@@ -347,26 +346,27 @@
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v5.0.1"
"source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2"
},
"time": "2024-02-21T19:24:10+00:00"
"time": "2024-03-05T20:51:40+00:00"
},
{
"name": "phar-io/manifest",
"version": "2.0.3",
"version": "2.0.4",
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
"reference": "97803eca37d319dfa7826cc2437fc020857acb53"
"reference": "54750ef60c58e43759730615a392c31c80e23176"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
"reference": "97803eca37d319dfa7826cc2437fc020857acb53",
"url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
"reference": "54750ef60c58e43759730615a392c31c80e23176",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"ext-phar": "*",
"ext-xmlwriter": "*",
"phar-io/version": "^3.0.1",
@@ -407,9 +407,15 @@
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
"support": {
"issues": "https://github.com/phar-io/manifest/issues",
"source": "https://github.com/phar-io/manifest/tree/2.0.3"
"source": "https://github.com/phar-io/manifest/tree/2.0.4"
},
"time": "2021-07-20T11:28:43+00:00"
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
"time": "2024-03-03T12:33:53+00:00"
},
{
"name": "phar-io/version",
@@ -516,16 +522,16 @@
},
{
"name": "phpunit/php-code-coverage",
"version": "9.2.30",
"version": "9.2.31",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "ca2bd87d2f9215904682a9cb9bb37dda98e76089"
"reference": "48c34b5d8d983006bd2adc2d0de92963b9155965"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ca2bd87d2f9215904682a9cb9bb37dda98e76089",
"reference": "ca2bd87d2f9215904682a9cb9bb37dda98e76089",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/48c34b5d8d983006bd2adc2d0de92963b9155965",
"reference": "48c34b5d8d983006bd2adc2d0de92963b9155965",
"shasum": ""
},
"require": {
@@ -582,7 +588,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.30"
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.31"
},
"funding": [
{
@@ -590,7 +596,7 @@
"type": "github"
}
],
"time": "2023-12-22T06:47:57+00:00"
"time": "2024-03-02T06:37:42+00:00"
},
{
"name": "phpunit/php-file-iterator",
@@ -835,16 +841,16 @@
},
{
"name": "phpunit/phpunit",
"version": "9.6.17",
"version": "9.6.18",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "1a156980d78a6666721b7e8e8502fe210b587fcd"
"reference": "32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1a156980d78a6666721b7e8e8502fe210b587fcd",
"reference": "1a156980d78a6666721b7e8e8502fe210b587fcd",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04",
"reference": "32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04",
"shasum": ""
},
"require": {
@@ -918,7 +924,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.17"
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.18"
},
"funding": [
{
@@ -934,20 +940,20 @@
"type": "tidelift"
}
],
"time": "2024-02-23T13:14:51+00:00"
"time": "2024-03-21T12:07:32+00:00"
},
{
"name": "psalm/phar",
"version": "5.22.2",
"version": "5.23.1",
"source": {
"type": "git",
"url": "https://github.com/psalm/phar.git",
"reference": "380b34d2b19c5a48a201e6f84fab5388c5eced49"
"reference": "07bb50acefdaf7b663087186f86d47542a9b1622"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/psalm/phar/zipball/380b34d2b19c5a48a201e6f84fab5388c5eced49",
"reference": "380b34d2b19c5a48a201e6f84fab5388c5eced49",
"url": "https://api.github.com/repos/psalm/phar/zipball/07bb50acefdaf7b663087186f86d47542a9b1622",
"reference": "07bb50acefdaf7b663087186f86d47542a9b1622",
"shasum": ""
},
"require": {
@@ -967,9 +973,9 @@
"description": "Composer-based Psalm Phar",
"support": {
"issues": "https://github.com/psalm/phar/issues",
"source": "https://github.com/psalm/phar/tree/5.22.2"
"source": "https://github.com/psalm/phar/tree/5.23.1"
},
"time": "2024-02-22T23:45:18+00:00"
"time": "2024-03-11T20:43:33+00:00"
},
{
"name": "psr/clock",
@@ -1881,16 +1887,16 @@
},
{
"name": "sebastian/cli-parser",
"version": "1.0.1",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/cli-parser.git",
"reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
"reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
"reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
"reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
"shasum": ""
},
"require": {
@@ -1925,7 +1931,7 @@
"homepage": "https://github.com/sebastianbergmann/cli-parser",
"support": {
"issues": "https://github.com/sebastianbergmann/cli-parser/issues",
"source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
"source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.2"
},
"funding": [
{
@@ -1933,7 +1939,7 @@
"type": "github"
}
],
"time": "2020-09-28T06:08:49+00:00"
"time": "2024-03-02T06:27:43+00:00"
},
{
"name": "sebastian/code-unit",
@@ -2179,16 +2185,16 @@
},
{
"name": "sebastian/diff",
"version": "4.0.5",
"version": "4.0.6",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
"reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131"
"reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
"reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc",
"reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc",
"shasum": ""
},
"require": {
@@ -2233,7 +2239,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
"source": "https://github.com/sebastianbergmann/diff/tree/4.0.5"
"source": "https://github.com/sebastianbergmann/diff/tree/4.0.6"
},
"funding": [
{
@@ -2241,7 +2247,7 @@
"type": "github"
}
],
"time": "2023-05-07T05:35:17+00:00"
"time": "2024-03-02T06:30:58+00:00"
},
{
"name": "sebastian/environment",
@@ -2308,16 +2314,16 @@
},
{
"name": "sebastian/exporter",
"version": "4.0.5",
"version": "4.0.6",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
"reference": "78c00df8f170e02473b682df15bfcdacc3d32d72"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
"reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/78c00df8f170e02473b682df15bfcdacc3d32d72",
"reference": "78c00df8f170e02473b682df15bfcdacc3d32d72",
"shasum": ""
},
"require": {
@@ -2373,7 +2379,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
"source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5"
"source": "https://github.com/sebastianbergmann/exporter/tree/4.0.6"
},
"funding": [
{
@@ -2381,20 +2387,20 @@
"type": "github"
}
],
"time": "2022-09-14T06:03:37+00:00"
"time": "2024-03-02T06:33:00+00:00"
},
{
"name": "sebastian/global-state",
"version": "5.0.6",
"version": "5.0.7",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "bde739e7565280bda77be70044ac1047bc007e34"
"reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bde739e7565280bda77be70044ac1047bc007e34",
"reference": "bde739e7565280bda77be70044ac1047bc007e34",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
"reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
"shasum": ""
},
"require": {
@@ -2437,7 +2443,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
"source": "https://github.com/sebastianbergmann/global-state/tree/5.0.6"
"source": "https://github.com/sebastianbergmann/global-state/tree/5.0.7"
},
"funding": [
{
@@ -2445,7 +2451,7 @@
"type": "github"
}
],
"time": "2023-08-02T09:26:13+00:00"
"time": "2024-03-02T06:35:11+00:00"
},
{
"name": "sebastian/lines-of-code",
@@ -2681,16 +2687,16 @@
},
{
"name": "sebastian/resource-operations",
"version": "3.0.3",
"version": "3.0.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
"reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
"reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
"reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
"reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
"shasum": ""
},
"require": {
@@ -2702,7 +2708,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
"dev-main": "3.0-dev"
}
},
"autoload": {
@@ -2723,8 +2729,7 @@
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
"support": {
"issues": "https://github.com/sebastianbergmann/resource-operations/issues",
"source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
"source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.4"
},
"funding": [
{
@@ -2732,7 +2737,7 @@
"type": "github"
}
],
"time": "2020-09-28T06:45:17+00:00"
"time": "2024-03-14T16:00:52+00:00"
},
{
"name": "sebastian/type",
@@ -2845,16 +2850,16 @@
},
{
"name": "theseer/tokenizer",
"version": "1.2.2",
"version": "1.2.3",
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
"reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96"
"reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
"reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
"reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
"shasum": ""
},
"require": {
@@ -2883,7 +2888,7 @@
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
"support": {
"issues": "https://github.com/theseer/tokenizer/issues",
"source": "https://github.com/theseer/tokenizer/tree/1.2.2"
"source": "https://github.com/theseer/tokenizer/tree/1.2.3"
},
"funding": [
{
@@ -2891,7 +2896,7 @@
"type": "github"
}
],
"time": "2023-11-20T00:12:19+00:00"
"time": "2024-03-03T12:36:25+00:00"
}
],
"aliases": [],

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",
@@ -32,7 +34,6 @@ OC.L10N.register(
"Update" : "Werk by",
"Created:" : "Geskep:",
"Description" : "Beskrywing",
"Completed" : "Voltooid",
"Select Date" : "Kies Datum",
"seconds ago" : "sekondes gelede",
"Keyboard shortcuts" : "Sneltoetse",
@@ -44,7 +45,6 @@ OC.L10N.register(
"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",
@@ -30,7 +32,6 @@
"Update" : "Werk by",
"Created:" : "Geskep:",
"Description" : "Beskrywing",
"Completed" : "Voltooid",
"Select Date" : "Kies Datum",
"seconds ago" : "sekondes gelede",
"Keyboard shortcuts" : "Sneltoetse",
@@ -42,7 +43,6 @@
"Today" : "Vandag",
"Tomorrow" : "Môre",
"Close" : "Sluit",
"Share" : "Deel",
"Due date" : "Sperdatum"
"Share" : "Deel"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -149,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 ساعة القادمة",
@@ -252,7 +256,6 @@ OC.L10N.register(
"Add due date" : "أضِف تاريخ الاستحقاق",
"Choose a date" : "إختَر تاريخاً",
"Remove due date" : "ازالة تاريخ الانجاز",
"Completed" : "مُكتمل",
"Due at:" : "تاريخ الاستحقاق:",
"Not completed" : "غير مكتمل",
"Unarchive card" : "إلغاء أرشفة البطاقة ",
@@ -376,9 +379,7 @@ OC.L10N.register(
"Share board with a user, group or circle …" : "مشاركة اللوح مع مستخدم،مجموعة أو دائرة ..",
"Searching for users, groups and circles …" : "ابحث عن أعضاء، مجموعات أو حلقات ...",
"(Circle)" : "(دائرة)",
"Assign to users" : "انسب الى المتسخدمين",
"Assign to users/groups/circles" : "انسب الى المستخدمين،المجموعات،الدوائر",
"Due date" : "تاريخ الانجاز",
"Next week" : "الاسبوع القادم",
"Next month" : "الشهر القادم",
"List is empty" : "القائمة فارغة",

View File

@@ -147,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 ساعة القادمة",
@@ -250,7 +254,6 @@
"Add due date" : "أضِف تاريخ الاستحقاق",
"Choose a date" : "إختَر تاريخاً",
"Remove due date" : "ازالة تاريخ الانجاز",
"Completed" : "مُكتمل",
"Due at:" : "تاريخ الاستحقاق:",
"Not completed" : "غير مكتمل",
"Unarchive card" : "إلغاء أرشفة البطاقة ",
@@ -374,9 +377,7 @@
"Share board with a user, group or circle …" : "مشاركة اللوح مع مستخدم،مجموعة أو دائرة ..",
"Searching for users, groups and circles …" : "ابحث عن أعضاء، مجموعات أو حلقات ...",
"(Circle)" : "(دائرة)",
"Assign to users" : "انسب الى المتسخدمين",
"Assign to users/groups/circles" : "انسب الى المستخدمين،المجموعات،الدوائر",
"Due date" : "تاريخ الانجاز",
"Next week" : "الاسبوع القادم",
"Next month" : "الشهر القادم",
"List is empty" : "القائمة فارغة",

View File

@@ -2,8 +2,12 @@ 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",
@@ -13,18 +17,28 @@ OC.L10N.register(
"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",
@@ -34,26 +48,40 @@ OC.L10N.register(
"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…)",
"Completed" : "Completáu",
"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",
"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"
"Timeline" : "Llinia de tiempu",
"Next week" : "La selmana que vien",
"Next month" : "Mes siguiente"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -1,7 +1,11 @@
{ "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",
@@ -11,18 +15,28 @@
"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",
@@ -32,26 +46,40 @@
"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…)",
"Completed" : "Completáu",
"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",
"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"
"Timeline" : "Llinia de tiempu",
"Next week" : "La selmana que vien",
"Next month" : "Mes siguiente"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -13,6 +13,7 @@ OC.L10N.register(
"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",
@@ -30,7 +31,6 @@ OC.L10N.register(
"Update" : "Yenilənmə",
"Created:" : "Yaradıldı:",
"Description" : "Açıqlanma",
"Completed" : "Bitmişdir",
"(group)" : "(qrup)",
"seconds ago" : "saniyələr öncə",
"Search" : "Axtarış",

View File

@@ -11,6 +11,7 @@
"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",
@@ -28,7 +29,6 @@
"Update" : "Yenilənmə",
"Created:" : "Yaradıldı:",
"Description" : "Açıqlanma",
"Completed" : "Bitmişdir",
"(group)" : "(qrup)",
"seconds ago" : "saniyələr öncə",
"Search" : "Axtarış",

View File

@@ -140,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 часа",
@@ -231,7 +233,6 @@ OC.L10N.register(
"Choose attachment" : "Избор на прикачен файл",
"Set a due date" : "Задаване на крайна дата",
"Remove due date" : "Премахни крайната дата",
"Completed" : "Завършен",
"Not completed" : "Незавършен",
"Unarchive card" : "Разархивиране на карта",
"Archive card" : "Архивиране на карта",
@@ -321,9 +322,7 @@ OC.L10N.register(
"Share board with a user, group or circle …" : "Споделяне на таблото с потребител, група или кръг ...",
"Searching for users, groups and circles …" : "Търсене за потребители, групи и кръгове ...",
"(Circle)" : "(Кръг)",
"Assign to users" : "Зачисляване към потребители",
"Assign to users/groups/circles" : "Зачисляване към потребители/групи/кръгове",
"Due date" : "Крайна дата",
"Next week" : "Следваща седмица",
"Next month" : "Следващия месец",
"List is empty" : "Списъкът е празен",

View File

@@ -138,6 +138,8 @@
"Filter by tag" : "Филтрирай по маркер",
"Filter by assigned user" : "Филтриране по назначен потребител",
"Unassigned" : "Неприсвоен",
"Open" : "Отвори",
"Completed" : "Завършен",
"Filter by due date" : "Филтриране по крайна дата",
"Overdue" : "Просрочен",
"Next 24 hours" : "Следващите 24 часа",
@@ -229,7 +231,6 @@
"Choose attachment" : "Избор на прикачен файл",
"Set a due date" : "Задаване на крайна дата",
"Remove due date" : "Премахни крайната дата",
"Completed" : "Завършен",
"Not completed" : "Незавършен",
"Unarchive card" : "Разархивиране на карта",
"Archive card" : "Архивиране на карта",
@@ -319,9 +320,7 @@
"Share board with a user, group or circle …" : "Споделяне на таблото с потребител, група или кръг ...",
"Searching for users, groups and circles …" : "Търсене за потребители, групи и кръгове ...",
"(Circle)" : "(Кръг)",
"Assign to users" : "Зачисляване към потребители",
"Assign to users/groups/circles" : "Зачисляване към потребители/групи/кръгове",
"Due date" : "Крайна дата",
"Next week" : "Следваща седмица",
"Next month" : "Следващия месец",
"List is empty" : "Списъкът е празен",

View File

@@ -7,6 +7,7 @@ OC.L10N.register(
"No file was uploaded" : "কোন ফাইল আপলোড করা হয় নি",
"Missing a temporary folder" : "অস্থায়ী ফোল্ডারটি হারানো গিয়েছে",
"Cancel" : "বাতির",
"Completed" : "সুসম্পন্ন",
"Details" : "বিসতারিত",
"Sharing" : "ভাগাভাগিরত",
"Tags" : "ট্যাগ",
@@ -23,7 +24,6 @@ OC.L10N.register(
"Update" : "পরিবর্ধন",
"Created:" : "তৈরীর নির্ঘন্টঃ",
"Description" : "বিবরণ",
"Completed" : "সুসম্পন্ন",
"(group)" : "(গোষ্ঠি)",
"seconds ago" : "সেকেন্ড পূর্বে",
"Keyboard shortcuts" : "কী-বোর্ড শর্টকাট",

View File

@@ -5,6 +5,7 @@
"No file was uploaded" : "কোন ফাইল আপলোড করা হয় নি",
"Missing a temporary folder" : "অস্থায়ী ফোল্ডারটি হারানো গিয়েছে",
"Cancel" : "বাতির",
"Completed" : "সুসম্পন্ন",
"Details" : "বিসতারিত",
"Sharing" : "ভাগাভাগিরত",
"Tags" : "ট্যাগ",
@@ -21,7 +22,6 @@
"Update" : "পরিবর্ধন",
"Created:" : "তৈরীর নির্ঘন্টঃ",
"Description" : "বিবরণ",
"Completed" : "সুসম্পন্ন",
"(group)" : "(গোষ্ঠি)",
"seconds ago" : "সেকেন্ড পূর্বে",
"Keyboard shortcuts" : "কী-বোর্ড শর্টকাট",

View File

@@ -10,6 +10,8 @@ OC.L10N.register(
"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,7 +34,6 @@ OC.L10N.register(
"Update" : "Adnevesaat",
"Created:" : "Krouet :",
"Description" : "Diskrivadur",
"Completed" : "Achuet",
"(group)" : "(strollad)",
"seconds ago" : "eilenn zo",
"Search" : "Klask",

View File

@@ -8,6 +8,8 @@
"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,7 +32,6 @@
"Update" : "Adnevesaat",
"Created:" : "Krouet :",
"Description" : "Diskrivadur",
"Completed" : "Achuet",
"(group)" : "(strollad)",
"seconds ago" : "eilenn zo",
"Search" : "Klask",

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,7 +22,6 @@ OC.L10N.register(
"Save" : "Spremi",
"Update" : "Ažuriraj",
"Description" : "Opis",
"Completed" : "Zavrženo",
"Keyboard shortcuts" : "Tipkovni prečaci",
"Search" : "Search",
"Shared with you" : "Shared with you",

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,7 +20,6 @@
"Save" : "Spremi",
"Update" : "Ažuriraj",
"Description" : "Opis",
"Completed" : "Zavrženo",
"Keyboard shortcuts" : "Tipkovni prečaci",
"Search" : "Search",
"Shared with you" : "Shared with you",

View File

@@ -149,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",
@@ -247,7 +249,6 @@ OC.L10N.register(
"Add due date" : "Afegeix una data de caducitat",
"Choose a date" : "Trieu una data",
"Remove due date" : "Suprimeix la data de caducitat",
"Completed" : "S'ha completat",
"Due at:" : "Venciment a:",
"Not completed" : "No completat",
"Unarchive card" : "Desarxiva targeta",
@@ -369,9 +370,7 @@ OC.L10N.register(
"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" : "Assignació als usuaris",
"Assign to users/groups/circles" : "Assignació a usuaris/grups/cercles",
"Due date" : "Data de caducitat",
"Next week" : "Setmana següent",
"Next month" : "Mes següent",
"List is empty" : "La llista és buida",

View File

@@ -147,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",
@@ -245,7 +247,6 @@
"Add due date" : "Afegeix una data de caducitat",
"Choose a date" : "Trieu una data",
"Remove due date" : "Suprimeix la data de caducitat",
"Completed" : "S'ha completat",
"Due at:" : "Venciment a:",
"Not completed" : "No completat",
"Unarchive card" : "Desarxiva targeta",
@@ -367,9 +368,7 @@
"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" : "Assignació als usuaris",
"Assign to users/groups/circles" : "Assignació a usuaris/grups/cercles",
"Due date" : "Data de caducitat",
"Next week" : "Setmana següent",
"Next month" : "Mes següent",
"List is empty" : "La llista és buida",

View File

@@ -149,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",
@@ -247,7 +249,6 @@ OC.L10N.register(
"Add due date" : "Přidat termín",
"Choose a date" : "Zvolit datum",
"Remove due date" : "Odstranit termín",
"Completed" : "Dokončeno",
"Due at:" : "Termín v:",
"Not completed" : "Nedokončeno",
"Unarchive card" : "Zrušit archivaci karty",
@@ -366,9 +367,7 @@ OC.L10N.register(
"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" : "Přiřadit k uživatelům",
"Assign to users/groups/circles" : "Přiřadit uživatelům/skupinám/okruhům",
"Due date" : "Termín",
"Next week" : "Příští týden",
"Next month" : "Příští měsíc",
"List is empty" : "Seznam je prázdný",

View File

@@ -147,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",
@@ -245,7 +247,6 @@
"Add due date" : "Přidat termín",
"Choose a date" : "Zvolit datum",
"Remove due date" : "Odstranit termín",
"Completed" : "Dokončeno",
"Due at:" : "Termín v:",
"Not completed" : "Nedokončeno",
"Unarchive card" : "Zrušit archivaci karty",
@@ -364,9 +365,7 @@
"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" : "Přiřadit k uživatelům",
"Assign to users/groups/circles" : "Přiřadit uživatelům/skupinám/okruhům",
"Due date" : "Termín",
"Next week" : "Příští týden",
"Next month" : "Příští měsíc",
"List is empty" : "Seznam je prázdný",

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",

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",

View File

@@ -91,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",
@@ -107,7 +109,7 @@ OC.L10N.register(
"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",
@@ -170,7 +172,6 @@ OC.L10N.register(
"Choose attachment" : "Vælg en vedhæftning",
"Set a due date" : "Sæt en forfaldsdato",
"Remove due date" : "Fjern forfaldsdato",
"Completed" : "Fuldført",
"Not completed" : "Ikke afsluttet",
"Unarchive card" : "Gen-aktivér kort",
"Archive card" : "Arkivér kort",
@@ -234,9 +235,7 @@ OC.L10N.register(
"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" : "Tildel til brugere",
"Assign to users/groups/circles" : "Tildel til brugere/grupper/cirkler",
"Due date" : "Forfaldsdato",
"Next week" : "Næste uge",
"Next month" : "Næste måned",
"Limit deck usage of groups" : "Begræns Deck brug til grupper",

View File

@@ -89,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",
@@ -105,7 +107,7 @@
"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",
@@ -168,7 +170,6 @@
"Choose attachment" : "Vælg en vedhæftning",
"Set a due date" : "Sæt en forfaldsdato",
"Remove due date" : "Fjern forfaldsdato",
"Completed" : "Fuldført",
"Not completed" : "Ikke afsluttet",
"Unarchive card" : "Gen-aktivér kort",
"Archive card" : "Arkivér kort",
@@ -232,9 +233,7 @@
"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" : "Tildel til brugere",
"Assign to users/groups/circles" : "Tildel til brugere/grupper/cirkler",
"Due date" : "Forfaldsdato",
"Next week" : "Næste uge",
"Next month" : "Næste måned",
"Limit deck usage of groups" : "Begræns Deck brug til grupper",

View File

@@ -149,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",
@@ -252,7 +256,6 @@ OC.L10N.register(
"Add due date" : "Fälligkeitsdatum hinzufügen",
"Choose a date" : "Datum auswählen",
"Remove due date" : "Fälligkeitsdatum löschen",
"Completed" : "Fertiggestellt",
"Due at:" : "Fallig am:",
"Not completed" : "Nicht fertiggestellt",
"Unarchive card" : "Karte dearchivieren",
@@ -302,7 +305,7 @@ OC.L10N.register(
"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 abgeschlossen/nicht abgeschlossen markieren",
"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",
@@ -376,9 +379,7 @@ OC.L10N.register(
"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" : "Benutzern zuweisen",
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
"Due date" : "Fälligkeitsdatum",
"Next week" : "Nächste Woche",
"Next month" : "Nächster Monat",
"List is empty" : "Liste ist leer",

View File

@@ -147,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",
@@ -250,7 +254,6 @@
"Add due date" : "Fälligkeitsdatum hinzufügen",
"Choose a date" : "Datum auswählen",
"Remove due date" : "Fälligkeitsdatum löschen",
"Completed" : "Fertiggestellt",
"Due at:" : "Fallig am:",
"Not completed" : "Nicht fertiggestellt",
"Unarchive card" : "Karte dearchivieren",
@@ -300,7 +303,7 @@
"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 abgeschlossen/nicht abgeschlossen markieren",
"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",
@@ -374,9 +377,7 @@
"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" : "Benutzern zuweisen",
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
"Due date" : "Fälligkeitsdatum",
"Next week" : "Nächste Woche",
"Next month" : "Nächster Monat",
"List is empty" : "Liste ist leer",

View File

@@ -149,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",
@@ -209,7 +213,7 @@ OC.L10N.register(
"Members" : "Mitglieder",
"Assign to users/groups/team" : "Benutzern/Gruppen/Teams zuweisen",
"Assign a user to this card…" : "Diese Karte einem Benutzer zuweisen…",
"Select a user to assign to this card…" : "Wählen Sie einen Benutzer aus, der dieser Karte zugewiesen werden soll...",
"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",
@@ -252,7 +256,6 @@ OC.L10N.register(
"Add due date" : "Fälligkeitsdatum hinzufügen",
"Choose a date" : "Datum auswählen",
"Remove due date" : "Fälligkeitsdatum löschen",
"Completed" : "Fertiggestellt",
"Due at:" : "Fallig am:",
"Not completed" : "Nicht fertiggestellt",
"Unarchive card" : "Karte dearchivieren",
@@ -263,7 +266,7 @@ 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 einen erstellen…",
"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}",
@@ -376,9 +379,7 @@ OC.L10N.register(
"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" : "Benutzern zuweisen",
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
"Due date" : "Fälligkeitsdatum",
"Next week" : "Nächste Woche",
"Next month" : "Nächsten Monat",
"List is empty" : "Liste ist leer",

View File

@@ -147,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",
@@ -207,7 +211,7 @@
"Members" : "Mitglieder",
"Assign to users/groups/team" : "Benutzern/Gruppen/Teams zuweisen",
"Assign a user to this card…" : "Diese Karte einem Benutzer zuweisen…",
"Select a user to assign to this card…" : "Wählen Sie einen Benutzer aus, der dieser Karte zugewiesen werden soll...",
"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",
@@ -250,7 +254,6 @@
"Add due date" : "Fälligkeitsdatum hinzufügen",
"Choose a date" : "Datum auswählen",
"Remove due date" : "Fälligkeitsdatum löschen",
"Completed" : "Fertiggestellt",
"Due at:" : "Fallig am:",
"Not completed" : "Nicht fertiggestellt",
"Unarchive card" : "Karte dearchivieren",
@@ -261,7 +264,7 @@
"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 einen erstellen…",
"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}",
@@ -374,9 +377,7 @@
"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" : "Benutzern zuweisen",
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
"Due date" : "Fälligkeitsdatum",
"Next week" : "Nächste Woche",
"Next month" : "Nächsten Monat",
"List is empty" : "Liste ist leer",

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" : "Προσωπικά",
@@ -139,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 ώρες",
@@ -146,9 +152,12 @@ 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" : "Παρόντες αυτή τη στιγμή",
@@ -165,6 +174,7 @@ OC.L10N.register(
"No participants found" : "Δε βρέθηκαν συμμετέχοντες",
"Board owner" : "Κάτοχος πίνακα",
"(Group)" : "(Ομάδα)",
"(Team)" : "(Ομάδα)",
"Can edit" : "Μπορεί να επεξεργαστεί",
"Can share" : "Μπορεί να διαμοιράσει",
"Can manage" : "Μπορεί να διαχειριστεί",
@@ -191,6 +201,7 @@ OC.L10N.register(
"Board name" : "Όνομα πίνακα",
"Members" : "Μέλη",
"Assign a user to this card…" : "Ανάθεση χρήστη στην καρτέλα...",
"Select a user to assign to this card…" : "Επιλέξτε έναν χρήστη για να του αναθέσετε αυτή την κάρτα...",
"Upload new files" : "Ανεβάστε νέα αρχεία",
"Share from Files" : "Κοινή χρήση από Αρχεία",
"Pending share" : "Κοινή χρήση σε εκκρεμότητα",
@@ -228,36 +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" : "Αφαίρεση ημερομηνίας λήξης",
"Completed" : "Ολοκληρωμένες",
"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" : "Αποδέσμευσή μου",
"Mark as not done" : "Σήμανση ως ολοκληρωμένου",
"Mark as done" : "Σήμανση ως ολοκληρωμένου",
"Delete card" : "Διαγραφή καρτέλας",
"Card deleted" : "Η καρτέλα διαγράφηκε",
"seconds ago" : " δευτερόλεπτα πριν ",
"Keyboard shortcuts" : "Συντομεύσεις πληκτρολογίου",
"Boost your productivity using Deck with keyboard shortcuts." : "Αυξήστε την παραγωγικότητά σας στο Deck χρησιμοποιώντας συντομεύσεις πληκτρολογίου.",
"Board actions" : "Ενέργειες πίνακα",
"Keyboard shortcut" : "Συντόμευση πλητρολογίου",
"Action" : "Ενέργεια",
"Shift" : "Shift",
"Scroll" : "Κύλιση",
"Scroll sideways" : "Κύλιση οριζόντια",
"Navigate between cards" : "Πλοήγηση μεταξύ καρτών",
"Esc" : "Esc",
"Close card details" : "Κλείσιμο λεπτομερειών κάρτας",
"Ctrl" : "Ctrl",
"Search" : "Αναζήτηση",
"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" : "Κλώνος πίνακα",
@@ -283,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" : "Κλικ για επέκταση περιγραφής",
@@ -297,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" : "Δημιουργία καρτέλας",
@@ -315,9 +366,7 @@ OC.L10N.register(
"Share board with a user, group or circle …" : "Διαμοιράστε τον πίνακα με χρήστη, ομάδα ή κύκλο ...",
"Searching for users, groups and circles …" : "Αναζήτηση χρηστών, ομάδων και κύκλων…",
"(Circle)" : "(Κύκλος)",
"Assign to users" : "Ανάθεση σε χρήστες",
"Assign to users/groups/circles" : "Ανάθεση σε χρήστες/ομάδες/κύκλους",
"Due date" : "Ημερομηνία λήξης",
"Next week" : "Επόμενη εβδομάδα",
"Next month" : "Επόμενος μήνας",
"List is empty" : "Η λίστα είναι κενή",

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" : "Προσωπικά",
@@ -137,6 +141,8 @@
"Filter by tag" : "Φίλτρο ανά ετικέτα",
"Filter by assigned user" : "Φίλτρο ανά χρήστη",
"Unassigned" : "Χωρίς ανάθεση",
"Open" : "Ανοιχτός",
"Completed" : "Ολοκληρωμένες",
"Filter by due date" : "Φίλτρο ανά ημερομηνία λήξης",
"Overdue" : "Εκπρόθεσμες",
"Next 24 hours" : "Επόμενες 24 ώρες",
@@ -144,9 +150,12 @@
"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" : "Παρόντες αυτή τη στιγμή",
@@ -163,6 +172,7 @@
"No participants found" : "Δε βρέθηκαν συμμετέχοντες",
"Board owner" : "Κάτοχος πίνακα",
"(Group)" : "(Ομάδα)",
"(Team)" : "(Ομάδα)",
"Can edit" : "Μπορεί να επεξεργαστεί",
"Can share" : "Μπορεί να διαμοιράσει",
"Can manage" : "Μπορεί να διαχειριστεί",
@@ -189,6 +199,7 @@
"Board name" : "Όνομα πίνακα",
"Members" : "Μέλη",
"Assign a user to this card…" : "Ανάθεση χρήστη στην καρτέλα...",
"Select a user to assign to this card…" : "Επιλέξτε έναν χρήστη για να του αναθέσετε αυτή την κάρτα...",
"Upload new files" : "Ανεβάστε νέα αρχεία",
"Share from Files" : "Κοινή χρήση από Αρχεία",
"Pending share" : "Κοινή χρήση σε εκκρεμότητα",
@@ -226,36 +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" : "Αφαίρεση ημερομηνίας λήξης",
"Completed" : "Ολοκληρωμένες",
"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" : "Αποδέσμευσή μου",
"Mark as not done" : "Σήμανση ως ολοκληρωμένου",
"Mark as done" : "Σήμανση ως ολοκληρωμένου",
"Delete card" : "Διαγραφή καρτέλας",
"Card deleted" : "Η καρτέλα διαγράφηκε",
"seconds ago" : " δευτερόλεπτα πριν ",
"Keyboard shortcuts" : "Συντομεύσεις πληκτρολογίου",
"Boost your productivity using Deck with keyboard shortcuts." : "Αυξήστε την παραγωγικότητά σας στο Deck χρησιμοποιώντας συντομεύσεις πληκτρολογίου.",
"Board actions" : "Ενέργειες πίνακα",
"Keyboard shortcut" : "Συντόμευση πλητρολογίου",
"Action" : "Ενέργεια",
"Shift" : "Shift",
"Scroll" : "Κύλιση",
"Scroll sideways" : "Κύλιση οριζόντια",
"Navigate between cards" : "Πλοήγηση μεταξύ καρτών",
"Esc" : "Esc",
"Close card details" : "Κλείσιμο λεπτομερειών κάρτας",
"Ctrl" : "Ctrl",
"Search" : "Αναζήτηση",
"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" : "Κλώνος πίνακα",
@@ -281,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" : "Κλικ για επέκταση περιγραφής",
@@ -295,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" : "Δημιουργία καρτέλας",
@@ -313,9 +364,7 @@
"Share board with a user, group or circle …" : "Διαμοιράστε τον πίνακα με χρήστη, ομάδα ή κύκλο ...",
"Searching for users, groups and circles …" : "Αναζήτηση χρηστών, ομάδων και κύκλων…",
"(Circle)" : "(Κύκλος)",
"Assign to users" : "Ανάθεση σε χρήστες",
"Assign to users/groups/circles" : "Ανάθεση σε χρήστες/ομάδες/κύκλους",
"Due date" : "Ημερομηνία λήξης",
"Next week" : "Επόμενη εβδομάδα",
"Next month" : "Επόμενος μήνας",
"List is empty" : "Η λίστα είναι κενή",

View File

@@ -149,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",
@@ -252,7 +256,6 @@ OC.L10N.register(
"Add due date" : "Add due date",
"Choose a date" : "Choose a date",
"Remove due date" : "Remove due date",
"Completed" : "Completed",
"Due at:" : "Due at:",
"Not completed" : "Not completed",
"Unarchive card" : "Unarchive card",
@@ -376,9 +379,7 @@ OC.L10N.register(
"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" : "Assign to users",
"Assign to users/groups/circles" : "Assign to users/groups/circles",
"Due date" : "Due date",
"Next week" : "Next week",
"Next month" : "Next month",
"List is empty" : "List is empty",

View File

@@ -147,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",
@@ -250,7 +254,6 @@
"Add due date" : "Add due date",
"Choose a date" : "Choose a date",
"Remove due date" : "Remove due date",
"Completed" : "Completed",
"Due at:" : "Due at:",
"Not completed" : "Not completed",
"Unarchive card" : "Unarchive card",
@@ -374,9 +377,7 @@
"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" : "Assign to users",
"Assign to users/groups/circles" : "Assign to users/groups/circles",
"Due date" : "Due date",
"Next week" : "Next week",
"Next month" : "Next month",
"List is empty" : "List is empty",

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",
@@ -106,7 +108,6 @@ OC.L10N.register(
"Description" : "Priskribo",
"Formatting help" : "Helpo pri tekstaranĝo",
"Remove due date" : "Viŝi limdaton",
"Completed" : "Plenumita",
"Unarchive card" : "Malarĥivigi karton",
"Archive card" : "Arĥivigi karton",
"Select Date" : "Elekti daton",
@@ -132,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",
@@ -104,7 +106,6 @@
"Description" : "Priskribo",
"Formatting help" : "Helpo pri tekstaranĝo",
"Remove due date" : "Viŝi limdaton",
"Completed" : "Plenumita",
"Unarchive card" : "Malarĥivigi karton",
"Archive card" : "Arĥivigi karton",
"Select Date" : "Elekti daton",
@@ -130,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

@@ -149,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",
@@ -176,9 +180,12 @@ OC.L10N.register(
"Deleted lists" : "Listas eliminadas",
"Undo" : "Deshacer",
"Deleted cards" : "Cartas eliminadas",
"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)",
"(Team)" : "(Equipo)",
"Can edit" : "Puede editar",
"Can share" : "Puede compartir",
"Can manage" : "Puede gestionar",
@@ -204,7 +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/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",
@@ -247,7 +256,6 @@ OC.L10N.register(
"Add due date" : "Añadir fecha de vencimiento",
"Choose a date" : "Elija una fecha",
"Remove due date" : "Eliminar fecha límite",
"Completed" : "Completado",
"Due at:" : "Vence el:",
"Not completed" : "No completado",
"Unarchive card" : "Desarchivar tarjeta",
@@ -258,6 +266,7 @@ OC.L10N.register(
"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}",
@@ -370,9 +379,7 @@ OC.L10N.register(
"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" : "Asignar a usuarios",
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
"Due date" : "Fecha límite",
"Next week" : "Semana siguiente",
"Next month" : "Mes siguiente",
"List is empty" : "La lista está vacía",

View File

@@ -147,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",
@@ -174,9 +178,12 @@
"Deleted lists" : "Listas eliminadas",
"Undo" : "Deshacer",
"Deleted cards" : "Cartas eliminadas",
"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)",
"(Team)" : "(Equipo)",
"Can edit" : "Puede editar",
"Can share" : "Puede compartir",
"Can manage" : "Puede gestionar",
@@ -202,7 +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/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",
@@ -245,7 +254,6 @@
"Add due date" : "Añadir fecha de vencimiento",
"Choose a date" : "Elija una fecha",
"Remove due date" : "Eliminar fecha límite",
"Completed" : "Completado",
"Due at:" : "Vence el:",
"Not completed" : "No completado",
"Unarchive card" : "Desarchivar tarjeta",
@@ -256,6 +264,7 @@
"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}",
@@ -368,9 +377,7 @@
"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" : "Asignar a usuarios",
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
"Due date" : "Fecha límite",
"Next week" : "Semana siguiente",
"Next month" : "Mes siguiente",
"List is empty" : "La lista está vacía",

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",
@@ -45,7 +46,6 @@ OC.L10N.register(
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
@@ -63,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",
@@ -43,7 +44,6 @@
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
@@ -61,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

@@ -47,6 +47,8 @@ OC.L10N.register(
"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,7 +79,6 @@ OC.L10N.register(
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de vencimiento",
"Completed" : "Completado",
"Select Date" : "Seleccionar fecha",
"(group)" : "(grupo)",
"Card details" : "Detalles de la tarjeta",
@@ -108,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

@@ -45,6 +45,8 @@
"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",
@@ -75,7 +77,6 @@
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de vencimiento",
"Completed" : "Completado",
"Select Date" : "Seleccionar fecha",
"(group)" : "(grupo)",
"Card details" : "Detalles de la tarjeta",
@@ -106,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",
@@ -48,7 +49,6 @@ OC.L10N.register(
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
@@ -66,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",
@@ -46,7 +47,6 @@
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
@@ -64,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",
@@ -49,7 +50,6 @@ OC.L10N.register(
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
@@ -67,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",
@@ -47,7 +48,6 @@
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
@@ -65,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",
@@ -48,7 +49,6 @@ OC.L10N.register(
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
@@ -66,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",
@@ -46,7 +47,6 @@
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
@@ -64,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",
@@ -48,7 +49,6 @@ OC.L10N.register(
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
@@ -66,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",
@@ -46,7 +47,6 @@
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
@@ -64,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

@@ -140,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",
@@ -231,7 +233,6 @@ OC.L10N.register(
"Choose attachment" : "Elegir adjunto",
"Set a due date" : "Establecer una fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"Not completed" : "No completado",
"Unarchive card" : "Desarchivar tarjeta",
"Archive card" : "Archivar tarjeta",
@@ -321,9 +322,7 @@ OC.L10N.register(
"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" : "Asignar a usuarios",
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
"Due date" : "Fecha de vencimiento",
"Next week" : "Semana siguiente",
"Next month" : "Mes siguiente",
"List is empty" : "La lista está vacía",

View File

@@ -138,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",
@@ -229,7 +231,6 @@
"Choose attachment" : "Elegir adjunto",
"Set a due date" : "Establecer una fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"Not completed" : "No completado",
"Unarchive card" : "Desarchivar tarjeta",
"Archive card" : "Archivar tarjeta",
@@ -319,9 +320,7 @@
"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" : "Asignar a usuarios",
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
"Due date" : "Fecha de vencimiento",
"Next week" : "Semana siguiente",
"Next month" : "Mes siguiente",
"List is empty" : "La lista está vacía",

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",
@@ -48,7 +49,6 @@ OC.L10N.register(
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
@@ -66,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",
@@ -46,7 +47,6 @@
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
@@ -64,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",
@@ -44,7 +45,6 @@ OC.L10N.register(
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
@@ -62,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",
@@ -42,7 +43,6 @@
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
@@ -60,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,6 +21,7 @@ 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",
@@ -27,6 +29,8 @@ OC.L10N.register(
"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",
@@ -36,6 +40,7 @@ OC.L10N.register(
"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",
@@ -61,14 +66,16 @@ OC.L10N.register(
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"(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",
@@ -82,8 +89,8 @@ OC.L10N.register(
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Error creating the share" : "Error creando el recurso compartido",
"Share" : "Compartir",
"Searching for users, groups and circles …" : "Buscando usuarios, grupos y círculos …",
"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,6 +19,7 @@
"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",
@@ -25,6 +27,8 @@
"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",
@@ -34,6 +38,7 @@
"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",
@@ -59,14 +64,16 @@
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"(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",
@@ -80,8 +87,8 @@
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Error creating the share" : "Error creando el recurso compartido",
"Share" : "Compartir",
"Searching for users, groups and circles …" : "Buscando usuarios, grupos y círculos …",
"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",
@@ -44,7 +45,6 @@ OC.L10N.register(
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
@@ -62,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",
@@ -42,7 +43,6 @@
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
@@ -60,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",
@@ -44,7 +45,6 @@ OC.L10N.register(
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
@@ -62,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",
@@ -42,7 +43,6 @@
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
@@ -60,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",
@@ -45,7 +47,6 @@ OC.L10N.register(
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
@@ -63,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",
@@ -43,7 +45,6 @@
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
@@ -61,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",
@@ -44,7 +45,6 @@ OC.L10N.register(
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
@@ -62,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",
@@ -42,7 +43,6 @@
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
@@ -60,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",
@@ -45,7 +47,6 @@ OC.L10N.register(
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
@@ -64,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",
@@ -43,7 +45,6 @@
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
@@ -62,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",
@@ -48,7 +49,6 @@ OC.L10N.register(
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
@@ -66,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",
@@ -46,7 +47,6 @@
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
@@ -64,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",
@@ -44,7 +45,6 @@ OC.L10N.register(
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
@@ -62,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",
@@ -42,7 +43,6 @@
"Description" : "Descripción",
"Formatting help" : "Ayuda de formato",
"Remove due date" : "Eliminar fecha de expiración",
"Completed" : "Completado",
"(group)" : "(grupo)",
"seconds ago" : "hace segundos",
"Keyboard shortcuts" : "Atajos del teclado",
@@ -60,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

@@ -18,6 +18,8 @@ OC.L10N.register(
"Invalid date, date format must be YYYY-MM-DD" : "Vigane kuupäev, formaat peab olema YYYY-MM-DD",
"Cancel" : "Loobu",
"File already exists" : "Fail on juba olemas",
"Open" : "Ava",
"Completed" : "Lõpetatud",
"Details" : "Üksikasjad",
"Sharing" : "Jagamine",
"Tags" : "Sildid",
@@ -37,7 +39,6 @@ OC.L10N.register(
"Update" : "Uuenda",
"Created:" : "Loodud:",
"Description" : "Kirjeldus",
"Completed" : "Lõpetatud",
"(group)" : "(grupp)",
"Delete card" : "Kustuta kaart",
"seconds ago" : "sekundit tagasi",
@@ -52,7 +53,6 @@ OC.L10N.register(
"Close" : "Sulge",
"Share" : "Jaga",
"Timeline" : "Ajajoon",
"Due date" : "Tähtaeg",
"Next week" : "Järgmine nädal",
"Next month" : "Järgmine kuu"
},

View File

@@ -16,6 +16,8 @@
"Invalid date, date format must be YYYY-MM-DD" : "Vigane kuupäev, formaat peab olema YYYY-MM-DD",
"Cancel" : "Loobu",
"File already exists" : "Fail on juba olemas",
"Open" : "Ava",
"Completed" : "Lõpetatud",
"Details" : "Üksikasjad",
"Sharing" : "Jagamine",
"Tags" : "Sildid",
@@ -35,7 +37,6 @@
"Update" : "Uuenda",
"Created:" : "Loodud:",
"Description" : "Kirjeldus",
"Completed" : "Lõpetatud",
"(group)" : "(grupp)",
"Delete card" : "Kustuta kaart",
"seconds ago" : "sekundit tagasi",
@@ -50,7 +51,6 @@
"Close" : "Sulge",
"Share" : "Jaga",
"Timeline" : "Ajajoon",
"Due date" : "Tähtaeg",
"Next week" : "Järgmine nädal",
"Next month" : "Järgmine kuu"
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View File

@@ -149,6 +149,8 @@ OC.L10N.register(
"Filter by tag" : "Iragazi etiketaz",
"Filter by assigned user" : "Iragazi esleitutako erabiltzailez",
"Unassigned" : "Esleitu gabea",
"Open" : "Ireki",
"Completed" : "Osatua",
"Filter by due date" : "Iragazi epe-mugaz",
"Overdue" : "Atzeratuta",
"Next 24 hours" : "Hurrengo 24 orduak",
@@ -247,7 +249,6 @@ OC.L10N.register(
"Add due date" : "Gehitu epemuga",
"Choose a date" : "Aukeratu data",
"Remove due date" : "Ezabatu epe-muga",
"Completed" : "Osatua",
"Due at:" : "Epemuga:",
"Not completed" : "Osatu gabe",
"Unarchive card" : "Berreskuratu txartela artxibotik",
@@ -349,9 +350,7 @@ OC.L10N.register(
"Share board with a user, group or circle …" : "Partekatu taula erabiltzaile, talde edo zirkulu batekin...",
"Searching for users, groups and circles …" : "Erabiltzaileak, taldeak, zirkuluak... bilatzen",
"(Circle)" : "(Zirkulua)",
"Assign to users" : "Esleitu erabiltzaileei",
"Assign to users/groups/circles" : "Esleitu erabiltzaile/talde/zirkuluei",
"Due date" : "Epe-muga",
"Next week" : "Hurrengo astea",
"Next month" : "Hurrengo hilabetea",
"List is empty" : "Zerrenda hutsik dago",

View File

@@ -147,6 +147,8 @@
"Filter by tag" : "Iragazi etiketaz",
"Filter by assigned user" : "Iragazi esleitutako erabiltzailez",
"Unassigned" : "Esleitu gabea",
"Open" : "Ireki",
"Completed" : "Osatua",
"Filter by due date" : "Iragazi epe-mugaz",
"Overdue" : "Atzeratuta",
"Next 24 hours" : "Hurrengo 24 orduak",
@@ -245,7 +247,6 @@
"Add due date" : "Gehitu epemuga",
"Choose a date" : "Aukeratu data",
"Remove due date" : "Ezabatu epe-muga",
"Completed" : "Osatua",
"Due at:" : "Epemuga:",
"Not completed" : "Osatu gabe",
"Unarchive card" : "Berreskuratu txartela artxibotik",
@@ -347,9 +348,7 @@
"Share board with a user, group or circle …" : "Partekatu taula erabiltzaile, talde edo zirkulu batekin...",
"Searching for users, groups and circles …" : "Erabiltzaileak, taldeak, zirkuluak... bilatzen",
"(Circle)" : "(Zirkulua)",
"Assign to users" : "Esleitu erabiltzaileei",
"Assign to users/groups/circles" : "Esleitu erabiltzaile/talde/zirkuluei",
"Due date" : "Epe-muga",
"Next week" : "Hurrengo astea",
"Next month" : "Hurrengo hilabetea",
"List is empty" : "Zerrenda hutsik dago",

View File

@@ -141,6 +141,8 @@ OC.L10N.register(
"Filter by tag" : "پالایش برحسب برچسب",
"Filter by assigned user" : "فیلتر بر اساس کاربر اختصاص داده شده",
"Unassigned" : "اختصاص داده نشده است",
"Open" : "باز کردن",
"Completed" : "نکمیل شده",
"Filter by due date" : "فیلتر بر اساس تاریخ مقرر",
"Overdue" : "تاریخ گذشته",
"Next 24 hours" : "۲۴ ساعت آینده",
@@ -233,7 +235,6 @@ OC.L10N.register(
"Assign a due date to this card…" : "Assign a due date to this card…",
"Set a due date" : "تاریخ سررسید را تعیین کنید",
"Remove due date" : "تاریخ سررسید را حذف کنید",
"Completed" : "نکمیل شده",
"Not completed" : "Not completed",
"Unarchive card" : "برگه را از بایگانی خارج کنید",
"Archive card" : "بایگانی برگه",
@@ -327,9 +328,7 @@ OC.L10N.register(
"Share board with a user, group or circle …" : "هم‌رسانی تخته با کاربر، گروه یا حلقه...",
"Searching for users, groups and circles …" : "جستجوی کاربران، گروه‌ها و حلقه‌ها…",
"(Circle)" : "(حلقه)",
"Assign to users" : "به کاربران اختصاص دهید",
"Assign to users/groups/circles" : "به کاربران/ گروه‌ها/ حلقه‌ها اختصاص دهید",
"Due date" : "موعد مقرر",
"Next week" : "هفتهٔ بعد",
"Next month" : "ماه بعد",
"List is empty" : "فهرست خالی است",

View File

@@ -139,6 +139,8 @@
"Filter by tag" : "پالایش برحسب برچسب",
"Filter by assigned user" : "فیلتر بر اساس کاربر اختصاص داده شده",
"Unassigned" : "اختصاص داده نشده است",
"Open" : "باز کردن",
"Completed" : "نکمیل شده",
"Filter by due date" : "فیلتر بر اساس تاریخ مقرر",
"Overdue" : "تاریخ گذشته",
"Next 24 hours" : "۲۴ ساعت آینده",
@@ -231,7 +233,6 @@
"Assign a due date to this card…" : "Assign a due date to this card…",
"Set a due date" : "تاریخ سررسید را تعیین کنید",
"Remove due date" : "تاریخ سررسید را حذف کنید",
"Completed" : "نکمیل شده",
"Not completed" : "Not completed",
"Unarchive card" : "برگه را از بایگانی خارج کنید",
"Archive card" : "بایگانی برگه",
@@ -325,9 +326,7 @@
"Share board with a user, group or circle …" : "هم‌رسانی تخته با کاربر، گروه یا حلقه...",
"Searching for users, groups and circles …" : "جستجوی کاربران، گروه‌ها و حلقه‌ها…",
"(Circle)" : "(حلقه)",
"Assign to users" : "به کاربران اختصاص دهید",
"Assign to users/groups/circles" : "به کاربران/ گروه‌ها/ حلقه‌ها اختصاص دهید",
"Due date" : "موعد مقرر",
"Next week" : "هفتهٔ بعد",
"Next month" : "ماه بعد",
"List is empty" : "فهرست خالی است",

View File

@@ -114,6 +114,8 @@ OC.L10N.register(
"Filter by tag" : "Suodata tunnisteen perusteella",
"Filter by assigned user" : "Suodata määritetyn käyttäjän mukaan",
"Unassigned" : "Määrittämätön",
"Open" : "Avaa",
"Completed" : "Valmistui",
"Filter by due date" : "Suodata määräpäivän mukaan",
"Overdue" : "Myöhässä",
"Next 24 hours" : "Seuraavat 24 tuntia",
@@ -191,7 +193,6 @@ OC.L10N.register(
"Choose attachment" : "Valitse liite",
"Set a due date" : "Aseta eräpäivä",
"Remove due date" : "Poista eräpäivä",
"Completed" : "Valmistui",
"Not completed" : "Ei valmis",
"Unarchive card" : "Poista kortti arkistosta",
"Archive card" : "Arkistoi kortti",
@@ -256,7 +257,6 @@ OC.L10N.register(
"Timeline" : "Aikajana",
"Share board with a user, group or circle …" : "Jaa taulu käyttäjän, ryhmän tai piirin ... kanssa",
"(Circle)" : "(Piiri)",
"Due date" : "Eräpäivä",
"Next week" : "Seuraava viikko",
"Next month" : "Seuraava kuukausi",
"List is empty" : "Lista on tyhjä",

View File

@@ -112,6 +112,8 @@
"Filter by tag" : "Suodata tunnisteen perusteella",
"Filter by assigned user" : "Suodata määritetyn käyttäjän mukaan",
"Unassigned" : "Määrittämätön",
"Open" : "Avaa",
"Completed" : "Valmistui",
"Filter by due date" : "Suodata määräpäivän mukaan",
"Overdue" : "Myöhässä",
"Next 24 hours" : "Seuraavat 24 tuntia",
@@ -189,7 +191,6 @@
"Choose attachment" : "Valitse liite",
"Set a due date" : "Aseta eräpäivä",
"Remove due date" : "Poista eräpäivä",
"Completed" : "Valmistui",
"Not completed" : "Ei valmis",
"Unarchive card" : "Poista kortti arkistosta",
"Archive card" : "Arkistoi kortti",
@@ -254,7 +255,6 @@
"Timeline" : "Aikajana",
"Share board with a user, group or circle …" : "Jaa taulu käyttäjän, ryhmän tai piirin ... kanssa",
"(Circle)" : "(Piiri)",
"Due date" : "Eräpäivä",
"Next week" : "Seuraava viikko",
"Next month" : "Seuraava kuukausi",
"List is empty" : "Lista on tyhjä",

View File

@@ -149,6 +149,10 @@ OC.L10N.register(
"Filter by tag" : "Filtrer par étiquette",
"Filter by assigned user" : "Filtrer par utilisateur",
"Unassigned" : "Non attribué",
"Filter by completed" : "Filtrer par terminé",
"Open and completed" : "Ouvert et terminé",
"Open" : "Ouvrir",
"Completed" : "Terminé",
"Filter by due date" : "Filtrer par échéance",
"Overdue" : "En retard",
"Next 24 hours" : "prochaines 24 heures",
@@ -252,7 +256,6 @@ OC.L10N.register(
"Add due date" : "Ajouter une date d'échéance",
"Choose a date" : "Sélectionner une date",
"Remove due date" : "Retirer la date d'échéance",
"Completed" : "Terminé",
"Due at:" : "Dû au :",
"Not completed" : "Non terminé",
"Unarchive card" : "Sortir la carte des archives",
@@ -293,14 +296,14 @@ OC.L10N.register(
"Search" : "Rechercher",
"Show card filters" : "Montrer les filtres de carte",
"Clear card filters" : "Effacer les filtres de carte",
"Show help dialog" : "Montrer la fenêtre d'aide",
"Show help dialog" : "Montrer la fenêtre daide",
"Card actions" : "Actions sur les cartes",
"The following actions can be triggered on the currently highlighted card" : "Les actions suivantes peuvent être exécutées sur la carte actuellement en surbrillance",
"Enter" : "Entrée",
"Space" : "Espace",
"Open card details" : "Ouvrir les détails de la carte",
"Edit the card title" : "Éditer le titre de la carte",
"Assign yourself to the current card" : "M'assigner à la carte active",
"Edit the card title" : "Modifier le titre de la carte",
"Assign yourself to the current card" : "Massigner à la carte active",
"Archive/unarchive the current card" : "(Dés)Archiver la carte active",
"Mark card as completed/not completed" : "Marquer la carte (non) terminée",
"Open card menu" : "Ouvrir le menu de la carte",
@@ -376,9 +379,7 @@ OC.L10N.register(
"Share board with a user, group or circle …" : "Partager le tableau avec un utilisateur, un groupe ou un cercle…",
"Searching for users, groups and circles …" : "Recherche d'utilisateurs, de groupes et de cercles ...",
"(Circle)" : "(Cercle)",
"Assign to users" : "Attribuer aux utilisateurs",
"Assign to users/groups/circles" : "Attribuer à des utilisateurs / groupes / cercles",
"Due date" : "Date d'échéance",
"Next week" : "Semaine suivante",
"Next month" : "Mois suivant",
"List is empty" : "La liste est vide",

View File

@@ -147,6 +147,10 @@
"Filter by tag" : "Filtrer par étiquette",
"Filter by assigned user" : "Filtrer par utilisateur",
"Unassigned" : "Non attribué",
"Filter by completed" : "Filtrer par terminé",
"Open and completed" : "Ouvert et terminé",
"Open" : "Ouvrir",
"Completed" : "Terminé",
"Filter by due date" : "Filtrer par échéance",
"Overdue" : "En retard",
"Next 24 hours" : "prochaines 24 heures",
@@ -250,7 +254,6 @@
"Add due date" : "Ajouter une date d'échéance",
"Choose a date" : "Sélectionner une date",
"Remove due date" : "Retirer la date d'échéance",
"Completed" : "Terminé",
"Due at:" : "Dû au :",
"Not completed" : "Non terminé",
"Unarchive card" : "Sortir la carte des archives",
@@ -291,14 +294,14 @@
"Search" : "Rechercher",
"Show card filters" : "Montrer les filtres de carte",
"Clear card filters" : "Effacer les filtres de carte",
"Show help dialog" : "Montrer la fenêtre d'aide",
"Show help dialog" : "Montrer la fenêtre daide",
"Card actions" : "Actions sur les cartes",
"The following actions can be triggered on the currently highlighted card" : "Les actions suivantes peuvent être exécutées sur la carte actuellement en surbrillance",
"Enter" : "Entrée",
"Space" : "Espace",
"Open card details" : "Ouvrir les détails de la carte",
"Edit the card title" : "Éditer le titre de la carte",
"Assign yourself to the current card" : "M'assigner à la carte active",
"Edit the card title" : "Modifier le titre de la carte",
"Assign yourself to the current card" : "Massigner à la carte active",
"Archive/unarchive the current card" : "(Dés)Archiver la carte active",
"Mark card as completed/not completed" : "Marquer la carte (non) terminée",
"Open card menu" : "Ouvrir le menu de la carte",
@@ -374,9 +377,7 @@
"Share board with a user, group or circle …" : "Partager le tableau avec un utilisateur, un groupe ou un cercle…",
"Searching for users, groups and circles …" : "Recherche d'utilisateurs, de groupes et de cercles ...",
"(Circle)" : "(Cercle)",
"Assign to users" : "Attribuer aux utilisateurs",
"Assign to users/groups/circles" : "Attribuer à des utilisateurs / groupes / cercles",
"Due date" : "Date d'échéance",
"Next week" : "Semaine suivante",
"Next month" : "Mois suivant",
"List is empty" : "La liste est vide",

View File

@@ -11,6 +11,7 @@ OC.L10N.register(
"Could not write file to disk" : "Cha b urrainn dhuinn am faidhle a sgrìobhadh dhan diosg",
"A PHP extension stopped the file upload" : "Chur leudachan PHP stad air luchdadh suas an fhaidhle",
"Cancel" : "Sguir dheth",
"Completed" : "Coileanta",
"Details" : "Mion-fhiosrachadh",
"Sharing" : "Co-roinneadh",
"Tags" : "Tagaichean",
@@ -21,7 +22,6 @@ OC.L10N.register(
"Edit" : "Deasaich",
"Download" : "Luchdaich a-nuas",
"Save" : "Sàbhail",
"Completed" : "Coileanta",
"seconds ago" : "diog air ais",
"Search" : "Lorg",
"No notifications" : "Gun bhrath",

View File

@@ -9,6 +9,7 @@
"Could not write file to disk" : "Cha b urrainn dhuinn am faidhle a sgrìobhadh dhan diosg",
"A PHP extension stopped the file upload" : "Chur leudachan PHP stad air luchdadh suas an fhaidhle",
"Cancel" : "Sguir dheth",
"Completed" : "Coileanta",
"Details" : "Mion-fhiosrachadh",
"Sharing" : "Co-roinneadh",
"Tags" : "Tagaichean",
@@ -19,7 +20,6 @@
"Edit" : "Deasaich",
"Download" : "Luchdaich a-nuas",
"Save" : "Sàbhail",
"Completed" : "Coileanta",
"seconds ago" : "diog air ais",
"Search" : "Lorg",
"No notifications" : "Gun bhrath",

View File

@@ -149,6 +149,8 @@ OC.L10N.register(
"Filter by tag" : "Filtrar pola etiqueta",
"Filter by assigned user" : "Filtrar polo usuario asignado",
"Unassigned" : "Sen asignar",
"Open" : "Abrir",
"Completed" : "Completado",
"Filter by due date" : "Filtrar pola data de caducidade",
"Overdue" : "Caducado",
"Next 24 hours" : "Próximas 24 horas",
@@ -247,7 +249,6 @@ OC.L10N.register(
"Add due date" : "Engadir a data de remate",
"Choose a date" : "Escoller a data",
"Remove due date" : "Retirar a data de caducidade",
"Completed" : "Completado",
"Due at:" : "Rematar o:",
"Not completed" : "Sen completar",
"Unarchive card" : "Desarquivar a tarxeta",
@@ -369,9 +370,7 @@ OC.L10N.register(
"Share board with a user, group or circle …" : "Compartir taboleiro cun usuario, grupo ou círculo…",
"Searching for users, groups and circles …" : "Buscando por usuarios, grupos e círculos…",
"(Circle)" : "(Círculo)",
"Assign to users" : "Asignar a usuarios",
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
"Due date" : "Data de caducidade",
"Next week" : "Semana seguinte",
"Next month" : "Mes seguinte",
"List is empty" : "A lista está baleira",

View File

@@ -147,6 +147,8 @@
"Filter by tag" : "Filtrar pola etiqueta",
"Filter by assigned user" : "Filtrar polo usuario asignado",
"Unassigned" : "Sen asignar",
"Open" : "Abrir",
"Completed" : "Completado",
"Filter by due date" : "Filtrar pola data de caducidade",
"Overdue" : "Caducado",
"Next 24 hours" : "Próximas 24 horas",
@@ -245,7 +247,6 @@
"Add due date" : "Engadir a data de remate",
"Choose a date" : "Escoller a data",
"Remove due date" : "Retirar a data de caducidade",
"Completed" : "Completado",
"Due at:" : "Rematar o:",
"Not completed" : "Sen completar",
"Unarchive card" : "Desarquivar a tarxeta",
@@ -367,9 +368,7 @@
"Share board with a user, group or circle …" : "Compartir taboleiro cun usuario, grupo ou círculo…",
"Searching for users, groups and circles …" : "Buscando por usuarios, grupos e círculos…",
"(Circle)" : "(Círculo)",
"Assign to users" : "Asignar a usuarios",
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
"Due date" : "Data de caducidade",
"Next week" : "Semana seguinte",
"Next month" : "Mes seguinte",
"List is empty" : "A lista está baleira",

View File

@@ -130,6 +130,8 @@ OC.L10N.register(
"Filter by tag" : "סינון לפי תגית",
"Filter by assigned user" : "סינון לפי משתמש מוקצה",
"Unassigned" : "לא הוקצה",
"Open" : "פתוח",
"Completed" : "הושלם",
"Filter by due date" : "סינון לפי תאריך יעד",
"Overdue" : "באיחור",
"Next 24 hours" : "ב־24 השעות הבאות",
@@ -209,7 +211,6 @@ OC.L10N.register(
"Choose attachment" : "בחירת קובץ מצורף",
"Set a due date" : "הגדרת תאריך יעד",
"Remove due date" : "הסרת מועד התפוגה",
"Completed" : "הושלם",
"Unarchive card" : "הוצאת הכרטיס מהארכיון",
"Archive card" : "העברת כרטיס לארכיון",
"Select Date" : "בחירת תאריך",
@@ -271,9 +272,7 @@ OC.L10N.register(
"Share board with a user, group or circle …" : "שיתוף לוח עם משתמש, קבוצה או מעגל…",
"Searching for users, groups and circles …" : "מחפש משתמשים, קבוצות, ומעגלים ...",
"(Circle)" : "(מעגל)",
"Assign to users" : "הקצאה למשתמשים",
"Assign to users/groups/circles" : "הקצאה למשתמשים/קבוצות/מעגלים",
"Due date" : "מועד יעד",
"Next week" : "השבוע הבא",
"Next month" : "החודש הבא",
"List is empty" : "הרשימה ריקה",

View File

@@ -128,6 +128,8 @@
"Filter by tag" : "סינון לפי תגית",
"Filter by assigned user" : "סינון לפי משתמש מוקצה",
"Unassigned" : "לא הוקצה",
"Open" : "פתוח",
"Completed" : "הושלם",
"Filter by due date" : "סינון לפי תאריך יעד",
"Overdue" : "באיחור",
"Next 24 hours" : "ב־24 השעות הבאות",
@@ -207,7 +209,6 @@
"Choose attachment" : "בחירת קובץ מצורף",
"Set a due date" : "הגדרת תאריך יעד",
"Remove due date" : "הסרת מועד התפוגה",
"Completed" : "הושלם",
"Unarchive card" : "הוצאת הכרטיס מהארכיון",
"Archive card" : "העברת כרטיס לארכיון",
"Select Date" : "בחירת תאריך",
@@ -269,9 +270,7 @@
"Share board with a user, group or circle …" : "שיתוף לוח עם משתמש, קבוצה או מעגל…",
"Searching for users, groups and circles …" : "מחפש משתמשים, קבוצות, ומעגלים ...",
"(Circle)" : "(מעגל)",
"Assign to users" : "הקצאה למשתמשים",
"Assign to users/groups/circles" : "הקצאה למשתמשים/קבוצות/מעגלים",
"Due date" : "מועד יעד",
"Next week" : "השבוע הבא",
"Next month" : "החודש הבא",
"List is empty" : "הרשימה ריקה",

View File

@@ -133,6 +133,8 @@ OC.L10N.register(
"Filter by tag" : "Filtriraj prema oznaci",
"Filter by assigned user" : "Filtriraj prema dodijeljenom korisniku",
"Unassigned" : "Nedodijeljeno",
"Open" : "Otvori",
"Completed" : "Završeno",
"Filter by due date" : "Filtriraj prema datumu dospijeća",
"Overdue" : "Kasni",
"Next 24 hours" : "Sljedeća 24 sata",
@@ -214,7 +216,6 @@ OC.L10N.register(
"Choose attachment" : "Odaberi privitak",
"Set a due date" : "Postavi datum dospijeća",
"Remove due date" : "Ukloni datum dospijeća",
"Completed" : "Završeno",
"Unarchive card" : "Dearhiviraj karticu",
"Archive card" : "Arhiviraj karticu",
"Select Date" : "Odaberi datum",
@@ -287,9 +288,7 @@ OC.L10N.register(
"Share board with a user, group or circle …" : "Dijelite ploču s korisnikom, grupom ili krugom...",
"Searching for users, groups and circles …" : "Traženje korisnika, grupa i krugova...",
"(Circle)" : "(Krug)",
"Assign to users" : "Dodijeli korisnicima",
"Assign to users/groups/circles" : "Dodijeli korisnicima/grupama/krugovima",
"Due date" : "Datum dospijeća",
"Next week" : "Sljedeći tjedan",
"Next month" : "Sljedeći mjesec",
"List is empty" : "Popis je prazan",

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