Copy checklists to many cards copies the whole card now (+attachments)

- renamed copyChecklistToManyCards changed to copyManyCards because the whole card is copied
This commit is contained in:
Martin Filser 2022-07-03 22:32:53 +02:00
parent 43135ffc8d
commit dc210dc53b
113 changed files with 340 additions and 341 deletions

View file

@ -682,13 +682,12 @@ template(name="cardDetailsActionsPopup")
i.fa.fa-copy i.fa.fa-copy
| {{_ 'copyCardPopup-title'}} | {{_ 'copyCardPopup-title'}}
unless currentUser.isWorker unless currentUser.isWorker
hr
ul.pop-over-list ul.pop-over-list
li li
a.js-copy-checklist-cards a.js-copy-checklist-cards
i.fa.fa-list
i.fa.fa-copy i.fa.fa-copy
| {{_ 'copyChecklistToManyCardsPopup-title'}} i.fa.fa-copy
| {{_ 'copyManyCardsPopup-title'}}
unless archived unless archived
hr hr
ul.pop-over-list ul.pop-over-list
@ -720,10 +719,10 @@ template(name="copyCardPopup")
= getTitle = getTitle
+copyAndMoveCard +copyAndMoveCard
template(name="copyChecklistToManyCardsPopup") template(name="copyManyCardsPopup")
label(for='copy-checklist-cards-title') {{_ 'copyChecklistToManyCardsPopup-instructions'}}: label(for='copy-checklist-cards-title') {{_ 'copyManyCardsPopup-instructions'}}:
textarea#copy-card-title.minicard-composer-textarea.js-card-title(autofocus) textarea#copy-card-title.minicard-composer-textarea.js-card-title(autofocus)
| {{_ 'copyChecklistToManyCardsPopup-format'}} | {{_ 'copyManyCardsPopup-format'}}
+copyAndMoveCard +copyAndMoveCard
template(name="copyAndMoveCard") template(name="copyAndMoveCard")

View file

@ -687,7 +687,7 @@ Template.cardDetailsActionsPopup.events({
'click .js-move-card': Popup.open('moveCard'), 'click .js-move-card': Popup.open('moveCard'),
'click .js-copy-card': Popup.open('copyCard'), 'click .js-copy-card': Popup.open('copyCard'),
'click .js-convert-checklist-item-to-card': Popup.open('convertChecklistItemToCard'), 'click .js-convert-checklist-item-to-card': Popup.open('convertChecklistItemToCard'),
'click .js-copy-checklist-cards': Popup.open('copyChecklistToManyCards'), 'click .js-copy-checklist-cards': Popup.open('copyManyCards'),
'click .js-set-card-color': Popup.open('setCardColor'), 'click .js-set-card-color': Popup.open('setCardColor'),
'click .js-move-card-to-top'(event) { 'click .js-move-card-to-top'(event) {
event.preventDefault(); event.preventDefault();
@ -1101,7 +1101,7 @@ Template.convertChecklistItemToCardPopup.events({
} }
} }
} }
}).register('copyChecklistToManyCardsPopup'); }).register('copyManyCardsPopup');
BlazeComponent.extendComponent({ BlazeComponent.extendComponent({
onCreated() { onCreated() {

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "ربط البطاقة", "linkCardPopup-title": "ربط البطاقة",
"searchElementPopup-title": "بحث", "searchElementPopup-title": "بحث",
"copyCardPopup-title": "نسخ البطاقة", "copyCardPopup-title": "نسخ البطاقة",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "إنشاء", "create": "إنشاء",
"createBoardPopup-title": "إنشاء لوحة", "createBoardPopup-title": "إنشاء لوحة",
"chooseBoardSourcePopup-title": "استيراد لوحة", "chooseBoardSourcePopup-title": "استيراد لوحة",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Свържи картата", "linkCardPopup-title": "Свържи картата",
"searchElementPopup-title": "Търсене", "searchElementPopup-title": "Търсене",
"copyCardPopup-title": "Копирай картата", "copyCardPopup-title": "Копирай картата",
"copyChecklistToManyCardsPopup-title": "Копирай чеклисти в други карти", "copyManyCardsPopup-title": "Копирай чеклисти в други карти",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Създай", "create": "Създай",
"createBoardPopup-title": "Създай Табло", "createBoardPopup-title": "Създай Табло",
"chooseBoardSourcePopup-title": "Импортирай Табло", "chooseBoardSourcePopup-title": "Импортирай Табло",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Krouiñ", "create": "Krouiñ",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Cerca", "searchElementPopup-title": "Cerca",
"copyCardPopup-title": "Copia la fitxa", "copyCardPopup-title": "Copia la fitxa",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Títols de fitxa i Descripcions de destí en aquest format JSON", "copyManyCardsPopup-instructions": "Títols de fitxa i Descripcions de destí en aquest format JSON",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"Títol de la primera fitxa\", \"description\":\"Descripció de la primera fitxa\"}, {\"title\":\"Títol de la segona fitxa\",\"description\":\"Descripció de la segona fitxa\"},{\"title\":\"Títol de l'última fitxa\",\"description\":\"Descripció de l'última fitxa\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"Títol de la primera fitxa\", \"description\":\"Descripció de la primera fitxa\"}, {\"title\":\"Títol de la segona fitxa\",\"description\":\"Descripció de la segona fitxa\"},{\"title\":\"Títol de l'última fitxa\",\"description\":\"Descripció de l'última fitxa\"} ]",
"create": "Crea", "create": "Crea",
"createBoardPopup-title": "Crea tauler", "createBoardPopup-title": "Crea tauler",
"chooseBoardSourcePopup-title": "Importa Tauler", "chooseBoardSourcePopup-title": "Importa Tauler",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Propojit kartu", "linkCardPopup-title": "Propojit kartu",
"searchElementPopup-title": "Hledat", "searchElementPopup-title": "Hledat",
"copyCardPopup-title": "Kopírovat kartu", "copyCardPopup-title": "Kopírovat kartu",
"copyChecklistToManyCardsPopup-title": "Kopírovat checklist do více karet", "copyManyCardsPopup-title": "Kopírovat checklist do více karet",
"copyChecklistToManyCardsPopup-instructions": "Názvy a popisy cílové karty v tomto formátu JSON", "copyManyCardsPopup-instructions": "Názvy a popisy cílové karty v tomto formátu JSON",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"Nadpis první karty\", \"description\":\"Popis první karty\"}, {\"title\":\"Nadpis druhé karty\",\"description\":\"Popis druhé karty\"},{\"title\":\"Nadpis poslední kary\",\"description\":\"Popis poslední karty\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"Nadpis první karty\", \"description\":\"Popis první karty\"}, {\"title\":\"Nadpis druhé karty\",\"description\":\"Popis druhé karty\"},{\"title\":\"Nadpis poslední kary\",\"description\":\"Popis poslední karty\"} ]",
"create": "Vytvořit", "create": "Vytvořit",
"createBoardPopup-title": "Vytvořit tablo", "createBoardPopup-title": "Vytvořit tablo",
"chooseBoardSourcePopup-title": "Importovat tablo", "chooseBoardSourcePopup-title": "Importovat tablo",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Propojit kartu", "linkCardPopup-title": "Propojit kartu",
"searchElementPopup-title": "Hledat", "searchElementPopup-title": "Hledat",
"copyCardPopup-title": "Kopírovat kartu", "copyCardPopup-title": "Kopírovat kartu",
"copyChecklistToManyCardsPopup-title": "Kopírovat checklist do více karet", "copyManyCardsPopup-title": "Kopírovat checklist do více karet",
"copyChecklistToManyCardsPopup-instructions": "Názvy a popisy cílové karty v tomto formátu JSON", "copyManyCardsPopup-instructions": "Názvy a popisy cílové karty v tomto formátu JSON",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"Nadpis první karty\", \"description\":\"Popis první karty\"}, {\"title\":\"Nadpis druhé karty\",\"description\":\"Popis druhé karty\"},{\"title\":\"Nadpis poslední kary\",\"description\":\"Popis poslední karty\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"Nadpis první karty\", \"description\":\"Popis první karty\"}, {\"title\":\"Nadpis druhé karty\",\"description\":\"Popis druhé karty\"},{\"title\":\"Nadpis poslední kary\",\"description\":\"Popis poslední karty\"} ]",
"create": "Vytvořit", "create": "Vytvořit",
"createBoardPopup-title": "Vytvořit tablo", "createBoardPopup-title": "Vytvořit tablo",
"chooseBoardSourcePopup-title": "Importovat tablo", "chooseBoardSourcePopup-title": "Importovat tablo",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Sammenkæd kort", "linkCardPopup-title": "Sammenkæd kort",
"searchElementPopup-title": "Søg", "searchElementPopup-title": "Søg",
"copyCardPopup-title": "Kopiér kort", "copyCardPopup-title": "Kopiér kort",
"copyChecklistToManyCardsPopup-title": "Kopiér tjeklisteskabelon til flere kort", "copyManyCardsPopup-title": "Kopiér tjeklisteskabelon til flere kort",
"copyChecklistToManyCardsPopup-instructions": "Destination for kortenes titler og beskrivelser i dette JSON-format", "copyManyCardsPopup-instructions": "Destination for kortenes titler og beskrivelser i dette JSON-format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Opret", "create": "Opret",
"createBoardPopup-title": "Opret tavle", "createBoardPopup-title": "Opret tavle",
"chooseBoardSourcePopup-title": "Importér tavle", "chooseBoardSourcePopup-title": "Importér tavle",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Karte verknüpfen", "linkCardPopup-title": "Karte verknüpfen",
"searchElementPopup-title": "Suche", "searchElementPopup-title": "Suche",
"copyCardPopup-title": "Karte kopieren", "copyCardPopup-title": "Karte kopieren",
"copyChecklistToManyCardsPopup-title": "Checklistenvorlage in mehrere Karten kopieren", "copyManyCardsPopup-title": "Checklistenvorlage in mehrere Karten kopieren",
"copyChecklistToManyCardsPopup-instructions": "Titel und Beschreibungen der Zielkarten im folgenden JSON-Format", "copyManyCardsPopup-instructions": "Titel und Beschreibungen der Zielkarten im folgenden JSON-Format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"Titel der ersten Karte\", \"description\":\"Beschreibung der ersten Karte\"}, {\"title\":\"Titel der zweiten Karte\",\"description\":\"Beschreibung der zweiten Karte\"},{\"title\":\"Titel der letzten Karte\",\"description\":\"Beschreibung der letzten Karte\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"Titel der ersten Karte\", \"description\":\"Beschreibung der ersten Karte\"}, {\"title\":\"Titel der zweiten Karte\",\"description\":\"Beschreibung der zweiten Karte\"},{\"title\":\"Titel der letzten Karte\",\"description\":\"Beschreibung der letzten Karte\"} ]",
"create": "Erstellen", "create": "Erstellen",
"createBoardPopup-title": "Board erstellen", "createBoardPopup-title": "Board erstellen",
"chooseBoardSourcePopup-title": "Board importieren", "chooseBoardSourcePopup-title": "Board importieren",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Karte verknüpfen", "linkCardPopup-title": "Karte verknüpfen",
"searchElementPopup-title": "Suche", "searchElementPopup-title": "Suche",
"copyCardPopup-title": "Karte kopieren", "copyCardPopup-title": "Karte kopieren",
"copyChecklistToManyCardsPopup-title": "Checklisten-Vorlage in mehrere Karten kopieren", "copyManyCardsPopup-title": "Checklisten-Vorlage in mehrere Karten kopieren",
"copyChecklistToManyCardsPopup-instructions": "Titel und Beschreibungen der Zielkarten im folgenden JSON-Format", "copyManyCardsPopup-instructions": "Titel und Beschreibungen der Zielkarten im folgenden JSON-Format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"Titel der ersten Karte\", \"description\":\"Beschreibung der ersten Karte\"}, {\"title\":\"Titel der zweiten Karte\",\"description\":\"Beschreibung der zweiten Karte\"},{\"title\":\"Titel der letzten Karte\",\"description\":\"Beschreibung der letzten Karte\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"Titel der ersten Karte\", \"description\":\"Beschreibung der ersten Karte\"}, {\"title\":\"Titel der zweiten Karte\",\"description\":\"Beschreibung der zweiten Karte\"},{\"title\":\"Titel der letzten Karte\",\"description\":\"Beschreibung der letzten Karte\"} ]",
"create": "Erstellen", "create": "Erstellen",
"createBoardPopup-title": "Board erstellen", "createBoardPopup-title": "Board erstellen",
"chooseBoardSourcePopup-title": "Board importieren", "chooseBoardSourcePopup-title": "Board importieren",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Karte verknüpfen", "linkCardPopup-title": "Karte verknüpfen",
"searchElementPopup-title": "Suche", "searchElementPopup-title": "Suche",
"copyCardPopup-title": "Karte kopieren", "copyCardPopup-title": "Karte kopieren",
"copyChecklistToManyCardsPopup-title": "Checklistenvorlage in mehrere Karten kopieren", "copyManyCardsPopup-title": "mehrere Karten kopieren",
"copyChecklistToManyCardsPopup-instructions": "Titel und Beschreibungen der Zielkarten im folgenden JSON-Format", "copyManyCardsPopup-instructions": "Titel und Beschreibungen der Zielkarten im folgenden JSON-Format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"Titel der ersten Karte\", \"description\":\"Beschreibung der ersten Karte\"}, {\"title\":\"Titel der zweiten Karte\",\"description\":\"Beschreibung der zweiten Karte\"},{\"title\":\"Titel der letzten Karte\",\"description\":\"Beschreibung der letzten Karte\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"Titel der ersten Karte\", \"description\":\"Beschreibung der ersten Karte\"}, {\"title\":\"Titel der zweiten Karte\",\"description\":\"Beschreibung der zweiten Karte\"},{\"title\":\"Titel der letzten Karte\",\"description\":\"Beschreibung der letzten Karte\"} ]",
"create": "Erstellen", "create": "Erstellen",
"createBoardPopup-title": "Board erstellen", "createBoardPopup-title": "Board erstellen",
"chooseBoardSourcePopup-title": "Board importieren", "chooseBoardSourcePopup-title": "Board importieren",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Σύνδεση Κάρτας", "linkCardPopup-title": "Σύνδεση Κάρτας",
"searchElementPopup-title": "Αναζήτηση", "searchElementPopup-title": "Αναζήτηση",
"copyCardPopup-title": "Αντιγραφή Κάρτας", "copyCardPopup-title": "Αντιγραφή Κάρτας",
"copyChecklistToManyCardsPopup-title": "Αντιγραφή του Προτύπου Λίστας Ελέγχου - Checklist σε πολλές Κάρτες", "copyManyCardsPopup-title": "Αντιγραφή του Προτύπου Λίστας Ελέγχου - Checklist σε πολλές Κάρτες",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"Τίτλος πρώτης κάρτας\", \"description\":\"Περιγραφή πρώτης κάρτας\"}, {\"title\":\"Τίτλος δεύτερης κάρτας\",\"description\":\"Περιγραφή δεύτερης κάρτας\"},{\"title\":\"Τίτλος τελευταίας κάρτας\",\"description\":\"Περιγραφή τελευταίας κάρτας\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"Τίτλος πρώτης κάρτας\", \"description\":\"Περιγραφή πρώτης κάρτας\"}, {\"title\":\"Τίτλος δεύτερης κάρτας\",\"description\":\"Περιγραφή δεύτερης κάρτας\"},{\"title\":\"Τίτλος τελευταίας κάρτας\",\"description\":\"Περιγραφή τελευταίας κάρτας\"} ]",
"create": "Δημιουργία", "create": "Δημιουργία",
"createBoardPopup-title": "Δημιουργία Πίνακα", "createBoardPopup-title": "Δημιουργία Πίνακα",
"chooseBoardSourcePopup-title": "Εισαγωγή πίνακα", "chooseBoardSourcePopup-title": "Εισαγωγή πίνακα",

View file

@ -288,9 +288,9 @@
"linkCardPopup-title": "Σύνδεση Κάρτας", "linkCardPopup-title": "Σύνδεση Κάρτας",
"searchElementPopup-title": "Αναζήτηση", "searchElementPopup-title": "Αναζήτηση",
"copyCardPopup-title": "Αντιγραφή Κάρτας", "copyCardPopup-title": "Αντιγραφή Κάρτας",
"copyChecklistToManyCardsPopup-title": "Αντιγραφή του Προτύπου Λίστας Ελέγχου - Checklist σε πολλές Κάρτες", "copyManyCardsPopup-title": "Αντιγραφή του Προτύπου Λίστας Ελέγχου - Checklist σε πολλές Κάρτες",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"Τίτλος πρώτης κάρτας\", \"description\":\"Περιγραφή πρώτης κάρτας\"}, {\"title\":\"Τίτλος δεύτερης κάρτας\",\"description\":\"Περιγραφή δεύτερης κάρτας\"},{\"title\":\"Τίτλος τελευταίας κάρτας\",\"description\":\"Περιγραφή τελευταίας κάρτας\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"Τίτλος πρώτης κάρτας\", \"description\":\"Περιγραφή πρώτης κάρτας\"}, {\"title\":\"Τίτλος δεύτερης κάρτας\",\"description\":\"Περιγραφή δεύτερης κάρτας\"},{\"title\":\"Τίτλος τελευταίας κάρτας\",\"description\":\"Περιγραφή τελευταίας κάρτας\"} ]",
"create": "Δημιουργία", "create": "Δημιουργία",
"createBoardPopup-title": "Δημιουργία Πίνακα", "createBoardPopup-title": "Δημιουργία Πίνακα",
"chooseBoardSourcePopup-title": "Εισαγωγή πίνακα", "chooseBoardSourcePopup-title": "Εισαγωγή πίνακα",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Serĉi", "searchElementPopup-title": "Serĉi",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Krei", "create": "Krei",
"createBoardPopup-title": "Krei tavolon", "createBoardPopup-title": "Krei tavolon",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Tarjeta vinculada", "linkCardPopup-title": "Tarjeta vinculada",
"searchElementPopup-title": "Buscar", "searchElementPopup-title": "Buscar",
"copyCardPopup-title": "Copiar Tarjeta", "copyCardPopup-title": "Copiar Tarjeta",
"copyChecklistToManyCardsPopup-title": "Copiar Plantilla Checklist a Muchas Tarjetas", "copyManyCardsPopup-title": "Copiar Plantilla Checklist a Muchas Tarjetas",
"copyChecklistToManyCardsPopup-instructions": "Títulos y Descripciones de la Tarjeta Destino en este formato JSON", "copyManyCardsPopup-instructions": "Títulos y Descripciones de la Tarjeta Destino en este formato JSON",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"Título de primera tarjeta\", \"description\":\"Descripción de primera tarjeta\"}, {\"title\":\"Título de segunda tarjeta\",\"description\":\"Descripción de segunda tarjeta\"},{\"title\":\"Título de última tarjeta\",\"description\":\"Descripción de última tarjeta\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"Título de primera tarjeta\", \"description\":\"Descripción de primera tarjeta\"}, {\"title\":\"Título de segunda tarjeta\",\"description\":\"Descripción de segunda tarjeta\"},{\"title\":\"Título de última tarjeta\",\"description\":\"Descripción de última tarjeta\"} ]",
"create": "Crear", "create": "Crear",
"createBoardPopup-title": "Crear Tablero", "createBoardPopup-title": "Crear Tablero",
"chooseBoardSourcePopup-title": "Importar tablero", "chooseBoardSourcePopup-title": "Importar tablero",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Enlazar tarjeta", "linkCardPopup-title": "Enlazar tarjeta",
"searchElementPopup-title": "Buscar", "searchElementPopup-title": "Buscar",
"copyCardPopup-title": "Copiar la tarjeta", "copyCardPopup-title": "Copiar la tarjeta",
"copyChecklistToManyCardsPopup-title": "Copiar la plantilla de la lista de verificación en varias tarjetas", "copyManyCardsPopup-title": "Copiar la plantilla de la lista de verificación en varias tarjetas",
"copyChecklistToManyCardsPopup-instructions": "Títulos y descripciones de las tarjetas de destino en formato JSON", "copyManyCardsPopup-instructions": "Títulos y descripciones de las tarjetas de destino en formato JSON",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"Título de la primera tarjeta\", \"description\":\"Descripción de la primera tarjeta\"}, {\"title\":\"Título de la segunda tarjeta\",\"description\":\"Descripción de la segunda tarjeta\"},{\"title\":\"Título de la última tarjeta\",\"description\":\"Descripción de la última tarjeta\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"Título de la primera tarjeta\", \"description\":\"Descripción de la primera tarjeta\"}, {\"title\":\"Título de la segunda tarjeta\",\"description\":\"Descripción de la segunda tarjeta\"},{\"title\":\"Título de la última tarjeta\",\"description\":\"Descripción de la última tarjeta\"} ]",
"create": "Crear", "create": "Crear",
"createBoardPopup-title": "Crear tablero", "createBoardPopup-title": "Crear tablero",
"chooseBoardSourcePopup-title": "Importar un tablero", "chooseBoardSourcePopup-title": "Importar un tablero",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Enlazar tarjeta", "linkCardPopup-title": "Enlazar tarjeta",
"searchElementPopup-title": "Buscar", "searchElementPopup-title": "Buscar",
"copyCardPopup-title": "Copiar la tarjeta", "copyCardPopup-title": "Copiar la tarjeta",
"copyChecklistToManyCardsPopup-title": "Copiar la plantilla de la lista de comprobación en varias tarjetas", "copyManyCardsPopup-title": "Copiar la plantilla de la lista de comprobación en varias tarjetas",
"copyChecklistToManyCardsPopup-instructions": "Títulos y descripciones de las tarjetas de destino en formato JSON", "copyManyCardsPopup-instructions": "Títulos y descripciones de las tarjetas de destino en formato JSON",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"Título de la primera tarjeta\", \"description\":\"Descripción de la primera tarjeta\"}, {\"title\":\"Título de la segunda tarjeta\",\"description\":\"Descripción de la segunda tarjeta\"},{\"title\":\"Título de la última tarjeta\",\"description\":\"Descripción de la última tarjeta\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"Título de la primera tarjeta\", \"description\":\"Descripción de la primera tarjeta\"}, {\"title\":\"Título de la segunda tarjeta\",\"description\":\"Descripción de la segunda tarjeta\"},{\"title\":\"Título de la última tarjeta\",\"description\":\"Descripción de la última tarjeta\"} ]",
"create": "Crear", "create": "Crear",
"createBoardPopup-title": "Crear tablero", "createBoardPopup-title": "Crear tablero",
"chooseBoardSourcePopup-title": "Importar un tablero", "chooseBoardSourcePopup-title": "Importar un tablero",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Enlazar tarjeta", "linkCardPopup-title": "Enlazar tarjeta",
"searchElementPopup-title": "Buscar", "searchElementPopup-title": "Buscar",
"copyCardPopup-title": "Copiar la tarjeta", "copyCardPopup-title": "Copiar la tarjeta",
"copyChecklistToManyCardsPopup-title": "Copiar la plantilla de la lista de verificación en varias tarjetas", "copyManyCardsPopup-title": "Copiar la plantilla de la lista de verificación en varias tarjetas",
"copyChecklistToManyCardsPopup-instructions": "Títulos y descripciones de las tarjetas de destino en formato JSON", "copyManyCardsPopup-instructions": "Títulos y descripciones de las tarjetas de destino en formato JSON",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"Título de la primera tarjeta\", \"description\":\"Descripción de la primera tarjeta\"}, {\"title\":\"Título de la segunda tarjeta\",\"description\":\"Descripción de la segunda tarjeta\"},{\"title\":\"Título de la última tarjeta\",\"description\":\"Descripción de la última tarjeta\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"Título de la primera tarjeta\", \"description\":\"Descripción de la primera tarjeta\"}, {\"title\":\"Título de la segunda tarjeta\",\"description\":\"Descripción de la segunda tarjeta\"},{\"title\":\"Título de la última tarjeta\",\"description\":\"Descripción de la última tarjeta\"} ]",
"create": "Crear", "create": "Crear",
"createBoardPopup-title": "Crear tablero", "createBoardPopup-title": "Crear tablero",
"chooseBoardSourcePopup-title": "Importar un tablero", "chooseBoardSourcePopup-title": "Importar un tablero",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Linkkaart", "linkCardPopup-title": "Linkkaart",
"searchElementPopup-title": "Otsi", "searchElementPopup-title": "Otsi",
"copyCardPopup-title": "Kopeeri kaart", "copyCardPopup-title": "Kopeeri kaart",
"copyChecklistToManyCardsPopup-title": "Koopia kontrollnimekirja malli paljudele kaartidele", "copyManyCardsPopup-title": "Koopia kontrollnimekirja malli paljudele kaartidele",
"copyChecklistToManyCardsPopup-instructions": "Sihtkaardi pealkirjad ja kirjeldused selles JSON-vormingus", "copyManyCardsPopup-instructions": "Sihtkaardi pealkirjad ja kirjeldused selles JSON-vormingus",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": {\"title\": \"First card title\", \"description\": \"First card description\"}, {\"title\": \"Second card title\", \"description\": \"Second card description\"},{\"title\": \"Last card title\", \"description\": \"Last card description\"}, {\"title\": \"Last card title\", \"description\": \"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": {\"title\": \"First card title\", \"description\": \"First card description\"}, {\"title\": \"Second card title\", \"description\": \"Second card description\"},{\"title\": \"Last card title\", \"description\": \"Last card description\"}, {\"title\": \"Last card title\", \"description\": \"Last card description\"} ]",
"create": "Loo", "create": "Loo",
"createBoardPopup-title": "Loo juhatus", "createBoardPopup-title": "Loo juhatus",
"chooseBoardSourcePopup-title": "Impordilaua", "chooseBoardSourcePopup-title": "Impordilaua",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Estekatu txartela", "linkCardPopup-title": "Estekatu txartela",
"searchElementPopup-title": "Bilatu", "searchElementPopup-title": "Bilatu",
"copyCardPopup-title": "Kopiatu txartela", "copyCardPopup-title": "Kopiatu txartela",
"copyChecklistToManyCardsPopup-title": "Kopiatu kontrol laukien txantiloia hainbat txerteletara", "copyManyCardsPopup-title": "Kopiatu kontrol laukien txantiloia hainbat txerteletara",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Sortu", "create": "Sortu",
"createBoardPopup-title": "Sortu arbela", "createBoardPopup-title": "Sortu arbela",
"chooseBoardSourcePopup-title": "Inportatu arbela", "chooseBoardSourcePopup-title": "Inportatu arbela",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "ارتباط دادن کارت", "linkCardPopup-title": "ارتباط دادن کارت",
"searchElementPopup-title": "جستجو", "searchElementPopup-title": "جستجو",
"copyCardPopup-title": "کپی کارت", "copyCardPopup-title": "کپی کارت",
"copyChecklistToManyCardsPopup-title": "کپی قالب چک‌لیست به کارت‌های متعدد", "copyManyCardsPopup-title": "کپی قالب چک‌لیست به کارت‌های متعدد",
"copyChecklistToManyCardsPopup-instructions": "عنوان و توضیحات کارت مقصد در این قالب JSON", "copyManyCardsPopup-instructions": "عنوان و توضیحات کارت مقصد در این قالب JSON",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "ایجاد", "create": "ایجاد",
"createBoardPopup-title": "ایجاد برد", "createBoardPopup-title": "ایجاد برد",
"chooseBoardSourcePopup-title": "بارگذاری برد", "chooseBoardSourcePopup-title": "بارگذاری برد",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Linkitä kortti", "linkCardPopup-title": "Linkitä kortti",
"searchElementPopup-title": "Etsi", "searchElementPopup-title": "Etsi",
"copyCardPopup-title": "Kopioi kortti", "copyCardPopup-title": "Kopioi kortti",
"copyChecklistToManyCardsPopup-title": "Kopioi tarkistuslistan malli monille korteille", "copyManyCardsPopup-title": "Kopioi tarkistuslistan malli monille korteille",
"copyChecklistToManyCardsPopup-instructions": "Kohde korttien otsikot ja kuvaukset JSON-muodossa", "copyManyCardsPopup-instructions": "Kohde korttien otsikot ja kuvaukset JSON-muodossa",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"Ensimmäisen kortin otsikko\", \"description\":\"Ensimmäisen kortin kuvaus\"}, {\"title\":\"Toisen kortin otsikko\",\"description\":\"Toisen kortin kuvaus\"},{\"title\":\"Viimeisen kortin otsikko\",\"description\":\"Viimeisen kortin kuvaus\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"Ensimmäisen kortin otsikko\", \"description\":\"Ensimmäisen kortin kuvaus\"}, {\"title\":\"Toisen kortin otsikko\",\"description\":\"Toisen kortin kuvaus\"},{\"title\":\"Viimeisen kortin otsikko\",\"description\":\"Viimeisen kortin kuvaus\"} ]",
"create": "Luo", "create": "Luo",
"createBoardPopup-title": "Luo taulu", "createBoardPopup-title": "Luo taulu",
"chooseBoardSourcePopup-title": "Tuo taulu", "chooseBoardSourcePopup-title": "Tuo taulu",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Lier une Carte", "linkCardPopup-title": "Lier une Carte",
"searchElementPopup-title": "Chercher", "searchElementPopup-title": "Chercher",
"copyCardPopup-title": "Copier la carte", "copyCardPopup-title": "Copier la carte",
"copyChecklistToManyCardsPopup-title": "Copier le modèle de checklist vers plusieurs cartes", "copyManyCardsPopup-title": "Copier le modèle de checklist vers plusieurs cartes",
"copyChecklistToManyCardsPopup-instructions": "Titres et descriptions des cartes de destination dans ce format JSON", "copyManyCardsPopup-instructions": "Titres et descriptions des cartes de destination dans ce format JSON",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"Titre de la première carte\", \"description\":\"Description de la première carte\"}, {\"title\":\"Titre de la seconde carte\",\"description\":\"Description de la seconde carte\"},{\"title\":\"Titre de la dernière carte\",\"description\":\"Description de la dernière carte\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"Titre de la première carte\", \"description\":\"Description de la première carte\"}, {\"title\":\"Titre de la seconde carte\",\"description\":\"Description de la seconde carte\"},{\"title\":\"Titre de la dernière carte\",\"description\":\"Description de la dernière carte\"} ]",
"create": "Créer", "create": "Créer",
"createBoardPopup-title": "Créer un tableau", "createBoardPopup-title": "Créer un tableau",
"chooseBoardSourcePopup-title": "Importer un tableau", "chooseBoardSourcePopup-title": "Importer un tableau",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Crear", "create": "Crear",
"createBoardPopup-title": "Crear taboleiro", "createBoardPopup-title": "Crear taboleiro",
"chooseBoardSourcePopup-title": "Importar taboleiro", "chooseBoardSourcePopup-title": "Importar taboleiro",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Crear", "create": "Crear",
"createBoardPopup-title": "Crear taboleiro", "createBoardPopup-title": "Crear taboleiro",
"chooseBoardSourcePopup-title": "Importar taboleiro", "chooseBoardSourcePopup-title": "Importar taboleiro",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "קישור כרטיס", "linkCardPopup-title": "קישור כרטיס",
"searchElementPopup-title": "חיפוש", "searchElementPopup-title": "חיפוש",
"copyCardPopup-title": "העתקת כרטיס", "copyCardPopup-title": "העתקת כרטיס",
"copyChecklistToManyCardsPopup-title": "העתקת תבנית רשימת מטלות למגוון כרטיסים", "copyManyCardsPopup-title": "העתקת תבנית רשימת מטלות למגוון כרטיסים",
"copyChecklistToManyCardsPopup-instructions": "כותרות ותיאורים של כרטיסי יעד בתצורת JSON זו", "copyManyCardsPopup-instructions": "כותרות ותיאורים של כרטיסי יעד בתצורת JSON זו",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"כותרת כרטיס ראשון\", \"description\":\"תיאור כרטיס ראשון\"}, {\"title\":\"כותרת כרטיס שני\",\"description\":\"תיאור כרטיס שני\"},{\"title\":\"כותרת כרטיס אחרון\",\"description\":\"תיאור כרטיס אחרון\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"כותרת כרטיס ראשון\", \"description\":\"תיאור כרטיס ראשון\"}, {\"title\":\"כותרת כרטיס שני\",\"description\":\"תיאור כרטיס שני\"},{\"title\":\"כותרת כרטיס אחרון\",\"description\":\"תיאור כרטיס אחרון\"} ]",
"create": "יצירה", "create": "יצירה",
"createBoardPopup-title": "יצירת לוח", "createBoardPopup-title": "יצירת לוח",
"chooseBoardSourcePopup-title": "יבוא לוח", "chooseBoardSourcePopup-title": "יבוא לוח",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "कार्ड कड़ी", "linkCardPopup-title": "कार्ड कड़ी",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "कार्ड प्रतिलिपि", "copyCardPopup-title": "कार्ड प्रतिलिपि",
"copyChecklistToManyCardsPopup-title": "कई कार्ड के लिए जांचसूची खाके की प्रतिलिपि बनाएँ", "copyManyCardsPopup-title": "कई कार्ड के लिए जांचसूची खाके की प्रतिलिपि बनाएँ",
"copyChecklistToManyCardsPopup-instructions": "इस JSON प्रारूप में गंतव्य कार्ड शीर्षक और विवरण", "copyManyCardsPopup-instructions": "इस JSON प्रारूप में गंतव्य कार्ड शीर्षक और विवरण",
"copyChecklistToManyCardsPopup-format": "[{\"title\":\"पहला कार्ड शीर्षक\",\"description\":\"पहला कार्ड विवरण\"},{\"title\":\"दूसरा कार्ड शीर्षक\",\"description\":\"दूसरा कार्ड विवरण\"},{\"title\":\"अंतिम कार्ड शीर्षक\",\"description\":\"अंतिम कार्ड विवरण\" }]", "copyManyCardsPopup-format": "[{\"title\":\"पहला कार्ड शीर्षक\",\"description\":\"पहला कार्ड विवरण\"},{\"title\":\"दूसरा कार्ड शीर्षक\",\"description\":\"दूसरा कार्ड विवरण\"},{\"title\":\"अंतिम कार्ड शीर्षक\",\"description\":\"अंतिम कार्ड विवरण\" }]",
"create": "निर्माण करना", "create": "निर्माण करना",
"createBoardPopup-title": "बोर्ड निर्माण करना", "createBoardPopup-title": "बोर्ड निर्माण करना",
"chooseBoardSourcePopup-title": "बोर्ड आयात", "chooseBoardSourcePopup-title": "बोर्ड आयात",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "कार्ड कड़ी", "linkCardPopup-title": "कार्ड कड़ी",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "कार्ड प्रतिलिपि", "copyCardPopup-title": "कार्ड प्रतिलिपि",
"copyChecklistToManyCardsPopup-title": "कई कार्ड के लिए जांचसूची खाके की प्रतिलिपि बनाएँ", "copyManyCardsPopup-title": "कई कार्ड के लिए जांचसूची खाके की प्रतिलिपि बनाएँ",
"copyChecklistToManyCardsPopup-instructions": "इस JSON प्रारूप में गंतव्य कार्ड शीर्षक और विवरण", "copyManyCardsPopup-instructions": "इस JSON प्रारूप में गंतव्य कार्ड शीर्षक और विवरण",
"copyChecklistToManyCardsPopup-format": "[{\"title\":\"पहला कार्ड शीर्षक\",\"description\":\"पहला कार्ड विवरण\"},{\"title\":\"दूसरा कार्ड शीर्षक\",\"description\":\"दूसरा कार्ड विवरण\"},{\"title\":\"अंतिम कार्ड शीर्षक\",\"description\":\"अंतिम कार्ड विवरण\" }]", "copyManyCardsPopup-format": "[{\"title\":\"पहला कार्ड शीर्षक\",\"description\":\"पहला कार्ड विवरण\"},{\"title\":\"दूसरा कार्ड शीर्षक\",\"description\":\"दूसरा कार्ड विवरण\"},{\"title\":\"अंतिम कार्ड शीर्षक\",\"description\":\"अंतिम कार्ड विवरण\" }]",
"create": "निर्माण करना", "create": "निर्माण करना",
"createBoardPopup-title": "बोर्ड निर्माण करना", "createBoardPopup-title": "बोर्ड निर्माण करना",
"chooseBoardSourcePopup-title": "बोर्ड आयात", "chooseBoardSourcePopup-title": "बोर्ड आयात",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Pretraži", "searchElementPopup-title": "Pretraži",
"copyCardPopup-title": "Kopiraj karticu", "copyCardPopup-title": "Kopiraj karticu",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Dodaj", "create": "Dodaj",
"createBoardPopup-title": "Dodaj ploču", "createBoardPopup-title": "Dodaj ploču",
"chooseBoardSourcePopup-title": "Uvezi ploču", "chooseBoardSourcePopup-title": "Uvezi ploču",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Kártyára hivatkozás", "linkCardPopup-title": "Kártyára hivatkozás",
"searchElementPopup-title": "Keresés", "searchElementPopup-title": "Keresés",
"copyCardPopup-title": "Kártya másolása", "copyCardPopup-title": "Kártya másolása",
"copyChecklistToManyCardsPopup-title": "Ellenőrzőlista sablon másolása több kártyára", "copyManyCardsPopup-title": "Ellenőrzőlista sablon másolása több kártyára",
"copyChecklistToManyCardsPopup-instructions": "A célkártyák címe és a leírások ebben a JSON formátumban", "copyManyCardsPopup-instructions": "A célkártyák címe és a leírások ebben a JSON formátumban",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"Első kártya címe\", \"description\":\"Első kártya leírása\"}, {\"title\":\"Második kártya címe\",\"description\":\"Második kártya leírása\"},{\"title\":\"Utolsó kártya címe\",\"description\":\"Utolsó kártya leírása\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"Első kártya címe\", \"description\":\"Első kártya leírása\"}, {\"title\":\"Második kártya címe\",\"description\":\"Második kártya leírása\"},{\"title\":\"Utolsó kártya címe\",\"description\":\"Utolsó kártya leírása\"} ]",
"create": "Létrehozás", "create": "Létrehozás",
"createBoardPopup-title": "Tábla létrehozása", "createBoardPopup-title": "Tábla létrehozása",
"chooseBoardSourcePopup-title": "Tábla importálása", "chooseBoardSourcePopup-title": "Tábla importálása",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Cari", "searchElementPopup-title": "Cari",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Buat", "create": "Buat",
"createBoardPopup-title": "Buat Panel", "createBoardPopup-title": "Buat Panel",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Collega scheda", "linkCardPopup-title": "Collega scheda",
"searchElementPopup-title": "Cerca", "searchElementPopup-title": "Cerca",
"copyCardPopup-title": "Copia scheda", "copyCardPopup-title": "Copia scheda",
"copyChecklistToManyCardsPopup-title": "Copia template checklist su più schede", "copyManyCardsPopup-title": "Copia template checklist su più schede",
"copyChecklistToManyCardsPopup-instructions": "Titolo e la descrizione della scheda di destinazione in questo formato JSON", "copyManyCardsPopup-instructions": "Titolo e la descrizione della scheda di destinazione in questo formato JSON",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"Titolo prima scheda\", \"description\":\"Descrizione prima scheda\"}, {\"title\":\"Titolo seconda scheda\",\"description\":\"Descrizione seconda scheda\"},{\"title\":\"Titolo ultima scheda\",\"description\":\"Descrizione ultima scheda\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"Titolo prima scheda\", \"description\":\"Descrizione prima scheda\"}, {\"title\":\"Titolo seconda scheda\",\"description\":\"Descrizione seconda scheda\"},{\"title\":\"Titolo ultima scheda\",\"description\":\"Descrizione ultima scheda\"} ]",
"create": "Crea", "create": "Crea",
"createBoardPopup-title": "Crea bacheca", "createBoardPopup-title": "Crea bacheca",
"chooseBoardSourcePopup-title": "Importa bacheca", "chooseBoardSourcePopup-title": "Importa bacheca",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "カードをリンク", "linkCardPopup-title": "カードをリンク",
"searchElementPopup-title": "検索", "searchElementPopup-title": "検索",
"copyCardPopup-title": "カードをコピー", "copyCardPopup-title": "カードをコピー",
"copyChecklistToManyCardsPopup-title": "テンプレートから複数カードにコピー", "copyManyCardsPopup-title": "テンプレートから複数カードにコピー",
"copyChecklistToManyCardsPopup-instructions": "作成されるカードのタイトルと説明をJSON形式で指定", "copyManyCardsPopup-instructions": "作成されるカードのタイトルと説明をJSON形式で指定",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"1つ目のカードタイトル\", \"description\":\"1つ目のカードの説明\"}, {\"title\":\"2つ目のカードタイトル\",\"description\":\"2つ目のカードの説明\"},{\"title\":\"最後のカードタイトル\",\"description\":\"最後のカードの説明\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"1つ目のカードタイトル\", \"description\":\"1つ目のカードの説明\"}, {\"title\":\"2つ目のカードタイトル\",\"description\":\"2つ目のカードの説明\"},{\"title\":\"最後のカードタイトル\",\"description\":\"最後のカードの説明\"} ]",
"create": "作成", "create": "作成",
"createBoardPopup-title": "ボードの作成", "createBoardPopup-title": "ボードの作成",
"chooseBoardSourcePopup-title": "ボードをインポート", "chooseBoardSourcePopup-title": "ボードをインポート",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "ძებნა", "searchElementPopup-title": "ძებნა",
"copyCardPopup-title": "ბარათის ასლი", "copyCardPopup-title": "ბარათის ასლი",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"სათაური\": \"პირველი ბარათის სათაური\", \"აღწერა\":\"პირველი ბარათის აღწერა\"}, {\"სათაური\":\"მეორე ბარათის სათაური\",\"აღწერა\":\"მეორე ბარათის აღწერა\"},{\"სათაური\":\"ბოლო ბარათის სათაური\",\"აღწერა\":\"ბოლო ბარათის აღწერა\"} ]", "copyManyCardsPopup-format": "[ {\"სათაური\": \"პირველი ბარათის სათაური\", \"აღწერა\":\"პირველი ბარათის აღწერა\"}, {\"სათაური\":\"მეორე ბარათის სათაური\",\"აღწერა\":\"მეორე ბარათის აღწერა\"},{\"სათაური\":\"ბოლო ბარათის სათაური\",\"აღწერა\":\"ბოლო ბარათის აღწერა\"} ]",
"create": "შექმნა", "create": "შექმნა",
"createBoardPopup-title": "დაფის შექმნა", "createBoardPopup-title": "დაფის შექმნა",
"chooseBoardSourcePopup-title": "დაფის იმპორტი", "chooseBoardSourcePopup-title": "დაფის იმპორტი",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "검색", "searchElementPopup-title": "검색",
"copyCardPopup-title": "카드 복사", "copyCardPopup-title": "카드 복사",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "생성", "create": "생성",
"createBoardPopup-title": "보드 생성", "createBoardPopup-title": "보드 생성",
"chooseBoardSourcePopup-title": "보드 가져오기", "chooseBoardSourcePopup-title": "보드 가져오기",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Kartiņas saite", "linkCardPopup-title": "Kartiņas saite",
"searchElementPopup-title": "Meklēt", "searchElementPopup-title": "Meklēt",
"copyCardPopup-title": "Kopēt kartiņu", "copyCardPopup-title": "Kopēt kartiņu",
"copyChecklistToManyCardsPopup-title": "Kopēt kontrolsarakstu uz citām kartiņām", "copyManyCardsPopup-title": "Kopēt kontrolsarakstu uz citām kartiņām",
"copyChecklistToManyCardsPopup-instructions": "Mērķa kartiņu virsraksti un apraksti šajā JSON formātā", "copyManyCardsPopup-instructions": "Mērķa kartiņu virsraksti un apraksti šajā JSON formātā",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"Pirmās kartiņas virsraksts\", \"description\":\"Pirmās kartiņas apraksts}, {\"title\":\"Otrās kartiņas virsraksts\",\"description\":\"Otrās kartiņas apraksts\"},{\"title\":\"Pēdējās kartiņas virsraksts\",\"description\":\"Pēdējās kartiņas apraksts\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"Pirmās kartiņas virsraksts\", \"description\":\"Pirmās kartiņas apraksts}, {\"title\":\"Otrās kartiņas virsraksts\",\"description\":\"Otrās kartiņas apraksts\"},{\"title\":\"Pēdējās kartiņas virsraksts\",\"description\":\"Pēdējās kartiņas apraksts\"} ]",
"create": "Izveidot", "create": "Izveidot",
"createBoardPopup-title": "Izveidot dēli", "createBoardPopup-title": "Izveidot dēli",
"chooseBoardSourcePopup-title": "Importēt dēli", "chooseBoardSourcePopup-title": "Importēt dēli",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Поврзи картичка", "linkCardPopup-title": "Поврзи картичка",
"searchElementPopup-title": "Барај", "searchElementPopup-title": "Барај",
"copyCardPopup-title": "Копирај картичка", "copyCardPopup-title": "Копирај картичка",
"copyChecklistToManyCardsPopup-title": "Копирай чеклисти в други карти", "copyManyCardsPopup-title": "Копирай чеклисти в други карти",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Креирај", "create": "Креирај",
"createBoardPopup-title": "Креирај Табло", "createBoardPopup-title": "Креирај Табло",
"chooseBoardSourcePopup-title": "Импортирай Табло", "chooseBoardSourcePopup-title": "Импортирай Табло",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Үүсгэх", "create": "Үүсгэх",
"createBoardPopup-title": "Самбар үүсгэх", "createBoardPopup-title": "Самбар үүсгэх",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Kort", "linkCardPopup-title": "Link Kort",
"searchElementPopup-title": "Søk", "searchElementPopup-title": "Søk",
"copyCardPopup-title": "Kopier Kort", "copyCardPopup-title": "Kopier Kort",
"copyChecklistToManyCardsPopup-title": "Kopier Sjekklistemal til mange Kort", "copyManyCardsPopup-title": "Kopier Sjekklistemal til mange Kort",
"copyChecklistToManyCardsPopup-instructions": "Mottakende korttitler og beskivelse i dette JSON-formatet", "copyManyCardsPopup-instructions": "Mottakende korttitler og beskivelse i dette JSON-formatet",
"copyChecklistToManyCardsPopup-format": "[ {\"Tittel\": \"Tittel første kort\", \"Beskrivelse\":\"Beskrivelse første kort\"}, {\"Tittel\":\"Tittel andre kort\",\"Beskrivelse\":\"Beskrivelse andre kort\"},{\"Tittel\":\"Tittel siste kort\",\"Beskrivelse\":\"Beskrivelse siste kort\"} ]", "copyManyCardsPopup-format": "[ {\"Tittel\": \"Tittel første kort\", \"Beskrivelse\":\"Beskrivelse første kort\"}, {\"Tittel\":\"Tittel andre kort\",\"Beskrivelse\":\"Beskrivelse andre kort\"},{\"Tittel\":\"Tittel siste kort\",\"Beskrivelse\":\"Beskrivelse siste kort\"} ]",
"create": "Opprett", "create": "Opprett",
"createBoardPopup-title": "Opprett Tavle", "createBoardPopup-title": "Opprett Tavle",
"chooseBoardSourcePopup-title": "Importer tavle", "chooseBoardSourcePopup-title": "Importer tavle",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Koppel Kaart", "linkCardPopup-title": "Koppel Kaart",
"searchElementPopup-title": "Zoek", "searchElementPopup-title": "Zoek",
"copyCardPopup-title": "Kopieer kaart", "copyCardPopup-title": "Kopieer kaart",
"copyChecklistToManyCardsPopup-title": "Checklist sjabloon kopiëren naar meerdere kaarten", "copyManyCardsPopup-title": "Checklist sjabloon kopiëren naar meerdere kaarten",
"copyChecklistToManyCardsPopup-instructions": "Doel kaart titels en omschrijvingen in dit JSON formaat", "copyManyCardsPopup-instructions": "Doel kaart titels en omschrijvingen in dit JSON formaat",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"Titel eerste kaart\", \"description\":\"Omschrijving eerste kaart\"}, {\"title\":\"Titel tweede kaart\",\"description\":\"Omschrijving tweede kaart\"},{\"title\":\"Titel laatste kaart\",\"description\":\"Omschrijving laatste kaart\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"Titel eerste kaart\", \"description\":\"Omschrijving eerste kaart\"}, {\"title\":\"Titel tweede kaart\",\"description\":\"Omschrijving tweede kaart\"},{\"title\":\"Titel laatste kaart\",\"description\":\"Omschrijving laatste kaart\"} ]",
"create": "Aanmaken", "create": "Aanmaken",
"createBoardPopup-title": "Bord aanmaken", "createBoardPopup-title": "Bord aanmaken",
"chooseBoardSourcePopup-title": "Importeer bord", "chooseBoardSourcePopup-title": "Importeer bord",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Koppel Kaart", "linkCardPopup-title": "Koppel Kaart",
"searchElementPopup-title": "Zoek", "searchElementPopup-title": "Zoek",
"copyCardPopup-title": "Kopieer kaart", "copyCardPopup-title": "Kopieer kaart",
"copyChecklistToManyCardsPopup-title": "Checklist sjabloon kopiëren naar meerdere kaarten", "copyManyCardsPopup-title": "Checklist sjabloon kopiëren naar meerdere kaarten",
"copyChecklistToManyCardsPopup-instructions": "Doel kaart titels en omschrijvingen in dit JSON formaat", "copyManyCardsPopup-instructions": "Doel kaart titels en omschrijvingen in dit JSON formaat",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"Titel eerste kaart\", \"description\":\"Omschrijving eerste kaart\"}, {\"title\":\"Titel tweede kaart\",\"description\":\"Omschrijving tweede kaart\"},{\"title\":\"Titel laatste kaart\",\"description\":\"Omschrijving laatste kaart\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"Titel eerste kaart\", \"description\":\"Omschrijving eerste kaart\"}, {\"title\":\"Titel tweede kaart\",\"description\":\"Omschrijving tweede kaart\"},{\"title\":\"Titel laatste kaart\",\"description\":\"Omschrijving laatste kaart\"} ]",
"create": "Aanmaken", "create": "Aanmaken",
"createBoardPopup-title": "Bord aanmaken", "createBoardPopup-title": "Bord aanmaken",
"chooseBoardSourcePopup-title": "Importeer bord", "chooseBoardSourcePopup-title": "Importeer bord",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Ligam de la carta", "linkCardPopup-title": "Ligam de la carta",
"searchElementPopup-title": "Cèrca", "searchElementPopup-title": "Cèrca",
"copyCardPopup-title": "Còpia de la carta", "copyCardPopup-title": "Còpia de la carta",
"copyChecklistToManyCardsPopup-title": "Còpia del modèl de checklist cap a mai d'una carta", "copyManyCardsPopup-title": "Còpia del modèl de checklist cap a mai d'una carta",
"copyChecklistToManyCardsPopup-instructions": "Un compte es estat creat per vos sus ", "copyManyCardsPopup-instructions": "Un compte es estat creat per vos sus ",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"Títol de la primièra carta\", \"description\":\"Descripcion de la primièra carta\"}, {\"title\":\"Títol de la segonda carta\",\"description\":\"Descripcion de la segonda carta\"},{\"title\":\"Títol de la darrièra carta\",\"description\":\"Descripcion de la darrièra carta\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"Títol de la primièra carta\", \"description\":\"Descripcion de la primièra carta\"}, {\"title\":\"Títol de la segonda carta\",\"description\":\"Descripcion de la segonda carta\"},{\"title\":\"Títol de la darrièra carta\",\"description\":\"Descripcion de la darrièra carta\"} ]",
"create": "Crear", "create": "Crear",
"createBoardPopup-title": "Crear un tablèu", "createBoardPopup-title": "Crear un tablèu",
"chooseBoardSourcePopup-title": "Importar un tablèu", "chooseBoardSourcePopup-title": "Importar un tablèu",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Podepnij kartę", "linkCardPopup-title": "Podepnij kartę",
"searchElementPopup-title": "Wyszukaj", "searchElementPopup-title": "Wyszukaj",
"copyCardPopup-title": "Skopiuj kartę", "copyCardPopup-title": "Skopiuj kartę",
"copyChecklistToManyCardsPopup-title": "Kopiuj szablon czeklisty do wielu kart", "copyManyCardsPopup-title": "Kopiuj szablon czeklisty do wielu kart",
"copyChecklistToManyCardsPopup-instructions": "Docelowe tytuły i opisy kart są w formacie JSON", "copyManyCardsPopup-instructions": "Docelowe tytuły i opisy kart są w formacie JSON",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"Tytuł pierwszej karty\", \"description\":\"Opis pierwszej karty\"}, {\"title\":\"Tytuł drugiej karty\",\"description\":\"Opis drugiej karty\"},{\"title\":\"Tytuł ostatniej karty\",\"description\":\"Opis ostatniej karty\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"Tytuł pierwszej karty\", \"description\":\"Opis pierwszej karty\"}, {\"title\":\"Tytuł drugiej karty\",\"description\":\"Opis drugiej karty\"},{\"title\":\"Tytuł ostatniej karty\",\"description\":\"Opis ostatniej karty\"} ]",
"create": "Utwórz", "create": "Utwórz",
"createBoardPopup-title": "Utwórz tablicę", "createBoardPopup-title": "Utwórz tablicę",
"chooseBoardSourcePopup-title": "Import tablicy", "chooseBoardSourcePopup-title": "Import tablicy",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Podepnij kartę", "linkCardPopup-title": "Podepnij kartę",
"searchElementPopup-title": "Wyszukaj", "searchElementPopup-title": "Wyszukaj",
"copyCardPopup-title": "Skopiuj kartę", "copyCardPopup-title": "Skopiuj kartę",
"copyChecklistToManyCardsPopup-title": "Kopiuj szablon czeklisty do wielu kart", "copyManyCardsPopup-title": "Kopiuj szablon czeklisty do wielu kart",
"copyChecklistToManyCardsPopup-instructions": "Docelowe tytuły i opisy kart są w formacie JSON", "copyManyCardsPopup-instructions": "Docelowe tytuły i opisy kart są w formacie JSON",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"Tytuł pierwszej karty\", \"description\":\"Opis pierwszej karty\"}, {\"title\":\"Tytuł drugiej karty\",\"description\":\"Opis drugiej karty\"},{\"title\":\"Tytuł ostatniej karty\",\"description\":\"Opis ostatniej karty\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"Tytuł pierwszej karty\", \"description\":\"Opis pierwszej karty\"}, {\"title\":\"Tytuł drugiej karty\",\"description\":\"Opis drugiej karty\"},{\"title\":\"Tytuł ostatniej karty\",\"description\":\"Opis ostatniej karty\"} ]",
"create": "Utwórz", "create": "Utwórz",
"createBoardPopup-title": "Utwórz tablicę", "createBoardPopup-title": "Utwórz tablicę",
"chooseBoardSourcePopup-title": "Import tablicy", "chooseBoardSourcePopup-title": "Import tablicy",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Ligar Cartão", "linkCardPopup-title": "Ligar Cartão",
"searchElementPopup-title": "Buscar", "searchElementPopup-title": "Buscar",
"copyCardPopup-title": "Copiar o cartão", "copyCardPopup-title": "Copiar o cartão",
"copyChecklistToManyCardsPopup-title": "Copiar modelo de lista de verificação para vários cartões", "copyManyCardsPopup-title": "Copiar modelo de lista de verificação para vários cartões",
"copyChecklistToManyCardsPopup-instructions": "Títulos e descrições do cartão de destino neste formato JSON", "copyManyCardsPopup-instructions": "Títulos e descrições do cartão de destino neste formato JSON",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"Título do primeiro cartão\", \"description\":\"Descrição do primeiro cartão\"}, {\"title\":\"Título do segundo cartão\",\"description\":\"Descrição do segundo cartão\"},{\"title\":\"Título do último cartão\",\"description\":\"Descrição do último cartão\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"Título do primeiro cartão\", \"description\":\"Descrição do primeiro cartão\"}, {\"title\":\"Título do segundo cartão\",\"description\":\"Descrição do segundo cartão\"},{\"title\":\"Título do último cartão\",\"description\":\"Descrição do último cartão\"} ]",
"create": "Criar", "create": "Criar",
"createBoardPopup-title": "Criar Quadro", "createBoardPopup-title": "Criar Quadro",
"chooseBoardSourcePopup-title": "Importar quadro", "chooseBoardSourcePopup-title": "Importar quadro",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Ligar Cartão", "linkCardPopup-title": "Ligar Cartão",
"searchElementPopup-title": "Procurar", "searchElementPopup-title": "Procurar",
"copyCardPopup-title": "Copiar o cartão", "copyCardPopup-title": "Copiar o cartão",
"copyChecklistToManyCardsPopup-title": "Copiar o Modelo de Lista de Verificação para Vários Cartões", "copyManyCardsPopup-title": "Copiar o Modelo de Lista de Verificação para Vários Cartões",
"copyChecklistToManyCardsPopup-instructions": "Títulos e Descrições de Cartões de Destino neste formato JSON", "copyManyCardsPopup-instructions": "Títulos e Descrições de Cartões de Destino neste formato JSON",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"Título do primeiro cartão\", \"description\":\"Descrição do primeiro cartão\"}, {\"title\":\"Título do segundo cartão\",\"description\":\"Descrição do segundo cartão\"},{\"title\":\"Título do último cartão\",\"description\":\"Descrição do último cartão\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"Título do primeiro cartão\", \"description\":\"Descrição do primeiro cartão\"}, {\"title\":\"Título do segundo cartão\",\"description\":\"Descrição do segundo cartão\"},{\"title\":\"Título do último cartão\",\"description\":\"Descrição do último cartão\"} ]",
"create": "Criar", "create": "Criar",
"createBoardPopup-title": "Criar Quadro", "createBoardPopup-title": "Criar Quadro",
"chooseBoardSourcePopup-title": "Importar quadro", "chooseBoardSourcePopup-title": "Importar quadro",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Caută", "searchElementPopup-title": "Caută",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Карточка-ссылка", "linkCardPopup-title": "Карточка-ссылка",
"searchElementPopup-title": "Поиск", "searchElementPopup-title": "Поиск",
"copyCardPopup-title": "Копировать карточку", "copyCardPopup-title": "Копировать карточку",
"copyChecklistToManyCardsPopup-title": "Копировать шаблон контрольного списка в несколько карточек", "copyManyCardsPopup-title": "Копировать шаблон контрольного списка в несколько карточек",
"copyChecklistToManyCardsPopup-instructions": "Названия и описания целевых карт в формате JSON", "copyManyCardsPopup-instructions": "Названия и описания целевых карт в формате JSON",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"Название первой карточки\", \"description\":\"Описание первой карточки\"}, {\"title\":\"Название второй карточки\",\"description\":\"Описание второй карточки\"},{\"title\":\"Название последней карточки\",\"description\":\"Описание последней карточки\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"Название первой карточки\", \"description\":\"Описание первой карточки\"}, {\"title\":\"Название второй карточки\",\"description\":\"Описание второй карточки\"},{\"title\":\"Название последней карточки\",\"description\":\"Описание последней карточки\"} ]",
"create": "Создать", "create": "Создать",
"createBoardPopup-title": "Создать доску", "createBoardPopup-title": "Создать доску",
"chooseBoardSourcePopup-title": "Импортировать доску", "chooseBoardSourcePopup-title": "Импортировать доску",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Карточка-ссылка", "linkCardPopup-title": "Карточка-ссылка",
"searchElementPopup-title": "Поиск", "searchElementPopup-title": "Поиск",
"copyCardPopup-title": "Копировать карточку", "copyCardPopup-title": "Копировать карточку",
"copyChecklistToManyCardsPopup-title": "Копировать шаблон контрольного списка в несколько карточек", "copyManyCardsPopup-title": "Копировать шаблон контрольного списка в несколько карточек",
"copyChecklistToManyCardsPopup-instructions": "Названия и описания целевых карт в формате JSON", "copyManyCardsPopup-instructions": "Названия и описания целевых карт в формате JSON",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"Название первой карточки\", \"description\":\"Описание первой карточки\"}, {\"title\":\"Название второй карточки\",\"description\":\"Описание второй карточки\"},{\"title\":\"Название последней карточки\",\"description\":\"Описание последней карточки\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"Название первой карточки\", \"description\":\"Описание первой карточки\"}, {\"title\":\"Название второй карточки\",\"description\":\"Описание второй карточки\"},{\"title\":\"Название последней карточки\",\"description\":\"Описание последней карточки\"} ]",
"create": "Создать", "create": "Создать",
"createBoardPopup-title": "Создать доску", "createBoardPopup-title": "Создать доску",
"chooseBoardSourcePopup-title": "Импортировать доску", "chooseBoardSourcePopup-title": "Импортировать доску",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Poveži kartico", "linkCardPopup-title": "Poveži kartico",
"searchElementPopup-title": "Išči", "searchElementPopup-title": "Išči",
"copyCardPopup-title": "Kopiraj kartico", "copyCardPopup-title": "Kopiraj kartico",
"copyChecklistToManyCardsPopup-title": "Kopiraj predlogo kontrolnega seznama na več kartic", "copyManyCardsPopup-title": "Kopiraj predlogo kontrolnega seznama na več kartic",
"copyChecklistToManyCardsPopup-instructions": "Naslovi ciljnih kartic in opisi v JSON formatu", "copyManyCardsPopup-instructions": "Naslovi ciljnih kartic in opisi v JSON formatu",
"copyChecklistToManyCardsPopup-format": "[ {\"naslov\": \"Naslov prve kartice\", \"opis\":\"Opis prve kartice\"}, {\"naslov\":\"Opis druge kartice\",\"opis\":\"Opis druge kartice\"},{\"naslov\":\"Naslov zadnje kartice\",\"opis\":\"Opis zadnje kartice\"} ]", "copyManyCardsPopup-format": "[ {\"naslov\": \"Naslov prve kartice\", \"opis\":\"Opis prve kartice\"}, {\"naslov\":\"Opis druge kartice\",\"opis\":\"Opis druge kartice\"},{\"naslov\":\"Naslov zadnje kartice\",\"opis\":\"Opis zadnje kartice\"} ]",
"create": "Ustvari", "create": "Ustvari",
"createBoardPopup-title": "Ustvari tablo", "createBoardPopup-title": "Ustvari tablo",
"chooseBoardSourcePopup-title": "Uvozi tablo", "chooseBoardSourcePopup-title": "Uvozi tablo",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Poveži karticu", "linkCardPopup-title": "Poveži karticu",
"searchElementPopup-title": "Pretraga", "searchElementPopup-title": "Pretraga",
"copyCardPopup-title": "Kopiraj karticu", "copyCardPopup-title": "Kopiraj karticu",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Napravi", "create": "Napravi",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Länka kort", "linkCardPopup-title": "Länka kort",
"searchElementPopup-title": "Sök", "searchElementPopup-title": "Sök",
"copyCardPopup-title": "Kopiera kort", "copyCardPopup-title": "Kopiera kort",
"copyChecklistToManyCardsPopup-title": "Kopiera Checklistmallen till Flera Kort", "copyManyCardsPopup-title": "Kopiera Checklistmallen till Flera Kort",
"copyChecklistToManyCardsPopup-instructions": "Destinationskorttitlar och beskrivningar i detta JSON-format", "copyManyCardsPopup-instructions": "Destinationskorttitlar och beskrivningar i detta JSON-format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"Första kortets titel\", \"description\":\"Första kortets beskrivning\"}, {\"title\":\"Andra kortets titel\",\"description\":\"Andra kortets beskrivning\"},{\"title\":\"Sista kortets titel\",\"description\":\"Sista kortets beskrivning\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"Första kortets titel\", \"description\":\"Första kortets beskrivning\"}, {\"title\":\"Andra kortets titel\",\"description\":\"Andra kortets beskrivning\"},{\"title\":\"Sista kortets titel\",\"description\":\"Sista kortets beskrivning\"} ]",
"create": "Skapa", "create": "Skapa",
"createBoardPopup-title": "Skapa tavla", "createBoardPopup-title": "Skapa tavla",
"chooseBoardSourcePopup-title": "Importera tavla", "chooseBoardSourcePopup-title": "Importera tavla",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "தேடு ", "searchElementPopup-title": "தேடு ",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "உருவாக்கு ", "create": "உருவாக்கு ",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "ค้นหา", "searchElementPopup-title": "ค้นหา",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "สร้าง", "create": "สร้าง",
"createBoardPopup-title": "สร้างบอร์ด", "createBoardPopup-title": "สร้างบอร์ด",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Bağlantı kartı", "linkCardPopup-title": "Bağlantı kartı",
"searchElementPopup-title": "Arama", "searchElementPopup-title": "Arama",
"copyCardPopup-title": "Kartı Kopyala", "copyCardPopup-title": "Kartı Kopyala",
"copyChecklistToManyCardsPopup-title": "Yapılacaklar Listesi şemasını birden çok karta kopyala", "copyManyCardsPopup-title": "Yapılacaklar Listesi şemasını birden çok karta kopyala",
"copyChecklistToManyCardsPopup-instructions": "Hedef Kart Başlıkları ve Açıklamaları bu JSON formatında", "copyManyCardsPopup-instructions": "Hedef Kart Başlıkları ve Açıklamaları bu JSON formatında",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"İlk kart başlığı\", \"description\":\"İlk kart açıklaması\"}, {\"title\":\"İkinci kart başlığı\",\"description\":\"İkinci kart açıklaması\"},{\"title\":\"Son kart başlığı\",\"description\":\"Son kart açıklaması\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"İlk kart başlığı\", \"description\":\"İlk kart açıklaması\"}, {\"title\":\"İkinci kart başlığı\",\"description\":\"İkinci kart açıklaması\"},{\"title\":\"Son kart başlığı\",\"description\":\"Son kart açıklaması\"} ]",
"create": "Oluştur", "create": "Oluştur",
"createBoardPopup-title": "Pano Oluşturma", "createBoardPopup-title": "Pano Oluşturma",
"chooseBoardSourcePopup-title": "Panoyu içe aktar", "chooseBoardSourcePopup-title": "Panoyu içe aktar",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Шукати", "searchElementPopup-title": "Шукати",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Шукати", "searchElementPopup-title": "Шукати",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Шукати", "searchElementPopup-title": "Шукати",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Шукати", "searchElementPopup-title": "Шукати",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Thẻ liên kết", "linkCardPopup-title": "Thẻ liên kết",
"searchElementPopup-title": "Tìm kiếm", "searchElementPopup-title": "Tìm kiếm",
"copyCardPopup-title": "Sao chép Thẻ", "copyCardPopup-title": "Sao chép Thẻ",
"copyChecklistToManyCardsPopup-title": "Sao chép Mẫu Checklist cho Nhiều thẻ", "copyManyCardsPopup-title": "Sao chép Mẫu Checklist cho Nhiều thẻ",
"copyChecklistToManyCardsPopup-instructions": "Tiêu đề và mô tả thẻ đích ở định dạng JSON này", "copyManyCardsPopup-instructions": "Tiêu đề và mô tả thẻ đích ở định dạng JSON này",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"Tiêu đề thẻ đầu tiên\", \"description\":\"Mô tả thẻ đầu tiên\"}, {\"title\":\"Tiêu đề thẻ thứ hai\",\"description\":\"Mô tả thẻ thứ hai\"},{\"title\":\"Tiêu đề thẻ cuối cùng\",\"description\":\"Mô tả thẻ cuối cùng\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"Tiêu đề thẻ đầu tiên\", \"description\":\"Mô tả thẻ đầu tiên\"}, {\"title\":\"Tiêu đề thẻ thứ hai\",\"description\":\"Mô tả thẻ thứ hai\"},{\"title\":\"Tiêu đề thẻ cuối cùng\",\"description\":\"Mô tả thẻ cuối cùng\"} ]",
"create": "Tạo", "create": "Tạo",
"createBoardPopup-title": "Tạo Bảng", "createBoardPopup-title": "Tạo Bảng",
"chooseBoardSourcePopup-title": "Nhập bảng", "chooseBoardSourcePopup-title": "Nhập bảng",

View file

@ -295,9 +295,9 @@
"linkCardPopup-title": "Link Card", "linkCardPopup-title": "Link Card",
"searchElementPopup-title": "Search", "searchElementPopup-title": "Search",
"copyCardPopup-title": "Copy Card", "copyCardPopup-title": "Copy Card",
"copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "copyManyCardsPopup-title": "Copy Checklist Template to Many Cards",
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]", "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
"create": "Create", "create": "Create",
"createBoardPopup-title": "Create Board", "createBoardPopup-title": "Create Board",
"chooseBoardSourcePopup-title": "Import board", "chooseBoardSourcePopup-title": "Import board",

Some files were not shown because too many files have changed in this diff Show more