The `--system` parameter can be supplied via command line
or selected afterwards.
However if none was provided the command would crash with
`TypeError: Cannot assign null to property $system`.
Handle that gracefully and make the type spec more precise
for the setSystem function.
Signed-off-by: Max <max@nextcloud.com>
The calendar object needs to be exposed with "write" properties in order to allow users to hide/show the corresponding calendar in the calendar app. It doesn't has any affects on the general permissions for the whole board or the tasks. As soon as you select a task you jump to the deck app where the normal deck permissions are applied.
fixes: https://github.com/nextcloud/deck/issues/4618
Signed-off-by: Björn Schießle <bjoern@nextcloud.com>
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.
We hope that the reviewing process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR reviewing process.
Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6
Thank you for contributing to Nextcloud and we hope to hear from you soon!
- fix: Properly overwrite z-index of datepicker above modal [#4665](https://github.com/nextcloud/deck/pull/4665)
-fix(references): Mute NoPermissionException as it is expected to happen for references @juliushaertl [#4514](https://github.com/nextcloud/deck/pull/4514)
- fix(cards): Fix card sizing by limiting too wide style rules @juliushaertl [#4512](https://github.com/nextcloud/deck/pull/4512)
-fix: Adapt NcEmptyContent usages to new slots @juliushaertl [#4561](https://github.com/nextcloud/deck/pull/4561)
-Gracefully handle not found card for a share @mejo- [#4566](https://github.com/nextcloud/deck/pull/4566)
-Prevent tag itself being edit button if user lacks permissions @joshtrichards [#4574](https://github.com/nextcloud/deck/pull/4574)
-Update Description.vue: Fixes the issue of hidden text by menu bar @pschopen [#4617](https://github.com/nextcloud/deck/pull/4617)
-allow user to toggle visibility of the calendar for a deck board @schiessle [#4622](https://github.com/nextcloud/deck/pull/4622)
- fix: Append datetime picker to body to avoid cut off @juliushaertl [#4643](https://github.com/nextcloud/deck/pull/4643)
-fix: Bring back overdue column by removing faulty condition @juliushaertl [#4660](https://github.com/nextcloud/deck/pull/4660)
- fix(sessions): Do not send close request without token @juliushaertl [#4510](https://github.com/nextcloud/deck/pull/4510)
- tests(integration): Add test for multiple board shares to the same user @juliushaertl [#4494](https://github.com/nextcloud/deck/pull/4494)
- fix(API): Fix board API details parameter to work as expected @nickvergessen [#4518](https://github.com/nextcloud/deck/pull/4518)
-Fix : Overlapping expiry dates on tags @Jerome-Herbinet [#4535](https://github.com/nextcloud/deck/pull/4535)
- Fix consistency of a "Create card" wording with its equivalent for Notes ("New card") @Jerome-Herbinet [#4534](https://github.com/nextcloud/deck/pull/4534)
- tests(integration): Add integration tests for due dates @juliushaertl [#4489](https://github.com/nextcloud/deck/pull/4489)
- Better display of card dates (creation and change dates) @Jerome-Herbinet [#4604](https://github.com/nextcloud/deck/pull/4604)
- Refactors lib\Activity\DeckProvider.php to improve code readability. @fsamapoor [#4648](https://github.com/nextcloud/deck/pull/4648)
- Converts 'strpos()' calls to improve code readability. @fsamapoor [#4657](https://github.com/nextcloud/deck/pull/4657)
## 1.9.1
### Fixed
- Gracefully handle not found card for a share [#4567](https://github.com/nextcloud/deck/pull/4567)
- fix: Adapt NcEmptyContent usages to new slots [#4562](https://github.com/nextcloud/deck/pull/4562)
- allow user to toggle visibility of the calendar for a deck board [#4625](https://github.com/nextcloud/deck/pull/4625)
- fix: Append datetime picker to body to avoid cut off [#4644](https://github.com/nextcloud/deck/pull/4644)
@@ -27,27 +27,11 @@ Deck is a kanban style organization tool aimed at personal planning and project
- [trello-to-deck](https://github.com/maxammann/trello-to-deck) - Migrates cards from Trello
- [mail2deck](https://github.com/newroco/mail2deck) - Provides an "email in" solution
- [A-deck](https://github.com/leoossa/A-deck) - Chrome Extension that allows to create new card in selected stack based on current tab
- [QOwnNotes](https://github.com/pbek/QOwnNotes) - Quickly creates cards and links to them in Markdown notes
## Installation/Update
This app is supposed to work on the two latest Nextcloud versions.
### Install latest release
You can download and install the latest release from the [Nextcloud app store](https://apps.nextcloud.com/apps/deck)
### Install from git
If you want to run the latest development version from git source, you need to clone the repo to your apps folder:
```
git clone https://github.com/nextcloud/deck.git
cd deck
make install-deps
make build
```
Please make sure you have installed the following dependencies: `make, which, tar, npm, curl, composer`
The app can be installed through the app store within Nextcloud. You can also download the latest release from the [release page](https://github.com/nextcloud-releases/deck/releases).
## Performance limitations
@@ -62,42 +46,55 @@ Improvements on Nextcloud server and Deck itself will improve the situation.
## Developing
### Nextcloud environment
There are multiple ways to develop on Deck. As you will need a Nextcloud server running, the individual options are described below.
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).
### General build instructions
General build instructions for the app itself are the same for all options.
To build you will need to have [Node.js](https://nodejs.org/en/) and [Composer](https://getcomposer.org/) installed.
You can enable HMR (Hot module replacement) to avoid page reloads when working on the frontend:
1. ☑️ Install and enable [`hmr_enabler` app](https://github.com/nextcloud/hmr_enabler)
2. 🏁 Run `npm run serve`
3. 🌍 Open the normal Nextcloud server URL (not the URL given by above command)
### GitHub Codespaces / VS Code devcontainer
- Open code spaces or the repository in VS Code to start the dev container
- The container will automatically install all dependencies and build the app
- Nextcloud will be installed from the master development branch and be available on a port exposed by the container
### Docker: Simple app development container
- Fork the app
- Clone the repository: `git clone https://github.com/nextcloud/deck.git`
- Go into deck directory: `cd deck`
- Build the app as described in the general build instructions
- Run Nextcloud development container and mount the apps source code into it
```
docker run --rm \
-p 8080:80 \
-v ~/path/to/app:/var/www/html/apps-extra/app \
ghcr.io/juliushaertl/nextcloud-dev-php80:latest
```
### Full Nextcloud development environment
You need to setup a [development environment](https://docs.nextcloud.com/server/latest/developer_manual//getting_started/devenv.html) of the current Nextcloud version. You can also alternatively install & run the [nextcloud docker container](https://github.com/juliushaertl/nextcloud-docker-dev).
After the finished installation, you can clone the deck project directly in the `/[nextcloud-docker-dev-dir]/workspace/server/apps/` folder.
### 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.
#### Hot reloading
Enable debug mode in your config.php `'debug' => true,`
"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 إلى منع المستخدمين الذين ليسوا جزءًا من تلك المجموعات من إنشاء لوحاتهم الخاصة. سيظل المستخدمون قادرين على العمل على اللوحات التي تمت مشاركتها معهم.",
"Limit board creation to some groups":"قَصْرُ حَقِّ إنشاء الرقعة على بعض المجموعات",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.":"المستخدِمون من خارج تلك المجموعات لن يمكنكم إنشاء رُقَعِهِم الخاصة؛ لكن يمكنهم العمل على الرُّقعِ التي تتمّ مشاركتها معهم.",
"Board details":"تفاصيل لوح",
"Edit board":"تعديل اللوح",
"Clone board":"استنسخ اللوح",
@@ -318,8 +318,11 @@ OC.L10N.register(
"Share {file} with a Deck card":"مشاركة الملف {file} مع بطاقة Deck",
"Share":"مشاركة ",
"A <strong>card description</strong> inside the Deck app has been changed":"<strong>وصف البطاقة</strong>داخل تطبيق Deck قد تغيرت.",
"Timeline":"الجدول الزمني",
"Add a new list":"اضف قائمة جديدة",
"Assign to users":"انسب الى المتسخدمين",
"Due date":"تاريخ الانجاز"
"Due date":"تاريخ الانجاز",
"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 إلى منع المستخدمين الذين ليسوا جزءًا من تلك المجموعات من إنشاء لوحاتهم الخاصة. سيظل المستخدمون قادرين على العمل على اللوحات التي تمت مشاركتها معهم."
"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 إلى منع المستخدمين الذين ليسوا جزءًا من تلك المجموعات من إنشاء لوحاتهم الخاصة. سيظل المستخدمون قادرين على العمل على اللوحات التي تمت مشاركتها معهم.",
"Limit board creation to some groups":"قَصْرُ حَقِّ إنشاء الرقعة على بعض المجموعات",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.":"المستخدِمون من خارج تلك المجموعات لن يمكنكم إنشاء رُقَعِهِم الخاصة؛ لكن يمكنهم العمل على الرُّقعِ التي تتمّ مشاركتها معهم.",
"Board details":"تفاصيل لوح",
"Edit board":"تعديل اللوح",
"Clone board":"استنسخ اللوح",
@@ -316,8 +316,11 @@
"Share {file} with a Deck card":"مشاركة الملف {file} مع بطاقة Deck",
"Share":"مشاركة ",
"A <strong>card description</strong> inside the Deck app has been changed":"<strong>وصف البطاقة</strong>داخل تطبيق Deck قد تغيرت.",
"Timeline":"الجدول الزمني",
"Add a new list":"اضف قائمة جديدة",
"Assign to users":"انسب الى المتسخدمين",
"Due date":"تاريخ الانجاز"
"Due date":"تاريخ الانجاز",
"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 إلى منع المستخدمين الذين ليسوا جزءًا من تلك المجموعات من إنشاء لوحاتهم الخاصة. سيظل المستخدمون قادرين على العمل على اللوحات التي تمت مشاركتها معهم."
"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/набор/ ще блокира потребителите, които не са част от тези групи, да създават свои собствени табла. Потребителите все още ще могат да работят на таблата, които са споделени с тях.",
"Board details":"Подробности за табло",
"Edit board":"Редактиране на табло",
"Clone board":" Клониране на табло",
@@ -314,8 +312,11 @@ OC.L10N.register(
"Share {file} with a Deck card":"Споделяне {file} с Deck карта",
"Share":"Споделяне",
"A <strong>card description</strong> inside the Deck app has been changed":"<strong>Описанието на картата</strong> в приложението Deck/набор/ е променено",
"Timeline":"Времева линия",
"Add a new list":"Добавяне на нов списък",
"Assign to users":"Зачисляване към потребители",
"Due date":"Крайна дата"
"Due date":"Крайна дата",
"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/набор/ ще блокира потребителите, които не са част от тези групи, да създават свои собствени табла. Потребителите все още ще могат да работят на таблата, които са споделени с тях."
"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/набор/ ще блокира потребителите, които не са част от тези групи, да създават свои собствени табла. Потребителите все още ще могат да работят на таблата, които са споделени с тях.",
"Board details":"Подробности за табло",
"Edit board":"Редактиране на табло",
"Clone board":" Клониране на табло",
@@ -312,8 +310,11 @@
"Share {file} with a Deck card":"Споделяне {file} с Deck карта",
"Share":"Споделяне",
"A <strong>card description</strong> inside the Deck app has been changed":"<strong>Описанието на картата</strong> в приложението Deck/набор/ е променено",
"Timeline":"Времева линия",
"Add a new list":"Добавяне на нов списък",
"Assign to users":"Зачисляване към потребители",
"Due date":"Крайна дата"
"Due date":"Крайна дата",
"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/набор/ ще блокира потребителите, които не са част от тези групи, да създават свои собствени табла. Потребителите все още ще могат да работят на таблата, които са споделени с тях."
"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.",
"Board details":"Detalls del tauler",
"Edit board":"Edita el tauler",
"Clone board":"Clonar tauler",
@@ -316,8 +314,11 @@ OC.L10N.register(
"Share {file} with a Deck card":"Compartir {file} amb una targeta de Deck",
"Share":"Compartir",
"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",
"Timeline":"Línia de temps",
"Add a new list":"Afegeix una llista nova",
"Assign to users":"Assignació als usuaris",
"Due date":"Data de caducitat"
"Due date":"Data de caducitat",
"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."
"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.",
"Board details":"Detalls del tauler",
"Edit board":"Edita el tauler",
"Clone board":"Clonar tauler",
@@ -314,8 +312,11 @@
"Share {file} with a Deck card":"Compartir {file} amb una targeta de Deck",
"Share":"Compartir",
"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",
"Timeline":"Línia de temps",
"Add a new list":"Afegeix una llista nova",
"Assign to users":"Assignació als usuaris",
"Due date":"Data de caducitat"
"Due date":"Data de caducitat",
"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."
"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.",
"Limit board creation to some groups":"Umožnit vytváření tabulí pouze vybraným skupinám",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.":"Uživatelé, kteří nejsou členy těchto skupin nebudou moci vytvářet své vlastní tabule, ale pořád budou moci pracovat na tabulích, které jim byly nasdíleny.",
"Board details":"Podrobnosti o tabuli",
"Edit board":"Upravit tabuli",
"Clone board":"Klonovat tabuli",
@@ -318,8 +318,11 @@ OC.L10N.register(
"Share {file} with a Deck card":"Sdílet {file} s kartou aplikace Deck",
"Share":"Sdílet",
"A <strong>card description</strong> inside the Deck app has been changed":"<strong>Popis karty</strong> v aplikaci Deck byl změněn",
"Timeline":"Časová osa",
"Add a new list":"Přidat nový sloupec",
"Assign to users":"Přiřadit k uživatelům",
"Due date":"Termín"
"Due date":"Termín",
"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."
"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.",
"Limit board creation to some groups":"Umožnit vytváření tabulí pouze vybraným skupinám",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.":"Uživatelé, kteří nejsou členy těchto skupin nebudou moci vytvářet své vlastní tabule, ale pořád budou moci pracovat na tabulích, které jim byly nasdíleny.",
"Board details":"Podrobnosti o tabuli",
"Edit board":"Upravit tabuli",
"Clone board":"Klonovat tabuli",
@@ -316,8 +316,11 @@
"Share {file} with a Deck card":"Sdílet {file} s kartou aplikace Deck",
"Share":"Sdílet",
"A <strong>card description</strong> inside the Deck app has been changed":"<strong>Popis karty</strong> v aplikaci Deck byl změněn",
"Timeline":"Časová osa",
"Add a new list":"Přidat nový sloupec",
"Assign to users":"Přiřadit k uživatelům",
"Due date":"Termín"
"Due date":"Termín",
"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."
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"Mae'r ffeil lwythwyd i fyny'n fwy na chyfarwyddeb MAX_FILE_SIZE bennwyd yn y ffurflen HTML",
"No file was uploaded":"Ni lwythwyd ffeil i fyny",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"Mae'r ffeil lwythwyd i fyny'n fwy na chyfarwyddeb MAX_FILE_SIZE bennwyd yn y ffurflen HTML",
"No file was uploaded":"Ni lwythwyd ffeil i fyny",
"Use bigger card view":"Brug større kort visning",
"Show boards in calendar/tasks":"Vis tavler i kalender/opgaver",
"Limit deck usage of groups":"Begræns Deck brug til grupper",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Begrænsning af Deck vil blokere brugere som ikke er en del af de valgte grupper fra at oprette deres egne tavler. Brugere vil stadig kunne arbejde på tavler der er blevet delt med dem. ",
"Board details":"Liste detaljer",
"Edit board":"Rediger liste",
"Clone board":"Klon tavle",
@@ -228,8 +226,11 @@ OC.L10N.register(
"Share with a Deck card":"Del med et Deck kort",
"Share {file} with a Deck card":"Del {file} med et Deck kort",
"Share":"Del",
"Timeline":"Tidslinje",
"Add a new list":"Tilføj en ny kolonne",
"Assign to users":"Tildel til brugere",
"Due date":"Forfaldsdato"
"Due date":"Forfaldsdato",
"Limit deck usage of groups":"Begræns Deck brug til grupper",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Begrænsning af Deck vil blokere brugere som ikke er en del af de valgte grupper fra at oprette deres egne tavler. Brugere vil stadig kunne arbejde på tavler der er blevet delt med dem. "
"Use bigger card view":"Brug større kort visning",
"Show boards in calendar/tasks":"Vis tavler i kalender/opgaver",
"Limit deck usage of groups":"Begræns Deck brug til grupper",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Begrænsning af Deck vil blokere brugere som ikke er en del af de valgte grupper fra at oprette deres egne tavler. Brugere vil stadig kunne arbejde på tavler der er blevet delt med dem. ",
"Board details":"Liste detaljer",
"Edit board":"Rediger liste",
"Clone board":"Klon tavle",
@@ -226,8 +224,11 @@
"Share with a Deck card":"Del med et Deck kort",
"Share {file} with a Deck card":"Del {file} med et Deck kort",
"Share":"Del",
"Timeline":"Tidslinje",
"Add a new list":"Tilføj en ny kolonne",
"Assign to users":"Tildel til brugere",
"Due date":"Forfaldsdato"
"Due date":"Forfaldsdato",
"Limit deck usage of groups":"Begræns Deck brug til grupper",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Begrænsning af Deck vil blokere brugere som ikke er en del af de valgte grupper fra at oprette deres egne tavler. Brugere vil stadig kunne arbejde på tavler der er blevet delt med dem. "
"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 du Deck einschränkst, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden.",
"Limit board creation to some groups":"Erstellung von Boards auf einige Gruppen beschränken",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.":"Benutzer außerhalb dieser Gruppen können keine eigenen Boards erstellen, aber weiterhin an Boards arbeiten, die mit ihnen geteilt wurden.",
"Board details":"Board-Details",
"Edit board":"Board bearbeiten",
"Clone board":"Board klonen",
@@ -318,8 +318,11 @@ OC.L10N.register(
"Share {file} with a Deck card":"{file} mit einer Deck-Karte teilen",
"Share":"Freigeben",
"A <strong>card description</strong> inside the Deck app has been changed":"Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
"Timeline":"Zeitachse",
"Add a new list":"Eine neue Liste hinzufügen",
"Assign to users":"Benutzern zuweisen",
"Due date":"Fälligkeitsdatum"
"Due date":"Fälligkeitsdatum",
"Limit deck usage of groups":"Nutzung auf Gruppen einschränken",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Wenn du Deck einschränkst, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden."
"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 du Deck einschränkst, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden.",
"Limit board creation to some groups":"Erstellung von Boards auf einige Gruppen beschränken",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.":"Benutzer außerhalb dieser Gruppen können keine eigenen Boards erstellen, aber weiterhin an Boards arbeiten, die mit ihnen geteilt wurden.",
"Board details":"Board-Details",
"Edit board":"Board bearbeiten",
"Clone board":"Board klonen",
@@ -316,8 +316,11 @@
"Share {file} with a Deck card":"{file} mit einer Deck-Karte teilen",
"Share":"Freigeben",
"A <strong>card description</strong> inside the Deck app has been changed":"Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
"Timeline":"Zeitachse",
"Add a new list":"Eine neue Liste hinzufügen",
"Assign to users":"Benutzern zuweisen",
"Due date":"Fälligkeitsdatum"
"Due date":"Fälligkeitsdatum",
"Limit deck usage of groups":"Nutzung auf Gruppen einschränken",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Wenn du Deck einschränkst, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden."
"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.",
"Limit board creation to some groups":"Boarderstellung auf einige Gruppen beschränken",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.":"Benutzer außerhalb dieser Gruppen können keine eigenen Boards erstellen, aber weiterhin an Boards arbeiten, die mit ihnen geteilt wurden.",
"Board details":"Board-Details",
"Edit board":"Board bearbeiten",
"Clone board":"Board klonen",
@@ -318,8 +318,11 @@ OC.L10N.register(
"Share {file} with a Deck card":"{file} mit einer Deck-Karte teilen",
"Share":"Freigeben",
"A <strong>card description</strong> inside the Deck app has been changed":"Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
"Timeline":"Zeitachse",
"Add a new list":"Eine neue Liste hinzufügen",
"Assign to users":"Benutzern zuweisen",
"Due date":"Fälligkeitsdatum"
"Due date":"Fälligkeitsdatum",
"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.",
"Limit board creation to some groups":"Boarderstellung auf einige Gruppen beschränken",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.":"Benutzer außerhalb dieser Gruppen können keine eigenen Boards erstellen, aber weiterhin an Boards arbeiten, die mit ihnen geteilt wurden.",
"Board details":"Board-Details",
"Edit board":"Board bearbeiten",
"Clone board":"Board klonen",
@@ -316,8 +316,11 @@
"Share {file} with a Deck card":"{file} mit einer Deck-Karte teilen",
"Share":"Freigeben",
"A <strong>card description</strong> inside the Deck app has been changed":"Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
"Timeline":"Zeitachse",
"Add a new list":"Eine neue Liste hinzufügen",
"Assign to users":"Benutzern zuweisen",
"Due date":"Fälligkeitsdatum"
"Due date":"Fälligkeitsdatum",
"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."
"Use bigger card view":"Χρησιμοποιήστε μεγαλύτερη προβολή καρτέλας",
"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 θα εμποδίσει τους χρήστες που δεν είναι μέρος αυτών των ομάδων να δημιουργούν δικούς τους πίνακες. Οι χρήστες θα εξακολουθήσουν να εργάζονται σε πίνακες που έχουν διαμοιραστεί μαζί τους.",
"Board details":"Λεπτομέριες πίνακα",
"Edit board":"Επεξεργασία πίνακα",
"Clone board":"Κλώνος πίνακα",
@@ -311,8 +309,11 @@ OC.L10N.register(
"Share {file} with a Deck card":"Μοιραστείτε το {file} με μια καρτέλα Deck",
"Share":"Μοιραστείτε",
"A <strong>card description</strong> inside the Deck app has been changed":"Η <strong>περιγραφή καρτέλας </strong>στην εφαρμογή Deck άλλαξε",
"Timeline":"Χρονολόγιο",
"Add a new list":"Προσθήκη νέας λίστας",
"Assign to users":"Ανάθεση σε χρήστες",
"Due date":"Ημερομηνία λήξης"
"Due date":"Ημερομηνία λήξης",
"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 θα εμποδίσει τους χρήστες που δεν είναι μέρος αυτών των ομάδων να δημιουργούν δικούς τους πίνακες. Οι χρήστες θα εξακολουθήσουν να εργάζονται σε πίνακες που έχουν διαμοιραστεί μαζί τους."
"Use bigger card view":"Χρησιμοποιήστε μεγαλύτερη προβολή καρτέλας",
"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 θα εμποδίσει τους χρήστες που δεν είναι μέρος αυτών των ομάδων να δημιουργούν δικούς τους πίνακες. Οι χρήστες θα εξακολουθήσουν να εργάζονται σε πίνακες που έχουν διαμοιραστεί μαζί τους.",
"Board details":"Λεπτομέριες πίνακα",
"Edit board":"Επεξεργασία πίνακα",
"Clone board":"Κλώνος πίνακα",
@@ -309,8 +307,11 @@
"Share {file} with a Deck card":"Μοιραστείτε το {file} με μια καρτέλα Deck",
"Share":"Μοιραστείτε",
"A <strong>card description</strong> inside the Deck app has been changed":"Η <strong>περιγραφή καρτέλας </strong>στην εφαρμογή Deck άλλαξε",
"Timeline":"Χρονολόγιο",
"Add a new list":"Προσθήκη νέας λίστας",
"Assign to users":"Ανάθεση σε χρήστες",
"Due date":"Ημερομηνία λήξης"
"Due date":"Ημερομηνία λήξης",
"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 θα εμποδίσει τους χρήστες που δεν είναι μέρος αυτών των ομάδων να δημιουργούν δικούς τους πίνακες. Οι χρήστες θα εξακολουθήσουν να εργάζονται σε πίνακες που έχουν διαμοιραστεί μαζί τους."
"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.",
"Limit board creation to some groups":"Limit board creation to some groups",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.":"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.",
"Board details":"Board details",
"Edit board":"Edit board",
"Clone board":"Clone board",
@@ -318,8 +318,11 @@ OC.L10N.register(
"Share {file} with a Deck card":"Share {file} with a Deck card",
"Share":"Share",
"A <strong>card description</strong> inside the Deck app has been changed":"A <strong>card description</strong> inside the Deck app has been changed",
"Timeline":"Timeline",
"Add a new list":"Add a new list",
"Assign to users":"Assign to users",
"Due date":"Due date"
"Due date":"Due date",
"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."
"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.",
"Limit board creation to some groups":"Limit board creation to some groups",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.":"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.",
"Board details":"Board details",
"Edit board":"Edit board",
"Clone board":"Clone board",
@@ -316,8 +316,11 @@
"Share {file} with a Deck card":"Share {file} with a Deck card",
"Share":"Share",
"A <strong>card description</strong> inside the Deck app has been changed":"A <strong>card description</strong> inside the Deck app has been changed",
"Timeline":"Timeline",
"Add a new list":"Add a new list",
"Assign to users":"Assign to users",
"Due date":"Due date"
"Due date":"Due date",
"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."
"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.":"Limigo de Kartaro („Deck“) baros uzantojn, kiuj ne estas en tiuj grupoj, krei iliajn proprajn tabulojn. Uzantoj tamen eblos labori kun tabuloj kunhavigitaj kun ili.",
"Edit board":"Modifi tabulon",
"Unarchive board":"Elarĥivigi tabulon",
"Archive board":"Enarĥivigi tabulon",
@@ -128,6 +127,8 @@ OC.L10N.register(
"Error creating the share":"Eraro dum kreo de la kunhavigo",
"Share":"Kunhavigi",
"A <strong>card description</strong> inside the Deck app has been changed":"<strong>Karta priskribo</strong> ene de la aplikaĵo Kartaro ŝanĝiĝis",
"Due date":"Limdato"
"Timeline":"Kronologio",
"Due date":"Limdato",
"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.":"Limigo de Kartaro („Deck“) baros uzantojn, kiuj ne estas en tiuj grupoj, krei iliajn proprajn tabulojn. Uzantoj tamen eblos labori kun tabuloj kunhavigitaj kun ili."
"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.":"Limigo de Kartaro („Deck“) baros uzantojn, kiuj ne estas en tiuj grupoj, krei iliajn proprajn tabulojn. Uzantoj tamen eblos labori kun tabuloj kunhavigitaj kun ili.",
"Edit board":"Modifi tabulon",
"Unarchive board":"Elarĥivigi tabulon",
"Archive board":"Enarĥivigi tabulon",
@@ -126,6 +125,8 @@
"Error creating the share":"Eraro dum kreo de la kunhavigo",
"Share":"Kunhavigi",
"A <strong>card description</strong> inside the Deck app has been changed":"<strong>Karta priskribo</strong> ene de la aplikaĵo Kartaro ŝanĝiĝis",
"Due date":"Limdato"
"Timeline":"Kronologio",
"Due date":"Limdato",
"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.":"Limigo de Kartaro („Deck“) baros uzantojn, kiuj ne estas en tiuj grupoj, krei iliajn proprajn tabulojn. Uzantoj tamen eblos labori kun tabuloj kunhavigitaj kun ili."
"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.",
"Limit board creation to some groups":"Limitar la creación de tableros a algunos grupos",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.":"Los usuarios fuera de estos grupos no podrán crear sus propios tableros, sin embargo, podrán trabajar en tableros que han sido compartidos con ellos.",
"Board details":"Detalles del tablero",
"Edit board":"Editar tablero",
"Clone board":"Clonar tablero",
@@ -318,8 +318,11 @@ OC.L10N.register(
"Share {file} with a Deck card":"Compartir {file} con una tarjeta de Deck",
"Share":"Compartir",
"A <strong>card description</strong> inside the Deck app has been changed":"Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
"Timeline":"Línea de tiempo",
"Add a new list":"Añadir una lista nueva",
"Assign to users":"Asignar a usuarios",
"Due date":"Fecha límite"
"Due date":"Fecha límite",
"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."
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
"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.",
"Limit board creation to some groups":"Limitar la creación de tableros a algunos grupos",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.":"Los usuarios fuera de estos grupos no podrán crear sus propios tableros, sin embargo, podrán trabajar en tableros que han sido compartidos con ellos.",
"Board details":"Detalles del tablero",
"Edit board":"Editar tablero",
"Clone board":"Clonar tablero",
@@ -316,8 +316,11 @@
"Share {file} with a Deck card":"Compartir {file} con una tarjeta de Deck",
"Share":"Compartir",
"A <strong>card description</strong> inside the Deck app has been changed":"Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
"Timeline":"Línea de tiempo",
"Add a new list":"Añadir una lista nueva",
"Assign to users":"Asignar a usuarios",
"Due date":"Fecha límite"
"Due date":"Fecha límite",
"Limit deck usage of groups":"Limitar el uso de Deck a grupos",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limitar Deck impedirá que usuarios que no formen parte de esos grupos creen sus propios tableros. Los usuarios todavía podrán trabajar en tableros que hayan sido compartidos con ellos."
},"pluralForm":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
"Limit deck usage of groups":"Limitar el uso del Tablero a grupos",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limitar Tableros impedirá que usuarios que no formen parte de esos grupos creen sus propios tableros. Los usuarios todavía podrán trabajar en tableros que hayan sido compartidos con ellos.",
"Board details":"Detalles del tablero",
"Edit board":"Editar Tablero",
"Clone board":"Clonar Tablero",
@@ -104,6 +104,8 @@ OC.L10N.register(
"Share {file} with a Deck card":"Compartir {file} con una tarjeta del Tablero",
"Share":"Compartir",
"A <strong>card description</strong> inside the Deck app has been changed":"Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
"Due date":"Fecha de vencimiento"
"Due date":"Fecha de vencimiento",
"Limit deck usage of groups":"Limitar el uso del Tablero a grupos",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limitar Tableros impedirá que usuarios que no formen parte de esos grupos creen sus propios tableros. Los usuarios todavía podrán trabajar en tableros que hayan sido compartidos con ellos."
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
"Limit deck usage of groups":"Limitar el uso del Tablero a grupos",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limitar Tableros impedirá que usuarios que no formen parte de esos grupos creen sus propios tableros. Los usuarios todavía podrán trabajar en tableros que hayan sido compartidos con ellos.",
"Board details":"Detalles del tablero",
"Edit board":"Editar Tablero",
"Clone board":"Clonar Tablero",
@@ -102,6 +102,8 @@
"Share {file} with a Deck card":"Compartir {file} con una tarjeta del Tablero",
"Share":"Compartir",
"A <strong>card description</strong> inside the Deck app has been changed":"Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
"Due date":"Fecha de vencimiento"
"Due date":"Fecha de vencimiento",
"Limit deck usage of groups":"Limitar el uso del Tablero a grupos",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limitar Tableros impedirá que usuarios que no formen parte de esos grupos creen sus propios tableros. Los usuarios todavía podrán trabajar en tableros que hayan sido compartidos con ellos."
},"pluralForm":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
"Use bigger card view":"Usar vista de tarjeta más grande",
"Show card ID badge":"Mostrar identificación de la tarjeta",
"Show boards in calendar/tasks":"Mostrar tableros en calendario/tareas",
"Limit deck usage of groups":"Limitar uso de Deck a grupos",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limitar Deck bloqueará a los usuarios que no formen parte de esos grupos para que no puedan crear sus propios tableros. Los usuarios aún podrán trabajar en tableros que se hayan compartido con ellos.",
"Board details":"Detalles del tablero",
"Edit board":"Editar el tablero",
"Clone board":"Clonar tablero",
@@ -314,8 +312,11 @@ OC.L10N.register(
"Share {file} with a Deck card":"Compartir {file} con una tarjeta de Deck",
"Share":"Compartir",
"A <strong>card description</strong> inside the Deck app has been changed":"Se ha cambiado una <strong>descripción de la tarjeta</strong> en la aplicación Deck",
"Timeline":"Línea de tiempo",
"Add a new list":"Añadir una nueva lista",
"Assign to users":"Asignar a usuarios",
"Due date":"Fecha de vencimiento"
"Due date":"Fecha de vencimiento",
"Limit deck usage of groups":"Limitar uso de Deck a grupos",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limitar Deck bloqueará a los usuarios que no formen parte de esos grupos para que no puedan crear sus propios tableros. Los usuarios aún podrán trabajar en tableros que se hayan compartido con ellos."
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
"Use bigger card view":"Usar vista de tarjeta más grande",
"Show card ID badge":"Mostrar identificación de la tarjeta",
"Show boards in calendar/tasks":"Mostrar tableros en calendario/tareas",
"Limit deck usage of groups":"Limitar uso de Deck a grupos",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limitar Deck bloqueará a los usuarios que no formen parte de esos grupos para que no puedan crear sus propios tableros. Los usuarios aún podrán trabajar en tableros que se hayan compartido con ellos.",
"Board details":"Detalles del tablero",
"Edit board":"Editar el tablero",
"Clone board":"Clonar tablero",
@@ -312,8 +310,11 @@
"Share {file} with a Deck card":"Compartir {file} con una tarjeta de Deck",
"Share":"Compartir",
"A <strong>card description</strong> inside the Deck app has been changed":"Se ha cambiado una <strong>descripción de la tarjeta</strong> en la aplicación Deck",
"Timeline":"Línea de tiempo",
"Add a new list":"Añadir una nueva lista",
"Assign to users":"Asignar a usuarios",
"Due date":"Fecha de vencimiento"
"Due date":"Fecha de vencimiento",
"Limit deck usage of groups":"Limitar uso de Deck a grupos",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Limitar Deck bloqueará a los usuarios que no formen parte de esos grupos para que no puedan crear sus propios tableros. Los usuarios aún podrán trabajar en tableros que se hayan compartido con ellos."
},"pluralForm":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
"{user} has commented on card {card}":"{user} erabiltzaileak {card} txartela iruzkindu du",
"Deck":"Deck",
"Changes in the <strong>Deck app</strong>":"<strong>Deck</strong> aplikazioan aldaketak",
"A <strong>board, list or card</strong> was changed":"<strong>Taula, zerrenda edo txartel</strong> bat aldatu da",
"A <strong>comment</strong> was created on a card":"<strong>Iruzkin bat</strong> sortu da txartel batean",
"A <strong>card description</strong> has been changed":"<strong>Txartel baten deskribapena</strong> aldatu da",
"Upcoming cards":"Hurrengo txartelak",
"Load more":"Kargatu gehiago",
"Personal":"Pertsonala",
@@ -81,6 +83,7 @@ OC.L10N.register(
"Owned by %1$s":"Jabea: %1$s",
"Deck boards, cards and comments":"Bilduma-panelak, txartelak eta iruzkinak",
"From %1$s, in %2$s/%3$s, owned by %4$s":"%1$s-(e)tik,%2$s/%3$s-n, jabea:%4$s",
"Create a new deck card":"Sortu deck txartel berri bat",
"Card comments":"Txartelaren iruzkinak",
"%s on %s":"%s hemen: %s",
"Deck boards and cards":"Bilduma-panelak eta txartelak",
@@ -97,14 +100,14 @@ OC.L10N.register(
"Example Task 2":"Adibidetarako ataza 2",
"Example Task 1":"Adibidetarako ataza 1",
"The file was uploaded":"Fitxategia igo da",
"The uploaded file exceeds the upload_max_filesize directive in php.ini":"Kargatutako fitxategiak php.ini fitxategiko upload_max_filesize direktiban zehazturikoa gainditzen du",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"Kargatutako fitxategiak HTML formularioan ezarritako MAX_FILE_SIZE direktiban zehazturikoa gainditzen du",
"The file was only partially uploaded":"Fitxategia erdizka kargatu da",
"No file was uploaded":"Ez da fitxategirik kargatu",
"The uploaded file exceeds the upload_max_filesize directive in php.ini":"Igotako fitxategiak php.ini fitxategiko upload_max_filesize direktiban zehazturikoa gainditzen du",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"Igotako fitxategiak HTML formularioan ezarritako MAX_FILE_SIZE direktiban zehazturikoa gainditzen du",
"The file was only partially uploaded":"Fitxategia erdizka igo da",
"No file was uploaded":"Ez da fitxategirik igo",
"Missing a temporary folder":"Aldi baterako karpeta bat falta da",
"Could not write file to disk":"Ezin izan da fitxategia diskoan idatzi",
"A PHP extension stopped the file upload":"PHP hedapen batek fitxategiaren karga gelditu du",
"No file uploaded or file size exceeds maximum of %s":"Ez da fitxategirik kargatu edo fitxategi-tamainak gehienezko %s muga gainditzen du",
"A PHP extension stopped the file upload":"PHP hedapen batek fitxategiaren igoera gelditu du",
"No file uploaded or file size exceeds maximum of %s":"Ez da fitxategirik igo edo fitxategi-tamainak gehienezko %s muga gainditzen du",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.":"Iruzkin honek %s karaktere baino gehiago ditu.\n%s izena duen txartelari eranskin gisa gehitu da.\nURLan eskura daiteke: %s.",
"Card not found":"Txartela ez da aurkitu",
"Path is already shared with this card":"Bidea dagoeneko partekatu da txartel honekin",
@@ -126,7 +129,7 @@ OC.L10N.register(
"Overwrite file":"Gainidatzi fitxategia",
"Keep existing file":"Mantendu dagoen fitxategia",
"This board is read only":"Mahai hau irakurtzeko soilik da",
"Drop your files to upload":"Jaregin zure fitxategiak kargatzeko",
"Drop your files to upload":"Jaregin zure fitxategiak igotzeko",
"Add card":"Gehitu txartela",
"Archived cards":"Artxibatutako txartelak",
"Add list":"Gehitu zerrenda",
@@ -156,7 +159,7 @@ OC.L10N.register(
"Sharing":"Partekatzea",
"Tags":"Etiketak",
"Deleted items":"Ezabatutako elementuak",
"Timeline":"Denbora-lerroa",
"Activity":"Jarduerak",
"Deleted lists":"Ezabatutako zerrendak",
"Undo":"Desegin",
"Deleted cards":"Ezabatutako txartelak",
@@ -193,7 +196,7 @@ OC.L10N.register(
"Members":"Partaideak",
"Assign to users/groups/circles":"Esleitu erabiltzaile/talde/zirkuluei",
"Assign a user to this card…":"Esleitu erabiltzaile bat txartel honi...",
"Upload new files":"Kargatu fitxategi berriak",
"Upload new files":"Igo fitxategi berriak",
"Share from Files":"Partekatu Fitxategiak-etik",
"Pending share":"Partekatzeko zain",
"Add this attachment":"Gehitu eranskin hau",
@@ -229,6 +232,7 @@ OC.L10N.register(
"Add Attachment":"Gehitu eranskina",
"Write a description …":"Idatzi deskribapen bat ...",
"Choose attachment":"Aukeratu eranskina",
"Assign a due date to this card…":"Esleitu iraungitze data bat txartel honi...",
"Set a due date":"Ezarri epe-muga",
"Remove due date":"Ezabatu epe-muga",
"Select Date":"Hautatu data",
@@ -260,8 +264,8 @@ OC.L10N.register(
"Use bigger card view":"Erabili txartel ikuspegi handiagoa",
"Show card ID badge":"Erakutsi txartelaren ID plaka",
"Show boards in calendar/tasks":"Erakutsi taulak egutegi/zereginetan",
"Limit deck usage of groups":"Mugatu taldeek Deck erabiltzeko aukera",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Deck mugatzeak taldeetako kide ez diren erabiltzaileei beren taula propioak sortzea eragotziko die. Erabiltzaileek beraiekin partekatu diren tauletan lan egin ahalko dute.",
"Limit board creation to some groups":"Mugatu taulak sortzea talde batzuei",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.":"Talde haietatik kanpo dauden erabiltzaileak ezingo dituzte haien taulak sortu, baina partekatu zaizkien taulatan lan egiten jarraitu ahal izango dute.",
"Board details":"Taularen xehetasunak",
"Edit board":"Editatu mahaia",
"Clone board":"Klonatu taula",
@@ -307,15 +311,18 @@ OC.L10N.register(
"Create a card":"Sortu txartela",
"Message from {author} in {conversationName}":"{author} erabiltzailearen mezua {conversationName}-an",
"Something went wrong":"Zerbait gaizki joan da",
"Failed to upload {name}":"{name} kargatzeak huts egin du",
"Failed to upload {name}":"{name} igotzeak huts egin du",
"Maximum file size of {size} exceeded":"Fitxategiaren gehienezko {size} tamaina gainditu da",
"Error creating the share":"Errorea partekatzea sortzean",
"Share with a Deck card":"Partekatu Deck txartel baten bidez",
"Share {file} with a Deck card":"Partekatu {file} Deck txartel baten bidez",
"Share":"Partekatu",
"A <strong>card description</strong> inside the Deck app has been changed":"<strong>Txartel baten deskribapena</strong> aldatu da Deck aplikazioaren barruan",
"Timeline":"Denbora-lerroa",
"Add a new list":"Gehitu zerrenda berria",
"Assign to users":"Esleitu erabiltzaileei",
"Due date":"Epe-muga"
"Due date":"Epe-muga",
"Limit deck usage of groups":"Mugatu taldeek Deck erabiltzeko aukera",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Deck mugatzeak taldeetako kide ez diren erabiltzaileei beren taula propioak sortzea eragotziko die. Erabiltzaileek beraiekin partekatu diren tauletan lan egin ahalko dute."
"{user} has commented on card {card}":"{user} erabiltzaileak {card} txartela iruzkindu du",
"Deck":"Deck",
"Changes in the <strong>Deck app</strong>":"<strong>Deck</strong> aplikazioan aldaketak",
"A <strong>board, list or card</strong> was changed":"<strong>Taula, zerrenda edo txartel</strong> bat aldatu da",
"A <strong>comment</strong> was created on a card":"<strong>Iruzkin bat</strong> sortu da txartel batean",
"A <strong>card description</strong> has been changed":"<strong>Txartel baten deskribapena</strong> aldatu da",
"Upcoming cards":"Hurrengo txartelak",
"Load more":"Kargatu gehiago",
"Personal":"Pertsonala",
@@ -79,6 +81,7 @@
"Owned by %1$s":"Jabea: %1$s",
"Deck boards, cards and comments":"Bilduma-panelak, txartelak eta iruzkinak",
"From %1$s, in %2$s/%3$s, owned by %4$s":"%1$s-(e)tik,%2$s/%3$s-n, jabea:%4$s",
"Create a new deck card":"Sortu deck txartel berri bat",
"Card comments":"Txartelaren iruzkinak",
"%s on %s":"%s hemen: %s",
"Deck boards and cards":"Bilduma-panelak eta txartelak",
@@ -95,14 +98,14 @@
"Example Task 2":"Adibidetarako ataza 2",
"Example Task 1":"Adibidetarako ataza 1",
"The file was uploaded":"Fitxategia igo da",
"The uploaded file exceeds the upload_max_filesize directive in php.ini":"Kargatutako fitxategiak php.ini fitxategiko upload_max_filesize direktiban zehazturikoa gainditzen du",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"Kargatutako fitxategiak HTML formularioan ezarritako MAX_FILE_SIZE direktiban zehazturikoa gainditzen du",
"The file was only partially uploaded":"Fitxategia erdizka kargatu da",
"No file was uploaded":"Ez da fitxategirik kargatu",
"The uploaded file exceeds the upload_max_filesize directive in php.ini":"Igotako fitxategiak php.ini fitxategiko upload_max_filesize direktiban zehazturikoa gainditzen du",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form":"Igotako fitxategiak HTML formularioan ezarritako MAX_FILE_SIZE direktiban zehazturikoa gainditzen du",
"The file was only partially uploaded":"Fitxategia erdizka igo da",
"No file was uploaded":"Ez da fitxategirik igo",
"Missing a temporary folder":"Aldi baterako karpeta bat falta da",
"Could not write file to disk":"Ezin izan da fitxategia diskoan idatzi",
"A PHP extension stopped the file upload":"PHP hedapen batek fitxategiaren karga gelditu du",
"No file uploaded or file size exceeds maximum of %s":"Ez da fitxategirik kargatu edo fitxategi-tamainak gehienezko %s muga gainditzen du",
"A PHP extension stopped the file upload":"PHP hedapen batek fitxategiaren igoera gelditu du",
"No file uploaded or file size exceeds maximum of %s":"Ez da fitxategirik igo edo fitxategi-tamainak gehienezko %s muga gainditzen du",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.":"Iruzkin honek %s karaktere baino gehiago ditu.\n%s izena duen txartelari eranskin gisa gehitu da.\nURLan eskura daiteke: %s.",
"Card not found":"Txartela ez da aurkitu",
"Path is already shared with this card":"Bidea dagoeneko partekatu da txartel honekin",
@@ -124,7 +127,7 @@
"Overwrite file":"Gainidatzi fitxategia",
"Keep existing file":"Mantendu dagoen fitxategia",
"This board is read only":"Mahai hau irakurtzeko soilik da",
"Drop your files to upload":"Jaregin zure fitxategiak kargatzeko",
"Drop your files to upload":"Jaregin zure fitxategiak igotzeko",
"Add card":"Gehitu txartela",
"Archived cards":"Artxibatutako txartelak",
"Add list":"Gehitu zerrenda",
@@ -154,7 +157,7 @@
"Sharing":"Partekatzea",
"Tags":"Etiketak",
"Deleted items":"Ezabatutako elementuak",
"Timeline":"Denbora-lerroa",
"Activity":"Jarduerak",
"Deleted lists":"Ezabatutako zerrendak",
"Undo":"Desegin",
"Deleted cards":"Ezabatutako txartelak",
@@ -191,7 +194,7 @@
"Members":"Partaideak",
"Assign to users/groups/circles":"Esleitu erabiltzaile/talde/zirkuluei",
"Assign a user to this card…":"Esleitu erabiltzaile bat txartel honi...",
"Upload new files":"Kargatu fitxategi berriak",
"Upload new files":"Igo fitxategi berriak",
"Share from Files":"Partekatu Fitxategiak-etik",
"Pending share":"Partekatzeko zain",
"Add this attachment":"Gehitu eranskin hau",
@@ -227,6 +230,7 @@
"Add Attachment":"Gehitu eranskina",
"Write a description …":"Idatzi deskribapen bat ...",
"Choose attachment":"Aukeratu eranskina",
"Assign a due date to this card…":"Esleitu iraungitze data bat txartel honi...",
"Set a due date":"Ezarri epe-muga",
"Remove due date":"Ezabatu epe-muga",
"Select Date":"Hautatu data",
@@ -258,8 +262,8 @@
"Use bigger card view":"Erabili txartel ikuspegi handiagoa",
"Show card ID badge":"Erakutsi txartelaren ID plaka",
"Show boards in calendar/tasks":"Erakutsi taulak egutegi/zereginetan",
"Limit deck usage of groups":"Mugatu taldeek Deck erabiltzeko aukera",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Deck mugatzeak taldeetako kide ez diren erabiltzaileei beren taula propioak sortzea eragotziko die. Erabiltzaileek beraiekin partekatu diren tauletan lan egin ahalko dute.",
"Limit board creation to some groups":"Mugatu taulak sortzea talde batzuei",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.":"Talde haietatik kanpo dauden erabiltzaileak ezingo dituzte haien taulak sortu, baina partekatu zaizkien taulatan lan egiten jarraitu ahal izango dute.",
"Board details":"Taularen xehetasunak",
"Edit board":"Editatu mahaia",
"Clone board":"Klonatu taula",
@@ -305,15 +309,18 @@
"Create a card":"Sortu txartela",
"Message from {author} in {conversationName}":"{author} erabiltzailearen mezua {conversationName}-an",
"Something went wrong":"Zerbait gaizki joan da",
"Failed to upload {name}":"{name} kargatzeak huts egin du",
"Failed to upload {name}":"{name} igotzeak huts egin du",
"Maximum file size of {size} exceeded":"Fitxategiaren gehienezko {size} tamaina gainditu da",
"Error creating the share":"Errorea partekatzea sortzean",
"Share with a Deck card":"Partekatu Deck txartel baten bidez",
"Share {file} with a Deck card":"Partekatu {file} Deck txartel baten bidez",
"Share":"Partekatu",
"A <strong>card description</strong> inside the Deck app has been changed":"<strong>Txartel baten deskribapena</strong> aldatu da Deck aplikazioaren barruan",
"Timeline":"Denbora-lerroa",
"Add a new list":"Gehitu zerrenda berria",
"Assign to users":"Esleitu erabiltzaileei",
"Due date":"Epe-muga"
"Due date":"Epe-muga",
"Limit deck usage of groups":"Mugatu taldeek Deck erabiltzeko aukera",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.":"Deck mugatzeak taldeetako kide ez diren erabiltzaileei beren taula propioak sortzea eragotziko die. Erabiltzaileek beraiekin partekatu diren tauletan lan egin ahalko dute."
},"pluralForm":"nplurals=2; plural=(n != 1);"
}
Some files were not shown because too many files have changed in this diff
Show More
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.