Compare commits

...

167 Commits

Author SHA1 Message Date
Jakob Röhrl
45f811f595 new component
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
2020-10-16 11:27:39 +02:00
Jakob Röhrl
e11f048a91 preselect board and stack
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
2020-10-06 13:16:39 +02:00
Jakob Röhrl
d8c0240437 default due: today
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
2020-10-01 11:09:54 +02:00
Jakob Röhrl
6e6ae23d88 add card in upcoming cards view
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
2020-10-01 10:07:54 +02:00
Nextcloud bot
d61a08baf5 [tx-robot] updated from transifex 2020-09-30 02:28:49 +00:00
Nextcloud bot
f7209fbe5b [tx-robot] updated from transifex 2020-09-29 02:28:54 +00:00
Julius Härtl
11b37489f5 Merge pull request #2328 from nextcloud/dependabot/npm_and_yarn/dompurify-2.1.1
Bump dompurify from 2.0.16 to 2.1.1
2020-09-28 07:48:00 +02:00
Julius Härtl
bef6c2801f Merge pull request #2329 from nextcloud/dependabot/npm_and_yarn/vue-router-3.4.4
Bump vue-router from 3.4.3 to 3.4.4
2020-09-28 07:47:51 +02:00
Julius Härtl
63442be9e1 Merge pull request #2327 from nextcloud/dependabot/npm_and_yarn/stylelint-13.7.2
Bump stylelint from 13.7.1 to 13.7.2
2020-09-28 07:47:08 +02:00
Julius Härtl
987ce07f83 Merge pull request #2326 from nextcloud/dependabot/npm_and_yarn/moment-2.29.0
Bump moment from 2.28.0 to 2.29.0
2020-09-28 07:47:01 +02:00
Nextcloud bot
35f9fbc0f5 [tx-robot] updated from transifex 2020-09-26 02:28:33 +00:00
dependabot[bot]
28bf1ceb02 Bump vue-router from 3.4.3 to 3.4.4
Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.4.3 to 3.4.4.
- [Release notes](https://github.com/vuejs/vue-router/releases)
- [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-router/compare/v3.4.3...v3.4.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-26 01:24:04 +00:00
dependabot[bot]
623cd540e7 Bump dompurify from 2.0.16 to 2.1.1
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.16 to 2.1.1.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.0.16...2.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-26 01:18:35 +00:00
dependabot[bot]
31c82bd5cb Bump stylelint from 13.7.1 to 13.7.2
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.7.1 to 13.7.2.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.7.1...13.7.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-26 01:15:39 +00:00
dependabot[bot]
f6a9db6058 Bump moment from 2.28.0 to 2.29.0
Bumps [moment](https://github.com/moment/moment) from 2.28.0 to 2.29.0.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.28.0...2.29.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-26 01:07:45 +00:00
Nextcloud bot
d22503b02f [tx-robot] updated from transifex 2020-09-25 02:29:49 +00:00
Nextcloud bot
623896aa68 [tx-robot] updated from transifex 2020-09-24 02:29:00 +00:00
Julius Härtl
ff32f9c665 Merge pull request #2320 from nextcloud/fix/naming 2020-09-23 13:29:07 +02:00
Jakob Röhrl
c06cb5984e consistent naming
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
2020-09-23 13:22:54 +02:00
Julius Härtl
2b61c7a365 Merge pull request #2319 from nextcloud/enh/template-event
Move style loading to BeforeTemplateRenderedEvent
2020-09-23 10:49:29 +02:00
Julius Härtl
7a18a61f91 Merge pull request #2271 from nextcloud/fix/sortFilterTags
sort tags in filter
2020-09-23 10:48:41 +02:00
Julius Härtl
3e114b74cc Merge pull request #2318 from nextcloud/fix/emptyCardTitle 2020-09-23 10:02:41 +02:00
Julius Härtl
ade0e787da Add more descriptive error message if the title is empty
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-23 09:56:07 +02:00
Jakob Röhrl
7bddcb877c card title: prevent space and no text
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
2020-09-23 09:53:48 +02:00
Jakob Röhrl
7c0403bfc9 sort tags in filter
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
2020-09-23 09:52:45 +02:00
Julius Härtl
e91e48d37c Move style loading to BeforeTemplateRenderedEvent
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-23 09:50:58 +02:00
Julius Härtl
0d447fff01 Update test php versions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-23 09:33:24 +02:00
Julius Härtl
55a1f5ea61 Bump master to support 21
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-23 09:17:32 +02:00
Julius Härtl
3d67047ca4 Merge pull request #2313 from nextcloud/dependabot/npm_and_yarn/dompurify-2.0.16
Bump dompurify from 2.0.15 to 2.0.16
2020-09-21 07:49:13 +02:00
Julius Härtl
630394306e Merge pull request #2314 from nextcloud/dependabot/npm_and_yarn/webpack-4.44.2
Bump webpack from 4.44.1 to 4.44.2
2020-09-21 07:48:55 +02:00
Nextcloud bot
7a94d41fcb [tx-robot] updated from transifex 2020-09-20 02:27:54 +00:00
Nextcloud bot
c6c49d7917 [tx-robot] updated from transifex 2020-09-19 02:28:15 +00:00
dependabot[bot]
8f26e0bd76 Bump webpack from 4.44.1 to 4.44.2
Bumps [webpack](https://github.com/webpack/webpack) from 4.44.1 to 4.44.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.44.1...v4.44.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-19 01:04:39 +00:00
dependabot[bot]
8e7b0cb024 Bump dompurify from 2.0.15 to 2.0.16
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.15 to 2.0.16.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.0.15...2.0.16)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-19 01:02:25 +00:00
Nextcloud bot
f31afb5349 [tx-robot] updated from transifex 2020-09-18 02:28:01 +00:00
Julius Härtl
302821b5d2 Merge pull request #2306 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-dashboard-1.0.1
Bump @nextcloud/vue-dashboard from 1.0.0 to 1.0.1
2020-09-17 13:33:09 +02:00
Julius Härtl
8afcae42fa Merge pull request #2303 from nextcloud/dependabot/npm_and_yarn/webpack-merge-5.1.4
Bump webpack-merge from 5.1.2 to 5.1.4
2020-09-17 13:32:59 +02:00
Julius Härtl
a41e2e2aae Merge pull request #2304 from nextcloud/dependabot/npm_and_yarn/markdown-it-11.0.1
Bump markdown-it from 11.0.0 to 11.0.1
2020-09-17 13:32:50 +02:00
Julius Härtl
95f3c33ae0 Merge pull request #2305 from nextcloud/dependabot/npm_and_yarn/vue-jest-3.0.7
Bump vue-jest from 3.0.6 to 3.0.7
2020-09-17 13:32:32 +02:00
Julius Härtl
ba30119024 Merge pull request #2307 from nextcloud/dependabot/npm_and_yarn/moment-2.28.0
Bump moment from 2.27.0 to 2.28.0
2020-09-17 13:32:20 +02:00
dependabot[bot]
3b24aafe0d Bump moment from 2.27.0 to 2.28.0
Bumps [moment](https://github.com/moment/moment) from 2.27.0 to 2.28.0.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.27.0...2.28.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-17 07:55:53 +00:00
dependabot[bot]
e74906a8b1 Bump @nextcloud/vue-dashboard from 1.0.0 to 1.0.1
Bumps [@nextcloud/vue-dashboard](https://github.com/nextcloud/nextcloud-vue-dashboard) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/nextcloud/nextcloud-vue-dashboard/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue-dashboard/compare/v1.0.0...v1.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-17 07:54:46 +00:00
dependabot[bot]
8cda71ad8f Bump vue-jest from 3.0.6 to 3.0.7
Bumps [vue-jest](https://github.com/vuejs/vue-jest) from 3.0.6 to 3.0.7.
- [Release notes](https://github.com/vuejs/vue-jest/releases)
- [Commits](https://github.com/vuejs/vue-jest/compare/v3.0.6...v3.0.7)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-17 07:54:11 +00:00
dependabot[bot]
e7479fa737 Bump markdown-it from 11.0.0 to 11.0.1
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 11.0.0 to 11.0.1.
- [Release notes](https://github.com/markdown-it/markdown-it/releases)
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/markdown-it/markdown-it/compare/11.0.0...11.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-17 07:53:32 +00:00
dependabot[bot]
b8c8970cd1 Bump webpack-merge from 5.1.2 to 5.1.4
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge) from 5.1.2 to 5.1.4.
- [Release notes](https://github.com/survivejs/webpack-merge/releases)
- [Changelog](https://github.com/survivejs/webpack-merge/blob/master/CHANGELOG.md)
- [Commits](https://github.com/survivejs/webpack-merge/compare/v5.1.2...v5.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-17 07:52:59 +00:00
Julius Härtl
12f39eec92 Merge pull request #2290 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-dashboard-1.0.0 2020-09-17 09:49:49 +02:00
Julius Härtl
ac0a7caefa Merge pull request #2250 from nextcloud/release/1.1.0-beta2
Bump version to 1.1.0-beta2
2020-09-17 09:45:22 +02:00
Nextcloud bot
e078e1c7f1 [tx-robot] updated from transifex 2020-09-17 02:45:04 +00:00
Nextcloud bot
bc4b2b56c9 [tx-robot] updated from transifex 2020-09-16 02:27:11 +00:00
Julius Härtl
a9d00f226d Switch to empty-content props
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-15 22:20:05 +02:00
Julius Härtl
b5456392c1 Merge pull request #1545 from nextcloud/enh/dav-calendars 2020-09-15 11:12:52 +02:00
Julius Härtl
e460879f41 Set DUE instead of DTSTART and DTEND
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-15 10:35:25 +02:00
Julius Härtl
cc788da5d0 Merge pull request #2298 from nextcloud/use-absolute-urls-on-search
Use absolute URLs for the search
2020-09-15 09:40:00 +02:00
Joas Schilling
c8d63abd6c Use absolute URLs for the search
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-15 09:23:40 +02:00
Julius Härtl
19cdd31c40 Fix PageController tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-15 09:11:13 +02:00
Julius Härtl
1b16dbacf5 Add calendar setting and move to more generic config ocs routes
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-15 08:46:14 +02:00
Julius Härtl
2f44532b75 Fix internal board cache keys
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-15 08:44:02 +02:00
Julius Härtl
6ef1c32cf8 Implement calendarQuery
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-15 08:43:40 +02:00
Nextcloud bot
87b6fbbb6a [tx-robot] updated from transifex 2020-09-15 02:20:20 +00:00
Julius Härtl
482c3ee092 Merge pull request #2291 from nextcloud/dependabot/npm_and_yarn/vue/test-utils-1.1.0
Bump @vue/test-utils from 1.0.5 to 1.1.0
2020-09-14 12:10:49 +02:00
Julius Härtl
8f461aef8b Merge pull request #2282 from nextcloud/bugfix/noid/duedate 2020-09-14 12:10:34 +02:00
dependabot[bot]
6c355918ac Bump @vue/test-utils from 1.0.5 to 1.1.0
Bumps [@vue/test-utils](https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils) from 1.0.5 to 1.1.0.
- [Release notes](https://github.com/vuejs/vue-test-utils/releases)
- [Changelog](https://github.com/vuejs/vue-test-utils/blob/dev/packages/test-utils/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-test-utils/commits/v1.1.0/packages/test-utils)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-14 07:06:28 +00:00
dependabot[bot]
5a10f9dda2 Bump @nextcloud/vue-dashboard from 0.1.8 to 1.0.0
Bumps [@nextcloud/vue-dashboard](https://github.com/nextcloud/nextcloud-vue-dashboard) from 0.1.8 to 1.0.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue-dashboard/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue-dashboard/compare/v0.1.8...v1.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-14 07:03:59 +00:00
Julius Härtl
5d7214d894 Merge pull request #2283 from nextcloud/bugfix/noid/page-controller-exception
Do not handle exceptions from page controller in the ExceptionMiddleware
2020-09-14 08:33:24 +02:00
Julius Härtl
61d9baa582 Merge pull request #2287 from nextcloud/dependabot/npm_and_yarn/stylelint-13.7.1
Bump stylelint from 13.7.0 to 13.7.1
2020-09-14 08:27:50 +02:00
Julius Härtl
31c071cf17 Merge pull request #2294 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-2.6.5
Bump @nextcloud/vue from 2.6.1 to 2.6.5
2020-09-14 08:27:40 +02:00
Julius Härtl
0af8182cfb Merge pull request #2293 from nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.4.1
Bump @nextcloud/l10n from 1.4.0 to 1.4.1
2020-09-14 08:27:30 +02:00
Julius Härtl
a9edf27a6a Merge pull request #2295 from nextcloud/dependabot/npm_and_yarn/file-loader-6.1.0
Bump file-loader from 6.0.0 to 6.1.0
2020-09-14 08:20:33 +02:00
Julius Härtl
902e94b761 Merge pull request #2286 from nextcloud/dependabot/npm_and_yarn/blueimp-md5-2.18.0
Bump blueimp-md5 from 2.17.0 to 2.18.0
2020-09-14 08:04:44 +02:00
Julius Härtl
01fba4218e Merge pull request #2288 from nextcloud/dependabot/npm_and_yarn/css-loader-4.3.0
Bump css-loader from 4.2.2 to 4.3.0
2020-09-14 08:00:14 +02:00
Julius Härtl
1c22ebdfcf Merge pull request #2289 from nextcloud/dependabot/npm_and_yarn/acorn-8.0.1
Bump acorn from 7.4.0 to 8.0.1
2020-09-14 08:00:02 +02:00
Julius Härtl
abf93f2029 Merge pull request #2292 from nextcloud/dependabot/npm_and_yarn/sass-loader-10.0.2
Bump sass-loader from 10.0.1 to 10.0.2
2020-09-14 07:59:30 +02:00
Nextcloud bot
d81c2bd96c [tx-robot] updated from transifex 2020-09-12 02:19:19 +00:00
dependabot[bot]
7593ce5ae6 Bump file-loader from 6.0.0 to 6.1.0
Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/webpack-contrib/file-loader/releases)
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v6.0.0...v6.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-12 01:10:16 +00:00
dependabot[bot]
e4e96cfbd3 Bump @nextcloud/vue from 2.6.1 to 2.6.5
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 2.6.1 to 2.6.5.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v2.6.1...v2.6.5)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-12 01:09:46 +00:00
dependabot[bot]
3e351d1c08 Bump @nextcloud/l10n from 1.4.0 to 1.4.1
Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/nextcloud/nextcloud-l10n/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-l10n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-l10n/compare/v1.4.0...v1.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-12 01:08:43 +00:00
dependabot[bot]
a41776a90f Bump sass-loader from 10.0.1 to 10.0.2
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 10.0.1 to 10.0.2.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v10.0.1...v10.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-12 01:07:50 +00:00
dependabot[bot]
482a5d739d Bump acorn from 7.4.0 to 8.0.1
Bumps [acorn](https://github.com/acornjs/acorn) from 7.4.0 to 8.0.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/7.4.0...8.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-12 01:05:35 +00:00
dependabot[bot]
9b74e134c3 Bump css-loader from 4.2.2 to 4.3.0
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 4.2.2 to 4.3.0.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v4.2.2...v4.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-12 01:05:06 +00:00
dependabot[bot]
5c9209f6e1 Bump stylelint from 13.7.0 to 13.7.1
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.7.0 to 13.7.1.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.7.0...13.7.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-12 01:04:33 +00:00
dependabot[bot]
48dec782c9 Bump blueimp-md5 from 2.17.0 to 2.18.0
Bumps [blueimp-md5](https://github.com/blueimp/JavaScript-MD5) from 2.17.0 to 2.18.0.
- [Release notes](https://github.com/blueimp/JavaScript-MD5/releases)
- [Commits](https://github.com/blueimp/JavaScript-MD5/compare/v2.17.0...v2.18.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-12 01:04:00 +00:00
Julius Härtl
3f7966a6d4 Fix rebaseing issues
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-11 10:39:47 +02:00
Julius Härtl
c2a4f946b4 Properly validate hex colors
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-11 10:39:30 +02:00
Julius Härtl
341a9628e9 Further cleanup
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-11 10:39:30 +02:00
Julius Härtl
6502657b72 Fix info.xml to fit schema
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-11 10:39:29 +02:00
Julius Härtl
42640e2428 Some more restructuring
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-11 10:39:29 +02:00
Julius Härtl
f4201392f6 Fix VTODO and issues during rebase
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-11 10:39:29 +02:00
Julius Härtl
a67a80f6a7 Map assigned users to ATTENDEE
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-11 10:39:29 +02:00
Julius Härtl
08097ea65f Map stacks to VTODO and link them as parent entries
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-11 10:39:29 +02:00
Julius Härtl
fc58439d2e Migrate CardMapper to query builder
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-11 10:39:28 +02:00
Julius Härtl
3cb278f77f Add dav plugin to expose calendars
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-11 10:38:52 +02:00
Julius Härtl
b4277ab28d Do not handle exceptions from page controller in the ExceptionMiddleware
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-11 10:37:32 +02:00
Julius Härtl
463d4ee117 Properly parse dates with moment
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-11 08:24:57 +02:00
Julius Härtl
1da9b7dfd0 Fix picking up proper duedate locale and language settings
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-11 08:24:33 +02:00
Nextcloud bot
80aa2f5609 [tx-robot] updated from transifex 2020-09-11 02:19:06 +00:00
Julius Härtl
ea7f3921df Merge pull request #2275 from nextcloud/bugfix/noid/bootstrap 2020-09-10 09:09:12 +02:00
Julius Härtl
e48ff446a5 Merge pull request #2278 from Chartman123/patch-1
Fix wrong SQL queries
2020-09-10 09:08:44 +02:00
Nextcloud bot
8ff23ec790 [tx-robot] updated from transifex 2020-09-10 02:20:32 +00:00
Julius Härtl
8784d18abf Move to IEventDispatcher for comments entity registration event
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-09 11:32:52 +02:00
Julius Härtl
69f11b8b46 Move to injectFn
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-09 11:15:18 +02:00
Chartman123
8c86e9d00f Update CardMapper.php
Add additional ', so that the resulting SQL query is correct

Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
2020-09-09 10:40:30 +02:00
Julius Härtl
6ef74eabd8 Merge pull request #2279 from mjanssens/mjanssens-patch1 2020-09-09 09:33:14 +02:00
Nextcloud bot
7572992c9a [tx-robot] updated from transifex 2020-09-09 02:19:35 +00:00
Michiel Janssens
0bc584ec7e l10n:add translation to card placeholder
Signed-off-by: Michiel Janssens <michiel@nexigon.net>
2020-09-09 00:32:32 +02:00
Julius Härtl
39b820b661 Add fixme about lazyloading fulltext search service
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-08 13:13:14 +02:00
Julius Härtl
df814bf7f8 Call register functions once the container is ready
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-08 13:11:06 +02:00
Julius Härtl
1f89039935 Merge pull request #2270 from nextcloud/bugfix/noid/empty-content-dashboard
Fix empty content view to align with other widgets
2020-09-07 11:38:38 +02:00
John Molakvoæ
f1a59f2e24 Merge pull request #2269 from nextcloud/bugfix/2268
No need to add url-loader twice
2020-09-07 11:11:24 +02:00
Julius Härtl
34e6bea134 Fix empty content view to align with other widgets
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-07 10:24:10 +02:00
Julius Härtl
da0c8c06f7 No need to add url-loader twice
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-07 10:12:52 +02:00
Julius Härtl
eadcbdf571 Merge pull request #2261 from nextcloud/dependabot/npm_and_yarn/nextcloud/webpack-vue-config-1.4.1
Bump @nextcloud/webpack-vue-config from 1.3.0 to 1.4.1
2020-09-07 07:05:12 +02:00
dependabot[bot]
900d602e33 Bump @nextcloud/webpack-vue-config from 1.3.0 to 1.4.1
Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud/webpack-vue-config) from 1.3.0 to 1.4.1.
- [Release notes](https://github.com/nextcloud/webpack-vue-config/releases)
- [Commits](https://github.com/nextcloud/webpack-vue-config/compare/v1.3.0...v1.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-07 04:58:52 +00:00
Julius Härtl
66bbca6424 Merge pull request #2263 from nextcloud/dependabot/npm_and_yarn/nextcloud/router-1.2.0
Bump @nextcloud/router from 1.1.0 to 1.2.0
2020-09-07 06:58:10 +02:00
Julius Härtl
974a99dd1f Merge pull request #2258 from nextcloud/dependabot/npm_and_yarn/nextcloud/axios-1.4.0
Bump @nextcloud/axios from 1.3.3 to 1.4.0
2020-09-07 06:57:58 +02:00
Julius Härtl
d8a5951485 Merge pull request #2259 from nextcloud/dependabot/npm_and_yarn/babel/polyfill-7.11.5
Bump @babel/polyfill from 7.10.4 to 7.11.5
2020-09-07 06:57:45 +02:00
Julius Härtl
cc8a291dd3 Merge pull request #2260 from nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.11.5
Bump @babel/preset-env from 7.11.0 to 7.11.5
2020-09-07 06:57:37 +02:00
Julius Härtl
29a6b9c380 Merge pull request #2264 from nextcloud/dependabot/npm_and_yarn/babel/core-7.11.6
Bump @babel/core from 7.11.4 to 7.11.6
2020-09-07 06:57:27 +02:00
Julius Härtl
4662eb4db4 Merge pull request #2265 from nextcloud/dependabot/npm_and_yarn/dompurify-2.0.15
Bump dompurify from 2.0.14 to 2.0.15
2020-09-07 06:57:20 +02:00
Julius Härtl
48deeb193a Merge pull request #2266 from nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.4.0
Bump @nextcloud/l10n from 1.3.0 to 1.4.0
2020-09-07 06:57:09 +02:00
Julius Härtl
3944e79685 Merge pull request #2267 from nextcloud/dependabot/npm_and_yarn/stylelint-13.7.0 2020-09-07 06:57:00 +02:00
Julius Härtl
74309be347 Merge pull request #2262 from nextcloud/dependabot/npm_and_yarn/vue/test-utils-1.0.5
Bump @vue/test-utils from 1.0.4 to 1.0.5
2020-09-07 06:56:49 +02:00
Nextcloud bot
69e5edf132 [tx-robot] updated from transifex 2020-09-07 02:26:56 +00:00
Nextcloud bot
c84bfc01ae [tx-robot] updated from transifex 2020-09-05 02:26:50 +00:00
dependabot[bot]
eba36b6640 Bump stylelint from 13.6.1 to 13.7.0
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.6.1 to 13.7.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.6.1...13.7.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-05 01:39:39 +00:00
dependabot[bot]
0f7a3296b9 Bump @nextcloud/l10n from 1.3.0 to 1.4.0
Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/nextcloud/nextcloud-l10n/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-l10n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-l10n/compare/v1.3.0...v1.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-05 01:36:54 +00:00
dependabot[bot]
4073e1a3b4 Bump dompurify from 2.0.14 to 2.0.15
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.14 to 2.0.15.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.0.14...2.0.15)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-05 01:34:10 +00:00
dependabot[bot]
c4a6e62b7e Bump @babel/core from 7.11.4 to 7.11.6
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.11.4 to 7.11.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.11.6/packages/babel-core)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-05 01:31:27 +00:00
dependabot[bot]
594a85532d Bump @nextcloud/router from 1.1.0 to 1.2.0
Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/nextcloud/nextcloud-router/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-router/compare/v1.1.0...v1.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-05 01:28:21 +00:00
dependabot[bot]
e5e982f386 Bump @vue/test-utils from 1.0.4 to 1.0.5
Bumps [@vue/test-utils](https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/vuejs/vue-test-utils/releases)
- [Changelog](https://github.com/vuejs/vue-test-utils/blob/dev/packages/test-utils/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-test-utils/commits/v1.0.5/packages/test-utils)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-05 01:25:42 +00:00
dependabot[bot]
f13c058d44 Bump @babel/preset-env from 7.11.0 to 7.11.5
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.11.0 to 7.11.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.11.5/packages/babel-preset-env)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-05 01:16:42 +00:00
dependabot[bot]
d8fc30c7b3 Bump @babel/polyfill from 7.10.4 to 7.11.5
Bumps [@babel/polyfill](https://github.com/babel/babel/tree/HEAD/packages/babel-polyfill) from 7.10.4 to 7.11.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.11.5/packages/babel-polyfill)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-05 01:11:21 +00:00
dependabot[bot]
9ba8bb1f24 Bump @nextcloud/axios from 1.3.3 to 1.4.0
Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.3.3 to 1.4.0.
- [Release notes](https://github.com/nextcloud/nextcloud-axios/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v1.3.3...v1.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-05 01:08:22 +00:00
Nextcloud bot
2edec1d6c2 [tx-robot] updated from transifex 2020-09-04 02:27:22 +00:00
Nextcloud bot
bd5691fe55 [tx-robot] updated from transifex 2020-09-03 02:26:50 +00:00
Julius Härtl
f08e792ce3 Merge pull request #2252 from baraksoa/patch-2
Fix double slash in the deck activity links
2020-09-02 08:08:06 +02:00
Nextcloud bot
f0b19baf05 [tx-robot] updated from transifex 2020-09-02 02:27:31 +00:00
baraksoa
af80746f37 Fix double slash in the deck activity links 2020-09-01 18:54:35 +02:00
Julius Härtl
bec83566eb Also call register during legacy application loading
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-01 16:20:31 +02:00
Julius Härtl
7fa039de5b Bump version to 1.1.0-beta2
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-01 16:09:30 +02:00
Julius Härtl
edb10ccb8b Merge pull request #2249 from nextcloud/release/1.1.0-beta1
Bump version to 1.1.0-beta1
2020-09-01 16:08:49 +02:00
Julius Härtl
80d532e845 Bump version to 1.1.0-beta1
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-01 13:19:13 +02:00
Julius Härtl
3f30e20f8d Merge pull request #2200 from nextcloud/enh/search 2020-09-01 13:06:57 +02:00
Julius Härtl
081a518541 Fix php cs
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-01 11:03:54 +02:00
Julius Härtl
0fcae45b84 Keep dashboard widget registered
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-01 11:03:38 +02:00
Julius Härtl
7e183d6e99 Properly filter archived view and deleted cards
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-01 11:02:48 +02:00
Julius Härtl
b5862b482a Move to query builder (pt.2)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-01 11:02:48 +02:00
Julius Härtl
7bbf50b9cf Fix duplicate navigation registration on old Nextcloud versions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-01 11:02:48 +02:00
Julius Härtl
e5cc5fcd1e Fix getUserBoards call
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-01 11:02:48 +02:00
Julius Härtl
c62411c7ee Remove useless test
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-01 11:02:48 +02:00
Julius Härtl
5536188892 Keep 18 compatibility
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-01 11:02:46 +02:00
Julius Härtl
7faa40a20e Add global deck icon
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-01 11:02:26 +02:00
Julius Härtl
204d520742 Add local boards cache
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-01 11:02:25 +02:00
Julius Härtl
2059e55e30 Implement new unified search API
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-01 11:02:25 +02:00
Julius Härtl
45c5b1678b Migrate CardMapper to IQBMapper
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-01 11:02:25 +02:00
Julius Härtl
1e54d77f7a Move to IBootstrap
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-01 11:02:24 +02:00
Julius Härtl
d432a071a8 Merge pull request #2047 from nextcloud/enh/cardDetailsInExt 2020-09-01 10:10:46 +02:00
Julius Härtl
39e9296256 Fix modal styling and scroll behavior
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-01 09:42:04 +02:00
Jakob Röhrl
a6cf09e194 scrollbar
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
2020-09-01 09:41:48 +02:00
Julius Härtl
51e32205a4 Revert removals from CardSidebar
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-01 09:41:47 +02:00
Julius Härtl
7b59782ece Revert moving to dedicated details tab
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-01 09:41:47 +02:00
Jakob Röhrl
7ae7537b59 overworked
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
2020-09-01 09:41:47 +02:00
Jakob Röhrl
71a35a9cf8 Add a button to the modal to switch back to the sidebar view
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
2020-09-01 09:41:46 +02:00
Jakob Röhrl
e9a6c585b9 localstorage
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
2020-09-01 09:41:18 +02:00
Julius Härtl
d7df3e2e25 Add setting to toggle between the modal and the sidebar
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-01 09:41:17 +02:00
Julius Härtl
b977e233ce Fix modal toggling
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-01 09:41:17 +02:00
Jakob Röhrl
a4f59f6c64 show card details in modal
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
2020-09-01 09:41:17 +02:00
Nextcloud bot
a123a41b0e [tx-robot] updated from transifex 2020-09-01 02:26:17 +00:00
178 changed files with 3432 additions and 1643 deletions

View File

@@ -2,7 +2,7 @@ kind: pipeline
name: checkers
steps:
- name: compatibility
image: nextcloudci/php7.2:php7.2-13
image: nextcloudci/php7.3:latest
environment:
APP_NAME: deck
CORE_BRANCH: master
@@ -17,7 +17,7 @@ steps:
- ./occ app:check-code $APP_NAME -c deprecation
- cd apps/$APP_NAME/
- name: syntax-php7.2
image: nextcloudci/php7.2:php7.2-13
image: nextcloudci/php7.2:latest
environment:
APP_NAME: deck
CORE_BRANCH: master
@@ -35,7 +35,7 @@ steps:
- composer install
- ./vendor/bin/parallel-lint --exclude ./vendor/ .
- name: syntax-php7.4
image: nextcloudci/php7.4:2
image: nextcloudci/php7.4:latest
environment:
APP_NAME: deck
CORE_BRANCH: master
@@ -52,10 +52,10 @@ trigger:
- push
---
kind: pipeline
name: unit-php7.2
name: unit-php7.3
steps:
- name: php7.2
image: nextcloudci/php7.2:php7.2-13
- name: php7.3
image: nextcloudci/php7.3:latest
environment:
APP_NAME: deck
CORE_BRANCH: master
@@ -77,12 +77,11 @@ trigger:
event:
- pull_request
- push
---
kind: pipeline
name: unit-php7.3
name: unit-php7.4
steps:
- name: php7.3
image: nextcloudci/php7.3:php7.3-5
- name: php7.4
image: nextcloudci/php7.4:latest
environment:
APP_NAME: deck
CORE_BRANCH: master
@@ -109,7 +108,7 @@ kind: pipeline
name: integration
steps:
- name: integration
image: nextcloudci/php7.2:php7.2-13
image: nextcloudci/php7.3:latest
environment:
APP_NAME: deck
CORE_BRANCH: master

View File

@@ -2,11 +2,15 @@ language: php
services:
- mysql
php:
- 7.2
- 7.3
env:
- CORE_BRANCH=master DB=mysql
matrix:
include:
- php: 7.2
env: "DB=sqlite CORE_BRANCH=stable20"
before_install:
- export PATH="$PWD/vendor/bin:$PATH"
- phpunit --version

View File

@@ -1,6 +1,33 @@
# Changelog
All notable changes to this project will be documented in this file.
## 1.1.0 - unreleased
### Merged PRs
* [#1853](https://github.com/nextcloud/deck/pull/1853) Archive all cards from stack @jakobroehrl
* [#1865](https://github.com/nextcloud/deck/pull/1865) Add stack button on empty board @jakobroehrl
* [#1926](https://github.com/nextcloud/deck/pull/1926) New filter: unassigned cards @jakobroehrl
* [#1934](https://github.com/nextcloud/deck/pull/1934) Card dashboard @jakobroehrl
* [#2035](https://github.com/nextcloud/deck/pull/2035) Attach files in description @jakobroehrl
* [#2047](https://github.com/nextcloud/deck/pull/2047) Show card details in modal @jakobroehrl
* [#2115](https://github.com/nextcloud/deck/pull/2115) Dashboard panel @juliushaertl
* [#2123](https://github.com/nextcloud/deck/pull/2123) Fix control tooltip @jakobroehrl
* [#2144](https://github.com/nextcloud/deck/pull/2144) Fix nextcloud if install with dev dependencies @matchish
* [#2157](https://github.com/nextcloud/deck/pull/2157) Build/webpack shared config @juliushaertl
* [#2158](https://github.com/nextcloud/deck/pull/2158) Fix description in dark mode @juliushaertl
* [#2169](https://github.com/nextcloud/deck/pull/2169) Bump webpack-merge from 5.0.9 to 5.1.0 @dependabot
* [#2170](https://github.com/nextcloud/deck/pull/2170) Add lastModified date to boards API documentation @stefan-niedermann
* [#2188](https://github.com/nextcloud/deck/pull/2188) CardBadges: Count checkboxes started with "+ [ ]" @joreiff
* [#2200](https://github.com/nextcloud/deck/pull/2200) Unified search implementation @juliushaertl
* [#2206](https://github.com/nextcloud/deck/pull/2206) Fix read-only sidebar (fixes #2033) @juliushaertl
* [#2208](https://github.com/nextcloud/deck/pull/2208) Fix design, dark mode and keyboard navigation of the board list @juliushaertl
* [#2210](https://github.com/nextcloud/deck/pull/2210) Fix an incorrect/misleading message in lib/Service/BoardService.php @jordanbancino
* [#2211](https://github.com/nextcloud/deck/pull/2211) Update incorrect field in API documentation (docs/API.md) @jordanbancino
* [#2243](https://github.com/nextcloud/deck/pull/2243) Various smaller styling fixes @juliushaertl
* [#2244](https://github.com/nextcloud/deck/pull/2244) Toggle filter on clicking card labels @juliushaertl
## 1.0.5 - 2020-07-15
### Fixed

View File

@@ -1,39 +0,0 @@
<?php
/**
* @copyright Copyright (c) 2016 Julius Härtl <jus@bitgrid.net>
*
* @author Julius Härtl <jus@bitgrid.net>
*
* @license GNU AGPL version 3 or any later version
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
use OCA\Deck\AppInfo\Application;
use OCP\AppFramework\QueryException;
if ((@include_once __DIR__ . '/../vendor/autoload.php')=== false) {
throw new Exception('Cannot include autoload. Did you run install dependencies using composer?');
}
try {
/** @var Application $app */
$app = \OC::$server->query(Application::class);
$app->register();
} catch (QueryException $e) {
}
/** Load activity style global so it is availabile in the activity app as well */
\OC_Util::addStyle('deck', 'activity');

View File

@@ -17,7 +17,7 @@
- 🚀 Get your project organized
</description>
<version>1.0.5</version>
<version>1.1.0-beta2</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<namespace>Deck</namespace>
@@ -36,7 +36,7 @@
<database min-version="9.4">pgsql</database>
<database>sqlite</database>
<database min-version="5.5">mysql</database>
<nextcloud min-version="18" max-version="20" />
<nextcloud min-version="18" max-version="21" />
</dependencies>
<background-jobs>
<job>OCA\Deck\Cron\DeleteCron</job>
@@ -64,9 +64,20 @@
<provider>OCA\Deck\Activity\DeckProvider</provider>
</providers>
</activity>
<fulltextsearch>
<provider min-version="16">OCA\Deck\Provider\DeckProvider</provider>
</fulltextsearch>
<navigations>
<navigation>
<name>Deck</name>
<route>deck.page.index</route>
<icon>deck.svg</icon>
<order>10</order>
</navigation>
</navigations>
<sabre>
<calendar-plugins>
<plugin>OCA\Deck\DAV\CalendarPlugin</plugin>
</calendar-plugins>
</sabre>
</info>

View File

@@ -26,9 +26,6 @@ return [
'routes' => [
['name' => 'page#index', 'url' => '/', 'verb' => 'GET'],
['name' => 'Config#get', 'url' => '/config', 'verb' => 'GET'],
['name' => 'Config#setValue', 'url' => '/config/{key}', 'verb' => 'POST'],
// boards
['name' => 'board#index', 'url' => '/boards', 'verb' => 'GET'],
['name' => 'board#create', 'url' => '/boards', 'verb' => 'POST'],
@@ -125,17 +122,17 @@ return [
['name' => 'attachment_api#delete', 'url' => '/api/v1.0/boards/{boardId}/stacks/{stackId}/cards/{cardId}/attachments/{attachmentId}', 'verb' => 'DELETE'],
['name' => 'attachment_api#restore', 'url' => '/api/v1.0/boards/{boardId}/stacks/{stackId}/cards/{cardId}/attachments/{attachmentId}/restore', 'verb' => 'PUT'],
['name' => 'board_api#preflighted_cors', 'url' => '/api/v1.0/{path}','verb' => 'OPTIONS', 'requirements' => ['path' => '.+']],
],
'ocs' => [
['name' => 'Config#get', 'url' => '/api/v1.0/config', 'verb' => 'GET'],
['name' => 'Config#setValue', 'url' => '/api/v1.0/config/{key}', 'verb' => 'POST'],
['name' => 'comments_api#list', 'url' => '/api/v1.0/cards/{cardId}/comments', 'verb' => 'GET'],
['name' => 'comments_api#create', 'url' => '/api/v1.0/cards/{cardId}/comments', 'verb' => 'POST'],
['name' => 'comments_api#update', 'url' => '/api/v1.0/cards/{cardId}/comments/{commentId}', 'verb' => 'PUT'],
['name' => 'comments_api#delete', 'url' => '/api/v1.0/cards/{cardId}/comments/{commentId}', 'verb' => 'DELETE'],
// dashboard
['name' => 'overview_api#upcomingCards', 'url' => '/api/v1.0/overview/upcoming', 'verb' => 'GET'],
]
];

1
css/deck.scss Normal file
View File

@@ -0,0 +1 @@
@include icon-black-white('deck', 'deck', 1);

View File

@@ -23,6 +23,7 @@ OC.L10N.register(
"Due date" : "Sperdatum",
"Description" : "Beskrywing",
"Comments" : "Kommentare",
"Select Date" : "Kies Datum",
"Modified" : "Gewysig",
"Created" : "Geskep",
"Save" : "Stoor",

View File

@@ -21,6 +21,7 @@
"Due date" : "Sperdatum",
"Description" : "Beskrywing",
"Comments" : "Kommentare",
"Select Date" : "Kies Datum",
"Modified" : "Gewysig",
"Created" : "Geskep",
"Save" : "Stoor",

View File

@@ -39,8 +39,7 @@ OC.L10N.register(
"A PHP extension stopped the file upload" : "اضافة البي اچ بي PHP اوقفت رفع الملف",
"Personal planning and team project organization" : "التخطيط الشخصي و تنظيم مشروع الفريق",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "دك (Deck) هو أداة تنظيم باسلوب كانبان (kanban) تهدف إلى التخطيط الشخصي وتنظيم المشروع للفرق مع نيكست كلاود (Nextcloud).\n- 📥 إضافة مهامك إلى البطاقات وترتيبها\n- 📄 كتابة ملاحظات إضافية باستخدام مارك داون (markdown)\n- 🔖 تعيين تسميات لتنظيم أفضل\n- 👥 شارك مع فريقك أو أصدقائك أو عائلتك\n- 📎 إرفاق الملفات وتضمينها بالوصف المستخدم فيه مارك داون (markdown)\n- 💬 ناقش مع فريقك باستخدام التعليقات\n- ⚡ تتبع التغييرات في تيار النشاط\n- 🚀 اجعل مشروعك منظماً",
"Create new board" : "انشاء لوح جديد",
"new board" : "لوح جديد",
"Card details" : "تفاصيل البطاقة",
"Select the board to link to a project" : "تحديد اللوح لربطه بمشروع",
"Search by board title" : "بحث بواسطة عنوان اللوح",
"Select board" : "حدد لوح",
@@ -56,7 +55,6 @@ OC.L10N.register(
"This board is read only" : "هذا اللوح بوضع القراءة فقط",
"Drop your files to upload" : "افلت الملفات لرفعها",
"Archived cards" : "البطاقات المؤرشفة",
"Add new list" : "اضف قائمة جديدة",
"List name" : "قامة اسماء",
"Apply filter" : "تطبيق التصفية",
"Filter by tag" : "تصفية بواسطة الوسم",
@@ -129,14 +127,12 @@ OC.L10N.register(
"Assign to me" : "ينسب لي",
"Delete card" : "حذف البطاقة",
"Move card" : "حرك البطاقة",
"Card details" : "تفاصيل البطاقة",
"Move card to another board" : "حرك البطاقة الى لوح اخر",
"seconds ago" : "ثوانٍ مضت",
"All boards" : "جميع الالواح",
"Archived boards" : "الالواح المؤرشفة",
"Shared with you" : "شورك معك",
"Limit deck usage of groups" : "استخدام دك Deck محدود للمجاميع",
"New board title" : "عنوان لوح جديد",
"Edit board" : "تعديل اللوح",
"Board details" : "تفاصيل لوح",
"An error occurred" : "طرأ هناك خطأ",

View File

@@ -37,8 +37,7 @@
"A PHP extension stopped the file upload" : "اضافة البي اچ بي PHP اوقفت رفع الملف",
"Personal planning and team project organization" : "التخطيط الشخصي و تنظيم مشروع الفريق",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "دك (Deck) هو أداة تنظيم باسلوب كانبان (kanban) تهدف إلى التخطيط الشخصي وتنظيم المشروع للفرق مع نيكست كلاود (Nextcloud).\n- 📥 إضافة مهامك إلى البطاقات وترتيبها\n- 📄 كتابة ملاحظات إضافية باستخدام مارك داون (markdown)\n- 🔖 تعيين تسميات لتنظيم أفضل\n- 👥 شارك مع فريقك أو أصدقائك أو عائلتك\n- 📎 إرفاق الملفات وتضمينها بالوصف المستخدم فيه مارك داون (markdown)\n- 💬 ناقش مع فريقك باستخدام التعليقات\n- ⚡ تتبع التغييرات في تيار النشاط\n- 🚀 اجعل مشروعك منظماً",
"Create new board" : "انشاء لوح جديد",
"new board" : "لوح جديد",
"Card details" : "تفاصيل البطاقة",
"Select the board to link to a project" : "تحديد اللوح لربطه بمشروع",
"Search by board title" : "بحث بواسطة عنوان اللوح",
"Select board" : "حدد لوح",
@@ -54,7 +53,6 @@
"This board is read only" : "هذا اللوح بوضع القراءة فقط",
"Drop your files to upload" : "افلت الملفات لرفعها",
"Archived cards" : "البطاقات المؤرشفة",
"Add new list" : "اضف قائمة جديدة",
"List name" : "قامة اسماء",
"Apply filter" : "تطبيق التصفية",
"Filter by tag" : "تصفية بواسطة الوسم",
@@ -127,14 +125,12 @@
"Assign to me" : "ينسب لي",
"Delete card" : "حذف البطاقة",
"Move card" : "حرك البطاقة",
"Card details" : "تفاصيل البطاقة",
"Move card to another board" : "حرك البطاقة الى لوح اخر",
"seconds ago" : "ثوانٍ مضت",
"All boards" : "جميع الالواح",
"Archived boards" : "الالواح المؤرشفة",
"Shared with you" : "شورك معك",
"Limit deck usage of groups" : "استخدام دك Deck محدود للمجاميع",
"New board title" : "عنوان لوح جديد",
"Edit board" : "تعديل اللوح",
"Board details" : "تفاصيل لوح",
"An error occurred" : "طرأ هناك خطأ",

View File

@@ -33,6 +33,7 @@ OC.L10N.register(
"Description" : "Описание",
"Attachments" : "Прикачени файлове",
"Comments" : "Коментари",
"Select Date" : "Изберете дата",
"Modified" : "Промяна",
"Created" : "Създаден",
"Save" : "Запазване",

View File

@@ -31,6 +31,7 @@
"Description" : "Описание",
"Attachments" : "Прикачени файлове",
"Comments" : "Коментари",
"Select Date" : "Изберете дата",
"Modified" : "Промяна",
"Created" : "Създаден",
"Save" : "Запазване",

View File

@@ -67,6 +67,7 @@ OC.L10N.register(
"Deck" : "Tauler",
"Changes in the <strong>Deck app</strong>" : "Hi ha canvis a l'<strong>aplicació Tauler</strong>",
"A <strong>comment</strong> was created on a card" : "S'ha afegit un <strong>comentari</strong> a una targeta",
"Upcoming cards" : "Properes targetes",
"Personal" : "Personal",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La targeta \"%s\" sobre \"%s\" se us ha assignat per %s.",
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} us ha assignat la targeta \"%s\" sobre \"%s\".",
@@ -98,8 +99,8 @@ OC.L10N.register(
"No file uploaded or file size exceeds maximum of %s" : "No s'ha carregat cap fitxer o la mida del fitxer sobrepassa el màxim de %s",
"Personal planning and team project organization" : "Planificació personal i organització de projectes en equip",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Tauler és una eina d'organització a l'estil kanban dirigida a la planificació personal i a l'organització de projectes per equips integrada a Nextcloud.\n\n\n- 📥 Afegiu les tasques en targetes i poseu-les en ordre\n- 📄 Apunteu notes addicionals en markdown\n- 🔖 Assigneu etiquetes per una organització encara millor\n- 👥 Compartiu amb el vostre equip, família o amics\n- 📎 Adjunteu fitxers i encasteu-los en la descripció en markdown\n- 💬 Debateu amb el vostre equip fent servir comentaris\n- ⚡ Mantingueu el seguiment de canvis al flux d'activitat\n- 🚀 Tingueu el vostre projecte organitzat",
"Create new board" : "Crea un nou tauler",
"new board" : "nou tauler",
"Card details" : "Dades de la targeta",
"Add board" : "Afegeix una taula",
"Select the board to link to a project" : "Selecciona el tauler per enllaçar a un projecte",
"Search by board title" : "Cerca per títol del tauler",
"Select board" : "Selecciona un tauler",
@@ -116,7 +117,7 @@ OC.L10N.register(
"This board is read only" : "Aquest tauler és només de lectura",
"Drop your files to upload" : "Deixeu anar els fitxers per penjar-los",
"Archived cards" : "Targetes arxivades",
"Add new list" : "Afegeix una llista nova",
"Add list" : "Afegeix una llista",
"List name" : "Nom de llista",
"Apply filter" : "Aplica el filtre",
"Filter by tag" : "Filtra per etiqueta",
@@ -129,6 +130,7 @@ OC.L10N.register(
"Next 30 days" : "Propers 30 dies",
"No due date" : "Sense venciment",
"Clear filter" : "Neteja el filtre",
"Hide archived cards" : "Amaga les targetes arxivades",
"Show archived cards" : "Mostra les targetes arxivades",
"Toggle compact mode" : "Commuta el mode compacte",
"Details" : "Detalls",
@@ -157,6 +159,7 @@ OC.L10N.register(
"Add card" : "Afegeix una targeta",
"Archive all cards in this list" : "Arxiva totes les targetes d'aquesta llista",
"Add a new card" : "Afegir una nova targeta",
"Card name" : "Nom de la targeta",
"Edit" : "Edita",
"Add a new tag" : "Afegir una etiqueta nova",
"title and color value must be provided" : "sha de proporcionar el valor del títol i del color",
@@ -166,6 +169,8 @@ OC.L10N.register(
"Add this attachment" : "Afegeix aquest adjunt",
"Delete Attachment" : "Suprimeix ladjunt",
"Restore Attachment" : "Restaura l'adjunt",
"Open in sidebar view" : "Obre a la vista de la barra lateral",
"Open in bigger view" : "Obre a la vista més gran",
"Assign a tag to this card…" : "Assigna una etiqueta a aquesta targeta…",
"Assign to users" : "Assigna als usuaris",
"Assign to users/groups/circles" : "Assigna a usuaris/grups/cercles",
@@ -183,6 +188,7 @@ OC.L10N.register(
"Attachments" : "Adjunts",
"Comments" : "Comentaris",
"Choose attachment" : "Triar adjunt",
"Select Date" : "Selecciona la data",
"Modified" : "Darrera modificació",
"Created" : "Creat",
"No comments yet. Begin the discussion!" : "No hi ha comentaris encara. Començar la discussió!",
@@ -200,21 +206,21 @@ OC.L10N.register(
"Archive card" : "Arxiva la targeta",
"Delete card" : "Suprimeix targeta",
"Move card" : "Mou la targeta",
"Card details" : "Dades de la targeta",
"Move card to another board" : "Mou la targeta a un altre tauler",
"Select a list" : "Seleccioneu una llista",
"seconds ago" : "fa uns segons",
"All boards" : "Tots els taulers",
"Archived boards" : "Taulers arxivats",
"Shared with you" : "Us han compartit",
"Use modal card view" : "Utilitza la visualització de targetes modals",
"Show boards in calendar/tasks" : "Mostra els taulers al calendari/tasques",
"Limit deck usage of groups" : "Limitar l'ús del tauler de grups",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitant el Tauler bloquejarà la creació de taulers als usuaris que no són part d'aquests grups. Els usuaris podran seguir treballant en els taulers que hagin estat compartits amb ells.",
"New board title" : "Títol del nou tauler",
"Edit board" : "Edita el tauler",
"Clone board " : "Clonar tauler",
"Unarchive board " : "Desarxiva tauler",
"Archive board " : "Arxiva tauler",
"Delete board " : "Suprimeix tauler",
"Clone board " : "Clonar tauler ",
"Unarchive board " : "Desarxiva tauler ",
"Archive board " : "Arxiva tauler ",
"Delete board " : "Suprimeix tauler ",
"Board details" : "Detalls de la junta",
"Board {0} deleted" : "Sha suprimit el tauler {0}",
"An error occurred" : "S'ha produït un error",
@@ -225,6 +231,8 @@ OC.L10N.register(
"Tomorrow" : "Demà",
"This week" : "Aquesta setmana",
"No due" : "Sense venciment",
"No upcoming cards" : "No hi ha targetes futures",
"upcoming cards" : "properes targetes",
"Link to a board" : "Enllaça a un tauler",
"Link to a card" : "Enllaç una targeta",
"Something went wrong" : "Alguna cosa ha anat malament",

View File

@@ -65,6 +65,7 @@
"Deck" : "Tauler",
"Changes in the <strong>Deck app</strong>" : "Hi ha canvis a l'<strong>aplicació Tauler</strong>",
"A <strong>comment</strong> was created on a card" : "S'ha afegit un <strong>comentari</strong> a una targeta",
"Upcoming cards" : "Properes targetes",
"Personal" : "Personal",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La targeta \"%s\" sobre \"%s\" se us ha assignat per %s.",
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} us ha assignat la targeta \"%s\" sobre \"%s\".",
@@ -96,8 +97,8 @@
"No file uploaded or file size exceeds maximum of %s" : "No s'ha carregat cap fitxer o la mida del fitxer sobrepassa el màxim de %s",
"Personal planning and team project organization" : "Planificació personal i organització de projectes en equip",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Tauler és una eina d'organització a l'estil kanban dirigida a la planificació personal i a l'organització de projectes per equips integrada a Nextcloud.\n\n\n- 📥 Afegiu les tasques en targetes i poseu-les en ordre\n- 📄 Apunteu notes addicionals en markdown\n- 🔖 Assigneu etiquetes per una organització encara millor\n- 👥 Compartiu amb el vostre equip, família o amics\n- 📎 Adjunteu fitxers i encasteu-los en la descripció en markdown\n- 💬 Debateu amb el vostre equip fent servir comentaris\n- ⚡ Mantingueu el seguiment de canvis al flux d'activitat\n- 🚀 Tingueu el vostre projecte organitzat",
"Create new board" : "Crea un nou tauler",
"new board" : "nou tauler",
"Card details" : "Dades de la targeta",
"Add board" : "Afegeix una taula",
"Select the board to link to a project" : "Selecciona el tauler per enllaçar a un projecte",
"Search by board title" : "Cerca per títol del tauler",
"Select board" : "Selecciona un tauler",
@@ -114,7 +115,7 @@
"This board is read only" : "Aquest tauler és només de lectura",
"Drop your files to upload" : "Deixeu anar els fitxers per penjar-los",
"Archived cards" : "Targetes arxivades",
"Add new list" : "Afegeix una llista nova",
"Add list" : "Afegeix una llista",
"List name" : "Nom de llista",
"Apply filter" : "Aplica el filtre",
"Filter by tag" : "Filtra per etiqueta",
@@ -127,6 +128,7 @@
"Next 30 days" : "Propers 30 dies",
"No due date" : "Sense venciment",
"Clear filter" : "Neteja el filtre",
"Hide archived cards" : "Amaga les targetes arxivades",
"Show archived cards" : "Mostra les targetes arxivades",
"Toggle compact mode" : "Commuta el mode compacte",
"Details" : "Detalls",
@@ -155,6 +157,7 @@
"Add card" : "Afegeix una targeta",
"Archive all cards in this list" : "Arxiva totes les targetes d'aquesta llista",
"Add a new card" : "Afegir una nova targeta",
"Card name" : "Nom de la targeta",
"Edit" : "Edita",
"Add a new tag" : "Afegir una etiqueta nova",
"title and color value must be provided" : "sha de proporcionar el valor del títol i del color",
@@ -164,6 +167,8 @@
"Add this attachment" : "Afegeix aquest adjunt",
"Delete Attachment" : "Suprimeix ladjunt",
"Restore Attachment" : "Restaura l'adjunt",
"Open in sidebar view" : "Obre a la vista de la barra lateral",
"Open in bigger view" : "Obre a la vista més gran",
"Assign a tag to this card…" : "Assigna una etiqueta a aquesta targeta…",
"Assign to users" : "Assigna als usuaris",
"Assign to users/groups/circles" : "Assigna a usuaris/grups/cercles",
@@ -181,6 +186,7 @@
"Attachments" : "Adjunts",
"Comments" : "Comentaris",
"Choose attachment" : "Triar adjunt",
"Select Date" : "Selecciona la data",
"Modified" : "Darrera modificació",
"Created" : "Creat",
"No comments yet. Begin the discussion!" : "No hi ha comentaris encara. Començar la discussió!",
@@ -198,21 +204,21 @@
"Archive card" : "Arxiva la targeta",
"Delete card" : "Suprimeix targeta",
"Move card" : "Mou la targeta",
"Card details" : "Dades de la targeta",
"Move card to another board" : "Mou la targeta a un altre tauler",
"Select a list" : "Seleccioneu una llista",
"seconds ago" : "fa uns segons",
"All boards" : "Tots els taulers",
"Archived boards" : "Taulers arxivats",
"Shared with you" : "Us han compartit",
"Use modal card view" : "Utilitza la visualització de targetes modals",
"Show boards in calendar/tasks" : "Mostra els taulers al calendari/tasques",
"Limit deck usage of groups" : "Limitar l'ús del tauler de grups",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitant el Tauler bloquejarà la creació de taulers als usuaris que no són part d'aquests grups. Els usuaris podran seguir treballant en els taulers que hagin estat compartits amb ells.",
"New board title" : "Títol del nou tauler",
"Edit board" : "Edita el tauler",
"Clone board " : "Clonar tauler",
"Unarchive board " : "Desarxiva tauler",
"Archive board " : "Arxiva tauler",
"Delete board " : "Suprimeix tauler",
"Clone board " : "Clonar tauler ",
"Unarchive board " : "Desarxiva tauler ",
"Archive board " : "Arxiva tauler ",
"Delete board " : "Suprimeix tauler ",
"Board details" : "Detalls de la junta",
"Board {0} deleted" : "Sha suprimit el tauler {0}",
"An error occurred" : "S'ha produït un error",
@@ -223,6 +229,8 @@
"Tomorrow" : "Demà",
"This week" : "Aquesta setmana",
"No due" : "Sense venciment",
"No upcoming cards" : "No hi ha targetes futures",
"upcoming cards" : "properes targetes",
"Link to a board" : "Enllaça a un tauler",
"Link to a card" : "Enllaç una targeta",
"Something went wrong" : "Alguna cosa ha anat malament",

View File

@@ -99,8 +99,8 @@ OC.L10N.register(
"No file uploaded or file size exceeds maximum of %s" : "Nebyl nahrán žádný soubor nebo jeho velikost přesáhla %s",
"Personal planning and team project organization" : "Osobní plánování a organizování týmového projektu",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck je nástroj cílený na osobní nebo projektové plánování týmů v Kanban stylu, vestavěný v Nextcloud.\n\n\n- 📥 Zadávejte a uspořádávejte své úkoly do karet\n- 📄 Zapisujte si dodatečné poznámky \n- 🔖 Přiřazujte štítky pro ještě lepší organizaci\n- 👥 Sdílejte se svým týmem, přáteli nebo rodinou\n- 🚀 Dostaňte svůj projekt pod kontrolu",
"Create new board" : "Vytvořit novou tabuli",
"new board" : "nová tabule",
"Card details" : "Podrobnosti o kartě",
"Add board" : "Přidat tabuli",
"Select the board to link to a project" : "Vyberte tabuli kterou propojit s projektem",
"Search by board title" : "Hledat podle názvu tabule",
"Select board" : "Vybrat tabuli",
@@ -117,7 +117,7 @@ OC.L10N.register(
"This board is read only" : "Tato tabule je pouze pro čtení",
"Drop your files to upload" : "Přetáhněte sem soubory, které chcete nahrát",
"Archived cards" : "Archivované karty",
"Add new list" : "Přidat nový seznam",
"Add list" : "Přidat seznam",
"List name" : "Název seznamu",
"Apply filter" : "Uplatnit filtr",
"Filter by tag" : "Filtrovat podle příznaků",
@@ -130,6 +130,7 @@ OC.L10N.register(
"Next 30 days" : "Příštích 30 dnů",
"No due date" : "Žádný termín",
"Clear filter" : "Vyčistit filtr",
"Hide archived cards" : "Skrýt archivované karty",
"Show archived cards" : "Zobrazit archivované karty",
"Toggle compact mode" : "Vyp/zap. kompaktní režim",
"Details" : "Podrobnosti",
@@ -158,6 +159,7 @@ OC.L10N.register(
"Add card" : "Přidat kartu",
"Archive all cards in this list" : "Archivovat všechny karty v tomto seznamu",
"Add a new card" : "Přidat novou kartu",
"Card name" : "Název karty",
"Edit" : "Upravit",
"Add a new tag" : "Přidat nový štítek",
"title and color value must be provided" : "je třeba zadat nadpis a zvolit barvu",
@@ -167,6 +169,8 @@ OC.L10N.register(
"Add this attachment" : "Přidat tuto přílohu",
"Delete Attachment" : "Smazat přílohu",
"Restore Attachment" : "Obnovit přílohu",
"Open in sidebar view" : "Otevřít v zobrazení v postranním panelu",
"Open in bigger view" : "Otevřít ve větším zobrazení",
"Assign a tag to this card…" : "Přiřadit této kartě štítek…",
"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",
@@ -184,8 +188,10 @@ OC.L10N.register(
"Attachments" : "Přílohy",
"Comments" : "Komentáře",
"Choose attachment" : "Zvolte přílohu",
"Select Date" : "Vybrat datum",
"Modified" : "Změněno",
"Created" : "Vytvořeno",
"The title cannot be empty." : "Nadpis je třeba vyplnit.",
"No comments yet. Begin the discussion!" : "Zatím bez komentářů. Zahajte diskuzi!",
"Save" : "Uložit",
"The comment cannot be empty." : "Komentář je třeba vyplnit",
@@ -201,16 +207,17 @@ OC.L10N.register(
"Archive card" : "Archivovat kartu",
"Delete card" : "Smazat kartu",
"Move card" : "Přesunout kartu",
"Card details" : "Podrobnosti o kartě",
"Move card to another board" : "Přesunout kartu na jinou tabuli",
"Select a list" : "Vyberte sloupec",
"seconds ago" : "před několika sekundami",
"All boards" : "Všechny tabule",
"Archived boards" : "Archivované tabule",
"Shared with you" : "Sdíleno s vámi",
"Use modal card view" : "Použít modální zobrazení karty",
"Show boards in calendar/tasks" : "Zobrazit tabule v kalendáři/úkolech",
"Limit deck usage of groups" : "Omezit využití deck na skupiny",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Omezení nastavené pro Deck brání uživatelům, kteří nejsou součástí těchto skupin, ve vytváření vlastních tabulí. Nicméně i tak ale pořád budou moci pracovat na tabulích, které jsou jim nasdíleny.",
"New board title" : "Název nové tabule",
"Board name" : "Název tabule",
"Edit board" : "Upravit tabuli",
"Clone board " : "Klonovat tabuli ",
"Unarchive board " : "Vrátit tabuli zpět z archivu ",
@@ -226,8 +233,8 @@ OC.L10N.register(
"Tomorrow" : "Zítra",
"This week" : "Tento týden",
"No due" : "Žádný termín",
"upcoming cards" : "nadcházející karty",
"No upcoming cards" : "Žádné nadcházející karty",
"upcoming cards" : "nadcházející karty",
"Link to a board" : "Propojit s tabulí",
"Link to a card" : "Propojit s kartou",
"Something went wrong" : "Něco se pokazilo",

View File

@@ -97,8 +97,8 @@
"No file uploaded or file size exceeds maximum of %s" : "Nebyl nahrán žádný soubor nebo jeho velikost přesáhla %s",
"Personal planning and team project organization" : "Osobní plánování a organizování týmového projektu",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck je nástroj cílený na osobní nebo projektové plánování týmů v Kanban stylu, vestavěný v Nextcloud.\n\n\n- 📥 Zadávejte a uspořádávejte své úkoly do karet\n- 📄 Zapisujte si dodatečné poznámky \n- 🔖 Přiřazujte štítky pro ještě lepší organizaci\n- 👥 Sdílejte se svým týmem, přáteli nebo rodinou\n- 🚀 Dostaňte svůj projekt pod kontrolu",
"Create new board" : "Vytvořit novou tabuli",
"new board" : "nová tabule",
"Card details" : "Podrobnosti o kartě",
"Add board" : "Přidat tabuli",
"Select the board to link to a project" : "Vyberte tabuli kterou propojit s projektem",
"Search by board title" : "Hledat podle názvu tabule",
"Select board" : "Vybrat tabuli",
@@ -115,7 +115,7 @@
"This board is read only" : "Tato tabule je pouze pro čtení",
"Drop your files to upload" : "Přetáhněte sem soubory, které chcete nahrát",
"Archived cards" : "Archivované karty",
"Add new list" : "Přidat nový seznam",
"Add list" : "Přidat seznam",
"List name" : "Název seznamu",
"Apply filter" : "Uplatnit filtr",
"Filter by tag" : "Filtrovat podle příznaků",
@@ -128,6 +128,7 @@
"Next 30 days" : "Příštích 30 dnů",
"No due date" : "Žádný termín",
"Clear filter" : "Vyčistit filtr",
"Hide archived cards" : "Skrýt archivované karty",
"Show archived cards" : "Zobrazit archivované karty",
"Toggle compact mode" : "Vyp/zap. kompaktní režim",
"Details" : "Podrobnosti",
@@ -156,6 +157,7 @@
"Add card" : "Přidat kartu",
"Archive all cards in this list" : "Archivovat všechny karty v tomto seznamu",
"Add a new card" : "Přidat novou kartu",
"Card name" : "Název karty",
"Edit" : "Upravit",
"Add a new tag" : "Přidat nový štítek",
"title and color value must be provided" : "je třeba zadat nadpis a zvolit barvu",
@@ -165,6 +167,8 @@
"Add this attachment" : "Přidat tuto přílohu",
"Delete Attachment" : "Smazat přílohu",
"Restore Attachment" : "Obnovit přílohu",
"Open in sidebar view" : "Otevřít v zobrazení v postranním panelu",
"Open in bigger view" : "Otevřít ve větším zobrazení",
"Assign a tag to this card…" : "Přiřadit této kartě štítek…",
"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",
@@ -182,8 +186,10 @@
"Attachments" : "Přílohy",
"Comments" : "Komentáře",
"Choose attachment" : "Zvolte přílohu",
"Select Date" : "Vybrat datum",
"Modified" : "Změněno",
"Created" : "Vytvořeno",
"The title cannot be empty." : "Nadpis je třeba vyplnit.",
"No comments yet. Begin the discussion!" : "Zatím bez komentářů. Zahajte diskuzi!",
"Save" : "Uložit",
"The comment cannot be empty." : "Komentář je třeba vyplnit",
@@ -199,16 +205,17 @@
"Archive card" : "Archivovat kartu",
"Delete card" : "Smazat kartu",
"Move card" : "Přesunout kartu",
"Card details" : "Podrobnosti o kartě",
"Move card to another board" : "Přesunout kartu na jinou tabuli",
"Select a list" : "Vyberte sloupec",
"seconds ago" : "před několika sekundami",
"All boards" : "Všechny tabule",
"Archived boards" : "Archivované tabule",
"Shared with you" : "Sdíleno s vámi",
"Use modal card view" : "Použít modální zobrazení karty",
"Show boards in calendar/tasks" : "Zobrazit tabule v kalendáři/úkolech",
"Limit deck usage of groups" : "Omezit využití deck na skupiny",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Omezení nastavené pro Deck brání uživatelům, kteří nejsou součástí těchto skupin, ve vytváření vlastních tabulí. Nicméně i tak ale pořád budou moci pracovat na tabulích, které jsou jim nasdíleny.",
"New board title" : "Název nové tabule",
"Board name" : "Název tabule",
"Edit board" : "Upravit tabuli",
"Clone board " : "Klonovat tabuli ",
"Unarchive board " : "Vrátit tabuli zpět z archivu ",
@@ -224,8 +231,8 @@
"Tomorrow" : "Zítra",
"This week" : "Tento týden",
"No due" : "Žádný termín",
"upcoming cards" : "nadcházející karty",
"No upcoming cards" : "Žádné nadcházející karty",
"upcoming cards" : "nadcházející karty",
"Link to a board" : "Propojit s tabulí",
"Link to a card" : "Propojit s kartou",
"Something went wrong" : "Něco se pokazilo",

View File

@@ -17,6 +17,7 @@ OC.L10N.register(
"Title" : "Teitl",
"Upload attachment" : "Llwytho atodiad",
"Description" : "Disgrifiad",
"Select Date" : "Dewis Dyddiad",
"Modified" : "Addaswyd",
"Save" : "Cadw",
"Update" : "Diweddaru",

View File

@@ -15,6 +15,7 @@
"Title" : "Teitl",
"Upload attachment" : "Llwytho atodiad",
"Description" : "Disgrifiad",
"Select Date" : "Dewis Dyddiad",
"Modified" : "Addaswyd",
"Save" : "Cadw",
"Update" : "Diweddaru",

View File

@@ -16,11 +16,13 @@ OC.L10N.register(
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Den uploadede fil overstiger MAX_FILE_SIZE indstilingen, som specificeret i HTML formularen",
"No file was uploaded" : "Ingen fil uploadet",
"Missing a temporary folder" : "Manglende midlertidig mappe.",
"Create new board" : "Opret ny liste",
"Add board" : "Tilføj liste",
"Cancel" : "Annullér",
"File already exists" : "Fil findes allerede",
"Do you want to overwrite it?" : "Vil du overskrive den?",
"Drop your files to upload" : "Drop dine filer for at uploade",
"Add list" : "Tilføj liste",
"Hide archived cards" : "Skjul arkiverede kort",
"Show archived cards" : "Vis arkiverede kort",
"Details" : "Detaljer",
"Sharing" : "Deling",
@@ -41,6 +43,7 @@ OC.L10N.register(
"Formatting help" : "Hjælp til formatering",
"Attachments" : "Vedhæftede filer",
"Comments" : "Kommentarer",
"Select Date" : "Vælg dato",
"Modified" : "Ændret",
"Created" : "Oprettet",
"Save" : "Gem",
@@ -53,7 +56,6 @@ OC.L10N.register(
"seconds ago" : "sekunder siden",
"Archived boards" : "Arkiverede lister",
"Shared with you" : "Shared with you",
"New board title" : "Ny titel på liste",
"Edit board" : "Rediger liste",
"Board details" : "Liste detaljer",
"An error occurred" : "Der var en fejl",

View File

@@ -14,11 +14,13 @@
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Den uploadede fil overstiger MAX_FILE_SIZE indstilingen, som specificeret i HTML formularen",
"No file was uploaded" : "Ingen fil uploadet",
"Missing a temporary folder" : "Manglende midlertidig mappe.",
"Create new board" : "Opret ny liste",
"Add board" : "Tilføj liste",
"Cancel" : "Annullér",
"File already exists" : "Fil findes allerede",
"Do you want to overwrite it?" : "Vil du overskrive den?",
"Drop your files to upload" : "Drop dine filer for at uploade",
"Add list" : "Tilføj liste",
"Hide archived cards" : "Skjul arkiverede kort",
"Show archived cards" : "Vis arkiverede kort",
"Details" : "Detaljer",
"Sharing" : "Deling",
@@ -39,6 +41,7 @@
"Formatting help" : "Hjælp til formatering",
"Attachments" : "Vedhæftede filer",
"Comments" : "Kommentarer",
"Select Date" : "Vælg dato",
"Modified" : "Ændret",
"Created" : "Oprettet",
"Save" : "Gem",
@@ -51,7 +54,6 @@
"seconds ago" : "sekunder siden",
"Archived boards" : "Arkiverede lister",
"Shared with you" : "Shared with you",
"New board title" : "Ny titel på liste",
"Edit board" : "Rediger liste",
"Board details" : "Liste detaljer",
"An error occurred" : "Der var en fejl",

View File

@@ -99,8 +99,8 @@ OC.L10N.register(
"No file uploaded or file size exceeds maximum of %s" : "Keine Datei hochgeladen oder die Dateigröße überschreitet %s",
"Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Füge Deine Aufgaben zu den Karten hinzu und ordne diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Vergabe von Schlagworten für noch bessere Organisation\n- 👥 Teile mit Deinem Team, Freunden oder der Familie\n- 📎 Füge Dateien hinzu und verwende diese in Deinen Markdown-Beschreibungen\n- 💬 Diskutiere mit Deinem Team mit Kommentaren\n- ⚡ Behalte Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisiere Dein Projekt",
"Create new board" : "Neues Board",
"new board" : "Neues Board",
"Card details" : "Kartendetails",
"Add board" : "Board hinzufügen",
"Select the board to link to a project" : "Wähle ein Board aus, um dieses mit einem Projekt zu verknüpfen",
"Search by board title" : "Nach einem Board suchen",
"Select board" : "Board auswählen",
@@ -117,7 +117,7 @@ OC.L10N.register(
"This board is read only" : "Dieses Board ist schreibgeschützt",
"Drop your files to upload" : "Dateien zum Hochladen hineinziehen",
"Archived cards" : "Archivierte Karten",
"Add new list" : "Neue Liste hinzufügen",
"Add list" : "Liste hinzufügen",
"List name" : "Listenname",
"Apply filter" : "Filter anwenden",
"Filter by tag" : "Nach Schlagwort filtern",
@@ -130,6 +130,7 @@ OC.L10N.register(
"Next 30 days" : "Die nächsten 30 Tage",
"No due date" : "Kein Fälligkeitsdatum",
"Clear filter" : "Filter zurücksetzen",
"Hide archived cards" : "Archivierte Karten ausblenden",
"Show archived cards" : "Archivierte Karten anzeigen",
"Toggle compact mode" : "Kompaktmodus umschalten",
"Details" : "Details",
@@ -158,6 +159,7 @@ OC.L10N.register(
"Add card" : "Karte hinzufügen",
"Archive all cards in this list" : "Alle Karten in dieser Liste archivieren",
"Add a new card" : "Neue Karte hinzufügen",
"Card name" : "Kartenname",
"Edit" : "Bearbeiten",
"Add a new tag" : "Neues Schlagwort hinzufügen",
"title and color value must be provided" : "Titel und Farbwert müssen angegeben werden",
@@ -167,6 +169,8 @@ OC.L10N.register(
"Add this attachment" : "Diesen Anhang anhängen",
"Delete Attachment" : "Anhang löschen",
"Restore Attachment" : "Anhang wiederherstellen",
"Open in sidebar view" : "In Seitenleiste öffnen",
"Open in bigger view" : "In größerer Ansicht öffnen",
"Assign a tag to this card…" : "Dieser Karte ein Schlagwort zuweisen…",
"Assign to users" : "Benutzern zuweisen",
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
@@ -184,8 +188,10 @@ OC.L10N.register(
"Attachments" : "Anhänge",
"Comments" : "Kommentare",
"Choose attachment" : "Anhang auswählen",
"Select Date" : "Datum auswählen",
"Modified" : "Geändert",
"Created" : "Erstellt",
"The title cannot be empty." : "Der Titel darf nicht leer sein.",
"No comments yet. Begin the discussion!" : "Bislang keine Kommentare. Beginne die Diskussion!",
"Save" : "Speichern",
"The comment cannot be empty." : "Der Kommentar darf nicht leer sein.",
@@ -201,16 +207,17 @@ OC.L10N.register(
"Archive card" : "Karte archivieren",
"Delete card" : "Karte löschen",
"Move card" : "Karte verschieben",
"Card details" : "Kartendetails",
"Move card to another board" : "Karte auf ein anderes Board verschieben",
"Select a list" : "Eine Liste auswählen",
"seconds ago" : "Gerade eben",
"All boards" : "Alle Boards",
"Archived boards" : "Archivierte Boards",
"Shared with you" : "Mit Dir geteilt",
"Use modal card view" : "Modale Kartenansicht verwenden",
"Show boards in calendar/tasks" : "Board im Kalender/Aufgaben anzeigen",
"Limit deck usage of groups" : "Nutzung von Deck auf Gruppen einschränken",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Durch die Begrenzung von Deck werden Benutzer, die nicht Teil dieser Gruppen sind, daran gehindert, eigene Boards zu erstellen. Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden.",
"New board title" : "Board-Titel",
"Board name" : "Board-Name",
"Edit board" : "Board bearbeiten",
"Clone board " : "Board duplizieren",
"Unarchive board " : "Board dearchivieren",
@@ -226,8 +233,8 @@ OC.L10N.register(
"Tomorrow" : "Morgen",
"This week" : "Diese Woche",
"No due" : "Kein Fälligkeitsdatum",
"upcoming cards" : "Kommende Karten",
"No upcoming cards" : "Keine kommenden Karten",
"upcoming cards" : "Kommende Karten",
"Link to a board" : "Mit einem Board verknüpfen",
"Link to a card" : "Mit einer Karte verknüpfen",
"Something went wrong" : "Etwas ist schiefgelaufen",

View File

@@ -97,8 +97,8 @@
"No file uploaded or file size exceeds maximum of %s" : "Keine Datei hochgeladen oder die Dateigröße überschreitet %s",
"Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Füge Deine Aufgaben zu den Karten hinzu und ordne diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Vergabe von Schlagworten für noch bessere Organisation\n- 👥 Teile mit Deinem Team, Freunden oder der Familie\n- 📎 Füge Dateien hinzu und verwende diese in Deinen Markdown-Beschreibungen\n- 💬 Diskutiere mit Deinem Team mit Kommentaren\n- ⚡ Behalte Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisiere Dein Projekt",
"Create new board" : "Neues Board",
"new board" : "Neues Board",
"Card details" : "Kartendetails",
"Add board" : "Board hinzufügen",
"Select the board to link to a project" : "Wähle ein Board aus, um dieses mit einem Projekt zu verknüpfen",
"Search by board title" : "Nach einem Board suchen",
"Select board" : "Board auswählen",
@@ -115,7 +115,7 @@
"This board is read only" : "Dieses Board ist schreibgeschützt",
"Drop your files to upload" : "Dateien zum Hochladen hineinziehen",
"Archived cards" : "Archivierte Karten",
"Add new list" : "Neue Liste hinzufügen",
"Add list" : "Liste hinzufügen",
"List name" : "Listenname",
"Apply filter" : "Filter anwenden",
"Filter by tag" : "Nach Schlagwort filtern",
@@ -128,6 +128,7 @@
"Next 30 days" : "Die nächsten 30 Tage",
"No due date" : "Kein Fälligkeitsdatum",
"Clear filter" : "Filter zurücksetzen",
"Hide archived cards" : "Archivierte Karten ausblenden",
"Show archived cards" : "Archivierte Karten anzeigen",
"Toggle compact mode" : "Kompaktmodus umschalten",
"Details" : "Details",
@@ -156,6 +157,7 @@
"Add card" : "Karte hinzufügen",
"Archive all cards in this list" : "Alle Karten in dieser Liste archivieren",
"Add a new card" : "Neue Karte hinzufügen",
"Card name" : "Kartenname",
"Edit" : "Bearbeiten",
"Add a new tag" : "Neues Schlagwort hinzufügen",
"title and color value must be provided" : "Titel und Farbwert müssen angegeben werden",
@@ -165,6 +167,8 @@
"Add this attachment" : "Diesen Anhang anhängen",
"Delete Attachment" : "Anhang löschen",
"Restore Attachment" : "Anhang wiederherstellen",
"Open in sidebar view" : "In Seitenleiste öffnen",
"Open in bigger view" : "In größerer Ansicht öffnen",
"Assign a tag to this card…" : "Dieser Karte ein Schlagwort zuweisen…",
"Assign to users" : "Benutzern zuweisen",
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
@@ -182,8 +186,10 @@
"Attachments" : "Anhänge",
"Comments" : "Kommentare",
"Choose attachment" : "Anhang auswählen",
"Select Date" : "Datum auswählen",
"Modified" : "Geändert",
"Created" : "Erstellt",
"The title cannot be empty." : "Der Titel darf nicht leer sein.",
"No comments yet. Begin the discussion!" : "Bislang keine Kommentare. Beginne die Diskussion!",
"Save" : "Speichern",
"The comment cannot be empty." : "Der Kommentar darf nicht leer sein.",
@@ -199,16 +205,17 @@
"Archive card" : "Karte archivieren",
"Delete card" : "Karte löschen",
"Move card" : "Karte verschieben",
"Card details" : "Kartendetails",
"Move card to another board" : "Karte auf ein anderes Board verschieben",
"Select a list" : "Eine Liste auswählen",
"seconds ago" : "Gerade eben",
"All boards" : "Alle Boards",
"Archived boards" : "Archivierte Boards",
"Shared with you" : "Mit Dir geteilt",
"Use modal card view" : "Modale Kartenansicht verwenden",
"Show boards in calendar/tasks" : "Board im Kalender/Aufgaben anzeigen",
"Limit deck usage of groups" : "Nutzung von Deck auf Gruppen einschränken",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Durch die Begrenzung von Deck werden Benutzer, die nicht Teil dieser Gruppen sind, daran gehindert, eigene Boards zu erstellen. Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden.",
"New board title" : "Board-Titel",
"Board name" : "Board-Name",
"Edit board" : "Board bearbeiten",
"Clone board " : "Board duplizieren",
"Unarchive board " : "Board dearchivieren",
@@ -224,8 +231,8 @@
"Tomorrow" : "Morgen",
"This week" : "Diese Woche",
"No due" : "Kein Fälligkeitsdatum",
"upcoming cards" : "Kommende Karten",
"No upcoming cards" : "Keine kommenden Karten",
"upcoming cards" : "Kommende Karten",
"Link to a board" : "Mit einem Board verknüpfen",
"Link to a card" : "Mit einer Karte verknüpfen",
"Something went wrong" : "Etwas ist schiefgelaufen",

View File

@@ -99,8 +99,8 @@ OC.L10N.register(
"No file uploaded or file size exceeds maximum of %s" : "Keine Datei hochgeladen oder die Dateigröße überschreitet %s",
"Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Fügen Sie Ihre Aufgaben zu den Karten hinzu und ordnen Sie diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisung von Schlagworten für noch bessere Organisation\n- 👥 Teilen Sie mit Ihrem Team, Ihren Freunden oder Ihrer Familie\n- 📎 Fügen Sie Dateien hinzu und verwende diese in Ihren Markdown-Beschreibungen\n- 💬 Diskutieren Sie mit Ihrem Team mit Kommentaren\n- ⚡ Behalten Sie Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisieren Sie Ihr Projekt",
"Create new board" : "Neues Board",
"new board" : "Neues Board",
"Card details" : "Kartendetails",
"Add board" : "Board hinzufügen",
"Select the board to link to a project" : "Wählen Sie ein Board aus, um dieses mit einem Projekt zu verknüpfen",
"Search by board title" : "Nach einem Board suchen",
"Select board" : "Board auswählen",
@@ -117,7 +117,7 @@ OC.L10N.register(
"This board is read only" : "Dieses Board ist schreibgeschützt",
"Drop your files to upload" : "Dateien zum Hochladen hineinziehen",
"Archived cards" : "Archivierte Karten",
"Add new list" : "Neue Liste hinzufügen",
"Add list" : "Liste hinzufügen",
"List name" : "Listenname",
"Apply filter" : "Filter anwenden",
"Filter by tag" : "Nach Schlagwort filtern",
@@ -130,6 +130,7 @@ OC.L10N.register(
"Next 30 days" : "Die nächsten 30 Tage",
"No due date" : "Kein Fälligkeitsdatum",
"Clear filter" : "Filter zurücksetzen",
"Hide archived cards" : "Archivierte Karten ausblenden",
"Show archived cards" : "Archivierte Karten anzeigen",
"Toggle compact mode" : "Kompaktmodus umschalten",
"Details" : "Details",
@@ -158,6 +159,7 @@ OC.L10N.register(
"Add card" : "Karte hinzufügen",
"Archive all cards in this list" : "Alle Karten in dieser Liste archivieren",
"Add a new card" : "Neue Karte hinzufügen",
"Card name" : "Kartenname",
"Edit" : "Bearbeiten",
"Add a new tag" : "Neues Schlagwort hinzufügen",
"title and color value must be provided" : "Titel und Farbwert müssen angegeben werden",
@@ -167,6 +169,8 @@ OC.L10N.register(
"Add this attachment" : "Diesen Anhang anhängen",
"Delete Attachment" : "Anhang löschen",
"Restore Attachment" : "Anhang wiederherstellen",
"Open in sidebar view" : "In Seitenleiste öffnen",
"Open in bigger view" : "In größerer Ansicht öffnen",
"Assign a tag to this card…" : "Dieser Karte ein Schlagwort zuweisen…",
"Assign to users" : "Benutzern zuweisen",
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
@@ -184,8 +188,10 @@ OC.L10N.register(
"Attachments" : "Anhänge",
"Comments" : "Kommentare",
"Choose attachment" : "Anhang auswählen",
"Select Date" : "Datum auswählen",
"Modified" : "Geändert",
"Created" : "Erstellt",
"The title cannot be empty." : "Der Titel darf nicht leer sein.",
"No comments yet. Begin the discussion!" : "Bislang keine Kommentare. Beginnen Sie die Diskussion!",
"Save" : "Speichern",
"The comment cannot be empty." : "Der Kommentar darf nicht leer sein.",
@@ -201,16 +207,17 @@ OC.L10N.register(
"Archive card" : "Karte archivieren",
"Delete card" : "Karte löschen",
"Move card" : "Karte verschieben",
"Card details" : "Kartendetails",
"Move card to another board" : "Karte auf ein anderes Board verschieben",
"Select a list" : "Eine Liste auswählen",
"seconds ago" : "Gerade eben",
"All boards" : "Alle Boards",
"Archived boards" : "Archivierte Boards",
"Shared with you" : "Mit Ihnen geteilt",
"Use modal card view" : "Modale Kartenansicht verwenden",
"Show boards in calendar/tasks" : "Board in Kalender/Aufgaben anzeigen",
"Limit deck usage of groups" : "Nutzung von Deck auf Gruppen einschränken",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Durch die Begrenzung von Deck werden Benutzer, die nicht Teil dieser Gruppen sind, daran gehindert, eigene Boards zu erstellen. Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden.",
"New board title" : "Board-Titel",
"Board name" : "Board-Name",
"Edit board" : "Board bearbeiten",
"Clone board " : "Board duplizieren",
"Unarchive board " : "Board dearchivieren",
@@ -226,8 +233,8 @@ OC.L10N.register(
"Tomorrow" : "Morgen",
"This week" : "Diese Woche",
"No due" : "Kein Fälligkeitsdatum",
"upcoming cards" : "Kommende Karten",
"No upcoming cards" : "Keine kommenden Karten",
"upcoming cards" : "Kommende Karten",
"Link to a board" : "Mit einem Board verknüpfen",
"Link to a card" : "Mit einer Karte verknüpfen",
"Something went wrong" : "Etwas ist schiefgelaufen",

View File

@@ -97,8 +97,8 @@
"No file uploaded or file size exceeds maximum of %s" : "Keine Datei hochgeladen oder die Dateigröße überschreitet %s",
"Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Fügen Sie Ihre Aufgaben zu den Karten hinzu und ordnen Sie diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisung von Schlagworten für noch bessere Organisation\n- 👥 Teilen Sie mit Ihrem Team, Ihren Freunden oder Ihrer Familie\n- 📎 Fügen Sie Dateien hinzu und verwende diese in Ihren Markdown-Beschreibungen\n- 💬 Diskutieren Sie mit Ihrem Team mit Kommentaren\n- ⚡ Behalten Sie Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisieren Sie Ihr Projekt",
"Create new board" : "Neues Board",
"new board" : "Neues Board",
"Card details" : "Kartendetails",
"Add board" : "Board hinzufügen",
"Select the board to link to a project" : "Wählen Sie ein Board aus, um dieses mit einem Projekt zu verknüpfen",
"Search by board title" : "Nach einem Board suchen",
"Select board" : "Board auswählen",
@@ -115,7 +115,7 @@
"This board is read only" : "Dieses Board ist schreibgeschützt",
"Drop your files to upload" : "Dateien zum Hochladen hineinziehen",
"Archived cards" : "Archivierte Karten",
"Add new list" : "Neue Liste hinzufügen",
"Add list" : "Liste hinzufügen",
"List name" : "Listenname",
"Apply filter" : "Filter anwenden",
"Filter by tag" : "Nach Schlagwort filtern",
@@ -128,6 +128,7 @@
"Next 30 days" : "Die nächsten 30 Tage",
"No due date" : "Kein Fälligkeitsdatum",
"Clear filter" : "Filter zurücksetzen",
"Hide archived cards" : "Archivierte Karten ausblenden",
"Show archived cards" : "Archivierte Karten anzeigen",
"Toggle compact mode" : "Kompaktmodus umschalten",
"Details" : "Details",
@@ -156,6 +157,7 @@
"Add card" : "Karte hinzufügen",
"Archive all cards in this list" : "Alle Karten in dieser Liste archivieren",
"Add a new card" : "Neue Karte hinzufügen",
"Card name" : "Kartenname",
"Edit" : "Bearbeiten",
"Add a new tag" : "Neues Schlagwort hinzufügen",
"title and color value must be provided" : "Titel und Farbwert müssen angegeben werden",
@@ -165,6 +167,8 @@
"Add this attachment" : "Diesen Anhang anhängen",
"Delete Attachment" : "Anhang löschen",
"Restore Attachment" : "Anhang wiederherstellen",
"Open in sidebar view" : "In Seitenleiste öffnen",
"Open in bigger view" : "In größerer Ansicht öffnen",
"Assign a tag to this card…" : "Dieser Karte ein Schlagwort zuweisen…",
"Assign to users" : "Benutzern zuweisen",
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
@@ -182,8 +186,10 @@
"Attachments" : "Anhänge",
"Comments" : "Kommentare",
"Choose attachment" : "Anhang auswählen",
"Select Date" : "Datum auswählen",
"Modified" : "Geändert",
"Created" : "Erstellt",
"The title cannot be empty." : "Der Titel darf nicht leer sein.",
"No comments yet. Begin the discussion!" : "Bislang keine Kommentare. Beginnen Sie die Diskussion!",
"Save" : "Speichern",
"The comment cannot be empty." : "Der Kommentar darf nicht leer sein.",
@@ -199,16 +205,17 @@
"Archive card" : "Karte archivieren",
"Delete card" : "Karte löschen",
"Move card" : "Karte verschieben",
"Card details" : "Kartendetails",
"Move card to another board" : "Karte auf ein anderes Board verschieben",
"Select a list" : "Eine Liste auswählen",
"seconds ago" : "Gerade eben",
"All boards" : "Alle Boards",
"Archived boards" : "Archivierte Boards",
"Shared with you" : "Mit Ihnen geteilt",
"Use modal card view" : "Modale Kartenansicht verwenden",
"Show boards in calendar/tasks" : "Board in Kalender/Aufgaben anzeigen",
"Limit deck usage of groups" : "Nutzung von Deck auf Gruppen einschränken",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Durch die Begrenzung von Deck werden Benutzer, die nicht Teil dieser Gruppen sind, daran gehindert, eigene Boards zu erstellen. Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden.",
"New board title" : "Board-Titel",
"Board name" : "Board-Name",
"Edit board" : "Board bearbeiten",
"Clone board " : "Board duplizieren",
"Unarchive board " : "Board dearchivieren",
@@ -224,8 +231,8 @@
"Tomorrow" : "Morgen",
"This week" : "Diese Woche",
"No due" : "Kein Fälligkeitsdatum",
"upcoming cards" : "Kommende Karten",
"No upcoming cards" : "Keine kommenden Karten",
"upcoming cards" : "Kommende Karten",
"Link to a board" : "Mit einem Board verknüpfen",
"Link to a card" : "Mit einer Karte verknüpfen",
"Something went wrong" : "Etwas ist schiefgelaufen",

View File

@@ -98,8 +98,8 @@ OC.L10N.register(
"No file uploaded or file size exceeds maximum of %s" : "Δεν μεταφορτώθηκε αρχείο ή το μέγεθος αρχείου υπερβαίνει το μέγιστο %s",
"Personal planning and team project organization" : "Προσωπικός σχεδιασμός και ομαδική οργάνωση",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Το Deck είναι ένα εργαλείο οργάνωσης τύπου kanban με στόχο τον προσωπικό προγραμματισμό και την ομαδική οργάνωση για ομάδες που έχουν ενσωματωθεί στο Nextcloud.\n\n\n- 📥 Προσθέστε τις εργασίες σας στις καρτέλες και βάλτε τες στη σειρά\n- 📄 Γράψτε τις πρόσθετες σημειώσεις\n- 🔖 Αντιστοιχίστε τις ετικέτες για ακόμη καλύτερη οργάνωση\n- 👥 Μοιραστείτε με την ομάδα, φίλους ή την οικογένειά σας\n- 📎 Συνδέστε αρχεία και ενσωματώστε τα στην περιγραφή\n- 💬 Συζητήστε με την ομάδα σας χρησιμοποιώντας σχόλια\n- ⚡ Παρακολουθήστε τις αλλαγές στη ροή δραστηριοτήτων\n- 🚀 Έχετε τα όλα οργανωμένα",
"Create new board" : "Δημιουργία νέου πίνακα",
"new board" : "νέος πίνακας",
"Card details" : "Λεπτομέρειες καρτέλας",
"Add board" : "Προσθήκη πίνακα",
"Select the board to link to a project" : "Επιλέξτε πίνακα και συνδέστε τον σε έργο",
"Search by board title" : "Αναζήτηση με το όνομα πίνακα",
"Select board" : "Επιλογή πίνακα",
@@ -116,7 +116,7 @@ OC.L10N.register(
"This board is read only" : "Ο πίνακας είναι μόνο για ανάγνωση",
"Drop your files to upload" : "Αποθέστε τα αρχεία σας για ανέβασμα",
"Archived cards" : "Αρχειοθετημένες κάρτες",
"Add new list" : "Προσθήκη νέας λιστάς",
"Add list" : "Προσθήκη λίστας",
"List name" : "Λίστα ονομάτων",
"Apply filter" : "Εφαρμογή φίλτρου",
"Filter by tag" : "Φίλτρο ανά ετικέτα",
@@ -129,6 +129,7 @@ OC.L10N.register(
"Next 30 days" : "Επόμενες 30 ημέρες",
"No due date" : "Χωρίς ημερομηνία λήξης",
"Clear filter" : "Εκκαθάριση φίλτρου",
"Hide archived cards" : "Απόκρυψη καρτελών που αρχειοθετήθηκαν",
"Show archived cards" : "Εμφάνιση καρτελών που αρχειοθετήθηκαν",
"Toggle compact mode" : "Εναλλαγή λειτουργίας μικρού μεγέθους",
"Details" : "Λεπτομέρειες",
@@ -183,6 +184,7 @@ OC.L10N.register(
"Attachments" : "Συνημμένα",
"Comments" : "Σχόλια",
"Choose attachment" : "Επιλογή συνημμένου",
"Select Date" : "Επέλεξε Ημέρα",
"Modified" : "Τροποποιήθηκε",
"Created" : "Δημιουργήθηκε",
"No comments yet. Begin the discussion!" : "Χωρίς σχόλια ακόμη. Ξεκινήστε την συζήτηση!",
@@ -200,7 +202,6 @@ OC.L10N.register(
"Archive card" : "Αρχειοθέτηση κάρτας",
"Delete card" : "Διαγραφή κάρτας",
"Move card" : "Μετακίνηση κάρτας",
"Card details" : "Λεπτομέρειες καρτέλας",
"Move card to another board" : "Μετακίνηση καρτέλας σε άλλο πίνακα",
"Select a list" : "Επιλέξτε μια λίστα",
"seconds ago" : " δευτερόλεπτα πριν ",
@@ -209,7 +210,6 @@ OC.L10N.register(
"Shared with you" : "Διαμοιρασμένα μαζί σας",
"Limit deck usage of groups" : "Περιορίστε τη χρήση της εφαρμογής σε ομάδες",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Ο περιορισμός του Deck θα εμποδίσει τους χρήστες που δεν είναι μέρος αυτών των ομάδων να δημιουργούν δικούς τους πίνακες. Οι χρήστες θα εξακολουθήσουν να εργάζονται σε πίνακες που έχουν διαμοιραστεί μαζί τους.",
"New board title" : "Νέος τίτλος πίνακα",
"Edit board" : "Επεξεργασία πίνακα",
"Clone board " : "Κλωνοποίηση πίνακα",
"Unarchive board " : "Αναίρεση αρχειοθέτησης πίνακα",

View File

@@ -96,8 +96,8 @@
"No file uploaded or file size exceeds maximum of %s" : "Δεν μεταφορτώθηκε αρχείο ή το μέγεθος αρχείου υπερβαίνει το μέγιστο %s",
"Personal planning and team project organization" : "Προσωπικός σχεδιασμός και ομαδική οργάνωση",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Το Deck είναι ένα εργαλείο οργάνωσης τύπου kanban με στόχο τον προσωπικό προγραμματισμό και την ομαδική οργάνωση για ομάδες που έχουν ενσωματωθεί στο Nextcloud.\n\n\n- 📥 Προσθέστε τις εργασίες σας στις καρτέλες και βάλτε τες στη σειρά\n- 📄 Γράψτε τις πρόσθετες σημειώσεις\n- 🔖 Αντιστοιχίστε τις ετικέτες για ακόμη καλύτερη οργάνωση\n- 👥 Μοιραστείτε με την ομάδα, φίλους ή την οικογένειά σας\n- 📎 Συνδέστε αρχεία και ενσωματώστε τα στην περιγραφή\n- 💬 Συζητήστε με την ομάδα σας χρησιμοποιώντας σχόλια\n- ⚡ Παρακολουθήστε τις αλλαγές στη ροή δραστηριοτήτων\n- 🚀 Έχετε τα όλα οργανωμένα",
"Create new board" : "Δημιουργία νέου πίνακα",
"new board" : "νέος πίνακας",
"Card details" : "Λεπτομέρειες καρτέλας",
"Add board" : "Προσθήκη πίνακα",
"Select the board to link to a project" : "Επιλέξτε πίνακα και συνδέστε τον σε έργο",
"Search by board title" : "Αναζήτηση με το όνομα πίνακα",
"Select board" : "Επιλογή πίνακα",
@@ -114,7 +114,7 @@
"This board is read only" : "Ο πίνακας είναι μόνο για ανάγνωση",
"Drop your files to upload" : "Αποθέστε τα αρχεία σας για ανέβασμα",
"Archived cards" : "Αρχειοθετημένες κάρτες",
"Add new list" : "Προσθήκη νέας λιστάς",
"Add list" : "Προσθήκη λίστας",
"List name" : "Λίστα ονομάτων",
"Apply filter" : "Εφαρμογή φίλτρου",
"Filter by tag" : "Φίλτρο ανά ετικέτα",
@@ -127,6 +127,7 @@
"Next 30 days" : "Επόμενες 30 ημέρες",
"No due date" : "Χωρίς ημερομηνία λήξης",
"Clear filter" : "Εκκαθάριση φίλτρου",
"Hide archived cards" : "Απόκρυψη καρτελών που αρχειοθετήθηκαν",
"Show archived cards" : "Εμφάνιση καρτελών που αρχειοθετήθηκαν",
"Toggle compact mode" : "Εναλλαγή λειτουργίας μικρού μεγέθους",
"Details" : "Λεπτομέρειες",
@@ -181,6 +182,7 @@
"Attachments" : "Συνημμένα",
"Comments" : "Σχόλια",
"Choose attachment" : "Επιλογή συνημμένου",
"Select Date" : "Επέλεξε Ημέρα",
"Modified" : "Τροποποιήθηκε",
"Created" : "Δημιουργήθηκε",
"No comments yet. Begin the discussion!" : "Χωρίς σχόλια ακόμη. Ξεκινήστε την συζήτηση!",
@@ -198,7 +200,6 @@
"Archive card" : "Αρχειοθέτηση κάρτας",
"Delete card" : "Διαγραφή κάρτας",
"Move card" : "Μετακίνηση κάρτας",
"Card details" : "Λεπτομέρειες καρτέλας",
"Move card to another board" : "Μετακίνηση καρτέλας σε άλλο πίνακα",
"Select a list" : "Επιλέξτε μια λίστα",
"seconds ago" : " δευτερόλεπτα πριν ",
@@ -207,7 +208,6 @@
"Shared with you" : "Διαμοιρασμένα μαζί σας",
"Limit deck usage of groups" : "Περιορίστε τη χρήση της εφαρμογής σε ομάδες",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Ο περιορισμός του Deck θα εμποδίσει τους χρήστες που δεν είναι μέρος αυτών των ομάδων να δημιουργούν δικούς τους πίνακες. Οι χρήστες θα εξακολουθήσουν να εργάζονται σε πίνακες που έχουν διαμοιραστεί μαζί τους.",
"New board title" : "Νέος τίτλος πίνακα",
"Edit board" : "Επεξεργασία πίνακα",
"Clone board " : "Κλωνοποίηση πίνακα",
"Unarchive board " : "Αναίρεση αρχειοθέτησης πίνακα",

View File

@@ -19,11 +19,12 @@ OC.L10N.register(
"Missing a temporary folder" : "Missing a temporary folder",
"Could not write file to disk" : "Could not write file to disk",
"A PHP extension stopped the file upload" : "A PHP extension stopped the file upload",
"Create new board" : "Create new board",
"Add board" : "Add board",
"Cancel" : "Cancel",
"File already exists" : "File already exists",
"Do you want to overwrite it?" : "Do you want to overwrite it?",
"Filter by tag" : "Filter by tag",
"Hide archived cards" : "Hide archived cards",
"Show archived cards" : "Show archived cards",
"Details" : "Details",
"Sharing" : "Sharing",
@@ -54,7 +55,6 @@ OC.L10N.register(
"seconds ago" : "seconds ago",
"Archived boards" : "Archived boards",
"Shared with you" : "Shared with you",
"New board title" : "New board title",
"Edit board" : "Edit board",
"Board details" : "Board details",
"Today" : "Today",

View File

@@ -17,11 +17,12 @@
"Missing a temporary folder" : "Missing a temporary folder",
"Could not write file to disk" : "Could not write file to disk",
"A PHP extension stopped the file upload" : "A PHP extension stopped the file upload",
"Create new board" : "Create new board",
"Add board" : "Add board",
"Cancel" : "Cancel",
"File already exists" : "File already exists",
"Do you want to overwrite it?" : "Do you want to overwrite it?",
"Filter by tag" : "Filter by tag",
"Hide archived cards" : "Hide archived cards",
"Show archived cards" : "Show archived cards",
"Details" : "Details",
"Sharing" : "Sharing",
@@ -52,7 +53,6 @@
"seconds ago" : "seconds ago",
"Archived boards" : "Archived boards",
"Shared with you" : "Shared with you",
"New board title" : "New board title",
"Edit board" : "Edit board",
"Board details" : "Board details",
"Today" : "Today",

View File

@@ -73,12 +73,12 @@ OC.L10N.register(
"A PHP extension stopped the file upload" : "PHP-modulo haltigis la dosieralŝuton",
"No file uploaded or file size exceeds maximum of %s" : "Neniu dosiero alŝutita, aŭ dosiergrando transpasas la maksimumon %s",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Kartaro („Deck“) estas kanban-eca organiza ilo por mastrumi sian vivon kaj teaman projektaron per Nextcloud.\n\n\n- 📥 Aldonu viajn taskojn al kartoj, kaj organizu ilin \n- 📄 Skribu pliajn notojn per marklingvo „Markdown“\n- 🔖 Uzu etikedojn por pli bone organiziĝi\n- 👥 Kunhavigu kun viaj teamo, amikoj, familio\n- 📎 Aldonu dosierojn, kaj enmetu ilin en via „Markdown“-a priskribo\n- 💬 Diskutu kun via teamo pere de la komentoj\n- ⚡ Sekvu la ŝanĝojn per la aktivaĵa fluo\n- 🚀 Organizu vian projekton",
"Create new board" : "Krei novan tabulon",
"Select the board to link to a project" : "Elekti la tabulon ligotan al projekto",
"Select board" : "Elekti tabulon",
"Cancel" : "Nuligi",
"File already exists" : "La dosiero jam ekzistas",
"Archived cards" : "Arĥivigitaj kartoj",
"Hide archived cards" : "Kaŝi arĥivigitajn kartojn",
"Show archived cards" : "Montri arĥivigitajn kartojn",
"Toggle compact mode" : "Baskuligi densigan vidon",
"Details" : "Detaloj",
@@ -103,6 +103,7 @@ OC.L10N.register(
"Formatting help" : "Helpo pri tekstaranĝo",
"Attachments" : "Dosieraj aldonaĵoj",
"Comments" : "Komentoj",
"Select Date" : "Elekti daton",
"Modified" : "Modifita",
"Created" : "Kreita",
"Save" : "Konservi",
@@ -116,7 +117,6 @@ OC.L10N.register(
"Archived boards" : "Arĥivigitaj tabuloj",
"Shared with you" : "Kunhavata kun vi",
"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.",
"New board title" : "Nova tabultitolo",
"Edit board" : "Modifi tabulon",
"An error occurred" : "Eraro okazis",
"Today" : "Hodiaŭ",

View File

@@ -71,12 +71,12 @@
"A PHP extension stopped the file upload" : "PHP-modulo haltigis la dosieralŝuton",
"No file uploaded or file size exceeds maximum of %s" : "Neniu dosiero alŝutita, aŭ dosiergrando transpasas la maksimumon %s",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Kartaro („Deck“) estas kanban-eca organiza ilo por mastrumi sian vivon kaj teaman projektaron per Nextcloud.\n\n\n- 📥 Aldonu viajn taskojn al kartoj, kaj organizu ilin \n- 📄 Skribu pliajn notojn per marklingvo „Markdown“\n- 🔖 Uzu etikedojn por pli bone organiziĝi\n- 👥 Kunhavigu kun viaj teamo, amikoj, familio\n- 📎 Aldonu dosierojn, kaj enmetu ilin en via „Markdown“-a priskribo\n- 💬 Diskutu kun via teamo pere de la komentoj\n- ⚡ Sekvu la ŝanĝojn per la aktivaĵa fluo\n- 🚀 Organizu vian projekton",
"Create new board" : "Krei novan tabulon",
"Select the board to link to a project" : "Elekti la tabulon ligotan al projekto",
"Select board" : "Elekti tabulon",
"Cancel" : "Nuligi",
"File already exists" : "La dosiero jam ekzistas",
"Archived cards" : "Arĥivigitaj kartoj",
"Hide archived cards" : "Kaŝi arĥivigitajn kartojn",
"Show archived cards" : "Montri arĥivigitajn kartojn",
"Toggle compact mode" : "Baskuligi densigan vidon",
"Details" : "Detaloj",
@@ -101,6 +101,7 @@
"Formatting help" : "Helpo pri tekstaranĝo",
"Attachments" : "Dosieraj aldonaĵoj",
"Comments" : "Komentoj",
"Select Date" : "Elekti daton",
"Modified" : "Modifita",
"Created" : "Kreita",
"Save" : "Konservi",
@@ -114,7 +115,6 @@
"Archived boards" : "Arĥivigitaj tabuloj",
"Shared with you" : "Kunhavata kun vi",
"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.",
"New board title" : "Nova tabultitolo",
"Edit board" : "Modifi tabulon",
"An error occurred" : "Eraro okazis",
"Today" : "Hodiaŭ",

View File

@@ -67,6 +67,7 @@ OC.L10N.register(
"Deck" : "Deck",
"Changes in the <strong>Deck app</strong>" : "Cambios en la <strong>app Deck</strong>",
"A <strong>comment</strong> was created on a card" : "Un <strong>comment</strong> ha sido creado en una tarjeta",
"Upcoming cards" : "Próximas tarjetas",
"Personal" : "Personal",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La tarjeta \"%s\" en \"%s\" te ha sido asignada por %s.",
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} te ha asignado la tarjeta \"%s\" en \"%s\".",
@@ -98,8 +99,8 @@ OC.L10N.register(
"No file uploaded or file size exceeds maximum of %s" : "No se ha subido ningún archivo, o el tamaño del archivo excede el máximo de %s",
"Personal planning and team project organization" : "Planificación personal y organización de proyecto de equipo",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto",
"Create new board" : "Crear nuevo tablero",
"new board" : "nuevo tablero",
"Card details" : "Detalles de la tarjeta",
"Add board" : "Añadir tablero",
"Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto",
"Search by board title" : "Buscar por título de tablero",
"Select board" : "Selecciona tablero",
@@ -116,7 +117,7 @@ OC.L10N.register(
"This board is read only" : "Este tablero es de sólo lectura",
"Drop your files to upload" : "Arrastra tus archivos para subir",
"Archived cards" : "Tarjetas archivadas",
"Add new list" : "Añadir nueva lista",
"Add list" : "Agregar lista",
"List name" : "Nombre de la lista",
"Apply filter" : "Aplicar filtro",
"Filter by tag" : "Filtrar por etiqueta",
@@ -129,6 +130,7 @@ OC.L10N.register(
"Next 30 days" : "Siguientes 30 días",
"No due date" : "Sin fecha de vencimiento",
"Clear filter" : "Borrar filtro",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Toggle compact mode" : "Mostrar/ocultar modo compacto",
"Details" : "Detalles",
@@ -157,6 +159,7 @@ OC.L10N.register(
"Add card" : "Añadir tarjeta",
"Archive all cards in this list" : "Archivar todas las tarjetas en esta lista",
"Add a new card" : "Añadir una nueva tarjeta",
"Card name" : "Nombre de la tarjeta",
"Edit" : "Editar",
"Add a new tag" : "Añade una nueva etiqueta",
"title and color value must be provided" : "Se debe indicar un valor para título y color ",
@@ -166,6 +169,8 @@ OC.L10N.register(
"Add this attachment" : "Añadir este adjunto",
"Delete Attachment" : "Borrar adjunto",
"Restore Attachment" : "Restaurar Adjunto",
"Open in sidebar view" : "Abrir en vista de barra lateral",
"Open in bigger view" : "Abrir en vista más grande",
"Assign a tag to this card…" : "Asignar una etiqueta a esta tarjeta...",
"Assign to users" : "Asignar a usuarios",
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
@@ -183,6 +188,7 @@ OC.L10N.register(
"Attachments" : "Adjuntos",
"Comments" : "Comentarios",
"Choose attachment" : "Escoger adjunto",
"Select Date" : "Seleccione la fecha",
"Modified" : "Modificado",
"Created" : "Creado",
"No comments yet. Begin the discussion!" : "Todavía no hay comentarios. ¡Comienza la discusión!",
@@ -200,16 +206,16 @@ OC.L10N.register(
"Archive card" : "Archivar tarjeta",
"Delete card" : "Eliminar tarjeta",
"Move card" : "Mover tarjeta",
"Card details" : "Detalles de la tarjeta",
"Move card to another board" : "Mover la tarjeta a otro tablero",
"Select a list" : "Seleccionar una lista",
"seconds ago" : "hace unos segundos",
"All boards" : "Todos los tableros",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido contigo",
"Use modal card view" : "Usar vista de tarjeta modal",
"Show boards in calendar/tasks" : "Mostrar tableros en calendario/tareas",
"Limit deck usage of groups" : "Limitar el uso de Deck a grupos",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitar Deck impedirá que usuarios que no formen parte de esos grupos creen sus propios tableros. Los usuarios todavía podrán trabajar en tableros que hayan sido compartidos con ellos.",
"New board title" : "Nuevo título de tablero",
"Edit board" : "Editar tablero",
"Clone board " : "Clonar tablero",
"Unarchive board " : "Desarchivar tablero",
@@ -225,6 +231,8 @@ OC.L10N.register(
"Tomorrow" : "Mañana",
"This week" : "Esta semana",
"No due" : "Sin finalizar",
"No upcoming cards" : "No hay tarjetas próximas",
"upcoming cards" : "próximas tarjetas",
"Link to a board" : "Enlace a un tablero",
"Link to a card" : "Enlace a una tarjeta",
"Something went wrong" : "Algo ha ido mal",

View File

@@ -65,6 +65,7 @@
"Deck" : "Deck",
"Changes in the <strong>Deck app</strong>" : "Cambios en la <strong>app Deck</strong>",
"A <strong>comment</strong> was created on a card" : "Un <strong>comment</strong> ha sido creado en una tarjeta",
"Upcoming cards" : "Próximas tarjetas",
"Personal" : "Personal",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La tarjeta \"%s\" en \"%s\" te ha sido asignada por %s.",
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} te ha asignado la tarjeta \"%s\" en \"%s\".",
@@ -96,8 +97,8 @@
"No file uploaded or file size exceeds maximum of %s" : "No se ha subido ningún archivo, o el tamaño del archivo excede el máximo de %s",
"Personal planning and team project organization" : "Planificación personal y organización de proyecto de equipo",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto",
"Create new board" : "Crear nuevo tablero",
"new board" : "nuevo tablero",
"Card details" : "Detalles de la tarjeta",
"Add board" : "Añadir tablero",
"Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto",
"Search by board title" : "Buscar por título de tablero",
"Select board" : "Selecciona tablero",
@@ -114,7 +115,7 @@
"This board is read only" : "Este tablero es de sólo lectura",
"Drop your files to upload" : "Arrastra tus archivos para subir",
"Archived cards" : "Tarjetas archivadas",
"Add new list" : "Añadir nueva lista",
"Add list" : "Agregar lista",
"List name" : "Nombre de la lista",
"Apply filter" : "Aplicar filtro",
"Filter by tag" : "Filtrar por etiqueta",
@@ -127,6 +128,7 @@
"Next 30 days" : "Siguientes 30 días",
"No due date" : "Sin fecha de vencimiento",
"Clear filter" : "Borrar filtro",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Toggle compact mode" : "Mostrar/ocultar modo compacto",
"Details" : "Detalles",
@@ -155,6 +157,7 @@
"Add card" : "Añadir tarjeta",
"Archive all cards in this list" : "Archivar todas las tarjetas en esta lista",
"Add a new card" : "Añadir una nueva tarjeta",
"Card name" : "Nombre de la tarjeta",
"Edit" : "Editar",
"Add a new tag" : "Añade una nueva etiqueta",
"title and color value must be provided" : "Se debe indicar un valor para título y color ",
@@ -164,6 +167,8 @@
"Add this attachment" : "Añadir este adjunto",
"Delete Attachment" : "Borrar adjunto",
"Restore Attachment" : "Restaurar Adjunto",
"Open in sidebar view" : "Abrir en vista de barra lateral",
"Open in bigger view" : "Abrir en vista más grande",
"Assign a tag to this card…" : "Asignar una etiqueta a esta tarjeta...",
"Assign to users" : "Asignar a usuarios",
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
@@ -181,6 +186,7 @@
"Attachments" : "Adjuntos",
"Comments" : "Comentarios",
"Choose attachment" : "Escoger adjunto",
"Select Date" : "Seleccione la fecha",
"Modified" : "Modificado",
"Created" : "Creado",
"No comments yet. Begin the discussion!" : "Todavía no hay comentarios. ¡Comienza la discusión!",
@@ -198,16 +204,16 @@
"Archive card" : "Archivar tarjeta",
"Delete card" : "Eliminar tarjeta",
"Move card" : "Mover tarjeta",
"Card details" : "Detalles de la tarjeta",
"Move card to another board" : "Mover la tarjeta a otro tablero",
"Select a list" : "Seleccionar una lista",
"seconds ago" : "hace unos segundos",
"All boards" : "Todos los tableros",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido contigo",
"Use modal card view" : "Usar vista de tarjeta modal",
"Show boards in calendar/tasks" : "Mostrar tableros en calendario/tareas",
"Limit deck usage of groups" : "Limitar el uso de Deck a grupos",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitar Deck impedirá que usuarios que no formen parte de esos grupos creen sus propios tableros. Los usuarios todavía podrán trabajar en tableros que hayan sido compartidos con ellos.",
"New board title" : "Nuevo título de tablero",
"Edit board" : "Editar tablero",
"Clone board " : "Clonar tablero",
"Unarchive board " : "Desarchivar tablero",
@@ -223,6 +229,8 @@
"Tomorrow" : "Mañana",
"This week" : "Esta semana",
"No due" : "Sin finalizar",
"No upcoming cards" : "No hay tarjetas próximas",
"upcoming cards" : "próximas tarjetas",
"Link to a board" : "Enlace a un tablero",
"Link to a card" : "Enlace a una tarjeta",
"Something went wrong" : "Algo ha ido mal",

View File

@@ -15,11 +15,11 @@ OC.L10N.register(
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML",
"No file was uploaded" : "No se cargó el archivo",
"Missing a temporary folder" : "Falta una carpeta temporal",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Filter by tag" : "Filtrar por etiqueta",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -47,7 +47,6 @@ OC.L10N.register(
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"Today" : "Hoy",

View File

@@ -13,11 +13,11 @@
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML",
"No file was uploaded" : "No se cargó el archivo",
"Missing a temporary folder" : "Falta una carpeta temporal",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Filter by tag" : "Filtrar por etiqueta",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -45,7 +45,6 @@
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"Today" : "Hoy",

View File

@@ -12,8 +12,8 @@ OC.L10N.register(
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido sobrepasa el valor MAX_FILE_SIZE especificada en el formulario HTML",
"No file was uploaded" : "No se subió ningún archivo ",
"Missing a temporary folder" : "Falta un directorio temporal",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -30,6 +30,7 @@ OC.L10N.register(
"Formatting help" : "Ayuda de formato",
"Attachments" : "Adjuntos",
"Comments" : "Comentarios",
"Select Date" : "Seleccionar fecha",
"Modified" : "Modificado",
"Created" : "Creado",
"Save" : "Guardar",
@@ -38,7 +39,6 @@ OC.L10N.register(
"(group)" : "(grupo)",
"seconds ago" : "segundos",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título de tablero",
"Board details" : "Detalles del tablero",
"An error occurred" : "Ocurrió un error",
"Today" : "Hoy",

View File

@@ -10,8 +10,8 @@
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido sobrepasa el valor MAX_FILE_SIZE especificada en el formulario HTML",
"No file was uploaded" : "No se subió ningún archivo ",
"Missing a temporary folder" : "Falta un directorio temporal",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -28,6 +28,7 @@
"Formatting help" : "Ayuda de formato",
"Attachments" : "Adjuntos",
"Comments" : "Comentarios",
"Select Date" : "Seleccionar fecha",
"Modified" : "Modificado",
"Created" : "Creado",
"Save" : "Guardar",
@@ -36,7 +37,6 @@
"(group)" : "(grupo)",
"seconds ago" : "segundos",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título de tablero",
"Board details" : "Detalles del tablero",
"An error occurred" : "Ocurrió un error",
"Today" : "Hoy",

View File

@@ -19,10 +19,10 @@ 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",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -50,7 +50,6 @@ OC.L10N.register(
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"Today" : "Hoy",

View File

@@ -17,10 +17,10 @@
"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",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -48,7 +48,6 @@
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"Today" : "Hoy",

View File

@@ -20,10 +20,10 @@ 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",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -51,7 +51,6 @@ OC.L10N.register(
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"Today" : "Hoy",

View File

@@ -18,10 +18,10 @@
"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",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -49,7 +49,6 @@
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"Today" : "Hoy",

View File

@@ -19,10 +19,10 @@ 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",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -50,7 +50,6 @@ OC.L10N.register(
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"Today" : "Hoy",

View File

@@ -17,10 +17,10 @@
"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",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -48,7 +48,6 @@
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"Today" : "Hoy",

View File

@@ -19,10 +19,10 @@ 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",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -50,7 +50,6 @@ OC.L10N.register(
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"Today" : "Hoy",

View File

@@ -17,10 +17,10 @@
"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",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -48,7 +48,6 @@
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"Today" : "Hoy",

View File

@@ -19,10 +19,10 @@ 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",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -50,7 +50,6 @@ OC.L10N.register(
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"Today" : "Hoy",

View File

@@ -17,10 +17,10 @@
"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",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -48,7 +48,6 @@
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"Today" : "Hoy",

View File

@@ -19,10 +19,10 @@ 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",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -50,7 +50,6 @@ OC.L10N.register(
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"Today" : "Hoy",

View File

@@ -17,10 +17,10 @@
"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",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -48,7 +48,6 @@
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"Today" : "Hoy",

View File

@@ -15,10 +15,10 @@ OC.L10N.register(
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML",
"No file was uploaded" : "No se cargó el archivo",
"Missing a temporary folder" : "Falta una carpeta temporal",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -46,7 +46,6 @@ OC.L10N.register(
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"Today" : "Hoy",

View File

@@ -13,10 +13,10 @@
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML",
"No file was uploaded" : "No se cargó el archivo",
"Missing a temporary folder" : "Falta una carpeta temporal",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -44,7 +44,6 @@
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"Today" : "Hoy",

View File

@@ -19,11 +19,11 @@ 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",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Filter by tag" : "Filtrar por etiqueta",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -52,7 +52,6 @@ OC.L10N.register(
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"An error occurred" : "Ha ocurrido un error",

View File

@@ -17,11 +17,11 @@
"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",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Filter by tag" : "Filtrar por etiqueta",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -50,7 +50,6 @@
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"An error occurred" : "Ha ocurrido un error",

View File

@@ -15,10 +15,10 @@ OC.L10N.register(
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML",
"No file was uploaded" : "No se cargó el archivo",
"Missing a temporary folder" : "Falta una carpeta temporal",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -46,7 +46,6 @@ OC.L10N.register(
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"Today" : "Hoy",

View File

@@ -13,10 +13,10 @@
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML",
"No file was uploaded" : "No se cargó el archivo",
"Missing a temporary folder" : "Falta una carpeta temporal",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -44,7 +44,6 @@
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"Today" : "Hoy",

View File

@@ -15,10 +15,10 @@ OC.L10N.register(
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML",
"No file was uploaded" : "No se cargó el archivo",
"Missing a temporary folder" : "Falta una carpeta temporal",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -46,7 +46,6 @@ OC.L10N.register(
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"Today" : "Hoy",

View File

@@ -13,10 +13,10 @@
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML",
"No file was uploaded" : "No se cargó el archivo",
"Missing a temporary folder" : "Falta una carpeta temporal",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -44,7 +44,6 @@
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"Today" : "Hoy",

View File

@@ -15,10 +15,10 @@ OC.L10N.register(
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML",
"No file was uploaded" : "No se cargó el archivo",
"Missing a temporary folder" : "Falta una carpeta temporal",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -46,7 +46,6 @@ OC.L10N.register(
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"Today" : "Hoy",

View File

@@ -13,10 +13,10 @@
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML",
"No file was uploaded" : "No se cargó el archivo",
"Missing a temporary folder" : "Falta una carpeta temporal",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -44,7 +44,6 @@
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"Today" : "Hoy",

View File

@@ -15,10 +15,10 @@ OC.L10N.register(
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML",
"No file was uploaded" : "No se cargó el archivo",
"Missing a temporary folder" : "Falta una carpeta temporal",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -46,7 +46,6 @@ OC.L10N.register(
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"Today" : "Hoy",

View File

@@ -13,10 +13,10 @@
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML",
"No file was uploaded" : "No se cargó el archivo",
"Missing a temporary folder" : "Falta una carpeta temporal",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -44,7 +44,6 @@
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"Today" : "Hoy",

View File

@@ -10,15 +10,16 @@ OC.L10N.register(
"To review" : "Para revisar",
"Action needed" : "Acción requerida",
"Later" : "Después",
"copy" : "copiar",
"Done" : "Terminado",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML",
"No file was uploaded" : "No se cargó el archivo",
"Missing a temporary folder" : "Falta una carpeta temporal",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -46,9 +47,9 @@ OC.L10N.register(
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"An error occurred" : "Se presentó un error",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"This week" : "Esta semana"

View File

@@ -8,15 +8,16 @@
"To review" : "Para revisar",
"Action needed" : "Acción requerida",
"Later" : "Después",
"copy" : "copiar",
"Done" : "Terminado",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML",
"No file was uploaded" : "No se cargó el archivo",
"Missing a temporary folder" : "Falta una carpeta temporal",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -44,9 +45,9 @@
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"An error occurred" : "Se presentó un error",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"This week" : "Esta semana"

View File

@@ -19,10 +19,10 @@ 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",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -50,7 +50,6 @@ OC.L10N.register(
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"Today" : "Hoy",

View File

@@ -17,10 +17,10 @@
"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",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -48,7 +48,6 @@
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"Today" : "Hoy",

View File

@@ -15,10 +15,10 @@ OC.L10N.register(
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML",
"No file was uploaded" : "No se cargó el archivo",
"Missing a temporary folder" : "Falta una carpeta temporal",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -46,7 +46,6 @@ OC.L10N.register(
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"Today" : "Hoy",

View File

@@ -13,10 +13,10 @@
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML",
"No file was uploaded" : "No se cargó el archivo",
"Missing a temporary folder" : "Falta una carpeta temporal",
"Create new board" : "Crear un nuevo tablero",
"Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe",
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
"Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas",
"Details" : "Detalles",
"Sharing" : "Compartiendo",
@@ -44,7 +44,6 @@
"seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted",
"New board title" : "Nuevo título del tablero",
"Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero",
"Today" : "Hoy",

View File

@@ -99,8 +99,8 @@ OC.L10N.register(
"No file uploaded or file size exceeds maximum of %s" : "Ez da fitxategirik kargatu edo fitxategi-tamainak gehienezko %s muga gainditzen du",
"Personal planning and team project organization" : "Plangintza pertsonala eta talde proiektuen kudeaketa",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck aplikazioa plangintza pertsonalera eta proiektuen antolaketara zuzenduta dagoen Nextcloudekin integratutako kanban moduko tresna bat da.\n\n\n- 📥 Gehitu atazak txarteletan eta ordenatu\n- 📄 Idatzi ohar gehigarriak markdown erabiliz\n- 🔖 Esleitu etiketak antolaketa are gehiago hobetzeko\n- 👥 Partekatu zure talde, lagun edo familiarekin\n- 📎 Erantsi fitxategiak eta kapsulatu zure markdown deskribapenean\n- 💬 Eztabaidatu zure taldearekin iruzkinak erabiliz\n- ⚡ Egin aldaketen jarraipena jarduera jarioa erabiliz\n- 🚀 Antolatu zure proiektua",
"Create new board" : "Sortu mahai berri bat",
"new board" : "mahai berria",
"Card details" : "Txartelaren xehetasunak",
"Add board" : "Gehitu mahaia",
"Select the board to link to a project" : "Hautatu mahaia proiektu bati estekatzeko",
"Search by board title" : "Bilatu mahai izenez",
"Select board" : "Hautatu mahaia",
@@ -117,7 +117,7 @@ OC.L10N.register(
"This board is read only" : "Mahai hau irakurtzeko soilik da",
"Drop your files to upload" : "Jaregin zure fitxategiak kargatzeko",
"Archived cards" : "Artxibatutako txartelak",
"Add new list" : "Gehitu zerrenda berria",
"Add list" : "Gehitu zerrenda",
"List name" : "Zerrendaren izena",
"Apply filter" : "Ezarri iragazkia",
"Filter by tag" : "Iragazi etiketaz",
@@ -130,6 +130,7 @@ OC.L10N.register(
"Next 30 days" : "Hurrengo 30 egunetan",
"No due date" : "Epe-mugarik gabe",
"Clear filter" : "Garbitu iragazia",
"Hide archived cards" : "Ezkutatu artxibatutako txartelak",
"Show archived cards" : "Erakutsi artxibatutako txartelak",
"Toggle compact mode" : "Txandakatu modu trinkoa",
"Details" : "Xehetasunak",
@@ -184,6 +185,7 @@ OC.L10N.register(
"Attachments" : "Eranskinak",
"Comments" : "Iruzkinak",
"Choose attachment" : "Aukeratu eranskina",
"Select Date" : "Hautatu data",
"Modified" : "Aldatua",
"Created" : "Sortua",
"No comments yet. Begin the discussion!" : "Ez dago iruzkinik oraindik. Hasi eztabaidatzen!",
@@ -201,7 +203,6 @@ OC.L10N.register(
"Archive card" : "Artxibatu txartela",
"Delete card" : "Ezabatu txartela",
"Move card" : "Mugitu txartela",
"Card details" : "Txartelaren xehetasunak",
"Move card to another board" : "Mugitu txartela beste mahai batera",
"Select a list" : "Hautatu zerrenda bat",
"seconds ago" : "segundo lehenago",
@@ -210,7 +211,6 @@ OC.L10N.register(
"Shared with you" : "Zurekin partekatua",
"Limit deck usage of groups" : "Mugatu taldeek Deck erabiltzeko aukera",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Deck mugatzeak taldeetako kide ez diren erabiltzaileei beren mahai propioak sortzea eragotziko die. Erabiltzaileek beraiekin partekatu diren mahaietan lan egin ahalko dute.",
"New board title" : "Mahai berriaren izenburua",
"Edit board" : "Editatu mahaia",
"Clone board " : "Klonatu mahaia",
"Unarchive board " : "Berreskuratu mahaia artxibotik",
@@ -226,8 +226,8 @@ OC.L10N.register(
"Tomorrow" : "Bihar",
"This week" : "Aste honetan",
"No due" : "Epemugarik ez",
"upcoming cards" : "hurrengo txartelak",
"No upcoming cards" : "Ez dago hurrengo txartelik",
"upcoming cards" : "hurrengo txartelak",
"Link to a board" : "Estekatu mahai batera",
"Link to a card" : "Estekatu txartel batera",
"Something went wrong" : "Zerbait gaizki joan da",

View File

@@ -97,8 +97,8 @@
"No file uploaded or file size exceeds maximum of %s" : "Ez da fitxategirik kargatu edo fitxategi-tamainak gehienezko %s muga gainditzen du",
"Personal planning and team project organization" : "Plangintza pertsonala eta talde proiektuen kudeaketa",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck aplikazioa plangintza pertsonalera eta proiektuen antolaketara zuzenduta dagoen Nextcloudekin integratutako kanban moduko tresna bat da.\n\n\n- 📥 Gehitu atazak txarteletan eta ordenatu\n- 📄 Idatzi ohar gehigarriak markdown erabiliz\n- 🔖 Esleitu etiketak antolaketa are gehiago hobetzeko\n- 👥 Partekatu zure talde, lagun edo familiarekin\n- 📎 Erantsi fitxategiak eta kapsulatu zure markdown deskribapenean\n- 💬 Eztabaidatu zure taldearekin iruzkinak erabiliz\n- ⚡ Egin aldaketen jarraipena jarduera jarioa erabiliz\n- 🚀 Antolatu zure proiektua",
"Create new board" : "Sortu mahai berri bat",
"new board" : "mahai berria",
"Card details" : "Txartelaren xehetasunak",
"Add board" : "Gehitu mahaia",
"Select the board to link to a project" : "Hautatu mahaia proiektu bati estekatzeko",
"Search by board title" : "Bilatu mahai izenez",
"Select board" : "Hautatu mahaia",
@@ -115,7 +115,7 @@
"This board is read only" : "Mahai hau irakurtzeko soilik da",
"Drop your files to upload" : "Jaregin zure fitxategiak kargatzeko",
"Archived cards" : "Artxibatutako txartelak",
"Add new list" : "Gehitu zerrenda berria",
"Add list" : "Gehitu zerrenda",
"List name" : "Zerrendaren izena",
"Apply filter" : "Ezarri iragazkia",
"Filter by tag" : "Iragazi etiketaz",
@@ -128,6 +128,7 @@
"Next 30 days" : "Hurrengo 30 egunetan",
"No due date" : "Epe-mugarik gabe",
"Clear filter" : "Garbitu iragazia",
"Hide archived cards" : "Ezkutatu artxibatutako txartelak",
"Show archived cards" : "Erakutsi artxibatutako txartelak",
"Toggle compact mode" : "Txandakatu modu trinkoa",
"Details" : "Xehetasunak",
@@ -182,6 +183,7 @@
"Attachments" : "Eranskinak",
"Comments" : "Iruzkinak",
"Choose attachment" : "Aukeratu eranskina",
"Select Date" : "Hautatu data",
"Modified" : "Aldatua",
"Created" : "Sortua",
"No comments yet. Begin the discussion!" : "Ez dago iruzkinik oraindik. Hasi eztabaidatzen!",
@@ -199,7 +201,6 @@
"Archive card" : "Artxibatu txartela",
"Delete card" : "Ezabatu txartela",
"Move card" : "Mugitu txartela",
"Card details" : "Txartelaren xehetasunak",
"Move card to another board" : "Mugitu txartela beste mahai batera",
"Select a list" : "Hautatu zerrenda bat",
"seconds ago" : "segundo lehenago",
@@ -208,7 +209,6 @@
"Shared with you" : "Zurekin partekatua",
"Limit deck usage of groups" : "Mugatu taldeek Deck erabiltzeko aukera",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Deck mugatzeak taldeetako kide ez diren erabiltzaileei beren mahai propioak sortzea eragotziko die. Erabiltzaileek beraiekin partekatu diren mahaietan lan egin ahalko dute.",
"New board title" : "Mahai berriaren izenburua",
"Edit board" : "Editatu mahaia",
"Clone board " : "Klonatu mahaia",
"Unarchive board " : "Berreskuratu mahaia artxibotik",
@@ -224,8 +224,8 @@
"Tomorrow" : "Bihar",
"This week" : "Aste honetan",
"No due" : "Epemugarik ez",
"upcoming cards" : "hurrengo txartelak",
"No upcoming cards" : "Ez dago hurrengo txartelik",
"upcoming cards" : "hurrengo txartelak",
"Link to a board" : "Estekatu mahai batera",
"Link to a card" : "Estekatu txartel batera",
"Something went wrong" : "Zerbait gaizki joan da",

View File

@@ -38,8 +38,8 @@ OC.L10N.register(
"Could not write file to disk" : "عدم موفقیت در نوشتن پرونده روی حافظه",
"A PHP extension stopped the file upload" : "یک افزونه پی‌اچ‌پی مانع بارگذاری پرونده شد",
"No file uploaded or file size exceeds maximum of %s" : "پرونده‌ای بارگذاری نشد و یا حجم پرونده بیش از بیشینه مجاز %s بود",
"Create new board" : "ایجاد تختهٔ جدید",
"new board" : "تختهٔ جدید",
"Card details" : "جزئیات کارت",
"Add board" : "تخته را اضافه کنید",
"Select the board to link to a project" : "تخته‌ای را برای ایجاد پیوند با یک پروژه انتخاب کنید",
"Search by board title" : "جستجو بر اساس عنوان تخته",
"Select board" : "انتخاب تخته",
@@ -56,7 +56,7 @@ OC.L10N.register(
"This board is read only" : "تخته، فقط خواندنی است",
"Drop your files to upload" : "برای بارگذاری، پرونده‌ها را اینجا رها کنید",
"Archived cards" : "کارت‌های بایگانی‌شده",
"Add new list" : "افزودن فهرست جدید",
"Add list" : "افزودن فهرست",
"List name" : "نام فهرست",
"Apply filter" : "اعمال پالایه",
"Filter by tag" : "پالایش برحسب برچسب",
@@ -108,6 +108,7 @@ OC.L10N.register(
"Attachments" : "پیوست‌ها",
"Comments" : "نظرات",
"Choose attachment" : "انتخاب پیوست",
"Select Date" : "تاریخ را انتخاب کنید",
"Modified" : "تغییر یافته",
"Created" : "ایجاد شده",
"No comments yet. Begin the discussion!" : "هنوز نظری وجود ندارد. بحثی را آغاز کنید!",
@@ -122,13 +123,11 @@ OC.L10N.register(
"Archive card" : "کارت بایگانی",
"Delete card" : "حذف کارت",
"Move card" : "انتقال کارت",
"Card details" : "جزئیات کارت",
"Move card to another board" : "انتقال کارت به تخته‌ای دیگر",
"seconds ago" : "ثانیه‌هایی پیش",
"All boards" : "همه تخته‌ها",
"Archived boards" : "تخته‌های بایگانی شده",
"Shared with you" : "با شما به اشتراک گذاشته شده است",
"New board title" : "عنوان تختهٔ جدید",
"Edit board" : "ویرایش تخته",
"An error occurred" : "خطایی روی داد",
"Today" : "Today",

View File

@@ -36,8 +36,8 @@
"Could not write file to disk" : "عدم موفقیت در نوشتن پرونده روی حافظه",
"A PHP extension stopped the file upload" : "یک افزونه پی‌اچ‌پی مانع بارگذاری پرونده شد",
"No file uploaded or file size exceeds maximum of %s" : "پرونده‌ای بارگذاری نشد و یا حجم پرونده بیش از بیشینه مجاز %s بود",
"Create new board" : "ایجاد تختهٔ جدید",
"new board" : "تختهٔ جدید",
"Card details" : "جزئیات کارت",
"Add board" : "تخته را اضافه کنید",
"Select the board to link to a project" : "تخته‌ای را برای ایجاد پیوند با یک پروژه انتخاب کنید",
"Search by board title" : "جستجو بر اساس عنوان تخته",
"Select board" : "انتخاب تخته",
@@ -54,7 +54,7 @@
"This board is read only" : "تخته، فقط خواندنی است",
"Drop your files to upload" : "برای بارگذاری، پرونده‌ها را اینجا رها کنید",
"Archived cards" : "کارت‌های بایگانی‌شده",
"Add new list" : "افزودن فهرست جدید",
"Add list" : "افزودن فهرست",
"List name" : "نام فهرست",
"Apply filter" : "اعمال پالایه",
"Filter by tag" : "پالایش برحسب برچسب",
@@ -106,6 +106,7 @@
"Attachments" : "پیوست‌ها",
"Comments" : "نظرات",
"Choose attachment" : "انتخاب پیوست",
"Select Date" : "تاریخ را انتخاب کنید",
"Modified" : "تغییر یافته",
"Created" : "ایجاد شده",
"No comments yet. Begin the discussion!" : "هنوز نظری وجود ندارد. بحثی را آغاز کنید!",
@@ -120,13 +121,11 @@
"Archive card" : "کارت بایگانی",
"Delete card" : "حذف کارت",
"Move card" : "انتقال کارت",
"Card details" : "جزئیات کارت",
"Move card to another board" : "انتقال کارت به تخته‌ای دیگر",
"seconds ago" : "ثانیه‌هایی پیش",
"All boards" : "همه تخته‌ها",
"Archived boards" : "تخته‌های بایگانی شده",
"Shared with you" : "با شما به اشتراک گذاشته شده است",
"New board title" : "عنوان تختهٔ جدید",
"Edit board" : "ویرایش تخته",
"An error occurred" : "خطایی روی داد",
"Today" : "Today",

View File

@@ -71,8 +71,8 @@ OC.L10N.register(
"A PHP extension stopped the file upload" : "PHP:n laajennus esti tiedoston lähettämisen",
"No file uploaded or file size exceeds maximum of %s" : "Tiedostoa ei lähetetty tai sen koko ylitti maksimin %s",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Pakka on Nextcloudissa työtään hallinnoivien tiimien käyttöön tarkoitettu kanban-tyyppinen organisointityökalu.\n\n\n- 📥 Lisää tehtävät korteille ja järjestele ne mielesi mukaan\n- 📄 Kirjoita lisätietoja markdown-kielellä\n- 🔖 Määritä tunnisteita helpottaaksesi hallintaa\n- 👥 Jaa tiimin, perheen tai kavereiden kanssa\n- 📎 Lisää tiedostoja ja upota ne lisätietoihin\n- 💬 Keskustele tiimisi kanssa kommenteilla\n- ⚡ Pidä kirjaa muutoksista tapahtumavirran avulla\n- 🚀 Pidä projektisi hallinnassa",
"Create new board" : "Luo uusi taulu",
"new board" : "uusi taulu",
"Card details" : "Näytä kortin sisältö",
"Add board" : "Lisää taulu",
"Select the board to link to a project" : "Valitse projektiin linkitettävä taulu",
"Select board" : "Valitse taulu",
"Select the card to link to a project" : "Valitse projektiin linkitettävä kortti",
@@ -88,14 +88,16 @@ OC.L10N.register(
"This board is read only" : "Tämä taulu on kirjoitussuojattu",
"Drop your files to upload" : "Pudota tiedostot lähettääksesi ne",
"Archived cards" : "Arkistoidut kortit",
"Add new list" : "Lisää uusi lista",
"Add list" : "Lisää lista",
"List name" : "Listan nimi",
"Apply filter" : "Toteuta suodatus",
"Filter by tag" : "Suodata tunnisteen perusteella",
"Overdue" : "Myöhässä",
"Next 24 hours" : "Seuraavat 24 tuntia",
"Next 7 days" : "Seuraavat 7 päivää",
"Next 30 days" : "Seuraavat 30 päivää",
"No due date" : "Ei eräpäivää",
"Hide archived cards" : "Piilota arkistoidut kortit",
"Show archived cards" : "Näytä arkistoidut kortit",
"Toggle compact mode" : "Käytä kompaktia tilaa",
"Details" : "Tiedot",
@@ -115,14 +117,18 @@ OC.L10N.register(
"Can share" : "Voi jakaa",
"Can manage" : "Voi hallita",
"Delete" : "Poista",
"Archive all cards" : "Arkistoi kaikki kortit",
"Delete list" : "Poista lista",
"Add card" : "Lisää kortti",
"Add a new card" : "Lisää uusi kortti",
"Card name" : "Kortin nimi",
"Edit" : "Muokkaa",
"Add a new tag" : "Lisää uusi tunniste",
"title and color value must be provided" : "tunnisteella on oltava nimi ja väri",
"Title" : "Otsikko",
"Members" : "Jäsenet",
"Upload attachment" : "Lähetä liite",
"Add this attachment" : "Lisää tämä liite",
"Delete Attachment" : "Poista liite",
"Restore Attachment" : "Palauta liite",
"Assign a tag to this card…" : "Lisää kortille tunniste...",
@@ -130,9 +136,15 @@ OC.L10N.register(
"Set a due date" : "Aseta eräpäivä",
"Remove due date" : "Poista eräpäivä",
"Description" : "Kuvaus",
"(Saving…)" : "(Tallennetaan…)",
"Formatting help" : "Muotoiluapu",
"Edit description" : "Muokkaa kuvausta",
"View description" : "Näytä kuvaus",
"Add Attachment" : "Lisää liite",
"Attachments" : "Liitteet",
"Comments" : "Kommentit",
"Choose attachment" : "Valitse liite",
"Select Date" : "Valitse päivä",
"Modified" : "Muokattu",
"Created" : "Luotu",
"No comments yet. Begin the discussion!" : "Ei vielä kommentteja. Aloita keskustelu!",
@@ -146,16 +158,19 @@ OC.L10N.register(
"Archive card" : "Arkistoi kortti",
"Delete card" : "Poista kortti",
"Move card" : "Siirrä kortti",
"Card details" : "Näytä kortin sisältö",
"seconds ago" : "sekuntia sitten",
"All boards" : "Kaikki taulut",
"Archived boards" : "Arkistoidut taulut",
"Shared with you" : "Jaettu kanssasi",
"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." : "Pakan käytön rajoittaminen estää merkittyjen ryhmien jäseniä luomasta omia taulujaan, mutta käyttäjät pystyvät silti käyttämään heidän kanssaan jaettuja tauluja.",
"New board title" : "Uusi taulun otsikko",
"Edit board" : "Muokkaa taulua",
"Clone board " : "Monista taulu",
"Archive board " : "Arkistoi taulu",
"Delete board " : "Poista taulu",
"Board details" : "Taulun tiedot",
"Board {0} deleted" : "Taulu {0} poistettu",
"An error occurred" : "Tapahtui virhe",
"Delete the board?" : "Poistetaanko tämä taulu?",
"Today" : "Tänään",
"Tomorrow" : "Huomenna",
"This week" : "Tällä viikolla",

View File

@@ -69,8 +69,8 @@
"A PHP extension stopped the file upload" : "PHP:n laajennus esti tiedoston lähettämisen",
"No file uploaded or file size exceeds maximum of %s" : "Tiedostoa ei lähetetty tai sen koko ylitti maksimin %s",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Pakka on Nextcloudissa työtään hallinnoivien tiimien käyttöön tarkoitettu kanban-tyyppinen organisointityökalu.\n\n\n- 📥 Lisää tehtävät korteille ja järjestele ne mielesi mukaan\n- 📄 Kirjoita lisätietoja markdown-kielellä\n- 🔖 Määritä tunnisteita helpottaaksesi hallintaa\n- 👥 Jaa tiimin, perheen tai kavereiden kanssa\n- 📎 Lisää tiedostoja ja upota ne lisätietoihin\n- 💬 Keskustele tiimisi kanssa kommenteilla\n- ⚡ Pidä kirjaa muutoksista tapahtumavirran avulla\n- 🚀 Pidä projektisi hallinnassa",
"Create new board" : "Luo uusi taulu",
"new board" : "uusi taulu",
"Card details" : "Näytä kortin sisältö",
"Add board" : "Lisää taulu",
"Select the board to link to a project" : "Valitse projektiin linkitettävä taulu",
"Select board" : "Valitse taulu",
"Select the card to link to a project" : "Valitse projektiin linkitettävä kortti",
@@ -86,14 +86,16 @@
"This board is read only" : "Tämä taulu on kirjoitussuojattu",
"Drop your files to upload" : "Pudota tiedostot lähettääksesi ne",
"Archived cards" : "Arkistoidut kortit",
"Add new list" : "Lisää uusi lista",
"Add list" : "Lisää lista",
"List name" : "Listan nimi",
"Apply filter" : "Toteuta suodatus",
"Filter by tag" : "Suodata tunnisteen perusteella",
"Overdue" : "Myöhässä",
"Next 24 hours" : "Seuraavat 24 tuntia",
"Next 7 days" : "Seuraavat 7 päivää",
"Next 30 days" : "Seuraavat 30 päivää",
"No due date" : "Ei eräpäivää",
"Hide archived cards" : "Piilota arkistoidut kortit",
"Show archived cards" : "Näytä arkistoidut kortit",
"Toggle compact mode" : "Käytä kompaktia tilaa",
"Details" : "Tiedot",
@@ -113,14 +115,18 @@
"Can share" : "Voi jakaa",
"Can manage" : "Voi hallita",
"Delete" : "Poista",
"Archive all cards" : "Arkistoi kaikki kortit",
"Delete list" : "Poista lista",
"Add card" : "Lisää kortti",
"Add a new card" : "Lisää uusi kortti",
"Card name" : "Kortin nimi",
"Edit" : "Muokkaa",
"Add a new tag" : "Lisää uusi tunniste",
"title and color value must be provided" : "tunnisteella on oltava nimi ja väri",
"Title" : "Otsikko",
"Members" : "Jäsenet",
"Upload attachment" : "Lähetä liite",
"Add this attachment" : "Lisää tämä liite",
"Delete Attachment" : "Poista liite",
"Restore Attachment" : "Palauta liite",
"Assign a tag to this card…" : "Lisää kortille tunniste...",
@@ -128,9 +134,15 @@
"Set a due date" : "Aseta eräpäivä",
"Remove due date" : "Poista eräpäivä",
"Description" : "Kuvaus",
"(Saving…)" : "(Tallennetaan…)",
"Formatting help" : "Muotoiluapu",
"Edit description" : "Muokkaa kuvausta",
"View description" : "Näytä kuvaus",
"Add Attachment" : "Lisää liite",
"Attachments" : "Liitteet",
"Comments" : "Kommentit",
"Choose attachment" : "Valitse liite",
"Select Date" : "Valitse päivä",
"Modified" : "Muokattu",
"Created" : "Luotu",
"No comments yet. Begin the discussion!" : "Ei vielä kommentteja. Aloita keskustelu!",
@@ -144,16 +156,19 @@
"Archive card" : "Arkistoi kortti",
"Delete card" : "Poista kortti",
"Move card" : "Siirrä kortti",
"Card details" : "Näytä kortin sisältö",
"seconds ago" : "sekuntia sitten",
"All boards" : "Kaikki taulut",
"Archived boards" : "Arkistoidut taulut",
"Shared with you" : "Jaettu kanssasi",
"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." : "Pakan käytön rajoittaminen estää merkittyjen ryhmien jäseniä luomasta omia taulujaan, mutta käyttäjät pystyvät silti käyttämään heidän kanssaan jaettuja tauluja.",
"New board title" : "Uusi taulun otsikko",
"Edit board" : "Muokkaa taulua",
"Clone board " : "Monista taulu",
"Archive board " : "Arkistoi taulu",
"Delete board " : "Poista taulu",
"Board details" : "Taulun tiedot",
"Board {0} deleted" : "Taulu {0} poistettu",
"An error occurred" : "Tapahtui virhe",
"Delete the board?" : "Poistetaanko tämä taulu?",
"Today" : "Tänään",
"Tomorrow" : "Huomenna",
"This week" : "Tällä viikolla",

View File

@@ -67,6 +67,7 @@ OC.L10N.register(
"Deck" : "Deck",
"Changes in the <strong>Deck app</strong>" : "Modifications dans <strong>Deck app</strong>",
"A <strong>comment</strong> was created on a card" : "Un <strong>commentaire</strong> a été créé sur une carte",
"Upcoming cards" : "Cartes à venir",
"Personal" : "Personnel",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La carte \"%s\" de \"%s\" vous a été assignée par %s.",
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} vous a assigné la carte \"%s\" de \"%s\".",
@@ -98,8 +99,8 @@ OC.L10N.register(
"No file uploaded or file size exceeds maximum of %s" : "Aucun fichier envoyé ou la taille du fichier dépasse le maximum de %s",
"Personal planning and team project organization" : "Agenda personnel et organisation projet",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck est un outil d'organisation de style kanban destiné à la planification personnelle et à l'organisation de projets pour les équipes intégrées à Nextcloud.\n\n\n- 📥 Ajoutez vos tâches à des cartes et organisez-les\n- 📄 Écrivez des notes supplémentaires en Markdown\n- 🔖 Affectez des étiquettes pour une organisation encore meilleure\n- 👥 Partagez avec votre équipe, vos amis ou votre famille\n- 📎 Attachez des fichiers et utilisez les dans vos descriptions en Markdown\n- 💬 Échangez avec votre équipe grâce aux commentaires\n- ⚡ Gardez un œil sur les modifications dans le flux d'activité\n- 🚀 Organisez vos projets",
"Create new board" : "Créer un nouveau tableau",
"new board" : "nouveau tableau",
"Card details" : "Détails de la carte",
"Add board" : "Ajouter un tableau",
"Select the board to link to a project" : "Sélection le tableau pour faire le lien avec un projet.",
"Search by board title" : "Rechercher par titre du tableau",
"Select board" : "Sélectionner le tableau",
@@ -116,7 +117,7 @@ OC.L10N.register(
"This board is read only" : "Ce tableau est en lecture seule",
"Drop your files to upload" : "Glissez vos fichiers pour les envoyer",
"Archived cards" : "Cartes archivées",
"Add new list" : "Ajouter une nouvelle liste",
"Add list" : "Ajouter une liste",
"List name" : "Nom de la liste",
"Apply filter" : "Filtrer",
"Filter by tag" : "Filtrer par étiquette",
@@ -129,6 +130,7 @@ OC.L10N.register(
"Next 30 days" : "30 prochains jours",
"No due date" : "Sans échéance",
"Clear filter" : "Supprimer le filtre",
"Hide archived cards" : "Masquer les cartes archivées",
"Show archived cards" : "Afficher les cartes archivées",
"Toggle compact mode" : "Basculer le mode compact",
"Details" : "Détails",
@@ -157,6 +159,7 @@ OC.L10N.register(
"Add card" : "Ajouter une carte",
"Archive all cards in this list" : "Archiver toutes les cartes de cette liste",
"Add a new card" : "Ajouter une nouvelle carte",
"Card name" : "Nom de la carte",
"Edit" : "Modifier",
"Add a new tag" : "Ajouter une nouvelle étiquette",
"title and color value must be provided" : "le titre et la couleur doivent être renseignés",
@@ -166,6 +169,8 @@ OC.L10N.register(
"Add this attachment" : "Ajouter cette pièce jointe",
"Delete Attachment" : "Supprimer la pièce jointe",
"Restore Attachment" : "Restaurer la pièce jointe",
"Open in sidebar view" : "Ouvrir dans la barre latérale",
"Open in bigger view" : "Ouvrir dans la vue principale",
"Assign a tag to this card…" : "Associer une étiquette à cette carte…",
"Assign to users" : "Attribuer aux utilisateurs",
"Assign to users/groups/circles" : "Attribuer à des utilisateurs / groupes / cercles",
@@ -183,8 +188,10 @@ OC.L10N.register(
"Attachments" : "Pièces jointes",
"Comments" : "Commentaires",
"Choose attachment" : "Choisir une pièce jointe",
"Select Date" : "Sélectionnez une date",
"Modified" : "Modifié",
"Created" : "Créé",
"The title cannot be empty." : "Le titre ne peut pas être vide.",
"No comments yet. Begin the discussion!" : "Aucun commentaire pour l'instant, démarrez la discussion !",
"Save" : "Enregistrer",
"The comment cannot be empty." : "Un commentaire ne peut pas être vide.",
@@ -200,16 +207,17 @@ OC.L10N.register(
"Archive card" : "Archiver la carte",
"Delete card" : "Supprimer la carte",
"Move card" : "Déplacer la carte",
"Card details" : "Détails de la carte",
"Move card to another board" : "Déplacer la carte vers un autre tableau ",
"Select a list" : "Sélectionner une liste",
"seconds ago" : "à l'instant",
"All boards" : "Tous les tableaux",
"Archived boards" : "Tableaux archivés",
"Shared with you" : "Partagés avec vous",
"Use modal card view" : "Utiliser la vue modale",
"Show boards in calendar/tasks" : "Afficher les tableaux dans les agendas/tâches",
"Limit deck usage of groups" : "Limiter l'utilisation du tableau aux groupes",
"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." : "Limiter Deck empêchera les utilisateurs ne faisant pas partie de ces groupes de créer leurs propres tableaux. Ces utilisateurs pourront toujours travailler sur les tableaux qui ont été partagés avec eux.",
"New board title" : "Nouveau titre pour le tableau",
"Board name" : "Nom du tableau",
"Edit board" : "Modifier le tableau",
"Clone board " : "Dupliquer le tableau",
"Unarchive board " : "Sortir le tableau des archives",
@@ -225,6 +233,8 @@ OC.L10N.register(
"Tomorrow" : "Demain",
"This week" : "Cette semaine",
"No due" : "Sans échéance",
"No upcoming cards" : "Pas de cartes à venir",
"upcoming cards" : "cartes à venir",
"Link to a board" : "Relier à un tableau",
"Link to a card" : "Relier à une carte",
"Something went wrong" : "Quelque chose s'est mal passé",

View File

@@ -65,6 +65,7 @@
"Deck" : "Deck",
"Changes in the <strong>Deck app</strong>" : "Modifications dans <strong>Deck app</strong>",
"A <strong>comment</strong> was created on a card" : "Un <strong>commentaire</strong> a été créé sur une carte",
"Upcoming cards" : "Cartes à venir",
"Personal" : "Personnel",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La carte \"%s\" de \"%s\" vous a été assignée par %s.",
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} vous a assigné la carte \"%s\" de \"%s\".",
@@ -96,8 +97,8 @@
"No file uploaded or file size exceeds maximum of %s" : "Aucun fichier envoyé ou la taille du fichier dépasse le maximum de %s",
"Personal planning and team project organization" : "Agenda personnel et organisation projet",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck est un outil d'organisation de style kanban destiné à la planification personnelle et à l'organisation de projets pour les équipes intégrées à Nextcloud.\n\n\n- 📥 Ajoutez vos tâches à des cartes et organisez-les\n- 📄 Écrivez des notes supplémentaires en Markdown\n- 🔖 Affectez des étiquettes pour une organisation encore meilleure\n- 👥 Partagez avec votre équipe, vos amis ou votre famille\n- 📎 Attachez des fichiers et utilisez les dans vos descriptions en Markdown\n- 💬 Échangez avec votre équipe grâce aux commentaires\n- ⚡ Gardez un œil sur les modifications dans le flux d'activité\n- 🚀 Organisez vos projets",
"Create new board" : "Créer un nouveau tableau",
"new board" : "nouveau tableau",
"Card details" : "Détails de la carte",
"Add board" : "Ajouter un tableau",
"Select the board to link to a project" : "Sélection le tableau pour faire le lien avec un projet.",
"Search by board title" : "Rechercher par titre du tableau",
"Select board" : "Sélectionner le tableau",
@@ -114,7 +115,7 @@
"This board is read only" : "Ce tableau est en lecture seule",
"Drop your files to upload" : "Glissez vos fichiers pour les envoyer",
"Archived cards" : "Cartes archivées",
"Add new list" : "Ajouter une nouvelle liste",
"Add list" : "Ajouter une liste",
"List name" : "Nom de la liste",
"Apply filter" : "Filtrer",
"Filter by tag" : "Filtrer par étiquette",
@@ -127,6 +128,7 @@
"Next 30 days" : "30 prochains jours",
"No due date" : "Sans échéance",
"Clear filter" : "Supprimer le filtre",
"Hide archived cards" : "Masquer les cartes archivées",
"Show archived cards" : "Afficher les cartes archivées",
"Toggle compact mode" : "Basculer le mode compact",
"Details" : "Détails",
@@ -155,6 +157,7 @@
"Add card" : "Ajouter une carte",
"Archive all cards in this list" : "Archiver toutes les cartes de cette liste",
"Add a new card" : "Ajouter une nouvelle carte",
"Card name" : "Nom de la carte",
"Edit" : "Modifier",
"Add a new tag" : "Ajouter une nouvelle étiquette",
"title and color value must be provided" : "le titre et la couleur doivent être renseignés",
@@ -164,6 +167,8 @@
"Add this attachment" : "Ajouter cette pièce jointe",
"Delete Attachment" : "Supprimer la pièce jointe",
"Restore Attachment" : "Restaurer la pièce jointe",
"Open in sidebar view" : "Ouvrir dans la barre latérale",
"Open in bigger view" : "Ouvrir dans la vue principale",
"Assign a tag to this card…" : "Associer une étiquette à cette carte…",
"Assign to users" : "Attribuer aux utilisateurs",
"Assign to users/groups/circles" : "Attribuer à des utilisateurs / groupes / cercles",
@@ -181,8 +186,10 @@
"Attachments" : "Pièces jointes",
"Comments" : "Commentaires",
"Choose attachment" : "Choisir une pièce jointe",
"Select Date" : "Sélectionnez une date",
"Modified" : "Modifié",
"Created" : "Créé",
"The title cannot be empty." : "Le titre ne peut pas être vide.",
"No comments yet. Begin the discussion!" : "Aucun commentaire pour l'instant, démarrez la discussion !",
"Save" : "Enregistrer",
"The comment cannot be empty." : "Un commentaire ne peut pas être vide.",
@@ -198,16 +205,17 @@
"Archive card" : "Archiver la carte",
"Delete card" : "Supprimer la carte",
"Move card" : "Déplacer la carte",
"Card details" : "Détails de la carte",
"Move card to another board" : "Déplacer la carte vers un autre tableau ",
"Select a list" : "Sélectionner une liste",
"seconds ago" : "à l'instant",
"All boards" : "Tous les tableaux",
"Archived boards" : "Tableaux archivés",
"Shared with you" : "Partagés avec vous",
"Use modal card view" : "Utiliser la vue modale",
"Show boards in calendar/tasks" : "Afficher les tableaux dans les agendas/tâches",
"Limit deck usage of groups" : "Limiter l'utilisation du tableau aux groupes",
"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." : "Limiter Deck empêchera les utilisateurs ne faisant pas partie de ces groupes de créer leurs propres tableaux. Ces utilisateurs pourront toujours travailler sur les tableaux qui ont été partagés avec eux.",
"New board title" : "Nouveau titre pour le tableau",
"Board name" : "Nom du tableau",
"Edit board" : "Modifier le tableau",
"Clone board " : "Dupliquer le tableau",
"Unarchive board " : "Sortir le tableau des archives",
@@ -223,6 +231,8 @@
"Tomorrow" : "Demain",
"This week" : "Cette semaine",
"No due" : "Sans échéance",
"No upcoming cards" : "Pas de cartes à venir",
"upcoming cards" : "cartes à venir",
"Link to a board" : "Relier à un tableau",
"Link to a card" : "Relier à une carte",
"Something went wrong" : "Quelque chose s'est mal passé",

View File

@@ -99,8 +99,8 @@ OC.L10N.register(
"No file uploaded or file size exceeds maximum of %s" : "Non se enviou ningún ficheiro ou o tamaño do ficheiro supera o máximo de %s",
"Personal planning and team project organization" : "Planificación persoal e organización de proxectos de equipo",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck é unha ferramenta de organización de estilo kanban dirixida a planificación persoal e organización de proxectos para equipos integrados con Nextcloud. \n\n\n- 📥 Engada as súas tarefas ás tarxetas e fagas ordenadas\n- 📄 Escriba notas adicionais en markdown\n- 🔖 Asigne etiquetas para unha mellor organización\n- 👥 Comparta co seu equipo, amigos ou a súa familia\n- 📎 Anexe ficheiros e insíraos na súa descrición de markdown\n- 💬 Debata co seu equipo usando os comentarios\n- ⚡ Faga un seguimento dos cambios no fluxo de actividade\n- 🚀 Teña o seu proxecto organizado",
"Create new board" : "Crear un novo taboleiro",
"new board" : "novo taboleiro",
"Card details" : "Detalles da tarxeta",
"Add board" : "Engadir taboleiro",
"Select the board to link to a project" : "Seleccione o taboleiro para ligar a un proxecto",
"Search by board title" : "Buscar polo título do taboleiro",
"Select board" : "Seleccionar taboleiro",
@@ -117,7 +117,7 @@ OC.L10N.register(
"This board is read only" : "Este taboleiro é só de lectura",
"Drop your files to upload" : "Arrastre os seus ficheiros para envialos",
"Archived cards" : "Tarxetas arquivadas",
"Add new list" : "Engadir unha lista nova",
"Add list" : "Engadir unha lista",
"List name" : "Nome da lista",
"Apply filter" : "Aplicar filtro",
"Filter by tag" : "Filtrar pola etiqueta",
@@ -130,6 +130,7 @@ OC.L10N.register(
"Next 30 days" : "Próximos 30 días",
"No due date" : "Sen data de caducidade",
"Clear filter" : "Limpar o filtro",
"Hide archived cards" : "Agochar as tarxetas arquivadas",
"Show archived cards" : "Amosar as tarxetas arquivadas",
"Toggle compact mode" : "Alternar o modo compacto",
"Details" : "Detalles",
@@ -158,6 +159,7 @@ OC.L10N.register(
"Add card" : "Engadir tarxeta",
"Archive all cards in this list" : "Arquivar todas as tarxetas desta lista",
"Add a new card" : "Engadir unha nova tarxeta",
"Card name" : "Nome da tarxeta",
"Edit" : "Editar",
"Add a new tag" : "Engadir unha nova etiqueta",
"title and color value must be provided" : "debe indicar o título e o valor da cor",
@@ -167,6 +169,8 @@ OC.L10N.register(
"Add this attachment" : "Engadir este anexo",
"Delete Attachment" : "Eliminar o anexo",
"Restore Attachment" : "Restaurar o anexo",
"Open in sidebar view" : "Abrir na vista da barra lateral",
"Open in bigger view" : "Abrir nunha vista máis grande",
"Assign a tag to this card…" : "Asignar unha etiqueta a esta tarxeta…",
"Assign to users" : "Asignar a usuarios",
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
@@ -184,8 +188,10 @@ OC.L10N.register(
"Attachments" : "Anexos",
"Comments" : "Comentarios",
"Choose attachment" : "Escoller o anexo",
"Select Date" : "Seleccione a data",
"Modified" : "Modificado",
"Created" : "Creado",
"The title cannot be empty." : "O título non pode estar baleiro.",
"No comments yet. Begin the discussion!" : "Aínda non hai comentarios. Comece o debate!",
"Save" : "Gardar",
"The comment cannot be empty." : "O comentario non pode estar baleiro",
@@ -201,16 +207,17 @@ OC.L10N.register(
"Archive card" : "Arquivar a tarxeta",
"Delete card" : "Eliminar tarxeta",
"Move card" : "Mover a tarxeta",
"Card details" : "Detalles da tarxeta",
"Move card to another board" : "Mover a tarxeta a outro taboleiro",
"Select a list" : "Seleccionar unha lista",
"seconds ago" : "segundos atrás",
"seconds ago" : "hai uns segundos",
"All boards" : "Todos os taboleiros",
"Archived boards" : "Taboleiros arquivados",
"Shared with you" : "Compartido con vostede",
"Use modal card view" : "Usar a vista de tarxeta modal",
"Show boards in calendar/tasks" : "Amosar taboleiros no calendario/tarefas",
"Limit deck usage of groups" : "Limitar o uso da plataforma a grupos",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitando Deck bloqueará os usuarios que non formen parte destes grupos, para crear os seus propios taboleiros. Os usuarios aínda así poderán traballar en taboleiros compartidos con eles.",
"New board title" : "Novo título do taboleiro",
"Board name" : "Nome do taboleiro",
"Edit board" : "Editar taboleiro",
"Clone board " : "Clonar taboleiro",
"Unarchive board " : "Desarquivar taboleiro",
@@ -226,8 +233,8 @@ OC.L10N.register(
"Tomorrow" : "Mañá",
"This week" : "Esta semana",
"No due" : "Sen caducidade",
"upcoming cards" : "tarxetas próximas",
"No upcoming cards" : "Non hai tarxetas próximas",
"upcoming cards" : "tarxetas próximas",
"Link to a board" : "Ligar a un taboleiro",
"Link to a card" : "Ligar a unha tarxeta",
"Something went wrong" : "Algo foi mal",

View File

@@ -97,8 +97,8 @@
"No file uploaded or file size exceeds maximum of %s" : "Non se enviou ningún ficheiro ou o tamaño do ficheiro supera o máximo de %s",
"Personal planning and team project organization" : "Planificación persoal e organización de proxectos de equipo",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck é unha ferramenta de organización de estilo kanban dirixida a planificación persoal e organización de proxectos para equipos integrados con Nextcloud. \n\n\n- 📥 Engada as súas tarefas ás tarxetas e fagas ordenadas\n- 📄 Escriba notas adicionais en markdown\n- 🔖 Asigne etiquetas para unha mellor organización\n- 👥 Comparta co seu equipo, amigos ou a súa familia\n- 📎 Anexe ficheiros e insíraos na súa descrición de markdown\n- 💬 Debata co seu equipo usando os comentarios\n- ⚡ Faga un seguimento dos cambios no fluxo de actividade\n- 🚀 Teña o seu proxecto organizado",
"Create new board" : "Crear un novo taboleiro",
"new board" : "novo taboleiro",
"Card details" : "Detalles da tarxeta",
"Add board" : "Engadir taboleiro",
"Select the board to link to a project" : "Seleccione o taboleiro para ligar a un proxecto",
"Search by board title" : "Buscar polo título do taboleiro",
"Select board" : "Seleccionar taboleiro",
@@ -115,7 +115,7 @@
"This board is read only" : "Este taboleiro é só de lectura",
"Drop your files to upload" : "Arrastre os seus ficheiros para envialos",
"Archived cards" : "Tarxetas arquivadas",
"Add new list" : "Engadir unha lista nova",
"Add list" : "Engadir unha lista",
"List name" : "Nome da lista",
"Apply filter" : "Aplicar filtro",
"Filter by tag" : "Filtrar pola etiqueta",
@@ -128,6 +128,7 @@
"Next 30 days" : "Próximos 30 días",
"No due date" : "Sen data de caducidade",
"Clear filter" : "Limpar o filtro",
"Hide archived cards" : "Agochar as tarxetas arquivadas",
"Show archived cards" : "Amosar as tarxetas arquivadas",
"Toggle compact mode" : "Alternar o modo compacto",
"Details" : "Detalles",
@@ -156,6 +157,7 @@
"Add card" : "Engadir tarxeta",
"Archive all cards in this list" : "Arquivar todas as tarxetas desta lista",
"Add a new card" : "Engadir unha nova tarxeta",
"Card name" : "Nome da tarxeta",
"Edit" : "Editar",
"Add a new tag" : "Engadir unha nova etiqueta",
"title and color value must be provided" : "debe indicar o título e o valor da cor",
@@ -165,6 +167,8 @@
"Add this attachment" : "Engadir este anexo",
"Delete Attachment" : "Eliminar o anexo",
"Restore Attachment" : "Restaurar o anexo",
"Open in sidebar view" : "Abrir na vista da barra lateral",
"Open in bigger view" : "Abrir nunha vista máis grande",
"Assign a tag to this card…" : "Asignar unha etiqueta a esta tarxeta…",
"Assign to users" : "Asignar a usuarios",
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
@@ -182,8 +186,10 @@
"Attachments" : "Anexos",
"Comments" : "Comentarios",
"Choose attachment" : "Escoller o anexo",
"Select Date" : "Seleccione a data",
"Modified" : "Modificado",
"Created" : "Creado",
"The title cannot be empty." : "O título non pode estar baleiro.",
"No comments yet. Begin the discussion!" : "Aínda non hai comentarios. Comece o debate!",
"Save" : "Gardar",
"The comment cannot be empty." : "O comentario non pode estar baleiro",
@@ -199,16 +205,17 @@
"Archive card" : "Arquivar a tarxeta",
"Delete card" : "Eliminar tarxeta",
"Move card" : "Mover a tarxeta",
"Card details" : "Detalles da tarxeta",
"Move card to another board" : "Mover a tarxeta a outro taboleiro",
"Select a list" : "Seleccionar unha lista",
"seconds ago" : "segundos atrás",
"seconds ago" : "hai uns segundos",
"All boards" : "Todos os taboleiros",
"Archived boards" : "Taboleiros arquivados",
"Shared with you" : "Compartido con vostede",
"Use modal card view" : "Usar a vista de tarxeta modal",
"Show boards in calendar/tasks" : "Amosar taboleiros no calendario/tarefas",
"Limit deck usage of groups" : "Limitar o uso da plataforma a grupos",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitando Deck bloqueará os usuarios que non formen parte destes grupos, para crear os seus propios taboleiros. Os usuarios aínda así poderán traballar en taboleiros compartidos con eles.",
"New board title" : "Novo título do taboleiro",
"Board name" : "Nome do taboleiro",
"Edit board" : "Editar taboleiro",
"Clone board " : "Clonar taboleiro",
"Unarchive board " : "Desarquivar taboleiro",
@@ -224,8 +231,8 @@
"Tomorrow" : "Mañá",
"This week" : "Esta semana",
"No due" : "Sen caducidade",
"upcoming cards" : "tarxetas próximas",
"No upcoming cards" : "Non hai tarxetas próximas",
"upcoming cards" : "tarxetas próximas",
"Link to a board" : "Ligar a un taboleiro",
"Link to a card" : "Ligar a unha tarxeta",
"Something went wrong" : "Algo foi mal",

View File

@@ -55,8 +55,8 @@ OC.L10N.register(
"A PHP extension stopped the file upload" : "הרחבת PHP עצרה את העלאת הקובץ",
"No file uploaded or file size exceeds maximum of %s" : "לא הועלה אף קובץ או שגודל הקובץ חרג מהסף המרבי של %s",
"Personal planning and team project organization" : "ארגון אישי וקבוצתי של מיזמים",
"Create new board" : "יצירת לוח חדש",
"new board" : "לוח חדש",
"Card details" : "פרטי הכרטיס",
"Add board" : "הוספת לוח",
"Select the board to link to a project" : "נא לבחור את הלוח לקישור למיזם",
"Search by board title" : "חיפוש לפי כותרת לו",
"Select board" : "בחירת לוח",
@@ -73,7 +73,7 @@ OC.L10N.register(
"This board is read only" : "הלוח הזה הוא לקריאה בלבד",
"Drop your files to upload" : "יש לגרור לכאן קבצים כדי להעלות",
"Archived cards" : "כרטיסים בארכיון",
"Add new list" : "הוספת רשימה חדשה",
"Add list" : "הוספת רשימה",
"List name" : "שם הרשימה",
"Apply filter" : "החלת מסנן",
"Filter by tag" : "סינון לפי תגית",
@@ -85,6 +85,7 @@ OC.L10N.register(
"Next 30 days" : "ב־30 הימים הבאים",
"No due date" : "ללא תאריך יעד",
"Clear filter" : "מחיקת מסנן",
"Hide archived cards" : "הסתרת כרטיסים בארכיון",
"Show archived cards" : "הצגת כרטיסים בארכיון",
"Toggle compact mode" : "החלפת מצב חסכוני",
"Details" : "פרטים",
@@ -134,6 +135,7 @@ OC.L10N.register(
"Attachments" : "קבצים מצורפים",
"Comments" : "תגובות",
"Choose attachment" : "בחירת קובץ מצורף",
"Select Date" : "בחירת תאריך",
"Modified" : "מועד שינוי",
"Created" : "מועד היצירה",
"No comments yet. Begin the discussion!" : "אין עדיין הערות. אפשר להתחיל לדון!",
@@ -150,7 +152,6 @@ OC.L10N.register(
"Archive card" : "העברת כרטיס לארכיון",
"Delete card" : "מחיקת כרטיס לארכיון",
"Move card" : "העברת כרטיס",
"Card details" : "פרטי הכרטיס",
"Move card to another board" : "העברת כרטיס ללוח אחר",
"seconds ago" : "לפני מספר שניות",
"All boards" : "כל הלוחות",
@@ -158,7 +159,6 @@ OC.L10N.register(
"Shared with you" : "משותף אתך",
"Limit deck usage of groups" : "הגבלת השימוש בחבילה לקבוצות",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "הגבלת חבילה תחסום משתמשים שאינם חלק מקבוצות אלו מיצירת לוחות משלהם. משתמשים עדיין יוכלו לעבור על לוחות ששותפו אתם.",
"New board title" : "כותרת לוח חדשה",
"Edit board" : "עריכת לוח",
"Clone board " : "שכפול לוח",
"Unarchive board " : "הוצאת הלוח מהארכיון",

View File

@@ -53,8 +53,8 @@
"A PHP extension stopped the file upload" : "הרחבת PHP עצרה את העלאת הקובץ",
"No file uploaded or file size exceeds maximum of %s" : "לא הועלה אף קובץ או שגודל הקובץ חרג מהסף המרבי של %s",
"Personal planning and team project organization" : "ארגון אישי וקבוצתי של מיזמים",
"Create new board" : "יצירת לוח חדש",
"new board" : "לוח חדש",
"Card details" : "פרטי הכרטיס",
"Add board" : "הוספת לוח",
"Select the board to link to a project" : "נא לבחור את הלוח לקישור למיזם",
"Search by board title" : "חיפוש לפי כותרת לו",
"Select board" : "בחירת לוח",
@@ -71,7 +71,7 @@
"This board is read only" : "הלוח הזה הוא לקריאה בלבד",
"Drop your files to upload" : "יש לגרור לכאן קבצים כדי להעלות",
"Archived cards" : "כרטיסים בארכיון",
"Add new list" : "הוספת רשימה חדשה",
"Add list" : "הוספת רשימה",
"List name" : "שם הרשימה",
"Apply filter" : "החלת מסנן",
"Filter by tag" : "סינון לפי תגית",
@@ -83,6 +83,7 @@
"Next 30 days" : "ב־30 הימים הבאים",
"No due date" : "ללא תאריך יעד",
"Clear filter" : "מחיקת מסנן",
"Hide archived cards" : "הסתרת כרטיסים בארכיון",
"Show archived cards" : "הצגת כרטיסים בארכיון",
"Toggle compact mode" : "החלפת מצב חסכוני",
"Details" : "פרטים",
@@ -132,6 +133,7 @@
"Attachments" : "קבצים מצורפים",
"Comments" : "תגובות",
"Choose attachment" : "בחירת קובץ מצורף",
"Select Date" : "בחירת תאריך",
"Modified" : "מועד שינוי",
"Created" : "מועד היצירה",
"No comments yet. Begin the discussion!" : "אין עדיין הערות. אפשר להתחיל לדון!",
@@ -148,7 +150,6 @@
"Archive card" : "העברת כרטיס לארכיון",
"Delete card" : "מחיקת כרטיס לארכיון",
"Move card" : "העברת כרטיס",
"Card details" : "פרטי הכרטיס",
"Move card to another board" : "העברת כרטיס ללוח אחר",
"seconds ago" : "לפני מספר שניות",
"All boards" : "כל הלוחות",
@@ -156,7 +157,6 @@
"Shared with you" : "משותף אתך",
"Limit deck usage of groups" : "הגבלת השימוש בחבילה לקבוצות",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "הגבלת חבילה תחסום משתמשים שאינם חלק מקבוצות אלו מיצירת לוחות משלהם. משתמשים עדיין יוכלו לעבור על לוחות ששותפו אתם.",
"New board title" : "כותרת לוח חדשה",
"Edit board" : "עריכת לוח",
"Clone board " : "שכפול לוח",
"Unarchive board " : "הוצאת הלוח מהארכיון",

View File

@@ -98,8 +98,8 @@ OC.L10N.register(
"No file uploaded or file size exceeds maximum of %s" : "Nijedna datoteka nije otpremljena ili veličina datoteke premašuje maksimalnu veličinu od %s",
"Personal planning and team project organization" : "Osobno planiranje i organizacija timskih projekata",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck je organizacijski alat za kanban projekte usmjeren na osobno planiranje i organizaciju projekta za timove integrirane s Nextcloudom.\n\n\n- 📥 Dodajte svoje zadatke na kartice i poredajte ih po želji\n- 📄 Zapišite dodatne bilješke u markdown\n- 🔖 Dodijelite oznake za još bolju organizaciju\n- 👥 Dijelite sa svojim timom, prijateljima ili obitelji\n- 📎 Priložite datoteke i ugradite ih u svoj markdown opis\n- 💬 Raspravljajte sa svojim timom putem komentara\n- ⚡ Pratite promjene u strujanju aktivnosti\n- 🚀 Organizirajte svoj projekt",
"Create new board" : "Stvori novu ploču",
"new board" : "nova ploča",
"Card details" : "Pojedinosti o kartici",
"Add board" : "Dodaj ploču",
"Select the board to link to a project" : "Odaberite ploču za povezivanje s projektom",
"Search by board title" : "Traži po naslovu ploče",
"Select board" : "Odaberi ploču",
@@ -116,11 +116,12 @@ OC.L10N.register(
"This board is read only" : "Ova je ploča samo za čitanje",
"Drop your files to upload" : "Ispustite datoteke za otpremu",
"Archived cards" : "Arhivirane kartice",
"Add new list" : "Dodaj novi popis",
"Add list" : "Dodaj popis",
"List name" : "Naziv popisa",
"Apply filter" : "Primijeni filtar",
"Filter by tag" : "Filtriraj prema oznaci",
"Filter by assigned user" : "Filtriraj prema dodijeljenom korisniku",
"Unassigned" : "Nedodijeljeno",
"Filter by due date" : "Filtriraj prema datumu dospijeća",
"Overdue" : "Kasni",
"Next 24 hours" : "Sljedeća 24 sata",
@@ -128,10 +129,13 @@ OC.L10N.register(
"Next 30 days" : "Sljedećih 30 dana",
"No due date" : "Nema datuma dospijeća",
"Clear filter" : "Ukloni filtar",
"Hide archived cards" : "Sakrij arhivirane kartice",
"Show archived cards" : "Prikaži arhivirane kartice",
"Toggle compact mode" : "Prebaci u kompaktni način rada",
"Details" : "Pojedinosti",
"Loading board" : "Učitavanje ploče",
"No lists available" : "Nema dostupnih popisa",
"Create a new list to add cards to this board" : "Stvorite novi popis kako biste dodali kartice na ovu ploču",
"Board not found" : "Ploča nije pronađena",
"Sharing" : "Dijeljenje",
"Tags" : "Oznake",
@@ -178,6 +182,7 @@ OC.L10N.register(
"Attachments" : "Privici",
"Comments" : "Komentari",
"Choose attachment" : "Odaberi privitak",
"Select Date" : "Odaberi datum",
"Modified" : "Promijenjeno",
"Created" : "Stvoreno",
"No comments yet. Begin the discussion!" : "Nema komentara. Započnite raspravu!",
@@ -195,7 +200,6 @@ OC.L10N.register(
"Archive card" : "Arhiviraj karticu",
"Delete card" : "Izbriši karticu",
"Move card" : "Premjesti karticu",
"Card details" : "Pojedinosti o kartici",
"Move card to another board" : "Premjesti karticu na drugu ploču",
"Select a list" : "Odaberi popis",
"seconds ago" : "prije nekoliko sekundi",
@@ -204,7 +208,6 @@ OC.L10N.register(
"Shared with you" : "Podijeljeno s vama",
"Limit deck usage of groups" : "Ograniči uporabu decka grupama",
"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." : "Ograničenjem Decka možete spriječiti korisnike koji ne sudjeluju u tim grupama da stvaraju vlastite ploče. Korisnici će i dalje moći raditi na pločama koje su dijeljene s njima.",
"New board title" : "Novi naslov ploče",
"Edit board" : "Uredi ploču",
"Clone board " : "Kloniraj ploču ",
"Unarchive board " : "Dearhiviraj ploču ",

View File

@@ -96,8 +96,8 @@
"No file uploaded or file size exceeds maximum of %s" : "Nijedna datoteka nije otpremljena ili veličina datoteke premašuje maksimalnu veličinu od %s",
"Personal planning and team project organization" : "Osobno planiranje i organizacija timskih projekata",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck je organizacijski alat za kanban projekte usmjeren na osobno planiranje i organizaciju projekta za timove integrirane s Nextcloudom.\n\n\n- 📥 Dodajte svoje zadatke na kartice i poredajte ih po želji\n- 📄 Zapišite dodatne bilješke u markdown\n- 🔖 Dodijelite oznake za još bolju organizaciju\n- 👥 Dijelite sa svojim timom, prijateljima ili obitelji\n- 📎 Priložite datoteke i ugradite ih u svoj markdown opis\n- 💬 Raspravljajte sa svojim timom putem komentara\n- ⚡ Pratite promjene u strujanju aktivnosti\n- 🚀 Organizirajte svoj projekt",
"Create new board" : "Stvori novu ploču",
"new board" : "nova ploča",
"Card details" : "Pojedinosti o kartici",
"Add board" : "Dodaj ploču",
"Select the board to link to a project" : "Odaberite ploču za povezivanje s projektom",
"Search by board title" : "Traži po naslovu ploče",
"Select board" : "Odaberi ploču",
@@ -114,11 +114,12 @@
"This board is read only" : "Ova je ploča samo za čitanje",
"Drop your files to upload" : "Ispustite datoteke za otpremu",
"Archived cards" : "Arhivirane kartice",
"Add new list" : "Dodaj novi popis",
"Add list" : "Dodaj popis",
"List name" : "Naziv popisa",
"Apply filter" : "Primijeni filtar",
"Filter by tag" : "Filtriraj prema oznaci",
"Filter by assigned user" : "Filtriraj prema dodijeljenom korisniku",
"Unassigned" : "Nedodijeljeno",
"Filter by due date" : "Filtriraj prema datumu dospijeća",
"Overdue" : "Kasni",
"Next 24 hours" : "Sljedeća 24 sata",
@@ -126,10 +127,13 @@
"Next 30 days" : "Sljedećih 30 dana",
"No due date" : "Nema datuma dospijeća",
"Clear filter" : "Ukloni filtar",
"Hide archived cards" : "Sakrij arhivirane kartice",
"Show archived cards" : "Prikaži arhivirane kartice",
"Toggle compact mode" : "Prebaci u kompaktni način rada",
"Details" : "Pojedinosti",
"Loading board" : "Učitavanje ploče",
"No lists available" : "Nema dostupnih popisa",
"Create a new list to add cards to this board" : "Stvorite novi popis kako biste dodali kartice na ovu ploču",
"Board not found" : "Ploča nije pronađena",
"Sharing" : "Dijeljenje",
"Tags" : "Oznake",
@@ -176,6 +180,7 @@
"Attachments" : "Privici",
"Comments" : "Komentari",
"Choose attachment" : "Odaberi privitak",
"Select Date" : "Odaberi datum",
"Modified" : "Promijenjeno",
"Created" : "Stvoreno",
"No comments yet. Begin the discussion!" : "Nema komentara. Započnite raspravu!",
@@ -193,7 +198,6 @@
"Archive card" : "Arhiviraj karticu",
"Delete card" : "Izbriši karticu",
"Move card" : "Premjesti karticu",
"Card details" : "Pojedinosti o kartici",
"Move card to another board" : "Premjesti karticu na drugu ploču",
"Select a list" : "Odaberi popis",
"seconds ago" : "prije nekoliko sekundi",
@@ -202,7 +206,6 @@
"Shared with you" : "Podijeljeno s vama",
"Limit deck usage of groups" : "Ograniči uporabu decka grupama",
"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." : "Ograničenjem Decka možete spriječiti korisnike koji ne sudjeluju u tim grupama da stvaraju vlastite ploče. Korisnici će i dalje moći raditi na pločama koje su dijeljene s njima.",
"New board title" : "Novi naslov ploče",
"Edit board" : "Uredi ploču",
"Clone board " : "Kloniraj ploču ",
"Unarchive board " : "Dearhiviraj ploču ",

View File

@@ -74,8 +74,8 @@ OC.L10N.register(
"No file uploaded or file size exceeds maximum of %s" : "Nincs fájl feltöltve, vagy a fájl meghaladja a maximumot: %s",
"Personal planning and team project organization" : "Személyes tervezés és csapatos projektszervezés",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "A Kártyák egy kanban-stílusú szervezőeszköz, amely a személyes tervezést és a csapatok projektszervezését célozza, a Nextcloudba integrálva.\n\n\n- 📥 Saját feladatok kártyákhoz adása, és azok sorrendezése\n- 📄 További jegyzetek leírása markdownban\n- 🔖 Címkék hozzárendelése a még jobb rendszerezés miatt\n- 👥 Megosztás a csapattal, barátokkal vagy családdal\n- 📎 Fájlok hozzáadása mellékletként, vagy beágyazás a markdown leírásba\n- 💬 Megbeszélés a csapattal hozzászólások használatával\n- ⚡ A változások követése a tevékenységnaplóban\n- 🚀 Rendszerezze a projektjét",
"Create new board" : "Új tábla létrehozása",
"new board" : "új tábla",
"Card details" : "Kártya részletei",
"Add board" : "Tábla hozzáadása",
"Select the board to link to a project" : "Válasszon ki egy táblát, amely egy projektre fog hivatkozni",
"Search by board title" : "Keresés táblacím szerint",
"Select board" : "Válasszon táblát",
@@ -92,11 +92,12 @@ OC.L10N.register(
"This board is read only" : "Ez a tábla csak olvasható",
"Drop your files to upload" : "Dobja ide a fájljait a feltöltéshez",
"Archived cards" : "Archivált kártyák",
"Add new list" : "Új lista hozzáadása",
"Add list" : "Lista hozzáadása",
"List name" : "Listanév",
"Apply filter" : "Szűrő alkalmazása",
"Filter by tag" : "Szűrés címke szerint",
"Filter by assigned user" : "Szűrés hozzárendelt felhasználó szerint",
"Unassigned" : "Nem hozzárendelt",
"Filter by due date" : "Szűrés határidő szerint",
"Overdue" : "Lejárt",
"Next 24 hours" : "Következő 24 óra",
@@ -104,6 +105,7 @@ OC.L10N.register(
"Next 30 days" : "Következő 30 nap",
"No due date" : "Nincs határidő",
"Clear filter" : "Szűrő törlése",
"Hide archived cards" : "Archivált kártyák elrejtése",
"Show archived cards" : "Archivált kártyák megjelenítése",
"Toggle compact mode" : "Kompakt mód be/ki",
"Details" : "Részletek",
@@ -153,6 +155,7 @@ OC.L10N.register(
"Attachments" : "Mellékletek",
"Comments" : "Hozzászólások",
"Choose attachment" : "Válasszon mellékletet",
"Select Date" : "Dátum kiválasztása",
"Modified" : "Módosítva",
"Created" : "Létrehozva",
"No comments yet. Begin the discussion!" : "Még nincsenek hozzászólások. Kezdje el a beszélgetést!",
@@ -169,7 +172,6 @@ OC.L10N.register(
"Archive card" : "Kártya archiválása",
"Delete card" : "Kártya törlése",
"Move card" : "Kártya áthelyezése",
"Card details" : "Kártya részletei",
"Move card to another board" : "Kártya áthelyezése egy másik táblára",
"seconds ago" : "másodperce",
"All boards" : "Az összes tábla",
@@ -177,7 +179,6 @@ OC.L10N.register(
"Shared with you" : "Megosztva Önnel",
"Limit deck usage of groups" : "A kártyák használatának csoportokra korlátozása",
"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." : "A Kártyák korlátozása blokkolja a saját táblák létrehozását azoknál a felhasználóknál, akik nem tagjai a megadott csoportoknak. A felhasználók továbbra is tudnak dolgozni a velük megosztott táblákon.",
"New board title" : "Új tábla címe",
"Edit board" : "Tábla szerkesztése",
"Board details" : "Tábla részletei",
"An error occurred" : "Hiba történt",

View File

@@ -72,8 +72,8 @@
"No file uploaded or file size exceeds maximum of %s" : "Nincs fájl feltöltve, vagy a fájl meghaladja a maximumot: %s",
"Personal planning and team project organization" : "Személyes tervezés és csapatos projektszervezés",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "A Kártyák egy kanban-stílusú szervezőeszköz, amely a személyes tervezést és a csapatok projektszervezését célozza, a Nextcloudba integrálva.\n\n\n- 📥 Saját feladatok kártyákhoz adása, és azok sorrendezése\n- 📄 További jegyzetek leírása markdownban\n- 🔖 Címkék hozzárendelése a még jobb rendszerezés miatt\n- 👥 Megosztás a csapattal, barátokkal vagy családdal\n- 📎 Fájlok hozzáadása mellékletként, vagy beágyazás a markdown leírásba\n- 💬 Megbeszélés a csapattal hozzászólások használatával\n- ⚡ A változások követése a tevékenységnaplóban\n- 🚀 Rendszerezze a projektjét",
"Create new board" : "Új tábla létrehozása",
"new board" : "új tábla",
"Card details" : "Kártya részletei",
"Add board" : "Tábla hozzáadása",
"Select the board to link to a project" : "Válasszon ki egy táblát, amely egy projektre fog hivatkozni",
"Search by board title" : "Keresés táblacím szerint",
"Select board" : "Válasszon táblát",
@@ -90,11 +90,12 @@
"This board is read only" : "Ez a tábla csak olvasható",
"Drop your files to upload" : "Dobja ide a fájljait a feltöltéshez",
"Archived cards" : "Archivált kártyák",
"Add new list" : "Új lista hozzáadása",
"Add list" : "Lista hozzáadása",
"List name" : "Listanév",
"Apply filter" : "Szűrő alkalmazása",
"Filter by tag" : "Szűrés címke szerint",
"Filter by assigned user" : "Szűrés hozzárendelt felhasználó szerint",
"Unassigned" : "Nem hozzárendelt",
"Filter by due date" : "Szűrés határidő szerint",
"Overdue" : "Lejárt",
"Next 24 hours" : "Következő 24 óra",
@@ -102,6 +103,7 @@
"Next 30 days" : "Következő 30 nap",
"No due date" : "Nincs határidő",
"Clear filter" : "Szűrő törlése",
"Hide archived cards" : "Archivált kártyák elrejtése",
"Show archived cards" : "Archivált kártyák megjelenítése",
"Toggle compact mode" : "Kompakt mód be/ki",
"Details" : "Részletek",
@@ -151,6 +153,7 @@
"Attachments" : "Mellékletek",
"Comments" : "Hozzászólások",
"Choose attachment" : "Válasszon mellékletet",
"Select Date" : "Dátum kiválasztása",
"Modified" : "Módosítva",
"Created" : "Létrehozva",
"No comments yet. Begin the discussion!" : "Még nincsenek hozzászólások. Kezdje el a beszélgetést!",
@@ -167,7 +170,6 @@
"Archive card" : "Kártya archiválása",
"Delete card" : "Kártya törlése",
"Move card" : "Kártya áthelyezése",
"Card details" : "Kártya részletei",
"Move card to another board" : "Kártya áthelyezése egy másik táblára",
"seconds ago" : "másodperce",
"All boards" : "Az összes tábla",
@@ -175,7 +177,6 @@
"Shared with you" : "Megosztva Önnel",
"Limit deck usage of groups" : "A kártyák használatának csoportokra korlátozása",
"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." : "A Kártyák korlátozása blokkolja a saját táblák létrehozását azoknál a felhasználóknál, akik nem tagjai a megadott csoportoknak. A felhasználók továbbra is tudnak dolgozni a velük megosztott táblákon.",
"New board title" : "Új tábla címe",
"Edit board" : "Tábla szerkesztése",
"Board details" : "Tábla részletei",
"An error occurred" : "Hiba történt",

View File

@@ -98,8 +98,7 @@ OC.L10N.register(
"No file uploaded or file size exceeds maximum of %s" : "Gagal unggah berkas atau ukuran melampaui batas maksimum %s",
"Personal planning and team project organization" : "Perencanaan pribadi dan pengelolaan proyek tim",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Longgok adalah alat pengelolaan bergaya kanban yang dapat digunakan untuk perencanaan pribadi dan pengelolaan proyek bagi tim yang terintegrasi dengan Nextcloud.\n\n\n- 📥 Tambah tugas Anda dalam bentuk kartu berurutan\n- 📄 Tulis catatan dalam format Markdown\n- 🔖 Sematkan label untuk pengelompokan yang lebih baik\n- 👥 Bagikan dengan anggota tim, teman atau keluarga\n- 📎 Lampirkan berkas dan sematkan dalam deskripsi Markdown\n- 💬 Diskusikan dengan tim melalui komentar\n- ⚡ Lacak setiap perubahan pada aliran aktivitas\n- 🚀 Buat proyek Anda terkelola",
"Create new board" : "Buat papan baru",
"new board" : "papan baru",
"Card details" : "Detail kartu",
"Select the board to link to a project" : "Pilih papan untuk ditautkan ke proyek",
"Search by board title" : "Cari berdasarkan judul papan",
"Select board" : "Pilih papan",
@@ -116,7 +115,6 @@ OC.L10N.register(
"This board is read only" : "Papan hanya dapat dilihat",
"Drop your files to upload" : "Lepas berkas Anda untuk mengunggah",
"Archived cards" : "Arsip kartu",
"Add new list" : "Tambah daftar baru",
"List name" : "Nama daftar",
"Apply filter" : "Terapkan filter",
"Filter by tag" : "Filter dengan tag",
@@ -194,7 +192,6 @@ OC.L10N.register(
"Archive card" : "Mengarsipkan kartu",
"Delete card" : "Hapus kartu",
"Move card" : "Pindahkan kartu",
"Card details" : "Detail kartu",
"Move card to another board" : "Pindahkan kartu ke papan lain",
"Select a list" : "Pilih daftar",
"seconds ago" : "beberapa detik yang lalu",
@@ -203,7 +200,6 @@ OC.L10N.register(
"Shared with you" : "Shared with you",
"Limit deck usage of groups" : "Batasi grup pengguna longgok ",
"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." : "Membatasi Longgok akan mencegah pengguna bukan bagian dari grup, untuk membuat papan mereka sendiri. Pengguna tetap menggunakan papan yang telah dibagikan kepadanya.",
"New board title" : "Judul papan baru",
"Edit board" : "Edit papan",
"Unarchive board " : "Memulihkan papan",
"Archive board " : "Mengarsipkan papan",

View File

@@ -96,8 +96,7 @@
"No file uploaded or file size exceeds maximum of %s" : "Gagal unggah berkas atau ukuran melampaui batas maksimum %s",
"Personal planning and team project organization" : "Perencanaan pribadi dan pengelolaan proyek tim",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Longgok adalah alat pengelolaan bergaya kanban yang dapat digunakan untuk perencanaan pribadi dan pengelolaan proyek bagi tim yang terintegrasi dengan Nextcloud.\n\n\n- 📥 Tambah tugas Anda dalam bentuk kartu berurutan\n- 📄 Tulis catatan dalam format Markdown\n- 🔖 Sematkan label untuk pengelompokan yang lebih baik\n- 👥 Bagikan dengan anggota tim, teman atau keluarga\n- 📎 Lampirkan berkas dan sematkan dalam deskripsi Markdown\n- 💬 Diskusikan dengan tim melalui komentar\n- ⚡ Lacak setiap perubahan pada aliran aktivitas\n- 🚀 Buat proyek Anda terkelola",
"Create new board" : "Buat papan baru",
"new board" : "papan baru",
"Card details" : "Detail kartu",
"Select the board to link to a project" : "Pilih papan untuk ditautkan ke proyek",
"Search by board title" : "Cari berdasarkan judul papan",
"Select board" : "Pilih papan",
@@ -114,7 +113,6 @@
"This board is read only" : "Papan hanya dapat dilihat",
"Drop your files to upload" : "Lepas berkas Anda untuk mengunggah",
"Archived cards" : "Arsip kartu",
"Add new list" : "Tambah daftar baru",
"List name" : "Nama daftar",
"Apply filter" : "Terapkan filter",
"Filter by tag" : "Filter dengan tag",
@@ -192,7 +190,6 @@
"Archive card" : "Mengarsipkan kartu",
"Delete card" : "Hapus kartu",
"Move card" : "Pindahkan kartu",
"Card details" : "Detail kartu",
"Move card to another board" : "Pindahkan kartu ke papan lain",
"Select a list" : "Pilih daftar",
"seconds ago" : "beberapa detik yang lalu",
@@ -201,7 +198,6 @@
"Shared with you" : "Shared with you",
"Limit deck usage of groups" : "Batasi grup pengguna longgok ",
"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." : "Membatasi Longgok akan mencegah pengguna bukan bagian dari grup, untuk membuat papan mereka sendiri. Pengguna tetap menggunakan papan yang telah dibagikan kepadanya.",
"New board title" : "Judul papan baru",
"Edit board" : "Edit papan",
"Unarchive board " : "Memulihkan papan",
"Archive board " : "Mengarsipkan papan",

View File

@@ -74,8 +74,8 @@ OC.L10N.register(
"No file uploaded or file size exceeds maximum of %s" : "Engin innsend skrá eða að skráarstærð fór fram úr hámarksstæðinni %s",
"Personal planning and team project organization" : "Persónuleg áætlanagerð og skipulag verkefnisvinnu",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Dekk (e. Deck) er skipulagningartól í kanban-stíl sem ætlað er fyrir verkefna- og persónuupplýsingastjórnun hópvinnuteyma innan Nextcloud.\n\n\n- 📥 Settu verkefnin þín á spjöld of raðaðu þeim á ýmsa vegu\n- 📄 Skrifaðu niður minnispunkta í markdown-kóða\n- 🔖 Úthlutaðu merkjum/skýringum til að bæta skipulagninguna\n- 👥 Deildu með vinnuhópnum, vinum eða fjölskyldu\n- 📎 Hengdu við skrár og ívefðu þær í lýsinguna með markdown-kóða\n- 💬 Ræddu málin við hópinn þinn með athugasemdum\n- ⚡ Haltu utan um breytingar í virknistreyminu\n- 🚀 Haltu verkefnunum þínum skipulögðum",
"Create new board" : "Búa til nýtt borð",
"new board" : "Nýtt borð",
"Card details" : "Nánar um spjald",
"Add board" : "Bæta við borði",
"Select the board to link to a project" : "Veldu borðið sem á að tengja við verkefnið",
"Select board" : "Veldu borð",
"Select the card to link to a project" : "Veldu spjaldið sem á að tengja við verkefnið",
@@ -86,7 +86,7 @@ OC.L10N.register(
"File already exists" : "Skrá er þegar til",
"Do you want to overwrite it?" : "Viltu skrifa yfir það?",
"Archived cards" : "Spjöld í geymslu",
"Add new list" : "Bæta við nýjum lista",
"Add list" : "Bæta við lista",
"List name" : "Heiti á lista",
"Apply filter" : "Beita síu",
"Filter by tag" : "Sía eftir merki",
@@ -96,6 +96,7 @@ OC.L10N.register(
"Next 7 days" : "Næstu 7 daga",
"Next 30 days" : "Næstu 30 daga",
"No due date" : "Enginn lokadagur",
"Hide archived cards" : "Fela spjöld í geymslu",
"Show archived cards" : "Sýna spjöld í geymslu",
"Toggle compact mode" : "Víxla þjöppuðum ham af/á",
"Details" : "Details",
@@ -133,6 +134,7 @@ OC.L10N.register(
"Formatting help" : "Hjálp við að sníða",
"Attachments" : "Viðhengi",
"Comments" : "Athugasemdir",
"Select Date" : "Veldu dag",
"Modified" : "Breytt",
"Created" : "Búið til þann",
"No comments yet. Begin the discussion!" : "Engar athugasemdir ennþá. Byrjaðu umræðuna!",
@@ -147,13 +149,11 @@ OC.L10N.register(
"Archive card" : "Setja spjald í geymslu",
"Delete card" : "Eyða spjaldi",
"Move card" : "Færa spjald",
"Card details" : "Nánar um spjald",
"seconds ago" : "sekúndum síðan",
"All boards" : "Öll borð",
"Archived boards" : "Borð í geymslu",
"Shared with you" : "Deilt með þér",
"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." : "Takmörkun í Deck spjaldaforritinu mun loka notendur sem tilheyra ekki þessum hópum frá því að útbúa sín eigin borð. Notendurnir munu samt geta áfram unnið með borð sem hefur verið deilt til þeirra.",
"New board title" : "Nýr titill á borð",
"Edit board" : "Breyta borði",
"Board details" : "Nánar um borð",
"An error occurred" : "Villa kom upp",

View File

@@ -72,8 +72,8 @@
"No file uploaded or file size exceeds maximum of %s" : "Engin innsend skrá eða að skráarstærð fór fram úr hámarksstæðinni %s",
"Personal planning and team project organization" : "Persónuleg áætlanagerð og skipulag verkefnisvinnu",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Dekk (e. Deck) er skipulagningartól í kanban-stíl sem ætlað er fyrir verkefna- og persónuupplýsingastjórnun hópvinnuteyma innan Nextcloud.\n\n\n- 📥 Settu verkefnin þín á spjöld of raðaðu þeim á ýmsa vegu\n- 📄 Skrifaðu niður minnispunkta í markdown-kóða\n- 🔖 Úthlutaðu merkjum/skýringum til að bæta skipulagninguna\n- 👥 Deildu með vinnuhópnum, vinum eða fjölskyldu\n- 📎 Hengdu við skrár og ívefðu þær í lýsinguna með markdown-kóða\n- 💬 Ræddu málin við hópinn þinn með athugasemdum\n- ⚡ Haltu utan um breytingar í virknistreyminu\n- 🚀 Haltu verkefnunum þínum skipulögðum",
"Create new board" : "Búa til nýtt borð",
"new board" : "Nýtt borð",
"Card details" : "Nánar um spjald",
"Add board" : "Bæta við borði",
"Select the board to link to a project" : "Veldu borðið sem á að tengja við verkefnið",
"Select board" : "Veldu borð",
"Select the card to link to a project" : "Veldu spjaldið sem á að tengja við verkefnið",
@@ -84,7 +84,7 @@
"File already exists" : "Skrá er þegar til",
"Do you want to overwrite it?" : "Viltu skrifa yfir það?",
"Archived cards" : "Spjöld í geymslu",
"Add new list" : "Bæta við nýjum lista",
"Add list" : "Bæta við lista",
"List name" : "Heiti á lista",
"Apply filter" : "Beita síu",
"Filter by tag" : "Sía eftir merki",
@@ -94,6 +94,7 @@
"Next 7 days" : "Næstu 7 daga",
"Next 30 days" : "Næstu 30 daga",
"No due date" : "Enginn lokadagur",
"Hide archived cards" : "Fela spjöld í geymslu",
"Show archived cards" : "Sýna spjöld í geymslu",
"Toggle compact mode" : "Víxla þjöppuðum ham af/á",
"Details" : "Details",
@@ -131,6 +132,7 @@
"Formatting help" : "Hjálp við að sníða",
"Attachments" : "Viðhengi",
"Comments" : "Athugasemdir",
"Select Date" : "Veldu dag",
"Modified" : "Breytt",
"Created" : "Búið til þann",
"No comments yet. Begin the discussion!" : "Engar athugasemdir ennþá. Byrjaðu umræðuna!",
@@ -145,13 +147,11 @@
"Archive card" : "Setja spjald í geymslu",
"Delete card" : "Eyða spjaldi",
"Move card" : "Færa spjald",
"Card details" : "Nánar um spjald",
"seconds ago" : "sekúndum síðan",
"All boards" : "Öll borð",
"Archived boards" : "Borð í geymslu",
"Shared with you" : "Deilt með þér",
"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." : "Takmörkun í Deck spjaldaforritinu mun loka notendur sem tilheyra ekki þessum hópum frá því að útbúa sín eigin borð. Notendurnir munu samt geta áfram unnið með borð sem hefur verið deilt til þeirra.",
"New board title" : "Nýr titill á borð",
"Edit board" : "Breyta borði",
"Board details" : "Nánar um borð",
"An error occurred" : "Villa kom upp",

View File

@@ -99,8 +99,8 @@ OC.L10N.register(
"No file uploaded or file size exceeds maximum of %s" : "Nessun file caricato o la dimensione del file supera il massimo di %s",
"Personal planning and team project organization" : "Pianificazione personale e organizzazione dei progetti di squadra",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck è uno strumento di organizzazione in stile kanban destinato alla pianificazione personale e all'organizzazione di progetti per squadre integrato con Nextcloud.\n\n\n- 📥 Aggiungi le tue attività alle schede e tienile in ordine\n- 📄 Scrivi note aggiuntive in markdown\n- 🔖 Assegna etichette per un'organizzazione ancora migliore\n- 👥 Condividi con la tua squadra, amici o famiglia\n- 📎 Allega file e integrali nella tua descrizione markdown\n- 💬 Discuti con la tua squadra utilizzando i commenti\n- ⚡ Tieni traccia dei cambiamenti nel flusso delle attività\n- 🚀 Organizza il tuo progetto",
"Create new board" : "Crea una nuova lavagna",
"new board" : "nuova lavagna",
"Card details" : "Dettagli scheda",
"Add board" : "Aggiungi lavagna",
"Select the board to link to a project" : "Seleziona la lavagna da collegare a un progetto",
"Search by board title" : "Cerca per titolo della lavagna",
"Select board" : "Seleziona lavagna",
@@ -117,7 +117,7 @@ OC.L10N.register(
"This board is read only" : "Questa lavagna è in sola lettura",
"Drop your files to upload" : "Rilascia i tuoi file per caricarli",
"Archived cards" : "Schede archiviate",
"Add new list" : "Aggiungi nuovo elenco",
"Add list" : "Aggiungi elenco",
"List name" : "Nome elenco",
"Apply filter" : "Applica filtro",
"Filter by tag" : "Filtra per etichette",
@@ -130,6 +130,7 @@ OC.L10N.register(
"Next 30 days" : "30 giorni successivi",
"No due date" : "Nessuna data di scadenza",
"Clear filter" : "Pulisci il filtro",
"Hide archived cards" : "Nascondi le schede archiviate",
"Show archived cards" : "Mostra le carte archiviate",
"Toggle compact mode" : "Commuta la modalità compatta",
"Details" : "Dettagli",
@@ -158,6 +159,7 @@ OC.L10N.register(
"Add card" : "Aggiungi scheda",
"Archive all cards in this list" : "Archivia tutte le schede in questo elenco",
"Add a new card" : "Aggiungi una nuova scheda",
"Card name" : "Nome scheda",
"Edit" : "Modifica",
"Add a new tag" : "Aggiungi una nuova etichetta",
"title and color value must be provided" : "devono essere forniti il titolo e il valore del colore",
@@ -167,6 +169,8 @@ OC.L10N.register(
"Add this attachment" : "Aggiungi questo allegato",
"Delete Attachment" : "Elimina allegato",
"Restore Attachment" : "Ripristina allegato",
"Open in sidebar view" : "Apri nella barra laterale",
"Open in bigger view" : "Apri in una vista più grande",
"Assign a tag to this card…" : "Assegna un'etichetta a questa scheda…",
"Assign to users" : "Assegna a utenti",
"Assign to users/groups/circles" : "Assegna a utenti/gruppi/cerchie",
@@ -184,8 +188,10 @@ OC.L10N.register(
"Attachments" : "Allegati",
"Comments" : "Commenti",
"Choose attachment" : "Scegli allegato",
"Select Date" : "Seleziona data",
"Modified" : "Modificato",
"Created" : "Creato il",
"The title cannot be empty." : "Il titolo non può essere vuoto.",
"No comments yet. Begin the discussion!" : "Ancora nessun commento. Inizia la discussione.",
"Save" : "Salva",
"The comment cannot be empty." : "Il commento non può essere vuoto.",
@@ -201,16 +207,17 @@ OC.L10N.register(
"Archive card" : "Archivia scheda",
"Delete card" : "Elimina scheda",
"Move card" : "Sposta scheda",
"Card details" : "Dettagli scheda",
"Move card to another board" : "Sposta scheda in un'altra lavagna",
"Select a list" : "Seleziona un elenco",
"seconds ago" : "secondi fa",
"All boards" : "Tutte le lavagne",
"Archived boards" : "Lavagne archiviate",
"Shared with you" : "Condiviso con te",
"Use modal card view" : "Usa la vista modale delle schede",
"Show boards in calendar/tasks" : "Mostra le lavagne in calendario/attività",
"Limit deck usage of groups" : "Limita utilizzo di Deck dei gruppi",
"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." : "La limitazione di Deck impedirà agli utenti che non fanno parte di tali gruppi di creare le proprie lavagne. Gli utenti saranno ancora in grado di lavorare sulle lavagne che sono state condivise con loro,",
"New board title" : "Titolo nuova lavagna",
"Board name" : "Nome della lavagna",
"Edit board" : "Modifica lavagna",
"Clone board " : "Clona lavagna",
"Unarchive board " : "Recupera lavagna dall'archivio",
@@ -226,8 +233,8 @@ OC.L10N.register(
"Tomorrow" : "Domani",
"This week" : "Questa settimana",
"No due" : "Nessuna scadenza",
"upcoming cards" : "prossime schede",
"No upcoming cards" : "Nessuna scheda rimasta",
"upcoming cards" : "prossime schede",
"Link to a board" : "Collega a una lavagna",
"Link to a card" : " Collega a una scheda",
"Something went wrong" : "Qualcosa non ha funzionato",

View File

@@ -97,8 +97,8 @@
"No file uploaded or file size exceeds maximum of %s" : "Nessun file caricato o la dimensione del file supera il massimo di %s",
"Personal planning and team project organization" : "Pianificazione personale e organizzazione dei progetti di squadra",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck è uno strumento di organizzazione in stile kanban destinato alla pianificazione personale e all'organizzazione di progetti per squadre integrato con Nextcloud.\n\n\n- 📥 Aggiungi le tue attività alle schede e tienile in ordine\n- 📄 Scrivi note aggiuntive in markdown\n- 🔖 Assegna etichette per un'organizzazione ancora migliore\n- 👥 Condividi con la tua squadra, amici o famiglia\n- 📎 Allega file e integrali nella tua descrizione markdown\n- 💬 Discuti con la tua squadra utilizzando i commenti\n- ⚡ Tieni traccia dei cambiamenti nel flusso delle attività\n- 🚀 Organizza il tuo progetto",
"Create new board" : "Crea una nuova lavagna",
"new board" : "nuova lavagna",
"Card details" : "Dettagli scheda",
"Add board" : "Aggiungi lavagna",
"Select the board to link to a project" : "Seleziona la lavagna da collegare a un progetto",
"Search by board title" : "Cerca per titolo della lavagna",
"Select board" : "Seleziona lavagna",
@@ -115,7 +115,7 @@
"This board is read only" : "Questa lavagna è in sola lettura",
"Drop your files to upload" : "Rilascia i tuoi file per caricarli",
"Archived cards" : "Schede archiviate",
"Add new list" : "Aggiungi nuovo elenco",
"Add list" : "Aggiungi elenco",
"List name" : "Nome elenco",
"Apply filter" : "Applica filtro",
"Filter by tag" : "Filtra per etichette",
@@ -128,6 +128,7 @@
"Next 30 days" : "30 giorni successivi",
"No due date" : "Nessuna data di scadenza",
"Clear filter" : "Pulisci il filtro",
"Hide archived cards" : "Nascondi le schede archiviate",
"Show archived cards" : "Mostra le carte archiviate",
"Toggle compact mode" : "Commuta la modalità compatta",
"Details" : "Dettagli",
@@ -156,6 +157,7 @@
"Add card" : "Aggiungi scheda",
"Archive all cards in this list" : "Archivia tutte le schede in questo elenco",
"Add a new card" : "Aggiungi una nuova scheda",
"Card name" : "Nome scheda",
"Edit" : "Modifica",
"Add a new tag" : "Aggiungi una nuova etichetta",
"title and color value must be provided" : "devono essere forniti il titolo e il valore del colore",
@@ -165,6 +167,8 @@
"Add this attachment" : "Aggiungi questo allegato",
"Delete Attachment" : "Elimina allegato",
"Restore Attachment" : "Ripristina allegato",
"Open in sidebar view" : "Apri nella barra laterale",
"Open in bigger view" : "Apri in una vista più grande",
"Assign a tag to this card…" : "Assegna un'etichetta a questa scheda…",
"Assign to users" : "Assegna a utenti",
"Assign to users/groups/circles" : "Assegna a utenti/gruppi/cerchie",
@@ -182,8 +186,10 @@
"Attachments" : "Allegati",
"Comments" : "Commenti",
"Choose attachment" : "Scegli allegato",
"Select Date" : "Seleziona data",
"Modified" : "Modificato",
"Created" : "Creato il",
"The title cannot be empty." : "Il titolo non può essere vuoto.",
"No comments yet. Begin the discussion!" : "Ancora nessun commento. Inizia la discussione.",
"Save" : "Salva",
"The comment cannot be empty." : "Il commento non può essere vuoto.",
@@ -199,16 +205,17 @@
"Archive card" : "Archivia scheda",
"Delete card" : "Elimina scheda",
"Move card" : "Sposta scheda",
"Card details" : "Dettagli scheda",
"Move card to another board" : "Sposta scheda in un'altra lavagna",
"Select a list" : "Seleziona un elenco",
"seconds ago" : "secondi fa",
"All boards" : "Tutte le lavagne",
"Archived boards" : "Lavagne archiviate",
"Shared with you" : "Condiviso con te",
"Use modal card view" : "Usa la vista modale delle schede",
"Show boards in calendar/tasks" : "Mostra le lavagne in calendario/attività",
"Limit deck usage of groups" : "Limita utilizzo di Deck dei gruppi",
"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." : "La limitazione di Deck impedirà agli utenti che non fanno parte di tali gruppi di creare le proprie lavagne. Gli utenti saranno ancora in grado di lavorare sulle lavagne che sono state condivise con loro,",
"New board title" : "Titolo nuova lavagna",
"Board name" : "Nome della lavagna",
"Edit board" : "Modifica lavagna",
"Clone board " : "Clona lavagna",
"Unarchive board " : "Recupera lavagna dall'archivio",
@@ -224,8 +231,8 @@
"Tomorrow" : "Domani",
"This week" : "Questa settimana",
"No due" : "Nessuna scadenza",
"upcoming cards" : "prossime schede",
"No upcoming cards" : "Nessuna scheda rimasta",
"upcoming cards" : "prossime schede",
"Link to a board" : "Collega a una lavagna",
"Link to a card" : " Collega a una scheda",
"Something went wrong" : "Qualcosa non ha funzionato",

View File

@@ -98,8 +98,8 @@ OC.L10N.register(
"No file uploaded or file size exceeds maximum of %s" : "ファイルがアップロードされていないか、ファイルサイズが最大 %s を超えています",
"Personal planning and team project organization" : "個人的な計画とチームのプロジェクト編成",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "DeckはNextcloudと統合した、チームの個人計画とプロジェクトの組織化を目的としたカンバンスタイルの組織ツールです。\n\n\n- 📥 タスクをカードに追加して整理する\n- 📄 マークダウンで追加のメモを書き留めます\n- 🔖 より良い組織のためにラベルを割り当てる\n- 👥 あなたのチーム、友人、家族と共有する\n- 📎 ファイルを添付してマークダウンの説明に埋め込む\n- 💬 コメントを使ってあなたのチームと話し合う\n- ⚡ アクティビティの流れの変化を追跡する\n- 🚀 プロジェクトを整理する",
"Create new board" : "新しいボードを作成",
"new board" : "新しいボード",
"Card details" : "カード詳細",
"Add board" : "ボードを追加",
"Select the board to link to a project" : "プロジェクトにリンクするボードを選択",
"Search by board title" : "ボードのタイトルで検索",
"Select board" : "ボードを選択",
@@ -116,11 +116,12 @@ OC.L10N.register(
"This board is read only" : "このボードは読み込みのみです",
"Drop your files to upload" : "アップロードするファイルをドロップしてください",
"Archived cards" : "カードをアーカイブ",
"Add new list" : "新しいリストを追加",
"Add list" : "リストを追加",
"List name" : "リスト名",
"Apply filter" : "フィルターを適用",
"Filter by tag" : "タグによるフィルター",
"Filter by assigned user" : "割当ユーザーでフィルター",
"Unassigned" : "未割り当て",
"Filter by due date" : "期限でフィルター",
"Overdue" : "期限超過",
"Next 24 hours" : "次の24時間",
@@ -128,6 +129,7 @@ OC.L10N.register(
"Next 30 days" : "次の30日間",
"No due date" : "期限なし",
"Clear filter" : "フィルターをクリア",
"Hide archived cards" : "アーカイブされたカードを非表示にする",
"Show archived cards" : "アーカイブされたカードを表示する",
"Toggle compact mode" : "コンパクトモードの切り替え",
"Details" : "詳細",
@@ -178,6 +180,7 @@ OC.L10N.register(
"Attachments" : "添付ファイル",
"Comments" : "コメント",
"Choose attachment" : "添付ファイルを選択",
"Select Date" : "日付を選択",
"Modified" : "更新日時",
"Created" : "作成時刻",
"No comments yet. Begin the discussion!" : "まだコメントはありません。議論を始めましょう!",
@@ -195,7 +198,6 @@ OC.L10N.register(
"Archive card" : "カードをアーカイブ",
"Delete card" : "カードを削除する",
"Move card" : "カードの移動",
"Card details" : "カード詳細",
"Move card to another board" : "カードを他のボードに移動",
"Select a list" : "リストを選択",
"seconds ago" : "数秒前",
@@ -204,7 +206,6 @@ OC.L10N.register(
"Shared with you" : "あなたと共有済み",
"Limit deck usage of groups" : "デッキの使用をグループに制限",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "デッキ作成制限は、設定したグループに非所属のユーザーがボードを作成できないようにします。非所属ユーザーは共有されているボードでのみ作業できます。",
"New board title" : "新しいボードのタイトル",
"Edit board" : "ボードを編集",
"Clone board " : "ボードを複製",
"Unarchive board " : "ボードのアーカイブを解除",

View File

@@ -96,8 +96,8 @@
"No file uploaded or file size exceeds maximum of %s" : "ファイルがアップロードされていないか、ファイルサイズが最大 %s を超えています",
"Personal planning and team project organization" : "個人的な計画とチームのプロジェクト編成",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "DeckはNextcloudと統合した、チームの個人計画とプロジェクトの組織化を目的としたカンバンスタイルの組織ツールです。\n\n\n- 📥 タスクをカードに追加して整理する\n- 📄 マークダウンで追加のメモを書き留めます\n- 🔖 より良い組織のためにラベルを割り当てる\n- 👥 あなたのチーム、友人、家族と共有する\n- 📎 ファイルを添付してマークダウンの説明に埋め込む\n- 💬 コメントを使ってあなたのチームと話し合う\n- ⚡ アクティビティの流れの変化を追跡する\n- 🚀 プロジェクトを整理する",
"Create new board" : "新しいボードを作成",
"new board" : "新しいボード",
"Card details" : "カード詳細",
"Add board" : "ボードを追加",
"Select the board to link to a project" : "プロジェクトにリンクするボードを選択",
"Search by board title" : "ボードのタイトルで検索",
"Select board" : "ボードを選択",
@@ -114,11 +114,12 @@
"This board is read only" : "このボードは読み込みのみです",
"Drop your files to upload" : "アップロードするファイルをドロップしてください",
"Archived cards" : "カードをアーカイブ",
"Add new list" : "新しいリストを追加",
"Add list" : "リストを追加",
"List name" : "リスト名",
"Apply filter" : "フィルターを適用",
"Filter by tag" : "タグによるフィルター",
"Filter by assigned user" : "割当ユーザーでフィルター",
"Unassigned" : "未割り当て",
"Filter by due date" : "期限でフィルター",
"Overdue" : "期限超過",
"Next 24 hours" : "次の24時間",
@@ -126,6 +127,7 @@
"Next 30 days" : "次の30日間",
"No due date" : "期限なし",
"Clear filter" : "フィルターをクリア",
"Hide archived cards" : "アーカイブされたカードを非表示にする",
"Show archived cards" : "アーカイブされたカードを表示する",
"Toggle compact mode" : "コンパクトモードの切り替え",
"Details" : "詳細",
@@ -176,6 +178,7 @@
"Attachments" : "添付ファイル",
"Comments" : "コメント",
"Choose attachment" : "添付ファイルを選択",
"Select Date" : "日付を選択",
"Modified" : "更新日時",
"Created" : "作成時刻",
"No comments yet. Begin the discussion!" : "まだコメントはありません。議論を始めましょう!",
@@ -193,7 +196,6 @@
"Archive card" : "カードをアーカイブ",
"Delete card" : "カードを削除する",
"Move card" : "カードの移動",
"Card details" : "カード詳細",
"Move card to another board" : "カードを他のボードに移動",
"Select a list" : "リストを選択",
"seconds ago" : "数秒前",
@@ -202,7 +204,6 @@
"Shared with you" : "あなたと共有済み",
"Limit deck usage of groups" : "デッキの使用をグループに制限",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "デッキ作成制限は、設定したグループに非所属のユーザーがボードを作成できないようにします。非所属ユーザーは共有されているボードでのみ作業できます。",
"New board title" : "新しいボードのタイトル",
"Edit board" : "ボードを編集",
"Clone board " : "ボードを複製",
"Unarchive board " : "ボードのアーカイブを解除",

View File

@@ -15,11 +15,11 @@ OC.L10N.register(
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "ატვირთული ფაილი აჭარბებს HTML ფორამაში მითითებულ MAX_FILE_SIZE დირექტივას",
"No file was uploaded" : "ფაილი არ აიტვირთა",
"Missing a temporary folder" : "დროებითი დირექტორია არ არსებობს",
"Create new board" : "ახალი დაფის შექმნა",
"Cancel" : "უარყოფა",
"File already exists" : "ფაილი უკვე არსებობს",
"Do you want to overwrite it?" : "გსურთ მისი გადაწერა?",
"Filter by tag" : "ფილტრი ტეგებით",
"Hide archived cards" : "არქივირებული ბარათების დამალვა",
"Show archived cards" : "არქივირებული ბარათების ჩვენება",
"Details" : "დეტალები",
"Sharing" : "გაზიარება",
@@ -47,7 +47,6 @@ OC.L10N.register(
"seconds ago" : "წამის წინ",
"Archived boards" : "არქივირებული დაფები",
"Shared with you" : "გაზიარებული თქვენთან",
"New board title" : "ახალი დაფის სახელი",
"Edit board" : "დაფის შეცვლა",
"Board details" : "დაფის დეტალები",
"Today" : "დღეს",

View File

@@ -13,11 +13,11 @@
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "ატვირთული ფაილი აჭარბებს HTML ფორამაში მითითებულ MAX_FILE_SIZE დირექტივას",
"No file was uploaded" : "ფაილი არ აიტვირთა",
"Missing a temporary folder" : "დროებითი დირექტორია არ არსებობს",
"Create new board" : "ახალი დაფის შექმნა",
"Cancel" : "უარყოფა",
"File already exists" : "ფაილი უკვე არსებობს",
"Do you want to overwrite it?" : "გსურთ მისი გადაწერა?",
"Filter by tag" : "ფილტრი ტეგებით",
"Hide archived cards" : "არქივირებული ბარათების დამალვა",
"Show archived cards" : "არქივირებული ბარათების ჩვენება",
"Details" : "დეტალები",
"Sharing" : "გაზიარება",
@@ -45,7 +45,6 @@
"seconds ago" : "წამის წინ",
"Archived boards" : "არქივირებული დაფები",
"Shared with you" : "გაზიარებული თქვენთან",
"New board title" : "ახალი დაფის სახელი",
"Edit board" : "დაფის შეცვლა",
"Board details" : "დაფის დეტალები",
"Today" : "დღეს",

View File

@@ -22,8 +22,8 @@ OC.L10N.register(
"Missing a temporary folder" : "임시 폴더 없음",
"Could not write file to disk" : "디스크에 파일을 쓸 수 없음",
"A PHP extension stopped the file upload" : "PHP 확장 기능에서 파일 업로드를 차단함",
"Create new board" : "새 게시판 만들기",
"new board" : "새로운 보드",
"Card details" : "카드 세부사항",
"Add board" : "보드 추가",
"Search by board title" : "보드 제목으로 검색",
"Select board" : "보드 선택",
"Select the card to link to a project" : "카드를 선택해 프로젝트에 연결",
@@ -38,7 +38,7 @@ OC.L10N.register(
"This board is read only" : "읽기 전용 보드",
"Drop your files to upload" : "업로드를 하려면 파일을 올리시오.",
"Archived cards" : "보관된 카드들",
"Add new list" : "새로운 리스트 추가",
"Add list" : "목록 추가",
"List name" : "리스트 추가",
"Apply filter" : "필터링 적용",
"Filter by tag" : "태그로 필터링",
@@ -50,6 +50,7 @@ OC.L10N.register(
"Next 7 days" : "다음 7일 동안",
"Next 30 days" : "다음 30일 동안",
"No due date" : "기한 없음",
"Hide archived cards" : "보관된 카드 숨기기",
"Show archived cards" : "보관된 카드 보기",
"Details" : "세부사항",
"Sharing" : "공유",
@@ -72,6 +73,7 @@ OC.L10N.register(
"Formatting help" : "서식 도움말",
"Attachments" : "첨부파일",
"Comments" : "댓글",
"Select Date" : "날짜 선택",
"Modified" : "수정한 날짜",
"Created" : "생성됨",
"Save" : "저장",
@@ -81,12 +83,10 @@ OC.L10N.register(
"Archive card" : "보관 카드",
"Delete card" : "카드 삭제",
"Move card" : "카드 이동",
"Card details" : "카드 세부사항",
"seconds ago" : "초 전",
"All boards" : "모든 보드",
"Archived boards" : "보관된 게시판",
"Shared with you" : "나와 공유됨",
"New board title" : "새 게시판 제목",
"Edit board" : "게시판 편집",
"Board details" : "게시판 정보",
"An error occurred" : "오류가 발생함",

View File

@@ -20,8 +20,8 @@
"Missing a temporary folder" : "임시 폴더 없음",
"Could not write file to disk" : "디스크에 파일을 쓸 수 없음",
"A PHP extension stopped the file upload" : "PHP 확장 기능에서 파일 업로드를 차단함",
"Create new board" : "새 게시판 만들기",
"new board" : "새로운 보드",
"Card details" : "카드 세부사항",
"Add board" : "보드 추가",
"Search by board title" : "보드 제목으로 검색",
"Select board" : "보드 선택",
"Select the card to link to a project" : "카드를 선택해 프로젝트에 연결",
@@ -36,7 +36,7 @@
"This board is read only" : "읽기 전용 보드",
"Drop your files to upload" : "업로드를 하려면 파일을 올리시오.",
"Archived cards" : "보관된 카드들",
"Add new list" : "새로운 리스트 추가",
"Add list" : "목록 추가",
"List name" : "리스트 추가",
"Apply filter" : "필터링 적용",
"Filter by tag" : "태그로 필터링",
@@ -48,6 +48,7 @@
"Next 7 days" : "다음 7일 동안",
"Next 30 days" : "다음 30일 동안",
"No due date" : "기한 없음",
"Hide archived cards" : "보관된 카드 숨기기",
"Show archived cards" : "보관된 카드 보기",
"Details" : "세부사항",
"Sharing" : "공유",
@@ -70,6 +71,7 @@
"Formatting help" : "서식 도움말",
"Attachments" : "첨부파일",
"Comments" : "댓글",
"Select Date" : "날짜 선택",
"Modified" : "수정한 날짜",
"Created" : "생성됨",
"Save" : "저장",
@@ -79,12 +81,10 @@
"Archive card" : "보관 카드",
"Delete card" : "카드 삭제",
"Move card" : "카드 이동",
"Card details" : "카드 세부사항",
"seconds ago" : "초 전",
"All boards" : "모든 보드",
"Archived boards" : "보관된 게시판",
"Shared with you" : "나와 공유됨",
"New board title" : "새 게시판 제목",
"Edit board" : "게시판 편집",
"Board details" : "게시판 정보",
"An error occurred" : "오류가 발생함",

View File

@@ -71,8 +71,8 @@ OC.L10N.register(
"A PHP extension stopped the file upload" : "PHP plėtinys sustabdė failo įkėlimą",
"No file uploaded or file size exceeds maximum of %s" : "Neįkeltas joks failas arba failo dydis viršija maksimalų %s dydį",
"Personal planning and team project organization" : "Asmeninis planavimas ir komandinių projektų organizavimas",
"Create new board" : "Sukurti naują lentą",
"new board" : "nauja lenta",
"Card details" : "Išsamiau apie kortelę",
"Add board" : "Pridėti lentą",
"Select the board to link to a project" : "Pasirinkite lentą, kurią susieti su projektu",
"Search by board title" : "Ieškoti pagal lentos pavadinimą",
"Select board" : "Pasirinkti lentą",
@@ -88,7 +88,7 @@ OC.L10N.register(
"Keep existing file" : "Palikti esamą failą",
"This board is read only" : "Ši lenta yra tik skaitymui",
"Archived cards" : "Archyvuotos kortelės",
"Add new list" : "Pridėti naują sąrašą",
"Add list" : "Pridėti sąrašą",
"List name" : "Sąrašo pavadinimas",
"Apply filter" : "Taikyti filtrą",
"Filter by tag" : "Filtruoti pagal žymę",
@@ -100,6 +100,7 @@ OC.L10N.register(
"Next 30 days" : "Artimiausios 30 dienų",
"No due date" : "Be galutinio termino",
"Clear filter" : "Išvalyti filtrą",
"Hide archived cards" : "Slėpti archyvuotas korteles",
"Show archived cards" : "Rodyti archyvuotas korteles",
"Toggle compact mode" : "Perjungti kompaktišką veikseną",
"Details" : "Išsamiau",
@@ -149,6 +150,7 @@ OC.L10N.register(
"Attachments" : "Priedai",
"Comments" : "Komentarai",
"Choose attachment" : "Pasirinkite priedą",
"Select Date" : "Pasirinkti datą",
"Modified" : "Pakeistas",
"Created" : "Sukurta",
"No comments yet. Begin the discussion!" : "Kol kas komentarų nėra. Pradėkite diskusiją!",
@@ -164,13 +166,11 @@ OC.L10N.register(
"Archive card" : "Archyvuoti kortelę",
"Delete card" : "Ištrinti kortelę",
"Move card" : "Perkelti kortelę",
"Card details" : "Išsamiau apie kortelę",
"Move card to another board" : "Perkelti kortelę į kitą lentą",
"seconds ago" : "prieš keletą sekundžių",
"All boards" : "Visos lentos",
"Archived boards" : "Archyvuotos lentos",
"Shared with you" : "Bendrinama su jumis",
"New board title" : "Naujos lentos pavadinimas",
"Edit board" : "Taisyti lentą",
"Clone board " : "Dubliuoti lentą ",
"Unarchive board " : "Išarchyvuoti lentą ",

View File

@@ -69,8 +69,8 @@
"A PHP extension stopped the file upload" : "PHP plėtinys sustabdė failo įkėlimą",
"No file uploaded or file size exceeds maximum of %s" : "Neįkeltas joks failas arba failo dydis viršija maksimalų %s dydį",
"Personal planning and team project organization" : "Asmeninis planavimas ir komandinių projektų organizavimas",
"Create new board" : "Sukurti naują lentą",
"new board" : "nauja lenta",
"Card details" : "Išsamiau apie kortelę",
"Add board" : "Pridėti lentą",
"Select the board to link to a project" : "Pasirinkite lentą, kurią susieti su projektu",
"Search by board title" : "Ieškoti pagal lentos pavadinimą",
"Select board" : "Pasirinkti lentą",
@@ -86,7 +86,7 @@
"Keep existing file" : "Palikti esamą failą",
"This board is read only" : "Ši lenta yra tik skaitymui",
"Archived cards" : "Archyvuotos kortelės",
"Add new list" : "Pridėti naują sąrašą",
"Add list" : "Pridėti sąrašą",
"List name" : "Sąrašo pavadinimas",
"Apply filter" : "Taikyti filtrą",
"Filter by tag" : "Filtruoti pagal žymę",
@@ -98,6 +98,7 @@
"Next 30 days" : "Artimiausios 30 dienų",
"No due date" : "Be galutinio termino",
"Clear filter" : "Išvalyti filtrą",
"Hide archived cards" : "Slėpti archyvuotas korteles",
"Show archived cards" : "Rodyti archyvuotas korteles",
"Toggle compact mode" : "Perjungti kompaktišką veikseną",
"Details" : "Išsamiau",
@@ -147,6 +148,7 @@
"Attachments" : "Priedai",
"Comments" : "Komentarai",
"Choose attachment" : "Pasirinkite priedą",
"Select Date" : "Pasirinkti datą",
"Modified" : "Pakeistas",
"Created" : "Sukurta",
"No comments yet. Begin the discussion!" : "Kol kas komentarų nėra. Pradėkite diskusiją!",
@@ -162,13 +164,11 @@
"Archive card" : "Archyvuoti kortelę",
"Delete card" : "Ištrinti kortelę",
"Move card" : "Perkelti kortelę",
"Card details" : "Išsamiau apie kortelę",
"Move card to another board" : "Perkelti kortelę į kitą lentą",
"seconds ago" : "prieš keletą sekundžių",
"All boards" : "Visos lentos",
"Archived boards" : "Archyvuotos lentos",
"Shared with you" : "Bendrinama su jumis",
"New board title" : "Naujos lentos pavadinimas",
"Edit board" : "Taisyti lentą",
"Clone board " : "Dubliuoti lentą ",
"Unarchive board " : "Išarchyvuoti lentą ",

View File

@@ -12,6 +12,7 @@ OC.L10N.register(
"Cancel" : "Atcelt",
"File already exists" : "Datne jau pastāv",
"Do you want to overwrite it?" : "Vai tu gribi pārrakstīt to?",
"Hide archived cards" : "Slēpt arhivētās kartes",
"Show archived cards" : "Rādīt arhivētās kartes",
"Details" : "Detaļas",
"Sharing" : "Koplietošana",
@@ -28,6 +29,7 @@ OC.L10N.register(
"Description" : "Apraksts",
"Attachments" : "Pielikumi",
"Comments" : "Komentāri",
"Select Date" : "Izvēlieties datumu",
"Modified" : "Mainīts",
"Created" : "Izveidots",
"Save" : "Saglabāt",

View File

@@ -10,6 +10,7 @@
"Cancel" : "Atcelt",
"File already exists" : "Datne jau pastāv",
"Do you want to overwrite it?" : "Vai tu gribi pārrakstīt to?",
"Hide archived cards" : "Slēpt arhivētās kartes",
"Show archived cards" : "Rādīt arhivētās kartes",
"Details" : "Detaļas",
"Sharing" : "Koplietošana",
@@ -26,6 +27,7 @@
"Description" : "Apraksts",
"Attachments" : "Pielikumi",
"Comments" : "Komentāri",
"Select Date" : "Izvēlieties datumu",
"Modified" : "Mainīts",
"Created" : "Izveidots",
"Save" : "Saglabāt",

View File

@@ -25,6 +25,7 @@ OC.L10N.register(
"Upload attachment" : "Прикачи прилог",
"Description" : "Опис",
"Comments" : "Коментари",
"Select Date" : "Избери датум",
"Modified" : "Изменето",
"Save" : "Зачувај",
"Reply" : "Одговор",

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