* Show users with matches in the email address.
* List email addresses in sharing dialog.
`NcSelect` filters the options based on matches in `label` and `subname`.
By using the email address as a subname we ensure
options with a matching email address are shown.
Signed-off-by: Max <max@nextcloud.com>
Added a more or less step for step guide on how to export import from deck to deck, and corrected a command.
Signed-off-by: paskalito <paskalito@users.noreply.github.com>
Mostly replace `ILogger` with `LoggerInterface` and some minor cleanup (constructor property promotion).
Some places used the deprecated `logException` this is easy to migrate by simply use the appropriate loglevel on the logger
and place the exception under the `exception` key in the context.
Also the manual checking of the configured log level is not needed, as this is already done by the logger.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
The order of the entries is fixed in the `info.xsd`,
so to make it validate correctly we need to reorder some attributes (`namespace` and `types`).
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@@ -13,7 +13,7 @@ The Deck application plugin uses the [markdown-it](https://github.com/markdown-i
## Supported Markdown
Markdown comes in may flavors. The best way to learn markdown and understand how to use it, is simply to [try it](https://markdown-it.github.io) on the original script official playground.
Markdown comes in many flavors. The best way to learn markdown and understand how to use it, is simply to [try it](https://markdown-it.github.io) on the original script official playground.
That same link offers also a comprehensive list of what is supported, and what is not - rendering it unnecessary to duplicate that content in here.
@@ -12,8 +12,9 @@ The export currently has some kown limitations in terms of specific data not inc
- Comments
-
```
occ deck:export > my-file.json
occ deck:export userid > userid-deck-export.json
```
(userid = username you see in admin useraccounts page)
## Import boards
@@ -23,22 +24,42 @@ It is possible to import from the following sources:
### Deck JSON
A json file that has been obtained from the above described `occ deck:export [userid]` command can be imported.
A json file that has been obtained from the above described `occ deck:export [userid] > userid-deck-export.json` command can be imported.
```
occ deck:import my-file.json
occ deck:import userid-deck-export.json
```
In case you are importing from a different instance you may use an additional config file to provide custom user id mapping in case users have different identifiers.
You will be asked to provide a path to a config file.
To know what to put in there:
- Have a look at your userid-deck-export.json
- fairly at the top you will see "uid" with a username.
- search for some more "uid" till you find all the usernames involved and note them.
- search for "acl"
- in there there are "uid" of groups note them too
In case you are importing from a different instance you must provide custom user id mapping in case users have different identifiers.
create a config file e.g `deck-import-config-file-userid.json` and ajust the content of this example as descibed above.
Userids on new instance can be seen in the admin useraccounts page.
```
{
"owner": "admin",
"owner": "useridofnewownderofallboards",
"uidRelation": {
"johndoe": "test-user-1"
"userid1onoldinstance": "userid1onnewinstance",
"userid2onoldinstance": "userid2onnewinstance",
"groupid1onoldinstance": "groupid1onnewinstance"
}
}
```
after you hit enter everything will be imported.
Additional info:
- If you export a users boards, all boards that the user has access to will be exported. (also the onws shared to that user)
"Select the board to link to a project":"تحديد اللوح لربطه بمشروع",
"Search by board title":"بحث بواسطة عنوان اللوح",
"Select board":"حدد لوح",
"Move/copy card":"نسخ أو نقل بطاقة",
"Move card to another board":"حرك البطاقة الى لوح اخر",
"Select a board":"حدد لوح",
"No lists available":"لا يوجد قائمة متاحه ",
"Select a list":"اختر قائمة ",
"Move card":"حرك البطاقة",
"Copy card":"نسخ بطاقة",
"Select a card":"حدد بطاقة",
"Cancel":"إلغاء",
"Select a card":"حدد بطاقة",
"Select the card to link to a project":"حدد البطاقة لربطها بمشروع",
"Link to card":"اربط بطاقة",
"File already exists":"الملف موجود مسبقاً",
@@ -338,15 +337,6 @@ OC.L10N.register(
"An error occurred":"حدث خطأ",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"هل أنت متأكد من حذف اللوحة {title}؟ هذا سيؤدي إلى حذف كل بيانات هذه اللوحة بما في ذلك البطاقات المؤرشفة.",
"Delete the board?":"مسح اللوح؟",
"Clone {boardTitle}":"استنساخ {boardTitle}",
"Clone cards":"استنسخ البطاقة ",
"Clone assignments":"استنساخ مهام",
"Clone labels":"استنساخ عناوين",
"Clone due dates":"استنساخ تواريخ استحقاق",
"Advanced options":"الخيارات المتقدمة",
"Move all cards to the first list":"نقل كل البطاقات للقائمة الأولى",
"Select the board to link to a project":"تحديد اللوح لربطه بمشروع",
"Search by board title":"بحث بواسطة عنوان اللوح",
"Select board":"حدد لوح",
"Move/copy card":"نسخ أو نقل بطاقة",
"Move card to another board":"حرك البطاقة الى لوح اخر",
"Select a board":"حدد لوح",
"No lists available":"لا يوجد قائمة متاحه ",
"Select a list":"اختر قائمة ",
"Move card":"حرك البطاقة",
"Copy card":"نسخ بطاقة",
"Select a card":"حدد بطاقة",
"Cancel":"إلغاء",
"Select a card":"حدد بطاقة",
"Select the card to link to a project":"حدد البطاقة لربطها بمشروع",
"Link to card":"اربط بطاقة",
"File already exists":"الملف موجود مسبقاً",
@@ -336,15 +335,6 @@
"An error occurred":"حدث خطأ",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"هل أنت متأكد من حذف اللوحة {title}؟ هذا سيؤدي إلى حذف كل بيانات هذه اللوحة بما في ذلك البطاقات المؤرشفة.",
"Delete the board?":"مسح اللوح؟",
"Clone {boardTitle}":"استنساخ {boardTitle}",
"Clone cards":"استنسخ البطاقة ",
"Clone assignments":"استنساخ مهام",
"Clone labels":"استنساخ عناوين",
"Clone due dates":"استنساخ تواريخ استحقاق",
"Advanced options":"الخيارات المتقدمة",
"Move all cards to the first list":"نقل كل البطاقات للقائمة الأولى",
"Select the board to link to a project":"Изберете таблото, което да свържете към проект",
"Search by board title":"Търсене по заглавие на таблото",
"Select board":"Избор на табло",
"Move card to another board":"Преместване на картата на друго табло",
"Select a board":"Избор на табло",
"No lists available":"Няма налична списъци.",
"Select a list":"Избор на списък",
"Move card":"Преместване на карта",
"Select a card":"Избор на карта",
"Cancel":"Отказ",
"Select a card":"Избор на карта",
"Select the card to link to a project":"Изберете картата, която да свържете към проект",
"Link to card":"Връзка към карта",
"File already exists":"Файлът вече съществува",
@@ -282,9 +283,6 @@ OC.L10N.register(
"An error occurred":"Възникна грешка",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Сигурни ли сте, че искате да изтриете таблото {title}? Това ще изтрие всички данни на това табло, включително архивираните карти.",
"Delete the board?":"Изтриване на таблото?",
"Clone cards":" Клониране на карти",
"Advanced options":"Допълнителни опции",
"Clone":"Клониране",
"Loading filtered view":"Зареждане на филтриран изглед",
"Today":"Днес",
"Tomorrow":"Утре",
@@ -319,7 +317,6 @@ OC.L10N.register(
"Share with a Deck card":"Споделяне с Deck карта",
"Share {file} with a Deck card":"Споделяне {file} с Deck карта",
"Share":"Споделяне",
"Move card to another board":"Преместване на картата на друго табло",
"Searching for users, groups and circles …":"Търсене за потребители, групи и кръгове ...",
"(Circle)":"(Кръг)",
"Assign to users/groups/circles":"Зачисляване към потребители/групи/кръгове"
"Select the board to link to a project":"Изберете таблото, което да свържете към проект",
"Search by board title":"Търсене по заглавие на таблото",
"Select board":"Избор на табло",
"Move card to another board":"Преместване на картата на друго табло",
"Select a board":"Избор на табло",
"No lists available":"Няма налична списъци.",
"Select a list":"Избор на списък",
"Move card":"Преместване на карта",
"Select a card":"Избор на карта",
"Cancel":"Отказ",
"Select a card":"Избор на карта",
"Select the card to link to a project":"Изберете картата, която да свържете към проект",
"Link to card":"Връзка към карта",
"File already exists":"Файлът вече съществува",
@@ -280,9 +281,6 @@
"An error occurred":"Възникна грешка",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Сигурни ли сте, че искате да изтриете таблото {title}? Това ще изтрие всички данни на това табло, включително архивираните карти.",
"Delete the board?":"Изтриване на таблото?",
"Clone cards":" Клониране на карти",
"Advanced options":"Допълнителни опции",
"Clone":"Клониране",
"Loading filtered view":"Зареждане на филтриран изглед",
"Today":"Днес",
"Tomorrow":"Утре",
@@ -317,7 +315,6 @@
"Share with a Deck card":"Споделяне с Deck карта",
"Share {file} with a Deck card":"Споделяне {file} с Deck карта",
"Share":"Споделяне",
"Move card to another board":"Преместване на картата на друго табло",
"Searching for users, groups and circles …":"Търсене за потребители, групи и кръгове ...",
"(Circle)":"(Кръг)",
"Assign to users/groups/circles":"Зачисляване към потребители/групи/кръгове"
"Select the board to link to a project":"Selecciona el tauler per enllaçar a un projecte",
"Search by board title":"Cerca per títol del tauler",
"Select board":"Selecciona un tauler",
"Move card to another board":"Mou la targeta a un altre tauler",
"Select a board":"Selecciona un tauler",
"No lists available":"No hi ha cap llista disponible",
"Select a list":"Seleccioneu una llista",
"Move card":"Mou la targeta",
"Select a card":"Selecciona una targeta",
"Cancel":"Cancel·la",
"Select a card":"Selecciona una targeta",
"Select the card to link to a project":"Selecciona la targeta per enllaçar a un projecte",
"Link to card":"Enllaç a la targeta",
"File already exists":"El fitxer ja existeix",
@@ -326,9 +327,6 @@ OC.L10N.register(
"An error occurred":"S'ha produït un error",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Esteu segur que voleu suprimir el tauler {title}? Això suprimirà totes les dades d'aquest tauler, incloses les targetes arxivades.",
"Delete the board?":"Voleu suprimir el tauler?",
"Clone cards":"Clonar targetes",
"Advanced options":"Paràmetres avançats",
"Clone":"Clonar",
"Loading filtered view":"S'està carregant la visualització filtrada",
"Today":"Avui",
"Tomorrow":"Demà",
@@ -368,7 +366,6 @@ OC.L10N.register(
"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":"Compartir",
"Move card to another board":"Mou la targeta a un altre tauler",
"Searching for users, groups and circles …":"Buscant usuaris, grups i cercles …",
"(Circle)":"(Cercle)",
"Assign to users/groups/circles":"Assignació a usuaris/grups/cercles"
"Select the board to link to a project":"Selecciona el tauler per enllaçar a un projecte",
"Search by board title":"Cerca per títol del tauler",
"Select board":"Selecciona un tauler",
"Move card to another board":"Mou la targeta a un altre tauler",
"Select a board":"Selecciona un tauler",
"No lists available":"No hi ha cap llista disponible",
"Select a list":"Seleccioneu una llista",
"Move card":"Mou la targeta",
"Select a card":"Selecciona una targeta",
"Cancel":"Cancel·la",
"Select a card":"Selecciona una targeta",
"Select the card to link to a project":"Selecciona la targeta per enllaçar a un projecte",
"Link to card":"Enllaç a la targeta",
"File already exists":"El fitxer ja existeix",
@@ -324,9 +325,6 @@
"An error occurred":"S'ha produït un error",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Esteu segur que voleu suprimir el tauler {title}? Això suprimirà totes les dades d'aquest tauler, incloses les targetes arxivades.",
"Delete the board?":"Voleu suprimir el tauler?",
"Clone cards":"Clonar targetes",
"Advanced options":"Paràmetres avançats",
"Clone":"Clonar",
"Loading filtered view":"S'està carregant la visualització filtrada",
"Today":"Avui",
"Tomorrow":"Demà",
@@ -366,7 +364,6 @@
"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":"Compartir",
"Move card to another board":"Mou la targeta a un altre tauler",
"Searching for users, groups and circles …":"Buscant usuaris, grups i cercles …",
"(Circle)":"(Cercle)",
"Assign to users/groups/circles":"Assignació a usuaris/grups/cercles"
"Select the board to link to a project":"Vyberte tabuli kterou propojit s projektem",
"Search by board title":"Hledat podle názvu tabule",
"Select board":"Vybrat tabuli",
"Move/copy card":"Přesunout/zkopírovat kartu",
"Move card to another board":"Přesunout kartu na jinou tabuli",
"Select a board":"Vybrat tabuli",
"No lists available":"Nejsou k dispozici žádné seznamy",
"Select a list":"Vyberte sloupec",
"Move card":"Přesunout kartu",
"Copy card":"Zkopírovat kartu",
"Select a card":"Vybrat kartu",
"Cancel":"Storno",
"Select a card":"Vybrat kartu",
"Select the card to link to a project":"Vyberte kartu kterou propojit s projektem",
"Link to card":"Propojit s kartou",
"File already exists":"Soubor už existuje",
@@ -338,15 +337,6 @@ OC.L10N.register(
"An error occurred":"Došlo k chybě",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Opravdu chcete tabuli {title} smazat? Toto smaže veškerá data této tabule, včetně archivovaných karet.",
"Delete the board?":"Smazat tabuli?",
"Clone {boardTitle}":"Naklonovat {boardTitle}",
"Clone cards":"Klonovat karty",
"Clone assignments":"Přiřazení klonu",
"Clone labels":"Popisky klonu",
"Clone due dates":"Termíny klonu",
"Advanced options":"Pokročilé předvolby",
"Move all cards to the first list":"Přesunout všechny karty na první seznam",
"Select the board to link to a project":"Vyberte tabuli kterou propojit s projektem",
"Search by board title":"Hledat podle názvu tabule",
"Select board":"Vybrat tabuli",
"Move/copy card":"Přesunout/zkopírovat kartu",
"Move card to another board":"Přesunout kartu na jinou tabuli",
"Select a board":"Vybrat tabuli",
"No lists available":"Nejsou k dispozici žádné seznamy",
"Select a list":"Vyberte sloupec",
"Move card":"Přesunout kartu",
"Copy card":"Zkopírovat kartu",
"Select a card":"Vybrat kartu",
"Cancel":"Storno",
"Select a card":"Vybrat kartu",
"Select the card to link to a project":"Vyberte kartu kterou propojit s projektem",
"Link to card":"Propojit s kartou",
"File already exists":"Soubor už existuje",
@@ -336,15 +335,6 @@
"An error occurred":"Došlo k chybě",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Opravdu chcete tabuli {title} smazat? Toto smaže veškerá data této tabule, včetně archivovaných karet.",
"Delete the board?":"Smazat tabuli?",
"Clone {boardTitle}":"Naklonovat {boardTitle}",
"Clone cards":"Klonovat karty",
"Clone assignments":"Přiřazení klonu",
"Clone labels":"Popisky klonu",
"Clone due dates":"Termíny klonu",
"Advanced options":"Pokročilé předvolby",
"Move all cards to the first list":"Přesunout všechny karty na první seznam",
"Select the board to link to a project":"Wähle ein Board aus, um dieses mit einem Projekt zu verknüpfen",
"Search by board title":"Nach einem Board suchen",
"Select board":"Board auswählen",
"Move/copy card":"Karte verschieben/kopieren",
"Move card to another board":"Karte auf ein anderes Board verschieben",
"Select a board":"Ein Board auswählen",
"No lists available":"Keine Listen verfügbar",
"Select a list":"Eine Liste auswählen",
"Move card":"Karte verschieben",
"Copy card":"Karte kopieren",
"Select a card":"Eine Karte auswählen",
"Cancel":"Abbrechen",
"Select a card":"Eine Karte auswählen",
"Select the card to link to a project":"Wähle die Karte aus, um diese mit einem Projekt zu verknüpfen",
"Link to card":"Mit dieser Karte verknüpfen",
"File already exists":"Datei bereits vorhanden",
@@ -338,15 +337,6 @@ OC.L10N.register(
"An error occurred":"Es ist ein Fehler aufgetreten",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Möchtest du wirklich das Board {title} mit all seinen Daten einschließlich der archivierten Karten löschen?",
"Delete the board?":"Das Board löschen?",
"Clone {boardTitle}":"{boardTitle} klonen",
"Clone cards":"Karten klonen",
"Clone assignments":"Zuweisungen klonen",
"Clone labels":"Etiketten klonen",
"Clone due dates":"Fälligkeitsdaten klonen",
"Advanced options":"Erweiterte Optionen",
"Move all cards to the first list":"Alle Karten in die erste Liste verschieben",
"Select the board to link to a project":"Wähle ein Board aus, um dieses mit einem Projekt zu verknüpfen",
"Search by board title":"Nach einem Board suchen",
"Select board":"Board auswählen",
"Move/copy card":"Karte verschieben/kopieren",
"Move card to another board":"Karte auf ein anderes Board verschieben",
"Select a board":"Ein Board auswählen",
"No lists available":"Keine Listen verfügbar",
"Select a list":"Eine Liste auswählen",
"Move card":"Karte verschieben",
"Copy card":"Karte kopieren",
"Select a card":"Eine Karte auswählen",
"Cancel":"Abbrechen",
"Select a card":"Eine Karte auswählen",
"Select the card to link to a project":"Wähle die Karte aus, um diese mit einem Projekt zu verknüpfen",
"Link to card":"Mit dieser Karte verknüpfen",
"File already exists":"Datei bereits vorhanden",
@@ -336,15 +335,6 @@
"An error occurred":"Es ist ein Fehler aufgetreten",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Möchtest du wirklich das Board {title} mit all seinen Daten einschließlich der archivierten Karten löschen?",
"Delete the board?":"Das Board löschen?",
"Clone {boardTitle}":"{boardTitle} klonen",
"Clone cards":"Karten klonen",
"Clone assignments":"Zuweisungen klonen",
"Clone labels":"Etiketten klonen",
"Clone due dates":"Fälligkeitsdaten klonen",
"Advanced options":"Erweiterte Optionen",
"Move all cards to the first list":"Alle Karten in die erste Liste verschieben",
"Select the board to link to a project":"Wählen Sie ein Board aus, um dieses mit einem Projekt zu verknüpfen",
"Search by board title":"Nach einem Board suchen",
"Select board":"Board auswählen",
"Move/copy card":"Karte verschieben/kopieren",
"Move card to another board":"Karte auf ein anderes Board verschieben",
"Select a board":"Ein Board auswählen",
"No lists available":"Keine Listen verfügbar",
"Select a list":"Eine Liste auswählen",
"Move card":"Karte verschieben",
"Copy card":"Karte kopieren",
"Select a card":"Eine Karte auswählen",
"Cancel":"Abbrechen",
"Select a card":"Eine Karte auswählen",
"Select the card to link to a project":"Wählen Sie die Karte aus, um diese mit einem Projekt zu verknüpfen",
"Link to card":"Mit einer Karte verknüpfen",
"File already exists":"Datei bereits vorhanden",
@@ -338,15 +337,6 @@ OC.L10N.register(
"An error occurred":"Es ist ein Fehler aufgetreten",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Möchten Sie das Board {title} wirklich löschen? Dadurch werden alle Daten dieses Boards einschließlich archivierter Karten gelöscht.",
"Delete the board?":"Das Board löschen?",
"Clone {boardTitle}":"{boardTitle} klonen",
"Clone cards":"Karten klonen",
"Clone assignments":"Zuordnungen klonen",
"Clone labels":"Etiketten klonen",
"Clone due dates":"Fälligkeitsdaten klonen",
"Advanced options":"Erweiterte Optionen",
"Move all cards to the first list":"Alle Karten in die erste Liste verschieben",
"Select the board to link to a project":"Wählen Sie ein Board aus, um dieses mit einem Projekt zu verknüpfen",
"Search by board title":"Nach einem Board suchen",
"Select board":"Board auswählen",
"Move/copy card":"Karte verschieben/kopieren",
"Move card to another board":"Karte auf ein anderes Board verschieben",
"Select a board":"Ein Board auswählen",
"No lists available":"Keine Listen verfügbar",
"Select a list":"Eine Liste auswählen",
"Move card":"Karte verschieben",
"Copy card":"Karte kopieren",
"Select a card":"Eine Karte auswählen",
"Cancel":"Abbrechen",
"Select a card":"Eine Karte auswählen",
"Select the card to link to a project":"Wählen Sie die Karte aus, um diese mit einem Projekt zu verknüpfen",
"Link to card":"Mit einer Karte verknüpfen",
"File already exists":"Datei bereits vorhanden",
@@ -336,15 +335,6 @@
"An error occurred":"Es ist ein Fehler aufgetreten",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Möchten Sie das Board {title} wirklich löschen? Dadurch werden alle Daten dieses Boards einschließlich archivierter Karten gelöscht.",
"Delete the board?":"Das Board löschen?",
"Clone {boardTitle}":"{boardTitle} klonen",
"Clone cards":"Karten klonen",
"Clone assignments":"Zuordnungen klonen",
"Clone labels":"Etiketten klonen",
"Clone due dates":"Fälligkeitsdaten klonen",
"Advanced options":"Erweiterte Optionen",
"Move all cards to the first list":"Alle Karten in die erste Liste verschieben",
"Select the board to link to a project":"Επιλέξτε πίνακα και συνδέστε τον σε ένα έργο",
"Search by board title":"Αναζήτηση με το όνομα πίνακα",
"Select board":"Επιλογή πίνακα",
"Move card to another board":"Μετακίνηση καρτέλας σε άλλο πίνακα",
"Select a board":"Επιλογή ενός πίνακα",
"No lists available":"Δεν υπάρχουν διαθέσιμες λίστες",
"Select a list":"Επιλέξτε μια λίστα",
"Move card":"Μετακίνηση καρτέλας",
"Select a card":"Επιλογή μιας καρτέλας",
"Cancel":"Aκύρωση",
"Select a card":"Επιλογή μιας καρτέλας",
"Select the card to link to a project":"Επιλογή καρτέλας για σύνδεση στο έργο",
"Link to card":"Σύνδεσμος σε καρτέλα",
"File already exists":"Το αρχείο υπάρχει ήδη",
@@ -334,9 +335,6 @@ OC.L10N.register(
"An error occurred":"Παρουσιάστηκε σφάλμα",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Είστε βέβαιοι ότι θέλετε να διαγράψετε τον πίνακα {title}; Αυτό θα διαγράψει όλα τα δεδομένα του πίνακα συμπεριλαμβανομένων και των αρχειοθετημένων καρτών.",
"Delete the board?":"Διαγραφή του πίνακα;",
"Clone cards":"Κάρτες κλώνου",
"Advanced options":"Επιλογές για προχωρημένους",
"Clone":"Κλώνος",
"Loading filtered view":"Φόρτωση εμφάνισης με βάση το φίλτρο",
"Today":"Σήμερα",
"Tomorrow":"Αύριο",
@@ -376,7 +374,6 @@ OC.L10N.register(
"Share with a Deck card":"Μοιραστείτε με μια καρτέλα Deck",
"Share {file} with a Deck card":"Μοιραστείτε το {file} με μια καρτέλα Deck",
"Share":"Μοιραστείτε",
"Move card to another board":"Μετακίνηση καρτέλας σε άλλο πίνακα",
"Searching for users, groups and circles …":"Αναζήτηση χρηστών, ομάδων και κύκλων…",
"(Circle)":"(Κύκλος)",
"Assign to users/groups/circles":"Ανάθεση σε χρήστες/ομάδες/κύκλους",
"Select the board to link to a project":"Επιλέξτε πίνακα και συνδέστε τον σε ένα έργο",
"Search by board title":"Αναζήτηση με το όνομα πίνακα",
"Select board":"Επιλογή πίνακα",
"Move card to another board":"Μετακίνηση καρτέλας σε άλλο πίνακα",
"Select a board":"Επιλογή ενός πίνακα",
"No lists available":"Δεν υπάρχουν διαθέσιμες λίστες",
"Select a list":"Επιλέξτε μια λίστα",
"Move card":"Μετακίνηση καρτέλας",
"Select a card":"Επιλογή μιας καρτέλας",
"Cancel":"Aκύρωση",
"Select a card":"Επιλογή μιας καρτέλας",
"Select the card to link to a project":"Επιλογή καρτέλας για σύνδεση στο έργο",
"Link to card":"Σύνδεσμος σε καρτέλα",
"File already exists":"Το αρχείο υπάρχει ήδη",
@@ -332,9 +333,6 @@
"An error occurred":"Παρουσιάστηκε σφάλμα",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Είστε βέβαιοι ότι θέλετε να διαγράψετε τον πίνακα {title}; Αυτό θα διαγράψει όλα τα δεδομένα του πίνακα συμπεριλαμβανομένων και των αρχειοθετημένων καρτών.",
"Delete the board?":"Διαγραφή του πίνακα;",
"Clone cards":"Κάρτες κλώνου",
"Advanced options":"Επιλογές για προχωρημένους",
"Clone":"Κλώνος",
"Loading filtered view":"Φόρτωση εμφάνισης με βάση το φίλτρο",
"Today":"Σήμερα",
"Tomorrow":"Αύριο",
@@ -374,7 +372,6 @@
"Share with a Deck card":"Μοιραστείτε με μια καρτέλα Deck",
"Share {file} with a Deck card":"Μοιραστείτε το {file} με μια καρτέλα Deck",
"Share":"Μοιραστείτε",
"Move card to another board":"Μετακίνηση καρτέλας σε άλλο πίνακα",
"Searching for users, groups and circles …":"Αναζήτηση χρηστών, ομάδων και κύκλων…",
"(Circle)":"(Κύκλος)",
"Assign to users/groups/circles":"Ανάθεση σε χρήστες/ομάδες/κύκλους",
"Select the board to link to a project":"Select the board to link to a project",
"Search by board title":"Search by board title",
"Select board":"Select board",
"Move/copy card":"Move/copy card",
"Move card to another board":"Move card to another board",
"Select a board":"Select a board",
"No lists available":"No lists available",
"Select a list":"Select a list",
"Move card":"Move card",
"Copy card":"Copy card",
"Select a card":"Select a card",
"Cancel":"Cancel",
"Select a card":"Select a card",
"Select the card to link to a project":"Select the card to link to a project",
"Link to card":"Link to card",
"File already exists":"File already exists",
@@ -338,15 +337,6 @@ OC.L10N.register(
"An error occurred":"An error occurred",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.",
"Delete the board?":"Delete the board?",
"Clone {boardTitle}":"Clone {boardTitle}",
"Clone cards":"Clone cards",
"Clone assignments":"Clone assignments",
"Clone labels":"Clone labels",
"Clone due dates":"Clone due dates",
"Advanced options":"Advanced options",
"Move all cards to the first list":"Move all cards to the first list",
"Select the board to link to a project":"Select the board to link to a project",
"Search by board title":"Search by board title",
"Select board":"Select board",
"Move/copy card":"Move/copy card",
"Move card to another board":"Move card to another board",
"Select a board":"Select a board",
"No lists available":"No lists available",
"Select a list":"Select a list",
"Move card":"Move card",
"Copy card":"Copy card",
"Select a card":"Select a card",
"Cancel":"Cancel",
"Select a card":"Select a card",
"Select the card to link to a project":"Select the card to link to a project",
"Link to card":"Link to card",
"File already exists":"File already exists",
@@ -336,15 +335,6 @@
"An error occurred":"An error occurred",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.",
"Delete the board?":"Delete the board?",
"Clone {boardTitle}":"Clone {boardTitle}",
"Clone cards":"Clone cards",
"Clone assignments":"Clone assignments",
"Clone labels":"Clone labels",
"Clone due dates":"Clone due dates",
"Advanced options":"Advanced options",
"Move all cards to the first list":"Move all cards to the first list",
"Select the board to link to a project":"Selecciona el tablero que enlazar a un proyecto",
"Search by board title":"Buscar por título de tablero",
"Select board":"Selecciona tablero",
"Move card to another board":"Mover la tarjeta a otro tablero",
"Select a board":"Selecciona un tablero",
"No lists available":"No hay listas disponibles",
"Select a list":"Seleccionar una lista",
"Move card":"Mover tarjeta",
"Select a card":"Seleccionar una tarjeta",
"Cancel":"Cancelar",
"Select a card":"Seleccionar una tarjeta",
"Select the card to link to a project":"Selecciona la tarjeta que enlazar a un proyecto",
"Link to card":"Enlace a tarjeta",
"File already exists":"El archivo ya existe",
@@ -334,9 +335,6 @@ OC.L10N.register(
"An error occurred":"Ocurrió un error",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"¿Está seguro de querer eliminar el tablero {title}? Esto eliminará todos los datos del tablero incluyendo las tarjetas archivadas.",
"Delete the board?":"¿Borrar el tablero?",
"Clone cards":"Clonar tarjetas",
"Advanced options":"Opciones avanzadas",
"Clone":"Clonar",
"Loading filtered view":"Cargando vista filtrada",
"Today":"Hoy",
"Tomorrow":"Mañana",
@@ -376,7 +374,6 @@ OC.L10N.register(
"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":"Compartir",
"Move card to another board":"Mover la tarjeta a otro tablero",
"Searching for users, groups and circles …":"Buscando usuarios, grupos o círculos...",
"(Circle)":"(Circle)",
"Assign to users/groups/circles":"Asignar a usuarios/grupos/círculos",
"Select the board to link to a project":"Selecciona el tablero que enlazar a un proyecto",
"Search by board title":"Buscar por título de tablero",
"Select board":"Selecciona tablero",
"Move card to another board":"Mover la tarjeta a otro tablero",
"Select a board":"Selecciona un tablero",
"No lists available":"No hay listas disponibles",
"Select a list":"Seleccionar una lista",
"Move card":"Mover tarjeta",
"Select a card":"Seleccionar una tarjeta",
"Cancel":"Cancelar",
"Select a card":"Seleccionar una tarjeta",
"Select the card to link to a project":"Selecciona la tarjeta que enlazar a un proyecto",
"Link to card":"Enlace a tarjeta",
"File already exists":"El archivo ya existe",
@@ -332,9 +333,6 @@
"An error occurred":"Ocurrió un error",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"¿Está seguro de querer eliminar el tablero {title}? Esto eliminará todos los datos del tablero incluyendo las tarjetas archivadas.",
"Delete the board?":"¿Borrar el tablero?",
"Clone cards":"Clonar tarjetas",
"Advanced options":"Opciones avanzadas",
"Clone":"Clonar",
"Loading filtered view":"Cargando vista filtrada",
"Today":"Hoy",
"Tomorrow":"Mañana",
@@ -374,7 +372,6 @@
"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":"Compartir",
"Move card to another board":"Mover la tarjeta a otro tablero",
"Searching for users, groups and circles …":"Buscando usuarios, grupos o círculos...",
"(Circle)":"(Circle)",
"Assign to users/groups/circles":"Asignar a usuarios/grupos/círculos",
"Select the board to link to a project":"Selecciona el tablero para vincularlo a un proyecto",
"Search by board title":"Buscar por título del tablero",
"Select board":"Seleccionar tablero",
"Move card to another board":"Mover tarjeta a otro tablero",
"Select a board":"Seleccionar un tablero",
"No lists available":"No hay listas disponibles",
"Select a list":"Seleccionar una lista",
"Move card":"Mover tarjeta",
"Select a card":"Seleccionar una tarjeta",
"Cancel":"Cancelar",
"Select a card":"Seleccionar una tarjeta",
"Select the card to link to a project":"Selecciona la tarjeta para vincularla a un proyecto",
"Link to card":"Vincular con tarjeta",
"File already exists":"El archivo ya existe",
@@ -282,9 +283,6 @@ OC.L10N.register(
"An error occurred":"Se produjo un error",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"¿Estás seguro de que quieres eliminar el tablero {title}? Esto eliminará todos los datos de este tablero, incluidas las tarjetas archivadas.",
"Delete the board?":"¿Eliminar el tablero?",
"Clone cards":"Clonar tarjetas",
"Advanced options":"Opciones avanzadas",
"Clone":"Clonar",
"Loading filtered view":"Cargando vista filtrada",
"Today":"Hoy",
"Tomorrow":"Mañana",
@@ -319,7 +317,6 @@ OC.L10N.register(
"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":"Compartir",
"Move card to another board":"Mover tarjeta a otro tablero",
"Searching for users, groups and circles …":"Buscando usuarios, grupos y círculos …",
"(Circle)":"(Círculo)",
"Assign to users/groups/circles":"Asignar a usuarios/grupos/círculos"
"Select the board to link to a project":"Selecciona el tablero para vincularlo a un proyecto",
"Search by board title":"Buscar por título del tablero",
"Select board":"Seleccionar tablero",
"Move card to another board":"Mover tarjeta a otro tablero",
"Select a board":"Seleccionar un tablero",
"No lists available":"No hay listas disponibles",
"Select a list":"Seleccionar una lista",
"Move card":"Mover tarjeta",
"Select a card":"Seleccionar una tarjeta",
"Cancel":"Cancelar",
"Select a card":"Seleccionar una tarjeta",
"Select the card to link to a project":"Selecciona la tarjeta para vincularla a un proyecto",
"Link to card":"Vincular con tarjeta",
"File already exists":"El archivo ya existe",
@@ -280,9 +281,6 @@
"An error occurred":"Se produjo un error",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"¿Estás seguro de que quieres eliminar el tablero {title}? Esto eliminará todos los datos de este tablero, incluidas las tarjetas archivadas.",
"Delete the board?":"¿Eliminar el tablero?",
"Clone cards":"Clonar tarjetas",
"Advanced options":"Opciones avanzadas",
"Clone":"Clonar",
"Loading filtered view":"Cargando vista filtrada",
"Today":"Hoy",
"Tomorrow":"Mañana",
@@ -317,7 +315,6 @@
"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":"Compartir",
"Move card to another board":"Mover tarjeta a otro tablero",
"Searching for users, groups and circles …":"Buscando usuarios, grupos y círculos …",
"(Circle)":"(Círculo)",
"Assign to users/groups/circles":"Asignar a usuarios/grupos/círculos"
"Select the board to link to a project":"Hautatu taula proiektu bati estekatzeko",
"Search by board title":"Bilatu taula izenez",
"Select board":"Hautatu taula",
"Move card to another board":"Mugitu txartela beste taula batera",
"Select a board":"Hautatu taula bat",
"No lists available":"Ez dago zerrendarik eskuragarri",
"Select a list":"Hautatu zerrenda bat",
"Move card":"Mugitu txartela",
"Select a card":"Hautatu txartel bat",
"Cancel":"Utzi",
"Select a card":"Hautatu txartel bat",
"Select the card to link to a project":"Hautatu proiektu bati estekatzeko txartela",
"Link to card":"Lotu txartelera",
"File already exists":"Badago izen bereko fitxategi bat",
@@ -336,9 +337,6 @@ OC.L10N.register(
"An error occurred":"Errore bat gertatu da",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Ziur zaude {title} taula ezabatu nahi duzula? Honek taula honen datu guztiak ezabatuko ditu, artxibatutako txartelak barne.",
"Select the board to link to a project":"Hautatu taula proiektu bati estekatzeko",
"Search by board title":"Bilatu taula izenez",
"Select board":"Hautatu taula",
"Move card to another board":"Mugitu txartela beste taula batera",
"Select a board":"Hautatu taula bat",
"No lists available":"Ez dago zerrendarik eskuragarri",
"Select a list":"Hautatu zerrenda bat",
"Move card":"Mugitu txartela",
"Select a card":"Hautatu txartel bat",
"Cancel":"Utzi",
"Select a card":"Hautatu txartel bat",
"Select the card to link to a project":"Hautatu proiektu bati estekatzeko txartela",
"Link to card":"Lotu txartelera",
"File already exists":"Badago izen bereko fitxategi bat",
@@ -334,9 +335,6 @@
"An error occurred":"Errore bat gertatu da",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Ziur zaude {title} taula ezabatu nahi duzula? Honek taula honen datu guztiak ezabatuko ditu, artxibatutako txartelak barne.",
"Select the board to link to a project":"تختهای را برای ایجاد پیوند با یک پروژه انتخاب کنید",
"Search by board title":"جستجو بر اساس عنوان تخته",
"Select board":"انتخاب تخته",
"Move card to another board":"انتقال برگه به تختهای دیگر",
"Select a board":"انتخاب یک تخته",
"No lists available":"هیچ فهرستی در دسترس نیست",
"Select a list":"یک فهرست برگزینید",
"Move card":"انتقال برگه",
"Select a card":"انتخاب یک برگه",
"Cancel":"لغو",
"Select a card":"انتخاب یک برگه",
"Select the card to link to a project":"برگهای را برای ایجاد پیوند با یک پروژه انتخاب کنید",
"Link to card":"پیوند به برگه",
"File already exists":"پرونده از قبل موجود است",
@@ -286,9 +287,6 @@ OC.L10N.register(
"An error occurred":"خطایی روی داد",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.",
"Delete the board?":"Delete the board?",
"Clone cards":"شبیه سازی کارت",
"Advanced options":"گزینههای پیشرفته",
"Clone":"شبیه سازی",
"Loading filtered view":"Loading filtered view",
"Today":"Today",
"Tomorrow":"فردا",
@@ -326,7 +324,6 @@ OC.L10N.register(
"Share with a Deck card":"Share with a Deck card",
"Share {file} with a Deck card":"Share {file} with a Deck card",
"Share":"همرسانی",
"Move card to another board":"انتقال برگه به تختهای دیگر",
"Searching for users, groups and circles …":"جستجوی کاربران، گروهها و حلقهها…",
"(Circle)":"(حلقه)",
"Assign to users/groups/circles":"به کاربران/ گروهها/ حلقهها اختصاص دهید"
"Select the board to link to a project":"تختهای را برای ایجاد پیوند با یک پروژه انتخاب کنید",
"Search by board title":"جستجو بر اساس عنوان تخته",
"Select board":"انتخاب تخته",
"Move card to another board":"انتقال برگه به تختهای دیگر",
"Select a board":"انتخاب یک تخته",
"No lists available":"هیچ فهرستی در دسترس نیست",
"Select a list":"یک فهرست برگزینید",
"Move card":"انتقال برگه",
"Select a card":"انتخاب یک برگه",
"Cancel":"لغو",
"Select a card":"انتخاب یک برگه",
"Select the card to link to a project":"برگهای را برای ایجاد پیوند با یک پروژه انتخاب کنید",
"Link to card":"پیوند به برگه",
"File already exists":"پرونده از قبل موجود است",
@@ -284,9 +285,6 @@
"An error occurred":"خطایی روی داد",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.",
"Delete the board?":"Delete the board?",
"Clone cards":"شبیه سازی کارت",
"Advanced options":"گزینههای پیشرفته",
"Clone":"شبیه سازی",
"Loading filtered view":"Loading filtered view",
"Today":"Today",
"Tomorrow":"فردا",
@@ -324,7 +322,6 @@
"Share with a Deck card":"Share with a Deck card",
"Share {file} with a Deck card":"Share {file} with a Deck card",
"Share":"همرسانی",
"Move card to another board":"انتقال برگه به تختهای دیگر",
"Searching for users, groups and circles …":"جستجوی کاربران، گروهها و حلقهها…",
"(Circle)":"(حلقه)",
"Assign to users/groups/circles":"به کاربران/ گروهها/ حلقهها اختصاص دهید"
"Select the board to link to a project":"Valitse projektiin linkitettävä taulu",
"Search by board title":"Hae taulun otsikon mukaan",
"Select board":"Valitse taulu",
"Move card to another board":"Siirrä kortti toiselle taululle",
"Select a board":"Valitse taulu",
"No lists available":"Ei listoja saatavilla",
"Select a list":"Valitse lista ",
"Move card":"Siirrä kortti",
"Select a card":"Valitse kortti",
"Cancel":"Peruuta",
"Select a card":"Valitse kortti",
"Select the card to link to a project":"Valitse projektiin linkitettävä kortti",
"Link to card":"Linkitä korttiin",
"File already exists":"Tiedosto on jo olemassa",
@@ -248,9 +249,6 @@ OC.L10N.register(
"An error occurred":"Tapahtui virhe",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Haluatko varmasti poistaa taulun {title}? Tämä poistaa kaikki taulun tiedot, mukaan lukien arkistoidut kortit.",
"Delete the board?":"Poistetaanko tämä taulu?",
"Clone cards":"Kloonaa kortteja",
"Advanced options":"Lisävalinnat",
"Clone":"Kloonaa",
"Today":"Tänään",
"Tomorrow":"Huomenna",
"Search for {searchQuery} in all boards":"Hae ehtoja {searchQuery} kaikilta tauluilta",
@@ -280,7 +278,6 @@ OC.L10N.register(
"Maximum file size of {size} exceeded":"Tiedoston enimmäiskoko {size} ylitetty",
"Error creating the share":"Virhe jakoa luotaessa",
"Share":"Jaa",
"Move card to another board":"Siirrä kortti toiselle taululle",
"Select the board to link to a project":"Valitse projektiin linkitettävä taulu",
"Search by board title":"Hae taulun otsikon mukaan",
"Select board":"Valitse taulu",
"Move card to another board":"Siirrä kortti toiselle taululle",
"Select a board":"Valitse taulu",
"No lists available":"Ei listoja saatavilla",
"Select a list":"Valitse lista ",
"Move card":"Siirrä kortti",
"Select a card":"Valitse kortti",
"Cancel":"Peruuta",
"Select a card":"Valitse kortti",
"Select the card to link to a project":"Valitse projektiin linkitettävä kortti",
"Link to card":"Linkitä korttiin",
"File already exists":"Tiedosto on jo olemassa",
@@ -246,9 +247,6 @@
"An error occurred":"Tapahtui virhe",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Haluatko varmasti poistaa taulun {title}? Tämä poistaa kaikki taulun tiedot, mukaan lukien arkistoidut kortit.",
"Delete the board?":"Poistetaanko tämä taulu?",
"Clone cards":"Kloonaa kortteja",
"Advanced options":"Lisävalinnat",
"Clone":"Kloonaa",
"Today":"Tänään",
"Tomorrow":"Huomenna",
"Search for {searchQuery} in all boards":"Hae ehtoja {searchQuery} kaikilta tauluilta",
@@ -278,7 +276,6 @@
"Maximum file size of {size} exceeded":"Tiedoston enimmäiskoko {size} ylitetty",
"Error creating the share":"Virhe jakoa luotaessa",
"Share":"Jaa",
"Move card to another board":"Siirrä kortti toiselle taululle",
"Select the board to link to a project":"Sélection le tableau pour faire le lien avec un projet.",
"Search by board title":"Rechercher par titre du tableau",
"Select board":"Sélectionner le tableau",
"Move/copy card":"Déplacer/copier la carte",
"Move card to another board":"Déplacer la carte vers un autre tableau ",
"Select a board":"Sélectionner un tableau",
"No lists available":"Aucune liste disponible",
"Select a list":"Sélectionner une liste",
"Move card":"Déplacer la carte",
"Copy card":"Copier la carte",
"Select a card":"Sélectionnez une carte",
"Cancel":"Annuler",
"Select a card":"Sélectionnez une carte",
"Select the card to link to a project":"Sélectionner la carte à relier à un projet",
"Link to card":"Relier à une carte",
"File already exists":"Le fichier existe déjà",
@@ -338,9 +337,6 @@ OC.L10N.register(
"An error occurred":"Une erreur est survenue",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Êtes-vous sûr de vouloir supprimer le tableau {title} ? Cela supprimera toutes les données de ce tableau, y compris les cartes archivées.",
"Delete the board?":"Supprimer le tableau ?",
"Clone cards":"Dupliquer des cartes",
"Advanced options":"Options avancées",
"Clone":"Dupliquer",
"Loading filtered view":"Chargement de la vue filtrée",
"Today":"Aujourd'hui",
"Tomorrow":"Demain",
@@ -380,7 +376,6 @@ OC.L10N.register(
"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":"Partager",
"Move card to another board":"Déplacer la carte vers un autre tableau ",
"Searching for users, groups and circles …":"Recherche d'utilisateurs, de groupes et de cercles ...",
"(Circle)":"(Cercle)",
"Assign to users/groups/circles":"Attribuer à des utilisateurs / groupes / cercles",
"Select the board to link to a project":"Sélection le tableau pour faire le lien avec un projet.",
"Search by board title":"Rechercher par titre du tableau",
"Select board":"Sélectionner le tableau",
"Move/copy card":"Déplacer/copier la carte",
"Move card to another board":"Déplacer la carte vers un autre tableau ",
"Select a board":"Sélectionner un tableau",
"No lists available":"Aucune liste disponible",
"Select a list":"Sélectionner une liste",
"Move card":"Déplacer la carte",
"Copy card":"Copier la carte",
"Select a card":"Sélectionnez une carte",
"Cancel":"Annuler",
"Select a card":"Sélectionnez une carte",
"Select the card to link to a project":"Sélectionner la carte à relier à un projet",
"Link to card":"Relier à une carte",
"File already exists":"Le fichier existe déjà",
@@ -336,9 +335,6 @@
"An error occurred":"Une erreur est survenue",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.":"Êtes-vous sûr de vouloir supprimer le tableau {title} ? Cela supprimera toutes les données de ce tableau, y compris les cartes archivées.",
"Delete the board?":"Supprimer le tableau ?",
"Clone cards":"Dupliquer des cartes",
"Advanced options":"Options avancées",
"Clone":"Dupliquer",
"Loading filtered view":"Chargement de la vue filtrée",
"Today":"Aujourd'hui",
"Tomorrow":"Demain",
@@ -378,7 +374,6 @@
"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":"Partager",
"Move card to another board":"Déplacer la carte vers un autre tableau ",
"Searching for users, groups and circles …":"Recherche d'utilisateurs, de groupes et de cercles ...",
"(Circle)":"(Cercle)",
"Assign to users/groups/circles":"Attribuer à des utilisateurs / groupes / cercles",
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.