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>
if (absoluteIncrease >= 100 || relativeIncrease > 5) {
const comment = `🐢 Performance warning.\nIt looks like the query count of the integration tests increased with this PR.\nDatabase query count is now ` + queryCount + ' was ' + baseCount + ' (+' + relativeIncrease + '%)\nPlease check your code again. If you added a new test this can be expected and the base value in tests/integration/base-query-count.txt can be increased.'
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: comment
})
}
if (queryCount < 100) {
const comment = `🐈 Performance messuring seems broken. Failed to get query count.`
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`
"Changes in the <strong>Deck app</strong>":"تغييرات في <strong>تطبيق Deck</strong> ",
"A <strong>comment</strong> was created on a card":"<strong>تعليق</strong> تم إنشاؤه على بطاقة",
"Upcoming cards":"البطاقات القادمة",
"Load more":"حمّل أكثر",
"Personal":"شخصي",
"The card \"%s\" on \"%s\" has been assigned to you by %s.":"البطاقة \"%s\" على \"%s\" كُلفت بها من قبل %s.",
"{user} has assigned the card {deck-card} on {deck-board} to you.":"{user} قام بتكليف البطاقة {deck-board} على {deck-board} لك",
@@ -78,8 +79,12 @@ OC.L10N.register(
"The board \"%s\" has been shared with you by %s.":"تمت مشاركة اللوح \"%s\" معك من قبل %s.",
"{user} has shared {deck-board} with you.":"{user} قام بمشاركة {deck-board} معك.",
"Deck board":"لوح Deck",
"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",
"Card comments":"تعليقات البطاقة ",
"%s on %s":"%s على %s",
"Deck boards and cards":"الرُّقع و البطاقات",
"No data was provided to create an attachment.":"لا بيانات تم تقديمها لانشاء مرفق",
"Finished":"اكتمل",
"To review":"لإعادة المراجعة",
@@ -101,10 +106,12 @@ OC.L10N.register(
"Could not write file to disk":"لم يستطع كتابة ملف للقرص",
"A PHP extension stopped the file upload":"إضافة البي اچ بي PHP أوقفت رفع الملف",
"No file uploaded or file size exceeds maximum of %s":"لم يتم تحميل أي ملف أو أن يتجاوز حجم الملف الحد الأقصى %s",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.":" هذه الملاحظات فيها أكثر من %s حرفاً.\n تمّت إضافتها كمُرفق إلى البطاقة التي اسمها%s.\n الموجودة على الرابط %s.",
"Card not found":"لم يتم العثور على البطاقة ",
"Path is already shared with this card":"تم مشاركة المسار بالفعل مع هذه البطاقة ",
"Invalid date, date format must be YYYY-MM-DD":"تاريخ غير صحيح, يجب أن يكون تنسيق التاريخ YYYY-MM-DD",
"Personal planning and team project organization":"التخطيط الشخصي و تنظيم مشروع الفريق",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized":"التطبيق Deck \"الرُّقعة\" هو أداة لتنظيم المهام الشخصية و الجماعية في نكست كلاود على نمط \"خطوط التصنيع أو التجميع في المصانع\" و المعروف بـ kanban.\n\n\n- 📥 أكتب مهمتك او مهمة فريقك على بطاقة و ضع البطاقة في الرُّقعة على كدسة البطاقات من ذات التصنيف أو المرحلة من الإنجاز\n- 📄 دوّن ملاحظاتك الإضافية على البطاقة بصيغة ماركداون markdown\n- 🔖 و يمكنك أيضاً إسناد البطاقة أي المهمة إلى شخص أو أشخاص في فريقك\n- 👥 شارك البطاقة مع من ترغب من أعضاء فريقك أو عائلتك أو أصدقائك\n- 📎 إرفاق ملفات و تضمينها بصيغة ماركداون في البطاقة\n- 💬ناقش البطاقة مع زملائك في خانة الملاحظات\n- ⚡ تابع ما يُستجد من عمليات و تطوّرات على البطاقة أو المهمة\n- 🚀 حافظ على مشروعك مُنسّقاً باستمرار.",
"Add board":"إضافة لوح",
"Select the board to link to a project":"تحديد اللوح لربطه بمشروع",
"Search by board title":"بحث بواسطة عنوان اللوح",
@@ -133,6 +140,7 @@ OC.L10N.register(
"Archived cards":"البطاقات المؤرشفة",
"Add list":"إضافة قائمة",
"List name":"قامة اسماء",
"Active filters":"فلاتر نشطة",
"Apply filter":"تطبيق التصفية",
"Filter by tag":"تصفية بواسطة الوسم",
"Filter by assigned user":"تصفية بواسطة المستخدم الموكل اليه",
"Create a new list to add cards to this board":"إنشاء قائمة جديدة لإضافة البطاقات على هذا اللوح",
@@ -172,10 +181,17 @@ OC.L10N.register(
"Owner":"المالك",
"Delete":"حذف ",
"Failed to create share with {displayName}":"فشل في إنشاء المشاركة مع {displayName}",
"Are you sure you want to transfer the board {title} to {user}?":"هل أنت متأكد أنك تريد نقل الرُّقعة {title} إلى {user} ؟",
"Transfer the board.":"نقل الرُّقعة.",
"Transfer":"نقل",
"The board has been transferred to {user}":"تمّ نقل الرُّقعة إلى {user}",
"Failed to transfer the board to {user}":"إخفاق في نقل الرُّقعة إلى {user}",
"Edit list title":"عدّل اسم القائمة",
"Archive all cards":"أرشفة جميع البطاقات ",
"Unarchive all cards":"تراجع عن أرشفة كل البطاقات",
"Delete list":"حذف القائمة",
"Archive all cards in this list":"أرشفة جميع البطاقات في القائمة ",
"Unarchive all cards in this list":"تراجع عن أرشفة كل البطاقات في هذه القائمة",
"Add a new card":"إضافة بطاقة جديدة",
"Card name":"اسم البطاقة ",
"List deleted":"القائمة حٌذفت ",
@@ -186,9 +202,11 @@ OC.L10N.register(
"Members":"الاعضاء",
"Upload new files":"رفع ملفات جديدة",
"Share from Files":"مشاركة من الملفات",
"Pending share":"مشاركة مُعلّقة",
"Add this attachment":"إضافة هذا المرفق",
"Show in Files":"عرض في الملفات ",
"Download":"تنزيل",
"Remove attachment":"حذف المُرفق",
"Delete Attachment":"مسح المرفق",
"Restore Attachment":"إستعادة المرفق",
"File to share":"ملف للمشاركة",
@@ -231,7 +249,9 @@ OC.L10N.register(
"Write a description …":"كتابة وصف...",
"Choose attachment":"اختيار مرفق",
"(group)":"(مجموعة)",
"Todo items":"قائمة المهام",
"{count} comments, {unread} unread":"{عدد} التعليقات، {غير مقروءة} غير مقروءة",
"Edit card title":"تعديل اسم القائمة",
"Assign to me":"ينسب لي",
"Unassign myself":"إلغاء تعييني ",
"Move card":"حرك البطاقة",
@@ -240,12 +260,15 @@ OC.L10N.register(
"Archive card":"أرشفة البطاقة",
"Delete card":"حذف البطاقة",
"Move card to another board":"حرك البطاقة الى لوح اخر",
"List is empty":"القائمة فارغة",
"Card deleted":"البطاقة حٌذفت ",
"seconds ago":"ثوانٍ مضت",
"All boards":"جميع الالواح",
"Archived boards":"الالواح المؤرشفة",
"Shared with you":"تم مشاركتها معك",
"Deck settings":"إعدادات الرُّقعة",
"Use bigger card view":"استخدام بطاقة عرض أكبر ",
"Show card ID badge":"أعرض شارة رقم البطاقة",
"Show boards in calendar/tasks":"إظهار اللوح في التقويم/المهام",
"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 إلى منع المستخدمين الذين ليسوا جزءًا من تلك المجموعات من إنشاء لوحاتهم الخاصة. سيظل المستخدمون قادرين على العمل على اللوحات التي تمت مشاركتها معهم.",
@@ -254,6 +277,7 @@ OC.L10N.register(
"Clone board":"استنسخ اللوح",
"Unarchive board":"إلغاء أرشفة اللوح",
"Archive board":"أرشفة اللوح ",
"Export board":"صدّر الرُّقعة",
"Turn on due date reminders":"تفعيل التذكيرات للموعد المحدد ",
"Turn off due date reminders":"إيقاف تشغيل التذكيرات للموعد المحددد",
"Due date reminders":"تذكيرات الموعد المحدد ",
@@ -265,14 +289,22 @@ OC.L10N.register(
"Only assigned cards":"البطاقات المخصصة فقط",
"No reminder":"لا يوجد تذكير ",
"An error occurred":"حدث خطأ",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"هل أنت متأكد من حذف الرقعة {title}؟ هذا سيؤدي إلى حذف كل بيانات هذه الرُّقعة بما في ذلك البطاقات المؤرشفة.",
"Delete the board?":"مسح اللوح؟",
"Loading filtered view":"جارِ تحميل التصفية ",
"No due":"غير محدد",
"Search for {searchQuery} in all boards":"البحث عن {searchQuery} في جميع اللوح",
"No results found":"لا يتم العثور على أي نتائج ",
"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} مُلاحظات",
"{nbCards} cards":"{nbCards} بطاقات",
"Click to expand comment":"إضغط للتوسع في الملاحظات",
"No upcoming cards":"لا يوجد بطاقات قادمة ",
"upcoming cards":"البطاقات القادمة",
"New card":"بطاقة جديدة",
"Due on {date}":"مطلوب في {date}",
"Link to a board":"ربط بلوح",
"Link to a card":"ربط ببطاقة",
"Create a card":"أنشى بطاقة ",
@@ -284,7 +316,6 @@ OC.L10N.register(
"Share with a Deck card":"مشاركة مع بطاقة Deck",
"Share {file} with a Deck card":"مشاركة الملف {file} مع بطاقة Deck",
"Share":"مشاركة ",
"Add a new list":"اضف قائمة جديدة",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"هل انت متأكد تريد مسح اللوح {title}؟ هذا سوف يمسح جميع بيانات هذا اللوح."
"Changes in the <strong>Deck app</strong>":"تغييرات في <strong>تطبيق Deck</strong> ",
"A <strong>comment</strong> was created on a card":"<strong>تعليق</strong> تم إنشاؤه على بطاقة",
"Upcoming cards":"البطاقات القادمة",
"Load more":"حمّل أكثر",
"Personal":"شخصي",
"The card \"%s\" on \"%s\" has been assigned to you by %s.":"البطاقة \"%s\" على \"%s\" كُلفت بها من قبل %s.",
"{user} has assigned the card {deck-card} on {deck-board} to you.":"{user} قام بتكليف البطاقة {deck-board} على {deck-board} لك",
@@ -76,8 +77,12 @@
"The board \"%s\" has been shared with you by %s.":"تمت مشاركة اللوح \"%s\" معك من قبل %s.",
"{user} has shared {deck-board} with you.":"{user} قام بمشاركة {deck-board} معك.",
"Deck board":"لوح Deck",
"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",
"Card comments":"تعليقات البطاقة ",
"%s on %s":"%s على %s",
"Deck boards and cards":"الرُّقع و البطاقات",
"No data was provided to create an attachment.":"لا بيانات تم تقديمها لانشاء مرفق",
"Finished":"اكتمل",
"To review":"لإعادة المراجعة",
@@ -99,10 +104,12 @@
"Could not write file to disk":"لم يستطع كتابة ملف للقرص",
"A PHP extension stopped the file upload":"إضافة البي اچ بي PHP أوقفت رفع الملف",
"No file uploaded or file size exceeds maximum of %s":"لم يتم تحميل أي ملف أو أن يتجاوز حجم الملف الحد الأقصى %s",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.":" هذه الملاحظات فيها أكثر من %s حرفاً.\n تمّت إضافتها كمُرفق إلى البطاقة التي اسمها%s.\n الموجودة على الرابط %s.",
"Card not found":"لم يتم العثور على البطاقة ",
"Path is already shared with this card":"تم مشاركة المسار بالفعل مع هذه البطاقة ",
"Invalid date, date format must be YYYY-MM-DD":"تاريخ غير صحيح, يجب أن يكون تنسيق التاريخ YYYY-MM-DD",
"Personal planning and team project organization":"التخطيط الشخصي و تنظيم مشروع الفريق",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized":"التطبيق Deck \"الرُّقعة\" هو أداة لتنظيم المهام الشخصية و الجماعية في نكست كلاود على نمط \"خطوط التصنيع أو التجميع في المصانع\" و المعروف بـ kanban.\n\n\n- 📥 أكتب مهمتك او مهمة فريقك على بطاقة و ضع البطاقة في الرُّقعة على كدسة البطاقات من ذات التصنيف أو المرحلة من الإنجاز\n- 📄 دوّن ملاحظاتك الإضافية على البطاقة بصيغة ماركداون markdown\n- 🔖 و يمكنك أيضاً إسناد البطاقة أي المهمة إلى شخص أو أشخاص في فريقك\n- 👥 شارك البطاقة مع من ترغب من أعضاء فريقك أو عائلتك أو أصدقائك\n- 📎 إرفاق ملفات و تضمينها بصيغة ماركداون في البطاقة\n- 💬ناقش البطاقة مع زملائك في خانة الملاحظات\n- ⚡ تابع ما يُستجد من عمليات و تطوّرات على البطاقة أو المهمة\n- 🚀 حافظ على مشروعك مُنسّقاً باستمرار.",
"Add board":"إضافة لوح",
"Select the board to link to a project":"تحديد اللوح لربطه بمشروع",
"Search by board title":"بحث بواسطة عنوان اللوح",
@@ -131,6 +138,7 @@
"Archived cards":"البطاقات المؤرشفة",
"Add list":"إضافة قائمة",
"List name":"قامة اسماء",
"Active filters":"فلاتر نشطة",
"Apply filter":"تطبيق التصفية",
"Filter by tag":"تصفية بواسطة الوسم",
"Filter by assigned user":"تصفية بواسطة المستخدم الموكل اليه",
"Create a new list to add cards to this board":"إنشاء قائمة جديدة لإضافة البطاقات على هذا اللوح",
@@ -170,10 +179,17 @@
"Owner":"المالك",
"Delete":"حذف ",
"Failed to create share with {displayName}":"فشل في إنشاء المشاركة مع {displayName}",
"Are you sure you want to transfer the board {title} to {user}?":"هل أنت متأكد أنك تريد نقل الرُّقعة {title} إلى {user} ؟",
"Transfer the board.":"نقل الرُّقعة.",
"Transfer":"نقل",
"The board has been transferred to {user}":"تمّ نقل الرُّقعة إلى {user}",
"Failed to transfer the board to {user}":"إخفاق في نقل الرُّقعة إلى {user}",
"Edit list title":"عدّل اسم القائمة",
"Archive all cards":"أرشفة جميع البطاقات ",
"Unarchive all cards":"تراجع عن أرشفة كل البطاقات",
"Delete list":"حذف القائمة",
"Archive all cards in this list":"أرشفة جميع البطاقات في القائمة ",
"Unarchive all cards in this list":"تراجع عن أرشفة كل البطاقات في هذه القائمة",
"Add a new card":"إضافة بطاقة جديدة",
"Card name":"اسم البطاقة ",
"List deleted":"القائمة حٌذفت ",
@@ -184,9 +200,11 @@
"Members":"الاعضاء",
"Upload new files":"رفع ملفات جديدة",
"Share from Files":"مشاركة من الملفات",
"Pending share":"مشاركة مُعلّقة",
"Add this attachment":"إضافة هذا المرفق",
"Show in Files":"عرض في الملفات ",
"Download":"تنزيل",
"Remove attachment":"حذف المُرفق",
"Delete Attachment":"مسح المرفق",
"Restore Attachment":"إستعادة المرفق",
"File to share":"ملف للمشاركة",
@@ -229,7 +247,9 @@
"Write a description …":"كتابة وصف...",
"Choose attachment":"اختيار مرفق",
"(group)":"(مجموعة)",
"Todo items":"قائمة المهام",
"{count} comments, {unread} unread":"{عدد} التعليقات، {غير مقروءة} غير مقروءة",
"Edit card title":"تعديل اسم القائمة",
"Assign to me":"ينسب لي",
"Unassign myself":"إلغاء تعييني ",
"Move card":"حرك البطاقة",
@@ -238,12 +258,15 @@
"Archive card":"أرشفة البطاقة",
"Delete card":"حذف البطاقة",
"Move card to another board":"حرك البطاقة الى لوح اخر",
"List is empty":"القائمة فارغة",
"Card deleted":"البطاقة حٌذفت ",
"seconds ago":"ثوانٍ مضت",
"All boards":"جميع الالواح",
"Archived boards":"الالواح المؤرشفة",
"Shared with you":"تم مشاركتها معك",
"Deck settings":"إعدادات الرُّقعة",
"Use bigger card view":"استخدام بطاقة عرض أكبر ",
"Show card ID badge":"أعرض شارة رقم البطاقة",
"Show boards in calendar/tasks":"إظهار اللوح في التقويم/المهام",
"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 إلى منع المستخدمين الذين ليسوا جزءًا من تلك المجموعات من إنشاء لوحاتهم الخاصة. سيظل المستخدمون قادرين على العمل على اللوحات التي تمت مشاركتها معهم.",
@@ -252,6 +275,7 @@
"Clone board":"استنسخ اللوح",
"Unarchive board":"إلغاء أرشفة اللوح",
"Archive board":"أرشفة اللوح ",
"Export board":"صدّر الرُّقعة",
"Turn on due date reminders":"تفعيل التذكيرات للموعد المحدد ",
"Turn off due date reminders":"إيقاف تشغيل التذكيرات للموعد المحددد",
"Due date reminders":"تذكيرات الموعد المحدد ",
@@ -263,14 +287,22 @@
"Only assigned cards":"البطاقات المخصصة فقط",
"No reminder":"لا يوجد تذكير ",
"An error occurred":"حدث خطأ",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"هل أنت متأكد من حذف الرقعة {title}؟ هذا سيؤدي إلى حذف كل بيانات هذه الرُّقعة بما في ذلك البطاقات المؤرشفة.",
"Delete the board?":"مسح اللوح؟",
"Loading filtered view":"جارِ تحميل التصفية ",
"No due":"غير محدد",
"Search for {searchQuery} in all boards":"البحث عن {searchQuery} في جميع اللوح",
"No results found":"لا يتم العثور على أي نتائج ",
"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} مُلاحظات",
"{nbCards} cards":"{nbCards} بطاقات",
"Click to expand comment":"إضغط للتوسع في الملاحظات",
"No upcoming cards":"لا يوجد بطاقات قادمة ",
"upcoming cards":"البطاقات القادمة",
"New card":"بطاقة جديدة",
"Due on {date}":"مطلوب في {date}",
"Link to a board":"ربط بلوح",
"Link to a card":"ربط ببطاقة",
"Create a card":"أنشى بطاقة ",
@@ -282,7 +314,6 @@
"Share with a Deck card":"مشاركة مع بطاقة Deck",
"Share {file} with a Deck card":"مشاركة الملف {file} مع بطاقة Deck",
"Share":"مشاركة ",
"Add a new list":"اضف قائمة جديدة",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"هل انت متأكد تريد مسح اللوح {title}؟ هذا سوف يمسح جميع بيانات هذا اللوح."
"The uploaded file exceeds the upload_max_filesize directive in php.ini":"El ficheru xubíu perpasa la direutiva de xuba upload_max_filesize en php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"El ficheru xubíu perpasa la direutiva \"MAX_FILE_SIZE\" especificada nel formulariu HTML",
"No file was uploaded":"Nun se xubieron fichjeros",
"Missing a temporary folder":"Falta un direutoriu temporal",
"Could not write file to disk":"Nun pudo escribise nel discu'l ficheru",
"A PHP extension stopped the file upload":"Una estensión de PHP paró la xuba de ficheros",
"Invalid date, date format must be YYYY-MM-DD":"Data non válida, el formatu ha ser AAAA-MM-DD",
"The uploaded file exceeds the upload_max_filesize directive in php.ini":"El ficheru xubíu perpasa la direutiva de xuba upload_max_filesize en php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"El ficheru xubíu perpasa la direutiva \"MAX_FILE_SIZE\" especificada nel formulariu HTML",
"No file was uploaded":"Nun se xubieron fichjeros",
"Missing a temporary folder":"Falta un direutoriu temporal",
"Could not write file to disk":"Nun pudo escribise nel discu'l ficheru",
"A PHP extension stopped the file upload":"Una estensión de PHP paró la xuba de ficheros",
"Invalid date, date format must be YYYY-MM-DD":"Data non válida, el formatu ha ser AAAA-MM-DD",
"Share with a Deck card":"Споделяне с Deck карта",
"Share {file} with a Deck card":"Споделяне {file} с Deck карта",
"Share":"Споделяне",
"Are you sure you want to transfer the board {title} for {user}?":"Сигурни ли сте че искате да прехвърлите таблото {title} на {user}?",
"Transfer the board for {user} successfully":"Успешно прехвърляне на таблото към {user} ",
"Failed to transfer the board for {user}":"Неуспешно прехвърляне на таблото към {user}",
"Add a new list":"Добавяне на нов списък",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Сигурни ли сте, че искате да изтриете таблото {title}? Това ще изтрие всички данни на това табло."
"Share with a Deck card":"Споделяне с Deck карта",
"Share {file} with a Deck card":"Споделяне {file} с Deck карта",
"Share":"Споделяне",
"Are you sure you want to transfer the board {title} for {user}?":"Сигурни ли сте че искате да прехвърлите таблото {title} на {user}?",
"Transfer the board for {user} successfully":"Успешно прехвърляне на таблото към {user} ",
"Failed to transfer the board for {user}":"Неуспешно прехвърляне на таблото към {user}",
"Add a new list":"Добавяне на нов списък",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Сигурни ли сте, че искате да изтриете таблото {title}? Това ще изтрие всички данни на това табло."
"Use bigger card view":"Utilitza la visualització de targetes més gran",
"Show card ID badge":"Mostra el distintiu d’ID de la targeta",
"Show boards in calendar/tasks":"Mostra els taulers al calendari/tasques",
@@ -316,10 +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",
"Are you sure you want to transfer the board {title} for {user}?":"Esteu segur que voleu transferir el tauler {title} per a {user}?",
"Transfer the board for {user} successfully":"Transfereix el tauler per a {user} correctament",
"Failed to transfer the board for {user}":"No s'ha pogut transferir el tauler per a {user}",
"Add a new list":"Afegeix una llista nova",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Esteu segur que voleu suprimir el tauler {title}? Això eliminarà totes les dades d'aquest tauler."
"Use bigger card view":"Utilitza la visualització de targetes més gran",
"Show card ID badge":"Mostra el distintiu d’ID de la targeta",
"Show boards in calendar/tasks":"Mostra els taulers al calendari/tasques",
@@ -314,10 +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",
"Are you sure you want to transfer the board {title} for {user}?":"Esteu segur que voleu transferir el tauler {title} per a {user}?",
"Transfer the board for {user} successfully":"Transfereix el tauler per a {user} correctament",
"Failed to transfer the board for {user}":"No s'ha pogut transferir el tauler per a {user}",
"Add a new list":"Afegeix una llista nova",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Esteu segur que voleu suprimir el tauler {title}? Això eliminarà totes les dades d'aquest tauler."
"Share with a Deck card":"Sdílet s kartou aplikace Deck",
"Share {file} with a Deck card":"Sdílet {file} s kartou aplikace Deck",
"Share":"Sdílet",
"Are you sure you want to transfer the board {title} for {user}?":"Opravdu chcete předat vlastnictví tabule {title} uživateli {user}?",
"Transfer the board for {user} successfully":"Předání vlastnictví tabule uživateli {user} úspěšné",
"Failed to transfer the board for {user}":"Nepodařilo se předat vlastnictví tabule uživateli {user}",
"Add a new list":"Přidat nový sloupec",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Opravdu chcete tabuly {title} smazat? Toto smaže veškerá data této tabule."
"Share with a Deck card":"Sdílet s kartou aplikace Deck",
"Share {file} with a Deck card":"Sdílet {file} s kartou aplikace Deck",
"Share":"Sdílet",
"Are you sure you want to transfer the board {title} for {user}?":"Opravdu chcete předat vlastnictví tabule {title} uživateli {user}?",
"Transfer the board for {user} successfully":"Předání vlastnictví tabule uživateli {user} úspěšné",
"Failed to transfer the board for {user}":"Nepodařilo se předat vlastnictví tabule uživateli {user}",
"Add a new list":"Přidat nový sloupec",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Opravdu chcete tabuly {title} smazat? Toto smaže veškerá data této tabule."
"Share {file} with a Deck card":"Del {file} med et Deck kort",
"Share":"Del",
"Add a new list":"Tilføj en ny kolonne",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Er du sikker på du vil slette tavlen {title}? Dette vil slette alt data på tavlen."
"Share {file} with a Deck card":"Del {file} med et Deck kort",
"Share":"Del",
"Add a new list":"Tilføj en ny kolonne",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Er du sikker på du vil slette tavlen {title}? Dette vil slette alt data på tavlen."
"Share with a Deck card":"Mit einer Deck-Karte teilen",
"Share {file} with a Deck card":"{file} mit einer Deck-Karte teilen",
"Share":"Freigeben",
"Are you sure you want to transfer the board {title} for {user}?":"Möchtest du wirklich das Board {title} an {user} übertragen?",
"Transfer the board for {user} successfully":"Das Board wurde erfolgreich an {user} übertragen",
"Failed to transfer the board for {user}":"Board konnte nicht an {user} übertragen werden",
"Add a new list":"Eine neue Liste hinzufügen",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Möchtest du wirklich das Board {title} mit all seinen Daten löschen?"
"Share with a Deck card":"Mit einer Deck-Karte teilen",
"Share {file} with a Deck card":"{file} mit einer Deck-Karte teilen",
"Share":"Freigeben",
"Are you sure you want to transfer the board {title} for {user}?":"Möchtest du wirklich das Board {title} an {user} übertragen?",
"Transfer the board for {user} successfully":"Das Board wurde erfolgreich an {user} übertragen",
"Failed to transfer the board for {user}":"Board konnte nicht an {user} übertragen werden",
"Add a new list":"Eine neue Liste hinzufügen",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Möchtest du wirklich das Board {title} mit all seinen Daten löschen?"
"Share with a Deck card":"Mit einer Deck-Karte teilen",
"Share {file} with a Deck card":"{file} mit einer Deck-Karte teilen",
"Share":"Freigeben",
"Are you sure you want to transfer the board {title} for {user}?":"Möchten Sie wirklich das Board {title} an {user} übertragen?",
"Transfer the board for {user} successfully":"Das Board wurde an {user} übertragen",
"Failed to transfer the board for {user}":"Board konnte nicht an {user} übertragen werden",
"Add a new list":"Eine neue Liste hinzufügen",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Möchten Sie wirklich dieses Board {title} mit all seinen Daten löschen?"
"Share with a Deck card":"Mit einer Deck-Karte teilen",
"Share {file} with a Deck card":"{file} mit einer Deck-Karte teilen",
"Share":"Freigeben",
"Are you sure you want to transfer the board {title} for {user}?":"Möchten Sie wirklich das Board {title} an {user} übertragen?",
"Transfer the board for {user} successfully":"Das Board wurde an {user} übertragen",
"Failed to transfer the board for {user}":"Board konnte nicht an {user} übertragen werden",
"Add a new list":"Eine neue Liste hinzufügen",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Möchten Sie wirklich dieses Board {title} mit all seinen Daten löschen?"
"Share with a Deck card":"Μοιραστείτε με μια καρτέλα Deck",
"Share {file} with a Deck card":"Μοιραστείτε το {file} με μια καρτέλα Deck",
"Share":"Μοιραστείτε",
"Are you sure you want to transfer the board {title} for {user}?":"Είστε σίγουροι ότι θέλετε να μεταφέρετε τον πίνακα {title} για {user}? ",
"Transfer the board for {user} successfully":"Επιτυχής μεταφορά του πίνακα για τον χρήστη {user}",
"Failed to transfer the board for {user}":"Απέτυχε η μεταφορά του πίνακα για τον χρήστη {user}",
"Add a new list":"Προσθήκη νέας λίστας",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Είστε βέβαιοι ότι θέλετε να διαγράψετε τον πίνακα {title}; Θα διαγραφούν όλα τα δεδομένα."
"Share with a Deck card":"Μοιραστείτε με μια καρτέλα Deck",
"Share {file} with a Deck card":"Μοιραστείτε το {file} με μια καρτέλα Deck",
"Share":"Μοιραστείτε",
"Are you sure you want to transfer the board {title} for {user}?":"Είστε σίγουροι ότι θέλετε να μεταφέρετε τον πίνακα {title} για {user}? ",
"Transfer the board for {user} successfully":"Επιτυχής μεταφορά του πίνακα για τον χρήστη {user}",
"Failed to transfer the board for {user}":"Απέτυχε η μεταφορά του πίνακα για τον χρήστη {user}",
"Add a new list":"Προσθήκη νέας λίστας",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Είστε βέβαιοι ότι θέλετε να διαγράψετε τον πίνακα {title}; Θα διαγραφούν όλα τα δεδομένα."
"Share with a Deck card":"Share with a Deck card",
"Share {file} with a Deck card":"Share {file} with a Deck card",
"Share":"Share",
"Are you sure you want to transfer the board {title} for {user}?":"Are you sure you want to transfer the board {title} for {user}?",
"Transfer the board for {user} successfully":"Transfer the board for {user} successfully",
"Failed to transfer the board for {user}":"Failed to transfer the board for {user}",
"Add a new list":"Add a new list",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Are you sure you want to delete the board {title}? This will delete all the data of this board."
"Share with a Deck card":"Share with a Deck card",
"Share {file} with a Deck card":"Share {file} with a Deck card",
"Share":"Share",
"Are you sure you want to transfer the board {title} for {user}?":"Are you sure you want to transfer the board {title} for {user}?",
"Transfer the board for {user} successfully":"Transfer the board for {user} successfully",
"Failed to transfer the board for {user}":"Failed to transfer the board for {user}",
"Add a new list":"Add a new list",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Are you sure you want to delete the board {title}? This will delete all the data of this board."
"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",
"Are you sure you want to transfer the board {title} for {user}?":"¿Estás seguro de que quieres transferir el tablero {título} a {usuario}?",
"Transfer the board for {user} successfully":"Transferir el tablero para {usuario} con éxito",
"Failed to transfer the board for {user}":"No se ha podido transferir el tablero para {usuario}",
"Add a new list":"Añadir una lista nueva",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"¿Estas seguro de que quieres eliminar el tablero {title}? Esto eliminará todos los datos del tablero."
"Add a new list":"Añadir una lista nueva"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
"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",
"Are you sure you want to transfer the board {title} for {user}?":"¿Estás seguro de que quieres transferir el tablero {título} a {usuario}?",
"Transfer the board for {user} successfully":"Transferir el tablero para {usuario} con éxito",
"Failed to transfer the board for {user}":"No se ha podido transferir el tablero para {usuario}",
"Add a new list":"Añadir una lista nueva",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"¿Estas seguro de que quieres eliminar el tablero {title}? Esto eliminará todos los datos del tablero."
"Add a new list":"Añadir una lista nueva"
},"pluralForm":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
"Share with a Deck card":"Partekatu Deck txartel baten bidez",
"Share {file} with a Deck card":"Partekatu {file} Deck txartel baten bidez",
"Share":"Partekatu",
"Are you sure you want to transfer the board {title} for {user}?":"Ziur {title} taula transferitu nahi duzula {user}?",
"Transfer the board for {user} successfully":"Transferitu {user}-ren panela behar bezala",
"Failed to transfer the board for {user}":"Ezin izan da transferitu {user}-ren panela",
"Add a new list":"Gehitu zerrenda berria",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Ziur zaude «{title}» taula ezabatu nahi duzula? Honek taula honen datu guztiak ezabatuko ditu."
"Share with a Deck card":"Partekatu Deck txartel baten bidez",
"Share {file} with a Deck card":"Partekatu {file} Deck txartel baten bidez",
"Share":"Partekatu",
"Are you sure you want to transfer the board {title} for {user}?":"Ziur {title} taula transferitu nahi duzula {user}?",
"Transfer the board for {user} successfully":"Transferitu {user}-ren panela behar bezala",
"Failed to transfer the board for {user}":"Ezin izan da transferitu {user}-ren panela",
"Add a new list":"Gehitu zerrenda berria",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Ziur zaude «{title}» taula ezabatu nahi duzula? Honek taula honen datu guztiak ezabatuko ditu."
"Share with a Deck card":"Partager avec Deck en tant que carte",
"Share {file} with a Deck card":"Partager {file} avec Deck en tant que carte",
"Share":"Partager",
"Are you sure you want to transfer the board {title} for {user}?":"Êtes-vous sûr de vouloir transférer le tableau {title} pour {user} ?",
"Transfer the board for {user} successfully":"Transfert du tableau pour {user} avec succès",
"Failed to transfer the board for {user}":"Échec du transfert du tableau pour {user}",
"Add a new list":"Ajouter une nouvelle liste",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Êtes-vous certain de vouloir supprimer le tableau {title} ? Cela supprimera l'ensemble des données de ce tableau."
"Add a new list":"Ajouter une nouvelle liste"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
"Share with a Deck card":"Partager avec Deck en tant que carte",
"Share {file} with a Deck card":"Partager {file} avec Deck en tant que carte",
"Share":"Partager",
"Are you sure you want to transfer the board {title} for {user}?":"Êtes-vous sûr de vouloir transférer le tableau {title} pour {user} ?",
"Transfer the board for {user} successfully":"Transfert du tableau pour {user} avec succès",
"Failed to transfer the board for {user}":"Échec du transfert du tableau pour {user}",
"Add a new list":"Ajouter une nouvelle liste",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Êtes-vous certain de vouloir supprimer le tableau {title} ? Cela supprimera l'ensemble des données de ce tableau."
"Add a new list":"Ajouter une nouvelle liste"
},"pluralForm":"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
"You have created a new board {board}":"Vostede creou o novo taboleiro {board}",
"You have created a new board {board}":"Vde. creou o novo taboleiro {board}",
"{user} has created a new board {board}":"{user} creou o novo taboleiro {board}",
"You have deleted the board {board}":"Vostede eliminou o taboleiro {board}",
"You have deleted the board {board}":"Vde. eliminou o taboleiro {board}",
"{user} has deleted the board {board}":"{user} eliminou o taboleiro {board}",
"You have restored the board {board}":"Vostede restaurou o taboleiro {board}",
"You have restored the board {board}":"Vde. restaurou o taboleiro {board}",
"{user} has restored the board {board}":"{user} restaurou o taboleiro {board}",
"You have shared the board {board} with {acl}":"Vostede compartiu o taboleiro {board} con {acl}",
"You have shared the board {board} with {acl}":"Vde. compartiu o taboleiro {board} con {acl}",
"{user} has shared the board {board} with {acl}":"{user} compartiu o taboleiro {board} con {acl}",
"You have removed {acl} from the board {board}":"Vostede retirou a {acl} do taboleiro {board}",
"You have removed {acl} from the board {board}":"Vde. retirou a {acl} do taboleiro {board}",
"{user} has removed {acl} from the board {board}":"{user} retirou a {acl} do taboleiro {board}",
"You have renamed the board {before} to {board}":"Vostede renomeou o taboleiro {before} como {board}",
"You have renamed the board {before} to {board}":"Vde. renomeou o taboleiro {before} como {board}",
"{user} has renamed the board {before} to {board}":"{user} renomeou o taboleiro {before} como {board}",
"You have archived the board {board}":"Vostede arquivou o taboleiro {board}",
"You have archived the board {board}":"Vde. arquivou o taboleiro {board}",
"{user} has archived the board {before}":"{user} arquivou o taboleiro {before}",
"You have unarchived the board {board}":"Vostede desarquivou o taboleiro {board}",
"You have unarchived the board {board}":"Vde. desarquivou o taboleiro {board}",
"{user} has unarchived the board {before}":"{user} desarquivou o taboleiro {before}",
"You have created a new list {stack} on board {board}":"Vostede creou unha nova lista {stack} no taboleiro {board}",
"You have created a new list {stack} on board {board}":"Vde. creou unha nova lista {stack} no taboleiro {board}",
"{user} has created a new list {stack} on board {board}":"{user} creou unha nova lista {stack} no taboleiro {board}",
"You have renamed list {before} to {stack} on board {board}":"Vostede renomeou a lista {before} no taboleiro {board}",
"You have renamed list {before} to {stack} on board {board}":"Vde. renomeou a lista {before} no taboleiro {board}",
"{user} has renamed list {before} to {stack} on board {board}":"{user} renomeou a lista {before} como {stack} no taboleiro {board}",
"You have deleted list {stack} on board {board}":"Vostede eliminou a lista {stack} do taboleiro {board}",
"You have deleted list {stack} on board {board}":"Vde. eliminou a lista {stack} do taboleiro {board}",
"{user} has deleted list {stack} on board {board}":"{user} eliminou a lista {stack} do taboleiro {board}",
"You have created card {card} in list {stack} on board {board}":"Vostede creou a tarxeta {card} na lista {stack} no taboleiro {board}",
"You have created card {card} in list {stack} on board {board}":"Vde. creou a tarxeta {card} na lista {stack} no taboleiro {board}",
"{user} has created card {card} in list {stack} on board {board}":"{user} creou a tarxeta {card} na lista {stack} no taboleiro {board}",
"You have deleted card {card} in list {stack} on board {board}":"Vostede eliminou a tarxeta {card} na lista {stack} no taboleiro {board}",
"You have deleted card {card} in list {stack} on board {board}":"Vde. eliminou a tarxeta {card} na lista {stack} no taboleiro {board}",
"{user} has deleted card {card} in list {stack} on board {board}":"{user} eliminou a tarxeta {card} na lista {stack} no taboleiro {board}",
"You have renamed the card {before} to {card}":"Renomeou a tarxeta {before} a {card}",
"{user} has renamed the card {before} to {card}":"{user} renomeou a tarxeta {before} a {card}",
"You have added a description to card {card} in list {stack} on board {board}":"Vostede engadiu a descrición á tarxeta {card} na lista {stack} no taboleiro {board}",
"You have added a description to card {card} in list {stack} on board {board}":"Vde. engadiu a descrición á tarxeta {card} na lista {stack} no taboleiro {board}",
"{user} has added a description to card {card} in list {stack} on board {board}":"{user} engadiu a descrición á tarxeta {card} na lista {stack} no taboleiro {board}",
"You have updated the description of card {card} in list {stack} on board {board}":"Vostede actualizou a descrición da tarxeta {card} na lista {stack} no taboleiro {board}",
"You have updated the description of card {card} in list {stack} on board {board}":"Vde. actualizou a descrición da tarxeta {card} na lista {stack} no taboleiro {board}",
"{user} has updated the description of the card {card} in list {stack} on board {board}":"{user} actualizou a descrición da tarxeta {card} na lista {stack} no taboleiro {board}",
"You have archived card {card} in list {stack} on board {board}":"Vostede arquivou a tarxeta {card} na lista {stack} no taboleiro {board}",
"You have archived card {card} in list {stack} on board {board}":"Vde. arquivou a tarxeta {card} na lista {stack} no taboleiro {board}",
"{user} has archived card {card} in list {stack} on board {board}":"{user} arquivou a tarxeta {card} na lista {stack} no taboleiro {board}",
"You have unarchived card {card} in list {stack} on board {board}":"Vostede desarquivou a tarxeta {card} na lista {stack} no taboleiro {board}",
"You have unarchived card {card} in list {stack} on board {board}":"Vde. desarquivou a tarxeta {card} na lista {stack} no taboleiro {board}",
"{user} has unarchived card {card} in list {stack} on board {board}":"{user} desarquivou a tarxeta {card} na lista {stack} no taboleiro {board}",
"You have removed the due date of card {card}":"Vostede retirou a caducidade da tarxeta {card}",
"You have removed the due date of card {card}":"Vde. retirou a caducidade da tarxeta {card}",
"{user} has removed the due date of card {card}":"{user} retirou a caducidade da tarxeta {card}",
"You have set the due date of card {card} to {after}":"Vostede estabeleceu a caducidade da tarxeta {card} a {after}",
"You have set the due date of card {card} to {after}":"Vde. estabeleceu a caducidade da tarxeta {card} a {after}",
"{user} has set the due date of card {card} to {after}":"{user} estabeleceu a caducidade da tarxeta {card} a {after}",
"You have updated the due date of card {card} to {after}":"Vostede actualizou a caducidade da tarxeta {card} a {after}",
"You have updated the due date of card {card} to {after}":"Vde. actualizou a caducidade da tarxeta {card} a {after}",
"{user} has updated the due date of card {card} to {after}":"{user} actualizou a caducidade da tarxeta {card} a {after}",
"You have added the tag {label} to card {card} in list {stack} on board {board}":"Vostede engadiu a etiqueta {label} á tarxeta {card} na lista {stack} no taboleiro {board}",
"You have added the tag {label} to card {card} in list {stack} on board {board}":"Vde. engadiu a etiqueta {label} á tarxeta {card} na lista {stack} no taboleiro {board}",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}":"{user} engadiu a etiqueta {label} á tarxeta {card} na lista {stack} no taboleiro {board}",
"You have removed the tag {label} from card {card} in list {stack} on board {board}":"Vostede retirou a etiqueta {label} da tarxeta {card} na lista {stack} no taboleiro {board}",
"You have removed the tag {label} from card {card} in list {stack} on board {board}":"Vde. retirou a etiqueta {label} da tarxeta {card} na lista {stack} no taboleiro {board}",
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}":"{user} retirou a etiqueta {label} da tarxeta {card} na lista {stack} no taboleiro {board}",
"You have assigned {assigneduser} to card {card} on board {board}":"Vostede asignou a {assigneduser} á tarxeta {card} no taboleiro {board}",
"You have assigned {assigneduser} to card {card} on board {board}":"Vde. asignou a {assigneduser} á tarxeta {card} no taboleiro {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}":"{user} asignou a {assigneduser} á tarxeta {card} no taboleiro {board}",
"You have unassigned {assigneduser} from card {card} on board {board}":"Vostede desasignou a {assigneduser} da tarxeta {card} no taboleiro {board}",
"You have unassigned {assigneduser} from card {card} on board {board}":"Vde. desasignou a {assigneduser} da tarxeta {card} no taboleiro {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}":"{user} desasignou a {assigneduser} da tarxeta {card} no taboleiro {board}",
"You have moved the card {card} from list {stackBefore} to {stack}":"Vostede moveu a tarxeta {card} dende a lista {stackBefore} cara a lista {stack}",
"You have moved the card {card} from list {stackBefore} to {stack}":"Vde. moveu a tarxeta {card} dende a lista {stackBefore} cara a lista {stack}",
"{user} has moved the card {card} from list {stackBefore} to {stack}":"{user} moveu a tarxeta {card} dende a lista {stackBefore} cara a lista {stack}",
"You have added the attachment {attachment} to card {card}":"Vostede engadiu o anexo {attachment} na tarxeta {card}",
"You have added the attachment {attachment} to card {card}":"Vde. engadiu o anexo {attachment} na tarxeta {card}",
"{user} has added the attachment {attachment} to card {card}":"{user} engadiu o anexo {attachment} na tarxeta {card}",
"You have updated the attachment {attachment} on card {card}":"Vostede actualizou o anexo {attachment} na tarxeta {card}",
"You have updated the attachment {attachment} on card {card}":"Vde. actualizou o anexo {attachment} na tarxeta {card}",
"{user} has updated the attachment {attachment} on card {card}":"{user} actualizou o anexo {attachment} na tarxeta {card}",
"You have deleted the attachment {attachment} from card {card}":"Vostede eliminou o anexo {attachment} da tarxeta {card}",
"You have deleted the attachment {attachment} from card {card}":"Vde. eliminou o anexo {attachment} da tarxeta {card}",
"{user} has deleted the attachment {attachment} from card {card}":"{user} eliminou o anexo {attachment} da tarxeta {card}",
"You have restored the attachment {attachment} to card {card}":"Vostede restaurou o anexo {attachment} na tarxeta {card}",
"You have restored the attachment {attachment} to card {card}":"Vde. restaurou o anexo {attachment} na tarxeta {card}",
"{user} has restored the attachment {attachment} to card {card}":"{user} restaurou o anexo {attachment} da tarxeta {card}",
"You have commented on card {card}":"Vostede comentou na tarxeta {card}",
"You have commented on card {card}":"Vde. comentou na tarxeta {card}",
"{user} has commented on card {card}":"{user} comentou na tarxeta {card}",
"A <strong>card description</strong> inside the Deck app has been changed":"Cambiouse a <strong>descripción da tarxeta</strong> dentro da aplicación Deck",
"Deck":"Deck",
"Changes in the <strong>Deck app</strong>":"Cambios na <strong>aplicación Deck</strong>",
"A <strong>card description</strong> inside the Deck app has been changed":"Cambiouse a <strong>descripción da tarxeta</strong> dentro da aplicación Tarxeteiro",
"Deck":"Tarxeteiro",
"Changes in the <strong>Deck app</strong>":"Cambios na <strong>aplicación Tarxeteiro</strong>",
"A <strong>comment</strong> was created on a card":"Creouse un <strong>comentario</strong> nunha tarxeta",
"Upcoming cards":"Tarxetas próximas",
"Load more":"Cargar máis",
"Personal":"Persoal",
"The card \"%s\" on \"%s\" has been assigned to you by %s.":"A tarxeta «%s» en «%s» foi asignada a vostede por %s.",
"The card \"%s\" on \"%s\" has reached its due date.":"A tarxeta «%s» en «%s» chegou á súa data de caducidade.",
"%s has mentioned you in a comment on \"%s\".":"%s mencionouno a vostede nun comentario en «%s».",
"The board \"%s\" has been shared with you by %s.":"O taboleiro «%s» foi compartido con vostede por %s.",
"Deck board":"Taboleiro do Deck",
"The card \"%s\" on \"%s\" has been assigned to you by %s.":"A tarxeta «%s» en «%s» foi asignada a Vde. por %s.",
"{user} has assigned the card {deck-card} on {deck-board} to you.":"{user} asignoulle a tarxeta {deck-card} en {deck-board} a Vde.",
"The card \"%s\" on \"%s\" has reached its due date.":"A tarxeta «%s» en «%s» acadou a súa data de caducidade.",
"The card {deck-card} on {deck-board} has reached its due date.":"A tarxeta {deck-card} en {deck-board} chegou á súa data de caducidade.",
"%s has mentioned you in a comment on \"%s\".":"%s mencionouno a Vde. nun comentario en «%s».",
"{user} has mentioned you in a comment on {deck-card}.":"{user} mencionouno a Vde. nun comentario en {deck-card}.",
"The board \"%s\" has been shared with you by %s.":"O taboleiro «%s» foi compartido con Vde. por %s.",
"{user} has shared {deck-board} with you.":"{user} compartiu {deck-board} con vostede.",
"Deck board":"Taboleiro do Tarxeteiro",
"Owned by %1$s":"Propiedade de %1$s",
"Deck boards, cards and comments":"Taboleiros do Tarxeteiro, tarxetas e comentarios",
"From %1$s, in %2$s/%3$s, owned by %4$s":"De %1$s, en %2$s/%3$s, propiedade de %4$s",
"Card comments":"Comentarios da tarxeta",
"%s on %s":"%s en %s",
"Deck boards and cards":"Taboleiros do Tarxeteiro e tarxetas",
"No data was provided to create an attachment.":"Non se forneceu ningún dato para crear un anexo.",
"Finished":"Rematado",
"To review":"Para revisar",
"Action needed":"Necesita unha acción",
"Later":"Despois",
"Later":"Após",
"copy":"copiar",
"To do":"Para facer",
"To do":"Tarefa pendente",
"Doing":"Facendo",
"Done":"Feito",
"Example Task 3":"Tarefa de exemplo 3",
@@ -98,10 +106,12 @@ OC.L10N.register(
"Could not write file to disk":"Non foi posíbel escribir o ficheiro no disco",
"A PHP extension stopped the file upload":"Unha extensión PHP detivo o envío de ficheiros",
"No file uploaded or file size exceeds maximum of %s":"Non se enviou ningún ficheiro ou o tamaño do ficheiro supera o máximo de %s",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.":"Este comentario ten máis de %s caracteres.\nEngadido como anexo á tarxeta co nome %s.\nAccesíbel no URL: %s.",
"Card not found":"Non se atopou a tarxeta",
"Path is already shared with this card":"A ruta xa está compartida con esta tarxeta",
"Invalid date, date format must be YYYY-MM-DD":"Data incorrecta, o formato da date debe ser AAAA-MM-DD",
"Personal planning and team project organization":"Planificación persoal e organización de proxectos de equipo",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized":"Tarxeteiro é unha ferramenta de organización de estilo kanban dirixida a planificación persoal e organización de proxectos para equipos integrados con Nextcloud. \n\n\n- 📥 Engada as súas tarefas ás tarxetas e fagas ordenadas\n- 📄 Escriba notas adicionais en Markdown\n- 🔖 Asigne etiquetas para unha mellor organización\n- 👥 Comparta co seu equipo, amigos ou a súa familia\n- 📎 Anexe ficheiros e integreos na súa descrición de Markdown\n- 💬 Debata co seu equipo usando os comentarios\n- ⚡ Faga un seguimento dos cambios no fluxo de actividade\n- 🚀 Teña o seu proxecto organizado",
"Add board":"Engadir taboleiro",
"Select the board to link to a project":"Seleccione o taboleiro para ligar a un proxecto",
"Search by board title":"Buscar polo título do taboleiro",
@@ -111,12 +121,14 @@ OC.L10N.register(
"Select a list":"Seleccionar unha lista",
"Card title":"Título da tarxeta",
"Cancel":"Cancelar",
"Creating the new card …":"Creando unha nova tarxeta…",
"Card \"{card}\" was added to \"{board}\"":"A tarxeta «{card}» foi engdida a «{board}»",
"Open card":"Abrir a tarxeta",
"Close":"Pechar",
"Create card":"Crear tarxeta",
"Select a card":"Seleccione unha tarxeta",
"Select the card to link to a project":"Seleccione a tarxeta para ligar a un proxecto",
"Link to card":"Ligar á tarxeta",
"Link to card":"Ligazón á tarxeta",
"File already exists":"O ficheiro xa existe",
"A file with the name {filename} already exists.":"Xa existe un ficheiro co nome {filename}.",
"Do you want to overwrite it?":"Quere sobrescribilo?",
@@ -128,6 +140,7 @@ OC.L10N.register(
"Archived cards":"Tarxetas arquivadas",
"Add list":"Engadir unha lista",
"List name":"Nome da lista",
"Active filters":"Filtros activos",
"Apply filter":"Aplicar filtro",
"Filter by tag":"Filtrar pola etiqueta",
"Filter by assigned user":"Filtrar polo usuario asignado",
@@ -144,6 +157,7 @@ OC.L10N.register(
"Toggle compact mode":"Alternar o modo compacto",
"Open details":"Abrir detalles",
"Details":"Detalles",
"Currently present people":"Persoas presentes na actualidade",
"Loading board":"Cargando o taboleiro",
"No lists available":"Non hai listas dispoñíbeis",
"Create a new list to add cards to this board":"Crear unha nova lista para engadir tarxetas a este taboleiro",
@@ -167,10 +181,17 @@ OC.L10N.register(
"Owner":"Propietario",
"Delete":"Eliminar",
"Failed to create share with {displayName}":"Produciuse un fallo ao crear o uso compartido con {displayName}",
"Are you sure you want to transfer the board {title} to {user}?":"Confirma que quere transferir o taboleiro {title} a {user}?",
"Transfer the board.":"Transferir o taboleiro.",
"Transfer":"Transferencia",
"The board has been transferred to {user}":"O taboleiro foi transferido a {user}",
"Failed to transfer the board to {user}":"Produciuse un fallo ao transferir o taboleiro a {user}",
"Edit list title":"Editar o título da lista",
"Archive all cards":"Arquivar todas as tarxetas",
"Unarchive all cards":"Desarquivar todas as tarxetas",
"Delete list":"Eliminar lista",
"Archive all cards in this list":"Arquivar todas as tarxetas desta lista",
"Unarchive all cards in this list":"Desarquivar todas as tarxetas desta lista",
"Add a new card":"Engadir unha nova tarxeta",
"Card name":"Nome da tarxeta",
"List deleted":"Lista eliminada",
@@ -181,9 +202,11 @@ OC.L10N.register(
"Members":"Membros",
"Upload new files":"Enviar novos ficheiros",
"Share from Files":"Compartir dende «Ficheiros»",
"Pending share":"Compartición pendente",
"Add this attachment":"Engadir este anexo",
"Show in Files":"Amosar en Ficheiros",
"Download":"Descargar",
"Remove attachment":"Retirar o anexo",
"Delete Attachment":"Eliminar o anexo",
"Restore Attachment":"Restaurar o anexo",
"File to share":"Ficheiro para compartir",
@@ -196,6 +219,7 @@ OC.L10N.register(
"Created":"Creado",
"The title cannot be empty.":"O título non pode estar baleiro.",
"No comments yet. Begin the discussion!":"Aínda non hai comentarios. Comece o debate!",
"Failed to load comments":"Produciuse un fallo ao cargar os comentarios",
"Assign a tag to this card…":"Asignar unha etiqueta a esta tarxeta…",
"Assign to users":"Asignar a usuarios",
"Assign to users/groups/circles":"Asignar a usuarios/grupos/círculos",
@@ -212,6 +236,7 @@ OC.L10N.register(
"The comment cannot be empty.":"O comentario non pode estar baleiro",
"The comment cannot be longer than 1000 characters.":"O comentario non pode ter máis de 1000 caracteres.",
"In reply to":"En resposta a",
"Cancel reply":"Cancelar a resposta",
"Reply":"Responder",
"Update":"Actualizar",
"Description":"Descrición",
@@ -224,6 +249,9 @@ OC.L10N.register(
"Write a description …":"Escriba unha descrición…",
"Choose attachment":"Escoller o anexo",
"(group)":"(grupo)",
"Todo items":"Elementos pendentes",
"{count} comments, {unread} unread":"{count} comentarios, {unread} sen ler",
"Edit card title":"Editar o título da tarxeta",
"Assign to me":"Asignarme",
"Unassign myself":"Desasignarme",
"Move card":"Mover a tarxeta",
@@ -234,19 +262,22 @@ OC.L10N.register(
"Move card to another board":"Mover a tarxeta a outro taboleiro",
"List is empty":"A lista está baleira",
"Card deleted":"Tarxeta eliminada",
"seconds ago":"hai uns segundos",
"seconds ago":"segundos atrás",
"All boards":"Todos os taboleiros",
"Archived boards":"Taboleiros arquivados",
"Shared with you":"Compartido con vostede",
"Shared with you":"Compartido con Vde.",
"Deck settings":"Axustes do Tarxeteiro",
"Use bigger card view":"Usa a vista de tarxeta máis grande",
"Show card ID badge":"Amosar o distintivo de identificación da tarxeta",
"Show boards in calendar/tasks":"Amosar taboleiros no calendario/tarefas",
"Limit deck usage of groups":"Limitar o uso da plataforma a grupos",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limitando Deck bloqueará os usuarios que non formen parte destes grupos, para crear os seus propios taboleiros. Os usuarios aínda así poderán traballar en taboleiros compartidos con eles.",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limitando o Tarxeteiro bloqueará os usuarios que non formen parte destes grupos, para crear os seus propios taboleiros. Os usuarios aínda así poderán traballar en taboleiros compartidos con eles.",
"Board details":"Detalles do taboleiro",
"Edit board":"Editar taboleiro",
"Clone board":"Clonar taboleiro",
"Unarchive board":"Desarquivar taboleiro",
"Archive board":"Arquivar taboleiro",
"Export board":"Exportar taboleiro",
"Turn on due date reminders":"Activar os lembretes de data de caducidade",
"Turn off due date reminders":"Desctivar os lembretes de data de caducidade",
"Due date reminders":"Lembretes de data de caducidade",
@@ -258,26 +289,33 @@ OC.L10N.register(
"Only assigned cards":"Só as tarxetas asignadas",
"No reminder":"Non hai lembretes",
"An error occurred":"Produciuse un erro",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Confirma que quere eliminar o taboleiro {title}? Isto eliminará todos os datos deste taboleiro, incluídas as tarxetas arquivadas.",
"Delete the board?":"Eliminar o taboleiro?",
"Loading filtered view":"Cargando a vista filtrada",
"No due":"Sen caducidade",
"Search for {searchQuery} in all boards":"Resultados de busca para {searchQuery} en todos os taboleiros",
"No results found":"Non se atoparon resultados",
"Deck board {name}\n* Last modified on {lastMod}":"Taboleiro do Tarxeteiro {name}\n* Última modificación en {lastMod}",
"{stack} in {board}":"{stack} en {board}",
"Click to expand description":"Prema para despregar a descrición",
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* Creado o {created}\n* Última modificación o {lastMod}\n* {nbAttachments} anexos\n* {nbComments} comentarios",
"{nbCards} cards":"{nbCards} tarxetas",
"Click to expand comment":"Prema para despregar o comentario",
"No upcoming cards":"Non hai tarxetas próximas",
"upcoming cards":"tarxetas próximas",
"Link to a board":"Ligar a un taboleiro",
"Link to a card":"Ligar a unha tarxeta",
"New card":"Nova tarxeta",
"Due on {date}":"Caduca o {date}",
"Link to a board":"Ligazón a un taboleiro",
"Link to a card":"Ligazón a unha tarxeta",
"Create a card":"Crear unha tarxeta",
"Message from {author} in {conversationName}":"Mensaxe de {author} en {conversationName}",
"Something went wrong":"Algo foi mal",
"Failed to upload {name}":"Produciuse un fallo ao actualizar {name}",
"Maximum file size of {size} exceeded":"Excedeuse o tamaño máximo de ficheiro de {size}",
"Error creating the share":"Produciuse un erro ao crear a compartición",
"Share with a Deck card":"Compartir cunha tarxeta Deck",
"Share {file} with a Deck card":"Compartir {file} cunha tarxeta Deck",
"Share with a Deck card":"Compartir cunha tarxeta de Tarxeteiro",
"Share {file} with a Deck card":"Compartir {file} cunha tarxeta de Tarxeteiro",
"Share":"Compartir",
"Add a new list":"Engadir unha lista nova",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Confirma que quere eliminar o taboleiro {title}? Isto eliminará todos os datos deste taboleiro."
"You have created a new board {board}":"Vostede creou o novo taboleiro {board}",
"You have created a new board {board}":"Vde. creou o novo taboleiro {board}",
"{user} has created a new board {board}":"{user} creou o novo taboleiro {board}",
"You have deleted the board {board}":"Vostede eliminou o taboleiro {board}",
"You have deleted the board {board}":"Vde. eliminou o taboleiro {board}",
"{user} has deleted the board {board}":"{user} eliminou o taboleiro {board}",
"You have restored the board {board}":"Vostede restaurou o taboleiro {board}",
"You have restored the board {board}":"Vde. restaurou o taboleiro {board}",
"{user} has restored the board {board}":"{user} restaurou o taboleiro {board}",
"You have shared the board {board} with {acl}":"Vostede compartiu o taboleiro {board} con {acl}",
"You have shared the board {board} with {acl}":"Vde. compartiu o taboleiro {board} con {acl}",
"{user} has shared the board {board} with {acl}":"{user} compartiu o taboleiro {board} con {acl}",
"You have removed {acl} from the board {board}":"Vostede retirou a {acl} do taboleiro {board}",
"You have removed {acl} from the board {board}":"Vde. retirou a {acl} do taboleiro {board}",
"{user} has removed {acl} from the board {board}":"{user} retirou a {acl} do taboleiro {board}",
"You have renamed the board {before} to {board}":"Vostede renomeou o taboleiro {before} como {board}",
"You have renamed the board {before} to {board}":"Vde. renomeou o taboleiro {before} como {board}",
"{user} has renamed the board {before} to {board}":"{user} renomeou o taboleiro {before} como {board}",
"You have archived the board {board}":"Vostede arquivou o taboleiro {board}",
"You have archived the board {board}":"Vde. arquivou o taboleiro {board}",
"{user} has archived the board {before}":"{user} arquivou o taboleiro {before}",
"You have unarchived the board {board}":"Vostede desarquivou o taboleiro {board}",
"You have unarchived the board {board}":"Vde. desarquivou o taboleiro {board}",
"{user} has unarchived the board {before}":"{user} desarquivou o taboleiro {before}",
"You have created a new list {stack} on board {board}":"Vostede creou unha nova lista {stack} no taboleiro {board}",
"You have created a new list {stack} on board {board}":"Vde. creou unha nova lista {stack} no taboleiro {board}",
"{user} has created a new list {stack} on board {board}":"{user} creou unha nova lista {stack} no taboleiro {board}",
"You have renamed list {before} to {stack} on board {board}":"Vostede renomeou a lista {before} no taboleiro {board}",
"You have renamed list {before} to {stack} on board {board}":"Vde. renomeou a lista {before} no taboleiro {board}",
"{user} has renamed list {before} to {stack} on board {board}":"{user} renomeou a lista {before} como {stack} no taboleiro {board}",
"You have deleted list {stack} on board {board}":"Vostede eliminou a lista {stack} do taboleiro {board}",
"You have deleted list {stack} on board {board}":"Vde. eliminou a lista {stack} do taboleiro {board}",
"{user} has deleted list {stack} on board {board}":"{user} eliminou a lista {stack} do taboleiro {board}",
"You have created card {card} in list {stack} on board {board}":"Vostede creou a tarxeta {card} na lista {stack} no taboleiro {board}",
"You have created card {card} in list {stack} on board {board}":"Vde. creou a tarxeta {card} na lista {stack} no taboleiro {board}",
"{user} has created card {card} in list {stack} on board {board}":"{user} creou a tarxeta {card} na lista {stack} no taboleiro {board}",
"You have deleted card {card} in list {stack} on board {board}":"Vostede eliminou a tarxeta {card} na lista {stack} no taboleiro {board}",
"You have deleted card {card} in list {stack} on board {board}":"Vde. eliminou a tarxeta {card} na lista {stack} no taboleiro {board}",
"{user} has deleted card {card} in list {stack} on board {board}":"{user} eliminou a tarxeta {card} na lista {stack} no taboleiro {board}",
"You have renamed the card {before} to {card}":"Renomeou a tarxeta {before} a {card}",
"{user} has renamed the card {before} to {card}":"{user} renomeou a tarxeta {before} a {card}",
"You have added a description to card {card} in list {stack} on board {board}":"Vostede engadiu a descrición á tarxeta {card} na lista {stack} no taboleiro {board}",
"You have added a description to card {card} in list {stack} on board {board}":"Vde. engadiu a descrición á tarxeta {card} na lista {stack} no taboleiro {board}",
"{user} has added a description to card {card} in list {stack} on board {board}":"{user} engadiu a descrición á tarxeta {card} na lista {stack} no taboleiro {board}",
"You have updated the description of card {card} in list {stack} on board {board}":"Vostede actualizou a descrición da tarxeta {card} na lista {stack} no taboleiro {board}",
"You have updated the description of card {card} in list {stack} on board {board}":"Vde. actualizou a descrición da tarxeta {card} na lista {stack} no taboleiro {board}",
"{user} has updated the description of the card {card} in list {stack} on board {board}":"{user} actualizou a descrición da tarxeta {card} na lista {stack} no taboleiro {board}",
"You have archived card {card} in list {stack} on board {board}":"Vostede arquivou a tarxeta {card} na lista {stack} no taboleiro {board}",
"You have archived card {card} in list {stack} on board {board}":"Vde. arquivou a tarxeta {card} na lista {stack} no taboleiro {board}",
"{user} has archived card {card} in list {stack} on board {board}":"{user} arquivou a tarxeta {card} na lista {stack} no taboleiro {board}",
"You have unarchived card {card} in list {stack} on board {board}":"Vostede desarquivou a tarxeta {card} na lista {stack} no taboleiro {board}",
"You have unarchived card {card} in list {stack} on board {board}":"Vde. desarquivou a tarxeta {card} na lista {stack} no taboleiro {board}",
"{user} has unarchived card {card} in list {stack} on board {board}":"{user} desarquivou a tarxeta {card} na lista {stack} no taboleiro {board}",
"You have removed the due date of card {card}":"Vostede retirou a caducidade da tarxeta {card}",
"You have removed the due date of card {card}":"Vde. retirou a caducidade da tarxeta {card}",
"{user} has removed the due date of card {card}":"{user} retirou a caducidade da tarxeta {card}",
"You have set the due date of card {card} to {after}":"Vostede estabeleceu a caducidade da tarxeta {card} a {after}",
"You have set the due date of card {card} to {after}":"Vde. estabeleceu a caducidade da tarxeta {card} a {after}",
"{user} has set the due date of card {card} to {after}":"{user} estabeleceu a caducidade da tarxeta {card} a {after}",
"You have updated the due date of card {card} to {after}":"Vostede actualizou a caducidade da tarxeta {card} a {after}",
"You have updated the due date of card {card} to {after}":"Vde. actualizou a caducidade da tarxeta {card} a {after}",
"{user} has updated the due date of card {card} to {after}":"{user} actualizou a caducidade da tarxeta {card} a {after}",
"You have added the tag {label} to card {card} in list {stack} on board {board}":"Vostede engadiu a etiqueta {label} á tarxeta {card} na lista {stack} no taboleiro {board}",
"You have added the tag {label} to card {card} in list {stack} on board {board}":"Vde. engadiu a etiqueta {label} á tarxeta {card} na lista {stack} no taboleiro {board}",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}":"{user} engadiu a etiqueta {label} á tarxeta {card} na lista {stack} no taboleiro {board}",
"You have removed the tag {label} from card {card} in list {stack} on board {board}":"Vostede retirou a etiqueta {label} da tarxeta {card} na lista {stack} no taboleiro {board}",
"You have removed the tag {label} from card {card} in list {stack} on board {board}":"Vde. retirou a etiqueta {label} da tarxeta {card} na lista {stack} no taboleiro {board}",
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}":"{user} retirou a etiqueta {label} da tarxeta {card} na lista {stack} no taboleiro {board}",
"You have assigned {assigneduser} to card {card} on board {board}":"Vostede asignou a {assigneduser} á tarxeta {card} no taboleiro {board}",
"You have assigned {assigneduser} to card {card} on board {board}":"Vde. asignou a {assigneduser} á tarxeta {card} no taboleiro {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}":"{user} asignou a {assigneduser} á tarxeta {card} no taboleiro {board}",
"You have unassigned {assigneduser} from card {card} on board {board}":"Vostede desasignou a {assigneduser} da tarxeta {card} no taboleiro {board}",
"You have unassigned {assigneduser} from card {card} on board {board}":"Vde. desasignou a {assigneduser} da tarxeta {card} no taboleiro {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}":"{user} desasignou a {assigneduser} da tarxeta {card} no taboleiro {board}",
"You have moved the card {card} from list {stackBefore} to {stack}":"Vostede moveu a tarxeta {card} dende a lista {stackBefore} cara a lista {stack}",
"You have moved the card {card} from list {stackBefore} to {stack}":"Vde. moveu a tarxeta {card} dende a lista {stackBefore} cara a lista {stack}",
"{user} has moved the card {card} from list {stackBefore} to {stack}":"{user} moveu a tarxeta {card} dende a lista {stackBefore} cara a lista {stack}",
"You have added the attachment {attachment} to card {card}":"Vostede engadiu o anexo {attachment} na tarxeta {card}",
"You have added the attachment {attachment} to card {card}":"Vde. engadiu o anexo {attachment} na tarxeta {card}",
"{user} has added the attachment {attachment} to card {card}":"{user} engadiu o anexo {attachment} na tarxeta {card}",
"You have updated the attachment {attachment} on card {card}":"Vostede actualizou o anexo {attachment} na tarxeta {card}",
"You have updated the attachment {attachment} on card {card}":"Vde. actualizou o anexo {attachment} na tarxeta {card}",
"{user} has updated the attachment {attachment} on card {card}":"{user} actualizou o anexo {attachment} na tarxeta {card}",
"You have deleted the attachment {attachment} from card {card}":"Vostede eliminou o anexo {attachment} da tarxeta {card}",
"You have deleted the attachment {attachment} from card {card}":"Vde. eliminou o anexo {attachment} da tarxeta {card}",
"{user} has deleted the attachment {attachment} from card {card}":"{user} eliminou o anexo {attachment} da tarxeta {card}",
"You have restored the attachment {attachment} to card {card}":"Vostede restaurou o anexo {attachment} na tarxeta {card}",
"You have restored the attachment {attachment} to card {card}":"Vde. restaurou o anexo {attachment} na tarxeta {card}",
"{user} has restored the attachment {attachment} to card {card}":"{user} restaurou o anexo {attachment} da tarxeta {card}",
"You have commented on card {card}":"Vostede comentou na tarxeta {card}",
"You have commented on card {card}":"Vde. comentou na tarxeta {card}",
"{user} has commented on card {card}":"{user} comentou na tarxeta {card}",
"A <strong>card description</strong> inside the Deck app has been changed":"Cambiouse a <strong>descripción da tarxeta</strong> dentro da aplicación Deck",
"Deck":"Deck",
"Changes in the <strong>Deck app</strong>":"Cambios na <strong>aplicación Deck</strong>",
"A <strong>card description</strong> inside the Deck app has been changed":"Cambiouse a <strong>descripción da tarxeta</strong> dentro da aplicación Tarxeteiro",
"Deck":"Tarxeteiro",
"Changes in the <strong>Deck app</strong>":"Cambios na <strong>aplicación Tarxeteiro</strong>",
"A <strong>comment</strong> was created on a card":"Creouse un <strong>comentario</strong> nunha tarxeta",
"Upcoming cards":"Tarxetas próximas",
"Load more":"Cargar máis",
"Personal":"Persoal",
"The card \"%s\" on \"%s\" has been assigned to you by %s.":"A tarxeta «%s» en «%s» foi asignada a vostede por %s.",
"The card \"%s\" on \"%s\" has reached its due date.":"A tarxeta «%s» en «%s» chegou á súa data de caducidade.",
"%s has mentioned you in a comment on \"%s\".":"%s mencionouno a vostede nun comentario en «%s».",
"The board \"%s\" has been shared with you by %s.":"O taboleiro «%s» foi compartido con vostede por %s.",
"Deck board":"Taboleiro do Deck",
"The card \"%s\" on \"%s\" has been assigned to you by %s.":"A tarxeta «%s» en «%s» foi asignada a Vde. por %s.",
"{user} has assigned the card {deck-card} on {deck-board} to you.":"{user} asignoulle a tarxeta {deck-card} en {deck-board} a Vde.",
"The card \"%s\" on \"%s\" has reached its due date.":"A tarxeta «%s» en «%s» acadou a súa data de caducidade.",
"The card {deck-card} on {deck-board} has reached its due date.":"A tarxeta {deck-card} en {deck-board} chegou á súa data de caducidade.",
"%s has mentioned you in a comment on \"%s\".":"%s mencionouno a Vde. nun comentario en «%s».",
"{user} has mentioned you in a comment on {deck-card}.":"{user} mencionouno a Vde. nun comentario en {deck-card}.",
"The board \"%s\" has been shared with you by %s.":"O taboleiro «%s» foi compartido con Vde. por %s.",
"{user} has shared {deck-board} with you.":"{user} compartiu {deck-board} con vostede.",
"Deck board":"Taboleiro do Tarxeteiro",
"Owned by %1$s":"Propiedade de %1$s",
"Deck boards, cards and comments":"Taboleiros do Tarxeteiro, tarxetas e comentarios",
"From %1$s, in %2$s/%3$s, owned by %4$s":"De %1$s, en %2$s/%3$s, propiedade de %4$s",
"Card comments":"Comentarios da tarxeta",
"%s on %s":"%s en %s",
"Deck boards and cards":"Taboleiros do Tarxeteiro e tarxetas",
"No data was provided to create an attachment.":"Non se forneceu ningún dato para crear un anexo.",
"Finished":"Rematado",
"To review":"Para revisar",
"Action needed":"Necesita unha acción",
"Later":"Despois",
"Later":"Após",
"copy":"copiar",
"To do":"Para facer",
"To do":"Tarefa pendente",
"Doing":"Facendo",
"Done":"Feito",
"Example Task 3":"Tarefa de exemplo 3",
@@ -96,10 +104,12 @@
"Could not write file to disk":"Non foi posíbel escribir o ficheiro no disco",
"A PHP extension stopped the file upload":"Unha extensión PHP detivo o envío de ficheiros",
"No file uploaded or file size exceeds maximum of %s":"Non se enviou ningún ficheiro ou o tamaño do ficheiro supera o máximo de %s",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.":"Este comentario ten máis de %s caracteres.\nEngadido como anexo á tarxeta co nome %s.\nAccesíbel no URL: %s.",
"Card not found":"Non se atopou a tarxeta",
"Path is already shared with this card":"A ruta xa está compartida con esta tarxeta",
"Invalid date, date format must be YYYY-MM-DD":"Data incorrecta, o formato da date debe ser AAAA-MM-DD",
"Personal planning and team project organization":"Planificación persoal e organización de proxectos de equipo",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized":"Tarxeteiro é unha ferramenta de organización de estilo kanban dirixida a planificación persoal e organización de proxectos para equipos integrados con Nextcloud. \n\n\n- 📥 Engada as súas tarefas ás tarxetas e fagas ordenadas\n- 📄 Escriba notas adicionais en Markdown\n- 🔖 Asigne etiquetas para unha mellor organización\n- 👥 Comparta co seu equipo, amigos ou a súa familia\n- 📎 Anexe ficheiros e integreos na súa descrición de Markdown\n- 💬 Debata co seu equipo usando os comentarios\n- ⚡ Faga un seguimento dos cambios no fluxo de actividade\n- 🚀 Teña o seu proxecto organizado",
"Add board":"Engadir taboleiro",
"Select the board to link to a project":"Seleccione o taboleiro para ligar a un proxecto",
"Search by board title":"Buscar polo título do taboleiro",
@@ -109,12 +119,14 @@
"Select a list":"Seleccionar unha lista",
"Card title":"Título da tarxeta",
"Cancel":"Cancelar",
"Creating the new card …":"Creando unha nova tarxeta…",
"Card \"{card}\" was added to \"{board}\"":"A tarxeta «{card}» foi engdida a «{board}»",
"Open card":"Abrir a tarxeta",
"Close":"Pechar",
"Create card":"Crear tarxeta",
"Select a card":"Seleccione unha tarxeta",
"Select the card to link to a project":"Seleccione a tarxeta para ligar a un proxecto",
"Link to card":"Ligar á tarxeta",
"Link to card":"Ligazón á tarxeta",
"File already exists":"O ficheiro xa existe",
"A file with the name {filename} already exists.":"Xa existe un ficheiro co nome {filename}.",
"Do you want to overwrite it?":"Quere sobrescribilo?",
@@ -126,6 +138,7 @@
"Archived cards":"Tarxetas arquivadas",
"Add list":"Engadir unha lista",
"List name":"Nome da lista",
"Active filters":"Filtros activos",
"Apply filter":"Aplicar filtro",
"Filter by tag":"Filtrar pola etiqueta",
"Filter by assigned user":"Filtrar polo usuario asignado",
@@ -142,6 +155,7 @@
"Toggle compact mode":"Alternar o modo compacto",
"Open details":"Abrir detalles",
"Details":"Detalles",
"Currently present people":"Persoas presentes na actualidade",
"Loading board":"Cargando o taboleiro",
"No lists available":"Non hai listas dispoñíbeis",
"Create a new list to add cards to this board":"Crear unha nova lista para engadir tarxetas a este taboleiro",
@@ -165,10 +179,17 @@
"Owner":"Propietario",
"Delete":"Eliminar",
"Failed to create share with {displayName}":"Produciuse un fallo ao crear o uso compartido con {displayName}",
"Are you sure you want to transfer the board {title} to {user}?":"Confirma que quere transferir o taboleiro {title} a {user}?",
"Transfer the board.":"Transferir o taboleiro.",
"Transfer":"Transferencia",
"The board has been transferred to {user}":"O taboleiro foi transferido a {user}",
"Failed to transfer the board to {user}":"Produciuse un fallo ao transferir o taboleiro a {user}",
"Edit list title":"Editar o título da lista",
"Archive all cards":"Arquivar todas as tarxetas",
"Unarchive all cards":"Desarquivar todas as tarxetas",
"Delete list":"Eliminar lista",
"Archive all cards in this list":"Arquivar todas as tarxetas desta lista",
"Unarchive all cards in this list":"Desarquivar todas as tarxetas desta lista",
"Add a new card":"Engadir unha nova tarxeta",
"Card name":"Nome da tarxeta",
"List deleted":"Lista eliminada",
@@ -179,9 +200,11 @@
"Members":"Membros",
"Upload new files":"Enviar novos ficheiros",
"Share from Files":"Compartir dende «Ficheiros»",
"Pending share":"Compartición pendente",
"Add this attachment":"Engadir este anexo",
"Show in Files":"Amosar en Ficheiros",
"Download":"Descargar",
"Remove attachment":"Retirar o anexo",
"Delete Attachment":"Eliminar o anexo",
"Restore Attachment":"Restaurar o anexo",
"File to share":"Ficheiro para compartir",
@@ -194,6 +217,7 @@
"Created":"Creado",
"The title cannot be empty.":"O título non pode estar baleiro.",
"No comments yet. Begin the discussion!":"Aínda non hai comentarios. Comece o debate!",
"Failed to load comments":"Produciuse un fallo ao cargar os comentarios",
"Assign a tag to this card…":"Asignar unha etiqueta a esta tarxeta…",
"Assign to users":"Asignar a usuarios",
"Assign to users/groups/circles":"Asignar a usuarios/grupos/círculos",
@@ -210,6 +234,7 @@
"The comment cannot be empty.":"O comentario non pode estar baleiro",
"The comment cannot be longer than 1000 characters.":"O comentario non pode ter máis de 1000 caracteres.",
"In reply to":"En resposta a",
"Cancel reply":"Cancelar a resposta",
"Reply":"Responder",
"Update":"Actualizar",
"Description":"Descrición",
@@ -222,6 +247,9 @@
"Write a description …":"Escriba unha descrición…",
"Choose attachment":"Escoller o anexo",
"(group)":"(grupo)",
"Todo items":"Elementos pendentes",
"{count} comments, {unread} unread":"{count} comentarios, {unread} sen ler",
"Edit card title":"Editar o título da tarxeta",
"Assign to me":"Asignarme",
"Unassign myself":"Desasignarme",
"Move card":"Mover a tarxeta",
@@ -232,19 +260,22 @@
"Move card to another board":"Mover a tarxeta a outro taboleiro",
"List is empty":"A lista está baleira",
"Card deleted":"Tarxeta eliminada",
"seconds ago":"hai uns segundos",
"seconds ago":"segundos atrás",
"All boards":"Todos os taboleiros",
"Archived boards":"Taboleiros arquivados",
"Shared with you":"Compartido con vostede",
"Shared with you":"Compartido con Vde.",
"Deck settings":"Axustes do Tarxeteiro",
"Use bigger card view":"Usa a vista de tarxeta máis grande",
"Show card ID badge":"Amosar o distintivo de identificación da tarxeta",
"Show boards in calendar/tasks":"Amosar taboleiros no calendario/tarefas",
"Limit deck usage of groups":"Limitar o uso da plataforma a grupos",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limitando Deck bloqueará os usuarios que non formen parte destes grupos, para crear os seus propios taboleiros. Os usuarios aínda así poderán traballar en taboleiros compartidos con eles.",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limitando o Tarxeteiro bloqueará os usuarios que non formen parte destes grupos, para crear os seus propios taboleiros. Os usuarios aínda así poderán traballar en taboleiros compartidos con eles.",
"Board details":"Detalles do taboleiro",
"Edit board":"Editar taboleiro",
"Clone board":"Clonar taboleiro",
"Unarchive board":"Desarquivar taboleiro",
"Archive board":"Arquivar taboleiro",
"Export board":"Exportar taboleiro",
"Turn on due date reminders":"Activar os lembretes de data de caducidade",
"Turn off due date reminders":"Desctivar os lembretes de data de caducidade",
"Due date reminders":"Lembretes de data de caducidade",
@@ -256,26 +287,33 @@
"Only assigned cards":"Só as tarxetas asignadas",
"No reminder":"Non hai lembretes",
"An error occurred":"Produciuse un erro",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Confirma que quere eliminar o taboleiro {title}? Isto eliminará todos os datos deste taboleiro, incluídas as tarxetas arquivadas.",
"Delete the board?":"Eliminar o taboleiro?",
"Loading filtered view":"Cargando a vista filtrada",
"No due":"Sen caducidade",
"Search for {searchQuery} in all boards":"Resultados de busca para {searchQuery} en todos os taboleiros",
"No results found":"Non se atoparon resultados",
"Deck board {name}\n* Last modified on {lastMod}":"Taboleiro do Tarxeteiro {name}\n* Última modificación en {lastMod}",
"{stack} in {board}":"{stack} en {board}",
"Click to expand description":"Prema para despregar a descrición",
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* Creado o {created}\n* Última modificación o {lastMod}\n* {nbAttachments} anexos\n* {nbComments} comentarios",
"{nbCards} cards":"{nbCards} tarxetas",
"Click to expand comment":"Prema para despregar o comentario",
"No upcoming cards":"Non hai tarxetas próximas",
"upcoming cards":"tarxetas próximas",
"Link to a board":"Ligar a un taboleiro",
"Link to a card":"Ligar a unha tarxeta",
"New card":"Nova tarxeta",
"Due on {date}":"Caduca o {date}",
"Link to a board":"Ligazón a un taboleiro",
"Link to a card":"Ligazón a unha tarxeta",
"Create a card":"Crear unha tarxeta",
"Message from {author} in {conversationName}":"Mensaxe de {author} en {conversationName}",
"Something went wrong":"Algo foi mal",
"Failed to upload {name}":"Produciuse un fallo ao actualizar {name}",
"Maximum file size of {size} exceeded":"Excedeuse o tamaño máximo de ficheiro de {size}",
"Error creating the share":"Produciuse un erro ao crear a compartición",
"Share with a Deck card":"Compartir cunha tarxeta Deck",
"Share {file} with a Deck card":"Compartir {file} cunha tarxeta Deck",
"Share with a Deck card":"Compartir cunha tarxeta de Tarxeteiro",
"Share {file} with a Deck card":"Compartir {file} cunha tarxeta de Tarxeteiro",
"Share":"Compartir",
"Add a new list":"Engadir unha lista nova",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Confirma que quere eliminar o taboleiro {title}? Isto eliminará todos os datos deste taboleiro."
"Share {file} with a Deck card":"שיתוף {file} עם כרטיס חפיסה",
"Share":"שיתוף",
"Add a new list":"הוסף רשימה חדשה",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"למחוק את הלוח {title}? פעולה זו תמחק את כל הנתונים של הלוח הזה."
"Share {file} with a Deck card":"שיתוף {file} עם כרטיס חפיסה",
"Share":"שיתוף",
"Add a new list":"הוסף רשימה חדשה",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"למחוק את הלוח {title}? פעולה זו תמחק את כל הנתונים של הלוח הזה."
"Share with a Deck card":"Dijeli s Deck karticom",
"Share {file} with a Deck card":"Dijeli {file} s Deck karticom",
"Share":"Dijeli",
"Add a new list":"Dodaj novi popis",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Jeste li sigurni da želite izbrisati ploču {title}? Time ćete izbrisati sve podatke ploče."
"Share with a Deck card":"Dijeli s Deck karticom",
"Share {file} with a Deck card":"Dijeli {file} s Deck karticom",
"Share":"Dijeli",
"Add a new list":"Dodaj novi popis",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Jeste li sigurni da želite izbrisati ploču {title}? Time ćete izbrisati sve podatke ploče."
"Share {file} with a Deck card":"A(z) {file} megosztása egy kártyával",
"Share":"Megosztás",
"Are you sure you want to transfer the board {title} for {user}?":"Biztos, hogy átadja a(z) {board} tábla tulajdonjogát {user} számára?",
"Transfer the board for {user} successfully":"A tábla átadása {user} számára sikeres",
"Failed to transfer the board for {user}":"A tábla átadása {user} számára sikertelen",
"Add a new list":"Új lista hozzáadása",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Biztos, hogy törli a(z) {title} táblát? Ez törölni fogja a tábla összes adatát."
"Share {file} with a Deck card":"A(z) {file} megosztása egy kártyával",
"Share":"Megosztás",
"Are you sure you want to transfer the board {title} for {user}?":"Biztos, hogy átadja a(z) {board} tábla tulajdonjogát {user} számára?",
"Transfer the board for {user} successfully":"A tábla átadása {user} számára sikeres",
"Failed to transfer the board for {user}":"A tábla átadása {user} számára sikertelen",
"Add a new list":"Új lista hozzáadása",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Biztos, hogy törli a(z) {title} táblát? Ez törölni fogja a tábla összes adatát."
"Maximum file size of {size} exceeded":"Melampaui batas ukuran maksimal {size}",
"Share":"Bagikan",
"Add a new list":"Tambah daftar baru",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Apakah Anda yakin ingin menghapus papan {title}? Aksi ini akan menghapus seluruh data pada papan ini."
"Maximum file size of {size} exceeded":"Melampaui batas ukuran maksimal {size}",
"Share":"Bagikan",
"Add a new list":"Tambah daftar baru",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Apakah Anda yakin ingin menghapus papan {title}? Aksi ini akan menghapus seluruh data pada papan ini."
"Share with a Deck card":"Condividi con una scheda di Deck",
"Share {file} with a Deck card":"Condividi {file} con una scheda di Deck",
"Share":"Condividi",
"Transfer the board for {user} successfully":"Trasferimento della bacheca per {user} avvenuta con successo.",
"Failed to transfer the board for {user}":"Trasferimento della bacheca per {user} fallito",
"Add a new list":"Aggiungi un nuovo elenco",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Sei sicuro di voler eliminare la lavagna {title}? Questo eliminerà tutti i dati di questa lavagna?"
"Add a new list":"Aggiungi un nuovo elenco"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
"Share with a Deck card":"Condividi con una scheda di Deck",
"Share {file} with a Deck card":"Condividi {file} con una scheda di Deck",
"Share":"Condividi",
"Transfer the board for {user} successfully":"Trasferimento della bacheca per {user} avvenuta con successo.",
"Failed to transfer the board for {user}":"Trasferimento della bacheca per {user} fallito",
"Add a new list":"Aggiungi un nuovo elenco",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Sei sicuro di voler eliminare la lavagna {title}? Questo eliminerà tutti i dati di questa lavagna?"
"Add a new list":"Aggiungi un nuovo elenco"
},"pluralForm":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
"Maximum file size of {size} exceeded":"Viršytas maksimalus {size} failo dydis",
"Error creating the share":"Klaida kuriant viešinį",
"Share":"Bendrinti",
"Add a new list":"Pridėti naują sąrašą",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Ar tikrai norite ištrinti lentą, pavadinimu {title}? Tai ištrins visus šios lentos duomenis."
"Maximum file size of {size} exceeded":"Viršytas maksimalus {size} failo dydis",
"Error creating the share":"Klaida kuriant viešinį",
"Share":"Bendrinti",
"Add a new list":"Pridėti naują sąrašą",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Ar tikrai norite ištrinti lentą, pavadinimu {title}? Tai ištrins visus šios lentos duomenis."
"Share with a Deck card":"Споделено со Deck картица",
"Share {file} with a Deck card":"Сподели {file} со Deck картица",
"Share":"Сподели",
"Add a new list":"Додади нова листа",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Дали сте сигурени дека сакате да ја избришете оваа табла {title}? Ова ќе ги избрише и сите податоци на таблата."
"Share with a Deck card":"Споделено со Deck картица",
"Share {file} with a Deck card":"Сподели {file} со Deck картица",
"Share":"Сподели",
"Add a new list":"Додади нова листа",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Дали сте сигурени дека сакате да ја избришете оваа табла {title}? Ова ќе ги избрише и сите податоци на таблата."
"Share {file} with a Deck card":"Del {file} med et Stokk-kort",
"Share":"Del",
"Are you sure you want to transfer the board {title} for {user}?":"Er du sikker på at du vil overføre tavlen {title} for {user}?",
"Transfer the board for {user} successfully":"Tavlen ble overført for {user}",
"Failed to transfer the board for {user}":"Klarte ikke overføre tavlen for {user}",
"Add a new list":"Legg til en ny stabel",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Er du sikker på sletting av tavlen {title}? Dette vil slette alt innholdet på denne tavlen."
"Add a new list":"Legg til en ny stabel"
},
"nplurals=2; plural=(n != 1);");
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.