The `--system` parameter can be supplied via command line
or selected afterwards.
However if none was provided the command would crash with
`TypeError: Cannot assign null to property $system`.
Handle that gracefully and make the type spec more precise
for the setSystem function.
Signed-off-by: Max <max@nextcloud.com>
The calendar object needs to be exposed with "write" properties in order to allow users to hide/show the corresponding calendar in the calendar app. It doesn't has any affects on the general permissions for the whole board or the tasks. As soon as you select a task you jump to the deck app where the normal deck permissions are applied.
fixes: https://github.com/nextcloud/deck/issues/4618
Signed-off-by: Björn Schießle <bjoern@nextcloud.com>
Limit deleted cards in one cron job run to 500
Converted spaces to tabs
Added missing import for CardMapper class
Added another missing import for CardMapper class
Fixed response object in findToDelete method + fixed 2 misspellings in API.md
Fixed invalid parameter type
Fix DeleteCronTest
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Fix lint errors
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
- adds vscode settings file to gitingore
- adds new badge for card ID
- adds card ID to board filter
- adds settings to disable card ID badge
Signed-off-by: Adrian Missy <adrian.missy@onewavestudios.com>
Added more information about the nextcloud environment manually and with docker in the development description.
Signed-off-by: Dennis Eisermann <73851419+DJE98@users.noreply.github.com>
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.
We hope that the reviewing process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR reviewing process.
Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6
Thank you for contributing to Nextcloud and we hope to hear from you soon!
- fix(references): Mute NoPermissionException as it is expected to happen for references @juliushaertl [#4514](https://github.com/nextcloud/deck/pull/4514)
- fix(cards): Fix card sizing by limiting too wide style rules @juliushaertl [#4512](https://github.com/nextcloud/deck/pull/4512)
- fix: Adapt NcEmptyContent usages to new slots @juliushaertl [#4561](https://github.com/nextcloud/deck/pull/4561)
- Gracefully handle not found card for a share @mejo- [#4566](https://github.com/nextcloud/deck/pull/4566)
- Prevent tag itself being edit button if user lacks permissions @joshtrichards [#4574](https://github.com/nextcloud/deck/pull/4574)
- Update Description.vue: Fixes the issue of hidden text by menu bar @pschopen [#4617](https://github.com/nextcloud/deck/pull/4617)
- allow user to toggle visibility of the calendar for a deck board @schiessle [#4622](https://github.com/nextcloud/deck/pull/4622)
- fix: Append datetime picker to body to avoid cut off @juliushaertl [#4643](https://github.com/nextcloud/deck/pull/4643)
- fix: Bring back overdue column by removing faulty condition @juliushaertl [#4660](https://github.com/nextcloud/deck/pull/4660)
- fix(sessions): Do not send close request without token @juliushaertl [#4510](https://github.com/nextcloud/deck/pull/4510)
- tests(integration): Add test for multiple board shares to the same user @juliushaertl [#4494](https://github.com/nextcloud/deck/pull/4494)
- fix(API): Fix board API details parameter to work as expected @nickvergessen [#4518](https://github.com/nextcloud/deck/pull/4518)
- Fix : Overlapping expiry dates on tags @Jerome-Herbinet [#4535](https://github.com/nextcloud/deck/pull/4535)
- Fix consistency of a "Create card" wording with its equivalent for Notes ("New card") @Jerome-Herbinet [#4534](https://github.com/nextcloud/deck/pull/4534)
- tests(integration): Add integration tests for due dates @juliushaertl [#4489](https://github.com/nextcloud/deck/pull/4489)
- Better display of card dates (creation and change dates) @Jerome-Herbinet [#4604](https://github.com/nextcloud/deck/pull/4604)
- Refactors lib\Activity\DeckProvider.php to improve code readability. @fsamapoor [#4648](https://github.com/nextcloud/deck/pull/4648)
- Converts 'strpos()' calls to improve code readability. @fsamapoor [#4657](https://github.com/nextcloud/deck/pull/4657)
Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.
@@ -20,37 +20,18 @@ Deck is a kanban style organization tool aimed at personal planning and project
### Mobile apps
- [Nextcloud Deck app for Android](https://github.com/stefan-niedermann/nextcloud-deck) - It is available in [F-Droid](https://f-droid.org/de/packages/it.niedermann.nextcloud.deck/) and the [Google Play Store](https://play.google.com/store/apps/details?id=it.niedermann.nextcloud.deck.play)
- [deck NG for Android and iOS](https://github.com/meltzow/deck-ng) - It is available in [Google Play Store](https://play.google.com/store/apps/details?id=net.meltzow.deckng) and [Apple App Store](https://apps.apple.com/us/app/deck-ng/id6443334702)
### 3rd-Party Integrations
- [trello-to-deck](https://github.com/maxammann/trello-to-deck) - Migrates cards from Trello
- [mail2deck](https://github.com/newroco/mail2deck) - Provides an "email in" solution
- [A-deck](https://github.com/leoossa/A-deck) - Chrome Extension that allows to create new card in selected stack based on current tab
- [QOwnNotes](https://github.com/pbek/QOwnNotes) - Quickly creates cards and links to them in Markdown notes
## Installation/Update
This app is supposed to work on the two latest Nextcloud versions.
### Install latest release
You can download and install the latest release from the [Nextcloud app store](https://apps.nextcloud.com/apps/deck)
### Install from git
If you want to run the latest development version from git source, you need to clone the repo to your apps folder:
```
git clone https://github.com/nextcloud/deck.git
cd deck
make install-deps
make build
```
Please make sure you have installed the following dependencies: `make, which, tar, npm, curl, composer`
### Install the nightly builds
Instead of setting everything up manually, you can just [download the nightly build](https://github.com/nextcloud/deck/releases/tag/nightly) instead. These builds are updated every 24 hours, and are pre-configured with all the needed dependencies.
The app can be installed through the app store within Nextcloud. You can also download the latest release from the [release page](https://github.com/nextcloud-releases/deck/releases).
## Performance limitations
@@ -65,36 +46,54 @@ Improvements on Nextcloud server and Deck itself will improve the situation.
## Developing
### PHP
There are multiple ways to develop on Deck. As you will need a Nextcloud server running, the individual options are described below.
Nothing to prepare, just dig into the code.
### General build instructions
### JavaScript
General build instructions for the app itself are the same for all options.
This requires at least Node 14 and npm 7 to be installed.
To build you will need to have [Node.js](https://nodejs.org/en/) and [Composer](https://getcomposer.org/) installed.
Deck requires running a `make build-js` to install npm dependencies and build the JavaScript code using webpack. While developing you can also use `make watch` to rebuild everytime the code changes.
You need to setup a [development environment](https://docs.nextcloud.com/server/latest/developer_manual//getting_started/devenv.html) of the current Nextcloud version. You can also alternatively install & run the [nextcloud docker container](https://github.com/juliushaertl/nextcloud-docker-dev).
After the finished installation, you can clone the deck project directly in the `/[nextcloud-docker-dev-dir]/workspace/server/apps/` folder.
### Running tests
You can use the provided Makefile to run all tests by using:
@@ -1066,6 +1066,7 @@ Deck stores user and app configuration values globally and per board. The GET en
| --- | --- |
| calendar | Determines if the calendar/tasks integration through the CalDAV backend is enabled for the user (boolean) |
| cardDetailsInModal | Determines if the bigger view is used (boolean) |
| cardIdBadge | Determines if the ID badges are displayed on cards (boolean) |
| groupLimit | Determines if creating new boards is limited to certain groups of the instance. The resulting output is an array of group objects with the id and the displayname (Admin only)|
```
@@ -1079,6 +1080,7 @@ Deck stores user and app configuration values globally and per board. The GET en
"data": {
"calendar": true,
"cardDetailsInModal": true,
"cardIdBadge": true,
"groupLimit": [
{
"id": "admin",
@@ -1109,6 +1111,7 @@ Deck stores user and app configuration values globally and per board. The GET en
| notify-due | `off`, `assigned` or `all` |
| calendar | Boolean |
| cardDetailsInModal | Boolean |
| cardIdBadge | Boolean |
#### Example request
@@ -1391,3 +1394,110 @@ A bad request response is returned if invalid input values are provided. The res
A not found response might be returned if:
- The card for the given cardId could not be found
* Execute the import informing the import file path, data file and source as `Trello JSON`
Create the configuration file respecting the [JSON Schema](https://github.com/nextcloud/deck/blob/master/lib/Service/Importer/fixtures/config-trelloJson-schema.json) for import `Trello JSON`
Create the configuration file respecting the [JSON Schema](https://github.com/nextcloud/deck/blob/main/lib/Service/Importer/fixtures/config-trelloJson-schema.json) for import `Trello JSON`
This ID you will use in the configuration file in the `board` property
* Create the configuration file
Create the configuration file respecting the [JSON Schema](https://github.com/nextcloud/deck/blob/master/lib/Service/Importer/fixtures/config-trelloApi-schema.json) for import `Trello JSON`
Create the configuration file respecting the [JSON Schema](https://github.com/nextcloud/deck/blob/main/lib/Service/Importer/fixtures/config-trelloApi-schema.json) for import `Trello JSON`
"{user} has restored the attachment {attachment} to card {card}":"{user} قام باسترجاع المرفق {attachment} إلى البطاقة {card}",
"You have commented on card {card}":"لقد علقت على البطاقة {بطاقة}",
"{user} has commented on card {card}":"{مستخدم} علق على بطاقة {بطاقة}",
"A <strong>card description</strong> inside the Deck app has been changed":"<strong>وصف البطاقة</strong>داخل تطبيق Deck قد تغيرت.",
"Deck":"Deck",
"Changes in the <strong>Deck app</strong>":"تغييرات في <strong>تطبيق Deck</strong> ",
"A <strong>board, list or card</strong> was changed":"تمّ تغيير <strong>لوح board أو قائمة list أو بطاقة card </strong>.",
"A <strong>comment</strong> was created on a card":"<strong>تعليق</strong> تم إنشاؤه على بطاقة",
"A <strong>card description</strong> has been changed":"تمّ تغيير <strong>وصف بطاقة</strong>.",
"Upcoming cards":"البطاقات القادمة",
"Load more":"حمّل أكثر",
"Personal":"شخصي",
@@ -83,7 +82,6 @@ OC.L10N.register(
"Owned by %1$s":"يملكها %1$s",
"Deck boards, cards and comments":"الرُّقع و البطاقات و الملاحظات",
"From %1$s, in %2$s/%3$s, owned by %4$s":" من %1$s، في %2$s/%3$s، يملكها %4$s",
"Create a new deck card":"إنشاء كَدْسَة بطاقات deck card جديدة",
"Card comments":"تعليقات البطاقة ",
"%s on %s":"%s على %s",
"Deck boards and cards":"الرُّقع و البطاقات",
@@ -118,9 +116,17 @@ OC.L10N.register(
"Select the board to link to a project":"تحديد اللوح لربطه بمشروع",
"Search by board title":"بحث بواسطة عنوان اللوح",
"Select board":"حدد لوح",
"Create a new card":"أنشى بطاقة جديدة ",
"Select a board":"حدد لوح",
"Select a card":"حدد بطاقة",
"Select a list":"اختر قائمة ",
"Card title":"عنوان البطاقة ",
"Cancel":"إلغاء",
"Creating the new card …":"أنشى البطاقة الجديدة ",
"Card \"{card}\" was added to \"{board}\"":"\"{بطاقة}\" تمت إضافتها في \"{اللوح}\"",
"Open card":"فتح البطاقة ",
"Close":"إغلاق",
"Create card":"أنشى بطاقة ",
"Select a card":"حدد بطاقة",
"Select the card to link to a project":"حدد البطاقة لربطها بمشروع",
"Link to card":"اربط بطاقة",
"File already exists":"الملف موجود مسبقاً",
@@ -194,8 +200,6 @@ OC.L10N.register(
"title and color value must be provided":"العنوان و قيمة اللون يجب تقديمها ",
"Board name":"اسم اللوح",
"Members":"الاعضاء",
"Assign to users/groups/circles":"انسب الى المستخدمين،المجموعات،الدوائر",
"Assign a user to this card…":"انسب مستخدم الى هذه البطاقة..",
"Upload new files":"رفع ملفات جديدة",
"Share from Files":"مشاركة من الملفات",
"Pending share":"مشاركة مُعلّقة",
@@ -216,6 +220,18 @@ OC.L10N.register(
"The title cannot be empty.":"لا يمكن ترك العنوان فارغًا.",
"No comments yet. Begin the discussion!":"لا يوجد تعليقات بعد, ابدأ النقاش الآن!",
"Failed to load comments":"فشل في تحميل التعليقات ",
"Assign a tag to this card…":"انسب وسم الى هذه البطاقة..",
"Assign to users":"انسب الى المتسخدمين",
"Assign to users/groups/circles":"انسب الى المستخدمين،المجموعات،الدوائر",
"Assign a user to this card…":"انسب مستخدم الى هذه البطاقة..",
"Due date":"تاريخ الانجاز",
"Set a due date":"تعيين تاريخ الانجاز",
"Remove due date":"ازالة تاريخ الانجاز",
"Select Date":"اختر التاريخ ",
"Today":"اليوم",
"Tomorrow":"غدا",
"Next week":"الاسبوع القادم",
"Next month":"الشهر القادم",
"Save":"حفظ",
"The comment cannot be empty.":"التعليق لايمكن ان يكون فارغا.",
"The comment cannot be longer than 1000 characters.":"التعليق لا يمكن ان يكون اطول من 1000 حرف.",
@@ -232,15 +248,6 @@ OC.L10N.register(
"Add Attachment":"أضف ملحق",
"Write a description …":"كتابة وصف...",
"Choose attachment":"اختيار مرفق",
"Assign a due date to this card…":"تعيين تاريخ استحقاق لهذه البطاقة...",
"Set a due date":"تعيين تاريخ الانجاز",
"Remove due date":"ازالة تاريخ الانجاز",
"Select Date":"اختر التاريخ ",
"Today":"اليوم",
"Tomorrow":"غدا",
"Next week":"الاسبوع القادم",
"Next month":"الشهر القادم",
"Assign a tag to this card…":"انسب وسم الى هذه البطاقة..",
"(group)":"(مجموعة)",
"Todo items":"قائمة المهام",
"{count} comments, {unread} unread":"{عدد} التعليقات، {غير مقروءة} غير مقروءة",
@@ -253,7 +260,6 @@ OC.L10N.register(
"Archive card":"أرشفة البطاقة",
"Delete card":"حذف البطاقة",
"Move card to another board":"حرك البطاقة الى لوح اخر",
"Select a list":"اختر قائمة ",
"List is empty":"القائمة فارغة",
"Card deleted":"البطاقة حٌذفت ",
"seconds ago":"ثوانٍ مضت",
@@ -295,13 +301,6 @@ OC.L10N.register(
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* أُنشأت في {created}\n* آخر تعديل لها في {lastMod}\n* {nbAttachments} مُرفقات\n* {nbComments} مُلاحظات",
"{nbCards} cards":"{nbCards} بطاقات",
"Click to expand comment":"إضغط للتوسع في الملاحظات",
"Create a new card":"أنشى بطاقة جديدة ",
"Card title":"عنوان البطاقة ",
"Create card":"أنشى بطاقة ",
"Creating the new card …":"أنشى البطاقة الجديدة ",
"Card \"{card}\" was added to \"{board}\"":"\"{بطاقة}\" تمت إضافتها في \"{اللوح}\"",
"Open card":"فتح البطاقة ",
"Close":"إغلاق",
"No upcoming cards":"لا يوجد بطاقات قادمة ",
"upcoming cards":"البطاقات القادمة",
"New card":"بطاقة جديدة",
@@ -317,9 +316,6 @@ OC.L10N.register(
"Share with a Deck card":"مشاركة مع بطاقة Deck",
"Share {file} with a Deck card":"مشاركة الملف {file} مع بطاقة Deck",
"Share":"مشاركة ",
"A <strong>card description</strong> inside the Deck app has been changed":"<strong>وصف البطاقة</strong>داخل تطبيق Deck قد تغيرت.",
"{user} has restored the attachment {attachment} to card {card}":"{user} قام باسترجاع المرفق {attachment} إلى البطاقة {card}",
"You have commented on card {card}":"لقد علقت على البطاقة {بطاقة}",
"{user} has commented on card {card}":"{مستخدم} علق على بطاقة {بطاقة}",
"A <strong>card description</strong> inside the Deck app has been changed":"<strong>وصف البطاقة</strong>داخل تطبيق Deck قد تغيرت.",
"Deck":"Deck",
"Changes in the <strong>Deck app</strong>":"تغييرات في <strong>تطبيق Deck</strong> ",
"A <strong>board, list or card</strong> was changed":"تمّ تغيير <strong>لوح board أو قائمة list أو بطاقة card </strong>.",
"A <strong>comment</strong> was created on a card":"<strong>تعليق</strong> تم إنشاؤه على بطاقة",
"A <strong>card description</strong> has been changed":"تمّ تغيير <strong>وصف بطاقة</strong>.",
"Upcoming cards":"البطاقات القادمة",
"Load more":"حمّل أكثر",
"Personal":"شخصي",
@@ -81,7 +80,6 @@
"Owned by %1$s":"يملكها %1$s",
"Deck boards, cards and comments":"الرُّقع و البطاقات و الملاحظات",
"From %1$s, in %2$s/%3$s, owned by %4$s":" من %1$s، في %2$s/%3$s، يملكها %4$s",
"Create a new deck card":"إنشاء كَدْسَة بطاقات deck card جديدة",
"Card comments":"تعليقات البطاقة ",
"%s on %s":"%s على %s",
"Deck boards and cards":"الرُّقع و البطاقات",
@@ -116,9 +114,17 @@
"Select the board to link to a project":"تحديد اللوح لربطه بمشروع",
"Search by board title":"بحث بواسطة عنوان اللوح",
"Select board":"حدد لوح",
"Create a new card":"أنشى بطاقة جديدة ",
"Select a board":"حدد لوح",
"Select a card":"حدد بطاقة",
"Select a list":"اختر قائمة ",
"Card title":"عنوان البطاقة ",
"Cancel":"إلغاء",
"Creating the new card …":"أنشى البطاقة الجديدة ",
"Card \"{card}\" was added to \"{board}\"":"\"{بطاقة}\" تمت إضافتها في \"{اللوح}\"",
"Open card":"فتح البطاقة ",
"Close":"إغلاق",
"Create card":"أنشى بطاقة ",
"Select a card":"حدد بطاقة",
"Select the card to link to a project":"حدد البطاقة لربطها بمشروع",
"Link to card":"اربط بطاقة",
"File already exists":"الملف موجود مسبقاً",
@@ -192,8 +198,6 @@
"title and color value must be provided":"العنوان و قيمة اللون يجب تقديمها ",
"Board name":"اسم اللوح",
"Members":"الاعضاء",
"Assign to users/groups/circles":"انسب الى المستخدمين،المجموعات،الدوائر",
"Assign a user to this card…":"انسب مستخدم الى هذه البطاقة..",
"Upload new files":"رفع ملفات جديدة",
"Share from Files":"مشاركة من الملفات",
"Pending share":"مشاركة مُعلّقة",
@@ -214,6 +218,18 @@
"The title cannot be empty.":"لا يمكن ترك العنوان فارغًا.",
"No comments yet. Begin the discussion!":"لا يوجد تعليقات بعد, ابدأ النقاش الآن!",
"Failed to load comments":"فشل في تحميل التعليقات ",
"Assign a tag to this card…":"انسب وسم الى هذه البطاقة..",
"Assign to users":"انسب الى المتسخدمين",
"Assign to users/groups/circles":"انسب الى المستخدمين،المجموعات،الدوائر",
"Assign a user to this card…":"انسب مستخدم الى هذه البطاقة..",
"Due date":"تاريخ الانجاز",
"Set a due date":"تعيين تاريخ الانجاز",
"Remove due date":"ازالة تاريخ الانجاز",
"Select Date":"اختر التاريخ ",
"Today":"اليوم",
"Tomorrow":"غدا",
"Next week":"الاسبوع القادم",
"Next month":"الشهر القادم",
"Save":"حفظ",
"The comment cannot be empty.":"التعليق لايمكن ان يكون فارغا.",
"The comment cannot be longer than 1000 characters.":"التعليق لا يمكن ان يكون اطول من 1000 حرف.",
@@ -230,15 +246,6 @@
"Add Attachment":"أضف ملحق",
"Write a description …":"كتابة وصف...",
"Choose attachment":"اختيار مرفق",
"Assign a due date to this card…":"تعيين تاريخ استحقاق لهذه البطاقة...",
"Set a due date":"تعيين تاريخ الانجاز",
"Remove due date":"ازالة تاريخ الانجاز",
"Select Date":"اختر التاريخ ",
"Today":"اليوم",
"Tomorrow":"غدا",
"Next week":"الاسبوع القادم",
"Next month":"الشهر القادم",
"Assign a tag to this card…":"انسب وسم الى هذه البطاقة..",
"(group)":"(مجموعة)",
"Todo items":"قائمة المهام",
"{count} comments, {unread} unread":"{عدد} التعليقات، {غير مقروءة} غير مقروءة",
@@ -251,7 +258,6 @@
"Archive card":"أرشفة البطاقة",
"Delete card":"حذف البطاقة",
"Move card to another board":"حرك البطاقة الى لوح اخر",
"Select a list":"اختر قائمة ",
"List is empty":"القائمة فارغة",
"Card deleted":"البطاقة حٌذفت ",
"seconds ago":"ثوانٍ مضت",
@@ -293,13 +299,6 @@
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* أُنشأت في {created}\n* آخر تعديل لها في {lastMod}\n* {nbAttachments} مُرفقات\n* {nbComments} مُلاحظات",
"{nbCards} cards":"{nbCards} بطاقات",
"Click to expand comment":"إضغط للتوسع في الملاحظات",
"Create a new card":"أنشى بطاقة جديدة ",
"Card title":"عنوان البطاقة ",
"Create card":"أنشى بطاقة ",
"Creating the new card …":"أنشى البطاقة الجديدة ",
"Card \"{card}\" was added to \"{board}\"":"\"{بطاقة}\" تمت إضافتها في \"{اللوح}\"",
"Open card":"فتح البطاقة ",
"Close":"إغلاق",
"No upcoming cards":"لا يوجد بطاقات قادمة ",
"upcoming cards":"البطاقات القادمة",
"New card":"بطاقة جديدة",
@@ -315,9 +314,6 @@
"Share with a Deck card":"مشاركة مع بطاقة Deck",
"Share {file} with a Deck card":"مشاركة الملف {file} مع بطاقة Deck",
"Share":"مشاركة ",
"A <strong>card description</strong> inside the Deck app has been changed":"<strong>وصف البطاقة</strong>داخل تطبيق Deck قد تغيرت.",
"The uploaded file exceeds the upload_max_filesize directive in php.ini":"El ficheru xubíu supera la direutiva «upload_max_filesize» del ficheru php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"El ficheru xubíu supera la direutiva «MAX_FILE_SIZE» que s'especificó nel formulariu HTML",
"No file was uploaded":"Nun se xubió nengún ficheru",
"The uploaded file exceeds the upload_max_filesize directive in php.ini":"El ficheru xubíu supera la direutiva «upload_max_filesize» del ficheru php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"El ficheru xubíu supera la direutiva «MAX_FILE_SIZE» que s'especificó nel formulariu HTML",
"No file was uploaded":"Nun se xubió nengún ficheru",
"{user} has restored the attachment {attachment} to card {card}":"{user} възстанови прикачения файл {attachment} към карта {card}",
"You have commented on card {card}":"Коментирали сте карта {card}",
"{user} has commented on card {card}":"{user} коментира карта {card}",
"A <strong>card description</strong> inside the Deck app has been changed":"<strong>Описанието на картата</strong> в приложението Deck/набор/ е променено",
"Deck":"Набор",
"Changes in the <strong>Deck app</strong>":"Промени в <strong>приложението Deck</strong>",
"A <strong>comment</strong> was created on a card":"На картата е създаден <strong>коментар</strong>",
@@ -115,9 +116,17 @@ OC.L10N.register(
"Select the board to link to a project":"Изберете таблото, което да свържете към проект",
"Search by board title":"Търсене по заглавие на таблото",
"Select board":"Избор на табло",
"Create a new card":"Създаване на нова карта",
"Select a board":"Избор на табло",
"Select a card":"Избор на карта",
"Select a list":"Избор на списък",
"Card title":"Заглавие на карта",
"Cancel":"Отказ",
"Creating the new card …":"Създаване на новата карта ...",
"Card \"{card}\" was added to \"{board}\"":"Карта \"{card}\" беше добавена към \"{board}\"",
"Open card":"Отваряне на карта",
"Close":"Затваряне",
"Create card":"Създаване на карта",
"Select a card":"Избор на карта",
"Select the card to link to a project":"Изберете картата, която да свържете към проект",
"Link to card":"Връзка към карта",
"File already exists":"Файлът вече съществува",
@@ -191,8 +200,6 @@ OC.L10N.register(
"title and color value must be provided":"трябва да се предоставят заглавие и стойност на цвета",
"Board name":"Име на табло",
"Members":"Членове",
"Assign to users/groups/circles":"Зачисляване към потребители/групи/кръгове",
"Assign a user to this card…":"Зачисляване на потребител на тази карта ...",
"Upload new files":"Качи нови файлове",
"Share from Files":"Споделяне от Файлове",
"Pending share":"Чакащо споделяне",
@@ -213,6 +220,18 @@ OC.L10N.register(
"The title cannot be empty.":"Заглавието не може да бъде празно.",
"No comments yet. Begin the discussion!":"Все още няма коментари. Започнете дискусията!",
"Failed to load comments":"Неуспешно зареждане на коментари",
"Assign a tag to this card…":"Присвояване на етикет на тази карта ...",
"Assign to users":"Зачисляване към потребители",
"Assign to users/groups/circles":"Зачисляване към потребители/групи/кръгове",
"Assign a user to this card…":"Зачисляване на потребител на тази карта ...",
"Due date":"Крайна дата",
"Set a due date":"Задаване на крайна дата",
"Remove due date":"Премахни крайната дата",
"Select Date":"Изберете дата",
"Today":"Днес",
"Tomorrow":"Утре",
"Next week":"Следваща седмица",
"Next month":"Следващия месец",
"Save":"Запазване",
"The comment cannot be empty.":"Коментарът не може да бъде празен.",
"The comment cannot be longer than 1000 characters.":"Коментарът не може да бъде по-дълъг от 1000 знака.",
@@ -229,14 +248,6 @@ OC.L10N.register(
"Add Attachment":"Добавяне на прикачен файл",
"Write a description …":"Напишете описание ...",
"Choose attachment":"Избор на прикачен файл",
"Set a due date":"Задаване на крайна дата",
"Remove due date":"Премахни крайната дата",
"Select Date":"Изберете дата",
"Today":"Днес",
"Tomorrow":"Утре",
"Next week":"Следваща седмица",
"Next month":"Следващия месец",
"Assign a tag to this card…":"Присвояване на етикет на тази карта ...",
"Move card to another board":"Преместване на картата на друго табло",
"Select a list":"Избор на списък",
"List is empty":"Списъкът е празен",
"Card deleted":"Картата е изтрита",
"seconds ago":"преди секунди",
@@ -291,13 +301,6 @@ OC.L10N.register(
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* Създаден на {created}\n* Последна промяна на {lastMod} \n* {nbAttachments} прикачени файлове \n* {nbComments} коментара",
"{nbCards} cards":"{nbCards} карти",
"Click to expand comment":"Кликване за разширяване на коментара",
"Create a new card":"Създаване на нова карта",
"Card title":"Заглавие на карта",
"Create card":"Създаване на карта",
"Creating the new card …":"Създаване на новата карта ...",
"Card \"{card}\" was added to \"{board}\"":"Карта \"{card}\" беше добавена към \"{board}\"",
"Open card":"Отваряне на карта",
"Close":"Затваряне",
"No upcoming cards":"Няма предстоящи карти",
"upcoming cards":"предстоящи карти",
"New card":"Нова карта",
@@ -313,9 +316,6 @@ OC.L10N.register(
"Share with a Deck card":"Споделяне с Deck карта",
"Share {file} with a Deck card":"Споделяне {file} с Deck карта",
"Share":"Споделяне",
"A <strong>card description</strong> inside the Deck app has been changed":"<strong>Описанието на картата</strong> в приложението Deck/набор/ е променено",
"{user} has restored the attachment {attachment} to card {card}":"{user} възстанови прикачения файл {attachment} към карта {card}",
"You have commented on card {card}":"Коментирали сте карта {card}",
"{user} has commented on card {card}":"{user} коментира карта {card}",
"A <strong>card description</strong> inside the Deck app has been changed":"<strong>Описанието на картата</strong> в приложението Deck/набор/ е променено",
"Deck":"Набор",
"Changes in the <strong>Deck app</strong>":"Промени в <strong>приложението Deck</strong>",
"A <strong>comment</strong> was created on a card":"На картата е създаден <strong>коментар</strong>",
@@ -113,9 +114,17 @@
"Select the board to link to a project":"Изберете таблото, което да свържете към проект",
"Search by board title":"Търсене по заглавие на таблото",
"Select board":"Избор на табло",
"Create a new card":"Създаване на нова карта",
"Select a board":"Избор на табло",
"Select a card":"Избор на карта",
"Select a list":"Избор на списък",
"Card title":"Заглавие на карта",
"Cancel":"Отказ",
"Creating the new card …":"Създаване на новата карта ...",
"Card \"{card}\" was added to \"{board}\"":"Карта \"{card}\" беше добавена към \"{board}\"",
"Open card":"Отваряне на карта",
"Close":"Затваряне",
"Create card":"Създаване на карта",
"Select a card":"Избор на карта",
"Select the card to link to a project":"Изберете картата, която да свържете към проект",
"Link to card":"Връзка към карта",
"File already exists":"Файлът вече съществува",
@@ -189,8 +198,6 @@
"title and color value must be provided":"трябва да се предоставят заглавие и стойност на цвета",
"Board name":"Име на табло",
"Members":"Членове",
"Assign to users/groups/circles":"Зачисляване към потребители/групи/кръгове",
"Assign a user to this card…":"Зачисляване на потребител на тази карта ...",
"Upload new files":"Качи нови файлове",
"Share from Files":"Споделяне от Файлове",
"Pending share":"Чакащо споделяне",
@@ -211,6 +218,18 @@
"The title cannot be empty.":"Заглавието не може да бъде празно.",
"No comments yet. Begin the discussion!":"Все още няма коментари. Започнете дискусията!",
"Failed to load comments":"Неуспешно зареждане на коментари",
"Assign a tag to this card…":"Присвояване на етикет на тази карта ...",
"Assign to users":"Зачисляване към потребители",
"Assign to users/groups/circles":"Зачисляване към потребители/групи/кръгове",
"Assign a user to this card…":"Зачисляване на потребител на тази карта ...",
"Due date":"Крайна дата",
"Set a due date":"Задаване на крайна дата",
"Remove due date":"Премахни крайната дата",
"Select Date":"Изберете дата",
"Today":"Днес",
"Tomorrow":"Утре",
"Next week":"Следваща седмица",
"Next month":"Следващия месец",
"Save":"Запазване",
"The comment cannot be empty.":"Коментарът не може да бъде празен.",
"The comment cannot be longer than 1000 characters.":"Коментарът не може да бъде по-дълъг от 1000 знака.",
@@ -227,14 +246,6 @@
"Add Attachment":"Добавяне на прикачен файл",
"Write a description …":"Напишете описание ...",
"Choose attachment":"Избор на прикачен файл",
"Set a due date":"Задаване на крайна дата",
"Remove due date":"Премахни крайната дата",
"Select Date":"Изберете дата",
"Today":"Днес",
"Tomorrow":"Утре",
"Next week":"Следваща седмица",
"Next month":"Следващия месец",
"Assign a tag to this card…":"Присвояване на етикет на тази карта ...",
"Move card to another board":"Преместване на картата на друго табло",
"Select a list":"Избор на списък",
"List is empty":"Списъкът е празен",
"Card deleted":"Картата е изтрита",
"seconds ago":"преди секунди",
@@ -289,13 +299,6 @@
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* Създаден на {created}\n* Последна промяна на {lastMod} \n* {nbAttachments} прикачени файлове \n* {nbComments} коментара",
"{nbCards} cards":"{nbCards} карти",
"Click to expand comment":"Кликване за разширяване на коментара",
"Create a new card":"Създаване на нова карта",
"Card title":"Заглавие на карта",
"Create card":"Създаване на карта",
"Creating the new card …":"Създаване на новата карта ...",
"Card \"{card}\" was added to \"{board}\"":"Карта \"{card}\" беше добавена към \"{board}\"",
"Open card":"Отваряне на карта",
"Close":"Затваряне",
"No upcoming cards":"Няма предстоящи карти",
"upcoming cards":"предстоящи карти",
"New card":"Нова карта",
@@ -311,9 +314,6 @@
"Share with a Deck card":"Споделяне с Deck карта",
"Share {file} with a Deck card":"Споделяне {file} с Deck карта",
"Share":"Споделяне",
"A <strong>card description</strong> inside the Deck app has been changed":"<strong>Описанието на картата</strong> в приложението Deck/набор/ е променено",
"{user} has archived card {card} in list {stack} on board {board}":"{user} té la targeta arxivada {card} a la llista {stack} al tauler {board}",
"You have unarchived card {card} in list {stack} on board {board}":"Teniu una targeta no-arxchivada {card} a la llista {stack} al tauler {board}",
"{user} has unarchived card {card} in list {stack} on board {board}":"{user} té una targeta no-arxivada {card} a la llista {stack} al tauler {board}",
"You have removed the due date of card {card}":"Heu suprimit la data de caducitat de la targeta {card}",
"{user} has removed the due date of card {card}":"{user} ha suprimit la data de caducitat de la targeta {card}",
"You have removed the due date of card {card}":"Heu suprimit la data de caducitat de la targeta {targeta}",
"{user} has removed the due date of card {card}":"{user} ha suprimit la data de caducitat de la targeta {targeta}",
"You have set the due date of card {card} to {after}":"Heu establert la data de caducitat de la targeta {card} a {after}",
"{user} has set the due date of card {card} to {after}":"{user} ha establert la data de caducitat de la targeta {card} a {after}",
"You have updated the due date of card {card} to {after}":"Heu actualitzat la data de caducitat de la targeta {card} a {after}",
@@ -63,6 +63,7 @@ OC.L10N.register(
"{user} has restored the attachment {attachment} to card {card}":"{user} ha restaurat l'adjunt {attachment} a la targeta {card}",
"You have commented on card {card}":"Heu comentat la targeta {card}",
"{user} has commented on card {card}":"{user} ha comentat la targeta {card}",
"A <strong>card description</strong> inside the Deck app has been changed":"S'ha canviat una <strong>descripció de targeta</strong> a l'aplicació Tauler",
"Deck":"Targetes",
"Changes in the <strong>Deck app</strong>":"Canvis a l'<strong>aplicació Targetes</strong>",
"A <strong>comment</strong> was created on a card":"S'ha creat un <strong>comentari</strong> a una targeta",
@@ -76,12 +77,11 @@ OC.L10N.register(
"%s has mentioned you in a comment on \"%s\".":"%s us ha anomenat en un comentari sobre \"%s\".",
"{user} has mentioned you in a comment on {deck-card}.":"{user} us ha mencionat en un comentari a {deck-card}.",
"The board \"%s\" has been shared with you by %s.":"El tauler \"%s\" se us ha compartit per %s.",
"{user} has shared {deck-board} with you.":"{user} us ha compartit {deck-board}.",
"{user} has shared {deck-board} with you.":"{user} us ha compartit {board}.",
"Deck board":"Tauler de Deck",
"Owned by %1$s":"Propietat de %1$s",
"Deck boards, cards and comments":"Taulers, targetes i comentaris",
"From %1$s, in %2$s/%3$s, owned by %4$s":"De %1$s, a %2$s/%3$s, propietat de %4$s",
"Create a new deck card":"Crea una nova targeta",
"Card comments":"Comentaris de la targeta",
"%s on %s":"%s a %s",
"Deck boards and cards":"Taulers de piles i targetes",
@@ -116,9 +116,17 @@ OC.L10N.register(
"Select the board to link to a project":"Selecciona el tauler per enllaçar a un projecte",
"Search by board title":"Cerca per títol del tauler",
"Select board":"Selecciona un tauler",
"Create a new card":"Crea una nova targeta",
"Select a board":"Selecciona un tauler",
"Select a card":"Selecciona una targeta",
"Select a list":"Seleccioneu una llista",
"Card title":"Títol de la targeta",
"Cancel":"Cancel·la",
"Creating the new card …":"Creant la nova targeta …",
"Card \"{card}\" was added to \"{board}\"":"La targeta \"{card}\" s'ha afegit a \"{board}\"",
"Open card":"Obre la targeta",
"Close":"Tanca",
"Create card":"Crea una targeta",
"Select a card":"Selecciona una targeta",
"Select the card to link to a project":"Selecciona la targeta per enllaçar a un projecte",
"Link to card":"Enllaç a la targeta",
"File already exists":"El fitxer ja existeix",
@@ -178,7 +186,7 @@ OC.L10N.register(
"Transfer":"Transferència",
"The board has been transferred to {user}":"El tauler s'ha transferit a {user}",
"Failed to transfer the board to {user}":"No s'ha pogut transferir el tauler a {user}",
"Edit list title":"Edició del títol de la llista",
"Edit list title":"Edita el títol de la llista",
"Archive all cards":"Arxiva totes les targetes",
"Unarchive all cards":"Desarxivar totes les targetes",
"Delete list":"Suprimeix la llista",
@@ -192,8 +200,6 @@ OC.L10N.register(
"title and color value must be provided":"s’ha de proporcionar el valor del títol i del color",
"Board name":"Nom del taulell",
"Members":"Membres",
"Assign to users/groups/circles":"Assignació a usuaris/grups/cercles",
"Assign a user to this card…":"Assignació d'un usuari a aquesta targeta…",
"Upload new files":"Pujada de nous fitxers",
"Share from Files":"Comparteix des de Fitxers",
"Pending share":"Compartició pendent",
@@ -214,6 +220,18 @@ OC.L10N.register(
"The title cannot be empty.":"El títol no pot estar buit.",
"No comments yet. Begin the discussion!":"No hi ha comentaris encara. Començar la discussió!",
"Failed to load comments":"No s'han pogut carregar els comentaris",
"Assign a tag to this card…":"Assignació d'una etiqueta a aquesta targeta…",
"Assign to users":"Assignació als usuaris",
"Assign to users/groups/circles":"Assignació a usuaris/grups/cercles",
"Assign a user to this card…":"Assignació d'un usuari a aquesta targeta…",
"Due date":"Data de caducitat",
"Set a due date":"Definir una data de caducitat",
"Remove due date":"Suprimeix la data de caducitat",
"Select Date":"Selecciona la data",
"Today":"Avui",
"Tomorrow":"Demà",
"Next week":"Setmana següent",
"Next month":"Mes següent",
"Save":"Desa",
"The comment cannot be empty.":"El comentari no pot estar buit.",
"The comment cannot be longer than 1000 characters.":"El comentari no pot ser més llarg que 1000 caràcters.",
@@ -230,15 +248,6 @@ OC.L10N.register(
"Add Attachment":"Afegeix un adjunt",
"Write a description …":"Escriviu una descripció …",
"Choose attachment":"Triar adjunt",
"Assign a due date to this card…":"Assigna una data de caducitat a aquesta targeta…",
"Set a due date":"Definir una data de caducitat",
"Remove due date":"Suprimeix la data de caducitat",
"Select Date":"Selecciona la data",
"Today":"Avui",
"Tomorrow":"Demà",
"Next week":"Setmana següent",
"Next month":"Mes següent",
"Assign a tag to this card…":"Assignació d'una etiqueta a aquesta targeta…",
"(group)":"(grup)",
"Todo items":"Tasques pendents",
"{count} comments, {unread} unread":"{count} comentaris, {unread} no llegits",
@@ -251,7 +260,6 @@ OC.L10N.register(
"Archive card":"Arxiva la targeta",
"Delete card":"Suprimeix targeta",
"Move card to another board":"Mou la targeta a un altre tauler",
"Select a list":"Seleccioneu una llista",
"List is empty":"La llista és buida",
"Card deleted":"Targeta suprimida",
"seconds ago":"fa uns segons",
@@ -293,13 +301,6 @@ OC.L10N.register(
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* Creat el {created}\n* Última modificació el dia {lastMod}\n* {nbAttachments} fitxers adjunts\n* {nbComments} comentaris",
"{nbCards} cards":"{nbCards} targetes",
"Click to expand comment":"Feu clic per ampliar el comentari",
"Create a new card":"Crea una nova targeta",
"Card title":"Títol de la targeta",
"Create card":"Crea una targeta",
"Creating the new card …":"Creant la nova targeta …",
"Card \"{card}\" was added to \"{board}\"":"La targeta \"{card}\" s'ha afegit a \"{board}\"",
"Open card":"Obre la targeta",
"Close":"Tanca",
"No upcoming cards":"No hi ha pròximes targetes",
"upcoming cards":"pròximes targetes",
"New card":"Nova targeta",
@@ -315,9 +316,6 @@ OC.L10N.register(
"Share with a Deck card":"Compartir amb una targeta de Deck",
"Share {file} with a Deck card":"Compartir {file} amb una targeta de Deck",
"Share":"Compartir",
"A <strong>card description</strong> inside the Deck app has been changed":"S'ha canviat una <strong>descripció de targeta</strong> a l'aplicació Tauler",
"{user} has archived card {card} in list {stack} on board {board}":"{user} té la targeta arxivada {card} a la llista {stack} al tauler {board}",
"You have unarchived card {card} in list {stack} on board {board}":"Teniu una targeta no-arxchivada {card} a la llista {stack} al tauler {board}",
"{user} has unarchived card {card} in list {stack} on board {board}":"{user} té una targeta no-arxivada {card} a la llista {stack} al tauler {board}",
"You have removed the due date of card {card}":"Heu suprimit la data de caducitat de la targeta {card}",
"{user} has removed the due date of card {card}":"{user} ha suprimit la data de caducitat de la targeta {card}",
"You have removed the due date of card {card}":"Heu suprimit la data de caducitat de la targeta {targeta}",
"{user} has removed the due date of card {card}":"{user} ha suprimit la data de caducitat de la targeta {targeta}",
"You have set the due date of card {card} to {after}":"Heu establert la data de caducitat de la targeta {card} a {after}",
"{user} has set the due date of card {card} to {after}":"{user} ha establert la data de caducitat de la targeta {card} a {after}",
"You have updated the due date of card {card} to {after}":"Heu actualitzat la data de caducitat de la targeta {card} a {after}",
@@ -61,6 +61,7 @@
"{user} has restored the attachment {attachment} to card {card}":"{user} ha restaurat l'adjunt {attachment} a la targeta {card}",
"You have commented on card {card}":"Heu comentat la targeta {card}",
"{user} has commented on card {card}":"{user} ha comentat la targeta {card}",
"A <strong>card description</strong> inside the Deck app has been changed":"S'ha canviat una <strong>descripció de targeta</strong> a l'aplicació Tauler",
"Deck":"Targetes",
"Changes in the <strong>Deck app</strong>":"Canvis a l'<strong>aplicació Targetes</strong>",
"A <strong>comment</strong> was created on a card":"S'ha creat un <strong>comentari</strong> a una targeta",
@@ -74,12 +75,11 @@
"%s has mentioned you in a comment on \"%s\".":"%s us ha anomenat en un comentari sobre \"%s\".",
"{user} has mentioned you in a comment on {deck-card}.":"{user} us ha mencionat en un comentari a {deck-card}.",
"The board \"%s\" has been shared with you by %s.":"El tauler \"%s\" se us ha compartit per %s.",
"{user} has shared {deck-board} with you.":"{user} us ha compartit {deck-board}.",
"{user} has shared {deck-board} with you.":"{user} us ha compartit {board}.",
"Deck board":"Tauler de Deck",
"Owned by %1$s":"Propietat de %1$s",
"Deck boards, cards and comments":"Taulers, targetes i comentaris",
"From %1$s, in %2$s/%3$s, owned by %4$s":"De %1$s, a %2$s/%3$s, propietat de %4$s",
"Create a new deck card":"Crea una nova targeta",
"Card comments":"Comentaris de la targeta",
"%s on %s":"%s a %s",
"Deck boards and cards":"Taulers de piles i targetes",
@@ -114,9 +114,17 @@
"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",
"Create a new card":"Crea una nova targeta",
"Select a board":"Selecciona un tauler",
"Select a card":"Selecciona una targeta",
"Select a list":"Seleccioneu una llista",
"Card title":"Títol de la targeta",
"Cancel":"Cancel·la",
"Creating the new card …":"Creant la nova targeta …",
"Card \"{card}\" was added to \"{board}\"":"La targeta \"{card}\" s'ha afegit a \"{board}\"",
"Open card":"Obre la targeta",
"Close":"Tanca",
"Create card":"Crea una targeta",
"Select a card":"Selecciona una targeta",
"Select the card to link to a project":"Selecciona la targeta per enllaçar a un projecte",
"Link to card":"Enllaç a la targeta",
"File already exists":"El fitxer ja existeix",
@@ -176,7 +184,7 @@
"Transfer":"Transferència",
"The board has been transferred to {user}":"El tauler s'ha transferit a {user}",
"Failed to transfer the board to {user}":"No s'ha pogut transferir el tauler a {user}",
"Edit list title":"Edició del títol de la llista",
"Edit list title":"Edita el títol de la llista",
"Archive all cards":"Arxiva totes les targetes",
"Unarchive all cards":"Desarxivar totes les targetes",
"Delete list":"Suprimeix la llista",
@@ -190,8 +198,6 @@
"title and color value must be provided":"s’ha de proporcionar el valor del títol i del color",
"Board name":"Nom del taulell",
"Members":"Membres",
"Assign to users/groups/circles":"Assignació a usuaris/grups/cercles",
"Assign a user to this card…":"Assignació d'un usuari a aquesta targeta…",
"Upload new files":"Pujada de nous fitxers",
"Share from Files":"Comparteix des de Fitxers",
"Pending share":"Compartició pendent",
@@ -212,6 +218,18 @@
"The title cannot be empty.":"El títol no pot estar buit.",
"No comments yet. Begin the discussion!":"No hi ha comentaris encara. Començar la discussió!",
"Failed to load comments":"No s'han pogut carregar els comentaris",
"Assign a tag to this card…":"Assignació d'una etiqueta a aquesta targeta…",
"Assign to users":"Assignació als usuaris",
"Assign to users/groups/circles":"Assignació a usuaris/grups/cercles",
"Assign a user to this card…":"Assignació d'un usuari a aquesta targeta…",
"Due date":"Data de caducitat",
"Set a due date":"Definir una data de caducitat",
"Remove due date":"Suprimeix la data de caducitat",
"Select Date":"Selecciona la data",
"Today":"Avui",
"Tomorrow":"Demà",
"Next week":"Setmana següent",
"Next month":"Mes següent",
"Save":"Desa",
"The comment cannot be empty.":"El comentari no pot estar buit.",
"The comment cannot be longer than 1000 characters.":"El comentari no pot ser més llarg que 1000 caràcters.",
@@ -228,15 +246,6 @@
"Add Attachment":"Afegeix un adjunt",
"Write a description …":"Escriviu una descripció …",
"Choose attachment":"Triar adjunt",
"Assign a due date to this card…":"Assigna una data de caducitat a aquesta targeta…",
"Set a due date":"Definir una data de caducitat",
"Remove due date":"Suprimeix la data de caducitat",
"Select Date":"Selecciona la data",
"Today":"Avui",
"Tomorrow":"Demà",
"Next week":"Setmana següent",
"Next month":"Mes següent",
"Assign a tag to this card…":"Assignació d'una etiqueta a aquesta targeta…",
"(group)":"(grup)",
"Todo items":"Tasques pendents",
"{count} comments, {unread} unread":"{count} comentaris, {unread} no llegits",
@@ -249,7 +258,6 @@
"Archive card":"Arxiva la targeta",
"Delete card":"Suprimeix targeta",
"Move card to another board":"Mou la targeta a un altre tauler",
"Select a list":"Seleccioneu una llista",
"List is empty":"La llista és buida",
"Card deleted":"Targeta suprimida",
"seconds ago":"fa uns segons",
@@ -291,13 +299,6 @@
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* Creat el {created}\n* Última modificació el dia {lastMod}\n* {nbAttachments} fitxers adjunts\n* {nbComments} comentaris",
"{nbCards} cards":"{nbCards} targetes",
"Click to expand comment":"Feu clic per ampliar el comentari",
"Create a new card":"Crea una nova targeta",
"Card title":"Títol de la targeta",
"Create card":"Crea una targeta",
"Creating the new card …":"Creant la nova targeta …",
"Card \"{card}\" was added to \"{board}\"":"La targeta \"{card}\" s'ha afegit a \"{board}\"",
"Open card":"Obre la targeta",
"Close":"Tanca",
"No upcoming cards":"No hi ha pròximes targetes",
"upcoming cards":"pròximes targetes",
"New card":"Nova targeta",
@@ -313,9 +314,6 @@
"Share with a Deck card":"Compartir amb una targeta de Deck",
"Share {file} with a Deck card":"Compartir {file} amb una targeta de Deck",
"Share":"Compartir",
"A <strong>card description</strong> inside the Deck app has been changed":"S'ha canviat una <strong>descripció de targeta</strong> a l'aplicació Tauler",
"{user} has restored the attachment {attachment} to card {card}":"{user} hat den Anhang {attachment} der Karte {card} wiederhergestellt",
"You have commented on card {card}":"Du hast die Karte {card} kommentiert",
"{user} has commented on card {card}":"{user} hat die Karte {card} kommentiert",
"A <strong>card description</strong> inside the Deck app has been changed":"Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
"Deck":"Deck",
"Changes in the <strong>Deck app</strong>":"Änderungen in der <strong>Deck-App</strong>",
"A <strong>board, list or card</strong> was changed":"Ein <strong>Bord, eine Liste oder Karte</strong> wurde geändert.",
"A <strong>comment</strong> was created on a card":"Ein <strong>Kommentar</strong> zu einer Karte wurde erstellt",
"A <strong>card description</strong> has been changed":"Eine <strong>Kartenbeschreibung</strong> wurde geändert.",
"Upcoming cards":"Anstehende Karten",
"Load more":"Mehr laden",
"Personal":"Persönlich",
@@ -83,7 +82,6 @@ OC.L10N.register(
"Owned by %1$s":"Im Besitz von %1$s",
"Deck boards, cards and comments":"Deck-Boards, Karten und Kommentare",
"From %1$s, in %2$s/%3$s, owned by %4$s":"Von %1$s, in %2$s / %3$s, Besitzer %4$s",
"Create a new deck card":"Neue Deck-Karte erstellen",
"Card comments":"Kommentare zur Karte",
"%s on %s":"%s von %s",
"Deck boards and cards":"Deck-Boards und Karten",
@@ -118,9 +116,17 @@ OC.L10N.register(
"Select the board to link to a project":"Wähle ein Board aus, um dieses mit einem Projekt zu verknüpfen",
"Search by board title":"Nach einem Board suchen",
"Select board":"Board auswählen",
"Create a new card":"Neue Karte erstellen",
"Select a board":"Ein Board auswählen",
"Select a card":"Eine Karte auswählen",
"Select a list":"Eine Liste auswählen",
"Card title":"Titel der Karte",
"Cancel":"Abbrechen",
"Creating the new card …":"Neue Karte wird erstellt …",
"Card \"{card}\" was added to \"{board}\"":"Karte \"{card}\" wurde \"{board}\" hinzugefügt",
"Open card":"Karte öffnen",
"Close":"Schließen",
"Create card":"Karte erstellen",
"Select a card":"Eine Karte auswählen",
"Select the card to link to a project":"Wähle die Karte aus, um diese mit einem Projekt zu verknüpfen",
"Link to card":"Mit dieser Karte verknüpfen",
"File already exists":"Datei bereits vorhanden",
@@ -194,8 +200,6 @@ OC.L10N.register(
"title and color value must be provided":"Titel und Farbwert müssen angegeben werden",
"Board name":"Boardname",
"Members":"Mitglieder",
"Assign to users/groups/circles":"An Benutzer, Gruppen oder Kreise zuweisen",
"Assign a user to this card…":"Diese Karte einem Benutzer zuweisen …",
"Upload new files":"Neue Dateien hochladen",
"Share from Files":"Aus Dateien heraus teilen",
"Pending share":"Ausstehende Freigabe",
@@ -216,6 +220,18 @@ OC.L10N.register(
"The title cannot be empty.":"Der Titel darf nicht leer sein.",
"No comments yet. Begin the discussion!":"Bislang keine Kommentare. Beginne die Diskussion!",
"Failed to load comments":"Das Laden der Kommentare ist fehlgeschlagen",
"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",
"Assign a user to this card…":"Diese Karte einem Benutzer zuweisen …",
"Due date":"Fälligkeitsdatum",
"Set a due date":"Ein Ablaufdatum setzen",
"Remove due date":"Fälligkeitsdatum löschen",
"Select Date":"Datum auswählen",
"Today":"Heute",
"Tomorrow":"Morgen",
"Next week":"Nächste Woche",
"Next month":"Nächster Monat",
"Save":"Speichern",
"The comment cannot be empty.":"Der Kommentar darf nicht leer sein.",
"The comment cannot be longer than 1000 characters.":"Der Kommentar darf nicht länger als 1000 Zeichen sein.",
@@ -232,15 +248,6 @@ OC.L10N.register(
"Add Attachment":"Anhang anhängen",
"Write a description …":"Beschreibung schreiben …",
"Choose attachment":"Anhang auswählen",
"Assign a due date to this card…":"Dieser Karte ein Fälligkeitsdatum zuweisen …",
"Set a due date":"Ein Ablaufdatum setzen",
"Remove due date":"Fälligkeitsdatum löschen",
"Select Date":"Datum auswählen",
"Today":"Heute",
"Tomorrow":"Morgen",
"Next week":"Nächste Woche",
"Next month":"Nächster Monat",
"Assign a tag to this card…":"Dieser Karte ein Schlagwort zuweisen …",
"Move card to another board":"Karte auf ein anderes Board verschieben",
"Select a list":"Eine Liste auswählen",
"List is empty":"Liste ist leer",
"Card deleted":"Karte gelöscht",
"seconds ago":"Gerade eben",
@@ -295,13 +301,6 @@ OC.L10N.register(
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* Erstellt am {created}\n* Zuletzt geändert am {lastMod}\n* {nbAttachments} Anhänge\n* {nbComments} Kommentare",
"{nbCards} cards":"{nbCards} Karten",
"Click to expand comment":"Klicken, um den Kommentar zu erweitern",
"Create a new card":"Neue Karte erstellen",
"Card title":"Titel der Karte",
"Create card":"Karte erstellen",
"Creating the new card …":"Neue Karte wird erstellt …",
"Card \"{card}\" was added to \"{board}\"":"Karte \"{card}\" wurde \"{board}\" hinzugefügt",
"Open card":"Karte öffnen",
"Close":"Schließen",
"No upcoming cards":"Keine anstehenden Karten",
"upcoming cards":"Anstehende Karten",
"New card":"Neue Karte",
@@ -317,9 +316,6 @@ OC.L10N.register(
"Share with a Deck card":"Mit einer Deck-Karte teilen",
"Share {file} with a Deck card":"{file} mit einer Deck-Karte teilen",
"Share":"Freigeben",
"A <strong>card description</strong> inside the Deck app has been changed":"Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
"{user} has restored the attachment {attachment} to card {card}":"{user} hat den Anhang {attachment} der Karte {card} wiederhergestellt",
"You have commented on card {card}":"Du hast die Karte {card} kommentiert",
"{user} has commented on card {card}":"{user} hat die Karte {card} kommentiert",
"A <strong>card description</strong> inside the Deck app has been changed":"Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
"Deck":"Deck",
"Changes in the <strong>Deck app</strong>":"Änderungen in der <strong>Deck-App</strong>",
"A <strong>board, list or card</strong> was changed":"Ein <strong>Bord, eine Liste oder Karte</strong> wurde geändert.",
"A <strong>comment</strong> was created on a card":"Ein <strong>Kommentar</strong> zu einer Karte wurde erstellt",
"A <strong>card description</strong> has been changed":"Eine <strong>Kartenbeschreibung</strong> wurde geändert.",
"Upcoming cards":"Anstehende Karten",
"Load more":"Mehr laden",
"Personal":"Persönlich",
@@ -81,7 +80,6 @@
"Owned by %1$s":"Im Besitz von %1$s",
"Deck boards, cards and comments":"Deck-Boards, Karten und Kommentare",
"From %1$s, in %2$s/%3$s, owned by %4$s":"Von %1$s, in %2$s / %3$s, Besitzer %4$s",
"Create a new deck card":"Neue Deck-Karte erstellen",
"Card comments":"Kommentare zur Karte",
"%s on %s":"%s von %s",
"Deck boards and cards":"Deck-Boards und Karten",
@@ -116,9 +114,17 @@
"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",
"Create a new card":"Neue Karte erstellen",
"Select a board":"Ein Board auswählen",
"Select a card":"Eine Karte auswählen",
"Select a list":"Eine Liste auswählen",
"Card title":"Titel der Karte",
"Cancel":"Abbrechen",
"Creating the new card …":"Neue Karte wird erstellt …",
"Card \"{card}\" was added to \"{board}\"":"Karte \"{card}\" wurde \"{board}\" hinzugefügt",
"Open card":"Karte öffnen",
"Close":"Schließen",
"Create card":"Karte erstellen",
"Select a card":"Eine Karte auswählen",
"Select the card to link to a project":"Wähle die Karte aus, um diese mit einem Projekt zu verknüpfen",
"Link to card":"Mit dieser Karte verknüpfen",
"File already exists":"Datei bereits vorhanden",
@@ -192,8 +198,6 @@
"title and color value must be provided":"Titel und Farbwert müssen angegeben werden",
"Board name":"Boardname",
"Members":"Mitglieder",
"Assign to users/groups/circles":"An Benutzer, Gruppen oder Kreise zuweisen",
"Assign a user to this card…":"Diese Karte einem Benutzer zuweisen …",
"Upload new files":"Neue Dateien hochladen",
"Share from Files":"Aus Dateien heraus teilen",
"Pending share":"Ausstehende Freigabe",
@@ -214,6 +218,18 @@
"The title cannot be empty.":"Der Titel darf nicht leer sein.",
"No comments yet. Begin the discussion!":"Bislang keine Kommentare. Beginne die Diskussion!",
"Failed to load comments":"Das Laden der Kommentare ist fehlgeschlagen",
"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",
"Assign a user to this card…":"Diese Karte einem Benutzer zuweisen …",
"Due date":"Fälligkeitsdatum",
"Set a due date":"Ein Ablaufdatum setzen",
"Remove due date":"Fälligkeitsdatum löschen",
"Select Date":"Datum auswählen",
"Today":"Heute",
"Tomorrow":"Morgen",
"Next week":"Nächste Woche",
"Next month":"Nächster Monat",
"Save":"Speichern",
"The comment cannot be empty.":"Der Kommentar darf nicht leer sein.",
"The comment cannot be longer than 1000 characters.":"Der Kommentar darf nicht länger als 1000 Zeichen sein.",
@@ -230,15 +246,6 @@
"Add Attachment":"Anhang anhängen",
"Write a description …":"Beschreibung schreiben …",
"Choose attachment":"Anhang auswählen",
"Assign a due date to this card…":"Dieser Karte ein Fälligkeitsdatum zuweisen …",
"Set a due date":"Ein Ablaufdatum setzen",
"Remove due date":"Fälligkeitsdatum löschen",
"Select Date":"Datum auswählen",
"Today":"Heute",
"Tomorrow":"Morgen",
"Next week":"Nächste Woche",
"Next month":"Nächster Monat",
"Assign a tag to this card…":"Dieser Karte ein Schlagwort zuweisen …",
"Move card to another board":"Karte auf ein anderes Board verschieben",
"Select a list":"Eine Liste auswählen",
"List is empty":"Liste ist leer",
"Card deleted":"Karte gelöscht",
"seconds ago":"Gerade eben",
@@ -293,13 +299,6 @@
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* Erstellt am {created}\n* Zuletzt geändert am {lastMod}\n* {nbAttachments} Anhänge\n* {nbComments} Kommentare",
"{nbCards} cards":"{nbCards} Karten",
"Click to expand comment":"Klicken, um den Kommentar zu erweitern",
"Create a new card":"Neue Karte erstellen",
"Card title":"Titel der Karte",
"Create card":"Karte erstellen",
"Creating the new card …":"Neue Karte wird erstellt …",
"Card \"{card}\" was added to \"{board}\"":"Karte \"{card}\" wurde \"{board}\" hinzugefügt",
"Open card":"Karte öffnen",
"Close":"Schließen",
"No upcoming cards":"Keine anstehenden Karten",
"upcoming cards":"Anstehende Karten",
"New card":"Neue Karte",
@@ -315,9 +314,6 @@
"Share with a Deck card":"Mit einer Deck-Karte teilen",
"Share {file} with a Deck card":"{file} mit einer Deck-Karte teilen",
"Share":"Freigeben",
"A <strong>card description</strong> inside the Deck app has been changed":"Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
"{user} has restored the attachment {attachment} to card {card}":"{user} hat den Anhang {attachment} der Karte {card} wiederhergestellt",
"You have commented on card {card}":"Sie haben die Karte {card} kommentiert",
"{user} has commented on card {card}":"{user} hat die Karte {card} kommentiert",
"A <strong>card description</strong> inside the Deck app has been changed":"Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
"Deck":"Deck",
"Changes in the <strong>Deck app</strong>":"Änderungen in der <strong>Deck-App</strong>",
"A <strong>board, list or card</strong> was changed":"Ein <strong>Bord, eine Liste oder Karte</strong> wurde geändert",
"A <strong>comment</strong> was created on a card":"Ein <strong>Kommentar</strong> zu einer Karte wurde erstellt",
"A <strong>card description</strong> has been changed":"Eine <strong>Kartenbeschreibung</strong> wurde geändert",
"Upcoming cards":"Anstehende Karten",
"Load more":"Mehr laden",
"Personal":"Persönlich",
@@ -83,7 +82,6 @@ OC.L10N.register(
"Owned by %1$s":"Eigentum von %1$s",
"Deck boards, cards and comments":"Deck-Boards, Karten und Kommentare",
"From %1$s, in %2$s/%3$s, owned by %4$s":"Von %1$s, in %2$s / %3$s, Eigentum von %4$s",
"Create a new deck card":"Neue Deck-Karte erstellen",
"Card comments":"Kartenkommentare",
"%s on %s":"%s von %s",
"Deck boards and cards":"Deck-Boards und Karten",
@@ -118,9 +116,17 @@ OC.L10N.register(
"Select the board to link to a project":"Wählen Sie ein Board aus, um dieses mit einem Projekt zu verknüpfen",
"Search by board title":"Nach einem Board suchen",
"Select board":"Board auswählen",
"Create a new card":"Neue Karte erstellen",
"Select a board":"Ein Board auswählen",
"Select a card":"Eine Karte auswählen",
"Select a list":"Eine Liste auswählen",
"Card title":"Titel der Karte",
"Cancel":"Abbrechen",
"Creating the new card …":"Neue Karte wird erstellt …",
"Card \"{card}\" was added to \"{board}\"":"Karte \"{card}\" wurde \"{board}\" hinzugefügt",
"Open card":"Karte öffnen",
"Close":"Schließen",
"Create card":"Karte erstellen",
"Select a card":"Eine Karte auswählen",
"Select the card to link to a project":"Wählen Sie die Karte aus, um diese mit einem Projekt zu verknüpfen",
"Link to card":"Mit einer Karte verknüpfen",
"File already exists":"Datei bereits vorhanden",
@@ -194,8 +200,6 @@ OC.L10N.register(
"title and color value must be provided":"Titel und Farbwert müssen angegeben werden",
"Board name":"Boardname",
"Members":"Mitglieder",
"Assign to users/groups/circles":"An Benutzer, Gruppen oder Kreise zuweisen",
"Assign a user to this card…":"Diese Karte einem Benutzer zuweisen…",
"Upload new files":"Neue Dateien hochladen",
"Share from Files":"Aus Dateien heraus teilen",
"Pending share":"Ausstehende Freigabe",
@@ -216,6 +220,18 @@ OC.L10N.register(
"The title cannot be empty.":"Der Titel darf nicht leer sein.",
"No comments yet. Begin the discussion!":"Bislang keine Kommentare. Beginnen Sie die Diskussion!",
"Failed to load comments":"Das Laden der Kommentare ist fehlgeschlagen",
"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",
"Assign a user to this card…":"Diese Karte einem Benutzer zuweisen…",
"Due date":"Fälligkeitsdatum",
"Set a due date":"Ein Ablaufdatum setzen",
"Remove due date":"Fälligkeitsdatum löschen",
"Select Date":"Datum auswählen",
"Today":"Heute",
"Tomorrow":"Morgen",
"Next week":"Nächste Woche",
"Next month":"Nächsten Monat",
"Save":"Speichern",
"The comment cannot be empty.":"Der Kommentar darf nicht leer sein.",
"The comment cannot be longer than 1000 characters.":"Der Kommentar darf nicht länger als 1000 Zeichen sein.",
@@ -232,15 +248,6 @@ OC.L10N.register(
"Add Attachment":"Anhang anhängen",
"Write a description …":"Beschreibung schreiben …",
"Choose attachment":"Anhang auswählen",
"Assign a due date to this card…":"Dieser Karte ein Fälligkeitsdatum zuweisen…",
"Set a due date":"Ein Ablaufdatum setzen",
"Remove due date":"Fälligkeitsdatum löschen",
"Select Date":"Datum auswählen",
"Today":"Heute",
"Tomorrow":"Morgen",
"Next week":"Nächste Woche",
"Next month":"Nächsten Monat",
"Assign a tag to this card…":"Dieser Karte ein Schlagwort zuweisen…",
"Move card to another board":"Karte auf ein anderes Board verschieben",
"Select a list":"Eine Liste auswählen",
"List is empty":"Liste ist leer",
"Card deleted":"Karte gelöscht",
"seconds ago":"Gerade eben",
@@ -295,13 +301,6 @@ OC.L10N.register(
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* Erstellt am {created}\n* Zuletzt geändert am {lastMod}\n* {nbAttachments} Anhänge\n* {nbComments} Kommentare",
"{nbCards} cards":"{nbCards} Karten",
"Click to expand comment":"Klicken, um den Kommentar zu erweitern",
"Create a new card":"Neue Karte erstellen",
"Card title":"Titel der Karte",
"Create card":"Karte erstellen",
"Creating the new card …":"Neue Karte wird erstellt …",
"Card \"{card}\" was added to \"{board}\"":"Karte \"{card}\" wurde \"{board}\" hinzugefügt",
"Open card":"Karte öffnen",
"Close":"Schließen",
"No upcoming cards":"Keine anstehenden Karten",
"upcoming cards":"Anstehende Karten",
"New card":"Neue Karte",
@@ -317,9 +316,6 @@ OC.L10N.register(
"Share with a Deck card":"Mit einer Deck-Karte teilen",
"Share {file} with a Deck card":"{file} mit einer Deck-Karte teilen",
"Share":"Freigeben",
"A <strong>card description</strong> inside the Deck app has been changed":"Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
"{user} has restored the attachment {attachment} to card {card}":"{user} hat den Anhang {attachment} der Karte {card} wiederhergestellt",
"You have commented on card {card}":"Sie haben die Karte {card} kommentiert",
"{user} has commented on card {card}":"{user} hat die Karte {card} kommentiert",
"A <strong>card description</strong> inside the Deck app has been changed":"Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
"Deck":"Deck",
"Changes in the <strong>Deck app</strong>":"Änderungen in der <strong>Deck-App</strong>",
"A <strong>board, list or card</strong> was changed":"Ein <strong>Bord, eine Liste oder Karte</strong> wurde geändert",
"A <strong>comment</strong> was created on a card":"Ein <strong>Kommentar</strong> zu einer Karte wurde erstellt",
"A <strong>card description</strong> has been changed":"Eine <strong>Kartenbeschreibung</strong> wurde geändert",
"Upcoming cards":"Anstehende Karten",
"Load more":"Mehr laden",
"Personal":"Persönlich",
@@ -81,7 +80,6 @@
"Owned by %1$s":"Eigentum von %1$s",
"Deck boards, cards and comments":"Deck-Boards, Karten und Kommentare",
"From %1$s, in %2$s/%3$s, owned by %4$s":"Von %1$s, in %2$s / %3$s, Eigentum von %4$s",
"Create a new deck card":"Neue Deck-Karte erstellen",
"Card comments":"Kartenkommentare",
"%s on %s":"%s von %s",
"Deck boards and cards":"Deck-Boards und Karten",
@@ -116,9 +114,17 @@
"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",
"Create a new card":"Neue Karte erstellen",
"Select a board":"Ein Board auswählen",
"Select a card":"Eine Karte auswählen",
"Select a list":"Eine Liste auswählen",
"Card title":"Titel der Karte",
"Cancel":"Abbrechen",
"Creating the new card …":"Neue Karte wird erstellt …",
"Card \"{card}\" was added to \"{board}\"":"Karte \"{card}\" wurde \"{board}\" hinzugefügt",
"Open card":"Karte öffnen",
"Close":"Schließen",
"Create card":"Karte erstellen",
"Select a card":"Eine Karte auswählen",
"Select the card to link to a project":"Wählen Sie die Karte aus, um diese mit einem Projekt zu verknüpfen",
"Link to card":"Mit einer Karte verknüpfen",
"File already exists":"Datei bereits vorhanden",
@@ -192,8 +198,6 @@
"title and color value must be provided":"Titel und Farbwert müssen angegeben werden",
"Board name":"Boardname",
"Members":"Mitglieder",
"Assign to users/groups/circles":"An Benutzer, Gruppen oder Kreise zuweisen",
"Assign a user to this card…":"Diese Karte einem Benutzer zuweisen…",
"Upload new files":"Neue Dateien hochladen",
"Share from Files":"Aus Dateien heraus teilen",
"Pending share":"Ausstehende Freigabe",
@@ -214,6 +218,18 @@
"The title cannot be empty.":"Der Titel darf nicht leer sein.",
"No comments yet. Begin the discussion!":"Bislang keine Kommentare. Beginnen Sie die Diskussion!",
"Failed to load comments":"Das Laden der Kommentare ist fehlgeschlagen",
"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",
"Assign a user to this card…":"Diese Karte einem Benutzer zuweisen…",
"Due date":"Fälligkeitsdatum",
"Set a due date":"Ein Ablaufdatum setzen",
"Remove due date":"Fälligkeitsdatum löschen",
"Select Date":"Datum auswählen",
"Today":"Heute",
"Tomorrow":"Morgen",
"Next week":"Nächste Woche",
"Next month":"Nächsten Monat",
"Save":"Speichern",
"The comment cannot be empty.":"Der Kommentar darf nicht leer sein.",
"The comment cannot be longer than 1000 characters.":"Der Kommentar darf nicht länger als 1000 Zeichen sein.",
@@ -230,15 +246,6 @@
"Add Attachment":"Anhang anhängen",
"Write a description …":"Beschreibung schreiben …",
"Choose attachment":"Anhang auswählen",
"Assign a due date to this card…":"Dieser Karte ein Fälligkeitsdatum zuweisen…",
"Set a due date":"Ein Ablaufdatum setzen",
"Remove due date":"Fälligkeitsdatum löschen",
"Select Date":"Datum auswählen",
"Today":"Heute",
"Tomorrow":"Morgen",
"Next week":"Nächste Woche",
"Next month":"Nächsten Monat",
"Assign a tag to this card…":"Dieser Karte ein Schlagwort zuweisen…",
"Move card to another board":"Karte auf ein anderes Board verschieben",
"Select a list":"Eine Liste auswählen",
"List is empty":"Liste ist leer",
"Card deleted":"Karte gelöscht",
"seconds ago":"Gerade eben",
@@ -293,13 +299,6 @@
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* Erstellt am {created}\n* Zuletzt geändert am {lastMod}\n* {nbAttachments} Anhänge\n* {nbComments} Kommentare",
"{nbCards} cards":"{nbCards} Karten",
"Click to expand comment":"Klicken, um den Kommentar zu erweitern",
"Create a new card":"Neue Karte erstellen",
"Card title":"Titel der Karte",
"Create card":"Karte erstellen",
"Creating the new card …":"Neue Karte wird erstellt …",
"Card \"{card}\" was added to \"{board}\"":"Karte \"{card}\" wurde \"{board}\" hinzugefügt",
"Open card":"Karte öffnen",
"Close":"Schließen",
"No upcoming cards":"Keine anstehenden Karten",
"upcoming cards":"Anstehende Karten",
"New card":"Neue Karte",
@@ -315,9 +314,6 @@
"Share with a Deck card":"Mit einer Deck-Karte teilen",
"Share {file} with a Deck card":"{file} mit einer Deck-Karte teilen",
"Share":"Freigeben",
"A <strong>card description</strong> inside the Deck app has been changed":"Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
"{user} has restored the attachment {attachment} to card {card}":"Ο/η {user} επανέφερε το συνημμένο {attachment} στην καρτέλα {card}",
"You have commented on card {card}":"Σχολιάσατε την καρτέλα {card}",
"{user} has commented on card {card}":"Ο/η {user} σχολίασε την καρτέλα {card}",
"A <strong>card description</strong> inside the Deck app has been changed":"Η <strong>περιγραφή καρτέλας </strong>στην εφαρμογή Deck άλλαξε",
"Deck":"Deck",
"Changes in the <strong>Deck app</strong>":"Αλλαγές στην <strong>εφαρμογή Deck</strong>",
"A <strong>comment</strong> was created on a card":"Ένα <strong>σχόλιο</strong> δημιουργήθηκε σε μια καρτέλα",
@@ -114,9 +115,17 @@ OC.L10N.register(
"Select the board to link to a project":"Επιλέξτε πίνακα και συνδέστε τον σε ένα έργο",
"Search by board title":"Αναζήτηση με το όνομα πίνακα",
"Select board":"Επιλογή πίνακα",
"Create a new card":"Δημιουργία νέας καρτέλας",
"Select a board":"Επιλογή ενός πίνακα",
"Select a card":"Επιλογή μιας καρτέλας",
"Select a list":"Επιλέξτε μια λίστα",
"Card title":"Τίτλος καρτέλας",
"Cancel":"Aκύρωση",
"Creating the new card …":"Γίνεται δημιουργία της νέας καρτέλας...",
"Card \"{card}\" was added to \"{board}\"":"Η καρτέλα \"{card}\" προστέθηκε στο \"{board}\"",
"Open card":"Άνοιγμα καρτέλας",
"Close":"Κλείσιμο",
"Create card":"Δημιουργία καρτέλας",
"Select a card":"Επιλογή μιας καρτέλας",
"Select the card to link to a project":"Επιλογή καρτέλας για σύνδεση στο έργο",
"Link to card":"Σύνδεσμος σε καρτέλα",
"File already exists":"Το αρχείο υπάρχει ήδη",
@@ -190,8 +199,6 @@ OC.L10N.register(
"title and color value must be provided":"ο τίτλος και η τιμή χρώματος πρέπει να παρέχονται",
"Board name":"Όνομα πίνακα",
"Members":"Μέλη",
"Assign to users/groups/circles":"Ανάθεση σε χρήστες/ομάδες/κύκλους",
"Assign a user to this card…":"Ανάθεση χρήστη στην καρτέλα...",
"Upload new files":"Ανεβάστε νέα αρχεία",
"Share from Files":"Κοινή χρήση από Αρχεία",
"Pending share":"Κοινή χρήση σε εκκρεμότητα",
@@ -212,6 +219,18 @@ OC.L10N.register(
"The title cannot be empty.":"Ο τίτλος δεν μπορεί να είναι κενός.",
"No comments yet. Begin the discussion!":"Χωρίς σχόλια ακόμη. Ξεκινήστε την συζήτηση!",
"Failed to load comments":"Αποτυχία φόρτωσης σχολίων",
"Assign a tag to this card…":"Ορίστε μια ετικέτα σε αυτήν την καρτέλα...",
"Assign to users":"Ανάθεση σε χρήστες",
"Assign to users/groups/circles":"Ανάθεση σε χρήστες/ομάδες/κύκλους",
"Assign a user to this card…":"Ανάθεση χρήστη στην καρτέλα...",
"Due date":"Ημερομηνία λήξης",
"Set a due date":"Καθορίστε ημερομηνίας λήξης",
"Remove due date":"Αφαίρεση ημερομηνίας λήξης",
"Select Date":"Επιλέξτε ημερομηνία",
"Today":"Σήμερα",
"Tomorrow":"Αύριο",
"Next week":"Επόμενη εβδομάδα",
"Next month":"Επόμενος μήνας",
"Save":"Αποθήκευση",
"The comment cannot be empty.":"Το σχόλιο δεν μπορεί να είναι κενό.",
"The comment cannot be longer than 1000 characters.":"Το σχόλιο δεν μπορεί να έχι περισσότερους από 1000 χαρακτήρες.",
@@ -228,14 +247,6 @@ OC.L10N.register(
"Add Attachment":"Προσθήκη συνημμένου",
"Write a description …":"Γράψτε μια περιγραφή…",
"Choose attachment":"Επιλογή συνημμένου",
"Set a due date":"Καθορίστε ημερομηνίας λήξης",
"Remove due date":"Αφαίρεση ημερομηνίας λήξης",
"Select Date":"Επιλέξτε ημερομηνία",
"Today":"Σήμερα",
"Tomorrow":"Αύριο",
"Next week":"Επόμενη εβδομάδα",
"Next month":"Επόμενος μήνας",
"Assign a tag to this card…":"Ορίστε μια ετικέτα σε αυτήν την καρτέλα...",
"(group)":"(ομάδα)",
"Todo items":"Στοιχεία todo",
"{count} comments, {unread} unread":"{count} σχόλια, {unread} μη αναγνωσμένα",
@@ -248,7 +259,6 @@ OC.L10N.register(
"Archive card":"Αρχειοθέτηση καρτέλας",
"Delete card":"Διαγραφή καρτέλας",
"Move card to another board":"Μετακίνηση καρτέλας σε άλλο πίνακα",
"Select a list":"Επιλέξτε μια λίστα",
"List is empty":"Η λίστα είναι κενή",
"Card deleted":"Η καρτέλα διαγράφηκε",
"seconds ago":" δευτερόλεπτα πριν ",
@@ -289,13 +299,6 @@ OC.L10N.register(
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* Δημιουργήθηκε στις {created}\n* Τροποποιήθηκε στις {lastMod}\n* {nbAttachments} συνημμένα\n* {nbComments} σχόλια",
"{nbCards} cards":"{nbCards} κάρτες",
"Click to expand comment":"Κλικ για επέκταση σχολίου",
"Create a new card":"Δημιουργία νέας καρτέλας",
"Card title":"Τίτλος καρτέλας",
"Create card":"Δημιουργία καρτέλας",
"Creating the new card …":"Γίνεται δημιουργία της νέας καρτέλας...",
"Card \"{card}\" was added to \"{board}\"":"Η καρτέλα \"{card}\" προστέθηκε στο \"{board}\"",
"Open card":"Άνοιγμα καρτέλας",
"Close":"Κλείσιμο",
"No upcoming cards":"Δεν υπάρχουν επερχόμενες καρτέλες",
"upcoming cards":"επερχόμενες καρτέλες",
"Due on {date}":"Προθεσμία στις {date}",
@@ -310,9 +313,6 @@ OC.L10N.register(
"Share with a Deck card":"Μοιραστείτε με μια καρτέλα Deck",
"Share {file} with a Deck card":"Μοιραστείτε το {file} με μια καρτέλα Deck",
"Share":"Μοιραστείτε",
"A <strong>card description</strong> inside the Deck app has been changed":"Η <strong>περιγραφή καρτέλας </strong>στην εφαρμογή Deck άλλαξε",
"{user} has restored the attachment {attachment} to card {card}":"Ο/η {user} επανέφερε το συνημμένο {attachment} στην καρτέλα {card}",
"You have commented on card {card}":"Σχολιάσατε την καρτέλα {card}",
"{user} has commented on card {card}":"Ο/η {user} σχολίασε την καρτέλα {card}",
"A <strong>card description</strong> inside the Deck app has been changed":"Η <strong>περιγραφή καρτέλας </strong>στην εφαρμογή Deck άλλαξε",
"Deck":"Deck",
"Changes in the <strong>Deck app</strong>":"Αλλαγές στην <strong>εφαρμογή Deck</strong>",
"A <strong>comment</strong> was created on a card":"Ένα <strong>σχόλιο</strong> δημιουργήθηκε σε μια καρτέλα",
@@ -112,9 +113,17 @@
"Select the board to link to a project":"Επιλέξτε πίνακα και συνδέστε τον σε ένα έργο",
"Search by board title":"Αναζήτηση με το όνομα πίνακα",
"Select board":"Επιλογή πίνακα",
"Create a new card":"Δημιουργία νέας καρτέλας",
"Select a board":"Επιλογή ενός πίνακα",
"Select a card":"Επιλογή μιας καρτέλας",
"Select a list":"Επιλέξτε μια λίστα",
"Card title":"Τίτλος καρτέλας",
"Cancel":"Aκύρωση",
"Creating the new card …":"Γίνεται δημιουργία της νέας καρτέλας...",
"Card \"{card}\" was added to \"{board}\"":"Η καρτέλα \"{card}\" προστέθηκε στο \"{board}\"",
"Open card":"Άνοιγμα καρτέλας",
"Close":"Κλείσιμο",
"Create card":"Δημιουργία καρτέλας",
"Select a card":"Επιλογή μιας καρτέλας",
"Select the card to link to a project":"Επιλογή καρτέλας για σύνδεση στο έργο",
"Link to card":"Σύνδεσμος σε καρτέλα",
"File already exists":"Το αρχείο υπάρχει ήδη",
@@ -188,8 +197,6 @@
"title and color value must be provided":"ο τίτλος και η τιμή χρώματος πρέπει να παρέχονται",
"Board name":"Όνομα πίνακα",
"Members":"Μέλη",
"Assign to users/groups/circles":"Ανάθεση σε χρήστες/ομάδες/κύκλους",
"Assign a user to this card…":"Ανάθεση χρήστη στην καρτέλα...",
"Upload new files":"Ανεβάστε νέα αρχεία",
"Share from Files":"Κοινή χρήση από Αρχεία",
"Pending share":"Κοινή χρήση σε εκκρεμότητα",
@@ -210,6 +217,18 @@
"The title cannot be empty.":"Ο τίτλος δεν μπορεί να είναι κενός.",
"No comments yet. Begin the discussion!":"Χωρίς σχόλια ακόμη. Ξεκινήστε την συζήτηση!",
"Failed to load comments":"Αποτυχία φόρτωσης σχολίων",
"Assign a tag to this card…":"Ορίστε μια ετικέτα σε αυτήν την καρτέλα...",
"Assign to users":"Ανάθεση σε χρήστες",
"Assign to users/groups/circles":"Ανάθεση σε χρήστες/ομάδες/κύκλους",
"Assign a user to this card…":"Ανάθεση χρήστη στην καρτέλα...",
"Due date":"Ημερομηνία λήξης",
"Set a due date":"Καθορίστε ημερομηνίας λήξης",
"Remove due date":"Αφαίρεση ημερομηνίας λήξης",
"Select Date":"Επιλέξτε ημερομηνία",
"Today":"Σήμερα",
"Tomorrow":"Αύριο",
"Next week":"Επόμενη εβδομάδα",
"Next month":"Επόμενος μήνας",
"Save":"Αποθήκευση",
"The comment cannot be empty.":"Το σχόλιο δεν μπορεί να είναι κενό.",
"The comment cannot be longer than 1000 characters.":"Το σχόλιο δεν μπορεί να έχι περισσότερους από 1000 χαρακτήρες.",
@@ -226,14 +245,6 @@
"Add Attachment":"Προσθήκη συνημμένου",
"Write a description …":"Γράψτε μια περιγραφή…",
"Choose attachment":"Επιλογή συνημμένου",
"Set a due date":"Καθορίστε ημερομηνίας λήξης",
"Remove due date":"Αφαίρεση ημερομηνίας λήξης",
"Select Date":"Επιλέξτε ημερομηνία",
"Today":"Σήμερα",
"Tomorrow":"Αύριο",
"Next week":"Επόμενη εβδομάδα",
"Next month":"Επόμενος μήνας",
"Assign a tag to this card…":"Ορίστε μια ετικέτα σε αυτήν την καρτέλα...",
"(group)":"(ομάδα)",
"Todo items":"Στοιχεία todo",
"{count} comments, {unread} unread":"{count} σχόλια, {unread} μη αναγνωσμένα",
@@ -246,7 +257,6 @@
"Archive card":"Αρχειοθέτηση καρτέλας",
"Delete card":"Διαγραφή καρτέλας",
"Move card to another board":"Μετακίνηση καρτέλας σε άλλο πίνακα",
"Select a list":"Επιλέξτε μια λίστα",
"List is empty":"Η λίστα είναι κενή",
"Card deleted":"Η καρτέλα διαγράφηκε",
"seconds ago":" δευτερόλεπτα πριν ",
@@ -287,13 +297,6 @@
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* Δημιουργήθηκε στις {created}\n* Τροποποιήθηκε στις {lastMod}\n* {nbAttachments} συνημμένα\n* {nbComments} σχόλια",
"{nbCards} cards":"{nbCards} κάρτες",
"Click to expand comment":"Κλικ για επέκταση σχολίου",
"Create a new card":"Δημιουργία νέας καρτέλας",
"Card title":"Τίτλος καρτέλας",
"Create card":"Δημιουργία καρτέλας",
"Creating the new card …":"Γίνεται δημιουργία της νέας καρτέλας...",
"Card \"{card}\" was added to \"{board}\"":"Η καρτέλα \"{card}\" προστέθηκε στο \"{board}\"",
"Open card":"Άνοιγμα καρτέλας",
"Close":"Κλείσιμο",
"No upcoming cards":"Δεν υπάρχουν επερχόμενες καρτέλες",
"upcoming cards":"επερχόμενες καρτέλες",
"Due on {date}":"Προθεσμία στις {date}",
@@ -308,9 +311,6 @@
"Share with a Deck card":"Μοιραστείτε με μια καρτέλα Deck",
"Share {file} with a Deck card":"Μοιραστείτε το {file} με μια καρτέλα Deck",
"Share":"Μοιραστείτε",
"A <strong>card description</strong> inside the Deck app has been changed":"Η <strong>περιγραφή καρτέλας </strong>στην εφαρμογή Deck άλλαξε",
"Move card to another board":"Move card to another board",
"Select a list":"Select a list",
"List is empty":"List is empty",
"Card deleted":"Card deleted",
"seconds ago":"seconds ago",
@@ -295,13 +301,6 @@ OC.L10N.register(
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments",
"{nbCards} cards":"{nbCards} cards",
"Click to expand comment":"Click to expand comment",
"Create a new card":"Create a new card",
"Card title":"Card title",
"Create card":"Create card",
"Creating the new card …":"Creating the new card …",
"Card \"{card}\" was added to \"{board}\"":"Card \"{card}\" was added to \"{board}\"",
"Open card":"Open card",
"Close":"Close",
"No upcoming cards":"No upcoming cards",
"upcoming cards":"upcoming cards",
"New card":"New card",
@@ -317,9 +316,6 @@ OC.L10N.register(
"Share with a Deck card":"Share with a Deck card",
"Share {file} with a Deck card":"Share {file} with a Deck card",
"Share":"Share",
"A <strong>card description</strong> inside the Deck app has been changed":"A <strong>card description</strong> inside the Deck app has been changed",
"Move card to another board":"Move card to another board",
"Select a list":"Select a list",
"List is empty":"List is empty",
"Card deleted":"Card deleted",
"seconds ago":"seconds ago",
@@ -293,13 +299,6 @@
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments",
"{nbCards} cards":"{nbCards} cards",
"Click to expand comment":"Click to expand comment",
"Create a new card":"Create a new card",
"Card title":"Card title",
"Create card":"Create card",
"Creating the new card …":"Creating the new card …",
"Card \"{card}\" was added to \"{board}\"":"Card \"{card}\" was added to \"{board}\"",
"Open card":"Open card",
"Close":"Close",
"No upcoming cards":"No upcoming cards",
"upcoming cards":"upcoming cards",
"New card":"New card",
@@ -315,9 +314,6 @@
"Share with a Deck card":"Share with a Deck card",
"Share {file} with a Deck card":"Share {file} with a Deck card",
"Share":"Share",
"A <strong>card description</strong> inside the Deck app has been changed":"A <strong>card description</strong> inside the Deck app has been changed",
"{user} has restored the attachment {attachment} to card {card}":"{user} ha restaurado el adjunto {attachment} a {card}",
"You have commented on card {card}":"Has comentado en la tarjeta {card}",
"{user} has commented on card {card}":"{user} ha comentado en {card}",
"A <strong>card description</strong> inside the Deck app has been changed":"Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
"Deck":"Deck",
"Changes in the <strong>Deck app</strong>":"Cambios en la <strong>app Deck</strong>",
"A <strong>board, list or card</strong> was changed":"Un <strong>tablero, lista o tarjeta</strong> fue cambiada",
"A <strong>comment</strong> was created on a card":"Un <strong>comentario</strong> ha sido creado en una tarjeta",
"A <strong>card description</strong> has been changed":"Una <strong>descripción de tarjeta</strong> ha sido cambiada",
"Upcoming cards":"Próximas tarjetas",
"Load more":"Cargar más",
"Personal":"Personal",
@@ -83,7 +82,6 @@ OC.L10N.register(
"Owned by %1$s":"Apropiado por %1$s",
"Deck boards, cards and comments":"Tableros Deck, tarjetas y comentarios",
"From %1$s, in %2$s/%3$s, owned by %4$s":"De %1$s, en %2$s/%3$s, propiedad de %4$s",
"Create a new deck card":"Crear una nueva tarjeta de tablero",
"Card comments":"Comentarios en tarjetas",
"%s on %s":"%s en %s",
"Deck boards and cards":"Tableros Deck y tarjetas",
@@ -118,9 +116,17 @@ OC.L10N.register(
"Select the board to link to a project":"Selecciona el tablero que enlazar a un proyecto",
"Search by board title":"Buscar por título de tablero",
"Select board":"Selecciona tablero",
"Create a new card":"Crear una nueva tarjeta",
"Select a board":"Selecciona un tablero",
"Select a card":"Seleccionar una tarjeta",
"Select a list":"Seleccionar una lista",
"Card title":"Título de la tarjeta",
"Cancel":"Cancelar",
"Creating the new card …":"Creando una nueva tarjeta …",
"Card \"{card}\" was added to \"{board}\"":"La tarjeta \"{card}\" fue añadida a \"{board}\"",
"Open card":"Abrir tarjeta",
"Close":"Cerrar",
"Create card":"Crear tarjeta",
"Select a card":"Seleccionar una tarjeta",
"Select the card to link to a project":"Selecciona la tarjeta que enlazar a un proyecto",
"Link to card":"Enlace a tarjeta",
"File already exists":"El archivo ya existe",
@@ -194,8 +200,6 @@ OC.L10N.register(
"title and color value must be provided":"Se debe indicar un valor para título y color ",
"Board name":"Nombre del tablero",
"Members":"Miembros",
"Assign to users/groups/circles":"Asignar a usuarios/grupos/círculos",
"Assign a user to this card…":"Asignar un usuario a esta tarjeta...",
"Upload new files":"Subir nuevos archivos",
"Share from Files":"Compartir desde Archivos",
"Pending share":"Pendiente de compartir",
@@ -216,6 +220,18 @@ OC.L10N.register(
"The title cannot be empty.":"El título no puede estar vacío.",
"No comments yet. Begin the discussion!":"Todavía no hay comentarios. ¡Comienza la discusión!",
"Failed to load comments":"Fallo al cargar los comentarios",
"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",
"Assign a user to this card…":"Asignar un usuario a esta tarjeta...",
"Due date":"Fecha límite",
"Set a due date":"Fijar una fecha límite",
"Remove due date":"Eliminar fecha límite",
"Select Date":"Seleccione la fecha",
"Today":"Hoy",
"Tomorrow":"Mañana",
"Next week":"Semana siguiente",
"Next month":"Mes siguiente",
"Save":"Guardar",
"The comment cannot be empty.":"El comentario no puede estar vacío.",
"The comment cannot be longer than 1000 characters.":"El comentario no puede tener más de 1000 caracteres.",
@@ -232,15 +248,6 @@ OC.L10N.register(
"Add Attachment":"Añadir adjunto",
"Write a description …":"Escribe una descripción...",
"Choose attachment":"Escoger adjunto",
"Assign a due date to this card…":"Asignar una fecha de caducidad a esta tarjeta…",
"Set a due date":"Fijar una fecha límite",
"Remove due date":"Eliminar fecha límite",
"Select Date":"Seleccione la fecha",
"Today":"Hoy",
"Tomorrow":"Mañana",
"Next week":"Semana siguiente",
"Next month":"Mes siguiente",
"Assign a tag to this card…":"Asignar una etiqueta a esta tarjeta...",
"(group)":"(grupo)",
"Todo items":"Ítems pendientes",
"{count} comments, {unread} unread":"{count} comentarios, {unread} sin leer",
@@ -253,7 +260,6 @@ OC.L10N.register(
"Archive card":"Archivar tarjeta",
"Delete card":"Eliminar tarjeta",
"Move card to another board":"Mover la tarjeta a otro tablero",
"Select a list":"Seleccionar una lista",
"List is empty":"La lista está vacía",
"Card deleted":"Tarjeta borrada",
"seconds ago":"hace unos segundos",
@@ -295,13 +301,6 @@ OC.L10N.register(
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* Creada en {created}\n* Ultima moficiación en {lastMod}\n* {nbAttachments} adjuntos\n* {nbComments} comentarios",
"{nbCards} cards":"{nbCards} tarjetas",
"Click to expand comment":"Pulse para expandir el comentario",
"Create a new card":"Crear una nueva tarjeta",
"Card title":"Título de la tarjeta",
"Create card":"Crear tarjeta",
"Creating the new card …":"Creando una nueva tarjeta …",
"Card \"{card}\" was added to \"{board}\"":"La tarjeta \"{card}\" fue añadida a \"{board}\"",
"Open card":"Abrir tarjeta",
"Close":"Cerrar",
"No upcoming cards":"No hay tarjetas próximas",
"upcoming cards":"próximas tarjetas",
"New card":"Nueva tarjeta",
@@ -317,9 +316,6 @@ OC.L10N.register(
"Share with a Deck card":"Compartir con una tarjeta de Deck",
"Share {file} with a Deck card":"Compartir {file} con una tarjeta de Deck",
"Share":"Compartir",
"A <strong>card description</strong> inside the Deck app has been changed":"Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
"Add a new list":"Añadir una lista nueva",
"Assign to users":"Asignar a usuarios",
"Due date":"Fecha límite"
"Add a new list":"Añadir una lista nueva"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
"{user} has restored the attachment {attachment} to card {card}":"{user} ha restaurado el adjunto {attachment} a {card}",
"You have commented on card {card}":"Has comentado en la tarjeta {card}",
"{user} has commented on card {card}":"{user} ha comentado en {card}",
"A <strong>card description</strong> inside the Deck app has been changed":"Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
"Deck":"Deck",
"Changes in the <strong>Deck app</strong>":"Cambios en la <strong>app Deck</strong>",
"A <strong>board, list or card</strong> was changed":"Un <strong>tablero, lista o tarjeta</strong> fue cambiada",
"A <strong>comment</strong> was created on a card":"Un <strong>comentario</strong> ha sido creado en una tarjeta",
"A <strong>card description</strong> has been changed":"Una <strong>descripción de tarjeta</strong> ha sido cambiada",
"Upcoming cards":"Próximas tarjetas",
"Load more":"Cargar más",
"Personal":"Personal",
@@ -81,7 +80,6 @@
"Owned by %1$s":"Apropiado por %1$s",
"Deck boards, cards and comments":"Tableros Deck, tarjetas y comentarios",
"From %1$s, in %2$s/%3$s, owned by %4$s":"De %1$s, en %2$s/%3$s, propiedad de %4$s",
"Create a new deck card":"Crear una nueva tarjeta de tablero",
"Card comments":"Comentarios en tarjetas",
"%s on %s":"%s en %s",
"Deck boards and cards":"Tableros Deck y tarjetas",
@@ -116,9 +114,17 @@
"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",
"Create a new card":"Crear una nueva tarjeta",
"Select a board":"Selecciona un tablero",
"Select a card":"Seleccionar una tarjeta",
"Select a list":"Seleccionar una lista",
"Card title":"Título de la tarjeta",
"Cancel":"Cancelar",
"Creating the new card …":"Creando una nueva tarjeta …",
"Card \"{card}\" was added to \"{board}\"":"La tarjeta \"{card}\" fue añadida a \"{board}\"",
"Open card":"Abrir tarjeta",
"Close":"Cerrar",
"Create card":"Crear tarjeta",
"Select a card":"Seleccionar una tarjeta",
"Select the card to link to a project":"Selecciona la tarjeta que enlazar a un proyecto",
"Link to card":"Enlace a tarjeta",
"File already exists":"El archivo ya existe",
@@ -192,8 +198,6 @@
"title and color value must be provided":"Se debe indicar un valor para título y color ",
"Board name":"Nombre del tablero",
"Members":"Miembros",
"Assign to users/groups/circles":"Asignar a usuarios/grupos/círculos",
"Assign a user to this card…":"Asignar un usuario a esta tarjeta...",
"Upload new files":"Subir nuevos archivos",
"Share from Files":"Compartir desde Archivos",
"Pending share":"Pendiente de compartir",
@@ -214,6 +218,18 @@
"The title cannot be empty.":"El título no puede estar vacío.",
"No comments yet. Begin the discussion!":"Todavía no hay comentarios. ¡Comienza la discusión!",
"Failed to load comments":"Fallo al cargar los comentarios",
"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",
"Assign a user to this card…":"Asignar un usuario a esta tarjeta...",
"Due date":"Fecha límite",
"Set a due date":"Fijar una fecha límite",
"Remove due date":"Eliminar fecha límite",
"Select Date":"Seleccione la fecha",
"Today":"Hoy",
"Tomorrow":"Mañana",
"Next week":"Semana siguiente",
"Next month":"Mes siguiente",
"Save":"Guardar",
"The comment cannot be empty.":"El comentario no puede estar vacío.",
"The comment cannot be longer than 1000 characters.":"El comentario no puede tener más de 1000 caracteres.",
@@ -230,15 +246,6 @@
"Add Attachment":"Añadir adjunto",
"Write a description …":"Escribe una descripción...",
"Choose attachment":"Escoger adjunto",
"Assign a due date to this card…":"Asignar una fecha de caducidad a esta tarjeta…",
"Set a due date":"Fijar una fecha límite",
"Remove due date":"Eliminar fecha límite",
"Select Date":"Seleccione la fecha",
"Today":"Hoy",
"Tomorrow":"Mañana",
"Next week":"Semana siguiente",
"Next month":"Mes siguiente",
"Assign a tag to this card…":"Asignar una etiqueta a esta tarjeta...",
"(group)":"(grupo)",
"Todo items":"Ítems pendientes",
"{count} comments, {unread} unread":"{count} comentarios, {unread} sin leer",
@@ -251,7 +258,6 @@
"Archive card":"Archivar tarjeta",
"Delete card":"Eliminar tarjeta",
"Move card to another board":"Mover la tarjeta a otro tablero",
"Select a list":"Seleccionar una lista",
"List is empty":"La lista está vacía",
"Card deleted":"Tarjeta borrada",
"seconds ago":"hace unos segundos",
@@ -293,13 +299,6 @@
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* Creada en {created}\n* Ultima moficiación en {lastMod}\n* {nbAttachments} adjuntos\n* {nbComments} comentarios",
"{nbCards} cards":"{nbCards} tarjetas",
"Click to expand comment":"Pulse para expandir el comentario",
"Create a new card":"Crear una nueva tarjeta",
"Card title":"Título de la tarjeta",
"Create card":"Crear tarjeta",
"Creating the new card …":"Creando una nueva tarjeta …",
"Card \"{card}\" was added to \"{board}\"":"La tarjeta \"{card}\" fue añadida a \"{board}\"",
"Open card":"Abrir tarjeta",
"Close":"Cerrar",
"No upcoming cards":"No hay tarjetas próximas",
"upcoming cards":"próximas tarjetas",
"New card":"Nueva tarjeta",
@@ -315,9 +314,6 @@
"Share with a Deck card":"Compartir con una tarjeta de Deck",
"Share {file} with a Deck card":"Compartir {file} con una tarjeta de Deck",
"Share":"Compartir",
"A <strong>card description</strong> inside the Deck app has been changed":"Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
"Add a new list":"Añadir una lista nueva",
"Assign to users":"Asignar a usuarios",
"Due date":"Fecha límite"
"Add a new list":"Añadir una lista nueva"
},"pluralForm":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
"{user} has created a new list {stack} on board {board}":"{user} ha creado una nueva lista {stack} del tablero {board}",
"You have renamed list {before} to {stack} on board {board}":"Has renombrado la lista {before} a {stack} del tablero {board}",
"{user} has renamed list {before} to {stack} on board {board}":"{user} ha renombrado la lista {before} a {stack} del tablero {board}",
"A <strong>card description</strong> inside the Deck app has been changed":"Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
"Deck":"Deck",
"Changes in the <strong>Deck app</strong>":"Cambios en la <strong>app Deck</strong>",
"Personal":"Personal",
@@ -43,9 +44,16 @@ OC.L10N.register(
"Add board":"Nuevo Tablero",
"Search by board title":"Buscar por título de tablero",
"Select board":"Selecciona tablero",
"Create a new card":"Crear una nueva tarjeta",
"Select a board":"Selecciona un tablero",
"Select a card":"Seleccionar una tarjeta",
"Select a list":"Seleccionar una lista",
"Card title":"Título de la tarjeta",
"Cancel":"Cancelar",
"Creating the new card …":"Creando una nueva tarjeta …",
"Card \"{card}\" was added to \"{board}\"":"La tarjeta \"{card}\" fue añadida a \"{board}\"",
"Close":"Cerrar",
"Create card":"Crear tarjeta",
"Select a card":"Seleccionar una tarjeta",
"Next 24 hours":"Próximas 24 horas",
"Next 7 days":"Próximos 7 días",
"Next 30 days":"Próximos 30 días",
@@ -67,20 +75,20 @@ OC.L10N.register(
"Comments":"Comentarios",
"Modified":"Modificado",
"Created":"Creado",
"Save":"Guardar",
"Reply":"Responder",
"Update":"Actualizar",
"Description":"Descripción",
"Formatting help":"Ayuda de formato",
"Due date":"Fecha de vencimiento",
"Remove due date":"Eliminar fecha de vencimiento",
"Select Date":"Seleccionar fecha",
"Today":"Hoy",
"Tomorrow":"Mañana",
"Next week":"Proxima semana",
"Next month":"Proximo mes",
"Save":"Guardar",
"Reply":"Responder",
"Update":"Actualizar",
"Description":"Descripción",
"Formatting help":"Ayuda de formato",
"(group)":"(grupo)",
"Card details":"Detalles de la tarjeta",
"Select a list":"Seleccionar una lista",
"seconds ago":"segundos",
"All boards":"Todos los Tableros",
"Shared with you":"Compartido con usted",
@@ -94,16 +102,8 @@ OC.L10N.register(
"Delete board":"Eliminar Tablero",
"An error occurred":"Ocurrió un error",
"No due":"Sin finalizar",
"Create a new card":"Crear una nueva tarjeta",
"Card title":"Título de la tarjeta",
"Create card":"Crear tarjeta",
"Creating the new card …":"Creando una nueva tarjeta …",
"Card \"{card}\" was added to \"{board}\"":"La tarjeta \"{card}\" fue añadida a \"{board}\"",
"Close":"Cerrar",
"Share with a Deck card":"Compartir con una tarjeta del Tablero",
"Share {file} with a Deck card":"Compartir {file} con una tarjeta del Tablero",
"Share":"Compartir",
"A <strong>card description</strong> inside the Deck app has been changed":"Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
"Due date":"Fecha de vencimiento"
"Share":"Compartir"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
"{user} has created a new list {stack} on board {board}":"{user} ha creado una nueva lista {stack} del tablero {board}",
"You have renamed list {before} to {stack} on board {board}":"Has renombrado la lista {before} a {stack} del tablero {board}",
"{user} has renamed list {before} to {stack} on board {board}":"{user} ha renombrado la lista {before} a {stack} del tablero {board}",
"A <strong>card description</strong> inside the Deck app has been changed":"Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
"Deck":"Deck",
"Changes in the <strong>Deck app</strong>":"Cambios en la <strong>app Deck</strong>",
"Personal":"Personal",
@@ -41,9 +42,16 @@
"Add board":"Nuevo Tablero",
"Search by board title":"Buscar por título de tablero",
"Select board":"Selecciona tablero",
"Create a new card":"Crear una nueva tarjeta",
"Select a board":"Selecciona un tablero",
"Select a card":"Seleccionar una tarjeta",
"Select a list":"Seleccionar una lista",
"Card title":"Título de la tarjeta",
"Cancel":"Cancelar",
"Creating the new card …":"Creando una nueva tarjeta …",
"Card \"{card}\" was added to \"{board}\"":"La tarjeta \"{card}\" fue añadida a \"{board}\"",
"Close":"Cerrar",
"Create card":"Crear tarjeta",
"Select a card":"Seleccionar una tarjeta",
"Next 24 hours":"Próximas 24 horas",
"Next 7 days":"Próximos 7 días",
"Next 30 days":"Próximos 30 días",
@@ -65,20 +73,20 @@
"Comments":"Comentarios",
"Modified":"Modificado",
"Created":"Creado",
"Save":"Guardar",
"Reply":"Responder",
"Update":"Actualizar",
"Description":"Descripción",
"Formatting help":"Ayuda de formato",
"Due date":"Fecha de vencimiento",
"Remove due date":"Eliminar fecha de vencimiento",
"Select Date":"Seleccionar fecha",
"Today":"Hoy",
"Tomorrow":"Mañana",
"Next week":"Proxima semana",
"Next month":"Proximo mes",
"Save":"Guardar",
"Reply":"Responder",
"Update":"Actualizar",
"Description":"Descripción",
"Formatting help":"Ayuda de formato",
"(group)":"(grupo)",
"Card details":"Detalles de la tarjeta",
"Select a list":"Seleccionar una lista",
"seconds ago":"segundos",
"All boards":"Todos los Tableros",
"Shared with you":"Compartido con usted",
@@ -92,16 +100,8 @@
"Delete board":"Eliminar Tablero",
"An error occurred":"Ocurrió un error",
"No due":"Sin finalizar",
"Create a new card":"Crear una nueva tarjeta",
"Card title":"Título de la tarjeta",
"Create card":"Crear tarjeta",
"Creating the new card …":"Creando una nueva tarjeta …",
"Card \"{card}\" was added to \"{board}\"":"La tarjeta \"{card}\" fue añadida a \"{board}\"",
"Close":"Cerrar",
"Share with a Deck card":"Compartir con una tarjeta del Tablero",
"Share {file} with a Deck card":"Compartir {file} con una tarjeta del Tablero",
"Share":"Compartir",
"A <strong>card description</strong> inside the Deck app has been changed":"Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
"Due date":"Fecha de vencimiento"
"Share":"Compartir"
},"pluralForm":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
"You have created a new board {board}":"Has creado un nuevo tablero {board}",
"{user} has created a new board {board}":"{user} ha creado un nuevo tablero {board}",
"You have deleted the board {board}":"Has eliminado el tablero {board}",
"{user} has deleted the board {board}":"{user} ha eliminado el tablero {board}",
"You have restored the board {board}":"Has restaurado el tablero {board}",
"{user} has restored the board {board}":"{user} ha restaurado el tablero {board}",
"You have shared the board {board} with {acl}":"Has compartido el tablero {board} con {acl}",
"{user} has shared the board {board} with {acl}":"{user} ha compartido el tablero {board} con {acl}",
"You have removed {acl} from the board {board}":"Has eliminado {acl} del tablero {board}",
"{user} has removed {acl} from the board {board}":"{user} ha eliminado {acl} del tablero {board}",
"You have renamed the board {before} to {board}":"Has cambiado el nombre del tablero {before} a {board}",
"{user} has renamed the board {before} to {board}":"{user} ha cambiado el nombre del tablero {before} a {board}",
"You have archived the board {board}":"Has archivado el tablero {board}",
"{user} has archived the board {before}":"{user} ha archivado el tablero {before}",
"You have unarchived the board {board}":"Has desarchivado el tablero {board}",
"{user} has unarchived the board {before}":"{user} ha desarchivado el tablero {before}",
"You have created a new list {stack} on board {board}":"Has creado una nueva lista {stack} en el tablero {board}",
"{user} has created a new list {stack} on board {board}":"{user} ha creado una nueva lista {stack} en el tablero {board}",
"You have renamed list {before} to {stack} on board {board}":"Has cambiado el nombre de la lista {before} a {stack} en el tablero {board}",
"{user} has renamed list {before} to {stack} on board {board}":"{user} ha cambiado el nombre de la lista {before} a {stack} en el tablero {board}",
"You have deleted list {stack} on board {board}":"Has eliminado la lista {stack} en el tablero {board}",
"{user} has deleted list {stack} on board {board}":"{user} ha eliminado la lista {stack} en el tablero {board}",
"You have created card {card} in list {stack} on board {board}":"Has creado la tarjeta {card} en la lista {stack} en el tablero {board}",
"{user} has created card {card} in list {stack} on board {board}":"{user} ha creado la tarjeta {card} en la lista {stack} en el tablero {board}",
"You have deleted card {card} in list {stack} on board {board}":"Has eliminado la tarjeta {card} en la lista {stack} en el tablero {board}",
"{user} has deleted card {card} in list {stack} on board {board}":"{user} ha eliminado la tarjeta {card} en la lista {stack} en el tablero {board}",
"You have renamed the card {before} to {card}":"Has cambiado el nombre de la tarjeta {before} a {card}",
"{user} has renamed the card {before} to {card}":"{user} ha cambiado el nombre de la tarjeta {before} a {card}",
"You have added a description to card {card} in list {stack} on board {board}":"Has añadido una descripción a la tarjeta {card} en la lista {stack} en el tablero {board}",
"{user} has added a description to card {card} in list {stack} on board {board}":"{user} ha añadido una descripción a la tarjeta {card} en la lista {stack} en el tablero {board}",
"You have updated the description of card {card} in list {stack} on board {board}":"Has actualizado la descripción de la tarjeta {card} en la lista {stack} en el tablero {board}",
"{user} has updated the description of the card {card} in list {stack} on board {board}":"{user} ha actualizado la descripción de la tarjeta {card} en la lista {stack} en el tablero {board}",
"You have archived card {card} in list {stack} on board {board}":"Has archivado la tarjeta {card} en la lista {stack} en el tablero {board}",
"{user} has archived card {card} in list {stack} on board {board}":"{user} ha archivado la tarjeta {card} en la lista {stack} en el tablero {board}",
"You have unarchived card {card} in list {stack} on board {board}":"Has desarchivado la tarjeta {card} en la lista {stack} en el tablero {board}",
"{user} has unarchived card {card} in list {stack} on board {board}":"{user} ha desarchivado la tarjeta {card} en la lista {stack} en el tablero {board}",
"You have removed the due date of card {card}":"Has eliminado la fecha de vencimiento de la tarjeta {card}",
"{user} has removed the due date of card {card}":"{user} ha eliminado la fecha de vencimiento de la tarjeta {card}",
"You have set the due date of card {card} to {after}":"Has establecido la fecha de vencimiento de la tarjeta {card} a {after}",
"{user} has set the due date of card {card} to {after}":"{user} ha establecido la fecha de vencimiento de la tarjeta {card} a {after}",
"You have updated the due date of card {card} to {after}":"Has actualizado la fecha de vencimiento de la tarjeta {card} a {after}",
"{user} has updated the due date of card {card} to {after}":"{user} ha actualizado la fecha de vencimiento de la tarjeta {card} a {after}",
"You have added the tag {label} to card {card} in list {stack} on board {board}":"Has añadido la etiqueta {label} a la tarjeta {card} en la lista {stack} en el tablero {board}",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}":"{user} ha añadido la etiqueta {label} a la tarjeta {card} en la lista {stack} en el tablero {board}",
"You have removed the tag {label} from card {card} in list {stack} on board {board}":"Has eliminado la etiqueta {label} de la tarjeta {card} en la lista {stack} en el tablero {board}",
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}":"{user} ha eliminado la etiqueta {label} de la tarjeta {card} en la lista {stack} en el tablero {board}",
"You have assigned {assigneduser} to card {card} on board {board}":"Has asignado a {assigneduser} la tarjeta {card} en el tablero {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}":"{user} ha asignado a {assigneduser} la tarjeta {card} en el tablero {board}",
"You have unassigned {assigneduser} from card {card} on board {board}":"Has quitado la asignación a {assigneduser} de la tarjeta {card} en el tablero {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}":"{user} ha quitado la asignación a {assigneduser} de la tarjeta {card} en el tablero {board}",
"You have moved the card {card} from list {stackBefore} to {stack}":"Has movido la tarjeta {card} de la lista {stackBefore} a {stack}",
"{user} has moved the card {card} from list {stackBefore} to {stack}":"{user} ha movido la tarjeta {card} de la lista {stackBefore} a {stack}",
"You have added the attachment {attachment} to card {card}":"Has añadido el archivo {attachment} a la tarjeta {card}",
"{user} has added the attachment {attachment} to card {card}":"{user} ha añadido el archivo {attachment} a la tarjeta {card}",
"You have updated the attachment {attachment} on card {card}":"Has actualizado el archivo {attachment} en la tarjeta {card}",
"{user} has updated the attachment {attachment} on card {card}":"{user} ha actualizado el archivo {attachment} en la tarjeta {card}",
"You have deleted the attachment {attachment} from card {card}":"Has eliminado el archivo {attachment} de la tarjeta {card}",
"{user} has deleted the attachment {attachment} from card {card}":"{user} ha eliminado el archivo {attachment} de la tarjeta {card}",
"You have restored the attachment {attachment} to card {card}":"Has restaurado el archivo {attachment} a la tarjeta {card}",
"{user} has restored the attachment {attachment} to card {card}":"{user} ha restaurado el archivo {attachment} a la tarjeta {card}",
"You have commented on card {card}":"Has comentado en la tarjeta {card}",
"{user} has commented on card {card}":"{user} ha comentado en la tarjeta {card}",
"Deck":"Deck",
"Changes in the <strong>Deck app</strong>":"Cambios en la aplicación <strong>Deck</strong>",
"A <strong>comment</strong> was created on a card":"Se ha creado un <strong>comentario</strong> en una tarjeta",
"Upcoming cards":"Tarjetas próximas",
"Load more":"Cargar más",
"Personal":"Personal",
"The card \"%s\" on \"%s\" has been assigned to you by %s.":"La tarjeta \"%s\" en \"%s\" te ha sido asignada por %s.",
"{user} has assigned the card {deck-card} on {deck-board} to you.":"{user} te ha asignado la tarjeta {deck-card} en {deck-board}.",
"The card \"%s\" on \"%s\" has reached its due date.":"La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
"The card {deck-card} on {deck-board} has reached its due date.":"La tarjeta {deck-card} en {deck-board} ha alcanzado su fecha de vencimiento.",
"%s has mentioned you in a comment on \"%s\".":"%s te ha mencionado en un comentario en \"%s\".",
"{user} has mentioned you in a comment on {deck-card}.":"{user} te ha mencionado en un comentario en {deck-card}.",
"The board \"%s\" has been shared with you by %s.":"El tablero \"%s\" ha sido compartido contigo por %s.",
"{user} has shared {deck-board} with you.":"{user} ha compartido contigo {deck-board}.",
"Deck board":"Tablero de Deck",
"Owned by %1$s":"Perteneciente a %1$s",
"Deck boards, cards and comments":"Tableros de Deck, tarjetas y comentarios",
"From %1$s, in %2$s/%3$s, owned by %4$s":"De %1$s, en %2$s/%3$s, perteneciente a %4$s",
"Card comments":"Comentarios de tarjetas",
"%s on %s":"%s en %s",
"Deck boards and cards":"Tableros y tarjetas de Deck",
"No data was provided to create an attachment.":"No se proporcionaron datos para crear un archivo adjunto.",
"Finished":"Terminado",
"To review":"Para revisar",
"Action needed":"Acción requerida",
"Later":"Después",
"copy":"copia",
"To do":"Por hacer",
"Doing":"Haciendo",
"Done":"Terminado",
"Example Task 3":"Tarea de ejemplo 3",
"Example Task 2":"Tarea de ejemplo 2",
"Example Task 1":"Tarea de ejemplo 1",
"The file was uploaded":"El archivo fue cargado",
"The uploaded file exceeds the upload_max_filesize directive in php.ini":"El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML",
@@ -104,218 +19,47 @@ OC.L10N.register(
"Missing a temporary folder":"Falta una carpeta temporal",
"Could not write file to disk":"No fue posible escribir a disco",
"A PHP extension stopped the file upload":"Una extensión de PHP detuvo la carga del archivo",
"No file uploaded or file size exceeds maximum of %s":"No se ha subido ningún archivo o el tamaño del archivo supera el máximo de %s",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.":"Este comentario tiene más de %s caracteres.\n Añadido como un archivo adjunto a la tarjeta con el nombre %s.\n Accesible en la URL: %s.",
"Card not found":"No se encontró la tarjeta",
"Path is already shared with this card":"La ruta ya está compartida con esta tarjeta",
"Invalid date, date format must be YYYY-MM-DD":"La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Personal planning and team project organization":"Planificación personal y organización de proyectos en equipo",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized":"Deck es una herramienta de organización estilo Kanban destinada a la planificación personal y la organización de proyectos en equipo integrada con Nextcloud.\n \n \n - 📥 Añade tus tareas a tarjetas y ordénalas\n - 📄 Toma notas adicionales en Markdown\n - 🔖 Asigna etiquetas para una mejor organización\n - 👥 Comparte con tu equipo, amigos o familia\n - 📎 Adjunta archivos e incrustarlos en tu descripción en Markdown\n - 💬 Discute con tu equipo usando comentarios\n - ⚡ Sigue los cambios en el flujo de actividad\n - 🚀 Organiza tu proyecto",
"Add board":"Agregar tablero",
"Select the board to link to a project":"Selecciona el tablero para vincularlo a un proyecto",
"Search by board title":"Buscar por título del tablero",
"Select board":"Seleccionar tablero",
"Select a board":"Seleccionar un tablero",
"Select a card":"Seleccionar una tarjeta",
"Cancel":"Cancelar",
"Select the card to link to a project":"Selecciona la tarjeta para vincularla a un proyecto",
"Link to card":"Vincular con tarjeta",
"Close":"Cerrar",
"File already exists":"El archivo ya existe",
"A file with the name {filename} already exists.":"Ya existe un archivo con el nombre {filename}.",
"Do you want to overwrite it?":"¿Deseas sobre escribirlo?",
"Overwrite file":"Sobrescribir archivo",
"Keep existing file":"Mantener el archivo existente",
"This board is read only":"Este tablero es de solo lectura",
"Drop your files to upload":"Suelta tus archivos para subirlos",
"Add card":"Agregar tarjeta",
"Archived cards":"Tarjetas archivadas",
"Add list":"Agregar lista",
"List name":"Nombre de la lista",
"Active filters":"Filtros activos",
"Apply filter":"Aplicar filtro",
"Filter by tag":"Filtrar por etiqueta",
"Filter by assigned user":"Filtrar por usuario asignado",
"Unassigned":"No asignado",
"Filter by due date":"Filtrar por fecha de vencimiento",
"Create a new list to add cards to this board":"Crea una nueva lista para añadir tarjetas a este tablero",
"Board not found":"No se encontró el tablero",
"Sharing":"Compartiendo",
"Tags":"Etiquetas",
"Deleted items":"Elementos eliminados",
"Timeline":"Línea de tiempo",
"Deleted lists":"Listas eliminadas",
"Undo":"Deshacer",
"Deleted cards":"Tarjetas eliminadas",
"Share board with a user, group or circle …":"Compartir tablero con un usuario, grupo o círculo …",
"Searching for users, groups and circles …":"Buscando usuarios, grupos y círculos …",
"No participants found":"No se encontraron participantes",
"Board owner":"Propietario del tablero",
"(Group)":"(Grupo)",
"(Circle)":"(Círculo)",
"Can edit":"Puede editar",
"Can share":"Puede compartir",
"Can manage":"Puede gestionar",
"Owner":"Dueño",
"Delete":"Borrar",
"Failed to create share with {displayName}":"Error al crear el uso compartido con {displayName}",
"Are you sure you want to transfer the board {title} to {user}?":"¿Estás seguro de que quieres transferir el tablero {title} a {user}?",
"Transfer the board.":"Transferir el tablero.",
"Transfer":"Transferencia",
"The board has been transferred to {user}":"El tablero se ha transferido a {user}",
"Failed to transfer the board to {user}":"Error al transferir el tablero a {user}",
"Edit list title":"Editar título de la lista",
"Archive all cards":"Archivar todas las tarjetas",
"Unarchive all cards":"Desarchivar todas las tarjetas",
"Delete list":"Eliminar lista",
"Archive all cards in this list":"Archivar todas las tarjetas en esta lista",
"Unarchive all cards in this list":"Desarchivar todas las tarjetas en esta lista",
"Add a new card":"Añadir una nueva tarjeta",
"Card name":"Nombre de la tarjeta",
"List deleted":"Lista eliminada",
"Edit":"Editar",
"Add a new tag":"Añadir una nueva etiqueta",
"title and color value must be provided":"Debe proporcionarse el título y el valor del color",
"Board name":"Nombre del tablero",
"Members":"Miembros",
"Assign to users/groups/circles":"Asignar a usuarios/grupos/círculos",
"Assign a user to this card…":"Asignar un usuario a esta tarjeta…",
"Upload new files":"Subir nuevos archivos",
"Share from Files":"Compartir desde Archivos",
"Pending share":"Uso compartido pendiente",
"Add this attachment":"Añadir este archivo adjunto",
"Show in Files":"Mostrar en Archivos",
"Download":"Descargar",
"Remove attachment":"Eliminar archivo adjunto",
"Delete Attachment":"Eliminar adjunto",
"Restore Attachment":"Restaurar adjunto",
"File to share":"Archivo para compartir",
"Invalid path selected":"Ruta seleccionada no válida.",
"Open in sidebar view":"Abrir en vista de barra lateral",
"Open in bigger view":"Abrir en vista más grande",
"Attachments":"Adjuntos",
"Comments":"Comentarios",
"Modified":"Modificado",
"Created":"Creado",
"The title cannot be empty.":"El título no puede estar vacío.",
"No comments yet. Begin the discussion!":"Aún no hay comentarios. ¡Inicia la discusión!",
"Failed to load comments":"Error al cargar los comentarios",
"Due date":"Fecha de vencimiento",
"Remove due date":"Eliminar fecha de expiración",
"Today":"Hoy",
"Tomorrow":"Mañana",
"Save":"Guardar",
"The comment cannot be empty.":"El comentario no puede estar vacío.",
"The comment cannot be longer than 1000 characters.":"El comentario no puede tener más de 1000 caracteres.",
"In reply to":"En respuesta a",
"Cancel reply":"Cancelar respuesta",
"Reply":"Responder",
"Update":"Actualizar",
"Description":"Descripción",
"(Unsaved)":"(No guardado)",
"(Saving…)":"(Guardando…)",
"Formatting help":"Ayuda de formato",
"Edit description":"Editar descripción",
"View description":"Ver descripción",
"Add Attachment":"Añadir adjunto",
"Write a description …":"Escribir una descripción …",
"Choose attachment":"Elegir adjunto",
"Set a due date":"Establecer una fecha de vencimiento",
"Remove due date":"Eliminar fecha de expiración",
"Select Date":"Seleccionar fecha",
"Today":"Hoy",
"Tomorrow":"Mañana",
"Next week":"Semana siguiente",
"Next month":"Mes siguiente",
"Assign a tag to this card…":"Asignar una etiqueta a esta tarjeta…",
"(group)":"(grupo)",
"Todo items":"Elementos pendientes",
"{count} comments, {unread} unread":"{count} comentarios, {unread} sin leer",
"Edit card title":"Editar título de la tarjeta",
"Assign to me":"Asignarme la tarjeta",
"Unassign myself":"Desasignarme la tarjeta",
"Move card":"Mover tarjeta",
"Card details":"Detalles de la tarjeta",
"Unarchive card":"Desarchivar tarjeta",
"Archive card":"Archivar tarjeta",
"Delete card":"Eliminar tarjeta",
"Move card to another board":"Mover tarjeta a otro tablero",
"Select a list":"Seleccionar una lista",
"List is empty":"La lista está vacía",
"Card deleted":"Tarjeta eliminada",
"seconds ago":"hace segundos",
"All boards":"Todos los tableros",
"Archived boards":"Tableros archivados",
"Shared with you":"Compartido con usted",
"Deck settings":"Configuración de Deck",
"Use bigger card view":"Usar vista de tarjeta más grande",
"Show card ID badge":"Mostrar identificación de la tarjeta",
"Show boards in calendar/tasks":"Mostrar tableros en calendario/tareas",
"Limit deck usage of groups":"Limitar uso de Deck a grupos",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limitar Deck bloqueará a los usuarios que no formen parte de esos grupos para que no puedan crear sus propios tableros. Los usuarios aún podrán trabajar en tableros que se hayan compartido con ellos.",
"Board details":"Detalles del tablero",
"Edit board":"Editar el tablero",
"Clone board":"Clonar tablero",
"Unarchive board":"Desarchivar tablero",
"Archive board":"Archivar tablero",
"Export board":"Exportar tablero",
"Turn on due date reminders":"Activar recordatorios de fecha de vencimiento",
"Turn off due date reminders":"Desactivar recordatorios de fecha de vencimiento",
"Due date reminders":"Recordatorios de fecha de vencimiento",
"All cards":"Todas las tarjetas",
"Assigned cards":"Tarjetas asignadas",
"No notifications":"No hay notificaciones",
"Delete board":"Borrar tableros",
"Board {0} deleted":"Tablero {0} eliminado",
"Only assigned cards":"Sólo tarjetas asignadas",
"No reminder":"Sin recordatorio",
"An error occurred":"Se produjo un error",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"¿Estás seguro de que quieres eliminar el tablero {title}? Esto eliminará todos los datos de este tablero, incluidas las tarjetas archivadas.",
"Delete the board?":"¿Eliminar el tablero?",
"Loading filtered view":"Cargando vista filtrada",
"No due":"Sin vencimiento",
"Search for {searchQuery} in all boards":"Buscar {searchQuery} en todos los tableros",
"No results found":"No se encontraron resultados",
"Deck board {name}\n* Last modified on {lastMod}":"Tablero de Deck {name}\n * Última modificación el {lastMod}",
"{stack} in {board}":"{stack} en {board}",
"Click to expand description":"Haz clic para expandir la descripción",
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* Creado el {created}\n * Última modificación el {lastMod}\n * {nbAttachments} adjuntos\n * {nbComments} comentarios",
"{nbCards} cards":"{nbCards} tarjetas",
"Click to expand comment":"Haz clic para expandir el comentario",
"Create a new card":"Crear una nueva tarjeta",
"Card title":"Título de la tarjeta",
"Create card":"Crear tarjeta",
"Creating the new card …":"Creando la nueva tarjeta …",
"Card \"{card}\" was added to \"{board}\"":"La tarjeta \"{card}\" se ha añadido a \"{board}\"",
"Open card":"Abrir tarjeta",
"Close":"Cerrar",
"No upcoming cards":"No hay tarjetas próximas",
"upcoming cards":"tarjetas próximas",
"New card":"Nueva tarjeta",
"Due on {date}":"Vence el {date}",
"Link to a board":"Vincular a un tablero",
"Link to a card":"Vincular a una tarjeta",
"Create a card":"Crear una tarjeta",
"Message from {author} in {conversationName}":"Mensaje de {author} en {conversationName}",
"Something went wrong":"Algo salió mal",
"Failed to upload {name}":"Error al subir {name}",
"Maximum file size of {size} exceeded":"Tamaño máximo de archivo de {size} excedido",
"Error creating the share":"Error al crear la compartición",
"Share with a Deck card":"Compartir con una tarjeta de Deck",
"Share {file} with a Deck card":"Compartir {file} con una tarjeta de Deck",
"Share":"Compartir",
"A <strong>card description</strong> inside the Deck app has been changed":"Se ha cambiado una <strong>descripción de la tarjeta</strong> en la aplicación Deck",
"Add a new list":"Añadir una nueva lista",
"Assign to users":"Asignar a usuarios",
"Due date":"Fecha de vencimiento"
"Share":"Compartir"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
"You have created a new board {board}":"Has creado un nuevo tablero {board}",
"{user} has created a new board {board}":"{user} ha creado un nuevo tablero {board}",
"You have deleted the board {board}":"Has eliminado el tablero {board}",
"{user} has deleted the board {board}":"{user} ha eliminado el tablero {board}",
"You have restored the board {board}":"Has restaurado el tablero {board}",
"{user} has restored the board {board}":"{user} ha restaurado el tablero {board}",
"You have shared the board {board} with {acl}":"Has compartido el tablero {board} con {acl}",
"{user} has shared the board {board} with {acl}":"{user} ha compartido el tablero {board} con {acl}",
"You have removed {acl} from the board {board}":"Has eliminado {acl} del tablero {board}",
"{user} has removed {acl} from the board {board}":"{user} ha eliminado {acl} del tablero {board}",
"You have renamed the board {before} to {board}":"Has cambiado el nombre del tablero {before} a {board}",
"{user} has renamed the board {before} to {board}":"{user} ha cambiado el nombre del tablero {before} a {board}",
"You have archived the board {board}":"Has archivado el tablero {board}",
"{user} has archived the board {before}":"{user} ha archivado el tablero {before}",
"You have unarchived the board {board}":"Has desarchivado el tablero {board}",
"{user} has unarchived the board {before}":"{user} ha desarchivado el tablero {before}",
"You have created a new list {stack} on board {board}":"Has creado una nueva lista {stack} en el tablero {board}",
"{user} has created a new list {stack} on board {board}":"{user} ha creado una nueva lista {stack} en el tablero {board}",
"You have renamed list {before} to {stack} on board {board}":"Has cambiado el nombre de la lista {before} a {stack} en el tablero {board}",
"{user} has renamed list {before} to {stack} on board {board}":"{user} ha cambiado el nombre de la lista {before} a {stack} en el tablero {board}",
"You have deleted list {stack} on board {board}":"Has eliminado la lista {stack} en el tablero {board}",
"{user} has deleted list {stack} on board {board}":"{user} ha eliminado la lista {stack} en el tablero {board}",
"You have created card {card} in list {stack} on board {board}":"Has creado la tarjeta {card} en la lista {stack} en el tablero {board}",
"{user} has created card {card} in list {stack} on board {board}":"{user} ha creado la tarjeta {card} en la lista {stack} en el tablero {board}",
"You have deleted card {card} in list {stack} on board {board}":"Has eliminado la tarjeta {card} en la lista {stack} en el tablero {board}",
"{user} has deleted card {card} in list {stack} on board {board}":"{user} ha eliminado la tarjeta {card} en la lista {stack} en el tablero {board}",
"You have renamed the card {before} to {card}":"Has cambiado el nombre de la tarjeta {before} a {card}",
"{user} has renamed the card {before} to {card}":"{user} ha cambiado el nombre de la tarjeta {before} a {card}",
"You have added a description to card {card} in list {stack} on board {board}":"Has añadido una descripción a la tarjeta {card} en la lista {stack} en el tablero {board}",
"{user} has added a description to card {card} in list {stack} on board {board}":"{user} ha añadido una descripción a la tarjeta {card} en la lista {stack} en el tablero {board}",
"You have updated the description of card {card} in list {stack} on board {board}":"Has actualizado la descripción de la tarjeta {card} en la lista {stack} en el tablero {board}",
"{user} has updated the description of the card {card} in list {stack} on board {board}":"{user} ha actualizado la descripción de la tarjeta {card} en la lista {stack} en el tablero {board}",
"You have archived card {card} in list {stack} on board {board}":"Has archivado la tarjeta {card} en la lista {stack} en el tablero {board}",
"{user} has archived card {card} in list {stack} on board {board}":"{user} ha archivado la tarjeta {card} en la lista {stack} en el tablero {board}",
"You have unarchived card {card} in list {stack} on board {board}":"Has desarchivado la tarjeta {card} en la lista {stack} en el tablero {board}",
"{user} has unarchived card {card} in list {stack} on board {board}":"{user} ha desarchivado la tarjeta {card} en la lista {stack} en el tablero {board}",
"You have removed the due date of card {card}":"Has eliminado la fecha de vencimiento de la tarjeta {card}",
"{user} has removed the due date of card {card}":"{user} ha eliminado la fecha de vencimiento de la tarjeta {card}",
"You have set the due date of card {card} to {after}":"Has establecido la fecha de vencimiento de la tarjeta {card} a {after}",
"{user} has set the due date of card {card} to {after}":"{user} ha establecido la fecha de vencimiento de la tarjeta {card} a {after}",
"You have updated the due date of card {card} to {after}":"Has actualizado la fecha de vencimiento de la tarjeta {card} a {after}",
"{user} has updated the due date of card {card} to {after}":"{user} ha actualizado la fecha de vencimiento de la tarjeta {card} a {after}",
"You have added the tag {label} to card {card} in list {stack} on board {board}":"Has añadido la etiqueta {label} a la tarjeta {card} en la lista {stack} en el tablero {board}",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}":"{user} ha añadido la etiqueta {label} a la tarjeta {card} en la lista {stack} en el tablero {board}",
"You have removed the tag {label} from card {card} in list {stack} on board {board}":"Has eliminado la etiqueta {label} de la tarjeta {card} en la lista {stack} en el tablero {board}",
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}":"{user} ha eliminado la etiqueta {label} de la tarjeta {card} en la lista {stack} en el tablero {board}",
"You have assigned {assigneduser} to card {card} on board {board}":"Has asignado a {assigneduser} la tarjeta {card} en el tablero {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}":"{user} ha asignado a {assigneduser} la tarjeta {card} en el tablero {board}",
"You have unassigned {assigneduser} from card {card} on board {board}":"Has quitado la asignación a {assigneduser} de la tarjeta {card} en el tablero {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}":"{user} ha quitado la asignación a {assigneduser} de la tarjeta {card} en el tablero {board}",
"You have moved the card {card} from list {stackBefore} to {stack}":"Has movido la tarjeta {card} de la lista {stackBefore} a {stack}",
"{user} has moved the card {card} from list {stackBefore} to {stack}":"{user} ha movido la tarjeta {card} de la lista {stackBefore} a {stack}",
"You have added the attachment {attachment} to card {card}":"Has añadido el archivo {attachment} a la tarjeta {card}",
"{user} has added the attachment {attachment} to card {card}":"{user} ha añadido el archivo {attachment} a la tarjeta {card}",
"You have updated the attachment {attachment} on card {card}":"Has actualizado el archivo {attachment} en la tarjeta {card}",
"{user} has updated the attachment {attachment} on card {card}":"{user} ha actualizado el archivo {attachment} en la tarjeta {card}",
"You have deleted the attachment {attachment} from card {card}":"Has eliminado el archivo {attachment} de la tarjeta {card}",
"{user} has deleted the attachment {attachment} from card {card}":"{user} ha eliminado el archivo {attachment} de la tarjeta {card}",
"You have restored the attachment {attachment} to card {card}":"Has restaurado el archivo {attachment} a la tarjeta {card}",
"{user} has restored the attachment {attachment} to card {card}":"{user} ha restaurado el archivo {attachment} a la tarjeta {card}",
"You have commented on card {card}":"Has comentado en la tarjeta {card}",
"{user} has commented on card {card}":"{user} ha comentado en la tarjeta {card}",
"Deck":"Deck",
"Changes in the <strong>Deck app</strong>":"Cambios en la aplicación <strong>Deck</strong>",
"A <strong>comment</strong> was created on a card":"Se ha creado un <strong>comentario</strong> en una tarjeta",
"Upcoming cards":"Tarjetas próximas",
"Load more":"Cargar más",
"Personal":"Personal",
"The card \"%s\" on \"%s\" has been assigned to you by %s.":"La tarjeta \"%s\" en \"%s\" te ha sido asignada por %s.",
"{user} has assigned the card {deck-card} on {deck-board} to you.":"{user} te ha asignado la tarjeta {deck-card} en {deck-board}.",
"The card \"%s\" on \"%s\" has reached its due date.":"La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
"The card {deck-card} on {deck-board} has reached its due date.":"La tarjeta {deck-card} en {deck-board} ha alcanzado su fecha de vencimiento.",
"%s has mentioned you in a comment on \"%s\".":"%s te ha mencionado en un comentario en \"%s\".",
"{user} has mentioned you in a comment on {deck-card}.":"{user} te ha mencionado en un comentario en {deck-card}.",
"The board \"%s\" has been shared with you by %s.":"El tablero \"%s\" ha sido compartido contigo por %s.",
"{user} has shared {deck-board} with you.":"{user} ha compartido contigo {deck-board}.",
"Deck board":"Tablero de Deck",
"Owned by %1$s":"Perteneciente a %1$s",
"Deck boards, cards and comments":"Tableros de Deck, tarjetas y comentarios",
"From %1$s, in %2$s/%3$s, owned by %4$s":"De %1$s, en %2$s/%3$s, perteneciente a %4$s",
"Card comments":"Comentarios de tarjetas",
"%s on %s":"%s en %s",
"Deck boards and cards":"Tableros y tarjetas de Deck",
"No data was provided to create an attachment.":"No se proporcionaron datos para crear un archivo adjunto.",
"Finished":"Terminado",
"To review":"Para revisar",
"Action needed":"Acción requerida",
"Later":"Después",
"copy":"copia",
"To do":"Por hacer",
"Doing":"Haciendo",
"Done":"Terminado",
"Example Task 3":"Tarea de ejemplo 3",
"Example Task 2":"Tarea de ejemplo 2",
"Example Task 1":"Tarea de ejemplo 1",
"The file was uploaded":"El archivo fue cargado",
"The uploaded file exceeds the upload_max_filesize directive in php.ini":"El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML",
@@ -102,218 +17,47 @@
"Missing a temporary folder":"Falta una carpeta temporal",
"Could not write file to disk":"No fue posible escribir a disco",
"A PHP extension stopped the file upload":"Una extensión de PHP detuvo la carga del archivo",
"No file uploaded or file size exceeds maximum of %s":"No se ha subido ningún archivo o el tamaño del archivo supera el máximo de %s",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.":"Este comentario tiene más de %s caracteres.\n Añadido como un archivo adjunto a la tarjeta con el nombre %s.\n Accesible en la URL: %s.",
"Card not found":"No se encontró la tarjeta",
"Path is already shared with this card":"La ruta ya está compartida con esta tarjeta",
"Invalid date, date format must be YYYY-MM-DD":"La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Personal planning and team project organization":"Planificación personal y organización de proyectos en equipo",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized":"Deck es una herramienta de organización estilo Kanban destinada a la planificación personal y la organización de proyectos en equipo integrada con Nextcloud.\n \n \n - 📥 Añade tus tareas a tarjetas y ordénalas\n - 📄 Toma notas adicionales en Markdown\n - 🔖 Asigna etiquetas para una mejor organización\n - 👥 Comparte con tu equipo, amigos o familia\n - 📎 Adjunta archivos e incrustarlos en tu descripción en Markdown\n - 💬 Discute con tu equipo usando comentarios\n - ⚡ Sigue los cambios en el flujo de actividad\n - 🚀 Organiza tu proyecto",
"Add board":"Agregar tablero",
"Select the board to link to a project":"Selecciona el tablero para vincularlo a un proyecto",
"Search by board title":"Buscar por título del tablero",
"Select board":"Seleccionar tablero",
"Select a board":"Seleccionar un tablero",
"Select a card":"Seleccionar una tarjeta",
"Cancel":"Cancelar",
"Select the card to link to a project":"Selecciona la tarjeta para vincularla a un proyecto",
"Link to card":"Vincular con tarjeta",
"Close":"Cerrar",
"File already exists":"El archivo ya existe",
"A file with the name {filename} already exists.":"Ya existe un archivo con el nombre {filename}.",
"Do you want to overwrite it?":"¿Deseas sobre escribirlo?",
"Overwrite file":"Sobrescribir archivo",
"Keep existing file":"Mantener el archivo existente",
"This board is read only":"Este tablero es de solo lectura",
"Drop your files to upload":"Suelta tus archivos para subirlos",
"Add card":"Agregar tarjeta",
"Archived cards":"Tarjetas archivadas",
"Add list":"Agregar lista",
"List name":"Nombre de la lista",
"Active filters":"Filtros activos",
"Apply filter":"Aplicar filtro",
"Filter by tag":"Filtrar por etiqueta",
"Filter by assigned user":"Filtrar por usuario asignado",
"Unassigned":"No asignado",
"Filter by due date":"Filtrar por fecha de vencimiento",
"Create a new list to add cards to this board":"Crea una nueva lista para añadir tarjetas a este tablero",
"Board not found":"No se encontró el tablero",
"Sharing":"Compartiendo",
"Tags":"Etiquetas",
"Deleted items":"Elementos eliminados",
"Timeline":"Línea de tiempo",
"Deleted lists":"Listas eliminadas",
"Undo":"Deshacer",
"Deleted cards":"Tarjetas eliminadas",
"Share board with a user, group or circle …":"Compartir tablero con un usuario, grupo o círculo …",
"Searching for users, groups and circles …":"Buscando usuarios, grupos y círculos …",
"No participants found":"No se encontraron participantes",
"Board owner":"Propietario del tablero",
"(Group)":"(Grupo)",
"(Circle)":"(Círculo)",
"Can edit":"Puede editar",
"Can share":"Puede compartir",
"Can manage":"Puede gestionar",
"Owner":"Dueño",
"Delete":"Borrar",
"Failed to create share with {displayName}":"Error al crear el uso compartido con {displayName}",
"Are you sure you want to transfer the board {title} to {user}?":"¿Estás seguro de que quieres transferir el tablero {title} a {user}?",
"Transfer the board.":"Transferir el tablero.",
"Transfer":"Transferencia",
"The board has been transferred to {user}":"El tablero se ha transferido a {user}",
"Failed to transfer the board to {user}":"Error al transferir el tablero a {user}",
"Edit list title":"Editar título de la lista",
"Archive all cards":"Archivar todas las tarjetas",
"Unarchive all cards":"Desarchivar todas las tarjetas",
"Delete list":"Eliminar lista",
"Archive all cards in this list":"Archivar todas las tarjetas en esta lista",
"Unarchive all cards in this list":"Desarchivar todas las tarjetas en esta lista",
"Add a new card":"Añadir una nueva tarjeta",
"Card name":"Nombre de la tarjeta",
"List deleted":"Lista eliminada",
"Edit":"Editar",
"Add a new tag":"Añadir una nueva etiqueta",
"title and color value must be provided":"Debe proporcionarse el título y el valor del color",
"Board name":"Nombre del tablero",
"Members":"Miembros",
"Assign to users/groups/circles":"Asignar a usuarios/grupos/círculos",
"Assign a user to this card…":"Asignar un usuario a esta tarjeta…",
"Upload new files":"Subir nuevos archivos",
"Share from Files":"Compartir desde Archivos",
"Pending share":"Uso compartido pendiente",
"Add this attachment":"Añadir este archivo adjunto",
"Show in Files":"Mostrar en Archivos",
"Download":"Descargar",
"Remove attachment":"Eliminar archivo adjunto",
"Delete Attachment":"Eliminar adjunto",
"Restore Attachment":"Restaurar adjunto",
"File to share":"Archivo para compartir",
"Invalid path selected":"Ruta seleccionada no válida.",
"Open in sidebar view":"Abrir en vista de barra lateral",
"Open in bigger view":"Abrir en vista más grande",
"Attachments":"Adjuntos",
"Comments":"Comentarios",
"Modified":"Modificado",
"Created":"Creado",
"The title cannot be empty.":"El título no puede estar vacío.",
"No comments yet. Begin the discussion!":"Aún no hay comentarios. ¡Inicia la discusión!",
"Failed to load comments":"Error al cargar los comentarios",
"Due date":"Fecha de vencimiento",
"Remove due date":"Eliminar fecha de expiración",
"Today":"Hoy",
"Tomorrow":"Mañana",
"Save":"Guardar",
"The comment cannot be empty.":"El comentario no puede estar vacío.",
"The comment cannot be longer than 1000 characters.":"El comentario no puede tener más de 1000 caracteres.",
"In reply to":"En respuesta a",
"Cancel reply":"Cancelar respuesta",
"Reply":"Responder",
"Update":"Actualizar",
"Description":"Descripción",
"(Unsaved)":"(No guardado)",
"(Saving…)":"(Guardando…)",
"Formatting help":"Ayuda de formato",
"Edit description":"Editar descripción",
"View description":"Ver descripción",
"Add Attachment":"Añadir adjunto",
"Write a description …":"Escribir una descripción …",
"Choose attachment":"Elegir adjunto",
"Set a due date":"Establecer una fecha de vencimiento",
"Remove due date":"Eliminar fecha de expiración",
"Select Date":"Seleccionar fecha",
"Today":"Hoy",
"Tomorrow":"Mañana",
"Next week":"Semana siguiente",
"Next month":"Mes siguiente",
"Assign a tag to this card…":"Asignar una etiqueta a esta tarjeta…",
"(group)":"(grupo)",
"Todo items":"Elementos pendientes",
"{count} comments, {unread} unread":"{count} comentarios, {unread} sin leer",
"Edit card title":"Editar título de la tarjeta",
"Assign to me":"Asignarme la tarjeta",
"Unassign myself":"Desasignarme la tarjeta",
"Move card":"Mover tarjeta",
"Card details":"Detalles de la tarjeta",
"Unarchive card":"Desarchivar tarjeta",
"Archive card":"Archivar tarjeta",
"Delete card":"Eliminar tarjeta",
"Move card to another board":"Mover tarjeta a otro tablero",
"Select a list":"Seleccionar una lista",
"List is empty":"La lista está vacía",
"Card deleted":"Tarjeta eliminada",
"seconds ago":"hace segundos",
"All boards":"Todos los tableros",
"Archived boards":"Tableros archivados",
"Shared with you":"Compartido con usted",
"Deck settings":"Configuración de Deck",
"Use bigger card view":"Usar vista de tarjeta más grande",
"Show card ID badge":"Mostrar identificación de la tarjeta",
"Show boards in calendar/tasks":"Mostrar tableros en calendario/tareas",
"Limit deck usage of groups":"Limitar uso de Deck a grupos",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limitar Deck bloqueará a los usuarios que no formen parte de esos grupos para que no puedan crear sus propios tableros. Los usuarios aún podrán trabajar en tableros que se hayan compartido con ellos.",
"Board details":"Detalles del tablero",
"Edit board":"Editar el tablero",
"Clone board":"Clonar tablero",
"Unarchive board":"Desarchivar tablero",
"Archive board":"Archivar tablero",
"Export board":"Exportar tablero",
"Turn on due date reminders":"Activar recordatorios de fecha de vencimiento",
"Turn off due date reminders":"Desactivar recordatorios de fecha de vencimiento",
"Due date reminders":"Recordatorios de fecha de vencimiento",
"All cards":"Todas las tarjetas",
"Assigned cards":"Tarjetas asignadas",
"No notifications":"No hay notificaciones",
"Delete board":"Borrar tableros",
"Board {0} deleted":"Tablero {0} eliminado",
"Only assigned cards":"Sólo tarjetas asignadas",
"No reminder":"Sin recordatorio",
"An error occurred":"Se produjo un error",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"¿Estás seguro de que quieres eliminar el tablero {title}? Esto eliminará todos los datos de este tablero, incluidas las tarjetas archivadas.",
"Delete the board?":"¿Eliminar el tablero?",
"Loading filtered view":"Cargando vista filtrada",
"No due":"Sin vencimiento",
"Search for {searchQuery} in all boards":"Buscar {searchQuery} en todos los tableros",
"No results found":"No se encontraron resultados",
"Deck board {name}\n* Last modified on {lastMod}":"Tablero de Deck {name}\n * Última modificación el {lastMod}",
"{stack} in {board}":"{stack} en {board}",
"Click to expand description":"Haz clic para expandir la descripción",
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* Creado el {created}\n * Última modificación el {lastMod}\n * {nbAttachments} adjuntos\n * {nbComments} comentarios",
"{nbCards} cards":"{nbCards} tarjetas",
"Click to expand comment":"Haz clic para expandir el comentario",
"Create a new card":"Crear una nueva tarjeta",
"Card title":"Título de la tarjeta",
"Create card":"Crear tarjeta",
"Creating the new card …":"Creando la nueva tarjeta …",
"Card \"{card}\" was added to \"{board}\"":"La tarjeta \"{card}\" se ha añadido a \"{board}\"",
"Open card":"Abrir tarjeta",
"Close":"Cerrar",
"No upcoming cards":"No hay tarjetas próximas",
"upcoming cards":"tarjetas próximas",
"New card":"Nueva tarjeta",
"Due on {date}":"Vence el {date}",
"Link to a board":"Vincular a un tablero",
"Link to a card":"Vincular a una tarjeta",
"Create a card":"Crear una tarjeta",
"Message from {author} in {conversationName}":"Mensaje de {author} en {conversationName}",
"Something went wrong":"Algo salió mal",
"Failed to upload {name}":"Error al subir {name}",
"Maximum file size of {size} exceeded":"Tamaño máximo de archivo de {size} excedido",
"Error creating the share":"Error al crear la compartición",
"Share with a Deck card":"Compartir con una tarjeta de Deck",
"Share {file} with a Deck card":"Compartir {file} con una tarjeta de Deck",
"Share":"Compartir",
"A <strong>card description</strong> inside the Deck app has been changed":"Se ha cambiado una <strong>descripción de la tarjeta</strong> en la aplicación Deck",
"Add a new list":"Añadir una nueva lista",
"Assign to users":"Asignar a usuarios",
"Due date":"Fecha de vencimiento"
"Share":"Compartir"
},"pluralForm":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
Some files were not shown because too many files have changed in this diff
Show More
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.