* Fix If-Modified-Since example in API.md
Fixes the example curl request date format. It didn't conform to the IMF-fix standard and was not accepted by the parseDate function.
Signed-off-by: Koen Tange <monokles@protonmail.ch>
* Add If-Modified-Since format description to API.md
Adds a short description elaborating on the different date formats supported by the If-Modified-Since header.
Signed-off-by: Koen Tange <monokles@protonmail.ch>
* Mark old time formats as obsolete in API.md
Clarified in the text that only the IMF-fixformat date format should be used in conjuction with the If-Modified-Since header.
Signed-off-by: Koen Tange <monokles@protonmail.ch>
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info>
Stack,Card undo delete: Test Fix 2
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info>
Card, Stack undo delete: Test fix 3
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info>
Card,Stack undo delete: Test fix 4
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info>
Stack, Card undo delete: Relative time in deleted entity listings
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info>
Card, Stack undo delete: Test Fix 5
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info>
Test Fix 6
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info>
Test Fix 7
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info>
fix codacy
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info>
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info>
stack undo delete: serve cards with deleted and delete actions
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info>
stack, cards undo delete: codacy
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info>
card undo delete: 526#discussion_r204501758, refactoring
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info>
card, stack undo delete: code review fixes#1
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info>
undo card, stack delete: show deleted stacks name in deleted card listing
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info>
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info>
stack soft delete done
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info>
stack undo delete done
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info>
stack undo: code review remarks and fixes
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info>
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info>
card undo delete done, styling still wip
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info>
fix Codacy findings
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info>
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info>
cards: softdelete done; undo delete wip
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info>
show deleted cards in board settings sidebar wip
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info>
CardMapper#findDeleted: fix bug in entity property assigning
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info>
Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.
Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.
@@ -9,14 +9,18 @@ Deck is a kanban style organization tool aimed at personal planning and project
- :page_facing_up: Write down additional notes in markdown
- :page_facing_up: Write down additional notes in markdown
- :bookmark: Assign labels for even better organization
- :bookmark: Assign labels for even better organization
- :busts_in_silhouette: Share with your team, friends or family
- :busts_in_silhouette: Share with your team, friends or family
- :family: Integrates with the [Circles](https://github.com/nextcloud/circles) app!
- :paperclip: Attach files and embed them in your markdown description
- :speech_balloon: Discuss with your team using comments
- :zap: Keep track of changes in the activity stream
- :rocket: Get your project organized
- :rocket: Get your project organized


## Installation/Update
## Installation/Update
This app is supposed to work on Nextcloud version 12 or later.
This app is supposed to work on the two latest Nextcloud versions.
### Install latest release
### Install latest release
@@ -30,10 +34,10 @@ If you want to run the latest development version from git source, you need to c
git clone https://github.com/nextcloud/deck.git
git clone https://github.com/nextcloud/deck.git
cd deck
cd deck
make install-deps
make install-deps
make
make build
```
```
Please make sure you have installed the following dependencies: `make, which, tar, npm, curl`
Please make sure you have installed the following dependencies: `make, which, tar, npm, curl, composer`
### Install the nightly builds
### Install the nightly builds
@@ -54,13 +58,15 @@ You can use the provided Makefile to run all tests by using:
make test
make test
### Documentation
The documentation for our REST API can be found at https://deck.readthedocs.io/en/latest/API/
## Contribution Guidelines
## Contribution Guidelines
Please read the [Code of Conduct](https://nextcloud.com/community/code-of-conduct/). This document offers some guidance to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere, and to explain how together we can strengthen and support each other.
Please read the [Code of Conduct](https://nextcloud.com/community/code-of-conduct/). This document offers some guidance to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere, and to explain how together we can strengthen and support each other.
For more information please review the [guidelines for contributing](https://github.com/nextcloud/server/blob/master/CONTRIBUTING.md) to this repository.
For more information please review the [guidelines for contributing](https://github.com/nextcloud/server/blob/master/.github/CONTRIBUTING.md) to this repository.
The Nextcloud activity app provides an API to fetch activities filtered for deck: [Activity app API documentation](https://github.com/nextcloud/activity/blob/master/docs/endpoint-v2.md)
The deck app offers a filter `deck` to only request activity events that are relevant.
The REST API provides access for authenticated users to their data inside the Deck app. To get a better understand of Decks data models and their relations, please have a look at the [data structure](structure.md) documentation.
# Prequisited
- All requests require a `OCS-APIRequest` HTTP header to be set to `true` and a `Content-Type` of `application/json`.
- The API is located at https://nextcloud.local/index.php/apps/deck/api/v1.0
## Naming
- Board is the the project like grouping of tasks that can be shared to different users and groups
- Stack is the grouping of cards which is rendered in vertical columns in the UI
- Card is the representation of a single task
- Labels are defined on a board level and can be assigned to any number of cards
## Global responses
### 400 Bad request
In case the request is invalid, e.g. because a parameter is missing, a 400 error will be returned:
```json
{
"status":400,
"message":"title must be provided"
}
```
### 403 Permission denied
In any case a user doesn't have access to a requested entity, a 403 error will be returned:
```json
{
"status":403,
"message":"Permission denied"
}
```
## Headers
### If-Modified-Since
Some index endpoints support limiting the result set to entries that have been changed since the given time.
The [wikipedia markdown entry](https://en.wikipedia.org/wiki/Markdown) introduced markdown as :
> Markdown is a lightweight markup language with plain text formatting syntax. It is designed so that it can be converted to HTML and many other formats using a tool by the same name. Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor. As the initial description of Markdown contained ambiguities and unanswered questions, many implementations and extensions of Markdown appeared over the years to answer these issues.
## Markdown in Deck
The Deck application plugin uses the [markdown-it](https://github.com/markdown-it/markdown-it) script to offer support for markdown in the cards description field.
## Supported Markdown
Markdown comes in may flavors. The best way to learn markdown and understand how to use it, is simply to [try it](https://markdown-it.github.io) on the original script official playground.
That same link offers also a comprehensive list of what is supported, and what is not - rendering it unnecessary to duplicate that content in here.
As per [issue #127](https://github.com/nextcloud/deck/issues/127) Due to a known limitation of the current script to support markdown, Links that contain the `")"` character will not display well, or will break.
The recommended solution is to use `"<"` and `">"` to wrap those links. It should assure their integrity.
If you come by another case of broken link, or broken display of links, please report it by opening a new issue.
Releasing a new version works quite easy with [krankerl](https://github.com/ChristophWurst/krankerl) and [github-release](https://github.com/aktau/github-release) installed:
In this example, we're going to create a board and share it with an other nextcloud user.

### 2. Create stacks and cards
Stacks are simply columns with list of cards. It can represent a category of tasks or an y step in your projects for example.
**Check this out :**

What about the cards? Cards are tasks, objects or ideas that fit into a stack. You can put a lot of cards in a stack! An infinity? Who knows! Who knows!
And all the magic of this software consists on moving your cards from a stack to an other.
**Check this out :**

### 3. Handle cards options
Once you have created your cards, you can modify them or add options by clicking on them. So, what are the options? Well, there are several of them:
- Tag Management
- Assign a card to a user (s·he will receive a notification)
- Render date, or deadline

And even :
- Description in markdown language
- Attachment - *you can leave a document, a picture or some other bonus like that.*

### 4. Archive old tasks
Once finished or obsolete, a task could be archived. The tasks is not deleted, it's just archived, and you can retrieve it later

### 5. Manage your board
You can manage the settings of your Deck once you are inside it, by clicking on the small wheel at the top right.
Once in this menu, you have access to several things:
- Sharing
- Tags
- Deleted objects
- Timeline
The **sharing tab** allows you to add users or even groups to your boards.
**Tags** allows you to modify the tags available for the cards.
**Deleted objects** allows you to return previously deleted stacks or cards.
The **Timeline** allows you to see everything that happened in your boards. Everything!
"The uploaded file exceeds the upload_max_filesize directive in php.ini":"Die opgelaaide lêer oorskry die upload_max_filesize riglyn in php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"Die opgelaaide lêer oorskry die MAX_FILE_SIZE riglyn wat in die HTML vorm gespesifiseer is",
"The file was only partially uploaded":"Die lêer is slegs gedeeltelik op gelaai",
"No file was uploaded":"Geen lêer is opgelaai",
"Missing a temporary folder":"Ontbrekende tydelike gids",
"A PHP extension stopped the file upload":"’n PHP-uitbreiding het die oplaai gestaak",
"The uploaded file exceeds the upload_max_filesize directive in php.ini":"Die opgelaaide lêer oorskry die upload_max_filesize riglyn in php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"Die opgelaaide lêer oorskry die MAX_FILE_SIZE riglyn wat in die HTML vorm gespesifiseer is",
"The file was only partially uploaded":"Die lêer is slegs gedeeltelik op gelaai",
"No file was uploaded":"Geen lêer is opgelaai",
"Missing a temporary folder":"Ontbrekende tydelike gids",
"A PHP extension stopped the file upload":"’n PHP-uitbreiding het die oplaai gestaak",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"حجم الملف الذي تريد ترفيعه أعلى مما MAX_FILE_SIZE يسمح به في واجهة ال HTML.",
"No file was uploaded":"لم يتم رفع أي ملف",
"Missing a temporary folder":"المجلد المؤقت غير موجود",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"حجم الملف الذي تريد ترفيعه أعلى مما MAX_FILE_SIZE يسمح به في واجهة ال HTML.",
"No file was uploaded":"لم يتم رفع أي ملف",
"Missing a temporary folder":"المجلد المؤقت غير موجود",
"The uploaded file exceeds the upload_max_filesize directive in php.ini":"El ficheru xubíu perpasa la direutiva de xuba upload_max_filesize en php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"El ficheru xubíu perpasa la direutiva \"MAX_FILE_SIZE\" especificada nel formulariu HTML",
"No file was uploaded":"Nun se xubieron fichjeros",
"Missing a temporary folder":"Falta un direutoriu temporal",
"Could not write file to disk":"Nun pudo escribise nel discu'l ficheru",
"A PHP extension stopped the file upload":"Una estensión de PHP paró la xuba de ficheros",
"The uploaded file exceeds the upload_max_filesize directive in php.ini":"El ficheru xubíu perpasa la direutiva de xuba upload_max_filesize en php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"El ficheru xubíu perpasa la direutiva \"MAX_FILE_SIZE\" especificada nel formulariu HTML",
"No file was uploaded":"Nun se xubieron fichjeros",
"Missing a temporary folder":"Falta un direutoriu temporal",
"Could not write file to disk":"Nun pudo escribise nel discu'l ficheru",
"A PHP extension stopped the file upload":"Una estensión de PHP paró la xuba de ficheros",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"Yüklənilən faylın həcmi HTML formasinda olan MAX_FILE_SIZE direktivində təyin dilmiş həcmi aşır.",
"No file was uploaded":"Heç bir fayl yüklənilmədi",
"Missing a temporary folder":"Müvəqqəti qovluq çatışmır",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"Yüklənilən faylın həcmi HTML formasinda olan MAX_FILE_SIZE direktivində təyin dilmiş həcmi aşır.",
"No file was uploaded":"Heç bir fayl yüklənilmədi",
"Missing a temporary folder":"Müvəqqəti qovluq çatışmır",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"Размерът на файла надвишава максималния размер определен от MAX_FILE_SIZE в HTML формата.",
"The file was only partially uploaded":"Файлът е качен частично",
"No file was uploaded":"Нито един файл не е качен",
"Missing a temporary folder":"Липсва временна папка",
"Submit":"Изпращане",
"Actions":"Действия",
"Close":"Затваряне",
"Sharing":"Споделяне",
"Tags":"Етикети",
"Select users or groups to share with":"Споделяне с потребители или групи",
"Group":"Група",
"Circle":"Кръг",
"No matching user or group found.":"Неса намерени съвпадащи потребители или групи",
"Loading":"Зареждане",
"Edit":"Редакция",
"Share":"Сподели",
"Manage":"Управление",
"Discard share":"Отхвърляне на споделяне",
"Delete tag":"Изтрий таг",
"Create":"Създай",
"Create a new tag":"Създаване на нов етикет",
"Status":"Състояние",
"Title":"Име",
"Members":"Членове",
"More actions":"Още действия",
"Cancel upload":"Откажи качването",
"by":"от",
"Modified:":"Променена:",
"Created:":"Създадена:",
"Choose a tag":"Изберете етикет",
"Add a tag":"Етикети",
"Select tags":"Изберете етикети",
"Assign users":"Зачисляване на потребител",
"Choose a user to assign":"Изберете потребител на който да бъде зачислена",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"Размерът на файла надвишава максималния размер определен от MAX_FILE_SIZE в HTML формата.",
"The file was only partially uploaded":"Файлът е качен частично",
"No file was uploaded":"Нито един файл не е качен",
"Missing a temporary folder":"Липсва временна папка",
"Submit":"Изпращане",
"Actions":"Действия",
"Close":"Затваряне",
"Sharing":"Споделяне",
"Tags":"Етикети",
"Select users or groups to share with":"Споделяне с потребители или групи",
"Group":"Група",
"Circle":"Кръг",
"No matching user or group found.":"Неса намерени съвпадащи потребители или групи",
"Loading":"Зареждане",
"Edit":"Редакция",
"Share":"Сподели",
"Manage":"Управление",
"Discard share":"Отхвърляне на споделяне",
"Delete tag":"Изтрий таг",
"Create":"Създай",
"Create a new tag":"Създаване на нов етикет",
"Status":"Състояние",
"Title":"Име",
"Members":"Членове",
"More actions":"Още действия",
"Cancel upload":"Откажи качването",
"by":"от",
"Modified:":"Променена:",
"Created:":"Създадена:",
"Choose a tag":"Изберете етикет",
"Add a tag":"Етикети",
"Select tags":"Изберете етикети",
"Assign users":"Зачисляване на потребител",
"Choose a user to assign":"Изберете потребител на който да бъде зачислена",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"আপলোড করা ফাইলটি HTML ফর্মে উল্লিখিত MAX_FILE_SIZE নির্ধারিত ফাইলের সর্বোচ্চ আকার অতিক্রম করতে চলেছে ",
"No file was uploaded":"কোন ফাইল আপলোড করা হয় নি",
"Missing a temporary folder":"অস্থায়ী ফোল্ডারটি হারানো গিয়েছে",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"আপলোড করা ফাইলটি HTML ফর্মে উল্লিখিত MAX_FILE_SIZE নির্ধারিত ফাইলের সর্বোচ্চ আকার অতিক্রম করতে চলেছে ",
"No file was uploaded":"কোন ফাইল আপলোড করা হয় নি",
"Missing a temporary folder":"অস্থায়ী ফোল্ডারটি হারানো গিয়েছে",
"Maximum file size of {size} exceeded":"Maksimalna veličina datoteke prekoračena",
"Personal":"Osobno",
"Done":"Done",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"Učitana datoteka premašuje maksimalnu dopuštenu veličinu datoteke MAX_FILE_SIZE navedenu u HTML formi",
"No file was uploaded":"Nijedna datoteka nije učitana.",
"Missing a temporary folder":"Nedostaje privremeni direktorij.",
"Maximum file size of {size} exceeded":"Maksimalna veličina datoteke prekoračena",
"Personal":"Osobno",
"Done":"Done",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"Učitana datoteka premašuje maksimalnu dopuštenu veličinu datoteke MAX_FILE_SIZE navedenu u HTML formi",
"No file was uploaded":"Nijedna datoteka nije učitana.",
"Missing a temporary folder":"Nedostaje privremeni direktorij.",
"Please provide a content for your comment.":"Proporcioneu un contingut per al vostre comentari.",
"Remove user from card":"Esborra usuari de la targeta",
"Posting the comment failed.":"No s'ha pogut publicar el comentari.",
"The comment has been deleted":"S'ha suprimit el comentari",
"The associated stack is deleted as well, it will be restored as well.":"La pila associada també se suprimeix, també es restaurarà.",
"Restore associated stack":"Restaura la pila associada",
"Remove user from card":"Suprimeix l'usuari de la targeta",
"Hours":"Hores",
"Hours":"Hores",
"Minutes":"Minuts",
"Minutes":"Minuts",
"Link to a board":"Enllaça a un tauler",
"Maximum file size of {size} exceeded":"S'ha superat la mida màxima per fitxer de {size}",
"File already exists":"El fitxer ja existeix",
"You have created a new board {board}":"Heu creat el nou tauler {board}",
"{user} has created a new board {board}":"{user} ha creat el nou tauler {board}",
"You have deleted the board {board}":"Heu suprimit el tauler {board}",
"{user} has deleted the board {board}":"{user} ha suprimit el tauler {board}",
"You have restored the board {board}":"Heu restaurat el tauler {board}",
"{user} has restored the board {board}":"{user} ha restaurat el tauler {board}",
"You have shared the board {board} with {acl}":"Heu compartit el tauler {board} amb {acl}",
"{user} has shared the board {board} with {acl}":"{user} ha compartit el tauler {board} amb {acl}",
"You have removed {acl} from the board {board}":"Heu suprimit {acl} del tauler {board}",
"{user} has removed {acl} from the board {board}":"{user} ha suprimit {acl} del tauler {board}",
"You have renamed the board {before} to {board}":"Heu reanomenat el tauler {before} a {board}",
"{user} has renamed the board {before} to {board}":"{user} ha reanomenat el tauler {before} a {board}",
"You have archived the board {board}":"Heu arxivat el tauler {board}",
"{user} has archived the board {before}":"{user} ha arxivat el tauler {before}",
"You have unarchived the board {board}":"Heu desarxivat el tauler {board}",
"{user} has unarchived the board {before}":"{user} ha desarxivat el tauler {before}",
"You have created a new stack {stack} on board {board}":"Heu creat una nova pila {stack} al tauler {board}",
"{user} has created a new stack {stack} on board {board}":"{user} ha creat una nova pila {stack} al tauler {board}",
"You have renamed stack {before} to {stack} on board {board}":"Heu reanomenat la pila {before} a {stack} al tauler {board}",
"{user} has renamed stack {before} to {stack} on board {board}":"{user} ha reanomenat la pila {before} a {stack} al tauler {board}",
"You have deleted stack {stack} on board {board}":"Heu suprimit la pila {stack} al tauler {board}",
"{user} has deleted stack {stack} on board {board}":"{user} ha suprimit la pila {stack} al tauler {board}",
"You have created card {card} in stack {stack} on board {board}":"Heu creat la targeta {card} a la pila {stack} al tauler {board}",
"{user} has created card {card} in stack {stack} on board {board}":"{user} ha creat la targeta {card} a la pila {stack} al tauler {board}",
"You have deleted card {card} in stack {stack} on board {board}":"Heu suprimit la targeta {card} a la pila {stack} al tauler {board}",
"{user} has deleted card {card} in stack {stack} on board {board}":"{user} ha suprimit la targeta {card} a la pila {stack} al tauler {board}",
"You have renamed the card {before} to {card}":"Heu reanomenat la targeta {before} a {card}",
"{user} has renamed the card {before} to {card}":"{user} ha reanomenat la targeta {before} a {card}",
"You have added a description to card {card} in stack {stack} on board {board}":"Heu afegit una descripció a la targeta {card} a la pila {stack} al tauler {board}",
"{user} has added a description to card {card} in stack {stack} on board {board}":"{user} ha afegit una descripció a la targeta {card} a la pila {stack} al tauler {board}",
"You have updated the description of card {card} in stack {stack} on board {board}":"Heu actualitzat la descripció de la targeta {card} a la pila {stack} al tauler {board}",
"{user} has updated the description of the card {card} in stack {stack} on board {board}":"{user} ha actualitzat la descripció de la targeta {card} a la pila {stack} al tauler {board}",
"You have archived card {card} in stack {stack} on board {board}":"Heu arxivat la targeta {card} a la pila {stack} al tauler {board}",
"{user} has archived card {card} in stack {stack} on board {board}":"{user} ha arxivat la targeta {card} a la pila {stack} al tauler {board}",
"You have unarchived card {card} in stack {stack} on board {board}":"Heu desarxivat la targeta {card} a la pila {stack} al tauler {board}",
"{user} has unarchived card {card} in stack {stack} on board {board}":"{user} ha arxivat la targeta {card} a la pila {stack} al tauler {board}",
"You have removed the due date of card {card}":"Heu suprimit la data de venciment de la targeta {targeta}",
"{user} has removed the due date of card {card}":"{user} ha suprimit la data de venciment de la targeta {targeta}",
"You have set the due date of card {card} to {after}":"Heu establert la data de venciment de la targeta {card} a {after}",
"{user} has set the due date of card {card} to {after}":"{user} ha establert la data de venciment de la targeta {card} a {after}",
"You have updated the due date of card {card} to {after}":"Heu actualitzat la data de venciment de la targeta {card} a {after}",
"{user} has updated the due date of card {card} to {after}":"{user} ha actualitzat la data de venciment de la targeta {card} a {after}",
"You have added the tag {label} to card {card} in stack {stack} on board {board}":"Heu afegit l'etiqueta {label} a la targeta {card} a la pila {stack} al tauler {board}",
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}":"{user} ha afegit l'etiqueta {label} a la targeta {card} a la pila {stack} al tauler {board}",
"You have removed the tag {label} from card {card} in stack {stack} on board {board}":"Heu suprimit l'etiqueta {label} de la targeta {card} a la pila {stack} al tauler {board}",
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}":"{user} ha suprimit l'etiqueta {label} de la targeta {card} a la pila {stack} al tauler {board}",
"You have assigned {assigneduser} to card {card} on board {board}":"Heu assignat a {assigneduser} a la targeta {card} al tauler {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}":"{user} ha assignat a {assigneduser} la targeta {card} del tauler {board}",
"You have unassigned {assigneduser} from card {card} on board {board}":"Heu desassignat {assigneduser} de la targeta {card} al tauler {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}":"{user} ha desassignat {assigneduser} de la targeta {card} al tauler {board}",
"You have moved the card {card} from stack {stackBefore} to {stack}":"Heu mogut la targeta {card} de la pila {stackBefore} a {stack}",
"{user} has moved the card {card} from stack {stackBefore} to {stack}":"{user} ha mogut la targeta {card} de la pila {stackBefore} a {stack}",
"You have added the attachment {attachment} to card {card}":"Heu afegit l'adjunt {attachment} a la targeta {card}",
"{user} has added the attachment {attachment} to card {card}":"{user} ha afegit l'adjunt {attachment} a la targeta {card}",
"You have updated the attachment {attachment} on card {card}":"Heu actualitzat l'adjunt {attachment} a la targeta {card}",
"You have deleted the attachment {attachment} from card {card}":"Heu suprimit l'adjunt {attachment} de la targeta {card}",
"You have restored the attachment {attachment} to card {card}":"Heu restaurat l'adjunt {attachment} a la targeta {card}",
"{user} has restored the attachment {attachment} to card {card}":"{user} ha restaurat l'adjunt {attachment} a la targeta {card}",
"You have commented on card {card}":"Heu comentat la targeta {card}",
"{user} has commented on card {card}":"{user} ha comentat la targeta {card}",
"A <strong>card description</strong> inside the Deck app has been changed":"S'ha canviat una <strong>descripció de targeta</strong> a l'aplicació Tauler",
"Deck":"Tauler",
"Changes in the <strong>Deck app</strong>":"Hi ha canvis a l'<strong>aplicació Tauler</strong>",
"A <strong>comment</strong> was created on a card":"S'ha afegit un <strong>comentari</strong> a una targeta",
"Personal":"Personal",
"The card \"%s\" on \"%s\" has been assigned to you by %s.":"La targeta \"%s\" sobre \"%s\" se us ha assignat per %s.",
"{user} has assigned the card \"%s\" on \"%s\" to you.":"{user} us ha assignat la targeta \"%s\" sobre \"%s\".",
"The card \"%s\" on \"%s\" has reached its due date.":"La targeta \"%s\" sobre \"%s\" ha assolit la seva data de venciment.",
"%s has mentioned you in a comment on \"%s\".":"%s us ha anomenat en un comentari sobre \"%s\".",
"{user} has mentioned you in a comment on \"%s\".":"{user} us ha anomenat en un comentari sobre \"%s\".",
"The board \"%s\" has been shared with you by %s.":"El tauler \"%s\" se us ha compartit per %s.",
"{user} has shared the board %s with you.":"{user} us ha compartit el tauler %s.",
"No data was provided to create an attachment.":"No s’ha proporcionat cap dada per crear un fitxer adjunt.",
"Finished":"Acabat",
"Finished":"Acabat",
"To review":"Per revisar",
"To review":"Per revisar",
"Action needed":"Acció necessaria",
"Action needed":"Acció necessària",
"Later":"Més tard",
"Later":"Més tard",
"Deck":"Coberta",
"To do":"Pendents",
"Doing":"En procés",
"Done":"Finalitzades",
"Example Task 3":"Tasca d'exemple 3",
"Example Task 2":"Tasca d'exemple 2",
"Example Task 1":"Tasca d'exemple 1",
"The file was uploaded":"S'ha carregat el fitxer",
"The uploaded file exceeds the upload_max_filesize directive in php.ini":"El fitxer carregat excedeix la directiva upload_max_filesize dins de php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"El fitxer carregat excedeix la directiva MAX_FILE_SIZE que hi ha especificada al formulari d'HTML",
"The file was only partially uploaded":"El fitxer s'ha carregat només parcialment",
"No file was uploaded":"No s'ha carregat cap fitxer",
"Missing a temporary folder":"Falta una carpeta temporal",
"Could not write file to disk":"No s’ha pogut escriure el fitxer al disc",
"A PHP extension stopped the file upload":"Una extensió del PHP ha aturat la carregada del fitxer",
"No file uploaded or file size exceeds maximum of %s":"No s'ha carregat cap fitxer o la mida del fitxer sobrepassa el màxim de %s",
"A kanban style project and personal management tool for Nextcloud":"Un projecte d’estil kanban i una eina de gestió personal per a Nextcloud",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized":"Tauler és una eina d'organització a l'estil kanban dirigida a la planificació personal i a l'organització de projectes per equips integrada a Nextcloud.\n\n\n- 📥 Afegiu les tasques en targetes i poseu-les en ordre\n- 📄 Apunteu notes addicionals en markdown\n- 🔖 Assigneu etiquetes per una organització encara millor\n- 👥 Compartiu amb el vostre equip, família o amics\n- 📎 Adjunteu fitxers i encasteu-los en la descripció en markdown\n- 💬 Debateu amb el vostre equip fent servir comentaris\n- ⚡ Mantingueu el seguiment de canvis al flux d'activitat\n- 🚀 Tingueu el vostre projecte organitzat",
"Select the board to link to a project":"Selecciona el tauler per enllaçar a un projecte",
"Select board":"Selecciona un tauler",
"Add a new stack":"Afegeix una nova pila",
"Add a new stack":"Afegeix una nova pila",
"Submit":"Envia",
"Show archived cards":"Mostra les targetes arxivades",
"Show archived cards":"Mostra les targetes arxivades",
"Hide archived cards":"Amaga les targetes arxivades",
"Hide archived cards":"Amaga les targetes arxivades",
"Board details":"Detalls de la junta",
"Toggle compact mode":"Commuta el mode compacte",
"All Boards":"Totes les juntes",
"Show board details":"Mostra els detalls del tauler",
"All Boards":"Tots els Taulers",
"Archived boards":"Taulers arxivats",
"Archived boards":"Taulers arxivats",
"Archive":"Arxiu",
"Share board":"Comparteix tauler",
"Unarchive":"Desbloquejar",
"Archived cards":"Targetes arxivades",
"Enter a card title":"Introduïu un títol de la targeta",
"Actions":"Accions",
"Sharing":"Compartir",
"Drop your files here to upload it to the card":"Deixeu anar els fitxers aquí per carregar-los a la targeta",
"Assign card to me":"Assigna'm la targeta",
"Unassign card from me":"Desassigna'm la targeta",
"Archive card":"Arxiva la targeta",
"Unarchive card":"Desarxiva targeta",
"Delete card":"Suprimeix targeta",
"Enter a card title":"Introduïu un títol a la targeta",
"Add card":"Afegeix una targeta",
"Close":"Tanca",
"Sharing":"S'està compartint",
"Tags":"Etiquetes",
"Tags":"Etiquetes",
"Select users or groups to share with":"Seleccioneu usuaris o grups per compartir",
"Deleted items":"Elements suprimits",
"Timeline":"Línia de temps",
"Select users or groups to share with":"Seleccioneu usuaris o grups amb els qui compartir",
"Group":"Grup",
"Circle":"Cercle",
"No matching user or group found.":"No s'ha trobat cap usuari o grup coincident.",
"No matching user or group found.":"No s'ha trobat cap usuari o grup coincident.",
"Share":"Comparteix",
"Loading":"S'està carregant",
"Edit":"Edita",
"Edit":"Edita",
"Manage":"Gestor",
"Share":"Comparteix",
"Manage":"Gestiona",
"Discard share":"Descarta la compartició",
"Discard share":"Descarta la compartició",
"Sharing has been disabled for your account.":"La compartició s'ha desactivat per al vostre compte.",
"Update tag":"Actualitza etiqueta",
"Edit tag":"Edita etiqueta",
"Delete tag":"Suprimeix etiqueta",
"Create":"Crea",
"Create a new tag":"Crea una nova etiqueta",
"Create a new tag":"Crea una nova etiqueta",
"Title":"Title",
"Deleted stacks":"Piles suprimides",
"Deleted cards":"Targetes suprimides",
"Status":"Estat",
"No archived boards to display":"No hi ha cap tauler arxivat per mostrar",
"No shared boards to display":"No hi ha cap tauler compartit per mostrar",
"Title":"Títol",
"Members":"Membres",
"Members":"Membres",
"More actions":"Més accions",
"More actions":"Més accions",
"Edit board":"Edita el tauler",
"Edit board":"Edita el tauler",
"Archive board":"Arxiu",
"Archive board":"Arxiva tauler",
"Unarchive board":"Desbloquejar",
"Unarchive board":"Desarxiva tauler",
"Delete board":"Eliminat",
"Delete board":"Suprimeix tauler",
"Create new board":"Crear nova",
"Update board":"Actualitza tauler",
"New board title":"Nou títol",
"Reset board":"Reinicialitza tauler",
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run.":"Desfeu la supressió del tauler - Altrament el tauler serà suprimit durant la següent execució de treball del cron.",
"Create new board":"Crea un nou tauler",
"New board title":"Títol del nou tauler",
"Create board":"Crea tauler",
"Select an attachment":"Selecciona un adjunt",
"Cancel upload":"Cancel·la la càrrega",
"by":"per",
"by":"per",
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run.":"Desfeu la supressió del fitxer - Altrament el fitxer serà suprimit durant la següent execució de treball del cron.",
"Undo file deletion":"Desfés la supressió del fitxer",
"Insert the file into the description":"Insereix el fitxer a la descripció",
"Delete attachment":"Suprimeix l'adjunt",
"Modified:":"Modificat:",
"Modified:":"Modificat:",
"Created:":"Creat:",
"Created:":"Creat:",
"Choose a tag":"Trieu una etiqueta",
"Add a tag":"Afegeix una etiqueta",
"Select tags":"Selecciona etiquetes",
"Assign users":"Assigna usuaris",
"Choose a user to assign":"Tria un usuari per assignar",
"Assign this card to a user":"Assigna aquesta targeta a un usuari",
"Due date":"Per la data",
"Due date":"Per la data",
"Click to set":"Feu clic per configurar",
"Click to set":"Feu clic per configurar",
"Remove due date":"Elimina la data de venciment",
"Remove due date":"Elimina la data de venciment",
"Description":"Descripció",
"Description":"Descripció",
"Attachments":"Adjunts",
"Saved":"Desat",
"Saved":"Desat",
"Unsaved changes":"Canvis no desats",
"Insert attachment":"Insereix l'adjunt",
"Formatting help":"Format d'ajuda",
"Formatting help":"Format d'ajuda",
"Upload attachment":"Carrega l'adjunt",
"Add a card description…":"Afegeix una descripció de la targeta ...",
"Add a card description…":"Afegeix una descripció de la targeta ...",
"Shared boards":"Taulers compartits",
"Shared boards":"Taulers compartits",
"Move board to archive":"Mou la placa a l'arxiu",
"Move board to archive":"Mou tauler a l'arxiu",
"Create a new board":"Crear nova"
"Create a new board":"Crea un nou tauler",
"Settings":"Paràmetres",
"Limit deck to groups":"Limita el tauler per grups",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limitant el Tauler bloquejarà la creació de taulers als usuaris que no són part d'aquests grups. Els usuaris podran seguir treballant en els taulers que hagin estat compartits amb ells."
"Please provide a content for your comment.":"Proporcioneu un contingut per al vostre comentari.",
"Remove user from card":"Esborra usuari de la targeta",
"Posting the comment failed.":"No s'ha pogut publicar el comentari.",
"The comment has been deleted":"S'ha suprimit el comentari",
"The associated stack is deleted as well, it will be restored as well.":"La pila associada també se suprimeix, també es restaurarà.",
"Restore associated stack":"Restaura la pila associada",
"Remove user from card":"Suprimeix l'usuari de la targeta",
"Hours":"Hores",
"Hours":"Hores",
"Minutes":"Minuts",
"Minutes":"Minuts",
"Link to a board":"Enllaça a un tauler",
"Maximum file size of {size} exceeded":"S'ha superat la mida màxima per fitxer de {size}",
"File already exists":"El fitxer ja existeix",
"You have created a new board {board}":"Heu creat el nou tauler {board}",
"{user} has created a new board {board}":"{user} ha creat el nou tauler {board}",
"You have deleted the board {board}":"Heu suprimit el tauler {board}",
"{user} has deleted the board {board}":"{user} ha suprimit el tauler {board}",
"You have restored the board {board}":"Heu restaurat el tauler {board}",
"{user} has restored the board {board}":"{user} ha restaurat el tauler {board}",
"You have shared the board {board} with {acl}":"Heu compartit el tauler {board} amb {acl}",
"{user} has shared the board {board} with {acl}":"{user} ha compartit el tauler {board} amb {acl}",
"You have removed {acl} from the board {board}":"Heu suprimit {acl} del tauler {board}",
"{user} has removed {acl} from the board {board}":"{user} ha suprimit {acl} del tauler {board}",
"You have renamed the board {before} to {board}":"Heu reanomenat el tauler {before} a {board}",
"{user} has renamed the board {before} to {board}":"{user} ha reanomenat el tauler {before} a {board}",
"You have archived the board {board}":"Heu arxivat el tauler {board}",
"{user} has archived the board {before}":"{user} ha arxivat el tauler {before}",
"You have unarchived the board {board}":"Heu desarxivat el tauler {board}",
"{user} has unarchived the board {before}":"{user} ha desarxivat el tauler {before}",
"You have created a new stack {stack} on board {board}":"Heu creat una nova pila {stack} al tauler {board}",
"{user} has created a new stack {stack} on board {board}":"{user} ha creat una nova pila {stack} al tauler {board}",
"You have renamed stack {before} to {stack} on board {board}":"Heu reanomenat la pila {before} a {stack} al tauler {board}",
"{user} has renamed stack {before} to {stack} on board {board}":"{user} ha reanomenat la pila {before} a {stack} al tauler {board}",
"You have deleted stack {stack} on board {board}":"Heu suprimit la pila {stack} al tauler {board}",
"{user} has deleted stack {stack} on board {board}":"{user} ha suprimit la pila {stack} al tauler {board}",
"You have created card {card} in stack {stack} on board {board}":"Heu creat la targeta {card} a la pila {stack} al tauler {board}",
"{user} has created card {card} in stack {stack} on board {board}":"{user} ha creat la targeta {card} a la pila {stack} al tauler {board}",
"You have deleted card {card} in stack {stack} on board {board}":"Heu suprimit la targeta {card} a la pila {stack} al tauler {board}",
"{user} has deleted card {card} in stack {stack} on board {board}":"{user} ha suprimit la targeta {card} a la pila {stack} al tauler {board}",
"You have renamed the card {before} to {card}":"Heu reanomenat la targeta {before} a {card}",
"{user} has renamed the card {before} to {card}":"{user} ha reanomenat la targeta {before} a {card}",
"You have added a description to card {card} in stack {stack} on board {board}":"Heu afegit una descripció a la targeta {card} a la pila {stack} al tauler {board}",
"{user} has added a description to card {card} in stack {stack} on board {board}":"{user} ha afegit una descripció a la targeta {card} a la pila {stack} al tauler {board}",
"You have updated the description of card {card} in stack {stack} on board {board}":"Heu actualitzat la descripció de la targeta {card} a la pila {stack} al tauler {board}",
"{user} has updated the description of the card {card} in stack {stack} on board {board}":"{user} ha actualitzat la descripció de la targeta {card} a la pila {stack} al tauler {board}",
"You have archived card {card} in stack {stack} on board {board}":"Heu arxivat la targeta {card} a la pila {stack} al tauler {board}",
"{user} has archived card {card} in stack {stack} on board {board}":"{user} ha arxivat la targeta {card} a la pila {stack} al tauler {board}",
"You have unarchived card {card} in stack {stack} on board {board}":"Heu desarxivat la targeta {card} a la pila {stack} al tauler {board}",
"{user} has unarchived card {card} in stack {stack} on board {board}":"{user} ha arxivat la targeta {card} a la pila {stack} al tauler {board}",
"You have removed the due date of card {card}":"Heu suprimit la data de venciment de la targeta {targeta}",
"{user} has removed the due date of card {card}":"{user} ha suprimit la data de venciment de la targeta {targeta}",
"You have set the due date of card {card} to {after}":"Heu establert la data de venciment de la targeta {card} a {after}",
"{user} has set the due date of card {card} to {after}":"{user} ha establert la data de venciment de la targeta {card} a {after}",
"You have updated the due date of card {card} to {after}":"Heu actualitzat la data de venciment de la targeta {card} a {after}",
"{user} has updated the due date of card {card} to {after}":"{user} ha actualitzat la data de venciment de la targeta {card} a {after}",
"You have added the tag {label} to card {card} in stack {stack} on board {board}":"Heu afegit l'etiqueta {label} a la targeta {card} a la pila {stack} al tauler {board}",
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}":"{user} ha afegit l'etiqueta {label} a la targeta {card} a la pila {stack} al tauler {board}",
"You have removed the tag {label} from card {card} in stack {stack} on board {board}":"Heu suprimit l'etiqueta {label} de la targeta {card} a la pila {stack} al tauler {board}",
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}":"{user} ha suprimit l'etiqueta {label} de la targeta {card} a la pila {stack} al tauler {board}",
"You have assigned {assigneduser} to card {card} on board {board}":"Heu assignat a {assigneduser} a la targeta {card} al tauler {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}":"{user} ha assignat a {assigneduser} la targeta {card} del tauler {board}",
"You have unassigned {assigneduser} from card {card} on board {board}":"Heu desassignat {assigneduser} de la targeta {card} al tauler {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}":"{user} ha desassignat {assigneduser} de la targeta {card} al tauler {board}",
"You have moved the card {card} from stack {stackBefore} to {stack}":"Heu mogut la targeta {card} de la pila {stackBefore} a {stack}",
"{user} has moved the card {card} from stack {stackBefore} to {stack}":"{user} ha mogut la targeta {card} de la pila {stackBefore} a {stack}",
"You have added the attachment {attachment} to card {card}":"Heu afegit l'adjunt {attachment} a la targeta {card}",
"{user} has added the attachment {attachment} to card {card}":"{user} ha afegit l'adjunt {attachment} a la targeta {card}",
"You have updated the attachment {attachment} on card {card}":"Heu actualitzat l'adjunt {attachment} a la targeta {card}",
"You have deleted the attachment {attachment} from card {card}":"Heu suprimit l'adjunt {attachment} de la targeta {card}",
"You have restored the attachment {attachment} to card {card}":"Heu restaurat l'adjunt {attachment} a la targeta {card}",
"{user} has restored the attachment {attachment} to card {card}":"{user} ha restaurat l'adjunt {attachment} a la targeta {card}",
"You have commented on card {card}":"Heu comentat la targeta {card}",
"{user} has commented on card {card}":"{user} ha comentat la targeta {card}",
"A <strong>card description</strong> inside the Deck app has been changed":"S'ha canviat una <strong>descripció de targeta</strong> a l'aplicació Tauler",
"Deck":"Tauler",
"Changes in the <strong>Deck app</strong>":"Hi ha canvis a l'<strong>aplicació Tauler</strong>",
"A <strong>comment</strong> was created on a card":"S'ha afegit un <strong>comentari</strong> a una targeta",
"Personal":"Personal",
"The card \"%s\" on \"%s\" has been assigned to you by %s.":"La targeta \"%s\" sobre \"%s\" se us ha assignat per %s.",
"{user} has assigned the card \"%s\" on \"%s\" to you.":"{user} us ha assignat la targeta \"%s\" sobre \"%s\".",
"The card \"%s\" on \"%s\" has reached its due date.":"La targeta \"%s\" sobre \"%s\" ha assolit la seva data de venciment.",
"%s has mentioned you in a comment on \"%s\".":"%s us ha anomenat en un comentari sobre \"%s\".",
"{user} has mentioned you in a comment on \"%s\".":"{user} us ha anomenat en un comentari sobre \"%s\".",
"The board \"%s\" has been shared with you by %s.":"El tauler \"%s\" se us ha compartit per %s.",
"{user} has shared the board %s with you.":"{user} us ha compartit el tauler %s.",
"No data was provided to create an attachment.":"No s’ha proporcionat cap dada per crear un fitxer adjunt.",
"Finished":"Acabat",
"Finished":"Acabat",
"To review":"Per revisar",
"To review":"Per revisar",
"Action needed":"Acció necessaria",
"Action needed":"Acció necessària",
"Later":"Més tard",
"Later":"Més tard",
"Deck":"Coberta",
"To do":"Pendents",
"Doing":"En procés",
"Done":"Finalitzades",
"Example Task 3":"Tasca d'exemple 3",
"Example Task 2":"Tasca d'exemple 2",
"Example Task 1":"Tasca d'exemple 1",
"The file was uploaded":"S'ha carregat el fitxer",
"The uploaded file exceeds the upload_max_filesize directive in php.ini":"El fitxer carregat excedeix la directiva upload_max_filesize dins de php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"El fitxer carregat excedeix la directiva MAX_FILE_SIZE que hi ha especificada al formulari d'HTML",
"The file was only partially uploaded":"El fitxer s'ha carregat només parcialment",
"No file was uploaded":"No s'ha carregat cap fitxer",
"Missing a temporary folder":"Falta una carpeta temporal",
"Could not write file to disk":"No s’ha pogut escriure el fitxer al disc",
"A PHP extension stopped the file upload":"Una extensió del PHP ha aturat la carregada del fitxer",
"No file uploaded or file size exceeds maximum of %s":"No s'ha carregat cap fitxer o la mida del fitxer sobrepassa el màxim de %s",
"A kanban style project and personal management tool for Nextcloud":"Un projecte d’estil kanban i una eina de gestió personal per a Nextcloud",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized":"Tauler és una eina d'organització a l'estil kanban dirigida a la planificació personal i a l'organització de projectes per equips integrada a Nextcloud.\n\n\n- 📥 Afegiu les tasques en targetes i poseu-les en ordre\n- 📄 Apunteu notes addicionals en markdown\n- 🔖 Assigneu etiquetes per una organització encara millor\n- 👥 Compartiu amb el vostre equip, família o amics\n- 📎 Adjunteu fitxers i encasteu-los en la descripció en markdown\n- 💬 Debateu amb el vostre equip fent servir comentaris\n- ⚡ Mantingueu el seguiment de canvis al flux d'activitat\n- 🚀 Tingueu el vostre projecte organitzat",
"Select the board to link to a project":"Selecciona el tauler per enllaçar a un projecte",
"Select board":"Selecciona un tauler",
"Add a new stack":"Afegeix una nova pila",
"Add a new stack":"Afegeix una nova pila",
"Submit":"Envia",
"Show archived cards":"Mostra les targetes arxivades",
"Show archived cards":"Mostra les targetes arxivades",
"Hide archived cards":"Amaga les targetes arxivades",
"Hide archived cards":"Amaga les targetes arxivades",
"Board details":"Detalls de la junta",
"Toggle compact mode":"Commuta el mode compacte",
"All Boards":"Totes les juntes",
"Show board details":"Mostra els detalls del tauler",
"All Boards":"Tots els Taulers",
"Archived boards":"Taulers arxivats",
"Archived boards":"Taulers arxivats",
"Archive":"Arxiu",
"Share board":"Comparteix tauler",
"Unarchive":"Desbloquejar",
"Archived cards":"Targetes arxivades",
"Enter a card title":"Introduïu un títol de la targeta",
"Actions":"Accions",
"Sharing":"Compartir",
"Drop your files here to upload it to the card":"Deixeu anar els fitxers aquí per carregar-los a la targeta",
"Assign card to me":"Assigna'm la targeta",
"Unassign card from me":"Desassigna'm la targeta",
"Archive card":"Arxiva la targeta",
"Unarchive card":"Desarxiva targeta",
"Delete card":"Suprimeix targeta",
"Enter a card title":"Introduïu un títol a la targeta",
"Add card":"Afegeix una targeta",
"Close":"Tanca",
"Sharing":"S'està compartint",
"Tags":"Etiquetes",
"Tags":"Etiquetes",
"Select users or groups to share with":"Seleccioneu usuaris o grups per compartir",
"Deleted items":"Elements suprimits",
"Timeline":"Línia de temps",
"Select users or groups to share with":"Seleccioneu usuaris o grups amb els qui compartir",
"Group":"Grup",
"Circle":"Cercle",
"No matching user or group found.":"No s'ha trobat cap usuari o grup coincident.",
"No matching user or group found.":"No s'ha trobat cap usuari o grup coincident.",
"Share":"Comparteix",
"Loading":"S'està carregant",
"Edit":"Edita",
"Edit":"Edita",
"Manage":"Gestor",
"Share":"Comparteix",
"Manage":"Gestiona",
"Discard share":"Descarta la compartició",
"Discard share":"Descarta la compartició",
"Sharing has been disabled for your account.":"La compartició s'ha desactivat per al vostre compte.",
"Update tag":"Actualitza etiqueta",
"Edit tag":"Edita etiqueta",
"Delete tag":"Suprimeix etiqueta",
"Create":"Crea",
"Create a new tag":"Crea una nova etiqueta",
"Create a new tag":"Crea una nova etiqueta",
"Title":"Title",
"Deleted stacks":"Piles suprimides",
"Deleted cards":"Targetes suprimides",
"Status":"Estat",
"No archived boards to display":"No hi ha cap tauler arxivat per mostrar",
"No shared boards to display":"No hi ha cap tauler compartit per mostrar",
"Title":"Títol",
"Members":"Membres",
"Members":"Membres",
"More actions":"Més accions",
"More actions":"Més accions",
"Edit board":"Edita el tauler",
"Edit board":"Edita el tauler",
"Archive board":"Arxiu",
"Archive board":"Arxiva tauler",
"Unarchive board":"Desbloquejar",
"Unarchive board":"Desarxiva tauler",
"Delete board":"Eliminat",
"Delete board":"Suprimeix tauler",
"Create new board":"Crear nova",
"Update board":"Actualitza tauler",
"New board title":"Nou títol",
"Reset board":"Reinicialitza tauler",
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run.":"Desfeu la supressió del tauler - Altrament el tauler serà suprimit durant la següent execució de treball del cron.",
"Create new board":"Crea un nou tauler",
"New board title":"Títol del nou tauler",
"Create board":"Crea tauler",
"Select an attachment":"Selecciona un adjunt",
"Cancel upload":"Cancel·la la càrrega",
"by":"per",
"by":"per",
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run.":"Desfeu la supressió del fitxer - Altrament el fitxer serà suprimit durant la següent execució de treball del cron.",
"Undo file deletion":"Desfés la supressió del fitxer",
"Insert the file into the description":"Insereix el fitxer a la descripció",
"Delete attachment":"Suprimeix l'adjunt",
"Modified:":"Modificat:",
"Modified:":"Modificat:",
"Created:":"Creat:",
"Created:":"Creat:",
"Choose a tag":"Trieu una etiqueta",
"Add a tag":"Afegeix una etiqueta",
"Select tags":"Selecciona etiquetes",
"Assign users":"Assigna usuaris",
"Choose a user to assign":"Tria un usuari per assignar",
"Assign this card to a user":"Assigna aquesta targeta a un usuari",
"Due date":"Per la data",
"Due date":"Per la data",
"Click to set":"Feu clic per configurar",
"Click to set":"Feu clic per configurar",
"Remove due date":"Elimina la data de venciment",
"Remove due date":"Elimina la data de venciment",
"Description":"Descripció",
"Description":"Descripció",
"Attachments":"Adjunts",
"Saved":"Desat",
"Saved":"Desat",
"Unsaved changes":"Canvis no desats",
"Insert attachment":"Insereix l'adjunt",
"Formatting help":"Format d'ajuda",
"Formatting help":"Format d'ajuda",
"Upload attachment":"Carrega l'adjunt",
"Add a card description…":"Afegeix una descripció de la targeta ...",
"Add a card description…":"Afegeix una descripció de la targeta ...",
"Shared boards":"Taulers compartits",
"Shared boards":"Taulers compartits",
"Move board to archive":"Mou la placa a l'arxiu",
"Move board to archive":"Mou tauler a l'arxiu",
"Create a new board":"Crear nova"
"Create a new board":"Crea un nou tauler",
"Settings":"Paràmetres",
"Limit deck to groups":"Limita el tauler per grups",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limitant el Tauler bloquejarà la creació de taulers als usuaris que no són part d'aquests grups. Els usuaris podran seguir treballant en els taulers que hagin estat compartits amb ells."
"Are you sure you want to delete this card with all of its data?":"Opravdu chcete smazat tuto kartu a všechna její data?",
"Please provide a content for your comment.":"Zadejte obsah svého komentáře.",
"Delete":"Smazat",
"Posting the comment failed.":"Odeslání komentáře se nezdařilo.",
"The comment has been deleted":"Komentář byl smazán",
"The associated stack is deleted as well, it will be restored as well.":"Související sloupec je také smazaný a bude také obnoven.",
"Restore associated stack":"Obnovit související sloupec",
"Remove user from card":"Odebrat uživatele z karty",
"Remove user from card":"Odebrat uživatele z karty",
"Hours":"Hodiny",
"Hours":"Hodiny",
"Minutes":"Minuty",
"Minutes":"Minuty",
"Maximum file size of {size} exceeded":"U souboru {size} překročena nejvyšší umožněná velikost",
"Link to a board":"Propojit s tabulí",
"Are you sure you want to delete the stack with all of its data?":"Opravdu chcete smazat stack a všechna data v něm?",
"Maximum file size of {size} exceeded":"Překročena nejvyšší umožněná velikost souboru {size}",
"File already exists":"Soubor už existuje",
"You have created a new board {board}":"Vytvořili jste tabuli {board}",
"{user} has created a new board {board}":"{user} vytvořil(a) novou tabuli {board}",
"You have deleted the board {board}":"Smazali jste tabuli {board}",
"{user} has deleted the board {board}":"{user} smazal(a) tabuli {board}",
"You have restored the board {board}":"Obnovili jste tabuli {board}",
"{user} has restored the board {board}":"{user} obnovil(a) tabuli {board}",
"You have shared the board {board} with {acl}":"Nasdíleli jste tabuli {board} s {acl}",
"{user} has shared the board {board} with {acl}":"{user} nasdílel(a) tabuli {board} s {acl}",
"You have removed {acl} from the board {board}":"Odebrali jste {acl} z tabule {board}",
"{user} has removed {acl} from the board {board}":"{user} odebral(a) {acl} z tabule {board}",
"You have renamed the board {before} to {board}":"Přejmenovali jste tabuli {before} na {board}",
"{user} has renamed the board {before} to {board}":"{user} přejmenoval(a) tabuli {before} na {board}",
"You have archived the board {board}":"Zaarchivovali jste tabuli {board}",
"{user} has archived the board {before}":"{user} zaarchivoval(a) tabuli {before}",
"You have unarchived the board {board}":"Vrátili jste zpět z archivace tabuli {board}",
"{user} has unarchived the board {before}":"{user} vrátil(a) tabuli {before} zpět z archivace",
"You have created a new stack {stack} on board {board}":"Vytvořili jste nový sloupec {stack} na tabuli {board}",
"{user} has created a new stack {stack} on board {board}":"{user} vytvořil(a) nový sloupec {stack} na tabuli {board}",
"You have renamed stack {before} to {stack} on board {board}":"Přejmenovali jste sloupec {before} na {stack} na tabuli {board}",
"{user} has renamed stack {before} to {stack} on board {board}":"{user} přejmenoval(a) sloupec {before} na {stack} na tabuli {board}",
"You have deleted stack {stack} on board {board}":"Smazali jste sloupec {stack} na tabuli {board}",
"{user} has deleted stack {stack} on board {board}":"{user} smazal(a) sloupec {stack} na tabuli {board}",
"You have created card {card} in stack {stack} on board {board}":"Vytvořili jste kartu {card} ve sloupci {stack} na tabuli {board}",
"{user} has created card {card} in stack {stack} on board {board}":"{user} vytvořil(a) kartu {card} ve sloupci {stack} na tabuli {board}",
"You have deleted card {card} in stack {stack} on board {board}":"Smazali jste kartu {card} ve sloupci {stack} na tabuli {board}",
"{user} has deleted card {card} in stack {stack} on board {board}":"{user} smazal(a) kartu {card} ve sloupci {board} na tabuli {board}",
"You have renamed the card {before} to {card}":"Přejmenovali jste kartu {before} na {card}",
"{user} has renamed the card {before} to {card}":"{user} přejmenoval(a) {before} na {card}",
"You have added a description to card {card} in stack {stack} on board {board}":"Přidali jste popis ke kartě {card} ve sloupci {stack} na tabuli {board}",
"{user} has added a description to card {card} in stack {stack} on board {board}":"{user} přidal(a) popis ke kartě {card} ve sloupci {stack} na tabuli {board}",
"You have updated the description of card {card} in stack {stack} on board {board}":"Aktualizovali jste popis karty {card} ve sloupci {stack} na tabuli {board}",
"{user} has updated the description of the card {card} in stack {stack} on board {board}":"{user} aktualizoval(a) popis karty {card} ve sloupci {stack} na tabuli {board}",
"You have archived card {card} in stack {stack} on board {board}":"Zaarchivovali kartu {card} ve sloupci {stack} na tabuli {board}",
"{user} has archived card {card} in stack {stack} on board {board}":"{user} zaarchivoval(a) kartu {card} ve sloupci {stack} na tabuli {board}",
"You have unarchived card {card} in stack {stack} on board {board}":"Zrušili jste archivaci karty {card} ve sloupci {stack} na tabuli {board}",
"{user} has unarchived card {card} in stack {stack} on board {board}":"{user} zrušil(a) archivaci karty {card} ve sloupci {stack} na tabuli {board}",
"You have removed the due date of card {card}":"Odebrali jste termín u karty {card}",
"{user} has removed the due date of card {card}":"{user} odebral(a) termín u karty {card}",
"You have set the due date of card {card} to {after}":"Nastavili jste termín u karty {card} na {after}",
"{user} has set the due date of card {card} to {after}":"{user} nastavil(a) termín u karty {card} na {after}",
"You have updated the due date of card {card} to {after}":"Změnili jste termín u karty {card} na {after}",
"{user} has updated the due date of card {card} to {after}":"{user} aktualizoval(a) termín u karty {card} na {after}",
"You have added the tag {label} to card {card} in stack {stack} on board {board}":"Přidali jste štítek {label} kartě {card} ve sloupci {stack} na tabuli {board}",
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}":"{user} přidal(a) štítek {label} ke kartě {card} ve sloupci {stack} na tabuli {board}",
"You have removed the tag {label} from card {card} in stack {stack} on board {board}":"Odebrali jste štítek {label} z karty {card} ve sloupci {stack} na tabuli {board}",
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}":"{user} odebral(a) štítek {label} z karty {card} ve sloupci {stack} na tabuli {board}",
"You have assigned {assigneduser} to card {card} on board {board}":"Přiřadili jste {assigneduser} ke kartě {card} na tabuli {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}":"{user} přiřadil(a) {assigneduser} ke kartě {card} na tabuli {board}",
"You have unassigned {assigneduser} from card {card} on board {board}":"Zrušili jste přiřazení {assigneduser} u karty {card} na tabuli {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}":"{user} zrušil(a) přiřazení {assigneduser} z karty {card} na tabuli {board}",
"You have moved the card {card} from stack {stackBefore} to {stack}":"Přesunuli jste kartu {card} ze sloupce {stackBefore} do {stack}",
"{user} has moved the card {card} from stack {stackBefore} to {stack}":"{user} přesunul(a) kartu {card} ze sloupce {stackBefore} do {stack}",
"You have added the attachment {attachment} to card {card}":"Přidali jste přílohu {attachment} ke kartě {card}",
"{user} has added the attachment {attachment} to card {card}":"{user} přidal(a) přílohu {attachment} ke kartě {card}",
"You have updated the attachment {attachment} on card {card}":"Aktualizovali jste přílohu {attachment} u karty {card}",
"{user} has updated the attachment {attachment} on card {card}":"{user} aktualizoval(a) přílohu {attachment} u karty {card}",
"You have deleted the attachment {attachment} from card {card}":"Smazali jste přílohu {attachment} u karty {card}",
"{user} has deleted the attachment {attachment} from card {card}":"{user} smazal(a) přílohu {attachment} u karty {card}",
"You have restored the attachment {attachment} to card {card}":"Obnovili jste přílohu {attachment} ke kartě {card}",
"{user} has restored the attachment {attachment} to card {card}":"{user} obnovil(a) přílohu {attachment} ke kartě {card}",
"You have commented on card {card}":"Přidali jste komentář na kartě {card}",
"{user} has commented on card {card}":"{user} přidal(a) komentář na kartě {card}",
"A <strong>card description</strong> inside the Deck app has been changed":"<strong>Popis karty</strong> v aplikaci Deck byl změněn",
"Deck":"Deck",
"Changes in the <strong>Deck app</strong>":"Změny v <strong>aplikaci Deck</strong>",
"A <strong>comment</strong> was created on a card":"Na kartě byl vytvořen <strong>komentář</strong>",
"Personal":"Osobní",
"Personal":"Osobní",
"The card \"%s\" on \"%s\" has reached its due date.":"U karty \"%s\" z tabule \"%s\" nastalo plánované datum dokončení.",
"The card \"%s\" on \"%s\" has been assigned to you by %s.":"Kartu „%s“ na „%s“ vám přiřadil(a) %s.",
"The board \"%s\" has been shared with you by %s.":"Tabule \"%s\" s vámi byla nasdílena uživatelem %s.",
"{user} has assigned the card \"%s\" on \"%s\" to you.":"{user} vám přiřadil(a) kartu „%s“ na „%s“.",
"{user} has shared the board %s with you.":"{user} s vámi nasdílel tabuli %s.",
"The card \"%s\" on \"%s\" has reached its due date.":"U karty „%s“ z tabule „%s“ nastalo plánované datum dokončení.",
"No data was provided to create an attachment.":"Žádná data k vytvoření přílohy.",
"%s has mentioned you in a comment on \"%s\".":"%s vás zmínil(a) v komentáři k „%s“.",
"{user} has mentioned you in a comment on \"%s\".":"{user} vás zmínil(a) v komentáři v „%s“.",
"The board \"%s\" has been shared with you by %s.":"Uživatel %s vám nasdílel(a) tabuli „%s“.",
"{user} has shared the board %s with you.":"{user} vám nasdílel(a) tabuli %s.",
"No data was provided to create an attachment.":"Nebyla poskytnuta žádná data pro vytvoření přílohy.",
"Finished":"Dokončeno",
"Finished":"Dokončeno",
"To review":"K revizi",
"To review":"K revizi",
"Action needed":"Nutná akce",
"Action needed":"Nutná akce",
"Later":"Později",
"Later":"Později",
"To do":"Udělat",
"To do":"Udělat",
"Doing":"Provádím",
"Doing":"Provádí se",
"Done":"Hotovo",
"Done":"Hotovo",
"Example Task 3":"Třetí úkol pro ukázku",
"Example Task 3":"Třetí úkol pro ukázku",
"Example Task 2":"Druhý úkol pro ukázku",
"Example Task 2":"Druhý úkol pro ukázku",
"Example Task 1":"První úkol pro ukázku",
"Example Task 1":"První úkol pro ukázku",
"The file was uploaded":"Soubor byl nahrán",
"The file was uploaded":"Soubor byl nahrán",
"The uploaded file exceeds the upload_max_filesize directive in php.ini":"Nahrávaný soubor přesahuje nastavení upload_max_filesize v php.ini",
"The uploaded file exceeds the upload_max_filesize directive in php.ini":"Velikost nahrávaného souboru překračuje limit nastavení direktivou upload_max_filesize v php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"Odeslaný soubor přesáhl svou velikostí parametr MAX_FILE_SIZE specifikovaný ve formuláři HTML",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"Nahrávaný soubor přesáhl svou velikostí hodnotu direktivy MAX_FILE_SIZE, určenou v HTML formuláři",
"The file was only partially uploaded":"Soubor byl nahrán pouze z části",
"The file was only partially uploaded":"Soubor byl nahrán pouze z části",
"No file was uploaded":"Nebyl nahrán žádný soubor",
"No file was uploaded":"Nebyl nahrán žádný soubor",
"Missing a temporary folder":"Chybí adresář pro dočasné soubory",
"Missing a temporary folder":"Chybí složka pro dočasné soubory",
"Could not write file to disk":"Nedaří se zapsat soubor do úložiště",
"Could not write file to disk":"Soubor se nedaří se zapsat na úložiště",
"A PHP extension stopped the file upload":"Rozšíření PHP zastavilo nahrávání souboru.",
"A PHP extension stopped the file upload":"PHP rozšíření zastavilo nahrávání souboru.",
"No file uploaded or file size exceeds maximum of %s":"Soubor nebyl nahrán nebo jeho velikost přesáhla %s",
"No file uploaded or file size exceeds maximum of %s":"Nebyl nahrán žádný soubor nebo jeho velikost přesáhla %s",
"Deck":"Balík",
"A kanban style project and personal management tool for Nextcloud":"Nástroj pro projektový a osobní řízení ve stylu Kanban.",
"A kanban style project and personal management tool for Nextcloud":"Nástroj pro projektový a osobní management ve stylu Kanban.",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized":"Deck je nástroj cílený na osobní nebo projektové plánování týmů v Kanban stylu, vestavěný v Nextcloud.\n\n\n- 📥 Zadávejte a uspořádávejte své úkoly do karet\n- 📄 Zapisujte si dodatečné poznámky \n- 🔖 Přiřazujte štítky pro ještě lepší organizaci\n- 👥 Sdílejte se svým týmem, přáteli nebo rodinou\n- 🚀 Dostaňte svůj projekt pod kontrolu",
"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- 🚀 Get your project organized":"Karty jsou nástroj zacílený na osobní nebo projektové plánování týmů v Kanban stylu, jenž je zaintegrovaný do Nextcloudu.\n\n\n- 📥 Vložte a uspořádejte své úkoly do karet\n- 📄 Zapište si dodatečné poznámky \n- 🔖 Přilepte štítek pro ještě lepší organizaci\n- 👥 Sdílejte se svým týmem, přátely nebo rodinou\n- 🚀 Dostaťe svůj projekt pod kontrolu",
"Select the board to link to a project":"Vyberte tabuli kterou propojit s projektem",
"Show board details":"Zobrazit podrobnosti o tabuli",
"Archived boards":"Archivované desky",
"All Boards":"Všechny tabule",
"Drop your files here to upload it to the card":"Přetáhněte soubor sem, pokud jej chcete připojit ke kartě.",
"Archived boards":"Archivované tabule",
"Assign to me":"Přiřadit mě",
"Share board":"Sdílet tabuli",
"Unassign from me":"Zrušit přiřazení mě",
"Archived cards":"Archivované karty",
"Archive":"Archiv",
"Actions":"Akce",
"Unarchive":"Zrušit archivování",
"Drop your files here to upload it to the card":"Soubory ke kartě připojíte přetažením sem",
"Assign card to me":"Přiřadit kartu mě",
"Unassign card from me":"Zrušit přiřazení karty mě",
"Archive card":"Archivovat kartu",
"Unarchive card":"Zrušit archivaci karty",
"Delete card":"Smazat kartu",
"Enter a card title":"Zadejte nadpis karty",
"Enter a card title":"Zadejte nadpis karty",
"Add card":"Přidat kartu",
"Add card":"Přidat kartu",
"Close":"Zavřít",
"Close":"Zavřít",
"Sharing":"Sdílení",
"Sharing":"Sdílení",
"Tags":"Značky",
"Tags":"Štítky",
"Deleted items":"Smazané položky",
"Timeline":"Časová osa",
"Select users or groups to share with":"Vyberte uživatele nebo skupiny pro sdílení",
"Select users or groups to share with":"Vyberte uživatele nebo skupiny pro sdílení",
"Access for":"Přístup pro",
"Group":"Skupina",
"Circle":"Okruh",
"No matching user or group found.":"Nevyhovuje žádný uživatel ani skupina",
"No matching user or group found.":"Nevyhovuje žádný uživatel ani skupina",
"Loading":"Načítání",
"Loading":"Načítání",
"Share":"Sdílet",
"Edit":"Upravit",
"Edit":"Upravit",
"Share":"Sdílet",
"Manage":"Spravovat",
"Manage":"Spravovat",
"Discard share":"Zrušit sdílení",
"Discard share":"Zahodit sdílení",
"Update":"Aktualizovat",
"Sharing has been disabled for your account.":"Sdílení bylo pro váš účet zakázáno.",
"Update tag":"Aktualizovat štítek",
"Edit tag":"Upravit štítek",
"Delete tag":"Smazat štítek",
"Create":"Vytvořit",
"Create":"Vytvořit",
"Create a new tag":"Vytvořit nový štítek",
"Create a new tag":"Vytvořit nový štítek",
"Deleted stacks":"Smazané sloupce",
"Deleted cards":"Smazané karty",
"Status":"Stav",
"Status":"Stav",
"No archived boards to display":"Žádné archivované tabule k zobrazení",
"No shared boards to display":"Žádné sdílené tabule k zobrazení",
"Title":"Název",
"Title":"Název",
"Members":"Členové",
"Members":"Členové",
"More actions":"Více akcí",
"More actions":"Více akcí",
"Edit board":"Upravit desku",
"Edit board":"Upravit tabuli",
"Archive board":"Archivovaná deska",
"Archive board":"Archivovat tabuli",
"Unarchive board":"Odarchivovat desku",
"Unarchive board":"Vrátit tabuli zpět z archivu",
"Delete board":"Smazat desku",
"Delete board":"Smazat tabuli",
"Reset":"Obnovit",
"Update board":"Aktualizovat tabuli",
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run.":"Vrátit smazání tabule - Tabule bude jinak trvale odstraněna během příštího běhu cronjobu.",
"Reset board":"Vrátit tabuli do předchozího stavu",
"Create new board":"Vytvořit novou desku",
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run.":"Vrátit smazání tabule – jinak bude nadobro odstraněna během příštího spuštění naplánovaných úloh.",
"New board title":"Nadpis nové desky",
"Create new board":"Vytvořit novou tabuli",
"New board title":"Název nové tabule",
"Create board":"Vytvořit tabuli",
"Select an attachment":"Vybrat přílohu",
"Select an attachment":"Vybrat přílohu",
"Cancel upload":"Zrušit nahrávání",
"Cancel upload":"Zrušit nahrávání",
"by":"od",
"by":"od",
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run.":"Vrátit smazání souboru - v opačném případě bude soubor trvale smazán při dalším běhu cronjobu.",
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run.":"Vrátit smazání souboru – jinak bude trvale smazán při dalším běhu naplánované úlohy.",
"Undo file deletion":"Vzít zpět smazání souboru",
"Undo file deletion":"Vzít zpět smazání souboru",
"Insert the file into the description":"Vložte soubor do popisku.",
"Insert the file into the description":"Vložte soubor do popisu",
"Modified:":"Upraveno:",
"Delete attachment":"Smazat přílohu",
"Modified:":"Změněno:",
"Created:":"Vytvořeno:",
"Created:":"Vytvořeno:",
"Choose a tag":"Vyberte štítek",
"Choose a tag":"Zvolte štítek",
"Add a tag":"Přidat štítek",
"Add a tag":"Přidat štítek",
"Select tags":"Výběr štítků",
"Select tags":"Výběr štítků",
"Assign users":"Přiřadit uživatele",
"Assign users":"Přiřadit uživatele",
"Choose a user to assign":"Zvolte uživatele kterého přiřadit",
"Choose a user to assign":"Zvolte uživatele kterého přiřadit",
"Assign this card to a user":"Přiřadit kartu uživateli",
"Assign this card to a user":"Přiřadit tuto kartu uživateli",
"Due date":"Termín",
"Due date":"Termín",
"Click to set":"Klikněte pro výběr",
"Click to set":"Klikn. vyberte",
"Remove due date":"Odstranit termín",
"Remove due date":"Odstranit termín",
"Description":"Popis",
"Description":"Popis",
"Attachments":"Přílohy",
"Attachments":"Přílohy",
"Saved":"Uloženo",
"Saved":"Uloženo",
"Unsaved changes":"Neuložené změny",
"Unsaved changes":"Neuložené změny",
"Insert attachment":"Vložit přílohu",
"Formatting help":"Nápověda k formátování",
"Formatting help":"Nápověda k formátování",
"Upload attachment":"Nahrát přílohu",
"Upload attachment":"Nahrát přílohu",
"Insert attachment":"Vložit přílohu",
"Add a card description…":"Přidejte popis karty…",
"Add a card description…":"Přidat popis karty...",
"Shared boards":"Sdílené tabule",
"Shared boards":"Sdílené desky",
"Move board to archive":"Přesunout tabuli do archivu",
"View more":"Ukázat více",
"Create a new board":"Vytvořit novou tabuli",
"Move board to archive":"Přesunout desku do archivu",
"Settings":"Nastavení",
"Create a new board":"Vytvořit novou desku"
"Limit deck to groups":"Omezit Deck na skupiny",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Omezení nastavené pro Deck brání uživatelům, kteří nejsou součástí těchto skupin, ve vytváření vlastních tabulí. Nicméně i tak ale pořád budou moci pracovat na tabulích, které jsou jim nasdíleny."
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.