Update translations.

This commit is contained in:
Lauri Ojansivu 2020-05-13 04:25:22 +03:00
parent 851bfa53e6
commit d0208b2112
52 changed files with 932 additions and 58 deletions

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "لا يمكنك دعوة نفسك", "error-user-notAllowSelf": "لا يمكنك دعوة نفسك",
@ -316,6 +317,10 @@
"error-username-taken": "إسم المستخدم مأخوذ مسبقا", "error-username-taken": "إسم المستخدم مأخوذ مسبقا",
"error-email-taken": "البريد الإلكتروني مأخوذ بالفعل", "error-email-taken": "البريد الإلكتروني مأخوذ بالفعل",
"export-board": "Export board", "export-board": "Export board",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Export board",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "استيراد لوحة", "import-board-c": "استيراد لوحة",
"import-board-title-trello": "Import board from Trello", "import-board-title-trello": "Import board from Trello",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "من تريلو", "from-trello": "من تريلو",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text", "import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "Paste your valid JSON data here", "import-json-placeholder": "Paste your valid JSON data here",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "رسم خريطة الأعضاء", "import-map-members": "رسم خريطة الأعضاء",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping": "Review members mapping", "import-show-user-mapping": "Review members mapping",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Swimlane Actions", "swimlaneActionPopup-title": "Swimlane Actions",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Import a Trello card", "listImportCardPopup-title": "Import a Trello card",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "المزيد", "listMorePopup-title": "المزيد",
"link-list": "رابط إلى هذه القائمة", "link-list": "رابط إلى هذه القائمة",
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "За да направите това трябва да сте член на това табло", "error-board-notAMember": "За да направите това трябва да сте член на това табло",
"error-json-malformed": "Текстът Ви не е валиден JSON", "error-json-malformed": "Текстът Ви не е валиден JSON",
"error-json-schema": "JSON информацията Ви не съдържа информация във валиден формат", "error-json-schema": "JSON информацията Ви не съдържа информация във валиден формат",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Този списък не съществува", "error-list-doesNotExist": "Този списък не съществува",
"error-user-doesNotExist": "Този потребител не съществува", "error-user-doesNotExist": "Този потребител не съществува",
"error-user-notAllowSelf": "Не можете да поканите себе си", "error-user-notAllowSelf": "Не можете да поканите себе си",
@ -316,6 +317,10 @@
"error-username-taken": "Това потребителско име е вече заето", "error-username-taken": "Това потребителско име е вече заето",
"error-email-taken": "Имейлът е вече зает", "error-email-taken": "Имейлът е вече зает",
"export-board": "Експортиране на Табло", "export-board": "Експортиране на Табло",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Експортиране на Табло",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "Импортирай Табло", "import-board-c": "Импортирай Табло",
"import-board-title-trello": "Импорт на табло от Trello", "import-board-title-trello": "Импорт на табло от Trello",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "От Trello", "from-trello": "От Trello",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.", "import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "Копирайте валидната Ви JSON информация тук", "import-json-placeholder": "Копирайте валидната Ви JSON информация тук",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Map members", "import-map-members": "Map members",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping": "Review members mapping", "import-show-user-mapping": "Review members mapping",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Swimlane Actions", "swimlaneActionPopup-title": "Swimlane Actions",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Импорт на карта от Trello", "listImportCardPopup-title": "Импорт на карта от Trello",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "Още", "listMorePopup-title": "Още",
"link-list": "Връзка към този списък", "link-list": "Връзка към този списък",
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -316,6 +317,10 @@
"error-username-taken": "This username is already taken", "error-username-taken": "This username is already taken",
"error-email-taken": "Email has already been taken", "error-email-taken": "Email has already been taken",
"export-board": "Export board", "export-board": "Export board",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Export board",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "Import board", "import-board-c": "Import board",
"import-board-title-trello": "Import board from Trello", "import-board-title-trello": "Import board from Trello",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "From Trello", "from-trello": "From Trello",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text", "import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "Paste your valid JSON data here", "import-json-placeholder": "Paste your valid JSON data here",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Map members", "import-map-members": "Map members",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping": "Review members mapping", "import-show-user-mapping": "Review members mapping",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Swimlane Actions", "swimlaneActionPopup-title": "Swimlane Actions",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Import a Trello card", "listImportCardPopup-title": "Import a Trello card",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "Muioch", "listMorePopup-title": "Muioch",
"link-list": "Link to this list", "link-list": "Link to this list",
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "Necessites ser membre d'aquest tauler per dur a terme aquesta acció", "error-board-notAMember": "Necessites ser membre d'aquest tauler per dur a terme aquesta acció",
"error-json-malformed": "El text no és JSON vàlid", "error-json-malformed": "El text no és JSON vàlid",
"error-json-schema": "La dades JSON no contenen la informació en el format correcte", "error-json-schema": "La dades JSON no contenen la informació en el format correcte",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "La llista no existeix", "error-list-doesNotExist": "La llista no existeix",
"error-user-doesNotExist": "L'usuari no existeix", "error-user-doesNotExist": "L'usuari no existeix",
"error-user-notAllowSelf": "No et pots convidar a tu mateix", "error-user-notAllowSelf": "No et pots convidar a tu mateix",
@ -316,6 +317,10 @@
"error-username-taken": "Aquest usuari ja existeix", "error-username-taken": "Aquest usuari ja existeix",
"error-email-taken": "L'adreça de correu electrònic ja és en ús", "error-email-taken": "L'adreça de correu electrònic ja és en ús",
"export-board": "Exporta tauler", "export-board": "Exporta tauler",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Exporta tauler",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "Importa tauler", "import-board-c": "Importa tauler",
"import-board-title-trello": "Importa tauler des de Trello", "import-board-title-trello": "Importa tauler des de Trello",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "Des de Trello", "from-trello": "Des de Trello",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "En el teu tauler Trello, ves a 'Menú', 'Més'.' Imprimir i Exportar', 'Exportar JSON', i copia el text resultant.", "import-board-instruction-trello": "En el teu tauler Trello, ves a 'Menú', 'Més'.' Imprimir i Exportar', 'Exportar JSON', i copia el text resultant.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "Aferra codi JSON vàlid aquí", "import-json-placeholder": "Aferra codi JSON vàlid aquí",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Mapeja el membres", "import-map-members": "Mapeja el membres",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping": "Revisa l'assignació de membres", "import-show-user-mapping": "Revisa l'assignació de membres",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Accions de Carril de Natació", "swimlaneActionPopup-title": "Accions de Carril de Natació",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "importa una fitxa de Trello", "listImportCardPopup-title": "importa una fitxa de Trello",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "Més", "listMorePopup-title": "Més",
"link-list": "Enllaça a aquesta llista", "link-list": "Enllaça a aquesta llista",
"list-delete-pop": "Totes les accions seran esborrades de la llista d'activitats i no serà possible recuperar la llista", "list-delete-pop": "Totes les accions seran esborrades de la llista d'activitats i no serà possible recuperar la llista",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "K provedení změny musíš být členem tohoto tabla", "error-board-notAMember": "K provedení změny musíš být členem tohoto tabla",
"error-json-malformed": "Tvůj text není validní JSON", "error-json-malformed": "Tvůj text není validní JSON",
"error-json-schema": "Tato JSON data neobsahují správné informace v platném formátu", "error-json-schema": "Tato JSON data neobsahují správné informace v platném formátu",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Tento sloupec ;neexistuje", "error-list-doesNotExist": "Tento sloupec ;neexistuje",
"error-user-doesNotExist": "Tento uživatel neexistuje", "error-user-doesNotExist": "Tento uživatel neexistuje",
"error-user-notAllowSelf": "Nemůžeš pozvat sám sebe", "error-user-notAllowSelf": "Nemůžeš pozvat sám sebe",
@ -316,6 +317,10 @@
"error-username-taken": "Toto uživatelské jméno již existuje", "error-username-taken": "Toto uživatelské jméno již existuje",
"error-email-taken": "Tento email byl již použit", "error-email-taken": "Tento email byl již použit",
"export-board": "Exportovat tablo", "export-board": "Exportovat tablo",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Exportovat tablo",
"sort": "řadit", "sort": "řadit",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "řadit seznam podle", "list-sort-by": "řadit seznam podle",
@ -351,12 +356,16 @@
"import-board-c": "Importovat tablo", "import-board-c": "Importovat tablo",
"import-board-title-trello": "Import board from Trello", "import-board-title-trello": "Import board from Trello",
"import-board-title-wekan": "Importovat tablo z předchozího exportu", "import-board-title-wekan": "Importovat tablo z předchozího exportu",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "Z Trella", "from-trello": "Z Trella",
"from-wekan": "Z předchozího exportu", "from-wekan": "Z předchozího exportu",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "Na svém Trello tablu, otevři 'Menu', pak 'More', 'Print and Export', 'Export JSON', a zkopíruj výsledný text", "import-board-instruction-trello": "Na svém Trello tablu, otevři 'Menu', pak 'More', 'Print and Export', 'Export JSON', a zkopíruj výsledný text",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "Ve vašem tablu jděte do 'Menu', klikněte na 'Exportovat tablo' a zkopírujte text ze staženého souboru.", "import-board-instruction-wekan": "Ve vašem tablu jděte do 'Menu', klikněte na 'Exportovat tablo' a zkopírujte text ze staženého souboru.",
"import-board-instruction-about-errors": "Někdy import funguje i přestože dostáváte chyby při importování tabla, které se zobrazí na stránce Všechna tabla.", "import-board-instruction-about-errors": "Někdy import funguje i přestože dostáváte chyby při importování tabla, které se zobrazí na stránce Všechna tabla.",
"import-json-placeholder": "Sem vlož validní JSON data", "import-json-placeholder": "Sem vlož validní JSON data",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Mapovat členy", "import-map-members": "Mapovat členy",
"import-members-map": "Toto importované tablo obsahuje několik osob. Prosím namapujte osoby z importu na místní uživatelské účty.", "import-members-map": "Toto importované tablo obsahuje několik osob. Prosím namapujte osoby z importu na místní uživatelské účty.",
"import-show-user-mapping": "Zkontrolovat namapování členů", "import-show-user-mapping": "Zkontrolovat namapování členů",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Akce swimlane", "swimlaneActionPopup-title": "Akce swimlane",
"swimlaneAddPopup-title": "Přidat swimlane dolů", "swimlaneAddPopup-title": "Přidat swimlane dolů",
"listImportCardPopup-title": "Importovat Trello kartu", "listImportCardPopup-title": "Importovat Trello kartu",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "Více", "listMorePopup-title": "Více",
"link-list": "Odkaz na tento sloupec", "link-list": "Odkaz na tento sloupec",
"list-delete-pop": "Všechny akce budou odstraněny z kanálu aktivity a nebude možné sloupec obnovit. Toto nelze vrátit zpět.", "list-delete-pop": "Všechny akce budou odstraněny z kanálu aktivity a nebude možné sloupec obnovit. Toto nelze vrátit zpět.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "Du skal være medlem af denne tavle for at gøre dette", "error-board-notAMember": "Du skal være medlem af denne tavle for at gøre dette",
"error-json-malformed": "Din tekst er ikke gyldig JSON", "error-json-malformed": "Din tekst er ikke gyldig JSON",
"error-json-schema": "Dine JSON-data indeholder ikke den rette information i det rette format", "error-json-schema": "Dine JSON-data indeholder ikke den rette information i det rette format",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Listen findes ikke", "error-list-doesNotExist": "Listen findes ikke",
"error-user-doesNotExist": "Brugeren findes ikke", "error-user-doesNotExist": "Brugeren findes ikke",
"error-user-notAllowSelf": "Du kan ikke invitere dig selv", "error-user-notAllowSelf": "Du kan ikke invitere dig selv",
@ -316,6 +317,10 @@
"error-username-taken": "Brugernavnet er optaget", "error-username-taken": "Brugernavnet er optaget",
"error-email-taken": "E-mailadressen er allerede optaget", "error-email-taken": "E-mailadressen er allerede optaget",
"export-board": "Eksportér tavle", "export-board": "Eksportér tavle",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Eksportér tavle",
"sort": "Sortér", "sort": "Sortér",
"sort-desc": "Klik for at sortere listen", "sort-desc": "Klik for at sortere listen",
"list-sort-by": "Sortér listen efter:", "list-sort-by": "Sortér listen efter:",
@ -351,12 +356,16 @@
"import-board-c": "Importér tavle", "import-board-c": "Importér tavle",
"import-board-title-trello": "Importér tavle fra Trello", "import-board-title-trello": "Importér tavle fra Trello",
"import-board-title-wekan": "Importér tavler fra tidligere eksport", "import-board-title-wekan": "Importér tavler fra tidligere eksport",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "Fra Trello", "from-trello": "Fra Trello",
"from-wekan": "Fra forrige eksport", "from-wekan": "Fra forrige eksport",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "I din Trello-tavle, gå til 'Menu', dernæst 'More', 'Print and Export', 'Export JSON', og kopiér den tekst som vises.", "import-board-instruction-trello": "I din Trello-tavle, gå til 'Menu', dernæst 'More', 'Print and Export', 'Export JSON', og kopiér den tekst som vises.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "På din tavle, gå til 'Menu', dernæst 'Eksportér tavle', og kopiér teksten i den hentede fil.", "import-board-instruction-wekan": "På din tavle, gå til 'Menu', dernæst 'Eksportér tavle', og kopiér teksten i den hentede fil.",
"import-board-instruction-about-errors": "Hvis du får fejl når der importeres en tavle, så vil importen undertiden stadig fungere, og tavlen vil være under side Alle tavler.", "import-board-instruction-about-errors": "Hvis du får fejl når der importeres en tavle, så vil importen undertiden stadig fungere, og tavlen vil være under side Alle tavler.",
"import-json-placeholder": "Indsæt dine gyldige JSON-data her", "import-json-placeholder": "Indsæt dine gyldige JSON-data her",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Kortlæg medlemmer", "import-map-members": "Kortlæg medlemmer",
"import-members-map": "Dine importerede tavler rummer medlemmer. Kortlæg venligst de medlemmer du ønsker at importere til dine brugere.", "import-members-map": "Dine importerede tavler rummer medlemmer. Kortlæg venligst de medlemmer du ønsker at importere til dine brugere.",
"import-show-user-mapping": "Gennemse kortlægning af medlemmer", "import-show-user-mapping": "Gennemse kortlægning af medlemmer",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Handlinger for svømmebane", "swimlaneActionPopup-title": "Handlinger for svømmebane",
"swimlaneAddPopup-title": "Tilføj en svømmebane nedenfor", "swimlaneAddPopup-title": "Tilføj en svømmebane nedenfor",
"listImportCardPopup-title": "Importér et Trello-kort", "listImportCardPopup-title": "Importér et Trello-kort",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "Mere", "listMorePopup-title": "Mere",
"link-list": "Link til denne liste", "link-list": "Link til denne liste",
"list-delete-pop": "Alle handlinger vil blive fjernet fra aktivitetsfeedet og du vil ikke have mulighed for at genskabe listen. Der er ingen måder at fortryde. ", "list-delete-pop": "Alle handlinger vil blive fjernet fra aktivitetsfeedet og du vil ikke have mulighed for at genskabe listen. Der er ingen måder at fortryde. ",
@ -786,5 +796,12 @@
"thursday": "Torsdag", "thursday": "Torsdag",
"friday": "Fredag", "friday": "Fredag",
"saturday": "Lørdag", "saturday": "Lørdag",
"sunday": "Søndag" "sunday": "Søndag",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "Um das zu tun, müssen Sie Mitglied dieses Boards sein", "error-board-notAMember": "Um das zu tun, müssen Sie Mitglied dieses Boards sein",
"error-json-malformed": "Ihre Eingabe ist kein gültiges JSON", "error-json-malformed": "Ihre Eingabe ist kein gültiges JSON",
"error-json-schema": "Ihre JSON-Daten enthalten nicht die gewünschten Informationen im richtigen Format", "error-json-schema": "Ihre JSON-Daten enthalten nicht die gewünschten Informationen im richtigen Format",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Diese Liste existiert nicht", "error-list-doesNotExist": "Diese Liste existiert nicht",
"error-user-doesNotExist": "Dieser Nutzer existiert nicht", "error-user-doesNotExist": "Dieser Nutzer existiert nicht",
"error-user-notAllowSelf": "Sie können sich nicht selbst einladen.", "error-user-notAllowSelf": "Sie können sich nicht selbst einladen.",
@ -316,6 +317,10 @@
"error-username-taken": "Dieser Benutzername ist bereits vergeben", "error-username-taken": "Dieser Benutzername ist bereits vergeben",
"error-email-taken": "E-Mail wird schon verwendet", "error-email-taken": "E-Mail wird schon verwendet",
"export-board": "Board exportieren", "export-board": "Board exportieren",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Board exportieren",
"sort": "Sortieren", "sort": "Sortieren",
"sort-desc": "Zum Sortieren der Liste klicken", "sort-desc": "Zum Sortieren der Liste klicken",
"list-sort-by": "Sortieren der Liste nach:", "list-sort-by": "Sortieren der Liste nach:",
@ -351,12 +356,16 @@
"import-board-c": "Board importieren", "import-board-c": "Board importieren",
"import-board-title-trello": "Board von Trello importieren", "import-board-title-trello": "Board von Trello importieren",
"import-board-title-wekan": "Board aus vorherigem Export importieren", "import-board-title-wekan": "Board aus vorherigem Export importieren",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "Von Trello", "from-trello": "Von Trello",
"from-wekan": "Aus vorherigem Export", "from-wekan": "Aus vorherigem Export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "Gehen Sie in ihrem Trello-Board auf 'Menü', dann 'Mehr', 'Drucken und Exportieren', 'JSON-Export' und kopieren Sie den dort angezeigten Text", "import-board-instruction-trello": "Gehen Sie in ihrem Trello-Board auf 'Menü', dann 'Mehr', 'Drucken und Exportieren', 'JSON-Export' und kopieren Sie den dort angezeigten Text",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "Gehen Sie in Ihrem Board auf 'Menü', danach auf 'Board exportieren' und kopieren Sie den Text aus der heruntergeladenen Datei.", "import-board-instruction-wekan": "Gehen Sie in Ihrem Board auf 'Menü', danach auf 'Board exportieren' und kopieren Sie den Text aus der heruntergeladenen Datei.",
"import-board-instruction-about-errors": "Treten beim importieren eines Board Fehler auf, so kann der Import dennoch erfolgreich abgeschlossen sein und das Board ist auf der Seite \"Alle Boards\" zusehen.", "import-board-instruction-about-errors": "Treten beim importieren eines Board Fehler auf, so kann der Import dennoch erfolgreich abgeschlossen sein und das Board ist auf der Seite \"Alle Boards\" zusehen.",
"import-json-placeholder": "Fügen Sie die korrekten JSON-Daten hier ein", "import-json-placeholder": "Fügen Sie die korrekten JSON-Daten hier ein",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Mitglieder zuordnen", "import-map-members": "Mitglieder zuordnen",
"import-members-map": "Das importierte Board hat einige Mitglieder. Bitte ordnen sie die Mitglieder, die Sie importieren wollen, Ihren Benutzern zu.", "import-members-map": "Das importierte Board hat einige Mitglieder. Bitte ordnen sie die Mitglieder, die Sie importieren wollen, Ihren Benutzern zu.",
"import-show-user-mapping": "Mitgliederzuordnung überprüfen", "import-show-user-mapping": "Mitgliederzuordnung überprüfen",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Swimlaneaktionen", "swimlaneActionPopup-title": "Swimlaneaktionen",
"swimlaneAddPopup-title": "Swimlane unterhalb einfügen", "swimlaneAddPopup-title": "Swimlane unterhalb einfügen",
"listImportCardPopup-title": "Eine Trello-Karte importieren", "listImportCardPopup-title": "Eine Trello-Karte importieren",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "Mehr", "listMorePopup-title": "Mehr",
"link-list": "Link zu dieser Liste", "link-list": "Link zu dieser Liste",
"list-delete-pop": "Alle Aktionen werden aus dem Verlauf gelöscht und die Liste kann nicht wiederhergestellt werden.", "list-delete-pop": "Alle Aktionen werden aus dem Verlauf gelöscht und die Liste kann nicht wiederhergestellt werden.",
@ -786,5 +796,12 @@
"thursday": "Donnerstag", "thursday": "Donnerstag",
"friday": "Freitag", "friday": "Freitag",
"saturday": "Samstag", "saturday": "Samstag",
"sunday": "Sonntag" "sunday": "Sonntag",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Το κείμενο δεν είναι έγκυρο JSON", "error-json-malformed": "Το κείμενο δεν είναι έγκυρο JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Η λίστα δεν υπάρχει", "error-list-doesNotExist": "Η λίστα δεν υπάρχει",
"error-user-doesNotExist": "Ο χρήστης δεν υπάρχει", "error-user-doesNotExist": "Ο χρήστης δεν υπάρχει",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -316,6 +317,10 @@
"error-username-taken": "This username is already taken", "error-username-taken": "This username is already taken",
"error-email-taken": "Email has already been taken", "error-email-taken": "Email has already been taken",
"export-board": "Εξαγωγή πίνακα", "export-board": "Εξαγωγή πίνακα",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Εξαγωγή πίνακα",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "Εισαγωγή πίνακα", "import-board-c": "Εισαγωγή πίνακα",
"import-board-title-trello": "Import board from Trello", "import-board-title-trello": "Import board from Trello",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "Από το Trello", "from-trello": "Από το Trello",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.", "import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "Paste your valid JSON data here", "import-json-placeholder": "Paste your valid JSON data here",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Map members", "import-map-members": "Map members",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping": "Review members mapping", "import-show-user-mapping": "Review members mapping",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Swimlane Actions", "swimlaneActionPopup-title": "Swimlane Actions",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Εισαγωγή μιας κάρτας Trello", "listImportCardPopup-title": "Εισαγωγή μιας κάρτας Trello",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "Περισσότερα", "listMorePopup-title": "Περισσότερα",
"link-list": "Link to this list", "link-list": "Link to this list",
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -316,6 +317,10 @@
"error-username-taken": "This username is already taken", "error-username-taken": "This username is already taken",
"error-email-taken": "Email has already been taken", "error-email-taken": "Email has already been taken",
"export-board": "Export board", "export-board": "Export board",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Export board",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "Import board", "import-board-c": "Import board",
"import-board-title-trello": "Import board from Trello", "import-board-title-trello": "Import board from Trello",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "From Trello", "from-trello": "From Trello",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.", "import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "Paste your valid JSON data here", "import-json-placeholder": "Paste your valid JSON data here",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Map members", "import-map-members": "Map members",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping": "Review members mapping", "import-show-user-mapping": "Review members mapping",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Swimlane Actions", "swimlaneActionPopup-title": "Swimlane Actions",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Import a Trello card", "listImportCardPopup-title": "Import a Trello card",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "More", "listMorePopup-title": "More",
"link-list": "Link to this list", "link-list": "Link to this list",
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -796,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Via teksto estas nevalida JSON", "error-json-malformed": "Via teksto estas nevalida JSON",
"error-json-schema": "Via JSON ne enhavas la ĝustajn informojn en ĝusta formato", "error-json-schema": "Via JSON ne enhavas la ĝustajn informojn en ĝusta formato",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Tio listo ne ekzistas", "error-list-doesNotExist": "Tio listo ne ekzistas",
"error-user-doesNotExist": "Tio uzanto ne ekzistas", "error-user-doesNotExist": "Tio uzanto ne ekzistas",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -316,6 +317,10 @@
"error-username-taken": "Uzantnomo jam prenita", "error-username-taken": "Uzantnomo jam prenita",
"error-email-taken": "Email has already been taken", "error-email-taken": "Email has already been taken",
"export-board": "Export board", "export-board": "Export board",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Export board",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "Import board", "import-board-c": "Import board",
"import-board-title-trello": "Import board from Trello", "import-board-title-trello": "Import board from Trello",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "From Trello", "from-trello": "From Trello",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.", "import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "Paste your valid JSON data here", "import-json-placeholder": "Paste your valid JSON data here",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Map members", "import-map-members": "Map members",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping": "Review members mapping", "import-show-user-mapping": "Review members mapping",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Swimlane Actions", "swimlaneActionPopup-title": "Swimlane Actions",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Import a Trello card", "listImportCardPopup-title": "Import a Trello card",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "Pli", "listMorePopup-title": "Pli",
"link-list": "Link to this list", "link-list": "Link to this list",
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "Necesitás ser miembro de este tablero para hacer eso", "error-board-notAMember": "Necesitás ser miembro de este tablero para hacer eso",
"error-json-malformed": "Tu texto no es JSON válido", "error-json-malformed": "Tu texto no es JSON válido",
"error-json-schema": "Tus datos JSON no incluyen la información correcta en el formato adecuado", "error-json-schema": "Tus datos JSON no incluyen la información correcta en el formato adecuado",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Esta lista no existe", "error-list-doesNotExist": "Esta lista no existe",
"error-user-doesNotExist": "Este usuario no existe", "error-user-doesNotExist": "Este usuario no existe",
"error-user-notAllowSelf": "No podés invitarte a vos mismo", "error-user-notAllowSelf": "No podés invitarte a vos mismo",
@ -316,6 +317,10 @@
"error-username-taken": "El nombre de usuario ya existe", "error-username-taken": "El nombre de usuario ya existe",
"error-email-taken": "El email ya existe", "error-email-taken": "El email ya existe",
"export-board": "Exportar tablero", "export-board": "Exportar tablero",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Exportar tablero",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "Importar tablero", "import-board-c": "Importar tablero",
"import-board-title-trello": "Importar tablero de Trello", "import-board-title-trello": "Importar tablero de Trello",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "De Trello", "from-trello": "De Trello",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "En tu tablero de Trello, ve a 'Menú', luego a 'Más', 'Imprimir y Exportar', 'Exportar JSON', y copia el texto resultante.", "import-board-instruction-trello": "En tu tablero de Trello, ve a 'Menú', luego a 'Más', 'Imprimir y Exportar', 'Exportar JSON', y copia el texto resultante.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "Pegá tus datos JSON válidos acá", "import-json-placeholder": "Pegá tus datos JSON válidos acá",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Mapear Miembros", "import-map-members": "Mapear Miembros",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping": "Revisar mapeo de miembros", "import-show-user-mapping": "Revisar mapeo de miembros",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Acciones de la Calle", "swimlaneActionPopup-title": "Acciones de la Calle",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Importar una tarjeta Trello", "listImportCardPopup-title": "Importar una tarjeta Trello",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "Mas", "listMorePopup-title": "Mas",
"link-list": "Enlace a esta lista", "link-list": "Enlace a esta lista",
"list-delete-pop": "Todas las acciones van a ser eliminadas del agregador de actividad y no podás recuperar la lista. No se puede deshacer.", "list-delete-pop": "Todas las acciones van a ser eliminadas del agregador de actividad y no podás recuperar la lista. No se puede deshacer.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "Es necesario ser miembro de este tablero para hacer eso", "error-board-notAMember": "Es necesario ser miembro de este tablero para hacer eso",
"error-json-malformed": "El texto no es un JSON válido", "error-json-malformed": "El texto no es un JSON válido",
"error-json-schema": "Sus datos JSON no incluyen la información apropiada en el formato correcto", "error-json-schema": "Sus datos JSON no incluyen la información apropiada en el formato correcto",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "La lista no existe", "error-list-doesNotExist": "La lista no existe",
"error-user-doesNotExist": "El usuario no existe", "error-user-doesNotExist": "El usuario no existe",
"error-user-notAllowSelf": "No puedes invitarte a ti mismo", "error-user-notAllowSelf": "No puedes invitarte a ti mismo",
@ -316,6 +317,10 @@
"error-username-taken": "Este nombre de usuario ya está en uso", "error-username-taken": "Este nombre de usuario ya está en uso",
"error-email-taken": "Esta dirección de correo ya está en uso", "error-email-taken": "Esta dirección de correo ya está en uso",
"export-board": "Exportar el tablero", "export-board": "Exportar el tablero",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Exportar el tablero",
"sort": "Ordenar", "sort": "Ordenar",
"sort-desc": "Click para ordenar la lista", "sort-desc": "Click para ordenar la lista",
"list-sort-by": "Ordenar la lista por:", "list-sort-by": "Ordenar la lista por:",
@ -351,12 +356,16 @@
"import-board-c": "Importar un tablero", "import-board-c": "Importar un tablero",
"import-board-title-trello": "Importar un tablero desde Trello", "import-board-title-trello": "Importar un tablero desde Trello",
"import-board-title-wekan": "Importar tablero desde una exportación previa", "import-board-title-wekan": "Importar tablero desde una exportación previa",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "Desde Trello", "from-trello": "Desde Trello",
"from-wekan": "Desde exportación previa", "from-wekan": "Desde exportación previa",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "En tu tablero de Trello, ve a 'Menú', luego 'Más' > 'Imprimir y exportar' > 'Exportar JSON', y copia el texto resultante.", "import-board-instruction-trello": "En tu tablero de Trello, ve a 'Menú', luego 'Más' > 'Imprimir y exportar' > 'Exportar JSON', y copia el texto resultante.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "En tu tablero, vete a 'Menú', luego 'Exportar tablero', y copia el texto en el archivo descargado.", "import-board-instruction-wekan": "En tu tablero, vete a 'Menú', luego 'Exportar tablero', y copia el texto en el archivo descargado.",
"import-board-instruction-about-errors": "Aunque obtengas errores cuando importes el tablero, a veces la importación funciona igualmente, y el tablero se encontrará en la página de tableros.", "import-board-instruction-about-errors": "Aunque obtengas errores cuando importes el tablero, a veces la importación funciona igualmente, y el tablero se encontrará en la página de tableros.",
"import-json-placeholder": "Pega tus datos JSON válidos aquí", "import-json-placeholder": "Pega tus datos JSON válidos aquí",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Mapa de miembros", "import-map-members": "Mapa de miembros",
"import-members-map": "Tu tablero importado tiene algunos miembros. Por favor, mapea los miembros que quieres importar con tus usuarios.", "import-members-map": "Tu tablero importado tiene algunos miembros. Por favor, mapea los miembros que quieres importar con tus usuarios.",
"import-show-user-mapping": "Revisión de la asignación de miembros", "import-show-user-mapping": "Revisión de la asignación de miembros",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Acciones del carril de flujo", "swimlaneActionPopup-title": "Acciones del carril de flujo",
"swimlaneAddPopup-title": "Añadir un carril de flujo debajo", "swimlaneAddPopup-title": "Añadir un carril de flujo debajo",
"listImportCardPopup-title": "Importar una tarjeta de Trello", "listImportCardPopup-title": "Importar una tarjeta de Trello",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "Más", "listMorePopup-title": "Más",
"link-list": "Enlazar a esta lista", "link-list": "Enlazar a esta lista",
"list-delete-pop": "Todas las acciones serán eliminadas del historial de actividades y no se podrá recuperar la lista. Esta acción no puede deshacerse.", "list-delete-pop": "Todas las acciones serán eliminadas del historial de actividades y no se podrá recuperar la lista. Esta acción no puede deshacerse.",
@ -786,5 +796,12 @@
"thursday": "Jueves", "thursday": "Jueves",
"friday": "Viernes", "friday": "Viernes",
"saturday": "Sábado", "saturday": "Sábado",
"sunday": "Domingo" "sunday": "Domingo",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "Arbel honetako kidea izan behar zara hori egin ahal izateko", "error-board-notAMember": "Arbel honetako kidea izan behar zara hori egin ahal izateko",
"error-json-malformed": "Zure testua ez da baliozko JSON", "error-json-malformed": "Zure testua ez da baliozko JSON",
"error-json-schema": "Zure JSON datuek ez dute formatu zuzenaren informazio egokia", "error-json-schema": "Zure JSON datuek ez dute formatu zuzenaren informazio egokia",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Zerrenda hau ez da existitzen", "error-list-doesNotExist": "Zerrenda hau ez da existitzen",
"error-user-doesNotExist": "Erabiltzaile hau ez da existitzen", "error-user-doesNotExist": "Erabiltzaile hau ez da existitzen",
"error-user-notAllowSelf": "Ezin duzu zure burua gonbidatu", "error-user-notAllowSelf": "Ezin duzu zure burua gonbidatu",
@ -316,6 +317,10 @@
"error-username-taken": "Erabiltzaile-izen hori hartuta dago", "error-username-taken": "Erabiltzaile-izen hori hartuta dago",
"error-email-taken": "E-mail hori hartuta dago", "error-email-taken": "E-mail hori hartuta dago",
"export-board": "Esportatu arbela", "export-board": "Esportatu arbela",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Esportatu arbela",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "Inportatu arbela", "import-board-c": "Inportatu arbela",
"import-board-title-trello": "Inportatu arbela Trellotik", "import-board-title-trello": "Inportatu arbela Trellotik",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "Trellotik", "from-trello": "Trellotik",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "Zure Trello arbelean, aukeratu 'Menu\", 'More', 'Print and Export', 'Export JSON', eta kopiatu jasotako testua hemen.", "import-board-instruction-trello": "Zure Trello arbelean, aukeratu 'Menu\", 'More', 'Print and Export', 'Export JSON', eta kopiatu jasotako testua hemen.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "Isatsi baliozko JSON datuak hemen", "import-json-placeholder": "Isatsi baliozko JSON datuak hemen",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Kideen mapa", "import-map-members": "Kideen mapa",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping": "Berrikusi kideen mapa", "import-show-user-mapping": "Berrikusi kideen mapa",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Swimlane Actions", "swimlaneActionPopup-title": "Swimlane Actions",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Inportatu Trello txartel bat", "listImportCardPopup-title": "Inportatu Trello txartel bat",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "Gehiago", "listMorePopup-title": "Gehiago",
"link-list": "Lotura zerrenda honetara", "link-list": "Lotura zerrenda honetara",
"list-delete-pop": "Ekintza guztiak ekintza jariotik kenduko dira eta ezin izango duzu zerrenda berreskuratu. Ez dago desegiterik.", "list-delete-pop": "Ekintza guztiak ekintza jariotik kenduko dira eta ezin izango duzu zerrenda berreskuratu. Ez dago desegiterik.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "شما برای انجام آن، باید عضو این برد باشید", "error-board-notAMember": "شما برای انجام آن، باید عضو این برد باشید",
"error-json-malformed": "متن درغالب صحیح Json نمی باشد.", "error-json-malformed": "متن درغالب صحیح Json نمی باشد.",
"error-json-schema": "داده های Json شما، شامل اطلاعات صحیح در غالب درستی نمی باشد.", "error-json-schema": "داده های Json شما، شامل اطلاعات صحیح در غالب درستی نمی باشد.",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "این لیست موجود نیست", "error-list-doesNotExist": "این لیست موجود نیست",
"error-user-doesNotExist": "این کاربر وجود ندارد", "error-user-doesNotExist": "این کاربر وجود ندارد",
"error-user-notAllowSelf": "عدم امکان دعوت خود", "error-user-notAllowSelf": "عدم امکان دعوت خود",
@ -316,6 +317,10 @@
"error-username-taken": "این نام کاربری استفاده شده است", "error-username-taken": "این نام کاربری استفاده شده است",
"error-email-taken": "رایانامه توسط گیرنده دریافت شده است", "error-email-taken": "رایانامه توسط گیرنده دریافت شده است",
"export-board": "انتقال به بیرون برد", "export-board": "انتقال به بیرون برد",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "انتقال به بیرون برد",
"sort": "مرتب سازی", "sort": "مرتب سازی",
"sort-desc": "برای مرتب سازی لیست کلیک کنید", "sort-desc": "برای مرتب سازی لیست کلیک کنید",
"list-sort-by": "مرتب سازی لیست بر اساس:", "list-sort-by": "مرتب سازی لیست بر اساس:",
@ -351,12 +356,16 @@
"import-board-c": "وارد کردن برد", "import-board-c": "وارد کردن برد",
"import-board-title-trello": "وارد کردن برد از Trello", "import-board-title-trello": "وارد کردن برد از Trello",
"import-board-title-wekan": "بارگذاری برد ها از آخرین خروجی", "import-board-title-wekan": "بارگذاری برد ها از آخرین خروجی",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "از Trello", "from-trello": "از Trello",
"from-wekan": "از آخرین خروجی", "from-wekan": "از آخرین خروجی",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "در Trello-ی خود به 'Menu'، 'More'، 'Print'، 'Export to JSON رفته و متن نهایی را دراینجا وارد نمایید.", "import-board-instruction-trello": "در Trello-ی خود به 'Menu'، 'More'، 'Print'، 'Export to JSON رفته و متن نهایی را دراینجا وارد نمایید.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "در هیئت مدیره خود، به 'Menu' بروید، سپس 'Export Board'، و متن را در فایل دانلود شده کپی کنید.", "import-board-instruction-wekan": "در هیئت مدیره خود، به 'Menu' بروید، سپس 'Export Board'، و متن را در فایل دانلود شده کپی کنید.",
"import-board-instruction-about-errors": "اگر هنگام بازگردانی با خطا مواجه شدید بعضی اوقات بازگردانی انجام می شود و تمامی برد ها در داخل صفحه All Boards هستند", "import-board-instruction-about-errors": "اگر هنگام بازگردانی با خطا مواجه شدید بعضی اوقات بازگردانی انجام می شود و تمامی برد ها در داخل صفحه All Boards هستند",
"import-json-placeholder": "اطلاعات Json معتبر خود را اینجا وارد کنید.", "import-json-placeholder": "اطلاعات Json معتبر خود را اینجا وارد کنید.",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "نگاشت اعضا", "import-map-members": "نگاشت اعضا",
"import-members-map": "برد ها بازگردانده شده تعدادی کاربر دارند . لطفا کاربر های که می خواهید را انتخاب نمایید", "import-members-map": "برد ها بازگردانده شده تعدادی کاربر دارند . لطفا کاربر های که می خواهید را انتخاب نمایید",
"import-show-user-mapping": "بررسی نقشه کاربران", "import-show-user-mapping": "بررسی نقشه کاربران",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Swimlane Actions", "swimlaneActionPopup-title": "Swimlane Actions",
"swimlaneAddPopup-title": "اضافه کردن مسیر شناور", "swimlaneAddPopup-title": "اضافه کردن مسیر شناور",
"listImportCardPopup-title": "وارد کردن کارت Trello", "listImportCardPopup-title": "وارد کردن کارت Trello",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "بیشتر", "listMorePopup-title": "بیشتر",
"link-list": "پیوند به این فهرست", "link-list": "پیوند به این فهرست",
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
@ -786,5 +796,12 @@
"thursday": "پنجشنبه", "thursday": "پنجشنبه",
"friday": "جمعه", "friday": "جمعه",
"saturday": "شنبه", "saturday": "شنبه",
"sunday": "یکشنبه" "sunday": "یکشنبه",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "Tehdäksesi tämän sinun täytyy olla tämän taulun jäsen", "error-board-notAMember": "Tehdäksesi tämän sinun täytyy olla tämän taulun jäsen",
"error-json-malformed": "Tekstisi ei ole kelvollisessa JSON-muodossa", "error-json-malformed": "Tekstisi ei ole kelvollisessa JSON-muodossa",
"error-json-schema": "JSON-tietosi ei sisällä oikeaa tietoa oikeassa muodossa", "error-json-schema": "JSON-tietosi ei sisällä oikeaa tietoa oikeassa muodossa",
"error-csv-schema": "CSV tietosi (pilkulla erotetut arvot)/TSV (tabilla erotetut arvot) ei sisällä oikeaa tietoa oikeassa muodossa",
"error-list-doesNotExist": "Tätä listaa ei ole olemassa", "error-list-doesNotExist": "Tätä listaa ei ole olemassa",
"error-user-doesNotExist": "Tätä käyttäjää ei ole olemassa", "error-user-doesNotExist": "Tätä käyttäjää ei ole olemassa",
"error-user-notAllowSelf": "Et voi kutsua itseäsi", "error-user-notAllowSelf": "Et voi kutsua itseäsi",
@ -316,6 +317,10 @@
"error-username-taken": "Tämä käyttäjätunnus on jo käytössä", "error-username-taken": "Tämä käyttäjätunnus on jo käytössä",
"error-email-taken": "Sähköpostiosoite on jo käytössä", "error-email-taken": "Sähköpostiosoite on jo käytössä",
"export-board": "Vie taulu", "export-board": "Vie taulu",
"export-board-json": "Vie taulu JSON",
"export-board-csv": "Vie taulu CSV",
"export-board-tsv": "Vie taulu TSV",
"exportBoardPopup-title": "Vie taulu",
"sort": "Lajittele", "sort": "Lajittele",
"sort-desc": "Klikkaa lajitellaksesi listan", "sort-desc": "Klikkaa lajitellaksesi listan",
"list-sort-by": "Lajittele lista:", "list-sort-by": "Lajittele lista:",
@ -351,12 +356,16 @@
"import-board-c": "Tuo taulu", "import-board-c": "Tuo taulu",
"import-board-title-trello": "Tuo taulu Trellosta", "import-board-title-trello": "Tuo taulu Trellosta",
"import-board-title-wekan": "Tuo taulu edellisestä viennistä", "import-board-title-wekan": "Tuo taulu edellisestä viennistä",
"import-board-title-csv": "Tuo taulu CSV/TSV",
"from-trello": "Trellosta", "from-trello": "Trellosta",
"from-wekan": "Edellisestä viennistä", "from-wekan": "Edellisestä viennistä",
"from-csv": "CSV/TSV muodosta",
"import-board-instruction-trello": "Mene Trello-taulullasi 'Menu', sitten 'More', 'Print and Export', 'Export JSON', ja kopioi tuloksena saamasi teksti", "import-board-instruction-trello": "Mene Trello-taulullasi 'Menu', sitten 'More', 'Print and Export', 'Export JSON', ja kopioi tuloksena saamasi teksti",
"import-board-instruction-csv": "Liitä pilkulla erotellut arvot (CSV)/ tabilla erotetut arvot (TSV).",
"import-board-instruction-wekan": "Taulullasi, mene 'Valikko', sitten 'Vie taulu', ja kopioi teksti ladatusta tiedostosta.", "import-board-instruction-wekan": "Taulullasi, mene 'Valikko', sitten 'Vie taulu', ja kopioi teksti ladatusta tiedostosta.",
"import-board-instruction-about-errors": "Jos virheitä tulee taulua tuotaessa, joskus tuonti silti toimii, ja taulu on Kaikki taulut sivulla.", "import-board-instruction-about-errors": "Jos virheitä tulee taulua tuotaessa, joskus tuonti silti toimii, ja taulu on Kaikki taulut sivulla.",
"import-json-placeholder": "Liitä kelvollinen JSON-tietosi tähän", "import-json-placeholder": "Liitä kelvollinen JSON-tietosi tähän",
"import-csv-placeholder": "Liitä kelvollinen CSV/TSV tietosi tähän",
"import-map-members": "Vastaavat jäsenet", "import-map-members": "Vastaavat jäsenet",
"import-members-map": "Tuomallasi taululla on muutamia jäseniä. Ole hyvä ja valitse tuomiasi jäseniä vastaavat käyttäjäsi", "import-members-map": "Tuomallasi taululla on muutamia jäseniä. Ole hyvä ja valitse tuomiasi jäseniä vastaavat käyttäjäsi",
"import-show-user-mapping": "Tarkasta vastaavat jäsenet", "import-show-user-mapping": "Tarkasta vastaavat jäsenet",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Swimlane-toimet", "swimlaneActionPopup-title": "Swimlane-toimet",
"swimlaneAddPopup-title": "Lisää Swimlane alle", "swimlaneAddPopup-title": "Lisää Swimlane alle",
"listImportCardPopup-title": "Tuo Trello-kortti", "listImportCardPopup-title": "Tuo Trello-kortti",
"listImportCardsTsvPopup-title": "Tuo Excel CSV/TSV",
"listMorePopup-title": "Lisää", "listMorePopup-title": "Lisää",
"link-list": "Linkki tähän listaan", "link-list": "Linkki tähän listaan",
"list-delete-pop": "Kaikki toimet poistetaan toimintasyötteestä ja listan poistaminen on lopullista. Tätä ei pysty peruuttamaan.", "list-delete-pop": "Kaikki toimet poistetaan toimintasyötteestä ja listan poistaminen on lopullista. Tätä ei pysty peruuttamaan.",
@ -786,5 +796,12 @@
"thursday": "Torstai", "thursday": "Torstai",
"friday": "Perjantai", "friday": "Perjantai",
"saturday": "Lauantai", "saturday": "Lauantai",
"sunday": "Sunnuntai" "sunday": "Sunnuntai",
"status": "Tilanne",
"swimlane": "Swimlane",
"owner": "Omistaja",
"last-modified-at": "Viimeksi muokattu",
"last-activity": "Viimeisin toiminta",
"voting": "Äänestys",
"archived": "Arkistoitu"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "Vous devez être participant de ce tableau pour faire cela", "error-board-notAMember": "Vous devez être participant de ce tableau pour faire cela",
"error-json-malformed": "Votre texte JSON n'est pas valide", "error-json-malformed": "Votre texte JSON n'est pas valide",
"error-json-schema": "Vos données JSON ne contiennent pas l'information appropriée dans un format correct", "error-json-schema": "Vos données JSON ne contiennent pas l'information appropriée dans un format correct",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Cette liste n'existe pas", "error-list-doesNotExist": "Cette liste n'existe pas",
"error-user-doesNotExist": "Cet utilisateur n'existe pas", "error-user-doesNotExist": "Cet utilisateur n'existe pas",
"error-user-notAllowSelf": "Vous ne pouvez pas vous inviter vous-même", "error-user-notAllowSelf": "Vous ne pouvez pas vous inviter vous-même",
@ -316,6 +317,10 @@
"error-username-taken": "Ce nom d'utilisateur est déjà utilisé", "error-username-taken": "Ce nom d'utilisateur est déjà utilisé",
"error-email-taken": "Cette adresse mail est déjà utilisée", "error-email-taken": "Cette adresse mail est déjà utilisée",
"export-board": "Exporter le tableau", "export-board": "Exporter le tableau",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Exporter le tableau",
"sort": "Tri", "sort": "Tri",
"sort-desc": "Cliquez pour trier la liste", "sort-desc": "Cliquez pour trier la liste",
"list-sort-by": "Trier la liste par:", "list-sort-by": "Trier la liste par:",
@ -351,12 +356,16 @@
"import-board-c": "Importer un tableau", "import-board-c": "Importer un tableau",
"import-board-title-trello": "Importer un tableau depuis Trello", "import-board-title-trello": "Importer un tableau depuis Trello",
"import-board-title-wekan": "Importer un tableau depuis un export précédent", "import-board-title-wekan": "Importer un tableau depuis un export précédent",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "Depuis Trello", "from-trello": "Depuis Trello",
"from-wekan": "Depuis un export précédent", "from-wekan": "Depuis un export précédent",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "Dans votre tableau Trello, allez sur 'Menu', puis sur 'Plus', 'Imprimer et exporter', 'Exporter en JSON' et copiez le texte du résultat", "import-board-instruction-trello": "Dans votre tableau Trello, allez sur 'Menu', puis sur 'Plus', 'Imprimer et exporter', 'Exporter en JSON' et copiez le texte du résultat",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "Dans votre tableau, allez dans 'Menu', puis 'Exporter un tableau', et copier le texte du fichier téléchargé.", "import-board-instruction-wekan": "Dans votre tableau, allez dans 'Menu', puis 'Exporter un tableau', et copier le texte du fichier téléchargé.",
"import-board-instruction-about-errors": "Si une erreur survient en important le tableau, il se peut que l'import ait fonctionné, et que le tableau se trouve sur la page \"Tous les tableaux\".", "import-board-instruction-about-errors": "Si une erreur survient en important le tableau, il se peut que l'import ait fonctionné, et que le tableau se trouve sur la page \"Tous les tableaux\".",
"import-json-placeholder": "Collez ici les données JSON valides", "import-json-placeholder": "Collez ici les données JSON valides",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Assigner des participants", "import-map-members": "Assigner des participants",
"import-members-map": "Le tableau que vous venez d'importer contient des participants. Veuillez assigner les participants que vous souhaitez importer à vos utilisateurs.", "import-members-map": "Le tableau que vous venez d'importer contient des participants. Veuillez assigner les participants que vous souhaitez importer à vos utilisateurs.",
"import-show-user-mapping": "Contrôler l'assignation des participants", "import-show-user-mapping": "Contrôler l'assignation des participants",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Actions du couloir", "swimlaneActionPopup-title": "Actions du couloir",
"swimlaneAddPopup-title": "Ajouter un couloir en dessous", "swimlaneAddPopup-title": "Ajouter un couloir en dessous",
"listImportCardPopup-title": "Importer une carte Trello", "listImportCardPopup-title": "Importer une carte Trello",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "Plus", "listMorePopup-title": "Plus",
"link-list": "Lien vers cette liste", "link-list": "Lien vers cette liste",
"list-delete-pop": "Toutes les actions seront supprimées du fil d'activité et il ne sera plus possible de les récupérer. Cette action est irréversible.", "list-delete-pop": "Toutes les actions seront supprimées du fil d'activité et il ne sera plus possible de les récupérer. Cette action est irréversible.",
@ -786,5 +796,12 @@
"thursday": "Jeudi", "thursday": "Jeudi",
"friday": "Vendredi", "friday": "Vendredi",
"saturday": "Samedi", "saturday": "Samedi",
"sunday": "Dimanche" "sunday": "Dimanche",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Esta lista non existe", "error-list-doesNotExist": "Esta lista non existe",
"error-user-doesNotExist": "Este usuario non existe", "error-user-doesNotExist": "Este usuario non existe",
"error-user-notAllowSelf": "Non é posíbel convidarse a un mesmo", "error-user-notAllowSelf": "Non é posíbel convidarse a un mesmo",
@ -316,6 +317,10 @@
"error-username-taken": "Este nome de usuario xa está collido", "error-username-taken": "Este nome de usuario xa está collido",
"error-email-taken": "Email has already been taken", "error-email-taken": "Email has already been taken",
"export-board": "Exportar taboleiro", "export-board": "Exportar taboleiro",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Exportar taboleiro",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "Importar taboleiro", "import-board-c": "Importar taboleiro",
"import-board-title-trello": "Importar taboleiro de Trello", "import-board-title-trello": "Importar taboleiro de Trello",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "De Trello", "from-trello": "De Trello",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.", "import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "Paste your valid JSON data here", "import-json-placeholder": "Paste your valid JSON data here",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Map members", "import-map-members": "Map members",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping": "Review members mapping", "import-show-user-mapping": "Review members mapping",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Swimlane Actions", "swimlaneActionPopup-title": "Swimlane Actions",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Import a Trello card", "listImportCardPopup-title": "Import a Trello card",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "Máis", "listMorePopup-title": "Máis",
"link-list": "Link to this list", "link-list": "Link to this list",
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "עליך לקבל חברות בלוח זה כדי לעשות זאת", "error-board-notAMember": "עליך לקבל חברות בלוח זה כדי לעשות זאת",
"error-json-malformed": "הטקסט שלך אינו JSON תקין", "error-json-malformed": "הטקסט שלך אינו JSON תקין",
"error-json-schema": "נתוני ה־JSON שלך לא כוללים את המידע הנכון בתבנית הנכונה", "error-json-schema": "נתוני ה־JSON שלך לא כוללים את המידע הנכון בתבנית הנכונה",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "רשימה זו לא קיימת", "error-list-doesNotExist": "רשימה זו לא קיימת",
"error-user-doesNotExist": "משתמש זה לא קיים", "error-user-doesNotExist": "משתמש זה לא קיים",
"error-user-notAllowSelf": "אינך יכול להזמין את עצמך", "error-user-notAllowSelf": "אינך יכול להזמין את עצמך",
@ -316,6 +317,10 @@
"error-username-taken": "המשתמש כבר קיים במערכת", "error-username-taken": "המשתמש כבר קיים במערכת",
"error-email-taken": "כתובת הדוא״ל כבר נמצאת בשימוש", "error-email-taken": "כתובת הדוא״ל כבר נמצאת בשימוש",
"export-board": "ייצוא לוח", "export-board": "ייצוא לוח",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "ייצוא לוח",
"sort": "מיון", "sort": "מיון",
"sort-desc": "לחיצה למיון הרשימה", "sort-desc": "לחיצה למיון הרשימה",
"list-sort-by": "מיון הרשימה לפי:", "list-sort-by": "מיון הרשימה לפי:",
@ -351,12 +356,16 @@
"import-board-c": "יבוא לוח", "import-board-c": "יבוא לוח",
"import-board-title-trello": "ייבוא לוח מטרלו", "import-board-title-trello": "ייבוא לוח מטרלו",
"import-board-title-wekan": "ייבוא לוח מייצוא קודם", "import-board-title-wekan": "ייבוא לוח מייצוא קודם",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "מ־Trello", "from-trello": "מ־Trello",
"from-wekan": "מייצוא קודם", "from-wekan": "מייצוא קודם",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "בלוח הטרלו שלך, עליך ללחוץ על ‚תפריט‘, ואז על ‚עוד‘, ‚הדפסה וייצוא‘, ‚יצוא JSON ולהעתיק את הטקסט שנוצר.", "import-board-instruction-trello": "בלוח הטרלו שלך, עליך ללחוץ על ‚תפריט‘, ואז על ‚עוד‘, ‚הדפסה וייצוא‘, ‚יצוא JSON ולהעתיק את הטקסט שנוצר.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "בלוח שלך עליך לגשת אל ‚תפריט’, לאחר מכן ‚ייצוא לוח’ ואז להעתיק את הטקסט מהקובץ שהתקבל.", "import-board-instruction-wekan": "בלוח שלך עליך לגשת אל ‚תפריט’, לאחר מכן ‚ייצוא לוח’ ואז להעתיק את הטקסט מהקובץ שהתקבל.",
"import-board-instruction-about-errors": "גם אם התקבלו שגיאות בעת יבוא לוח, ייתכן שהייבוא עבד. כדי לבדוק זאת, יש להיכנס ל„כל הלוחות”.", "import-board-instruction-about-errors": "גם אם התקבלו שגיאות בעת יבוא לוח, ייתכן שהייבוא עבד. כדי לבדוק זאת, יש להיכנס ל„כל הלוחות”.",
"import-json-placeholder": "יש להדביק את נתוני ה־JSON התקינים לכאן", "import-json-placeholder": "יש להדביק את נתוני ה־JSON התקינים לכאן",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "מיפוי חברים", "import-map-members": "מיפוי חברים",
"import-members-map": "הלוחות המיובאים שלך מכילים חברים. נא למפות את החברים שברצונך לייבא למשתמשים שלך", "import-members-map": "הלוחות המיובאים שלך מכילים חברים. נא למפות את החברים שברצונך לייבא למשתמשים שלך",
"import-show-user-mapping": "סקירת מיפוי חברים", "import-show-user-mapping": "סקירת מיפוי חברים",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "פעולות על מסלול", "swimlaneActionPopup-title": "פעולות על מסלול",
"swimlaneAddPopup-title": "הוספת מסלול מתחת", "swimlaneAddPopup-title": "הוספת מסלול מתחת",
"listImportCardPopup-title": "יבוא כרטיס מ־Trello", "listImportCardPopup-title": "יבוא כרטיס מ־Trello",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "עוד", "listMorePopup-title": "עוד",
"link-list": "קישור לרשימה זו", "link-list": "קישור לרשימה זו",
"list-delete-pop": "כל הפעולות תוסרנה מרצף הפעילות ולא תהיה לך אפשרות לשחזר את הרשימה. אין ביטול.", "list-delete-pop": "כל הפעולות תוסרנה מרצף הפעילות ולא תהיה לך אפשרות לשחזר את הרשימה. אין ביטול.",
@ -786,5 +796,12 @@
"thursday": "יום חמישי", "thursday": "יום חמישי",
"friday": "יום שישי", "friday": "יום שישי",
"saturday": "שבת", "saturday": "שבת",
"sunday": "יום ראשון" "sunday": "יום ראשון",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "You need तक be एक सदस्य of यह बोर्ड तक do that", "error-board-notAMember": "You need तक be एक सदस्य of यह बोर्ड तक do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "आपके JSON डेटा में सही प्रारूप में सही जानकारी शामिल नहीं है", "error-json-schema": "आपके JSON डेटा में सही प्रारूप में सही जानकारी शामिल नहीं है",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "यह सूची does not exist", "error-list-doesNotExist": "यह सूची does not exist",
"error-user-doesNotExist": "यह user does not exist", "error-user-doesNotExist": "यह user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -316,6 +317,10 @@
"error-username-taken": "यह username is already taken", "error-username-taken": "यह username is already taken",
"error-email-taken": "Email has already been taken", "error-email-taken": "Email has already been taken",
"export-board": "Export बोर्ड", "export-board": "Export बोर्ड",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Export बोर्ड",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "Import बोर्ड", "import-board-c": "Import बोर्ड",
"import-board-title-trello": "Import बोर्ड से Trello", "import-board-title-trello": "Import बोर्ड से Trello",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "From Trello", "from-trello": "From Trello",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "In your Trello बोर्ड, go तक 'Menu', then 'More', 'Print और Export', 'Export JSON', और copy the resulting text.", "import-board-instruction-trello": "In your Trello बोर्ड, go तक 'Menu', then 'More', 'Print और Export', 'Export JSON', और copy the resulting text.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "Paste your valid JSON data here", "import-json-placeholder": "Paste your valid JSON data here",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Map सदस्य", "import-map-members": "Map सदस्य",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping": "Re आलोकन सदस्य mapping", "import-show-user-mapping": "Re आलोकन सदस्य mapping",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "तैरन Actions", "swimlaneActionPopup-title": "तैरन Actions",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Import एक Trello कार्ड", "listImportCardPopup-title": "Import एक Trello कार्ड",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "More", "listMorePopup-title": "More",
"link-list": "Link तक यह list", "link-list": "Link तक यह list",
"list-delete-pop": "All actions हो जाएगा हटा दिया से the activity feed और you won't be able तक recover the list. There is no undo.", "list-delete-pop": "All actions हो जाएगा हटा दिया से the activity feed और you won't be able तक recover the list. There is no undo.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "A tábla tagjának kell lennie, hogy ezt megtehesse", "error-board-notAMember": "A tábla tagjának kell lennie, hogy ezt megtehesse",
"error-json-malformed": "A szöveg nem érvényes JSON", "error-json-malformed": "A szöveg nem érvényes JSON",
"error-json-schema": "A JSON adatok nem a helyes formátumban tartalmazzák a megfelelő információkat", "error-json-schema": "A JSON adatok nem a helyes formátumban tartalmazzák a megfelelő információkat",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Ez a lista nem létezik", "error-list-doesNotExist": "Ez a lista nem létezik",
"error-user-doesNotExist": "Ez a felhasználó nem létezik", "error-user-doesNotExist": "Ez a felhasználó nem létezik",
"error-user-notAllowSelf": "Nem hívhatja meg saját magát", "error-user-notAllowSelf": "Nem hívhatja meg saját magát",
@ -316,6 +317,10 @@
"error-username-taken": "Ez a felhasználónév már foglalt", "error-username-taken": "Ez a felhasználónév már foglalt",
"error-email-taken": "Az e-mail már foglalt", "error-email-taken": "Az e-mail már foglalt",
"export-board": "Tábla exportálása", "export-board": "Tábla exportálása",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Tábla exportálása",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "Tábla importálása", "import-board-c": "Tábla importálása",
"import-board-title-trello": "Tábla importálása a Trello oldalról", "import-board-title-trello": "Tábla importálása a Trello oldalról",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "A Trello oldalról", "from-trello": "A Trello oldalról",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "A Trello tábláján menjen a „Menü”, majd a „Több”, „Nyomtatás és exportálás”, „JSON exportálása” menüpontokra, és másolja ki az eredményül kapott szöveget.", "import-board-instruction-trello": "A Trello tábláján menjen a „Menü”, majd a „Több”, „Nyomtatás és exportálás”, „JSON exportálása” menüpontokra, és másolja ki az eredményül kapott szöveget.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "Illessze be ide az érvényes JSON adatokat", "import-json-placeholder": "Illessze be ide az érvényes JSON adatokat",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Tagok leképezése", "import-map-members": "Tagok leképezése",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping": "Tagok leképezésének vizsgálata", "import-show-user-mapping": "Tagok leképezésének vizsgálata",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Swimlane Actions", "swimlaneActionPopup-title": "Swimlane Actions",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Trello kártya importálása", "listImportCardPopup-title": "Trello kártya importálása",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "Több", "listMorePopup-title": "Több",
"link-list": "Összekapcsolás ezzel a listával", "link-list": "Összekapcsolás ezzel a listával",
"list-delete-pop": "Az összes művelet el lesz távolítva a tevékenységlistából, és nem lesz lehetősége visszaállítani a listát. Nincs visszavonás.", "list-delete-pop": "Az összes művelet el lesz távolítva a tevékenységlistából, és nem lesz lehetősége visszaállítani a listát. Nincs visszavonás.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -316,6 +317,10 @@
"error-username-taken": "This username is already taken", "error-username-taken": "This username is already taken",
"error-email-taken": "Email has already been taken", "error-email-taken": "Email has already been taken",
"export-board": "Export board", "export-board": "Export board",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Export board",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "Import board", "import-board-c": "Import board",
"import-board-title-trello": "Import board from Trello", "import-board-title-trello": "Import board from Trello",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "From Trello", "from-trello": "From Trello",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.", "import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "Paste your valid JSON data here", "import-json-placeholder": "Paste your valid JSON data here",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Map members", "import-map-members": "Map members",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping": "Review members mapping", "import-show-user-mapping": "Review members mapping",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Swimlane Actions", "swimlaneActionPopup-title": "Swimlane Actions",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Import a Trello card", "listImportCardPopup-title": "Import a Trello card",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "More", "listMorePopup-title": "More",
"link-list": "Link to this list", "link-list": "Link to this list",
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "Anda harus jadi member panel ini untuk melakukannya", "error-board-notAMember": "Anda harus jadi member panel ini untuk melakukannya",
"error-json-malformed": "Teks Anda bukan JSON yang sah", "error-json-malformed": "Teks Anda bukan JSON yang sah",
"error-json-schema": "Data JSON Anda tidak mengikutsertakan informasi yang sesuai format", "error-json-schema": "Data JSON Anda tidak mengikutsertakan informasi yang sesuai format",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Daftar ini tidak ada", "error-list-doesNotExist": "Daftar ini tidak ada",
"error-user-doesNotExist": "Nama pengguna ini tidak ada", "error-user-doesNotExist": "Nama pengguna ini tidak ada",
"error-user-notAllowSelf": "Anda tidak bisa mengundang diri sendiri", "error-user-notAllowSelf": "Anda tidak bisa mengundang diri sendiri",
@ -316,6 +317,10 @@
"error-username-taken": "Nama pengguna ini sudah dipakai", "error-username-taken": "Nama pengguna ini sudah dipakai",
"error-email-taken": "Email has already been taken", "error-email-taken": "Email has already been taken",
"export-board": "Exspor Panel", "export-board": "Exspor Panel",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Exspor Panel",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "Import board", "import-board-c": "Import board",
"import-board-title-trello": "Impor panel dari Trello", "import-board-title-trello": "Impor panel dari Trello",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "From Trello", "from-trello": "From Trello",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "Di panel Trello anda, ke 'Menu', terus 'More', 'Print and Export','Export JSON', dan salin hasilnya", "import-board-instruction-trello": "Di panel Trello anda, ke 'Menu', terus 'More', 'Print and Export','Export JSON', dan salin hasilnya",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "Tempelkan data JSON yang sah disini", "import-json-placeholder": "Tempelkan data JSON yang sah disini",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Petakan partisipan", "import-map-members": "Petakan partisipan",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping": "Review pemetaan partisipan", "import-show-user-mapping": "Review pemetaan partisipan",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Swimlane Actions", "swimlaneActionPopup-title": "Swimlane Actions",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Impor dari Kartu Trello", "listImportCardPopup-title": "Impor dari Kartu Trello",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "Lainnya", "listMorePopup-title": "Lainnya",
"link-list": "Link to this list", "link-list": "Link to this list",
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -316,6 +317,10 @@
"error-username-taken": "This username is already taken", "error-username-taken": "This username is already taken",
"error-email-taken": "Email has already been taken", "error-email-taken": "Email has already been taken",
"export-board": "Export board", "export-board": "Export board",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Export board",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "Import board", "import-board-c": "Import board",
"import-board-title-trello": "Import board from Trello", "import-board-title-trello": "Import board from Trello",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "From Trello", "from-trello": "From Trello",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.", "import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "Paste your valid JSON data here", "import-json-placeholder": "Paste your valid JSON data here",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Map members", "import-map-members": "Map members",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping": "Review members mapping", "import-show-user-mapping": "Review members mapping",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Swimlane Actions", "swimlaneActionPopup-title": "Swimlane Actions",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Import a Trello card", "listImportCardPopup-title": "Import a Trello card",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "More", "listMorePopup-title": "More",
"link-list": "Link to this list", "link-list": "Link to this list",
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "Devi essere un membro di questa bacheca per poterlo fare", "error-board-notAMember": "Devi essere un membro di questa bacheca per poterlo fare",
"error-json-malformed": "Il tuo testo non è un JSON valido", "error-json-malformed": "Il tuo testo non è un JSON valido",
"error-json-schema": "Il tuo file JSON non contiene le giuste informazioni nel formato corretto", "error-json-schema": "Il tuo file JSON non contiene le giuste informazioni nel formato corretto",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Questa lista non esiste", "error-list-doesNotExist": "Questa lista non esiste",
"error-user-doesNotExist": "Questo utente non esiste", "error-user-doesNotExist": "Questo utente non esiste",
"error-user-notAllowSelf": "Non puoi invitare te stesso", "error-user-notAllowSelf": "Non puoi invitare te stesso",
@ -316,6 +317,10 @@
"error-username-taken": "Questo username è già utilizzato", "error-username-taken": "Questo username è già utilizzato",
"error-email-taken": "L'email è già stata presa", "error-email-taken": "L'email è già stata presa",
"export-board": "Esporta bacheca", "export-board": "Esporta bacheca",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Esporta bacheca",
"sort": "Ordina", "sort": "Ordina",
"sort-desc": "Clicca per ordinare la lista", "sort-desc": "Clicca per ordinare la lista",
"list-sort-by": "Ordina la lista per:", "list-sort-by": "Ordina la lista per:",
@ -351,12 +356,16 @@
"import-board-c": "Importa bacheca", "import-board-c": "Importa bacheca",
"import-board-title-trello": "Importa una bacheca da Trello", "import-board-title-trello": "Importa una bacheca da Trello",
"import-board-title-wekan": "Importa bacheca dall'esportazione precedente", "import-board-title-wekan": "Importa bacheca dall'esportazione precedente",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "Da Trello", "from-trello": "Da Trello",
"from-wekan": "Dall'esportazione precedente", "from-wekan": "Dall'esportazione precedente",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "Nella tua bacheca Trello vai a 'Menu', poi 'Altro', 'Stampa ed esporta', 'Esporta JSON', e copia il testo che compare.", "import-board-instruction-trello": "Nella tua bacheca Trello vai a 'Menu', poi 'Altro', 'Stampa ed esporta', 'Esporta JSON', e copia il testo che compare.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "Nella tua bacheca vai su \"Menu\", poi \"Esporta la bacheca\", e copia il testo nel file scaricato", "import-board-instruction-wekan": "Nella tua bacheca vai su \"Menu\", poi \"Esporta la bacheca\", e copia il testo nel file scaricato",
"import-board-instruction-about-errors": "Se hai degli errori quando importi una bacheca, qualche volta l'importazione funziona comunque, e la bacheca si trova nella pagina \"Tutte le bacheche\"", "import-board-instruction-about-errors": "Se hai degli errori quando importi una bacheca, qualche volta l'importazione funziona comunque, e la bacheca si trova nella pagina \"Tutte le bacheche\"",
"import-json-placeholder": "Incolla un JSON valido qui", "import-json-placeholder": "Incolla un JSON valido qui",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Mappatura dei membri", "import-map-members": "Mappatura dei membri",
"import-members-map": "La bacheca che hai importato contiene alcuni membri. Per favore scegli i membri che vuoi importare tra i tuoi utenti", "import-members-map": "La bacheca che hai importato contiene alcuni membri. Per favore scegli i membri che vuoi importare tra i tuoi utenti",
"import-show-user-mapping": "Rivedi la mappatura dei membri", "import-show-user-mapping": "Rivedi la mappatura dei membri",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Azioni diagramma Swimlane", "swimlaneActionPopup-title": "Azioni diagramma Swimlane",
"swimlaneAddPopup-title": "Aggiungi un diagramma Swimlane di seguito", "swimlaneAddPopup-title": "Aggiungi un diagramma Swimlane di seguito",
"listImportCardPopup-title": "Importa una scheda di Trello", "listImportCardPopup-title": "Importa una scheda di Trello",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "Altro", "listMorePopup-title": "Altro",
"link-list": "Link a questa lista", "link-list": "Link a questa lista",
"list-delete-pop": "Tutte le azioni saranno rimosse dal flusso attività e non sarai in grado di recuperare la lista. Non potrai tornare indietro.", "list-delete-pop": "Tutte le azioni saranno rimosse dal flusso attività e non sarai in grado di recuperare la lista. Non potrai tornare indietro.",
@ -786,5 +796,12 @@
"thursday": "Giovedi", "thursday": "Giovedi",
"friday": "Venerdi", "friday": "Venerdi",
"saturday": "Sabato", "saturday": "Sabato",
"sunday": "Domenica" "sunday": "Domenica",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "操作にはボードメンバーである必要があります", "error-board-notAMember": "操作にはボードメンバーである必要があります",
"error-json-malformed": "このテキストは、有効なJSON形式ではありません", "error-json-malformed": "このテキストは、有効なJSON形式ではありません",
"error-json-schema": "JSONデータが不正な値を含んでいます", "error-json-schema": "JSONデータが不正な値を含んでいます",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "このリストは存在しません", "error-list-doesNotExist": "このリストは存在しません",
"error-user-doesNotExist": "ユーザーが存在しません", "error-user-doesNotExist": "ユーザーが存在しません",
"error-user-notAllowSelf": "自分を招待することはできません。", "error-user-notAllowSelf": "自分を招待することはできません。",
@ -316,6 +317,10 @@
"error-username-taken": "このユーザ名は既に使用されています", "error-username-taken": "このユーザ名は既に使用されています",
"error-email-taken": "メールは既に受け取られています", "error-email-taken": "メールは既に受け取られています",
"export-board": "ボードのエクスポート", "export-board": "ボードのエクスポート",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "ボードのエクスポート",
"sort": "並べ替え", "sort": "並べ替え",
"sort-desc": "クリックでリストをソート", "sort-desc": "クリックでリストをソート",
"list-sort-by": "次によりリストを並べ替え:", "list-sort-by": "次によりリストを並べ替え:",
@ -351,12 +356,16 @@
"import-board-c": "ボードをインポート", "import-board-c": "ボードをインポート",
"import-board-title-trello": "Trelloからボードをインポート", "import-board-title-trello": "Trelloからボードをインポート",
"import-board-title-wekan": "以前のエクスポートからボードをインポート", "import-board-title-wekan": "以前のエクスポートからボードをインポート",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "Trelloから", "from-trello": "Trelloから",
"from-wekan": "以前のエクスポートから", "from-wekan": "以前のエクスポートから",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "Trelloボードの、 'Menu' → 'More' → 'Print and Export' → 'Export JSON'を選択し、テキストをコピーしてください。", "import-board-instruction-trello": "Trelloボードの、 'Menu' → 'More' → 'Print and Export' → 'Export JSON'を選択し、テキストをコピーしてください。",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "ボードの、 'メニュー' → 'ボードのエクスポート'を選択し、ダウンロードされたファイルの中のテキストをコピーしてください。", "import-board-instruction-wekan": "ボードの、 'メニュー' → 'ボードのエクスポート'を選択し、ダウンロードされたファイルの中のテキストをコピーしてください。",
"import-board-instruction-about-errors": "ボードのインポート中にエラーが発生した場合、インポートがまだ進行中のまま、全てのボードページに表示されている場合があります。", "import-board-instruction-about-errors": "ボードのインポート中にエラーが発生した場合、インポートがまだ進行中のまま、全てのボードページに表示されている場合があります。",
"import-json-placeholder": "JSONデータをここに貼り付けする", "import-json-placeholder": "JSONデータをここに貼り付けする",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "メンバーを紐付け", "import-map-members": "メンバーを紐付け",
"import-members-map": "インポートしたボードにはいくつかのメンバーが含まれています。インポートしたいメンバーをユーザーにマッピングしてください", "import-members-map": "インポートしたボードにはいくつかのメンバーが含まれています。インポートしたいメンバーをユーザーにマッピングしてください",
"import-show-user-mapping": "メンバー紐付けの確認", "import-show-user-mapping": "メンバー紐付けの確認",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "スイムレーン操作", "swimlaneActionPopup-title": "スイムレーン操作",
"swimlaneAddPopup-title": "直下にスイムレーンを追加", "swimlaneAddPopup-title": "直下にスイムレーンを追加",
"listImportCardPopup-title": "Trelloのカードをインポート", "listImportCardPopup-title": "Trelloのカードをインポート",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "さらに見る", "listMorePopup-title": "さらに見る",
"link-list": "このリストへのリンク", "link-list": "このリストへのリンク",
"list-delete-pop": "すべての内容がアクティビティから削除されます。この削除は元に戻すことができません。", "list-delete-pop": "すべての内容がアクティビティから削除されます。この削除は元に戻すことができません。",
@ -786,5 +796,12 @@
"thursday": "木曜", "thursday": "木曜",
"friday": "金曜", "friday": "金曜",
"saturday": "土曜", "saturday": "土曜",
"sunday": "日曜" "sunday": "日曜",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "ამის გასაკეთებლად საჭიროა იყოთ დაფის წევრი", "error-board-notAMember": "ამის გასაკეთებლად საჭიროა იყოთ დაფის წევრი",
"error-json-malformed": "შენი ტექსტი არ არის ვალიდური JSON", "error-json-malformed": "შენი ტექსტი არ არის ვალიდური JSON",
"error-json-schema": "თქვენი JSON მონაცემები არ შეიცავს ზუსტ ინფორმაციას სწორ ფორმატში ", "error-json-schema": "თქვენი JSON მონაცემები არ შეიცავს ზუსტ ინფორმაციას სწორ ფორმატში ",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "ეს ცხრილი არ არსებობს", "error-list-doesNotExist": "ეს ცხრილი არ არსებობს",
"error-user-doesNotExist": "მსგავსი მომხმარებელი არ არსებობს", "error-user-doesNotExist": "მსგავსი მომხმარებელი არ არსებობს",
"error-user-notAllowSelf": "თქვენ არ შეგიძლიათ საკუთარი თავის მოწვევა", "error-user-notAllowSelf": "თქვენ არ შეგიძლიათ საკუთარი თავის მოწვევა",
@ -316,6 +317,10 @@
"error-username-taken": "არსებობს მსგავსი მომხმარებელი", "error-username-taken": "არსებობს მსგავსი მომხმარებელი",
"error-email-taken": "უკვე არსებობს მსგავსი ელ.ფოსტა", "error-email-taken": "უკვე არსებობს მსგავსი ელ.ფოსტა",
"export-board": "დაფის ექსპორტი", "export-board": "დაფის ექსპორტი",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "დაფის ექსპორტი",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "დაფის იმპორტი", "import-board-c": "დაფის იმპორტი",
"import-board-title-trello": "დაფის იმპორტი Trello-დან", "import-board-title-trello": "დაფის იმპორტი Trello-დან",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "Trello-დან", "from-trello": "Trello-დან",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "თქვენს Trello დაფაზე, შედით \"მენიუ\"-ში, შემდეგ დააკლიკეთ \"მეტი\", \"ამოპრინტერება და ექსპორტი\", \"JSON-ის ექსპორტი\" და დააკოპირეთ შედეგი. ", "import-board-instruction-trello": "თქვენს Trello დაფაზე, შედით \"მენიუ\"-ში, შემდეგ დააკლიკეთ \"მეტი\", \"ამოპრინტერება და ექსპორტი\", \"JSON-ის ექსპორტი\" და დააკოპირეთ შედეგი. ",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "მოათავსეთ თქვენი ვალიდური JSON მონაცემები აქ. ", "import-json-placeholder": "მოათავსეთ თქვენი ვალიდური JSON მონაცემები აქ. ",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "რუკის წევრები", "import-map-members": "რუკის წევრები",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping": "მომხმარებლის რუკების განხილვა", "import-show-user-mapping": "მომხმარებლის რუკების განხილვა",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "ბილიკის მოქმედებები", "swimlaneActionPopup-title": "ბილიკის მოქმედებები",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Trello ბარათის იმპორტი", "listImportCardPopup-title": "Trello ბარათის იმპორტი",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "მეტი", "listMorePopup-title": "მეტი",
"link-list": "დააკავშირეთ ამ ჩამონათვალთან", "link-list": "დააკავშირეთ ამ ჩამონათვალთან",
"list-delete-pop": "ყველა მოქმედება წაიშლება აქტივობების ველიდან და თქვენ ვეღარ შეძლებთ მის აღდგენას ჩამონათვალში", "list-delete-pop": "ყველა მოქმედება წაიშლება აქტივობების ველიდან და თქვენ ვეღარ შეძლებთ მის აღდგენას ჩამონათვალში",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -316,6 +317,10 @@
"error-username-taken": "This username is already taken", "error-username-taken": "This username is already taken",
"error-email-taken": "Email has already been taken", "error-email-taken": "Email has already been taken",
"export-board": "Export board", "export-board": "Export board",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Export board",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "Import board", "import-board-c": "Import board",
"import-board-title-trello": "Import board from Trello", "import-board-title-trello": "Import board from Trello",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "From Trello", "from-trello": "From Trello",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.", "import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "Paste your valid JSON data here", "import-json-placeholder": "Paste your valid JSON data here",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Map members", "import-map-members": "Map members",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping": "Review members mapping", "import-show-user-mapping": "Review members mapping",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Swimlane Actions", "swimlaneActionPopup-title": "Swimlane Actions",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Import a Trello card", "listImportCardPopup-title": "Import a Trello card",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "More", "listMorePopup-title": "More",
"link-list": "Link to this list", "link-list": "Link to this list",
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "이 작업은 보드의 멤버만 실행할 수 있습니다.", "error-board-notAMember": "이 작업은 보드의 멤버만 실행할 수 있습니다.",
"error-json-malformed": "텍스트가 JSON 형식에 유효하지 않습니다.", "error-json-malformed": "텍스트가 JSON 형식에 유효하지 않습니다.",
"error-json-schema": "JSON 데이터에 정보가 올바른 형식으로 포함되어 있지 않습니다.", "error-json-schema": "JSON 데이터에 정보가 올바른 형식으로 포함되어 있지 않습니다.",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "목록이 없습니다.", "error-list-doesNotExist": "목록이 없습니다.",
"error-user-doesNotExist": "멤버의 정보가 없습니다.", "error-user-doesNotExist": "멤버의 정보가 없습니다.",
"error-user-notAllowSelf": "자기 자신을 초대할 수 없습니다.", "error-user-notAllowSelf": "자기 자신을 초대할 수 없습니다.",
@ -316,6 +317,10 @@
"error-username-taken": "중복된 아이디 입니다.", "error-username-taken": "중복된 아이디 입니다.",
"error-email-taken": "Email has already been taken", "error-email-taken": "Email has already been taken",
"export-board": "보드 내보내기", "export-board": "보드 내보내기",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "보드 내보내기",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "보드 가져오기", "import-board-c": "보드 가져오기",
"import-board-title-trello": "Trello에서 보드 가져오기", "import-board-title-trello": "Trello에서 보드 가져오기",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "From Trello", "from-trello": "From Trello",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "Trello 게시판에서 'Menu' -> 'More' -> 'Print and Export', 'Export JSON' 선택하여 텍스트 결과값 복사", "import-board-instruction-trello": "Trello 게시판에서 'Menu' -> 'More' -> 'Print and Export', 'Export JSON' 선택하여 텍스트 결과값 복사",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "유효한 JSON 데이터를 여기에 붙여 넣으십시오.", "import-json-placeholder": "유효한 JSON 데이터를 여기에 붙여 넣으십시오.",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "보드 멤버들", "import-map-members": "보드 멤버들",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping": "멤버 매핑 미리보기", "import-show-user-mapping": "멤버 매핑 미리보기",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Swimlane Actions", "swimlaneActionPopup-title": "Swimlane Actions",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Trello 카드 가져 오기", "listImportCardPopup-title": "Trello 카드 가져 오기",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "더보기", "listMorePopup-title": "더보기",
"link-list": "이 리스트에 링크", "link-list": "이 리스트에 링크",
"list-delete-pop": "모든 작업이 활동내역에서 제거되며 리스트를 복구 할 수 없습니다. 실행 취소는 불가능 합니다.", "list-delete-pop": "모든 작업이 활동내역에서 제거되며 리스트를 복구 할 수 없습니다. 실행 취소는 불가능 합니다.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -316,6 +317,10 @@
"error-username-taken": "This username is already taken", "error-username-taken": "This username is already taken",
"error-email-taken": "Email has already been taken", "error-email-taken": "Email has already been taken",
"export-board": "Export board", "export-board": "Export board",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Export board",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "Import board", "import-board-c": "Import board",
"import-board-title-trello": "Import board from Trello", "import-board-title-trello": "Import board from Trello",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "From Trello", "from-trello": "From Trello",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.", "import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "Paste your valid JSON data here", "import-json-placeholder": "Paste your valid JSON data here",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Map members", "import-map-members": "Map members",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping": "Review members mapping", "import-show-user-mapping": "Review members mapping",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Swimlane Actions", "swimlaneActionPopup-title": "Swimlane Actions",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Import a Trello card", "listImportCardPopup-title": "Import a Trello card",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "More", "listMorePopup-title": "More",
"link-list": "Link to this list", "link-list": "Link to this list",
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "За да направите това трябва да сте член на това табло", "error-board-notAMember": "За да направите това трябва да сте член на това табло",
"error-json-malformed": "Текстът Ви не е валиден JSON", "error-json-malformed": "Текстът Ви не е валиден JSON",
"error-json-schema": "JSON информацията Ви не съдържа информация във валиден формат", "error-json-schema": "JSON информацията Ви не съдържа информация във валиден формат",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Този списък не съществува", "error-list-doesNotExist": "Този списък не съществува",
"error-user-doesNotExist": "Този потребител не съществува", "error-user-doesNotExist": "Този потребител не съществува",
"error-user-notAllowSelf": "Не можете да поканите себе си", "error-user-notAllowSelf": "Не можете да поканите себе си",
@ -316,6 +317,10 @@
"error-username-taken": "Това потребителско име е вече заето", "error-username-taken": "Това потребителско име е вече заето",
"error-email-taken": "Имейлът е вече зает", "error-email-taken": "Имейлът е вече зает",
"export-board": "Експортиране на Табло", "export-board": "Експортиране на Табло",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Експортиране на Табло",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "Импортирай Табло", "import-board-c": "Импортирай Табло",
"import-board-title-trello": "Импорт на табло от Trello", "import-board-title-trello": "Импорт на табло от Trello",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "От Trello", "from-trello": "От Trello",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.", "import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "Копирайте валидната Ви JSON информация тук", "import-json-placeholder": "Копирайте валидната Ви JSON информация тук",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Map members", "import-map-members": "Map members",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping": "Review members mapping", "import-show-user-mapping": "Review members mapping",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Swimlane Actions", "swimlaneActionPopup-title": "Swimlane Actions",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Импорт на карта от Trello", "listImportCardPopup-title": "Импорт на карта от Trello",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "Още", "listMorePopup-title": "Още",
"link-list": "Връзка към този списък", "link-list": "Връзка към този списък",
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -316,6 +317,10 @@
"error-username-taken": "This username is already taken", "error-username-taken": "This username is already taken",
"error-email-taken": "Email has already been taken", "error-email-taken": "Email has already been taken",
"export-board": "Export board", "export-board": "Export board",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Export board",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "Import board", "import-board-c": "Import board",
"import-board-title-trello": "Import board from Trello", "import-board-title-trello": "Import board from Trello",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "From Trello", "from-trello": "From Trello",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.", "import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "Paste your valid JSON data here", "import-json-placeholder": "Paste your valid JSON data here",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Map members", "import-map-members": "Map members",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping": "Review members mapping", "import-show-user-mapping": "Review members mapping",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Swimlane Actions", "swimlaneActionPopup-title": "Swimlane Actions",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Import a Trello card", "listImportCardPopup-title": "Import a Trello card",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "More", "listMorePopup-title": "More",
"link-list": "Link to this list", "link-list": "Link to this list",
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "Du må være medlem av denne tavlen for å gjøre dette", "error-board-notAMember": "Du må være medlem av denne tavlen for å gjøre dette",
"error-json-malformed": "Denne teksten er ikke gyldig JSON", "error-json-malformed": "Denne teksten er ikke gyldig JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Denne listen finnes ikke", "error-list-doesNotExist": "Denne listen finnes ikke",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -316,6 +317,10 @@
"error-username-taken": "This username is already taken", "error-username-taken": "This username is already taken",
"error-email-taken": "Email has already been taken", "error-email-taken": "Email has already been taken",
"export-board": "Export board", "export-board": "Export board",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Export board",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "Import board", "import-board-c": "Import board",
"import-board-title-trello": "Import board from Trello", "import-board-title-trello": "Import board from Trello",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "From Trello", "from-trello": "From Trello",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.", "import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "Paste your valid JSON data here", "import-json-placeholder": "Paste your valid JSON data here",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Map members", "import-map-members": "Map members",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping": "Review members mapping", "import-show-user-mapping": "Review members mapping",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Swimlane Actions", "swimlaneActionPopup-title": "Swimlane Actions",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Import a Trello card", "listImportCardPopup-title": "Import a Trello card",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "Mer", "listMorePopup-title": "Mer",
"link-list": "Link to this list", "link-list": "Link to this list",
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "Je moet een lid zijn van dit bord om dat te doen.", "error-board-notAMember": "Je moet een lid zijn van dit bord om dat te doen.",
"error-json-malformed": "JSON format klopt niet", "error-json-malformed": "JSON format klopt niet",
"error-json-schema": "De JSON data bevat niet de juiste informatie in de juiste format", "error-json-schema": "De JSON data bevat niet de juiste informatie in de juiste format",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Deze lijst bestaat niet", "error-list-doesNotExist": "Deze lijst bestaat niet",
"error-user-doesNotExist": "Deze gebruiker bestaat niet", "error-user-doesNotExist": "Deze gebruiker bestaat niet",
"error-user-notAllowSelf": "Je kan jezelf niet uitnodigen", "error-user-notAllowSelf": "Je kan jezelf niet uitnodigen",
@ -316,6 +317,10 @@
"error-username-taken": "Deze gebruikersnaam is al in gebruik", "error-username-taken": "Deze gebruikersnaam is al in gebruik",
"error-email-taken": "Dit e-mailadres is al in gebruik", "error-email-taken": "Dit e-mailadres is al in gebruik",
"export-board": "Exporteer bord", "export-board": "Exporteer bord",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Exporteer bord",
"sort": "Sorteer", "sort": "Sorteer",
"sort-desc": "Klik om lijst te sorteren", "sort-desc": "Klik om lijst te sorteren",
"list-sort-by": "Sorteer lijst op", "list-sort-by": "Sorteer lijst op",
@ -351,12 +356,16 @@
"import-board-c": "Importeer bord", "import-board-c": "Importeer bord",
"import-board-title-trello": "Importeer bord vanuit Trello", "import-board-title-trello": "Importeer bord vanuit Trello",
"import-board-title-wekan": "Importeer bord vanuit eerdere export", "import-board-title-wekan": "Importeer bord vanuit eerdere export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "Vanuit Trello", "from-trello": "Vanuit Trello",
"from-wekan": "Vanuit eerdere export", "from-wekan": "Vanuit eerdere export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "Op jouw Trello bord, ga naar 'Menu', dan naar 'Meer', 'Print en Exporteer', 'Exporteer JSON', en kopieer de tekst.", "import-board-instruction-trello": "Op jouw Trello bord, ga naar 'Menu', dan naar 'Meer', 'Print en Exporteer', 'Exporteer JSON', en kopieer de tekst.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "Ga op je bord naar 'Menu' en klik dan 'Export board' en kopieer de tekst in het gedownloade bestand.", "import-board-instruction-wekan": "Ga op je bord naar 'Menu' en klik dan 'Export board' en kopieer de tekst in het gedownloade bestand.",
"import-board-instruction-about-errors": "Als je tijdens de import van het bord foutmeldingen krijgt is de import soms toch gelukt en vind je het bord terug op de 'Alle borden' scherm.", "import-board-instruction-about-errors": "Als je tijdens de import van het bord foutmeldingen krijgt is de import soms toch gelukt en vind je het bord terug op de 'Alle borden' scherm.",
"import-json-placeholder": "Plak geldige JSON data hier", "import-json-placeholder": "Plak geldige JSON data hier",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Breng leden in kaart", "import-map-members": "Breng leden in kaart",
"import-members-map": "Je geïmporteerde bord heeft een aantal leden. Koppel de leden die je wilt importeren aan je gebruikers.", "import-members-map": "Je geïmporteerde bord heeft een aantal leden. Koppel de leden die je wilt importeren aan je gebruikers.",
"import-show-user-mapping": "Breng leden overzicht tevoorschijn", "import-show-user-mapping": "Breng leden overzicht tevoorschijn",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Swimlane handelingen", "swimlaneActionPopup-title": "Swimlane handelingen",
"swimlaneAddPopup-title": "Voeg hieronder een Swimlane toe", "swimlaneAddPopup-title": "Voeg hieronder een Swimlane toe",
"listImportCardPopup-title": "Importeer een Trello kaart", "listImportCardPopup-title": "Importeer een Trello kaart",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "Meer", "listMorePopup-title": "Meer",
"link-list": "Link naar deze lijst", "link-list": "Link naar deze lijst",
"list-delete-pop": "Alle acties zullen verwijderd worden van de activiteiten feed, en je zult deze niet meer kunnen herstellen. Er is geen herstelmogelijkheid.", "list-delete-pop": "Alle acties zullen verwijderd worden van de activiteiten feed, en je zult deze niet meer kunnen herstellen. Er is geen herstelmogelijkheid.",
@ -786,5 +796,12 @@
"thursday": "Donderdag", "thursday": "Donderdag",
"friday": "Vrijdag", "friday": "Vrijdag",
"saturday": "Zaterdag", "saturday": "Zaterdag",
"sunday": "Zondag" "sunday": "Zondag",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "Devètz èsser un participant del tablèu per far aquò", "error-board-notAMember": "Devètz èsser un participant del tablèu per far aquò",
"error-json-malformed": "Vòstre tèxte es pas valid JSON", "error-json-malformed": "Vòstre tèxte es pas valid JSON",
"error-json-schema": "Vòstre JSON es pas al format correct ", "error-json-schema": "Vòstre JSON es pas al format correct ",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Aqueste tièra existís pas", "error-list-doesNotExist": "Aqueste tièra existís pas",
"error-user-doesNotExist": "Aqueste utilizator existís pas", "error-user-doesNotExist": "Aqueste utilizator existís pas",
"error-user-notAllowSelf": "Vos podètz pas convidar vautres meteisses", "error-user-notAllowSelf": "Vos podètz pas convidar vautres meteisses",
@ -316,6 +317,10 @@
"error-username-taken": "Lo nom es ja pres", "error-username-taken": "Lo nom es ja pres",
"error-email-taken": "Lo corrièl es ja pres ", "error-email-taken": "Lo corrièl es ja pres ",
"export-board": "Exportar lo tablèu", "export-board": "Exportar lo tablèu",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Exportar lo tablèu",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "Importar un tablèu", "import-board-c": "Importar un tablèu",
"import-board-title-trello": "Importar un tablèu dempuèi Trello", "import-board-title-trello": "Importar un tablèu dempuèi Trello",
"import-board-title-wekan": "Importar un tablèu dempuèi un export passat", "import-board-title-wekan": "Importar un tablèu dempuèi un export passat",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "Dempuèi Trello", "from-trello": "Dempuèi Trello",
"from-wekan": "Dempuèi un export passat", "from-wekan": "Dempuèi un export passat",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "Dins vòstre tablèu Trello, vos cal anar dins \"Menut\", puèi \"Mai\", \"Export\", \"Export JSON\", e copiar lo tèxte balhat.", "import-board-instruction-trello": "Dins vòstre tablèu Trello, vos cal anar dins \"Menut\", puèi \"Mai\", \"Export\", \"Export JSON\", e copiar lo tèxte balhat.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "Dins vòstre tablèu, vos cal anar dins \"Menut\", puèi \"Exportar lo tablèu\", e de copiar lo tèxte del fichièr telecargat.", "import-board-instruction-wekan": "Dins vòstre tablèu, vos cal anar dins \"Menut\", puèi \"Exportar lo tablèu\", e de copiar lo tèxte del fichièr telecargat.",
"import-board-instruction-about-errors": "Se avètz de errors al moment d'importar un tablèu, es possible que l'importacion as fonccionat, lo tablèu es belèu a la pagina \"Totes los tablèus\".", "import-board-instruction-about-errors": "Se avètz de errors al moment d'importar un tablèu, es possible que l'importacion as fonccionat, lo tablèu es belèu a la pagina \"Totes los tablèus\".",
"import-json-placeholder": "Pegar las donadas del fichièr JSON aicí", "import-json-placeholder": "Pegar las donadas del fichièr JSON aicí",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Mapa dels participants", "import-map-members": "Mapa dels participants",
"import-members-map": "Lo tablèu qu'avètz importat as ja de participants, vos cal far la migracion amb los utilizators actual", "import-members-map": "Lo tablèu qu'avètz importat as ja de participants, vos cal far la migracion amb los utilizators actual",
"import-show-user-mapping": "Review members mapping", "import-show-user-mapping": "Review members mapping",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Swimlane Actions", "swimlaneActionPopup-title": "Swimlane Actions",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Importar una carta de Trello", "listImportCardPopup-title": "Importar una carta de Trello",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "Mai", "listMorePopup-title": "Mai",
"link-list": "Ligam d'aquesta tièra", "link-list": "Ligam d'aquesta tièra",
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "Musisz być członkiem tej tablicy, żeby wykonać tę czynność", "error-board-notAMember": "Musisz być członkiem tej tablicy, żeby wykonać tę czynność",
"error-json-malformed": "Twoja fraza nie jest w formacie JSON", "error-json-malformed": "Twoja fraza nie jest w formacie JSON",
"error-json-schema": "Twoje dane JSON nie zawierają prawidłowych informacji w poprawnym formacie", "error-json-schema": "Twoje dane JSON nie zawierają prawidłowych informacji w poprawnym formacie",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Ta lista nie isnieje", "error-list-doesNotExist": "Ta lista nie isnieje",
"error-user-doesNotExist": "Ten użytkownik nie istnieje", "error-user-doesNotExist": "Ten użytkownik nie istnieje",
"error-user-notAllowSelf": "Nie możesz zaprosić samego siebie", "error-user-notAllowSelf": "Nie możesz zaprosić samego siebie",
@ -316,6 +317,10 @@
"error-username-taken": "Ta nazwa jest już zajęta", "error-username-taken": "Ta nazwa jest już zajęta",
"error-email-taken": "Adres email jest już zarezerwowany", "error-email-taken": "Adres email jest już zarezerwowany",
"export-board": "Eksportuj tablicę", "export-board": "Eksportuj tablicę",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Eksportuj tablicę",
"sort": "Sortuj", "sort": "Sortuj",
"sort-desc": "Kliknij by sortować listę", "sort-desc": "Kliknij by sortować listę",
"list-sort-by": "Sortuj listę przez:", "list-sort-by": "Sortuj listę przez:",
@ -351,12 +356,16 @@
"import-board-c": "Import tablicy", "import-board-c": "Import tablicy",
"import-board-title-trello": "Importuj tablicę z Trello", "import-board-title-trello": "Importuj tablicę z Trello",
"import-board-title-wekan": "Importuj tablicę z poprzedniego eksportu", "import-board-title-wekan": "Importuj tablicę z poprzedniego eksportu",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "Z Trello", "from-trello": "Z Trello",
"from-wekan": "Z poprzedniego eksportu", "from-wekan": "Z poprzedniego eksportu",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "W twojej tablicy na Trello przejdź do 'Menu', następnie 'Więcej', 'Drukuj i eksportuj', 'Eksportuj jako JSON' i skopiuj wynik", "import-board-instruction-trello": "W twojej tablicy na Trello przejdź do 'Menu', następnie 'Więcej', 'Drukuj i eksportuj', 'Eksportuj jako JSON' i skopiuj wynik",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "Na Twojej tablicy przejdź do 'Menu', a następnie wybierz 'Eksportuj tablicę' i skopiuj tekst w pobranym pliku.", "import-board-instruction-wekan": "Na Twojej tablicy przejdź do 'Menu', a następnie wybierz 'Eksportuj tablicę' i skopiuj tekst w pobranym pliku.",
"import-board-instruction-about-errors": "W przypadku, gdy otrzymujesz błędy importowania tablicy, czasami importowanie pomimo wszystko działa poprawnie i tablica znajduje się w oknie Wszystkie tablice.", "import-board-instruction-about-errors": "W przypadku, gdy otrzymujesz błędy importowania tablicy, czasami importowanie pomimo wszystko działa poprawnie i tablica znajduje się w oknie Wszystkie tablice.",
"import-json-placeholder": "Wklej Twoje dane JSON tutaj", "import-json-placeholder": "Wklej Twoje dane JSON tutaj",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Przypisz członków", "import-map-members": "Przypisz członków",
"import-members-map": "Twoje zaimportowane tablice mają kilku członków. Proszę wybierz członków których chcesz zaimportować dla Twoich użytkowników", "import-members-map": "Twoje zaimportowane tablice mają kilku członków. Proszę wybierz członków których chcesz zaimportować dla Twoich użytkowników",
"import-show-user-mapping": "Przejrzyj wybranych członków", "import-show-user-mapping": "Przejrzyj wybranych członków",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Opcje diagramu czynności", "swimlaneActionPopup-title": "Opcje diagramu czynności",
"swimlaneAddPopup-title": "Dodaj diagram czynności poniżej", "swimlaneAddPopup-title": "Dodaj diagram czynności poniżej",
"listImportCardPopup-title": "Zaimportuj kartę z Trello", "listImportCardPopup-title": "Zaimportuj kartę z Trello",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "Więcej", "listMorePopup-title": "Więcej",
"link-list": "Podepnij do tej listy", "link-list": "Podepnij do tej listy",
"list-delete-pop": "Wszystkie czynności zostaną usunięte z Aktywności i nie będziesz w stanie przywrócić listy. Nie ma możliwości cofnięcia tej operacji.", "list-delete-pop": "Wszystkie czynności zostaną usunięte z Aktywności i nie będziesz w stanie przywrócić listy. Nie ma możliwości cofnięcia tej operacji.",
@ -786,5 +796,12 @@
"thursday": "Czwartek", "thursday": "Czwartek",
"friday": "Piątek", "friday": "Piątek",
"saturday": "Sobota", "saturday": "Sobota",
"sunday": "Niedziela" "sunday": "Niedziela",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -164,15 +164,15 @@
"cardStartVotingPopup-title": "Iniciar uma votação", "cardStartVotingPopup-title": "Iniciar uma votação",
"positiveVoteMembersPopup-title": "Proponentes", "positiveVoteMembersPopup-title": "Proponentes",
"negativeVoteMembersPopup-title": "Oponentes", "negativeVoteMembersPopup-title": "Oponentes",
"card-edit-voting": "Edit voting", "card-edit-voting": "Editar votação",
"editVoteEndDatePopup-title": "Change vote end date", "editVoteEndDatePopup-title": "Mudar votação e data",
"allowNonBoardMembers": "Allow all logged in users", "allowNonBoardMembers": "Permitir todos os usuários logados",
"vote-question": "Questão em votação", "vote-question": "Questão em votação",
"vote-public": "Mostrar quem votou no quê", "vote-public": "Mostrar quem votou no quê",
"vote-for-it": "a favor", "vote-for-it": "a favor",
"vote-against": "contra", "vote-against": "contra",
"deleteVotePopup-title": "Delete vote?", "deleteVotePopup-title": "Excluir votação?",
"vote-delete-pop": "Deleting is permanent. You will lose all actions associated with this vote.", "vote-delete-pop": "A exclusão é permanente. Você perderá todas as ações associadas a esta votação.",
"cardDeletePopup-title": "Excluir Cartão?", "cardDeletePopup-title": "Excluir Cartão?",
"cardDetailsActionsPopup-title": "Ações do cartão", "cardDetailsActionsPopup-title": "Ações do cartão",
"cardLabelsPopup-title": "Etiquetas", "cardLabelsPopup-title": "Etiquetas",
@ -309,6 +309,7 @@
"error-board-notAMember": "Você precisa ser um membro desse quadro para fazer isto", "error-board-notAMember": "Você precisa ser um membro desse quadro para fazer isto",
"error-json-malformed": "Seu texto não é um JSON válido", "error-json-malformed": "Seu texto não é um JSON válido",
"error-json-schema": "Seu JSON não inclui as informações no formato correto", "error-json-schema": "Seu JSON não inclui as informações no formato correto",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Esta lista não existe", "error-list-doesNotExist": "Esta lista não existe",
"error-user-doesNotExist": "Este usuário não existe", "error-user-doesNotExist": "Este usuário não existe",
"error-user-notAllowSelf": "Você não pode convidar a si mesmo", "error-user-notAllowSelf": "Você não pode convidar a si mesmo",
@ -316,6 +317,10 @@
"error-username-taken": "Esse username já existe", "error-username-taken": "Esse username já existe",
"error-email-taken": "E-mail já está em uso", "error-email-taken": "E-mail já está em uso",
"export-board": "Exportar quadro", "export-board": "Exportar quadro",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Exportar quadro",
"sort": "Ordenar", "sort": "Ordenar",
"sort-desc": "Clique para Ordenar Lista", "sort-desc": "Clique para Ordenar Lista",
"list-sort-by": "Ordenar a Lista por:", "list-sort-by": "Ordenar a Lista por:",
@ -351,12 +356,16 @@
"import-board-c": "Importar quadro", "import-board-c": "Importar quadro",
"import-board-title-trello": "Importar quadro do Trello", "import-board-title-trello": "Importar quadro do Trello",
"import-board-title-wekan": "Importar quadro a partir de exportação prévia", "import-board-title-wekan": "Importar quadro a partir de exportação prévia",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "Do Trello", "from-trello": "Do Trello",
"from-wekan": "A partir de exportação prévia", "from-wekan": "A partir de exportação prévia",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "No seu quadro do Trello, vá em 'Menu', depois em 'Mais', 'Imprimir e Exportar', 'Exportar JSON', então copie o texto emitido", "import-board-instruction-trello": "No seu quadro do Trello, vá em 'Menu', depois em 'Mais', 'Imprimir e Exportar', 'Exportar JSON', então copie o texto emitido",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "Em seu quadro vá para 'Menu', depois 'Exportar quadro' e copie o texto no arquivo baixado.", "import-board-instruction-wekan": "Em seu quadro vá para 'Menu', depois 'Exportar quadro' e copie o texto no arquivo baixado.",
"import-board-instruction-about-errors": "Se você receber erros ao importar o quadro, às vezes a importação ainda funciona e o quadro está na página Todos os Quadros.", "import-board-instruction-about-errors": "Se você receber erros ao importar o quadro, às vezes a importação ainda funciona e o quadro está na página Todos os Quadros.",
"import-json-placeholder": "Cole seus dados JSON válidos aqui", "import-json-placeholder": "Cole seus dados JSON válidos aqui",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Mapear membros", "import-map-members": "Mapear membros",
"import-members-map": "Seu quadro importado possui alguns membros. Por favor, mapeie os membros que você deseja importar para seus usuários", "import-members-map": "Seu quadro importado possui alguns membros. Por favor, mapeie os membros que você deseja importar para seus usuários",
"import-show-user-mapping": "Revisar mapeamento dos membros", "import-show-user-mapping": "Revisar mapeamento dos membros",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Ações de Raia", "swimlaneActionPopup-title": "Ações de Raia",
"swimlaneAddPopup-title": "Adicionar uma Raia abaixo", "swimlaneAddPopup-title": "Adicionar uma Raia abaixo",
"listImportCardPopup-title": "Importe um cartão do Trello", "listImportCardPopup-title": "Importe um cartão do Trello",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "Mais", "listMorePopup-title": "Mais",
"link-list": "Vincular a esta lista", "link-list": "Vincular a esta lista",
"list-delete-pop": "Todas as ações serão excluidas da lista de atividades e você não poderá recuperar a lista. Não há como desfazer.", "list-delete-pop": "Todas as ações serão excluidas da lista de atividades e você não poderá recuperar a lista. Não há como desfazer.",
@ -628,7 +638,7 @@
"r-when-a-card": "Quando um cartão", "r-when-a-card": "Quando um cartão",
"r-is": "é", "r-is": "é",
"r-is-moved": "é movido", "r-is-moved": "é movido",
"r-added-to": "Added to", "r-added-to": "adicionado a",
"r-removed-from": "Removido de", "r-removed-from": "Removido de",
"r-the-board": "o quadro", "r-the-board": "o quadro",
"r-list": "lista", "r-list": "lista",
@ -786,5 +796,12 @@
"thursday": "Quinta", "thursday": "Quinta",
"friday": "Sexta", "friday": "Sexta",
"saturday": "Sábado", "saturday": "Sábado",
"sunday": "Domingo" "sunday": "Domingo",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "Precisa de ser um membro deste quadro para fazer isso", "error-board-notAMember": "Precisa de ser um membro deste quadro para fazer isso",
"error-json-malformed": "O seu texto não é um JSON válido", "error-json-malformed": "O seu texto não é um JSON válido",
"error-json-schema": "O seu JSON não inclui as informações apropriadas no formato correto", "error-json-schema": "O seu JSON não inclui as informações apropriadas no formato correto",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Esta lista não existe", "error-list-doesNotExist": "Esta lista não existe",
"error-user-doesNotExist": "Este utilizador não existe", "error-user-doesNotExist": "Este utilizador não existe",
"error-user-notAllowSelf": "Não se pode convidar a si mesmo", "error-user-notAllowSelf": "Não se pode convidar a si mesmo",
@ -316,6 +317,10 @@
"error-username-taken": "Esse nome de utilizador já existe", "error-username-taken": "Esse nome de utilizador já existe",
"error-email-taken": "Endereço de e-mail já está em uso", "error-email-taken": "Endereço de e-mail já está em uso",
"export-board": "Exportar quadro", "export-board": "Exportar quadro",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Exportar quadro",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "Importar quadro", "import-board-c": "Importar quadro",
"import-board-title-trello": "Importar quadro do Trello", "import-board-title-trello": "Importar quadro do Trello",
"import-board-title-wekan": "Importar quadro a partir de exportação prévia", "import-board-title-wekan": "Importar quadro a partir de exportação prévia",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "Do Trello", "from-trello": "Do Trello",
"from-wekan": "A partir de exportação prévia", "from-wekan": "A partir de exportação prévia",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "No seu quadro do Trello, vá em 'Menu', depois em 'Mais', 'Imprimir e Exportar', 'Exportar JSON', e copie o texto resultante.", "import-board-instruction-trello": "No seu quadro do Trello, vá em 'Menu', depois em 'Mais', 'Imprimir e Exportar', 'Exportar JSON', e copie o texto resultante.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "No seu quadro vá para 'Menu', depois 'Exportar quadro' e copie o texto no ficheiro descarregado.", "import-board-instruction-wekan": "No seu quadro vá para 'Menu', depois 'Exportar quadro' e copie o texto no ficheiro descarregado.",
"import-board-instruction-about-errors": "Se receber erros ao importar o quadro, às vezes a importação ainda funciona e o quadro está na página Todos os Quadros.", "import-board-instruction-about-errors": "Se receber erros ao importar o quadro, às vezes a importação ainda funciona e o quadro está na página Todos os Quadros.",
"import-json-placeholder": "Cole seus dados JSON válidos aqui", "import-json-placeholder": "Cole seus dados JSON válidos aqui",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Mapear membros", "import-map-members": "Mapear membros",
"import-members-map": "O seu quadro importado possui alguns membros. Por favor, mapeie os membros que deseja importar para seus utilizadores", "import-members-map": "O seu quadro importado possui alguns membros. Por favor, mapeie os membros que deseja importar para seus utilizadores",
"import-show-user-mapping": "Rever mapeamento dos membros", "import-show-user-mapping": "Rever mapeamento dos membros",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Acções de Pista", "swimlaneActionPopup-title": "Acções de Pista",
"swimlaneAddPopup-title": "Adicionar uma Pista abaixo", "swimlaneAddPopup-title": "Adicionar uma Pista abaixo",
"listImportCardPopup-title": "Importe um cartão do Trello", "listImportCardPopup-title": "Importe um cartão do Trello",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "Mais", "listMorePopup-title": "Mais",
"link-list": "Ligar a esta lista", "link-list": "Ligar a esta lista",
"list-delete-pop": "Todas as acções serão removidas do feed de actividade e não poderá recuperar a lista. Não há como desfazer.", "list-delete-pop": "Todas as acções serão removidas do feed de actividade e não poderá recuperar a lista. Não há como desfazer.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -316,6 +317,10 @@
"error-username-taken": "This username is already taken", "error-username-taken": "This username is already taken",
"error-email-taken": "Email has already been taken", "error-email-taken": "Email has already been taken",
"export-board": "Export board", "export-board": "Export board",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Export board",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "Import board", "import-board-c": "Import board",
"import-board-title-trello": "Import board from Trello", "import-board-title-trello": "Import board from Trello",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "From Trello", "from-trello": "From Trello",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text", "import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "Paste your valid JSON data here", "import-json-placeholder": "Paste your valid JSON data here",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Map members", "import-map-members": "Map members",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping": "Review members mapping", "import-show-user-mapping": "Review members mapping",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Swimlane Actions", "swimlaneActionPopup-title": "Swimlane Actions",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Import a Trello card", "listImportCardPopup-title": "Import a Trello card",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "More", "listMorePopup-title": "More",
"link-list": "Link to this list", "link-list": "Link to this list",
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "Вы должны быть участником доски, чтобы сделать это", "error-board-notAMember": "Вы должны быть участником доски, чтобы сделать это",
"error-json-malformed": "Ваше текст не является правильным JSON", "error-json-malformed": "Ваше текст не является правильным JSON",
"error-json-schema": "Содержимое вашего JSON не содержит информацию в корректном формате", "error-json-schema": "Содержимое вашего JSON не содержит информацию в корректном формате",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Список не найден", "error-list-doesNotExist": "Список не найден",
"error-user-doesNotExist": "Пользователь не найден", "error-user-doesNotExist": "Пользователь не найден",
"error-user-notAllowSelf": "Вы не можете пригласить себя", "error-user-notAllowSelf": "Вы не можете пригласить себя",
@ -316,6 +317,10 @@
"error-username-taken": "Это имя пользователя уже занято", "error-username-taken": "Это имя пользователя уже занято",
"error-email-taken": "Этот адрес уже занят", "error-email-taken": "Этот адрес уже занят",
"export-board": "Экспортировать доску", "export-board": "Экспортировать доску",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Экспортировать доску",
"sort": "Сортировать", "sort": "Сортировать",
"sort-desc": "Нажмите, чтобы отсортировать список", "sort-desc": "Нажмите, чтобы отсортировать список",
"list-sort-by": "Сортировать список по:", "list-sort-by": "Сортировать список по:",
@ -351,12 +356,16 @@
"import-board-c": "Импортировать доску", "import-board-c": "Импортировать доску",
"import-board-title-trello": "Импортировать доску из Trello", "import-board-title-trello": "Импортировать доску из Trello",
"import-board-title-wekan": "Импортировать доску, сохраненную ранее.", "import-board-title-wekan": "Импортировать доску, сохраненную ранее.",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "Из Trello", "from-trello": "Из Trello",
"from-wekan": "Сохраненную ранее", "from-wekan": "Сохраненную ранее",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "На вашей Trello доске нажмите “Menu” - “More” - “Print and export - “Export JSON” и скопируйте полученный текст", "import-board-instruction-trello": "На вашей Trello доске нажмите “Menu” - “More” - “Print and export - “Export JSON” и скопируйте полученный текст",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "На вашей доске перейдите в “Меню”, далее “Экспортировать доску” и скопируйте текст из скачаного файла", "import-board-instruction-wekan": "На вашей доске перейдите в “Меню”, далее “Экспортировать доску” и скопируйте текст из скачаного файла",
"import-board-instruction-about-errors": "Даже если при импорте возникли ошибки, иногда импортирование проходит успешно тогда доска появится на странице «Все доски».", "import-board-instruction-about-errors": "Даже если при импорте возникли ошибки, иногда импортирование проходит успешно тогда доска появится на странице «Все доски».",
"import-json-placeholder": "Вставьте JSON сюда", "import-json-placeholder": "Вставьте JSON сюда",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Составить карту участников", "import-map-members": "Составить карту участников",
"import-members-map": "Вы импортировали доску с участниками. Пожалуйста, отметьте участников, которых вы хотите импортировать в качестве пользователей", "import-members-map": "Вы импортировали доску с участниками. Пожалуйста, отметьте участников, которых вы хотите импортировать в качестве пользователей",
"import-show-user-mapping": "Проверить карту участников", "import-show-user-mapping": "Проверить карту участников",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Действия с дорожкой", "swimlaneActionPopup-title": "Действия с дорожкой",
"swimlaneAddPopup-title": "Добавить дорожку ниже", "swimlaneAddPopup-title": "Добавить дорожку ниже",
"listImportCardPopup-title": "Импортировать Trello карточку", "listImportCardPopup-title": "Импортировать Trello карточку",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "Поделиться", "listMorePopup-title": "Поделиться",
"link-list": "Ссылка на список", "link-list": "Ссылка на список",
"list-delete-pop": "Все действия будут удалены из ленты активности участников, и вы не сможете восстановить список. Данное действие необратимо.", "list-delete-pop": "Все действия будут удалены из ленты активности участников, и вы не сможете восстановить список. Данное действие необратимо.",
@ -786,5 +796,12 @@
"thursday": "Четверг", "thursday": "Четверг",
"friday": "Пятница", "friday": "Пятница",
"saturday": "Суббота", "saturday": "Суббота",
"sunday": "Воскресенье" "sunday": "Воскресенье",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "Niste član table.", "error-board-notAMember": "Niste član table.",
"error-json-malformed": "Vaše besedilo ni veljaven JSON", "error-json-malformed": "Vaše besedilo ni veljaven JSON",
"error-json-schema": "Vaši JSON podatki ne vsebujejo pravilnih informacij v ustreznem formatu", "error-json-schema": "Vaši JSON podatki ne vsebujejo pravilnih informacij v ustreznem formatu",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Seznam ne obstaja", "error-list-doesNotExist": "Seznam ne obstaja",
"error-user-doesNotExist": "Uporabnik ne obstaja", "error-user-doesNotExist": "Uporabnik ne obstaja",
"error-user-notAllowSelf": "Ne morete povabiti sebe", "error-user-notAllowSelf": "Ne morete povabiti sebe",
@ -316,6 +317,10 @@
"error-username-taken": "To up. ime že obstaja", "error-username-taken": "To up. ime že obstaja",
"error-email-taken": "E-poštni naslov je že zaseden", "error-email-taken": "E-poštni naslov je že zaseden",
"export-board": "Izvozi tablo", "export-board": "Izvozi tablo",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Izvozi tablo",
"sort": "Sortiraj", "sort": "Sortiraj",
"sort-desc": "Klikni za sortiranje seznama", "sort-desc": "Klikni za sortiranje seznama",
"list-sort-by": "Sortiraj po:", "list-sort-by": "Sortiraj po:",
@ -351,12 +356,16 @@
"import-board-c": "Uvozi tablo", "import-board-c": "Uvozi tablo",
"import-board-title-trello": "Uvozi tablo iz orodja Trello", "import-board-title-trello": "Uvozi tablo iz orodja Trello",
"import-board-title-wekan": "Uvozi tablo iz prejšnjega izvoza", "import-board-title-wekan": "Uvozi tablo iz prejšnjega izvoza",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "Iz orodja Trello", "from-trello": "Iz orodja Trello",
"from-wekan": "Od prejšnjega izvoza", "from-wekan": "Od prejšnjega izvoza",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "V vaši Trello tabli pojdite na 'Meni', 'Več', 'Natisni in Izvozi', 'Izvozi JSON', in kopirajte prikazano besedilo.", "import-board-instruction-trello": "V vaši Trello tabli pojdite na 'Meni', 'Več', 'Natisni in Izvozi', 'Izvozi JSON', in kopirajte prikazano besedilo.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "V vaši tabli pojdite na 'Meni', 'Izvozi tablo' in kopirajte besedilo iz prenesene datoteke.", "import-board-instruction-wekan": "V vaši tabli pojdite na 'Meni', 'Izvozi tablo' in kopirajte besedilo iz prenesene datoteke.",
"import-board-instruction-about-errors": "Pri napakah med uvozom table v nekaterih primerih uvažanje še deluje, uvožena tabla pa je na strani Vse Table.", "import-board-instruction-about-errors": "Pri napakah med uvozom table v nekaterih primerih uvažanje še deluje, uvožena tabla pa je na strani Vse Table.",
"import-json-placeholder": "Tukaj prilepite veljavne JSON podatke", "import-json-placeholder": "Tukaj prilepite veljavne JSON podatke",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Mapiraj člane", "import-map-members": "Mapiraj člane",
"import-members-map": "Vaša uvožena tabla vsebuje nekaj članov. Prosimo mapirajte člane, ki jih želite uvoziti, z vašimi uporabniki.", "import-members-map": "Vaša uvožena tabla vsebuje nekaj članov. Prosimo mapirajte člane, ki jih želite uvoziti, z vašimi uporabniki.",
"import-show-user-mapping": "Preglejte povezane člane", "import-show-user-mapping": "Preglejte povezane člane",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Dejanja plavalnih stez", "swimlaneActionPopup-title": "Dejanja plavalnih stez",
"swimlaneAddPopup-title": "Dodaj plavalno stezo spodaj", "swimlaneAddPopup-title": "Dodaj plavalno stezo spodaj",
"listImportCardPopup-title": "Uvozi Trello kartico", "listImportCardPopup-title": "Uvozi Trello kartico",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "Več", "listMorePopup-title": "Več",
"link-list": "Poveži s seznamom", "link-list": "Poveži s seznamom",
"list-delete-pop": "Vsa dejanja bodo odstranjena iz vira dejavnosti in seznama ne boste mogli obnoviti. Razveljavitve ni.", "list-delete-pop": "Vsa dejanja bodo odstranjena iz vira dejavnosti in seznama ne boste mogli obnoviti. Razveljavitve ni.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "Korisnik ne postoji", "error-user-doesNotExist": "Korisnik ne postoji",
"error-user-notAllowSelf": "Ne možeš pozvati samog sebe", "error-user-notAllowSelf": "Ne možeš pozvati samog sebe",
@ -316,6 +317,10 @@
"error-username-taken": "Korisničko ime je već zauzeto", "error-username-taken": "Korisničko ime je već zauzeto",
"error-email-taken": "Email has already been taken", "error-email-taken": "Email has already been taken",
"export-board": "Export board", "export-board": "Export board",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Export board",
"sort": "Sortiraj", "sort": "Sortiraj",
"sort-desc": "Kliknite da biste sortirali listu", "sort-desc": "Kliknite da biste sortirali listu",
"list-sort-by": "Poredaj listu po:", "list-sort-by": "Poredaj listu po:",
@ -351,12 +356,16 @@
"import-board-c": "Import board", "import-board-c": "Import board",
"import-board-title-trello": "Uvezi tablu iz Trella", "import-board-title-trello": "Uvezi tablu iz Trella",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "From Trello", "from-trello": "From Trello",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.", "import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "Paste your valid JSON data here", "import-json-placeholder": "Paste your valid JSON data here",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Mapiraj članove", "import-map-members": "Mapiraj članove",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping": "Review members mapping", "import-show-user-mapping": "Review members mapping",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Swimlane Actions", "swimlaneActionPopup-title": "Swimlane Actions",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Import a Trello card", "listImportCardPopup-title": "Import a Trello card",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "Više", "listMorePopup-title": "Više",
"link-list": "Link to this list", "link-list": "Link to this list",
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "Du måste vara medlem i denna anslagstavla för att göra det", "error-board-notAMember": "Du måste vara medlem i denna anslagstavla för att göra det",
"error-json-malformed": "Din text är inte giltigt JSON", "error-json-malformed": "Din text är inte giltigt JSON",
"error-json-schema": "Din JSON data inkluderar inte korrekt information i rätt format", "error-json-schema": "Din JSON data inkluderar inte korrekt information i rätt format",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Denna lista finns inte", "error-list-doesNotExist": "Denna lista finns inte",
"error-user-doesNotExist": "Denna användare finns inte", "error-user-doesNotExist": "Denna användare finns inte",
"error-user-notAllowSelf": "Du kan inte bjuda in dig själv", "error-user-notAllowSelf": "Du kan inte bjuda in dig själv",
@ -316,6 +317,10 @@
"error-username-taken": "Detta användarnamn är redan taget", "error-username-taken": "Detta användarnamn är redan taget",
"error-email-taken": "E-post har redan tagits", "error-email-taken": "E-post har redan tagits",
"export-board": "Exportera anslagstavla", "export-board": "Exportera anslagstavla",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Exportera anslagstavla",
"sort": "Sortera", "sort": "Sortera",
"sort-desc": "Klicka för att sortera listan", "sort-desc": "Klicka för att sortera listan",
"list-sort-by": "Sortera listan efter:", "list-sort-by": "Sortera listan efter:",
@ -351,12 +356,16 @@
"import-board-c": "Importera anslagstavla", "import-board-c": "Importera anslagstavla",
"import-board-title-trello": "Importera anslagstavla från Trello", "import-board-title-trello": "Importera anslagstavla från Trello",
"import-board-title-wekan": "Importera anslagstavla från tidigare export", "import-board-title-wekan": "Importera anslagstavla från tidigare export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "Från Trello", "from-trello": "Från Trello",
"from-wekan": "Från tidigare export", "from-wekan": "Från tidigare export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "I din Trello-anslagstavla, gå till 'Meny', sedan 'Mera', 'Skriv ut och exportera', 'Exportera JSON' och kopiera den resulterande text.", "import-board-instruction-trello": "I din Trello-anslagstavla, gå till 'Meny', sedan 'Mera', 'Skriv ut och exportera', 'Exportera JSON' och kopiera den resulterande text.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "På din anslagstavla, gå till \"Meny\", sedan \"Exportera anslagstavla\" och kopiera texten i den hämtade filen.", "import-board-instruction-wekan": "På din anslagstavla, gå till \"Meny\", sedan \"Exportera anslagstavla\" och kopiera texten i den hämtade filen.",
"import-board-instruction-about-errors": "Om du får fel vid import av anslagstavla, ibland importerar fortfarande fungerar, och styrelsen är på alla sidor för anslagstavlor.", "import-board-instruction-about-errors": "Om du får fel vid import av anslagstavla, ibland importerar fortfarande fungerar, och styrelsen är på alla sidor för anslagstavlor.",
"import-json-placeholder": "Klistra in giltigt JSON data här", "import-json-placeholder": "Klistra in giltigt JSON data här",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Kartlägg medlemmar", "import-map-members": "Kartlägg medlemmar",
"import-members-map": "Din importerade anslagstavla har några medlemmar. Vänligen kartlägg medlemmarna du vill importera till dina användare", "import-members-map": "Din importerade anslagstavla har några medlemmar. Vänligen kartlägg medlemmarna du vill importera till dina användare",
"import-show-user-mapping": "Granska medlemskartläggning", "import-show-user-mapping": "Granska medlemskartläggning",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Simbana-åtgärder", "swimlaneActionPopup-title": "Simbana-åtgärder",
"swimlaneAddPopup-title": "Lägg till en simbana nedan", "swimlaneAddPopup-title": "Lägg till en simbana nedan",
"listImportCardPopup-title": "Importera ett Trello kort", "listImportCardPopup-title": "Importera ett Trello kort",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "Mera", "listMorePopup-title": "Mera",
"link-list": "Länk till den här listan", "link-list": "Länk till den här listan",
"list-delete-pop": "Alla åtgärder kommer att tas bort från aktivitetsmatningen och du kommer inte att kunna återställa listan. Det går inte att ångra.", "list-delete-pop": "Alla åtgärder kommer att tas bort från aktivitetsmatningen och du kommer inte att kunna återställa listan. Det går inte att ångra.",
@ -786,5 +796,12 @@
"thursday": "Torsdag", "thursday": "Torsdag",
"friday": "Fredag", "friday": "Fredag",
"saturday": "Lördag", "saturday": "Lördag",
"sunday": "Söndag" "sunday": "Söndag",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -316,6 +317,10 @@
"error-username-taken": "This username is already taken", "error-username-taken": "This username is already taken",
"error-email-taken": "Email has already been taken", "error-email-taken": "Email has already been taken",
"export-board": "Export board", "export-board": "Export board",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Export board",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "Import board", "import-board-c": "Import board",
"import-board-title-trello": "Import board from Trello", "import-board-title-trello": "Import board from Trello",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "From Trello", "from-trello": "From Trello",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.", "import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "Paste your valid JSON data here", "import-json-placeholder": "Paste your valid JSON data here",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Map members", "import-map-members": "Map members",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping": "Review members mapping", "import-show-user-mapping": "Review members mapping",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Swimlane Actions", "swimlaneActionPopup-title": "Swimlane Actions",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Import a Trello card", "listImportCardPopup-title": "Import a Trello card",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "More", "listMorePopup-title": "More",
"link-list": "Link to this list", "link-list": "Link to this list",
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -316,6 +317,10 @@
"error-username-taken": "This username is already taken", "error-username-taken": "This username is already taken",
"error-email-taken": "Email has already been taken", "error-email-taken": "Email has already been taken",
"export-board": "Export board", "export-board": "Export board",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Export board",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "Import board", "import-board-c": "Import board",
"import-board-title-trello": "Import board from Trello", "import-board-title-trello": "Import board from Trello",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "Trello ல் இருந்து ", "from-trello": "Trello ல் இருந்து ",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.", "import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "Paste your valid JSON data here", "import-json-placeholder": "Paste your valid JSON data here",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Map members", "import-map-members": "Map members",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping": "Review members mapping", "import-show-user-mapping": "Review members mapping",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Swimlane Actions", "swimlaneActionPopup-title": "Swimlane Actions",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Import a Trello card", "listImportCardPopup-title": "Import a Trello card",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "மேலும் ", "listMorePopup-title": "மேலும் ",
"link-list": "Link to this list", "link-list": "Link to this list",
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "คุณต้องเป็นสมาชิกของบอร์ดนี้ถึงจะทำได้", "error-board-notAMember": "คุณต้องเป็นสมาชิกของบอร์ดนี้ถึงจะทำได้",
"error-json-malformed": "ข้อความของคุณไม่ใช่ JSON", "error-json-malformed": "ข้อความของคุณไม่ใช่ JSON",
"error-json-schema": "รูปแบบข้้้อมูล JSON ของคุณไม่ถูกต้อง", "error-json-schema": "รูปแบบข้้้อมูล JSON ของคุณไม่ถูกต้อง",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "รายการนี้ไม่มีอยู่", "error-list-doesNotExist": "รายการนี้ไม่มีอยู่",
"error-user-doesNotExist": "ผู้ใช้นี้ไม่มีอยู่", "error-user-doesNotExist": "ผู้ใช้นี้ไม่มีอยู่",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -316,6 +317,10 @@
"error-username-taken": "ชื่อนี้ถูกใช้งานแล้ว", "error-username-taken": "ชื่อนี้ถูกใช้งานแล้ว",
"error-email-taken": "Email has already been taken", "error-email-taken": "Email has already been taken",
"export-board": "ส่งออกกระดาน", "export-board": "ส่งออกกระดาน",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "ส่งออกกระดาน",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "Import board", "import-board-c": "Import board",
"import-board-title-trello": "นำเข้าบอร์ดจาก Trello", "import-board-title-trello": "นำเข้าบอร์ดจาก Trello",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "From Trello", "from-trello": "From Trello",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "ใน Trello ของคุณให้ไปที่ 'Menu' และไปที่ More -> Print and Export -> Export JSON และคัดลอกข้อความจากนั้น", "import-board-instruction-trello": "ใน Trello ของคุณให้ไปที่ 'Menu' และไปที่ More -> Print and Export -> Export JSON และคัดลอกข้อความจากนั้น",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "วางข้อมูล JSON ที่ถูกต้องของคุณที่นี่", "import-json-placeholder": "วางข้อมูล JSON ที่ถูกต้องของคุณที่นี่",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "แผนที่สมาชิก", "import-map-members": "แผนที่สมาชิก",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping": "Review การทำแผนที่สมาชิก", "import-show-user-mapping": "Review การทำแผนที่สมาชิก",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Swimlane Actions", "swimlaneActionPopup-title": "Swimlane Actions",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "นำเข้าการ์ด Trello", "listImportCardPopup-title": "นำเข้าการ์ด Trello",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "เพิ่มเติม", "listMorePopup-title": "เพิ่มเติม",
"link-list": "Link to this list", "link-list": "Link to this list",
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "Bu işlemi yapmak için panoya üye olmalısın.", "error-board-notAMember": "Bu işlemi yapmak için panoya üye olmalısın.",
"error-json-malformed": "Girilen metin geçerli bir JSON formatında değil", "error-json-malformed": "Girilen metin geçerli bir JSON formatında değil",
"error-json-schema": "Girdiğin JSON metni tüm bilgileri doğru biçimde barındırmıyor", "error-json-schema": "Girdiğin JSON metni tüm bilgileri doğru biçimde barındırmıyor",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "Liste bulunamadı", "error-list-doesNotExist": "Liste bulunamadı",
"error-user-doesNotExist": "Kullanıcı bulunamadı", "error-user-doesNotExist": "Kullanıcı bulunamadı",
"error-user-notAllowSelf": "Kendi kendini davet edemezsin", "error-user-notAllowSelf": "Kendi kendini davet edemezsin",
@ -316,6 +317,10 @@
"error-username-taken": "Kullanıcı adı zaten alınmış", "error-username-taken": "Kullanıcı adı zaten alınmış",
"error-email-taken": "Bu e-posta adresi daha önceden alınmış", "error-email-taken": "Bu e-posta adresi daha önceden alınmış",
"export-board": "Panoyu dışarı aktar", "export-board": "Panoyu dışarı aktar",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Panoyu dışarı aktar",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "Panoyu içe aktar", "import-board-c": "Panoyu içe aktar",
"import-board-title-trello": "Trello'dan panoyu içeri aktar", "import-board-title-trello": "Trello'dan panoyu içeri aktar",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "Trello'dan", "from-trello": "Trello'dan",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "Trello panonuzda 'Menü'ye gidip 'Daha fazlası'na tıklayın, ardından 'Yazdır ve Çıktı Al'ı seçip 'JSON biçiminde çıktı al' diyerek çıkan metni buraya kopyalayın.", "import-board-instruction-trello": "Trello panonuzda 'Menü'ye gidip 'Daha fazlası'na tıklayın, ardından 'Yazdır ve Çıktı Al'ı seçip 'JSON biçiminde çıktı al' diyerek çıkan metni buraya kopyalayın.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "Geçerli JSON verisini buraya yapıştırın", "import-json-placeholder": "Geçerli JSON verisini buraya yapıştırın",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Üyeleri eşleştirme", "import-map-members": "Üyeleri eşleştirme",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping": "Üye eşleştirmesini kontrol et", "import-show-user-mapping": "Üye eşleştirmesini kontrol et",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Kulvar İşlemleri", "swimlaneActionPopup-title": "Kulvar İşlemleri",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Bir Trello kartını içeri aktar", "listImportCardPopup-title": "Bir Trello kartını içeri aktar",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "Daha", "listMorePopup-title": "Daha",
"link-list": "Listeye doğrudan bağlantı", "link-list": "Listeye doğrudan bağlantı",
"list-delete-pop": "Etkinlik akışınızdaki tüm eylemler geri kurtarılamaz şekilde kaldırılacak. Bu işlem geri alınamaz.", "list-delete-pop": "Etkinlik akışınızdaki tüm eylemler geri kurtarılamaz şekilde kaldırılacak. Bu işlem geri alınamaz.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -316,6 +317,10 @@
"error-username-taken": "This username is already taken", "error-username-taken": "This username is already taken",
"error-email-taken": "Email has already been taken", "error-email-taken": "Email has already been taken",
"export-board": "Export board", "export-board": "Export board",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Export board",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "Import board", "import-board-c": "Import board",
"import-board-title-trello": "Import board from Trello", "import-board-title-trello": "Import board from Trello",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "From Trello", "from-trello": "From Trello",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.", "import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "Paste your valid JSON data here", "import-json-placeholder": "Paste your valid JSON data here",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Map members", "import-map-members": "Map members",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping": "Review members mapping", "import-show-user-mapping": "Review members mapping",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Swimlane Actions", "swimlaneActionPopup-title": "Swimlane Actions",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Import a Trello card", "listImportCardPopup-title": "Import a Trello card",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "More", "listMorePopup-title": "More",
"link-list": "Link to this list", "link-list": "Link to this list",
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -316,6 +317,10 @@
"error-username-taken": "This username is already taken", "error-username-taken": "This username is already taken",
"error-email-taken": "Email has already been taken", "error-email-taken": "Email has already been taken",
"export-board": "Export board", "export-board": "Export board",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Export board",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "Import board", "import-board-c": "Import board",
"import-board-title-trello": "Import board from Trello", "import-board-title-trello": "Import board from Trello",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "From Trello", "from-trello": "From Trello",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.", "import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "Paste your valid JSON data here", "import-json-placeholder": "Paste your valid JSON data here",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Map members", "import-map-members": "Map members",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping": "Review members mapping", "import-show-user-mapping": "Review members mapping",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Swimlane Actions", "swimlaneActionPopup-title": "Swimlane Actions",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Import a Trello card", "listImportCardPopup-title": "Import a Trello card",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "More", "listMorePopup-title": "More",
"link-list": "Link to this list", "link-list": "Link to this list",
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "需要成为看板成员才能执行此操作", "error-board-notAMember": "需要成为看板成员才能执行此操作",
"error-json-malformed": "文本不是合法的 JSON", "error-json-malformed": "文本不是合法的 JSON",
"error-json-schema": "JSON 数据没有用正确的格式包含合适的信息", "error-json-schema": "JSON 数据没有用正确的格式包含合适的信息",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "不存在此列表", "error-list-doesNotExist": "不存在此列表",
"error-user-doesNotExist": "该用户不存在", "error-user-doesNotExist": "该用户不存在",
"error-user-notAllowSelf": "无法邀请自己", "error-user-notAllowSelf": "无法邀请自己",
@ -316,6 +317,10 @@
"error-username-taken": "此用户名已存在", "error-username-taken": "此用户名已存在",
"error-email-taken": "此EMail已存在", "error-email-taken": "此EMail已存在",
"export-board": "导出看板", "export-board": "导出看板",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "导出看板",
"sort": "排序", "sort": "排序",
"sort-desc": "点此来将列表排序", "sort-desc": "点此来将列表排序",
"list-sort-by": "按此来将列表排序:", "list-sort-by": "按此来将列表排序:",
@ -351,12 +356,16 @@
"import-board-c": "导入看板", "import-board-c": "导入看板",
"import-board-title-trello": "从Trello导入看板", "import-board-title-trello": "从Trello导入看板",
"import-board-title-wekan": "从以前的导出数据导入看板", "import-board-title-wekan": "从以前的导出数据导入看板",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "自 Trello", "from-trello": "自 Trello",
"from-wekan": "自以前的导出", "from-wekan": "自以前的导出",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "在你的Trello看板中点击“菜单”然后选择“更多”“打印与导出”“导出为 JSON” 并拷贝结果文本", "import-board-instruction-trello": "在你的Trello看板中点击“菜单”然后选择“更多”“打印与导出”“导出为 JSON” 并拷贝结果文本",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "在您的看板,点击“菜单”,然后“导出看板”,复制下载文件中的文本。", "import-board-instruction-wekan": "在您的看板,点击“菜单”,然后“导出看板”,复制下载文件中的文本。",
"import-board-instruction-about-errors": "如果在导入看板时出现错误,导入工作可能仍然在进行中,并且看板已经出现在全部看板页。", "import-board-instruction-about-errors": "如果在导入看板时出现错误,导入工作可能仍然在进行中,并且看板已经出现在全部看板页。",
"import-json-placeholder": "粘贴您有效的 JSON 数据至此", "import-json-placeholder": "粘贴您有效的 JSON 数据至此",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "映射成员", "import-map-members": "映射成员",
"import-members-map": "您导入的看板有一些成员,请映射这些成员到您导入的用户。", "import-members-map": "您导入的看板有一些成员,请映射这些成员到您导入的用户。",
"import-show-user-mapping": "核对成员映射", "import-show-user-mapping": "核对成员映射",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "泳道图操作", "swimlaneActionPopup-title": "泳道图操作",
"swimlaneAddPopup-title": "在下面添加一个泳道", "swimlaneAddPopup-title": "在下面添加一个泳道",
"listImportCardPopup-title": "导入 Trello 卡片", "listImportCardPopup-title": "导入 Trello 卡片",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "更多", "listMorePopup-title": "更多",
"link-list": "关联到这个列表", "link-list": "关联到这个列表",
"list-delete-pop": "所有活动将被从活动动态中删除并且你无法恢复他们,此操作无法撤销。", "list-delete-pop": "所有活动将被从活动动态中删除并且你无法恢复他们,此操作无法撤销。",
@ -786,5 +796,12 @@
"thursday": "周四", "thursday": "周四",
"friday": "周五", "friday": "周五",
"saturday": "周六", "saturday": "周六",
"sunday": "周日" "sunday": "周日",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "You need to be a member of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON", "error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-json-schema": "Your JSON data does not include the proper information in the correct format",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "This list does not exist", "error-list-doesNotExist": "This list does not exist",
"error-user-doesNotExist": "This user does not exist", "error-user-doesNotExist": "This user does not exist",
"error-user-notAllowSelf": "You can not invite yourself", "error-user-notAllowSelf": "You can not invite yourself",
@ -316,6 +317,10 @@
"error-username-taken": "This username is already taken", "error-username-taken": "This username is already taken",
"error-email-taken": "Email has already been taken", "error-email-taken": "Email has already been taken",
"export-board": "Export board", "export-board": "Export board",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "Export board",
"sort": "Sort", "sort": "Sort",
"sort-desc": "Click to Sort List", "sort-desc": "Click to Sort List",
"list-sort-by": "Sort the List By:", "list-sort-by": "Sort the List By:",
@ -351,12 +356,16 @@
"import-board-c": "Import board", "import-board-c": "Import board",
"import-board-title-trello": "Import board from Trello", "import-board-title-trello": "Import board from Trello",
"import-board-title-wekan": "Import board from previous export", "import-board-title-wekan": "Import board from previous export",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "From Trello", "from-trello": "From Trello",
"from-wekan": "From previous export", "from-wekan": "From previous export",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.", "import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder": "Paste your valid JSON data here", "import-json-placeholder": "Paste your valid JSON data here",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "Map members", "import-map-members": "Map members",
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping": "Review members mapping", "import-show-user-mapping": "Review members mapping",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "Swimlane Actions", "swimlaneActionPopup-title": "Swimlane Actions",
"swimlaneAddPopup-title": "Add a Swimlane below", "swimlaneAddPopup-title": "Add a Swimlane below",
"listImportCardPopup-title": "Import a Trello card", "listImportCardPopup-title": "Import a Trello card",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "More", "listMorePopup-title": "More",
"link-list": "Link to this list", "link-list": "Link to this list",
"list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
@ -786,5 +796,12 @@
"thursday": "Thursday", "thursday": "Thursday",
"friday": "Friday", "friday": "Friday",
"saturday": "Saturday", "saturday": "Saturday",
"sunday": "Sunday" "sunday": "Sunday",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }

View file

@ -309,6 +309,7 @@
"error-board-notAMember": "需要成為看板成員才能執行此操作", "error-board-notAMember": "需要成為看板成員才能執行此操作",
"error-json-malformed": "不是有效的 JSON", "error-json-malformed": "不是有效的 JSON",
"error-json-schema": "JSON 資料沒有用正確的格式包含合適的資訊", "error-json-schema": "JSON 資料沒有用正確的格式包含合適的資訊",
"error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
"error-list-doesNotExist": "不存在此列表", "error-list-doesNotExist": "不存在此列表",
"error-user-doesNotExist": "該使用者不存在", "error-user-doesNotExist": "該使用者不存在",
"error-user-notAllowSelf": "不允許對自己執行此操作", "error-user-notAllowSelf": "不允許對自己執行此操作",
@ -316,6 +317,10 @@
"error-username-taken": "這個使用者名稱已被使用", "error-username-taken": "這個使用者名稱已被使用",
"error-email-taken": "Email 已被使用", "error-email-taken": "Email 已被使用",
"export-board": "匯出看板", "export-board": "匯出看板",
"export-board-json": "Export board to JSON",
"export-board-csv": "Export board to CSV",
"export-board-tsv": "Export board to TSV",
"exportBoardPopup-title": "匯出看板",
"sort": "排序", "sort": "排序",
"sort-desc": "點選排序清單", "sort-desc": "點選排序清單",
"list-sort-by": "清單排序依照:", "list-sort-by": "清單排序依照:",
@ -351,12 +356,16 @@
"import-board-c": "匯入看板", "import-board-c": "匯入看板",
"import-board-title-trello": "匯入在 Trello 的看板", "import-board-title-trello": "匯入在 Trello 的看板",
"import-board-title-wekan": "從上次的匯出檔匯入看板", "import-board-title-wekan": "從上次的匯出檔匯入看板",
"import-board-title-csv": "Import board from CSV/TSV",
"from-trello": "來自 Trello", "from-trello": "來自 Trello",
"from-wekan": "從上次的匯出檔", "from-wekan": "從上次的匯出檔",
"from-csv": "From CSV/TSV",
"import-board-instruction-trello": "在你的Trello看板中點選“功能表”然後選擇“更多”“列印與匯出”“匯出為 JSON” 並拷貝結果文本", "import-board-instruction-trello": "在你的Trello看板中點選“功能表”然後選擇“更多”“列印與匯出”“匯出為 JSON” 並拷貝結果文本",
"import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
"import-board-instruction-wekan": "在您的看板,點擊“選單”,然後“匯出看板”,複製下載文件中的文本。", "import-board-instruction-wekan": "在您的看板,點擊“選單”,然後“匯出看板”,複製下載文件中的文本。",
"import-board-instruction-about-errors": "如果在匯入看板時出現錯誤,匯入工作可能仍然在進行中,並且看板已經出現在全部看板頁。", "import-board-instruction-about-errors": "如果在匯入看板時出現錯誤,匯入工作可能仍然在進行中,並且看板已經出現在全部看板頁。",
"import-json-placeholder": "貼上您有效的 JSON 資料至此", "import-json-placeholder": "貼上您有效的 JSON 資料至此",
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
"import-map-members": "複製成員", "import-map-members": "複製成員",
"import-members-map": "您匯入的看板有一些成員,請複製這些成員到您匯入的用戶。", "import-members-map": "您匯入的看板有一些成員,請複製這些成員到您匯入的用戶。",
"import-show-user-mapping": "核對複製的成員", "import-show-user-mapping": "核對複製的成員",
@ -389,6 +398,7 @@
"swimlaneActionPopup-title": "泳道動作", "swimlaneActionPopup-title": "泳道動作",
"swimlaneAddPopup-title": "在下面新增泳道", "swimlaneAddPopup-title": "在下面新增泳道",
"listImportCardPopup-title": "匯入 Trello 卡片", "listImportCardPopup-title": "匯入 Trello 卡片",
"listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
"listMorePopup-title": "更多", "listMorePopup-title": "更多",
"link-list": "連結到這個清單", "link-list": "連結到這個清單",
"list-delete-pop": "所有的動作都將從活動動態中被移除且您將無法再開啟該清單\b。此操作無法復原。", "list-delete-pop": "所有的動作都將從活動動態中被移除且您將無法再開啟該清單\b。此操作無法復原。",
@ -786,5 +796,12 @@
"thursday": "週四", "thursday": "週四",
"friday": "週五", "friday": "週五",
"saturday": "週六", "saturday": "週六",
"sunday": "週日" "sunday": "週日",
"status": "Status",
"swimlane": "Swimlane",
"owner": "Owner",
"last-modified-at": "Last modified at",
"last-activity": "Last activity",
"voting": "Voting",
"archived": "Archived"
} }