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`
Deck currently supports exporting all boards a user owns in a single JSON file. The format is based on the database schema that deck uses. It can be used to re-import boards on the same or other instances.
The export currently has some kown limitations in terms of specific data not included:
- Activity information
- File attachments to deck cards
- Comments
-
```
occ deck:export > my-file.json
```
## Import boards
Importing can be done using the API or the `occ` `deck:import` command.
It is possible to import from the following sources:
### Deck JSON
A json file that has been obtained from the above described `occ deck:export [userid]` command can be imported.
```
occ deck:import my-file.json
```
In case you are importing from a different instance you may use an additional config file to provide custom user id mapping in case users have different identifiers.
```
{
"owner": "admin",
"uidRelation": {
"johndoe": "test-user-1"
}
}
```
#### Trello JSON
Limitations:
* Comments with more than 1000 characters are placed as attached files to the card.
Steps:
* Create the data file
* Access Trello
* go to the board you want to export
* Follow the steps in [Trello documentation](https://help.trello.com/article/747-exporting-data-from-trello-1) and export as JSON
* Create the configuration file
* 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/main/lib/Service/Importer/fixtures/config-trelloJson-schema.json) for import `Trello JSON`
Example configuration file:
```json
{
"owner": "admin",
"color": "0800fd",
"uidRelation": {
"johndoe": "johndoe"
}
}
```
**Limitations**:
Importing from a JSON file imports up to 1000 actions. To find out how many actions the board to be imported has, identify how many actions the JSON has.
#### Trello API
Import using API is recommended for boards with more than 1000 actions.
Trello makes it possible to attach links to a card. Deck does not have this feature. Attachments and attachment links are added in a markdown table at the end of the description for every imported card that has attachments in Trello.
* Get the API Key and API Token [here](https://developer.atlassian.com/cloud/trello/guides/rest-api/api-introduction/#authentication-and-authorization)
* Get the ID of the board you want to import by making a request to:
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/main/lib/Service/Importer/fixtures/config-trelloApi-schema.json) for import `Trello JSON`
"{user} has archived card {card} in list {stack} on board {board}":"{user} قام بأرشفة بطاقة {card} في القائمة {stack} على اللوح {board}",
"You have unarchived card {card} in list {stack} on board {board}":"لديك بطاقة غير مؤرشفة {card} في القائمة {stack} على اللوح {board}",
"{user} has unarchived card {card} in list {stack} on board {board}":"{user} لديه بطاقة غير مؤرشفة {card} في القائمة {stack} على اللوح {board}",
"You have marked the card {card} as done in list {stack} on board {board}":"لقد قُمت بتمييز البطاقة {card} باعتبارها \"منتهية\" في القائمة {stack} على اللوح {board}",
"{user} has marked card {card} as done in list {stack} on board {board}":"قام المستخدِم {user} بتمييز البطاقة {card} باعتبارها \"منتهية\" في القائمة {stack} على اللوح {board}",
"You have marked the card {card} as undone in list {stack} on board {board}":"لقد قُمت بتمييز البطاقة {card} باعتبارها \"غير منتهية\" في القائمة {stack} على اللوح {board}",
"{user} has marked the card {card} as undone in list {stack} on board {board}":"قام المستخدِم {user} بتمييز البطاقة {card} باعتبارها \"غير منتهية\" في القائمة {stack} على اللوح {board}",
"You have removed the due date of card {card}":"قمت بإزالة التاريخ المحدد من البطاقة {card}",
"{user} has removed the due date of card {card}":"{user} قام بإزالة التاريخ المحدد من البطاقة {card}",
"You have set the due date of card {card} to {after}":"قمت بتعيين التاريخ المحدد للبطاقة {card} إلى {after}",
@@ -72,8 +68,6 @@ OC.L10N.register(
"A <strong>board, list or card</strong> was changed":"تمّ تغيير <strong>لوح board أو قائمة list أو بطاقة card </strong>.",
"A <strong>comment</strong> was created on a card":"<strong>تعليق</strong> تم إنشاؤه على بطاقة",
"A <strong>card description</strong> has been changed":"تمّ تغيير <strong>وصف بطاقة</strong>.",
"Cards due today":"البطاقات المستحقة اليوم",
"Cards due tomorrow":"البطاقات المستحقة غداً",
"Upcoming cards":"البطاقات القادمة",
"Load more":"حمّل أكثر",
"Personal":"شخصي",
@@ -87,12 +81,12 @@ OC.L10N.register(
"{user} has shared {deck-board} with you.":"{user} قام بمشاركة {deck-board} معك.",
"Deck board":"لوح Deck",
"Owned by %1$s":"يملكها %1$s",
"Deck boards, cards and comments":"ألواح الرٌّقعة و البطاقات و الملاحظات",
"Deck boards, cards and comments":"الرُّقع و البطاقات و الملاحظات",
"From %1$s, in %2$s/%3$s, owned by %4$s":" من %1$s، في %2$s/%3$s، يملكها %4$s",
"Create a new deck card":"إنشاء كَدْسَة بطاقات deck card جديدة",
"Card comments":"تعليقات البطاقة ",
"%s on %s":"%s على %s",
"Deck boards and cards":"ألواح الرُّقعة و البطاقات",
"Deck boards and cards":"الرُّقع و البطاقات",
"No data was provided to create an attachment.":"لا بيانات تم تقديمها لانشاء مرفق",
"Finished":"اكتمل",
"To review":"لإعادة المراجعة",
@@ -152,20 +146,16 @@ OC.L10N.register(
"Next 30 days":"ال 30 يوم القادمة",
"No due date":"لا تاريخ إنجاز",
"Clear filter":"ازل التصفية",
"View Modes":"وضعيات العرض",
"Toggle View Modes":"التبديل بين وضعيات العرض",
"Hide archived cards":"إخفاء البطاقات المؤرشفة ",
"Show archived cards":"اظهر البطاقات المؤرشفة",
"Toggle compact mode":"تبديل النمط المضغوط",
"Hide card cover images":"إخفِ صور غلاف البطاقات",
"Show card cover images":"أظهِر صور غلاف البطاقات",
"{count} comments, {unread} unread":"{عدد} التعليقات، {غير مقروءة} غير مقروءة",
"Edit card title":"تعديل اسم القائمة",
"Card details":"تفاصيل البطاقة",
"Assign to me":"ينسب لي",
"Unassign myself":"إلغاء تعييني ",
"Mark as not done":"تمييز كـ \"غير منتهٍ\"",
"Mark as done":"تمييز كمُنجَز",
"Move card":"حرك البطاقة",
"Card details":"تفاصيل البطاقة",
"Unarchive card":"إلغاء أرشفة البطاقة ",
"Archive card":"أرشفة البطاقة",
"Delete card":"حذف البطاقة",
"Move card to another board":"حرك البطاقة الى لوح اخر",
"Select a list":"اختر قائمة ",
@@ -284,8 +264,8 @@ OC.L10N.register(
"Use bigger card view":"استخدام بطاقة عرض أكبر ",
"Show card ID badge":"أعرض شارة رقم البطاقة",
"Show boards in calendar/tasks":"إظهار اللوح في التقويم/المهام",
"Limit board creation to some groups":"قَصْرُ حَقِّ إنشاء الألواح على بعض المجموعات ",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.":"المستخدِمون من خارج تلك المجموعات لن يمكنكم إنشاء ألواحهم الخاصة؛ لكن يمكنهم العمل على الألواح التي تتمّ مشاركتها معهم.",
"Limit board creation to some groups":"قَصْرُ حَقِّ إنشاء الرقعة على بعض المجموعات ",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.":"المستخدِمون من خارج تلك المجموعات لن يمكنكم إنشاء رُقَعِهِم الخاصة؛ لكن يمكنهم العمل على الرُّقعِ التي تتمّ مشاركتها معهم.",
"Board details":"تفاصيل لوح",
"Edit board":"تعديل اللوح",
"Clone board":"استنسخ اللوح",
@@ -306,13 +286,10 @@ OC.L10N.register(
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"هل أنت متأكد من حذف الرقعة {title}؟ هذا سيؤدي إلى حذف كل بيانات هذه الرُّقعة بما في ذلك البطاقات المؤرشفة.",
"Delete the board?":"مسح اللوح؟",
"Loading filtered view":"جارِ تحميل التصفية ",
"Today":"اليوم",
"Tomorrow":"غدا",
"No due":"غير محدد",
"Search for {searchQuery} in all boards":"البحث عن {searchQuery} في جميع اللوح",
"No results found":"لا يتم العثور على أي نتائج ",
"This weekend – {timeLocale}":"نهاية هذا الأسبوع – {timeLocale}",
"Deck board {name}\n* Last modified on {lastMod}":"اسم اللوح {name} \n* آخر تعديل له في {lastMod}",
"Deck board {name}\n* Last modified on {lastMod}":"اسم الرُّقعة {name} \n* آخر تعديل لها في {lastMod}",
"{stack} in {board}":"{stack} في {board}",
"Click to expand description":"إضعط للتوسّع في الوصف",
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* أُنشأت في {created}\n* آخر تعديل لها في {lastMod}\n* {nbAttachments} مُرفقات\n* {nbComments} مُلاحظات",
"Later today – {timeLocale}":"في وقت لاحقٍ اليوم – {timeLocale}",
"Link to a board":"ربط بلوح",
"Link to a card":"ربط ببطاقة",
"Create a card":"أنشى بطاقة ",
@@ -349,8 +322,6 @@ OC.L10N.register(
"Add a new list":"اضف قائمة جديدة",
"Assign to users":"انسب الى المتسخدمين",
"Due date":"تاريخ الانجاز",
"Next week":"الاسبوع القادم",
"Next month":"الشهر القادم",
"Limit deck usage of groups":"تقييد استخدام Deck للمجموعات",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"سيؤدي تقييد Deck إلى منع المستخدمين الذين ليسوا جزءًا من تلك المجموعات من إنشاء لوحاتهم الخاصة. سيظل المستخدمون قادرين على العمل على اللوحات التي تمت مشاركتها معهم."
"{user} has archived card {card} in list {stack} on board {board}":"{user} قام بأرشفة بطاقة {card} في القائمة {stack} على اللوح {board}",
"You have unarchived card {card} in list {stack} on board {board}":"لديك بطاقة غير مؤرشفة {card} في القائمة {stack} على اللوح {board}",
"{user} has unarchived card {card} in list {stack} on board {board}":"{user} لديه بطاقة غير مؤرشفة {card} في القائمة {stack} على اللوح {board}",
"You have marked the card {card} as done in list {stack} on board {board}":"لقد قُمت بتمييز البطاقة {card} باعتبارها \"منتهية\" في القائمة {stack} على اللوح {board}",
"{user} has marked card {card} as done in list {stack} on board {board}":"قام المستخدِم {user} بتمييز البطاقة {card} باعتبارها \"منتهية\" في القائمة {stack} على اللوح {board}",
"You have marked the card {card} as undone in list {stack} on board {board}":"لقد قُمت بتمييز البطاقة {card} باعتبارها \"غير منتهية\" في القائمة {stack} على اللوح {board}",
"{user} has marked the card {card} as undone in list {stack} on board {board}":"قام المستخدِم {user} بتمييز البطاقة {card} باعتبارها \"غير منتهية\" في القائمة {stack} على اللوح {board}",
"You have removed the due date of card {card}":"قمت بإزالة التاريخ المحدد من البطاقة {card}",
"{user} has removed the due date of card {card}":"{user} قام بإزالة التاريخ المحدد من البطاقة {card}",
"You have set the due date of card {card} to {after}":"قمت بتعيين التاريخ المحدد للبطاقة {card} إلى {after}",
@@ -70,8 +66,6 @@
"A <strong>board, list or card</strong> was changed":"تمّ تغيير <strong>لوح board أو قائمة list أو بطاقة card </strong>.",
"A <strong>comment</strong> was created on a card":"<strong>تعليق</strong> تم إنشاؤه على بطاقة",
"A <strong>card description</strong> has been changed":"تمّ تغيير <strong>وصف بطاقة</strong>.",
"Cards due today":"البطاقات المستحقة اليوم",
"Cards due tomorrow":"البطاقات المستحقة غداً",
"Upcoming cards":"البطاقات القادمة",
"Load more":"حمّل أكثر",
"Personal":"شخصي",
@@ -85,12 +79,12 @@
"{user} has shared {deck-board} with you.":"{user} قام بمشاركة {deck-board} معك.",
"Deck board":"لوح Deck",
"Owned by %1$s":"يملكها %1$s",
"Deck boards, cards and comments":"ألواح الرٌّقعة و البطاقات و الملاحظات",
"Deck boards, cards and comments":"الرُّقع و البطاقات و الملاحظات",
"From %1$s, in %2$s/%3$s, owned by %4$s":" من %1$s، في %2$s/%3$s، يملكها %4$s",
"Create a new deck card":"إنشاء كَدْسَة بطاقات deck card جديدة",
"Card comments":"تعليقات البطاقة ",
"%s on %s":"%s على %s",
"Deck boards and cards":"ألواح الرُّقعة و البطاقات",
"Deck boards and cards":"الرُّقع و البطاقات",
"No data was provided to create an attachment.":"لا بيانات تم تقديمها لانشاء مرفق",
"Finished":"اكتمل",
"To review":"لإعادة المراجعة",
@@ -150,20 +144,16 @@
"Next 30 days":"ال 30 يوم القادمة",
"No due date":"لا تاريخ إنجاز",
"Clear filter":"ازل التصفية",
"View Modes":"وضعيات العرض",
"Toggle View Modes":"التبديل بين وضعيات العرض",
"Hide archived cards":"إخفاء البطاقات المؤرشفة ",
"Show archived cards":"اظهر البطاقات المؤرشفة",
"Toggle compact mode":"تبديل النمط المضغوط",
"Hide card cover images":"إخفِ صور غلاف البطاقات",
"Show card cover images":"أظهِر صور غلاف البطاقات",
"{count} comments, {unread} unread":"{عدد} التعليقات، {غير مقروءة} غير مقروءة",
"Edit card title":"تعديل اسم القائمة",
"Card details":"تفاصيل البطاقة",
"Assign to me":"ينسب لي",
"Unassign myself":"إلغاء تعييني ",
"Mark as not done":"تمييز كـ \"غير منتهٍ\"",
"Mark as done":"تمييز كمُنجَز",
"Move card":"حرك البطاقة",
"Card details":"تفاصيل البطاقة",
"Unarchive card":"إلغاء أرشفة البطاقة ",
"Archive card":"أرشفة البطاقة",
"Delete card":"حذف البطاقة",
"Move card to another board":"حرك البطاقة الى لوح اخر",
"Select a list":"اختر قائمة ",
@@ -282,8 +262,8 @@
"Use bigger card view":"استخدام بطاقة عرض أكبر ",
"Show card ID badge":"أعرض شارة رقم البطاقة",
"Show boards in calendar/tasks":"إظهار اللوح في التقويم/المهام",
"Limit board creation to some groups":"قَصْرُ حَقِّ إنشاء الألواح على بعض المجموعات ",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.":"المستخدِمون من خارج تلك المجموعات لن يمكنكم إنشاء ألواحهم الخاصة؛ لكن يمكنهم العمل على الألواح التي تتمّ مشاركتها معهم.",
"Limit board creation to some groups":"قَصْرُ حَقِّ إنشاء الرقعة على بعض المجموعات ",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.":"المستخدِمون من خارج تلك المجموعات لن يمكنكم إنشاء رُقَعِهِم الخاصة؛ لكن يمكنهم العمل على الرُّقعِ التي تتمّ مشاركتها معهم.",
"Board details":"تفاصيل لوح",
"Edit board":"تعديل اللوح",
"Clone board":"استنسخ اللوح",
@@ -304,13 +284,10 @@
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"هل أنت متأكد من حذف الرقعة {title}؟ هذا سيؤدي إلى حذف كل بيانات هذه الرُّقعة بما في ذلك البطاقات المؤرشفة.",
"Delete the board?":"مسح اللوح؟",
"Loading filtered view":"جارِ تحميل التصفية ",
"Today":"اليوم",
"Tomorrow":"غدا",
"No due":"غير محدد",
"Search for {searchQuery} in all boards":"البحث عن {searchQuery} في جميع اللوح",
"No results found":"لا يتم العثور على أي نتائج ",
"This weekend – {timeLocale}":"نهاية هذا الأسبوع – {timeLocale}",
"Deck board {name}\n* Last modified on {lastMod}":"اسم اللوح {name} \n* آخر تعديل له في {lastMod}",
"Deck board {name}\n* Last modified on {lastMod}":"اسم الرُّقعة {name} \n* آخر تعديل لها في {lastMod}",
"{stack} in {board}":"{stack} في {board}",
"Click to expand description":"إضعط للتوسّع في الوصف",
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* أُنشأت في {created}\n* آخر تعديل لها في {lastMod}\n* {nbAttachments} مُرفقات\n* {nbComments} مُلاحظات",
"Later today – {timeLocale}":"في وقت لاحقٍ اليوم – {timeLocale}",
"Link to a board":"ربط بلوح",
"Link to a card":"ربط ببطاقة",
"Create a card":"أنشى بطاقة ",
@@ -347,8 +320,6 @@
"Add a new list":"اضف قائمة جديدة",
"Assign to users":"انسب الى المتسخدمين",
"Due date":"تاريخ الانجاز",
"Next week":"الاسبوع القادم",
"Next month":"الشهر القادم",
"Limit deck usage of groups":"تقييد استخدام Deck للمجموعات",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"سيؤدي تقييد Deck إلى منع المستخدمين الذين ليسوا جزءًا من تلك المجموعات من إنشاء لوحاتهم الخاصة. سيظل المستخدمون قادرين على العمل على اللوحات التي تمت مشاركتها معهم."
"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",
"Edit card title":"Редактиране на заглавието на карта",
"Card details":"Подробности за картата",
"Assign to me":"Зачисляване към мен",
"Unassign myself":"Отмяна на зачисляването към мен",
"Mark as done":"Маркирай като готово",
"Move card":"Преместване на карта",
"Card details":"Подробности за картата",
"Unarchive card":"Разархивиране на карта",
"Archive card":"Архивиране на карта",
"Delete card":"Изтриване на карта",
"Move card to another board":"Преместване на картата на друго табло",
"Select a list":"Избор на списък",
@@ -280,8 +280,6 @@ OC.L10N.register(
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Сигурни ли сте, че искате да изтриете таблото {title}? Това ще изтрие всички данни на това табло, включително архивираните карти.",
"Delete the board?":"Изтриване на таблото?",
"Loading filtered view":"Зареждане на филтриран изглед",
"Today":"Днес",
"Tomorrow":"Утре",
"No due":"Несе дължи",
"Search for {searchQuery} in all boards":"Търсене на {searchQuery} във всички табла",
"No results found":"Няма намерени резултати",
@@ -318,8 +316,6 @@ OC.L10N.register(
"Add a new list":"Добавяне на нов списък",
"Assign to users":"Зачисляване към потребители",
"Due date":"Крайна дата",
"Next week":"Следваща седмица",
"Next month":"Следващия месец",
"Limit deck usage of groups":"Ограничава използването на набора от групи",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Ограничаването на приложението Deck/набор/ ще блокира потребителите, които не са част от тези групи, да създават свои собствени табла. Потребителите все още ще могат да работят на таблата, които са споделени с тях."
"Edit card title":"Редактиране на заглавието на карта",
"Card details":"Подробности за картата",
"Assign to me":"Зачисляване към мен",
"Unassign myself":"Отмяна на зачисляването към мен",
"Mark as done":"Маркирай като готово",
"Move card":"Преместване на карта",
"Card details":"Подробности за картата",
"Unarchive card":"Разархивиране на карта",
"Archive card":"Архивиране на карта",
"Delete card":"Изтриване на карта",
"Move card to another board":"Преместване на картата на друго табло",
"Select a list":"Избор на списък",
@@ -278,8 +278,6 @@
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Сигурни ли сте, че искате да изтриете таблото {title}? Това ще изтрие всички данни на това табло, включително архивираните карти.",
"Delete the board?":"Изтриване на таблото?",
"Loading filtered view":"Зареждане на филтриран изглед",
"Today":"Днес",
"Tomorrow":"Утре",
"No due":"Несе дължи",
"Search for {searchQuery} in all boards":"Търсене на {searchQuery} във всички табла",
"No results found":"Няма намерени резултати",
@@ -316,8 +314,6 @@
"Add a new list":"Добавяне на нов списък",
"Assign to users":"Зачисляване към потребители",
"Due date":"Крайна дата",
"Next week":"Следваща седмица",
"Next month":"Следващия месец",
"Limit deck usage of groups":"Ограничава използването на набора от групи",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Ограничаването на приложението Deck/набор/ ще блокира потребителите, които не са част от тези групи, да създават свои собствени табла. Потребителите все още ще могат да работят на таблата, които са споделени с тях."
"{count} comments, {unread} unread":"{count} comentaris, {unread} no llegits",
"Edit card title":"Edició del títol de la targeta",
"Card details":"Detalls de la targeta",
"Assign to me":"Assigna'm a mi",
"Unassign myself":"Desasignar a mi mateix",
"Mark as done":"Marcat com a fet",
"Move card":"Mou la targeta",
"Card details":"Detalls de la targeta",
"Unarchive card":"Desarxiva targeta",
"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",
@@ -283,12 +282,9 @@ OC.L10N.register(
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Esteu segur que voleu suprimir el tauler {title}? Això suprimirà totes les dades d'aquest tauler, incloses les targetes arxivades.",
"Delete the board?":"Voleu suprimir el tauler?",
"Loading filtered view":"S'està carregant la visualització filtrada",
"Today":"Avui",
"Tomorrow":"Demà",
"No due":"Sense venciment",
"Search for {searchQuery} in all boards":"Busca {searchQuery} a tots els taulers",
"No results found":"No s'han trobat resultats",
"This weekend – {timeLocale}":"Aquest cap de setmana: {timeLocale}",
"Deck board {name}\n* Last modified on {lastMod}":"Tauler de piles {name}\n* Última modificació el dia {lastMod}",
"{stack} in {board}":"{stack} a {board}",
"Click to expand description":"Feu clic per ampliar la descripció",
@@ -306,8 +302,6 @@ OC.L10N.register(
"upcoming cards":"pròximes targetes",
"New card":"Nova targeta",
"Due on {date}":"Venciment el dia {date}",
"Tomorrow – {timeLocale}":"Demà: {timeLocale}",
"Later today – {timeLocale}":"Avui més tard: {timeLocale}",
"Link to a board":"Enllaça a un tauler",
"Link to a card":"Enllaç una targeta",
"Create a card":"Crea una targeta",
@@ -324,8 +318,6 @@ OC.L10N.register(
"Add a new list":"Afegeix una llista nova",
"Assign to users":"Assignació als usuaris",
"Due date":"Data de caducitat",
"Next week":"Setmana següent",
"Next month":"Mes següent",
"Limit deck usage of groups":"Limitar l'ús del tauler de grups",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limitant el Tauler bloquejarà la creació de taulers als usuaris que no són part d'aquests grups. Els usuaris podran seguir treballant en els taulers que hagin estat compartits amb ells."
"{count} comments, {unread} unread":"{count} comentaris, {unread} no llegits",
"Edit card title":"Edició del títol de la targeta",
"Card details":"Detalls de la targeta",
"Assign to me":"Assigna'm a mi",
"Unassign myself":"Desasignar a mi mateix",
"Mark as done":"Marcat com a fet",
"Move card":"Mou la targeta",
"Card details":"Detalls de la targeta",
"Unarchive card":"Desarxiva targeta",
"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",
@@ -281,12 +280,9 @@
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Esteu segur que voleu suprimir el tauler {title}? Això suprimirà totes les dades d'aquest tauler, incloses les targetes arxivades.",
"Delete the board?":"Voleu suprimir el tauler?",
"Loading filtered view":"S'està carregant la visualització filtrada",
"Today":"Avui",
"Tomorrow":"Demà",
"No due":"Sense venciment",
"Search for {searchQuery} in all boards":"Busca {searchQuery} a tots els taulers",
"No results found":"No s'han trobat resultats",
"This weekend – {timeLocale}":"Aquest cap de setmana: {timeLocale}",
"Deck board {name}\n* Last modified on {lastMod}":"Tauler de piles {name}\n* Última modificació el dia {lastMod}",
"{stack} in {board}":"{stack} a {board}",
"Click to expand description":"Feu clic per ampliar la descripció",
@@ -304,8 +300,6 @@
"upcoming cards":"pròximes targetes",
"New card":"Nova targeta",
"Due on {date}":"Venciment el dia {date}",
"Tomorrow – {timeLocale}":"Demà: {timeLocale}",
"Later today – {timeLocale}":"Avui més tard: {timeLocale}",
"Link to a board":"Enllaça a un tauler",
"Link to a card":"Enllaç una targeta",
"Create a card":"Crea una targeta",
@@ -322,8 +316,6 @@
"Add a new list":"Afegeix una llista nova",
"Assign to users":"Assignació als usuaris",
"Due date":"Data de caducitat",
"Next week":"Setmana següent",
"Next month":"Mes següent",
"Limit deck usage of groups":"Limitar l'ús del tauler de grups",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limitant el Tauler bloquejarà la creació de taulers als usuaris que no són part d'aquests grups. Els usuaris podran seguir treballant en els taulers que hagin estat compartits amb ells."
"{user} has archived card {card} in list {stack} on board {board}":"{user} zaarchivoval(a) kartu {card} ve sloupci {stack} na tabuli {board}",
"You have unarchived card {card} in list {stack} on board {board}":"Zrušili jste archivacii karty {card} ve sloupci {stack} na tabuli {board}",
"{user} has unarchived card {card} in list {stack} on board {board}":"{user} zrušil(a) archivaci karty {card} ve sloupci {stack} na tabuli {board}",
"You have marked the card {card} as done in list {stack} on board {board}":"Označili jste kartu {card} jako splněnou v seznamu {stack} na tabuli {board}",
"{user} has marked card {card} as done in list {stack} on board {board}":"{user} označil(a) {card} jako splněnou {stack} na tabuli {board}",
"You have marked the card {card} as undone in list {stack} on board {board}":"Zrušili jste označení karty {card} jako splněné v seznamu {stack} na tabuli {board}",
"{user} has marked the card {card} as undone in list {stack} on board {board}":"{user} zrušil(a) označení {card} jako splněné {stack} na tabuli {board}",
"You have removed the due date of card {card}":"Odebrali jste termín u karty {card}",
"{user} has removed the due date of card {card}":"{user} odebral(a) termín u karty {card}",
"You have set the due date of card {card} to {after}":"Nastavili jste termín u karty {card} na {after}",
@@ -72,8 +68,6 @@ OC.L10N.register(
"A <strong>board, list or card</strong> was changed":"<strong>tabule, seznam nebo karta</strong> byla změněna",
"A <strong>comment</strong> was created on a card":"Na kartě byl vytvořen <strong>komentář</strong>",
"A <strong>card description</strong> has been changed":"<strong>Popis karty</strong> byl změněn",
"Cards due today":"Karty, kterým končí termín dnes",
"Cards due tomorrow":"Karty, které mají termín zítra",
"Upcoming cards":"Nadcházející karty",
"Load more":"Načíst více",
"Personal":"Osobní",
@@ -152,20 +146,16 @@ OC.L10N.register(
"Next 30 days":"Příštích 30 dnů",
"No due date":"Žádný termín",
"Clear filter":"Vyčistit filtr",
"View Modes":"Zobrazit režimy",
"Toggle View Modes":"Přepnout mezi režimy zobrazení",
"Move card to another board":"Přesunout kartu na jinou tabuli",
"Select a list":"Vyberte sloupec",
@@ -306,12 +286,9 @@ OC.L10N.register(
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Opravdu chcete tabuli {title} smazat? Toto smaže veškerá data této tabule, včetně archivovaných karet.",
"Deck board {name}\n* Last modified on {lastMod}":"Deck karta {name}\n* Naposledy změněno {lastMod}",
"{stack} in {board}":"{stack} v {board}",
"Click to expand description":"Popis rozbalíte kliknutím",
@@ -326,13 +303,9 @@ OC.L10N.register(
"Open card":"Otevřít kartu",
"Close":"Zavřít",
"No upcoming cards":"Žádné nadcházející karty",
"upcoming cards today":"nadcházející karty na dnešek",
"upcoming cards tomorrow":"nadcházející karty na zítřek",
"upcoming cards":"nadcházející karty",
"New card":"Nová karta",
"Due on {date}":"Termín {date}",
"Tomorrow – {timeLocale}":"Zítra – {timeLocale}",
"Later today – {timeLocale}":"Později dnes – {timeLocale}",
"Link to a board":"Propojit s tabulí",
"Link to a card":"Propojit s kartou",
"Create a card":"Vytvořit kartu",
@@ -349,8 +322,6 @@ OC.L10N.register(
"Add a new list":"Přidat nový sloupec",
"Assign to users":"Přiřadit k uživatelům",
"Due date":"Termín",
"Next week":"Příští týden",
"Next month":"Příští měsíc",
"Limit deck usage of groups":"Omezit využití deck na skupiny",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Omezení nastavené pro Deck brání uživatelům, kteří nejsou součástí těchto skupin, ve vytváření vlastních tabulí. Nicméně i tak ale pořád budou moci pracovat na tabulích, které jsou jim nasdíleny."
"{user} has archived card {card} in list {stack} on board {board}":"{user} zaarchivoval(a) kartu {card} ve sloupci {stack} na tabuli {board}",
"You have unarchived card {card} in list {stack} on board {board}":"Zrušili jste archivacii karty {card} ve sloupci {stack} na tabuli {board}",
"{user} has unarchived card {card} in list {stack} on board {board}":"{user} zrušil(a) archivaci karty {card} ve sloupci {stack} na tabuli {board}",
"You have marked the card {card} as done in list {stack} on board {board}":"Označili jste kartu {card} jako splněnou v seznamu {stack} na tabuli {board}",
"{user} has marked card {card} as done in list {stack} on board {board}":"{user} označil(a) {card} jako splněnou {stack} na tabuli {board}",
"You have marked the card {card} as undone in list {stack} on board {board}":"Zrušili jste označení karty {card} jako splněné v seznamu {stack} na tabuli {board}",
"{user} has marked the card {card} as undone in list {stack} on board {board}":"{user} zrušil(a) označení {card} jako splněné {stack} na tabuli {board}",
"You have removed the due date of card {card}":"Odebrali jste termín u karty {card}",
"{user} has removed the due date of card {card}":"{user} odebral(a) termín u karty {card}",
"You have set the due date of card {card} to {after}":"Nastavili jste termín u karty {card} na {after}",
@@ -70,8 +66,6 @@
"A <strong>board, list or card</strong> was changed":"<strong>tabule, seznam nebo karta</strong> byla změněna",
"A <strong>comment</strong> was created on a card":"Na kartě byl vytvořen <strong>komentář</strong>",
"A <strong>card description</strong> has been changed":"<strong>Popis karty</strong> byl změněn",
"Cards due today":"Karty, kterým končí termín dnes",
"Cards due tomorrow":"Karty, které mají termín zítra",
"Upcoming cards":"Nadcházející karty",
"Load more":"Načíst více",
"Personal":"Osobní",
@@ -150,20 +144,16 @@
"Next 30 days":"Příštích 30 dnů",
"No due date":"Žádný termín",
"Clear filter":"Vyčistit filtr",
"View Modes":"Zobrazit režimy",
"Toggle View Modes":"Přepnout mezi režimy zobrazení",
"Move card to another board":"Přesunout kartu na jinou tabuli",
"Select a list":"Vyberte sloupec",
@@ -304,12 +284,9 @@
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Opravdu chcete tabuli {title} smazat? Toto smaže veškerá data této tabule, včetně archivovaných karet.",
"Deck board {name}\n* Last modified on {lastMod}":"Deck karta {name}\n* Naposledy změněno {lastMod}",
"{stack} in {board}":"{stack} v {board}",
"Click to expand description":"Popis rozbalíte kliknutím",
@@ -324,13 +301,9 @@
"Open card":"Otevřít kartu",
"Close":"Zavřít",
"No upcoming cards":"Žádné nadcházející karty",
"upcoming cards today":"nadcházející karty na dnešek",
"upcoming cards tomorrow":"nadcházející karty na zítřek",
"upcoming cards":"nadcházející karty",
"New card":"Nová karta",
"Due on {date}":"Termín {date}",
"Tomorrow – {timeLocale}":"Zítra – {timeLocale}",
"Later today – {timeLocale}":"Později dnes – {timeLocale}",
"Link to a board":"Propojit s tabulí",
"Link to a card":"Propojit s kartou",
"Create a card":"Vytvořit kartu",
@@ -347,8 +320,6 @@
"Add a new list":"Přidat nový sloupec",
"Assign to users":"Přiřadit k uživatelům",
"Due date":"Termín",
"Next week":"Příští týden",
"Next month":"Příští měsíc",
"Limit deck usage of groups":"Omezit využití deck na skupiny",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Omezení nastavené pro Deck brání uživatelům, kteří nejsou součástí těchto skupin, ve vytváření vlastních tabulí. Nicméně i tak ale pořád budou moci pracovat na tabulích, které jsou jim nasdíleny."
"Limit deck usage of groups":"Begræns Deck brug til grupper",
"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.":"Begrænsning af Deck vil blokere brugere som ikke er en del af de valgte grupper fra at oprette deres egne tavler. Brugere vil stadig kunne arbejde på tavler der er blevet delt med dem. "
"Limit deck usage of groups":"Begræns Deck brug til grupper",
"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.":"Begrænsning af Deck vil blokere brugere som ikke er en del af de valgte grupper fra at oprette deres egne tavler. Brugere vil stadig kunne arbejde på tavler der er blevet delt med dem. "
"{user} has archived card {card} in list {stack} on board {board}":"{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} archiviert",
"You have unarchived card {card} in list {stack} on board {board}":"Du hast die Karte {card} in der Liste {stack} auf dem Board {board} dearchiviert",
"{user} has unarchived card {card} in list {stack} on board {board}":"{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} dearchiviert",
"You have marked the card {card} as done in list {stack} on board {board}":"Du hast die Karte {card} in der Liste {stack} auf dem Board {board} als erledigt markiert.",
"{user} has marked card {card} as done in list {stack} on board {board}":"{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} als erledigt markiert.",
"You have marked the card {card} as undone in list {stack} on board {board}":"Du hast die Karte {card} in der Liste {stack} auf dem Board {board} als nicht erledigt markiert.",
"{user} has marked the card {card} as undone in list {stack} on board {board}":"{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} als nicht erledigt markiert.",
"You have removed the due date of card {card}":"Du hast das Fälligkeitsdatum der Karte {card} entfernt",
"{user} has removed the due date of card {card}":"{user} hat das Fälligkeitsdatum der Karte {card} entfernt",
"You have set the due date of card {card} to {after}":"Du hast das Fälligkeitsdatum der Karte {card} auf {after} gesetzt",
@@ -72,8 +68,6 @@ OC.L10N.register(
"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.",
"Cards due today":"Karten, die heute fällig sind",
"Cards due tomorrow":"Karten, die morgen fällig sind",
"Mark as not done":"Als nicht erledigt markieren",
"Mark as done":"Als erledigt markieren",
"Move card":"Karte verschieben",
"Card details":"Karten-Details",
"Unarchive card":"Karte dearchivieren",
"Archive card":"Karte archivieren",
"Delete card":"Karte löschen",
"Move card to another board":"Karte auf ein anderes Board verschieben",
"Select a list":"Eine Liste auswählen",
@@ -306,12 +286,9 @@ OC.L10N.register(
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Möchtest du wirklich das Board {title} mit all seinen Daten einschließlich der archivierten Karten löschen?",
"Later today – {timeLocale}":"Heute noch – {timeLocale}",
"Link to a board":"Mit einem Board verknüpfen",
"Link to a card":"Mit einer Karte verknüpfen",
"Create a card":"Eine Karte erstellen",
@@ -349,8 +322,6 @@ OC.L10N.register(
"Add a new list":"Eine neue Liste hinzufügen",
"Assign to users":"Benutzern zuweisen",
"Due date":"Fälligkeitsdatum",
"Next week":"Nächste Woche",
"Next month":"Nächster Monat",
"Limit deck usage of groups":"Nutzung auf Gruppen einschränken",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Wenn du Deck einschränkst, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden."
"{user} has archived card {card} in list {stack} on board {board}":"{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} archiviert",
"You have unarchived card {card} in list {stack} on board {board}":"Du hast die Karte {card} in der Liste {stack} auf dem Board {board} dearchiviert",
"{user} has unarchived card {card} in list {stack} on board {board}":"{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} dearchiviert",
"You have marked the card {card} as done in list {stack} on board {board}":"Du hast die Karte {card} in der Liste {stack} auf dem Board {board} als erledigt markiert.",
"{user} has marked card {card} as done in list {stack} on board {board}":"{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} als erledigt markiert.",
"You have marked the card {card} as undone in list {stack} on board {board}":"Du hast die Karte {card} in der Liste {stack} auf dem Board {board} als nicht erledigt markiert.",
"{user} has marked the card {card} as undone in list {stack} on board {board}":"{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} als nicht erledigt markiert.",
"You have removed the due date of card {card}":"Du hast das Fälligkeitsdatum der Karte {card} entfernt",
"{user} has removed the due date of card {card}":"{user} hat das Fälligkeitsdatum der Karte {card} entfernt",
"You have set the due date of card {card} to {after}":"Du hast das Fälligkeitsdatum der Karte {card} auf {after} gesetzt",
@@ -70,8 +66,6 @@
"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.",
"Cards due today":"Karten, die heute fällig sind",
"Cards due tomorrow":"Karten, die morgen fällig sind",
"Mark as not done":"Als nicht erledigt markieren",
"Mark as done":"Als erledigt markieren",
"Move card":"Karte verschieben",
"Card details":"Karten-Details",
"Unarchive card":"Karte dearchivieren",
"Archive card":"Karte archivieren",
"Delete card":"Karte löschen",
"Move card to another board":"Karte auf ein anderes Board verschieben",
"Select a list":"Eine Liste auswählen",
@@ -304,12 +284,9 @@
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Möchtest du wirklich das Board {title} mit all seinen Daten einschließlich der archivierten Karten löschen?",
"Later today – {timeLocale}":"Heute noch – {timeLocale}",
"Link to a board":"Mit einem Board verknüpfen",
"Link to a card":"Mit einer Karte verknüpfen",
"Create a card":"Eine Karte erstellen",
@@ -347,8 +320,6 @@
"Add a new list":"Eine neue Liste hinzufügen",
"Assign to users":"Benutzern zuweisen",
"Due date":"Fälligkeitsdatum",
"Next week":"Nächste Woche",
"Next month":"Nächster Monat",
"Limit deck usage of groups":"Nutzung auf Gruppen einschränken",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Wenn du Deck einschränkst, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden."
"{user} has archived card {card} in list {stack} on board {board}":"{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} archiviert",
"You have unarchived card {card} in list {stack} on board {board}":"Sie haben die Karte {card} in der Liste {stack} auf dem Board {board} dearchiviert",
"{user} has unarchived card {card} in list {stack} on board {board}":"{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} dearchiviert",
"You have marked the card {card} as done in list {stack} on board {board}":"Sie haben die Karte {card} in der Liste {stack} im Board {board} als erledigt markiert.",
"{user} has marked card {card} as done in list {stack} on board {board}":"{user} hat die Karte {card} in der Liste {stack} im Board {board} als erledigt markiert",
"You have marked the card {card} as undone in list {stack} on board {board}":"Sie haben die Karte {card} in der Liste {stack} im Board {board} als rückgängig gemacht markiert",
"{user} has marked the card {card} as undone in list {stack} on board {board}":"{user} hat die Karte {card} in der Liste {stack} im Board {board} als rückgängig gemacht markiert",
"You have removed the due date of card {card}":"Sie haben das Fälligkeitsdatum der Karte {card} entfernt",
"{user} has removed the due date of card {card}":"{user} hat das Fälligkeitsdatum der Karte {card} entfernt",
"You have set the due date of card {card} to {after}":"Sie haben das Fälligkeitsdatum der Karte {card} auf {after} gesetzt",
@@ -72,8 +68,6 @@ OC.L10N.register(
"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",
"Cards due today":"Karten die heute fällig sind",
"Cards due tomorrow":"Karten die morgen fällig sind",
"Move card to another board":"Karte auf ein anderes Board verschieben",
"Select a list":"Eine Liste auswählen",
@@ -306,12 +286,9 @@ OC.L10N.register(
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Möchten Sie das Board {title} wirklich löschen? Dadurch werden alle Daten dieses Boards einschließlich archivierter Karten gelöscht.",
"Later today – {timeLocale}":"Später heute – {timeLocale}",
"Link to a board":"Mit einem Board verknüpfen",
"Link to a card":"Mit einer Karte verknüpfen",
"Create a card":"Eine Karte erstellen",
@@ -349,8 +322,6 @@ OC.L10N.register(
"Add a new list":"Eine neue Liste hinzufügen",
"Assign to users":"Benutzern zuweisen",
"Due date":"Fälligkeitsdatum",
"Next week":"Nächste Woche",
"Next month":"Nächsten Monat",
"Limit deck usage of groups":"Nutzung auf Gruppen einschränken",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Wenn Sie Deck einschränken, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden."
"{user} has archived card {card} in list {stack} on board {board}":"{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} archiviert",
"You have unarchived card {card} in list {stack} on board {board}":"Sie haben die Karte {card} in der Liste {stack} auf dem Board {board} dearchiviert",
"{user} has unarchived card {card} in list {stack} on board {board}":"{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} dearchiviert",
"You have marked the card {card} as done in list {stack} on board {board}":"Sie haben die Karte {card} in der Liste {stack} im Board {board} als erledigt markiert.",
"{user} has marked card {card} as done in list {stack} on board {board}":"{user} hat die Karte {card} in der Liste {stack} im Board {board} als erledigt markiert",
"You have marked the card {card} as undone in list {stack} on board {board}":"Sie haben die Karte {card} in der Liste {stack} im Board {board} als rückgängig gemacht markiert",
"{user} has marked the card {card} as undone in list {stack} on board {board}":"{user} hat die Karte {card} in der Liste {stack} im Board {board} als rückgängig gemacht markiert",
"You have removed the due date of card {card}":"Sie haben das Fälligkeitsdatum der Karte {card} entfernt",
"{user} has removed the due date of card {card}":"{user} hat das Fälligkeitsdatum der Karte {card} entfernt",
"You have set the due date of card {card} to {after}":"Sie haben das Fälligkeitsdatum der Karte {card} auf {after} gesetzt",
@@ -70,8 +66,6 @@
"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",
"Cards due today":"Karten die heute fällig sind",
"Cards due tomorrow":"Karten die morgen fällig sind",
"Move card to another board":"Karte auf ein anderes Board verschieben",
"Select a list":"Eine Liste auswählen",
@@ -304,12 +284,9 @@
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Möchten Sie das Board {title} wirklich löschen? Dadurch werden alle Daten dieses Boards einschließlich archivierter Karten gelöscht.",
"Later today – {timeLocale}":"Später heute – {timeLocale}",
"Link to a board":"Mit einem Board verknüpfen",
"Link to a card":"Mit einer Karte verknüpfen",
"Create a card":"Eine Karte erstellen",
@@ -347,8 +320,6 @@
"Add a new list":"Eine neue Liste hinzufügen",
"Assign to users":"Benutzern zuweisen",
"Due date":"Fälligkeitsdatum",
"Next week":"Nächste Woche",
"Next month":"Nächsten Monat",
"Limit deck usage of groups":"Nutzung auf Gruppen einschränken",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Wenn Sie Deck einschränken, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden."
"Move card to another board":"Μετακίνηση καρτέλας σε άλλο πίνακα",
"Select a list":"Επιλέξτε μια λίστα",
@@ -277,8 +278,6 @@ OC.L10N.register(
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Είστε βέβαιοι ότι θέλετε να διαγράψετε τον πίνακα {title}; Αυτό θα διαγράψει όλα τα δεδομένα του πίνακα συμπεριλαμβανομένων και των αρχειοθετημένων καρτών.",
"Delete the board?":"Διαγραφή του πίνακα;",
"Loading filtered view":"Φόρτωση εμφάνισης με βάση το φίλτρο",
"Today":"Σήμερα",
"Tomorrow":"Αύριο",
"No due":"Χωρίς λήξη",
"Search for {searchQuery} in all boards":"Αναζήτηση για {searchQuery} σε όλους τους πίνακες",
"No results found":"Δεν βρέθηκαν αποτελέσματα",
@@ -314,8 +313,6 @@ OC.L10N.register(
"Add a new list":"Προσθήκη νέας λίστας",
"Assign to users":"Ανάθεση σε χρήστες",
"Due date":"Ημερομηνία λήξης",
"Next week":"Επόμενη εβδομάδα",
"Next month":"Επόμενος μήνας",
"Limit deck usage of groups":"Περιορίστε τη χρήση της εφαρμογής deck σε ομάδες",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Ο περιορισμός του Deck θα εμποδίσει τους χρήστες που δεν είναι μέρος αυτών των ομάδων να δημιουργούν δικούς τους πίνακες. Οι χρήστες θα εξακολουθήσουν να εργάζονται σε πίνακες που έχουν διαμοιραστεί μαζί τους."
"Move card to another board":"Μετακίνηση καρτέλας σε άλλο πίνακα",
"Select a list":"Επιλέξτε μια λίστα",
@@ -275,8 +276,6 @@
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Είστε βέβαιοι ότι θέλετε να διαγράψετε τον πίνακα {title}; Αυτό θα διαγράψει όλα τα δεδομένα του πίνακα συμπεριλαμβανομένων και των αρχειοθετημένων καρτών.",
"Delete the board?":"Διαγραφή του πίνακα;",
"Loading filtered view":"Φόρτωση εμφάνισης με βάση το φίλτρο",
"Today":"Σήμερα",
"Tomorrow":"Αύριο",
"No due":"Χωρίς λήξη",
"Search for {searchQuery} in all boards":"Αναζήτηση για {searchQuery} σε όλους τους πίνακες",
"No results found":"Δεν βρέθηκαν αποτελέσματα",
@@ -312,8 +311,6 @@
"Add a new list":"Προσθήκη νέας λίστας",
"Assign to users":"Ανάθεση σε χρήστες",
"Due date":"Ημερομηνία λήξης",
"Next week":"Επόμενη εβδομάδα",
"Next month":"Επόμενος μήνας",
"Limit deck usage of groups":"Περιορίστε τη χρήση της εφαρμογής deck σε ομάδες",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Ο περιορισμός του Deck θα εμποδίσει τους χρήστες που δεν είναι μέρος αυτών των ομάδων να δημιουργούν δικούς τους πίνακες. Οι χρήστες θα εξακολουθήσουν να εργάζονται σε πίνακες που έχουν διαμοιραστεί μαζί τους."
"Move card to another board":"Move card to another board",
"Select a list":"Select a list",
@@ -299,12 +286,9 @@ OC.L10N.register(
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.",
"Delete the board?":"Delete the board?",
"Loading filtered view":"Loading filtered view",
"Today":"Today",
"Tomorrow":"Tomorrow",
"No due":"No due",
"Search for {searchQuery} in all boards":"Search for {searchQuery} in all boards",
"Limit deck usage of groups":"Limit deck usage of groups",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them."
"Move card to another board":"Move card to another board",
"Select a list":"Select a list",
@@ -297,12 +284,9 @@
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.",
"Delete the board?":"Delete the board?",
"Loading filtered view":"Loading filtered view",
"Today":"Today",
"Tomorrow":"Tomorrow",
"No due":"No due",
"Search for {searchQuery} in all boards":"Search for {searchQuery} in all boards",
"Limit deck usage of groups":"Limit deck usage of groups",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them."
"{count} comments, {unread} unread":"{count} comentarios, {unread} sin leer",
"Edit card title":"Editar el título de la tarjeta",
"Card details":"Detalles de la tarjeta",
"Assign to me":"Asignarme a mí",
"Unassign myself":"Desasignarme a mí mismo",
"Mark as done":"Marcar como hecho",
"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 la tarjeta a otro tablero",
"Select a list":"Seleccionar una lista",
@@ -287,12 +286,9 @@ OC.L10N.register(
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"¿Está seguro de querer eliminar el tablero {title}? Esto eliminará todos los datos del tablero incluyendo las tarjetas archivadas.",
"Delete the board?":"¿Borrar el tablero?",
"Loading filtered view":"Cargando vista filtrada",
"Today":"Hoy",
"Tomorrow":"Mañana",
"No due":"Sin finalizar",
"Search for {searchQuery} in all boards":"Buscar {searchQuery} en todos los tableros",
"No results found":"No se encontraron resultados",
"This weekend – {timeLocale}":"Este fin de semana – {timeLocale}",
"Deck board {name}\n* Last modified on {lastMod}":"Tablero Deck {name}\n* Última modificación en {lastMod}",
"{stack} in {board}":"{stack} en {board}",
"Click to expand description":"Pulse para expandir la descripción",
"Later today – {timeLocale}":"Hoy, más tarde – {timeLocale}",
"Link to a board":"Enlace a un tablero",
"Link to a card":"Enlace a una tarjeta",
"Create a card":"Crear una tarjeta",
@@ -328,8 +322,6 @@ OC.L10N.register(
"Add a new list":"Añadir una lista nueva",
"Assign to users":"Asignar a usuarios",
"Due date":"Fecha límite",
"Next week":"Semana siguiente",
"Next month":"Mes siguiente",
"Limit deck usage of groups":"Limitar el uso de Deck a grupos",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limitar Deck impedirá que usuarios que no formen parte de esos grupos creen sus propios tableros. Los usuarios todavía podrán trabajar en tableros que hayan sido compartidos con ellos."
"{count} comments, {unread} unread":"{count} comentarios, {unread} sin leer",
"Edit card title":"Editar el título de la tarjeta",
"Card details":"Detalles de la tarjeta",
"Assign to me":"Asignarme a mí",
"Unassign myself":"Desasignarme a mí mismo",
"Mark as done":"Marcar como hecho",
"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 la tarjeta a otro tablero",
"Select a list":"Seleccionar una lista",
@@ -285,12 +284,9 @@
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"¿Está seguro de querer eliminar el tablero {title}? Esto eliminará todos los datos del tablero incluyendo las tarjetas archivadas.",
"Delete the board?":"¿Borrar el tablero?",
"Loading filtered view":"Cargando vista filtrada",
"Today":"Hoy",
"Tomorrow":"Mañana",
"No due":"Sin finalizar",
"Search for {searchQuery} in all boards":"Buscar {searchQuery} en todos los tableros",
"No results found":"No se encontraron resultados",
"This weekend – {timeLocale}":"Este fin de semana – {timeLocale}",
"Deck board {name}\n* Last modified on {lastMod}":"Tablero Deck {name}\n* Última modificación en {lastMod}",
"{stack} in {board}":"{stack} en {board}",
"Click to expand description":"Pulse para expandir la descripción",
"Later today – {timeLocale}":"Hoy, más tarde – {timeLocale}",
"Link to a board":"Enlace a un tablero",
"Link to a card":"Enlace a una tarjeta",
"Create a card":"Crear una tarjeta",
@@ -326,8 +320,6 @@
"Add a new list":"Añadir una lista nueva",
"Assign to users":"Asignar a usuarios",
"Due date":"Fecha límite",
"Next week":"Semana siguiente",
"Next month":"Mes siguiente",
"Limit deck usage of groups":"Limitar el uso de Deck a grupos",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limitar Deck impedirá que usuarios que no formen parte de esos grupos creen sus propios tableros. Los usuarios todavía podrán trabajar en tableros que hayan sido compartidos con ellos."
},"pluralForm":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
"Remove due date":"Eliminar fecha de vencimiento",
"Completed":"Completado",
"Select Date":"Seleccionar fecha",
"Today":"Hoy",
"Tomorrow":"Mañana",
"Next week":"Proxima semana",
"Next month":"Proximo mes",
"(group)":"(grupo)",
"Card details":"Detalles de la tarjeta",
"Select a list":"Seleccionar una lista",
@@ -91,8 +93,6 @@ OC.L10N.register(
"No notifications":"No hay notificaciones",
"Delete board":"Eliminar Tablero",
"An error occurred":"Ocurrió un error",
"Today":"Hoy",
"Tomorrow":"Mañana",
"No due":"Sin finalizar",
"Create a new card":"Crear una nueva tarjeta",
"Card title":"Título de la tarjeta",
@@ -105,8 +105,6 @@ OC.L10N.register(
"Share":"Compartir",
"A <strong>card description</strong> inside the Deck app has been changed":"Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
"Due date":"Fecha de vencimiento",
"Next week":"Proxima semana",
"Next month":"Proximo mes",
"Limit deck usage of groups":"Limitar el uso del Tablero a grupos",
"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 Tableros impedirá que usuarios que no formen parte de esos grupos creen sus propios tableros. Los usuarios todavía podrán trabajar en tableros que hayan sido compartidos con ellos."
"Remove due date":"Eliminar fecha de vencimiento",
"Completed":"Completado",
"Select Date":"Seleccionar fecha",
"Today":"Hoy",
"Tomorrow":"Mañana",
"Next week":"Proxima semana",
"Next month":"Proximo mes",
"(group)":"(grupo)",
"Card details":"Detalles de la tarjeta",
"Select a list":"Seleccionar una lista",
@@ -89,8 +91,6 @@
"No notifications":"No hay notificaciones",
"Delete board":"Eliminar Tablero",
"An error occurred":"Ocurrió un error",
"Today":"Hoy",
"Tomorrow":"Mañana",
"No due":"Sin finalizar",
"Create a new card":"Crear una nueva tarjeta",
"Card title":"Título de la tarjeta",
@@ -103,8 +103,6 @@
"Share":"Compartir",
"A <strong>card description</strong> inside the Deck app has been changed":"Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
"Due date":"Fecha de vencimiento",
"Next week":"Proxima semana",
"Next month":"Proximo mes",
"Limit deck usage of groups":"Limitar el uso del Tablero a grupos",
"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 Tableros impedirá que usuarios que no formen parte de esos grupos creen sus propios tableros. Los usuarios todavía podrán trabajar en tableros que hayan sido compartidos con ellos."
},"pluralForm":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
"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",
@@ -220,7 +220,6 @@ OC.L10N.register(
"Cancel reply":"Cancelar respuesta",
"Reply":"Responder",
"Update":"Actualizar",
"Created:":"Creado:",
"Description":"Descripción",
"(Unsaved)":"(No guardado)",
"(Saving…)":"(Guardando…)",
@@ -232,21 +231,22 @@ OC.L10N.register(
"Choose attachment":"Elegir adjunto",
"Set a due date":"Establecer una fecha de vencimiento",
"Remove due date":"Eliminar fecha de expiración",
"Completed":"Completado",
"Not completed":"No completado",
"Unarchive card":"Desarchivar tarjeta",
"Archive card":"Archivar tarjeta",
"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",
"Card details":"Detalles de la tarjeta",
"Assign to me":"Asignarme la tarjeta",
"Unassign myself":"Desasignarme la tarjeta",
"Mark as done":"Marcar como hecha",
"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",
@@ -280,8 +280,6 @@ OC.L10N.register(
"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",
"Today":"Hoy",
"Tomorrow":"Mañana",
"No due":"Sin vencimiento",
"Search for {searchQuery} in all boards":"Buscar {searchQuery} en todos los tableros",
"No results found":"No se encontraron resultados",
@@ -318,8 +316,6 @@ OC.L10N.register(
"Add a new list":"Añadir una nueva lista",
"Assign to users":"Asignar a usuarios",
"Due date":"Fecha de vencimiento",
"Next week":"Semana siguiente",
"Next month":"Mes siguiente",
"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."
"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",
@@ -218,7 +218,6 @@
"Cancel reply":"Cancelar respuesta",
"Reply":"Responder",
"Update":"Actualizar",
"Created:":"Creado:",
"Description":"Descripción",
"(Unsaved)":"(No guardado)",
"(Saving…)":"(Guardando…)",
@@ -230,21 +229,22 @@
"Choose attachment":"Elegir adjunto",
"Set a due date":"Establecer una fecha de vencimiento",
"Remove due date":"Eliminar fecha de expiración",
"Completed":"Completado",
"Not completed":"No completado",
"Unarchive card":"Desarchivar tarjeta",
"Archive card":"Archivar tarjeta",
"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",
"Card details":"Detalles de la tarjeta",
"Assign to me":"Asignarme la tarjeta",
"Unassign myself":"Desasignarme la tarjeta",
"Mark as done":"Marcar como hecha",
"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",
@@ -278,8 +278,6 @@
"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",
"Today":"Hoy",
"Tomorrow":"Mañana",
"No due":"Sin vencimiento",
"Search for {searchQuery} in all boards":"Buscar {searchQuery} en todos los tableros",
"No results found":"No se encontraron resultados",
@@ -316,8 +314,6 @@
"Add a new list":"Añadir una nueva lista",
"Assign to users":"Asignar a usuarios",
"Due date":"Fecha de vencimiento",
"Next week":"Semana siguiente",
"Next month":"Mes siguiente",
"Limit deck usage of groups":"Limitar uso de Deck a grupos",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limitar Deck bloqueará a los usuarios que no formen parte de esos grupos para que no puedan crear sus propios tableros. Los usuarios aún podrán trabajar en tableros que se hayan compartido con ellos."
},"pluralForm":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
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.