Signed-off-by: Julius Härtl <jus@bitgrid.net>
fix: Provide relevant app state for widgets
Signed-off-by: Julius Härtl <jus@bitgrid.net>
fix: Adapt interactive widget
Signed-off-by: Julius Härtl <jus@bitgrid.net>
chore: fixup
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Only the owner can delete/undo a board deletion so there is no reason
other users should have any permission on a board marked as deleted
Signed-off-by: Julius Härtl <jus@bitgrid.net>
They can be readded once we have a proper design for it to make sure
auto focus is working and those are nicely fitting the UI
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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>
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.
We hope that the review 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 review 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!
title:Failed to update nextcloud/ocp package on branch ${{ matrix.branches }}
body:Please check the output of the GitHub action and manually resolve the issues<br>${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}<br>${{ steps.codeowners.outputs.codeowners }}
title:Failed to update nextcloud/ocp package on branch ${{ matrix.branches }}
body:Please check the output of the GitHub action and manually resolve the issues<br>${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}<br>${{ steps.codeowners.outputs.codeowners }}
- feat: Enhance dark mode @juliushaertl [#5045](https://github.com/nextcloud/deck/pull/5045)
- fix: export doesn't handle lists with no cards @magikmw [#5096](https://github.com/nextcloud/deck/pull/5096)
- add attributes aria-label= and title= to Filters & View Modes buttons @privatemaker [#5133](https://github.com/nextcloud/deck/pull/5133)
- fix: Check both card reference url patterns @juliushaertl [#5262](https://github.com/nextcloud/deck/pull/5262)
- fix: Avoid too large index on postgres as indexing just the last_editor column is enough @juliushaertl [#5260](https://github.com/nextcloud/deck/pull/5260)
- feat: error msg on CreateNewCardCustomPicker & only show available bo… @luka-nextcloud [#5029](https://github.com/nextcloud/deck/pull/5029)
- test: add cypress tests for create new deck card @luka-nextcloud [#5025](https://github.com/nextcloud/deck/pull/5025)
- [stable27] fix cypress for new file picker [#5088](https://github.com/nextcloud/deck/pull/5088)
- Replace "Timeline" wording with "Activity" in order to be consistent with equivalent contexts throughout Nextcloud @Jerome-Herbinet [#5164](https://github.com/nextcloud/deck/pull/5164)
- Board creation limitation : More understandable wordings @Jerome-Herbinet [#5168](https://github.com/nextcloud/deck/pull/5168)
- Use the color-primary-element* variables @szaimen [#4673](https://github.com/nextcloud/deck/pull/4673)
- 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)
@@ -135,12 +127,7 @@ All notable changes to this project will be documented in this file.
- 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)
- Dependency updates
### Other
- feat: Add devcontainer and update dev docs @juliushaertl [#4683](https://github.com/nextcloud/deck/pull/4683)
- chore(CI): Adjust testing matrix for Nextcloud 27 on stable27 @nickvergessen [#4691](https://github.com/nextcloud/deck/pull/4691)
@@ -27,6 +27,7 @@ Deck is a kanban style organization tool aimed at personal planning and project
- [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
@@ -76,7 +77,7 @@ You can enable HMR (Hot module replacement) to avoid page reloads when working o
### Docker: Simple app development container
- Fork the app
- Fork the app
- Clone the repository: `git clone https://github.com/nextcloud/deck.git`
- Go into deck directory: `cd deck`
- Build the app as described in the general build instructions
@@ -92,7 +93,7 @@ docker run --rm \
### Full Nextcloud development environment
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.
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:
@@ -80,7 +80,7 @@ An ETag header is returned in order to determine if further child elements have
- Fetch a single card of a board `GET /api/v1.0/boards/{boardId}/stacks/{stackId}/cards/{cardId}`
- Fetch attachments of a card `GET /api/v1.0/boards/{boardId}/stacks/{stackId}/cards/{cardId}/attachments`
If a `If-None-Match` header is provided and the requested element has not changed a `304` Not Modified response will be returned.
If a `If-None-Match` header is provided and the requested element has not changed a `304` Not Modified response will be returned.
Changes of child elements will propagate to their parents and also cause an update of the ETag which will be useful for determining if a sync is necessary on any client integration side. As an example, if a label is added to a card, the ETag of all related entities (the card, stack and board) will change.
@@ -117,6 +117,7 @@ This API version has become available with **Deck 1.3.0**.
- [GET /boards/import/getSystems - Import a board](#get-boardsimportgetsystems-import-a-board)
- [GET /boards/import/config/system/{schema} - Import a board](#get-boardsimportconfigsystemschema-import-a-board)
- [POST /boards/import - Import a board](#post-boardsimport-import-a-board)
- The `done` property was added to cards
# Endpoints
@@ -587,7 +588,7 @@ The board list endpoint supports setting an `If-Modified-Since` header to limit
#### Response
```json
{
{
"title":"Test",
"description":null,
"stackId":6,
@@ -601,6 +602,7 @@ The board list endpoint supports setting an `If-Modified-Since` header to limit
"owner":"admin",
"order":999,
"archived":false,
"done":null,
"duedate":"2019-12-24T19:29:30+00:00",
"deletedAt":0,
"commentsUnread":0,
@@ -623,22 +625,28 @@ The board list endpoint supports setting an `If-Modified-Since` header to limit
| title | String | The title of the card, maximum length is limited to 255 characters |
| description | String | The markdown description of the card |
| type | String | Type of the card (for later use) use 'plain' for now |
| owner | String | The user that owns the card |
| order | Integer | Order for sorting the stacks |
| duedate | timestamp | The ISO-8601 formatted duedate of the card or null |
| archived | bool | Whether the card is archived or not |
| done | timestamp\|null | The ISO-8601 formatted date when the card is marked as done (optional, null indicates undone state) |
```
{
{
"title": "Test card",
"description": "A card description",
"type": "plain",
"owner": "admin",
"order": 999,
"duedate": "2019-12-24T19:29:30+00:00",
"archived": false,
"done": null,
}
```
@@ -977,7 +985,7 @@ For now only `deck_file` is supported as an attachment type.
### DELETE /boards/{boardId}/stacks/{stackId}/cards/{cardId}/attachments/{attachmentId} - Delete an attachment
#### Request parameters
| Parameter | Type | Description |
@@ -1051,12 +1059,12 @@ Make a request to see the json schema of system
# OCS API
The following endpoints are available through the Nextcloud OCS endpoint, which is available at `/ocs/v2.php/apps/deck/api/v1.0/`.
The following endpoints are available through the Nextcloud OCS endpoint, which is available at `/ocs/v2.php/apps/deck/api/v1.0/`.
This has the benefit that both the web UI as well as external integrations can use the same API.
## Config
Deck stores user and app configuration values globally and per board. The GET endpoint allows to fetch the current global configuration while board settings will be exposed through the board element on the regular API endpoints.
Deck stores user and app configuration values globally and per board. The GET endpoint allows to fetch the current global configuration while board settings will be exposed through the board element on the regular API endpoints.
### GET /api/v1.0/config - Fetch app configuration values
@@ -1064,10 +1072,10 @@ Deck stores user and app configuration values globally and per board. The GET en
| Config key | Description |
| --- | --- |
| 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)|
| 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)|
```
{
@@ -1112,7 +1120,7 @@ Deck stores user and app configuration values globally and per board. The GET en
| calendar | Boolean |
| cardDetailsInModal | Boolean |
| cardIdBadge | Boolean |
#### Example request
```
@@ -1186,7 +1194,7 @@ A list of comments will be provided under the `ocs.data` key. If no or no more c
}
```
In case a comment is marked as a reply to another comment object, the parent comment will be added as `replyTo` entry to the response. Only the next parent node is added, nested replies are not exposed directly.
In case a comment is marked as a reply to another comment object, the parent comment will be added as `replyTo` entry to the response. Only the next parent node is added, nested replies are not exposed directly.
"Filter by assigned user":"تصفية بواسطة المستخدم الموكل اليه",
"Unassigned":"غير معيين ",
"Filter by status":"فلترة بحسب الحالة",
"Filter by completed":"فلترة بحسب الإنجاز",
"Open and completed":"مفتوحة و منجزة",
"Open":"إفتح",
"Completed":"مُكتمل",
@@ -256,9 +256,8 @@ OC.L10N.register(
"Add due date":"أضِف تاريخ الاستحقاق",
"Choose a date":"إختَر تاريخاً",
"Remove due date":"ازالة تاريخ الانجاز",
"Mark as done":"تمييز كمُنجَز",
"Due at:":"تاريخ الاستحقاق:",
"Not done":"غير مُنجَزة",
"Not completed":"غير مكتمل",
"Unarchive card":"إلغاء أرشفة البطاقة ",
"Archive card":"أرشفة البطاقة",
"Select Date":"اختر التاريخ ",
@@ -278,6 +277,7 @@ OC.L10N.register(
"Assign to me":"ينسب لي",
"Unassign myself":"إلغاء تعييني ",
"Mark as not done":"تمييز كـ \"غير منتهٍ\"",
"Mark as done":"تمييز كمُنجَز",
"Delete card":"حذف البطاقة",
"Card deleted":"البطاقة حٌذفت ",
"seconds ago":"ثوانٍ مضت",
@@ -384,7 +384,6 @@ OC.L10N.register(
"Next month":"الشهر القادم",
"List is empty":"القائمة فارغة",
"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 إلى منع المستخدمين الذين ليسوا جزءًا من تلك المجموعات من إنشاء لوحاتهم الخاصة. سيظل المستخدمون قادرين على العمل على اللوحات التي تمت مشاركتها معهم.",
"Filter by completed":"فلترة بحسب الإنجاز"
"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 إلى منع المستخدمين الذين ليسوا جزءًا من تلك المجموعات من إنشاء لوحاتهم الخاصة. سيظل المستخدمون قادرين على العمل على اللوحات التي تمت مشاركتها معهم."
"Filter by assigned user":"تصفية بواسطة المستخدم الموكل اليه",
"Unassigned":"غير معيين ",
"Filter by status":"فلترة بحسب الحالة",
"Filter by completed":"فلترة بحسب الإنجاز",
"Open and completed":"مفتوحة و منجزة",
"Open":"إفتح",
"Completed":"مُكتمل",
@@ -254,9 +254,8 @@
"Add due date":"أضِف تاريخ الاستحقاق",
"Choose a date":"إختَر تاريخاً",
"Remove due date":"ازالة تاريخ الانجاز",
"Mark as done":"تمييز كمُنجَز",
"Due at:":"تاريخ الاستحقاق:",
"Not done":"غير مُنجَزة",
"Not completed":"غير مكتمل",
"Unarchive card":"إلغاء أرشفة البطاقة ",
"Archive card":"أرشفة البطاقة",
"Select Date":"اختر التاريخ ",
@@ -276,6 +275,7 @@
"Assign to me":"ينسب لي",
"Unassign myself":"إلغاء تعييني ",
"Mark as not done":"تمييز كـ \"غير منتهٍ\"",
"Mark as done":"تمييز كمُنجَز",
"Delete card":"حذف البطاقة",
"Card deleted":"البطاقة حٌذفت ",
"seconds ago":"ثوانٍ مضت",
@@ -382,7 +382,6 @@
"Next month":"الشهر القادم",
"List is empty":"القائمة فارغة",
"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 إلى منع المستخدمين الذين ليسوا جزءًا من تلك المجموعات من إنشاء لوحاتهم الخاصة. سيظل المستخدمون قادرين على العمل على اللوحات التي تمت مشاركتها معهم.",
"Filter by completed":"فلترة بحسب الإنجاز"
"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 إلى منع المستخدمين الذين ليسوا جزءًا من تلك المجموعات من إنشاء لوحاتهم الخاصة. سيظل المستخدمون قادرين على العمل على اللوحات التي تمت مشاركتها معهم."
"Filter by assigned user":"Nach zugewiesenem Benutzer filtern",
"Unassigned":"Nicht zugewiesen",
"Filter by status":"Nach Status filtern",
"Filter by completed":"Nach fertiggestellt filtern",
"Open and completed":"Offene und fertiggestellte",
"Open":"Offen",
"Open":"Öffnen",
"Completed":"Fertiggestellt",
"Filter by due date":"Nach Fälligkeitsdatum filtern",
"Overdue":"Überfällig",
@@ -256,9 +256,8 @@ OC.L10N.register(
"Add due date":"Fälligkeitsdatum hinzufügen",
"Choose a date":"Datum auswählen",
"Remove due date":"Fälligkeitsdatum löschen",
"Mark as done":"Als erledigt markieren",
"Due at:":"Fallig am:",
"Not done":"Nicht erledigt",
"Not completed":"Nicht fertiggestellt",
"Unarchive card":"Karte dearchivieren",
"Archive card":"Karte archivieren",
"Select Date":"Datum auswählen",
@@ -278,6 +277,7 @@ OC.L10N.register(
"Assign to me":"Mir zuweisen",
"Unassign myself":"Nicht mehr mir zuweisen",
"Mark as not done":"Als nicht erledigt markieren",
"Mark as done":"Als erledigt markieren",
"Delete card":"Karte löschen",
"Card deleted":"Karte gelöscht",
"seconds ago":"Gerade eben",
@@ -384,7 +384,6 @@ OC.L10N.register(
"Next month":"Nächster Monat",
"List is empty":"Liste ist leer",
"Limit deck usage of groups":"Nutzung auf Gruppen einschränken",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Wenn du Deck einschränkst, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden.",
"Filter by completed":"Nach fertiggestellt filtern"
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Wenn du Deck einschränkst, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden."
"Filter by assigned user":"Nach zugewiesenem Benutzer filtern",
"Unassigned":"Nicht zugewiesen",
"Filter by status":"Nach Status filtern",
"Filter by completed":"Nach fertiggestellt filtern",
"Open and completed":"Offene und fertiggestellte",
"Open":"Offen",
"Open":"Öffnen",
"Completed":"Fertiggestellt",
"Filter by due date":"Nach Fälligkeitsdatum filtern",
"Overdue":"Überfällig",
@@ -254,9 +254,8 @@
"Add due date":"Fälligkeitsdatum hinzufügen",
"Choose a date":"Datum auswählen",
"Remove due date":"Fälligkeitsdatum löschen",
"Mark as done":"Als erledigt markieren",
"Due at:":"Fallig am:",
"Not done":"Nicht erledigt",
"Not completed":"Nicht fertiggestellt",
"Unarchive card":"Karte dearchivieren",
"Archive card":"Karte archivieren",
"Select Date":"Datum auswählen",
@@ -276,6 +275,7 @@
"Assign to me":"Mir zuweisen",
"Unassign myself":"Nicht mehr mir zuweisen",
"Mark as not done":"Als nicht erledigt markieren",
"Mark as done":"Als erledigt markieren",
"Delete card":"Karte löschen",
"Card deleted":"Karte gelöscht",
"seconds ago":"Gerade eben",
@@ -382,7 +382,6 @@
"Next month":"Nächster Monat",
"List is empty":"Liste ist leer",
"Limit deck usage of groups":"Nutzung auf Gruppen einschränken",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Wenn du Deck einschränkst, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden.",
"Filter by completed":"Nach fertiggestellt filtern"
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Wenn du Deck einschränkst, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden."
"Filter by assigned user":"Nach zugewiesenem Benutzer filtern",
"Unassigned":"Nicht zugewiesen",
"Filter by status":"Nach Status filtern",
"Filter by completed":"Nach abgeschlossen filtern",
"Open and completed":"Offene und abgeschlossene",
"Open":"Offene",
"Open":"Öffnen",
"Completed":"Fertiggestellt",
"Filter by due date":"Nach Fälligkeitsdatum filtern",
"Overdue":"Überfällig",
@@ -256,9 +256,8 @@ OC.L10N.register(
"Add due date":"Fälligkeitsdatum hinzufügen",
"Choose a date":"Datum auswählen",
"Remove due date":"Fälligkeitsdatum löschen",
"Mark as done":"Als erledigt markieren",
"Due at:":"Fallig am:",
"Not done":"Nicht erledigt",
"Not completed":"Nicht fertiggestellt",
"Unarchive card":"Karte dearchivieren",
"Archive card":"Karte archivieren",
"Select Date":"Datum auswählen",
@@ -278,6 +277,7 @@ OC.L10N.register(
"Assign to me":"Mir zuweisen",
"Unassign myself":"Nicht mehr mir zuweisen",
"Mark as not done":"Als unerledigt markieren",
"Mark as done":"Als erledigt markieren",
"Delete card":"Karte löschen",
"Card deleted":"Karte gelöscht",
"seconds ago":"Gerade eben",
@@ -384,7 +384,6 @@ OC.L10N.register(
"Next month":"Nächsten Monat",
"List is empty":"Liste ist leer",
"Limit deck usage of groups":"Nutzung auf Gruppen einschränken",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Wenn Sie Deck einschränken, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden.",
"Filter by completed":"Nach Status filtern"
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Wenn Sie Deck einschränken, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden."
"Filter by assigned user":"Nach zugewiesenem Benutzer filtern",
"Unassigned":"Nicht zugewiesen",
"Filter by status":"Nach Status filtern",
"Filter by completed":"Nach abgeschlossen filtern",
"Open and completed":"Offene und abgeschlossene",
"Open":"Offene",
"Open":"Öffnen",
"Completed":"Fertiggestellt",
"Filter by due date":"Nach Fälligkeitsdatum filtern",
"Overdue":"Überfällig",
@@ -254,9 +254,8 @@
"Add due date":"Fälligkeitsdatum hinzufügen",
"Choose a date":"Datum auswählen",
"Remove due date":"Fälligkeitsdatum löschen",
"Mark as done":"Als erledigt markieren",
"Due at:":"Fallig am:",
"Not done":"Nicht erledigt",
"Not completed":"Nicht fertiggestellt",
"Unarchive card":"Karte dearchivieren",
"Archive card":"Karte archivieren",
"Select Date":"Datum auswählen",
@@ -276,6 +275,7 @@
"Assign to me":"Mir zuweisen",
"Unassign myself":"Nicht mehr mir zuweisen",
"Mark as not done":"Als unerledigt markieren",
"Mark as done":"Als erledigt markieren",
"Delete card":"Karte löschen",
"Card deleted":"Karte gelöscht",
"seconds ago":"Gerade eben",
@@ -382,7 +382,6 @@
"Next month":"Nächsten Monat",
"List is empty":"Liste ist leer",
"Limit deck usage of groups":"Nutzung auf Gruppen einschränken",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Wenn Sie Deck einschränken, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden.",
"Filter by completed":"Nach Status filtern"
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Wenn Sie Deck einschränken, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden."
"{user} has archived card {card} in list {stack} on board {board}":"Ο/η {user} αρχειοθέτησε την κάρτα {card} στην λίστα {stack} του πίνακα {board} ",
"You have unarchived card {card} in list {stack} on board {board}":"Επαναφέρατε από το αρχείο την καρτέλα {card} της λίστας {stack} του πίνακα {board}",
"{user} has unarchived card {card} in list {stack} on board {board}":"Ο/η {user} επανέφερε από το αρχείο την κάρτα {card} της λίστας {stack} του πίνακα {board}",
"You have marked the card {card} as done in list {stack} on board {board}":"Έχετε επισημάνει την κάρτα {card} ως ολοκληρωμένη στη λίστα {stack} του πίνακα {board}",
"{user} has marked card {card} as done in list {stack} on board {board}":"{user} έχει επισημάνει την κάρτα {card} ως ολοκληρωμένη στη λίστα {stack} του πίνακα {board}",
"You have marked the card {card} as undone in list {stack} on board {board}":"Έχετε επισημάνει την κάρτα {card} ως μη ολοκληρωμένη στη λίστα {stack} του πίνακα {board}",
"{user} has marked the card {card} as undone in list {stack} on board {board}":"{user} έχει επισημάνει την κάρτα {card} ως μη ολοκληρωμένη στη λίστα {stack} του πίνακα {board}",
"You have removed the due date of card {card}":"Καταργήσατε την ημερομηνία λήξης της καρτέλας {card}",
"{user} has removed the due date of card {card}":"Ο/η {user} κατάργησε την ημερομηνία λήξης της καρτέλας {card}",
"You have set the due date of card {card} to {after}":"Ορίσατε την ημερομηνία λήξης της καρτέλας {card} σε {after}",
@@ -88,7 +84,6 @@ OC.L10N.register(
"Deck board":"Πίνακας του Deck",
"Owned by %1$s":"Ανήκει στον/στην %1$s",
"Deck boards, cards and comments":"Πίνακες, κάρτες και σχόλια Deck",
"Create a new deck card":"Δημιουργήστε μια νέα κάρτα",
"Card comments":"Σχόλια καρτέλας",
"%s on %s":"%s στο %s",
"Deck boards and cards":"Πίνακες και κάρτες Deck",
@@ -148,8 +143,6 @@ OC.L10N.register(
"Filter by tag":"Φίλτρο ανά ετικέτα",
"Filter by assigned user":"Φίλτρο ανά χρήστη",
"Unassigned":"Χωρίς ανάθεση",
"Filter by status":"Φίλτρο με βάση την κατάσταση",
"Open and completed":"Ανοιχτά και ολοκληρωμένα",
"Open":"Ανοιχτός",
"Completed":"Ολοκληρωμένες",
"Filter by due date":"Φίλτρο ανά ημερομηνία λήξης",
@@ -160,7 +153,6 @@ OC.L10N.register(
"No due date":"Χωρίς ημερομηνία λήξης",
"Clear filter":"Εκκαθάριση φίλτρου",
"View Modes":"Τρόποι προβολής",
"Toggle View Modes":"Εναλλαγή τρόπων προβολής",
"Hide archived cards":"Απόκρυψη καρτελών που αρχειοθετήθηκαν",
"Show archived cards":"Εμφάνιση καρτελών που αρχειοθετήθηκαν",
"Use bigger card view":"Χρησιμοποιήστε μεγαλύτερη προβολή καρτέλας",
"Show card ID badge":"Εμφάνιση ID κάρτας",
"Show boards in calendar/tasks":"Εμφάνιση πινάκων στο ημερολόγιο / εργασίες",
"Limit board creation to some groups":"Περιορισμός της δημιουργίας πινάκων σε ορισμένες ομάδες",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.":"Οι χρήστες εκτός αυτών των ομάδων δεν θα μπορούν να δημιουργούν τους δικούς τους πίνακες, αλλά θα μπορούν να εργάζονται σε πίνακες που τους έχουν διαμοιραστεί.",
@@ -383,7 +371,6 @@ OC.L10N.register(
"Next month":"Επόμενος μήνας",
"List is empty":"Η λίστα είναι κενή",
"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 θα εμποδίσει τους χρήστες που δεν είναι μέρος αυτών των ομάδων να δημιουργούν δικούς τους πίνακες. Οι χρήστες θα εξακολουθήσουν να εργάζονται σε πίνακες που έχουν διαμοιραστεί μαζί τους.",
"Filter by completed":"Φίλτρο ανά ολοκλήρωση"
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Ο περιορισμός του Deck θα εμποδίσει τους χρήστες που δεν είναι μέρος αυτών των ομάδων να δημιουργούν δικούς τους πίνακες. Οι χρήστες θα εξακολουθήσουν να εργάζονται σε πίνακες που έχουν διαμοιραστεί μαζί τους."
"{user} has archived card {card} in list {stack} on board {board}":"Ο/η {user} αρχειοθέτησε την κάρτα {card} στην λίστα {stack} του πίνακα {board} ",
"You have unarchived card {card} in list {stack} on board {board}":"Επαναφέρατε από το αρχείο την καρτέλα {card} της λίστας {stack} του πίνακα {board}",
"{user} has unarchived card {card} in list {stack} on board {board}":"Ο/η {user} επανέφερε από το αρχείο την κάρτα {card} της λίστας {stack} του πίνακα {board}",
"You have marked the card {card} as done in list {stack} on board {board}":"Έχετε επισημάνει την κάρτα {card} ως ολοκληρωμένη στη λίστα {stack} του πίνακα {board}",
"{user} has marked card {card} as done in list {stack} on board {board}":"{user} έχει επισημάνει την κάρτα {card} ως ολοκληρωμένη στη λίστα {stack} του πίνακα {board}",
"You have marked the card {card} as undone in list {stack} on board {board}":"Έχετε επισημάνει την κάρτα {card} ως μη ολοκληρωμένη στη λίστα {stack} του πίνακα {board}",
"{user} has marked the card {card} as undone in list {stack} on board {board}":"{user} έχει επισημάνει την κάρτα {card} ως μη ολοκληρωμένη στη λίστα {stack} του πίνακα {board}",
"You have removed the due date of card {card}":"Καταργήσατε την ημερομηνία λήξης της καρτέλας {card}",
"{user} has removed the due date of card {card}":"Ο/η {user} κατάργησε την ημερομηνία λήξης της καρτέλας {card}",
"You have set the due date of card {card} to {after}":"Ορίσατε την ημερομηνία λήξης της καρτέλας {card} σε {after}",
@@ -86,7 +82,6 @@
"Deck board":"Πίνακας του Deck",
"Owned by %1$s":"Ανήκει στον/στην %1$s",
"Deck boards, cards and comments":"Πίνακες, κάρτες και σχόλια Deck",
"Create a new deck card":"Δημιουργήστε μια νέα κάρτα",
"Card comments":"Σχόλια καρτέλας",
"%s on %s":"%s στο %s",
"Deck boards and cards":"Πίνακες και κάρτες Deck",
@@ -146,8 +141,6 @@
"Filter by tag":"Φίλτρο ανά ετικέτα",
"Filter by assigned user":"Φίλτρο ανά χρήστη",
"Unassigned":"Χωρίς ανάθεση",
"Filter by status":"Φίλτρο με βάση την κατάσταση",
"Open and completed":"Ανοιχτά και ολοκληρωμένα",
"Open":"Ανοιχτός",
"Completed":"Ολοκληρωμένες",
"Filter by due date":"Φίλτρο ανά ημερομηνία λήξης",
@@ -158,7 +151,6 @@
"No due date":"Χωρίς ημερομηνία λήξης",
"Clear filter":"Εκκαθάριση φίλτρου",
"View Modes":"Τρόποι προβολής",
"Toggle View Modes":"Εναλλαγή τρόπων προβολής",
"Hide archived cards":"Απόκρυψη καρτελών που αρχειοθετήθηκαν",
"Show archived cards":"Εμφάνιση καρτελών που αρχειοθετήθηκαν",
"Use bigger card view":"Χρησιμοποιήστε μεγαλύτερη προβολή καρτέλας",
"Show card ID badge":"Εμφάνιση ID κάρτας",
"Show boards in calendar/tasks":"Εμφάνιση πινάκων στο ημερολόγιο / εργασίες",
"Limit board creation to some groups":"Περιορισμός της δημιουργίας πινάκων σε ορισμένες ομάδες",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.":"Οι χρήστες εκτός αυτών των ομάδων δεν θα μπορούν να δημιουργούν τους δικούς τους πίνακες, αλλά θα μπορούν να εργάζονται σε πίνακες που τους έχουν διαμοιραστεί.",
@@ -381,7 +369,6 @@
"Next month":"Επόμενος μήνας",
"List is empty":"Η λίστα είναι κενή",
"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 θα εμποδίσει τους χρήστες που δεν είναι μέρος αυτών των ομάδων να δημιουργούν δικούς τους πίνακες. Οι χρήστες θα εξακολουθήσουν να εργάζονται σε πίνακες που έχουν διαμοιραστεί μαζί τους.",
"Filter by completed":"Φίλτρο ανά ολοκλήρωση"
"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 θα εμποδίσει τους χρήστες που δεν είναι μέρος αυτών των ομάδων να δημιουργούν δικούς τους πίνακες. Οι χρήστες θα εξακολουθήσουν να εργάζονται σε πίνακες που έχουν διαμοιραστεί μαζί τους."
"Filter by assigned user":"Filter by assigned user",
"Unassigned":"Unassigned",
"Filter by status":"Filter by status",
"Filter by completed":"Filter by completed",
"Open and completed":"Open and completed",
"Open":"Open",
"Completed":"Completed",
@@ -256,9 +256,8 @@ OC.L10N.register(
"Add due date":"Add due date",
"Choose a date":"Choose a date",
"Remove due date":"Remove due date",
"Mark as done":"Mark as done",
"Due at:":"Due at:",
"Not done":"Not done",
"Not completed":"Not completed",
"Unarchive card":"Unarchive card",
"Archive card":"Archive card",
"Select Date":"Select Date",
@@ -278,6 +277,7 @@ OC.L10N.register(
"Assign to me":"Assign to me",
"Unassign myself":"Unassign myself",
"Mark as not done":"Mark as not done",
"Mark as done":"Mark as done",
"Delete card":"Delete card",
"Card deleted":"Card deleted",
"seconds ago":"seconds ago",
@@ -384,7 +384,6 @@ OC.L10N.register(
"Next month":"Next month",
"List is empty":"List is empty",
"Limit deck usage of groups":"Limit deck usage of groups",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.",
"Filter by completed":"Filter by completed"
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them."
"Filter by assigned user":"Filter by assigned user",
"Unassigned":"Unassigned",
"Filter by status":"Filter by status",
"Filter by completed":"Filter by completed",
"Open and completed":"Open and completed",
"Open":"Open",
"Completed":"Completed",
@@ -254,9 +254,8 @@
"Add due date":"Add due date",
"Choose a date":"Choose a date",
"Remove due date":"Remove due date",
"Mark as done":"Mark as done",
"Due at:":"Due at:",
"Not done":"Not done",
"Not completed":"Not completed",
"Unarchive card":"Unarchive card",
"Archive card":"Archive card",
"Select Date":"Select Date",
@@ -276,6 +275,7 @@
"Assign to me":"Assign to me",
"Unassign myself":"Unassign myself",
"Mark as not done":"Mark as not done",
"Mark as done":"Mark as done",
"Delete card":"Delete card",
"Card deleted":"Card deleted",
"seconds ago":"seconds ago",
@@ -382,7 +382,6 @@
"Next month":"Next month",
"List is empty":"List is empty",
"Limit deck usage of groups":"Limit deck usage of groups",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.",
"Filter by completed":"Filter by completed"
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them."
"Filter by assigned user":"Filtrar por usuario asignado",
"Unassigned":"No asignado",
"Filter by completed":"Filtrar por completados",
"Open and completed":"Abiertos y completados",
"Open":"Abrir",
"Completed":"Completado",
@@ -255,9 +256,8 @@ OC.L10N.register(
"Add due date":"Añadir fecha de vencimiento",
"Choose a date":"Elija una fecha",
"Remove due date":"Eliminar fecha límite",
"Mark as done":"Marcar como hecho",
"Due at:":"Vence el:",
"Not done":"No está finalizado",
"Not completed":"No completado",
"Unarchive card":"Desarchivar tarjeta",
"Archive card":"Archivar tarjeta",
"Select Date":"Seleccione la fecha",
@@ -277,6 +277,7 @@ OC.L10N.register(
"Assign to me":"Asignarme a mí",
"Unassign myself":"Desasignarme a mí mismo",
"Mark as not done":"Marcar como no completado",
"Mark as done":"Marcar como hecho",
"Delete card":"Eliminar tarjeta",
"Card deleted":"Tarjeta borrada",
"seconds ago":"hace unos segundos",
@@ -383,7 +384,6 @@ OC.L10N.register(
"Next month":"Mes siguiente",
"List is empty":"La lista está vacía",
"Limit deck usage of groups":"Limitar el uso de Deck a grupos",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limitar Deck impedirá que usuarios que no formen parte de esos grupos creen sus propios tableros. Los usuarios todavía podrán trabajar en tableros que hayan sido compartidos con ellos.",
"Filter by completed":"Filtrar por completados"
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limitar Deck impedirá que usuarios que no formen parte de esos grupos creen sus propios tableros. Los usuarios todavía podrán trabajar en tableros que hayan sido compartidos con ellos."
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
"Filter by assigned user":"Filtrar por usuario asignado",
"Unassigned":"No asignado",
"Filter by completed":"Filtrar por completados",
"Open and completed":"Abiertos y completados",
"Open":"Abrir",
"Completed":"Completado",
@@ -253,9 +254,8 @@
"Add due date":"Añadir fecha de vencimiento",
"Choose a date":"Elija una fecha",
"Remove due date":"Eliminar fecha límite",
"Mark as done":"Marcar como hecho",
"Due at:":"Vence el:",
"Not done":"No está finalizado",
"Not completed":"No completado",
"Unarchive card":"Desarchivar tarjeta",
"Archive card":"Archivar tarjeta",
"Select Date":"Seleccione la fecha",
@@ -275,6 +275,7 @@
"Assign to me":"Asignarme a mí",
"Unassign myself":"Desasignarme a mí mismo",
"Mark as not done":"Marcar como no completado",
"Mark as done":"Marcar como hecho",
"Delete card":"Eliminar tarjeta",
"Card deleted":"Tarjeta borrada",
"seconds ago":"hace unos segundos",
@@ -381,7 +382,6 @@
"Next month":"Mes siguiente",
"List is empty":"La lista está vacía",
"Limit deck usage of groups":"Limitar el uso de Deck a grupos",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limitar Deck impedirá que usuarios que no formen parte de esos grupos creen sus propios tableros. Los usuarios todavía podrán trabajar en tableros que hayan sido compartidos con ellos.",
"Filter by completed":"Filtrar por completados"
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limitar Deck impedirá que usuarios que no formen parte de esos grupos creen sus propios tableros. Los usuarios todavía podrán trabajar en tableros que hayan sido compartidos con ellos."
},"pluralForm":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
"You have created a new board {board}":"Ha creado un nuevo tablero {board}",
"{user} has created a new board {board}":"{user} ha creado un nuevo tablero {board}",
"You have deleted the board {board}":"Eliminó el tablero {board}",
"{user} has deleted the board {board}":"{user} eliminó el tablero {board}",
"You have restored the board {board}":"Restauró el tablero {board}",
"{user} has restored the board {board}":"{user} restaruó el tablero {board}",
"You have shared the board {board} with {acl}":"Compartió el tablero {board} con {acl}",
"{user} has shared the board {board} with {acl}":"{user} compartió el tablero {board} con {acl}",
"You have removed {acl} from the board {board}":"Eliminó {acl} del tablero {board}",
"{user} has removed {acl} from the board {board}":"{user} removió {acl} del tablero {board}",
"You have renamed the board {before} to {board}":"Renombró el tablero {before} a {board}",
"{user} has renamed the board {before} to {board}":"{user} renombró el tablero {before} a {board}",
"You have archived the board {board}":"Archivó el tablero {board}",
"{user} has archived the board {before}":"{user} archivó el tablero {before}",
"You have unarchived the board {board}":"Desarchivó el tablero {board}",
"{user} has unarchived the board {before}":"{user} desarchivó el tablero {before}",
"You have created a new list {stack} on board {board}":"Creó una nueva lista {stack} en el tablero {board}",
"{user} has created a new list {stack} on board {board}":"{user} creó una nueva lista {stack} en el tablero {board}",
"You have renamed list {before} to {stack} on board {board}":"Renombró la lista {before} a {stack} en el tablero {board}",
"{user} has renamed list {before} to {stack} on board {board}":"{user} renombró la lista {before} a {stack} en el tablero {board}",
"You have deleted list {stack} on board {board}":"Eliminó la lista {stack} en el tablero {board}",
"{user} has deleted list {stack} on board {board}":"{user} eliminó la lista {stack} en el tablero {board}",
"You have created card {card} in list {stack} on board {board}":"Creó la tarjeta {card} en la lista {stack} en el tablero {board}",
"{user} has created card {card} in list {stack} on board {board}":"{user} creó la tarjeta {card} en la lista {stack} en el tablero {board}",
"You have deleted card {card} in list {stack} on board {board}":"Eliminó la tarjeta {card} de la lista {stack} en el tablero {board}",
"{user} has deleted card {card} in list {stack} on board {board}":"{user} eliminó la tarjeta {card} de la lista {stack} en el tablero {board}",
"You have renamed the card {before} to {card}":"Renombró la tarjeta {before} a {card}",
"{user} has renamed the card {before} to {card}":"{user} renombró la tarjeta {before} a {card}",
"You have added a description to card {card} in list {stack} on board {board}":"Añadió una descripción a la tarjeta {card} de la lista {stack} en el tablero {board}",
"{user} has added a description to card {card} in list {stack} on board {board}":"{user} añadió una descripción a la tarjeta {card} de la lista {stack} en el tablero {board}",
"You have updated the description of card {card} in list {stack} on board {board}":"Actualizó la descripción de la tarjeta {card} de la lista {stack} en el tablero {board}",
"{user} has updated the description of the card {card} in list {stack} on board {board}":"{user} actualizó la descripción de la tarjeta {card} de la lista {stack} en el tablero {board}",
"You have archived card {card} in list {stack} on board {board}":"Archivó la tarjeta {card} de la lista {stack} en el tablero {board}",
"{user} has archived card {card} in list {stack} on board {board}":"{user} archivó la tarjeta {card} de la lista {stack} en el tablero {board}",
"You have unarchived card {card} in list {stack} on board {board}":"Desarchivó la tarjeta {card} de la lista {stack} en el tablero {board}",
"{user} has unarchived card {card} in list {stack} on board {board}":"{user} desarchivó la tarjeta {card} de la lista {stack} en el tablero {board}",
"You have marked the card {card} as done in list {stack} on board {board}":"Marcó la tarjeta {card} como completada de la lista {stack} en el tablero {board}",
"{user} has marked card {card} as done in list {stack} on board {board}":"{user} marcó la tarjeta {card} como completada de la lista {stack} en el tablero {board}",
"You have marked the card {card} as undone in list {stack} on board {board}":"Marcó la tarjeta {card} como no completada de la lista {stack} en el tablero {board}",
"{user} has marked the card {card} as undone in list {stack} on board {board}":"{user} marcó la tarjeta {card} como no completada de la lista {stack} en el tablero {board}",
"You have removed the due date of card {card}":"Eliminó la fecha límite de la tarjeta {card}",
"{user} has removed the due date of card {card}":"{user} eliminó la fecha límite de la tarjeta {card}",
"You have set the due date of card {card} to {after}":"Estableció la fecha límite de la tarjeta {card} como {after}",
"{user} has set the due date of card {card} to {after}":"{user} estableció la fecha límite de la tarjeta {card} como {after}",
"You have updated the due date of card {card} to {after}":"Actualizó la fecha límite de la tarjeta {card} como {after}",
"{user} has updated the due date of card {card} to {after}":"{user} actualizó la fecha límite de la tarjeta {card} como {after}",
"You have added the tag {label} to card {card} in list {stack} on board {board}":"Añadió la etiqueta {label} a la tarjeta {card} de la lista {stack} en el tablero {board}",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}":"{user} añadió la etiqueta {label} a la tarjeta {card} de la lista {stack} en el tablero {board}",
"You have removed the tag {label} from card {card} in list {stack} on board {board}":"Eliminó la etiqueta {label} de la tarjeta {card} de la lista {stack} en el tablero {board}",
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}":"{user} eliminó la etiqueta {label} de la tarjeta {card} de la lista {stack} en el tablero {board}",
"You have assigned {assigneduser} to card {card} on board {board}":"Asignó a {assigneduser} la tarjeta {card} en el tablero {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}":"{user} asignó a {assigneduser} la tarjeta {card} en el tablero {board}",
"You have unassigned {assigneduser} from card {card} on board {board}":"Quitó a {assigneduser} de la tarjeta {card} en el tablero {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}":"{user} quitó a {assigneduser} de la tarjeta {card} en el tablero {board}",
"You have moved the card {card} from list {stackBefore} to {stack}":"Movió la tarjeta {card} de la lista {stackBefore} a {stack}",
"{user} has moved the card {card} from list {stackBefore} to {stack}":"{user} movió la tarjeta {card} de la lista {stackBefore} a {stack}",
"You have added the attachment {attachment} to card {card}":"Añadió el adjunto {attachment} a la tarjeta {card}",
"{user} has added the attachment {attachment} to card {card}":"{user} añadió el adjunto {attachment} a la tarjeta {card}",
"You have updated the attachment {attachment} on card {card}":"Actualizó el adjunto {attachment} de la tarjeta {card}",
"{user} has updated the attachment {attachment} on card {card}":"{user} actualizó el adjunto {attachment} de la tarjeta {card}",
"You have deleted the attachment {attachment} from card {card}":"Eliminó el adjunto {attachment} de la tarjeta {card}",
"{user} has deleted the attachment {attachment} from card {card}":"{user} eliminó el adjunto {attachment} de la tarjeta {card}",
"You have restored the attachment {attachment} to card {card}":"Restauró el adjunto {attachment} de la tarjeta {card}",
"{user} has restored the attachment {attachment} to card {card}":"{user} restauró el adjunto {attachment} de la tarjeta {card}",
"You have commented on card {card}":"Comentó en la tarjeta {card}",
"{user} has commented on card {card}":"{user} comentó en la tarjeta {card}",
"Deck":"Deck",
"Changes in the <strong>Deck app</strong>":"Cambios en la aplicación <strong>Deck</strong>",
"A <strong>board, list or card</strong> was changed":"Un <strong>tablero, lista o tarjeta</strong> cambió",
"A <strong>comment</strong> was created on a card":"Se creó un <strong>comentario</strong> en una tarjeta",
"A <strong>card description</strong> has been changed":"Se cambió una <strong>descripción de tarjeta</strong>",
"Cards due today":"Tarjetas para hoy",
"Cards due tomorrow":"Tarjetas para mañana",
"Upcoming cards":"Tarjetas próximas",
"Load more":"Cargar más",
"Personal":"Personal",
"The card \"%s\" on \"%s\" has reached its due date.":"La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
"The board \"%s\" has been shared with you by %s.":"El tablero \"%s\" ha sido compartido contigo por %s.",
@@ -96,27 +22,15 @@ OC.L10N.register(
"Could not write file to disk":"No fue posible escribir a disco",
"A PHP extension stopped the file upload":"Una extensión de PHP detuvo la carga del archivo",
"No file uploaded or file size exceeds maximum of %s":"No se ha cargado ningún archivo o el tamaño del archivo excede el máximo de %s",
"Card not found":"No se encontró la tarjeta",
"Invalid date, date format must be YYYY-MM-DD":"La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Add board":"Añadir pizarra",
"Move card":"Mover tarjeta",
"Cancel":"Cancelar",
"File already exists":"El archivo ya existe",
"Do you want to overwrite it?":"¿Deseas sobre escribirlo?",
"Drop your files to upload":"Arrastre sus archivos para cargar",
"You have created a new board {board}":"Ha creado un nuevo tablero {board}",
"{user} has created a new board {board}":"{user} ha creado un nuevo tablero {board}",
"You have deleted the board {board}":"Eliminó el tablero {board}",
"{user} has deleted the board {board}":"{user} eliminó el tablero {board}",
"You have restored the board {board}":"Restauró el tablero {board}",
"{user} has restored the board {board}":"{user} restaruó el tablero {board}",
"You have shared the board {board} with {acl}":"Compartió el tablero {board} con {acl}",
"{user} has shared the board {board} with {acl}":"{user} compartió el tablero {board} con {acl}",
"You have removed {acl} from the board {board}":"Eliminó {acl} del tablero {board}",
"{user} has removed {acl} from the board {board}":"{user} removió {acl} del tablero {board}",
"You have renamed the board {before} to {board}":"Renombró el tablero {before} a {board}",
"{user} has renamed the board {before} to {board}":"{user} renombró el tablero {before} a {board}",
"You have archived the board {board}":"Archivó el tablero {board}",
"{user} has archived the board {before}":"{user} archivó el tablero {before}",
"You have unarchived the board {board}":"Desarchivó el tablero {board}",
"{user} has unarchived the board {before}":"{user} desarchivó el tablero {before}",
"You have created a new list {stack} on board {board}":"Creó una nueva lista {stack} en el tablero {board}",
"{user} has created a new list {stack} on board {board}":"{user} creó una nueva lista {stack} en el tablero {board}",
"You have renamed list {before} to {stack} on board {board}":"Renombró la lista {before} a {stack} en el tablero {board}",
"{user} has renamed list {before} to {stack} on board {board}":"{user} renombró la lista {before} a {stack} en el tablero {board}",
"You have deleted list {stack} on board {board}":"Eliminó la lista {stack} en el tablero {board}",
"{user} has deleted list {stack} on board {board}":"{user} eliminó la lista {stack} en el tablero {board}",
"You have created card {card} in list {stack} on board {board}":"Creó la tarjeta {card} en la lista {stack} en el tablero {board}",
"{user} has created card {card} in list {stack} on board {board}":"{user} creó la tarjeta {card} en la lista {stack} en el tablero {board}",
"You have deleted card {card} in list {stack} on board {board}":"Eliminó la tarjeta {card} de la lista {stack} en el tablero {board}",
"{user} has deleted card {card} in list {stack} on board {board}":"{user} eliminó la tarjeta {card} de la lista {stack} en el tablero {board}",
"You have renamed the card {before} to {card}":"Renombró la tarjeta {before} a {card}",
"{user} has renamed the card {before} to {card}":"{user} renombró la tarjeta {before} a {card}",
"You have added a description to card {card} in list {stack} on board {board}":"Añadió una descripción a la tarjeta {card} de la lista {stack} en el tablero {board}",
"{user} has added a description to card {card} in list {stack} on board {board}":"{user} añadió una descripción a la tarjeta {card} de la lista {stack} en el tablero {board}",
"You have updated the description of card {card} in list {stack} on board {board}":"Actualizó la descripción de la tarjeta {card} de la lista {stack} en el tablero {board}",
"{user} has updated the description of the card {card} in list {stack} on board {board}":"{user} actualizó la descripción de la tarjeta {card} de la lista {stack} en el tablero {board}",
"You have archived card {card} in list {stack} on board {board}":"Archivó la tarjeta {card} de la lista {stack} en el tablero {board}",
"{user} has archived card {card} in list {stack} on board {board}":"{user} archivó la tarjeta {card} de la lista {stack} en el tablero {board}",
"You have unarchived card {card} in list {stack} on board {board}":"Desarchivó la tarjeta {card} de la lista {stack} en el tablero {board}",
"{user} has unarchived card {card} in list {stack} on board {board}":"{user} desarchivó la tarjeta {card} de la lista {stack} en el tablero {board}",
"You have marked the card {card} as done in list {stack} on board {board}":"Marcó la tarjeta {card} como completada de la lista {stack} en el tablero {board}",
"{user} has marked card {card} as done in list {stack} on board {board}":"{user} marcó la tarjeta {card} como completada de la lista {stack} en el tablero {board}",
"You have marked the card {card} as undone in list {stack} on board {board}":"Marcó la tarjeta {card} como no completada de la lista {stack} en el tablero {board}",
"{user} has marked the card {card} as undone in list {stack} on board {board}":"{user} marcó la tarjeta {card} como no completada de la lista {stack} en el tablero {board}",
"You have removed the due date of card {card}":"Eliminó la fecha límite de la tarjeta {card}",
"{user} has removed the due date of card {card}":"{user} eliminó la fecha límite de la tarjeta {card}",
"You have set the due date of card {card} to {after}":"Estableció la fecha límite de la tarjeta {card} como {after}",
"{user} has set the due date of card {card} to {after}":"{user} estableció la fecha límite de la tarjeta {card} como {after}",
"You have updated the due date of card {card} to {after}":"Actualizó la fecha límite de la tarjeta {card} como {after}",
"{user} has updated the due date of card {card} to {after}":"{user} actualizó la fecha límite de la tarjeta {card} como {after}",
"You have added the tag {label} to card {card} in list {stack} on board {board}":"Añadió la etiqueta {label} a la tarjeta {card} de la lista {stack} en el tablero {board}",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}":"{user} añadió la etiqueta {label} a la tarjeta {card} de la lista {stack} en el tablero {board}",
"You have removed the tag {label} from card {card} in list {stack} on board {board}":"Eliminó la etiqueta {label} de la tarjeta {card} de la lista {stack} en el tablero {board}",
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}":"{user} eliminó la etiqueta {label} de la tarjeta {card} de la lista {stack} en el tablero {board}",
"You have assigned {assigneduser} to card {card} on board {board}":"Asignó a {assigneduser} la tarjeta {card} en el tablero {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}":"{user} asignó a {assigneduser} la tarjeta {card} en el tablero {board}",
"You have unassigned {assigneduser} from card {card} on board {board}":"Quitó a {assigneduser} de la tarjeta {card} en el tablero {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}":"{user} quitó a {assigneduser} de la tarjeta {card} en el tablero {board}",
"You have moved the card {card} from list {stackBefore} to {stack}":"Movió la tarjeta {card} de la lista {stackBefore} a {stack}",
"{user} has moved the card {card} from list {stackBefore} to {stack}":"{user} movió la tarjeta {card} de la lista {stackBefore} a {stack}",
"You have added the attachment {attachment} to card {card}":"Añadió el adjunto {attachment} a la tarjeta {card}",
"{user} has added the attachment {attachment} to card {card}":"{user} añadió el adjunto {attachment} a la tarjeta {card}",
"You have updated the attachment {attachment} on card {card}":"Actualizó el adjunto {attachment} de la tarjeta {card}",
"{user} has updated the attachment {attachment} on card {card}":"{user} actualizó el adjunto {attachment} de la tarjeta {card}",
"You have deleted the attachment {attachment} from card {card}":"Eliminó el adjunto {attachment} de la tarjeta {card}",
"{user} has deleted the attachment {attachment} from card {card}":"{user} eliminó el adjunto {attachment} de la tarjeta {card}",
"You have restored the attachment {attachment} to card {card}":"Restauró el adjunto {attachment} de la tarjeta {card}",
"{user} has restored the attachment {attachment} to card {card}":"{user} restauró el adjunto {attachment} de la tarjeta {card}",
"You have commented on card {card}":"Comentó en la tarjeta {card}",
"{user} has commented on card {card}":"{user} comentó en la tarjeta {card}",
"Deck":"Deck",
"Changes in the <strong>Deck app</strong>":"Cambios en la aplicación <strong>Deck</strong>",
"A <strong>board, list or card</strong> was changed":"Un <strong>tablero, lista o tarjeta</strong> cambió",
"A <strong>comment</strong> was created on a card":"Se creó un <strong>comentario</strong> en una tarjeta",
"A <strong>card description</strong> has been changed":"Se cambió una <strong>descripción de tarjeta</strong>",
"Cards due today":"Tarjetas para hoy",
"Cards due tomorrow":"Tarjetas para mañana",
"Upcoming cards":"Tarjetas próximas",
"Load more":"Cargar más",
"Personal":"Personal",
"The card \"%s\" on \"%s\" has reached its due date.":"La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
"The board \"%s\" has been shared with you by %s.":"El tablero \"%s\" ha sido compartido contigo por %s.",
@@ -94,27 +20,15 @@
"Could not write file to disk":"No fue posible escribir a disco",
"A PHP extension stopped the file upload":"Una extensión de PHP detuvo la carga del archivo",
"No file uploaded or file size exceeds maximum of %s":"No se ha cargado ningún archivo o el tamaño del archivo excede el máximo de %s",
"Card not found":"No se encontró la tarjeta",
"Invalid date, date format must be YYYY-MM-DD":"La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Add board":"Añadir pizarra",
"Move card":"Mover tarjeta",
"Cancel":"Cancelar",
"File already exists":"El archivo ya existe",
"Do you want to overwrite it?":"¿Deseas sobre escribirlo?",
"Drop your files to upload":"Arrastre sus archivos para cargar",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Ziur zaude {title} taula ezabatu nahi duzula? Honek taula honen datu guztiak ezabatuko ditu, artxibatutako txartelak barne.",
"Limit deck usage of groups":"Mugatu taldeek Deck erabiltzeko aukera",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Deck mugatzeak taldeetako kide ez diren erabiltzaileei beren taula propioak sortzea eragotziko die. Erabiltzaileek beraiekin partekatu diren tauletan lan egin ahalko dute.",
"Filter by completed":"Iragazi osatutakoen arabera"
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Deck mugatzeak taldeetako kide ez diren erabiltzaileei beren taula propioak sortzea eragotziko die. Erabiltzaileek beraiekin partekatu diren tauletan lan egin ahalko dute."
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Ziur zaude {title} taula ezabatu nahi duzula? Honek taula honen datu guztiak ezabatuko ditu, artxibatutako txartelak barne.",
"Limit deck usage of groups":"Mugatu taldeek Deck erabiltzeko aukera",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Deck mugatzeak taldeetako kide ez diren erabiltzaileei beren taula propioak sortzea eragotziko die. Erabiltzaileek beraiekin partekatu diren tauletan lan egin ahalko dute.",
"Filter by completed":"Iragazi osatutakoen arabera"
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Deck mugatzeak taldeetako kide ez diren erabiltzaileei beren taula propioak sortzea eragotziko die. Erabiltzaileek beraiekin partekatu diren tauletan lan egin ahalko dute."
"{user} has archived card {card} in list {stack} on board {board}":"{user} a archivé la carte {card} de la liste {stack} du tableau {board}",
"You have unarchived card {card} in list {stack} on board {board}":"Vous avez désarchivé la carte {card} de la liste {stack} du tableau {board}",
"{user} has unarchived card {card} in list {stack} on board {board}":"{user} a désarchivé la carte {card} de la liste {stack} du tableau {board}",
"You have marked the card {card} as done in list {stack} on board {board}":"Vous avez marqué la carte {card} comme faite dans la liste {stack} sur le tableau {board}",
"{user} has marked card {card} as done in list {stack} on board {board}":"{user} a marqué la carte {card} comme faite dans la liste {stack} sur le tableau {board}",
"You have marked the card {card} as undone in list {stack} on board {board}":"Vous avez marqué la carte {card} comme non faite dans la liste {stack} sur le tableau {board}",
"{user} has marked the card {card} as undone in list {stack} on board {board}":"{user} a marqué la carte {card} comme non faite dans la liste {stack} sur le tableau {board}",
"You have marked the card {card} as done in list {stack} on board {board}":"Vous avez marqué la carte {card} comme terminée dans la liste {stack} sur le tableau {board}",
"{user} has marked card {card} as done in list {stack} on board {board}":"{user} a marqué la carte {card} comme terminée dans la liste {stack} sur le tableau {board}",
"You have marked the card {card} as undone in list {stack} on board {board}":"Vous avez marqué la carte {card} comme non terminée dans la liste {stack} sur le tableau {board}",
"{user} has marked the card {card} as undone in list {stack} on board {board}":"{user} a marqué la carte {card} comme non terminée dans la liste {stack} sur le tableau {board}",
"You have removed the due date of card {card}":"Vous avez supprimé la date d'échéance de la carte {card}",
"{user} has removed the due date of card {card}":"{user} a supprimé la date d'échéance de la carte {card}",
"You have set the due date of card {card} to {after}":"Vous avez établi la date d'échéance de la carte {card} au {after}",
@@ -101,7 +101,7 @@ OC.L10N.register(
"copy":"copie",
"To do":"À faire",
"Doing":"En cours",
"Done":"Fait",
"Done":"Terminé",
"Example Task 3":"Exemple de tâche 3",
"Example Task 2":"Exemple de tâche 2",
"Example Task 1":"Exemple de tâche 1",
@@ -149,6 +149,7 @@ OC.L10N.register(
"Filter by tag":"Filtrer par étiquette",
"Filter by assigned user":"Filtrer par utilisateur",
"Unassigned":"Non attribué",
"Filter by completed":"Filtrer par terminé",
"Open and completed":"Ouvert et terminé",
"Open":"Ouvrir",
"Completed":"Terminé",
@@ -255,9 +256,8 @@ OC.L10N.register(
"Add due date":"Ajouter une date d'échéance",
"Choose a date":"Sélectionner une date",
"Remove due date":"Retirer la date d'échéance",
"Mark as done":"Marquer comme fait",
"Due at:":"Dû au :",
"Not done":"Non fait",
"Not completed":"Non terminé",
"Unarchive card":"Sortir la carte des archives",
"Archive card":"Archiver la carte",
"Select Date":"Sélectionnez une date",
@@ -276,7 +276,8 @@ OC.L10N.register(
"Card details":"Détails de la carte",
"Assign to me":"Me l'affecter",
"Unassign myself":"Me désaffecter",
"Mark as not done":"Marquer comme non fait",
"Mark as not done":"Marquer comme non terminée",
"Mark as done":"Marquer comme fait",
"Delete card":"Supprimer la carte",
"Card deleted":"Carte supprimée",
"seconds ago":"à l'instant",
@@ -383,7 +384,6 @@ OC.L10N.register(
"Next month":"Mois suivant",
"List is empty":"La liste est vide",
"Limit deck usage of groups":"Limiter l'utilisation de Deck aux groupes",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limiter Deck empêchera les utilisateurs ne faisant pas partie de ces groupes de créer leurs propres tableaux. Ces utilisateurs pourront toujours travailler sur les tableaux qui ont été partagés avec eux.",
"Filter by completed":"Filtrer par terminé"
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limiter Deck empêchera les utilisateurs ne faisant pas partie de ces groupes de créer leurs propres tableaux. Ces utilisateurs pourront toujours travailler sur les tableaux qui ont été partagés avec eux."
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
"{user} has archived card {card} in list {stack} on board {board}":"{user} a archivé la carte {card} de la liste {stack} du tableau {board}",
"You have unarchived card {card} in list {stack} on board {board}":"Vous avez désarchivé la carte {card} de la liste {stack} du tableau {board}",
"{user} has unarchived card {card} in list {stack} on board {board}":"{user} a désarchivé la carte {card} de la liste {stack} du tableau {board}",
"You have marked the card {card} as done in list {stack} on board {board}":"Vous avez marqué la carte {card} comme faite dans la liste {stack} sur le tableau {board}",
"{user} has marked card {card} as done in list {stack} on board {board}":"{user} a marqué la carte {card} comme faite dans la liste {stack} sur le tableau {board}",
"You have marked the card {card} as undone in list {stack} on board {board}":"Vous avez marqué la carte {card} comme non faite dans la liste {stack} sur le tableau {board}",
"{user} has marked the card {card} as undone in list {stack} on board {board}":"{user} a marqué la carte {card} comme non faite dans la liste {stack} sur le tableau {board}",
"You have marked the card {card} as done in list {stack} on board {board}":"Vous avez marqué la carte {card} comme terminée dans la liste {stack} sur le tableau {board}",
"{user} has marked card {card} as done in list {stack} on board {board}":"{user} a marqué la carte {card} comme terminée dans la liste {stack} sur le tableau {board}",
"You have marked the card {card} as undone in list {stack} on board {board}":"Vous avez marqué la carte {card} comme non terminée dans la liste {stack} sur le tableau {board}",
"{user} has marked the card {card} as undone in list {stack} on board {board}":"{user} a marqué la carte {card} comme non terminée dans la liste {stack} sur le tableau {board}",
"You have removed the due date of card {card}":"Vous avez supprimé la date d'échéance de la carte {card}",
"{user} has removed the due date of card {card}":"{user} a supprimé la date d'échéance de la carte {card}",
"You have set the due date of card {card} to {after}":"Vous avez établi la date d'échéance de la carte {card} au {after}",
@@ -99,7 +99,7 @@
"copy":"copie",
"To do":"À faire",
"Doing":"En cours",
"Done":"Fait",
"Done":"Terminé",
"Example Task 3":"Exemple de tâche 3",
"Example Task 2":"Exemple de tâche 2",
"Example Task 1":"Exemple de tâche 1",
@@ -147,6 +147,7 @@
"Filter by tag":"Filtrer par étiquette",
"Filter by assigned user":"Filtrer par utilisateur",
"Unassigned":"Non attribué",
"Filter by completed":"Filtrer par terminé",
"Open and completed":"Ouvert et terminé",
"Open":"Ouvrir",
"Completed":"Terminé",
@@ -253,9 +254,8 @@
"Add due date":"Ajouter une date d'échéance",
"Choose a date":"Sélectionner une date",
"Remove due date":"Retirer la date d'échéance",
"Mark as done":"Marquer comme fait",
"Due at:":"Dû au :",
"Not done":"Non fait",
"Not completed":"Non terminé",
"Unarchive card":"Sortir la carte des archives",
"Archive card":"Archiver la carte",
"Select Date":"Sélectionnez une date",
@@ -274,7 +274,8 @@
"Card details":"Détails de la carte",
"Assign to me":"Me l'affecter",
"Unassign myself":"Me désaffecter",
"Mark as not done":"Marquer comme non fait",
"Mark as not done":"Marquer comme non terminée",
"Mark as done":"Marquer comme fait",
"Delete card":"Supprimer la carte",
"Card deleted":"Carte supprimée",
"seconds ago":"à l'instant",
@@ -381,7 +382,6 @@
"Next month":"Mois suivant",
"List is empty":"La liste est vide",
"Limit deck usage of groups":"Limiter l'utilisation de Deck aux groupes",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limiter Deck empêchera les utilisateurs ne faisant pas partie de ces groupes de créer leurs propres tableaux. Ces utilisateurs pourront toujours travailler sur les tableaux qui ont été partagés avec eux.",
"Filter by completed":"Filtrer par terminé"
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limiter Deck empêchera les utilisateurs ne faisant pas partie de ces groupes de créer leurs propres tableaux. Ces utilisateurs pourront toujours travailler sur les tableaux qui ont été partagés avec eux."
},"pluralForm":"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
"You have created a new board {board}":"Tá bord {board} nua cruthaithe agat",
"{user} has created a new board {board}":"Tá bord {board} nua cruthaithe ag {user}",
"You have deleted the board {board}":"Tá an bord {board} scriosta agat",
"{user} has deleted the board {board}":"Tá an bord {board} scriosta ag {user}",
"You have restored the board {board}":"Tá an bord {board} aischurtha agat",
"{user} has restored the board {board}":"Tá an bord {board} athchóirithe ag {user}",
"You have shared the board {board} with {acl}":"Tá an bord {board} roinnte agat le {acl}",
"{user} has shared the board {board} with {acl}":"Roinn {user} an bord {board} le {acl}",
"You have removed {acl} from the board {board}":"Bhain tú {acl} den chlár {board}",
"{user} has removed {acl} from the board {board}":"Bhain {user} {acl} den chlár {board}",
"You have renamed the board {before} to {board}":"D'athainmnigh tú an bord {before} go {board}",
"{user} has renamed the board {before} to {board}":"D'athainmnigh {user} an bord {before} go {board}",
"You have archived the board {board}":"Tá an bord {board} curtha i gcartlann agat",
"{user} has archived the board {before}":"Chuir {user} an clár i gcartlann {roimh}",
"You have unarchived the board {board}":"Tá an bord {board} díchartlannaithe agat",
"{user} has unarchived the board {before}":"Rinne {user} an clár a dhíchartlannú {before}",
"You have created a new list {stack} on board {board}":"Tá liosta {stack} nua cruthaithe agat ar bord {board}",
"{user} has created a new list {stack} on board {board}":"Chruthaigh {user} liosta {stack} nua ar bord {board}",
"You have renamed list {before} to {stack} on board {board}":"D'athainmnigh tú an liosta {before} mar {stack} ar bord {board}",
"{user} has renamed list {before} to {stack} on board {board}":"D'athainmnigh {user} an liosta {before} go {stack} ar bord {board}",
"You have deleted list {stack} on board {board}":"Tá an liosta {stack} scriosta agat ar bord {board}",
"{user} has deleted list {stack} on board {board}":"Scrios {user} an liosta {stack} ar bord {board}",
"You have created card {card} in list {stack} on board {board}":"Chruthaigh tú cárta {card} sa liosta {stack} ar bord {board}",
"{user} has created card {card} in list {stack} on board {board}":"Chruthaigh {user} cárta {card} sa liosta {stack} ar bord {board}",
"You have deleted card {card} in list {stack} on board {board}":"Tá cárta {card} scriosta agat sa liosta {stack} ar bord {board}",
"{user} has deleted card {card} in list {stack} on board {board}":"scrios {user} cárta {card} sa liosta {stack} ar bord {board}",
"You have renamed the card {before} to {card}":"D'athainmnigh tú an cárta {before} go {card}",
"{user} has renamed the card {before} to {card}":"D'athainmnigh {user} an cárta {before} go {card}",
"You have added a description to card {card} in list {stack} on board {board}":"Chuir tú cur síos le cárta {card} sa liosta {stack} ar bord {board}",
"{user} has added a description to card {card} in list {stack} on board {board}":"Chuir {user} cur síos le cárta {card} sa liosta {stack} ar bord {board}",
"You have updated the description of card {card} in list {stack} on board {board}":"Tá an cur síos ar chárta {card} sa liosta {stack} ar bord {board} nuashonraithe agat",
"{user} has updated the description of the card {card} in list {stack} on board {board}":"Tá an cur síos ar an gcárta {card} sa liosta {stack} ar bord {board} nuashonraithe ag {user}",
"You have archived card {card} in list {stack} on board {board}":"Tá cárta {card} sa chartlann agat sa liosta {stack} ar bord {board}",
"{user} has archived card {card} in list {stack} on board {board}":"Chuir {user} cárta {card} sa liosta {stack} ar bord {board}",
"You have unarchived card {card} in list {stack} on board {board}":"Tá cárta {card} dí-cartlannaithe agat sa liosta {stack} ar bord {board}",
"{user} has unarchived card {card} in list {stack} on board {board}":"Tá {card} neamhchartlannaithe ag {user} sa liosta {stack} ar bord {board}",
"You have marked the card {card} as done in list {stack} on board {board}":"Tá an cárta {card} marcáilte agat mar a rinneadh sa liosta {stack} ar bord {board}",
"{user} has marked card {card} as done in list {stack} on board {board}":"Mharcáil {user} cárta {card} mar a rinneadh sa liosta {stack} ar bord {board}",
"You have marked the card {card} as undone in list {stack} on board {board}":"Tá tú tar éis an cárta {card} a mharcáil mar rud cealaithe sa liosta {stack} ar bord {board}",
"{user} has marked the card {card} as undone in list {stack} on board {board}":"Mharcáil {user} an cárta {card} mar rud cealaithe sa liosta {stack} ar bord {board}",
"You have removed the due date of card {card}":"Bhain tú dáta dlite an chárta {card}",
"{user} has removed the due date of card {card}":"Bhain {user} dáta dlite an chárta {card}",
"You have set the due date of card {card} to {after}":"Tá dáta dlite an chárta {card} socraithe agat go dtí {after}",
"{user} has set the due date of card {card} to {after}":"Tá dáta dlite an chárta {card} socraithe ag {user} go dtí {after}",
"You have updated the due date of card {card} to {after}":"Tá dáta dlite cárta {card} nuashonraithe agat go dtí {after}",
"{user} has updated the due date of card {card} to {after}":"Tá dáta dlite an chárta {card} nuashonraithe ag {user} go dtí {after}",
"You have added the tag {label} to card {card} in list {stack} on board {board}":"Chuir tú an chlib {label} le cárta {card} sa liosta {stack} ar bord {board}",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}":"Chuir {user} an chlib {label} le cárta {card} sa liosta {stack} ar bord {board}",
"You have removed the tag {label} from card {card} in list {stack} on board {board}":"Bhain tú an chlib {label} de chárta {card} sa liosta {stack} ar bord {board}",
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}":"Bhain {user} an chlib {label} de chárta {card} sa liosta {stack} ar bord {board}",
"You have assigned {assigneduser} to card {card} on board {board}":"Shann tú {assigneduser} do chárta {card} ar bord {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}":"Tá {user} sannta {assigneduser} do chárta {card} ar bord {board}",
"You have unassigned {assigneduser} from card {card} on board {board}":"Tá {assigneduser} díshannta agat ó chárta {card} ar bord {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}":"Tá {user} díshannaithe {user} ó chárta {card} ar bord {board}",
"You have moved the card {card} from list {stackBefore} to {stack}":"Bhog tú an cárta {card} ón liosta {stackBefore} go {stack}",
"{user} has moved the card {card} from list {stackBefore} to {stack}":"Bhog {user} an cárta {card} ón liosta {stackBefore} go {stack}",
"You have added the attachment {attachment} to card {card}":"Chuir tú an ceangaltán {attachment} le cárta {card}",
"{user} has added the attachment {attachment} to card {card}":"Chuir {user} an ceangaltán {attachment} le cárta {card}",
"You have updated the attachment {attachment} on card {card}":"Tá an ceangaltán {attachment} ar chárta {card} nuashonraithe agat",
"{user} has updated the attachment {attachment} on card {card}":"Tá an ceangaltán {attachment} ar chárta {card} nuashonraithe ag {user}",
"You have deleted the attachment {attachment} from card {card}":"Scrios tú an ceangaltán {attachment} de chárta {card}",
"{user} has deleted the attachment {attachment} from card {card}":"Scrios {user} an ceangaltán {attachment} ó chárta {card}",
"You have restored the attachment {attachment} to card {card}":"Tá an ceangaltán {attachment} aischurtha go cárta {card}",
"{user} has restored the attachment {attachment} to card {card}":"Tá {user} tar éis an ceangaltán {attachment} a aischur chuig cárta {card}",
"You have commented on card {card}":"Rinne tú nóta tráchta ar chárta {card}",
"{user} has commented on card {card}":"Rinne {user} nóta tráchta ar chárta {card}",
"Deck":"Deic",
"Changes in the <strong>Deck app</strong>":"Athruithe san aip 1Deck1",
"A <strong>board, list or card</strong> was changed":"Athraíodh <strong>chlár, liosta nó cárta</strong> ",
"A <strong>comment</strong> was created on a card":"Cruthaíodh <strong>trácht</strong> ar chárta",
"A <strong>card description</strong> has been changed":"Athraíodh <strong>cur síos chárta</strong> ",
"Cards due today":"Cártaí dlite inniu",
"Cards due tomorrow":"Cártaí dlite amárach",
"Upcoming cards":"Cártaí atá le teacht",
"Load more":"Luchtaigh níos mó",
"Personal":"Pearsanta",
"The card \"%s\" on \"%s\" has been assigned to you by %s.":"Tá an cárta \"%s\" ar \"%s\" tugtha duit ag %s.",
"{user} has assigned the card {deck-card} on {deck-board} to you.":"Shann {user} an cárta {deck-card} ar {deck-board} duit.",
"The card \"%s\" on \"%s\" has reached its due date.":"Tá an dáta dlite sroichte ag an gcárta \"%s\" ar \"%s\".",
"The card {deck-card} on {deck-board} has reached its due date.":"Tá an dáta dlite sroichte ag an gcárta {deck-card} ar {deck-board}.",
"%s has mentioned you in a comment on \"%s\".":"Luaigh %s tú i nóta tráchta ar \"%s\".",
"{user} has mentioned you in a comment on {deck-card}.":"Luaigh {user} thú i nóta tráchta ar {deck-card}.",
"The board \"%s\" has been shared with you by %s.":"Tá an clár \"%s\" roinnte leat ag %s.",
"{user} has shared {deck-board} with you.":"Roinn {user} {deck-board} leat.",
"Deck board":"Bord deic",
"Owned by %1$s":"Is le %1$s í",
"Deck boards, cards and comments":"Cláir deic, cártaí agus tuairimí",
"From %1$s, in %2$s/%3$s, owned by %4$s":"Ó %1$s, i %2$s/%3$s, ar le %4$s é",
"Create a new deck card":"Cruthaigh cárta deic nua",
"Card comments":"Tuairimí cártaí",
"%s on %s":"%s ar %s",
"Deck boards and cards":"Cláir deic agus cártaí",
"No data was provided to create an attachment.":"Níor soláthraíodh aon sonraí chun ceangaltán a chruthú.",
"Finished":"Críochnaithe",
"To review":"Chun athbhreithniú a dhéanamh",
"Action needed":"Gníomh de dhíth",
"Later":"Níos déanaí",
"copy":"cóip",
"To do":"A dhéanamh",
"Doing":"Ag déanamh",
"Done":"Déanta",
"Example Task 3":"Tasc Sampla 3",
"Example Task 2":"Tasc Sampla 2",
"Example Task 1":"Tasc Sampla 1",
"The file was uploaded":"Uaslódáladh an comhad",
"The uploaded file exceeds the upload_max_filesize directive in php.ini":"Sáraíonn an comhad uaslódáilte an treoir upload_max_filesize i php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"Sáraíonn an comhad uaslódáilte an treoir MAX_FILE_SIZE a sonraíodh san fhoirm HTML",
"The file was only partially uploaded":"Níor uaslódáladh an comhad ach go páirteach",
"No file was uploaded":"Níor uaslódáladh aon chomhad",
"Missing a temporary folder":"Fillteán sealadach ar iarraidh",
"Could not write file to disk":"Níorbh fhéidir an comhad a scríobh ar an diosca",
"A PHP extension stopped the file upload":"Chuir síneadh PHP stop le huaslódáil an chomhaid",
"No file uploaded or file size exceeds maximum of %s":"Níl aon chomhad uaslódáilte nó méid comhaid níos mó ná uasmhéid%s",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.":"Tá níos mó ná %s carachtar sa nóta tráchta seo.\nCurtha leis mar cheangaltán leis an gcárta ar a bhfuil an t-ainm %s.\nInrochtana ar URL: %s.",
"Card not found":"Cárta gan aimsiú",
"Path is already shared with this card":"Tá an chonair roinnte leis an gcárta seo cheana féin",
"Invalid date, date format must be YYYY-MM-DD":"Dáta neamhbhailí, caithfidh formáid an dáta a bheith BBBB-MM-DD",
"Personal planning and team project organization":"Pleanáil phearsanta agus eagrú tionscadail foirne",
"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":"Is uirlis eagraíochta stíl kanban é Deck atá dírithe ar phleanáil phearsanta agus eagrú tionscadail d'fhoirne atá comhtháite le Nextcloud.\n\n\n- 📥 Cuir do thascanna le cártaí agus cuir in ord iad\n- 📄 Scríobh síos nótaí breise i Markdown\n- 🔖 Sann lipéid le haghaidh eagrú níos fearr fós\n- 👥 Roinn le d'fhoireann, do chairde nó do theaghlach\n- 📎 Ceangail comhaid agus leabaigh iad i do chur síos Markdown\n- 💬 Déan plé le d’fhoireann ag úsáid tuairimí\n- ⚡ Coinnigh súil ar athruithe sa sruth gníomhaíochta\n- 🚀 Eagraigh do thionscadal",
"Add board":"Cuir bord leis",
"Select the board to link to a project":"Roghnaigh an clár chun nasc a dhéanamh le tionscadal",
"Search by board title":"Cuardaigh de réir teideal an bhoird",
"Select board":"Roghnaigh bord",
"Move card to another board":"Bog cárta go bord eile",
"Select a board":"Roghnaigh bord",
"No lists available":"Níl aon liostaí ar fáil",
"Select a list":"Roghnaigh liosta",
"Move card":"Bog cárta",
"Cancel":"Cealaigh",
"Select a card":"Roghnaigh cárta",
"Select the card to link to a project":"Roghnaigh an cárta chun nascadh le tionscadal",
"Link to card":"Nasc le cárta",
"File already exists":"Tá an comhad ann cheana féin",
"A file with the name {filename} already exists.":"Tá comhad leis an ainm {filename} ann cheana féin.",
"Do you want to overwrite it?":"Ar mhaith leat é a fhorscríobh?",
"Overwrite file":"Forscríobh comhad",
"Keep existing file":"Coinnigh an comhad atá ann cheana féin",
"This board is read only":"Tá an bord seo léite amháin",
"Drop your files to upload":"Scaoil do chuid comhad le huaslódáil",
"Add card":"Cuir cárta leis",
"Archived cards":"Cártaí cartlainne",
"Add list":"Cuir liosta leis",
"List name":"Ainm an liosta",
"Active filters":"Scagairí gníomhacha",
"Apply filter":"Cuir scagaire i bhfeidhm",
"Filter by tag":"Scag le clib",
"Filter by assigned user":"Scag de réir úsáideora sannta",
"Unassigned":"Neamhshannta",
"Filter by status":"Scag de réir stádais",
"Open and completed":"Oscailte agus críochnaithe",
"Edit card title":"Cuir teideal an chárta in eagar",
"Card details":"Sonraí cártaí",
"Assign to me":"Sann dom",
"Unassign myself":"Díshannadh mé féin",
"Mark as not done":"Marcáil mar nach bhfuil déanta",
"Delete card":"Scrios cárta",
"Card deleted":"Cárta scriosta",
"seconds ago":"soicind ó shin",
"Keyboard shortcuts":"Aicearraí méarchláir",
"Boost your productivity using Deck with keyboard shortcuts.":"Cuir le do tháirgiúlacht ag baint úsáide as Deic le aicearraí méarchláir.",
"Board actions":"Gníomhartha an Bhoird",
"Keyboard shortcut":"Aicearra méarchláir",
"Action":"Gníomh",
"Shift":"Shift",
"Scroll":"Scrollaigh",
"Scroll sideways":"Scrollaigh taobh",
"Navigate between cards":"Déan nascleanúint idir cártaí",
"Esc":"Esc",
"Close card details":"Dún sonraí an chárta",
"Ctrl":"Ctrl",
"Search":"Cuardach",
"Show card filters":"Taispeáin scagairí cártaí",
"Clear card filters":"Glan na scagairí cárta",
"Show help dialog":"Taispeáin dialóg cabhrach",
"Card actions":"Gníomhartha cártaí",
"The following actions can be triggered on the currently highlighted card":"Is féidir na gníomhartha seo a leanas a chur i ngníomh ar an gcárta aibhsithe faoi láthair",
"Enter":"Cuir isteach",
"Space":"Spás",
"Open card details":"Oscail sonraí cárta",
"Edit the card title":"Cuir teideal an chárta in eagar",
"Assign yourself to the current card":"Sann tú féin don chárta reatha",
"Archive/unarchive the current card":"Cuir an cárta reatha i gcartlann/dí-cartlann",
"Mark card as completed/not completed":"Marcáil an cárta mar chríochnaithe/gan chríochnú",
"Open card menu":"Oscail roghchlár cártaí",
"All boards":"Gach boird",
"Archived boards":"Boird chartlainne",
"Shared with you":"Roinnte leat",
"Deck settings":"Socruithe deic",
"Use bigger card view":"Úsáid radharc cárta níos mó",
"Show card ID badge":"Taispeáin suaitheantas aitheantais an chárta",
"Show boards in calendar/tasks":"Taispeáin cláir san fhéilire/tascanna",
"Limit board creation to some groups":"Teorainn a chur le cruthú cláir do roinnt grúpaí",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.":"Ní bheidh úsáideoirí taobh amuigh de na grúpaí sin in ann a gcuid boird féin a chruthú, ach beidh siad fós in ann oibriú ar bhoird atá roinnte leo.",
"Board details":"Sonraí an Bhoird",
"Edit board":"Cuir bord in eagar",
"Clone board":"Clár clón",
"Unarchive board":"Bord gan chartlann",
"Archive board":"Bord cartlainne",
"Export board":"Bord easpórtála",
"Turn on due date reminders":"Cuir meabhrúcháin dáta dlite ar siúl",
"Turn off due date reminders":"Múch meabhrúcháin dáta dlite",
"Due date reminders":"Meabhrúcháin dáta dlite",
"All cards":"Gach cártaí",
"Assigned cards":"Cártaí sannta",
"No notifications":"Gan fógraí",
"Delete board":"Scrios an bord",
"Board {0} deleted":"Scriosadh an bord {0}",
"Only assigned cards":"Cártaí sannta amháin",
"No reminder":"Gan meabhrúchán",
"An error occurred":"Tharla earráid",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"An bhfuil tú cinnte gur mhaith leat an clár {title} a scriosadh? Scriosfaidh sé seo sonraí uile an bhoird seo lena n-áirítear cártaí cartlainne.",
"Delete the board?":"An bhfuil fonn ort an clár a scriosadh?",
"Loading filtered view":"Amharc scagtha á lódáil",
"Today":"Inniu",
"Tomorrow":"Amárach",
"No due":"Níl dlite",
"Search for {searchQuery} in all boards":"Cuardaigh {searchQuery} i ngach clár",
"No results found":"Níor aimsíodh aon torthaí",
"This weekend – {timeLocale}":"An deireadh seachtaine seo - {timeLocale}",
"Deck board {name}\n* Last modified on {lastMod}":"Bord deic {name}\n* Athraithe go deireanach ar {lastMod}",
"{stack} in {board}":"{stack} in {board}",
"Click to expand description":"Cliceáil chun cur síos a leathnú",
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* Cruthaithe ar {created}\n* Athraithe go deireanach ar {lastMod}\n* {nbAttachments} ceangaltán\n* {nbComments} nóta tráchta",
"{nbCards} cards":"cártaí {nbCards}",
"Click to expand comment":"Cliceáil chun trácht a leathnú",
"Create a new card":"Cruthaigh cárta nua",
"Card title":"Teideal an chárta",
"Create card":"Cruthaigh cárta",
"Creating the new card …":"Cárta nua á chruthú…",
"Card \"{card}\" was added to \"{board}\"":"Cuireadh cárta \"{card}\" le \"{board}\"",
"Open card":"Cárta oscailte",
"Close":"Dún",
"No upcoming cards":"Uimh cártaí le teacht",
"upcoming cards today":"cártaí atá le teacht inniu",
"upcoming cards tomorrow":"cártaí atá le teacht amárach",
"Message from {author} in {conversationName}":"Teachtaireacht ó {author} in {conversationName}",
"Something went wrong":"Chuaigh rud eigin mícheart",
"Failed to upload {name}":"Theip ar uaslódáil {name}",
"Maximum file size of {size} exceeded":"Sáraíodh uasmhéid comhaid de {size}",
"Error creating the share":"Earráid agus an sciar á cruthú",
"Share with a Deck card":"Comhroinn le cárta Deic",
"Share {file} with a Deck card":"Roinn {file} le cárta Deic",
"Share":"Comhroinn",
"A <strong>card description</strong> inside the Deck app has been changed":"Athraíodh <strong>cur síos chárta</strong> aobh istigh den aip Deck",
"Timeline":"Timeline",
"Share board with a user, group or circle …":"Roinn an clár le húsáideoir, grúpa nó ciorcal…",
"Searching for users, groups and circles …":"Ag cuardach úsáideoirí, grúpaí agus ciorcail…",
"(Circle)":"(Ciorcal)",
"Assign to users/groups/circles":"Sann d'úsáideoirí/grúpaí/ciorcail",
"Next week":"An tseachtain seo chugainn",
"Next month":"An mhí seo chugainn",
"List is empty":"Tá an liosta folamh",
"Limit deck usage of groups":"Teorainn a chur le húsáid deic na ngrúpaí",
"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.":"Cuirfidh Teorainneacha Deic bac ar úsáideoirí nach bhfuil ina gcuid de na grúpaí sin a gcuid boird féin a chruthú. Beidh úsáideoirí fós in ann oibriú ar chláir a roinntear leo.",
"You have created a new board {board}":"Tá bord {board} nua cruthaithe agat",
"{user} has created a new board {board}":"Tá bord {board} nua cruthaithe ag {user}",
"You have deleted the board {board}":"Tá an bord {board} scriosta agat",
"{user} has deleted the board {board}":"Tá an bord {board} scriosta ag {user}",
"You have restored the board {board}":"Tá an bord {board} aischurtha agat",
"{user} has restored the board {board}":"Tá an bord {board} athchóirithe ag {user}",
"You have shared the board {board} with {acl}":"Tá an bord {board} roinnte agat le {acl}",
"{user} has shared the board {board} with {acl}":"Roinn {user} an bord {board} le {acl}",
"You have removed {acl} from the board {board}":"Bhain tú {acl} den chlár {board}",
"{user} has removed {acl} from the board {board}":"Bhain {user} {acl} den chlár {board}",
"You have renamed the board {before} to {board}":"D'athainmnigh tú an bord {before} go {board}",
"{user} has renamed the board {before} to {board}":"D'athainmnigh {user} an bord {before} go {board}",
"You have archived the board {board}":"Tá an bord {board} curtha i gcartlann agat",
"{user} has archived the board {before}":"Chuir {user} an clár i gcartlann {roimh}",
"You have unarchived the board {board}":"Tá an bord {board} díchartlannaithe agat",
"{user} has unarchived the board {before}":"Rinne {user} an clár a dhíchartlannú {before}",
"You have created a new list {stack} on board {board}":"Tá liosta {stack} nua cruthaithe agat ar bord {board}",
"{user} has created a new list {stack} on board {board}":"Chruthaigh {user} liosta {stack} nua ar bord {board}",
"You have renamed list {before} to {stack} on board {board}":"D'athainmnigh tú an liosta {before} mar {stack} ar bord {board}",
"{user} has renamed list {before} to {stack} on board {board}":"D'athainmnigh {user} an liosta {before} go {stack} ar bord {board}",
"You have deleted list {stack} on board {board}":"Tá an liosta {stack} scriosta agat ar bord {board}",
"{user} has deleted list {stack} on board {board}":"Scrios {user} an liosta {stack} ar bord {board}",
"You have created card {card} in list {stack} on board {board}":"Chruthaigh tú cárta {card} sa liosta {stack} ar bord {board}",
"{user} has created card {card} in list {stack} on board {board}":"Chruthaigh {user} cárta {card} sa liosta {stack} ar bord {board}",
"You have deleted card {card} in list {stack} on board {board}":"Tá cárta {card} scriosta agat sa liosta {stack} ar bord {board}",
"{user} has deleted card {card} in list {stack} on board {board}":"scrios {user} cárta {card} sa liosta {stack} ar bord {board}",
"You have renamed the card {before} to {card}":"D'athainmnigh tú an cárta {before} go {card}",
"{user} has renamed the card {before} to {card}":"D'athainmnigh {user} an cárta {before} go {card}",
"You have added a description to card {card} in list {stack} on board {board}":"Chuir tú cur síos le cárta {card} sa liosta {stack} ar bord {board}",
"{user} has added a description to card {card} in list {stack} on board {board}":"Chuir {user} cur síos le cárta {card} sa liosta {stack} ar bord {board}",
"You have updated the description of card {card} in list {stack} on board {board}":"Tá an cur síos ar chárta {card} sa liosta {stack} ar bord {board} nuashonraithe agat",
"{user} has updated the description of the card {card} in list {stack} on board {board}":"Tá an cur síos ar an gcárta {card} sa liosta {stack} ar bord {board} nuashonraithe ag {user}",
"You have archived card {card} in list {stack} on board {board}":"Tá cárta {card} sa chartlann agat sa liosta {stack} ar bord {board}",
"{user} has archived card {card} in list {stack} on board {board}":"Chuir {user} cárta {card} sa liosta {stack} ar bord {board}",
"You have unarchived card {card} in list {stack} on board {board}":"Tá cárta {card} dí-cartlannaithe agat sa liosta {stack} ar bord {board}",
"{user} has unarchived card {card} in list {stack} on board {board}":"Tá {card} neamhchartlannaithe ag {user} sa liosta {stack} ar bord {board}",
"You have marked the card {card} as done in list {stack} on board {board}":"Tá an cárta {card} marcáilte agat mar a rinneadh sa liosta {stack} ar bord {board}",
"{user} has marked card {card} as done in list {stack} on board {board}":"Mharcáil {user} cárta {card} mar a rinneadh sa liosta {stack} ar bord {board}",
"You have marked the card {card} as undone in list {stack} on board {board}":"Tá tú tar éis an cárta {card} a mharcáil mar rud cealaithe sa liosta {stack} ar bord {board}",
"{user} has marked the card {card} as undone in list {stack} on board {board}":"Mharcáil {user} an cárta {card} mar rud cealaithe sa liosta {stack} ar bord {board}",
"You have removed the due date of card {card}":"Bhain tú dáta dlite an chárta {card}",
"{user} has removed the due date of card {card}":"Bhain {user} dáta dlite an chárta {card}",
"You have set the due date of card {card} to {after}":"Tá dáta dlite an chárta {card} socraithe agat go dtí {after}",
"{user} has set the due date of card {card} to {after}":"Tá dáta dlite an chárta {card} socraithe ag {user} go dtí {after}",
"You have updated the due date of card {card} to {after}":"Tá dáta dlite cárta {card} nuashonraithe agat go dtí {after}",
"{user} has updated the due date of card {card} to {after}":"Tá dáta dlite an chárta {card} nuashonraithe ag {user} go dtí {after}",
"You have added the tag {label} to card {card} in list {stack} on board {board}":"Chuir tú an chlib {label} le cárta {card} sa liosta {stack} ar bord {board}",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}":"Chuir {user} an chlib {label} le cárta {card} sa liosta {stack} ar bord {board}",
"You have removed the tag {label} from card {card} in list {stack} on board {board}":"Bhain tú an chlib {label} de chárta {card} sa liosta {stack} ar bord {board}",
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}":"Bhain {user} an chlib {label} de chárta {card} sa liosta {stack} ar bord {board}",
"You have assigned {assigneduser} to card {card} on board {board}":"Shann tú {assigneduser} do chárta {card} ar bord {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}":"Tá {user} sannta {assigneduser} do chárta {card} ar bord {board}",
"You have unassigned {assigneduser} from card {card} on board {board}":"Tá {assigneduser} díshannta agat ó chárta {card} ar bord {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}":"Tá {user} díshannaithe {user} ó chárta {card} ar bord {board}",
"You have moved the card {card} from list {stackBefore} to {stack}":"Bhog tú an cárta {card} ón liosta {stackBefore} go {stack}",
"{user} has moved the card {card} from list {stackBefore} to {stack}":"Bhog {user} an cárta {card} ón liosta {stackBefore} go {stack}",
"You have added the attachment {attachment} to card {card}":"Chuir tú an ceangaltán {attachment} le cárta {card}",
"{user} has added the attachment {attachment} to card {card}":"Chuir {user} an ceangaltán {attachment} le cárta {card}",
"You have updated the attachment {attachment} on card {card}":"Tá an ceangaltán {attachment} ar chárta {card} nuashonraithe agat",
"{user} has updated the attachment {attachment} on card {card}":"Tá an ceangaltán {attachment} ar chárta {card} nuashonraithe ag {user}",
"You have deleted the attachment {attachment} from card {card}":"Scrios tú an ceangaltán {attachment} de chárta {card}",
"{user} has deleted the attachment {attachment} from card {card}":"Scrios {user} an ceangaltán {attachment} ó chárta {card}",
"You have restored the attachment {attachment} to card {card}":"Tá an ceangaltán {attachment} aischurtha go cárta {card}",
"{user} has restored the attachment {attachment} to card {card}":"Tá {user} tar éis an ceangaltán {attachment} a aischur chuig cárta {card}",
"You have commented on card {card}":"Rinne tú nóta tráchta ar chárta {card}",
"{user} has commented on card {card}":"Rinne {user} nóta tráchta ar chárta {card}",
"Deck":"Deic",
"Changes in the <strong>Deck app</strong>":"Athruithe san aip 1Deck1",
"A <strong>board, list or card</strong> was changed":"Athraíodh <strong>chlár, liosta nó cárta</strong> ",
"A <strong>comment</strong> was created on a card":"Cruthaíodh <strong>trácht</strong> ar chárta",
"A <strong>card description</strong> has been changed":"Athraíodh <strong>cur síos chárta</strong> ",
"Cards due today":"Cártaí dlite inniu",
"Cards due tomorrow":"Cártaí dlite amárach",
"Upcoming cards":"Cártaí atá le teacht",
"Load more":"Luchtaigh níos mó",
"Personal":"Pearsanta",
"The card \"%s\" on \"%s\" has been assigned to you by %s.":"Tá an cárta \"%s\" ar \"%s\" tugtha duit ag %s.",
"{user} has assigned the card {deck-card} on {deck-board} to you.":"Shann {user} an cárta {deck-card} ar {deck-board} duit.",
"The card \"%s\" on \"%s\" has reached its due date.":"Tá an dáta dlite sroichte ag an gcárta \"%s\" ar \"%s\".",
"The card {deck-card} on {deck-board} has reached its due date.":"Tá an dáta dlite sroichte ag an gcárta {deck-card} ar {deck-board}.",
"%s has mentioned you in a comment on \"%s\".":"Luaigh %s tú i nóta tráchta ar \"%s\".",
"{user} has mentioned you in a comment on {deck-card}.":"Luaigh {user} thú i nóta tráchta ar {deck-card}.",
"The board \"%s\" has been shared with you by %s.":"Tá an clár \"%s\" roinnte leat ag %s.",
"{user} has shared {deck-board} with you.":"Roinn {user} {deck-board} leat.",
"Deck board":"Bord deic",
"Owned by %1$s":"Is le %1$s í",
"Deck boards, cards and comments":"Cláir deic, cártaí agus tuairimí",
"From %1$s, in %2$s/%3$s, owned by %4$s":"Ó %1$s, i %2$s/%3$s, ar le %4$s é",
"Create a new deck card":"Cruthaigh cárta deic nua",
"Card comments":"Tuairimí cártaí",
"%s on %s":"%s ar %s",
"Deck boards and cards":"Cláir deic agus cártaí",
"No data was provided to create an attachment.":"Níor soláthraíodh aon sonraí chun ceangaltán a chruthú.",
"Finished":"Críochnaithe",
"To review":"Chun athbhreithniú a dhéanamh",
"Action needed":"Gníomh de dhíth",
"Later":"Níos déanaí",
"copy":"cóip",
"To do":"A dhéanamh",
"Doing":"Ag déanamh",
"Done":"Déanta",
"Example Task 3":"Tasc Sampla 3",
"Example Task 2":"Tasc Sampla 2",
"Example Task 1":"Tasc Sampla 1",
"The file was uploaded":"Uaslódáladh an comhad",
"The uploaded file exceeds the upload_max_filesize directive in php.ini":"Sáraíonn an comhad uaslódáilte an treoir upload_max_filesize i php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"Sáraíonn an comhad uaslódáilte an treoir MAX_FILE_SIZE a sonraíodh san fhoirm HTML",
"The file was only partially uploaded":"Níor uaslódáladh an comhad ach go páirteach",
"No file was uploaded":"Níor uaslódáladh aon chomhad",
"Missing a temporary folder":"Fillteán sealadach ar iarraidh",
"Could not write file to disk":"Níorbh fhéidir an comhad a scríobh ar an diosca",
"A PHP extension stopped the file upload":"Chuir síneadh PHP stop le huaslódáil an chomhaid",
"No file uploaded or file size exceeds maximum of %s":"Níl aon chomhad uaslódáilte nó méid comhaid níos mó ná uasmhéid%s",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.":"Tá níos mó ná %s carachtar sa nóta tráchta seo.\nCurtha leis mar cheangaltán leis an gcárta ar a bhfuil an t-ainm %s.\nInrochtana ar URL: %s.",
"Card not found":"Cárta gan aimsiú",
"Path is already shared with this card":"Tá an chonair roinnte leis an gcárta seo cheana féin",
"Invalid date, date format must be YYYY-MM-DD":"Dáta neamhbhailí, caithfidh formáid an dáta a bheith BBBB-MM-DD",
"Personal planning and team project organization":"Pleanáil phearsanta agus eagrú tionscadail foirne",
"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":"Is uirlis eagraíochta stíl kanban é Deck atá dírithe ar phleanáil phearsanta agus eagrú tionscadail d'fhoirne atá comhtháite le Nextcloud.\n\n\n- 📥 Cuir do thascanna le cártaí agus cuir in ord iad\n- 📄 Scríobh síos nótaí breise i Markdown\n- 🔖 Sann lipéid le haghaidh eagrú níos fearr fós\n- 👥 Roinn le d'fhoireann, do chairde nó do theaghlach\n- 📎 Ceangail comhaid agus leabaigh iad i do chur síos Markdown\n- 💬 Déan plé le d’fhoireann ag úsáid tuairimí\n- ⚡ Coinnigh súil ar athruithe sa sruth gníomhaíochta\n- 🚀 Eagraigh do thionscadal",
"Add board":"Cuir bord leis",
"Select the board to link to a project":"Roghnaigh an clár chun nasc a dhéanamh le tionscadal",
"Search by board title":"Cuardaigh de réir teideal an bhoird",
"Select board":"Roghnaigh bord",
"Move card to another board":"Bog cárta go bord eile",
"Select a board":"Roghnaigh bord",
"No lists available":"Níl aon liostaí ar fáil",
"Select a list":"Roghnaigh liosta",
"Move card":"Bog cárta",
"Cancel":"Cealaigh",
"Select a card":"Roghnaigh cárta",
"Select the card to link to a project":"Roghnaigh an cárta chun nascadh le tionscadal",
"Link to card":"Nasc le cárta",
"File already exists":"Tá an comhad ann cheana féin",
"A file with the name {filename} already exists.":"Tá comhad leis an ainm {filename} ann cheana féin.",
"Do you want to overwrite it?":"Ar mhaith leat é a fhorscríobh?",
"Overwrite file":"Forscríobh comhad",
"Keep existing file":"Coinnigh an comhad atá ann cheana féin",
"This board is read only":"Tá an bord seo léite amháin",
"Drop your files to upload":"Scaoil do chuid comhad le huaslódáil",
"Add card":"Cuir cárta leis",
"Archived cards":"Cártaí cartlainne",
"Add list":"Cuir liosta leis",
"List name":"Ainm an liosta",
"Active filters":"Scagairí gníomhacha",
"Apply filter":"Cuir scagaire i bhfeidhm",
"Filter by tag":"Scag le clib",
"Filter by assigned user":"Scag de réir úsáideora sannta",
"Unassigned":"Neamhshannta",
"Filter by status":"Scag de réir stádais",
"Open and completed":"Oscailte agus críochnaithe",
"Edit card title":"Cuir teideal an chárta in eagar",
"Card details":"Sonraí cártaí",
"Assign to me":"Sann dom",
"Unassign myself":"Díshannadh mé féin",
"Mark as not done":"Marcáil mar nach bhfuil déanta",
"Delete card":"Scrios cárta",
"Card deleted":"Cárta scriosta",
"seconds ago":"soicind ó shin",
"Keyboard shortcuts":"Aicearraí méarchláir",
"Boost your productivity using Deck with keyboard shortcuts.":"Cuir le do tháirgiúlacht ag baint úsáide as Deic le aicearraí méarchláir.",
"Board actions":"Gníomhartha an Bhoird",
"Keyboard shortcut":"Aicearra méarchláir",
"Action":"Gníomh",
"Shift":"Shift",
"Scroll":"Scrollaigh",
"Scroll sideways":"Scrollaigh taobh",
"Navigate between cards":"Déan nascleanúint idir cártaí",
"Esc":"Esc",
"Close card details":"Dún sonraí an chárta",
"Ctrl":"Ctrl",
"Search":"Cuardach",
"Show card filters":"Taispeáin scagairí cártaí",
"Clear card filters":"Glan na scagairí cárta",
"Show help dialog":"Taispeáin dialóg cabhrach",
"Card actions":"Gníomhartha cártaí",
"The following actions can be triggered on the currently highlighted card":"Is féidir na gníomhartha seo a leanas a chur i ngníomh ar an gcárta aibhsithe faoi láthair",
"Enter":"Cuir isteach",
"Space":"Spás",
"Open card details":"Oscail sonraí cárta",
"Edit the card title":"Cuir teideal an chárta in eagar",
"Assign yourself to the current card":"Sann tú féin don chárta reatha",
"Archive/unarchive the current card":"Cuir an cárta reatha i gcartlann/dí-cartlann",
"Mark card as completed/not completed":"Marcáil an cárta mar chríochnaithe/gan chríochnú",
"Open card menu":"Oscail roghchlár cártaí",
"All boards":"Gach boird",
"Archived boards":"Boird chartlainne",
"Shared with you":"Roinnte leat",
"Deck settings":"Socruithe deic",
"Use bigger card view":"Úsáid radharc cárta níos mó",
"Show card ID badge":"Taispeáin suaitheantas aitheantais an chárta",
"Show boards in calendar/tasks":"Taispeáin cláir san fhéilire/tascanna",
"Limit board creation to some groups":"Teorainn a chur le cruthú cláir do roinnt grúpaí",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.":"Ní bheidh úsáideoirí taobh amuigh de na grúpaí sin in ann a gcuid boird féin a chruthú, ach beidh siad fós in ann oibriú ar bhoird atá roinnte leo.",
"Board details":"Sonraí an Bhoird",
"Edit board":"Cuir bord in eagar",
"Clone board":"Clár clón",
"Unarchive board":"Bord gan chartlann",
"Archive board":"Bord cartlainne",
"Export board":"Bord easpórtála",
"Turn on due date reminders":"Cuir meabhrúcháin dáta dlite ar siúl",
"Turn off due date reminders":"Múch meabhrúcháin dáta dlite",
"Due date reminders":"Meabhrúcháin dáta dlite",
"All cards":"Gach cártaí",
"Assigned cards":"Cártaí sannta",
"No notifications":"Gan fógraí",
"Delete board":"Scrios an bord",
"Board {0} deleted":"Scriosadh an bord {0}",
"Only assigned cards":"Cártaí sannta amháin",
"No reminder":"Gan meabhrúchán",
"An error occurred":"Tharla earráid",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"An bhfuil tú cinnte gur mhaith leat an clár {title} a scriosadh? Scriosfaidh sé seo sonraí uile an bhoird seo lena n-áirítear cártaí cartlainne.",
"Delete the board?":"An bhfuil fonn ort an clár a scriosadh?",
"Loading filtered view":"Amharc scagtha á lódáil",
"Today":"Inniu",
"Tomorrow":"Amárach",
"No due":"Níl dlite",
"Search for {searchQuery} in all boards":"Cuardaigh {searchQuery} i ngach clár",
"No results found":"Níor aimsíodh aon torthaí",
"This weekend – {timeLocale}":"An deireadh seachtaine seo - {timeLocale}",
"Deck board {name}\n* Last modified on {lastMod}":"Bord deic {name}\n* Athraithe go deireanach ar {lastMod}",
"{stack} in {board}":"{stack} in {board}",
"Click to expand description":"Cliceáil chun cur síos a leathnú",
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* Cruthaithe ar {created}\n* Athraithe go deireanach ar {lastMod}\n* {nbAttachments} ceangaltán\n* {nbComments} nóta tráchta",
"{nbCards} cards":"cártaí {nbCards}",
"Click to expand comment":"Cliceáil chun trácht a leathnú",
"Create a new card":"Cruthaigh cárta nua",
"Card title":"Teideal an chárta",
"Create card":"Cruthaigh cárta",
"Creating the new card …":"Cárta nua á chruthú…",
"Card \"{card}\" was added to \"{board}\"":"Cuireadh cárta \"{card}\" le \"{board}\"",
"Open card":"Cárta oscailte",
"Close":"Dún",
"No upcoming cards":"Uimh cártaí le teacht",
"upcoming cards today":"cártaí atá le teacht inniu",
"upcoming cards tomorrow":"cártaí atá le teacht amárach",
"Message from {author} in {conversationName}":"Teachtaireacht ó {author} in {conversationName}",
"Something went wrong":"Chuaigh rud eigin mícheart",
"Failed to upload {name}":"Theip ar uaslódáil {name}",
"Maximum file size of {size} exceeded":"Sáraíodh uasmhéid comhaid de {size}",
"Error creating the share":"Earráid agus an sciar á cruthú",
"Share with a Deck card":"Comhroinn le cárta Deic",
"Share {file} with a Deck card":"Roinn {file} le cárta Deic",
"Share":"Comhroinn",
"A <strong>card description</strong> inside the Deck app has been changed":"Athraíodh <strong>cur síos chárta</strong> aobh istigh den aip Deck",
"Timeline":"Timeline",
"Share board with a user, group or circle …":"Roinn an clár le húsáideoir, grúpa nó ciorcal…",
"Searching for users, groups and circles …":"Ag cuardach úsáideoirí, grúpaí agus ciorcail…",
"(Circle)":"(Ciorcal)",
"Assign to users/groups/circles":"Sann d'úsáideoirí/grúpaí/ciorcail",
"Next week":"An tseachtain seo chugainn",
"Next month":"An mhí seo chugainn",
"List is empty":"Tá an liosta folamh",
"Limit deck usage of groups":"Teorainn a chur le húsáid deic na ngrúpaí",
"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.":"Cuirfidh Teorainneacha Deic bac ar úsáideoirí nach bhfuil ina gcuid de na grúpaí sin a gcuid boird féin a chruthú. Beidh úsáideoirí fós in ann oibriú ar chláir a roinntear leo.",
"{user} has marked the card {card} as undone in list {stack} on board {board}":"{user} marcou a tarxeta {card} como sen facer na lista {stack} no taboleiro {board}",
"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}":"Vde. definiu a caducidade da tarxeta {card} a {after}",
"{user} has set the due date of card {card} to {after}":"{user} definiu 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}":"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}":"Vde. engadiu a etiqueta {label} á tarxeta {card} na lista {stack} no taboleiro {board}",
@@ -117,7 +117,7 @@ OC.L10N.register(
"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 data debe ser AAAA-MM-DD",
"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":"Gabeta é 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",
@@ -149,9 +149,7 @@ OC.L10N.register(
"Filter by tag":"Filtrar pola etiqueta",
"Filter by assigned user":"Filtrar polo usuario asignado",
"Unassigned":"Sen asignar",
"Filter by status":"Filtrar polo estado",
"Open and completed":"Aberto ou rematado",
"Open":"Aberto",
"Open":"Abrir",
"Completed":"Completado",
"Filter by due date":"Filtrar pola data de caducidade",
"Overdue":"Caducado",
@@ -180,12 +178,9 @@ OC.L10N.register(
"Deleted lists":"Listas eliminadas",
"Undo":"Desfacer",
"Deleted cards":"Eliminar tarxetas",
"Share board with a user, group or team …":"Compartir taboleiro cun usuario, grupo ou equipo…",
"Searching for users, groups and teams …":"Buscando por usuarios, grupos e equipos…",
"No participants found":"Non se atoparon participantes",
"Board owner":"Propietariio do taboleiro",
"(Group)":"(Grupo)",
"(Team)":"(Equipo)",
"(Group)":"(grupo)",
"Can edit":"Pode editar",
"Can share":"Pode compartir",
"Can manage":"Pode xestionar",
@@ -211,9 +206,7 @@ OC.L10N.register(
"title and color value must be provided":"debe indicar o título e o valor da cor",
"Board name":"Nome do taboleiro",
"Members":"Membros",
"Assign to users/groups/team":"Asignar a usuarios/grupos/equipos",
"Assign a user to this card…":"Asignar un usuario a esta tarxeta…",
"Select a user to assign to this card…":"Seleccionar un usuario para asignarlle a esta tarxeta…",
"Upload new files":"Enviar novos ficheiros",
"Share from Files":"Compartir dende «Ficheiros»",
"Pending share":"Compartición pendente",
@@ -252,13 +245,12 @@ OC.L10N.register(
"Write a description …":"Escriba unha descrición…",
"Choose attachment":"Escoller o anexo",
"Assign a due date to this card…":"Asignar unha data de caducidade a esta tarxeta…",
"Set a due date":"Definir a data de caducidade",
"Set a due date":"Estabelecer a data de caducidade",
"Add due date":"Engadir a data de remate",
"Choose a date":"Escoller a data",
"Remove due date":"Retirar a data de caducidade",
"Mark as done":"Marcar como feito",
"Due at:":"Rematar o:",
"Not done":"Sen facer",
"Not completed":"Sen completar",
"Unarchive card":"Desarquivar a tarxeta",
"Archive card":"Arquivar a tarxeta",
"Select Date":"Seleccione a data",
@@ -267,7 +259,6 @@ OC.L10N.register(
"Set due date for this weekend":"Definir a data de remate para esta fin de semana",
"Set due date for next week":"Definir a data de remate para a semana seguinte",
"Assign a tag to this card…":"Asignar unha etiqueta a esta tarxeta…",
"Select or create a tag…":"Seleccionar ou crear unha etiqueta…",
"Create a new tag:":"Crear unha nova etiqueta:",
"(group)":"(grupo)",
"Next week – {timeLocale}":"Semana seguinte – {timeLocale}",
@@ -278,11 +269,11 @@ OC.L10N.register(
"Assign to me":"Asignarme",
"Unassign myself":"Desasignarme",
"Mark as not done":"Marcar como sen facer",
"Mark as done":"Marcar como feito",
"Delete card":"Eliminar tarxeta",
"Card deleted":"Tarxeta eliminada",
"seconds ago":"segundos atrás",
"Keyboard shortcuts":"Atallos de teclado",
"Boost your productivity using Deck with keyboard shortcuts.":"Aumente a súa produtividade empregando Gabeta con atallos de teclado.",
"Board actions":"Accións de taboleiro",
"Keyboard shortcut":"Atallo de teclado",
"Action":"Acción",
@@ -384,7 +375,6 @@ OC.L10N.register(
"Next month":"Mes seguinte",
"List is empty":"A lista está baleira",
"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 a Gabeta 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.",
"Filter by completed":"Filtrar por completado"
"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 a Gabeta 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."
"{user} has marked the card {card} as undone in list {stack} on board {board}":"{user} marcou a tarxeta {card} como sen facer na lista {stack} no taboleiro {board}",
"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}":"Vde. definiu a caducidade da tarxeta {card} a {after}",
"{user} has set the due date of card {card} to {after}":"{user} definiu 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}":"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}":"Vde. engadiu a etiqueta {label} á tarxeta {card} na lista {stack} no taboleiro {board}",
@@ -115,7 +115,7 @@
"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 data debe ser AAAA-MM-DD",
"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":"Gabeta é 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",
@@ -147,9 +147,7 @@
"Filter by tag":"Filtrar pola etiqueta",
"Filter by assigned user":"Filtrar polo usuario asignado",
"Unassigned":"Sen asignar",
"Filter by status":"Filtrar polo estado",
"Open and completed":"Aberto ou rematado",
"Open":"Aberto",
"Open":"Abrir",
"Completed":"Completado",
"Filter by due date":"Filtrar pola data de caducidade",
"Overdue":"Caducado",
@@ -178,12 +176,9 @@
"Deleted lists":"Listas eliminadas",
"Undo":"Desfacer",
"Deleted cards":"Eliminar tarxetas",
"Share board with a user, group or team …":"Compartir taboleiro cun usuario, grupo ou equipo…",
"Searching for users, groups and teams …":"Buscando por usuarios, grupos e equipos…",
"No participants found":"Non se atoparon participantes",
"Board owner":"Propietariio do taboleiro",
"(Group)":"(Grupo)",
"(Team)":"(Equipo)",
"(Group)":"(grupo)",
"Can edit":"Pode editar",
"Can share":"Pode compartir",
"Can manage":"Pode xestionar",
@@ -209,9 +204,7 @@
"title and color value must be provided":"debe indicar o título e o valor da cor",
"Board name":"Nome do taboleiro",
"Members":"Membros",
"Assign to users/groups/team":"Asignar a usuarios/grupos/equipos",
"Assign a user to this card…":"Asignar un usuario a esta tarxeta…",
"Select a user to assign to this card…":"Seleccionar un usuario para asignarlle a esta tarxeta…",
"Upload new files":"Enviar novos ficheiros",
"Share from Files":"Compartir dende «Ficheiros»",
"Pending share":"Compartición pendente",
@@ -250,13 +243,12 @@
"Write a description …":"Escriba unha descrición…",
"Choose attachment":"Escoller o anexo",
"Assign a due date to this card…":"Asignar unha data de caducidade a esta tarxeta…",
"Set a due date":"Definir a data de caducidade",
"Set a due date":"Estabelecer a data de caducidade",
"Add due date":"Engadir a data de remate",
"Choose a date":"Escoller a data",
"Remove due date":"Retirar a data de caducidade",
"Mark as done":"Marcar como feito",
"Due at:":"Rematar o:",
"Not done":"Sen facer",
"Not completed":"Sen completar",
"Unarchive card":"Desarquivar a tarxeta",
"Archive card":"Arquivar a tarxeta",
"Select Date":"Seleccione a data",
@@ -265,7 +257,6 @@
"Set due date for this weekend":"Definir a data de remate para esta fin de semana",
"Set due date for next week":"Definir a data de remate para a semana seguinte",
"Assign a tag to this card…":"Asignar unha etiqueta a esta tarxeta…",
"Select or create a tag…":"Seleccionar ou crear unha etiqueta…",
"Create a new tag:":"Crear unha nova etiqueta:",
"(group)":"(grupo)",
"Next week – {timeLocale}":"Semana seguinte – {timeLocale}",
@@ -276,11 +267,11 @@
"Assign to me":"Asignarme",
"Unassign myself":"Desasignarme",
"Mark as not done":"Marcar como sen facer",
"Mark as done":"Marcar como feito",
"Delete card":"Eliminar tarxeta",
"Card deleted":"Tarxeta eliminada",
"seconds ago":"segundos atrás",
"Keyboard shortcuts":"Atallos de teclado",
"Boost your productivity using Deck with keyboard shortcuts.":"Aumente a súa produtividade empregando Gabeta con atallos de teclado.",
"Board actions":"Accións de taboleiro",
"Keyboard shortcut":"Atallo de teclado",
"Action":"Acción",
@@ -382,7 +373,6 @@
"Next month":"Mes seguinte",
"List is empty":"A lista está baleira",
"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 a Gabeta 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.",
"Filter by completed":"Filtrar por completado"
"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 a Gabeta 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."
"Boost your productivity using Deck with keyboard shortcuts.":"キーボードショートカットを使って、あなたのDeckの生産性を向上させましょう。",
"Board actions":"ボードアクション",
"Keyboard shortcut":"キーボードショートカット",
"Action":"アクション",
"Shift":"Shift",
"Scroll":"スクロール",
"Scroll sideways":"横にスクロール",
"Navigate between cards":"カード間を移動する",
"Esc":"Esc",
"Close card details":"カードの詳細を閉じる",
"Ctrl":"Ctrl",
"Search":"検索",
"Show card filters":"カードフィルターを表示",
"Clear card filters":"カードフィルターを削除",
"Show help dialog":"ヘルプダイアログを表示",
"Card actions":"カードアクション",
"The following actions can be triggered on the currently highlighted card":"現在ハイライトされているカードに対して以下のアクションを起こすことができる。",
"Enter":"Enter",
"Space":"スペース",
"Open card details":"カードの詳細を開く",
"Edit the card title":"カードタイトルを編集する",
"Assign yourself to the current card":"カードを自分に割り当てる",
"Archive/unarchive the current card":"現在のカードをアーカイブ/アーカイブ解除",
"Mark card as completed/not completed":"カードを完了/未完了にマークする",
"Open card menu":"カードメニューを開く",
"All boards":"すべてのボード",
"Archived boards":"アーカイブ済みのボード",
"Shared with you":"あなたと共有済み",
"Deck settings":"デック設定",
"Use bigger card view":"大きなカードビューを使用する",
"Show card ID badge":"カードIDバジを表示",
"Show boards in calendar/tasks":"カレンダー/タスクでボードを表示する",
"Limit board creation to some groups":"ボード作成は一部のグループに制限する",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.":"これらのグループ以外のユーザーは、独自のボードを作成することはできませんが、共有されているボードで作業することはできます。",
"Board details":"ボードの詳細",
"Edit board":"ボードを編集",
"Clone board":"ボードを複製",
"Unarchive board":"ボードのアーカイブを解除",
"Archive board":"ボードをアーカイブ",
"Export board":"ボードをエクスポートする",
"Turn on due date reminders":"期日のリマインダーをオンにする",
"Turn off due date reminders":"期日のリマインダーをオフにする",
"Due date reminders":"期日のリマインダー",
@@ -333,7 +267,6 @@ 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":"フィルタされたビューを読み込み中",
"Today":"今日",
@@ -342,12 +275,7 @@ OC.L10N.register(
"Search for {searchQuery} in all boards":"すべてのボードで{searchQuery}を検索します",
"Deck board {name}\n* Last modified on {lastMod}":"デッキボード{name}\n最終更新日:{lastMod}",
"{stack} in {board}":"{board} 内の {stack}",
"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":"コメントを展開するにはクリックしてください",
"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.":"デッキ作成制限は、設定したグループに非所属のユーザーがボードを作成できないようにします。非所属ユーザーは共有されているボードでのみ作業できます。",
"Filter by completed":"完成したものをフィルターする"
"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.":"デッキ作成制限は、設定したグループに非所属のユーザーがボードを作成できないようにします。非所属ユーザーは共有されているボードでのみ作業できます。"
"Boost your productivity using Deck with keyboard shortcuts.":"キーボードショートカットを使って、あなたのDeckの生産性を向上させましょう。",
"Board actions":"ボードアクション",
"Keyboard shortcut":"キーボードショートカット",
"Action":"アクション",
"Shift":"Shift",
"Scroll":"スクロール",
"Scroll sideways":"横にスクロール",
"Navigate between cards":"カード間を移動する",
"Esc":"Esc",
"Close card details":"カードの詳細を閉じる",
"Ctrl":"Ctrl",
"Search":"検索",
"Show card filters":"カードフィルターを表示",
"Clear card filters":"カードフィルターを削除",
"Show help dialog":"ヘルプダイアログを表示",
"Card actions":"カードアクション",
"The following actions can be triggered on the currently highlighted card":"現在ハイライトされているカードに対して以下のアクションを起こすことができる。",
"Enter":"Enter",
"Space":"スペース",
"Open card details":"カードの詳細を開く",
"Edit the card title":"カードタイトルを編集する",
"Assign yourself to the current card":"カードを自分に割り当てる",
"Archive/unarchive the current card":"現在のカードをアーカイブ/アーカイブ解除",
"Mark card as completed/not completed":"カードを完了/未完了にマークする",
"Open card menu":"カードメニューを開く",
"All boards":"すべてのボード",
"Archived boards":"アーカイブ済みのボード",
"Shared with you":"あなたと共有済み",
"Deck settings":"デック設定",
"Use bigger card view":"大きなカードビューを使用する",
"Show card ID badge":"カードIDバジを表示",
"Show boards in calendar/tasks":"カレンダー/タスクでボードを表示する",
"Limit board creation to some groups":"ボード作成は一部のグループに制限する",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.":"これらのグループ以外のユーザーは、独自のボードを作成することはできませんが、共有されているボードで作業することはできます。",
"Board details":"ボードの詳細",
"Edit board":"ボードを編集",
"Clone board":"ボードを複製",
"Unarchive board":"ボードのアーカイブを解除",
"Archive board":"ボードをアーカイブ",
"Export board":"ボードをエクスポートする",
"Turn on due date reminders":"期日のリマインダーをオンにする",
"Turn off due date reminders":"期日のリマインダーをオフにする",
"Due date reminders":"期日のリマインダー",
@@ -331,7 +265,6 @@
"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":"フィルタされたビューを読み込み中",
"Today":"今日",
@@ -340,12 +273,7 @@
"Search for {searchQuery} in all boards":"すべてのボードで{searchQuery}を検索します",
"Deck board {name}\n* Last modified on {lastMod}":"デッキボード{name}\n最終更新日:{lastMod}",
"{stack} in {board}":"{board} 内の {stack}",
"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":"コメントを展開するにはクリックしてください",
"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.":"デッキ作成制限は、設定したグループに非所属のユーザーがボードを作成できないようにします。非所属ユーザーは共有されているボードでのみ作業できます。",
"Filter by completed":"完成したものをフィルターする"
"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.":"デッキ作成制限は、設定したグループに非所属のユーザーがボードを作成できないようにします。非所属ユーザーは共有されているボードでのみ作業できます。"
"You have created a new board {board}":"새로운 보드{board}를 만들었습니다.",
"{user} has created a new board {board}":"{user}가 새 보드 {board}을(를) 만들었습니다.",
"You have deleted the board {board}":"{board} 보드를 삭제했습니다.",
"{user} has deleted the board {board}":"{user}가 {board} 보드를 삭제했습니다.",
"You have restored the board {board}":"{board} 보드를 복원했습니다.",
"{user} has restored the board {board}":"{user}가 {board} 보드를 복원했습니다.",
"You have shared the board {board} with {acl}":"{acl}과 보드 {board}을(를) 공유했습니다.",
"{user} has shared the board {board} with {acl}":"{user}가 {acl}과 보드 {board}을(를) 공유했습니다.",
"You have removed {acl} from the board {board}":"{board} 보드에서 {acl}을(를) 제거했습니다.",
"{user} has removed {acl} from the board {board}":"{user}가 {board} 보드에서 {acl}을(를) 제거했습니다.",
"You have renamed the board {before} to {board}":"보드 이름을 {before}에서 {board}로 변경했습니다.",
"{user} has renamed the board {before} to {board}":"{user}가 {before} 보드 이름을 {board}(으)로 변경했습니다.",
"You have archived the board {board}":"{board} 보드를 보관했습니다.",
"{user} has archived the board {before}":"{user}가 {before} 보드를 보관했습니다.",
"You have unarchived the board {board}":"{board} 보드를 보관 취소했습니다.",
"{user} has unarchived the board {before}":"{user}가 {before}에 보드 보관을 취소했습니다.",
"You have created a new list {stack} on board {board}":"{board} 보드에 새 목록 {stack}을(를) 생성했습니다.",
"{user} has created a new list {stack} on board {board}":"{user}가 {board} 보드에 새 목록 {stack}을(를) 만들었습니다.",
"You have renamed list {before} to {stack} on board {board}":"{board} 보드에서 {before} 목록의 이름을 {stack}으로 변경했습니다.",
"{user} has renamed list {before} to {stack} on board {board}":"{user}가 {board} 보드에서 {before} 목록의 이름을 {stack}으로 변경했습니다.",
"You have deleted list {stack} on board {board}":"{board} 보드에서 {stack} 목록을 삭제했습니다.",
"{user} has deleted list {stack} on board {board}":"{user}가 {board} 보드에서 {stack} 목록을 삭제했습니다.",
"You have created card {card} in list {stack} on board {board}":"{board} 보드의 {stack} 목록에 {card} 카드를 생성했습니다.",
"{user} has created card {card} in list {stack} on board {board}":"{user}가 {board} 보드의 {stack} 목록에 {card} 카드를 생성했습니다.",
"You have deleted card {card} in list {stack} on board {board}":"{board} 보드의 {stack} 목록에서 {card} 카드를 삭제했습니다.",
"{user} has deleted card {card} in list {stack} on board {board}":"{user}가 {board} 보드의 {stack} 목록에서 {card} 카드를 삭제했습니다.",
"You have renamed the card {before} to {card}":"{before} 카드 이름을 {card}(으)로 변경했습니다.",
"{user} has renamed the card {before} to {card}":"{user}가 {before} 카드 이름을 {card}(으)로 변경했습니다.",
"You have added a description to card {card} in list {stack} on board {board}":"보드 {board}의 목록 {stack}에 있는 카드 {card}에 설명을 추가했습니다.",
"{user} has added a description to card {card} in list {stack} on board {board}":"{user}가 {board} 보드의 {stack} 목록에 있는 {card} 카드에 설명을 추가했습니다.",
"You have updated the description of card {card} in list {stack} on board {board}":"보드 {board}의 목록 {stack}에 있는 카드 {card}에 대한 설명을 업데이트했습니다.",
"{user} has updated the description of the card {card} in list {stack} on board {board}":"{user}가 {board} 보드의 {stack} 목록에 있는 {card} 카드의 설명을 업데이트했습니다.",
"You have archived card {card} in list {stack} on board {board}":"{board} 보드의 {stack} 목록에 {card} 카드를 보관했습니다.",
"{user} has archived card {card} in list {stack} on board {board}":"{user}가 {board} 보드의 {stack} 목록에 {card} 카드를 보관했습니다.",
"You have unarchived card {card} in list {stack} on board {board}":"{board} 보드의 {stack} 목록에 보관되지 않은 카드 {card}을(를) 가지고 있습니다.",
"{user} has unarchived card {card} in list {stack} on board {board}":"{user}가 {board} 보드의 {stack} 목록에 보관되지 않은 카드 {card}을(를) 가지고 있습니다.",
"You have marked the card {card} as done in list {stack} on board {board}":"보드 {board}의 목록 {stack}에서 카드 {card}을(를) 완료로 표시했습니다.",
"{user} has marked card {card} as done in list {stack} on board {board}":"{user}가 {board} 보드의 {stack} 목록에서 {card} 카드를 완료로 표시했습니다.",
"You have marked the card {card} as undone in list {stack} on board {board}":"보드 {board}의 목록 {stack}에서 카드 {card}을 실행 취소된 것으로 표시했습니다.",
"{user} has marked the card {card} as undone in list {stack} on board {board}":"{user}가 {board} 보드의 {stack} 목록에서 {card} 카드를 실행 취소된 것으로 표시했습니다.",
"You have removed the due date of card {card}":"{card} 카드의 만기일을 삭제했습니다.",
"{user} has removed the due date of card {card}":"{user}가 {card} 카드의 만기일을 삭제했습니다.",
"You have set the due date of card {card} to {after}":"{card} 카드의 만기일을 {after}로 설정했습니다.",
"{user} has set the due date of card {card} to {after}":"{user}가 {card} 카드의 만기일을 {after}로 설정했습니다.",
"You have updated the due date of card {card} to {after}":"{card} 카드의 만기일을 {after}로 업데이트했습니다.",
"{user} has updated the due date of card {card} to {after}":"{user}가 {card} 카드의 만기일을 {after}로 업데이트했습니다.",
"You have added the tag {label} to card {card} in list {stack} on board {board}":"{board} 보드의 {stack} 목록에 있는 {card} 카드에 {label} 태그를 추가했습니다.",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}":"{user}가 {board} 보드의 {stack} 목록에 있는 {card} 카드에 {label} 태그를 추가했습니다.",
"You have removed the tag {label} from card {card} in list {stack} on board {board}":"{board} 보드의 {stack} 목록에 있는 {card} 카드에서 {label} 태그를 제거했습니다.",
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}":"{user}가 {board} 보드의 {stack} 목록에 있는 {card} 카드에서 {label} 태그를 제거했습니다.",
"You have assigned {assigneduser} to card {card} on board {board}":"{board} 보드의 {card} 카드에 {assigneduser}을(를) 할당했습니다.",
"{user} has assigned {assigneduser} to card {card} on board {board}":"{user}가 {board} 보드의 {card} 카드에 {assigneduser}을(를) 할당했습니다.",
"You have unassigned {assigneduser} from card {card} on board {board}":"{board} 보드의 {card} 카드에서 {assigneduser}을(를) 할당 해제했습니다.",
"{user} has unassigned {assigneduser} from card {card} on board {board}":"{user}가 {board} 보드의 {card} 카드에서 {assigneduser}을(를) 할당 해제했습니다.",
"You have moved the card {card} from list {stackBefore} to {stack}":"{card} 카드를 {stackBefore} 목록에서 {stack}(으)로 이동했습니다.",
"{user} has moved the card {card} from list {stackBefore} to {stack}":"{user}가 {card} 카드를 {stackBefore} 목록에서 {stack}(으)로 이동했습니다.",
"You have added the attachment {attachment} to card {card}":"{card} 카드에 첨부파일 {attachment}을(를) 추가했습니다.",
"{user} has added the attachment {attachment} to card {card}":"{user}가 {card} 카드에 첨부파일 {attachment}을(를) 추가했습니다.",
"You have updated the attachment {attachment} on card {card}":"{card} 카드의 첨부 파일 {attachment}을(를) 업데이트했습니다.",
"{user} has updated the attachment {attachment} on card {card}":"{user}가 {card} 카드의 첨부 파일 {attachment}을(를) 업데이트했습니다.",
"You have deleted the attachment {attachment} from card {card}":"{card} 카드에서 첨부 파일 {attachment}을(를) 삭제했습니다.",
"{user} has deleted the attachment {attachment} from card {card}":"{user}가 {card} 카드에서 첨부 파일 {attachment}을(를) 삭제했습니다.",
"You have restored the attachment {attachment} to card {card}":"첨부 파일 {attachment}을(를) 카드 {card}에 복원했습니다.",
"{user} has restored the attachment {attachment} to card {card}":"{user}가 첨부 파일 {attachment}을(를) 카드 {card}에 복원했습니다.",
"You have commented on card {card}":"{card} 카드에 댓글을 작성하셨습니다.",
"{user} has commented on card {card}":"{user}가 {card} 카드에 댓글을 작성하였습니다.",
"Deck":"덱",
"Changes in the <strong>Deck app</strong>":"<strong>Deck 앱</strong>의 변경 사항",
"A <strong>board, list or card</strong> was changed":"<strong>보드, 목록 또는 카드</strong>가 변경되었습니다.",
"A <strong>comment</strong> was created on a card":"카드에 <strong>댓글</strong>이 작성되었습니다.",
"A <strong>card description</strong> has been changed":"<strong>카드 설명</strong>이 변경되었습니다.",
"Cards due today":"오늘 만료인 카드",
"Cards due tomorrow":"명일 만료인 카드",
"Upcoming cards":"다음 카드들",
"Load more":"더 불러오기",
"Personal":"개인",
"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-card} 카드를 당신에게 할당했습니다.",
"The card \"%s\" on \"%s\" has reached its due date.":"카드 \"%s\"(\"%s\"에 있음)의 만료 날짜가 다가왔습니다.",
"The card {deck-card} on {deck-board} has reached its due date.":"{deck-board}의 {deck-card} 카드가 만기일에 도달했습니다.",
"%s has mentioned you in a comment on \"%s\".":"%s 님이 \"%s\"에 대한 댓글에서 당신을 언급했습니다.",
"{user} has mentioned you in a comment on {deck-card}.":"{user}님이 {deck-card}의 댓글에서 당신을 언급했습니다.",
"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":"Deck 보드, 카드 및 댓글",
"From %1$s, in %2$s/%3$s, owned by %4$s":"%1$s에서, %2$s/%3$s, %4$s 소유",
"Create a new deck card":"새로운 덱 카드 만들기",
"Card comments":"카드 코멘트",
"%s on %s":"%s(%s의)",
"Deck boards and cards":"덱 보드 및 카드",
"No data was provided to create an attachment.":"첨부할 데이터가 제공되지 않았습니다.",
"Finished":"완료됨",
"To review":"리뷰할 항목",
@@ -100,7 +17,6 @@ OC.L10N.register(
"Later":"나중에",
"copy":"복사",
"To do":"할 일",
"Doing":"하는 중",
"Done":"완료",
"Example Task 3":"작업 예제 3",
"Example Task 2":"작업 예제 2",
@@ -114,25 +30,16 @@ 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인 카드에 첨부 파일로 추가되었습니다.\nURL에서 액세스 가능: %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은 Nextcloud와 통합된 팀의 개인 계획 및 프로젝트 구성을 목표로 하는 칸반 스타일 구성 도구입니다.\n\n\n- 📥 카드에 작업을 추가하고 순서대로 정리하세요\n- 📄 Markdown에 추가 메모를 작성하세요.\n- 🔖 더 나은 정리를 위해 라벨을 할당하세요\n- 👥 팀, 친구, 가족과 공유하세요\n- 📎 파일을 첨부하고 Markdown 설명에 포함하세요.\n- 💬 댓글을 사용하여 팀과 토론하세요\n- ⚡ 활동 스트림의 변경 사항을 추적하세요.\n- 🚀 프로젝트를 체계적으로 정리하세요",
"Add board":"보드 추가",
"Select the board to link to a project":"프로젝트에 연결할 보드를 선택하세요.",
"Search by board title":"보드 제목으로 검색",
"Select board":"보드 선택",
"Move card to another board":"카드를 다른 보드로 이동",
"Select a board":"보드 선택",
"No lists available":"사용 가능한 목록이 없음",
"Select a list":"목록 선택",
"Move card":"카드 이동",
"Cancel":"취소",
"Select a card":"카드 선택",
"Select the card to link to a project":"카드를 선택해 프로젝트에 연결",
"Link to card":"카드 링크",
"File already exists":"파일이 이미 존재함",
"A file with the name {filename} already exists.":"이미 존재하는 파일이름 {filename} ",
"Do you want to overwrite it?":"덮어쓰시겠습니까?",
@@ -144,13 +51,10 @@ OC.L10N.register(
"Archived cards":"보관된 카드들",
"Add list":"목록 추가",
"List name":"리스트 추가",
"Active filters":"활성 필터",
"Apply filter":"필터링 적용",
"Filter by tag":"태그로 필터링",
"Filter by assigned user":"지정된 사용자로 필터링",
"Unassigned":"할당되지 않음",
"Filter by status":"상태로 필터링",
"Open and completed":"개봉 완료됨",
"Open":"열기",
"Completed":"완료됨",
"Filter by due date":"기한으로 필터링",
@@ -160,231 +64,84 @@ OC.L10N.register(
"Next 30 days":"다음 30일 동안",
"No due date":"기한 없음",
"Clear filter":"필터 지우기",
"View Modes":"보기 모드",
"Toggle View Modes":"보기 모드 전환",
"Hide archived cards":"보관된 카드 숨기기",
"Show archived cards":"보관된 카드 보기",
"Toggle compact mode":"컴팩트 모드 전환",
"Hide card cover images":"카드 표지 이미지 숨기기",
"Show card cover images":"카드 표지 이미지 표시",
"Open details":"자세한 정보 열기",
"Details":"세부사항",
"Currently present people":"현재 존재하는 사람들",
"Loading board":"보드 불러오는 중",
"Board not found":"보드를 찾을 수 없음",
"Create a new list to add cards to this board":"이 보드에 카드를 추가하려면 새 목록을 만드세요.",
"Sharing":"공유",
"Tags":"태그",
"Deleted items":"삭제된 항목",
"Activity":"활동",
"Deleted lists":"삭제된 목록",
"Undo":"실행 취소",
"Deleted cards":"삭제된 카드",
"Share board with a user, group or team …":"사용자, 그룹 또는 팀과 보드 공유…",
"Searching for users, groups and teams …":"사용자, 그룹, 팀 검색 중…",
"No participants found":"참가자를 찾을 수 없음",
"Board owner":"보드 소유자",
"(Group)":"(그룹)",
"(Team)":"(팀)",
"Can edit":"편집 허용",
"Can edit":"수정할 수 있음",
"Can share":"공유할 수 있음",
"Can manage":"관리 가능",
"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":"목록 삭제됨",
"Edit":"편집",
"Add a new tag":"새로운 태그 추가",
"title and color value must be provided":"제목과 색상 값을 제공해야 함",
"Board name":"보드 이름",
"Members":"구성원",
"Assign to users/groups/team":"사용자/그룹/팀에 할당",
"Assign a user to this card…":"이 카드에 사용자를 할당합니다...",
"Select a user to assign to this card…":"이 카드에 할당할 사용자를 선택하세요...",
"Upload new files":"새로운 파일 업로드",
"Share from Files":"파일에서 공유",
"Pending share":"보류 중인 공유",
"Add this attachment":"해당 첨부 파일 추가",
"Show in Files":"파일로 표시",
"Download":"다운로드",
"Remove attachment":"첨부파일 제거",
"Delete Attachment":"첨부파일 삭제",
"Restore Attachment":"첨부파일 복원",
"File to share":"공유할 파일",
"Invalid path selected":"잘못된 경로가 선택됨",
"Open in sidebar view":"사이드바 보기에서 열기",
"Open in bigger view":"더 크게 보기",
"Attachments":"첨부파일",
"Comments":"댓글",
"Modified":"수정한 날짜",
"Created":"생성됨",
"The title cannot be empty.":"제목은 공백일 수 없습니다.",
"No comments yet. Begin the discussion!":"아직 댓글이 없습니다. 토론을 시작하세요!",
"Failed to load comments":"댓글을 불러오지 못했습니다.",
"Save":"저장",
"The comment cannot be empty.":"댓글은 공백일 수 없습니다.",
"The comment cannot be longer than 1000 characters.":"설명은 1000자를 초과할 수 없습니다.",
"In reply to":"답장",
"Cancel reply":"응답 취소",
"Reply":"답장",
"Update":"업데이트",
"Created:":"생성한 날짜:",
"Description":"설명",
"(Unsaved)":"(저장되지 않음)",
"(Saving…)":"(저장 중…)",
"Formatting help":"서식 도움말",
"Edit description":"설명 편집",
"View description":"설명 보기",
"Add Attachment":"첨부파일 추가",
"Write a description …":"설명 작성",
"Choose attachment":"첨부파일 선택",
"Assign a due date to this card…":"이 카드에 만료일을 할당합니다...",
"Set a due date":"만료일 설정",
"Add due date":"만료일 추가",
"Choose a date":"날짜 선택",
"Remove due date":"만료 날짜 삭제",
"Mark as done":"완료된 것으로 표시",
"Due at:":"마감일:",
"Not done":"완료되지 않음",
"Unarchive card":"카드 보관 취소",
"Not completed":"완성되지 않았다",
"Archive card":"보관 카드",
"Select Date":"날짜 선택",
"Set due date for later today":"마감일을 오늘 이후로 설정",
"Set due date for tomorrow":"마감일을 내일로 설정",
"Set due date for this weekend":"마감일을 이번 주말로 설정",
"Set due date for next week":"마감일을 다음 주로 설정",
"Assign a tag to this card…":"이 카드에 태그를 할당합니다...",
"Boost your productivity using Deck with keyboard shortcuts.":"키보드 단축키가 포함된 Deck을 사용하여 생산성을 높이세요.",
"Board actions":"보드 동작",
"Keyboard shortcut":"키보드 단축키",
"Action":"동작",
"Shift":"Shift",
"Scroll":"스크롤",
"Scroll sideways":"옆으로 스크롤",
"Navigate between cards":"카드 간 이동",
"Esc":"Esc",
"Close card details":"카드 세부정보 닫기",
"Ctrl":"Ctrl",
"Search":"검색",
"Show card filters":"카드 필터 표시",
"Clear card filters":"카드 필터 초기화",
"Show help dialog":"도움말 대화 상자 표시",
"Card actions":"카드 동작",
"The following actions can be triggered on the currently highlighted card":"현재 강조 표시된 카드에서 다음 작업이 실행될 수 있습니다.",
"Enter":"Enter",
"Space":"Space",
"Open card details":"카드 세부정보 열기",
"Edit the card title":"카드 제목 수정",
"Assign yourself to the current card":"현재 카드에 자신을 할당",
"Archive/unarchive the current card":"현재 카드 보관/보관 취소",
"Mark card as completed/not completed":"카드를 완료됨/완료되지 않음으로 표시",
"Open card menu":"카드 메뉴 열기",
"All boards":"모든 보드",
"Archived boards":"보관된 게시판",
"Shared with you":"나와 공유됨",
"Deck settings":"Deck 설정",
"Use bigger card view":"카드 크게 보기 사용",
"Show card ID badge":"카드 ID 배지 표시",
"Show boards in calendar/tasks":"캘린더/작업에 보드 표시",
"Limit board creation to some groups":"보드 생성을 일부 그룹으로 제한",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.":"해당 그룹 외부의 사용자는 자신의 보드를 만들 수 없지만 공유된 보드에서는 계속 작업할 수 있습니다.",
"Board details":"게시판 정보",
"Edit board":"게시판 편집",
"Clone board":"게시판 복제",
"Unarchive board":"게시판 보관 해제",
"Archive board":"게시판 보관",
"Export board":"보드 내보내기",
"Turn on due date reminders":"마감일 알림 켜기",
"Turn off due date reminders":"마감일 알림 끄기",
"Due date reminders":"마감일 알림",
"All cards":"모든 카드",
"Assigned cards":"할당된 카드",
"No notifications":"알림 없음",
"Delete board":"게시판 삭제",
"Board {0} deleted":"보드 {0}개가 삭제되었습니다.",
"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":"필터링된 보기 불러오는 중",
"Today":"오늘",
"Tomorrow":"내일",
"No due":"기한 없음",
"Search for {searchQuery} in all boards":"모든 게시판에서 {searchQuery}를 검색하세요",
"No results found":"결과 없음",
"This weekend – {timeLocale}":"이번 주말 – {timeLocale}",
"Deck board {name}\n* Last modified on {lastMod}":"데크 보드 {name}\n* 마지막 수정일 {lastMod}",
"{stack} in {board}":"{board}의 {stack}",
"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":"댓글을 더 보려면 클릭하세요.",
"Create a new card":"새로운 카드 생성",
"Card title":"카드 제목",
"Create card":"크레딧 카드",
"Creating the new card …":"새로운 카드 생성 중...",
"Card \"{card}\" was added to \"{board}\"":"\"{card}\" 카드가 \"{board}\"에 추가되었습니다.",
"Message from {author} in {conversationName}":"{conversationName}에서 {author}가 보낸 메시지",
"Something went wrong":"잘못된 접근",
"Failed to upload {name}":"{name}을(를) 업로드하지 못했습니다.",
"Maximum file size of {size} exceeded":"최대 파일 크기인 {size}을(를) 초과했습니다.",
"Error creating the share":"공유를 만드는 중 오류 발생",
"Share with a Deck card":"Deck 카드와 공유",
"Share {file} with a Deck card":"Deck 카드와 함께 {file} 공유",
"Share":"공유",
"A <strong>card description</strong> inside the Deck app has been changed":"Deck 앱 내 <strong>카드 설명</strong>이 변경되었습니다.",
"Timeline":"타임라인",
"Share board with a user, group or circle …":"사용자, 그룹 또는 서클과 보드 공유…",
"Searching for users, groups and circles …":"사용자, 그룹, 서클 검색 중…",
"(Circle)":"(서클)",
"Assign to users/groups/circles":"사용자/그룹/서클에 할당",
"Next week":"다음주",
"Next month":"다음달",
"List is empty":"목록이 비어 있음",
"Limit deck usage of groups":"그룹의 덱 사용 제한",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limiting Deck은 해당 그룹에 속하지 않은 사용자가 자신의 보드를 만드는 것을 차단합니다. 사용자는 공유된 보드에서 계속 작업할 수 있습니다.",
"You have created a new board {board}":"새로운 보드{board}를 만들었습니다.",
"{user} has created a new board {board}":"{user}가 새 보드 {board}을(를) 만들었습니다.",
"You have deleted the board {board}":"{board} 보드를 삭제했습니다.",
"{user} has deleted the board {board}":"{user}가 {board} 보드를 삭제했습니다.",
"You have restored the board {board}":"{board} 보드를 복원했습니다.",
"{user} has restored the board {board}":"{user}가 {board} 보드를 복원했습니다.",
"You have shared the board {board} with {acl}":"{acl}과 보드 {board}을(를) 공유했습니다.",
"{user} has shared the board {board} with {acl}":"{user}가 {acl}과 보드 {board}을(를) 공유했습니다.",
"You have removed {acl} from the board {board}":"{board} 보드에서 {acl}을(를) 제거했습니다.",
"{user} has removed {acl} from the board {board}":"{user}가 {board} 보드에서 {acl}을(를) 제거했습니다.",
"You have renamed the board {before} to {board}":"보드 이름을 {before}에서 {board}로 변경했습니다.",
"{user} has renamed the board {before} to {board}":"{user}가 {before} 보드 이름을 {board}(으)로 변경했습니다.",
"You have archived the board {board}":"{board} 보드를 보관했습니다.",
"{user} has archived the board {before}":"{user}가 {before} 보드를 보관했습니다.",
"You have unarchived the board {board}":"{board} 보드를 보관 취소했습니다.",
"{user} has unarchived the board {before}":"{user}가 {before}에 보드 보관을 취소했습니다.",
"You have created a new list {stack} on board {board}":"{board} 보드에 새 목록 {stack}을(를) 생성했습니다.",
"{user} has created a new list {stack} on board {board}":"{user}가 {board} 보드에 새 목록 {stack}을(를) 만들었습니다.",
"You have renamed list {before} to {stack} on board {board}":"{board} 보드에서 {before} 목록의 이름을 {stack}으로 변경했습니다.",
"{user} has renamed list {before} to {stack} on board {board}":"{user}가 {board} 보드에서 {before} 목록의 이름을 {stack}으로 변경했습니다.",
"You have deleted list {stack} on board {board}":"{board} 보드에서 {stack} 목록을 삭제했습니다.",
"{user} has deleted list {stack} on board {board}":"{user}가 {board} 보드에서 {stack} 목록을 삭제했습니다.",
"You have created card {card} in list {stack} on board {board}":"{board} 보드의 {stack} 목록에 {card} 카드를 생성했습니다.",
"{user} has created card {card} in list {stack} on board {board}":"{user}가 {board} 보드의 {stack} 목록에 {card} 카드를 생성했습니다.",
"You have deleted card {card} in list {stack} on board {board}":"{board} 보드의 {stack} 목록에서 {card} 카드를 삭제했습니다.",
"{user} has deleted card {card} in list {stack} on board {board}":"{user}가 {board} 보드의 {stack} 목록에서 {card} 카드를 삭제했습니다.",
"You have renamed the card {before} to {card}":"{before} 카드 이름을 {card}(으)로 변경했습니다.",
"{user} has renamed the card {before} to {card}":"{user}가 {before} 카드 이름을 {card}(으)로 변경했습니다.",
"You have added a description to card {card} in list {stack} on board {board}":"보드 {board}의 목록 {stack}에 있는 카드 {card}에 설명을 추가했습니다.",
"{user} has added a description to card {card} in list {stack} on board {board}":"{user}가 {board} 보드의 {stack} 목록에 있는 {card} 카드에 설명을 추가했습니다.",
"You have updated the description of card {card} in list {stack} on board {board}":"보드 {board}의 목록 {stack}에 있는 카드 {card}에 대한 설명을 업데이트했습니다.",
"{user} has updated the description of the card {card} in list {stack} on board {board}":"{user}가 {board} 보드의 {stack} 목록에 있는 {card} 카드의 설명을 업데이트했습니다.",
"You have archived card {card} in list {stack} on board {board}":"{board} 보드의 {stack} 목록에 {card} 카드를 보관했습니다.",
"{user} has archived card {card} in list {stack} on board {board}":"{user}가 {board} 보드의 {stack} 목록에 {card} 카드를 보관했습니다.",
"You have unarchived card {card} in list {stack} on board {board}":"{board} 보드의 {stack} 목록에 보관되지 않은 카드 {card}을(를) 가지고 있습니다.",
"{user} has unarchived card {card} in list {stack} on board {board}":"{user}가 {board} 보드의 {stack} 목록에 보관되지 않은 카드 {card}을(를) 가지고 있습니다.",
"You have marked the card {card} as done in list {stack} on board {board}":"보드 {board}의 목록 {stack}에서 카드 {card}을(를) 완료로 표시했습니다.",
"{user} has marked card {card} as done in list {stack} on board {board}":"{user}가 {board} 보드의 {stack} 목록에서 {card} 카드를 완료로 표시했습니다.",
"You have marked the card {card} as undone in list {stack} on board {board}":"보드 {board}의 목록 {stack}에서 카드 {card}을 실행 취소된 것으로 표시했습니다.",
"{user} has marked the card {card} as undone in list {stack} on board {board}":"{user}가 {board} 보드의 {stack} 목록에서 {card} 카드를 실행 취소된 것으로 표시했습니다.",
"You have removed the due date of card {card}":"{card} 카드의 만기일을 삭제했습니다.",
"{user} has removed the due date of card {card}":"{user}가 {card} 카드의 만기일을 삭제했습니다.",
"You have set the due date of card {card} to {after}":"{card} 카드의 만기일을 {after}로 설정했습니다.",
"{user} has set the due date of card {card} to {after}":"{user}가 {card} 카드의 만기일을 {after}로 설정했습니다.",
"You have updated the due date of card {card} to {after}":"{card} 카드의 만기일을 {after}로 업데이트했습니다.",
"{user} has updated the due date of card {card} to {after}":"{user}가 {card} 카드의 만기일을 {after}로 업데이트했습니다.",
"You have added the tag {label} to card {card} in list {stack} on board {board}":"{board} 보드의 {stack} 목록에 있는 {card} 카드에 {label} 태그를 추가했습니다.",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}":"{user}가 {board} 보드의 {stack} 목록에 있는 {card} 카드에 {label} 태그를 추가했습니다.",
"You have removed the tag {label} from card {card} in list {stack} on board {board}":"{board} 보드의 {stack} 목록에 있는 {card} 카드에서 {label} 태그를 제거했습니다.",
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}":"{user}가 {board} 보드의 {stack} 목록에 있는 {card} 카드에서 {label} 태그를 제거했습니다.",
"You have assigned {assigneduser} to card {card} on board {board}":"{board} 보드의 {card} 카드에 {assigneduser}을(를) 할당했습니다.",
"{user} has assigned {assigneduser} to card {card} on board {board}":"{user}가 {board} 보드의 {card} 카드에 {assigneduser}을(를) 할당했습니다.",
"You have unassigned {assigneduser} from card {card} on board {board}":"{board} 보드의 {card} 카드에서 {assigneduser}을(를) 할당 해제했습니다.",
"{user} has unassigned {assigneduser} from card {card} on board {board}":"{user}가 {board} 보드의 {card} 카드에서 {assigneduser}을(를) 할당 해제했습니다.",
"You have moved the card {card} from list {stackBefore} to {stack}":"{card} 카드를 {stackBefore} 목록에서 {stack}(으)로 이동했습니다.",
"{user} has moved the card {card} from list {stackBefore} to {stack}":"{user}가 {card} 카드를 {stackBefore} 목록에서 {stack}(으)로 이동했습니다.",
"You have added the attachment {attachment} to card {card}":"{card} 카드에 첨부파일 {attachment}을(를) 추가했습니다.",
"{user} has added the attachment {attachment} to card {card}":"{user}가 {card} 카드에 첨부파일 {attachment}을(를) 추가했습니다.",
"You have updated the attachment {attachment} on card {card}":"{card} 카드의 첨부 파일 {attachment}을(를) 업데이트했습니다.",
"{user} has updated the attachment {attachment} on card {card}":"{user}가 {card} 카드의 첨부 파일 {attachment}을(를) 업데이트했습니다.",
"You have deleted the attachment {attachment} from card {card}":"{card} 카드에서 첨부 파일 {attachment}을(를) 삭제했습니다.",
"{user} has deleted the attachment {attachment} from card {card}":"{user}가 {card} 카드에서 첨부 파일 {attachment}을(를) 삭제했습니다.",
"You have restored the attachment {attachment} to card {card}":"첨부 파일 {attachment}을(를) 카드 {card}에 복원했습니다.",
"{user} has restored the attachment {attachment} to card {card}":"{user}가 첨부 파일 {attachment}을(를) 카드 {card}에 복원했습니다.",
"You have commented on card {card}":"{card} 카드에 댓글을 작성하셨습니다.",
"{user} has commented on card {card}":"{user}가 {card} 카드에 댓글을 작성하였습니다.",
"Deck":"덱",
"Changes in the <strong>Deck app</strong>":"<strong>Deck 앱</strong>의 변경 사항",
"A <strong>board, list or card</strong> was changed":"<strong>보드, 목록 또는 카드</strong>가 변경되었습니다.",
"A <strong>comment</strong> was created on a card":"카드에 <strong>댓글</strong>이 작성되었습니다.",
"A <strong>card description</strong> has been changed":"<strong>카드 설명</strong>이 변경되었습니다.",
"Cards due today":"오늘 만료인 카드",
"Cards due tomorrow":"명일 만료인 카드",
"Upcoming cards":"다음 카드들",
"Load more":"더 불러오기",
"Personal":"개인",
"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-card} 카드를 당신에게 할당했습니다.",
"The card \"%s\" on \"%s\" has reached its due date.":"카드 \"%s\"(\"%s\"에 있음)의 만료 날짜가 다가왔습니다.",
"The card {deck-card} on {deck-board} has reached its due date.":"{deck-board}의 {deck-card} 카드가 만기일에 도달했습니다.",
"%s has mentioned you in a comment on \"%s\".":"%s 님이 \"%s\"에 대한 댓글에서 당신을 언급했습니다.",
"{user} has mentioned you in a comment on {deck-card}.":"{user}님이 {deck-card}의 댓글에서 당신을 언급했습니다.",
"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":"Deck 보드, 카드 및 댓글",
"From %1$s, in %2$s/%3$s, owned by %4$s":"%1$s에서, %2$s/%3$s, %4$s 소유",
"Create a new deck card":"새로운 덱 카드 만들기",
"Card comments":"카드 코멘트",
"%s on %s":"%s(%s의)",
"Deck boards and cards":"덱 보드 및 카드",
"No data was provided to create an attachment.":"첨부할 데이터가 제공되지 않았습니다.",
"Finished":"완료됨",
"To review":"리뷰할 항목",
@@ -98,7 +15,6 @@
"Later":"나중에",
"copy":"복사",
"To do":"할 일",
"Doing":"하는 중",
"Done":"완료",
"Example Task 3":"작업 예제 3",
"Example Task 2":"작업 예제 2",
@@ -112,25 +28,16 @@
"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인 카드에 첨부 파일로 추가되었습니다.\nURL에서 액세스 가능: %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은 Nextcloud와 통합된 팀의 개인 계획 및 프로젝트 구성을 목표로 하는 칸반 스타일 구성 도구입니다.\n\n\n- 📥 카드에 작업을 추가하고 순서대로 정리하세요\n- 📄 Markdown에 추가 메모를 작성하세요.\n- 🔖 더 나은 정리를 위해 라벨을 할당하세요\n- 👥 팀, 친구, 가족과 공유하세요\n- 📎 파일을 첨부하고 Markdown 설명에 포함하세요.\n- 💬 댓글을 사용하여 팀과 토론하세요\n- ⚡ 활동 스트림의 변경 사항을 추적하세요.\n- 🚀 프로젝트를 체계적으로 정리하세요",
"Add board":"보드 추가",
"Select the board to link to a project":"프로젝트에 연결할 보드를 선택하세요.",
"Search by board title":"보드 제목으로 검색",
"Select board":"보드 선택",
"Move card to another board":"카드를 다른 보드로 이동",
"Select a board":"보드 선택",
"No lists available":"사용 가능한 목록이 없음",
"Select a list":"목록 선택",
"Move card":"카드 이동",
"Cancel":"취소",
"Select a card":"카드 선택",
"Select the card to link to a project":"카드를 선택해 프로젝트에 연결",
"Link to card":"카드 링크",
"File already exists":"파일이 이미 존재함",
"A file with the name {filename} already exists.":"이미 존재하는 파일이름 {filename} ",
"Do you want to overwrite it?":"덮어쓰시겠습니까?",
@@ -142,13 +49,10 @@
"Archived cards":"보관된 카드들",
"Add list":"목록 추가",
"List name":"리스트 추가",
"Active filters":"활성 필터",
"Apply filter":"필터링 적용",
"Filter by tag":"태그로 필터링",
"Filter by assigned user":"지정된 사용자로 필터링",
"Unassigned":"할당되지 않음",
"Filter by status":"상태로 필터링",
"Open and completed":"개봉 완료됨",
"Open":"열기",
"Completed":"완료됨",
"Filter by due date":"기한으로 필터링",
@@ -158,231 +62,84 @@
"Next 30 days":"다음 30일 동안",
"No due date":"기한 없음",
"Clear filter":"필터 지우기",
"View Modes":"보기 모드",
"Toggle View Modes":"보기 모드 전환",
"Hide archived cards":"보관된 카드 숨기기",
"Show archived cards":"보관된 카드 보기",
"Toggle compact mode":"컴팩트 모드 전환",
"Hide card cover images":"카드 표지 이미지 숨기기",
"Show card cover images":"카드 표지 이미지 표시",
"Open details":"자세한 정보 열기",
"Details":"세부사항",
"Currently present people":"현재 존재하는 사람들",
"Loading board":"보드 불러오는 중",
"Board not found":"보드를 찾을 수 없음",
"Create a new list to add cards to this board":"이 보드에 카드를 추가하려면 새 목록을 만드세요.",
"Sharing":"공유",
"Tags":"태그",
"Deleted items":"삭제된 항목",
"Activity":"활동",
"Deleted lists":"삭제된 목록",
"Undo":"실행 취소",
"Deleted cards":"삭제된 카드",
"Share board with a user, group or team …":"사용자, 그룹 또는 팀과 보드 공유…",
"Searching for users, groups and teams …":"사용자, 그룹, 팀 검색 중…",
"No participants found":"참가자를 찾을 수 없음",
"Board owner":"보드 소유자",
"(Group)":"(그룹)",
"(Team)":"(팀)",
"Can edit":"편집 허용",
"Can edit":"수정할 수 있음",
"Can share":"공유할 수 있음",
"Can manage":"관리 가능",
"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":"목록 삭제됨",
"Edit":"편집",
"Add a new tag":"새로운 태그 추가",
"title and color value must be provided":"제목과 색상 값을 제공해야 함",
"Board name":"보드 이름",
"Members":"구성원",
"Assign to users/groups/team":"사용자/그룹/팀에 할당",
"Assign a user to this card…":"이 카드에 사용자를 할당합니다...",
"Select a user to assign to this card…":"이 카드에 할당할 사용자를 선택하세요...",
"Upload new files":"새로운 파일 업로드",
"Share from Files":"파일에서 공유",
"Pending share":"보류 중인 공유",
"Add this attachment":"해당 첨부 파일 추가",
"Show in Files":"파일로 표시",
"Download":"다운로드",
"Remove attachment":"첨부파일 제거",
"Delete Attachment":"첨부파일 삭제",
"Restore Attachment":"첨부파일 복원",
"File to share":"공유할 파일",
"Invalid path selected":"잘못된 경로가 선택됨",
"Open in sidebar view":"사이드바 보기에서 열기",
"Open in bigger view":"더 크게 보기",
"Attachments":"첨부파일",
"Comments":"댓글",
"Modified":"수정한 날짜",
"Created":"생성됨",
"The title cannot be empty.":"제목은 공백일 수 없습니다.",
"No comments yet. Begin the discussion!":"아직 댓글이 없습니다. 토론을 시작하세요!",
"Failed to load comments":"댓글을 불러오지 못했습니다.",
"Save":"저장",
"The comment cannot be empty.":"댓글은 공백일 수 없습니다.",
"The comment cannot be longer than 1000 characters.":"설명은 1000자를 초과할 수 없습니다.",
"In reply to":"답장",
"Cancel reply":"응답 취소",
"Reply":"답장",
"Update":"업데이트",
"Created:":"생성한 날짜:",
"Description":"설명",
"(Unsaved)":"(저장되지 않음)",
"(Saving…)":"(저장 중…)",
"Formatting help":"서식 도움말",
"Edit description":"설명 편집",
"View description":"설명 보기",
"Add Attachment":"첨부파일 추가",
"Write a description …":"설명 작성",
"Choose attachment":"첨부파일 선택",
"Assign a due date to this card…":"이 카드에 만료일을 할당합니다...",
"Set a due date":"만료일 설정",
"Add due date":"만료일 추가",
"Choose a date":"날짜 선택",
"Remove due date":"만료 날짜 삭제",
"Mark as done":"완료된 것으로 표시",
"Due at:":"마감일:",
"Not done":"완료되지 않음",
"Unarchive card":"카드 보관 취소",
"Not completed":"완성되지 않았다",
"Archive card":"보관 카드",
"Select Date":"날짜 선택",
"Set due date for later today":"마감일을 오늘 이후로 설정",
"Set due date for tomorrow":"마감일을 내일로 설정",
"Set due date for this weekend":"마감일을 이번 주말로 설정",
"Set due date for next week":"마감일을 다음 주로 설정",
"Assign a tag to this card…":"이 카드에 태그를 할당합니다...",
"Boost your productivity using Deck with keyboard shortcuts.":"키보드 단축키가 포함된 Deck을 사용하여 생산성을 높이세요.",
"Board actions":"보드 동작",
"Keyboard shortcut":"키보드 단축키",
"Action":"동작",
"Shift":"Shift",
"Scroll":"스크롤",
"Scroll sideways":"옆으로 스크롤",
"Navigate between cards":"카드 간 이동",
"Esc":"Esc",
"Close card details":"카드 세부정보 닫기",
"Ctrl":"Ctrl",
"Search":"검색",
"Show card filters":"카드 필터 표시",
"Clear card filters":"카드 필터 초기화",
"Show help dialog":"도움말 대화 상자 표시",
"Card actions":"카드 동작",
"The following actions can be triggered on the currently highlighted card":"현재 강조 표시된 카드에서 다음 작업이 실행될 수 있습니다.",
"Enter":"Enter",
"Space":"Space",
"Open card details":"카드 세부정보 열기",
"Edit the card title":"카드 제목 수정",
"Assign yourself to the current card":"현재 카드에 자신을 할당",
"Archive/unarchive the current card":"현재 카드 보관/보관 취소",
"Mark card as completed/not completed":"카드를 완료됨/완료되지 않음으로 표시",
"Open card menu":"카드 메뉴 열기",
"All boards":"모든 보드",
"Archived boards":"보관된 게시판",
"Shared with you":"나와 공유됨",
"Deck settings":"Deck 설정",
"Use bigger card view":"카드 크게 보기 사용",
"Show card ID badge":"카드 ID 배지 표시",
"Show boards in calendar/tasks":"캘린더/작업에 보드 표시",
"Limit board creation to some groups":"보드 생성을 일부 그룹으로 제한",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.":"해당 그룹 외부의 사용자는 자신의 보드를 만들 수 없지만 공유된 보드에서는 계속 작업할 수 있습니다.",
"Board details":"게시판 정보",
"Edit board":"게시판 편집",
"Clone board":"게시판 복제",
"Unarchive board":"게시판 보관 해제",
"Archive board":"게시판 보관",
"Export board":"보드 내보내기",
"Turn on due date reminders":"마감일 알림 켜기",
"Turn off due date reminders":"마감일 알림 끄기",
"Due date reminders":"마감일 알림",
"All cards":"모든 카드",
"Assigned cards":"할당된 카드",
"No notifications":"알림 없음",
"Delete board":"게시판 삭제",
"Board {0} deleted":"보드 {0}개가 삭제되었습니다.",
"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":"필터링된 보기 불러오는 중",
"Today":"오늘",
"Tomorrow":"내일",
"No due":"기한 없음",
"Search for {searchQuery} in all boards":"모든 게시판에서 {searchQuery}를 검색하세요",
"No results found":"결과 없음",
"This weekend – {timeLocale}":"이번 주말 – {timeLocale}",
"Deck board {name}\n* Last modified on {lastMod}":"데크 보드 {name}\n* 마지막 수정일 {lastMod}",
"{stack} in {board}":"{board}의 {stack}",
"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":"댓글을 더 보려면 클릭하세요.",
"Create a new card":"새로운 카드 생성",
"Card title":"카드 제목",
"Create card":"크레딧 카드",
"Creating the new card …":"새로운 카드 생성 중...",
"Card \"{card}\" was added to \"{board}\"":"\"{card}\" 카드가 \"{board}\"에 추가되었습니다.",
"Message from {author} in {conversationName}":"{conversationName}에서 {author}가 보낸 메시지",
"Something went wrong":"잘못된 접근",
"Failed to upload {name}":"{name}을(를) 업로드하지 못했습니다.",
"Maximum file size of {size} exceeded":"최대 파일 크기인 {size}을(를) 초과했습니다.",
"Error creating the share":"공유를 만드는 중 오류 발생",
"Share with a Deck card":"Deck 카드와 공유",
"Share {file} with a Deck card":"Deck 카드와 함께 {file} 공유",
"Share":"공유",
"A <strong>card description</strong> inside the Deck app has been changed":"Deck 앱 내 <strong>카드 설명</strong>이 변경되었습니다.",
"Timeline":"타임라인",
"Share board with a user, group or circle …":"사용자, 그룹 또는 서클과 보드 공유…",
"Searching for users, groups and circles …":"사용자, 그룹, 서클 검색 중…",
"(Circle)":"(서클)",
"Assign to users/groups/circles":"사용자/그룹/서클에 할당",
"Next week":"다음주",
"Next month":"다음달",
"List is empty":"목록이 비어 있음",
"Limit deck usage of groups":"그룹의 덱 사용 제한",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limiting Deck은 해당 그룹에 속하지 않은 사용자가 자신의 보드를 만드는 것을 차단합니다. 사용자는 공유된 보드에서 계속 작업할 수 있습니다.",
"The file was uploaded":"Datne tika augšupielādēta",
"The uploaded file exceeds the upload_max_filesize directive in php.ini":"Augšupielādētā datne pārsniedz php.ini norādīto upload_max_filesize vērtību",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"Augšupielādētā datne pārsniedz MAX_FILE_SIZE norādi, kas ir norādīta HTML formā",
"The file was only partially uploaded":"Datne tika augšupielādēta tikai daļēji",
"No file was uploaded":"Neviena datne netika augšupielādēta",
"Missing a temporary folder":"Trūkst pagaidu mapes",
"Could not write file to disk":"Nevarēja ierakstīt datni diskā",
"A PHP extension stopped the file upload":"PHP paplašinājums apturēja datnes augšupielādi",
"Invalid date, date format must be YYYY-MM-DD":"Nederīgs datums, datuma formātam jābūt YYYY-MM-DD",
"Cancel":"Atcelt",
"File already exists":"Datne jau pastāv",
@@ -29,18 +23,17 @@ OC.L10N.register(
"Tags":"Birkas",
"Activity":"Darbības",
"Undo":"Atsaukt",
"Searching for users, groups and teams …":"Meklē lietotājus, kopas un komandas …",
"The file was uploaded":"Datne tika augšupielādēta",
"The uploaded file exceeds the upload_max_filesize directive in php.ini":"Augšupielādētā datne pārsniedz php.ini norādīto upload_max_filesize vērtību",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"Augšupielādētā datne pārsniedz MAX_FILE_SIZE norādi, kas ir norādīta HTML formā",
"The file was only partially uploaded":"Datne tika augšupielādēta tikai daļēji",
"No file was uploaded":"Neviena datne netika augšupielādēta",
"Missing a temporary folder":"Trūkst pagaidu mapes",
"Could not write file to disk":"Nevarēja ierakstīt datni diskā",
"A PHP extension stopped the file upload":"PHP paplašinājums apturēja datnes augšupielādi",
"Invalid date, date format must be YYYY-MM-DD":"Nederīgs datums, datuma formātam jābūt YYYY-MM-DD",
"Cancel":"Atcelt",
"File already exists":"Datne jau pastāv",
@@ -27,18 +21,17 @@
"Tags":"Birkas",
"Activity":"Darbības",
"Undo":"Atsaukt",
"Searching for users, groups and teams …":"Meklē lietotājus, kopas un komandas …",
"Filter by assigned user":"Filtrer på tildelt bruker",
"Unassigned":"Ikke tildelt",
"Filter by status":"Filtrer etter status",
"Filter by completed":"Filtrer etter fullført",
"Open and completed":"Åpen og fullført",
"Open":"Åpne",
"Completed":"Ferdig",
@@ -256,9 +256,8 @@ OC.L10N.register(
"Add due date":"Legg til forfallsdato",
"Choose a date":"Velg en dato",
"Remove due date":"Fjern forfallsdato",
"Mark as done":"Marker som fullført",
"Due at:":"Forfaller den:",
"Not done":"Ikke fullført",
"Not completed":"Ikke ferdigstilt",
"Unarchive card":"Hent kort fra arkiv",
"Archive card":"Arkiver kort",
"Select Date":"Velg dato",
@@ -278,6 +277,7 @@ OC.L10N.register(
"Assign to me":"Tildel meg",
"Unassign myself":"Fjern meg fra tildeling",
"Mark as not done":"Marker som ikke ferdig",
"Mark as done":"Marker som fullført",
"Delete card":"Slett kort",
"Card deleted":"Kort slettet",
"seconds ago":"sekunder siden",
@@ -384,7 +384,6 @@ OC.L10N.register(
"Next month":"Neste måned",
"List is empty":"Stabel er tom",
"Limit deck usage of groups":"Begrens stokk-bruk til grupper",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Begrensning av tavler vil hindre tilgang til de brukere som ikke er medlem av en gruppe fra å lage egne tavler. Bruker kan arbeide på de tavler som er delt med dem.",
"Filter by completed":"Filtrer etter fullført"
"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.":"Begrensning av tavler vil hindre tilgang til de brukere som ikke er medlem av en gruppe fra å lage egne tavler. Bruker kan arbeide på de tavler som er delt med dem."
"Filter by assigned user":"Filtrer på tildelt bruker",
"Unassigned":"Ikke tildelt",
"Filter by status":"Filtrer etter status",
"Filter by completed":"Filtrer etter fullført",
"Open and completed":"Åpen og fullført",
"Open":"Åpne",
"Completed":"Ferdig",
@@ -254,9 +254,8 @@
"Add due date":"Legg til forfallsdato",
"Choose a date":"Velg en dato",
"Remove due date":"Fjern forfallsdato",
"Mark as done":"Marker som fullført",
"Due at:":"Forfaller den:",
"Not done":"Ikke fullført",
"Not completed":"Ikke ferdigstilt",
"Unarchive card":"Hent kort fra arkiv",
"Archive card":"Arkiver kort",
"Select Date":"Velg dato",
@@ -276,6 +275,7 @@
"Assign to me":"Tildel meg",
"Unassign myself":"Fjern meg fra tildeling",
"Mark as not done":"Marker som ikke ferdig",
"Mark as done":"Marker som fullført",
"Delete card":"Slett kort",
"Card deleted":"Kort slettet",
"seconds ago":"sekunder siden",
@@ -382,7 +382,6 @@
"Next month":"Neste måned",
"List is empty":"Stabel er tom",
"Limit deck usage of groups":"Begrens stokk-bruk til grupper",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Begrensning av tavler vil hindre tilgang til de brukere som ikke er medlem av en gruppe fra å lage egne tavler. Bruker kan arbeide på de tavler som er delt med dem.",
"Filter by completed":"Filtrer etter fullført"
"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.":"Begrensning av tavler vil hindre tilgang til de brukere som ikke er medlem av en gruppe fra å lage egne tavler. Bruker kan arbeide på de tavler som er delt med dem."
},"pluralForm":"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.