Added more information about the nextcloud environment manually and with docker in the development description.
Signed-off-by: Dennis Eisermann <73851419+DJE98@users.noreply.github.com>
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
title and description where not populated and also opposed to documentation the link is not absolute
Signed-off-by: Joas Schilling <coding@schilljs.com>
Validate get boad
change pattern of api params
Import only one board by api
Populate data from api
Update class diagram
Update documentation
Add return when success
Sort comments
Fix order of cards
Instructions of attachments
Signed-off-by: Vitor Mattos <vitor@php.rio>
Implement name of system to import
Implement need validate data
Fix allowed system list
Start implementing Trello API service
Signed-off-by: Vitor Mattos <vitor@php.rio>
Fixes on getBoard tests
Refactor
Reduce psalm info
Refactor to implement pattern
Change order of methods to put all abstract first and all public first
Signed-off-by: Vitor Mattos <vitor@php.rio>
Fix visibility
Make compatible with php 7.2
Remove returing instance
Increase coverage
Reduce psalm info
Throw exception if system not defined
Increment coverage
Signed-off-by: Vitor Mattos <vitor@php.rio>
Check available helpers
Default permission: view only
Moved validate setting from helper to command
Turn more easy create a importer
Docblock and improvements on interface
lcfirst on system property
Helper moved to ImporHelper folder
Moved fixtures to ImportHelper
Rename settings to config
Big refactor to move import methods to service
Signed-off-by: Vitor Mattos <vitor@php.rio>
Clean code
Add new command
Import last modified and deleted date
Replace arrow functions by lambda functions
Add properties to class
Add dependency to composer.json
Signed-off-by: Vitor Mattos <vitor@php.rio>
Turn private methods
Add output messages and associate users to cards
Signed-off-by: Vitor Mattos <vitor@php.rio>
@@ -24,9 +24,9 @@ Deck is a kanban style organization tool aimed at personal planning and project
### 3rd-Party Integrations
- [trello-to-deck](https://github.com/maxammann/trello-to-deck) - Migrates cards from Trello
- [mail2deck](https://github.com/newroco/mail2deck) - Provides an "email in" solution
- [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
-
## Installation/Update
This app is supposed to work on the two latest Nextcloud versions.
@@ -52,14 +52,32 @@ Please make sure you have installed the following dependencies: `make, which, ta
Instead of setting everything up manually, you can just [download the nightly build](https://github.com/nextcloud/deck/releases/tag/nightly) instead. These builds are updated every 24 hours, and are pre-configured with all the needed dependencies.
## Performance limitations
Deck is not yet ready for intensive usage.
A lot of database queries are generated when the number of boards, cards and attachments is high.
For example, a user having access to 13 boards, with each board having on average 100 cards,
and each card having on average 5 attachments,
would generate 6500 database queries when doing the file related queries
which would increase the page loading time significantly.
Improvements on Nextcloud server and Deck itself will improve the situation.
## Developing
### Nextcloud 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.
### PHP
Nothing to prepare, just dig into the code.
### JavaScript
This requires at least Node 16 and npm 7 to be installed.
Deck requires running a `make build-js` to install npm dependencies and build the JavaScript code using webpack. While developing you can also use `make watch` to rebuild everytime the code changes.
@@ -96,10 +96,27 @@ If available the ETag will also be part of JSON response objects as shown below
# Changelog
## 1.0.0 (unreleased)
## API version 1.0
- Deck >=1.0.0: The maximum length of the card title has been extended from 100 to 255 characters
- Deck >=1.0.0: The API will now return a 400 Bad request response if the length limitation of a board, stack or card title is exceeded
## API version 1.1
This API version has become available with **Deck 1.3.0**.
- The maximum length of the card title has been extended from 100 to 255 characters
- The API will now return a 400 Bad request response if the length limitation of a board, stack or card title is exceeded
- The attachments API endpoints will return other attachment types than deck_file
- Prior to Deck version v1.3.0 (API v1.0), attachments were stored within deck. For this type of attachments `deck_file` was used as the default type of attachments
- Starting with Deck version 1.3.0 (API v1.1) files are stored within the users regular Nextcloud files and the type `file` has been introduced for that
## API version 1.2 (unreleased)
- Endpoints for the new import functionality have been added:
- [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)
# Endpoints
@@ -927,7 +944,8 @@ The request can fail with a bad request response for the following reasons:
| type | String | The type of the attachement |
| file | Binary | File data to add as an attachment |
For now only `deck_file` is supported as an attachment type.
- Prior to Deck version v1.3.0 (API v1.0), attachments were stored within deck. For this type of attachments `deck_file` was used as the default type of attachments
- Starting with Deck version 1.3.0 (API v1.1) files are stored within the users regular Nextcloud files and the type `file` has been introduced for that
#### Response
@@ -988,6 +1006,49 @@ For now only `deck_file` is supported as an attachment type.
##### 200 Success
### GET /boards/import/getSystems - Import a board
| system | string | The allowed name of system to import from |
| config | Object | The config object (JSON) |
| data | Object | The data object to import (JSON) |
#### Response
##### 200 Success
# OCS API
The following endpoints are available through the Nextcloud OCS endpoint, which is available at `/ocs/v2.php/apps/deck/api/v1.0/`.
@@ -1004,6 +1065,7 @@ 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) |
| 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)|
```
@@ -1016,6 +1078,7 @@ Deck stores user and app configuration values globally and per board. The GET en
},
"data": {
"calendar": true,
"cardDetailsInModal": true,
"groupLimit": [
{
"id": "admin",
@@ -1045,6 +1108,7 @@ Deck stores user and app configuration values globally and per board. The GET en
6. [New owner for the deck entities](#8-new-owner-for-the-deck-entities)
6. [Import boards](#6-import-boards)
7. [Search](#7-search)
8. [New owner for the deck entities](#8-new-owner-for-the-deck-entities)
### 1. Create my first board
In this example, we're going to create a board and share it with an other nextcloud user.
@@ -70,14 +72,80 @@ The **sharing tab** allows you to add users or even groups to your boards.
**Deleted objects** allows you to return previously deleted stacks or cards.
The **Timeline** allows you to see everything that happened in your boards. Everything!
## Search
### 6. Import boards
Importing can be done using the API or the `occ``deck:import` command.
Comments with more than 1000 characters are placed as attached files to the card.
It is possible to import from the following sources:
#### Trello JSON
Steps:
* Create the data file
* Access Trello
* go to the board you want to export
* Follow the steps in [Trello documentation](https://help.trello.com/article/747-exporting-data-from-trello-1) and export as JSON
* Create the configuration file
* Execute the import informing the import file path, data file and source as `Trello JSON`
Create the configuration file respecting the [JSON Schema](https://github.com/nextcloud/deck/blob/master/lib/Service/Importer/fixtures/config-trelloJson-schema.json) for import `Trello JSON`
Example configuration file:
```json
{
"owner":"admin",
"color":"0800fd",
"uidRelation":{
"johndoe":"johndoe"
}
}
```
**Limitations**:
Importing from a JSON file imports up to 1000 actions. To find out how many actions the board to be imported has, identify how many actions the JSON has.
#### Trello API
Import using API is recommended for boards with more than 1000 actions.
Trello makes it possible to attach links to a card. Deck does not have this feature. Attachments and attachment links are added in a markdown table at the end of the description for every imported card that has attachments in Trello.
* Get the API Key and API Token [here](https://developer.atlassian.com/cloud/trello/guides/rest-api/api-introduction/#authentication-and-authorization)
* Get the ID of the board you want to import by making a request to:
This ID you will use in the configuration file in the `board` property
* Create the configuration file
Create the configuration file respecting the [JSON Schema](https://github.com/nextcloud/deck/blob/master/lib/Service/Importer/fixtures/config-trelloApi-schema.json) for import `Trello JSON`
Deck provides a global search either through the unified search in the Nextcloud header or with the inline search next to the board controls.
This search allows advanced filtering of cards across all board of the logged in user.
For example the search `project tag:ToDo assigned:alice assigned:bob` will return all cards where the card title or description contains project **and** the tag ToDo is set **and** the user alice is assigned **and** the user bob is assigned.
* Create a new importer class extending `ABoardImportService`
* Create a listener for event `BoardImportGetAllowedEvent` to enable your importer.
> You can read more about listeners on [Nextcloud](https://docs.nextcloud.com/server/latest/developer_manual/basics/events.html?highlight=event#writing-a-listener) doc.
"Failed to transfer the board to {user}":"Неуспешно прехвърляне на таблото на {user}",
"Add a new list":"Добавяне на нов списък",
"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":"Списъкът е изтрит",
@@ -262,7 +260,6 @@ OC.L10N.register(
"Shared with you":"Споделени с вас",
"Deck settings":"Настройки на платформата",
"Use bigger card view":"Използва по-голям изглед на картата",
"Show card ID badge":"Показване на обозначение за самоличност на картата",
"Show boards in calendar/tasks":"Показване на таблата в календар / задачи",
"Limit deck usage of groups":"Ограничава използването на набора от групи",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Ограничаването на приложението Deck/набор/ ще блокира потребителите, които не са част от тези групи, да създават свои собствени табла. Потребителите все още ще могат да работят на таблата, които са споделени с тях.",
"Failed to transfer the board to {user}":"Неуспешно прехвърляне на таблото на {user}",
"Add a new list":"Добавяне на нов списък",
"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":"Списъкът е изтрит",
@@ -260,7 +258,6 @@
"Shared with you":"Споделени с вас",
"Deck settings":"Настройки на платформата",
"Use bigger card view":"Използва по-голям изглед на картата",
"Show card ID badge":"Показване на обозначение за самоличност на картата",
"Show boards in calendar/tasks":"Показване на таблата в календар / задачи",
"Limit deck usage of groups":"Ограничава използването на набора от групи",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Ограничаването на приложението Deck/набор/ ще блокира потребителите, които не са част от тези групи, да създават свои собствени табла. Потребителите все още ще могат да работят на таблата, които са споделени с тях.",
"{user} has deleted card {card} in list {stack} on board {board}":"{user} ha suprimit la targeta {card} a la llista {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 list {stack} on board {board}":"Heu afegit una descripció a la targeta {card} a la llista {stack} del tauler {board}",
"You have added a description to card {card} in list {stack} on board {board}":"Heu afegit una descripció a la targeta {card} a la llista {stack} al tauler {board}",
"{user} has added a description to card {card} in list {stack} on board {board}":"{user} ha afegit una descripció a la targeta {card} a la llista {stack} al tauler {board}",
"You have updated the description of card {card} in list {stack} on board {board}":"Heu actualitzat la descripció de la targeta {card} a la llista {stack} al tauler {board}",
"{user} has updated the description of the card {card} in list {stack} on board {board}":"{user} ha actualitzat la descripció de la targeta {card} a la llista {stack} al tauler {board}",
@@ -37,12 +37,12 @@ OC.L10N.register(
"{user} has archived card {card} in list {stack} on board {board}":"{user} té la targeta arxivada {card} a la llista {stack} al tauler {board}",
"You have unarchived card {card} in list {stack} on board {board}":"Teniu una targeta no-arxchivada {card} a la llista {stack} al tauler {board}",
"{user} has unarchived card {card} in list {stack} on board {board}":"{user} té una targeta no-arxivada {card} a la llista {stack} al tauler {board}",
"You have removed the due date of card {card}":"Heu suprimit la data de caducitat de la targeta {targeta}",
"{user} has removed the due date of card {card}":"{user} ha suprimit la data de caducitat de la targeta {targeta}",
"You have set the due date of card {card} to {after}":"Heu establert la data de caducitat de la targeta {card} a {after}",
"{user} has set the due date of card {card} to {after}":"{user} ha establert la data de caducitat de la targeta {card} a {after}",
"You have updated the due date of card {card} to {after}":"Heu actualitzat la data de caducitat de la targeta {card} a {after}",
"{user} has updated the due date of card {card} to {after}":"{user} ha actualitzat la data de caducitat de la targeta {card} a {after}",
"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 list {stack} on board {board}":"Heu afegit l'etiqueta {label} a la targeta {card} a la llista {stack} al tauler {board}",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}":"{user} ha afegit l'etiqueta {label} a la targeta {card} a la llista {stack} al tauler {board}",
"You have removed the tag {label} from card {card} in list {stack} on board {board}":"Heu eliminat l'etiqueta {label} de la targeta {card} a la llista {stack} al tauler {board}",
@@ -66,13 +66,13 @@ OC.L10N.register(
"A <strong>card description</strong> inside the Deck app has been changed":"S'ha canviat una <strong>descripció de targeta</strong> a l'aplicació Tauler",
"Deck":"Targetes",
"Changes in the <strong>Deck app</strong>":"Canvis a l'<strong>aplicació Targetes</strong>",
"A <strong>comment</strong> was created on a card":"S'ha creat un <strong>comentari</strong> a una targeta",
"A <strong>comment</strong> was created on a card":"S'ha afegit un <strong>comentari</strong> a una targeta",
"Upcoming cards":"Pròximes targetes",
"Load more":"Carrega'n més",
"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 {deck-card} on {deck-board} to you.":"{user} us ha assignat la targeta {deck-card} a {deck-board}.",
"The card \"%s\" on \"%s\" has reached its due date.":"La targeta \"%s\" sobre \"%s\" ha assolit la seva data de caducitat.",
"The card \"%s\" on \"%s\" has reached its due date.":"La targeta \"%s\" sobre \"%s\" ha assolit la seva data de venciment.",
"The card {deck-card} on {deck-board} has reached its due date.":"La targeta {deck-card} a {deck-board} ha assolit la seva data de caducitat.",
"%s has mentioned you in a comment on \"%s\".":"%s us ha anomenat en un comentari sobre \"%s\".",
"{user} has mentioned you in a comment on {deck-card}.":"{user} us ha mencionat en un comentari a {deck-card}.",
@@ -88,7 +88,7 @@ OC.L10N.register(
"copy":"còpia",
"To do":"Pendent",
"Doing":"En procés",
"Done":"Fet",
"Done":"Finalitzat",
"Example Task 3":"Tasca d'exemple 3",
"Example Task 2":"Tasca d'exemple 2",
"Example Task 1":"Tasca d'exemple 1",
@@ -99,7 +99,7 @@ OC.L10N.register(
"No file was uploaded":"No s'ha pujat 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 pujada del fitxer",
"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",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.":"Aquest comentari té més de %s caràcters.\nS'ha afegit com a fitxer adjunt a la targeta amb el nom %s.\nAccessible a l'URL: %s.",
"Card not found":"No s'ha trobat la targeta",
@@ -131,7 +131,7 @@ OC.L10N.register(
"Overwrite file":"Sobreescriu el fitxer",
"Keep existing file":"Mantén el fitxer existent",
"This board is read only":"Aquest tauler és només de lectura",
"Drop your files to upload":"Deixeu anar els fitxers per pujar-los",
"Drop your files to upload":"Deixeu anar els fitxers per penjar-los",
"Add card":"Afegeix una targeta",
"Archived cards":"Targetes arxivades",
"Add list":"Afegeix una llista",
@@ -174,38 +174,36 @@ OC.L10N.register(
"Can share":"Pot compartir",
"Can manage":"Pot gestionar",
"Owner":"Propietari",
"Delete":"Suprimeix",
"Delete":"Eliminar",
"Failed to create share with {displayName}":"Ha fallat la creació de la compartició amb {displayName}",
"Are you sure you want to transfer the board {title} to {user}?":"Esteu segur que voleu transferir el tauler {title} a {user}?",
"Transfer the board.":"Transfereix el tauler.",
"Transfer":"Transferència",
"The board has been transferred to {user}":"El tauler s'ha transferit a {user}",
"Failed to transfer the board to {user}":"No s'ha pogut transferir el tauler a {user}",
"Add a new list":"Afegeix una llista nova",
"Add a new list":"Afegir una llista nova",
"Archive all cards":"Arxiva totes les targetes",
"Unarchive all cards":"Desarxivar totes les targetes",
"Delete list":"Suprimeix la llista",
"Archive all cards in this list":"Arxiva totes les targetes d'aquesta llista",
"Unarchive all cards in this list":"Desarxivar totes les targetes d'aquesta llista",
"Add a new card":"Afegeix una nova targeta",
"Add a new card":"Afegir una nova targeta",
"Card name":"Nom de la targeta",
"List deleted":"Llista suprimida",
"Edit":"Edició",
"Add a new tag":"Afegeix una etiqueta nova",
"Edit":"Edita",
"Add a new tag":"Afegir una etiqueta nova",
"title and color value must be provided":"s’ha de proporcionar el valor del títol i del color",
"Board name":"Nom del taulell",
"Members":"Membres",
"Upload new files":"Pujada de nous fitxers",
"Upload new files":"Puja nous fitxers",
"Share from Files":"Comparteix des de Fitxers",
"Pending share":"Compartició pendent",
"Add this attachment":"Afegeix aquest adjunt",
"Show in Files":"Mostra a Fitxers",
"Download":"Baixada",
"Download":"Baixa",
"Remove attachment":"Treu l'adjunt",
"Delete Attachment":"Suprimeix l’adjunt",
"Restore Attachment":"Restaura l'adjunt",
"File to share":"Fitxer a compartir",
"Invalid path selected":"S'ha seleccionat un camí no vàlid",
"Invalid path selected":"S'ha seleccionat una ruta invàlida",
"Open in sidebar view":"Obre a la vista de la barra lateral",
"Open in bigger view":"Obre a la vista més gran",
"Attachments":"Adjunts",
@@ -215,13 +213,13 @@ OC.L10N.register(
"The title cannot be empty.":"El títol no pot estar buit.",
"No comments yet. Begin the discussion!":"No hi ha comentaris encara. Començar la discussió!",
"Failed to load comments":"No s'han pogut carregar els comentaris",
"Assign a tag to this card…":"Assignació d'una etiqueta a aquesta targeta…",
"Assign to users":"Assignació als usuaris",
"Assign to users/groups/circles":"Assignació a usuaris/grups/cercles",
"Assign a user to this card…":"Assignació d'un usuari a aquesta targeta…",
"Due date":"Data de caducitat",
"Set a due date":"Definir una data de caducitat",
"Remove due date":"Suprimeix la data de caducitat",
"Assign a tag to this card…":"Assignauna etiqueta a aquesta targeta…",
"Assign to users":"Assigna als usuaris",
"Assign to users/groups/circles":"Assigna a usuaris/grups/cercles",
"Assign a user to this card…":"Assigneu un usuari a aquesta targeta…",
"Due date":"Per la data",
"Set a due date":"Definir una data de venciment",
"Remove due date":"Elimina la data de venciment",
"Select Date":"Selecciona la data",
"Today":"Avui",
"Tomorrow":"Demà",
@@ -238,15 +236,15 @@ OC.L10N.register(
"(Unsaved)":"(No desat)",
"(Saving…)":"(Desant…)",
"Formatting help":"Format d'ajuda",
"Edit description":"Edició descripció",
"Edit description":"Edita descripció",
"View description":"Veure descripció",
"Add Attachment":"Afegeix un adjunt",
"Write a description …":"Escriviu una descripció …",
"Choose attachment":"Triar adjunt",
"(group)":"(grup)",
"Todo items":"Tasques pendents",
"Todo items":"Elements pendents",
"{count} comments, {unread} unread":"{count} comentaris, {unread} no llegits",
"Edit card title":"Edició del títol de la targeta",
"Edit card title":"Edita el títol de la targeta",
"Assign to me":"Assigna'm a mi",
"Unassign myself":"Desasignar a mi mateix",
"Move card":"Mou la targeta",
@@ -260,9 +258,8 @@ OC.L10N.register(
"All boards":"Tots els taulers",
"Archived boards":"Taulers arxivats",
"Shared with you":"Us han compartit",
"Deck settings":"Paràmetres del Tauler",
"Deck settings":"Configuració del Tauler",
"Use bigger card view":"Utilitza la visualització de targetes més gran",
"Show card ID badge":"Mostra el distintiu d’ID de la targeta",
"Show boards in calendar/tasks":"Mostra els taulers al calendari/tasques",
"Limit deck usage of groups":"Limitar l'ús del tauler de grups",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limitant el Tauler bloquejarà la creació de taulers als usuaris que no són part d'aquests grups. Els usuaris podran seguir treballant en els taulers que hagin estat compartits amb ells.",
"{user} has deleted card {card} in list {stack} on board {board}":"{user} ha suprimit la targeta {card} a la llista {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 list {stack} on board {board}":"Heu afegit una descripció a la targeta {card} a la llista {stack} del tauler {board}",
"You have added a description to card {card} in list {stack} on board {board}":"Heu afegit una descripció a la targeta {card} a la llista {stack} al tauler {board}",
"{user} has added a description to card {card} in list {stack} on board {board}":"{user} ha afegit una descripció a la targeta {card} a la llista {stack} al tauler {board}",
"You have updated the description of card {card} in list {stack} on board {board}":"Heu actualitzat la descripció de la targeta {card} a la llista {stack} al tauler {board}",
"{user} has updated the description of the card {card} in list {stack} on board {board}":"{user} ha actualitzat la descripció de la targeta {card} a la llista {stack} al tauler {board}",
@@ -35,12 +35,12 @@
"{user} has archived card {card} in list {stack} on board {board}":"{user} té la targeta arxivada {card} a la llista {stack} al tauler {board}",
"You have unarchived card {card} in list {stack} on board {board}":"Teniu una targeta no-arxchivada {card} a la llista {stack} al tauler {board}",
"{user} has unarchived card {card} in list {stack} on board {board}":"{user} té una targeta no-arxivada {card} a la llista {stack} al tauler {board}",
"You have removed the due date of card {card}":"Heu suprimit la data de caducitat de la targeta {targeta}",
"{user} has removed the due date of card {card}":"{user} ha suprimit la data de caducitat de la targeta {targeta}",
"You have set the due date of card {card} to {after}":"Heu establert la data de caducitat de la targeta {card} a {after}",
"{user} has set the due date of card {card} to {after}":"{user} ha establert la data de caducitat de la targeta {card} a {after}",
"You have updated the due date of card {card} to {after}":"Heu actualitzat la data de caducitat de la targeta {card} a {after}",
"{user} has updated the due date of card {card} to {after}":"{user} ha actualitzat la data de caducitat de la targeta {card} a {after}",
"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 list {stack} on board {board}":"Heu afegit l'etiqueta {label} a la targeta {card} a la llista {stack} al tauler {board}",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}":"{user} ha afegit l'etiqueta {label} a la targeta {card} a la llista {stack} al tauler {board}",
"You have removed the tag {label} from card {card} in list {stack} on board {board}":"Heu eliminat l'etiqueta {label} de la targeta {card} a la llista {stack} al tauler {board}",
@@ -64,13 +64,13 @@
"A <strong>card description</strong> inside the Deck app has been changed":"S'ha canviat una <strong>descripció de targeta</strong> a l'aplicació Tauler",
"Deck":"Targetes",
"Changes in the <strong>Deck app</strong>":"Canvis a l'<strong>aplicació Targetes</strong>",
"A <strong>comment</strong> was created on a card":"S'ha creat un <strong>comentari</strong> a una targeta",
"A <strong>comment</strong> was created on a card":"S'ha afegit un <strong>comentari</strong> a una targeta",
"Upcoming cards":"Pròximes targetes",
"Load more":"Carrega'n més",
"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 {deck-card} on {deck-board} to you.":"{user} us ha assignat la targeta {deck-card} a {deck-board}.",
"The card \"%s\" on \"%s\" has reached its due date.":"La targeta \"%s\" sobre \"%s\" ha assolit la seva data de caducitat.",
"The card \"%s\" on \"%s\" has reached its due date.":"La targeta \"%s\" sobre \"%s\" ha assolit la seva data de venciment.",
"The card {deck-card} on {deck-board} has reached its due date.":"La targeta {deck-card} a {deck-board} ha assolit la seva data de caducitat.",
"%s has mentioned you in a comment on \"%s\".":"%s us ha anomenat en un comentari sobre \"%s\".",
"{user} has mentioned you in a comment on {deck-card}.":"{user} us ha mencionat en un comentari a {deck-card}.",
@@ -86,7 +86,7 @@
"copy":"còpia",
"To do":"Pendent",
"Doing":"En procés",
"Done":"Fet",
"Done":"Finalitzat",
"Example Task 3":"Tasca d'exemple 3",
"Example Task 2":"Tasca d'exemple 2",
"Example Task 1":"Tasca d'exemple 1",
@@ -97,7 +97,7 @@
"No file was uploaded":"No s'ha pujat 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 pujada del fitxer",
"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",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.":"Aquest comentari té més de %s caràcters.\nS'ha afegit com a fitxer adjunt a la targeta amb el nom %s.\nAccessible a l'URL: %s.",
"Card not found":"No s'ha trobat la targeta",
@@ -129,7 +129,7 @@
"Overwrite file":"Sobreescriu el fitxer",
"Keep existing file":"Mantén el fitxer existent",
"This board is read only":"Aquest tauler és només de lectura",
"Drop your files to upload":"Deixeu anar els fitxers per pujar-los",
"Drop your files to upload":"Deixeu anar els fitxers per penjar-los",
"Add card":"Afegeix una targeta",
"Archived cards":"Targetes arxivades",
"Add list":"Afegeix una llista",
@@ -172,38 +172,36 @@
"Can share":"Pot compartir",
"Can manage":"Pot gestionar",
"Owner":"Propietari",
"Delete":"Suprimeix",
"Delete":"Eliminar",
"Failed to create share with {displayName}":"Ha fallat la creació de la compartició amb {displayName}",
"Are you sure you want to transfer the board {title} to {user}?":"Esteu segur que voleu transferir el tauler {title} a {user}?",
"Transfer the board.":"Transfereix el tauler.",
"Transfer":"Transferència",
"The board has been transferred to {user}":"El tauler s'ha transferit a {user}",
"Failed to transfer the board to {user}":"No s'ha pogut transferir el tauler a {user}",
"Add a new list":"Afegeix una llista nova",
"Add a new list":"Afegir una llista nova",
"Archive all cards":"Arxiva totes les targetes",
"Unarchive all cards":"Desarxivar totes les targetes",
"Delete list":"Suprimeix la llista",
"Archive all cards in this list":"Arxiva totes les targetes d'aquesta llista",
"Unarchive all cards in this list":"Desarxivar totes les targetes d'aquesta llista",
"Add a new card":"Afegeix una nova targeta",
"Add a new card":"Afegir una nova targeta",
"Card name":"Nom de la targeta",
"List deleted":"Llista suprimida",
"Edit":"Edició",
"Add a new tag":"Afegeix una etiqueta nova",
"Edit":"Edita",
"Add a new tag":"Afegir una etiqueta nova",
"title and color value must be provided":"s’ha de proporcionar el valor del títol i del color",
"Board name":"Nom del taulell",
"Members":"Membres",
"Upload new files":"Pujada de nous fitxers",
"Upload new files":"Puja nous fitxers",
"Share from Files":"Comparteix des de Fitxers",
"Pending share":"Compartició pendent",
"Add this attachment":"Afegeix aquest adjunt",
"Show in Files":"Mostra a Fitxers",
"Download":"Baixada",
"Download":"Baixa",
"Remove attachment":"Treu l'adjunt",
"Delete Attachment":"Suprimeix l’adjunt",
"Restore Attachment":"Restaura l'adjunt",
"File to share":"Fitxer a compartir",
"Invalid path selected":"S'ha seleccionat un camí no vàlid",
"Invalid path selected":"S'ha seleccionat una ruta invàlida",
"Open in sidebar view":"Obre a la vista de la barra lateral",
"Open in bigger view":"Obre a la vista més gran",
"Attachments":"Adjunts",
@@ -213,13 +211,13 @@
"The title cannot be empty.":"El títol no pot estar buit.",
"No comments yet. Begin the discussion!":"No hi ha comentaris encara. Començar la discussió!",
"Failed to load comments":"No s'han pogut carregar els comentaris",
"Assign a tag to this card…":"Assignació d'una etiqueta a aquesta targeta…",
"Assign to users":"Assignació als usuaris",
"Assign to users/groups/circles":"Assignació a usuaris/grups/cercles",
"Assign a user to this card…":"Assignació d'un usuari a aquesta targeta…",
"Due date":"Data de caducitat",
"Set a due date":"Definir una data de caducitat",
"Remove due date":"Suprimeix la data de caducitat",
"Assign a tag to this card…":"Assignauna etiqueta a aquesta targeta…",
"Assign to users":"Assigna als usuaris",
"Assign to users/groups/circles":"Assigna a usuaris/grups/cercles",
"Assign a user to this card…":"Assigneu un usuari a aquesta targeta…",
"Due date":"Per la data",
"Set a due date":"Definir una data de venciment",
"Remove due date":"Elimina la data de venciment",
"Select Date":"Selecciona la data",
"Today":"Avui",
"Tomorrow":"Demà",
@@ -236,15 +234,15 @@
"(Unsaved)":"(No desat)",
"(Saving…)":"(Desant…)",
"Formatting help":"Format d'ajuda",
"Edit description":"Edició descripció",
"Edit description":"Edita descripció",
"View description":"Veure descripció",
"Add Attachment":"Afegeix un adjunt",
"Write a description …":"Escriviu una descripció …",
"Choose attachment":"Triar adjunt",
"(group)":"(grup)",
"Todo items":"Tasques pendents",
"Todo items":"Elements pendents",
"{count} comments, {unread} unread":"{count} comentaris, {unread} no llegits",
"Edit card title":"Edició del títol de la targeta",
"Edit card title":"Edita el títol de la targeta",
"Assign to me":"Assigna'm a mi",
"Unassign myself":"Desasignar a mi mateix",
"Move card":"Mou la targeta",
@@ -258,9 +256,8 @@
"All boards":"Tots els taulers",
"Archived boards":"Taulers arxivats",
"Shared with you":"Us han compartit",
"Deck settings":"Paràmetres del Tauler",
"Deck settings":"Configuració del Tauler",
"Use bigger card view":"Utilitza la visualització de targetes més gran",
"Show card ID badge":"Mostra el distintiu d’ID de la targeta",
"Show boards in calendar/tasks":"Mostra els taulers al calendari/tasques",
"Limit deck usage of groups":"Limitar l'ús del tauler de grups",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limitant el Tauler bloquejarà la creació de taulers als usuaris que no són part d'aquests grups. Els usuaris podran seguir treballant en els taulers que hagin estat compartits amb ells.",
"Failed to transfer the board to {user}":"Nepodařilo se předat vlastnictví tabule uživateli {user}",
"Add a new list":"Přidat nový sloupec",
"Archive all cards":"Archivovat všechny karty",
"Unarchive all cards":"Zrušit archivaci všech karet",
"Delete list":"Smazat seznam",
"Archive all cards in this list":"Archivovat všechny karty v tomto seznamu",
"Unarchive all cards in this list":"Zrušit archivaci všech karet v tomto seznamu",
"Add a new card":"Přidat novou kartu",
"Card name":"Název karty",
"List deleted":"Seznam smazán",
@@ -262,7 +260,6 @@ OC.L10N.register(
"Shared with you":"Sdíleno s vámi",
"Deck settings":"Nastavení pro Deck",
"Use bigger card view":"Použít větší zobrazení karet",
"Show card ID badge":"Zobrazit odznáček s identifikátorem karty",
"Show boards in calendar/tasks":"Zobrazit tabule v kalendáři/úkolech",
"Limit deck usage of groups":"Omezit využití deck na skupiny",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Omezení nastavené pro Deck brání uživatelům, kteří nejsou součástí těchto skupin, ve vytváření vlastních tabulí. Nicméně i tak ale pořád budou moci pracovat na tabulích, které jsou jim nasdíleny.",
"Failed to transfer the board to {user}":"Nepodařilo se předat vlastnictví tabule uživateli {user}",
"Add a new list":"Přidat nový sloupec",
"Archive all cards":"Archivovat všechny karty",
"Unarchive all cards":"Zrušit archivaci všech karet",
"Delete list":"Smazat seznam",
"Archive all cards in this list":"Archivovat všechny karty v tomto seznamu",
"Unarchive all cards in this list":"Zrušit archivaci všech karet v tomto seznamu",
"Add a new card":"Přidat novou kartu",
"Card name":"Název karty",
"List deleted":"Seznam smazán",
@@ -260,7 +258,6 @@
"Shared with you":"Sdíleno s vámi",
"Deck settings":"Nastavení pro Deck",
"Use bigger card view":"Použít větší zobrazení karet",
"Show card ID badge":"Zobrazit odznáček s identifikátorem karty",
"Show boards in calendar/tasks":"Zobrazit tabule v kalendáři/úkolech",
"Limit deck usage of groups":"Omezit využití deck na skupiny",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Omezení nastavené pro Deck brání uživatelům, kteří nejsou součástí těchto skupin, ve vytváření vlastních tabulí. Nicméně i tak ale pořád budou moci pracovat na tabulích, které jsou jim nasdíleny.",
"Show card ID badge":"Abzeichen mit Karten-ID zeigen",
"Show boards in calendar/tasks":"Board in Kalender/Aufgaben anzeigen",
"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.",
"Show card ID badge":"Abzeichen mit Karten-ID zeigen",
"Show boards in calendar/tasks":"Board in Kalender/Aufgaben anzeigen",
"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.",
"You have created a new board {board}":"You have created a new board {board}",
"{user} has created a new board {board}":"{user} has created a new board {board}",
"You have deleted the board {board}":"You have deleted the board {board}",
"{user} has deleted the board {board}":"{user} has deleted the board {board}",
"You have restored the board {board}":"You have restored the board {board}",
"{user} has restored the board {board}":"{user} has restored the board {board}",
"You have shared the board {board} with {acl}":"You have shared the board {board} with {acl}",
"{user} has shared the board {board} with {acl}":"{user} has shared the board {board} with {acl}",
"You have removed {acl} from the board {board}":"You have removed {acl} from the board {board}",
"{user} has removed {acl} from the board {board}":"{user} has removed {acl} from the board {board}",
"You have renamed the board {before} to {board}":"You have renamed the board {before} to {board}",
"{user} has renamed the board {before} to {board}":"{user} has renamed the board {before} to {board}",
"You have archived the board {board}":"You have archived the board {board}",
"{user} has archived the board {before}":"{user} has archived the board {before}",
"You have unarchived the board {board}":"You have unarchived the board {board}",
"{user} has unarchived the board {before}":"{user} has unarchived the board {before}",
"You have created a new list {stack} on board {board}":"You have created a new list {stack} on board {board}",
"{user} has created a new list {stack} on board {board}":"{user} has created a new list {stack} on board {board}",
"You have renamed list {before} to {stack} on board {board}":"You have renamed list {before} to {stack} on board {board}",
"{user} has renamed list {before} to {stack} on board {board}":"{user} has renamed list {before} to {stack} on board {board}",
"You have deleted list {stack} on board {board}":"You have deleted list {stack} on board {board}",
"{user} has deleted list {stack} on board {board}":"{user} has deleted list {stack} on board {board}",
"You have created card {card} in list {stack} on board {board}":"You have created card {card} in list {stack} on board {board}",
"{user} has created card {card} in list {stack} on board {board}":"{user} has created card {card} in list {stack} on board {board}",
"You have deleted card {card} in list {stack} on board {board}":"You have deleted card {card} in list {stack} on board {board}",
"{user} has deleted card {card} in list {stack} on board {board}":"{user} has deleted card {card} in list {stack} on board {board}",
"You have renamed the card {before} to {card}":"You have renamed the card {before} to {card}",
"{user} has renamed the card {before} to {card}":"{user} has renamed the card {before} to {card}",
"You have added a description to card {card} in list {stack} on board {board}":"You have added a description to card {card} in list {stack} on board {board}",
"{user} has added a description to card {card} in list {stack} on board {board}":"{user} has added a description to card {card} in list {stack} on board {board}",
"You have updated the description of card {card} in list {stack} on board {board}":"You have updated the description of card {card} in list {stack} on board {board}",
"{user} has updated the description of the card {card} in list {stack} on board {board}":"{user} has updated the description of the card {card} in list {stack} on board {board}",
"You have archived card {card} in list {stack} on board {board}":"You have archived card {card} in list {stack} on board {board}",
"{user} has archived card {card} in list {stack} on board {board}":"{user} has archived card {card} in list {stack} on board {board}",
"You have unarchived card {card} in list {stack} on board {board}":"You have unarchived card {card} in list {stack} on board {board}",
"{user} has unarchived card {card} in list {stack} on board {board}":"{user} has unarchived card {card} in list {stack} on board {board}",
"You have removed the due date of card {card}":"You have removed the due date of card {card}",
"{user} has removed the due date of card {card}":"{user} has removed the due date of card {card}",
"You have set the due date of card {card} to {after}":"You have set the due date of card {card} to {after}",
"{user} has set the due date of card {card} to {after}":"{user} has set the due date of card {card} to {after}",
"You have updated the due date of card {card} to {after}":"You have updated the due date of card {card} to {after}",
"{user} has updated the due date of card {card} to {after}":"{user} has updated the due date of card {card} to {after}",
"You have added the tag {label} to card {card} in list {stack} on board {board}":"You have added the tag {label} to card {card} in list {stack} on board {board}",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}":"{user} has added the tag {label} to card {card} in list {stack} on board {board}",
"You have removed the tag {label} from card {card} in list {stack} on board {board}":"You have removed the tag {label} from card {card} in list {stack} on board {board}",
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}":"{user} has removed the tag {label} from card {card} in list {stack} on board {board}",
"You have assigned {assigneduser} to card {card} on board {board}":"You have assigned {assigneduser} to card {card} on board {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}":"{user} has assigned {assigneduser} to card {card} on board {board}",
"You have unassigned {assigneduser} from card {card} on board {board}":"You have unassigned {assigneduser} from card {card} on board {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}":"{user} has unassigned {assigneduser} from card {card} on board {board}",
"You have moved the card {card} from list {stackBefore} to {stack}":"You have moved the card {card} from list {stackBefore} to {stack}",
"{user} has moved the card {card} from list {stackBefore} to {stack}":"{user} has moved the card {card} from list {stackBefore} to {stack}",
"You have added the attachment {attachment} to card {card}":"You have added the attachment {attachment} to card {card}",
"{user} has added the attachment {attachment} to card {card}":"{user} has added the attachment {attachment} to card {card}",
"You have updated the attachment {attachment} on card {card}":"You have updated the attachment {attachment} on card {card}",
"{user} has updated the attachment {attachment} on card {card}":"{user} has updated the attachment {attachment} on card {card}",
"You have deleted the attachment {attachment} from card {card}":"You have deleted the attachment {attachment} from card {card}",
"{user} has deleted the attachment {attachment} from card {card}":"{user} has deleted the attachment {attachment} from card {card}",
"You have restored the attachment {attachment} to card {card}":"You have restored the attachment {attachment} to card {card}",
"{user} has restored the attachment {attachment} to card {card}":"{user} has restored the attachment {attachment} to card {card}",
"You have commented on card {card}":"You have commented on card {card}",
"{user} has commented on card {card}":"{user} has commented on card {card}",
"A <strong>card description</strong> inside the Deck app has been changed":"A <strong>card description</strong> inside the Deck app has been changed",
"Deck":"Deck",
"Changes in the <strong>Deck app</strong>":"Changes in the <strong>Deck app</strong>",
"A <strong>comment</strong> was created on a card":"A <strong>comment</strong> was created on a card",
"Upcoming cards":"Upcoming cards",
"Load more":"Load more",
"Personal":"Personal",
"The card \"%s\" on \"%s\" has been assigned to you by %s.":"The card \"%s\" on \"%s\" has been assigned to you by %s.",
"{user} has assigned the card {deck-card} on {deck-board} to you.":"{user} has assigned the card {deck-card} on {deck-board} to you.",
"The card \"%s\" on \"%s\" has reached its due date.":"The card \"%s\" on \"%s\" has reached its due date.",
"The card {deck-card} on {deck-board} has reached its due date.":"The card {deck-card} on {deck-board} has reached its due date.",
"%s has mentioned you in a comment on \"%s\".":"%s has mentioned you in a comment on \"%s\".",
"{user} has mentioned you in a comment on {deck-card}.":"{user} has mentioned you in a comment on {deck-card}.",
"The board \"%s\" has been shared with you by %s.":"The board \"%s\" has been shared with you by %s.",
"{user} has shared {deck-board} with you.":"{user} has shared {deck-board} with you.",
"Card comments":"Card comments",
"%s on %s":"%s on %s",
"No data was provided to create an attachment.":"No data was provided to create an attachment.",
"Finished":"Finished",
"To review":"To review",
"Action needed":"Action needed",
"Later":"Later",
"copy":"copy",
"To do":"To do",
"Doing":"Doing",
"Done":"Done",
"Example Task 3":"Example Task 3",
"Example Task 2":"Example Task 2",
"Example Task 1":"Example Task 1",
"The file was uploaded":"The file was uploaded",
"The uploaded file exceeds the upload_max_filesize directive in php.ini":"The uploaded file exceeds the upload_max_filesize directive in php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form",
@@ -100,218 +20,63 @@ OC.L10N.register(
"Missing a temporary folder":"Missing a temporary folder",
"Could not write file to disk":"Could not write file to disk",
"A PHP extension stopped the file upload":"A PHP extension stopped the file upload",
"No file uploaded or file size exceeds maximum of %s":"No file uploaded or file size exceeds maximum of %s",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.":"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.",
"Card not found":"Card not found",
"Path is already shared with this card":"Path is already shared with this card",
"Invalid date, date format must be YYYY-MM-DD":"Invalid date, date format must be YYYY-MM-DD",
"Personal planning and team project organization":"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 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",
"Card details":"Card details",
"Add board":"Add board",
"Select the board to link to a project":"Select the board to link to a project",
"Search by board title":"Search by board title",
"Select board":"Select board",
"Create a new card":"Create a new card",
"Select a board":"Select a board",
"Select a list":"Select a list",
"Card title":"Card title",
"Cancel":"Cancel",
"Creating the new card …":"Creating the new card …",
"Card \"{card}\" was added to \"{board}\"":"Card \"{card}\" was added to \"{board}\"",
"Open card":"Open card",
"Close":"Close",
"Create card":"Create card",
"Select a card":"Select a card",
"Select the card to link to a project":"Select the card to link to a project",
"Link to card":"Link to card",
"File already exists":"File already exists",
"A file with the name {filename} already exists.":"A file with the name {filename} already exists.",
"Do you want to overwrite it?":"Do you want to overwrite it?",
"Overwrite file":"Overwrite file",
"Keep existing file":"Keep existing file",
"This board is read only":"This board is read only",
"Drop your files to upload":"Drop your files to upload",
"Add card":"Add card",
"Archived cards":"Archived cards",
"Add list":"Add list",
"List name":"List name",
"Active filters":"Active filters",
"Apply filter":"Apply filter",
"Filter by tag":"Filter by tag",
"Filter by assigned user":"Filter by assigned user",
"Unassigned":"Unassigned",
"Filter by due date":"Filter by due date",
"Overdue":"Overdue",
"Next 24 hours":"Next 24 hours",
"Next 7 days":"Next 7 days",
"Next 30 days":"Next 30 days",
"No due date":"No due date",
"Clear filter":"Clear filter",
"Hide archived cards":"Hide archived cards",
"Show archived cards":"Show archived cards",
"Toggle compact mode":"Toggle compact mode",
"Open details":"Open details",
"Details":"Details",
"Loading board":"Loading board",
"No lists available":"No lists available",
"Create a new list to add cards to this board":"Create a new list to add cards to this board",
"Board not found":"Board not found",
"Sharing":"Sharing",
"Tags":"Tags",
"Deleted items":"Deleted items",
"Timeline":"Timeline",
"Deleted lists":"Deleted lists",
"Undo":"Undo",
"Deleted cards":"Deleted cards",
"Share board with a user, group or circle …":"Share board with a user, group or circle …",
"Searching for users, groups and circles …":"Searching for users, groups and circles …",
"No participants found":"No participants found",
"Board owner":"Board owner",
"(Group)":"(Group)",
"(Circle)":"(Circle)",
"Can edit":"Can edit",
"Can share":"Can share",
"Can manage":"Can manage",
"Owner":"Owner",
"Delete":"Delete",
"Failed to create share with {displayName}":"Failed to create share with {displayName}",
"Are you sure you want to transfer the board {title} to {user}?":"Are you sure you want to transfer the board {title} to {user}?",
"Transfer the board.":"Transfer the board.",
"Transfer":"Transfer",
"The board has been transferred to {user}":"The board has been transferred to {user}",
"Failed to transfer the board to {user}":"Failed to transfer the board to {user}",
"Add a new list":"Add a new list",
"Archive all cards":"Archive all cards",
"Unarchive all cards":"Unarchive all cards",
"Delete list":"Delete list",
"Archive all cards in this list":"Archive all cards in this list",
"Unarchive all cards in this list":"Unarchive all cards in this list",
"Add a new card":"Add a new card",
"Card name":"Card name",
"List deleted":"List deleted",
"Edit":"Edit",
"Add a new tag":"Add a new tag",
"title and color value must be provided":"title and colour value must be provided",
"Board name":"Board name",
"Members":"Members",
"Upload new files":"Upload new files",
"Share from Files":"Share from Files",
"Pending share":"Pending share",
"Add this attachment":"Add this attachment",
"Show in Files":"Show in Files",
"Download":"Download",
"Remove attachment":"Remove attachment",
"Delete Attachment":"Delete Attachment",
"Restore Attachment":"Restore Attachment",
"File to share":"File to share",
"Invalid path selected":"Invalid path selected",
"Open in sidebar view":"Open in sidebar view",
"Open in bigger view":"Open in bigger view",
"Attachments":"Attachments",
"Comments":"Comments",
"Modified":"Modified",
"Created":"Created",
"The title cannot be empty.":"The title cannot be empty.",
"No comments yet. Begin the discussion!":"No comments yet. Begin the discussion!",
"Failed to load comments":"Failed to load comments",
"Assign a tag to this card…":"Assign a tag to this card…",
"Assign to users":"Assign to users",
"Assign to users/groups/circles":"Assign to users/groups/circles",
"Assign a user to this card…":"Assign a user to this card…",
"Due date":"Due date",
"Set a due date":"Set a due date",
"Remove due date":"Remove due date",
"Select Date":"Select Date",
"Today":"Today",
"Tomorrow":"Tomorrow",
"Next week":"Next week",
"Next month":"Next month",
"Save":"Save",
"The comment cannot be empty.":"The comment cannot be empty.",
"The comment cannot be longer than 1000 characters.":"The comment cannot be longer than 1000 characters.",
"Move card to another board":"Move card to another board",
"List is empty":"List is empty",
"Card deleted":"Card deleted",
"seconds ago":"seconds ago",
"All boards":"All boards",
"Archived boards":"Archived boards",
"Shared with you":"Shared with you",
"Deck settings":"Deck settings",
"Use bigger card view":"Use bigger card view",
"Show card ID badge":"Show card ID badge",
"Show boards in calendar/tasks":"Show boards in calendar/tasks",
"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.",
"Board details":"Board details",
"Edit board":"Edit board",
"Clone board":"Clone board",
"Unarchive board":"Unarchive board",
"Archive board":"Archive board",
"Turn on due date reminders":"Turn on due date reminders",
"Turn off due date reminders":"Turn off due date reminders",
"Due date reminders":"Due date reminders",
"All cards":"All cards",
"Assigned cards":"Assigned cards",
"No notifications":"No notifications",
"Delete board":"Delete board",
"Board {0} deleted":"Board {0} deleted",
"Only assigned cards":"Only assigned cards",
"No reminder":"No reminder",
"An error occurred":"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.":"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.",
"Delete the board?":"Delete the board?",
"Loading filtered view":"Loading filtered view",
"No due":"No due",
"Search for {searchQuery} in all boards":"Search for {searchQuery} in all boards",
"No results found":"No results found",
"{stack} in {board}":"{stack} in {board}",
"Click to expand description":"Click to expand description",
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments",
"{nbCards} cards":"{nbCards} cards",
"No upcoming cards":"No upcoming cards",
"upcoming cards":"upcoming cards",
"Due on {date}":"Due on {date}",
"Link to a board":"Link to a board",
"Link to a card":"Link to a card",
"Create a card":"Create a card",
"Message from {author} in {conversationName}":"Message from {author} in {conversationName}",
"Something went wrong":"Something went wrong",
"Failed to upload {name}":"Failed to upload {name}",
"Maximum file size of {size} exceeded":"Maximum file size of {size} exceeded",
"Error creating the share":"Error creating the share",
"Share with a Deck card":"Share with a Deck card",
"Share {file} with a Deck card":"Share {file} with a Deck card",
"Share":"Share",
"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 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",
"Are you sure you want to transfer the board {title} for {user} ?":"Are you sure you want to transfer the board {title} for {user} ?",
"Transfer the board for {user} successfully":"Transfer the board for {user} successfully",
"Failed to transfer the board for {user}":"Failed to transfer the board for {user}",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Are you sure you want to delete the board {title}? This will delete all the data of this board.",
"This week":"This week",
"Are you sure you want to transfer the board {title} for {user}?":"Are you sure you want to transfer the board {title} for {user}?"
"You have created a new board {board}":"You have created a new board {board}",
"{user} has created a new board {board}":"{user} has created a new board {board}",
"You have deleted the board {board}":"You have deleted the board {board}",
"{user} has deleted the board {board}":"{user} has deleted the board {board}",
"You have restored the board {board}":"You have restored the board {board}",
"{user} has restored the board {board}":"{user} has restored the board {board}",
"You have shared the board {board} with {acl}":"You have shared the board {board} with {acl}",
"{user} has shared the board {board} with {acl}":"{user} has shared the board {board} with {acl}",
"You have removed {acl} from the board {board}":"You have removed {acl} from the board {board}",
"{user} has removed {acl} from the board {board}":"{user} has removed {acl} from the board {board}",
"You have renamed the board {before} to {board}":"You have renamed the board {before} to {board}",
"{user} has renamed the board {before} to {board}":"{user} has renamed the board {before} to {board}",
"You have archived the board {board}":"You have archived the board {board}",
"{user} has archived the board {before}":"{user} has archived the board {before}",
"You have unarchived the board {board}":"You have unarchived the board {board}",
"{user} has unarchived the board {before}":"{user} has unarchived the board {before}",
"You have created a new list {stack} on board {board}":"You have created a new list {stack} on board {board}",
"{user} has created a new list {stack} on board {board}":"{user} has created a new list {stack} on board {board}",
"You have renamed list {before} to {stack} on board {board}":"You have renamed list {before} to {stack} on board {board}",
"{user} has renamed list {before} to {stack} on board {board}":"{user} has renamed list {before} to {stack} on board {board}",
"You have deleted list {stack} on board {board}":"You have deleted list {stack} on board {board}",
"{user} has deleted list {stack} on board {board}":"{user} has deleted list {stack} on board {board}",
"You have created card {card} in list {stack} on board {board}":"You have created card {card} in list {stack} on board {board}",
"{user} has created card {card} in list {stack} on board {board}":"{user} has created card {card} in list {stack} on board {board}",
"You have deleted card {card} in list {stack} on board {board}":"You have deleted card {card} in list {stack} on board {board}",
"{user} has deleted card {card} in list {stack} on board {board}":"{user} has deleted card {card} in list {stack} on board {board}",
"You have renamed the card {before} to {card}":"You have renamed the card {before} to {card}",
"{user} has renamed the card {before} to {card}":"{user} has renamed the card {before} to {card}",
"You have added a description to card {card} in list {stack} on board {board}":"You have added a description to card {card} in list {stack} on board {board}",
"{user} has added a description to card {card} in list {stack} on board {board}":"{user} has added a description to card {card} in list {stack} on board {board}",
"You have updated the description of card {card} in list {stack} on board {board}":"You have updated the description of card {card} in list {stack} on board {board}",
"{user} has updated the description of the card {card} in list {stack} on board {board}":"{user} has updated the description of the card {card} in list {stack} on board {board}",
"You have archived card {card} in list {stack} on board {board}":"You have archived card {card} in list {stack} on board {board}",
"{user} has archived card {card} in list {stack} on board {board}":"{user} has archived card {card} in list {stack} on board {board}",
"You have unarchived card {card} in list {stack} on board {board}":"You have unarchived card {card} in list {stack} on board {board}",
"{user} has unarchived card {card} in list {stack} on board {board}":"{user} has unarchived card {card} in list {stack} on board {board}",
"You have removed the due date of card {card}":"You have removed the due date of card {card}",
"{user} has removed the due date of card {card}":"{user} has removed the due date of card {card}",
"You have set the due date of card {card} to {after}":"You have set the due date of card {card} to {after}",
"{user} has set the due date of card {card} to {after}":"{user} has set the due date of card {card} to {after}",
"You have updated the due date of card {card} to {after}":"You have updated the due date of card {card} to {after}",
"{user} has updated the due date of card {card} to {after}":"{user} has updated the due date of card {card} to {after}",
"You have added the tag {label} to card {card} in list {stack} on board {board}":"You have added the tag {label} to card {card} in list {stack} on board {board}",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}":"{user} has added the tag {label} to card {card} in list {stack} on board {board}",
"You have removed the tag {label} from card {card} in list {stack} on board {board}":"You have removed the tag {label} from card {card} in list {stack} on board {board}",
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}":"{user} has removed the tag {label} from card {card} in list {stack} on board {board}",
"You have assigned {assigneduser} to card {card} on board {board}":"You have assigned {assigneduser} to card {card} on board {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}":"{user} has assigned {assigneduser} to card {card} on board {board}",
"You have unassigned {assigneduser} from card {card} on board {board}":"You have unassigned {assigneduser} from card {card} on board {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}":"{user} has unassigned {assigneduser} from card {card} on board {board}",
"You have moved the card {card} from list {stackBefore} to {stack}":"You have moved the card {card} from list {stackBefore} to {stack}",
"{user} has moved the card {card} from list {stackBefore} to {stack}":"{user} has moved the card {card} from list {stackBefore} to {stack}",
"You have added the attachment {attachment} to card {card}":"You have added the attachment {attachment} to card {card}",
"{user} has added the attachment {attachment} to card {card}":"{user} has added the attachment {attachment} to card {card}",
"You have updated the attachment {attachment} on card {card}":"You have updated the attachment {attachment} on card {card}",
"{user} has updated the attachment {attachment} on card {card}":"{user} has updated the attachment {attachment} on card {card}",
"You have deleted the attachment {attachment} from card {card}":"You have deleted the attachment {attachment} from card {card}",
"{user} has deleted the attachment {attachment} from card {card}":"{user} has deleted the attachment {attachment} from card {card}",
"You have restored the attachment {attachment} to card {card}":"You have restored the attachment {attachment} to card {card}",
"{user} has restored the attachment {attachment} to card {card}":"{user} has restored the attachment {attachment} to card {card}",
"You have commented on card {card}":"You have commented on card {card}",
"{user} has commented on card {card}":"{user} has commented on card {card}",
"A <strong>card description</strong> inside the Deck app has been changed":"A <strong>card description</strong> inside the Deck app has been changed",
"Deck":"Deck",
"Changes in the <strong>Deck app</strong>":"Changes in the <strong>Deck app</strong>",
"A <strong>comment</strong> was created on a card":"A <strong>comment</strong> was created on a card",
"Upcoming cards":"Upcoming cards",
"Load more":"Load more",
"Personal":"Personal",
"The card \"%s\" on \"%s\" has been assigned to you by %s.":"The card \"%s\" on \"%s\" has been assigned to you by %s.",
"{user} has assigned the card {deck-card} on {deck-board} to you.":"{user} has assigned the card {deck-card} on {deck-board} to you.",
"The card \"%s\" on \"%s\" has reached its due date.":"The card \"%s\" on \"%s\" has reached its due date.",
"The card {deck-card} on {deck-board} has reached its due date.":"The card {deck-card} on {deck-board} has reached its due date.",
"%s has mentioned you in a comment on \"%s\".":"%s has mentioned you in a comment on \"%s\".",
"{user} has mentioned you in a comment on {deck-card}.":"{user} has mentioned you in a comment on {deck-card}.",
"The board \"%s\" has been shared with you by %s.":"The board \"%s\" has been shared with you by %s.",
"{user} has shared {deck-board} with you.":"{user} has shared {deck-board} with you.",
"Card comments":"Card comments",
"%s on %s":"%s on %s",
"No data was provided to create an attachment.":"No data was provided to create an attachment.",
"Finished":"Finished",
"To review":"To review",
"Action needed":"Action needed",
"Later":"Later",
"copy":"copy",
"To do":"To do",
"Doing":"Doing",
"Done":"Done",
"Example Task 3":"Example Task 3",
"Example Task 2":"Example Task 2",
"Example Task 1":"Example Task 1",
"The file was uploaded":"The file was uploaded",
"The uploaded file exceeds the upload_max_filesize directive in php.ini":"The uploaded file exceeds the upload_max_filesize directive in php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form",
@@ -98,218 +18,63 @@
"Missing a temporary folder":"Missing a temporary folder",
"Could not write file to disk":"Could not write file to disk",
"A PHP extension stopped the file upload":"A PHP extension stopped the file upload",
"No file uploaded or file size exceeds maximum of %s":"No file uploaded or file size exceeds maximum of %s",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.":"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.",
"Card not found":"Card not found",
"Path is already shared with this card":"Path is already shared with this card",
"Invalid date, date format must be YYYY-MM-DD":"Invalid date, date format must be YYYY-MM-DD",
"Personal planning and team project organization":"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 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",
"Card details":"Card details",
"Add board":"Add board",
"Select the board to link to a project":"Select the board to link to a project",
"Search by board title":"Search by board title",
"Select board":"Select board",
"Create a new card":"Create a new card",
"Select a board":"Select a board",
"Select a list":"Select a list",
"Card title":"Card title",
"Cancel":"Cancel",
"Creating the new card …":"Creating the new card …",
"Card \"{card}\" was added to \"{board}\"":"Card \"{card}\" was added to \"{board}\"",
"Open card":"Open card",
"Close":"Close",
"Create card":"Create card",
"Select a card":"Select a card",
"Select the card to link to a project":"Select the card to link to a project",
"Link to card":"Link to card",
"File already exists":"File already exists",
"A file with the name {filename} already exists.":"A file with the name {filename} already exists.",
"Do you want to overwrite it?":"Do you want to overwrite it?",
"Overwrite file":"Overwrite file",
"Keep existing file":"Keep existing file",
"This board is read only":"This board is read only",
"Drop your files to upload":"Drop your files to upload",
"Add card":"Add card",
"Archived cards":"Archived cards",
"Add list":"Add list",
"List name":"List name",
"Active filters":"Active filters",
"Apply filter":"Apply filter",
"Filter by tag":"Filter by tag",
"Filter by assigned user":"Filter by assigned user",
"Unassigned":"Unassigned",
"Filter by due date":"Filter by due date",
"Overdue":"Overdue",
"Next 24 hours":"Next 24 hours",
"Next 7 days":"Next 7 days",
"Next 30 days":"Next 30 days",
"No due date":"No due date",
"Clear filter":"Clear filter",
"Hide archived cards":"Hide archived cards",
"Show archived cards":"Show archived cards",
"Toggle compact mode":"Toggle compact mode",
"Open details":"Open details",
"Details":"Details",
"Loading board":"Loading board",
"No lists available":"No lists available",
"Create a new list to add cards to this board":"Create a new list to add cards to this board",
"Board not found":"Board not found",
"Sharing":"Sharing",
"Tags":"Tags",
"Deleted items":"Deleted items",
"Timeline":"Timeline",
"Deleted lists":"Deleted lists",
"Undo":"Undo",
"Deleted cards":"Deleted cards",
"Share board with a user, group or circle …":"Share board with a user, group or circle …",
"Searching for users, groups and circles …":"Searching for users, groups and circles …",
"No participants found":"No participants found",
"Board owner":"Board owner",
"(Group)":"(Group)",
"(Circle)":"(Circle)",
"Can edit":"Can edit",
"Can share":"Can share",
"Can manage":"Can manage",
"Owner":"Owner",
"Delete":"Delete",
"Failed to create share with {displayName}":"Failed to create share with {displayName}",
"Are you sure you want to transfer the board {title} to {user}?":"Are you sure you want to transfer the board {title} to {user}?",
"Transfer the board.":"Transfer the board.",
"Transfer":"Transfer",
"The board has been transferred to {user}":"The board has been transferred to {user}",
"Failed to transfer the board to {user}":"Failed to transfer the board to {user}",
"Add a new list":"Add a new list",
"Archive all cards":"Archive all cards",
"Unarchive all cards":"Unarchive all cards",
"Delete list":"Delete list",
"Archive all cards in this list":"Archive all cards in this list",
"Unarchive all cards in this list":"Unarchive all cards in this list",
"Add a new card":"Add a new card",
"Card name":"Card name",
"List deleted":"List deleted",
"Edit":"Edit",
"Add a new tag":"Add a new tag",
"title and color value must be provided":"title and colour value must be provided",
"Board name":"Board name",
"Members":"Members",
"Upload new files":"Upload new files",
"Share from Files":"Share from Files",
"Pending share":"Pending share",
"Add this attachment":"Add this attachment",
"Show in Files":"Show in Files",
"Download":"Download",
"Remove attachment":"Remove attachment",
"Delete Attachment":"Delete Attachment",
"Restore Attachment":"Restore Attachment",
"File to share":"File to share",
"Invalid path selected":"Invalid path selected",
"Open in sidebar view":"Open in sidebar view",
"Open in bigger view":"Open in bigger view",
"Attachments":"Attachments",
"Comments":"Comments",
"Modified":"Modified",
"Created":"Created",
"The title cannot be empty.":"The title cannot be empty.",
"No comments yet. Begin the discussion!":"No comments yet. Begin the discussion!",
"Failed to load comments":"Failed to load comments",
"Assign a tag to this card…":"Assign a tag to this card…",
"Assign to users":"Assign to users",
"Assign to users/groups/circles":"Assign to users/groups/circles",
"Assign a user to this card…":"Assign a user to this card…",
"Due date":"Due date",
"Set a due date":"Set a due date",
"Remove due date":"Remove due date",
"Select Date":"Select Date",
"Today":"Today",
"Tomorrow":"Tomorrow",
"Next week":"Next week",
"Next month":"Next month",
"Save":"Save",
"The comment cannot be empty.":"The comment cannot be empty.",
"The comment cannot be longer than 1000 characters.":"The comment cannot be longer than 1000 characters.",
"Move card to another board":"Move card to another board",
"List is empty":"List is empty",
"Card deleted":"Card deleted",
"seconds ago":"seconds ago",
"All boards":"All boards",
"Archived boards":"Archived boards",
"Shared with you":"Shared with you",
"Deck settings":"Deck settings",
"Use bigger card view":"Use bigger card view",
"Show card ID badge":"Show card ID badge",
"Show boards in calendar/tasks":"Show boards in calendar/tasks",
"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.",
"Board details":"Board details",
"Edit board":"Edit board",
"Clone board":"Clone board",
"Unarchive board":"Unarchive board",
"Archive board":"Archive board",
"Turn on due date reminders":"Turn on due date reminders",
"Turn off due date reminders":"Turn off due date reminders",
"Due date reminders":"Due date reminders",
"All cards":"All cards",
"Assigned cards":"Assigned cards",
"No notifications":"No notifications",
"Delete board":"Delete board",
"Board {0} deleted":"Board {0} deleted",
"Only assigned cards":"Only assigned cards",
"No reminder":"No reminder",
"An error occurred":"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.":"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.",
"Delete the board?":"Delete the board?",
"Loading filtered view":"Loading filtered view",
"No due":"No due",
"Search for {searchQuery} in all boards":"Search for {searchQuery} in all boards",
"No results found":"No results found",
"{stack} in {board}":"{stack} in {board}",
"Click to expand description":"Click to expand description",
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments",
"{nbCards} cards":"{nbCards} cards",
"No upcoming cards":"No upcoming cards",
"upcoming cards":"upcoming cards",
"Due on {date}":"Due on {date}",
"Link to a board":"Link to a board",
"Link to a card":"Link to a card",
"Create a card":"Create a card",
"Message from {author} in {conversationName}":"Message from {author} in {conversationName}",
"Something went wrong":"Something went wrong",
"Failed to upload {name}":"Failed to upload {name}",
"Maximum file size of {size} exceeded":"Maximum file size of {size} exceeded",
"Error creating the share":"Error creating the share",
"Share with a Deck card":"Share with a Deck card",
"Share {file} with a Deck card":"Share {file} with a Deck card",
"Share":"Share",
"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 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",
"Are you sure you want to transfer the board {title} for {user} ?":"Are you sure you want to transfer the board {title} for {user} ?",
"Transfer the board for {user} successfully":"Transfer the board for {user} successfully",
"Failed to transfer the board for {user}":"Failed to transfer the board for {user}",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Are you sure you want to delete the board {title}? This will delete all the data of this board.",
"This week":"This week",
"Are you sure you want to transfer the board {title} for {user}?":"Are you sure you want to transfer the board {title} for {user}?"
"Failed to transfer the board to {user}":"Failed to transfer the board to {user}",
"Add a new list":"Añadir una lista nueva",
"Archive all cards":"Archivar todas las tarjetas",
"Unarchive all cards":"Desarchivar todas las tarjetas",
"Delete list":"Eliminar lista",
"Archive all cards in this list":"Archivar todas las tarjetas en esta lista",
"Unarchive all cards in this list":"Desarchivar todas las tarjetas en esta lista",
"Add a new card":"Añadir una nueva tarjeta",
"Card name":"Nombre de la tarjeta",
"List deleted":"Lista borrada",
@@ -262,7 +260,6 @@ OC.L10N.register(
"Shared with you":"Compartido contigo",
"Deck settings":"Configuración del tablero",
"Use bigger card view":"Usar vista de tarjeta mayor",
"Show card ID badge":"Mostrar insignia de la ID de tarjeta",
"Show boards in calendar/tasks":"Mostrar tableros en calendario/tareas",
"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.",
"Failed to transfer the board to {user}":"Failed to transfer the board to {user}",
"Add a new list":"Añadir una lista nueva",
"Archive all cards":"Archivar todas las tarjetas",
"Unarchive all cards":"Desarchivar todas las tarjetas",
"Delete list":"Eliminar lista",
"Archive all cards in this list":"Archivar todas las tarjetas en esta lista",
"Unarchive all cards in this list":"Desarchivar todas las tarjetas en esta lista",
"Add a new card":"Añadir una nueva tarjeta",
"Card name":"Nombre de la tarjeta",
"List deleted":"Lista borrada",
@@ -260,7 +258,6 @@
"Shared with you":"Compartido contigo",
"Deck settings":"Configuración del tablero",
"Use bigger card view":"Usar vista de tarjeta mayor",
"Show card ID badge":"Mostrar insignia de la ID de tarjeta",
"Show boards in calendar/tasks":"Mostrar tableros en calendario/tareas",
"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.",
"Keep existing file":"Conserver le fichier existant",
"This board is read only":"Ce tableau est en lecture seule",
"Drop your files to upload":"Glissez vos fichiers pour les téléverser",
"Drop your files to upload":"Glissez vos fichiers pour les envoyer",
"Add card":"Ajouter une carte",
"Archived cards":"Cartes archivées",
"Add list":"Ajouter une liste",
@@ -183,10 +183,8 @@ OC.L10N.register(
"Failed to transfer the board to {user}":"Échec du transfert du tableau à {user}",
"Add a new list":"Ajouter une nouvelle liste",
"Archive all cards":"Archiver toutes les cartes",
"Unarchive all cards":"Désarchiver toutes les cartes",
"Delete list":"Supprimer la liste",
"Archive all cards in this list":"Archiver toutes les cartes de cette liste",
"Unarchive all cards in this list":"Désarchiver toutes les cartes de cette liste",
"Add a new card":"Ajouter une nouvelle carte",
"Card name":"Nom de la carte",
"List deleted":"Liste supprimée",
@@ -262,7 +260,6 @@ OC.L10N.register(
"Shared with you":"Partagés avec vous",
"Deck settings":"Paramètres de Deck",
"Use bigger card view":"Utiliser la vue large des cartes",
"Show card ID badge":"Afficher la carte d'identité du badge",
"Show boards in calendar/tasks":"Afficher les tableaux dans les agendas/tâches",
"Limit deck usage of groups":"Limiter l'utilisation du tableau 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.",
"Keep existing file":"Conserver le fichier existant",
"This board is read only":"Ce tableau est en lecture seule",
"Drop your files to upload":"Glissez vos fichiers pour les téléverser",
"Drop your files to upload":"Glissez vos fichiers pour les envoyer",
"Add card":"Ajouter une carte",
"Archived cards":"Cartes archivées",
"Add list":"Ajouter une liste",
@@ -181,10 +181,8 @@
"Failed to transfer the board to {user}":"Échec du transfert du tableau à {user}",
"Add a new list":"Ajouter une nouvelle liste",
"Archive all cards":"Archiver toutes les cartes",
"Unarchive all cards":"Désarchiver toutes les cartes",
"Delete list":"Supprimer la liste",
"Archive all cards in this list":"Archiver toutes les cartes de cette liste",
"Unarchive all cards in this list":"Désarchiver toutes les cartes de cette liste",
"Add a new card":"Ajouter une nouvelle carte",
"Card name":"Nom de la carte",
"List deleted":"Liste supprimée",
@@ -260,7 +258,6 @@
"Shared with you":"Partagés avec vous",
"Deck settings":"Paramètres de Deck",
"Use bigger card view":"Utiliser la vue large des cartes",
"Show card ID badge":"Afficher la carte d'identité du badge",
"Show boards in calendar/tasks":"Afficher les tableaux dans les agendas/tâches",
"Limit deck usage of groups":"Limiter l'utilisation du tableau 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.",
"Show card ID badge":"Kártyaazonosító jelvény megjelenítése",
"Show boards in calendar/tasks":"Táblák megjelenítése a naptárak/teendők között",
"Limit deck usage of groups":"A kártyák használatának csoportokra korlátozása",
"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.":"A Kártyák korlátozása blokkolja a saját táblák létrehozását azoknál a felhasználóknál, akik nem tagjai a megadott csoportoknak. A felhasználók továbbra is tudnak dolgozni a velük megosztott táblákon.",
@@ -289,7 +286,6 @@ OC.L10N.register(
"Search for {searchQuery} in all boards":"Keresés a(z) {searchQuery} kifejezésre az összes táblában",
"No results found":"Nincs találat",
"{stack} in {board}":"{stack} itt: {board}",
"Click to expand description":"Kattintson a leírás kibontásához",
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* Létrehozva: {created}\n* Utoljára módosítva: {lastMod}\n* {nbAttachments} melléklet\n* {nbComments} megjegyzés",
"Show card ID badge":"Kártyaazonosító jelvény megjelenítése",
"Show boards in calendar/tasks":"Táblák megjelenítése a naptárak/teendők között",
"Limit deck usage of groups":"A kártyák használatának csoportokra korlátozása",
"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.":"A Kártyák korlátozása blokkolja a saját táblák létrehozását azoknál a felhasználóknál, akik nem tagjai a megadott csoportoknak. A felhasználók továbbra is tudnak dolgozni a velük megosztott táblákon.",
@@ -287,7 +284,6 @@
"Search for {searchQuery} in all boards":"Keresés a(z) {searchQuery} kifejezésre az összes táblában",
"No results found":"Nincs találat",
"{stack} in {board}":"{stack} itt: {board}",
"Click to expand description":"Kattintson a leírás kibontásához",
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* Létrehozva: {created}\n* Utoljára módosítva: {lastMod}\n* {nbAttachments} melléklet\n* {nbComments} megjegyzés",
"The card \"%s\" on \"%s\" has been assigned to you by %s.":"Kortelę \"%s\" ties \"%s\" priskyrė jums %s.",
"The card \"%s\" on \"%s\" has reached its due date.":"Kortelė „%s“, esanti lentoje „%s“, pasiekė savo galutinį terminą.",
"The card {deck-card} on {deck-board} has reached its due date.":"Kortelė {deck-card}, esanti lentoje {deck-board} pasiekė savo galutinio termino datą.",
"%s has mentioned you in a comment on \"%s\".":"%s paminėjo jus komentare ties \"%s\".",
"The board \"%s\" has been shared with you by %s.":"Lentą \"%s\" su jumis bendrina %s.",
"%s on %s":"%s ant %s",
@@ -201,9 +200,9 @@ OC.L10N.register(
"Assign to users":"Priskirti naudotojams",
"Assign to users/groups/circles":"Priskirti naudotojams/grupėms/ratams",
"Assign a user to this card…":"Priskirti šiai kortelei naudotoją…",
"Due date":"Galutinio termino data",
"Due date":"Terminas",
"Set a due date":"Nustatyti galutinį terminą",
"Remove due date":"Šalinti galutinio termino datą",
"Remove due date":"Pašalinti terminą",
"Select Date":"Pasirinkti datą",
"Today":"Šiandien",
"Tomorrow":"Rytoj",
@@ -244,9 +243,9 @@ OC.L10N.register(
"Clone board":"Dubliuoti lentą",
"Unarchive board":"Išarchyvuoti lentą",
"Archive board":"Archyvuoti lentą",
"Turn on due date reminders":"Įjungti priminimus apie galutinio termino datą",
"Turn off due date reminders":"Išjungti priminimus apie galutinio termino datą",
"Due date reminders":"Priminimai apie galutinio termino datą",
"Turn on due date reminders":"Įjungti priminimus apie galutinį terminą",
"Turn off due date reminders":"Išjungti priminimus apie galutinį terminą",
"Due date reminders":"Priminimai apie galutinį terminą",
"The card \"%s\" on \"%s\" has been assigned to you by %s.":"Kortelę \"%s\" ties \"%s\" priskyrė jums %s.",
"The card \"%s\" on \"%s\" has reached its due date.":"Kortelė „%s“, esanti lentoje „%s“, pasiekė savo galutinį terminą.",
"The card {deck-card} on {deck-board} has reached its due date.":"Kortelė {deck-card}, esanti lentoje {deck-board} pasiekė savo galutinio termino datą.",
"%s has mentioned you in a comment on \"%s\".":"%s paminėjo jus komentare ties \"%s\".",
"The board \"%s\" has been shared with you by %s.":"Lentą \"%s\" su jumis bendrina %s.",
"%s on %s":"%s ant %s",
@@ -199,9 +198,9 @@
"Assign to users":"Priskirti naudotojams",
"Assign to users/groups/circles":"Priskirti naudotojams/grupėms/ratams",
"Assign a user to this card…":"Priskirti šiai kortelei naudotoją…",
"Due date":"Galutinio termino data",
"Due date":"Terminas",
"Set a due date":"Nustatyti galutinį terminą",
"Remove due date":"Šalinti galutinio termino datą",
"Remove due date":"Pašalinti terminą",
"Select Date":"Pasirinkti datą",
"Today":"Šiandien",
"Tomorrow":"Rytoj",
@@ -242,9 +241,9 @@
"Clone board":"Dubliuoti lentą",
"Unarchive board":"Išarchyvuoti lentą",
"Archive board":"Archyvuoti lentą",
"Turn on due date reminders":"Įjungti priminimus apie galutinio termino datą",
"Turn off due date reminders":"Išjungti priminimus apie galutinio termino datą",
"Due date reminders":"Priminimai apie galutinio termino datą",
"Turn on due date reminders":"Įjungti priminimus apie galutinį terminą",
"Turn off due date reminders":"Išjungti priminimus apie galutinį terminą",
"Due date reminders":"Priminimai apie galutinį terminą",
"Show boards in calendar/tasks":"Pokaż tablice w kalendarzu/zadaniach",
"Limit deck usage of groups":"Ogranicz użycie tablic dla grup",
"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.":"Ograniczenie Tablicy zablokuje użytkownikom z tych grup możliwość tworzenia własnych tablic. Użytkownicy nadal będą mogli pracować na tablicach, które zostały im udostępnione.",
"Show boards in calendar/tasks":"Pokaż tablice w kalendarzu/zadaniach",
"Limit deck usage of groups":"Ogranicz użycie tablic dla grup",
"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.":"Ograniczenie Tablicy zablokuje użytkownikom z tych grup możliwość tworzenia własnych tablic. Użytkownicy nadal będą mogli pracować na tablicach, które zostały im udostępnione.",
"The card \"%s\" on \"%s\" has been assigned to you by %s.":"O cartão \"%s\" em \"%s\" foi vinculado com você por %s.",
"{user} has assigned the card {deck-card} on {deck-board} to you.":"{user} atribuiu o cartão {deck-card} no {deck-board} a você.",
"{user} has assigned the card {deck-card} on {deck-board} to you.":"{usuário} atribuiu a carta {deck-card} no {deck-board} para você.",
"The card \"%s\" on \"%s\" has reached its due date.":"O cartão \"%s\" em \"%s\" atingiu sua data de vencimento.",
"The card {deck-card} on {deck-board} has reached its due date.":"O cartão {deck-card} em {deck-board} atingiu sua data de vencimento.",
"The card {deck-card} on {deck-board} has reached its due date.":"A carta {deck-card} em {deck-board} atingiu sua data de vencimento.",
"%s has mentioned you in a comment on \"%s\".":"%s citou você num comentário em \"%s\".",
"{user} has mentioned you in a comment on {deck-card}.":"{user} mencionou você em um comentário em {deck-card}.",
"The board \"%s\" has been shared with you by %s.":"O painel \"%s\" foi compartilhado com você por %s.",
"{user} has shared {deck-board} with you.":"{user} compartilhou o {deck-board} com você.",
"Card comments":"Comentários do cartão",
"{user} has shared {deck-board} with you.":"{user} compartilhou {deck-board} com você.",
"Card comments":"Comentários nos Cards",
"%s on %s":"%s em %s",
"No data was provided to create an attachment.":"Nenhum dado foi fornecido para criar um anexo.",
"Finished":"Terminado",
@@ -101,12 +101,12 @@ OC.L10N.register(
"Could not write file to disk":"Não foi possível escrever no disco",
"A PHP extension stopped the file upload":"Uma extensão PHP parou o envio do arquivo",
"No file uploaded or file size exceeds maximum of %s":"Nenhum arquivo enviado ou o tamanho excede o máximo de %s",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.":"Este comentário tem mais de %s caracteres.\nEle foi adicionado como um anexo ao cartão de nome %s.\nAcessível na URL: %s.",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.":"Este comentário tem mais de %s caracteres.\nAdicionado como um anexo ao cartão com o nome %s.\nAcessível no URL: %s.",
"Card not found":"Cartão não encontrado",
"Path is already shared with this card":"O caminho já é compartilhado com este cartão",
"Invalid date, date format must be YYYY-MM-DD":"Data inválida, o formato da data deve ser AAAA-MM-DD",
"Personal planning and team project organization":"Planejamento pessoal e organização de projetos em equipe",
"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":"O Deck é uma ferramenta de organização ao estilo kanban voltada para o planejamento pessoal e para a organização de projetos para equipes, integrada ao Nextcloud.\n\n\n- 📥Adicione suas tarefas aos cartões e coloque-os em ordem\n- 📄 Escreva notas adicionais formatadas em Markdown \n- 🔖 Atribua rótulos para uma organização ainda melhor\n- 👥 Compartilhe com sua equipe, seus amigos ou sua família\n- 📎 Anexe arquivos e incorpore-os à sua descrição em Markdown\n- 💬 Discuta com sua equipe usando comentários\n- ⚡ Acompanhe as alterações no fluxo de atividades \n- 🚀 Organize seu projeto ",
"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 é uma ferramenta de organização do estilo kanban voltada para o planejamento pessoal e organização de projetos para equipes integradas ao Nextcloud.\n\n\n- 📥Adicione suas tarefas aos cartões e coloque-as em ordem\n- 📄 Escreva notas adicionais em Anotar \n- 🔖 Atribua rótulos para uma organização ainda melhor\n- 👥 Compartilhe com sua equipe, amigos ou família\n- 📎 Anexar arquivos e incorporá-los à descrição da Nota\n- 💬 Discuta com sua equipe usando comentários\n- ⚡ Acompanhe as mudanças no fluxo de atividades \n- 🚀 Organize seu projeto ",
"Card details":"Detalhes do cartão",
"Add board":"Adicionar painel",
"Select the board to link to a project":"Selecione o painel para vincular a um projeto",
@@ -117,7 +117,7 @@ OC.L10N.register(
"Select a list":"Selecione uma lista",
"Card title":"Título do cartão",
"Cancel":"Cancelar",
"Creating the new card …":"Criando o novo cartão…",
"Creating the new card …":"Criando o novo cartão…",
"Card \"{card}\" was added to \"{board}\"":"O cartão \"{card}\" foi adicionado a \"{board}\" ",
"Toggle compact mode":"Alternar para modo compacto",
"Open details":"Abrir detalhes",
"Details":"Detalhes",
"Loading board":"Carregando painel",
@@ -176,17 +176,15 @@ OC.L10N.register(
"Owner":"Proprietário",
"Delete":"Excluir",
"Failed to create share with {displayName}":"Falha ao criar compartilhamento com {displayName}",
"Are you sure you want to transfer the board {title} to {user}?":"Deseja realmente transferir o painel {title} para {user}?",
"Transfer the board.":"Transferir o painel.",
"Are you sure you want to transfer the board {title} to {user}?":"Tem certeza de que deseja transferir o quadro {title} para {user}?",
"Transfer the board.":"Transfira a reunião.",
"Transfer":"Transferir",
"The board has been transferred to {user}":"A painel foi transferida para {user}",
"Failed to transfer the board to {user}":"Não foi possível transferir o painel para {user}",
"The board has been transferred to {user}":"A quadro foi transferida para {user}",
"Failed to transfer the board to {user}":"Falha ao transferir o quadro para {user}",
"Add a new list":"Adicionar nova lista",
"Archive all cards":"Arquivar todos os cartões",
"Unarchive all cards":"Desarquivar todos os cartões",
"Delete list":"Excluir lista",
"Archive all cards in this list":"Arquivar todos os cartões desta lista",
"Unarchive all cards in this list":"Desarquivar todos os cartões desta lista",
"Add a new card":"Adicionar um novo cartão",
"Card name":"Nome do cartão",
"List deleted":"Lista excluída",
@@ -199,7 +197,7 @@ OC.L10N.register(
"Share from Files":"Compartilhar de Arquivos",
"Pending share":"Compartilhamento pendente",
"Add this attachment":"Adicionar este anexo",
"Show in Files":"Exibir em Arquivos",
"Show in Files":"Mostrar em Arquivos",
"Download":"Baixar",
"Remove attachment":"Remover anexo",
"Delete Attachment":"Excluir Anexo",
@@ -214,13 +212,13 @@ OC.L10N.register(
"Created":"Criado",
"The title cannot be empty.":"O título não pode ficar em branco.",
"No comments yet. Begin the discussion!":"Nenhum comentário ainda. Inicie a conversa!",
"Failed to load comments":"Não foi possível carregar os comentários",
"Failed to load comments":"Falha ao carregar comentários",
"Assign a tag to this card…":"Atribuir uma etiqueta a este cartão...",
"Assign to users":"Atribuir a usuários",
"Assign to users/groups/circles":"Atribuir a usuários/grupos/círculos",
"Assign a user to this card…":"Atribuir um usuário a este cartão...",
"Due date":"Data de vencimento",
"Set a due date":"Definir uma data de vencimento",
"Set a due date":"Definir uma data de finalização",
"Remove due date":"Remover data de vencimento",
"Select Date":"Selecionar Data",
"Today":"Hoje",
@@ -244,7 +242,7 @@ OC.L10N.register(
"Write a description …":"Escreva uma descrição...",
"Choose attachment":"Escolher anexo",
"(group)":"(grupo)",
"Todo items":"Itens a fazer",
"Todo items":"Itens para fazer",
"{count} comments, {unread} unread":"{count} comentários, {unread} não lidos",
"Edit card title":"Editar título do cartão",
"Assign to me":"Atribuir a mim",
@@ -254,7 +252,7 @@ OC.L10N.register(
"Archive card":"Arquivar cartão",
"Delete card":"Excluir cartão",
"Move card to another board":"Mover o cartão para outro painel",
"List is empty":"A lista está vazia",
"List is empty":"A Lista está vazia",
"Card deleted":"Cartão excluído",
"seconds ago":"segundos atrás",
"All boards":"Todos os painéis",
@@ -262,8 +260,7 @@ OC.L10N.register(
"Shared with you":"Compartilhado com você",
"Deck settings":"Configurações do Deck",
"Use bigger card view":"Use uma exibição de cartão maior",
"Show card ID badge":"Exibir o distintivo de identificação do cartão",
"Show boards in calendar/tasks":"Exibir os painéis em calendários/tarefas",
"Show boards in calendar/tasks":"Mostrar painéis em calendários/tarefas",
"Limit deck usage of groups":"Limitar o uso de grupos no 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.":"Limitar o Deck impedirá que usuários que não fazem parte desses grupos criem seus próprios painéis. Os usuários ainda poderão trabalhar em pastas que foram compartilhadas com eles.",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Deseja realmente excluir o painel {title}? Isso excluirá todos os dados deste painel, inclusive os cartões arquivados.",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Tem certeza de que deseja excluir o quadro {title}? Isso excluirá todos os dados deste quadro, incluindo cartões arquivados.",
"Search for {searchQuery} in all boards":"Pesquisar por {searchQuery} em todos os painéis",
"No results found":"Nenhum resultado encontrado",
"{stack} in {board}":"{stack} em {board}",
"{stack} in {board}":"{stack} de {board}",
"Click to expand description":"Clique para expandir a descrição",
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* Criado em {created}\n* Última modificação em {lastMod}\n* {nbAttachments} anexos\n* {nbComments} comentários",
"{nbCards} cards":"{nbCards} cartões",
"No upcoming cards":"Não há mais cartões",
"upcoming cards":"próximos cartões",
"Due on {date}":"Vencimento em {date}",
"Link to a board":"Vincular a um painel",
"Link to a board":"Linkar a um painel",
"Link to a card":"Vincular a um cartão",
"Create a card":"Criar um cartão",
"Message from {author} in {conversationName}":"Mensagem de {author} em {conversationName}",
@@ -307,11 +304,11 @@ OC.L10N.register(
"Share {file} with a Deck card":"Compartilhar {file} com um cartão Deck",
"Share":"Compartilhar",
"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 é uma ferramenta de organização de estilo kanban destinada ao planejamento pessoal e organização para equipes integradas com o Nextcloud.\n\n\n- 📥 Adicione suas tarefas aos cartões e coloque-os em ordem\n- 📄 Insira notas adicionais em markdown\n- 🔖 Atribua etiquetas para melhorar a organização\n- 👥 Compartilhe com sua equipe, amigos ou familiares\n- 📎 Anexe arquivos e incorpore-os em sua descrição no markdown\n- 💬 Discuta com sua equipe usando os comentários\n- ⚡ Acompanhe as alterações no fluxo de atividades\n- 🚀 Mantenha seu projeto organizado",
"Are you sure you want to transfer the board {title} for {user} ?":"Deseja realmente transferir o painel {title} para {user}?",
"Transfer the board for {user} successfully":"O painel foi transferido para {user} com sucesso",
"Failed to transfer the board for {user}":"Não foi possível transferir o painel para {user}",
"Are you sure you want to transfer the board {title} for {user} ?":"Tem certeza de que deseja transferir o quadro {title} para {user}?",
"Transfer the board for {user} successfully":"Transferida a reunião para {user} com sucesso",
"Failed to transfer the board for {user}":"Falha ao transferir a reunião para {user}",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Deseja realmente excluir o painel {title}? Isto excluirá todos os dados deste painel.",
"This week":"Esta semana",
"Are you sure you want to transfer the board {title} for {user}?":"Deseja realmente transferir o painel {title} para {user}?"
"Are you sure you want to transfer the board {title} for {user}?":"Tem certeza de que deseja transferir o quadro {title} para {user}?"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
"The card \"%s\" on \"%s\" has been assigned to you by %s.":"O cartão \"%s\" em \"%s\" foi vinculado com você por %s.",
"{user} has assigned the card {deck-card} on {deck-board} to you.":"{user} atribuiu o cartão {deck-card} no {deck-board} a você.",
"{user} has assigned the card {deck-card} on {deck-board} to you.":"{usuário} atribuiu a carta {deck-card} no {deck-board} para você.",
"The card \"%s\" on \"%s\" has reached its due date.":"O cartão \"%s\" em \"%s\" atingiu sua data de vencimento.",
"The card {deck-card} on {deck-board} has reached its due date.":"O cartão {deck-card} em {deck-board} atingiu sua data de vencimento.",
"The card {deck-card} on {deck-board} has reached its due date.":"A carta {deck-card} em {deck-board} atingiu sua data de vencimento.",
"%s has mentioned you in a comment on \"%s\".":"%s citou você num comentário em \"%s\".",
"{user} has mentioned you in a comment on {deck-card}.":"{user} mencionou você em um comentário em {deck-card}.",
"The board \"%s\" has been shared with you by %s.":"O painel \"%s\" foi compartilhado com você por %s.",
"{user} has shared {deck-board} with you.":"{user} compartilhou o {deck-board} com você.",
"Card comments":"Comentários do cartão",
"{user} has shared {deck-board} with you.":"{user} compartilhou {deck-board} com você.",
"Card comments":"Comentários nos Cards",
"%s on %s":"%s em %s",
"No data was provided to create an attachment.":"Nenhum dado foi fornecido para criar um anexo.",
"Finished":"Terminado",
@@ -99,12 +99,12 @@
"Could not write file to disk":"Não foi possível escrever no disco",
"A PHP extension stopped the file upload":"Uma extensão PHP parou o envio do arquivo",
"No file uploaded or file size exceeds maximum of %s":"Nenhum arquivo enviado ou o tamanho excede o máximo de %s",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.":"Este comentário tem mais de %s caracteres.\nEle foi adicionado como um anexo ao cartão de nome %s.\nAcessível na URL: %s.",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.":"Este comentário tem mais de %s caracteres.\nAdicionado como um anexo ao cartão com o nome %s.\nAcessível no URL: %s.",
"Card not found":"Cartão não encontrado",
"Path is already shared with this card":"O caminho já é compartilhado com este cartão",
"Invalid date, date format must be YYYY-MM-DD":"Data inválida, o formato da data deve ser AAAA-MM-DD",
"Personal planning and team project organization":"Planejamento pessoal e organização de projetos em equipe",
"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":"O Deck é uma ferramenta de organização ao estilo kanban voltada para o planejamento pessoal e para a organização de projetos para equipes, integrada ao Nextcloud.\n\n\n- 📥Adicione suas tarefas aos cartões e coloque-os em ordem\n- 📄 Escreva notas adicionais formatadas em Markdown \n- 🔖 Atribua rótulos para uma organização ainda melhor\n- 👥 Compartilhe com sua equipe, seus amigos ou sua família\n- 📎 Anexe arquivos e incorpore-os à sua descrição em Markdown\n- 💬 Discuta com sua equipe usando comentários\n- ⚡ Acompanhe as alterações no fluxo de atividades \n- 🚀 Organize seu projeto ",
"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 é uma ferramenta de organização do estilo kanban voltada para o planejamento pessoal e organização de projetos para equipes integradas ao Nextcloud.\n\n\n- 📥Adicione suas tarefas aos cartões e coloque-as em ordem\n- 📄 Escreva notas adicionais em Anotar \n- 🔖 Atribua rótulos para uma organização ainda melhor\n- 👥 Compartilhe com sua equipe, amigos ou família\n- 📎 Anexar arquivos e incorporá-los à descrição da Nota\n- 💬 Discuta com sua equipe usando comentários\n- ⚡ Acompanhe as mudanças no fluxo de atividades \n- 🚀 Organize seu projeto ",
"Card details":"Detalhes do cartão",
"Add board":"Adicionar painel",
"Select the board to link to a project":"Selecione o painel para vincular a um projeto",
@@ -115,7 +115,7 @@
"Select a list":"Selecione uma lista",
"Card title":"Título do cartão",
"Cancel":"Cancelar",
"Creating the new card …":"Criando o novo cartão…",
"Creating the new card …":"Criando o novo cartão…",
"Card \"{card}\" was added to \"{board}\"":"O cartão \"{card}\" foi adicionado a \"{board}\" ",
"Toggle compact mode":"Alternar para modo compacto",
"Open details":"Abrir detalhes",
"Details":"Detalhes",
"Loading board":"Carregando painel",
@@ -174,17 +174,15 @@
"Owner":"Proprietário",
"Delete":"Excluir",
"Failed to create share with {displayName}":"Falha ao criar compartilhamento com {displayName}",
"Are you sure you want to transfer the board {title} to {user}?":"Deseja realmente transferir o painel {title} para {user}?",
"Transfer the board.":"Transferir o painel.",
"Are you sure you want to transfer the board {title} to {user}?":"Tem certeza de que deseja transferir o quadro {title} para {user}?",
"Transfer the board.":"Transfira a reunião.",
"Transfer":"Transferir",
"The board has been transferred to {user}":"A painel foi transferida para {user}",
"Failed to transfer the board to {user}":"Não foi possível transferir o painel para {user}",
"The board has been transferred to {user}":"A quadro foi transferida para {user}",
"Failed to transfer the board to {user}":"Falha ao transferir o quadro para {user}",
"Add a new list":"Adicionar nova lista",
"Archive all cards":"Arquivar todos os cartões",
"Unarchive all cards":"Desarquivar todos os cartões",
"Delete list":"Excluir lista",
"Archive all cards in this list":"Arquivar todos os cartões desta lista",
"Unarchive all cards in this list":"Desarquivar todos os cartões desta lista",
"Add a new card":"Adicionar um novo cartão",
"Card name":"Nome do cartão",
"List deleted":"Lista excluída",
@@ -197,7 +195,7 @@
"Share from Files":"Compartilhar de Arquivos",
"Pending share":"Compartilhamento pendente",
"Add this attachment":"Adicionar este anexo",
"Show in Files":"Exibir em Arquivos",
"Show in Files":"Mostrar em Arquivos",
"Download":"Baixar",
"Remove attachment":"Remover anexo",
"Delete Attachment":"Excluir Anexo",
@@ -212,13 +210,13 @@
"Created":"Criado",
"The title cannot be empty.":"O título não pode ficar em branco.",
"No comments yet. Begin the discussion!":"Nenhum comentário ainda. Inicie a conversa!",
"Failed to load comments":"Não foi possível carregar os comentários",
"Failed to load comments":"Falha ao carregar comentários",
"Assign a tag to this card…":"Atribuir uma etiqueta a este cartão...",
"Assign to users":"Atribuir a usuários",
"Assign to users/groups/circles":"Atribuir a usuários/grupos/círculos",
"Assign a user to this card…":"Atribuir um usuário a este cartão...",
"Due date":"Data de vencimento",
"Set a due date":"Definir uma data de vencimento",
"Set a due date":"Definir uma data de finalização",
"Remove due date":"Remover data de vencimento",
"Select Date":"Selecionar Data",
"Today":"Hoje",
@@ -242,7 +240,7 @@
"Write a description …":"Escreva uma descrição...",
"Choose attachment":"Escolher anexo",
"(group)":"(grupo)",
"Todo items":"Itens a fazer",
"Todo items":"Itens para fazer",
"{count} comments, {unread} unread":"{count} comentários, {unread} não lidos",
"Edit card title":"Editar título do cartão",
"Assign to me":"Atribuir a mim",
@@ -252,7 +250,7 @@
"Archive card":"Arquivar cartão",
"Delete card":"Excluir cartão",
"Move card to another board":"Mover o cartão para outro painel",
"List is empty":"A lista está vazia",
"List is empty":"A Lista está vazia",
"Card deleted":"Cartão excluído",
"seconds ago":"segundos atrás",
"All boards":"Todos os painéis",
@@ -260,8 +258,7 @@
"Shared with you":"Compartilhado com você",
"Deck settings":"Configurações do Deck",
"Use bigger card view":"Use uma exibição de cartão maior",
"Show card ID badge":"Exibir o distintivo de identificação do cartão",
"Show boards in calendar/tasks":"Exibir os painéis em calendários/tarefas",
"Show boards in calendar/tasks":"Mostrar painéis em calendários/tarefas",
"Limit deck usage of groups":"Limitar o uso de grupos no 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.":"Limitar o Deck impedirá que usuários que não fazem parte desses grupos criem seus próprios painéis. Os usuários ainda poderão trabalhar em pastas que foram compartilhadas com eles.",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Deseja realmente excluir o painel {title}? Isso excluirá todos os dados deste painel, inclusive os cartões arquivados.",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Tem certeza de que deseja excluir o quadro {title}? Isso excluirá todos os dados deste quadro, incluindo cartões arquivados.",
"Search for {searchQuery} in all boards":"Pesquisar por {searchQuery} em todos os painéis",
"No results found":"Nenhum resultado encontrado",
"{stack} in {board}":"{stack} em {board}",
"{stack} in {board}":"{stack} de {board}",
"Click to expand description":"Clique para expandir a descrição",
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* Criado em {created}\n* Última modificação em {lastMod}\n* {nbAttachments} anexos\n* {nbComments} comentários",
"{nbCards} cards":"{nbCards} cartões",
"No upcoming cards":"Não há mais cartões",
"upcoming cards":"próximos cartões",
"Due on {date}":"Vencimento em {date}",
"Link to a board":"Vincular a um painel",
"Link to a board":"Linkar a um painel",
"Link to a card":"Vincular a um cartão",
"Create a card":"Criar um cartão",
"Message from {author} in {conversationName}":"Mensagem de {author} em {conversationName}",
@@ -305,11 +302,11 @@
"Share {file} with a Deck card":"Compartilhar {file} com um cartão Deck",
"Share":"Compartilhar",
"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 é uma ferramenta de organização de estilo kanban destinada ao planejamento pessoal e organização para equipes integradas com o Nextcloud.\n\n\n- 📥 Adicione suas tarefas aos cartões e coloque-os em ordem\n- 📄 Insira notas adicionais em markdown\n- 🔖 Atribua etiquetas para melhorar a organização\n- 👥 Compartilhe com sua equipe, amigos ou familiares\n- 📎 Anexe arquivos e incorpore-os em sua descrição no markdown\n- 💬 Discuta com sua equipe usando os comentários\n- ⚡ Acompanhe as alterações no fluxo de atividades\n- 🚀 Mantenha seu projeto organizado",
"Are you sure you want to transfer the board {title} for {user} ?":"Deseja realmente transferir o painel {title} para {user}?",
"Transfer the board for {user} successfully":"O painel foi transferido para {user} com sucesso",
"Failed to transfer the board for {user}":"Não foi possível transferir o painel para {user}",
"Are you sure you want to transfer the board {title} for {user} ?":"Tem certeza de que deseja transferir o quadro {title} para {user}?",
"Transfer the board for {user} successfully":"Transferida a reunião para {user} com sucesso",
"Failed to transfer the board for {user}":"Falha ao transferir a reunião para {user}",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Deseja realmente excluir o painel {title}? Isto excluirá todos os dados deste painel.",
"This week":"Esta semana",
"Are you sure you want to transfer the board {title} for {user}?":"Deseja realmente transferir o painel {title} para {user}?"
"Are you sure you want to transfer the board {title} for {user}?":"Tem certeza de que deseja transferir o quadro {title} para {user}?"
},"pluralForm":"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
"Use bigger card view":"Режим просмотра с увеличенными карточками",
"Show card ID badge":"Показывать идентификатор карточки",
"Show boards in calendar/tasks":"Показывать карточки в календаре и задачах",
"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.":"Создание собственных рабочих досок пользователям, не входящим в заданные группы, будет заблокировано. Тем не менее, такие пользователи смогут продолжить работать с общими досками, к которым у них есть доступ. ",
@@ -282,15 +276,12 @@ OC.L10N.register(
"Only assigned cards":"Только для назначенных карточек",
"No reminder":"Не напоминать",
"An error occurred":"Произошла ошибка",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Подтвердите удаление доски «{title}»; это действие приведёт к удалению также все данных, принадлежащих этой доске, включая карточки в архиве.",
"Delete the board?":"Удалить доску?",
"Loading filtered view":"Выполняется отбор",
"No due":"Без назначенной даты",
"Search for {searchQuery} in all boards":"Искать {searchQuery} на всех досках",
"No results found":"Результаты отсутствуют",
"{stack} in {board}":"«{stack}» с доски «{board}»",
"Click to expand description":"Нажмите, чтобы развернуть поле описания",
"{nbCards} cards":"карточек: {nbCards}",
"No upcoming cards":"Отсутствуют карточки, ожидающие выполнения",
"Use bigger card view":"Режим просмотра с увеличенными карточками",
"Show card ID badge":"Показывать идентификатор карточки",
"Show boards in calendar/tasks":"Показывать карточки в календаре и задачах",
"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.":"Создание собственных рабочих досок пользователям, не входящим в заданные группы, будет заблокировано. Тем не менее, такие пользователи смогут продолжить работать с общими досками, к которым у них есть доступ. ",
@@ -280,15 +274,12 @@
"Only assigned cards":"Только для назначенных карточек",
"No reminder":"Не напоминать",
"An error occurred":"Произошла ошибка",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Подтвердите удаление доски «{title}»; это действие приведёт к удалению также все данных, принадлежащих этой доске, включая карточки в архиве.",
"Delete the board?":"Удалить доску?",
"Loading filtered view":"Выполняется отбор",
"No due":"Без назначенной даты",
"Search for {searchQuery} in all boards":"Искать {searchQuery} на всех досках",
"No results found":"Результаты отсутствуют",
"{stack} in {board}":"«{stack}» с доски «{board}»",
"Click to expand description":"Нажмите, чтобы развернуть поле описания",
"{nbCards} cards":"карточек: {nbCards}",
"No upcoming cards":"Отсутствуют карточки, ожидающие выполнения",
"Failed to transfer the board to {user}":"Chyba pri presune nástenky na {user}",
"Add a new list":"Pridať nový zoznam",
"Archive all cards":"Archivovať všetky karty",
"Unarchive all cards":"Zrušiť archiváciu všetkých kariet",
"Delete list":"Vymazať zoznam",
"Archive all cards in this list":"Archivovať všetky karty v tomto zozname",
"Unarchive all cards in this list":"Zrušiť archiváciu všetkých kariet v tomto zozname",
"Add a new card":"Pridať novú kartu",
"Card name":"Názov karty",
"List deleted":"Zoznam bol vymazaný",
@@ -262,7 +260,6 @@ OC.L10N.register(
"Shared with you":"Vám sprístupnené",
"Deck settings":"Nastavenia paluby",
"Use bigger card view":"Použiť väčšie zobrazenie karty",
"Show card ID badge":"Ukázať ID karty",
"Show boards in calendar/tasks":"Zobrazovať nástenky v kalendári/úlohách",
"Limit deck usage of groups":"Obmedziť použitie 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.":"Obmedzenie Násteniek bráni používateľom, ktorí nie sú súčasťou týchto skupín, aby si vytvárali vlastné nástenky. Môžu však stále pracovať na nástenkách, ktoré im niekto sprístupní.",
"Failed to transfer the board to {user}":"Chyba pri presune nástenky na {user}",
"Add a new list":"Pridať nový zoznam",
"Archive all cards":"Archivovať všetky karty",
"Unarchive all cards":"Zrušiť archiváciu všetkých kariet",
"Delete list":"Vymazať zoznam",
"Archive all cards in this list":"Archivovať všetky karty v tomto zozname",
"Unarchive all cards in this list":"Zrušiť archiváciu všetkých kariet v tomto zozname",
"Add a new card":"Pridať novú kartu",
"Card name":"Názov karty",
"List deleted":"Zoznam bol vymazaný",
@@ -260,7 +258,6 @@
"Shared with you":"Vám sprístupnené",
"Deck settings":"Nastavenia paluby",
"Use bigger card view":"Použiť väčšie zobrazenie karty",
"Show card ID badge":"Ukázať ID karty",
"Show boards in calendar/tasks":"Zobrazovať nástenky v kalendári/úlohách",
"Limit deck usage of groups":"Obmedziť použitie 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.":"Obmedzenie Násteniek bráni používateľom, ktorí nie sú súčasťou týchto skupín, aby si vytvárali vlastné nástenky. Môžu však stále pracovať na nástenkách, ktoré im niekto sprístupní.",
"Show boards in calendar/tasks":"Visa tavlor i kalender / uppgifter",
"Limit deck usage of groups":"Begränsa användningen av grupper",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Begränsning av Deck blockerar användare som inte ingår i dessa grupper från att skapa egna tavlor. Användare kan dock fortfarande integrera med tavlor som har delats med dem.",
@@ -282,19 +271,13 @@ OC.L10N.register(
"Only assigned cards":"Bara tilldelade kort",
"No reminder":"Ingen påminnelse",
"An error occurred":"Ett fel uppstod",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Är du säker på att du vill radera brädet {title}? Detta kommer radera all data som tillhör brädet inklusive arkiverade kort.",
"Delete the board?":"Ta bort tavlan?",
"Loading filtered view":"Laddar filtrerad vy",
"No due":"Inget slut",
"Search for {searchQuery} in all boards":"Sök efter {searchQuery} i alla tavlor",
"No results found":"Inga resultat funna",
"{stack} in {board}":"{stack} i {board}",
"Click to expand description":"Klicka för att utöka beskrivningen",
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* Skapades {created}\n* Ändrades senast {lastMod}\n* {nbAttachments} bilagor\n* {nbComments} kommentarer",
"{nbCards} cards":"{nbCards} kort",
"No upcoming cards":"Inga kommande kort",
"upcoming cards":"kommande kort",
"Due on {date}":"Går ut {date}",
"Link to a board":"Länka till en tavla",
"Link to a card":"Länka till ett kort",
"Create a card":"Skapa ett kort",
@@ -307,11 +290,7 @@ OC.L10N.register(
"Share {file} with a Deck card":"Dela {file} med ett Deck-kort",
"Share":"Dela",
"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 är en kanban-liknande projekt- och organiseringsapp för arbetsgrupper i Nextcloud.\n\n\n- 📥 Lägg till uppgifter på kort och ordna dem\n- 📄 Skriv anteckningar i markdown\n- 🔖 Tilldela etiketter för organisering\n- 👥 Dela med arbetsgruppen, vänner eller familj\n- 📎 Bifoga filer och bädda in dem i markdown-anteckningarna\n- 💬 Diskutera i arbetsgruppen genom kommentarer\n- ⚡ Håll koll på ändringar i aktivitetsflödet\n- 🚀 Börja organisera din arbetsgrupp nu!",
"Are you sure you want to transfer the board {title} for {user} ?":"Är du säker på att du vill överföra brädet {title} för {user}?",
"Transfer the board for {user} successfully":"Överförde brädet för {user}",
"Failed to transfer the board for {user}":"Misslyckades med att överföra brädet för {user}",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Är du säker på att du vill radera tavla {title}? Detta kommer att radera all information från denna tavla.",
"This week":"Denna vecka",
"Are you sure you want to transfer the board {title} for {user}?":"Är du säker på att du vill överföra brädet {title} för {user}?"
"Show boards in calendar/tasks":"Visa tavlor i kalender / uppgifter",
"Limit deck usage of groups":"Begränsa användningen av grupper",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Begränsning av Deck blockerar användare som inte ingår i dessa grupper från att skapa egna tavlor. Användare kan dock fortfarande integrera med tavlor som har delats med dem.",
@@ -280,19 +269,13 @@
"Only assigned cards":"Bara tilldelade kort",
"No reminder":"Ingen påminnelse",
"An error occurred":"Ett fel uppstod",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Är du säker på att du vill radera brädet {title}? Detta kommer radera all data som tillhör brädet inklusive arkiverade kort.",
"Delete the board?":"Ta bort tavlan?",
"Loading filtered view":"Laddar filtrerad vy",
"No due":"Inget slut",
"Search for {searchQuery} in all boards":"Sök efter {searchQuery} i alla tavlor",
"No results found":"Inga resultat funna",
"{stack} in {board}":"{stack} i {board}",
"Click to expand description":"Klicka för att utöka beskrivningen",
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments":"* Skapades {created}\n* Ändrades senast {lastMod}\n* {nbAttachments} bilagor\n* {nbComments} kommentarer",
"{nbCards} cards":"{nbCards} kort",
"No upcoming cards":"Inga kommande kort",
"upcoming cards":"kommande kort",
"Due on {date}":"Går ut {date}",
"Link to a board":"Länka till en tavla",
"Link to a card":"Länka till ett kort",
"Create a card":"Skapa ett kort",
@@ -305,11 +288,7 @@
"Share {file} with a Deck card":"Dela {file} med ett Deck-kort",
"Share":"Dela",
"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 är en kanban-liknande projekt- och organiseringsapp för arbetsgrupper i Nextcloud.\n\n\n- 📥 Lägg till uppgifter på kort och ordna dem\n- 📄 Skriv anteckningar i markdown\n- 🔖 Tilldela etiketter för organisering\n- 👥 Dela med arbetsgruppen, vänner eller familj\n- 📎 Bifoga filer och bädda in dem i markdown-anteckningarna\n- 💬 Diskutera i arbetsgruppen genom kommentarer\n- ⚡ Håll koll på ändringar i aktivitetsflödet\n- 🚀 Börja organisera din arbetsgrupp nu!",
"Are you sure you want to transfer the board {title} for {user} ?":"Är du säker på att du vill överföra brädet {title} för {user}?",
"Transfer the board for {user} successfully":"Överförde brädet för {user}",
"Failed to transfer the board for {user}":"Misslyckades med att överföra brädet för {user}",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Är du säker på att du vill radera tavla {title}? Detta kommer att radera all information från denna tavla.",
"This week":"Denna vecka",
"Are you sure you want to transfer the board {title} for {user}?":"Är du säker på att du vill överföra brädet {title} för {user}?"
"Failed to transfer the board to {user}":"Pano {user} kullanıcısına aktarılamadı",
"Add a new list":"Yeni liste ekle",
"Archive all cards":"Tüm kartları arşivle",
"Unarchive all cards":"Tüm kartları arşivden çıkar",
"Delete list":"Listeyi sil",
"Archive all cards in this list":"Bu listedeki tüm kartları arşivle",
"Unarchive all cards in this list":"Bu listedeki tüm kartları arşivden çıkar",
"Add a new card":"Yeni kart ekle",
"Card name":"Kart adı",
"List deleted":"Liste silindi",
@@ -262,7 +260,6 @@ OC.L10N.register(
"Shared with you":"Sizinle paylaşıldı",
"Deck settings":"Tahta ayarları",
"Use bigger card view":"Daha büyük kart görünümü kullanılsın",
"Show card ID badge":"Kart kodu etiketi görüntülensin",
"Show boards in calendar/tasks":"Takvimler ve görevlerde panolar görüntülensin",
"Limit deck usage of groups":"Tahtayı şu gruplar kullanabilsin",
"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.":"Tahta kullanımı gruplar ile sınırlandığında belirtilen grupların üyesi olmayan kişiler kendi tahtalarını oluşturamaz. Bu kullanıcılar ancak kendileri ile paylaşılan tahtalar üzerinde çalışabilir.",
"Failed to transfer the board to {user}":"Pano {user} kullanıcısına aktarılamadı",
"Add a new list":"Yeni liste ekle",
"Archive all cards":"Tüm kartları arşivle",
"Unarchive all cards":"Tüm kartları arşivden çıkar",
"Delete list":"Listeyi sil",
"Archive all cards in this list":"Bu listedeki tüm kartları arşivle",
"Unarchive all cards in this list":"Bu listedeki tüm kartları arşivden çıkar",
"Add a new card":"Yeni kart ekle",
"Card name":"Kart adı",
"List deleted":"Liste silindi",
@@ -260,7 +258,6 @@
"Shared with you":"Sizinle paylaşıldı",
"Deck settings":"Tahta ayarları",
"Use bigger card view":"Daha büyük kart görünümü kullanılsın",
"Show card ID badge":"Kart kodu etiketi görüntülensin",
"Show boards in calendar/tasks":"Takvimler ve görevlerde panolar görüntülensin",
"Limit deck usage of groups":"Tahtayı şu gruplar kullanabilsin",
"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.":"Tahta kullanımı gruplar ile sınırlandığında belirtilen grupların üyesi olmayan kişiler kendi tahtalarını oluşturamaz. Bu kullanıcılar ancak kendileri ile paylaşılan tahtalar üzerinde çalışabilir.",
"Failed to transfer the board to {user}":"未能將面板轉移給 {user}",
"Add a new list":"添加一張新清單",
"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":"清單已被刪除",
@@ -262,7 +260,6 @@ OC.L10N.register(
"Shared with you":"收到的分享",
"Deck settings":"看板設定",
"Use bigger card view":"使用較大的卡片視圖",
"Show card ID badge":"顯示卡片 ID 徽章",
"Show boards in calendar/tasks":"在日曆/任務中顯示面板",
"Limit deck usage of groups":"限制群組使用 Deck",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"限制 Deck 將阻止不屬於這些群組的用戶創建自己的面板。用戶仍然可以在與他們的面板上工作。",
"Failed to transfer the board to {user}":"未能將面板轉移給 {user}",
"Add a new list":"添加一張新清單",
"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":"清單已被刪除",
@@ -260,7 +258,6 @@
"Shared with you":"收到的分享",
"Deck settings":"看板設定",
"Use bigger card view":"使用較大的卡片視圖",
"Show card ID badge":"顯示卡片 ID 徽章",
"Show boards in calendar/tasks":"在日曆/任務中顯示面板",
"Limit deck usage of groups":"限制群組使用 Deck",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"限制 Deck 將阻止不屬於這些群組的用戶創建自己的面板。用戶仍然可以在與他們的面板上工作。",
"Failed to transfer the board to {user}":"轉移看板給 {user} 失敗",
"Add a new list":"新增列表",
"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":"列表已刪除",
@@ -262,7 +260,6 @@ OC.L10N.register(
"Shared with you":"與您分享",
"Deck settings":"Deck 設定",
"Use bigger card view":"使用較大的卡片檢視",
"Show card ID badge":"顯示卡片 ID 徽章",
"Show boards in calendar/tasks":"在日曆/工作項目中顯示佈告欄",
"Limit deck usage of groups":"限制群組的 Deck 使用",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"限制 Deck 將會阻止不屬於這些群組的使用者建立自己的佈告欄。使用者仍然可以在與他們分享的佈告欄上工作。",
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.