The calendar object needs to be exposed with "write" properties in order to allow users to hide/show the corresponding calendar in the calendar app. It doesn't has any affects on the general permissions for the whole board or the tasks. As soon as you select a task you jump to the deck app where the normal deck permissions are applied.
fixes: https://github.com/nextcloud/deck/issues/4618
Signed-off-by: Björn Schießle <bjoern@nextcloud.com>
Limit deleted cards in one cron job run to 500
Converted spaces to tabs
Added missing import for CardMapper class
Added another missing import for CardMapper class
Fixed response object in findToDelete method + fixed 2 misspellings in API.md
Fixed invalid parameter type
Fix DeleteCronTest
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Fix lint errors
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
- adds vscode settings file to gitingore
- adds new badge for card ID
- adds card ID to board filter
- adds settings to disable card ID badge
Signed-off-by: Adrian Missy <adrian.missy@onewavestudios.com>
Added more information about the nextcloud environment manually and with docker in the development description.
Signed-off-by: Dennis Eisermann <73851419+DJE98@users.noreply.github.com>
if (absoluteIncrease >= 100 || relativeIncrease > 5) {
const comment = `🐢 Performance warning.\nIt looks like the query count of the integration tests increased with this PR.\nDatabase query count is now ` + queryCount + ' was ' + baseCount + ' (+' + relativeIncrease + '%)\nPlease check your code again. If you added a new test this can be expected and the base value in tests/integration/base-query-count.txt can be increased.'
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: comment
})
}
if (queryCount < 100) {
const comment = `🐈 Performance messuring seems broken. Failed to get query count.`
- Use the color-primary-element* variables @szaimen [#4673](https://github.com/nextcloud/deck/pull/4673)
- fix(references): Mute NoPermissionException as it is expected to happen for references @juliushaertl [#4514](https://github.com/nextcloud/deck/pull/4514)
- fix(cards): Fix card sizing by limiting too wide style rules @juliushaertl [#4512](https://github.com/nextcloud/deck/pull/4512)
- fix: Adapt NcEmptyContent usages to new slots @juliushaertl [#4561](https://github.com/nextcloud/deck/pull/4561)
- 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)
- Dependency updates
### Other
- feat: Add devcontainer and update dev docs @juliushaertl [#4683](https://github.com/nextcloud/deck/pull/4683)
- chore(CI): Adjust testing matrix for Nextcloud 27 on stable27 @nickvergessen [#4691](https://github.com/nextcloud/deck/pull/4691)
Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.
Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.
@@ -20,6 +20,7 @@ Deck is a kanban style organization tool aimed at personal planning and project
### Mobile apps
### Mobile apps
- [Nextcloud Deck app for Android](https://github.com/stefan-niedermann/nextcloud-deck) - It is available in [F-Droid](https://f-droid.org/de/packages/it.niedermann.nextcloud.deck/) and the [Google Play Store](https://play.google.com/store/apps/details?id=it.niedermann.nextcloud.deck.play)
- [Nextcloud Deck app for Android](https://github.com/stefan-niedermann/nextcloud-deck) - It is available in [F-Droid](https://f-droid.org/de/packages/it.niedermann.nextcloud.deck/) and the [Google Play Store](https://play.google.com/store/apps/details?id=it.niedermann.nextcloud.deck.play)
- [deck NG for Android and iOS](https://github.com/meltzow/deck-ng) - It is available in [Google Play Store](https://play.google.com/store/apps/details?id=net.meltzow.deckng) and [Apple App Store](https://apps.apple.com/us/app/deck-ng/id6443334702)
### 3rd-Party Integrations
### 3rd-Party Integrations
@@ -29,28 +30,7 @@ Deck is a kanban style organization tool aimed at personal planning and project
## Installation/Update
## Installation/Update
This app is supposed to work on the two latest Nextcloud versions.
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).
### Install latest release
You can download and install the latest release from the [Nextcloud app store](https://apps.nextcloud.com/apps/deck)
### Install from git
If you want to run the latest development version from git source, you need to clone the repo to your apps folder:
```
git clone https://github.com/nextcloud/deck.git
cd deck
make install-deps
make build
```
Please make sure you have installed the following dependencies: `make, which, tar, npm, curl, composer`
### Install the nightly builds
Instead of setting everything up manually, you can just [download the nightly build](https://github.com/nextcloud/deck/releases/tag/nightly) instead. These builds are updated every 24 hours, and are pre-configured with all the needed dependencies.
## Performance limitations
## Performance limitations
@@ -65,36 +45,54 @@ Improvements on Nextcloud server and Deck itself will improve the situation.
## Developing
## Developing
### PHP
There are multiple ways to develop on Deck. As you will need a Nextcloud server running, the individual options are described below.
Nothing to prepare, just dig into the code.
### General build instructions
### JavaScript
General build instructions for the app itself are the same for all options.
This requires at least Node 14 and npm 7 to be installed.
To build you will need to have [Node.js](https://nodejs.org/en/) and [Composer](https://getcomposer.org/) installed.
Deck requires running a `make build-js` to install npm dependencies and build the JavaScript code using webpack. While developing you can also use `make watch` to rebuild everytime the code changes.
You need to setup a [development environment](https://docs.nextcloud.com/server/latest/developer_manual//getting_started/devenv.html) of the current Nextcloud version. You can also alternatively install & run the [nextcloud docker container](https://github.com/juliushaertl/nextcloud-docker-dev).
After the finished installation, you can clone the deck project directly in the `/[nextcloud-docker-dev-dir]/workspace/server/apps/` folder.
### Running tests
### Running tests
You can use the provided Makefile to run all tests by using:
You can use the provided Makefile to run all tests by using:
@@ -1066,6 +1066,7 @@ Deck stores user and app configuration values globally and per board. The GET en
| --- | --- |
| --- | --- |
| calendar | Determines if the calendar/tasks integration through the CalDAV backend is enabled for the user (boolean) |
| 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) |
| cardDetailsInModal | Determines if the bigger view is used (boolean) |
| cardIdBadge | Determines if the ID badges are displayed on cards (boolean) |
| groupLimit | Determines if creating new boards is limited to certain groups of the instance. The resulting output is an array of group objects with the id and the displayname (Admin only)|
| groupLimit | Determines if creating new boards is limited to certain groups of the instance. The resulting output is an array of group objects with the id and the displayname (Admin only)|
```
```
@@ -1079,6 +1080,7 @@ Deck stores user and app configuration values globally and per board. The GET en
"data": {
"data": {
"calendar": true,
"calendar": true,
"cardDetailsInModal": true,
"cardDetailsInModal": true,
"cardIdBadge": true,
"groupLimit": [
"groupLimit": [
{
{
"id": "admin",
"id": "admin",
@@ -1109,6 +1111,7 @@ Deck stores user and app configuration values globally and per board. The GET en
| notify-due | `off`, `assigned` or `all` |
| notify-due | `off`, `assigned` or `all` |
| calendar | Boolean |
| calendar | Boolean |
| cardDetailsInModal | Boolean |
| cardDetailsInModal | Boolean |
| cardIdBadge | Boolean |
#### Example request
#### Example request
@@ -1391,3 +1394,110 @@ A bad request response is returned if invalid input values are provided. The res
A not found response might be returned if:
A not found response might be returned if:
- The card for the given cardId could not be found
- The card for the given cardId could not be found
* Execute the import informing the import file path, data file and source as `Trello JSON`
* Execute the import informing the import file path, data file and source as `Trello JSON`
Create the configuration file respecting the [JSON Schema](https://github.com/nextcloud/deck/blob/master/lib/Service/Importer/fixtures/config-trelloJson-schema.json) for import `Trello JSON`
Create the configuration file respecting the [JSON Schema](https://github.com/nextcloud/deck/blob/main/lib/Service/Importer/fixtures/config-trelloJson-schema.json) for import `Trello JSON`
This ID you will use in the configuration file in the `board` property
This ID you will use in the configuration file in the `board` property
* Create the configuration file
* Create the configuration file
Create the configuration file respecting the [JSON Schema](https://github.com/nextcloud/deck/blob/master/lib/Service/Importer/fixtures/config-trelloApi-schema.json) for import `Trello JSON`
Create the configuration file respecting the [JSON Schema](https://github.com/nextcloud/deck/blob/main/lib/Service/Importer/fixtures/config-trelloApi-schema.json) for import `Trello JSON`
"Share {file} with a Deck card":"مشاركة الملف {file} مع بطاقة Deck",
"Share {file} with a Deck card":"مشاركة الملف {file} مع بطاقة Deck",
"Share":"مشاركة ",
"Share":"مشاركة ",
"Add a new list":"اضف قائمة جديدة",
"Add a new list":"اضف قائمة جديدة"
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"هل انت متأكد تريد مسح اللوح {title}؟ هذا سوف يمسح جميع بيانات هذا اللوح."
"Share {file} with a Deck card":"مشاركة الملف {file} مع بطاقة Deck",
"Share {file} with a Deck card":"مشاركة الملف {file} مع بطاقة Deck",
"Share":"مشاركة ",
"Share":"مشاركة ",
"Add a new list":"اضف قائمة جديدة",
"Add a new list":"اضف قائمة جديدة"
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"هل انت متأكد تريد مسح اللوح {title}؟ هذا سوف يمسح جميع بيانات هذا اللوح."
"Share with a Deck card":"Споделяне с Deck карта",
"Share with a Deck card":"Споделяне с Deck карта",
"Share {file} with a Deck card":"Споделяне {file} с Deck карта",
"Share {file} with a Deck card":"Споделяне {file} с Deck карта",
"Share":"Споделяне",
"Share":"Споделяне",
"Are you sure you want to transfer the board {title} for {user}?":"Сигурни ли сте че искате да прехвърлите таблото {title} на {user}?",
"Add a new list":"Добавяне на нов списък"
"Transfer the board for {user} successfully":"Успешно прехвърляне на таблото към {user} ",
"Failed to transfer the board for {user}":"Неуспешно прехвърляне на таблото към {user}",
"Add a new list":"Добавяне на нов списък",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Сигурни ли сте, че искате да изтриете таблото {title}? Това ще изтрие всички данни на това табло."
"Share with a Deck card":"Споделяне с Deck карта",
"Share with a Deck card":"Споделяне с Deck карта",
"Share {file} with a Deck card":"Споделяне {file} с Deck карта",
"Share {file} with a Deck card":"Споделяне {file} с Deck карта",
"Share":"Споделяне",
"Share":"Споделяне",
"Are you sure you want to transfer the board {title} for {user}?":"Сигурни ли сте че искате да прехвърлите таблото {title} на {user}?",
"Add a new list":"Добавяне на нов списък"
"Transfer the board for {user} successfully":"Успешно прехвърляне на таблото към {user} ",
"Failed to transfer the board for {user}":"Неуспешно прехвърляне на таблото към {user}",
"Add a new list":"Добавяне на нов списък",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Сигурни ли сте, че искате да изтриете таблото {title}? Това ще изтрие всички данни на това табло."
"Share with a Deck card":"Compartir amb una targeta de Deck",
"Share with a Deck card":"Compartir amb una targeta de Deck",
"Share {file} with a Deck card":"Compartir {file} amb una targeta de Deck",
"Share {file} with a Deck card":"Compartir {file} amb una targeta de Deck",
"Share":"Compartir",
"Share":"Compartir",
"Are you sure you want to transfer the board {title} for {user}?":"Esteu segur que voleu transferir el tauler {title} per a {user}?",
"Add a new list":"Afegeix una llista nova"
"Transfer the board for {user} successfully":"Transfereix el tauler per a {user} correctament",
"Failed to transfer the board for {user}":"No s'ha pogut transferir el tauler per a {user}",
"Add a new list":"Afegeix una llista nova",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Esteu segur que voleu suprimir el tauler {title}? Això eliminarà totes les dades d'aquest tauler."
"Share with a Deck card":"Compartir amb una targeta de Deck",
"Share with a Deck card":"Compartir amb una targeta de Deck",
"Share {file} with a Deck card":"Compartir {file} amb una targeta de Deck",
"Share {file} with a Deck card":"Compartir {file} amb una targeta de Deck",
"Share":"Compartir",
"Share":"Compartir",
"Are you sure you want to transfer the board {title} for {user}?":"Esteu segur que voleu transferir el tauler {title} per a {user}?",
"Add a new list":"Afegeix una llista nova"
"Transfer the board for {user} successfully":"Transfereix el tauler per a {user} correctament",
"Failed to transfer the board for {user}":"No s'ha pogut transferir el tauler per a {user}",
"Add a new list":"Afegeix una llista nova",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Esteu segur que voleu suprimir el tauler {title}? Això eliminarà totes les dades d'aquest tauler."
"Share with a Deck card":"Sdílet s kartou aplikace Deck",
"Share with a Deck card":"Sdílet s kartou aplikace Deck",
"Share {file} with a Deck card":"Sdílet {file} s kartou aplikace Deck",
"Share {file} with a Deck card":"Sdílet {file} s kartou aplikace Deck",
"Share":"Sdílet",
"Share":"Sdílet",
"Are you sure you want to transfer the board {title} for {user}?":"Opravdu chcete předat vlastnictví tabule {title} uživateli {user}?",
"Add a new list":"Přidat nový sloupec"
"Transfer the board for {user} successfully":"Předání vlastnictví tabule uživateli {user} úspěšné",
"Failed to transfer the board for {user}":"Nepodařilo se předat vlastnictví tabule uživateli {user}",
"Add a new list":"Přidat nový sloupec",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Opravdu chcete tabuly {title} smazat? Toto smaže veškerá data této tabule."
"Share with a Deck card":"Sdílet s kartou aplikace Deck",
"Share with a Deck card":"Sdílet s kartou aplikace Deck",
"Share {file} with a Deck card":"Sdílet {file} s kartou aplikace Deck",
"Share {file} with a Deck card":"Sdílet {file} s kartou aplikace Deck",
"Share":"Sdílet",
"Share":"Sdílet",
"Are you sure you want to transfer the board {title} for {user}?":"Opravdu chcete předat vlastnictví tabule {title} uživateli {user}?",
"Add a new list":"Přidat nový sloupec"
"Transfer the board for {user} successfully":"Předání vlastnictví tabule uživateli {user} úspěšné",
"Failed to transfer the board for {user}":"Nepodařilo se předat vlastnictví tabule uživateli {user}",
"Add a new list":"Přidat nový sloupec",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Opravdu chcete tabuly {title} smazat? Toto smaže veškerá data této tabule."
"Share {file} with a Deck card":"Del {file} med et Deck kort",
"Share {file} with a Deck card":"Del {file} med et Deck kort",
"Share":"Del",
"Share":"Del",
"Add a new list":"Tilføj en ny kolonne",
"Add a new list":"Tilføj en ny kolonne"
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Er du sikker på du vil slette tavlen {title}? Dette vil slette alt data på tavlen."
"Share {file} with a Deck card":"Del {file} med et Deck kort",
"Share {file} with a Deck card":"Del {file} med et Deck kort",
"Share":"Del",
"Share":"Del",
"Add a new list":"Tilføj en ny kolonne",
"Add a new list":"Tilføj en ny kolonne"
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Er du sikker på du vil slette tavlen {title}? Dette vil slette alt data på tavlen."
"Share with a Deck card":"Mit einer Deck-Karte teilen",
"Share with a Deck card":"Mit einer Deck-Karte teilen",
"Share {file} with a Deck card":"{file} mit einer Deck-Karte teilen",
"Share {file} with a Deck card":"{file} mit einer Deck-Karte teilen",
"Share":"Freigeben",
"Share":"Freigeben",
"Are you sure you want to transfer the board {title} for {user}?":"Möchtest du wirklich das Board {title} an {user} übertragen?",
"Add a new list":"Eine neue Liste hinzufügen"
"Transfer the board for {user} successfully":"Das Board wurde erfolgreich an {user} übertragen",
"Failed to transfer the board for {user}":"Board konnte nicht an {user} übertragen werden",
"Add a new list":"Eine neue Liste hinzufügen",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Möchtest du wirklich das Board {title} mit all seinen Daten löschen?"
"Share with a Deck card":"Mit einer Deck-Karte teilen",
"Share with a Deck card":"Mit einer Deck-Karte teilen",
"Share {file} with a Deck card":"{file} mit einer Deck-Karte teilen",
"Share {file} with a Deck card":"{file} mit einer Deck-Karte teilen",
"Share":"Freigeben",
"Share":"Freigeben",
"Are you sure you want to transfer the board {title} for {user}?":"Möchtest du wirklich das Board {title} an {user} übertragen?",
"Add a new list":"Eine neue Liste hinzufügen"
"Transfer the board for {user} successfully":"Das Board wurde erfolgreich an {user} übertragen",
"Failed to transfer the board for {user}":"Board konnte nicht an {user} übertragen werden",
"Add a new list":"Eine neue Liste hinzufügen",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Möchtest du wirklich das Board {title} mit all seinen Daten löschen?"
"Share with a Deck card":"Mit einer Deck-Karte teilen",
"Share with a Deck card":"Mit einer Deck-Karte teilen",
"Share {file} with a Deck card":"{file} mit einer Deck-Karte teilen",
"Share {file} with a Deck card":"{file} mit einer Deck-Karte teilen",
"Share":"Freigeben",
"Share":"Freigeben",
"Are you sure you want to transfer the board {title} for {user}?":"Möchten Sie wirklich das Board {title} an {user} übertragen?",
"Add a new list":"Eine neue Liste hinzufügen"
"Transfer the board for {user} successfully":"Das Board wurde an {user} übertragen",
"Failed to transfer the board for {user}":"Board konnte nicht an {user} übertragen werden",
"Add a new list":"Eine neue Liste hinzufügen",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Möchten Sie wirklich dieses Board {title} mit all seinen Daten löschen?"
"Share with a Deck card":"Mit einer Deck-Karte teilen",
"Share with a Deck card":"Mit einer Deck-Karte teilen",
"Share {file} with a Deck card":"{file} mit einer Deck-Karte teilen",
"Share {file} with a Deck card":"{file} mit einer Deck-Karte teilen",
"Share":"Freigeben",
"Share":"Freigeben",
"Are you sure you want to transfer the board {title} for {user}?":"Möchten Sie wirklich das Board {title} an {user} übertragen?",
"Add a new list":"Eine neue Liste hinzufügen"
"Transfer the board for {user} successfully":"Das Board wurde an {user} übertragen",
"Failed to transfer the board for {user}":"Board konnte nicht an {user} übertragen werden",
"Add a new list":"Eine neue Liste hinzufügen",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Möchten Sie wirklich dieses Board {title} mit all seinen Daten löschen?"
"Share with a Deck card":"Μοιραστείτε με μια καρτέλα Deck",
"Share with a Deck card":"Μοιραστείτε με μια καρτέλα Deck",
"Share {file} with a Deck card":"Μοιραστείτε το {file} με μια καρτέλα Deck",
"Share {file} with a Deck card":"Μοιραστείτε το {file} με μια καρτέλα Deck",
"Share":"Μοιραστείτε",
"Share":"Μοιραστείτε",
"Are you sure you want to transfer the board {title} for {user}?":"Είστε σίγουροι ότι θέλετε να μεταφέρετε τον πίνακα {title} για {user}? ",
"Add a new list":"Προσθήκη νέας λίστας"
"Transfer the board for {user} successfully":"Επιτυχής μεταφορά του πίνακα για τον χρήστη {user}",
"Failed to transfer the board for {user}":"Απέτυχε η μεταφορά του πίνακα για τον χρήστη {user}",
"Add a new list":"Προσθήκη νέας λίστας",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Είστε βέβαιοι ότι θέλετε να διαγράψετε τον πίνακα {title}; Θα διαγραφούν όλα τα δεδομένα."
"Share with a Deck card":"Μοιραστείτε με μια καρτέλα Deck",
"Share with a Deck card":"Μοιραστείτε με μια καρτέλα Deck",
"Share {file} with a Deck card":"Μοιραστείτε το {file} με μια καρτέλα Deck",
"Share {file} with a Deck card":"Μοιραστείτε το {file} με μια καρτέλα Deck",
"Share":"Μοιραστείτε",
"Share":"Μοιραστείτε",
"Are you sure you want to transfer the board {title} for {user}?":"Είστε σίγουροι ότι θέλετε να μεταφέρετε τον πίνακα {title} για {user}? ",
"Add a new list":"Προσθήκη νέας λίστας"
"Transfer the board for {user} successfully":"Επιτυχής μεταφορά του πίνακα για τον χρήστη {user}",
"Failed to transfer the board for {user}":"Απέτυχε η μεταφορά του πίνακα για τον χρήστη {user}",
"Add a new list":"Προσθήκη νέας λίστας",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Είστε βέβαιοι ότι θέλετε να διαγράψετε τον πίνακα {title}; Θα διαγραφούν όλα τα δεδομένα."
"Share with a Deck card":"Share with a Deck card",
"Share with a Deck card":"Share with a Deck card",
"Share {file} with a Deck card":"Share {file} with a Deck card",
"Share {file} with a Deck card":"Share {file} with a Deck card",
"Share":"Share",
"Share":"Share",
"Are you sure you want to transfer the board {title} for {user}?":"Are you sure you want to transfer the board {title} for {user}?",
"Add a new list":"Add a new list"
"Transfer the board for {user} successfully":"Transfer the board for {user} successfully",
"Failed to transfer the board for {user}":"Failed to transfer the board for {user}",
"Add a new list":"Add a new list",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Are you sure you want to delete the board {title}? This will delete all the data of this board."
"Share with a Deck card":"Share with a Deck card",
"Share with a Deck card":"Share with a Deck card",
"Share {file} with a Deck card":"Share {file} with a Deck card",
"Share {file} with a Deck card":"Share {file} with a Deck card",
"Share":"Share",
"Share":"Share",
"Are you sure you want to transfer the board {title} for {user}?":"Are you sure you want to transfer the board {title} for {user}?",
"Add a new list":"Add a new list"
"Transfer the board for {user} successfully":"Transfer the board for {user} successfully",
"Failed to transfer the board for {user}":"Failed to transfer the board for {user}",
"Add a new list":"Add a new list",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Are you sure you want to delete the board {title}? This will delete all the data of this board."
"Share with a Deck card":"Compartir con una tarjeta de Deck",
"Share with a Deck card":"Compartir con una tarjeta de Deck",
"Share {file} with a Deck card":"Compartir {file} con una tarjeta de Deck",
"Share {file} with a Deck card":"Compartir {file} con una tarjeta de Deck",
"Share":"Compartir",
"Share":"Compartir",
"Are you sure you want to transfer the board {title} for {user}?":"¿Estás seguro de que quieres transferir el tablero {título} a {usuario}?",
"Add a new list":"Añadir una lista nueva"
"Transfer the board for {user} successfully":"Transferir el tablero para {usuario} con éxito",
"Failed to transfer the board for {user}":"No se ha podido transferir el tablero para {usuario}",
"Add a new list":"Añadir una lista nueva",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"¿Estas seguro de que quieres eliminar el tablero {title}? Esto eliminará todos los datos del tablero."
},
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
"Share with a Deck card":"Compartir con una tarjeta de Deck",
"Share with a Deck card":"Compartir con una tarjeta de Deck",
"Share {file} with a Deck card":"Compartir {file} con una tarjeta de Deck",
"Share {file} with a Deck card":"Compartir {file} con una tarjeta de Deck",
"Share":"Compartir",
"Share":"Compartir",
"Are you sure you want to transfer the board {title} for {user}?":"¿Estás seguro de que quieres transferir el tablero {título} a {usuario}?",
"Add a new list":"Añadir una lista nueva"
"Transfer the board for {user} successfully":"Transferir el tablero para {usuario} con éxito",
"Failed to transfer the board for {user}":"No se ha podido transferir el tablero para {usuario}",
"Add a new list":"Añadir una lista nueva",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"¿Estas seguro de que quieres eliminar el tablero {title}? Esto eliminará todos los datos del tablero."
},"pluralForm":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
},"pluralForm":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
"Share with a Deck card":"Partekatu Deck txartel baten bidez",
"Share with a Deck card":"Partekatu Deck txartel baten bidez",
"Share {file} with a Deck card":"Partekatu {file} Deck txartel baten bidez",
"Share {file} with a Deck card":"Partekatu {file} Deck txartel baten bidez",
"Share":"Partekatu",
"Share":"Partekatu",
"Are you sure you want to transfer the board {title} for {user}?":"Ziur {title} taula transferitu nahi duzula {user}?",
"Add a new list":"Gehitu zerrenda berria"
"Transfer the board for {user} successfully":"Transferitu {user}-ren panela behar bezala",
"Failed to transfer the board for {user}":"Ezin izan da transferitu {user}-ren panela",
"Add a new list":"Gehitu zerrenda berria",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Ziur zaude «{title}» taula ezabatu nahi duzula? Honek taula honen datu guztiak ezabatuko ditu."
"Share with a Deck card":"Partekatu Deck txartel baten bidez",
"Share with a Deck card":"Partekatu Deck txartel baten bidez",
"Share {file} with a Deck card":"Partekatu {file} Deck txartel baten bidez",
"Share {file} with a Deck card":"Partekatu {file} Deck txartel baten bidez",
"Share":"Partekatu",
"Share":"Partekatu",
"Are you sure you want to transfer the board {title} for {user}?":"Ziur {title} taula transferitu nahi duzula {user}?",
"Add a new list":"Gehitu zerrenda berria"
"Transfer the board for {user} successfully":"Transferitu {user}-ren panela behar bezala",
"Failed to transfer the board for {user}":"Ezin izan da transferitu {user}-ren panela",
"Add a new list":"Gehitu zerrenda berria",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Ziur zaude «{title}» taula ezabatu nahi duzula? Honek taula honen datu guztiak ezabatuko ditu."
"Share with a Deck card":"Partager avec Deck en tant que carte",
"Share with a Deck card":"Partager avec Deck en tant que carte",
"Share {file} with a Deck card":"Partager {file} avec Deck en tant que carte",
"Share {file} with a Deck card":"Partager {file} avec Deck en tant que carte",
"Share":"Partager",
"Share":"Partager",
"Are you sure you want to transfer the board {title} for {user}?":"Êtes-vous sûr de vouloir transférer le tableau {title} pour {user} ?",
"Add a new list":"Ajouter une nouvelle liste"
"Transfer the board for {user} successfully":"Transfert du tableau pour {user} avec succès",
"Failed to transfer the board for {user}":"Échec du transfert du tableau pour {user}",
"Add a new list":"Ajouter une nouvelle liste",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Êtes-vous certain de vouloir supprimer le tableau {title} ? Cela supprimera l'ensemble des données de ce tableau."
},
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
"Share with a Deck card":"Partager avec Deck en tant que carte",
"Share with a Deck card":"Partager avec Deck en tant que carte",
"Share {file} with a Deck card":"Partager {file} avec Deck en tant que carte",
"Share {file} with a Deck card":"Partager {file} avec Deck en tant que carte",
"Share":"Partager",
"Share":"Partager",
"Are you sure you want to transfer the board {title} for {user}?":"Êtes-vous sûr de vouloir transférer le tableau {title} pour {user} ?",
"Add a new list":"Ajouter une nouvelle liste"
"Transfer the board for {user} successfully":"Transfert du tableau pour {user} avec succès",
"Failed to transfer the board for {user}":"Échec du transfert du tableau pour {user}",
"Add a new list":"Ajouter une nouvelle liste",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Êtes-vous certain de vouloir supprimer le tableau {title} ? Cela supprimera l'ensemble des données de ce tableau."
},"pluralForm":"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
},"pluralForm":"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
"Share with a Deck card":"Compartir cunha tarxeta Deck",
"Share with a Deck card":"Compartir cunha tarxeta Deck",
"Share {file} with a Deck card":"Compartir {file} cunha tarxeta Deck",
"Share {file} with a Deck card":"Compartir {file} cunha tarxeta Deck",
"Share":"Compartir",
"Share":"Compartir",
"Add a new list":"Engadir unha lista nova",
"Add a new list":"Engadir unha lista nova"
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Confirma que quere eliminar o taboleiro {title}? Isto eliminará todos os datos deste taboleiro."
"Share with a Deck card":"Compartir cunha tarxeta Deck",
"Share with a Deck card":"Compartir cunha tarxeta Deck",
"Share {file} with a Deck card":"Compartir {file} cunha tarxeta Deck",
"Share {file} with a Deck card":"Compartir {file} cunha tarxeta Deck",
"Share":"Compartir",
"Share":"Compartir",
"Add a new list":"Engadir unha lista nova",
"Add a new list":"Engadir unha lista nova"
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Confirma que quere eliminar o taboleiro {title}? Isto eliminará todos os datos deste taboleiro."
"Share {file} with a Deck card":"שיתוף {file} עם כרטיס חפיסה",
"Share {file} with a Deck card":"שיתוף {file} עם כרטיס חפיסה",
"Share":"שיתוף",
"Share":"שיתוף",
"Add a new list":"הוסף רשימה חדשה",
"Add a new list":"הוסף רשימה חדשה"
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"למחוק את הלוח {title}? פעולה זו תמחק את כל הנתונים של הלוח הזה."
"Share {file} with a Deck card":"שיתוף {file} עם כרטיס חפיסה",
"Share {file} with a Deck card":"שיתוף {file} עם כרטיס חפיסה",
"Share":"שיתוף",
"Share":"שיתוף",
"Add a new list":"הוסף רשימה חדשה",
"Add a new list":"הוסף רשימה חדשה"
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"למחוק את הלוח {title}? פעולה זו תמחק את כל הנתונים של הלוח הזה."
"Share with a Deck card":"Dijeli s Deck karticom",
"Share with a Deck card":"Dijeli s Deck karticom",
"Share {file} with a Deck card":"Dijeli {file} s Deck karticom",
"Share {file} with a Deck card":"Dijeli {file} s Deck karticom",
"Share":"Dijeli",
"Share":"Dijeli",
"Add a new list":"Dodaj novi popis",
"Add a new list":"Dodaj novi popis"
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Jeste li sigurni da želite izbrisati ploču {title}? Time ćete izbrisati sve podatke ploče."
"Share with a Deck card":"Dijeli s Deck karticom",
"Share with a Deck card":"Dijeli s Deck karticom",
"Share {file} with a Deck card":"Dijeli {file} s Deck karticom",
"Share {file} with a Deck card":"Dijeli {file} s Deck karticom",
"Share":"Dijeli",
"Share":"Dijeli",
"Add a new list":"Dodaj novi popis",
"Add a new list":"Dodaj novi popis"
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Jeste li sigurni da želite izbrisati ploču {title}? Time ćete izbrisati sve podatke ploče."
"Share {file} with a Deck card":"A(z) {file} megosztása egy kártyával",
"Share {file} with a Deck card":"A(z) {file} megosztása egy kártyával",
"Share":"Megosztás",
"Share":"Megosztás",
"Are you sure you want to transfer the board {title} for {user}?":"Biztos, hogy átadja a(z) {board} tábla tulajdonjogát {user} számára?",
"Add a new list":"Új lista hozzáadása"
"Transfer the board for {user} successfully":"A tábla átadása {user} számára sikeres",
"Failed to transfer the board for {user}":"A tábla átadása {user} számára sikertelen",
"Add a new list":"Új lista hozzáadása",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Biztos, hogy törli a(z) {title} táblát? Ez törölni fogja a tábla összes adatát."
"Share {file} with a Deck card":"A(z) {file} megosztása egy kártyával",
"Share {file} with a Deck card":"A(z) {file} megosztása egy kártyával",
"Share":"Megosztás",
"Share":"Megosztás",
"Are you sure you want to transfer the board {title} for {user}?":"Biztos, hogy átadja a(z) {board} tábla tulajdonjogát {user} számára?",
"Add a new list":"Új lista hozzáadása"
"Transfer the board for {user} successfully":"A tábla átadása {user} számára sikeres",
"Failed to transfer the board for {user}":"A tábla átadása {user} számára sikertelen",
"Add a new list":"Új lista hozzáadása",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Biztos, hogy törli a(z) {title} táblát? Ez törölni fogja a tábla összes adatát."
"Maximum file size of {size} exceeded":"Melampaui batas ukuran maksimal {size}",
"Maximum file size of {size} exceeded":"Melampaui batas ukuran maksimal {size}",
"Share":"Bagikan",
"Share":"Bagikan",
"Add a new list":"Tambah daftar baru",
"Add a new list":"Tambah daftar baru"
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Apakah Anda yakin ingin menghapus papan {title}? Aksi ini akan menghapus seluruh data pada papan ini."
"Maximum file size of {size} exceeded":"Melampaui batas ukuran maksimal {size}",
"Maximum file size of {size} exceeded":"Melampaui batas ukuran maksimal {size}",
"Share":"Bagikan",
"Share":"Bagikan",
"Add a new list":"Tambah daftar baru",
"Add a new list":"Tambah daftar baru"
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Apakah Anda yakin ingin menghapus papan {title}? Aksi ini akan menghapus seluruh data pada papan ini."
"Share with a Deck card":"Condividi con una scheda di Deck",
"Share with a Deck card":"Condividi con una scheda di Deck",
"Share {file} with a Deck card":"Condividi {file} con una scheda di Deck",
"Share {file} with a Deck card":"Condividi {file} con una scheda di Deck",
"Share":"Condividi",
"Share":"Condividi",
"Transfer the board for {user} successfully":"Trasferimento della bacheca per {user} avvenuta con successo.",
"Add a new list":"Aggiungi un nuovo elenco"
"Failed to transfer the board for {user}":"Trasferimento della bacheca per {user} fallito",
"Add a new list":"Aggiungi un nuovo elenco",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Sei sicuro di voler eliminare la lavagna {title}? Questo eliminerà tutti i dati di questa lavagna?"
},
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
"Share with a Deck card":"Condividi con una scheda di Deck",
"Share with a Deck card":"Condividi con una scheda di Deck",
"Share {file} with a Deck card":"Condividi {file} con una scheda di Deck",
"Share {file} with a Deck card":"Condividi {file} con una scheda di Deck",
"Share":"Condividi",
"Share":"Condividi",
"Transfer the board for {user} successfully":"Trasferimento della bacheca per {user} avvenuta con successo.",
"Add a new list":"Aggiungi un nuovo elenco"
"Failed to transfer the board for {user}":"Trasferimento della bacheca per {user} fallito",
"Add a new list":"Aggiungi un nuovo elenco",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Sei sicuro di voler eliminare la lavagna {title}? Questo eliminerà tutti i dati di questa lavagna?"
},"pluralForm":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
},"pluralForm":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
"Maximum file size of {size} exceeded":"Viršytas maksimalus {size} failo dydis",
"Maximum file size of {size} exceeded":"Viršytas maksimalus {size} failo dydis",
"Error creating the share":"Klaida kuriant viešinį",
"Error creating the share":"Klaida kuriant viešinį",
"Share":"Bendrinti",
"Share":"Bendrinti",
"Add a new list":"Pridėti naują sąrašą",
"Add a new list":"Pridėti naują sąrašą"
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Ar tikrai norite ištrinti lentą, pavadinimu {title}? Tai ištrins visus šios lentos duomenis."
"Maximum file size of {size} exceeded":"Viršytas maksimalus {size} failo dydis",
"Maximum file size of {size} exceeded":"Viršytas maksimalus {size} failo dydis",
"Error creating the share":"Klaida kuriant viešinį",
"Error creating the share":"Klaida kuriant viešinį",
"Share":"Bendrinti",
"Share":"Bendrinti",
"Add a new list":"Pridėti naują sąrašą",
"Add a new list":"Pridėti naują sąrašą"
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Ar tikrai norite ištrinti lentą, pavadinimu {title}? Tai ištrins visus šios lentos duomenis."
"Share with a Deck card":"Споделено со Deck картица",
"Share with a Deck card":"Споделено со Deck картица",
"Share {file} with a Deck card":"Сподели {file} со Deck картица",
"Share {file} with a Deck card":"Сподели {file} со Deck картица",
"Share":"Сподели",
"Share":"Сподели",
"Add a new list":"Додади нова листа",
"Add a new list":"Додади нова листа"
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Дали сте сигурени дека сакате да ја избришете оваа табла {title}? Ова ќе ги избрише и сите податоци на таблата."
"Share with a Deck card":"Споделено со Deck картица",
"Share with a Deck card":"Споделено со Deck картица",
"Share {file} with a Deck card":"Сподели {file} со Deck картица",
"Share {file} with a Deck card":"Сподели {file} со Deck картица",
"Share":"Сподели",
"Share":"Сподели",
"Add a new list":"Додади нова листа",
"Add a new list":"Додади нова листа"
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Дали сте сигурени дека сакате да ја избришете оваа табла {title}? Ова ќе ги избрише и сите податоци на таблата."
"Share {file} with a Deck card":"Del {file} med et Stokk-kort",
"Share {file} with a Deck card":"Del {file} med et Stokk-kort",
"Share":"Del",
"Share":"Del",
"Are you sure you want to transfer the board {title} for {user}?":"Er du sikker på at du vil overføre tavlen {title} for {user}?",
"Add a new list":"Legg til en ny stabel"
"Transfer the board for {user} successfully":"Tavlen ble overført for {user}",
"Failed to transfer the board for {user}":"Klarte ikke overføre tavlen for {user}",
"Add a new list":"Legg til en ny stabel",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Er du sikker på sletting av tavlen {title}? Dette vil slette alt innholdet på denne tavlen."
"Share {file} with a Deck card":"Del {file} med et Stokk-kort",
"Share {file} with a Deck card":"Del {file} med et Stokk-kort",
"Share":"Del",
"Share":"Del",
"Are you sure you want to transfer the board {title} for {user}?":"Er du sikker på at du vil overføre tavlen {title} for {user}?",
"Add a new list":"Legg til en ny stabel"
"Transfer the board for {user} successfully":"Tavlen ble overført for {user}",
"Failed to transfer the board for {user}":"Klarte ikke overføre tavlen for {user}",
"Add a new list":"Legg til en ny stabel",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Er du sikker på sletting av tavlen {title}? Dette vil slette alt innholdet på denne tavlen."
"Share with a Deck card":"Delen met een Deck kaart",
"Share with a Deck card":"Delen met een Deck kaart",
"Share {file} with a Deck card":"Delen {file} met een Deck kaart",
"Share {file} with a Deck card":"Delen {file} met een Deck kaart",
"Share":"Delen",
"Share":"Delen",
"Transfer the board for {user} successfully":"Overdracht van het bord voor {user} is gelukt",
"Add a new list":"Voeg een nieuwe lijst toe"
"Failed to transfer the board for {user}":"Niet gelukt om het bord over te dragen voor {user}",
"Add a new list":"Voeg een nieuwe lijst toe",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Weet je zeker dat je bord {title} met wilt verwijderen? Dit verwijderd alle informatie van dit bord."
"Share with a Deck card":"Delen met een Deck kaart",
"Share with a Deck card":"Delen met een Deck kaart",
"Share {file} with a Deck card":"Delen {file} met een Deck kaart",
"Share {file} with a Deck card":"Delen {file} met een Deck kaart",
"Share":"Delen",
"Share":"Delen",
"Transfer the board for {user} successfully":"Overdracht van het bord voor {user} is gelukt",
"Add a new list":"Voeg een nieuwe lijst toe"
"Failed to transfer the board for {user}":"Niet gelukt om het bord over te dragen voor {user}",
"Add a new list":"Voeg een nieuwe lijst toe",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Weet je zeker dat je bord {title} met wilt verwijderen? Dit verwijderd alle informatie van dit bord."
"Share with a Deck card":"Udostępnij za pomocą karty Tablicy",
"Share with a Deck card":"Udostępnij za pomocą karty Tablicy",
"Share {file} with a Deck card":"Udostępnij {file} za pomocą karty Tablicy",
"Share {file} with a Deck card":"Udostępnij {file} za pomocą karty Tablicy",
"Share":"Udostępnianie",
"Share":"Udostępnianie",
"Are you sure you want to transfer the board {title} for {user}?":"Czy na pewno chcesz przenieść tablicę {title} dla {user}?",
"Add a new list":"Dodaj nową listę"
"Transfer the board for {user} successfully":"Przeniesienie tablicy dla {user} pomyślne",
"Failed to transfer the board for {user}":"Nie udało się przenieść tablicy dla {user}",
"Add a new list":"Dodaj nową listę",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Czy na pewno chcesz usunąć tablicę {title}? Spowoduje to usunięcie wszystkich danych z tej tablicy."
"Share with a Deck card":"Udostępnij za pomocą karty Tablicy",
"Share with a Deck card":"Udostępnij za pomocą karty Tablicy",
"Share {file} with a Deck card":"Udostępnij {file} za pomocą karty Tablicy",
"Share {file} with a Deck card":"Udostępnij {file} za pomocą karty Tablicy",
"Share":"Udostępnianie",
"Share":"Udostępnianie",
"Are you sure you want to transfer the board {title} for {user}?":"Czy na pewno chcesz przenieść tablicę {title} dla {user}?",
"Add a new list":"Dodaj nową listę"
"Transfer the board for {user} successfully":"Przeniesienie tablicy dla {user} pomyślne",
"Failed to transfer the board for {user}":"Nie udało się przenieść tablicy dla {user}",
"Add a new list":"Dodaj nową listę",
"Are you sure you want to delete the board {title}? This will delete all the data of this board.":"Czy na pewno chcesz usunąć tablicę {title}? Spowoduje to usunięcie wszystkich danych z tej tablicy."
"Share with a Deck card":"Compartilhar com um cartão Deck",
"Share with a Deck card":"Compartilhar com um cartão Deck",
"Share {file} with a Deck card":"Compartilhar {file} com um cartão Deck",
"Share {file} with a Deck card":"Compartilhar {file} com um cartão Deck",
"Share":"Compartilhar",
"Share":"Compartilhar",
"Are you sure you want to transfer the board {title} for {user}?":"Deseja realmente transferir o painel {title} para {user}?",
"Add a new list":"Adicionar nova lista"
"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}",
"Add a new list":"Adicionar nova lista",
"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."
},
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
"Share with a Deck card":"Compartilhar com um cartão Deck",
"Share with a Deck card":"Compartilhar com um cartão Deck",
"Share {file} with a Deck card":"Compartilhar {file} com um cartão Deck",
"Share {file} with a Deck card":"Compartilhar {file} com um cartão Deck",
"Share":"Compartilhar",
"Share":"Compartilhar",
"Are you sure you want to transfer the board {title} for {user}?":"Deseja realmente transferir o painel {title} para {user}?",
"Add a new list":"Adicionar nova lista"
"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}",
"Add a new list":"Adicionar nova lista",
"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."
},"pluralForm":"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
},"pluralForm":"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
}
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.