Compare commits

..

1 Commits

Author SHA1 Message Date
Luka Trovic
fb32f66752 fix: integraion test
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2025-05-30 17:55:56 +02:00
211 changed files with 1090 additions and 4286 deletions

View File

@@ -5,15 +5,6 @@
# Changelog # Changelog
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## 1.14.6
### Fixed
* [stable30] fix: update DeleteCron to remove deleted lists by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7028
* [stable30] fix: not show Share with a Deck card for unauthorized users by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7060
* [stable30] fix: add retry and show warning on description saving error by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7090
* [stable30] fix: styling for new stack input field by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7112
* [stable30] fix:allow foreign label deletion by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7129
* [stable30] fix: acl check when delete, update board acl by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7133
## 1.14.5 ## 1.14.5
### Fixed ### Fixed
* [stable30] Clear selected stack when selected board changed by @backportbot in https://github.com/nextcloud/deck/pull/6914 * [stable30] Clear selected stack when selected board changed by @backportbot in https://github.com/nextcloud/deck/pull/6914

View File

@@ -20,7 +20,7 @@
- 🚀 Get your project organized - 🚀 Get your project organized
</description> </description>
<version>1.14.6</version> <version>1.14.5</version>
<licence>agpl</licence> <licence>agpl</licence>
<author>Julius Härtl</author> <author>Julius Härtl</author>
<documentation> <documentation>

8
composer.lock generated
View File

@@ -444,12 +444,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nextcloud-deps/ocp.git", "url": "https://github.com/nextcloud-deps/ocp.git",
"reference": "10759bbd889e38ef5d6785737db9fb119880a194" "reference": "219e9013ef606fad0194d60c37b6ebac8f238e37"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/10759bbd889e38ef5d6785737db9fb119880a194", "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/219e9013ef606fad0194d60c37b6ebac8f238e37",
"reference": "10759bbd889e38ef5d6785737db9fb119880a194", "reference": "219e9013ef606fad0194d60c37b6ebac8f238e37",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -480,7 +480,7 @@
"issues": "https://github.com/nextcloud-deps/ocp/issues", "issues": "https://github.com/nextcloud-deps/ocp/issues",
"source": "https://github.com/nextcloud-deps/ocp/tree/stable30" "source": "https://github.com/nextcloud-deps/ocp/tree/stable30"
}, },
"time": "2025-07-04T00:53:40+00:00" "time": "2025-05-01T00:56:10+00:00"
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",

View File

@@ -234,12 +234,12 @@ describe('Card', function() {
.first().click() .first().click()
cy.get(`.card:contains("${newCardTitle}")`).should('be.visible').click() cy.get(`.card:contains("${newCardTitle}")`).should('be.visible').click()
cy.get('#app-sidebar-vue [data-test="tag-selector"] .vs__dropdown-toggle').should('be.visible').click() cy.get('#app-sidebar-vue [data-test="tag-selector"]').should('be.visible').click()
cy.get('.vs__dropdown-menu .tag:contains("Action needed")').should('be.visible').click() cy.get('.vs__dropdown-menu .tag:contains("Action needed")').should('be.visible').click()
cy.get('.vs__selected .tag:contains("Action needed")').should('be.visible')
cy.get('.vs__dropdown-menu .tag:contains("Later")').should('be.visible').click() cy.get('.vs__dropdown-menu .tag:contains("Later")').should('be.visible').click()
cy.get('.vs__selected .tag:contains("Action needed")').should('be.visible') cy.get('.vs__selected .tag:contains("Action needed")').should('be.visible')
cy.get('.vs__selected .tag:contains("Later")').should('be.visible')
cy.get('.vs__selected .tag:contains("Action needed")') cy.get('.vs__selected .tag:contains("Action needed")')
.parent().find('button').click() .parent().find('button').click()

View File

@@ -12,7 +12,6 @@ OC.L10N.register(
"copy" : "kopie", "copy" : "kopie",
"To Do" : "Moet doen", "To Do" : "Moet doen",
"Done" : "Gereed", "Done" : "Gereed",
"File" : "Lêer",
"Cancel" : "Kanselleer", "Cancel" : "Kanselleer",
"File already exists" : "Lêer bestaan reeds", "File already exists" : "Lêer bestaan reeds",
"Open" : "Open", "Open" : "Open",
@@ -45,10 +44,11 @@ OC.L10N.register(
"No notifications" : "Geen kennisgewings", "No notifications" : "Geen kennisgewings",
"Advanced options" : "Gevorderde opsies", "Advanced options" : "Gevorderde opsies",
"Export" : "Voer uit", "Export" : "Voer uit",
"Today" : "Vandag",
"Tomorrow" : "Môre",
"Close" : "Sluit",
"Due date" : "Sperdatum", "Due date" : "Sperdatum",
"Share" : "Deel", "Share" : "Deel",
"Personal" : "Persoonlik", "Personal" : "Persoonlik"
"Today" : "Vandag",
"Tomorrow" : "Môre"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -10,7 +10,6 @@
"copy" : "kopie", "copy" : "kopie",
"To Do" : "Moet doen", "To Do" : "Moet doen",
"Done" : "Gereed", "Done" : "Gereed",
"File" : "Lêer",
"Cancel" : "Kanselleer", "Cancel" : "Kanselleer",
"File already exists" : "Lêer bestaan reeds", "File already exists" : "Lêer bestaan reeds",
"Open" : "Open", "Open" : "Open",
@@ -43,10 +42,11 @@
"No notifications" : "Geen kennisgewings", "No notifications" : "Geen kennisgewings",
"Advanced options" : "Gevorderde opsies", "Advanced options" : "Gevorderde opsies",
"Export" : "Voer uit", "Export" : "Voer uit",
"Today" : "Vandag",
"Tomorrow" : "Môre",
"Close" : "Sluit",
"Due date" : "Sperdatum", "Due date" : "Sperdatum",
"Share" : "Deel", "Share" : "Deel",
"Personal" : "Persoonlik", "Personal" : "Persoonlik"
"Today" : "Vandag",
"Tomorrow" : "Môre"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -119,8 +119,6 @@ OC.L10N.register(
"4. Share, comment and collaborate!" : "4. مشاركات، و ملاحظات، وتعاون!", "4. Share, comment and collaborate!" : "4. مشاركات، و ملاحظات، وتعاون!",
"Create your first card!" : "أنشِئ بطاقتك الأولى!", "Create your first card!" : "أنشِئ بطاقتك الأولى!",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : " هذه الملاحظات فيها أكثر من %s حرفاً.\n تمّت إضافتها كمُرفق إلى البطاقة التي اسمها%s.\n الموجودة على الرابط %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : " هذه الملاحظات فيها أكثر من %s حرفاً.\n تمّت إضافتها كمُرفق إلى البطاقة التي اسمها%s.\n الموجودة على الرابط %s.",
"Attachments" : "المرفقات",
"File" : "File",
"Card not found" : "لم يتم العثور على البطاقة ", "Card not found" : "لم يتم العثور على البطاقة ",
"Path is already shared with this card" : "تم مشاركة المسار بالفعل مع هذه البطاقة ", "Path is already shared with this card" : "تم مشاركة المسار بالفعل مع هذه البطاقة ",
"Invalid date, date format must be YYYY-MM-DD" : "تاريخ غير صحيح, يجب أن يكون تنسيق التاريخ YYYY-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "تاريخ غير صحيح, يجب أن يكون تنسيق التاريخ YYYY-MM-DD",
@@ -238,6 +236,7 @@ OC.L10N.register(
"The title cannot be empty." : "لا يمكن ترك العنوان فارغًا.", "The title cannot be empty." : "لا يمكن ترك العنوان فارغًا.",
"Open in sidebar view" : "فتح في الشريط الجانبي ", "Open in sidebar view" : "فتح في الشريط الجانبي ",
"Open in bigger view" : "فتح في نافذة أكبر ", "Open in bigger view" : "فتح في نافذة أكبر ",
"Attachments" : "المرفقات",
"Comments" : "تعليقات", "Comments" : "تعليقات",
"Failed to load comments" : "فشل في تحميل التعليقات ", "Failed to load comments" : "فشل في تحميل التعليقات ",
"No comments yet. Begin the discussion!" : "لا يوجد تعليقات بعد, ابدأ النقاش الآن!", "No comments yet. Begin the discussion!" : "لا يوجد تعليقات بعد, ابدأ النقاش الآن!",
@@ -360,6 +359,9 @@ OC.L10N.register(
"Export as CSV" : "صدِّر كـ CSV", "Export as CSV" : "صدِّر كـ CSV",
"Export" : "تصدير", "Export" : "تصدير",
"Loading filtered view" : "جارِ تحميل التصفية ", "Loading filtered view" : "جارِ تحميل التصفية ",
"Today" : "اليوم",
"Tomorrow" : "غدا",
"No due" : "غير محدد",
"Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح", "Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح",
"No results found" : "لا يتم العثور على أي نتائج ", "No results found" : "لا يتم العثور على أي نتائج ",
"Deck board {name}\n* Last modified on {lastMod}" : "اسم اللوحة {name} \n* آخر تعديل لها في {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "اسم اللوحة {name} \n* آخر تعديل لها في {lastMod}",
@@ -399,9 +401,6 @@ OC.L10N.register(
"Example Task 3" : "مثال المهمة 3", "Example Task 3" : "مثال المهمة 3",
"Example Task 2" : "مثال المهمة 2", "Example Task 2" : "مثال المهمة 2",
"Example Task 1" : "مثال المهمة 1", "Example Task 1" : "مثال المهمة 1",
"Move card to another board" : "حرك البطاقة الى لوح اخر", "Move card to another board" : "حرك البطاقة الى لوح اخر"
"Today" : "اليوم",
"Tomorrow" : "غدا",
"No due" : "غير محدد"
}, },
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");

View File

@@ -117,8 +117,6 @@
"4. Share, comment and collaborate!" : "4. مشاركات، و ملاحظات، وتعاون!", "4. Share, comment and collaborate!" : "4. مشاركات، و ملاحظات، وتعاون!",
"Create your first card!" : "أنشِئ بطاقتك الأولى!", "Create your first card!" : "أنشِئ بطاقتك الأولى!",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : " هذه الملاحظات فيها أكثر من %s حرفاً.\n تمّت إضافتها كمُرفق إلى البطاقة التي اسمها%s.\n الموجودة على الرابط %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : " هذه الملاحظات فيها أكثر من %s حرفاً.\n تمّت إضافتها كمُرفق إلى البطاقة التي اسمها%s.\n الموجودة على الرابط %s.",
"Attachments" : "المرفقات",
"File" : "File",
"Card not found" : "لم يتم العثور على البطاقة ", "Card not found" : "لم يتم العثور على البطاقة ",
"Path is already shared with this card" : "تم مشاركة المسار بالفعل مع هذه البطاقة ", "Path is already shared with this card" : "تم مشاركة المسار بالفعل مع هذه البطاقة ",
"Invalid date, date format must be YYYY-MM-DD" : "تاريخ غير صحيح, يجب أن يكون تنسيق التاريخ YYYY-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "تاريخ غير صحيح, يجب أن يكون تنسيق التاريخ YYYY-MM-DD",
@@ -236,6 +234,7 @@
"The title cannot be empty." : "لا يمكن ترك العنوان فارغًا.", "The title cannot be empty." : "لا يمكن ترك العنوان فارغًا.",
"Open in sidebar view" : "فتح في الشريط الجانبي ", "Open in sidebar view" : "فتح في الشريط الجانبي ",
"Open in bigger view" : "فتح في نافذة أكبر ", "Open in bigger view" : "فتح في نافذة أكبر ",
"Attachments" : "المرفقات",
"Comments" : "تعليقات", "Comments" : "تعليقات",
"Failed to load comments" : "فشل في تحميل التعليقات ", "Failed to load comments" : "فشل في تحميل التعليقات ",
"No comments yet. Begin the discussion!" : "لا يوجد تعليقات بعد, ابدأ النقاش الآن!", "No comments yet. Begin the discussion!" : "لا يوجد تعليقات بعد, ابدأ النقاش الآن!",
@@ -358,6 +357,9 @@
"Export as CSV" : "صدِّر كـ CSV", "Export as CSV" : "صدِّر كـ CSV",
"Export" : "تصدير", "Export" : "تصدير",
"Loading filtered view" : "جارِ تحميل التصفية ", "Loading filtered view" : "جارِ تحميل التصفية ",
"Today" : "اليوم",
"Tomorrow" : "غدا",
"No due" : "غير محدد",
"Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح", "Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح",
"No results found" : "لا يتم العثور على أي نتائج ", "No results found" : "لا يتم العثور على أي نتائج ",
"Deck board {name}\n* Last modified on {lastMod}" : "اسم اللوحة {name} \n* آخر تعديل لها في {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "اسم اللوحة {name} \n* آخر تعديل لها في {lastMod}",
@@ -397,9 +399,6 @@
"Example Task 3" : "مثال المهمة 3", "Example Task 3" : "مثال المهمة 3",
"Example Task 2" : "مثال المهمة 2", "Example Task 2" : "مثال المهمة 2",
"Example Task 1" : "مثال المهمة 1", "Example Task 1" : "مثال المهمة 1",
"Move card to another board" : "حرك البطاقة الى لوح اخر", "Move card to another board" : "حرك البطاقة الى لوح اخر"
"Today" : "اليوم",
"Tomorrow" : "غدا",
"No due" : "غير محدد"
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
} }

View File

@@ -17,7 +17,6 @@ OC.L10N.register(
"Action needed" : "Aición necesaria", "Action needed" : "Aición necesaria",
"copy" : "copia", "copy" : "copia",
"Done" : "Fecho", "Done" : "Fecho",
"File" : "Ficheru",
"Invalid date, date format must be YYYY-MM-DD" : "La data ye inválida, el so formatu ha ser AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La data ye inválida, el so formatu ha ser AAAA-MM-DD",
"Move card" : "Mover la tarxeta", "Move card" : "Mover la tarxeta",
"Cancel" : "Encaboxar", "Cancel" : "Encaboxar",
@@ -102,6 +101,8 @@ OC.L10N.register(
"Clone cards" : "Clonar les tarxetes", "Clone cards" : "Clonar les tarxetes",
"Advanced options" : "Opciones avanzaes", "Advanced options" : "Opciones avanzaes",
"Export" : "Esportar", "Export" : "Esportar",
"Today" : "Güei",
"Tomorrow" : "Mañana",
"No results found" : "Nun s'atopó nengún resultáu", "No results found" : "Nun s'atopó nengún resultáu",
"Close" : "Zarrar", "Close" : "Zarrar",
"Message from {author} in {conversationName}" : "Mensaxe de {author} en {conversationName}", "Message from {author} in {conversationName}" : "Mensaxe de {author} en {conversationName}",
@@ -112,8 +113,6 @@ OC.L10N.register(
"To do" : "Xera pendiente", "To do" : "Xera pendiente",
"Example Task 3" : "Xera d'exemplu 3", "Example Task 3" : "Xera d'exemplu 3",
"Example Task 2" : "Xera d'exemplu 2", "Example Task 2" : "Xera d'exemplu 2",
"Example Task 1" : "Xera d'exemplu 1", "Example Task 1" : "Xera d'exemplu 1"
"Today" : "Güei",
"Tomorrow" : "Mañana"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -15,7 +15,6 @@
"Action needed" : "Aición necesaria", "Action needed" : "Aición necesaria",
"copy" : "copia", "copy" : "copia",
"Done" : "Fecho", "Done" : "Fecho",
"File" : "Ficheru",
"Invalid date, date format must be YYYY-MM-DD" : "La data ye inválida, el so formatu ha ser AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La data ye inválida, el so formatu ha ser AAAA-MM-DD",
"Move card" : "Mover la tarxeta", "Move card" : "Mover la tarxeta",
"Cancel" : "Encaboxar", "Cancel" : "Encaboxar",
@@ -100,6 +99,8 @@
"Clone cards" : "Clonar les tarxetes", "Clone cards" : "Clonar les tarxetes",
"Advanced options" : "Opciones avanzaes", "Advanced options" : "Opciones avanzaes",
"Export" : "Esportar", "Export" : "Esportar",
"Today" : "Güei",
"Tomorrow" : "Mañana",
"No results found" : "Nun s'atopó nengún resultáu", "No results found" : "Nun s'atopó nengún resultáu",
"Close" : "Zarrar", "Close" : "Zarrar",
"Message from {author} in {conversationName}" : "Mensaxe de {author} en {conversationName}", "Message from {author} in {conversationName}" : "Mensaxe de {author} en {conversationName}",
@@ -110,8 +111,6 @@
"To do" : "Xera pendiente", "To do" : "Xera pendiente",
"Example Task 3" : "Xera d'exemplu 3", "Example Task 3" : "Xera d'exemplu 3",
"Example Task 2" : "Xera d'exemplu 2", "Example Task 2" : "Xera d'exemplu 2",
"Example Task 1" : "Xera d'exemplu 1", "Example Task 1" : "Xera d'exemplu 1"
"Today" : "Güei",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -35,10 +35,10 @@ OC.L10N.register(
"Search" : "Axtarış", "Search" : "Axtarış",
"Shared with you" : "Shared with you", "Shared with you" : "Shared with you",
"Export" : ıxarış", "Export" : ıxarış",
"Today" : "Bu gün",
"Tomorrow" : "Sabah",
"Close" : "Bağla", "Close" : "Bağla",
"Share" : "Paylaş", "Share" : "Paylaş",
"Personal" : "Şəxsi", "Personal" : "Şəxsi"
"Today" : "Bu gün",
"Tomorrow" : "Sabah"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -33,10 +33,10 @@
"Search" : "Axtarış", "Search" : "Axtarış",
"Shared with you" : "Shared with you", "Shared with you" : "Shared with you",
"Export" : ıxarış", "Export" : ıxarış",
"Today" : "Bu gün",
"Tomorrow" : "Sabah",
"Close" : "Bağla", "Close" : "Bağla",
"Share" : "Paylaş", "Share" : "Paylaş",
"Personal" : "Şəxsi", "Personal" : "Şəxsi"
"Today" : "Bu gün",
"Tomorrow" : "Sabah"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -1,93 +0,0 @@
OC.L10N.register(
"deck",
{
"The file was uploaded" : "Файл быў запампаваны.",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Памер запампаванага файла перавышае значэнне дырэктывы upload_max_filesize у php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Памер запампаванага файла перавышае значэнне дырэктывы MAX_FILE_SIZE у HTML форме",
"The file was only partially uploaded" : "Файл быў запампаваны толькі часткова",
"No file was uploaded" : "Ніводзін файл не быў запампаваны",
"Missing a temporary folder" : "Адсутнічае часовая папка",
"Could not write file to disk" : "Не ўдалося запісаць файл на дыск",
"A PHP extension stopped the file upload" : "Пашырэнне PHP спыніла запампоўванне файла",
"No file uploaded or file size exceeds maximum of %s" : "Файл не запампаваны, або памер файла перавышае максімальны %s",
"copy" : "копія",
"Done" : "Гатова",
"File" : "Файл",
"Invalid date, date format must be YYYY-MM-DD" : "Памылковая дата, дата павінна быць у фармаце ГГГГ-ММ-ДД",
"Cancel" : "Скасаваць",
"Drop your files to upload" : "Перацягніце файлы для запампоўвання",
"File already exists" : "Файл ужо існуе",
"A file with the name {filename} already exists." : "Файл з назвай {filename} ужо існуе.",
"Do you want to overwrite it?" : "Хочаце перазапісаць яго?",
"Overwrite file" : "Перазапісаць файл",
"Keep existing file" : "Пакінуць існуючы файл",
"Active filters" : "Актыўныя фільтры",
"Apply filter" : "Ужыць фільтр",
"Open" : "Адкрыць",
"Clear filter" : "Ачысціць фільтр",
"Open details" : "Адкрыць падрабязнасці",
"Details" : "Падрабязнасці",
"Sharing" : "Абагульванне",
"Tags" : "Тэгі",
"Activity" : "Актыўнасць",
"Undo" : "Адрабіць",
"Transfer" : "Перадаць",
"(Group)" : "(Група)",
"Can edit" : "Можа рэдагаваць",
"Can share" : "Можа абагульваць",
"Owner" : "Уладальнік",
"Delete" : "Выдаліць",
"Edit" : "Рэдагаваць",
"Members" : "Удзельнікі",
"File to share" : "Файл для абагульвання",
"Invalid path selected" : "Выбраны памылковы шлях",
"Share from Files" : "Абагуліць з Файлаў",
"Show in Files" : "Паказаць у Файлах",
"Download" : "Спампаваць",
"Modified" : "Зменены",
"Comments" : "Каментарыі",
"Save" : "Захаваць",
"Created:" : "Створана:",
"Cancel reply" : "Скасаваць адказ",
"Reply" : "Адказаць",
"Update" : "Абнавіць",
"Description" : "Апісанне",
"Formatting help" : "Даведка па фармаціраванні",
"Later today {timeLocale}" : "Пазней сёння {timeLocale}",
"Set due date for later today" : "Задаць дату выканання на пазней сёння",
"Tomorrow {timeLocale}" : "Заўтра {timeLocale}",
"This weekend {timeLocale}" : "У гэты ўік-энд {timeLocale}",
"Set due date for this weekend" : "Задаць дату выканання на гэты ўік-энд",
"Next week {timeLocale}" : "На наступным тыдні {timeLocale}",
"Set due date for next week" : "Задаць дату выканання на наступны тыдзень",
"Create a new tag:" : "Стварыць новы тэг:",
"(group)" : "(група)",
"Open link" : "Адкрыць спасылку",
"Edit title" : "Рэдагаваць загаловак",
"seconds ago" : "с таму",
"Keyboard shortcuts" : "Спалучэнні клавіш",
"Keyboard shortcut" : "Спалучэнне клавіш",
"Action" : "Дзеянне",
"Shift" : "Shift",
"Ctrl" : "Ctrl",
"Search" : "Пошук",
"Enter" : "Enter",
"Shared with you" : "Абагулена з вамі",
"Cancel edit" : "Скасаваць рэдагаванне",
"An error occurred" : "Узнікла памылка",
"No notifications" : "Няма апавяшчэнняў",
"Export" : "Экспарт",
"No results found" : "Вынікаў не знойдзена",
"{stack} in {board}" : "{stack} у {board}",
"Close" : "Закрыць",
"Message from {author} in {conversationName}" : "Паведамленне ад {author} у {conversationName}",
"Failed to upload {name}" : "Не ўдалося запампаваць {name}",
"Share" : "Абагуліць",
"Personal" : "Асабістыя",
"Example Task 3" : "Прыклад задання 3",
"Example Task 2" : "Прыклад задання 2",
"Example Task 1" : "Прыклад задання 1",
"Today" : "Сёння",
"Tomorrow" : "Заўтра"
},
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");

View File

@@ -1,91 +0,0 @@
{ "translations": {
"The file was uploaded" : "Файл быў запампаваны.",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Памер запампаванага файла перавышае значэнне дырэктывы upload_max_filesize у php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Памер запампаванага файла перавышае значэнне дырэктывы MAX_FILE_SIZE у HTML форме",
"The file was only partially uploaded" : "Файл быў запампаваны толькі часткова",
"No file was uploaded" : "Ніводзін файл не быў запампаваны",
"Missing a temporary folder" : "Адсутнічае часовая папка",
"Could not write file to disk" : "Не ўдалося запісаць файл на дыск",
"A PHP extension stopped the file upload" : "Пашырэнне PHP спыніла запампоўванне файла",
"No file uploaded or file size exceeds maximum of %s" : "Файл не запампаваны, або памер файла перавышае максімальны %s",
"copy" : "копія",
"Done" : "Гатова",
"File" : "Файл",
"Invalid date, date format must be YYYY-MM-DD" : "Памылковая дата, дата павінна быць у фармаце ГГГГ-ММ-ДД",
"Cancel" : "Скасаваць",
"Drop your files to upload" : "Перацягніце файлы для запампоўвання",
"File already exists" : "Файл ужо існуе",
"A file with the name {filename} already exists." : "Файл з назвай {filename} ужо існуе.",
"Do you want to overwrite it?" : "Хочаце перазапісаць яго?",
"Overwrite file" : "Перазапісаць файл",
"Keep existing file" : "Пакінуць існуючы файл",
"Active filters" : "Актыўныя фільтры",
"Apply filter" : "Ужыць фільтр",
"Open" : "Адкрыць",
"Clear filter" : "Ачысціць фільтр",
"Open details" : "Адкрыць падрабязнасці",
"Details" : "Падрабязнасці",
"Sharing" : "Абагульванне",
"Tags" : "Тэгі",
"Activity" : "Актыўнасць",
"Undo" : "Адрабіць",
"Transfer" : "Перадаць",
"(Group)" : "(Група)",
"Can edit" : "Можа рэдагаваць",
"Can share" : "Можа абагульваць",
"Owner" : "Уладальнік",
"Delete" : "Выдаліць",
"Edit" : "Рэдагаваць",
"Members" : "Удзельнікі",
"File to share" : "Файл для абагульвання",
"Invalid path selected" : "Выбраны памылковы шлях",
"Share from Files" : "Абагуліць з Файлаў",
"Show in Files" : "Паказаць у Файлах",
"Download" : "Спампаваць",
"Modified" : "Зменены",
"Comments" : "Каментарыі",
"Save" : "Захаваць",
"Created:" : "Створана:",
"Cancel reply" : "Скасаваць адказ",
"Reply" : "Адказаць",
"Update" : "Абнавіць",
"Description" : "Апісанне",
"Formatting help" : "Даведка па фармаціраванні",
"Later today {timeLocale}" : "Пазней сёння {timeLocale}",
"Set due date for later today" : "Задаць дату выканання на пазней сёння",
"Tomorrow {timeLocale}" : "Заўтра {timeLocale}",
"This weekend {timeLocale}" : "У гэты ўік-энд {timeLocale}",
"Set due date for this weekend" : "Задаць дату выканання на гэты ўік-энд",
"Next week {timeLocale}" : "На наступным тыдні {timeLocale}",
"Set due date for next week" : "Задаць дату выканання на наступны тыдзень",
"Create a new tag:" : "Стварыць новы тэг:",
"(group)" : "(група)",
"Open link" : "Адкрыць спасылку",
"Edit title" : "Рэдагаваць загаловак",
"seconds ago" : "с таму",
"Keyboard shortcuts" : "Спалучэнні клавіш",
"Keyboard shortcut" : "Спалучэнне клавіш",
"Action" : "Дзеянне",
"Shift" : "Shift",
"Ctrl" : "Ctrl",
"Search" : "Пошук",
"Enter" : "Enter",
"Shared with you" : "Абагулена з вамі",
"Cancel edit" : "Скасаваць рэдагаванне",
"An error occurred" : "Узнікла памылка",
"No notifications" : "Няма апавяшчэнняў",
"Export" : "Экспарт",
"No results found" : "Вынікаў не знойдзена",
"{stack} in {board}" : "{stack} у {board}",
"Close" : "Закрыць",
"Message from {author} in {conversationName}" : "Паведамленне ад {author} у {conversationName}",
"Failed to upload {name}" : "Не ўдалося запампаваць {name}",
"Share" : "Абагуліць",
"Personal" : "Асабістыя",
"Example Task 3" : "Прыклад задання 3",
"Example Task 2" : "Прыклад задання 2",
"Example Task 1" : "Прыклад задання 1",
"Today" : "Сёння",
"Tomorrow" : "Заўтра"
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
}

View File

@@ -63,7 +63,7 @@ OC.L10N.register(
"{user} has restored the attachment {attachment} to card {card}" : "{user} възстанови прикачения файл {attachment} към карта {card}", "{user} has restored the attachment {attachment} to card {card}" : "{user} възстанови прикачения файл {attachment} към карта {card}",
"You have commented on card {card}" : "Коментирали сте карта {card}", "You have commented on card {card}" : "Коментирали сте карта {card}",
"{user} has commented on card {card}" : "{user} коментира карта {card}", "{user} has commented on card {card}" : "{user} коментира карта {card}",
"Deck" : "Deck", "Deck" : "Набор",
"Changes in the <strong>Deck app</strong>" : "Промени в <strong>приложението Deck</strong>", "Changes in the <strong>Deck app</strong>" : "Промени в <strong>приложението Deck</strong>",
"A <strong>comment</strong> was created on a card" : "На картата е създаден <strong>коментар</strong>", "A <strong>comment</strong> was created on a card" : "На картата е създаден <strong>коментар</strong>",
"The file was uploaded" : "Файлът е качен", "The file was uploaded" : "Файлът е качен",
@@ -75,11 +75,8 @@ OC.L10N.register(
"Could not write file to disk" : " Файлът не можа да бъде записан на диск", "Could not write file to disk" : " Файлът не можа да бъде записан на диск",
"A PHP extension stopped the file upload" : "PHP разширение спря качването на файла", "A PHP extension stopped the file upload" : "PHP разширение спря качването на файла",
"No file uploaded or file size exceeds maximum of %s" : "Няма качен файл или размерът на файла надвишава максимума от %s", "No file uploaded or file size exceeds maximum of %s" : "Няма качен файл или размерът на файла надвишава максимума от %s",
"Cards due today" : "Карти изтичащи днес",
"Cards due tomorrow" : "Карти изтичащи утре",
"Upcoming cards" : "Предстоящи карти", "Upcoming cards" : "Предстоящи карти",
"Load more" : "Зареждане на още", "Load more" : "Зареждане на още",
"Welcome to Nextcloud Deck!" : "Добре дошли в Nextcloud Deck!",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Картата \"%s\" на \"%s\" Ви е била възложена от %s.", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Картата \"%s\" на \"%s\" Ви е била възложена от %s.",
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} е възложил картата {deck-card} на {deck-board} на Вас.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} е възложил картата {deck-card} на {deck-board} на Вас.",
"The card \"%s\" on \"%s\" has reached its due date." : "Картата \"%s\" on \"%s\" е достигнала датата на падежа си.", "The card \"%s\" on \"%s\" has reached its due date." : "Картата \"%s\" on \"%s\" е достигнала датата на падежа си.",
@@ -104,8 +101,6 @@ OC.L10N.register(
"To Do" : "Задачи", "To Do" : "Задачи",
"Done" : "Завършено", "Done" : "Завършено",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Този коментар има повече от %s знака.\nДобавено като прикачен файл към картата с име %s.\nДостъпно на URL: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Този коментар има повече от %s знака.\nДобавено като прикачен файл към картата с име %s.\nДостъпно на URL: %s.",
"Attachments" : "Прикачени файлове",
"File" : "Файл",
"Card not found" : "Катртата не е намерена", "Card not found" : "Катртата не е намерена",
"Path is already shared with this card" : "Пътят вече е споделен с тази карта", "Path is already shared with this card" : "Пътят вече е споделен с тази карта",
"Invalid date, date format must be YYYY-MM-DD" : "Невалидна дата, форматът е различен от ГГГГ-ММ-ДД", "Invalid date, date format must be YYYY-MM-DD" : "Невалидна дата, форматът е различен от ГГГГ-ММ-ДД",
@@ -210,6 +205,7 @@ OC.L10N.register(
"The title cannot be empty." : "Заглавието не може да бъде празно.", "The title cannot be empty." : "Заглавието не може да бъде празно.",
"Open in sidebar view" : "Отваряне в изгледа на страничната лента", "Open in sidebar view" : "Отваряне в изгледа на страничната лента",
"Open in bigger view" : "Отваря се в по-голям изглед", "Open in bigger view" : "Отваря се в по-голям изглед",
"Attachments" : "Прикачени файлове",
"Comments" : "Коментари", "Comments" : "Коментари",
"Failed to load comments" : "Неуспешно зареждане на коментари", "Failed to load comments" : "Неуспешно зареждане на коментари",
"No comments yet. Begin the discussion!" : "Все още няма коментари. Започнете дискусията!", "No comments yet. Begin the discussion!" : "Все още няма коментари. Започнете дискусията!",
@@ -231,14 +227,9 @@ OC.L10N.register(
"Add Attachment" : "Добавяне на прикачен файл", "Add Attachment" : "Добавяне на прикачен файл",
"Choose attachment" : "Избор на прикачен файл", "Choose attachment" : "Избор на прикачен файл",
"Select Date" : "Изберете дата", "Select Date" : "Изберете дата",
"Later today {timeLocale}" : "По-късно днес - {timeLocale}",
"Tomorrow {timeLocale}" : "Утре - {timeLocale}",
"This weekend {timeLocale}" : "Този уикенд - {timeLocale}",
"Next week {timeLocale}" : "Следващата седмица - {timeLocale}",
"Set a due date" : "Задаване на крайна дата", "Set a due date" : "Задаване на крайна дата",
"Remove due date" : "Премахни крайната дата", "Remove due date" : "Премахни крайната дата",
"Mark as done" : "Маркирай като готово", "Mark as done" : "Маркирай като готово",
"Not done" : "Незавършен",
"Unarchive card" : "Разархивиране на карта", "Unarchive card" : "Разархивиране на карта",
"Archive card" : "Архивиране на карта", "Archive card" : "Архивиране на карта",
"Assign a tag to this card…" : "Присвояване на етикет на тази карта ...", "Assign a tag to this card…" : "Присвояване на етикет на тази карта ...",
@@ -293,6 +284,9 @@ OC.L10N.register(
"Export as CSV" : "Експортиране като CSV файл", "Export as CSV" : "Експортиране като CSV файл",
"Export" : "Експорт /изнасям/", "Export" : "Експорт /изнасям/",
"Loading filtered view" : "Зареждане на филтриран изглед", "Loading filtered view" : "Зареждане на филтриран изглед",
"Today" : "Днес",
"Tomorrow" : "Утре",
"No due" : "Не се дължи",
"Search for {searchQuery} in all boards" : "Търсене на {searchQuery} във всички табла", "Search for {searchQuery} in all boards" : "Търсене на {searchQuery} във всички табла",
"No results found" : "Няма намерени резултати", "No results found" : "Няма намерени резултати",
"Deck board {name}\n* Last modified on {lastMod}" : "Табло {name}\n* Последна промяна на {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Табло {name}\n* Последна промяна на {lastMod}",
@@ -330,9 +324,6 @@ OC.L10N.register(
"Example Task 3" : "Примерна задача 3", "Example Task 3" : "Примерна задача 3",
"Example Task 2" : "Примерна задача 2", "Example Task 2" : "Примерна задача 2",
"Example Task 1" : "Примерна задача 1", "Example Task 1" : "Примерна задача 1",
"Move card to another board" : "Преместване на картата на друго табло", "Move card to another board" : "Преместване на картата на друго табло"
"Today" : "Днес",
"Tomorrow" : "Утре",
"No due" : "Не се дължи"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -61,7 +61,7 @@
"{user} has restored the attachment {attachment} to card {card}" : "{user} възстанови прикачения файл {attachment} към карта {card}", "{user} has restored the attachment {attachment} to card {card}" : "{user} възстанови прикачения файл {attachment} към карта {card}",
"You have commented on card {card}" : "Коментирали сте карта {card}", "You have commented on card {card}" : "Коментирали сте карта {card}",
"{user} has commented on card {card}" : "{user} коментира карта {card}", "{user} has commented on card {card}" : "{user} коментира карта {card}",
"Deck" : "Deck", "Deck" : "Набор",
"Changes in the <strong>Deck app</strong>" : "Промени в <strong>приложението Deck</strong>", "Changes in the <strong>Deck app</strong>" : "Промени в <strong>приложението Deck</strong>",
"A <strong>comment</strong> was created on a card" : "На картата е създаден <strong>коментар</strong>", "A <strong>comment</strong> was created on a card" : "На картата е създаден <strong>коментар</strong>",
"The file was uploaded" : "Файлът е качен", "The file was uploaded" : "Файлът е качен",
@@ -73,11 +73,8 @@
"Could not write file to disk" : " Файлът не можа да бъде записан на диск", "Could not write file to disk" : " Файлът не можа да бъде записан на диск",
"A PHP extension stopped the file upload" : "PHP разширение спря качването на файла", "A PHP extension stopped the file upload" : "PHP разширение спря качването на файла",
"No file uploaded or file size exceeds maximum of %s" : "Няма качен файл или размерът на файла надвишава максимума от %s", "No file uploaded or file size exceeds maximum of %s" : "Няма качен файл или размерът на файла надвишава максимума от %s",
"Cards due today" : "Карти изтичащи днес",
"Cards due tomorrow" : "Карти изтичащи утре",
"Upcoming cards" : "Предстоящи карти", "Upcoming cards" : "Предстоящи карти",
"Load more" : "Зареждане на още", "Load more" : "Зареждане на още",
"Welcome to Nextcloud Deck!" : "Добре дошли в Nextcloud Deck!",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Картата \"%s\" на \"%s\" Ви е била възложена от %s.", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Картата \"%s\" на \"%s\" Ви е била възложена от %s.",
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} е възложил картата {deck-card} на {deck-board} на Вас.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} е възложил картата {deck-card} на {deck-board} на Вас.",
"The card \"%s\" on \"%s\" has reached its due date." : "Картата \"%s\" on \"%s\" е достигнала датата на падежа си.", "The card \"%s\" on \"%s\" has reached its due date." : "Картата \"%s\" on \"%s\" е достигнала датата на падежа си.",
@@ -102,8 +99,6 @@
"To Do" : "Задачи", "To Do" : "Задачи",
"Done" : "Завършено", "Done" : "Завършено",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Този коментар има повече от %s знака.\nДобавено като прикачен файл към картата с име %s.\nДостъпно на URL: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Този коментар има повече от %s знака.\nДобавено като прикачен файл към картата с име %s.\nДостъпно на URL: %s.",
"Attachments" : "Прикачени файлове",
"File" : "Файл",
"Card not found" : "Катртата не е намерена", "Card not found" : "Катртата не е намерена",
"Path is already shared with this card" : "Пътят вече е споделен с тази карта", "Path is already shared with this card" : "Пътят вече е споделен с тази карта",
"Invalid date, date format must be YYYY-MM-DD" : "Невалидна дата, форматът е различен от ГГГГ-ММ-ДД", "Invalid date, date format must be YYYY-MM-DD" : "Невалидна дата, форматът е различен от ГГГГ-ММ-ДД",
@@ -208,6 +203,7 @@
"The title cannot be empty." : "Заглавието не може да бъде празно.", "The title cannot be empty." : "Заглавието не може да бъде празно.",
"Open in sidebar view" : "Отваряне в изгледа на страничната лента", "Open in sidebar view" : "Отваряне в изгледа на страничната лента",
"Open in bigger view" : "Отваря се в по-голям изглед", "Open in bigger view" : "Отваря се в по-голям изглед",
"Attachments" : "Прикачени файлове",
"Comments" : "Коментари", "Comments" : "Коментари",
"Failed to load comments" : "Неуспешно зареждане на коментари", "Failed to load comments" : "Неуспешно зареждане на коментари",
"No comments yet. Begin the discussion!" : "Все още няма коментари. Започнете дискусията!", "No comments yet. Begin the discussion!" : "Все още няма коментари. Започнете дискусията!",
@@ -229,14 +225,9 @@
"Add Attachment" : "Добавяне на прикачен файл", "Add Attachment" : "Добавяне на прикачен файл",
"Choose attachment" : "Избор на прикачен файл", "Choose attachment" : "Избор на прикачен файл",
"Select Date" : "Изберете дата", "Select Date" : "Изберете дата",
"Later today {timeLocale}" : "По-късно днес - {timeLocale}",
"Tomorrow {timeLocale}" : "Утре - {timeLocale}",
"This weekend {timeLocale}" : "Този уикенд - {timeLocale}",
"Next week {timeLocale}" : "Следващата седмица - {timeLocale}",
"Set a due date" : "Задаване на крайна дата", "Set a due date" : "Задаване на крайна дата",
"Remove due date" : "Премахни крайната дата", "Remove due date" : "Премахни крайната дата",
"Mark as done" : "Маркирай като готово", "Mark as done" : "Маркирай като готово",
"Not done" : "Незавършен",
"Unarchive card" : "Разархивиране на карта", "Unarchive card" : "Разархивиране на карта",
"Archive card" : "Архивиране на карта", "Archive card" : "Архивиране на карта",
"Assign a tag to this card…" : "Присвояване на етикет на тази карта ...", "Assign a tag to this card…" : "Присвояване на етикет на тази карта ...",
@@ -291,6 +282,9 @@
"Export as CSV" : "Експортиране като CSV файл", "Export as CSV" : "Експортиране като CSV файл",
"Export" : "Експорт /изнасям/", "Export" : "Експорт /изнасям/",
"Loading filtered view" : "Зареждане на филтриран изглед", "Loading filtered view" : "Зареждане на филтриран изглед",
"Today" : "Днес",
"Tomorrow" : "Утре",
"No due" : "Не се дължи",
"Search for {searchQuery} in all boards" : "Търсене на {searchQuery} във всички табла", "Search for {searchQuery} in all boards" : "Търсене на {searchQuery} във всички табла",
"No results found" : "Няма намерени резултати", "No results found" : "Няма намерени резултати",
"Deck board {name}\n* Last modified on {lastMod}" : "Табло {name}\n* Последна промяна на {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Табло {name}\n* Последна промяна на {lastMod}",
@@ -328,9 +322,6 @@
"Example Task 3" : "Примерна задача 3", "Example Task 3" : "Примерна задача 3",
"Example Task 2" : "Примерна задача 2", "Example Task 2" : "Примерна задача 2",
"Example Task 1" : "Примерна задача 1", "Example Task 1" : "Примерна задача 1",
"Move card to another board" : "Преместване на картата на друго табло", "Move card to another board" : "Преместване на картата на друго табло"
"Today" : "Днес",
"Tomorrow" : "Утре",
"No due" : "Не се дължи"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -29,10 +29,10 @@ OC.L10N.register(
"Search" : "Search", "Search" : "Search",
"Shared with you" : "Shared with you", "Shared with you" : "Shared with you",
"Export" : "রপ্তানি", "Export" : "রপ্তানি",
"Today" : "আজ",
"Tomorrow" : "আগামীকাল",
"Close" : "বন্ধ", "Close" : "বন্ধ",
"Share" : "ভাগাভাগি কর", "Share" : "ভাগাভাগি কর",
"Personal" : "ব্যক্তিগত", "Personal" : "ব্যক্তিগত"
"Today" : "আজ",
"Tomorrow" : "আগামীকাল"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -27,10 +27,10 @@
"Search" : "Search", "Search" : "Search",
"Shared with you" : "Shared with you", "Shared with you" : "Shared with you",
"Export" : "রপ্তানি", "Export" : "রপ্তানি",
"Today" : "আজ",
"Tomorrow" : "আগামীকাল",
"Close" : "বন্ধ", "Close" : "বন্ধ",
"Share" : "ভাগাভাগি কর", "Share" : "ভাগাভাগি কর",
"Personal" : "ব্যক্তিগত", "Personal" : "ব্যক্তিগত"
"Today" : "আজ",
"Tomorrow" : "আগামীকাল"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -7,7 +7,6 @@ OC.L10N.register(
"copy" : "eil", "copy" : "eil",
"In Progress" : "War ar stern", "In Progress" : "War ar stern",
"Done" : "Graet", "Done" : "Graet",
"File" : "Restr",
"Invalid date, date format must be YYYY-MM-DD" : "Deizat fall, stumm an deizat a zo ret bezhañ BBBB-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "Deizat fall, stumm an deizat a zo ret bezhañ BBBB-MM-DD",
"Cancel" : "Nullañ", "Cancel" : "Nullañ",
"Drop your files to upload" : "Laoskit ho restroù evit pellkas", "Drop your files to upload" : "Laoskit ho restroù evit pellkas",
@@ -41,10 +40,10 @@ OC.L10N.register(
"Search" : "Klask", "Search" : "Klask",
"Shared with you" : "Rannet ganeoc'h", "Shared with you" : "Rannet ganeoc'h",
"No notifications" : "Kemennadenn ebet", "No notifications" : "Kemennadenn ebet",
"Close" : "Serriñ",
"Share" : "Rannan",
"Personal" : "Personel",
"Today" : "Hiziv", "Today" : "Hiziv",
"Tomorrow" : "Warc'hoaz" "Tomorrow" : "Warc'hoaz",
"Close" : "Seriñ",
"Share" : "Rannan",
"Personal" : "Personel"
}, },
"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"); "nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);");

View File

@@ -5,7 +5,6 @@
"copy" : "eil", "copy" : "eil",
"In Progress" : "War ar stern", "In Progress" : "War ar stern",
"Done" : "Graet", "Done" : "Graet",
"File" : "Restr",
"Invalid date, date format must be YYYY-MM-DD" : "Deizat fall, stumm an deizat a zo ret bezhañ BBBB-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "Deizat fall, stumm an deizat a zo ret bezhañ BBBB-MM-DD",
"Cancel" : "Nullañ", "Cancel" : "Nullañ",
"Drop your files to upload" : "Laoskit ho restroù evit pellkas", "Drop your files to upload" : "Laoskit ho restroù evit pellkas",
@@ -39,10 +38,10 @@
"Search" : "Klask", "Search" : "Klask",
"Shared with you" : "Rannet ganeoc'h", "Shared with you" : "Rannet ganeoc'h",
"No notifications" : "Kemennadenn ebet", "No notifications" : "Kemennadenn ebet",
"Close" : "Serriñ",
"Share" : "Rannan",
"Personal" : "Personel",
"Today" : "Hiziv", "Today" : "Hiziv",
"Tomorrow" : "Warc'hoaz" "Tomorrow" : "Warc'hoaz",
"Close" : "Seriñ",
"Share" : "Rannan",
"Personal" : "Personel"
},"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);" },"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"
} }

View File

@@ -25,11 +25,11 @@ OC.L10N.register(
"Search" : "Search", "Search" : "Search",
"Shared with you" : "Shared with you", "Shared with you" : "Shared with you",
"Export" : "Izvezi", "Export" : "Izvezi",
"Today" : "Danas",
"Tomorrow" : "Sutra",
"Close" : "Zatvori", "Close" : "Zatvori",
"Maximum file size of {size} exceeded" : "Maksimalna veličina datoteke prekoračena", "Maximum file size of {size} exceeded" : "Maksimalna veličina datoteke prekoračena",
"Share" : "Podjeli", "Share" : "Podjeli",
"Personal" : "Osobno", "Personal" : "Osobno"
"Today" : "Danas",
"Tomorrow" : "Sutra"
}, },
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");

View File

@@ -23,11 +23,11 @@
"Search" : "Search", "Search" : "Search",
"Shared with you" : "Shared with you", "Shared with you" : "Shared with you",
"Export" : "Izvezi", "Export" : "Izvezi",
"Today" : "Danas",
"Tomorrow" : "Sutra",
"Close" : "Zatvori", "Close" : "Zatvori",
"Maximum file size of {size} exceeded" : "Maksimalna veličina datoteke prekoračena", "Maximum file size of {size} exceeded" : "Maksimalna veličina datoteke prekoračena",
"Share" : "Podjeli", "Share" : "Podjeli",
"Personal" : "Osobno", "Personal" : "Osobno"
"Today" : "Danas",
"Tomorrow" : "Sutra"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
} }

View File

@@ -119,8 +119,6 @@ OC.L10N.register(
"4. Share, comment and collaborate!" : "4. Comparteix, comenta i col·labora!", "4. Share, comment and collaborate!" : "4. Comparteix, comenta i col·labora!",
"Create your first card!" : "Crea la teva primera targeta!", "Create your first card!" : "Crea la teva primera targeta!",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Aquest comentari té més de %s caràcters.\nS'ha afegit com a fitxer adjunt a la targeta amb el nom %s.\nAccessible a l'URL: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Aquest comentari té més de %s caràcters.\nS'ha afegit com a fitxer adjunt a la targeta amb el nom %s.\nAccessible a l'URL: %s.",
"Attachments" : "Adjunts",
"File" : "Fitxer",
"Card not found" : "No s'ha trobat la targeta", "Card not found" : "No s'ha trobat la targeta",
"Path is already shared with this card" : "Aquesta ruta ja ha estat compartida amb aquesta targeta", "Path is already shared with this card" : "Aquesta ruta ja ha estat compartida amb aquesta targeta",
"Invalid date, date format must be YYYY-MM-DD" : "La data no és vàlida, el format de la data ha de ser YYYY-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La data no és vàlida, el format de la data ha de ser YYYY-MM-DD",
@@ -238,6 +236,7 @@ OC.L10N.register(
"The title cannot be empty." : "El títol no pot estar buit.", "The title cannot be empty." : "El títol no pot estar buit.",
"Open in sidebar view" : "Obre a la vista de la barra lateral", "Open in sidebar view" : "Obre a la vista de la barra lateral",
"Open in bigger view" : "Obre a la vista més gran", "Open in bigger view" : "Obre a la vista més gran",
"Attachments" : "Adjunts",
"Comments" : "Comentaris", "Comments" : "Comentaris",
"Failed to load comments" : "No s'han pogut carregar els comentaris", "Failed to load comments" : "No s'han pogut carregar els comentaris",
"No comments yet. Begin the discussion!" : "No hi ha comentaris encara. Començar la discussió!", "No comments yet. Begin the discussion!" : "No hi ha comentaris encara. Començar la discussió!",
@@ -360,6 +359,9 @@ OC.L10N.register(
"Export as CSV" : "Exporta a CSV", "Export as CSV" : "Exporta a CSV",
"Export" : "Exporta", "Export" : "Exporta",
"Loading filtered view" : "S'està carregant la visualització filtrada", "Loading filtered view" : "S'està carregant la visualització filtrada",
"Today" : "Avui",
"Tomorrow" : "Demà",
"No due" : "Sense venciment",
"Search for {searchQuery} in all boards" : "Busca {searchQuery} a tots els taulers", "Search for {searchQuery} in all boards" : "Busca {searchQuery} a tots els taulers",
"No results found" : "No s'han trobat resultats", "No results found" : "No s'han trobat resultats",
"Deck board {name}\n* Last modified on {lastMod}" : "Tauler de piles {name}\n* Última modificació el dia {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Tauler de piles {name}\n* Última modificació el dia {lastMod}",
@@ -399,9 +401,6 @@ OC.L10N.register(
"Example Task 3" : "Tasca d'exemple 3", "Example Task 3" : "Tasca d'exemple 3",
"Example Task 2" : "Tasca d'exemple 2", "Example Task 2" : "Tasca d'exemple 2",
"Example Task 1" : "Tasca d'exemple 1", "Example Task 1" : "Tasca d'exemple 1",
"Move card to another board" : "Mou la targeta a un altre tauler", "Move card to another board" : "Mou la targeta a un altre tauler"
"Today" : "Avui",
"Tomorrow" : "Demà",
"No due" : "Sense venciment"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -117,8 +117,6 @@
"4. Share, comment and collaborate!" : "4. Comparteix, comenta i col·labora!", "4. Share, comment and collaborate!" : "4. Comparteix, comenta i col·labora!",
"Create your first card!" : "Crea la teva primera targeta!", "Create your first card!" : "Crea la teva primera targeta!",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Aquest comentari té més de %s caràcters.\nS'ha afegit com a fitxer adjunt a la targeta amb el nom %s.\nAccessible a l'URL: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Aquest comentari té més de %s caràcters.\nS'ha afegit com a fitxer adjunt a la targeta amb el nom %s.\nAccessible a l'URL: %s.",
"Attachments" : "Adjunts",
"File" : "Fitxer",
"Card not found" : "No s'ha trobat la targeta", "Card not found" : "No s'ha trobat la targeta",
"Path is already shared with this card" : "Aquesta ruta ja ha estat compartida amb aquesta targeta", "Path is already shared with this card" : "Aquesta ruta ja ha estat compartida amb aquesta targeta",
"Invalid date, date format must be YYYY-MM-DD" : "La data no és vàlida, el format de la data ha de ser YYYY-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La data no és vàlida, el format de la data ha de ser YYYY-MM-DD",
@@ -236,6 +234,7 @@
"The title cannot be empty." : "El títol no pot estar buit.", "The title cannot be empty." : "El títol no pot estar buit.",
"Open in sidebar view" : "Obre a la vista de la barra lateral", "Open in sidebar view" : "Obre a la vista de la barra lateral",
"Open in bigger view" : "Obre a la vista més gran", "Open in bigger view" : "Obre a la vista més gran",
"Attachments" : "Adjunts",
"Comments" : "Comentaris", "Comments" : "Comentaris",
"Failed to load comments" : "No s'han pogut carregar els comentaris", "Failed to load comments" : "No s'han pogut carregar els comentaris",
"No comments yet. Begin the discussion!" : "No hi ha comentaris encara. Començar la discussió!", "No comments yet. Begin the discussion!" : "No hi ha comentaris encara. Començar la discussió!",
@@ -358,6 +357,9 @@
"Export as CSV" : "Exporta a CSV", "Export as CSV" : "Exporta a CSV",
"Export" : "Exporta", "Export" : "Exporta",
"Loading filtered view" : "S'està carregant la visualització filtrada", "Loading filtered view" : "S'està carregant la visualització filtrada",
"Today" : "Avui",
"Tomorrow" : "Demà",
"No due" : "Sense venciment",
"Search for {searchQuery} in all boards" : "Busca {searchQuery} a tots els taulers", "Search for {searchQuery} in all boards" : "Busca {searchQuery} a tots els taulers",
"No results found" : "No s'han trobat resultats", "No results found" : "No s'han trobat resultats",
"Deck board {name}\n* Last modified on {lastMod}" : "Tauler de piles {name}\n* Última modificació el dia {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Tauler de piles {name}\n* Última modificació el dia {lastMod}",
@@ -397,9 +399,6 @@
"Example Task 3" : "Tasca d'exemple 3", "Example Task 3" : "Tasca d'exemple 3",
"Example Task 2" : "Tasca d'exemple 2", "Example Task 2" : "Tasca d'exemple 2",
"Example Task 1" : "Tasca d'exemple 1", "Example Task 1" : "Tasca d'exemple 1",
"Move card to another board" : "Mou la targeta a un altre tauler", "Move card to another board" : "Mou la targeta a un altre tauler"
"Today" : "Avui",
"Tomorrow" : "Demà",
"No due" : "Sense venciment"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -122,9 +122,6 @@ OC.L10N.register(
"4. Share, comment and collaborate!" : "4. Sdílejte, komentujte a spolupracujte!", "4. Share, comment and collaborate!" : "4. Sdílejte, komentujte a spolupracujte!",
"Create your first card!" : "Vytvořte svou první kartu!", "Create your first card!" : "Vytvořte svou první kartu!",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Tento komentář je delší než %s znaků.\nPřidán jako příloha ke kartě nazvané %s.\nDostupné na URL: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Tento komentář je delší než %s znaků.\nPřidán jako příloha ke kartě nazvané %s.\nDostupné na URL: %s.",
"Attachments" : "Přílohy",
"File" : "Soubor",
"date" : "datum",
"Card not found" : "Karta nebyla nalezena", "Card not found" : "Karta nebyla nalezena",
"Path is already shared with this card" : "Popis umístění už je touto kartou sdíleno", "Path is already shared with this card" : "Popis umístění už je touto kartou sdíleno",
"Invalid date, date format must be YYYY-MM-DD" : "Neplatné datum je třeba, aby formát data byl RRRR-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "Neplatné datum je třeba, aby formát data byl RRRR-MM-DD",
@@ -240,9 +237,9 @@ OC.L10N.register(
"Modified" : "Změněno", "Modified" : "Změněno",
"Created" : "Vytvořeno", "Created" : "Vytvořeno",
"The title cannot be empty." : "Nadpis je třeba vyplnit.", "The title cannot be empty." : "Nadpis je třeba vyplnit.",
"Cannot close unsaved card!" : "Nebylo možné zavřít neuloženou kartu!",
"Open in sidebar view" : "Otevřít v zobrazení v postranním panelu", "Open in sidebar view" : "Otevřít v zobrazení v postranním panelu",
"Open in bigger view" : "Otevřít ve větším zobrazení", "Open in bigger view" : "Otevřít ve větším zobrazení",
"Attachments" : "Přílohy",
"Comments" : "Komentáře", "Comments" : "Komentáře",
"Failed to load comments" : "Načtení komentářů se nezdařilo", "Failed to load comments" : "Načtení komentářů se nezdařilo",
"No comments yet. Begin the discussion!" : "Zatím bez komentářů. Zahajte diskuzi!", "No comments yet. Begin the discussion!" : "Zatím bez komentářů. Zahajte diskuzi!",
@@ -255,7 +252,6 @@ OC.L10N.register(
"Reply" : "Odpovědět", "Reply" : "Odpovědět",
"Update" : "Aktualizovat", "Update" : "Aktualizovat",
"Write a description …" : "Zadejte popis…", "Write a description …" : "Zadejte popis…",
"Could not save description" : "Nebylo možné uložit popis",
"Description" : "Popis", "Description" : "Popis",
"(Unsaved)" : "(Neuloženo)", "(Unsaved)" : "(Neuloženo)",
"(Saving…)" : "(Ukládání…)", "(Saving…)" : "(Ukládání…)",
@@ -373,7 +369,9 @@ OC.L10N.register(
"Note: Only the JSON format is supported for importing back into the Deck app." : "Pozn.: Pro import zpět do aplikace Deck je podporován pouze formát JSON.", "Note: Only the JSON format is supported for importing back into the Deck app." : "Pozn.: Pro import zpět do aplikace Deck je podporován pouze formát JSON.",
"Export" : "Exportovat", "Export" : "Exportovat",
"Loading filtered view" : "Načítání filtrovaného pohledu", "Loading filtered view" : "Načítání filtrovaného pohledu",
"Search for {searchQuery} in other boards" : "Hledat {searchQuery} v ostatních tabulích", "Today" : "Dnes",
"Tomorrow" : "Zítra",
"No due" : "Žádný termín",
"Search for {searchQuery} in all boards" : "Hledat {searchQuery} na všech tabulích", "Search for {searchQuery} in all boards" : "Hledat {searchQuery} na všech tabulích",
"No results found" : "Nenalezeny žádné výsledky", "No results found" : "Nenalezeny žádné výsledky",
"Deck board {name}\n* Last modified on {lastMod}" : "Deck karta {name}\n* Naposledy změněno {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Deck karta {name}\n* Naposledy změněno {lastMod}",
@@ -414,9 +412,6 @@ OC.L10N.register(
"Example Task 3" : "Třetí úkol pro ukázku", "Example Task 3" : "Třetí úkol pro ukázku",
"Example Task 2" : "Druhý úkol pro ukázku", "Example Task 2" : "Druhý úkol pro ukázku",
"Example Task 1" : "První úkol pro ukázku", "Example Task 1" : "První úkol pro ukázku",
"Move card to another board" : "Přesunout kartu na jinou tabuli", "Move card to another board" : "Přesunout kartu na jinou tabuli"
"Today" : "Dnes",
"Tomorrow" : "Zítra",
"No due" : "Žádný termín"
}, },
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");

View File

@@ -120,9 +120,6 @@
"4. Share, comment and collaborate!" : "4. Sdílejte, komentujte a spolupracujte!", "4. Share, comment and collaborate!" : "4. Sdílejte, komentujte a spolupracujte!",
"Create your first card!" : "Vytvořte svou první kartu!", "Create your first card!" : "Vytvořte svou první kartu!",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Tento komentář je delší než %s znaků.\nPřidán jako příloha ke kartě nazvané %s.\nDostupné na URL: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Tento komentář je delší než %s znaků.\nPřidán jako příloha ke kartě nazvané %s.\nDostupné na URL: %s.",
"Attachments" : "Přílohy",
"File" : "Soubor",
"date" : "datum",
"Card not found" : "Karta nebyla nalezena", "Card not found" : "Karta nebyla nalezena",
"Path is already shared with this card" : "Popis umístění už je touto kartou sdíleno", "Path is already shared with this card" : "Popis umístění už je touto kartou sdíleno",
"Invalid date, date format must be YYYY-MM-DD" : "Neplatné datum je třeba, aby formát data byl RRRR-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "Neplatné datum je třeba, aby formát data byl RRRR-MM-DD",
@@ -238,9 +235,9 @@
"Modified" : "Změněno", "Modified" : "Změněno",
"Created" : "Vytvořeno", "Created" : "Vytvořeno",
"The title cannot be empty." : "Nadpis je třeba vyplnit.", "The title cannot be empty." : "Nadpis je třeba vyplnit.",
"Cannot close unsaved card!" : "Nebylo možné zavřít neuloženou kartu!",
"Open in sidebar view" : "Otevřít v zobrazení v postranním panelu", "Open in sidebar view" : "Otevřít v zobrazení v postranním panelu",
"Open in bigger view" : "Otevřít ve větším zobrazení", "Open in bigger view" : "Otevřít ve větším zobrazení",
"Attachments" : "Přílohy",
"Comments" : "Komentáře", "Comments" : "Komentáře",
"Failed to load comments" : "Načtení komentářů se nezdařilo", "Failed to load comments" : "Načtení komentářů se nezdařilo",
"No comments yet. Begin the discussion!" : "Zatím bez komentářů. Zahajte diskuzi!", "No comments yet. Begin the discussion!" : "Zatím bez komentářů. Zahajte diskuzi!",
@@ -253,7 +250,6 @@
"Reply" : "Odpovědět", "Reply" : "Odpovědět",
"Update" : "Aktualizovat", "Update" : "Aktualizovat",
"Write a description …" : "Zadejte popis…", "Write a description …" : "Zadejte popis…",
"Could not save description" : "Nebylo možné uložit popis",
"Description" : "Popis", "Description" : "Popis",
"(Unsaved)" : "(Neuloženo)", "(Unsaved)" : "(Neuloženo)",
"(Saving…)" : "(Ukládání…)", "(Saving…)" : "(Ukládání…)",
@@ -371,7 +367,9 @@
"Note: Only the JSON format is supported for importing back into the Deck app." : "Pozn.: Pro import zpět do aplikace Deck je podporován pouze formát JSON.", "Note: Only the JSON format is supported for importing back into the Deck app." : "Pozn.: Pro import zpět do aplikace Deck je podporován pouze formát JSON.",
"Export" : "Exportovat", "Export" : "Exportovat",
"Loading filtered view" : "Načítání filtrovaného pohledu", "Loading filtered view" : "Načítání filtrovaného pohledu",
"Search for {searchQuery} in other boards" : "Hledat {searchQuery} v ostatních tabulích", "Today" : "Dnes",
"Tomorrow" : "Zítra",
"No due" : "Žádný termín",
"Search for {searchQuery} in all boards" : "Hledat {searchQuery} na všech tabulích", "Search for {searchQuery} in all boards" : "Hledat {searchQuery} na všech tabulích",
"No results found" : "Nenalezeny žádné výsledky", "No results found" : "Nenalezeny žádné výsledky",
"Deck board {name}\n* Last modified on {lastMod}" : "Deck karta {name}\n* Naposledy změněno {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Deck karta {name}\n* Naposledy změněno {lastMod}",
@@ -412,9 +410,6 @@
"Example Task 3" : "Třetí úkol pro ukázku", "Example Task 3" : "Třetí úkol pro ukázku",
"Example Task 2" : "Druhý úkol pro ukázku", "Example Task 2" : "Druhý úkol pro ukázku",
"Example Task 1" : "První úkol pro ukázku", "Example Task 1" : "První úkol pro ukázku",
"Move card to another board" : "Přesunout kartu na jinou tabuli", "Move card to another board" : "Přesunout kartu na jinou tabuli"
"Today" : "Dnes",
"Tomorrow" : "Zítra",
"No due" : "Žádný termín"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
} }

View File

@@ -31,9 +31,9 @@ OC.L10N.register(
"No reminder" : "Dim nodyn atgoffa", "No reminder" : "Dim nodyn atgoffa",
"An error occurred" : "Digwyddodd gwall", "An error occurred" : "Digwyddodd gwall",
"Export" : "Allforio", "Export" : "Allforio",
"Today" : "Heddiw",
"Close" : "Cau", "Close" : "Cau",
"Share" : "Rhannu", "Share" : "Rhannu",
"Personal" : "Personol", "Personal" : "Personol"
"Today" : "Heddiw"
}, },
"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"); "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;");

View File

@@ -29,9 +29,9 @@
"No reminder" : "Dim nodyn atgoffa", "No reminder" : "Dim nodyn atgoffa",
"An error occurred" : "Digwyddodd gwall", "An error occurred" : "Digwyddodd gwall",
"Export" : "Allforio", "Export" : "Allforio",
"Today" : "Heddiw",
"Close" : "Cau", "Close" : "Cau",
"Share" : "Rhannu", "Share" : "Rhannu",
"Personal" : "Personol", "Personal" : "Personol"
"Today" : "Heddiw"
},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;" },"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"
} }

View File

@@ -29,11 +29,6 @@ OC.L10N.register(
"{user} has deleted card {card} in list {stack} on board {board}" : "{user} har slettet kortet {card} i listen {stack} på tavlen {board}", "{user} has deleted card {card} in list {stack} on board {board}" : "{user} har slettet kortet {card} i listen {stack} på tavlen {board}",
"You have renamed the card {before} to {card}" : "Du har omdøbt kortet {before} til {card}", "You have renamed the card {before} to {card}" : "Du har omdøbt kortet {before} til {card}",
"{user} has renamed the card {before} to {card}" : "{user} har omdøbt kortet {before} til {card}", "{user} has renamed the card {before} to {card}" : "{user} har omdøbt kortet {before} til {card}",
"You have added a description to card {card} in list {stack} on board {board}" : "Du har tilføjet en beskrivelse til kortet {card} i listen {stack} på tavlen {board}",
"{user} has added a description to card {card} in list {stack} on board {board}" : "{user} har tilføjet en beskrivelse til kortet {card} i listen {stack} på tavlen {board}",
"You have updated the description of card {card} in list {stack} on board {board}" : "Du har opdateret beskrivelsen for kortet {card} i listen {stack} på tavlen {board}",
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "{user} har opdateret beskrivelsen for kortet {card} i listen {stack} på tavlen {board}",
"You have archived card {card} in list {stack} on board {board}" : "Du har arkiveret kortet {card} i listen {stack} på tavlen {board}",
"Deck" : "Opslag", "Deck" : "Opslag",
"Changes in the <strong>Deck app</strong>" : "Ændringer i <strong>Opslags app'en</strong>", "Changes in the <strong>Deck app</strong>" : "Ændringer i <strong>Opslags app'en</strong>",
"The file was uploaded" : "Filen blev uploadet", "The file was uploaded" : "Filen blev uploadet",
@@ -51,14 +46,13 @@ OC.L10N.register(
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} har tilknyttet kortet {deck-card} på {deck-board} til dig.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} har tilknyttet kortet {deck-card} på {deck-board} til dig.",
"The card \"%s\" on \"%s\" has reached its due date." : "Kortet \"%s\" på \"%s\" har nået sin forfaldsdato.", "The card \"%s\" on \"%s\" has reached its due date." : "Kortet \"%s\" på \"%s\" har nået sin forfaldsdato.",
"The card {deck-card} on {deck-board} has reached its due date." : "Kortet {deck-card} på {deck-board} har nået sin forfaldsdato.", "The card {deck-card} on {deck-board} has reached its due date." : "Kortet {deck-card} på {deck-board} har nået sin forfaldsdato.",
"%s has mentioned you in a comment on \"%s\"." : " %s har omtalt dig i en kommentar på \"%s\".", "%s has mentioned you in a comment on \"%s\"." : " %s har nævnt dig i en kommentar på \"%s\".",
"{user} has mentioned you in a comment on {deck-card}." : "{user} har omtalt dig i en kommentar på {deck-card}.", "{user} has mentioned you in a comment on {deck-card}." : "{user} har nævnt dig i en kommentar på {deck-card}.",
"The board \"%s\" has been shared with you by %s." : "Tavlen \"%s\" er blevet delt med dig af %s.", "The board \"%s\" has been shared with you by %s." : "Tavlen \"%s\" er blevet delt med dig af %s.",
"{user} has shared {deck-board} with you." : "{user} har delt {deck-board} med dig.", "{user} has shared {deck-board} with you." : "{user} har delt {deck-board} med dig.",
"Deck board" : "Opslagstavle", "Deck board" : "Opslagstavle",
"Deck boards, cards and comments" : "Opslagstavler, kort og kommentarer", "Deck boards, cards and comments" : "Opslagstavler, kort og kommentarer",
"Create a new deck card" : "Opret et nyt opslagskort", "Create a new deck card" : "Opret et nyt opslagskort",
"Card comments" : "Kommentarer på kort",
"%s on %s" : "%s på %s", "%s on %s" : "%s på %s",
"Deck boards and cards" : "Opslagstavler og -kort", "Deck boards and cards" : "Opslagstavler og -kort",
"No data was provided to create an attachment." : "Ingen data blev givet som kunne vedhæftes", "No data was provided to create an attachment." : "Ingen data blev givet som kunne vedhæftes",
@@ -70,9 +64,6 @@ OC.L10N.register(
"To Do" : "To-do liste", "To Do" : "To-do liste",
"In Progress" : "I gang", "In Progress" : "I gang",
"Done" : "Afsluttet", "Done" : "Afsluttet",
"Create your first card!" : "Opret dit første kort!",
"Attachments" : "Vedhæftede filer",
"File" : "Fil",
"Card not found" : "Kort ikke fundet.", "Card not found" : "Kort ikke fundet.",
"Path is already shared with this card" : "Stien er allerede delt med dette kort.", "Path is already shared with this card" : "Stien er allerede delt med dette kort.",
"Invalid date, date format must be YYYY-MM-DD" : "Ikke gyldig dato - dato formatet skal være ÅÅÅÅ-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "Ikke gyldig dato - dato formatet skal være ÅÅÅÅ-MM-DD",
@@ -82,12 +73,10 @@ OC.L10N.register(
"Select the board to link to a project" : "Vælg tavlen der skal linkes til et projekt", "Select the board to link to a project" : "Vælg tavlen der skal linkes til et projekt",
"Search by board title" : "Søg efter tavletitel", "Search by board title" : "Søg efter tavletitel",
"Select board" : "Vælg tavle", "Select board" : "Vælg tavle",
"Move/copy card" : "Flyt/kopiér kort",
"Select a board" : "Vælg en tavle", "Select a board" : "Vælg en tavle",
"No lists available" : "Ingen lister tilgængelige", "No lists available" : "Ingen lister tilgængelige",
"Select a list" : "Vælg en liste", "Select a list" : "Vælg en liste",
"Move card" : "Flyt kort", "Move card" : "Flyt kort",
"Copy card" : "Kopiér kort",
"Select the card to link to a project" : "Vælg kortet der skal linkes til et projekt", "Select the card to link to a project" : "Vælg kortet der skal linkes til et projekt",
"Link to card" : "Link til kort", "Link to card" : "Link til kort",
"Select a card" : "Vælg et kort", "Select a card" : "Vælg et kort",
@@ -149,7 +138,7 @@ OC.L10N.register(
"Add a new card" : "Tilføj et nyt kort", "Add a new card" : "Tilføj et nyt kort",
"Card name" : "Kortnavn", "Card name" : "Kortnavn",
"title and color value must be provided" : "Titel- og farveværdi skal angives.", "title and color value must be provided" : "Titel- og farveværdi skal angives.",
"Edit" : "Redigér", "Edit" : "Rediger",
"Add a new tag" : "Opret et nyt tag", "Add a new tag" : "Opret et nyt tag",
"Board name" : "Tavlenavn", "Board name" : "Tavlenavn",
"Members" : "Medlemmer", "Members" : "Medlemmer",
@@ -168,6 +157,7 @@ OC.L10N.register(
"The title cannot be empty." : "Titlen må ikke være tom", "The title cannot be empty." : "Titlen må ikke være tom",
"Open in sidebar view" : "Åben i sidebjælke visning", "Open in sidebar view" : "Åben i sidebjælke visning",
"Open in bigger view" : "Åben i større visning", "Open in bigger view" : "Åben i større visning",
"Attachments" : "Vedhæftede filer",
"Comments" : "Kommentarer", "Comments" : "Kommentarer",
"No comments yet. Begin the discussion!" : "Ingen kommentarer endnu. Begynd diskussionen!", "No comments yet. Begin the discussion!" : "Ingen kommentarer endnu. Begynd diskussionen!",
"The comment cannot be empty." : "Kommentaren må ikke være tom.", "The comment cannot be empty." : "Kommentaren må ikke være tom.",
@@ -177,21 +167,17 @@ OC.L10N.register(
"In reply to" : "Som svar til", "In reply to" : "Som svar til",
"Cancel reply" : "Annuller svar", "Cancel reply" : "Annuller svar",
"Reply" : "Besvar", "Reply" : "Besvar",
"Update" : "Opdatér", "Update" : "Opdater",
"Write a description …" : "Skriv en beskrivelse...", "Write a description …" : "Skriv en beskrivelse...",
"Description" : "Beskrivelse", "Description" : "Beskrivelse",
"(Unsaved)" : "(Ikke gemt)", "(Unsaved)" : "(Ikke gemt)",
"(Saving…)" : "(Gemmer...)", "(Saving…)" : "(Gemmer...)",
"Formatting help" : "Hjælp til formatering", "Formatting help" : "Hjælp til formatering",
"Edit description" : "Redigér beskrivelse", "Edit description" : "Rediger beskrivelse",
"View description" : "Se beskrivelse", "View description" : "Se beskrivelse",
"Add Attachment" : "Tilføj vedhæftning", "Add Attachment" : "Tilføj vedhæftning",
"Choose attachment" : "Vælg en vedhæftning", "Choose attachment" : "Vælg en vedhæftning",
"Select Date" : "Vælg dato", "Select Date" : "Vælg dato",
"Later today {timeLocale}" : "Senere i dag {timeLocale}",
"Tomorrow {timeLocale}" : "I morgen {timeLocale}",
"This weekend {timeLocale}" : "Denne weekend {timeLocale}",
"Next week {timeLocale}" : "Næste uge {timeLocale}",
"Set a due date" : "Angiv en forfaldsdato", "Set a due date" : "Angiv en forfaldsdato",
"Remove due date" : "Fjern forfaldsdato", "Remove due date" : "Fjern forfaldsdato",
"Mark as done" : "Marker som færdig", "Mark as done" : "Marker som færdig",
@@ -201,10 +187,9 @@ OC.L10N.register(
"Assign a tag to this card…" : "Tilføj et Tag til dette kort ...", "Assign a tag to this card…" : "Tilføj et Tag til dette kort ...",
"Create a new tag:" : "Opret et nyt tag:", "Create a new tag:" : "Opret et nyt tag:",
"(group)" : "(gruppe)", "(group)" : "(gruppe)",
"Edit card title" : "Redigér titel på kort",
"Open link" : "Åben link", "Open link" : "Åben link",
"Card deleted" : "Kort slettet", "Card deleted" : "Kort slettet",
"Edit title" : "Redigér titel", "Edit title" : "Rediger titel",
"Assign to me" : "Tildel til mig", "Assign to me" : "Tildel til mig",
"Unassign myself" : "Fjern mig selv", "Unassign myself" : "Fjern mig selv",
"Delete card" : "Slet kort", "Delete card" : "Slet kort",
@@ -214,24 +199,16 @@ OC.L10N.register(
"Keyboard shortcut" : "Tastaturgenvej", "Keyboard shortcut" : "Tastaturgenvej",
"Action" : "Handling", "Action" : "Handling",
"Shift" : "Shift", "Shift" : "Shift",
"Navigate between cards" : "Naviger mellem kort",
"Close card details" : "Luk detaljer for kort",
"Ctrl" : "Ctrl", "Ctrl" : "Ctrl",
"Search" : "Søg", "Search" : "Søg",
"Show card filters" : "Vis kort filtre",
"Clear card filters" : "Ryd kort filtre",
"Card actions" : "Kort handlinger",
"Enter" : "Indtast", "Enter" : "Indtast",
"Open card details" : "Åbn detaljer for kort",
"Edit the card title" : "Redigér titel på kort",
"Assign yourself to the current card" : "Tilknyt dig selv til det aktuelle kort",
"All boards" : "Alle tavler", "All boards" : "Alle tavler",
"Archived boards" : "Arkiverede lister", "Archived boards" : "Arkiverede lister",
"Shared with you" : "Delt med dig", "Shared with you" : "Delt med dig",
"Deck settings" : "Opslagsindstillinger", "Deck settings" : "Opslagsindstillinger",
"Use bigger card view" : "Brug større kort visning", "Use bigger card view" : "Brug større kort visning",
"Show boards in calendar/tasks" : "Vis tavler i kalender/opgaver", "Show boards in calendar/tasks" : "Vis tavler i kalender/opgaver",
"Cancel edit" : "Annullér redigering", "Cancel edit" : "Annuller redigering",
"Board {0} deleted" : "Tavle {0} er slettet", "Board {0} deleted" : "Tavle {0} er slettet",
"All cards" : "Alle kort", "All cards" : "Alle kort",
"Only assigned cards" : "Kun tildelte kort", "Only assigned cards" : "Kun tildelte kort",
@@ -239,7 +216,7 @@ OC.L10N.register(
"An error occurred" : "Der opstod en fejl", "An error occurred" : "Der opstod en fejl",
"Delete the board?" : "Slet tavlen?", "Delete the board?" : "Slet tavlen?",
"Board details" : "Tavledetaljer", "Board details" : "Tavledetaljer",
"Edit board" : "Redigér liste", "Edit board" : "Rediger liste",
"Clone board" : "Klon tavle", "Clone board" : "Klon tavle",
"Unarchive board" : "Genaktiver tavle", "Unarchive board" : "Genaktiver tavle",
"Archive board" : "Arkiver tavle", "Archive board" : "Arkiver tavle",
@@ -259,11 +236,14 @@ OC.L10N.register(
"Export as CSV" : "Eksportér som CSV", "Export as CSV" : "Eksportér som CSV",
"Export" : "Eksportér", "Export" : "Eksportér",
"Loading filtered view" : "Indlæser filtreret visning", "Loading filtered view" : "Indlæser filtreret visning",
"Today" : "I dag",
"Tomorrow" : "I morgen",
"No due" : "Ikke forfalden",
"No results found" : "Ingen resultater fundet", "No results found" : "Ingen resultater fundet",
"Deck board {name}\n* Last modified on {lastMod}" : "Opslagstavle {name}\n* Senest ændret den {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Opslagstavle {name}\n* Senest ændret den {lastMod}",
"Create card" : "Opret kort", "Create card" : "Opret kort",
"Create a new card" : "Opret et nyt kort", "Create a new card" : "Opret et nyt kort",
"Creating the new card …" : "Opretter det nye kort ...", "Creating the new card …" : "Oprette det nye kort ...",
"Close" : "Luk", "Close" : "Luk",
"No upcoming cards" : "Ingen kommende kort", "No upcoming cards" : "Ingen kommende kort",
"upcoming cards" : "kommende kort", "upcoming cards" : "kommende kort",
@@ -285,9 +265,6 @@ OC.L10N.register(
"Example Task 3" : "Eksempel opgave 3", "Example Task 3" : "Eksempel opgave 3",
"Example Task 2" : "Eksempel opgave 2", "Example Task 2" : "Eksempel opgave 2",
"Example Task 1" : "Eksempel opgave 1", "Example Task 1" : "Eksempel opgave 1",
"Move card to another board" : "Flyt kort til en anden tavle", "Move card to another board" : "Flyt kort til en anden tavle"
"Today" : "I dag",
"Tomorrow" : "I morgen",
"No due" : "Ikke forfalden"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -27,11 +27,6 @@
"{user} has deleted card {card} in list {stack} on board {board}" : "{user} har slettet kortet {card} i listen {stack} på tavlen {board}", "{user} has deleted card {card} in list {stack} on board {board}" : "{user} har slettet kortet {card} i listen {stack} på tavlen {board}",
"You have renamed the card {before} to {card}" : "Du har omdøbt kortet {before} til {card}", "You have renamed the card {before} to {card}" : "Du har omdøbt kortet {before} til {card}",
"{user} has renamed the card {before} to {card}" : "{user} har omdøbt kortet {before} til {card}", "{user} has renamed the card {before} to {card}" : "{user} har omdøbt kortet {before} til {card}",
"You have added a description to card {card} in list {stack} on board {board}" : "Du har tilføjet en beskrivelse til kortet {card} i listen {stack} på tavlen {board}",
"{user} has added a description to card {card} in list {stack} on board {board}" : "{user} har tilføjet en beskrivelse til kortet {card} i listen {stack} på tavlen {board}",
"You have updated the description of card {card} in list {stack} on board {board}" : "Du har opdateret beskrivelsen for kortet {card} i listen {stack} på tavlen {board}",
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "{user} har opdateret beskrivelsen for kortet {card} i listen {stack} på tavlen {board}",
"You have archived card {card} in list {stack} on board {board}" : "Du har arkiveret kortet {card} i listen {stack} på tavlen {board}",
"Deck" : "Opslag", "Deck" : "Opslag",
"Changes in the <strong>Deck app</strong>" : "Ændringer i <strong>Opslags app'en</strong>", "Changes in the <strong>Deck app</strong>" : "Ændringer i <strong>Opslags app'en</strong>",
"The file was uploaded" : "Filen blev uploadet", "The file was uploaded" : "Filen blev uploadet",
@@ -49,14 +44,13 @@
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} har tilknyttet kortet {deck-card} på {deck-board} til dig.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} har tilknyttet kortet {deck-card} på {deck-board} til dig.",
"The card \"%s\" on \"%s\" has reached its due date." : "Kortet \"%s\" på \"%s\" har nået sin forfaldsdato.", "The card \"%s\" on \"%s\" has reached its due date." : "Kortet \"%s\" på \"%s\" har nået sin forfaldsdato.",
"The card {deck-card} on {deck-board} has reached its due date." : "Kortet {deck-card} på {deck-board} har nået sin forfaldsdato.", "The card {deck-card} on {deck-board} has reached its due date." : "Kortet {deck-card} på {deck-board} har nået sin forfaldsdato.",
"%s has mentioned you in a comment on \"%s\"." : " %s har omtalt dig i en kommentar på \"%s\".", "%s has mentioned you in a comment on \"%s\"." : " %s har nævnt dig i en kommentar på \"%s\".",
"{user} has mentioned you in a comment on {deck-card}." : "{user} har omtalt dig i en kommentar på {deck-card}.", "{user} has mentioned you in a comment on {deck-card}." : "{user} har nævnt dig i en kommentar på {deck-card}.",
"The board \"%s\" has been shared with you by %s." : "Tavlen \"%s\" er blevet delt med dig af %s.", "The board \"%s\" has been shared with you by %s." : "Tavlen \"%s\" er blevet delt med dig af %s.",
"{user} has shared {deck-board} with you." : "{user} har delt {deck-board} med dig.", "{user} has shared {deck-board} with you." : "{user} har delt {deck-board} med dig.",
"Deck board" : "Opslagstavle", "Deck board" : "Opslagstavle",
"Deck boards, cards and comments" : "Opslagstavler, kort og kommentarer", "Deck boards, cards and comments" : "Opslagstavler, kort og kommentarer",
"Create a new deck card" : "Opret et nyt opslagskort", "Create a new deck card" : "Opret et nyt opslagskort",
"Card comments" : "Kommentarer på kort",
"%s on %s" : "%s på %s", "%s on %s" : "%s på %s",
"Deck boards and cards" : "Opslagstavler og -kort", "Deck boards and cards" : "Opslagstavler og -kort",
"No data was provided to create an attachment." : "Ingen data blev givet som kunne vedhæftes", "No data was provided to create an attachment." : "Ingen data blev givet som kunne vedhæftes",
@@ -68,9 +62,6 @@
"To Do" : "To-do liste", "To Do" : "To-do liste",
"In Progress" : "I gang", "In Progress" : "I gang",
"Done" : "Afsluttet", "Done" : "Afsluttet",
"Create your first card!" : "Opret dit første kort!",
"Attachments" : "Vedhæftede filer",
"File" : "Fil",
"Card not found" : "Kort ikke fundet.", "Card not found" : "Kort ikke fundet.",
"Path is already shared with this card" : "Stien er allerede delt med dette kort.", "Path is already shared with this card" : "Stien er allerede delt med dette kort.",
"Invalid date, date format must be YYYY-MM-DD" : "Ikke gyldig dato - dato formatet skal være ÅÅÅÅ-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "Ikke gyldig dato - dato formatet skal være ÅÅÅÅ-MM-DD",
@@ -80,12 +71,10 @@
"Select the board to link to a project" : "Vælg tavlen der skal linkes til et projekt", "Select the board to link to a project" : "Vælg tavlen der skal linkes til et projekt",
"Search by board title" : "Søg efter tavletitel", "Search by board title" : "Søg efter tavletitel",
"Select board" : "Vælg tavle", "Select board" : "Vælg tavle",
"Move/copy card" : "Flyt/kopiér kort",
"Select a board" : "Vælg en tavle", "Select a board" : "Vælg en tavle",
"No lists available" : "Ingen lister tilgængelige", "No lists available" : "Ingen lister tilgængelige",
"Select a list" : "Vælg en liste", "Select a list" : "Vælg en liste",
"Move card" : "Flyt kort", "Move card" : "Flyt kort",
"Copy card" : "Kopiér kort",
"Select the card to link to a project" : "Vælg kortet der skal linkes til et projekt", "Select the card to link to a project" : "Vælg kortet der skal linkes til et projekt",
"Link to card" : "Link til kort", "Link to card" : "Link til kort",
"Select a card" : "Vælg et kort", "Select a card" : "Vælg et kort",
@@ -147,7 +136,7 @@
"Add a new card" : "Tilføj et nyt kort", "Add a new card" : "Tilføj et nyt kort",
"Card name" : "Kortnavn", "Card name" : "Kortnavn",
"title and color value must be provided" : "Titel- og farveværdi skal angives.", "title and color value must be provided" : "Titel- og farveværdi skal angives.",
"Edit" : "Redigér", "Edit" : "Rediger",
"Add a new tag" : "Opret et nyt tag", "Add a new tag" : "Opret et nyt tag",
"Board name" : "Tavlenavn", "Board name" : "Tavlenavn",
"Members" : "Medlemmer", "Members" : "Medlemmer",
@@ -166,6 +155,7 @@
"The title cannot be empty." : "Titlen må ikke være tom", "The title cannot be empty." : "Titlen må ikke være tom",
"Open in sidebar view" : "Åben i sidebjælke visning", "Open in sidebar view" : "Åben i sidebjælke visning",
"Open in bigger view" : "Åben i større visning", "Open in bigger view" : "Åben i større visning",
"Attachments" : "Vedhæftede filer",
"Comments" : "Kommentarer", "Comments" : "Kommentarer",
"No comments yet. Begin the discussion!" : "Ingen kommentarer endnu. Begynd diskussionen!", "No comments yet. Begin the discussion!" : "Ingen kommentarer endnu. Begynd diskussionen!",
"The comment cannot be empty." : "Kommentaren må ikke være tom.", "The comment cannot be empty." : "Kommentaren må ikke være tom.",
@@ -175,21 +165,17 @@
"In reply to" : "Som svar til", "In reply to" : "Som svar til",
"Cancel reply" : "Annuller svar", "Cancel reply" : "Annuller svar",
"Reply" : "Besvar", "Reply" : "Besvar",
"Update" : "Opdatér", "Update" : "Opdater",
"Write a description …" : "Skriv en beskrivelse...", "Write a description …" : "Skriv en beskrivelse...",
"Description" : "Beskrivelse", "Description" : "Beskrivelse",
"(Unsaved)" : "(Ikke gemt)", "(Unsaved)" : "(Ikke gemt)",
"(Saving…)" : "(Gemmer...)", "(Saving…)" : "(Gemmer...)",
"Formatting help" : "Hjælp til formatering", "Formatting help" : "Hjælp til formatering",
"Edit description" : "Redigér beskrivelse", "Edit description" : "Rediger beskrivelse",
"View description" : "Se beskrivelse", "View description" : "Se beskrivelse",
"Add Attachment" : "Tilføj vedhæftning", "Add Attachment" : "Tilføj vedhæftning",
"Choose attachment" : "Vælg en vedhæftning", "Choose attachment" : "Vælg en vedhæftning",
"Select Date" : "Vælg dato", "Select Date" : "Vælg dato",
"Later today {timeLocale}" : "Senere i dag {timeLocale}",
"Tomorrow {timeLocale}" : "I morgen {timeLocale}",
"This weekend {timeLocale}" : "Denne weekend {timeLocale}",
"Next week {timeLocale}" : "Næste uge {timeLocale}",
"Set a due date" : "Angiv en forfaldsdato", "Set a due date" : "Angiv en forfaldsdato",
"Remove due date" : "Fjern forfaldsdato", "Remove due date" : "Fjern forfaldsdato",
"Mark as done" : "Marker som færdig", "Mark as done" : "Marker som færdig",
@@ -199,10 +185,9 @@
"Assign a tag to this card…" : "Tilføj et Tag til dette kort ...", "Assign a tag to this card…" : "Tilføj et Tag til dette kort ...",
"Create a new tag:" : "Opret et nyt tag:", "Create a new tag:" : "Opret et nyt tag:",
"(group)" : "(gruppe)", "(group)" : "(gruppe)",
"Edit card title" : "Redigér titel på kort",
"Open link" : "Åben link", "Open link" : "Åben link",
"Card deleted" : "Kort slettet", "Card deleted" : "Kort slettet",
"Edit title" : "Redigér titel", "Edit title" : "Rediger titel",
"Assign to me" : "Tildel til mig", "Assign to me" : "Tildel til mig",
"Unassign myself" : "Fjern mig selv", "Unassign myself" : "Fjern mig selv",
"Delete card" : "Slet kort", "Delete card" : "Slet kort",
@@ -212,24 +197,16 @@
"Keyboard shortcut" : "Tastaturgenvej", "Keyboard shortcut" : "Tastaturgenvej",
"Action" : "Handling", "Action" : "Handling",
"Shift" : "Shift", "Shift" : "Shift",
"Navigate between cards" : "Naviger mellem kort",
"Close card details" : "Luk detaljer for kort",
"Ctrl" : "Ctrl", "Ctrl" : "Ctrl",
"Search" : "Søg", "Search" : "Søg",
"Show card filters" : "Vis kort filtre",
"Clear card filters" : "Ryd kort filtre",
"Card actions" : "Kort handlinger",
"Enter" : "Indtast", "Enter" : "Indtast",
"Open card details" : "Åbn detaljer for kort",
"Edit the card title" : "Redigér titel på kort",
"Assign yourself to the current card" : "Tilknyt dig selv til det aktuelle kort",
"All boards" : "Alle tavler", "All boards" : "Alle tavler",
"Archived boards" : "Arkiverede lister", "Archived boards" : "Arkiverede lister",
"Shared with you" : "Delt med dig", "Shared with you" : "Delt med dig",
"Deck settings" : "Opslagsindstillinger", "Deck settings" : "Opslagsindstillinger",
"Use bigger card view" : "Brug større kort visning", "Use bigger card view" : "Brug større kort visning",
"Show boards in calendar/tasks" : "Vis tavler i kalender/opgaver", "Show boards in calendar/tasks" : "Vis tavler i kalender/opgaver",
"Cancel edit" : "Annullér redigering", "Cancel edit" : "Annuller redigering",
"Board {0} deleted" : "Tavle {0} er slettet", "Board {0} deleted" : "Tavle {0} er slettet",
"All cards" : "Alle kort", "All cards" : "Alle kort",
"Only assigned cards" : "Kun tildelte kort", "Only assigned cards" : "Kun tildelte kort",
@@ -237,7 +214,7 @@
"An error occurred" : "Der opstod en fejl", "An error occurred" : "Der opstod en fejl",
"Delete the board?" : "Slet tavlen?", "Delete the board?" : "Slet tavlen?",
"Board details" : "Tavledetaljer", "Board details" : "Tavledetaljer",
"Edit board" : "Redigér liste", "Edit board" : "Rediger liste",
"Clone board" : "Klon tavle", "Clone board" : "Klon tavle",
"Unarchive board" : "Genaktiver tavle", "Unarchive board" : "Genaktiver tavle",
"Archive board" : "Arkiver tavle", "Archive board" : "Arkiver tavle",
@@ -257,11 +234,14 @@
"Export as CSV" : "Eksportér som CSV", "Export as CSV" : "Eksportér som CSV",
"Export" : "Eksportér", "Export" : "Eksportér",
"Loading filtered view" : "Indlæser filtreret visning", "Loading filtered view" : "Indlæser filtreret visning",
"Today" : "I dag",
"Tomorrow" : "I morgen",
"No due" : "Ikke forfalden",
"No results found" : "Ingen resultater fundet", "No results found" : "Ingen resultater fundet",
"Deck board {name}\n* Last modified on {lastMod}" : "Opslagstavle {name}\n* Senest ændret den {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Opslagstavle {name}\n* Senest ændret den {lastMod}",
"Create card" : "Opret kort", "Create card" : "Opret kort",
"Create a new card" : "Opret et nyt kort", "Create a new card" : "Opret et nyt kort",
"Creating the new card …" : "Opretter det nye kort ...", "Creating the new card …" : "Oprette det nye kort ...",
"Close" : "Luk", "Close" : "Luk",
"No upcoming cards" : "Ingen kommende kort", "No upcoming cards" : "Ingen kommende kort",
"upcoming cards" : "kommende kort", "upcoming cards" : "kommende kort",
@@ -283,9 +263,6 @@
"Example Task 3" : "Eksempel opgave 3", "Example Task 3" : "Eksempel opgave 3",
"Example Task 2" : "Eksempel opgave 2", "Example Task 2" : "Eksempel opgave 2",
"Example Task 1" : "Eksempel opgave 1", "Example Task 1" : "Eksempel opgave 1",
"Move card to another board" : "Flyt kort til en anden tavle", "Move card to another board" : "Flyt kort til en anden tavle"
"Today" : "I dag",
"Tomorrow" : "I morgen",
"No due" : "Ikke forfalden"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -122,9 +122,6 @@ OC.L10N.register(
"4. Share, comment and collaborate!" : "4. Teilen, kommentieren und mitarbeiten!", "4. Share, comment and collaborate!" : "4. Teilen, kommentieren und mitarbeiten!",
"Create your first card!" : "Erstelle Deine erste Karte!", "Create your first card!" : "Erstelle Deine erste Karte!",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Dieser Kommentar hat mehr als %s Zeichen.\nAls Anhang der Karte mit dem Namen %s hinzugefügt.\nZugriff über die URL: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Dieser Kommentar hat mehr als %s Zeichen.\nAls Anhang der Karte mit dem Namen %s hinzugefügt.\nZugriff über die URL: %s.",
"Attachments" : "Anhänge",
"File" : "Datei",
"date" : "Datum",
"Card not found" : "Karte nicht gefunden", "Card not found" : "Karte nicht gefunden",
"Path is already shared with this card" : "Pfad wurde bereits mit dieser Karte geteilt", "Path is already shared with this card" : "Pfad wurde bereits mit dieser Karte geteilt",
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT", "Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT",
@@ -240,9 +237,9 @@ OC.L10N.register(
"Modified" : "Geändert", "Modified" : "Geändert",
"Created" : "Erstellt", "Created" : "Erstellt",
"The title cannot be empty." : "Der Titel darf nicht leer sein.", "The title cannot be empty." : "Der Titel darf nicht leer sein.",
"Cannot close unsaved card!" : "Nicht gespeicherte Karte kann nicht geschlossen werden!",
"Open in sidebar view" : "In Seitenleiste öffnen", "Open in sidebar view" : "In Seitenleiste öffnen",
"Open in bigger view" : "In größerer Ansicht öffnen", "Open in bigger view" : "In größerer Ansicht öffnen",
"Attachments" : "Anhänge",
"Comments" : "Kommentare", "Comments" : "Kommentare",
"Failed to load comments" : "Laden der Kommentare ist fehlgeschlagen", "Failed to load comments" : "Laden der Kommentare ist fehlgeschlagen",
"No comments yet. Begin the discussion!" : "Bislang keine Kommentare. Beginne die Diskussion!", "No comments yet. Begin the discussion!" : "Bislang keine Kommentare. Beginne die Diskussion!",
@@ -255,7 +252,6 @@ OC.L10N.register(
"Reply" : "Antworten", "Reply" : "Antworten",
"Update" : "Aktualisieren", "Update" : "Aktualisieren",
"Write a description …" : "Beschreibung schreiben …", "Write a description …" : "Beschreibung schreiben …",
"Could not save description" : "Beschreibung konnte nicht gespeichert werden",
"Description" : "Beschreibung", "Description" : "Beschreibung",
"(Unsaved)" : "(nicht gespeichert)", "(Unsaved)" : "(nicht gespeichert)",
"(Saving…)" : "(Speichere …)", "(Saving…)" : "(Speichere …)",
@@ -373,7 +369,9 @@ OC.L10N.register(
"Note: Only the JSON format is supported for importing back into the Deck app." : "Hinweis: Für den Rückimport in die Deck-App wird nur das JSON-Format unterstützt.", "Note: Only the JSON format is supported for importing back into the Deck app." : "Hinweis: Für den Rückimport in die Deck-App wird nur das JSON-Format unterstützt.",
"Export" : "Exportieren", "Export" : "Exportieren",
"Loading filtered view" : "Lade gefilterte Ansicht", "Loading filtered view" : "Lade gefilterte Ansicht",
"Search for {searchQuery} in other boards" : "Suche nach {searchQuery} in anderen Boards", "Today" : "Heute",
"Tomorrow" : "Morgen",
"No due" : "Kein Fälligkeitsdatum",
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards", "Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
"No results found" : "Keine Ergebnisse gefunden", "No results found" : "Keine Ergebnisse gefunden",
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ", "Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ",
@@ -414,9 +412,6 @@ OC.L10N.register(
"Example Task 3" : "Beispielaufgabe 3", "Example Task 3" : "Beispielaufgabe 3",
"Example Task 2" : "Beispielaufgabe 2", "Example Task 2" : "Beispielaufgabe 2",
"Example Task 1" : "Beispielaufgabe 1", "Example Task 1" : "Beispielaufgabe 1",
"Move card to another board" : "Karte auf ein anderes Board verschieben", "Move card to another board" : "Karte auf ein anderes Board verschieben"
"Today" : "Heute",
"Tomorrow" : "Morgen",
"No due" : "Kein Fälligkeitsdatum"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -120,9 +120,6 @@
"4. Share, comment and collaborate!" : "4. Teilen, kommentieren und mitarbeiten!", "4. Share, comment and collaborate!" : "4. Teilen, kommentieren und mitarbeiten!",
"Create your first card!" : "Erstelle Deine erste Karte!", "Create your first card!" : "Erstelle Deine erste Karte!",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Dieser Kommentar hat mehr als %s Zeichen.\nAls Anhang der Karte mit dem Namen %s hinzugefügt.\nZugriff über die URL: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Dieser Kommentar hat mehr als %s Zeichen.\nAls Anhang der Karte mit dem Namen %s hinzugefügt.\nZugriff über die URL: %s.",
"Attachments" : "Anhänge",
"File" : "Datei",
"date" : "Datum",
"Card not found" : "Karte nicht gefunden", "Card not found" : "Karte nicht gefunden",
"Path is already shared with this card" : "Pfad wurde bereits mit dieser Karte geteilt", "Path is already shared with this card" : "Pfad wurde bereits mit dieser Karte geteilt",
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT", "Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT",
@@ -238,9 +235,9 @@
"Modified" : "Geändert", "Modified" : "Geändert",
"Created" : "Erstellt", "Created" : "Erstellt",
"The title cannot be empty." : "Der Titel darf nicht leer sein.", "The title cannot be empty." : "Der Titel darf nicht leer sein.",
"Cannot close unsaved card!" : "Nicht gespeicherte Karte kann nicht geschlossen werden!",
"Open in sidebar view" : "In Seitenleiste öffnen", "Open in sidebar view" : "In Seitenleiste öffnen",
"Open in bigger view" : "In größerer Ansicht öffnen", "Open in bigger view" : "In größerer Ansicht öffnen",
"Attachments" : "Anhänge",
"Comments" : "Kommentare", "Comments" : "Kommentare",
"Failed to load comments" : "Laden der Kommentare ist fehlgeschlagen", "Failed to load comments" : "Laden der Kommentare ist fehlgeschlagen",
"No comments yet. Begin the discussion!" : "Bislang keine Kommentare. Beginne die Diskussion!", "No comments yet. Begin the discussion!" : "Bislang keine Kommentare. Beginne die Diskussion!",
@@ -253,7 +250,6 @@
"Reply" : "Antworten", "Reply" : "Antworten",
"Update" : "Aktualisieren", "Update" : "Aktualisieren",
"Write a description …" : "Beschreibung schreiben …", "Write a description …" : "Beschreibung schreiben …",
"Could not save description" : "Beschreibung konnte nicht gespeichert werden",
"Description" : "Beschreibung", "Description" : "Beschreibung",
"(Unsaved)" : "(nicht gespeichert)", "(Unsaved)" : "(nicht gespeichert)",
"(Saving…)" : "(Speichere …)", "(Saving…)" : "(Speichere …)",
@@ -371,7 +367,9 @@
"Note: Only the JSON format is supported for importing back into the Deck app." : "Hinweis: Für den Rückimport in die Deck-App wird nur das JSON-Format unterstützt.", "Note: Only the JSON format is supported for importing back into the Deck app." : "Hinweis: Für den Rückimport in die Deck-App wird nur das JSON-Format unterstützt.",
"Export" : "Exportieren", "Export" : "Exportieren",
"Loading filtered view" : "Lade gefilterte Ansicht", "Loading filtered view" : "Lade gefilterte Ansicht",
"Search for {searchQuery} in other boards" : "Suche nach {searchQuery} in anderen Boards", "Today" : "Heute",
"Tomorrow" : "Morgen",
"No due" : "Kein Fälligkeitsdatum",
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards", "Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
"No results found" : "Keine Ergebnisse gefunden", "No results found" : "Keine Ergebnisse gefunden",
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ", "Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ",
@@ -412,9 +410,6 @@
"Example Task 3" : "Beispielaufgabe 3", "Example Task 3" : "Beispielaufgabe 3",
"Example Task 2" : "Beispielaufgabe 2", "Example Task 2" : "Beispielaufgabe 2",
"Example Task 1" : "Beispielaufgabe 1", "Example Task 1" : "Beispielaufgabe 1",
"Move card to another board" : "Karte auf ein anderes Board verschieben", "Move card to another board" : "Karte auf ein anderes Board verschieben"
"Today" : "Heute",
"Tomorrow" : "Morgen",
"No due" : "Kein Fälligkeitsdatum"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -122,9 +122,6 @@ OC.L10N.register(
"4. Share, comment and collaborate!" : "4. Teilen, kommentieren und mitarbeiten!", "4. Share, comment and collaborate!" : "4. Teilen, kommentieren und mitarbeiten!",
"Create your first card!" : "Erstellen Sie Ihre erste Karte!", "Create your first card!" : "Erstellen Sie Ihre erste Karte!",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Dieser Kommentar hat mehr als %s Zeichen.\nAls Anhang der Karte mit dem Namen %s hinzugefügt.\nZugriff über die URL: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Dieser Kommentar hat mehr als %s Zeichen.\nAls Anhang der Karte mit dem Namen %s hinzugefügt.\nZugriff über die URL: %s.",
"Attachments" : "Anhänge",
"File" : "Datei",
"date" : "Datum",
"Card not found" : "Karte nicht gefunden", "Card not found" : "Karte nicht gefunden",
"Path is already shared with this card" : "Pfad wurde bereits mit dieser Karte geteilt", "Path is already shared with this card" : "Pfad wurde bereits mit dieser Karte geteilt",
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT", "Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT",
@@ -240,9 +237,9 @@ OC.L10N.register(
"Modified" : "Geändert", "Modified" : "Geändert",
"Created" : "Erstellt", "Created" : "Erstellt",
"The title cannot be empty." : "Der Titel darf nicht leer sein.", "The title cannot be empty." : "Der Titel darf nicht leer sein.",
"Cannot close unsaved card!" : "Nicht gespeicherte Karte kann nicht geschlossen werden!",
"Open in sidebar view" : "In Seitenleiste öffnen", "Open in sidebar view" : "In Seitenleiste öffnen",
"Open in bigger view" : "In größerer Ansicht öffnen", "Open in bigger view" : "In größerer Ansicht öffnen",
"Attachments" : "Anhänge",
"Comments" : "Kommentare", "Comments" : "Kommentare",
"Failed to load comments" : "Kommentare konnten nicht geladen werden", "Failed to load comments" : "Kommentare konnten nicht geladen werden",
"No comments yet. Begin the discussion!" : "Bislang keine Kommentare. Beginnen Sie die Diskussion!", "No comments yet. Begin the discussion!" : "Bislang keine Kommentare. Beginnen Sie die Diskussion!",
@@ -255,7 +252,6 @@ OC.L10N.register(
"Reply" : "Antworten", "Reply" : "Antworten",
"Update" : "Aktualisieren", "Update" : "Aktualisieren",
"Write a description …" : "Beschreibung schreiben …", "Write a description …" : "Beschreibung schreiben …",
"Could not save description" : "Beschreibung konnte nicht gespeichert werden",
"Description" : "Beschreibung", "Description" : "Beschreibung",
"(Unsaved)" : "(nicht gespeichert)", "(Unsaved)" : "(nicht gespeichert)",
"(Saving…)" : "(Speichere…)", "(Saving…)" : "(Speichere…)",
@@ -373,7 +369,9 @@ OC.L10N.register(
"Note: Only the JSON format is supported for importing back into the Deck app." : "Hinweis: Für den Rückimport in die Deck-App wird nur das JSON-Format unterstützt.", "Note: Only the JSON format is supported for importing back into the Deck app." : "Hinweis: Für den Rückimport in die Deck-App wird nur das JSON-Format unterstützt.",
"Export" : "Exportieren", "Export" : "Exportieren",
"Loading filtered view" : "Lade gefilterte Ansicht", "Loading filtered view" : "Lade gefilterte Ansicht",
"Search for {searchQuery} in other boards" : "Suche nach {searchQuery} in anderen Boards", "Today" : "Heute",
"Tomorrow" : "Morgen",
"No due" : "Kein Fälligkeitsdatum",
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards", "Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
"No results found" : "Keine Ergebnisse gefunden", "No results found" : "Keine Ergebnisse gefunden",
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ", "Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ",
@@ -414,9 +412,6 @@ OC.L10N.register(
"Example Task 3" : "Beispielaufgabe 3", "Example Task 3" : "Beispielaufgabe 3",
"Example Task 2" : "Beispielaufgabe 2", "Example Task 2" : "Beispielaufgabe 2",
"Example Task 1" : "Beispielaufgabe 1", "Example Task 1" : "Beispielaufgabe 1",
"Move card to another board" : "Karte auf ein anderes Board verschieben", "Move card to another board" : "Karte auf ein anderes Board verschieben"
"Today" : "Heute",
"Tomorrow" : "Morgen",
"No due" : "Kein Fälligkeitsdatum"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -120,9 +120,6 @@
"4. Share, comment and collaborate!" : "4. Teilen, kommentieren und mitarbeiten!", "4. Share, comment and collaborate!" : "4. Teilen, kommentieren und mitarbeiten!",
"Create your first card!" : "Erstellen Sie Ihre erste Karte!", "Create your first card!" : "Erstellen Sie Ihre erste Karte!",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Dieser Kommentar hat mehr als %s Zeichen.\nAls Anhang der Karte mit dem Namen %s hinzugefügt.\nZugriff über die URL: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Dieser Kommentar hat mehr als %s Zeichen.\nAls Anhang der Karte mit dem Namen %s hinzugefügt.\nZugriff über die URL: %s.",
"Attachments" : "Anhänge",
"File" : "Datei",
"date" : "Datum",
"Card not found" : "Karte nicht gefunden", "Card not found" : "Karte nicht gefunden",
"Path is already shared with this card" : "Pfad wurde bereits mit dieser Karte geteilt", "Path is already shared with this card" : "Pfad wurde bereits mit dieser Karte geteilt",
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT", "Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT",
@@ -238,9 +235,9 @@
"Modified" : "Geändert", "Modified" : "Geändert",
"Created" : "Erstellt", "Created" : "Erstellt",
"The title cannot be empty." : "Der Titel darf nicht leer sein.", "The title cannot be empty." : "Der Titel darf nicht leer sein.",
"Cannot close unsaved card!" : "Nicht gespeicherte Karte kann nicht geschlossen werden!",
"Open in sidebar view" : "In Seitenleiste öffnen", "Open in sidebar view" : "In Seitenleiste öffnen",
"Open in bigger view" : "In größerer Ansicht öffnen", "Open in bigger view" : "In größerer Ansicht öffnen",
"Attachments" : "Anhänge",
"Comments" : "Kommentare", "Comments" : "Kommentare",
"Failed to load comments" : "Kommentare konnten nicht geladen werden", "Failed to load comments" : "Kommentare konnten nicht geladen werden",
"No comments yet. Begin the discussion!" : "Bislang keine Kommentare. Beginnen Sie die Diskussion!", "No comments yet. Begin the discussion!" : "Bislang keine Kommentare. Beginnen Sie die Diskussion!",
@@ -253,7 +250,6 @@
"Reply" : "Antworten", "Reply" : "Antworten",
"Update" : "Aktualisieren", "Update" : "Aktualisieren",
"Write a description …" : "Beschreibung schreiben …", "Write a description …" : "Beschreibung schreiben …",
"Could not save description" : "Beschreibung konnte nicht gespeichert werden",
"Description" : "Beschreibung", "Description" : "Beschreibung",
"(Unsaved)" : "(nicht gespeichert)", "(Unsaved)" : "(nicht gespeichert)",
"(Saving…)" : "(Speichere…)", "(Saving…)" : "(Speichere…)",
@@ -371,7 +367,9 @@
"Note: Only the JSON format is supported for importing back into the Deck app." : "Hinweis: Für den Rückimport in die Deck-App wird nur das JSON-Format unterstützt.", "Note: Only the JSON format is supported for importing back into the Deck app." : "Hinweis: Für den Rückimport in die Deck-App wird nur das JSON-Format unterstützt.",
"Export" : "Exportieren", "Export" : "Exportieren",
"Loading filtered view" : "Lade gefilterte Ansicht", "Loading filtered view" : "Lade gefilterte Ansicht",
"Search for {searchQuery} in other boards" : "Suche nach {searchQuery} in anderen Boards", "Today" : "Heute",
"Tomorrow" : "Morgen",
"No due" : "Kein Fälligkeitsdatum",
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards", "Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
"No results found" : "Keine Ergebnisse gefunden", "No results found" : "Keine Ergebnisse gefunden",
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ", "Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ",
@@ -412,9 +410,6 @@
"Example Task 3" : "Beispielaufgabe 3", "Example Task 3" : "Beispielaufgabe 3",
"Example Task 2" : "Beispielaufgabe 2", "Example Task 2" : "Beispielaufgabe 2",
"Example Task 1" : "Beispielaufgabe 1", "Example Task 1" : "Beispielaufgabe 1",
"Move card to another board" : "Karte auf ein anderes Board verschieben", "Move card to another board" : "Karte auf ein anderes Board verschieben"
"Today" : "Heute",
"Tomorrow" : "Morgen",
"No due" : "Kein Fälligkeitsdatum"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -81,14 +81,10 @@ OC.L10N.register(
"Could not write file to disk" : "Αδυναμία εγγραφής αρχείου στον δίσκο", "Could not write file to disk" : "Αδυναμία εγγραφής αρχείου στον δίσκο",
"A PHP extension stopped the file upload" : "Ένα πρόσθετο PHP διέκοψε την μεταφόρτωση του αρχείου", "A PHP extension stopped the file upload" : "Ένα πρόσθετο PHP διέκοψε την μεταφόρτωση του αρχείου",
"No file uploaded or file size exceeds maximum of %s" : "Δεν μεταφορτώθηκε αρχείο ή το μέγεθος αρχείου υπερβαίνει το μέγιστο %s", "No file uploaded or file size exceeds maximum of %s" : "Δεν μεταφορτώθηκε αρχείο ή το μέγεθος αρχείου υπερβαίνει το μέγιστο %s",
"Invalid file type. Only JSON files are allowed." : "Μη έγκυρος τύπος αρχείου. Επιτρέπονται μόνο αρχεία JSON.",
"Invalid JSON data" : "Μη έγκυρα δεδομένα JSON",
"Failed to import board" : "Αποτυχία εισαγωγής πίνακα",
"Cards due today" : "Κάρτες που λήγουν σήμερα", "Cards due today" : "Κάρτες που λήγουν σήμερα",
"Cards due tomorrow" : "Κάρτες που λήγουν αύριο", "Cards due tomorrow" : "Κάρτες που λήγουν αύριο",
"Upcoming cards" : "Επερχόμενες καρτέλες", "Upcoming cards" : "Επερχόμενες καρτέλες",
"Load more" : "Φόρτωση περισσότερων", "Load more" : "Φόρτωση περισσότερων",
"Welcome to Nextcloud Deck!" : "Καλώς ήρθατε στο Nextcloud Deck!",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Η καρτέλα \"%s\" του \"%s\" ανατέθηκε σε εσάς από τον %s.", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Η καρτέλα \"%s\" του \"%s\" ανατέθηκε σε εσάς από τον %s.",
"{user} has assigned the card {deck-card} on {deck-board} to you." : "Ο/Η {user} έχει αναθέσει την καρτέλα {deck-card} του πίνακα {deck-board} σε εσάς.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "Ο/Η {user} έχει αναθέσει την καρτέλα {deck-card} του πίνακα {deck-board} σε εσάς.",
"The card \"%s\" on \"%s\" has reached its due date." : "Η καρτέλα \"%s\" στο \"%s\" έχει λήξει.", "The card \"%s\" on \"%s\" has reached its due date." : "Η καρτέλα \"%s\" στο \"%s\" έχει λήξει.",
@@ -100,7 +96,6 @@ OC.L10N.register(
"Deck board" : "Πίνακας του Deck", "Deck board" : "Πίνακας του Deck",
"Owned by %1$s" : "Ανήκει στον/στην %1$s", "Owned by %1$s" : "Ανήκει στον/στην %1$s",
"Deck boards, cards and comments" : "Πίνακες, κάρτες και σχόλια Deck", "Deck boards, cards and comments" : "Πίνακες, κάρτες και σχόλια Deck",
"From %1$s, in %2$s/%3$s, owned by %4$s" : "Από %1$s, στον %2$s/%3$s, που ανήκει στον %4$s",
"Create a new deck card" : "Δημιουργήστε μια νέα κάρτα", "Create a new deck card" : "Δημιουργήστε μια νέα κάρτα",
"Card comments" : "Σχόλια καρτέλας", "Card comments" : "Σχόλια καρτέλας",
"%s on %s" : "%s στο %s", "%s on %s" : "%s στο %s",
@@ -111,20 +106,9 @@ OC.L10N.register(
"Action needed" : "Απαιτείται ενέργεια", "Action needed" : "Απαιτείται ενέργεια",
"Later" : "Αργότερα", "Later" : "Αργότερα",
"copy" : "Αντιγραφή", "copy" : "Αντιγραφή",
"Read more inside" : "Διαβάστε περισσότερα εντός",
"Custom lists - click to rename!" : "Προσαρμοσμένες λίστες - κάντε κλικ για μετονομασία!",
"To Do" : "Προς Ενέργεια", "To Do" : "Προς Ενέργεια",
"In Progress" : "Σε Εξέλιξη",
"Done" : "Ολοκληρώθηκε", "Done" : "Ολοκληρώθηκε",
"1. Open to learn more about boards and cards" : "1. Ανοίξτε για να μάθετε περισσότερα για τους πίνακες και τις κάρτες",
"2. Drag cards left and right, up and down" : "2. Σύρετε κάρτες αριστερά και δεξιά, πάνω και κάτω",
"3. Apply rich formatting and link content" : "3. Εφαρμόστε πλούσια μορφοποίηση και συνδέστε περιεχόμενο",
"4. Share, comment and collaborate!" : "4. Μοιραστείτε, σχολιάστε και συνεργαστείτε!",
"Create your first card!" : "Δημιουργήστε την πρώτη σας κάρτα!",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Αυτό το σχόλιο έχει περισσότερους από %s χαρακτήρες.\nΠροστέθηκε ως συνημμένο στην καρτέλα με όνομα %s .\nΠροσβάσιμο στη διεύθυνση URL: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Αυτό το σχόλιο έχει περισσότερους από %s χαρακτήρες.\nΠροστέθηκε ως συνημμένο στην καρτέλα με όνομα %s .\nΠροσβάσιμο στη διεύθυνση URL: %s.",
"Attachments" : "Συνημμένα",
"File" : "Αρχείο",
"date" : "ημερομηνία",
"Card not found" : "Η καρτέλα δεν βρέθηκε", "Card not found" : "Η καρτέλα δεν βρέθηκε",
"Path is already shared with this card" : "Η διαδρομή κοινοποιείται ήδη σε αυτήν την καρτέλα", "Path is already shared with this card" : "Η διαδρομή κοινοποιείται ήδη σε αυτήν την καρτέλα",
"Invalid date, date format must be YYYY-MM-DD" : "Μη έγκυρη ημερομηνία, η μορφή ημερομηνίας πρέπει να είναι ΕΕΕΕ-ΜΜ-ΗΗ", "Invalid date, date format must be YYYY-MM-DD" : "Μη έγκυρη ημερομηνία, η μορφή ημερομηνίας πρέπει να είναι ΕΕΕΕ-ΜΜ-ΗΗ",
@@ -135,12 +119,10 @@ OC.L10N.register(
"Select the board to link to a project" : "Επιλέξτε πίνακα και συνδέστε τον σε ένα έργο", "Select the board to link to a project" : "Επιλέξτε πίνακα και συνδέστε τον σε ένα έργο",
"Search by board title" : "Αναζήτηση με το όνομα πίνακα", "Search by board title" : "Αναζήτηση με το όνομα πίνακα",
"Select board" : "Επιλογή πίνακα", "Select board" : "Επιλογή πίνακα",
"Move/copy card" : "Μετακίνηση/αντιγραφή κάρτας",
"Select a board" : "Επιλογή ενός πίνακα", "Select a board" : "Επιλογή ενός πίνακα",
"No lists available" : "Δεν υπάρχουν διαθέσιμες λίστες", "No lists available" : "Δεν υπάρχουν διαθέσιμες λίστες",
"Select a list" : "Επιλέξτε μια λίστα", "Select a list" : "Επιλέξτε μια λίστα",
"Move card" : "Μετακίνηση καρτέλας", "Move card" : "Μετακίνηση καρτέλας",
"Copy card" : "Αντίγραφο κάρτας",
"Select the card to link to a project" : "Επιλογή καρτέλας για σύνδεση στο έργο", "Select the card to link to a project" : "Επιλογή καρτέλας για σύνδεση στο έργο",
"Link to card" : "Σύνδεσμος σε καρτέλα", "Link to card" : "Σύνδεσμος σε καρτέλα",
"Select a card" : "Επιλογή μιας καρτέλας", "Select a card" : "Επιλογή μιας καρτέλας",
@@ -228,7 +210,7 @@ OC.L10N.register(
"Select a user to assign to this card…" : "Επιλέξτε έναν χρήστη για να του αναθέσετε αυτή την κάρτα...", "Select a user to assign to this card…" : "Επιλέξτε έναν χρήστη για να του αναθέσετε αυτή την κάρτα...",
"File to share" : "Αρχείο για κοινή χρήση", "File to share" : "Αρχείο για κοινή χρήση",
"Invalid path selected" : "Επιλέχθηκε μη έγκυρη διαδρομή", "Invalid path selected" : "Επιλέχθηκε μη έγκυρη διαδρομή",
"Upload new files" : "Μεταφορτώστε νέα αρχεία", "Upload new files" : "Ανεβάστε νέα αρχεία",
"Share from Files" : "Κοινή χρήση από Αρχεία", "Share from Files" : "Κοινή χρήση από Αρχεία",
"Pending share" : "Κοινή χρήση σε εκκρεμότητα", "Pending share" : "Κοινή χρήση σε εκκρεμότητα",
"Add this attachment" : "Προσθήκη αυτού του συνημμένου", "Add this attachment" : "Προσθήκη αυτού του συνημμένου",
@@ -240,9 +222,9 @@ OC.L10N.register(
"Modified" : "Τροποποιήθηκε", "Modified" : "Τροποποιήθηκε",
"Created" : "Δημιουργήθηκε", "Created" : "Δημιουργήθηκε",
"The title cannot be empty." : "Ο τίτλος δεν μπορεί να είναι κενός.", "The title cannot be empty." : "Ο τίτλος δεν μπορεί να είναι κενός.",
"Cannot close unsaved card!" : "Αδυναμία κλεισίματος της κάρτας που δεν έχει αποθηκευτεί!",
"Open in sidebar view" : "Άνοιγμα σε προβολή πλευρικής στήλης", "Open in sidebar view" : "Άνοιγμα σε προβολή πλευρικής στήλης",
"Open in bigger view" : "Άνοιγμα σε μεγαλύτερη προβολή", "Open in bigger view" : "Άνοιγμα σε μεγαλύτερη προβολή",
"Attachments" : "Συνημμένα",
"Comments" : "Σχόλια", "Comments" : "Σχόλια",
"Failed to load comments" : "Αποτυχία φόρτωσης σχολίων", "Failed to load comments" : "Αποτυχία φόρτωσης σχολίων",
"No comments yet. Begin the discussion!" : "Χωρίς σχόλια ακόμη. Ξεκινήστε την συζήτηση!", "No comments yet. Begin the discussion!" : "Χωρίς σχόλια ακόμη. Ξεκινήστε την συζήτηση!",
@@ -255,7 +237,6 @@ OC.L10N.register(
"Reply" : "Απάντηση", "Reply" : "Απάντηση",
"Update" : "Ενημέρωση", "Update" : "Ενημέρωση",
"Write a description …" : "Γράψτε μια περιγραφή…", "Write a description …" : "Γράψτε μια περιγραφή…",
"Could not save description" : "Αδυναμία αποθήκευσης της περιγραφής",
"Description" : "Περιγραφή", "Description" : "Περιγραφή",
"(Unsaved)" : "(Δεν αποθηκεύτηκε)", "(Unsaved)" : "(Δεν αποθηκεύτηκε)",
"(Saving…)" : "(Αποθήκευση...)", "(Saving…)" : "(Αποθήκευση...)",
@@ -290,7 +271,6 @@ OC.L10N.register(
"{count} comments, {unread} unread" : "{count} σχόλια, {unread} μη αναγνωσμένα", "{count} comments, {unread} unread" : "{count} σχόλια, {unread} μη αναγνωσμένα",
"Todo items" : "Στοιχεία todo", "Todo items" : "Στοιχεία todo",
"Edit card title" : "Επεξεργασία τίτλου κάρτας", "Edit card title" : "Επεξεργασία τίτλου κάρτας",
"Open link" : "Άνοιγμα συνδέσμου",
"Card deleted" : "Η καρτέλα διαγράφηκε", "Card deleted" : "Η καρτέλα διαγράφηκε",
"Edit title" : "Επεξεργασία τίτλου", "Edit title" : "Επεξεργασία τίτλου",
"Assign to me" : "Ανάθεση σε εμένα", "Assign to me" : "Ανάθεση σε εμένα",
@@ -334,7 +314,6 @@ OC.L10N.register(
"Limit board creation to some groups" : "Περιορισμός της δημιουργίας πινάκων σε ορισμένες ομάδες", "Limit board creation to some groups" : "Περιορισμός της δημιουργίας πινάκων σε ορισμένες ομάδες",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Οι χρήστες εκτός αυτών των ομάδων δεν θα μπορούν να δημιουργούν τους δικούς τους πίνακες, αλλά θα μπορούν να εργάζονται σε πίνακες που τους έχουν διαμοιραστεί.", "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Οι χρήστες εκτός αυτών των ομάδων δεν θα μπορούν να δημιουργούν τους δικούς τους πίνακες, αλλά θα μπορούν να εργάζονται σε πίνακες που τους έχουν διαμοιραστεί.",
"Cancel edit" : "Ακύρωση επεξεργασίας", "Cancel edit" : "Ακύρωση επεξεργασίας",
"Save board" : "Αποθήκευση πίνακα",
"Board {0} deleted" : "Διαγράφηκε {0} πίνακας ", "Board {0} deleted" : "Διαγράφηκε {0} πίνακας ",
"All cards" : "Όλες οι καρτέλες", "All cards" : "Όλες οι καρτέλες",
"Only assigned cards" : "Μόνο καρτέλες που έχουν ανατεθεί", "Only assigned cards" : "Μόνο καρτέλες που έχουν ανατεθεί",
@@ -342,7 +321,6 @@ OC.L10N.register(
"An error occurred" : "Παρουσιάστηκε σφάλμα", "An error occurred" : "Παρουσιάστηκε σφάλμα",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Είστε βέβαιοι ότι θέλετε να διαγράψετε τον πίνακα {title}; Αυτό θα διαγράψει όλα τα δεδομένα του πίνακα συμπεριλαμβανομένων και των αρχειοθετημένων καρτών.", "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Είστε βέβαιοι ότι θέλετε να διαγράψετε τον πίνακα {title}; Αυτό θα διαγράψει όλα τα δεδομένα του πίνακα συμπεριλαμβανομένων και των αρχειοθετημένων καρτών.",
"Delete the board?" : "Διαγραφή του πίνακα;", "Delete the board?" : "Διαγραφή του πίνακα;",
"Exporting board..." : "Εξαγωγή πίνακα...",
"Board details" : "Λεπτομέριες πίνακα", "Board details" : "Λεπτομέριες πίνακα",
"Edit board" : "Επεξεργασία πίνακα", "Edit board" : "Επεξεργασία πίνακα",
"Clone board" : "Κλώνος πίνακα", "Clone board" : "Κλώνος πίνακα",
@@ -355,25 +333,15 @@ OC.L10N.register(
"Assigned cards" : "Ανατεθειμένες καρτέλες", "Assigned cards" : "Ανατεθειμένες καρτέλες",
"No notifications" : "Δεν υπάρχουν ειδοποιήσεις", "No notifications" : "Δεν υπάρχουν ειδοποιήσεις",
"Delete board" : "Διαγραφή πίνακα", "Delete board" : "Διαγραφή πίνακα",
"Importing board..." : "Εισαγωγή πίνακα...", "Clone cards" : "Κάρτες κλώνου",
"Board imported successfully" : "Ο πίνακας εισήχθη επιτυχώς", "Advanced options" : "Επιλογές για προχωρημένους",
"Import board" : "Εισαγωγή πίνακα", "Clone" : "Κλώνος",
"Clone {boardTitle}" : "Κλωνοποίηση {boardTitle}", "Export as CSV" : "Εξαγωγή σε CSV",
"Clone cards" : "Κλωνοποίηση καρτών",
"Clone assignments" : "Κλωνοποίηση αναθέσεων",
"Clone labels" : "Κλωνοποίηση ετικετών",
"Clone due dates" : "Κλωνοποίηση προθεσμιών",
"Advanced options" : "Προχωρημένες επιλογές",
"Move all cards to the first list" : "Μετακίνηση όλων των καρτών στην πρώτη λίστα",
"Restore archived cards" : "Επαναφορά αρχειοθετημένων καρτών",
"Clone" : "Κλωνοποίηση",
"Export {boardTitle}" : "Εξαγωγή {boardTitle}",
"Export as JSON" : "Εξαγωγή ως JSON",
"Export as CSV" : "Εξαγωγή ως CSV",
"Note: Only the JSON format is supported for importing back into the Deck app." : "Σημείωση: Μόνο η μορφή JSON υποστηρίζεται για εισαγωγή πίσω στην εφαρμογή Deck.",
"Export" : "Εξαγωγή", "Export" : "Εξαγωγή",
"Loading filtered view" : "Φόρτωση εμφάνισης με βάση το φίλτρο", "Loading filtered view" : "Φόρτωση εμφάνισης με βάση το φίλτρο",
"Search for {searchQuery} in other boards" : "Αναζήτηση για {searchQuery} σε άλλους πίνακες", "Today" : "Σήμερα",
"Tomorrow" : "Αύριο",
"No due" : "Χωρίς λήξη",
"Search for {searchQuery} in all boards" : "Αναζήτηση για {searchQuery} σε όλους τους πίνακες", "Search for {searchQuery} in all boards" : "Αναζήτηση για {searchQuery} σε όλους τους πίνακες",
"No results found" : "Δεν βρέθηκαν αποτελέσματα", "No results found" : "Δεν βρέθηκαν αποτελέσματα",
"Deck board {name}\n* Last modified on {lastMod}" : "Πίνακας Deck {name}\n* Τελευταία τροποποίηση στις {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Πίνακας Deck {name}\n* Τελευταία τροποποίηση στις {lastMod}",
@@ -402,7 +370,6 @@ OC.L10N.register(
"Something went wrong" : "Κάτι πήγε στραβά", "Something went wrong" : "Κάτι πήγε στραβά",
"Failed to upload {name}" : "Αποτυχία μεταφόρτωσης {name}", "Failed to upload {name}" : "Αποτυχία μεταφόρτωσης {name}",
"Maximum file size of {size} exceeded" : "Υπέρβαση επιτρεπόμενου μεγέθους αρχείου {size}", "Maximum file size of {size} exceeded" : "Υπέρβαση επιτρεπόμενου μεγέθους αρχείου {size}",
"Assigned users" : "Ανατεθειμένοι χρήστες",
"Due date" : "Προθεσμία", "Due date" : "Προθεσμία",
"Error creating the share" : "Σφάλμα κατά τη δημιουργία της κοινοποίησης", "Error creating the share" : "Σφάλμα κατά τη δημιουργία της κοινοποίησης",
"Share with a Deck card" : "Μοιραστείτε με μια καρτέλα Deck", "Share with a Deck card" : "Μοιραστείτε με μια καρτέλα Deck",
@@ -414,9 +381,6 @@ OC.L10N.register(
"Example Task 3" : "Παράδειγμα Εργασίας 3", "Example Task 3" : "Παράδειγμα Εργασίας 3",
"Example Task 2" : "Παράδειγμα Εργασίας 2", "Example Task 2" : "Παράδειγμα Εργασίας 2",
"Example Task 1" : "Παράδειγμα Εργασίας 1", "Example Task 1" : "Παράδειγμα Εργασίας 1",
"Move card to another board" : "Μετακίνηση καρτέλας σε άλλο πίνακα", "Move card to another board" : "Μετακίνηση καρτέλας σε άλλο πίνακα"
"Today" : "Σήμερα",
"Tomorrow" : "Αύριο",
"No due" : "Χωρίς λήξη"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -79,14 +79,10 @@
"Could not write file to disk" : "Αδυναμία εγγραφής αρχείου στον δίσκο", "Could not write file to disk" : "Αδυναμία εγγραφής αρχείου στον δίσκο",
"A PHP extension stopped the file upload" : "Ένα πρόσθετο PHP διέκοψε την μεταφόρτωση του αρχείου", "A PHP extension stopped the file upload" : "Ένα πρόσθετο PHP διέκοψε την μεταφόρτωση του αρχείου",
"No file uploaded or file size exceeds maximum of %s" : "Δεν μεταφορτώθηκε αρχείο ή το μέγεθος αρχείου υπερβαίνει το μέγιστο %s", "No file uploaded or file size exceeds maximum of %s" : "Δεν μεταφορτώθηκε αρχείο ή το μέγεθος αρχείου υπερβαίνει το μέγιστο %s",
"Invalid file type. Only JSON files are allowed." : "Μη έγκυρος τύπος αρχείου. Επιτρέπονται μόνο αρχεία JSON.",
"Invalid JSON data" : "Μη έγκυρα δεδομένα JSON",
"Failed to import board" : "Αποτυχία εισαγωγής πίνακα",
"Cards due today" : "Κάρτες που λήγουν σήμερα", "Cards due today" : "Κάρτες που λήγουν σήμερα",
"Cards due tomorrow" : "Κάρτες που λήγουν αύριο", "Cards due tomorrow" : "Κάρτες που λήγουν αύριο",
"Upcoming cards" : "Επερχόμενες καρτέλες", "Upcoming cards" : "Επερχόμενες καρτέλες",
"Load more" : "Φόρτωση περισσότερων", "Load more" : "Φόρτωση περισσότερων",
"Welcome to Nextcloud Deck!" : "Καλώς ήρθατε στο Nextcloud Deck!",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Η καρτέλα \"%s\" του \"%s\" ανατέθηκε σε εσάς από τον %s.", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Η καρτέλα \"%s\" του \"%s\" ανατέθηκε σε εσάς από τον %s.",
"{user} has assigned the card {deck-card} on {deck-board} to you." : "Ο/Η {user} έχει αναθέσει την καρτέλα {deck-card} του πίνακα {deck-board} σε εσάς.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "Ο/Η {user} έχει αναθέσει την καρτέλα {deck-card} του πίνακα {deck-board} σε εσάς.",
"The card \"%s\" on \"%s\" has reached its due date." : "Η καρτέλα \"%s\" στο \"%s\" έχει λήξει.", "The card \"%s\" on \"%s\" has reached its due date." : "Η καρτέλα \"%s\" στο \"%s\" έχει λήξει.",
@@ -98,7 +94,6 @@
"Deck board" : "Πίνακας του Deck", "Deck board" : "Πίνακας του Deck",
"Owned by %1$s" : "Ανήκει στον/στην %1$s", "Owned by %1$s" : "Ανήκει στον/στην %1$s",
"Deck boards, cards and comments" : "Πίνακες, κάρτες και σχόλια Deck", "Deck boards, cards and comments" : "Πίνακες, κάρτες και σχόλια Deck",
"From %1$s, in %2$s/%3$s, owned by %4$s" : "Από %1$s, στον %2$s/%3$s, που ανήκει στον %4$s",
"Create a new deck card" : "Δημιουργήστε μια νέα κάρτα", "Create a new deck card" : "Δημιουργήστε μια νέα κάρτα",
"Card comments" : "Σχόλια καρτέλας", "Card comments" : "Σχόλια καρτέλας",
"%s on %s" : "%s στο %s", "%s on %s" : "%s στο %s",
@@ -109,20 +104,9 @@
"Action needed" : "Απαιτείται ενέργεια", "Action needed" : "Απαιτείται ενέργεια",
"Later" : "Αργότερα", "Later" : "Αργότερα",
"copy" : "Αντιγραφή", "copy" : "Αντιγραφή",
"Read more inside" : "Διαβάστε περισσότερα εντός",
"Custom lists - click to rename!" : "Προσαρμοσμένες λίστες - κάντε κλικ για μετονομασία!",
"To Do" : "Προς Ενέργεια", "To Do" : "Προς Ενέργεια",
"In Progress" : "Σε Εξέλιξη",
"Done" : "Ολοκληρώθηκε", "Done" : "Ολοκληρώθηκε",
"1. Open to learn more about boards and cards" : "1. Ανοίξτε για να μάθετε περισσότερα για τους πίνακες και τις κάρτες",
"2. Drag cards left and right, up and down" : "2. Σύρετε κάρτες αριστερά και δεξιά, πάνω και κάτω",
"3. Apply rich formatting and link content" : "3. Εφαρμόστε πλούσια μορφοποίηση και συνδέστε περιεχόμενο",
"4. Share, comment and collaborate!" : "4. Μοιραστείτε, σχολιάστε και συνεργαστείτε!",
"Create your first card!" : "Δημιουργήστε την πρώτη σας κάρτα!",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Αυτό το σχόλιο έχει περισσότερους από %s χαρακτήρες.\nΠροστέθηκε ως συνημμένο στην καρτέλα με όνομα %s .\nΠροσβάσιμο στη διεύθυνση URL: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Αυτό το σχόλιο έχει περισσότερους από %s χαρακτήρες.\nΠροστέθηκε ως συνημμένο στην καρτέλα με όνομα %s .\nΠροσβάσιμο στη διεύθυνση URL: %s.",
"Attachments" : "Συνημμένα",
"File" : "Αρχείο",
"date" : "ημερομηνία",
"Card not found" : "Η καρτέλα δεν βρέθηκε", "Card not found" : "Η καρτέλα δεν βρέθηκε",
"Path is already shared with this card" : "Η διαδρομή κοινοποιείται ήδη σε αυτήν την καρτέλα", "Path is already shared with this card" : "Η διαδρομή κοινοποιείται ήδη σε αυτήν την καρτέλα",
"Invalid date, date format must be YYYY-MM-DD" : "Μη έγκυρη ημερομηνία, η μορφή ημερομηνίας πρέπει να είναι ΕΕΕΕ-ΜΜ-ΗΗ", "Invalid date, date format must be YYYY-MM-DD" : "Μη έγκυρη ημερομηνία, η μορφή ημερομηνίας πρέπει να είναι ΕΕΕΕ-ΜΜ-ΗΗ",
@@ -133,12 +117,10 @@
"Select the board to link to a project" : "Επιλέξτε πίνακα και συνδέστε τον σε ένα έργο", "Select the board to link to a project" : "Επιλέξτε πίνακα και συνδέστε τον σε ένα έργο",
"Search by board title" : "Αναζήτηση με το όνομα πίνακα", "Search by board title" : "Αναζήτηση με το όνομα πίνακα",
"Select board" : "Επιλογή πίνακα", "Select board" : "Επιλογή πίνακα",
"Move/copy card" : "Μετακίνηση/αντιγραφή κάρτας",
"Select a board" : "Επιλογή ενός πίνακα", "Select a board" : "Επιλογή ενός πίνακα",
"No lists available" : "Δεν υπάρχουν διαθέσιμες λίστες", "No lists available" : "Δεν υπάρχουν διαθέσιμες λίστες",
"Select a list" : "Επιλέξτε μια λίστα", "Select a list" : "Επιλέξτε μια λίστα",
"Move card" : "Μετακίνηση καρτέλας", "Move card" : "Μετακίνηση καρτέλας",
"Copy card" : "Αντίγραφο κάρτας",
"Select the card to link to a project" : "Επιλογή καρτέλας για σύνδεση στο έργο", "Select the card to link to a project" : "Επιλογή καρτέλας για σύνδεση στο έργο",
"Link to card" : "Σύνδεσμος σε καρτέλα", "Link to card" : "Σύνδεσμος σε καρτέλα",
"Select a card" : "Επιλογή μιας καρτέλας", "Select a card" : "Επιλογή μιας καρτέλας",
@@ -226,7 +208,7 @@
"Select a user to assign to this card…" : "Επιλέξτε έναν χρήστη για να του αναθέσετε αυτή την κάρτα...", "Select a user to assign to this card…" : "Επιλέξτε έναν χρήστη για να του αναθέσετε αυτή την κάρτα...",
"File to share" : "Αρχείο για κοινή χρήση", "File to share" : "Αρχείο για κοινή χρήση",
"Invalid path selected" : "Επιλέχθηκε μη έγκυρη διαδρομή", "Invalid path selected" : "Επιλέχθηκε μη έγκυρη διαδρομή",
"Upload new files" : "Μεταφορτώστε νέα αρχεία", "Upload new files" : "Ανεβάστε νέα αρχεία",
"Share from Files" : "Κοινή χρήση από Αρχεία", "Share from Files" : "Κοινή χρήση από Αρχεία",
"Pending share" : "Κοινή χρήση σε εκκρεμότητα", "Pending share" : "Κοινή χρήση σε εκκρεμότητα",
"Add this attachment" : "Προσθήκη αυτού του συνημμένου", "Add this attachment" : "Προσθήκη αυτού του συνημμένου",
@@ -238,9 +220,9 @@
"Modified" : "Τροποποιήθηκε", "Modified" : "Τροποποιήθηκε",
"Created" : "Δημιουργήθηκε", "Created" : "Δημιουργήθηκε",
"The title cannot be empty." : "Ο τίτλος δεν μπορεί να είναι κενός.", "The title cannot be empty." : "Ο τίτλος δεν μπορεί να είναι κενός.",
"Cannot close unsaved card!" : "Αδυναμία κλεισίματος της κάρτας που δεν έχει αποθηκευτεί!",
"Open in sidebar view" : "Άνοιγμα σε προβολή πλευρικής στήλης", "Open in sidebar view" : "Άνοιγμα σε προβολή πλευρικής στήλης",
"Open in bigger view" : "Άνοιγμα σε μεγαλύτερη προβολή", "Open in bigger view" : "Άνοιγμα σε μεγαλύτερη προβολή",
"Attachments" : "Συνημμένα",
"Comments" : "Σχόλια", "Comments" : "Σχόλια",
"Failed to load comments" : "Αποτυχία φόρτωσης σχολίων", "Failed to load comments" : "Αποτυχία φόρτωσης σχολίων",
"No comments yet. Begin the discussion!" : "Χωρίς σχόλια ακόμη. Ξεκινήστε την συζήτηση!", "No comments yet. Begin the discussion!" : "Χωρίς σχόλια ακόμη. Ξεκινήστε την συζήτηση!",
@@ -253,7 +235,6 @@
"Reply" : "Απάντηση", "Reply" : "Απάντηση",
"Update" : "Ενημέρωση", "Update" : "Ενημέρωση",
"Write a description …" : "Γράψτε μια περιγραφή…", "Write a description …" : "Γράψτε μια περιγραφή…",
"Could not save description" : "Αδυναμία αποθήκευσης της περιγραφής",
"Description" : "Περιγραφή", "Description" : "Περιγραφή",
"(Unsaved)" : "(Δεν αποθηκεύτηκε)", "(Unsaved)" : "(Δεν αποθηκεύτηκε)",
"(Saving…)" : "(Αποθήκευση...)", "(Saving…)" : "(Αποθήκευση...)",
@@ -288,7 +269,6 @@
"{count} comments, {unread} unread" : "{count} σχόλια, {unread} μη αναγνωσμένα", "{count} comments, {unread} unread" : "{count} σχόλια, {unread} μη αναγνωσμένα",
"Todo items" : "Στοιχεία todo", "Todo items" : "Στοιχεία todo",
"Edit card title" : "Επεξεργασία τίτλου κάρτας", "Edit card title" : "Επεξεργασία τίτλου κάρτας",
"Open link" : "Άνοιγμα συνδέσμου",
"Card deleted" : "Η καρτέλα διαγράφηκε", "Card deleted" : "Η καρτέλα διαγράφηκε",
"Edit title" : "Επεξεργασία τίτλου", "Edit title" : "Επεξεργασία τίτλου",
"Assign to me" : "Ανάθεση σε εμένα", "Assign to me" : "Ανάθεση σε εμένα",
@@ -332,7 +312,6 @@
"Limit board creation to some groups" : "Περιορισμός της δημιουργίας πινάκων σε ορισμένες ομάδες", "Limit board creation to some groups" : "Περιορισμός της δημιουργίας πινάκων σε ορισμένες ομάδες",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Οι χρήστες εκτός αυτών των ομάδων δεν θα μπορούν να δημιουργούν τους δικούς τους πίνακες, αλλά θα μπορούν να εργάζονται σε πίνακες που τους έχουν διαμοιραστεί.", "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Οι χρήστες εκτός αυτών των ομάδων δεν θα μπορούν να δημιουργούν τους δικούς τους πίνακες, αλλά θα μπορούν να εργάζονται σε πίνακες που τους έχουν διαμοιραστεί.",
"Cancel edit" : "Ακύρωση επεξεργασίας", "Cancel edit" : "Ακύρωση επεξεργασίας",
"Save board" : "Αποθήκευση πίνακα",
"Board {0} deleted" : "Διαγράφηκε {0} πίνακας ", "Board {0} deleted" : "Διαγράφηκε {0} πίνακας ",
"All cards" : "Όλες οι καρτέλες", "All cards" : "Όλες οι καρτέλες",
"Only assigned cards" : "Μόνο καρτέλες που έχουν ανατεθεί", "Only assigned cards" : "Μόνο καρτέλες που έχουν ανατεθεί",
@@ -340,7 +319,6 @@
"An error occurred" : "Παρουσιάστηκε σφάλμα", "An error occurred" : "Παρουσιάστηκε σφάλμα",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Είστε βέβαιοι ότι θέλετε να διαγράψετε τον πίνακα {title}; Αυτό θα διαγράψει όλα τα δεδομένα του πίνακα συμπεριλαμβανομένων και των αρχειοθετημένων καρτών.", "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Είστε βέβαιοι ότι θέλετε να διαγράψετε τον πίνακα {title}; Αυτό θα διαγράψει όλα τα δεδομένα του πίνακα συμπεριλαμβανομένων και των αρχειοθετημένων καρτών.",
"Delete the board?" : "Διαγραφή του πίνακα;", "Delete the board?" : "Διαγραφή του πίνακα;",
"Exporting board..." : "Εξαγωγή πίνακα...",
"Board details" : "Λεπτομέριες πίνακα", "Board details" : "Λεπτομέριες πίνακα",
"Edit board" : "Επεξεργασία πίνακα", "Edit board" : "Επεξεργασία πίνακα",
"Clone board" : "Κλώνος πίνακα", "Clone board" : "Κλώνος πίνακα",
@@ -353,25 +331,15 @@
"Assigned cards" : "Ανατεθειμένες καρτέλες", "Assigned cards" : "Ανατεθειμένες καρτέλες",
"No notifications" : "Δεν υπάρχουν ειδοποιήσεις", "No notifications" : "Δεν υπάρχουν ειδοποιήσεις",
"Delete board" : "Διαγραφή πίνακα", "Delete board" : "Διαγραφή πίνακα",
"Importing board..." : "Εισαγωγή πίνακα...", "Clone cards" : "Κάρτες κλώνου",
"Board imported successfully" : "Ο πίνακας εισήχθη επιτυχώς", "Advanced options" : "Επιλογές για προχωρημένους",
"Import board" : "Εισαγωγή πίνακα", "Clone" : "Κλώνος",
"Clone {boardTitle}" : "Κλωνοποίηση {boardTitle}", "Export as CSV" : "Εξαγωγή σε CSV",
"Clone cards" : "Κλωνοποίηση καρτών",
"Clone assignments" : "Κλωνοποίηση αναθέσεων",
"Clone labels" : "Κλωνοποίηση ετικετών",
"Clone due dates" : "Κλωνοποίηση προθεσμιών",
"Advanced options" : "Προχωρημένες επιλογές",
"Move all cards to the first list" : "Μετακίνηση όλων των καρτών στην πρώτη λίστα",
"Restore archived cards" : "Επαναφορά αρχειοθετημένων καρτών",
"Clone" : "Κλωνοποίηση",
"Export {boardTitle}" : "Εξαγωγή {boardTitle}",
"Export as JSON" : "Εξαγωγή ως JSON",
"Export as CSV" : "Εξαγωγή ως CSV",
"Note: Only the JSON format is supported for importing back into the Deck app." : "Σημείωση: Μόνο η μορφή JSON υποστηρίζεται για εισαγωγή πίσω στην εφαρμογή Deck.",
"Export" : "Εξαγωγή", "Export" : "Εξαγωγή",
"Loading filtered view" : "Φόρτωση εμφάνισης με βάση το φίλτρο", "Loading filtered view" : "Φόρτωση εμφάνισης με βάση το φίλτρο",
"Search for {searchQuery} in other boards" : "Αναζήτηση για {searchQuery} σε άλλους πίνακες", "Today" : "Σήμερα",
"Tomorrow" : "Αύριο",
"No due" : "Χωρίς λήξη",
"Search for {searchQuery} in all boards" : "Αναζήτηση για {searchQuery} σε όλους τους πίνακες", "Search for {searchQuery} in all boards" : "Αναζήτηση για {searchQuery} σε όλους τους πίνακες",
"No results found" : "Δεν βρέθηκαν αποτελέσματα", "No results found" : "Δεν βρέθηκαν αποτελέσματα",
"Deck board {name}\n* Last modified on {lastMod}" : "Πίνακας Deck {name}\n* Τελευταία τροποποίηση στις {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Πίνακας Deck {name}\n* Τελευταία τροποποίηση στις {lastMod}",
@@ -400,7 +368,6 @@
"Something went wrong" : "Κάτι πήγε στραβά", "Something went wrong" : "Κάτι πήγε στραβά",
"Failed to upload {name}" : "Αποτυχία μεταφόρτωσης {name}", "Failed to upload {name}" : "Αποτυχία μεταφόρτωσης {name}",
"Maximum file size of {size} exceeded" : "Υπέρβαση επιτρεπόμενου μεγέθους αρχείου {size}", "Maximum file size of {size} exceeded" : "Υπέρβαση επιτρεπόμενου μεγέθους αρχείου {size}",
"Assigned users" : "Ανατεθειμένοι χρήστες",
"Due date" : "Προθεσμία", "Due date" : "Προθεσμία",
"Error creating the share" : "Σφάλμα κατά τη δημιουργία της κοινοποίησης", "Error creating the share" : "Σφάλμα κατά τη δημιουργία της κοινοποίησης",
"Share with a Deck card" : "Μοιραστείτε με μια καρτέλα Deck", "Share with a Deck card" : "Μοιραστείτε με μια καρτέλα Deck",
@@ -412,9 +379,6 @@
"Example Task 3" : "Παράδειγμα Εργασίας 3", "Example Task 3" : "Παράδειγμα Εργασίας 3",
"Example Task 2" : "Παράδειγμα Εργασίας 2", "Example Task 2" : "Παράδειγμα Εργασίας 2",
"Example Task 1" : "Παράδειγμα Εργασίας 1", "Example Task 1" : "Παράδειγμα Εργασίας 1",
"Move card to another board" : "Μετακίνηση καρτέλας σε άλλο πίνακα", "Move card to another board" : "Μετακίνηση καρτέλας σε άλλο πίνακα"
"Today" : "Σήμερα",
"Tomorrow" : "Αύριο",
"No due" : "Χωρίς λήξη"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -122,14 +122,11 @@ OC.L10N.register(
"4. Share, comment and collaborate!" : "4. Share, comment and collaborate!", "4. Share, comment and collaborate!" : "4. Share, comment and collaborate!",
"Create your first card!" : "Create your first card!", "Create your first card!" : "Create your first card!",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.",
"Attachments" : "Attachments",
"File" : "File",
"date" : "date",
"Card not found" : "Card not found", "Card not found" : "Card not found",
"Path is already shared with this card" : "Path is already shared with this card", "Path is already shared with this card" : "Path is already shared with this card",
"Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD",
"Personal planning and team project organization" : "Personal planning and team project organisation", "Personal planning and team project organization" : "Personal planning and team project organization",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck is a kanban style organisation tool aimed at personal planning and project organisation for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organisation\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organised", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized",
"Add board" : "Add board", "Add board" : "Add board",
"Card details" : "Card details", "Card details" : "Card details",
"Select the board to link to a project" : "Select the board to link to a project", "Select the board to link to a project" : "Select the board to link to a project",
@@ -240,9 +237,9 @@ OC.L10N.register(
"Modified" : "Modified", "Modified" : "Modified",
"Created" : "Created", "Created" : "Created",
"The title cannot be empty." : "The title cannot be empty.", "The title cannot be empty." : "The title cannot be empty.",
"Cannot close unsaved card!" : "Cannot close unsaved card!",
"Open in sidebar view" : "Open in sidebar view", "Open in sidebar view" : "Open in sidebar view",
"Open in bigger view" : "Open in bigger view", "Open in bigger view" : "Open in bigger view",
"Attachments" : "Attachments",
"Comments" : "Comments", "Comments" : "Comments",
"Failed to load comments" : "Failed to load comments", "Failed to load comments" : "Failed to load comments",
"No comments yet. Begin the discussion!" : "No comments yet. Begin the discussion!", "No comments yet. Begin the discussion!" : "No comments yet. Begin the discussion!",
@@ -255,7 +252,6 @@ OC.L10N.register(
"Reply" : "Reply", "Reply" : "Reply",
"Update" : "Update", "Update" : "Update",
"Write a description …" : "Write a description …", "Write a description …" : "Write a description …",
"Could not save description" : "Could not save description",
"Description" : "Description", "Description" : "Description",
"(Unsaved)" : "(Unsaved)", "(Unsaved)" : "(Unsaved)",
"(Saving…)" : "(Saving…)", "(Saving…)" : "(Saving…)",
@@ -373,7 +369,9 @@ OC.L10N.register(
"Note: Only the JSON format is supported for importing back into the Deck app." : "Note: Only the JSON format is supported for importing back into the Deck app.", "Note: Only the JSON format is supported for importing back into the Deck app." : "Note: Only the JSON format is supported for importing back into the Deck app.",
"Export" : "Export", "Export" : "Export",
"Loading filtered view" : "Loading filtered view", "Loading filtered view" : "Loading filtered view",
"Search for {searchQuery} in other boards" : "Search for {searchQuery} in other boards", "Today" : "Today",
"Tomorrow" : "Tomorrow",
"No due" : "No due",
"Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards", "Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards",
"No results found" : "No results found", "No results found" : "No results found",
"Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}",
@@ -414,9 +412,6 @@ OC.L10N.register(
"Example Task 3" : "Example Task 3", "Example Task 3" : "Example Task 3",
"Example Task 2" : "Example Task 2", "Example Task 2" : "Example Task 2",
"Example Task 1" : "Example Task 1", "Example Task 1" : "Example Task 1",
"Move card to another board" : "Move card to another board", "Move card to another board" : "Move card to another board"
"Today" : "Today",
"Tomorrow" : "Tomorrow",
"No due" : "No due"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -120,14 +120,11 @@
"4. Share, comment and collaborate!" : "4. Share, comment and collaborate!", "4. Share, comment and collaborate!" : "4. Share, comment and collaborate!",
"Create your first card!" : "Create your first card!", "Create your first card!" : "Create your first card!",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.",
"Attachments" : "Attachments",
"File" : "File",
"date" : "date",
"Card not found" : "Card not found", "Card not found" : "Card not found",
"Path is already shared with this card" : "Path is already shared with this card", "Path is already shared with this card" : "Path is already shared with this card",
"Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD",
"Personal planning and team project organization" : "Personal planning and team project organisation", "Personal planning and team project organization" : "Personal planning and team project organization",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck is a kanban style organisation tool aimed at personal planning and project organisation for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organisation\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organised", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized",
"Add board" : "Add board", "Add board" : "Add board",
"Card details" : "Card details", "Card details" : "Card details",
"Select the board to link to a project" : "Select the board to link to a project", "Select the board to link to a project" : "Select the board to link to a project",
@@ -238,9 +235,9 @@
"Modified" : "Modified", "Modified" : "Modified",
"Created" : "Created", "Created" : "Created",
"The title cannot be empty." : "The title cannot be empty.", "The title cannot be empty." : "The title cannot be empty.",
"Cannot close unsaved card!" : "Cannot close unsaved card!",
"Open in sidebar view" : "Open in sidebar view", "Open in sidebar view" : "Open in sidebar view",
"Open in bigger view" : "Open in bigger view", "Open in bigger view" : "Open in bigger view",
"Attachments" : "Attachments",
"Comments" : "Comments", "Comments" : "Comments",
"Failed to load comments" : "Failed to load comments", "Failed to load comments" : "Failed to load comments",
"No comments yet. Begin the discussion!" : "No comments yet. Begin the discussion!", "No comments yet. Begin the discussion!" : "No comments yet. Begin the discussion!",
@@ -253,7 +250,6 @@
"Reply" : "Reply", "Reply" : "Reply",
"Update" : "Update", "Update" : "Update",
"Write a description …" : "Write a description …", "Write a description …" : "Write a description …",
"Could not save description" : "Could not save description",
"Description" : "Description", "Description" : "Description",
"(Unsaved)" : "(Unsaved)", "(Unsaved)" : "(Unsaved)",
"(Saving…)" : "(Saving…)", "(Saving…)" : "(Saving…)",
@@ -371,7 +367,9 @@
"Note: Only the JSON format is supported for importing back into the Deck app." : "Note: Only the JSON format is supported for importing back into the Deck app.", "Note: Only the JSON format is supported for importing back into the Deck app." : "Note: Only the JSON format is supported for importing back into the Deck app.",
"Export" : "Export", "Export" : "Export",
"Loading filtered view" : "Loading filtered view", "Loading filtered view" : "Loading filtered view",
"Search for {searchQuery} in other boards" : "Search for {searchQuery} in other boards", "Today" : "Today",
"Tomorrow" : "Tomorrow",
"No due" : "No due",
"Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards", "Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards",
"No results found" : "No results found", "No results found" : "No results found",
"Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}",
@@ -412,9 +410,6 @@
"Example Task 3" : "Example Task 3", "Example Task 3" : "Example Task 3",
"Example Task 2" : "Example Task 2", "Example Task 2" : "Example Task 2",
"Example Task 1" : "Example Task 1", "Example Task 1" : "Example Task 1",
"Move card to another board" : "Move card to another board", "Move card to another board" : "Move card to another board"
"Today" : "Today",
"Tomorrow" : "Tomorrow",
"No due" : "No due"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -63,8 +63,6 @@ OC.L10N.register(
"Later" : "Poste", "Later" : "Poste",
"copy" : "kopio", "copy" : "kopio",
"Done" : "Farita", "Done" : "Farita",
"Attachments" : "Dosieraj aldonaĵoj",
"File" : "Dosiero",
"Invalid date, date format must be YYYY-MM-DD" : "Nevalida dato; datoformo estu JJJJ-MM-TT", "Invalid date, date format must be YYYY-MM-DD" : "Nevalida dato; datoformo estu JJJJ-MM-TT",
"Select the board to link to a project" : "Elekti la tabulon ligotan al projekto", "Select the board to link to a project" : "Elekti la tabulon ligotan al projekto",
"Select board" : "Elekti tabulon", "Select board" : "Elekti tabulon",
@@ -95,6 +93,7 @@ OC.L10N.register(
"Download" : "Elŝuti", "Download" : "Elŝuti",
"Modified" : "Modifita", "Modified" : "Modifita",
"Created" : "Kreita", "Created" : "Kreita",
"Attachments" : "Dosieraj aldonaĵoj",
"Comments" : "Komentoj", "Comments" : "Komentoj",
"Save" : "Konservi", "Save" : "Konservi",
"Created:" : "Kreita:", "Created:" : "Kreita:",
@@ -121,6 +120,8 @@ OC.L10N.register(
"Delete board" : "Forigi tabulon", "Delete board" : "Forigi tabulon",
"Advanced options" : "Detalaj agordoj", "Advanced options" : "Detalaj agordoj",
"Export" : "Eksporti", "Export" : "Eksporti",
"Today" : "Hodiaŭ",
"Tomorrow" : "Morgaŭ",
"Close" : "Malfermi", "Close" : "Malfermi",
"Link to a board" : "Ligilo al tabulo", "Link to a board" : "Ligilo al tabulo",
"Maximum file size of {size} exceeded" : "Maksimuma dosiergrando {size} transpasita", "Maximum file size of {size} exceeded" : "Maksimuma dosiergrando {size} transpasita",
@@ -132,8 +133,6 @@ OC.L10N.register(
"Doing" : "Farata", "Doing" : "Farata",
"Example Task 3" : "Ekzempla tasko 3", "Example Task 3" : "Ekzempla tasko 3",
"Example Task 2" : "Ekzempla tasko 2", "Example Task 2" : "Ekzempla tasko 2",
"Example Task 1" : "Ekzempla tasko 1", "Example Task 1" : "Ekzempla tasko 1"
"Today" : "Hodiaŭ",
"Tomorrow" : "Morgaŭ"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -61,8 +61,6 @@
"Later" : "Poste", "Later" : "Poste",
"copy" : "kopio", "copy" : "kopio",
"Done" : "Farita", "Done" : "Farita",
"Attachments" : "Dosieraj aldonaĵoj",
"File" : "Dosiero",
"Invalid date, date format must be YYYY-MM-DD" : "Nevalida dato; datoformo estu JJJJ-MM-TT", "Invalid date, date format must be YYYY-MM-DD" : "Nevalida dato; datoformo estu JJJJ-MM-TT",
"Select the board to link to a project" : "Elekti la tabulon ligotan al projekto", "Select the board to link to a project" : "Elekti la tabulon ligotan al projekto",
"Select board" : "Elekti tabulon", "Select board" : "Elekti tabulon",
@@ -93,6 +91,7 @@
"Download" : "Elŝuti", "Download" : "Elŝuti",
"Modified" : "Modifita", "Modified" : "Modifita",
"Created" : "Kreita", "Created" : "Kreita",
"Attachments" : "Dosieraj aldonaĵoj",
"Comments" : "Komentoj", "Comments" : "Komentoj",
"Save" : "Konservi", "Save" : "Konservi",
"Created:" : "Kreita:", "Created:" : "Kreita:",
@@ -119,6 +118,8 @@
"Delete board" : "Forigi tabulon", "Delete board" : "Forigi tabulon",
"Advanced options" : "Detalaj agordoj", "Advanced options" : "Detalaj agordoj",
"Export" : "Eksporti", "Export" : "Eksporti",
"Today" : "Hodiaŭ",
"Tomorrow" : "Morgaŭ",
"Close" : "Malfermi", "Close" : "Malfermi",
"Link to a board" : "Ligilo al tabulo", "Link to a board" : "Ligilo al tabulo",
"Maximum file size of {size} exceeded" : "Maksimuma dosiergrando {size} transpasita", "Maximum file size of {size} exceeded" : "Maksimuma dosiergrando {size} transpasita",
@@ -130,8 +131,6 @@
"Doing" : "Farata", "Doing" : "Farata",
"Example Task 3" : "Ekzempla tasko 3", "Example Task 3" : "Ekzempla tasko 3",
"Example Task 2" : "Ekzempla tasko 2", "Example Task 2" : "Ekzempla tasko 2",
"Example Task 1" : "Ekzempla tasko 1", "Example Task 1" : "Ekzempla tasko 1"
"Today" : "Hodiaŭ",
"Tomorrow" : "Morgaŭ"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -37,9 +37,9 @@ OC.L10N.register(
"{user} has archived card {card} in list {stack} on board {board}" : "{user} ha archivado la tarjeta {card} en la lista {stack} del tablero {board}", "{user} has archived card {card} in list {stack} on board {board}" : "{user} ha archivado la tarjeta {card} en la lista {stack} del tablero {board}",
"You have unarchived card {card} in list {stack} on board {board}" : "Has desarchivado la tarjeta {card} en la lista {stack} del tablero {board}", "You have unarchived card {card} in list {stack} on board {board}" : "Has desarchivado la tarjeta {card} en la lista {stack} del tablero {board}",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} ha desarchivado la tarjeta {card} en la lista {stack} del tablero {board}", "{user} has unarchived card {card} in list {stack} on board {board}" : "{user} ha desarchivado la tarjeta {card} en la lista {stack} del tablero {board}",
"You have marked the card {card} as done in list {stack} on board {board}" : "Ud. ha marcado la tarjeta {card} como completada en la lista {stack} del tablero {board}", "You have marked the card {card} as done in list {stack} on board {board}" : "Has marcado la tarjeta {card} como completada en la lista {stack} del tablero {board}",
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} ha marcado la tarjeta {card} como completada en la lista {stack} del tablero {board}", "{user} has marked card {card} as done in list {stack} on board {board}" : "{user} ha marcado la tarjeta {card} como completada en la lista {stack} del tablero {board}",
"You have marked the card {card} as undone in list {stack} on board {board}" : "Ud. ha marcado la tarjeta {card} como no completada en la lista {stack} del tablero {board}", "You have marked the card {card} as undone in list {stack} on board {board}" : "Has marcado la tarjeta {card} como no completada en la lista {stack} del tablero {board}",
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} ha marcado la tarjeta {card} como no completada en la lista {stack} del tablero {board}", "{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} ha marcado la tarjeta {card} como no completada en la lista {stack} del tablero {board}",
"You have removed the due date of card {card}" : "Has eliminado la fecha de vencimiento de {card}", "You have removed the due date of card {card}" : "Has eliminado la fecha de vencimiento de {card}",
"{user} has removed the due date of card {card}" : "{user} ha eliminado la fecha de vencimiento de {card}", "{user} has removed the due date of card {card}" : "{user} ha eliminado la fecha de vencimiento de {card}",
@@ -81,14 +81,10 @@ OC.L10N.register(
"Could not write file to disk" : "No se ha podido escribir el archivo al disco", "Could not write file to disk" : "No se ha podido escribir el archivo al disco",
"A PHP extension stopped the file upload" : "Una extensión de PHP ha detenido la subida del archivo", "A PHP extension stopped the file upload" : "Una extensión de PHP ha detenido la subida del archivo",
"No file uploaded or file size exceeds maximum of %s" : "No se ha subido ningún archivo, o el tamaño del archivo excede el máximo de %s", "No file uploaded or file size exceeds maximum of %s" : "No se ha subido ningún archivo, o el tamaño del archivo excede el máximo de %s",
"Invalid file type. Only JSON files are allowed." : "Tipo de archivo inválido. Solo se permiten archivos JSON",
"Invalid JSON data" : "Datos JSON inválidos",
"Failed to import board" : "Fallo al importar tablero",
"Cards due today" : "Tarjetas que vencen hoy", "Cards due today" : "Tarjetas que vencen hoy",
"Cards due tomorrow" : "Tarjetas que vencen mañana", "Cards due tomorrow" : "Tarjetas que vencen mañana",
"Upcoming cards" : "Próximas tarjetas", "Upcoming cards" : "Próximas tarjetas",
"Load more" : "Cargar más", "Load more" : "Cargar más",
"Welcome to Nextcloud Deck!" : "¡Bienvenido a Nextcloud Deck!",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La tarjeta \"%s\" en \"%s\" te ha sido asignada por %s.", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "La tarjeta \"%s\" en \"%s\" te ha sido asignada por %s.",
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} te ha asigando la tarjeta {deck-card} de {deck-board} a ti.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} te ha asigando la tarjeta {deck-card} de {deck-board} a ti.",
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alcanzado su fecha límite.", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alcanzado su fecha límite.",
@@ -98,7 +94,7 @@ OC.L10N.register(
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
"{user} has shared {deck-board} with you." : "{user} ha compartido {deck-board} contigo.", "{user} has shared {deck-board} with you." : "{user} ha compartido {deck-board} contigo.",
"Deck board" : "Tablero Deck", "Deck board" : "Tablero Deck",
"Owned by %1$s" : "Propiedad de %1$s", "Owned by %1$s" : "Apropiado por %1$s",
"Deck boards, cards and comments" : "Tableros Deck, tarjetas y comentarios", "Deck boards, cards and comments" : "Tableros Deck, tarjetas y comentarios",
"From %1$s, in %2$s/%3$s, owned by %4$s" : "De %1$s, en %2$s/%3$s, propiedad de %4$s", "From %1$s, in %2$s/%3$s, owned by %4$s" : "De %1$s, en %2$s/%3$s, propiedad de %4$s",
"Create a new deck card" : "Crear una nueva tarjeta de tablero", "Create a new deck card" : "Crear una nueva tarjeta de tablero",
@@ -111,25 +107,15 @@ OC.L10N.register(
"Action needed" : "Acción necesaria", "Action needed" : "Acción necesaria",
"Later" : "Después", "Later" : "Después",
"copy" : "copiar", "copy" : "copiar",
"Read more inside" : "Lea más, adentro",
"Custom lists - click to rename!" : "Listas personalizadas - ¡Haga clic para renombrar!",
"To Do" : "Por hacer", "To Do" : "Por hacer",
"In Progress" : "En progreso", "In Progress" : "En progreso",
"Done" : "Hecho", "Done" : "Hecho",
"1. Open to learn more about boards and cards" : "1. Abra aquí para aprender más sobre los tableros y las tarjetas", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Este comentario tiene más de %s caracteres.\nAñadido como adjunto a la tarjeta con el nombre %s.\nAccesible en la URL: %s.",
"2. Drag cards left and right, up and down" : "2. Arrastre las tarjetas a la izquierda y derecha, arriba y abajo",
"3. Apply rich formatting and link content" : "3. Aplique formato enriquecido y contenido a los enlaces",
"4. Share, comment and collaborate!" : "4. ¡Comparta, comente y colabore!",
"Create your first card!" : "¡Cree su primera tarjeta!",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Este comentario tiene más de %s caracteres.\nSe ha añadido como adjunto a la tarjeta con el nombre %s.\nAccesible en la URL: %s.",
"Attachments" : "Adjuntos",
"File" : "Archivo",
"date" : "fecha",
"Card not found" : "Tarjeta no encontrada", "Card not found" : "Tarjeta no encontrada",
"Path is already shared with this card" : "La ruta ya se ha compartido con esta tarjeta", "Path is already shared with this card" : "La ruta ya se ha compartido con esta tarjeta",
"Invalid date, date format must be YYYY-MM-DD" : "Fecha no válida, el formato de las fechas debe ser AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "Fecha no válida, el formato de las fechas debe ser AAAA-MM-DD",
"Personal planning and team project organization" : "Planificación personal y organización de proyecto de equipo", "Personal planning and team project organization" : "Planificación personal y organización de proyecto de equipo",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos, integrada a Nextcloud.\n\n\n- 📥 Agregue sus tareas a las tarjetas y póngalas en orden.\n- 📄 Escriba notas adicionales en Markdown\n- 🔖 Asigne etiquetas para una organización mejor\n- 👥 Comparta con su equipo, amigos o familia.\n- 📎 Adjunte archivos e incruste los mismos en su descripción Markdown\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organice su proyecto", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto",
"Add board" : "Añadir tablero", "Add board" : "Añadir tablero",
"Card details" : "Detalles de la tarjeta", "Card details" : "Detalles de la tarjeta",
"Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto", "Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto",
@@ -177,8 +163,8 @@ OC.L10N.register(
"Hide archived cards" : "Ocultar tarjetas archivadas", "Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas", "Show archived cards" : "Mostrar tarjetas archivadas",
"Toggle compact mode" : "Mostrar/ocultar modo compacto", "Toggle compact mode" : "Mostrar/ocultar modo compacto",
"Hide card cover images" : "Ocultar la imagen de portada de las tarjetas", "Hide card cover images" : "Ocultar la imagen principal de las tarjetas",
"Show card cover images" : "Mostrar la imagen de portada de las tarjetas", "Show card cover images" : "Mostrar la imagen principal de las tarjetas",
"Open details" : "Abrir detalles", "Open details" : "Abrir detalles",
"Details" : "Detalles", "Details" : "Detalles",
"Currently present people" : "Personas presentes actualmente", "Currently present people" : "Personas presentes actualmente",
@@ -193,11 +179,11 @@ OC.L10N.register(
"Undo" : "Deshacer", "Undo" : "Deshacer",
"Deleted cards" : "Cartas eliminadas", "Deleted cards" : "Cartas eliminadas",
"Failed to create share with {displayName}" : "Fallo al crear el recurso compartido denominado {displayName}", "Failed to create share with {displayName}" : "Fallo al crear el recurso compartido denominado {displayName}",
"Are you sure you want to transfer the board {title} to {user}?" : "¿Está seguro de que quiere transferir el tablero {title} a {user}?", "Are you sure you want to transfer the board {title} to {user}?" : "¿Estás seguro de que quieres transferir el tablero {título} a {usuario}?",
"Transfer the board." : "Transfiera el tablero.", "Transfer the board." : "Transfiere el tablero.",
"Transfer" : "Transferir", "Transfer" : "Transferir",
"The board has been transferred to {user}" : "El tablero ha sido transferido a {user}", "The board has been transferred to {user}" : "El tablero ha sido transferido a {usuario}",
"Failed to transfer the board to {user}" : "Fallo al transferir el tablero a {user}", "Failed to transfer the board to {user}" : "Failed to transfer the board to {user}",
"Share board with a user, group or team …" : "Compartir tablero con un usuario, grupo o equipo …", "Share board with a user, group or team …" : "Compartir tablero con un usuario, grupo o equipo …",
"Searching for users, groups and teams …" : "Buscando usuarios, grupos y equipos …", "Searching for users, groups and teams …" : "Buscando usuarios, grupos y equipos …",
"No participants found" : "No se encontraron participantes", "No participants found" : "No se encontraron participantes",
@@ -230,7 +216,7 @@ OC.L10N.register(
"Invalid path selected" : "Ruta seleccionada no válida", "Invalid path selected" : "Ruta seleccionada no válida",
"Upload new files" : "Subir nuevos archivos", "Upload new files" : "Subir nuevos archivos",
"Share from Files" : "Compartir desde Archivos", "Share from Files" : "Compartir desde Archivos",
"Pending share" : "Recurso compartido pendiente", "Pending share" : "Pendiente de compartir",
"Add this attachment" : "Añadir este adjunto", "Add this attachment" : "Añadir este adjunto",
"Show in Files" : "Mostrar en Archivos", "Show in Files" : "Mostrar en Archivos",
"Download" : "Descargar", "Download" : "Descargar",
@@ -240,9 +226,9 @@ OC.L10N.register(
"Modified" : "Modificado", "Modified" : "Modificado",
"Created" : "Creado", "Created" : "Creado",
"The title cannot be empty." : "El título no puede estar vacío.", "The title cannot be empty." : "El título no puede estar vacío.",
"Cannot close unsaved card!" : "¡No se puede cerrar esta tarjeta no guardada!",
"Open in sidebar view" : "Abrir en vista de barra lateral", "Open in sidebar view" : "Abrir en vista de barra lateral",
"Open in bigger view" : "Abrir en vista más grande", "Open in bigger view" : "Abrir en vista más grande",
"Attachments" : "Adjuntos",
"Comments" : "Comentarios", "Comments" : "Comentarios",
"Failed to load comments" : "Fallo al cargar los comentarios", "Failed to load comments" : "Fallo al cargar los comentarios",
"No comments yet. Begin the discussion!" : "Todavía no hay comentarios. ¡Comienza la discusión!", "No comments yet. Begin the discussion!" : "Todavía no hay comentarios. ¡Comienza la discusión!",
@@ -255,7 +241,6 @@ OC.L10N.register(
"Reply" : "Responder", "Reply" : "Responder",
"Update" : "Actualizar", "Update" : "Actualizar",
"Write a description …" : "Escribe una descripción...", "Write a description …" : "Escribe una descripción...",
"Could not save description" : "No se pudo guardar la descripción",
"Description" : "Descripción", "Description" : "Descripción",
"(Unsaved)" : "(Sin salvar)", "(Unsaved)" : "(Sin salvar)",
"(Saving…)" : "(Guardando...)", "(Saving…)" : "(Guardando...)",
@@ -273,12 +258,12 @@ OC.L10N.register(
"Set due date for this weekend" : "Establecer este fin de semana como fecha de vencimiento", "Set due date for this weekend" : "Establecer este fin de semana como fecha de vencimiento",
"Next week {timeLocale}" : "Próxima semana {timeLocale}", "Next week {timeLocale}" : "Próxima semana {timeLocale}",
"Set due date for next week" : "Establecer la próxima semana como fecha de vencimiento", "Set due date for next week" : "Establecer la próxima semana como fecha de vencimiento",
"Assign a due date to this card…" : "Asignar una fecha de vencimiento a esta tarjeta…", "Assign a due date to this card…" : "Asignar una fecha de caducidad a esta tarjeta…",
"Set a due date" : "Fijar una fecha límite", "Set a due date" : "Fijar una fecha límite",
"Add due date" : "Añadir fecha de vencimiento", "Add due date" : "Añadir fecha de vencimiento",
"Choose a date" : "Elija una fecha", "Choose a date" : "Elija una fecha",
"Remove due date" : "Eliminar fecha límite", "Remove due date" : "Eliminar fecha límite",
"Mark as done" : "Marcar como completado", "Mark as done" : "Marcar como hecho",
"Due at:" : "Vence el:", "Due at:" : "Vence el:",
"Not done" : "No está finalizado", "Not done" : "No está finalizado",
"Unarchive card" : "Desarchivar tarjeta", "Unarchive card" : "Desarchivar tarjeta",
@@ -342,7 +327,6 @@ OC.L10N.register(
"An error occurred" : "Ocurrió un error", "An error occurred" : "Ocurrió un error",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "¿Está seguro de querer eliminar el tablero {title}? Esto eliminará todos los datos del tablero incluyendo las tarjetas archivadas.", "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "¿Está seguro de querer eliminar el tablero {title}? Esto eliminará todos los datos del tablero incluyendo las tarjetas archivadas.",
"Delete the board?" : "¿Borrar el tablero?", "Delete the board?" : "¿Borrar el tablero?",
"Exporting board..." : "Exportando tablero...",
"Board details" : "Detalles del tablero", "Board details" : "Detalles del tablero",
"Edit board" : "Editar tablero", "Edit board" : "Editar tablero",
"Clone board" : "Clonar tablero", "Clone board" : "Clonar tablero",
@@ -355,38 +339,34 @@ OC.L10N.register(
"Assigned cards" : "Tarjetas asignadas", "Assigned cards" : "Tarjetas asignadas",
"No notifications" : "No hay notificaciones", "No notifications" : "No hay notificaciones",
"Delete board" : "Eliminar tablero", "Delete board" : "Eliminar tablero",
"Importing board..." : "Importando tablero...",
"Board imported successfully" : "Se importó el tablero exitosamente",
"Import board" : "Importar tablero",
"Clone {boardTitle}" : "Clonar {boardTitle}", "Clone {boardTitle}" : "Clonar {boardTitle}",
"Clone cards" : "Clonar tarjetas", "Clone cards" : "Clonar tarjetas",
"Clone assignments" : "Clonar asignaciones", "Clone assignments" : "Clonar asignaciones",
"Clone labels" : "Clonar etiquetas", "Clone labels" : "Clonar etiquetas",
"Clone due dates" : "Clonar fechas de vencimiento", "Clone due dates" : "Clonar fechas límite",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Move all cards to the first list" : "Mover todas las tarjetas a la primera lista", "Move all cards to the first list" : "Mover todas las tarjetas a la primera lista",
"Restore archived cards" : "Restaurar tarjetas archivadas", "Restore archived cards" : "Restaurar tarjetas archivadas",
"Clone" : "Clonar", "Clone" : "Clonar",
"Export {boardTitle}" : "Exportar {boardTitle}",
"Export as JSON" : "Exportar como JSON",
"Export as CSV" : "Exportar como CSV", "Export as CSV" : "Exportar como CSV",
"Note: Only the JSON format is supported for importing back into the Deck app." : "Nota: Solo el formato JSON es soportar al importar de vuelta en la app Deck.",
"Export" : "Exportar", "Export" : "Exportar",
"Loading filtered view" : "Cargando vista filtrada", "Loading filtered view" : "Cargando vista filtrada",
"Search for {searchQuery} in other boards" : "Buscar {searchQuery} en otros tableros", "Today" : "Hoy",
"Tomorrow" : "Mañana",
"No due" : "Sin finalizar",
"Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros", "Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros",
"No results found" : "No se encontraron resultados", "No results found" : "No se encontraron resultados",
"Deck board {name}\n* Last modified on {lastMod}" : "Tablero Deck {name}\n* Se modificó por última vez el {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Tablero Deck {name}\n* Última modificación en {lastMod}",
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Creado en {created}\n* Se modificó por última vez el {lastMod}\n* {nbAttachments} adjuntos\n* {nbComments} comentarios", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Creada en {created}\n* Ultima moficiación en {lastMod}\n* {nbAttachments} adjuntos\n* {nbComments} comentarios",
"{nbCards} cards" : "{nbCards} tarjetas", "{nbCards} cards" : "{nbCards} tarjetas",
"Due on {date}" : "Vence en {date}", "Due on {date}" : "Vence en {date}",
"{stack} in {board}" : "{stack} en {board}", "{stack} in {board}" : "{stack} en {board}",
"Click to expand description" : "Haga clic para expandir la descripción", "Click to expand description" : "Pulse para expandir la descripción",
"Click to expand comment" : "Haga clic para expandir el comentario", "Click to expand comment" : "Pulse para expandir el comentario",
"Create card" : "Crear tarjeta", "Create card" : "Crear tarjeta",
"Create a new card" : "Crear una tarjeta nueva", "Create a new card" : "Crear una nueva tarjeta",
"Card title" : "Título de la tarjeta", "Card title" : "Título de la tarjeta",
"Creating the new card …" : "Creando una tarjeta nueva …", "Creating the new card …" : "Creando una nueva tarjeta …",
"Card \"{card}\" was added to \"{board}\"" : "La tarjeta \"{card}\" fue añadida a \"{board}\"", "Card \"{card}\" was added to \"{board}\"" : "La tarjeta \"{card}\" fue añadida a \"{board}\"",
"Open card" : "Abrir tarjeta", "Open card" : "Abrir tarjeta",
"Close" : "Cerrar", "Close" : "Cerrar",
@@ -402,8 +382,7 @@ OC.L10N.register(
"Something went wrong" : "Algo ha ido mal", "Something went wrong" : "Algo ha ido mal",
"Failed to upload {name}" : "Error al subir {name}", "Failed to upload {name}" : "Error al subir {name}",
"Maximum file size of {size} exceeded" : "Tamaño máximo de archivo de {size} excedido", "Maximum file size of {size} exceeded" : "Tamaño máximo de archivo de {size} excedido",
"Assigned users" : "Usuarios asignados", "Due date" : "Fecha de fin",
"Due date" : "Fecha de vencimiento",
"Error creating the share" : "Error creando el recurso compartido", "Error creating the share" : "Error creando el recurso compartido",
"Share with a Deck card" : "Compartir con una tarjeta de Deck", "Share with a Deck card" : "Compartir con una tarjeta de Deck",
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta de Deck", "Share {file} with a Deck card" : "Compartir {file} con una tarjeta de Deck",
@@ -414,9 +393,6 @@ OC.L10N.register(
"Example Task 3" : "Tarea de ejemplo 3", "Example Task 3" : "Tarea de ejemplo 3",
"Example Task 2" : "Tarea de ejemplo 2", "Example Task 2" : "Tarea de ejemplo 2",
"Example Task 1" : "Tarea de ejemplo 1", "Example Task 1" : "Tarea de ejemplo 1",
"Move card to another board" : "Mover la tarjeta a otro tablero", "Move card to another board" : "Mover la tarjeta a otro tablero"
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"No due" : "Sin finalizar"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -35,9 +35,9 @@
"{user} has archived card {card} in list {stack} on board {board}" : "{user} ha archivado la tarjeta {card} en la lista {stack} del tablero {board}", "{user} has archived card {card} in list {stack} on board {board}" : "{user} ha archivado la tarjeta {card} en la lista {stack} del tablero {board}",
"You have unarchived card {card} in list {stack} on board {board}" : "Has desarchivado la tarjeta {card} en la lista {stack} del tablero {board}", "You have unarchived card {card} in list {stack} on board {board}" : "Has desarchivado la tarjeta {card} en la lista {stack} del tablero {board}",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} ha desarchivado la tarjeta {card} en la lista {stack} del tablero {board}", "{user} has unarchived card {card} in list {stack} on board {board}" : "{user} ha desarchivado la tarjeta {card} en la lista {stack} del tablero {board}",
"You have marked the card {card} as done in list {stack} on board {board}" : "Ud. ha marcado la tarjeta {card} como completada en la lista {stack} del tablero {board}", "You have marked the card {card} as done in list {stack} on board {board}" : "Has marcado la tarjeta {card} como completada en la lista {stack} del tablero {board}",
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} ha marcado la tarjeta {card} como completada en la lista {stack} del tablero {board}", "{user} has marked card {card} as done in list {stack} on board {board}" : "{user} ha marcado la tarjeta {card} como completada en la lista {stack} del tablero {board}",
"You have marked the card {card} as undone in list {stack} on board {board}" : "Ud. ha marcado la tarjeta {card} como no completada en la lista {stack} del tablero {board}", "You have marked the card {card} as undone in list {stack} on board {board}" : "Has marcado la tarjeta {card} como no completada en la lista {stack} del tablero {board}",
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} ha marcado la tarjeta {card} como no completada en la lista {stack} del tablero {board}", "{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} ha marcado la tarjeta {card} como no completada en la lista {stack} del tablero {board}",
"You have removed the due date of card {card}" : "Has eliminado la fecha de vencimiento de {card}", "You have removed the due date of card {card}" : "Has eliminado la fecha de vencimiento de {card}",
"{user} has removed the due date of card {card}" : "{user} ha eliminado la fecha de vencimiento de {card}", "{user} has removed the due date of card {card}" : "{user} ha eliminado la fecha de vencimiento de {card}",
@@ -79,14 +79,10 @@
"Could not write file to disk" : "No se ha podido escribir el archivo al disco", "Could not write file to disk" : "No se ha podido escribir el archivo al disco",
"A PHP extension stopped the file upload" : "Una extensión de PHP ha detenido la subida del archivo", "A PHP extension stopped the file upload" : "Una extensión de PHP ha detenido la subida del archivo",
"No file uploaded or file size exceeds maximum of %s" : "No se ha subido ningún archivo, o el tamaño del archivo excede el máximo de %s", "No file uploaded or file size exceeds maximum of %s" : "No se ha subido ningún archivo, o el tamaño del archivo excede el máximo de %s",
"Invalid file type. Only JSON files are allowed." : "Tipo de archivo inválido. Solo se permiten archivos JSON",
"Invalid JSON data" : "Datos JSON inválidos",
"Failed to import board" : "Fallo al importar tablero",
"Cards due today" : "Tarjetas que vencen hoy", "Cards due today" : "Tarjetas que vencen hoy",
"Cards due tomorrow" : "Tarjetas que vencen mañana", "Cards due tomorrow" : "Tarjetas que vencen mañana",
"Upcoming cards" : "Próximas tarjetas", "Upcoming cards" : "Próximas tarjetas",
"Load more" : "Cargar más", "Load more" : "Cargar más",
"Welcome to Nextcloud Deck!" : "¡Bienvenido a Nextcloud Deck!",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La tarjeta \"%s\" en \"%s\" te ha sido asignada por %s.", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "La tarjeta \"%s\" en \"%s\" te ha sido asignada por %s.",
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} te ha asigando la tarjeta {deck-card} de {deck-board} a ti.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} te ha asigando la tarjeta {deck-card} de {deck-board} a ti.",
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alcanzado su fecha límite.", "The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alcanzado su fecha límite.",
@@ -96,7 +92,7 @@
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.", "The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
"{user} has shared {deck-board} with you." : "{user} ha compartido {deck-board} contigo.", "{user} has shared {deck-board} with you." : "{user} ha compartido {deck-board} contigo.",
"Deck board" : "Tablero Deck", "Deck board" : "Tablero Deck",
"Owned by %1$s" : "Propiedad de %1$s", "Owned by %1$s" : "Apropiado por %1$s",
"Deck boards, cards and comments" : "Tableros Deck, tarjetas y comentarios", "Deck boards, cards and comments" : "Tableros Deck, tarjetas y comentarios",
"From %1$s, in %2$s/%3$s, owned by %4$s" : "De %1$s, en %2$s/%3$s, propiedad de %4$s", "From %1$s, in %2$s/%3$s, owned by %4$s" : "De %1$s, en %2$s/%3$s, propiedad de %4$s",
"Create a new deck card" : "Crear una nueva tarjeta de tablero", "Create a new deck card" : "Crear una nueva tarjeta de tablero",
@@ -109,25 +105,15 @@
"Action needed" : "Acción necesaria", "Action needed" : "Acción necesaria",
"Later" : "Después", "Later" : "Después",
"copy" : "copiar", "copy" : "copiar",
"Read more inside" : "Lea más, adentro",
"Custom lists - click to rename!" : "Listas personalizadas - ¡Haga clic para renombrar!",
"To Do" : "Por hacer", "To Do" : "Por hacer",
"In Progress" : "En progreso", "In Progress" : "En progreso",
"Done" : "Hecho", "Done" : "Hecho",
"1. Open to learn more about boards and cards" : "1. Abra aquí para aprender más sobre los tableros y las tarjetas", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Este comentario tiene más de %s caracteres.\nAñadido como adjunto a la tarjeta con el nombre %s.\nAccesible en la URL: %s.",
"2. Drag cards left and right, up and down" : "2. Arrastre las tarjetas a la izquierda y derecha, arriba y abajo",
"3. Apply rich formatting and link content" : "3. Aplique formato enriquecido y contenido a los enlaces",
"4. Share, comment and collaborate!" : "4. ¡Comparta, comente y colabore!",
"Create your first card!" : "¡Cree su primera tarjeta!",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Este comentario tiene más de %s caracteres.\nSe ha añadido como adjunto a la tarjeta con el nombre %s.\nAccesible en la URL: %s.",
"Attachments" : "Adjuntos",
"File" : "Archivo",
"date" : "fecha",
"Card not found" : "Tarjeta no encontrada", "Card not found" : "Tarjeta no encontrada",
"Path is already shared with this card" : "La ruta ya se ha compartido con esta tarjeta", "Path is already shared with this card" : "La ruta ya se ha compartido con esta tarjeta",
"Invalid date, date format must be YYYY-MM-DD" : "Fecha no válida, el formato de las fechas debe ser AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "Fecha no válida, el formato de las fechas debe ser AAAA-MM-DD",
"Personal planning and team project organization" : "Planificación personal y organización de proyecto de equipo", "Personal planning and team project organization" : "Planificación personal y organización de proyecto de equipo",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos, integrada a Nextcloud.\n\n\n- 📥 Agregue sus tareas a las tarjetas y póngalas en orden.\n- 📄 Escriba notas adicionales en Markdown\n- 🔖 Asigne etiquetas para una organización mejor\n- 👥 Comparta con su equipo, amigos o familia.\n- 📎 Adjunte archivos e incruste los mismos en su descripción Markdown\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organice su proyecto", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto",
"Add board" : "Añadir tablero", "Add board" : "Añadir tablero",
"Card details" : "Detalles de la tarjeta", "Card details" : "Detalles de la tarjeta",
"Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto", "Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto",
@@ -175,8 +161,8 @@
"Hide archived cards" : "Ocultar tarjetas archivadas", "Hide archived cards" : "Ocultar tarjetas archivadas",
"Show archived cards" : "Mostrar tarjetas archivadas", "Show archived cards" : "Mostrar tarjetas archivadas",
"Toggle compact mode" : "Mostrar/ocultar modo compacto", "Toggle compact mode" : "Mostrar/ocultar modo compacto",
"Hide card cover images" : "Ocultar la imagen de portada de las tarjetas", "Hide card cover images" : "Ocultar la imagen principal de las tarjetas",
"Show card cover images" : "Mostrar la imagen de portada de las tarjetas", "Show card cover images" : "Mostrar la imagen principal de las tarjetas",
"Open details" : "Abrir detalles", "Open details" : "Abrir detalles",
"Details" : "Detalles", "Details" : "Detalles",
"Currently present people" : "Personas presentes actualmente", "Currently present people" : "Personas presentes actualmente",
@@ -191,11 +177,11 @@
"Undo" : "Deshacer", "Undo" : "Deshacer",
"Deleted cards" : "Cartas eliminadas", "Deleted cards" : "Cartas eliminadas",
"Failed to create share with {displayName}" : "Fallo al crear el recurso compartido denominado {displayName}", "Failed to create share with {displayName}" : "Fallo al crear el recurso compartido denominado {displayName}",
"Are you sure you want to transfer the board {title} to {user}?" : "¿Está seguro de que quiere transferir el tablero {title} a {user}?", "Are you sure you want to transfer the board {title} to {user}?" : "¿Estás seguro de que quieres transferir el tablero {título} a {usuario}?",
"Transfer the board." : "Transfiera el tablero.", "Transfer the board." : "Transfiere el tablero.",
"Transfer" : "Transferir", "Transfer" : "Transferir",
"The board has been transferred to {user}" : "El tablero ha sido transferido a {user}", "The board has been transferred to {user}" : "El tablero ha sido transferido a {usuario}",
"Failed to transfer the board to {user}" : "Fallo al transferir el tablero a {user}", "Failed to transfer the board to {user}" : "Failed to transfer the board to {user}",
"Share board with a user, group or team …" : "Compartir tablero con un usuario, grupo o equipo …", "Share board with a user, group or team …" : "Compartir tablero con un usuario, grupo o equipo …",
"Searching for users, groups and teams …" : "Buscando usuarios, grupos y equipos …", "Searching for users, groups and teams …" : "Buscando usuarios, grupos y equipos …",
"No participants found" : "No se encontraron participantes", "No participants found" : "No se encontraron participantes",
@@ -228,7 +214,7 @@
"Invalid path selected" : "Ruta seleccionada no válida", "Invalid path selected" : "Ruta seleccionada no válida",
"Upload new files" : "Subir nuevos archivos", "Upload new files" : "Subir nuevos archivos",
"Share from Files" : "Compartir desde Archivos", "Share from Files" : "Compartir desde Archivos",
"Pending share" : "Recurso compartido pendiente", "Pending share" : "Pendiente de compartir",
"Add this attachment" : "Añadir este adjunto", "Add this attachment" : "Añadir este adjunto",
"Show in Files" : "Mostrar en Archivos", "Show in Files" : "Mostrar en Archivos",
"Download" : "Descargar", "Download" : "Descargar",
@@ -238,9 +224,9 @@
"Modified" : "Modificado", "Modified" : "Modificado",
"Created" : "Creado", "Created" : "Creado",
"The title cannot be empty." : "El título no puede estar vacío.", "The title cannot be empty." : "El título no puede estar vacío.",
"Cannot close unsaved card!" : "¡No se puede cerrar esta tarjeta no guardada!",
"Open in sidebar view" : "Abrir en vista de barra lateral", "Open in sidebar view" : "Abrir en vista de barra lateral",
"Open in bigger view" : "Abrir en vista más grande", "Open in bigger view" : "Abrir en vista más grande",
"Attachments" : "Adjuntos",
"Comments" : "Comentarios", "Comments" : "Comentarios",
"Failed to load comments" : "Fallo al cargar los comentarios", "Failed to load comments" : "Fallo al cargar los comentarios",
"No comments yet. Begin the discussion!" : "Todavía no hay comentarios. ¡Comienza la discusión!", "No comments yet. Begin the discussion!" : "Todavía no hay comentarios. ¡Comienza la discusión!",
@@ -253,7 +239,6 @@
"Reply" : "Responder", "Reply" : "Responder",
"Update" : "Actualizar", "Update" : "Actualizar",
"Write a description …" : "Escribe una descripción...", "Write a description …" : "Escribe una descripción...",
"Could not save description" : "No se pudo guardar la descripción",
"Description" : "Descripción", "Description" : "Descripción",
"(Unsaved)" : "(Sin salvar)", "(Unsaved)" : "(Sin salvar)",
"(Saving…)" : "(Guardando...)", "(Saving…)" : "(Guardando...)",
@@ -271,12 +256,12 @@
"Set due date for this weekend" : "Establecer este fin de semana como fecha de vencimiento", "Set due date for this weekend" : "Establecer este fin de semana como fecha de vencimiento",
"Next week {timeLocale}" : "Próxima semana {timeLocale}", "Next week {timeLocale}" : "Próxima semana {timeLocale}",
"Set due date for next week" : "Establecer la próxima semana como fecha de vencimiento", "Set due date for next week" : "Establecer la próxima semana como fecha de vencimiento",
"Assign a due date to this card…" : "Asignar una fecha de vencimiento a esta tarjeta…", "Assign a due date to this card…" : "Asignar una fecha de caducidad a esta tarjeta…",
"Set a due date" : "Fijar una fecha límite", "Set a due date" : "Fijar una fecha límite",
"Add due date" : "Añadir fecha de vencimiento", "Add due date" : "Añadir fecha de vencimiento",
"Choose a date" : "Elija una fecha", "Choose a date" : "Elija una fecha",
"Remove due date" : "Eliminar fecha límite", "Remove due date" : "Eliminar fecha límite",
"Mark as done" : "Marcar como completado", "Mark as done" : "Marcar como hecho",
"Due at:" : "Vence el:", "Due at:" : "Vence el:",
"Not done" : "No está finalizado", "Not done" : "No está finalizado",
"Unarchive card" : "Desarchivar tarjeta", "Unarchive card" : "Desarchivar tarjeta",
@@ -340,7 +325,6 @@
"An error occurred" : "Ocurrió un error", "An error occurred" : "Ocurrió un error",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "¿Está seguro de querer eliminar el tablero {title}? Esto eliminará todos los datos del tablero incluyendo las tarjetas archivadas.", "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "¿Está seguro de querer eliminar el tablero {title}? Esto eliminará todos los datos del tablero incluyendo las tarjetas archivadas.",
"Delete the board?" : "¿Borrar el tablero?", "Delete the board?" : "¿Borrar el tablero?",
"Exporting board..." : "Exportando tablero...",
"Board details" : "Detalles del tablero", "Board details" : "Detalles del tablero",
"Edit board" : "Editar tablero", "Edit board" : "Editar tablero",
"Clone board" : "Clonar tablero", "Clone board" : "Clonar tablero",
@@ -353,38 +337,34 @@
"Assigned cards" : "Tarjetas asignadas", "Assigned cards" : "Tarjetas asignadas",
"No notifications" : "No hay notificaciones", "No notifications" : "No hay notificaciones",
"Delete board" : "Eliminar tablero", "Delete board" : "Eliminar tablero",
"Importing board..." : "Importando tablero...",
"Board imported successfully" : "Se importó el tablero exitosamente",
"Import board" : "Importar tablero",
"Clone {boardTitle}" : "Clonar {boardTitle}", "Clone {boardTitle}" : "Clonar {boardTitle}",
"Clone cards" : "Clonar tarjetas", "Clone cards" : "Clonar tarjetas",
"Clone assignments" : "Clonar asignaciones", "Clone assignments" : "Clonar asignaciones",
"Clone labels" : "Clonar etiquetas", "Clone labels" : "Clonar etiquetas",
"Clone due dates" : "Clonar fechas de vencimiento", "Clone due dates" : "Clonar fechas límite",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Move all cards to the first list" : "Mover todas las tarjetas a la primera lista", "Move all cards to the first list" : "Mover todas las tarjetas a la primera lista",
"Restore archived cards" : "Restaurar tarjetas archivadas", "Restore archived cards" : "Restaurar tarjetas archivadas",
"Clone" : "Clonar", "Clone" : "Clonar",
"Export {boardTitle}" : "Exportar {boardTitle}",
"Export as JSON" : "Exportar como JSON",
"Export as CSV" : "Exportar como CSV", "Export as CSV" : "Exportar como CSV",
"Note: Only the JSON format is supported for importing back into the Deck app." : "Nota: Solo el formato JSON es soportar al importar de vuelta en la app Deck.",
"Export" : "Exportar", "Export" : "Exportar",
"Loading filtered view" : "Cargando vista filtrada", "Loading filtered view" : "Cargando vista filtrada",
"Search for {searchQuery} in other boards" : "Buscar {searchQuery} en otros tableros", "Today" : "Hoy",
"Tomorrow" : "Mañana",
"No due" : "Sin finalizar",
"Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros", "Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros",
"No results found" : "No se encontraron resultados", "No results found" : "No se encontraron resultados",
"Deck board {name}\n* Last modified on {lastMod}" : "Tablero Deck {name}\n* Se modificó por última vez el {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Tablero Deck {name}\n* Última modificación en {lastMod}",
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Creado en {created}\n* Se modificó por última vez el {lastMod}\n* {nbAttachments} adjuntos\n* {nbComments} comentarios", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Creada en {created}\n* Ultima moficiación en {lastMod}\n* {nbAttachments} adjuntos\n* {nbComments} comentarios",
"{nbCards} cards" : "{nbCards} tarjetas", "{nbCards} cards" : "{nbCards} tarjetas",
"Due on {date}" : "Vence en {date}", "Due on {date}" : "Vence en {date}",
"{stack} in {board}" : "{stack} en {board}", "{stack} in {board}" : "{stack} en {board}",
"Click to expand description" : "Haga clic para expandir la descripción", "Click to expand description" : "Pulse para expandir la descripción",
"Click to expand comment" : "Haga clic para expandir el comentario", "Click to expand comment" : "Pulse para expandir el comentario",
"Create card" : "Crear tarjeta", "Create card" : "Crear tarjeta",
"Create a new card" : "Crear una tarjeta nueva", "Create a new card" : "Crear una nueva tarjeta",
"Card title" : "Título de la tarjeta", "Card title" : "Título de la tarjeta",
"Creating the new card …" : "Creando una tarjeta nueva …", "Creating the new card …" : "Creando una nueva tarjeta …",
"Card \"{card}\" was added to \"{board}\"" : "La tarjeta \"{card}\" fue añadida a \"{board}\"", "Card \"{card}\" was added to \"{board}\"" : "La tarjeta \"{card}\" fue añadida a \"{board}\"",
"Open card" : "Abrir tarjeta", "Open card" : "Abrir tarjeta",
"Close" : "Cerrar", "Close" : "Cerrar",
@@ -400,8 +380,7 @@
"Something went wrong" : "Algo ha ido mal", "Something went wrong" : "Algo ha ido mal",
"Failed to upload {name}" : "Error al subir {name}", "Failed to upload {name}" : "Error al subir {name}",
"Maximum file size of {size} exceeded" : "Tamaño máximo de archivo de {size} excedido", "Maximum file size of {size} exceeded" : "Tamaño máximo de archivo de {size} excedido",
"Assigned users" : "Usuarios asignados", "Due date" : "Fecha de fin",
"Due date" : "Fecha de vencimiento",
"Error creating the share" : "Error creando el recurso compartido", "Error creating the share" : "Error creando el recurso compartido",
"Share with a Deck card" : "Compartir con una tarjeta de Deck", "Share with a Deck card" : "Compartir con una tarjeta de Deck",
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta de Deck", "Share {file} with a Deck card" : "Compartir {file} con una tarjeta de Deck",
@@ -412,9 +391,6 @@
"Example Task 3" : "Tarea de ejemplo 3", "Example Task 3" : "Tarea de ejemplo 3",
"Example Task 2" : "Tarea de ejemplo 2", "Example Task 2" : "Tarea de ejemplo 2",
"Example Task 1" : "Tarea de ejemplo 1", "Example Task 1" : "Tarea de ejemplo 1",
"Move card to another board" : "Mover la tarjeta a otro tablero", "Move card to another board" : "Mover la tarjeta a otro tablero"
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"No due" : "Sin finalizar"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -14,7 +14,6 @@ OC.L10N.register(
"Action needed" : "Acción requerida", "Action needed" : "Acción requerida",
"Later" : "Después", "Later" : "Después",
"Done" : "Terminado", "Done" : "Terminado",
"File" : "Archivo",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Cancel" : "Cancelar", "Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe", "File already exists" : "El archivo ya existe",
@@ -62,11 +61,11 @@ OC.L10N.register(
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -12,7 +12,6 @@
"Action needed" : "Acción requerida", "Action needed" : "Acción requerida",
"Later" : "Después", "Later" : "Después",
"Done" : "Terminado", "Done" : "Terminado",
"File" : "Archivo",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Cancel" : "Cancelar", "Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe", "File already exists" : "El archivo ya existe",
@@ -60,11 +59,11 @@
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -42,8 +42,6 @@ OC.L10N.register(
"copy" : "copiar", "copy" : "copiar",
"In Progress" : "En progreso", "In Progress" : "En progreso",
"Done" : "Hecho", "Done" : "Hecho",
"Attachments" : "Adjuntos",
"File" : "Archivo",
"Card not found" : "Tarjeta no encontrada", "Card not found" : "Tarjeta no encontrada",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, favor de seguir el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, favor de seguir el formato AAAA-MM-DD",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto",
@@ -78,6 +76,7 @@ OC.L10N.register(
"Download" : "Descargar", "Download" : "Descargar",
"Modified" : "Modificado", "Modified" : "Modificado",
"Created" : "Creado", "Created" : "Creado",
"Attachments" : "Adjuntos",
"Comments" : "Comentarios", "Comments" : "Comentarios",
"Save" : "Guardar", "Save" : "Guardar",
"Created:" : "Creado:", "Created:" : "Creado:",
@@ -104,6 +103,9 @@ OC.L10N.register(
"Delete board" : "Eliminar Tablero", "Delete board" : "Eliminar Tablero",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"No due" : "Sin finalizar",
"Create card" : "Crear tarjeta", "Create card" : "Crear tarjeta",
"Create a new card" : "Crear una nueva tarjeta", "Create a new card" : "Crear una nueva tarjeta",
"Card title" : "Título de la tarjeta", "Card title" : "Título de la tarjeta",
@@ -114,9 +116,6 @@ OC.L10N.register(
"Share with a Deck card" : "Compartir con una tarjeta del Tablero", "Share with a Deck card" : "Compartir con una tarjeta del Tablero",
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta del Tablero", "Share {file} with a Deck card" : "Compartir {file} con una tarjeta del Tablero",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"No due" : "Sin finalizar"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -40,8 +40,6 @@
"copy" : "copiar", "copy" : "copiar",
"In Progress" : "En progreso", "In Progress" : "En progreso",
"Done" : "Hecho", "Done" : "Hecho",
"Attachments" : "Adjuntos",
"File" : "Archivo",
"Card not found" : "Tarjeta no encontrada", "Card not found" : "Tarjeta no encontrada",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, favor de seguir el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, favor de seguir el formato AAAA-MM-DD",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto",
@@ -76,6 +74,7 @@
"Download" : "Descargar", "Download" : "Descargar",
"Modified" : "Modificado", "Modified" : "Modificado",
"Created" : "Creado", "Created" : "Creado",
"Attachments" : "Adjuntos",
"Comments" : "Comentarios", "Comments" : "Comentarios",
"Save" : "Guardar", "Save" : "Guardar",
"Created:" : "Creado:", "Created:" : "Creado:",
@@ -102,6 +101,9 @@
"Delete board" : "Eliminar Tablero", "Delete board" : "Eliminar Tablero",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"No due" : "Sin finalizar",
"Create card" : "Crear tarjeta", "Create card" : "Crear tarjeta",
"Create a new card" : "Crear una nueva tarjeta", "Create a new card" : "Crear una nueva tarjeta",
"Card title" : "Título de la tarjeta", "Card title" : "Título de la tarjeta",
@@ -112,9 +114,6 @@
"Share with a Deck card" : "Compartir con una tarjeta del Tablero", "Share with a Deck card" : "Compartir con una tarjeta del Tablero",
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta del Tablero", "Share {file} with a Deck card" : "Compartir {file} con una tarjeta del Tablero",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"No due" : "Sin finalizar"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -19,7 +19,6 @@ OC.L10N.register(
"Later" : "Después", "Later" : "Después",
"In Progress" : "En progreso", "In Progress" : "En progreso",
"Done" : "Terminado", "Done" : "Terminado",
"File" : "Archivo",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Cancel" : "Cancelar", "Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe", "File already exists" : "El archivo ya existe",
@@ -66,10 +65,11 @@ OC.L10N.register(
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -17,7 +17,6 @@
"Later" : "Después", "Later" : "Después",
"In Progress" : "En progreso", "In Progress" : "En progreso",
"Done" : "Terminado", "Done" : "Terminado",
"File" : "Archivo",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Cancel" : "Cancelar", "Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe", "File already exists" : "El archivo ya existe",
@@ -64,10 +63,11 @@
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -19,7 +19,6 @@ OC.L10N.register(
"Later" : "Después", "Later" : "Después",
"copy" : "Copiar", "copy" : "Copiar",
"Done" : "Terminado", "Done" : "Terminado",
"File" : "Archivo",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Cancel" : "Cancelar", "Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe", "File already exists" : "El archivo ya existe",
@@ -33,7 +32,6 @@ OC.L10N.register(
"Tags" : "Etiquetas", "Tags" : "Etiquetas",
"Activity" : "Actividad", "Activity" : "Actividad",
"Undo" : "Deshacer", "Undo" : "Deshacer",
"Transfer" : "Transferencia",
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Owner" : "Dueño", "Owner" : "Dueño",
@@ -59,7 +57,6 @@ OC.L10N.register(
"Search" : "Buscar", "Search" : "Buscar",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared with you" : "Compartido con usted",
"Cancel edit" : "Cancelar edición",
"Board details" : "Detalles del tablero", "Board details" : "Detalles del tablero",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Unarchive board" : "Desarchivar tablero", "Unarchive board" : "Desarchivar tablero",
@@ -68,11 +65,11 @@ OC.L10N.register(
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -17,7 +17,6 @@
"Later" : "Después", "Later" : "Después",
"copy" : "Copiar", "copy" : "Copiar",
"Done" : "Terminado", "Done" : "Terminado",
"File" : "Archivo",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Cancel" : "Cancelar", "Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe", "File already exists" : "El archivo ya existe",
@@ -31,7 +30,6 @@
"Tags" : "Etiquetas", "Tags" : "Etiquetas",
"Activity" : "Actividad", "Activity" : "Actividad",
"Undo" : "Deshacer", "Undo" : "Deshacer",
"Transfer" : "Transferencia",
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Owner" : "Dueño", "Owner" : "Dueño",
@@ -57,7 +55,6 @@
"Search" : "Buscar", "Search" : "Buscar",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared with you" : "Compartido con usted",
"Cancel edit" : "Cancelar edición",
"Board details" : "Detalles del tablero", "Board details" : "Detalles del tablero",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Unarchive board" : "Desarchivar tablero", "Unarchive board" : "Desarchivar tablero",
@@ -66,11 +63,11 @@
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -18,7 +18,6 @@ OC.L10N.register(
"Action needed" : "Acción requerida", "Action needed" : "Acción requerida",
"Later" : "Después", "Later" : "Después",
"Done" : "Terminado", "Done" : "Terminado",
"File" : "Archivo",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Cancel" : "Cancelar", "Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe", "File already exists" : "El archivo ya existe",
@@ -65,10 +64,11 @@ OC.L10N.register(
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -16,7 +16,6 @@
"Action needed" : "Acción requerida", "Action needed" : "Acción requerida",
"Later" : "Después", "Later" : "Después",
"Done" : "Terminado", "Done" : "Terminado",
"File" : "Archivo",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Cancel" : "Cancelar", "Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe", "File already exists" : "El archivo ya existe",
@@ -63,10 +62,11 @@
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -18,7 +18,6 @@ OC.L10N.register(
"Action needed" : "Acción requerida", "Action needed" : "Acción requerida",
"Later" : "Después", "Later" : "Después",
"Done" : "Terminado", "Done" : "Terminado",
"File" : "Archivo",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Cancel" : "Cancelar", "Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe", "File already exists" : "El archivo ya existe",
@@ -65,11 +64,11 @@ OC.L10N.register(
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -16,7 +16,6 @@
"Action needed" : "Acción requerida", "Action needed" : "Acción requerida",
"Later" : "Después", "Later" : "Después",
"Done" : "Terminado", "Done" : "Terminado",
"File" : "Archivo",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Cancel" : "Cancelar", "Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe", "File already exists" : "El archivo ya existe",
@@ -63,11 +62,11 @@
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -101,8 +101,6 @@ OC.L10N.register(
"To Do" : "Por hacer", "To Do" : "Por hacer",
"Done" : "Terminado", "Done" : "Terminado",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Este comentario tiene más de %s caracteres.\n Añadido como un archivo adjunto a la tarjeta con el nombre %s.\n Accesible en la URL: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Este comentario tiene más de %s caracteres.\n Añadido como un archivo adjunto a la tarjeta con el nombre %s.\n Accesible en la URL: %s.",
"Attachments" : "Adjuntos",
"File" : "Archivo",
"Card not found" : "No se encontró la tarjeta", "Card not found" : "No se encontró la tarjeta",
"Path is already shared with this card" : "La ruta ya está compartida con esta tarjeta", "Path is already shared with this card" : "La ruta ya está compartida con esta tarjeta",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
@@ -207,6 +205,7 @@ OC.L10N.register(
"The title cannot be empty." : "El título no puede estar vacío.", "The title cannot be empty." : "El título no puede estar vacío.",
"Open in sidebar view" : "Abrir en vista de barra lateral", "Open in sidebar view" : "Abrir en vista de barra lateral",
"Open in bigger view" : "Abrir en vista más grande", "Open in bigger view" : "Abrir en vista más grande",
"Attachments" : "Adjuntos",
"Comments" : "Comentarios", "Comments" : "Comentarios",
"Failed to load comments" : "Error al cargar los comentarios", "Failed to load comments" : "Error al cargar los comentarios",
"No comments yet. Begin the discussion!" : "Aún no hay comentarios. ¡Inicia la discusión!", "No comments yet. Begin the discussion!" : "Aún no hay comentarios. ¡Inicia la discusión!",
@@ -285,6 +284,9 @@ OC.L10N.register(
"Export as CSV" : "Exportar como CSV", "Export as CSV" : "Exportar como CSV",
"Export" : "Exportar", "Export" : "Exportar",
"Loading filtered view" : "Cargando vista filtrada", "Loading filtered view" : "Cargando vista filtrada",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"No due" : "Sin vencimiento",
"Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros", "Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros",
"No results found" : "No se encontraron resultados", "No results found" : "No se encontraron resultados",
"Deck board {name}\n* Last modified on {lastMod}" : "Tablero de Deck {name}\n * Última modificación el {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Tablero de Deck {name}\n * Última modificación el {lastMod}",
@@ -322,9 +324,6 @@ OC.L10N.register(
"Example Task 3" : "Tarea de ejemplo 3", "Example Task 3" : "Tarea de ejemplo 3",
"Example Task 2" : "Tarea de ejemplo 2", "Example Task 2" : "Tarea de ejemplo 2",
"Example Task 1" : "Tarea de ejemplo 1", "Example Task 1" : "Tarea de ejemplo 1",
"Move card to another board" : "Mover tarjeta a otro tablero", "Move card to another board" : "Mover tarjeta a otro tablero"
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"No due" : "Sin vencimiento"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -99,8 +99,6 @@
"To Do" : "Por hacer", "To Do" : "Por hacer",
"Done" : "Terminado", "Done" : "Terminado",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Este comentario tiene más de %s caracteres.\n Añadido como un archivo adjunto a la tarjeta con el nombre %s.\n Accesible en la URL: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Este comentario tiene más de %s caracteres.\n Añadido como un archivo adjunto a la tarjeta con el nombre %s.\n Accesible en la URL: %s.",
"Attachments" : "Adjuntos",
"File" : "Archivo",
"Card not found" : "No se encontró la tarjeta", "Card not found" : "No se encontró la tarjeta",
"Path is already shared with this card" : "La ruta ya está compartida con esta tarjeta", "Path is already shared with this card" : "La ruta ya está compartida con esta tarjeta",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
@@ -205,6 +203,7 @@
"The title cannot be empty." : "El título no puede estar vacío.", "The title cannot be empty." : "El título no puede estar vacío.",
"Open in sidebar view" : "Abrir en vista de barra lateral", "Open in sidebar view" : "Abrir en vista de barra lateral",
"Open in bigger view" : "Abrir en vista más grande", "Open in bigger view" : "Abrir en vista más grande",
"Attachments" : "Adjuntos",
"Comments" : "Comentarios", "Comments" : "Comentarios",
"Failed to load comments" : "Error al cargar los comentarios", "Failed to load comments" : "Error al cargar los comentarios",
"No comments yet. Begin the discussion!" : "Aún no hay comentarios. ¡Inicia la discusión!", "No comments yet. Begin the discussion!" : "Aún no hay comentarios. ¡Inicia la discusión!",
@@ -283,6 +282,9 @@
"Export as CSV" : "Exportar como CSV", "Export as CSV" : "Exportar como CSV",
"Export" : "Exportar", "Export" : "Exportar",
"Loading filtered view" : "Cargando vista filtrada", "Loading filtered view" : "Cargando vista filtrada",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"No due" : "Sin vencimiento",
"Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros", "Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros",
"No results found" : "No se encontraron resultados", "No results found" : "No se encontraron resultados",
"Deck board {name}\n* Last modified on {lastMod}" : "Tablero de Deck {name}\n * Última modificación el {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Tablero de Deck {name}\n * Última modificación el {lastMod}",
@@ -320,9 +322,6 @@
"Example Task 3" : "Tarea de ejemplo 3", "Example Task 3" : "Tarea de ejemplo 3",
"Example Task 2" : "Tarea de ejemplo 2", "Example Task 2" : "Tarea de ejemplo 2",
"Example Task 1" : "Tarea de ejemplo 1", "Example Task 1" : "Tarea de ejemplo 1",
"Move card to another board" : "Mover tarjeta a otro tablero", "Move card to another board" : "Mover tarjeta a otro tablero"
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"No due" : "Sin vencimiento"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -19,7 +19,6 @@ OC.L10N.register(
"Later" : "Después", "Later" : "Después",
"To Do" : "Por hacer", "To Do" : "Por hacer",
"Done" : "Terminado", "Done" : "Terminado",
"File" : "Archivo",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Cancel" : "Cancelar", "Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe", "File already exists" : "El archivo ya existe",
@@ -66,10 +65,11 @@ OC.L10N.register(
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -17,7 +17,6 @@
"Later" : "Después", "Later" : "Después",
"To Do" : "Por hacer", "To Do" : "Por hacer",
"Done" : "Terminado", "Done" : "Terminado",
"File" : "Archivo",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Cancel" : "Cancelar", "Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe", "File already exists" : "El archivo ya existe",
@@ -64,10 +63,11 @@
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -14,7 +14,6 @@ OC.L10N.register(
"Action needed" : "Acción requerida", "Action needed" : "Acción requerida",
"Later" : "Después", "Later" : "Después",
"Done" : "Terminado", "Done" : "Terminado",
"File" : "Archivo",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Cancel" : "Cancelar", "Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe", "File already exists" : "El archivo ya existe",
@@ -61,11 +60,11 @@ OC.L10N.register(
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -12,7 +12,6 @@
"Action needed" : "Acción requerida", "Action needed" : "Acción requerida",
"Later" : "Después", "Later" : "Después",
"Done" : "Terminado", "Done" : "Terminado",
"File" : "Archivo",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Cancel" : "Cancelar", "Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe", "File already exists" : "El archivo ya existe",
@@ -59,11 +58,11 @@
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -97,8 +97,6 @@ OC.L10N.register(
"To Do" : "Pendiente", "To Do" : "Pendiente",
"In Progress" : "En proceso", "In Progress" : "En proceso",
"Done" : "Terminado", "Done" : "Terminado",
"Attachments" : "Adjuntos",
"File" : "Archivo",
"Card not found" : "No se encontró la tarjeta", "Card not found" : "No se encontró la tarjeta",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Add board" : "Añadir pizarra", "Add board" : "Añadir pizarra",
@@ -148,6 +146,7 @@ OC.L10N.register(
"Download" : "Descargar", "Download" : "Descargar",
"Modified" : "Modificado", "Modified" : "Modificado",
"Created" : "Creado", "Created" : "Creado",
"Attachments" : "Adjuntos",
"Comments" : "Comentarios", "Comments" : "Comentarios",
"Save" : "Guardar", "Save" : "Guardar",
"Created:" : "Creado:", "Created:" : "Creado:",
@@ -187,12 +186,12 @@ OC.L10N.register(
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Clone" : "Clonar", "Clone" : "Clonar",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Error creating the share" : "Error creando el recurso compartido", "Error creating the share" : "Error creando el recurso compartido",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -95,8 +95,6 @@
"To Do" : "Pendiente", "To Do" : "Pendiente",
"In Progress" : "En proceso", "In Progress" : "En proceso",
"Done" : "Terminado", "Done" : "Terminado",
"Attachments" : "Adjuntos",
"File" : "Archivo",
"Card not found" : "No se encontró la tarjeta", "Card not found" : "No se encontró la tarjeta",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Add board" : "Añadir pizarra", "Add board" : "Añadir pizarra",
@@ -146,6 +144,7 @@
"Download" : "Descargar", "Download" : "Descargar",
"Modified" : "Modificado", "Modified" : "Modificado",
"Created" : "Creado", "Created" : "Creado",
"Attachments" : "Adjuntos",
"Comments" : "Comentarios", "Comments" : "Comentarios",
"Save" : "Guardar", "Save" : "Guardar",
"Created:" : "Creado:", "Created:" : "Creado:",
@@ -185,12 +184,12 @@
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Clone" : "Clonar", "Clone" : "Clonar",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Error creating the share" : "Error creando el recurso compartido", "Error creating the share" : "Error creando el recurso compartido",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -14,7 +14,6 @@ OC.L10N.register(
"Action needed" : "Acción requerida", "Action needed" : "Acción requerida",
"Later" : "Después", "Later" : "Después",
"Done" : "Terminado", "Done" : "Terminado",
"File" : "Archivo",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Cancel" : "Cancelar", "Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe", "File already exists" : "El archivo ya existe",
@@ -61,11 +60,11 @@ OC.L10N.register(
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -12,7 +12,6 @@
"Action needed" : "Acción requerida", "Action needed" : "Acción requerida",
"Later" : "Después", "Later" : "Después",
"Done" : "Terminado", "Done" : "Terminado",
"File" : "Archivo",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Cancel" : "Cancelar", "Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe", "File already exists" : "El archivo ya existe",
@@ -59,11 +58,11 @@
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -14,7 +14,6 @@ OC.L10N.register(
"Action needed" : "Acción requerida", "Action needed" : "Acción requerida",
"Later" : "Después", "Later" : "Después",
"Done" : "Terminado", "Done" : "Terminado",
"File" : "Archivo",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Cancel" : "Cancelar", "Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe", "File already exists" : "El archivo ya existe",
@@ -61,11 +60,11 @@ OC.L10N.register(
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -12,7 +12,6 @@
"Action needed" : "Acción requerida", "Action needed" : "Acción requerida",
"Later" : "Después", "Later" : "Después",
"Done" : "Terminado", "Done" : "Terminado",
"File" : "Archivo",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Cancel" : "Cancelar", "Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe", "File already exists" : "El archivo ya existe",
@@ -59,11 +58,11 @@
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -15,7 +15,6 @@ OC.L10N.register(
"Later" : "Después", "Later" : "Después",
"copy" : "copiar", "copy" : "copiar",
"Done" : "Terminado", "Done" : "Terminado",
"File" : "Archivo",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Cancel" : "Cancelar", "Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe", "File already exists" : "El archivo ya existe",
@@ -63,11 +62,11 @@ OC.L10N.register(
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -13,7 +13,6 @@
"Later" : "Después", "Later" : "Después",
"copy" : "copiar", "copy" : "copiar",
"Done" : "Terminado", "Done" : "Terminado",
"File" : "Archivo",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Cancel" : "Cancelar", "Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe", "File already exists" : "El archivo ya existe",
@@ -61,11 +60,11 @@
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -14,7 +14,6 @@ OC.L10N.register(
"Action needed" : "Acción requerida", "Action needed" : "Acción requerida",
"Later" : "Después", "Later" : "Después",
"Done" : "Terminado", "Done" : "Terminado",
"File" : "Archivo",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Cancel" : "Cancelar", "Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe", "File already exists" : "El archivo ya existe",
@@ -61,11 +60,11 @@ OC.L10N.register(
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -12,7 +12,6 @@
"Action needed" : "Acción requerida", "Action needed" : "Acción requerida",
"Later" : "Después", "Later" : "Después",
"Done" : "Terminado", "Done" : "Terminado",
"File" : "Archivo",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Cancel" : "Cancelar", "Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe", "File already exists" : "El archivo ya existe",
@@ -59,11 +58,11 @@
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -15,7 +15,6 @@ OC.L10N.register(
"Later" : "Después", "Later" : "Después",
"copy" : "copiar", "copy" : "copiar",
"Done" : "Terminado", "Done" : "Terminado",
"File" : "Archivo",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Cancel" : "Cancelar", "Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe", "File already exists" : "El archivo ya existe",
@@ -64,11 +63,11 @@ OC.L10N.register(
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -13,7 +13,6 @@
"Later" : "Después", "Later" : "Después",
"copy" : "copiar", "copy" : "copiar",
"Done" : "Terminado", "Done" : "Terminado",
"File" : "Archivo",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Cancel" : "Cancelar", "Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe", "File already exists" : "El archivo ya existe",
@@ -62,11 +61,11 @@
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -18,7 +18,6 @@ OC.L10N.register(
"Action needed" : "Acción requerida", "Action needed" : "Acción requerida",
"Later" : "Después", "Later" : "Después",
"Done" : "Terminado", "Done" : "Terminado",
"File" : "Archivo",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Cancel" : "Cancelar", "Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe", "File already exists" : "El archivo ya existe",
@@ -65,11 +64,11 @@ OC.L10N.register(
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -16,7 +16,6 @@
"Action needed" : "Acción requerida", "Action needed" : "Acción requerida",
"Later" : "Después", "Later" : "Después",
"Done" : "Terminado", "Done" : "Terminado",
"File" : "Archivo",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Cancel" : "Cancelar", "Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe", "File already exists" : "El archivo ya existe",
@@ -63,11 +62,11 @@
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -14,7 +14,6 @@ OC.L10N.register(
"Action needed" : "Acción requerida", "Action needed" : "Acción requerida",
"Later" : "Después", "Later" : "Después",
"Done" : "Terminado", "Done" : "Terminado",
"File" : "Archivo",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Cancel" : "Cancelar", "Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe", "File already exists" : "El archivo ya existe",
@@ -61,10 +60,11 @@ OC.L10N.register(
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -12,7 +12,6 @@
"Action needed" : "Acción requerida", "Action needed" : "Acción requerida",
"Later" : "Después", "Later" : "Después",
"Done" : "Terminado", "Done" : "Terminado",
"File" : "Archivo",
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
"Cancel" : "Cancelar", "Cancel" : "Cancelar",
"File already exists" : "El archivo ya existe", "File already exists" : "El archivo ya existe",
@@ -59,10 +58,11 @@
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -1,206 +1,54 @@
OC.L10N.register( OC.L10N.register(
"deck", "deck",
{ {
"You have created a new board {board}" : "Sa oled koostanud uue tahvli: {board}",
"{user} has created a new board {board}" : "{user} on koostanud uue tahvli: {board}",
"You have deleted the board {board}" : "Sa oled kustutanud tahvli: {board}",
"{user} has deleted the board {board}" : "{user} on kustutanud tahvli: {board}",
"You have restored the board {board}" : "Sa oled taastanud tahvli: {board}",
"{user} has restored the board {board}" : "{user} on taastanud tahvli: {board}",
"You have shared the board {board} with {acl}" : "Sa oled jaganud {board} tahvlit: {acl}",
"{user} has shared the board {board} with {acl}" : "{user} on jaganud {board} tahvlit: {acl}",
"You have removed {acl} from the board {board}" : "Sa oled eemaldanud {acl} ligipääsu tahvlilt {board}",
"{user} has removed {acl} from the board {board}" : "{user} on eemaldanud {acl} ligipääsu tahvlilt {board}",
"You have renamed the board {before} to {board}" : "Sa oled muutnud tahvli nime: {before} → {board}",
"{user} has renamed the board {before} to {board}" : "{user} on muutnud tahvli nime: {before} → {board}",
"You have archived the board {board}" : "Sa oled {board} tahvli arhiveerinud",
"{user} has archived the board {before}" : "{user} on {before} tahvli arhiveerinud",
"You have unarchived the board {board}" : "Sa oled „{board}“ tahvli arhiivist eemaldanud",
"{user} has unarchived the board {before}" : "{user} on „{before}“ tahvli arhiivist eemaldanud",
"{user} has created a new list {stack} on board {board}" : "{user} on „{board}“ tahvlil koostanud uue loendi „{stack}“ ",
"You have renamed the card {before} to {card}" : "Sa oled muutnud kaardi nime: {before} → {card}",
"{user} has renamed the card {before} to {card}" : "{user} on muutnud kaardi nime: {before} → {card}",
"You have added a description to card {card} in list {stack} on board {board}" : "Sa oled {board} tahvli {stack} loendi {card} kaardile lisanud kirjelduse",
"You have marked the card {card} as done in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks",
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks",
"You have marked the card {card} as undone in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks",
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks",
"You have removed the due date of card {card}" : "Sina oled eemaldanud „{card}“ kaardi tähtaja",
"{user} has removed the due date of card {card}" : "{user} on eemaldanud „{card}“ kaardi tähtaja",
"You have set the due date of card {card} to {after}" : "Sina oled määranud „{card}“ kaardi tähtajaks {after}",
"{user} has set the due date of card {card} to {after}" : "{user} on määranud „{card}“ kaardi tähtajaks {after}",
"You have updated the due date of card {card} to {after}" : "Sina oled muutnud „{card}“ kaardi tähtajaks {after}",
"{user} has updated the due date of card {card} to {after}" : "{user} on muutnud „{card}“ kaardi tähtajaks {after}",
"You have assigned {assigneduser} to card {card} on board {board}" : "Sa oled määranud {board} tahvli {card} kaardi täitjaks {assigneduser}",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} on määranud {board} tahvli {card} kaardi täitjaks {assigneduser}",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Sa oled {board} tahvli {card} kaardi täitja rollist eemaldanud kasutaja {assigneduser}",
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} on {board} tahvli {card} kaardi täitja rollist eemaldanud kasutaja {assigneduser}",
"{user} has moved the card {card} from list {stackBefore} to {stack}" : "{user} on tõstnud {card} kaardi ühest loendist teise: {stackBefore} → {stack}",
"You have added the attachment {attachment} to card {card}" : "Sa oled lisanud „{card}“ kaardile „{attachment}“ manuse",
"{user} has added the attachment {attachment} to card {card}" : "{user} on lisanud „{card}“ kaardile „{attachment}“ manuse",
"You have updated the attachment {attachment} on card {card}" : "Sina oled uuendanud „{card}“ kaardil „{attachment}“ manust",
"{user} has updated the attachment {attachment} on card {card}" : "{user} on uuendanud „{card}“ kaardil „{attachment}“ manust",
"You have deleted the attachment {attachment} from card {card}" : "Sina oled kustutanud „{card}“ kaardilt „{attachment}“ manuse",
"{user} has deleted the attachment {attachment} from card {card}" : "{user} on kustutanud „{card}“ kaardilt „{attachment}“ manuse",
"You have restored the attachment {attachment} to card {card}" : "Sa oled taastanud „{card}“ kaardile „{attachment}“ manuse",
"{user} has restored the attachment {attachment} to card {card}" : "{user} on taastanud „{card}“ kaardi „{attachment}“ manuse",
"You have commented on card {card}" : "Sina oled kommenteerinud „{card}“ kaarti",
"{user} has commented on card {card}" : "{user} on kommenteerinud „{card}“ kaarti",
"Deck" : "Deck", "Deck" : "Deck",
"Changes in the <strong>Deck app</strong>" : "Muudatused <strong>Kanbani rakenduses</strong>",
"A <strong>board, list or card</strong> was changed" : "<strong>Tahvel, loend või kaart</strong> on muutunud",
"A <strong>comment</strong> was created on a card" : "Kaardile on lisatud<strong>kommentaar</strong>",
"A <strong>card description</strong> has been changed" : "<strong>Kaardi kirjeldus</strong> on muutunud",
"The file was uploaded" : "Fail laaditi üles", "The file was uploaded" : "Fail laaditi üles",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Üleslaetud fail on suurem, kui php.ini failis määratud upload_max_filesize", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Üleslaetud fail on suurem, kui php.ini failis määratud upload_max_filesize",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Üleslaetud fail on suurem, kui MAX_FILE_SIZE atribuut, mis seadistati HTML vormis", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Üleslaetud fail on suurem, kui MAX_FILE_SIZE atribuut, mis seadistati HTML vormis",
"The file was only partially uploaded" : "Fail laaditi üles ainult osaliselt", "The file was only partially uploaded" : "Fail laaditi üles ainult osaliselt",
"No file was uploaded" : "Ühtegi faili ei laaditud üles", "No file was uploaded" : "Ühtegi faili ei latud üles",
"Missing a temporary folder" : "Ajutine kaust on puudu", "Missing a temporary folder" : "Ajutine kausta on puudu",
"Could not write file to disk" : "Faili kirjutamine kettale ei õnnestunud", "Could not write file to disk" : "Faili kirjutamine kettale ebaõnnestus",
"A PHP extension stopped the file upload" : "PHP laiendus peatas faili üleslaadimise", "A PHP extension stopped the file upload" : "PHP laiendus peatas faili üleslaadimise",
"No file uploaded or file size exceeds maximum of %s" : "Faili ei laaditud üles või selle suurus ületab maksimaalse %s", "No file uploaded or file size exceeds maximum of %s" : "Faili ei laaditud üles või selle suurus ületab maksimaalse %s",
"Invalid file type. Only JSON files are allowed." : "Vigane failitüüp. Vaid JSON-failid on lubatud.", "Invalid file type. Only JSON files are allowed." : "Vigane failitüüp. Vaid JSON-failid on lubatud.",
"Invalid JSON data" : "Vigased JSON-i andmed", "Invalid JSON data" : "Vigased JSON-i andmed",
"Failed to import board" : "Tahvli importimine ei õnnestunud",
"Cards due today" : "Kaardid, mille tähtaeg on täna",
"Cards due tomorrow" : "Kaardid, mille tähtaeg on homme",
"Upcoming cards" : "Tulevased kaardid",
"Load more" : "Laadi veel", "Load more" : "Laadi veel",
"Welcome to Nextcloud Deck!" : "Tere tulemast kasutama kanbani rakendust Nextcloudi Deck!",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "„%s“ kaart „%s“ tahvlil on määratud sulle täitmiseks %s poolt.",
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} on andnud „{deck-board}“ tahvli „{deck-card}“ kaardi sulle täitmiseks",
"The card {deck-card} on {deck-board} has reached its due date." : "Tähtaeg on käes: „{deck-card}“ kaart, „{deck-board}“ tahvel",
"%s has mentioned you in a comment on \"%s\"." : "%s mainis sind „%s“ kommentaaris.",
"{user} has mentioned you in a comment on {deck-card}." : "{user} on sind maininud „{deck-card}“ tahvli kommentaaris.",
"{user} has shared {deck-board} with you." : "{user} on „{deck-board}“ tahvlit sinuga jaganud",
"Deck board" : "Kanbani tahvel", "Deck board" : "Kanbani tahvel",
"Owned by %1$s" : "Omanik: %1$s",
"Deck boards, cards and comments" : "Kanbani tahvlid, kaardid ja kommentaarid",
"Create a new deck card" : "Koosta uus kanbani kaart",
"Card comments" : "Kaardi kommentaarid",
"%s on %s" : "%s %s-l", "%s on %s" : "%s %s-l",
"Deck boards and cards" : "Kanbani tahvlid ja kaardid",
"No data was provided to create an attachment." : "Polnud andmeid, millest luua manust.",
"Finished" : "Lõpetatud", "Finished" : "Lõpetatud",
"To review" : "Ülevaatamiseks",
"Action needed" : "Tegevus on vajalik",
"Later" : "Hiljem", "Later" : "Hiljem",
"copy" : "koopia", "copy" : "koopia",
"Read more inside" : "Loe lisateavet järgnevast",
"Custom lists - click to rename!" : "Kohandatud loendid - klõpsi nime muutmiseks!",
"To Do" : "Tegemiseks", "To Do" : "Tegemiseks",
"In Progress" : "Töös",
"Done" : "Valmis", "Done" : "Valmis",
"1. Open to learn more about boards and cards" : "1. Ava lugemaks lisateavet tahvlite ja kaartide kohta",
"2. Drag cards left and right, up and down" : "2. Lohista kaarte vasakule ja paremale ning üles ja alla",
"3. Apply rich formatting and link content" : "3. Kasuta teksti vormindamise ja linkide lisamise võimalust",
"4. Share, comment and collaborate!" : "4. Jaga, kommenteeri ning osale ühistegevuses!",
"Create your first card!" : "Koosta oma esimene kaart!",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Sellel kommentaari pikkus on üle %s tähemärgi.\nTa on kaardile lisatud „%s“ nimega manusena.\nVõrguaadress: %s.",
"Attachments" : "Manused",
"File" : "Fail",
"date" : "kuupäev",
"Card not found" : "Kaarti ei leidu",
"Path is already shared with this card" : "Asukoht on juba selle kaardiga jagatud",
"Invalid date, date format must be YYYY-MM-DD" : "Vigane kuupäev, formaat peab olema YYYY-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "Vigane kuupäev, formaat peab olema YYYY-MM-DD",
"Personal planning and team project organization" : "Projektijuhtimise lahendus sulle ja sinu tiimile", "Cancel" : "Loobu",
"Add board" : "Lisa tahvel",
"Card details" : "Kaardi üksikasjad",
"Select the board to link to a project" : "Vali projektiga seotav tahvel",
"Search by board title" : "Otsi tahvli pealkirja alusel",
"Select board" : "Vali tahvel",
"Move/copy card" : "Teisalda või kopeeri kaart",
"Select a board" : "Vali tahvel",
"No lists available" : "Loendeid pole saadaval",
"Select a list" : "Vali loend",
"Move card" : "Teisalda kaart",
"Copy card" : "Kopeeri kaart",
"Select the card to link to a project" : "Vali kaart, mida projektis viidata",
"Link to card" : "Lisa link kaardile",
"Select a card" : "Vali kaart",
"Cancel" : "Katkesta",
"This board is read only" : "See tahvle on vaid loetav",
"Drop your files to upload" : "Üleslaadimiseks lohista failid siia", "Drop your files to upload" : "Üleslaadimiseks lohista failid siia",
"File already exists" : "Fail on juba olemas", "File already exists" : "Fail on juba olemas",
"A file with the name {filename} already exists." : "„{filename}“ nimega fail on juba olemas.",
"Do you want to overwrite it?" : "Kas sa sooviksid ta üle kirjutada?",
"Overwrite file" : "Kirjuta fail üle",
"Keep existing file" : "Säilita olemasolev fail",
"Add card" : "Lisa kaart",
"Archived cards" : "Arhiveeritud kaardid",
"Add list" : "Lisa loend", "Add list" : "Lisa loend",
"List name" : "Nimekirja nimi", "List name" : "Nimekirja nimi",
"Active filters" : "Aktiivsed filtrid", "Active filters" : "Aktiivsed filtrid",
"Apply filter" : "Rakenda filtrit",
"Filter by tag" : "Filtreeri sildi alusel",
"Filter by assigned user" : "Filtreeri täitja alusel",
"Unassigned" : "Täitja on määramata",
"Filter by status" : "Filtreeri oleku järgi",
"Open and completed" : "Avatud ja lõpetatud",
"Open" : "Ava", "Open" : "Ava",
"Completed" : "Lõpetatud", "Completed" : "Lõpetatud",
"Filter by due date" : "Filtreeri tähtaja alusel",
"Overdue" : "Üle tähtaja", "Overdue" : "Üle tähtaja",
"Next 24 hours" : "Järgmise 24 tunni jooksul",
"Next 7 days" : "Järgmise 7 päeva jooksul",
"Next 30 days" : "Järgmise 30 päeva jooksul",
"No due date" : "Tähtaega pole", "No due date" : "Tähtaega pole",
"Clear filter" : "Tühjenda filter", "Clear filter" : "Tühjenda filter",
"View Modes" : "Vaadete liigid",
"Toggle View Modes" : "Lülita vaadete liike sisse/välja",
"Hide archived cards" : "Peida arhiveeritud kaardid",
"Show archived cards" : "Näita arhiveeritud kaarte",
"Toggle compact mode" : "Lülita kompaktne vaade sisse/välja",
"Hide card cover images" : "Peida kaardi kaanepildid",
"Show card cover images" : "Näita kaardi kaanepilte",
"Open details" : "Ava üksikasjad", "Open details" : "Ava üksikasjad",
"Details" : "Üksikasjad", "Details" : "Üksikasjad",
"Currently present people" : "Hetkel kohalolevad inimesed",
"Loading board" : "Laadin tahvlit",
"Board not found" : "Tahvlit ei leidu",
"Create a new list to add cards to this board" : "Kaartide lisamiseks sellele tahvlile koosta uus loend",
"Sharing" : "Jagamine", "Sharing" : "Jagamine",
"Tags" : "Sildid", "Tags" : "Sildid",
"Deleted items" : "Kustutatud kirjed",
"Activity" : "Tegevus", "Activity" : "Tegevus",
"Deleted lists" : "Kustutatud loendis",
"Undo" : "Tühista", "Undo" : "Tühista",
"Deleted cards" : "Kustutatud kaart",
"Failed to create share with {displayName}" : "Jagamine ei õnnestunud: {displayName}",
"Are you sure you want to transfer the board {title} to {user}?" : "Kas oled kindel et tahad „{title}“ tahvli omandi üle anda kasutajale „{user}“?",
"Transfer the board." : "Anna omand üle.",
"Transfer" : "Teisalda", "Transfer" : "Teisalda",
"The board has been transferred to {user}" : "Tahvli omand on üle antud kasutajale {user}",
"Failed to transfer the board to {user}" : "Tahvli omandi üleandmine kasutajale {user} ei õnnestunud",
"Share board with a user, group or team …" : "Jaga tahvlit kasutaja, grupi või tiimidega…",
"Searching for users, groups and teams …" : "Otsin kasutajaid, gruppe või tiime…",
"No participants found" : "Osalejaid ei leidu", "No participants found" : "Osalejaid ei leidu",
"Board owner" : "Tahvli omanik",
"(Group)" : "(Grupp)", "(Group)" : "(Grupp)",
"(Team)" : "(Tiim)", "Can edit" : "Võib redigeerida",
"Can edit" : "Võib muuta", "Can share" : "Can share",
"Can share" : "Võib jagada",
"Can manage" : "Võib hallata",
"Owner" : "Omanik", "Owner" : "Omanik",
"Delete" : "Kustuta", "Delete" : "Kustuta",
"List deleted" : "Loend on kustutatud",
"Edit list title" : "Muuda loendi pealkirja",
"Archive all cards" : "Arhiveeri kõik kaardid",
"Unarchive all cards" : "Eemalda kõik kaardid arhiivist",
"Delete list" : "Kustuta loend", "Delete list" : "Kustuta loend",
"Archive all cards in this list" : "Arhiveeri kõik selle loendi kaardid", "Edit" : "Redigeeri",
"Unarchive all cards in this list" : "Eemalda kõik selle loendi kaardid arhiivist",
"Add a new card" : "Lisa uus kaart",
"Card name" : "Kaardi nimi",
"title and color value must be provided" : "Minimaalselt on vajalik pealkiri ja kaardi värv",
"Edit" : "Muuda",
"Add a new tag" : "Lisa uus silt",
"Board name" : "Tahvli nimi",
"Members" : "Liikmed", "Members" : "Liikmed",
"Assign to users/groups/team" : "Anna täitmiseks kasutajale/grupile/tiimile",
"Assign a user to this card…" : "Anna kaart kasutajale täitmiseks…",
"Select a user to assign to this card…" : "Vali kasutaja, kellele sa tahad selle kaardi ülesandeks anda…",
"File to share" : "Jagatav fail", "File to share" : "Jagatav fail",
"Invalid path selected" : "Vigane asukoht on valitud", "Invalid path selected" : "Vigane asukoht on valitud",
"Upload new files" : "Laadi uued failid üles", "Upload new files" : "Laadi uued failid üles",
@@ -215,183 +63,56 @@ OC.L10N.register(
"Modified" : "Muudetud", "Modified" : "Muudetud",
"Created" : "Loodud", "Created" : "Loodud",
"The title cannot be empty." : "Pealkiri ei saa olla tühi.", "The title cannot be empty." : "Pealkiri ei saa olla tühi.",
"Cannot close unsaved card!" : "Salvestamata kaarti ei saa sulgeda!",
"Open in sidebar view" : "Ava külgriba vaates", "Open in sidebar view" : "Ava külgriba vaates",
"Open in bigger view" : "Ava suuremas vaates", "Open in bigger view" : "Ava suuremas vaates",
"Attachments" : "Manused",
"Comments" : "Kommentaarid", "Comments" : "Kommentaarid",
"Failed to load comments" : "Kommentaaride laadimine ei õnnestunud",
"No comments yet. Begin the discussion!" : "Kommentaare veel pole. Asu aga keskustelema!",
"The comment cannot be empty." : "Kommentaar ei saa olla tühi.",
"The comment cannot be longer than 1000 characters." : "Kommentaar ei või olla pikem, kui 1000 tähemärki",
"Save" : "Salvesta", "Save" : "Salvesta",
"Created:" : "Loodud:", "Created:" : "Loodud:",
"In reply to" : "Vastuseks:",
"Cancel reply" : "Katkesta vastamine", "Cancel reply" : "Katkesta vastamine",
"Reply" : "Vasta", "Reply" : "Vasta",
"Update" : "Uuenda", "Update" : "Uuenda",
"Write a description …" : "Koosta kirjeldus…",
"Could not save description" : "Kirjelduse salvestamine ei õnnestunud",
"Description" : "Kirjeldus", "Description" : "Kirjeldus",
"(Unsaved)" : "(Salvestamata)",
"(Saving…)" : "(Salvestan…)",
"Formatting help" : "Abiteave vorminduse kohta", "Formatting help" : "Abiteave vorminduse kohta",
"Edit description" : "Muuda kirjeldust", "Edit description" : "Muuda kirjeldust",
"View description" : "Vaata kirjeldust",
"Add Attachment" : "Lisa manus",
"Choose attachment" : "Vali manus",
"Select Date" : "Vali kuupäev",
"Later today {timeLocale}" : "Täna hiljem {timeLocale}", "Later today {timeLocale}" : "Täna hiljem {timeLocale}",
"Set due date for later today" : "Määra tähtaeg tänaseks hilisemaks ajaks",
"Tomorrow {timeLocale}" : "Homme {timeLocale}", "Tomorrow {timeLocale}" : "Homme {timeLocale}",
"Set due date for tomorrow" : "Määra tähtaeg homseks",
"This weekend {timeLocale}" : "Sel nädalavahetusel {timeLocale}", "This weekend {timeLocale}" : "Sel nädalavahetusel {timeLocale}",
"Set due date for this weekend" : "Määra tähtaeg selleks nädalavahetuseks",
"Next week {timeLocale}" : "Järgmisel nädalal {timeLocale}", "Next week {timeLocale}" : "Järgmisel nädalal {timeLocale}",
"Set due date for next week" : "Määra tähtaeg järgmiseks nädalaks",
"Assign a due date to this card…" : "Määra sellele kaardile tähtaeg…",
"Set a due date" : "Määra tähtaeg",
"Add due date" : "Lisa tähtaeg",
"Choose a date" : "Vali kuupäev",
"Remove due date" : "Eemalda tähtaeg",
"Mark as done" : "Märgi tehtuks", "Mark as done" : "Märgi tehtuks",
"Due at:" : "Tähtaeg:",
"Not done" : "Pole valmis", "Not done" : "Pole valmis",
"Unarchive card" : "Eemalda kaart arhiivist",
"Archive card" : "Arhiveeri kaart",
"Assign a tag to this card…" : "Lisa sellele kaardile silt…",
"Select or create a tag…" : "Vali või koosta silt…",
"Create a new tag:" : "Lisa uus silt:",
"(group)" : "(grupp)", "(group)" : "(grupp)",
"{count} comments, {unread} unread" : "{count} kommentaari, neist {unread} lugemata",
"Todo items" : "Ülesanded",
"Edit card title" : "Muuda kaardi pealkirja",
"Open link" : "Ava link", "Open link" : "Ava link",
"Card deleted" : "Kaart on kustutatud",
"Edit title" : "Muuda pealkirja", "Edit title" : "Muuda pealkirja",
"Assign to me" : "Anna täitmiseks mulle",
"Unassign myself" : "Võta minult see ülesanne ära",
"Mark as not done" : "Märgi mittetehtuks",
"Delete card" : "Kustuta kaart", "Delete card" : "Kustuta kaart",
"seconds ago" : "sekundit tagasi", "seconds ago" : "sekundit tagasi",
"Keyboard shortcuts" : "Klaviatuuri otseteed", "Keyboard shortcuts" : "Klaviatuuri otseteed",
"Boost your productivity using Deck with keyboard shortcuts." : "Kasuta kiirklahvide abil seda kanbani rakendust tõhusamalt",
"Board actions" : "Tegevused tahvliga",
"Keyboard shortcut" : "Klaviatuuri otsetee", "Keyboard shortcut" : "Klaviatuuri otsetee",
"Action" : "Tegevus", "Action" : "Tegevus",
"Shift" : "Nihuta", "Shift" : "Nihuta",
"Scroll" : "Kerimine",
"Scroll sideways" : "Külitsi kerimine",
"Navigate between cards" : "Liigu kaartide vahel",
"Esc" : "Esc",
"Close card details" : "Sulge kaardi üksikasjad",
"Ctrl" : "Ctrl", "Ctrl" : "Ctrl",
"Search" : "Otsi", "Search" : "Otsi",
"Show card filters" : "Näita kaartide filtreid",
"Clear card filters" : "Tühjenda kaartide filtrid",
"Show help dialog" : "Näita abiteavet",
"Card actions" : "Tegevused kaardiga",
"The following actions can be triggered on the currently highlighted card" : "Hetkel esiletõstetud kaardiga saab teha järgmisi toiminguid",
"Enter" : "Sisestusklahv",
"Space" : "Tühikuklahv",
"Open card details" : "Ava kaardi üksikasjad",
"Edit the card title" : "Muuda kaardi pealkirja",
"Assign yourself to the current card" : "Anna see kaart endale täitmiseks",
"Archive/unarchive the current card" : "Lisa see kaart arhiivi või eemalda sealt",
"Mark card as completed/not completed" : "Märgi lõpetatuks/pooleli olevaks",
"Open card menu" : "Ava kaardi menüü",
"All boards" : "Kõik tahvlid",
"Archived boards" : "Arhiveeritud tahvlid",
"Shared with you" : "Sinuga jagatud", "Shared with you" : "Sinuga jagatud",
"Deck settings" : "Kanbani rakenduse seadistused",
"Use bigger card view" : "Kasuta suuremat kaardivaadet",
"Show card ID badge" : "Näita silti kaardi tunnusega",
"Show boards in calendar/tasks" : "Näita tahvleid kalendrite ja ülesannete vaates",
"Limit board creation to some groups" : "Piira tahvlite loomise õigus mõnede gruppidega",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Kasutajad, kes pole nende gruppide liikmed, ei saa oma tahvleid luua, kuid saavad töötada tahvlitega, mida neile on jagatud.",
"Cancel edit" : "Loobu muutmisest", "Cancel edit" : "Loobu muutmisest",
"Save board" : "Salvesta tahvel",
"Board {0} deleted" : "„{0}“ tahvel on kustutatud",
"All cards" : "Kõik kaardid",
"Only assigned cards" : "Vaid kaardid, kellel on täitja olemas",
"No reminder" : "Meeldetuletust pole", "No reminder" : "Meeldetuletust pole",
"An error occurred" : "Tekkis viga", "An error occurred" : "Tekkis tõrge",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Kas oled kindel, et soovid „{title}“ tahvli kustutada. Sellega saavad kustutatud kõik selle tahvli andmed, sealhulgas arhiveeritud kaardid.",
"Delete the board?" : "Kas kustutame selle tahvli?",
"Exporting board..." : "Ekspordin tahvlit...",
"Board details" : "Tahvli üksikasjad",
"Edit board" : "Muuda tahvlit",
"Clone board" : "Tee tahvlist koopia",
"Unarchive board" : "Eemalda tahvel arhiivist",
"Archive board" : "Arhiveeri tahvel",
"Export board" : "Ekspordi tahvel",
"Turn on due date reminders" : "Kasuta tähtaja meeldetuletusi",
"Turn off due date reminders" : "Ära kasuta tähtaja meeldetuletusi",
"Due date reminders" : "Tähtaja meeldetuletused",
"Assigned cards" : "Kaardid, millel on täitja olemas",
"No notifications" : "Märguandeid pole", "No notifications" : "Märguandeid pole",
"Delete board" : "Kustuta tahvel",
"Importing board..." : "Impordin tahvlit...",
"Board imported successfully" : "Tahvli importimine õnnestus",
"Import board" : "Impordi tahvel",
"Clone {boardTitle}" : "Tee tahvlist koopia: {boardTitle}",
"Clone cards" : "Tee kaartidest koopia",
"Clone assignments" : "Tee ülesannetest koopia",
"Clone labels" : "Tee siltidest koopia",
"Clone due dates" : "Tee tähtaegadest koopia",
"Advanced options" : "Täpsemad valikud", "Advanced options" : "Täpsemad valikud",
"Move all cards to the first list" : "Tõsta kõik kaardid esimesse loendisse",
"Restore archived cards" : "Taasta arhiveeritud kaardid",
"Clone" : "Tee koopia",
"Export {boardTitle}" : "Ekspordi „{boardTitle}“", "Export {boardTitle}" : "Ekspordi „{boardTitle}“",
"Export as JSON" : "Ekspordi JSON-failina", "Export as JSON" : "Ekspordi JSON-failina",
"Export as CSV" : "Ekspordi CSV-failina", "Export as CSV" : "Ekspordi CSV-failina",
"Note: Only the JSON format is supported for importing back into the Deck app." : "Märkus: vaid JSON-vorming on toetatud tagasi importimiseks kanbani-rakendusse.",
"Export" : "Ekspordi", "Export" : "Ekspordi",
"Loading filtered view" : "Laadin filtreeritud vaadet",
"Search for {searchQuery} in other boards" : "Otsi muudelt tahvlitelt: „{searchQuery}“",
"Search for {searchQuery} in all boards" : "Otsi kõikidelt tahvlitelt: „{searchQuery}“",
"No results found" : "Otsingutulemusi ei leidu",
"Deck board {name}\n* Last modified on {lastMod}" : "Kanbani tahvel {name}\n* Viimati muudetud {lastMod}",
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Loodud {created}\n* Viimati muudetud {lastMod}\n* {nbAttachments} manus(t)\n* {nbComments} kommentaar(i)",
"{nbCards} cards" : "{nbCards} kaarti",
"Due on {date}" : "Tähtaeg: {date}",
"{stack} in {board}" : "„{stack}“ kasutaja „{board}“ kõnes",
"Click to expand description" : "Klõpsi kogu kirjelduse vaatamiseks",
"Click to expand comment" : "Klõpsi kogu kommentaari vaatamiseks",
"Create card" : "Koosta kaart",
"Create a new card" : "Koosta uus Kanbani kaart",
"Card title" : "Kaardi pealkiri",
"Creating the new card …" : "Uus kaart on loomisel...",
"Card \"{card}\" was added to \"{board}\"" : "„{card}“ ülesanne on lisatud „{board}“ tahvlile",
"Open card" : "Ava kaart",
"Close" : "Sulge",
"No upcoming cards" : "Lähiajal äitmisele kuuluvaid kaarte pole",
"upcoming cards today" : "täna täitmisele kuuluvad kaardid",
"upcoming cards tomorrow" : "homme täitmisele kuuluvad kaardid",
"upcoming cards" : "järgmised täitmisele kuuluvad kaardid",
"New card" : "Uus kaart",
"Link to a board" : "Lisa link tahvlile",
"Link to a card" : "Lisa link kaardile",
"Create a card" : "Koosta kaart",
"Message from {author} in {conversationName}" : "Sõnum kasutajalt „{author}“ „{conversationName}“ vestluses",
"Something went wrong" : "Midagi läks valesti",
"Failed to upload {name}" : "„{name}“ üleslaadimine ei õnnestunud",
"Maximum file size of {size} exceeded" : "Failide maksimaalne lubatud suurus {size} on ületatud",
"Assigned users" : "Ülesannetega kasutajad",
"Due date" : "Tähtaeg",
"Error creating the share" : "Viga jaosmeedia loomisel",
"Share with a Deck card" : "Jaga kanbani kaardiga",
"Share {file} with a Deck card" : "Jaga „{file}“ faili kanbani kaardiga",
"Share" : "Jaga",
"Personal" : "Isiklik",
"To do" : "Tegemiseks",
"Doing" : "Tegemisel",
"Example Task 3" : "Näidisülesanne 3",
"Example Task 2" : "Näidisülesanne 2",
"Example Task 1" : "Näidisülesanne 1",
"Move card to another board" : "Tõsta kaart teisele tahvlile",
"Today" : "Täna", "Today" : "Täna",
"Tomorrow" : "Homme", "Tomorrow" : "Homme",
"No due" : "Tähtaega pole" "No results found" : "Otsingutulemusi ei leidu",
"Due on {date}" : "Tähtaeg: {date}",
"{stack} in {board}" : "„{stack}“ kasutaja „{board}“ kõnes",
"Close" : "Sulge",
"Message from {author} in {conversationName}" : "Sõnum kasutajalt „{author}“ „{conversationName}“ vestluses",
"Failed to upload {name}" : "„{name}“ üleslaadimine ei õnnestunud",
"Due date" : "Tähtaeg",
"Error creating the share" : "Viga jaosmeedia loomisel",
"Share" : "Jaga",
"Personal" : "Isiklik"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -1,204 +1,52 @@
{ "translations": { { "translations": {
"You have created a new board {board}" : "Sa oled koostanud uue tahvli: {board}",
"{user} has created a new board {board}" : "{user} on koostanud uue tahvli: {board}",
"You have deleted the board {board}" : "Sa oled kustutanud tahvli: {board}",
"{user} has deleted the board {board}" : "{user} on kustutanud tahvli: {board}",
"You have restored the board {board}" : "Sa oled taastanud tahvli: {board}",
"{user} has restored the board {board}" : "{user} on taastanud tahvli: {board}",
"You have shared the board {board} with {acl}" : "Sa oled jaganud {board} tahvlit: {acl}",
"{user} has shared the board {board} with {acl}" : "{user} on jaganud {board} tahvlit: {acl}",
"You have removed {acl} from the board {board}" : "Sa oled eemaldanud {acl} ligipääsu tahvlilt {board}",
"{user} has removed {acl} from the board {board}" : "{user} on eemaldanud {acl} ligipääsu tahvlilt {board}",
"You have renamed the board {before} to {board}" : "Sa oled muutnud tahvli nime: {before} → {board}",
"{user} has renamed the board {before} to {board}" : "{user} on muutnud tahvli nime: {before} → {board}",
"You have archived the board {board}" : "Sa oled {board} tahvli arhiveerinud",
"{user} has archived the board {before}" : "{user} on {before} tahvli arhiveerinud",
"You have unarchived the board {board}" : "Sa oled „{board}“ tahvli arhiivist eemaldanud",
"{user} has unarchived the board {before}" : "{user} on „{before}“ tahvli arhiivist eemaldanud",
"{user} has created a new list {stack} on board {board}" : "{user} on „{board}“ tahvlil koostanud uue loendi „{stack}“ ",
"You have renamed the card {before} to {card}" : "Sa oled muutnud kaardi nime: {before} → {card}",
"{user} has renamed the card {before} to {card}" : "{user} on muutnud kaardi nime: {before} → {card}",
"You have added a description to card {card} in list {stack} on board {board}" : "Sa oled {board} tahvli {stack} loendi {card} kaardile lisanud kirjelduse",
"You have marked the card {card} as done in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks",
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks",
"You have marked the card {card} as undone in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks",
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks",
"You have removed the due date of card {card}" : "Sina oled eemaldanud „{card}“ kaardi tähtaja",
"{user} has removed the due date of card {card}" : "{user} on eemaldanud „{card}“ kaardi tähtaja",
"You have set the due date of card {card} to {after}" : "Sina oled määranud „{card}“ kaardi tähtajaks {after}",
"{user} has set the due date of card {card} to {after}" : "{user} on määranud „{card}“ kaardi tähtajaks {after}",
"You have updated the due date of card {card} to {after}" : "Sina oled muutnud „{card}“ kaardi tähtajaks {after}",
"{user} has updated the due date of card {card} to {after}" : "{user} on muutnud „{card}“ kaardi tähtajaks {after}",
"You have assigned {assigneduser} to card {card} on board {board}" : "Sa oled määranud {board} tahvli {card} kaardi täitjaks {assigneduser}",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} on määranud {board} tahvli {card} kaardi täitjaks {assigneduser}",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Sa oled {board} tahvli {card} kaardi täitja rollist eemaldanud kasutaja {assigneduser}",
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} on {board} tahvli {card} kaardi täitja rollist eemaldanud kasutaja {assigneduser}",
"{user} has moved the card {card} from list {stackBefore} to {stack}" : "{user} on tõstnud {card} kaardi ühest loendist teise: {stackBefore} → {stack}",
"You have added the attachment {attachment} to card {card}" : "Sa oled lisanud „{card}“ kaardile „{attachment}“ manuse",
"{user} has added the attachment {attachment} to card {card}" : "{user} on lisanud „{card}“ kaardile „{attachment}“ manuse",
"You have updated the attachment {attachment} on card {card}" : "Sina oled uuendanud „{card}“ kaardil „{attachment}“ manust",
"{user} has updated the attachment {attachment} on card {card}" : "{user} on uuendanud „{card}“ kaardil „{attachment}“ manust",
"You have deleted the attachment {attachment} from card {card}" : "Sina oled kustutanud „{card}“ kaardilt „{attachment}“ manuse",
"{user} has deleted the attachment {attachment} from card {card}" : "{user} on kustutanud „{card}“ kaardilt „{attachment}“ manuse",
"You have restored the attachment {attachment} to card {card}" : "Sa oled taastanud „{card}“ kaardile „{attachment}“ manuse",
"{user} has restored the attachment {attachment} to card {card}" : "{user} on taastanud „{card}“ kaardi „{attachment}“ manuse",
"You have commented on card {card}" : "Sina oled kommenteerinud „{card}“ kaarti",
"{user} has commented on card {card}" : "{user} on kommenteerinud „{card}“ kaarti",
"Deck" : "Deck", "Deck" : "Deck",
"Changes in the <strong>Deck app</strong>" : "Muudatused <strong>Kanbani rakenduses</strong>",
"A <strong>board, list or card</strong> was changed" : "<strong>Tahvel, loend või kaart</strong> on muutunud",
"A <strong>comment</strong> was created on a card" : "Kaardile on lisatud<strong>kommentaar</strong>",
"A <strong>card description</strong> has been changed" : "<strong>Kaardi kirjeldus</strong> on muutunud",
"The file was uploaded" : "Fail laaditi üles", "The file was uploaded" : "Fail laaditi üles",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Üleslaetud fail on suurem, kui php.ini failis määratud upload_max_filesize", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Üleslaetud fail on suurem, kui php.ini failis määratud upload_max_filesize",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Üleslaetud fail on suurem, kui MAX_FILE_SIZE atribuut, mis seadistati HTML vormis", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Üleslaetud fail on suurem, kui MAX_FILE_SIZE atribuut, mis seadistati HTML vormis",
"The file was only partially uploaded" : "Fail laaditi üles ainult osaliselt", "The file was only partially uploaded" : "Fail laaditi üles ainult osaliselt",
"No file was uploaded" : "Ühtegi faili ei laaditud üles", "No file was uploaded" : "Ühtegi faili ei latud üles",
"Missing a temporary folder" : "Ajutine kaust on puudu", "Missing a temporary folder" : "Ajutine kausta on puudu",
"Could not write file to disk" : "Faili kirjutamine kettale ei õnnestunud", "Could not write file to disk" : "Faili kirjutamine kettale ebaõnnestus",
"A PHP extension stopped the file upload" : "PHP laiendus peatas faili üleslaadimise", "A PHP extension stopped the file upload" : "PHP laiendus peatas faili üleslaadimise",
"No file uploaded or file size exceeds maximum of %s" : "Faili ei laaditud üles või selle suurus ületab maksimaalse %s", "No file uploaded or file size exceeds maximum of %s" : "Faili ei laaditud üles või selle suurus ületab maksimaalse %s",
"Invalid file type. Only JSON files are allowed." : "Vigane failitüüp. Vaid JSON-failid on lubatud.", "Invalid file type. Only JSON files are allowed." : "Vigane failitüüp. Vaid JSON-failid on lubatud.",
"Invalid JSON data" : "Vigased JSON-i andmed", "Invalid JSON data" : "Vigased JSON-i andmed",
"Failed to import board" : "Tahvli importimine ei õnnestunud",
"Cards due today" : "Kaardid, mille tähtaeg on täna",
"Cards due tomorrow" : "Kaardid, mille tähtaeg on homme",
"Upcoming cards" : "Tulevased kaardid",
"Load more" : "Laadi veel", "Load more" : "Laadi veel",
"Welcome to Nextcloud Deck!" : "Tere tulemast kasutama kanbani rakendust Nextcloudi Deck!",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "„%s“ kaart „%s“ tahvlil on määratud sulle täitmiseks %s poolt.",
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} on andnud „{deck-board}“ tahvli „{deck-card}“ kaardi sulle täitmiseks",
"The card {deck-card} on {deck-board} has reached its due date." : "Tähtaeg on käes: „{deck-card}“ kaart, „{deck-board}“ tahvel",
"%s has mentioned you in a comment on \"%s\"." : "%s mainis sind „%s“ kommentaaris.",
"{user} has mentioned you in a comment on {deck-card}." : "{user} on sind maininud „{deck-card}“ tahvli kommentaaris.",
"{user} has shared {deck-board} with you." : "{user} on „{deck-board}“ tahvlit sinuga jaganud",
"Deck board" : "Kanbani tahvel", "Deck board" : "Kanbani tahvel",
"Owned by %1$s" : "Omanik: %1$s",
"Deck boards, cards and comments" : "Kanbani tahvlid, kaardid ja kommentaarid",
"Create a new deck card" : "Koosta uus kanbani kaart",
"Card comments" : "Kaardi kommentaarid",
"%s on %s" : "%s %s-l", "%s on %s" : "%s %s-l",
"Deck boards and cards" : "Kanbani tahvlid ja kaardid",
"No data was provided to create an attachment." : "Polnud andmeid, millest luua manust.",
"Finished" : "Lõpetatud", "Finished" : "Lõpetatud",
"To review" : "Ülevaatamiseks",
"Action needed" : "Tegevus on vajalik",
"Later" : "Hiljem", "Later" : "Hiljem",
"copy" : "koopia", "copy" : "koopia",
"Read more inside" : "Loe lisateavet järgnevast",
"Custom lists - click to rename!" : "Kohandatud loendid - klõpsi nime muutmiseks!",
"To Do" : "Tegemiseks", "To Do" : "Tegemiseks",
"In Progress" : "Töös",
"Done" : "Valmis", "Done" : "Valmis",
"1. Open to learn more about boards and cards" : "1. Ava lugemaks lisateavet tahvlite ja kaartide kohta",
"2. Drag cards left and right, up and down" : "2. Lohista kaarte vasakule ja paremale ning üles ja alla",
"3. Apply rich formatting and link content" : "3. Kasuta teksti vormindamise ja linkide lisamise võimalust",
"4. Share, comment and collaborate!" : "4. Jaga, kommenteeri ning osale ühistegevuses!",
"Create your first card!" : "Koosta oma esimene kaart!",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Sellel kommentaari pikkus on üle %s tähemärgi.\nTa on kaardile lisatud „%s“ nimega manusena.\nVõrguaadress: %s.",
"Attachments" : "Manused",
"File" : "Fail",
"date" : "kuupäev",
"Card not found" : "Kaarti ei leidu",
"Path is already shared with this card" : "Asukoht on juba selle kaardiga jagatud",
"Invalid date, date format must be YYYY-MM-DD" : "Vigane kuupäev, formaat peab olema YYYY-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "Vigane kuupäev, formaat peab olema YYYY-MM-DD",
"Personal planning and team project organization" : "Projektijuhtimise lahendus sulle ja sinu tiimile", "Cancel" : "Loobu",
"Add board" : "Lisa tahvel",
"Card details" : "Kaardi üksikasjad",
"Select the board to link to a project" : "Vali projektiga seotav tahvel",
"Search by board title" : "Otsi tahvli pealkirja alusel",
"Select board" : "Vali tahvel",
"Move/copy card" : "Teisalda või kopeeri kaart",
"Select a board" : "Vali tahvel",
"No lists available" : "Loendeid pole saadaval",
"Select a list" : "Vali loend",
"Move card" : "Teisalda kaart",
"Copy card" : "Kopeeri kaart",
"Select the card to link to a project" : "Vali kaart, mida projektis viidata",
"Link to card" : "Lisa link kaardile",
"Select a card" : "Vali kaart",
"Cancel" : "Katkesta",
"This board is read only" : "See tahvle on vaid loetav",
"Drop your files to upload" : "Üleslaadimiseks lohista failid siia", "Drop your files to upload" : "Üleslaadimiseks lohista failid siia",
"File already exists" : "Fail on juba olemas", "File already exists" : "Fail on juba olemas",
"A file with the name {filename} already exists." : "„{filename}“ nimega fail on juba olemas.",
"Do you want to overwrite it?" : "Kas sa sooviksid ta üle kirjutada?",
"Overwrite file" : "Kirjuta fail üle",
"Keep existing file" : "Säilita olemasolev fail",
"Add card" : "Lisa kaart",
"Archived cards" : "Arhiveeritud kaardid",
"Add list" : "Lisa loend", "Add list" : "Lisa loend",
"List name" : "Nimekirja nimi", "List name" : "Nimekirja nimi",
"Active filters" : "Aktiivsed filtrid", "Active filters" : "Aktiivsed filtrid",
"Apply filter" : "Rakenda filtrit",
"Filter by tag" : "Filtreeri sildi alusel",
"Filter by assigned user" : "Filtreeri täitja alusel",
"Unassigned" : "Täitja on määramata",
"Filter by status" : "Filtreeri oleku järgi",
"Open and completed" : "Avatud ja lõpetatud",
"Open" : "Ava", "Open" : "Ava",
"Completed" : "Lõpetatud", "Completed" : "Lõpetatud",
"Filter by due date" : "Filtreeri tähtaja alusel",
"Overdue" : "Üle tähtaja", "Overdue" : "Üle tähtaja",
"Next 24 hours" : "Järgmise 24 tunni jooksul",
"Next 7 days" : "Järgmise 7 päeva jooksul",
"Next 30 days" : "Järgmise 30 päeva jooksul",
"No due date" : "Tähtaega pole", "No due date" : "Tähtaega pole",
"Clear filter" : "Tühjenda filter", "Clear filter" : "Tühjenda filter",
"View Modes" : "Vaadete liigid",
"Toggle View Modes" : "Lülita vaadete liike sisse/välja",
"Hide archived cards" : "Peida arhiveeritud kaardid",
"Show archived cards" : "Näita arhiveeritud kaarte",
"Toggle compact mode" : "Lülita kompaktne vaade sisse/välja",
"Hide card cover images" : "Peida kaardi kaanepildid",
"Show card cover images" : "Näita kaardi kaanepilte",
"Open details" : "Ava üksikasjad", "Open details" : "Ava üksikasjad",
"Details" : "Üksikasjad", "Details" : "Üksikasjad",
"Currently present people" : "Hetkel kohalolevad inimesed",
"Loading board" : "Laadin tahvlit",
"Board not found" : "Tahvlit ei leidu",
"Create a new list to add cards to this board" : "Kaartide lisamiseks sellele tahvlile koosta uus loend",
"Sharing" : "Jagamine", "Sharing" : "Jagamine",
"Tags" : "Sildid", "Tags" : "Sildid",
"Deleted items" : "Kustutatud kirjed",
"Activity" : "Tegevus", "Activity" : "Tegevus",
"Deleted lists" : "Kustutatud loendis",
"Undo" : "Tühista", "Undo" : "Tühista",
"Deleted cards" : "Kustutatud kaart",
"Failed to create share with {displayName}" : "Jagamine ei õnnestunud: {displayName}",
"Are you sure you want to transfer the board {title} to {user}?" : "Kas oled kindel et tahad „{title}“ tahvli omandi üle anda kasutajale „{user}“?",
"Transfer the board." : "Anna omand üle.",
"Transfer" : "Teisalda", "Transfer" : "Teisalda",
"The board has been transferred to {user}" : "Tahvli omand on üle antud kasutajale {user}",
"Failed to transfer the board to {user}" : "Tahvli omandi üleandmine kasutajale {user} ei õnnestunud",
"Share board with a user, group or team …" : "Jaga tahvlit kasutaja, grupi või tiimidega…",
"Searching for users, groups and teams …" : "Otsin kasutajaid, gruppe või tiime…",
"No participants found" : "Osalejaid ei leidu", "No participants found" : "Osalejaid ei leidu",
"Board owner" : "Tahvli omanik",
"(Group)" : "(Grupp)", "(Group)" : "(Grupp)",
"(Team)" : "(Tiim)", "Can edit" : "Võib redigeerida",
"Can edit" : "Võib muuta", "Can share" : "Can share",
"Can share" : "Võib jagada",
"Can manage" : "Võib hallata",
"Owner" : "Omanik", "Owner" : "Omanik",
"Delete" : "Kustuta", "Delete" : "Kustuta",
"List deleted" : "Loend on kustutatud",
"Edit list title" : "Muuda loendi pealkirja",
"Archive all cards" : "Arhiveeri kõik kaardid",
"Unarchive all cards" : "Eemalda kõik kaardid arhiivist",
"Delete list" : "Kustuta loend", "Delete list" : "Kustuta loend",
"Archive all cards in this list" : "Arhiveeri kõik selle loendi kaardid", "Edit" : "Redigeeri",
"Unarchive all cards in this list" : "Eemalda kõik selle loendi kaardid arhiivist",
"Add a new card" : "Lisa uus kaart",
"Card name" : "Kaardi nimi",
"title and color value must be provided" : "Minimaalselt on vajalik pealkiri ja kaardi värv",
"Edit" : "Muuda",
"Add a new tag" : "Lisa uus silt",
"Board name" : "Tahvli nimi",
"Members" : "Liikmed", "Members" : "Liikmed",
"Assign to users/groups/team" : "Anna täitmiseks kasutajale/grupile/tiimile",
"Assign a user to this card…" : "Anna kaart kasutajale täitmiseks…",
"Select a user to assign to this card…" : "Vali kasutaja, kellele sa tahad selle kaardi ülesandeks anda…",
"File to share" : "Jagatav fail", "File to share" : "Jagatav fail",
"Invalid path selected" : "Vigane asukoht on valitud", "Invalid path selected" : "Vigane asukoht on valitud",
"Upload new files" : "Laadi uued failid üles", "Upload new files" : "Laadi uued failid üles",
@@ -213,183 +61,56 @@
"Modified" : "Muudetud", "Modified" : "Muudetud",
"Created" : "Loodud", "Created" : "Loodud",
"The title cannot be empty." : "Pealkiri ei saa olla tühi.", "The title cannot be empty." : "Pealkiri ei saa olla tühi.",
"Cannot close unsaved card!" : "Salvestamata kaarti ei saa sulgeda!",
"Open in sidebar view" : "Ava külgriba vaates", "Open in sidebar view" : "Ava külgriba vaates",
"Open in bigger view" : "Ava suuremas vaates", "Open in bigger view" : "Ava suuremas vaates",
"Attachments" : "Manused",
"Comments" : "Kommentaarid", "Comments" : "Kommentaarid",
"Failed to load comments" : "Kommentaaride laadimine ei õnnestunud",
"No comments yet. Begin the discussion!" : "Kommentaare veel pole. Asu aga keskustelema!",
"The comment cannot be empty." : "Kommentaar ei saa olla tühi.",
"The comment cannot be longer than 1000 characters." : "Kommentaar ei või olla pikem, kui 1000 tähemärki",
"Save" : "Salvesta", "Save" : "Salvesta",
"Created:" : "Loodud:", "Created:" : "Loodud:",
"In reply to" : "Vastuseks:",
"Cancel reply" : "Katkesta vastamine", "Cancel reply" : "Katkesta vastamine",
"Reply" : "Vasta", "Reply" : "Vasta",
"Update" : "Uuenda", "Update" : "Uuenda",
"Write a description …" : "Koosta kirjeldus…",
"Could not save description" : "Kirjelduse salvestamine ei õnnestunud",
"Description" : "Kirjeldus", "Description" : "Kirjeldus",
"(Unsaved)" : "(Salvestamata)",
"(Saving…)" : "(Salvestan…)",
"Formatting help" : "Abiteave vorminduse kohta", "Formatting help" : "Abiteave vorminduse kohta",
"Edit description" : "Muuda kirjeldust", "Edit description" : "Muuda kirjeldust",
"View description" : "Vaata kirjeldust",
"Add Attachment" : "Lisa manus",
"Choose attachment" : "Vali manus",
"Select Date" : "Vali kuupäev",
"Later today {timeLocale}" : "Täna hiljem {timeLocale}", "Later today {timeLocale}" : "Täna hiljem {timeLocale}",
"Set due date for later today" : "Määra tähtaeg tänaseks hilisemaks ajaks",
"Tomorrow {timeLocale}" : "Homme {timeLocale}", "Tomorrow {timeLocale}" : "Homme {timeLocale}",
"Set due date for tomorrow" : "Määra tähtaeg homseks",
"This weekend {timeLocale}" : "Sel nädalavahetusel {timeLocale}", "This weekend {timeLocale}" : "Sel nädalavahetusel {timeLocale}",
"Set due date for this weekend" : "Määra tähtaeg selleks nädalavahetuseks",
"Next week {timeLocale}" : "Järgmisel nädalal {timeLocale}", "Next week {timeLocale}" : "Järgmisel nädalal {timeLocale}",
"Set due date for next week" : "Määra tähtaeg järgmiseks nädalaks",
"Assign a due date to this card…" : "Määra sellele kaardile tähtaeg…",
"Set a due date" : "Määra tähtaeg",
"Add due date" : "Lisa tähtaeg",
"Choose a date" : "Vali kuupäev",
"Remove due date" : "Eemalda tähtaeg",
"Mark as done" : "Märgi tehtuks", "Mark as done" : "Märgi tehtuks",
"Due at:" : "Tähtaeg:",
"Not done" : "Pole valmis", "Not done" : "Pole valmis",
"Unarchive card" : "Eemalda kaart arhiivist",
"Archive card" : "Arhiveeri kaart",
"Assign a tag to this card…" : "Lisa sellele kaardile silt…",
"Select or create a tag…" : "Vali või koosta silt…",
"Create a new tag:" : "Lisa uus silt:",
"(group)" : "(grupp)", "(group)" : "(grupp)",
"{count} comments, {unread} unread" : "{count} kommentaari, neist {unread} lugemata",
"Todo items" : "Ülesanded",
"Edit card title" : "Muuda kaardi pealkirja",
"Open link" : "Ava link", "Open link" : "Ava link",
"Card deleted" : "Kaart on kustutatud",
"Edit title" : "Muuda pealkirja", "Edit title" : "Muuda pealkirja",
"Assign to me" : "Anna täitmiseks mulle",
"Unassign myself" : "Võta minult see ülesanne ära",
"Mark as not done" : "Märgi mittetehtuks",
"Delete card" : "Kustuta kaart", "Delete card" : "Kustuta kaart",
"seconds ago" : "sekundit tagasi", "seconds ago" : "sekundit tagasi",
"Keyboard shortcuts" : "Klaviatuuri otseteed", "Keyboard shortcuts" : "Klaviatuuri otseteed",
"Boost your productivity using Deck with keyboard shortcuts." : "Kasuta kiirklahvide abil seda kanbani rakendust tõhusamalt",
"Board actions" : "Tegevused tahvliga",
"Keyboard shortcut" : "Klaviatuuri otsetee", "Keyboard shortcut" : "Klaviatuuri otsetee",
"Action" : "Tegevus", "Action" : "Tegevus",
"Shift" : "Nihuta", "Shift" : "Nihuta",
"Scroll" : "Kerimine",
"Scroll sideways" : "Külitsi kerimine",
"Navigate between cards" : "Liigu kaartide vahel",
"Esc" : "Esc",
"Close card details" : "Sulge kaardi üksikasjad",
"Ctrl" : "Ctrl", "Ctrl" : "Ctrl",
"Search" : "Otsi", "Search" : "Otsi",
"Show card filters" : "Näita kaartide filtreid",
"Clear card filters" : "Tühjenda kaartide filtrid",
"Show help dialog" : "Näita abiteavet",
"Card actions" : "Tegevused kaardiga",
"The following actions can be triggered on the currently highlighted card" : "Hetkel esiletõstetud kaardiga saab teha järgmisi toiminguid",
"Enter" : "Sisestusklahv",
"Space" : "Tühikuklahv",
"Open card details" : "Ava kaardi üksikasjad",
"Edit the card title" : "Muuda kaardi pealkirja",
"Assign yourself to the current card" : "Anna see kaart endale täitmiseks",
"Archive/unarchive the current card" : "Lisa see kaart arhiivi või eemalda sealt",
"Mark card as completed/not completed" : "Märgi lõpetatuks/pooleli olevaks",
"Open card menu" : "Ava kaardi menüü",
"All boards" : "Kõik tahvlid",
"Archived boards" : "Arhiveeritud tahvlid",
"Shared with you" : "Sinuga jagatud", "Shared with you" : "Sinuga jagatud",
"Deck settings" : "Kanbani rakenduse seadistused",
"Use bigger card view" : "Kasuta suuremat kaardivaadet",
"Show card ID badge" : "Näita silti kaardi tunnusega",
"Show boards in calendar/tasks" : "Näita tahvleid kalendrite ja ülesannete vaates",
"Limit board creation to some groups" : "Piira tahvlite loomise õigus mõnede gruppidega",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Kasutajad, kes pole nende gruppide liikmed, ei saa oma tahvleid luua, kuid saavad töötada tahvlitega, mida neile on jagatud.",
"Cancel edit" : "Loobu muutmisest", "Cancel edit" : "Loobu muutmisest",
"Save board" : "Salvesta tahvel",
"Board {0} deleted" : "„{0}“ tahvel on kustutatud",
"All cards" : "Kõik kaardid",
"Only assigned cards" : "Vaid kaardid, kellel on täitja olemas",
"No reminder" : "Meeldetuletust pole", "No reminder" : "Meeldetuletust pole",
"An error occurred" : "Tekkis viga", "An error occurred" : "Tekkis tõrge",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Kas oled kindel, et soovid „{title}“ tahvli kustutada. Sellega saavad kustutatud kõik selle tahvli andmed, sealhulgas arhiveeritud kaardid.",
"Delete the board?" : "Kas kustutame selle tahvli?",
"Exporting board..." : "Ekspordin tahvlit...",
"Board details" : "Tahvli üksikasjad",
"Edit board" : "Muuda tahvlit",
"Clone board" : "Tee tahvlist koopia",
"Unarchive board" : "Eemalda tahvel arhiivist",
"Archive board" : "Arhiveeri tahvel",
"Export board" : "Ekspordi tahvel",
"Turn on due date reminders" : "Kasuta tähtaja meeldetuletusi",
"Turn off due date reminders" : "Ära kasuta tähtaja meeldetuletusi",
"Due date reminders" : "Tähtaja meeldetuletused",
"Assigned cards" : "Kaardid, millel on täitja olemas",
"No notifications" : "Märguandeid pole", "No notifications" : "Märguandeid pole",
"Delete board" : "Kustuta tahvel",
"Importing board..." : "Impordin tahvlit...",
"Board imported successfully" : "Tahvli importimine õnnestus",
"Import board" : "Impordi tahvel",
"Clone {boardTitle}" : "Tee tahvlist koopia: {boardTitle}",
"Clone cards" : "Tee kaartidest koopia",
"Clone assignments" : "Tee ülesannetest koopia",
"Clone labels" : "Tee siltidest koopia",
"Clone due dates" : "Tee tähtaegadest koopia",
"Advanced options" : "Täpsemad valikud", "Advanced options" : "Täpsemad valikud",
"Move all cards to the first list" : "Tõsta kõik kaardid esimesse loendisse",
"Restore archived cards" : "Taasta arhiveeritud kaardid",
"Clone" : "Tee koopia",
"Export {boardTitle}" : "Ekspordi „{boardTitle}“", "Export {boardTitle}" : "Ekspordi „{boardTitle}“",
"Export as JSON" : "Ekspordi JSON-failina", "Export as JSON" : "Ekspordi JSON-failina",
"Export as CSV" : "Ekspordi CSV-failina", "Export as CSV" : "Ekspordi CSV-failina",
"Note: Only the JSON format is supported for importing back into the Deck app." : "Märkus: vaid JSON-vorming on toetatud tagasi importimiseks kanbani-rakendusse.",
"Export" : "Ekspordi", "Export" : "Ekspordi",
"Loading filtered view" : "Laadin filtreeritud vaadet",
"Search for {searchQuery} in other boards" : "Otsi muudelt tahvlitelt: „{searchQuery}“",
"Search for {searchQuery} in all boards" : "Otsi kõikidelt tahvlitelt: „{searchQuery}“",
"No results found" : "Otsingutulemusi ei leidu",
"Deck board {name}\n* Last modified on {lastMod}" : "Kanbani tahvel {name}\n* Viimati muudetud {lastMod}",
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Loodud {created}\n* Viimati muudetud {lastMod}\n* {nbAttachments} manus(t)\n* {nbComments} kommentaar(i)",
"{nbCards} cards" : "{nbCards} kaarti",
"Due on {date}" : "Tähtaeg: {date}",
"{stack} in {board}" : "„{stack}“ kasutaja „{board}“ kõnes",
"Click to expand description" : "Klõpsi kogu kirjelduse vaatamiseks",
"Click to expand comment" : "Klõpsi kogu kommentaari vaatamiseks",
"Create card" : "Koosta kaart",
"Create a new card" : "Koosta uus Kanbani kaart",
"Card title" : "Kaardi pealkiri",
"Creating the new card …" : "Uus kaart on loomisel...",
"Card \"{card}\" was added to \"{board}\"" : "„{card}“ ülesanne on lisatud „{board}“ tahvlile",
"Open card" : "Ava kaart",
"Close" : "Sulge",
"No upcoming cards" : "Lähiajal äitmisele kuuluvaid kaarte pole",
"upcoming cards today" : "täna täitmisele kuuluvad kaardid",
"upcoming cards tomorrow" : "homme täitmisele kuuluvad kaardid",
"upcoming cards" : "järgmised täitmisele kuuluvad kaardid",
"New card" : "Uus kaart",
"Link to a board" : "Lisa link tahvlile",
"Link to a card" : "Lisa link kaardile",
"Create a card" : "Koosta kaart",
"Message from {author} in {conversationName}" : "Sõnum kasutajalt „{author}“ „{conversationName}“ vestluses",
"Something went wrong" : "Midagi läks valesti",
"Failed to upload {name}" : "„{name}“ üleslaadimine ei õnnestunud",
"Maximum file size of {size} exceeded" : "Failide maksimaalne lubatud suurus {size} on ületatud",
"Assigned users" : "Ülesannetega kasutajad",
"Due date" : "Tähtaeg",
"Error creating the share" : "Viga jaosmeedia loomisel",
"Share with a Deck card" : "Jaga kanbani kaardiga",
"Share {file} with a Deck card" : "Jaga „{file}“ faili kanbani kaardiga",
"Share" : "Jaga",
"Personal" : "Isiklik",
"To do" : "Tegemiseks",
"Doing" : "Tegemisel",
"Example Task 3" : "Näidisülesanne 3",
"Example Task 2" : "Näidisülesanne 2",
"Example Task 1" : "Näidisülesanne 1",
"Move card to another board" : "Tõsta kaart teisele tahvlile",
"Today" : "Täna", "Today" : "Täna",
"Tomorrow" : "Homme", "Tomorrow" : "Homme",
"No due" : "Tähtaega pole" "No results found" : "Otsingutulemusi ei leidu",
"Due on {date}" : "Tähtaeg: {date}",
"{stack} in {board}" : "„{stack}“ kasutaja „{board}“ kõnes",
"Close" : "Sulge",
"Message from {author} in {conversationName}" : "Sõnum kasutajalt „{author}“ „{conversationName}“ vestluses",
"Failed to upload {name}" : "„{name}“ üleslaadimine ei õnnestunud",
"Due date" : "Tähtaeg",
"Error creating the share" : "Viga jaosmeedia loomisel",
"Share" : "Jaga",
"Personal" : "Isiklik"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -111,8 +111,6 @@ OC.L10N.register(
"In Progress" : "Abian", "In Progress" : "Abian",
"Done" : "Egina", "Done" : "Egina",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Iruzkin honek %s karaktere baino gehiago ditu.\n%s izena duen txartelari eranskin gisa gehitu da.\nURLan eskura daiteke: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Iruzkin honek %s karaktere baino gehiago ditu.\n%s izena duen txartelari eranskin gisa gehitu da.\nURLan eskura daiteke: %s.",
"Attachments" : "Eranskinak",
"File" : "Fitxategia",
"Card not found" : "Txartela ez da aurkitu", "Card not found" : "Txartela ez da aurkitu",
"Path is already shared with this card" : "Bidea dagoeneko partekatu da txartel honekin", "Path is already shared with this card" : "Bidea dagoeneko partekatu da txartel honekin",
"Invalid date, date format must be YYYY-MM-DD" : "Data baliogabea, dataren formatuak UUUU-HH-EE izan behar du", "Invalid date, date format must be YYYY-MM-DD" : "Data baliogabea, dataren formatuak UUUU-HH-EE izan behar du",
@@ -228,6 +226,7 @@ OC.L10N.register(
"The title cannot be empty." : "Izenburua ezin da hutsik egon.", "The title cannot be empty." : "Izenburua ezin da hutsik egon.",
"Open in sidebar view" : "Ireki alboko barraren ikuspegian", "Open in sidebar view" : "Ireki alboko barraren ikuspegian",
"Open in bigger view" : "Ireki ikuspegi handiago batean", "Open in bigger view" : "Ireki ikuspegi handiago batean",
"Attachments" : "Eranskinak",
"Comments" : "Iruzkinak", "Comments" : "Iruzkinak",
"Failed to load comments" : "Iruzkinen kargatzeak huts egin du.", "Failed to load comments" : "Iruzkinen kargatzeak huts egin du.",
"No comments yet. Begin the discussion!" : "Ez dago iruzkinik oraindik. Hasi eztabaidatzen!", "No comments yet. Begin the discussion!" : "Ez dago iruzkinik oraindik. Hasi eztabaidatzen!",
@@ -274,7 +273,6 @@ OC.L10N.register(
"{count} comments, {unread} unread" : "{count} iruzkin, {unread} irakurri gabe", "{count} comments, {unread} unread" : "{count} iruzkin, {unread} irakurri gabe",
"Todo items" : "Elementuak egiteke", "Todo items" : "Elementuak egiteke",
"Edit card title" : "Editatu txartelaren izenburua", "Edit card title" : "Editatu txartelaren izenburua",
"Open link" : "Ireki esteka",
"Card deleted" : "Txartela ezabatuta", "Card deleted" : "Txartela ezabatuta",
"Edit title" : "Editatu izenburua", "Edit title" : "Editatu izenburua",
"Assign to me" : "Esleitu niri", "Assign to me" : "Esleitu niri",
@@ -344,6 +342,9 @@ OC.L10N.register(
"Export as CSV" : "Esportatu CSV gisa", "Export as CSV" : "Esportatu CSV gisa",
"Export" : "Esportatu", "Export" : "Esportatu",
"Loading filtered view" : "Kargatzen iragazitako ikuspegia", "Loading filtered view" : "Kargatzen iragazitako ikuspegia",
"Today" : "Gaur",
"Tomorrow" : "Bihar",
"No due" : "Epemugarik ez",
"Search for {searchQuery} in all boards" : "Bilatu {searchQuery} taula guztietan", "Search for {searchQuery} in all boards" : "Bilatu {searchQuery} taula guztietan",
"No results found" : "Ez da emaitzarik aurkitu", "No results found" : "Ez da emaitzarik aurkitu",
"Deck board {name}\n* Last modified on {lastMod}" : " Deck-eko {izena} taula\n* Azken aldaketa {lastMod}-n", "Deck board {name}\n* Last modified on {lastMod}" : " Deck-eko {izena} taula\n* Azken aldaketa {lastMod}-n",
@@ -383,9 +384,6 @@ OC.L10N.register(
"Example Task 3" : "Adibidetarako ataza 3", "Example Task 3" : "Adibidetarako ataza 3",
"Example Task 2" : "Adibidetarako ataza 2", "Example Task 2" : "Adibidetarako ataza 2",
"Example Task 1" : "Adibidetarako ataza 1", "Example Task 1" : "Adibidetarako ataza 1",
"Move card to another board" : "Mugitu txartela beste taula batera", "Move card to another board" : "Mugitu txartela beste taula batera"
"Today" : "Gaur",
"Tomorrow" : "Bihar",
"No due" : "Epemugarik ez"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -109,8 +109,6 @@
"In Progress" : "Abian", "In Progress" : "Abian",
"Done" : "Egina", "Done" : "Egina",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Iruzkin honek %s karaktere baino gehiago ditu.\n%s izena duen txartelari eranskin gisa gehitu da.\nURLan eskura daiteke: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Iruzkin honek %s karaktere baino gehiago ditu.\n%s izena duen txartelari eranskin gisa gehitu da.\nURLan eskura daiteke: %s.",
"Attachments" : "Eranskinak",
"File" : "Fitxategia",
"Card not found" : "Txartela ez da aurkitu", "Card not found" : "Txartela ez da aurkitu",
"Path is already shared with this card" : "Bidea dagoeneko partekatu da txartel honekin", "Path is already shared with this card" : "Bidea dagoeneko partekatu da txartel honekin",
"Invalid date, date format must be YYYY-MM-DD" : "Data baliogabea, dataren formatuak UUUU-HH-EE izan behar du", "Invalid date, date format must be YYYY-MM-DD" : "Data baliogabea, dataren formatuak UUUU-HH-EE izan behar du",
@@ -226,6 +224,7 @@
"The title cannot be empty." : "Izenburua ezin da hutsik egon.", "The title cannot be empty." : "Izenburua ezin da hutsik egon.",
"Open in sidebar view" : "Ireki alboko barraren ikuspegian", "Open in sidebar view" : "Ireki alboko barraren ikuspegian",
"Open in bigger view" : "Ireki ikuspegi handiago batean", "Open in bigger view" : "Ireki ikuspegi handiago batean",
"Attachments" : "Eranskinak",
"Comments" : "Iruzkinak", "Comments" : "Iruzkinak",
"Failed to load comments" : "Iruzkinen kargatzeak huts egin du.", "Failed to load comments" : "Iruzkinen kargatzeak huts egin du.",
"No comments yet. Begin the discussion!" : "Ez dago iruzkinik oraindik. Hasi eztabaidatzen!", "No comments yet. Begin the discussion!" : "Ez dago iruzkinik oraindik. Hasi eztabaidatzen!",
@@ -272,7 +271,6 @@
"{count} comments, {unread} unread" : "{count} iruzkin, {unread} irakurri gabe", "{count} comments, {unread} unread" : "{count} iruzkin, {unread} irakurri gabe",
"Todo items" : "Elementuak egiteke", "Todo items" : "Elementuak egiteke",
"Edit card title" : "Editatu txartelaren izenburua", "Edit card title" : "Editatu txartelaren izenburua",
"Open link" : "Ireki esteka",
"Card deleted" : "Txartela ezabatuta", "Card deleted" : "Txartela ezabatuta",
"Edit title" : "Editatu izenburua", "Edit title" : "Editatu izenburua",
"Assign to me" : "Esleitu niri", "Assign to me" : "Esleitu niri",
@@ -342,6 +340,9 @@
"Export as CSV" : "Esportatu CSV gisa", "Export as CSV" : "Esportatu CSV gisa",
"Export" : "Esportatu", "Export" : "Esportatu",
"Loading filtered view" : "Kargatzen iragazitako ikuspegia", "Loading filtered view" : "Kargatzen iragazitako ikuspegia",
"Today" : "Gaur",
"Tomorrow" : "Bihar",
"No due" : "Epemugarik ez",
"Search for {searchQuery} in all boards" : "Bilatu {searchQuery} taula guztietan", "Search for {searchQuery} in all boards" : "Bilatu {searchQuery} taula guztietan",
"No results found" : "Ez da emaitzarik aurkitu", "No results found" : "Ez da emaitzarik aurkitu",
"Deck board {name}\n* Last modified on {lastMod}" : " Deck-eko {izena} taula\n* Azken aldaketa {lastMod}-n", "Deck board {name}\n* Last modified on {lastMod}" : " Deck-eko {izena} taula\n* Azken aldaketa {lastMod}-n",
@@ -381,9 +382,6 @@
"Example Task 3" : "Adibidetarako ataza 3", "Example Task 3" : "Adibidetarako ataza 3",
"Example Task 2" : "Adibidetarako ataza 2", "Example Task 2" : "Adibidetarako ataza 2",
"Example Task 1" : "Adibidetarako ataza 1", "Example Task 1" : "Adibidetarako ataza 1",
"Move card to another board" : "Mugitu txartela beste taula batera", "Move card to another board" : "Mugitu txartela beste taula batera"
"Today" : "Gaur",
"Tomorrow" : "Bihar",
"No due" : "Epemugarik ez"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -102,8 +102,6 @@ OC.L10N.register(
"To Do" : "To Do", "To Do" : "To Do",
"Done" : "انجام شد", "Done" : "انجام شد",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.",
"Attachments" : "پیوست‌ها",
"File" : "پرونده",
"Card not found" : "برگه یافت نشد", "Card not found" : "برگه یافت نشد",
"Path is already shared with this card" : "مسیر قبلاً با این برگه به اشتراک گذاشته شده است", "Path is already shared with this card" : "مسیر قبلاً با این برگه به اشتراک گذاشته شده است",
"Invalid date, date format must be YYYY-MM-DD" : "تاریخ نامعتبر است، قالب تاریخ باید YYYY-MM-DD باشد", "Invalid date, date format must be YYYY-MM-DD" : "تاریخ نامعتبر است، قالب تاریخ باید YYYY-MM-DD باشد",
@@ -208,6 +206,7 @@ OC.L10N.register(
"The title cannot be empty." : "عنوان نمی‌تواند خالی باشد.", "The title cannot be empty." : "عنوان نمی‌تواند خالی باشد.",
"Open in sidebar view" : "در نمای نوار کناری باز کنید", "Open in sidebar view" : "در نمای نوار کناری باز کنید",
"Open in bigger view" : "در نمای بزرگتر باز کنید", "Open in bigger view" : "در نمای بزرگتر باز کنید",
"Attachments" : "پیوست‌ها",
"Comments" : "نظرات", "Comments" : "نظرات",
"Failed to load comments" : "نظرات بارگیری نشد", "Failed to load comments" : "نظرات بارگیری نشد",
"No comments yet. Begin the discussion!" : "هنوز نظری وجود ندارد. بحثی را آغاز کنید!", "No comments yet. Begin the discussion!" : "هنوز نظری وجود ندارد. بحثی را آغاز کنید!",
@@ -292,6 +291,9 @@ OC.L10N.register(
"Export as CSV" : "Export as CSV", "Export as CSV" : "Export as CSV",
"Export" : "دریافت خروجی", "Export" : "دریافت خروجی",
"Loading filtered view" : "Loading filtered view", "Loading filtered view" : "Loading filtered view",
"Today" : "Today",
"Tomorrow" : "فردا",
"No due" : "No due",
"Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards", "Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards",
"No results found" : "هیچ نتیجه ای یافت نشد", "No results found" : "هیچ نتیجه ای یافت نشد",
"Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}",
@@ -307,7 +309,7 @@ OC.L10N.register(
"Creating the new card …" : "ساختن برگهٔ جدید ...", "Creating the new card …" : "ساختن برگهٔ جدید ...",
"Card \"{card}\" was added to \"{board}\"" : "برگه \"{card}\" به \"{board}\" اضافه شد", "Card \"{card}\" was added to \"{board}\"" : "برگه \"{card}\" به \"{board}\" اضافه شد",
"Open card" : "بازکردن برگه", "Open card" : "بازکردن برگه",
"Close" : "بستن", "Close" : "بسته",
"No upcoming cards" : "No upcoming cards", "No upcoming cards" : "No upcoming cards",
"upcoming cards" : "upcoming cards", "upcoming cards" : "upcoming cards",
"New card" : "New card", "New card" : "New card",
@@ -329,9 +331,6 @@ OC.L10N.register(
"Example Task 3" : "نمونه کار ۳", "Example Task 3" : "نمونه کار ۳",
"Example Task 2" : "نمونه کار ۲", "Example Task 2" : "نمونه کار ۲",
"Example Task 1" : "نمونه کار ۱", "Example Task 1" : "نمونه کار ۱",
"Move card to another board" : "انتقال برگه به تخته‌ای دیگر", "Move card to another board" : "انتقال برگه به تخته‌ای دیگر"
"Today" : "Today",
"Tomorrow" : "فردا",
"No due" : "No due"
}, },
"nplurals=2; plural=(n > 1);"); "nplurals=2; plural=(n > 1);");

View File

@@ -100,8 +100,6 @@
"To Do" : "To Do", "To Do" : "To Do",
"Done" : "انجام شد", "Done" : "انجام شد",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.",
"Attachments" : "پیوست‌ها",
"File" : "پرونده",
"Card not found" : "برگه یافت نشد", "Card not found" : "برگه یافت نشد",
"Path is already shared with this card" : "مسیر قبلاً با این برگه به اشتراک گذاشته شده است", "Path is already shared with this card" : "مسیر قبلاً با این برگه به اشتراک گذاشته شده است",
"Invalid date, date format must be YYYY-MM-DD" : "تاریخ نامعتبر است، قالب تاریخ باید YYYY-MM-DD باشد", "Invalid date, date format must be YYYY-MM-DD" : "تاریخ نامعتبر است، قالب تاریخ باید YYYY-MM-DD باشد",
@@ -206,6 +204,7 @@
"The title cannot be empty." : "عنوان نمی‌تواند خالی باشد.", "The title cannot be empty." : "عنوان نمی‌تواند خالی باشد.",
"Open in sidebar view" : "در نمای نوار کناری باز کنید", "Open in sidebar view" : "در نمای نوار کناری باز کنید",
"Open in bigger view" : "در نمای بزرگتر باز کنید", "Open in bigger view" : "در نمای بزرگتر باز کنید",
"Attachments" : "پیوست‌ها",
"Comments" : "نظرات", "Comments" : "نظرات",
"Failed to load comments" : "نظرات بارگیری نشد", "Failed to load comments" : "نظرات بارگیری نشد",
"No comments yet. Begin the discussion!" : "هنوز نظری وجود ندارد. بحثی را آغاز کنید!", "No comments yet. Begin the discussion!" : "هنوز نظری وجود ندارد. بحثی را آغاز کنید!",
@@ -290,6 +289,9 @@
"Export as CSV" : "Export as CSV", "Export as CSV" : "Export as CSV",
"Export" : "دریافت خروجی", "Export" : "دریافت خروجی",
"Loading filtered view" : "Loading filtered view", "Loading filtered view" : "Loading filtered view",
"Today" : "Today",
"Tomorrow" : "فردا",
"No due" : "No due",
"Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards", "Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards",
"No results found" : "هیچ نتیجه ای یافت نشد", "No results found" : "هیچ نتیجه ای یافت نشد",
"Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}",
@@ -305,7 +307,7 @@
"Creating the new card …" : "ساختن برگهٔ جدید ...", "Creating the new card …" : "ساختن برگهٔ جدید ...",
"Card \"{card}\" was added to \"{board}\"" : "برگه \"{card}\" به \"{board}\" اضافه شد", "Card \"{card}\" was added to \"{board}\"" : "برگه \"{card}\" به \"{board}\" اضافه شد",
"Open card" : "بازکردن برگه", "Open card" : "بازکردن برگه",
"Close" : "بستن", "Close" : "بسته",
"No upcoming cards" : "No upcoming cards", "No upcoming cards" : "No upcoming cards",
"upcoming cards" : "upcoming cards", "upcoming cards" : "upcoming cards",
"New card" : "New card", "New card" : "New card",
@@ -327,9 +329,6 @@
"Example Task 3" : "نمونه کار ۳", "Example Task 3" : "نمونه کار ۳",
"Example Task 2" : "نمونه کار ۲", "Example Task 2" : "نمونه کار ۲",
"Example Task 1" : "نمونه کار ۱", "Example Task 1" : "نمونه کار ۱",
"Move card to another board" : "انتقال برگه به تخته‌ای دیگر", "Move card to another board" : "انتقال برگه به تخته‌ای دیگر"
"Today" : "Today",
"Tomorrow" : "فردا",
"No due" : "No due"
},"pluralForm" :"nplurals=2; plural=(n > 1);" },"pluralForm" :"nplurals=2; plural=(n > 1);"
} }

View File

@@ -81,8 +81,6 @@ OC.L10N.register(
"copy" : "kopioi", "copy" : "kopioi",
"To Do" : "Tehtävä", "To Do" : "Tehtävä",
"Done" : "Valmis", "Done" : "Valmis",
"Attachments" : "Liitteet",
"File" : "Tiedosto",
"Card not found" : "Korttia ei löydy", "Card not found" : "Korttia ei löydy",
"Path is already shared with this card" : "Polku on jo jaettu tämän kortin kanssa", "Path is already shared with this card" : "Polku on jo jaettu tämän kortin kanssa",
"Invalid date, date format must be YYYY-MM-DD" : "Virheellinen päivä, päivän muodon tulee olla YYYY-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "Virheellinen päivä, päivän muodon tulee olla YYYY-MM-DD",
@@ -180,6 +178,7 @@ OC.L10N.register(
"Created" : "Luotu", "Created" : "Luotu",
"The title cannot be empty." : "Otsikko ei voi olla tyhjä.", "The title cannot be empty." : "Otsikko ei voi olla tyhjä.",
"Open in sidebar view" : "Avaa sivupalkkinäkymään", "Open in sidebar view" : "Avaa sivupalkkinäkymään",
"Attachments" : "Liitteet",
"Comments" : "Kommentit", "Comments" : "Kommentit",
"Failed to load comments" : "Kommenttien lataaminen epäonnistui", "Failed to load comments" : "Kommenttien lataaminen epäonnistui",
"No comments yet. Begin the discussion!" : "Ei vielä kommentteja. Aloita keskustelu!", "No comments yet. Begin the discussion!" : "Ei vielä kommentteja. Aloita keskustelu!",
@@ -254,6 +253,8 @@ OC.L10N.register(
"Clone" : "Kloonaa", "Clone" : "Kloonaa",
"Export as CSV" : "Vie CSV:nä", "Export as CSV" : "Vie CSV:nä",
"Export" : "Vie", "Export" : "Vie",
"Today" : "Tänään",
"Tomorrow" : "Huomenna",
"Search for {searchQuery} in all boards" : "Hae ehtoja {searchQuery} kaikilta tauluilta", "Search for {searchQuery} in all boards" : "Hae ehtoja {searchQuery} kaikilta tauluilta",
"No results found" : "Ei tuloksia", "No results found" : "Ei tuloksia",
"{nbCards} cards" : "{nbCards} korttia ", "{nbCards} cards" : "{nbCards} korttia ",
@@ -285,8 +286,6 @@ OC.L10N.register(
"Example Task 3" : "Esimerkkitehtävä 3", "Example Task 3" : "Esimerkkitehtävä 3",
"Example Task 2" : "Esimerkkitehtävä 2", "Example Task 2" : "Esimerkkitehtävä 2",
"Example Task 1" : "Esimerkkitehtävä 1", "Example Task 1" : "Esimerkkitehtävä 1",
"Move card to another board" : "Siirrä kortti toiselle taululle", "Move card to another board" : "Siirrä kortti toiselle taululle"
"Today" : "Tänään",
"Tomorrow" : "Huomenna"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -79,8 +79,6 @@
"copy" : "kopioi", "copy" : "kopioi",
"To Do" : "Tehtävä", "To Do" : "Tehtävä",
"Done" : "Valmis", "Done" : "Valmis",
"Attachments" : "Liitteet",
"File" : "Tiedosto",
"Card not found" : "Korttia ei löydy", "Card not found" : "Korttia ei löydy",
"Path is already shared with this card" : "Polku on jo jaettu tämän kortin kanssa", "Path is already shared with this card" : "Polku on jo jaettu tämän kortin kanssa",
"Invalid date, date format must be YYYY-MM-DD" : "Virheellinen päivä, päivän muodon tulee olla YYYY-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "Virheellinen päivä, päivän muodon tulee olla YYYY-MM-DD",
@@ -178,6 +176,7 @@
"Created" : "Luotu", "Created" : "Luotu",
"The title cannot be empty." : "Otsikko ei voi olla tyhjä.", "The title cannot be empty." : "Otsikko ei voi olla tyhjä.",
"Open in sidebar view" : "Avaa sivupalkkinäkymään", "Open in sidebar view" : "Avaa sivupalkkinäkymään",
"Attachments" : "Liitteet",
"Comments" : "Kommentit", "Comments" : "Kommentit",
"Failed to load comments" : "Kommenttien lataaminen epäonnistui", "Failed to load comments" : "Kommenttien lataaminen epäonnistui",
"No comments yet. Begin the discussion!" : "Ei vielä kommentteja. Aloita keskustelu!", "No comments yet. Begin the discussion!" : "Ei vielä kommentteja. Aloita keskustelu!",
@@ -252,6 +251,8 @@
"Clone" : "Kloonaa", "Clone" : "Kloonaa",
"Export as CSV" : "Vie CSV:nä", "Export as CSV" : "Vie CSV:nä",
"Export" : "Vie", "Export" : "Vie",
"Today" : "Tänään",
"Tomorrow" : "Huomenna",
"Search for {searchQuery} in all boards" : "Hae ehtoja {searchQuery} kaikilta tauluilta", "Search for {searchQuery} in all boards" : "Hae ehtoja {searchQuery} kaikilta tauluilta",
"No results found" : "Ei tuloksia", "No results found" : "Ei tuloksia",
"{nbCards} cards" : "{nbCards} korttia ", "{nbCards} cards" : "{nbCards} korttia ",
@@ -283,8 +284,6 @@
"Example Task 3" : "Esimerkkitehtävä 3", "Example Task 3" : "Esimerkkitehtävä 3",
"Example Task 2" : "Esimerkkitehtävä 2", "Example Task 2" : "Esimerkkitehtävä 2",
"Example Task 1" : "Esimerkkitehtävä 1", "Example Task 1" : "Esimerkkitehtävä 1",
"Move card to another board" : "Siirrä kortti toiselle taululle", "Move card to another board" : "Siirrä kortti toiselle taululle"
"Today" : "Tänään",
"Tomorrow" : "Huomenna"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -122,9 +122,6 @@ OC.L10N.register(
"4. Share, comment and collaborate!" : "4. Partagez, commentez et collaborez !", "4. Share, comment and collaborate!" : "4. Partagez, commentez et collaborez !",
"Create your first card!" : "Créez votre première carte !", "Create your first card!" : "Créez votre première carte !",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Ce commentaire comporte plus de %s caractères.\nAjouté en pièce jointe à la carte intitulée %s.\nAccessible depuis l'URL: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Ce commentaire comporte plus de %s caractères.\nAjouté en pièce jointe à la carte intitulée %s.\nAccessible depuis l'URL: %s.",
"Attachments" : "Pièces jointes",
"File" : "Fichier",
"date" : "date",
"Card not found" : "Carte introuvable", "Card not found" : "Carte introuvable",
"Path is already shared with this card" : "Le chemin est déjà partagé avec cette carte", "Path is already shared with this card" : "Le chemin est déjà partagé avec cette carte",
"Invalid date, date format must be YYYY-MM-DD" : "Date non valable, le format de la date doit être AAAA-MM-JJ", "Invalid date, date format must be YYYY-MM-DD" : "Date non valable, le format de la date doit être AAAA-MM-JJ",
@@ -240,9 +237,9 @@ OC.L10N.register(
"Modified" : "Modifiée", "Modified" : "Modifiée",
"Created" : "Créée", "Created" : "Créée",
"The title cannot be empty." : "Le titre ne peut pas être vide.", "The title cannot be empty." : "Le titre ne peut pas être vide.",
"Cannot close unsaved card!" : "Impossible de fermer une carte non enregistrée !",
"Open in sidebar view" : "Ouvrir dans le panneau latéral", "Open in sidebar view" : "Ouvrir dans le panneau latéral",
"Open in bigger view" : "Ouvrir dans la vue large", "Open in bigger view" : "Ouvrir dans la vue large",
"Attachments" : "Pièces jointes",
"Comments" : "Commentaires", "Comments" : "Commentaires",
"Failed to load comments" : "Échec du chargement des commentaires", "Failed to load comments" : "Échec du chargement des commentaires",
"No comments yet. Begin the discussion!" : "Aucun commentaire pour l'instant. Commencez la discussion !", "No comments yet. Begin the discussion!" : "Aucun commentaire pour l'instant. Commencez la discussion !",
@@ -255,7 +252,6 @@ OC.L10N.register(
"Reply" : "Répondre", "Reply" : "Répondre",
"Update" : "Mettre à jour", "Update" : "Mettre à jour",
"Write a description …" : "Écrire une description…", "Write a description …" : "Écrire une description…",
"Could not save description" : "Impossible d'enregistrer la description",
"Description" : "Description", "Description" : "Description",
"(Unsaved)" : "(Non enregistré)", "(Unsaved)" : "(Non enregistré)",
"(Saving…)" : "(Enregistrement ...)", "(Saving…)" : "(Enregistrement ...)",
@@ -357,7 +353,7 @@ OC.L10N.register(
"Delete board" : "Supprimer le tableau", "Delete board" : "Supprimer le tableau",
"Importing board..." : "Importation du tableau...", "Importing board..." : "Importation du tableau...",
"Board imported successfully" : "Carte importée avec succès", "Board imported successfully" : "Carte importée avec succès",
"Import board" : "Importer un tableau", "Import board" : "Tableau d'importation",
"Clone {boardTitle}" : "Cloner {boardTitle}", "Clone {boardTitle}" : "Cloner {boardTitle}",
"Clone cards" : "Dupliquer les cartes", "Clone cards" : "Dupliquer les cartes",
"Clone assignments" : "Cloner les affectations", "Clone assignments" : "Cloner les affectations",
@@ -373,7 +369,9 @@ OC.L10N.register(
"Note: Only the JSON format is supported for importing back into the Deck app." : "Remarque : seul le format JSON est pris en charge pour la réimportation dans l'application Deck.", "Note: Only the JSON format is supported for importing back into the Deck app." : "Remarque : seul le format JSON est pris en charge pour la réimportation dans l'application Deck.",
"Export" : "Exporter", "Export" : "Exporter",
"Loading filtered view" : "Chargement de la vue filtrée", "Loading filtered view" : "Chargement de la vue filtrée",
"Search for {searchQuery} in other boards" : "Rechercher {searchQuery} dans les autres tableaux", "Today" : "Aujourd'hui",
"Tomorrow" : "Demain",
"No due" : "Sans échéance",
"Search for {searchQuery} in all boards" : "Recherche de {searchQuery} dans tous les tableaux", "Search for {searchQuery} in all boards" : "Recherche de {searchQuery} dans tous les tableaux",
"No results found" : "Aucun résultat", "No results found" : "Aucun résultat",
"Deck board {name}\n* Last modified on {lastMod}" : "Tableau Deck {name}\n* Dernière modification le {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Tableau Deck {name}\n* Dernière modification le {lastMod}",
@@ -387,13 +385,13 @@ OC.L10N.register(
"Create a new card" : "Créer une nouvelle carte", "Create a new card" : "Créer une nouvelle carte",
"Card title" : "Titre de la carte", "Card title" : "Titre de la carte",
"Creating the new card …" : "Création de la nouvelle carte…", "Creating the new card …" : "Création de la nouvelle carte…",
"Card \"{card}\" was added to \"{board}\"" : "La carte \"{card}\" a été ajoutée au tableau \"{board}\"", "Card \"{card}\" was added to \"{board}\"" : "La carte « {card} » a été ajoutée au tableau « {board} »",
"Open card" : "Ouvrir la carte", "Open card" : "Ouvrir la carte",
"Close" : "Fermer", "Close" : "Fermer",
"No upcoming cards" : "Pas de cartes à venir", "No upcoming cards" : "Pas de cartes à venir",
"upcoming cards today" : "cartes à venir aujourd'hui", "upcoming cards today" : "cartes à venir aujourd'hui",
"upcoming cards tomorrow" : "cartes à venir demain", "upcoming cards tomorrow" : "cartes à venir demain",
"upcoming cards" : "cartes à venir", "upcoming cards" : "prochaines cartes",
"New card" : "Nouvelle carte", "New card" : "Nouvelle carte",
"Link to a board" : "Relier à un tableau", "Link to a board" : "Relier à un tableau",
"Link to a card" : "Relier à une carte", "Link to a card" : "Relier à une carte",
@@ -414,9 +412,6 @@ OC.L10N.register(
"Example Task 3" : "Exemple de tâche 3", "Example Task 3" : "Exemple de tâche 3",
"Example Task 2" : "Exemple de tâche 2", "Example Task 2" : "Exemple de tâche 2",
"Example Task 1" : "Exemple de tâche 1", "Example Task 1" : "Exemple de tâche 1",
"Move card to another board" : "Déplacer la carte vers un autre tableau ", "Move card to another board" : "Déplacer la carte vers un autre tableau "
"Today" : "Aujourd'hui",
"Tomorrow" : "Demain",
"No due" : "Sans échéance"
}, },
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -120,9 +120,6 @@
"4. Share, comment and collaborate!" : "4. Partagez, commentez et collaborez !", "4. Share, comment and collaborate!" : "4. Partagez, commentez et collaborez !",
"Create your first card!" : "Créez votre première carte !", "Create your first card!" : "Créez votre première carte !",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Ce commentaire comporte plus de %s caractères.\nAjouté en pièce jointe à la carte intitulée %s.\nAccessible depuis l'URL: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Ce commentaire comporte plus de %s caractères.\nAjouté en pièce jointe à la carte intitulée %s.\nAccessible depuis l'URL: %s.",
"Attachments" : "Pièces jointes",
"File" : "Fichier",
"date" : "date",
"Card not found" : "Carte introuvable", "Card not found" : "Carte introuvable",
"Path is already shared with this card" : "Le chemin est déjà partagé avec cette carte", "Path is already shared with this card" : "Le chemin est déjà partagé avec cette carte",
"Invalid date, date format must be YYYY-MM-DD" : "Date non valable, le format de la date doit être AAAA-MM-JJ", "Invalid date, date format must be YYYY-MM-DD" : "Date non valable, le format de la date doit être AAAA-MM-JJ",
@@ -238,9 +235,9 @@
"Modified" : "Modifiée", "Modified" : "Modifiée",
"Created" : "Créée", "Created" : "Créée",
"The title cannot be empty." : "Le titre ne peut pas être vide.", "The title cannot be empty." : "Le titre ne peut pas être vide.",
"Cannot close unsaved card!" : "Impossible de fermer une carte non enregistrée !",
"Open in sidebar view" : "Ouvrir dans le panneau latéral", "Open in sidebar view" : "Ouvrir dans le panneau latéral",
"Open in bigger view" : "Ouvrir dans la vue large", "Open in bigger view" : "Ouvrir dans la vue large",
"Attachments" : "Pièces jointes",
"Comments" : "Commentaires", "Comments" : "Commentaires",
"Failed to load comments" : "Échec du chargement des commentaires", "Failed to load comments" : "Échec du chargement des commentaires",
"No comments yet. Begin the discussion!" : "Aucun commentaire pour l'instant. Commencez la discussion !", "No comments yet. Begin the discussion!" : "Aucun commentaire pour l'instant. Commencez la discussion !",
@@ -253,7 +250,6 @@
"Reply" : "Répondre", "Reply" : "Répondre",
"Update" : "Mettre à jour", "Update" : "Mettre à jour",
"Write a description …" : "Écrire une description…", "Write a description …" : "Écrire une description…",
"Could not save description" : "Impossible d'enregistrer la description",
"Description" : "Description", "Description" : "Description",
"(Unsaved)" : "(Non enregistré)", "(Unsaved)" : "(Non enregistré)",
"(Saving…)" : "(Enregistrement ...)", "(Saving…)" : "(Enregistrement ...)",
@@ -355,7 +351,7 @@
"Delete board" : "Supprimer le tableau", "Delete board" : "Supprimer le tableau",
"Importing board..." : "Importation du tableau...", "Importing board..." : "Importation du tableau...",
"Board imported successfully" : "Carte importée avec succès", "Board imported successfully" : "Carte importée avec succès",
"Import board" : "Importer un tableau", "Import board" : "Tableau d'importation",
"Clone {boardTitle}" : "Cloner {boardTitle}", "Clone {boardTitle}" : "Cloner {boardTitle}",
"Clone cards" : "Dupliquer les cartes", "Clone cards" : "Dupliquer les cartes",
"Clone assignments" : "Cloner les affectations", "Clone assignments" : "Cloner les affectations",
@@ -371,7 +367,9 @@
"Note: Only the JSON format is supported for importing back into the Deck app." : "Remarque : seul le format JSON est pris en charge pour la réimportation dans l'application Deck.", "Note: Only the JSON format is supported for importing back into the Deck app." : "Remarque : seul le format JSON est pris en charge pour la réimportation dans l'application Deck.",
"Export" : "Exporter", "Export" : "Exporter",
"Loading filtered view" : "Chargement de la vue filtrée", "Loading filtered view" : "Chargement de la vue filtrée",
"Search for {searchQuery} in other boards" : "Rechercher {searchQuery} dans les autres tableaux", "Today" : "Aujourd'hui",
"Tomorrow" : "Demain",
"No due" : "Sans échéance",
"Search for {searchQuery} in all boards" : "Recherche de {searchQuery} dans tous les tableaux", "Search for {searchQuery} in all boards" : "Recherche de {searchQuery} dans tous les tableaux",
"No results found" : "Aucun résultat", "No results found" : "Aucun résultat",
"Deck board {name}\n* Last modified on {lastMod}" : "Tableau Deck {name}\n* Dernière modification le {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Tableau Deck {name}\n* Dernière modification le {lastMod}",
@@ -385,13 +383,13 @@
"Create a new card" : "Créer une nouvelle carte", "Create a new card" : "Créer une nouvelle carte",
"Card title" : "Titre de la carte", "Card title" : "Titre de la carte",
"Creating the new card …" : "Création de la nouvelle carte…", "Creating the new card …" : "Création de la nouvelle carte…",
"Card \"{card}\" was added to \"{board}\"" : "La carte \"{card}\" a été ajoutée au tableau \"{board}\"", "Card \"{card}\" was added to \"{board}\"" : "La carte « {card} » a été ajoutée au tableau « {board} »",
"Open card" : "Ouvrir la carte", "Open card" : "Ouvrir la carte",
"Close" : "Fermer", "Close" : "Fermer",
"No upcoming cards" : "Pas de cartes à venir", "No upcoming cards" : "Pas de cartes à venir",
"upcoming cards today" : "cartes à venir aujourd'hui", "upcoming cards today" : "cartes à venir aujourd'hui",
"upcoming cards tomorrow" : "cartes à venir demain", "upcoming cards tomorrow" : "cartes à venir demain",
"upcoming cards" : "cartes à venir", "upcoming cards" : "prochaines cartes",
"New card" : "Nouvelle carte", "New card" : "Nouvelle carte",
"Link to a board" : "Relier à un tableau", "Link to a board" : "Relier à un tableau",
"Link to a card" : "Relier à une carte", "Link to a card" : "Relier à une carte",
@@ -412,9 +410,6 @@
"Example Task 3" : "Exemple de tâche 3", "Example Task 3" : "Exemple de tâche 3",
"Example Task 2" : "Exemple de tâche 2", "Example Task 2" : "Exemple de tâche 2",
"Example Task 1" : "Exemple de tâche 1", "Example Task 1" : "Exemple de tâche 1",
"Move card to another board" : "Déplacer la carte vers un autre tableau ", "Move card to another board" : "Déplacer la carte vers un autre tableau "
"Today" : "Aujourd'hui",
"Tomorrow" : "Demain",
"No due" : "Sans échéance"
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -122,9 +122,6 @@ OC.L10N.register(
"4. Share, comment and collaborate!" : "4. Roinn, déan trácht agus comhoibrigh!", "4. Share, comment and collaborate!" : "4. Roinn, déan trácht agus comhoibrigh!",
"Create your first card!" : "Cruthaigh do chéad chárta!", "Create your first card!" : "Cruthaigh do chéad chárta!",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Tá níos mó ná %s carachtar sa nóta tráchta seo.\nCurtha leis mar cheangaltán leis an gcárta ar a bhfuil an t-ainm %s.\nInrochtana ar URL: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Tá níos mó ná %s carachtar sa nóta tráchta seo.\nCurtha leis mar cheangaltán leis an gcárta ar a bhfuil an t-ainm %s.\nInrochtana ar URL: %s.",
"Attachments" : "Ceangaltáin",
"File" : "Comhad",
"date" : "dáta",
"Card not found" : "Cárta gan aimsiú", "Card not found" : "Cárta gan aimsiú",
"Path is already shared with this card" : "Tá an chonair roinnte leis an gcárta seo cheana féin", "Path is already shared with this card" : "Tá an chonair roinnte leis an gcárta seo cheana féin",
"Invalid date, date format must be YYYY-MM-DD" : "Dáta neamhbhailí, caithfidh formáid an dáta a bheith BBBB-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "Dáta neamhbhailí, caithfidh formáid an dáta a bheith BBBB-MM-DD",
@@ -240,9 +237,9 @@ OC.L10N.register(
"Modified" : "Athraithe", "Modified" : "Athraithe",
"Created" : "Cruthaithe", "Created" : "Cruthaithe",
"The title cannot be empty." : "Ní féidir leis an teideal a bheith folamh.", "The title cannot be empty." : "Ní féidir leis an teideal a bheith folamh.",
"Cannot close unsaved card!" : "Ní féidir cárta neamhshábháilte a dhúnadh!",
"Open in sidebar view" : "Oscail san amharc barra taoibh", "Open in sidebar view" : "Oscail san amharc barra taoibh",
"Open in bigger view" : "Oscail i radharc níos mó", "Open in bigger view" : "Oscail i radharc níos mó",
"Attachments" : "Ceangaltáin",
"Comments" : "Tuairimí", "Comments" : "Tuairimí",
"Failed to load comments" : "Theip ar lódáil nótaí", "Failed to load comments" : "Theip ar lódáil nótaí",
"No comments yet. Begin the discussion!" : "Níl trácht ar bith fós. Cuir tús leis an bplé!", "No comments yet. Begin the discussion!" : "Níl trácht ar bith fós. Cuir tús leis an bplé!",
@@ -255,7 +252,6 @@ OC.L10N.register(
"Reply" : "Freagra", "Reply" : "Freagra",
"Update" : "Nuashonrú", "Update" : "Nuashonrú",
"Write a description …" : "Scríobh cur síos…", "Write a description …" : "Scríobh cur síos…",
"Could not save description" : "Níorbh fhéidir an cur síos a shábháil",
"Description" : "Cur síos", "Description" : "Cur síos",
"(Unsaved)" : "(Gan sábháil)", "(Unsaved)" : "(Gan sábháil)",
"(Saving…)" : "(Shábháil…)", "(Saving…)" : "(Shábháil…)",
@@ -373,7 +369,9 @@ OC.L10N.register(
"Note: Only the JSON format is supported for importing back into the Deck app." : "Nóta: Ní thacaítear ach leis an bhformáid JSON le haghaidh iompórtála ar ais isteach san aip Deck.", "Note: Only the JSON format is supported for importing back into the Deck app." : "Nóta: Ní thacaítear ach leis an bhformáid JSON le haghaidh iompórtála ar ais isteach san aip Deck.",
"Export" : "Easpórtáil", "Export" : "Easpórtáil",
"Loading filtered view" : "Amharc scagtha á lódáil", "Loading filtered view" : "Amharc scagtha á lódáil",
"Search for {searchQuery} in other boards" : "Cuardaigh le haghaidh {searchQuery} i gcláir eile", "Today" : "Inniu",
"Tomorrow" : "Amárach",
"No due" : "Níl dlite",
"Search for {searchQuery} in all boards" : "Cuardaigh {searchQuery} i ngach clár", "Search for {searchQuery} in all boards" : "Cuardaigh {searchQuery} i ngach clár",
"No results found" : "Níor aimsíodh aon torthaí", "No results found" : "Níor aimsíodh aon torthaí",
"Deck board {name}\n* Last modified on {lastMod}" : "Bord deic {name}\n* Athraithe go deireanach ar {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Bord deic {name}\n* Athraithe go deireanach ar {lastMod}",
@@ -414,9 +412,6 @@ OC.L10N.register(
"Example Task 3" : "Tasc Sampla 3", "Example Task 3" : "Tasc Sampla 3",
"Example Task 2" : "Tasc Sampla 2", "Example Task 2" : "Tasc Sampla 2",
"Example Task 1" : "Tasc Sampla 1", "Example Task 1" : "Tasc Sampla 1",
"Move card to another board" : "Bog cárta go bord eile", "Move card to another board" : "Bog cárta go bord eile"
"Today" : "Inniu",
"Tomorrow" : "Amárach",
"No due" : "Níl dlite"
}, },
"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"); "nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);");

View File

@@ -120,9 +120,6 @@
"4. Share, comment and collaborate!" : "4. Roinn, déan trácht agus comhoibrigh!", "4. Share, comment and collaborate!" : "4. Roinn, déan trácht agus comhoibrigh!",
"Create your first card!" : "Cruthaigh do chéad chárta!", "Create your first card!" : "Cruthaigh do chéad chárta!",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Tá níos mó ná %s carachtar sa nóta tráchta seo.\nCurtha leis mar cheangaltán leis an gcárta ar a bhfuil an t-ainm %s.\nInrochtana ar URL: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Tá níos mó ná %s carachtar sa nóta tráchta seo.\nCurtha leis mar cheangaltán leis an gcárta ar a bhfuil an t-ainm %s.\nInrochtana ar URL: %s.",
"Attachments" : "Ceangaltáin",
"File" : "Comhad",
"date" : "dáta",
"Card not found" : "Cárta gan aimsiú", "Card not found" : "Cárta gan aimsiú",
"Path is already shared with this card" : "Tá an chonair roinnte leis an gcárta seo cheana féin", "Path is already shared with this card" : "Tá an chonair roinnte leis an gcárta seo cheana féin",
"Invalid date, date format must be YYYY-MM-DD" : "Dáta neamhbhailí, caithfidh formáid an dáta a bheith BBBB-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "Dáta neamhbhailí, caithfidh formáid an dáta a bheith BBBB-MM-DD",
@@ -238,9 +235,9 @@
"Modified" : "Athraithe", "Modified" : "Athraithe",
"Created" : "Cruthaithe", "Created" : "Cruthaithe",
"The title cannot be empty." : "Ní féidir leis an teideal a bheith folamh.", "The title cannot be empty." : "Ní féidir leis an teideal a bheith folamh.",
"Cannot close unsaved card!" : "Ní féidir cárta neamhshábháilte a dhúnadh!",
"Open in sidebar view" : "Oscail san amharc barra taoibh", "Open in sidebar view" : "Oscail san amharc barra taoibh",
"Open in bigger view" : "Oscail i radharc níos mó", "Open in bigger view" : "Oscail i radharc níos mó",
"Attachments" : "Ceangaltáin",
"Comments" : "Tuairimí", "Comments" : "Tuairimí",
"Failed to load comments" : "Theip ar lódáil nótaí", "Failed to load comments" : "Theip ar lódáil nótaí",
"No comments yet. Begin the discussion!" : "Níl trácht ar bith fós. Cuir tús leis an bplé!", "No comments yet. Begin the discussion!" : "Níl trácht ar bith fós. Cuir tús leis an bplé!",
@@ -253,7 +250,6 @@
"Reply" : "Freagra", "Reply" : "Freagra",
"Update" : "Nuashonrú", "Update" : "Nuashonrú",
"Write a description …" : "Scríobh cur síos…", "Write a description …" : "Scríobh cur síos…",
"Could not save description" : "Níorbh fhéidir an cur síos a shábháil",
"Description" : "Cur síos", "Description" : "Cur síos",
"(Unsaved)" : "(Gan sábháil)", "(Unsaved)" : "(Gan sábháil)",
"(Saving…)" : "(Shábháil…)", "(Saving…)" : "(Shábháil…)",
@@ -371,7 +367,9 @@
"Note: Only the JSON format is supported for importing back into the Deck app." : "Nóta: Ní thacaítear ach leis an bhformáid JSON le haghaidh iompórtála ar ais isteach san aip Deck.", "Note: Only the JSON format is supported for importing back into the Deck app." : "Nóta: Ní thacaítear ach leis an bhformáid JSON le haghaidh iompórtála ar ais isteach san aip Deck.",
"Export" : "Easpórtáil", "Export" : "Easpórtáil",
"Loading filtered view" : "Amharc scagtha á lódáil", "Loading filtered view" : "Amharc scagtha á lódáil",
"Search for {searchQuery} in other boards" : "Cuardaigh le haghaidh {searchQuery} i gcláir eile", "Today" : "Inniu",
"Tomorrow" : "Amárach",
"No due" : "Níl dlite",
"Search for {searchQuery} in all boards" : "Cuardaigh {searchQuery} i ngach clár", "Search for {searchQuery} in all boards" : "Cuardaigh {searchQuery} i ngach clár",
"No results found" : "Níor aimsíodh aon torthaí", "No results found" : "Níor aimsíodh aon torthaí",
"Deck board {name}\n* Last modified on {lastMod}" : "Bord deic {name}\n* Athraithe go deireanach ar {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Bord deic {name}\n* Athraithe go deireanach ar {lastMod}",
@@ -412,9 +410,6 @@
"Example Task 3" : "Tasc Sampla 3", "Example Task 3" : "Tasc Sampla 3",
"Example Task 2" : "Tasc Sampla 2", "Example Task 2" : "Tasc Sampla 2",
"Example Task 1" : "Tasc Sampla 1", "Example Task 1" : "Tasc Sampla 1",
"Move card to another board" : "Bog cárta go bord eile", "Move card to another board" : "Bog cárta go bord eile"
"Today" : "Inniu",
"Tomorrow" : "Amárach",
"No due" : "Níl dlite"
},"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);" },"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"
} }

View File

@@ -10,7 +10,6 @@ OC.L10N.register(
"Could not write file to disk" : "Cha b urrainn dhuinn am faidhle a sgrìobhadh dhan diosg", "Could not write file to disk" : "Cha b urrainn dhuinn am faidhle a sgrìobhadh dhan diosg",
"A PHP extension stopped the file upload" : "Chur leudachan PHP stad air luchdadh suas an fhaidhle", "A PHP extension stopped the file upload" : "Chur leudachan PHP stad air luchdadh suas an fhaidhle",
"Finished" : "Deiseil", "Finished" : "Deiseil",
"File" : "Faidhle",
"Cancel" : "Sguir dheth", "Cancel" : "Sguir dheth",
"Completed" : "Coileanta", "Completed" : "Coileanta",
"Details" : "Mion-fhiosrachadh", "Details" : "Mion-fhiosrachadh",
@@ -26,8 +25,8 @@ OC.L10N.register(
"seconds ago" : "diog air ais", "seconds ago" : "diog air ais",
"Search" : "Lorg", "Search" : "Lorg",
"No notifications" : "Gun bhrath", "No notifications" : "Gun bhrath",
"Today" : "An-diugh",
"Close" : "Dùin", "Close" : "Dùin",
"Share" : "Co-roinn", "Share" : "Co-roinn"
"Today" : "An-diugh"
}, },
"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;"); "nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;");

View File

@@ -8,7 +8,6 @@
"Could not write file to disk" : "Cha b urrainn dhuinn am faidhle a sgrìobhadh dhan diosg", "Could not write file to disk" : "Cha b urrainn dhuinn am faidhle a sgrìobhadh dhan diosg",
"A PHP extension stopped the file upload" : "Chur leudachan PHP stad air luchdadh suas an fhaidhle", "A PHP extension stopped the file upload" : "Chur leudachan PHP stad air luchdadh suas an fhaidhle",
"Finished" : "Deiseil", "Finished" : "Deiseil",
"File" : "Faidhle",
"Cancel" : "Sguir dheth", "Cancel" : "Sguir dheth",
"Completed" : "Coileanta", "Completed" : "Coileanta",
"Details" : "Mion-fhiosrachadh", "Details" : "Mion-fhiosrachadh",
@@ -24,8 +23,8 @@
"seconds ago" : "diog air ais", "seconds ago" : "diog air ais",
"Search" : "Lorg", "Search" : "Lorg",
"No notifications" : "Gun bhrath", "No notifications" : "Gun bhrath",
"Today" : "An-diugh",
"Close" : "Dùin", "Close" : "Dùin",
"Share" : "Co-roinn", "Share" : "Co-roinn"
"Today" : "An-diugh"
},"pluralForm" :"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;" },"pluralForm" :"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;"
} }

View File

@@ -81,9 +81,6 @@ OC.L10N.register(
"Could not write file to disk" : "Non foi posíbel escribir o ficheiro no disco", "Could not write file to disk" : "Non foi posíbel escribir o ficheiro no disco",
"A PHP extension stopped the file upload" : "Unha extensión PHP detivo o envío de ficheiros", "A PHP extension stopped the file upload" : "Unha extensión PHP detivo o envío de ficheiros",
"No file uploaded or file size exceeds maximum of %s" : "Non se enviou ningún ficheiro ou o tamaño do ficheiro supera o máximo de %s", "No file uploaded or file size exceeds maximum of %s" : "Non se enviou ningún ficheiro ou o tamaño do ficheiro supera o máximo de %s",
"Invalid file type. Only JSON files are allowed." : "O tipo de ficheiro non é válido. Só se permiten ficheiros JSON.",
"Invalid JSON data" : "Datos JSON non válidos",
"Failed to import board" : "Produciuse un fallo ao importar o taboleiro",
"Cards due today" : "Tarxetas para hoxe", "Cards due today" : "Tarxetas para hoxe",
"Cards due tomorrow" : "Tarxetas para mañá", "Cards due tomorrow" : "Tarxetas para mañá",
"Upcoming cards" : "Tarxetas próximas", "Upcoming cards" : "Tarxetas próximas",
@@ -122,14 +119,11 @@ OC.L10N.register(
"4. Share, comment and collaborate!" : "4. Comparta, comente e colabore!", "4. Share, comment and collaborate!" : "4. Comparta, comente e colabore!",
"Create your first card!" : "Crear a primeira tarxeta:", "Create your first card!" : "Crear a primeira tarxeta:",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Este comentario ten máis de %s caracteres.\nEngadido como anexo á tarxeta co nome %s.\nAccesíbel no URL: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Este comentario ten máis de %s caracteres.\nEngadido como anexo á tarxeta co nome %s.\nAccesíbel no URL: %s.",
"Attachments" : "Anexos",
"File" : "Ficheiro",
"date" : "data",
"Card not found" : "Non se atopou a tarxeta", "Card not found" : "Non se atopou a tarxeta",
"Path is already shared with this card" : "A ruta xa está compartida con esta tarxeta", "Path is already shared with this card" : "A ruta xa está compartida con esta tarxeta",
"Invalid date, date format must be YYYY-MM-DD" : "Data incorrecta, o formato da data debe ser AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "Data incorrecta, o formato da data debe ser AAAA-MM-DD",
"Personal planning and team project organization" : "Planificación persoal e organización de proxectos de equipo", "Personal planning and team project organization" : "Planificación persoal e organización de proxectos de equipo",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Gabeta é unha ferramenta de organización de estilo kanban dirixida a planificación persoal e organización de proxectos para equipos integrados con Nextcloud. \n\n\n-- 📥 Engada as súas tarefas ás tarxetas e fagas ordenadas\n- 📄 Escriba notas adicionais en Markdown\n- 🔖 Asigne etiquetas para unha mellor organización\n- 👥 Comparta co seu equipo, amigos ou a súa familia\n- 📎 Anexe ficheiros e integreos na súa descrición de Markdown\n- 💬 Debata co seu equipo usando os comentarios\n- ⚡ Faga un seguimento dos cambios no fluxo de actividade\n- 🚀 Teña o seu proxecto organizado", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Gabeta é unha ferramenta de organización de estilo kanban dirixida a planificación persoal e organización de proxectos para equipos integrados con Nextcloud. \n\n\n 📥 Engada as súas tarefas ás tarxetas e fagas ordenadas\n 📄 Escriba notas adicionais en Markdown\n 🔖 Asigne etiquetas para unha mellor organización\n 👥 Comparta co seu equipo, amigos ou a súa familia\n 📎 Anexe ficheiros e integreos na súa descrición de Markdown\n 💬 Debata co seu equipo usando os comentarios\n ⚡ Faga un seguimento dos cambios no fluxo de actividade\n 🚀 Teña o seu proxecto organizado",
"Add board" : "Engadir taboleiro", "Add board" : "Engadir taboleiro",
"Card details" : "Detalles da tarxeta", "Card details" : "Detalles da tarxeta",
"Select the board to link to a project" : "Seleccione o taboleiro para ligar a un proxecto", "Select the board to link to a project" : "Seleccione o taboleiro para ligar a un proxecto",
@@ -240,9 +234,9 @@ OC.L10N.register(
"Modified" : "Modificado", "Modified" : "Modificado",
"Created" : "Creado", "Created" : "Creado",
"The title cannot be empty." : "O título non pode estar baleiro.", "The title cannot be empty." : "O título non pode estar baleiro.",
"Cannot close unsaved card!" : "Non é posíbel pechar unha tarxeta non gardada!",
"Open in sidebar view" : "Abrir na vista da barra lateral", "Open in sidebar view" : "Abrir na vista da barra lateral",
"Open in bigger view" : "Abrir nunha vista máis grande", "Open in bigger view" : "Abrir nunha vista máis grande",
"Attachments" : "Anexos",
"Comments" : "Comentarios", "Comments" : "Comentarios",
"Failed to load comments" : "Produciuse un fallo ao cargar os comentarios", "Failed to load comments" : "Produciuse un fallo ao cargar os comentarios",
"No comments yet. Begin the discussion!" : "Aínda non hai comentarios. Comece o debate!", "No comments yet. Begin the discussion!" : "Aínda non hai comentarios. Comece o debate!",
@@ -255,7 +249,6 @@ OC.L10N.register(
"Reply" : "Responder", "Reply" : "Responder",
"Update" : "Actualizar", "Update" : "Actualizar",
"Write a description …" : "Escriba unha descrición…", "Write a description …" : "Escriba unha descrición…",
"Could not save description" : "Non foi posíbel gardar a descrición",
"Description" : "Descrición", "Description" : "Descrición",
"(Unsaved)" : "(Sen gardar)", "(Unsaved)" : "(Sen gardar)",
"(Saving…)" : "(Gardando…)", "(Saving…)" : "(Gardando…)",
@@ -342,7 +335,6 @@ OC.L10N.register(
"An error occurred" : "Produciuse un erro", "An error occurred" : "Produciuse un erro",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Confirma que quere eliminar o taboleiro {title}? Isto eliminará todos os datos deste taboleiro, incluídas as tarxetas arquivadas.", "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Confirma que quere eliminar o taboleiro {title}? Isto eliminará todos os datos deste taboleiro, incluídas as tarxetas arquivadas.",
"Delete the board?" : "Eliminar o taboleiro?", "Delete the board?" : "Eliminar o taboleiro?",
"Exporting board..." : "Exportando o taboleiro…",
"Board details" : "Detalles do taboleiro", "Board details" : "Detalles do taboleiro",
"Edit board" : "Editar taboleiro", "Edit board" : "Editar taboleiro",
"Clone board" : "Clonar taboleiro", "Clone board" : "Clonar taboleiro",
@@ -355,9 +347,6 @@ OC.L10N.register(
"Assigned cards" : "Tarxetas asignadas", "Assigned cards" : "Tarxetas asignadas",
"No notifications" : "Non hai notificacións", "No notifications" : "Non hai notificacións",
"Delete board" : "Eliminar taboleiro", "Delete board" : "Eliminar taboleiro",
"Importing board..." : "Importando o taboleiro…",
"Board imported successfully" : "O taboleiro foi importado correctamente",
"Import board" : "Importar taboleiro",
"Clone {boardTitle}" : "Clonar {boardTitle}", "Clone {boardTitle}" : "Clonar {boardTitle}",
"Clone cards" : "Clonar tarxetas", "Clone cards" : "Clonar tarxetas",
"Clone assignments" : "Clonar as asignacións", "Clone assignments" : "Clonar as asignacións",
@@ -367,14 +356,13 @@ OC.L10N.register(
"Move all cards to the first list" : "Mover todas as tarxetas á primeira lista", "Move all cards to the first list" : "Mover todas as tarxetas á primeira lista",
"Restore archived cards" : "Restaurar as tarxetas arquivadas", "Restore archived cards" : "Restaurar as tarxetas arquivadas",
"Clone" : "Clonar", "Clone" : "Clonar",
"Export {boardTitle}" : "Exportar {boardTitle}",
"Export as JSON" : "Exportar como JSON",
"Export as CSV" : "Exportar como CSV", "Export as CSV" : "Exportar como CSV",
"Note: Only the JSON format is supported for importing back into the Deck app." : "Nota: Só se admite o formato JSON para importar de novo á aplicación Gabeta.",
"Export" : "Exportar", "Export" : "Exportar",
"Loading filtered view" : "Cargando a vista filtrada", "Loading filtered view" : "Cargando a vista filtrada",
"Search for {searchQuery} in other boards" : "Buscar {searchQuery} noutros taboleiros", "Today" : "Hoxe",
"Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos os taboleiros", "Tomorrow" : "Mañá",
"No due" : "Sen caducidade",
"Search for {searchQuery} in all boards" : "Resultados de busca para {searchQuery} en todos os taboleiros",
"No results found" : "Non se atopou ningún resultado", "No results found" : "Non se atopou ningún resultado",
"Deck board {name}\n* Last modified on {lastMod}" : "Taboleiro da Gabeta {name}\n* Última modificación en {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Taboleiro da Gabeta {name}\n* Última modificación en {lastMod}",
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Creado o {created}\n* Última modificación o {lastMod}\n* {nbAttachments} anexos\n* {nbComments} comentarios", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Creado o {created}\n* Última modificación o {lastMod}\n* {nbAttachments} anexos\n* {nbComments} comentarios",
@@ -402,7 +390,6 @@ OC.L10N.register(
"Something went wrong" : "Algo foi mal", "Something went wrong" : "Algo foi mal",
"Failed to upload {name}" : "Produciuse un fallo ao enviar {name}", "Failed to upload {name}" : "Produciuse un fallo ao enviar {name}",
"Maximum file size of {size} exceeded" : "Excedeuse o tamaño máximo de ficheiro de {size}", "Maximum file size of {size} exceeded" : "Excedeuse o tamaño máximo de ficheiro de {size}",
"Assigned users" : "Usuarios asignados",
"Due date" : "Data de remate", "Due date" : "Data de remate",
"Error creating the share" : "Produciuse un erro ao crear a compartición", "Error creating the share" : "Produciuse un erro ao crear a compartición",
"Share with a Deck card" : "Compartir cunha tarxeta de Gabeta", "Share with a Deck card" : "Compartir cunha tarxeta de Gabeta",
@@ -414,9 +401,6 @@ OC.L10N.register(
"Example Task 3" : "Tarefa de exemplo 3", "Example Task 3" : "Tarefa de exemplo 3",
"Example Task 2" : "Tarefa de exemplo 2", "Example Task 2" : "Tarefa de exemplo 2",
"Example Task 1" : "Tarefa de exemplo 1", "Example Task 1" : "Tarefa de exemplo 1",
"Move card to another board" : "Mover a tarxeta a outro taboleiro", "Move card to another board" : "Mover a tarxeta a outro taboleiro"
"Today" : "Hoxe",
"Tomorrow" : "Mañá",
"No due" : "Sen caducidade"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -79,9 +79,6 @@
"Could not write file to disk" : "Non foi posíbel escribir o ficheiro no disco", "Could not write file to disk" : "Non foi posíbel escribir o ficheiro no disco",
"A PHP extension stopped the file upload" : "Unha extensión PHP detivo o envío de ficheiros", "A PHP extension stopped the file upload" : "Unha extensión PHP detivo o envío de ficheiros",
"No file uploaded or file size exceeds maximum of %s" : "Non se enviou ningún ficheiro ou o tamaño do ficheiro supera o máximo de %s", "No file uploaded or file size exceeds maximum of %s" : "Non se enviou ningún ficheiro ou o tamaño do ficheiro supera o máximo de %s",
"Invalid file type. Only JSON files are allowed." : "O tipo de ficheiro non é válido. Só se permiten ficheiros JSON.",
"Invalid JSON data" : "Datos JSON non válidos",
"Failed to import board" : "Produciuse un fallo ao importar o taboleiro",
"Cards due today" : "Tarxetas para hoxe", "Cards due today" : "Tarxetas para hoxe",
"Cards due tomorrow" : "Tarxetas para mañá", "Cards due tomorrow" : "Tarxetas para mañá",
"Upcoming cards" : "Tarxetas próximas", "Upcoming cards" : "Tarxetas próximas",
@@ -120,14 +117,11 @@
"4. Share, comment and collaborate!" : "4. Comparta, comente e colabore!", "4. Share, comment and collaborate!" : "4. Comparta, comente e colabore!",
"Create your first card!" : "Crear a primeira tarxeta:", "Create your first card!" : "Crear a primeira tarxeta:",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Este comentario ten máis de %s caracteres.\nEngadido como anexo á tarxeta co nome %s.\nAccesíbel no URL: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Este comentario ten máis de %s caracteres.\nEngadido como anexo á tarxeta co nome %s.\nAccesíbel no URL: %s.",
"Attachments" : "Anexos",
"File" : "Ficheiro",
"date" : "data",
"Card not found" : "Non se atopou a tarxeta", "Card not found" : "Non se atopou a tarxeta",
"Path is already shared with this card" : "A ruta xa está compartida con esta tarxeta", "Path is already shared with this card" : "A ruta xa está compartida con esta tarxeta",
"Invalid date, date format must be YYYY-MM-DD" : "Data incorrecta, o formato da data debe ser AAAA-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "Data incorrecta, o formato da data debe ser AAAA-MM-DD",
"Personal planning and team project organization" : "Planificación persoal e organización de proxectos de equipo", "Personal planning and team project organization" : "Planificación persoal e organización de proxectos de equipo",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Gabeta é unha ferramenta de organización de estilo kanban dirixida a planificación persoal e organización de proxectos para equipos integrados con Nextcloud. \n\n\n-- 📥 Engada as súas tarefas ás tarxetas e fagas ordenadas\n- 📄 Escriba notas adicionais en Markdown\n- 🔖 Asigne etiquetas para unha mellor organización\n- 👥 Comparta co seu equipo, amigos ou a súa familia\n- 📎 Anexe ficheiros e integreos na súa descrición de Markdown\n- 💬 Debata co seu equipo usando os comentarios\n- ⚡ Faga un seguimento dos cambios no fluxo de actividade\n- 🚀 Teña o seu proxecto organizado", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Gabeta é unha ferramenta de organización de estilo kanban dirixida a planificación persoal e organización de proxectos para equipos integrados con Nextcloud. \n\n\n 📥 Engada as súas tarefas ás tarxetas e fagas ordenadas\n 📄 Escriba notas adicionais en Markdown\n 🔖 Asigne etiquetas para unha mellor organización\n 👥 Comparta co seu equipo, amigos ou a súa familia\n 📎 Anexe ficheiros e integreos na súa descrición de Markdown\n 💬 Debata co seu equipo usando os comentarios\n ⚡ Faga un seguimento dos cambios no fluxo de actividade\n 🚀 Teña o seu proxecto organizado",
"Add board" : "Engadir taboleiro", "Add board" : "Engadir taboleiro",
"Card details" : "Detalles da tarxeta", "Card details" : "Detalles da tarxeta",
"Select the board to link to a project" : "Seleccione o taboleiro para ligar a un proxecto", "Select the board to link to a project" : "Seleccione o taboleiro para ligar a un proxecto",
@@ -238,9 +232,9 @@
"Modified" : "Modificado", "Modified" : "Modificado",
"Created" : "Creado", "Created" : "Creado",
"The title cannot be empty." : "O título non pode estar baleiro.", "The title cannot be empty." : "O título non pode estar baleiro.",
"Cannot close unsaved card!" : "Non é posíbel pechar unha tarxeta non gardada!",
"Open in sidebar view" : "Abrir na vista da barra lateral", "Open in sidebar view" : "Abrir na vista da barra lateral",
"Open in bigger view" : "Abrir nunha vista máis grande", "Open in bigger view" : "Abrir nunha vista máis grande",
"Attachments" : "Anexos",
"Comments" : "Comentarios", "Comments" : "Comentarios",
"Failed to load comments" : "Produciuse un fallo ao cargar os comentarios", "Failed to load comments" : "Produciuse un fallo ao cargar os comentarios",
"No comments yet. Begin the discussion!" : "Aínda non hai comentarios. Comece o debate!", "No comments yet. Begin the discussion!" : "Aínda non hai comentarios. Comece o debate!",
@@ -253,7 +247,6 @@
"Reply" : "Responder", "Reply" : "Responder",
"Update" : "Actualizar", "Update" : "Actualizar",
"Write a description …" : "Escriba unha descrición…", "Write a description …" : "Escriba unha descrición…",
"Could not save description" : "Non foi posíbel gardar a descrición",
"Description" : "Descrición", "Description" : "Descrición",
"(Unsaved)" : "(Sen gardar)", "(Unsaved)" : "(Sen gardar)",
"(Saving…)" : "(Gardando…)", "(Saving…)" : "(Gardando…)",
@@ -340,7 +333,6 @@
"An error occurred" : "Produciuse un erro", "An error occurred" : "Produciuse un erro",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Confirma que quere eliminar o taboleiro {title}? Isto eliminará todos os datos deste taboleiro, incluídas as tarxetas arquivadas.", "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Confirma que quere eliminar o taboleiro {title}? Isto eliminará todos os datos deste taboleiro, incluídas as tarxetas arquivadas.",
"Delete the board?" : "Eliminar o taboleiro?", "Delete the board?" : "Eliminar o taboleiro?",
"Exporting board..." : "Exportando o taboleiro…",
"Board details" : "Detalles do taboleiro", "Board details" : "Detalles do taboleiro",
"Edit board" : "Editar taboleiro", "Edit board" : "Editar taboleiro",
"Clone board" : "Clonar taboleiro", "Clone board" : "Clonar taboleiro",
@@ -353,9 +345,6 @@
"Assigned cards" : "Tarxetas asignadas", "Assigned cards" : "Tarxetas asignadas",
"No notifications" : "Non hai notificacións", "No notifications" : "Non hai notificacións",
"Delete board" : "Eliminar taboleiro", "Delete board" : "Eliminar taboleiro",
"Importing board..." : "Importando o taboleiro…",
"Board imported successfully" : "O taboleiro foi importado correctamente",
"Import board" : "Importar taboleiro",
"Clone {boardTitle}" : "Clonar {boardTitle}", "Clone {boardTitle}" : "Clonar {boardTitle}",
"Clone cards" : "Clonar tarxetas", "Clone cards" : "Clonar tarxetas",
"Clone assignments" : "Clonar as asignacións", "Clone assignments" : "Clonar as asignacións",
@@ -365,14 +354,13 @@
"Move all cards to the first list" : "Mover todas as tarxetas á primeira lista", "Move all cards to the first list" : "Mover todas as tarxetas á primeira lista",
"Restore archived cards" : "Restaurar as tarxetas arquivadas", "Restore archived cards" : "Restaurar as tarxetas arquivadas",
"Clone" : "Clonar", "Clone" : "Clonar",
"Export {boardTitle}" : "Exportar {boardTitle}",
"Export as JSON" : "Exportar como JSON",
"Export as CSV" : "Exportar como CSV", "Export as CSV" : "Exportar como CSV",
"Note: Only the JSON format is supported for importing back into the Deck app." : "Nota: Só se admite o formato JSON para importar de novo á aplicación Gabeta.",
"Export" : "Exportar", "Export" : "Exportar",
"Loading filtered view" : "Cargando a vista filtrada", "Loading filtered view" : "Cargando a vista filtrada",
"Search for {searchQuery} in other boards" : "Buscar {searchQuery} noutros taboleiros", "Today" : "Hoxe",
"Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos os taboleiros", "Tomorrow" : "Mañá",
"No due" : "Sen caducidade",
"Search for {searchQuery} in all boards" : "Resultados de busca para {searchQuery} en todos os taboleiros",
"No results found" : "Non se atopou ningún resultado", "No results found" : "Non se atopou ningún resultado",
"Deck board {name}\n* Last modified on {lastMod}" : "Taboleiro da Gabeta {name}\n* Última modificación en {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Taboleiro da Gabeta {name}\n* Última modificación en {lastMod}",
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Creado o {created}\n* Última modificación o {lastMod}\n* {nbAttachments} anexos\n* {nbComments} comentarios", "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Creado o {created}\n* Última modificación o {lastMod}\n* {nbAttachments} anexos\n* {nbComments} comentarios",
@@ -400,7 +388,6 @@
"Something went wrong" : "Algo foi mal", "Something went wrong" : "Algo foi mal",
"Failed to upload {name}" : "Produciuse un fallo ao enviar {name}", "Failed to upload {name}" : "Produciuse un fallo ao enviar {name}",
"Maximum file size of {size} exceeded" : "Excedeuse o tamaño máximo de ficheiro de {size}", "Maximum file size of {size} exceeded" : "Excedeuse o tamaño máximo de ficheiro de {size}",
"Assigned users" : "Usuarios asignados",
"Due date" : "Data de remate", "Due date" : "Data de remate",
"Error creating the share" : "Produciuse un erro ao crear a compartición", "Error creating the share" : "Produciuse un erro ao crear a compartición",
"Share with a Deck card" : "Compartir cunha tarxeta de Gabeta", "Share with a Deck card" : "Compartir cunha tarxeta de Gabeta",
@@ -412,9 +399,6 @@
"Example Task 3" : "Tarefa de exemplo 3", "Example Task 3" : "Tarefa de exemplo 3",
"Example Task 2" : "Tarefa de exemplo 2", "Example Task 2" : "Tarefa de exemplo 2",
"Example Task 1" : "Tarefa de exemplo 1", "Example Task 1" : "Tarefa de exemplo 1",
"Move card to another board" : "Mover a tarxeta a outro taboleiro", "Move card to another board" : "Mover a tarxeta a outro taboleiro"
"Today" : "Hoxe",
"Tomorrow" : "Mañá",
"No due" : "Sen caducidade"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -93,8 +93,6 @@ OC.L10N.register(
"copy" : "עותק", "copy" : "עותק",
"To Do" : "מטלות", "To Do" : "מטלות",
"Done" : "הסתיים", "Done" : "הסתיים",
"Attachments" : "קבצים מצורפים",
"File" : "קובץ",
"Card not found" : "כרטיס לא נמצא", "Card not found" : "כרטיס לא נמצא",
"Path is already shared with this card" : "הנתיב כבר משותף עם הכרטיס הזה", "Path is already shared with this card" : "הנתיב כבר משותף עם הכרטיס הזה",
"Invalid date, date format must be YYYY-MM-DD" : "תאריך שגוי, תבנית התאריך חייבת להיות YYYY-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "תאריך שגוי, תבנית התאריך חייבת להיות YYYY-MM-DD",
@@ -187,6 +185,7 @@ OC.L10N.register(
"The title cannot be empty." : "הכותרת לא יכולה להיות ריקה.", "The title cannot be empty." : "הכותרת לא יכולה להיות ריקה.",
"Open in sidebar view" : "פתח בתצוגת סרגל הצד", "Open in sidebar view" : "פתח בתצוגת סרגל הצד",
"Open in bigger view" : "פתח בתצוגה גדולה יותר", "Open in bigger view" : "פתח בתצוגה גדולה יותר",
"Attachments" : "קבצים מצורפים",
"Comments" : "תגובות", "Comments" : "תגובות",
"No comments yet. Begin the discussion!" : "אין עדיין הערות. אפשר להתחיל לדון!", "No comments yet. Begin the discussion!" : "אין עדיין הערות. אפשר להתחיל לדון!",
"The comment cannot be empty." : "ההערה לא יכולה להיות ריקה.", "The comment cannot be empty." : "ההערה לא יכולה להיות ריקה.",
@@ -249,6 +248,9 @@ OC.L10N.register(
"Advanced options" : "אפשרויות מתקדמות", "Advanced options" : "אפשרויות מתקדמות",
"Export" : "ייצוא", "Export" : "ייצוא",
"Loading filtered view" : "טוען תצוגה מסוננת", "Loading filtered view" : "טוען תצוגה מסוננת",
"Today" : "היום",
"Tomorrow" : "מחר",
"No due" : "אין תאריך יעד",
"No results found" : "לא נמצאו תוצאות", "No results found" : "לא נמצאו תוצאות",
"Create card" : "יצירת כרטיס", "Create card" : "יצירת כרטיס",
"Close" : "סגירה", "Close" : "סגירה",
@@ -270,9 +272,6 @@ OC.L10N.register(
"Example Task 3" : "משימה לדוגמה 3", "Example Task 3" : "משימה לדוגמה 3",
"Example Task 2" : "משימה לדוגמה 2", "Example Task 2" : "משימה לדוגמה 2",
"Example Task 1" : "משימה לדוגמה 1", "Example Task 1" : "משימה לדוגמה 1",
"Move card to another board" : "העברת כרטיס ללוח אחר", "Move card to another board" : "העברת כרטיס ללוח אחר"
"Today" : "היום",
"Tomorrow" : "מחר",
"No due" : "אין תאריך יעד"
}, },
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"); "nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");

View File

@@ -91,8 +91,6 @@
"copy" : "עותק", "copy" : "עותק",
"To Do" : "מטלות", "To Do" : "מטלות",
"Done" : "הסתיים", "Done" : "הסתיים",
"Attachments" : "קבצים מצורפים",
"File" : "קובץ",
"Card not found" : "כרטיס לא נמצא", "Card not found" : "כרטיס לא נמצא",
"Path is already shared with this card" : "הנתיב כבר משותף עם הכרטיס הזה", "Path is already shared with this card" : "הנתיב כבר משותף עם הכרטיס הזה",
"Invalid date, date format must be YYYY-MM-DD" : "תאריך שגוי, תבנית התאריך חייבת להיות YYYY-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "תאריך שגוי, תבנית התאריך חייבת להיות YYYY-MM-DD",
@@ -185,6 +183,7 @@
"The title cannot be empty." : "הכותרת לא יכולה להיות ריקה.", "The title cannot be empty." : "הכותרת לא יכולה להיות ריקה.",
"Open in sidebar view" : "פתח בתצוגת סרגל הצד", "Open in sidebar view" : "פתח בתצוגת סרגל הצד",
"Open in bigger view" : "פתח בתצוגה גדולה יותר", "Open in bigger view" : "פתח בתצוגה גדולה יותר",
"Attachments" : "קבצים מצורפים",
"Comments" : "תגובות", "Comments" : "תגובות",
"No comments yet. Begin the discussion!" : "אין עדיין הערות. אפשר להתחיל לדון!", "No comments yet. Begin the discussion!" : "אין עדיין הערות. אפשר להתחיל לדון!",
"The comment cannot be empty." : "ההערה לא יכולה להיות ריקה.", "The comment cannot be empty." : "ההערה לא יכולה להיות ריקה.",
@@ -247,6 +246,9 @@
"Advanced options" : "אפשרויות מתקדמות", "Advanced options" : "אפשרויות מתקדמות",
"Export" : "ייצוא", "Export" : "ייצוא",
"Loading filtered view" : "טוען תצוגה מסוננת", "Loading filtered view" : "טוען תצוגה מסוננת",
"Today" : "היום",
"Tomorrow" : "מחר",
"No due" : "אין תאריך יעד",
"No results found" : "לא נמצאו תוצאות", "No results found" : "לא נמצאו תוצאות",
"Create card" : "יצירת כרטיס", "Create card" : "יצירת כרטיס",
"Close" : "סגירה", "Close" : "סגירה",
@@ -268,9 +270,6 @@
"Example Task 3" : "משימה לדוגמה 3", "Example Task 3" : "משימה לדוגמה 3",
"Example Task 2" : "משימה לדוגמה 2", "Example Task 2" : "משימה לדוגמה 2",
"Example Task 1" : "משימה לדוגמה 1", "Example Task 1" : "משימה לדוגמה 1",
"Move card to another board" : "העברת כרטיס ללוח אחר", "Move card to another board" : "העברת כרטיס ללוח אחר"
"Today" : "היום",
"Tomorrow" : "מחר",
"No due" : "אין תאריך יעד"
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;" },"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"
} }

View File

@@ -96,8 +96,6 @@ OC.L10N.register(
"copy" : "kopiraj", "copy" : "kopiraj",
"To Do" : "Zadatak", "To Do" : "Zadatak",
"Done" : "Gotovo", "Done" : "Gotovo",
"Attachments" : "Privici",
"File" : "Datoteka",
"Card not found" : "Kartica nije pronađena", "Card not found" : "Kartica nije pronađena",
"Path is already shared with this card" : "Put je već podijeljen s ovom karticom", "Path is already shared with this card" : "Put je već podijeljen s ovom karticom",
"Invalid date, date format must be YYYY-MM-DD" : "Nevažeći datum, oblik datuma mora biti GGGG-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "Nevažeći datum, oblik datuma mora biti GGGG-MM-DD",
@@ -190,6 +188,7 @@ OC.L10N.register(
"The title cannot be empty." : "Naslov ne može biti prazan.", "The title cannot be empty." : "Naslov ne može biti prazan.",
"Open in sidebar view" : "Otvori u bočnom prikazu", "Open in sidebar view" : "Otvori u bočnom prikazu",
"Open in bigger view" : "Otvori u većem prikazu", "Open in bigger view" : "Otvori u većem prikazu",
"Attachments" : "Privici",
"Comments" : "Komentari", "Comments" : "Komentari",
"Failed to load comments" : "Učitavanje komentara nije uspjelo", "Failed to load comments" : "Učitavanje komentara nije uspjelo",
"No comments yet. Begin the discussion!" : "Nema komentara. Započnite raspravu!", "No comments yet. Begin the discussion!" : "Nema komentara. Započnite raspravu!",
@@ -258,6 +257,9 @@ OC.L10N.register(
"Clone" : "Kloniraj", "Clone" : "Kloniraj",
"Export" : "Izvoz", "Export" : "Izvoz",
"Loading filtered view" : "Učitavanje filtriranog prikaza", "Loading filtered view" : "Učitavanje filtriranog prikaza",
"Today" : "Danas",
"Tomorrow" : "Sutra",
"No due" : "Nema nezavršenih",
"Search for {searchQuery} in all boards" : "Traži {searchQuery} na svim pločama", "Search for {searchQuery} in all boards" : "Traži {searchQuery} na svim pločama",
"No results found" : "Nema rezultata", "No results found" : "Nema rezultata",
"{stack} in {board}" : "{stack} u {board}", "{stack} in {board}" : "{stack} u {board}",
@@ -288,9 +290,6 @@ OC.L10N.register(
"Example Task 3" : "Primjer zadatka 3.", "Example Task 3" : "Primjer zadatka 3.",
"Example Task 2" : "Primjer zadatka 2.", "Example Task 2" : "Primjer zadatka 2.",
"Example Task 1" : "Primjer zadatka 1.", "Example Task 1" : "Primjer zadatka 1.",
"Move card to another board" : "Premjesti karticu na drugu ploču", "Move card to another board" : "Premjesti karticu na drugu ploču"
"Today" : "Danas",
"Tomorrow" : "Sutra",
"No due" : "Nema nezavršenih"
}, },
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"); "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");

View File

@@ -94,8 +94,6 @@
"copy" : "kopiraj", "copy" : "kopiraj",
"To Do" : "Zadatak", "To Do" : "Zadatak",
"Done" : "Gotovo", "Done" : "Gotovo",
"Attachments" : "Privici",
"File" : "Datoteka",
"Card not found" : "Kartica nije pronađena", "Card not found" : "Kartica nije pronađena",
"Path is already shared with this card" : "Put je već podijeljen s ovom karticom", "Path is already shared with this card" : "Put je već podijeljen s ovom karticom",
"Invalid date, date format must be YYYY-MM-DD" : "Nevažeći datum, oblik datuma mora biti GGGG-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "Nevažeći datum, oblik datuma mora biti GGGG-MM-DD",
@@ -188,6 +186,7 @@
"The title cannot be empty." : "Naslov ne može biti prazan.", "The title cannot be empty." : "Naslov ne može biti prazan.",
"Open in sidebar view" : "Otvori u bočnom prikazu", "Open in sidebar view" : "Otvori u bočnom prikazu",
"Open in bigger view" : "Otvori u većem prikazu", "Open in bigger view" : "Otvori u većem prikazu",
"Attachments" : "Privici",
"Comments" : "Komentari", "Comments" : "Komentari",
"Failed to load comments" : "Učitavanje komentara nije uspjelo", "Failed to load comments" : "Učitavanje komentara nije uspjelo",
"No comments yet. Begin the discussion!" : "Nema komentara. Započnite raspravu!", "No comments yet. Begin the discussion!" : "Nema komentara. Započnite raspravu!",
@@ -256,6 +255,9 @@
"Clone" : "Kloniraj", "Clone" : "Kloniraj",
"Export" : "Izvoz", "Export" : "Izvoz",
"Loading filtered view" : "Učitavanje filtriranog prikaza", "Loading filtered view" : "Učitavanje filtriranog prikaza",
"Today" : "Danas",
"Tomorrow" : "Sutra",
"No due" : "Nema nezavršenih",
"Search for {searchQuery} in all boards" : "Traži {searchQuery} na svim pločama", "Search for {searchQuery} in all boards" : "Traži {searchQuery} na svim pločama",
"No results found" : "Nema rezultata", "No results found" : "Nema rezultata",
"{stack} in {board}" : "{stack} u {board}", "{stack} in {board}" : "{stack} u {board}",
@@ -286,9 +288,6 @@
"Example Task 3" : "Primjer zadatka 3.", "Example Task 3" : "Primjer zadatka 3.",
"Example Task 2" : "Primjer zadatka 2.", "Example Task 2" : "Primjer zadatka 2.",
"Example Task 1" : "Primjer zadatka 1.", "Example Task 1" : "Primjer zadatka 1.",
"Move card to another board" : "Premjesti karticu na drugu ploču", "Move card to another board" : "Premjesti karticu na drugu ploču"
"Today" : "Danas",
"Tomorrow" : "Sutra",
"No due" : "Nema nezavršenih"
},"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"
} }

View File

@@ -16,7 +16,7 @@ OC.L10N.register(
"You have archived the board {board}" : "Archiválta a(z) {board} táblát", "You have archived the board {board}" : "Archiválta a(z) {board} táblát",
"{user} has archived the board {before}" : "{user} archiválta a(z) {before} táblát", "{user} has archived the board {before}" : "{user} archiválta a(z) {before} táblát",
"You have unarchived the board {board}" : "Visszavonta a(z) {board} tábla archiválását", "You have unarchived the board {board}" : "Visszavonta a(z) {board} tábla archiválását",
"{user} has unarchived the board {before}" : "{user} visszavonta a(z) {before} tábla archiválását", "{user} has unarchived the board {before}" : "{user} visszavonta a(z) {board} tábla archiválását",
"You have created a new list {stack} on board {board}" : "Létrehozta az új {stack} listát a(z) {board} táblán", "You have created a new list {stack} on board {board}" : "Létrehozta az új {stack} listát a(z) {board} táblán",
"{user} has created a new list {stack} on board {board}" : "{user} létrehozta az új {stack} listát a(z) {board} táblán", "{user} has created a new list {stack} on board {board}" : "{user} létrehozta az új {stack} listát a(z) {board} táblán",
"You have renamed list {before} to {stack} on board {board}" : "Átnevezte a(z) {board} tábla {before} listát erre: {stack}", "You have renamed list {before} to {stack} on board {board}" : "Átnevezte a(z) {board} tábla {before} listát erre: {stack}",
@@ -37,14 +37,10 @@ OC.L10N.register(
"{user} has archived card {card} in list {stack} on board {board}" : "{user} archiválta a(z) {card} kártyát a(z) {stack} listában, a(z) {board} táblán", "{user} has archived card {card} in list {stack} on board {board}" : "{user} archiválta a(z) {card} kártyát a(z) {stack} listában, a(z) {board} táblán",
"You have unarchived card {card} in list {stack} on board {board}" : "Visszavonta a(z) {card} kártya archiválását a(z) {stack} listában, a(z) {board} táblán", "You have unarchived card {card} in list {stack} on board {board}" : "Visszavonta a(z) {card} kártya archiválását a(z) {stack} listában, a(z) {board} táblán",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} visszavonta a(z) {card} kártya archiválását a(z) {stack} listában, a(z) {board} táblán", "{user} has unarchived card {card} in list {stack} on board {board}" : "{user} visszavonta a(z) {card} kártya archiválását a(z) {stack} listában, a(z) {board} táblán",
"You have marked the card {card} as done in list {stack} on board {board}" : "Késznek jelölte a(z) {card} kártyát a(z) {stack} listában, a(z) {board} táblán",
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} késznek jelölte a(z) {card} kártyát a(z) {stack} listában, a(z) {board} táblán",
"You have marked the card {card} as undone in list {stack} on board {board}" : "Visszavonta a(z) {card} kártya késznek jelölését a(z) {stack} listában, a(z) {board} táblán",
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} visszavonta a(z) {card} kártya késznek jelölését a(z) {stack} listában, a(z) {board} táblán",
"You have removed the due date of card {card}" : "Eltávolította a(z) {card} kártya esedékességét", "You have removed the due date of card {card}" : "Eltávolította a(z) {card} kártya esedékességét",
"{user} has removed the due date of card {card}" : "{user} eltávolította a(z) {card} kártya esedékességét", "{user} has removed the due date of card {card}" : "{user} eltávolította a(z) {card} kártya esedékességét",
"You have set the due date of card {card} to {after}" : "Erre állította a(z) {card} kártya határidejét: {after}", "You have set the due date of card {card} to {after}" : "Beállította a(z) {card} kártya esedékességét",
"{user} has set the due date of card {card} to {after}" : "{user} erre állította a(z) {card} kártya határidejét: {after}", "{user} has set the due date of card {card} to {after}" : "{user} beállította a(z) {card} kártya esedékességét",
"You have updated the due date of card {card} to {after}" : "Frissítette a(z) {card} kártya esedékességét erre: {after}", "You have updated the due date of card {card} to {after}" : "Frissítette a(z) {card} kártya esedékességét erre: {after}",
"{user} has updated the due date of card {card} to {after}" : "{user} frissítette a(z) {card} kártya esedékességét erre: {after}", "{user} has updated the due date of card {card} to {after}" : "{user} frissítette a(z) {card} kártya esedékességét erre: {after}",
"You have added the tag {label} to card {card} in list {stack} on board {board}" : "Hozzáadta a(z) {label} címkét a(z) {card} kártyához, a(z) {stack} listában, a(z) {board} táblán", "You have added the tag {label} to card {card} in list {stack} on board {board}" : "Hozzáadta a(z) {label} címkét a(z) {card} kártyához, a(z) {stack} listában, a(z) {board} táblán",
@@ -69,26 +65,22 @@ OC.L10N.register(
"{user} has commented on card {card}" : "{user} hozzászólt a(z) {card} kártyához", "{user} has commented on card {card}" : "{user} hozzászólt a(z) {card} kártyához",
"Deck" : "Kártyák", "Deck" : "Kártyák",
"Changes in the <strong>Deck app</strong>" : "Változások a <strong>Kártyák alkalmazásban</strong>", "Changes in the <strong>Deck app</strong>" : "Változások a <strong>Kártyák alkalmazásban</strong>",
"A <strong>board, list or card</strong> was changed" : "Egy <strong>tábla, lista vagy kártya</strong> megváltozott", "A <strong>board, list or card</strong> was changed" : "Egy tábla, lista vagy kártya</strong> megváltozott",
"A <strong>comment</strong> was created on a card" : "Egy <strong>hozzászólás</strong> lett létrehozva egy kártyán", "A <strong>comment</strong> was created on a card" : "Egy <strong>hozzászólás</strong> lett létrehozva egy kártyán",
"A <strong>card description</strong> has been changed" : "Egy <strong>kártyaleírás</strong> megváltozott", "A <strong>card description</strong> has been changed" : "Egy <strong>kártyaleírás</strong> megváltozott",
"The file was uploaded" : "A fájl fel lett töltve", "The file was uploaded" : "A fájl fel lett töltve",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "A feltöltött fájl meghaladja a php.ini-ben szereplő upload_max_filesize direktívában megadott méretet", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "A feltöltött fájl meghaladja a php.ini-ben szereplő upload_max_filesize direktívában megadott méretet",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "A feltöltött fájl meghaladja a HTML űrlapon megadott MAX_FILE_SIZE direktívában meghatározott méretet", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "A feltöltött fájl meghaladja a HTML űrlapon megadott MAX_FILE_SIZE direktívában meghatározott méretet.",
"The file was only partially uploaded" : "A fájl csak részlegesen lett feltöltve", "The file was only partially uploaded" : "A fájl csak részlegesen lett feltöltve",
"No file was uploaded" : "Nincs feltöltött fájl", "No file was uploaded" : "Nincs feltöltött fájl",
"Missing a temporary folder" : "Átmeneti mappa hiányzik", "Missing a temporary folder" : "Átmeneti mappa hiányzik",
"Could not write file to disk" : "Nem lehet a fájlt lemezre írni", "Could not write file to disk" : "Nem lehet a fájlt lemezre írni",
"A PHP extension stopped the file upload" : "A PHP kiterjesztés megállította a fájl feltöltését", "A PHP extension stopped the file upload" : "A PHP kiterjesztés megállította a fájl feltöltését",
"No file uploaded or file size exceeds maximum of %s" : "Nincs fájl feltöltve, vagy a fájl meghaladja a maximumot: %s", "No file uploaded or file size exceeds maximum of %s" : "Nincs fájl feltöltve, vagy a fájl meghaladja a maximumot: %s",
"Invalid file type. Only JSON files are allowed." : "Érvénytelen fájltípus. Csak a JSON fájlok engedélyezettek.",
"Invalid JSON data" : "Érvénytelen JSON adatok",
"Failed to import board" : "A tábla importálása sikertelen",
"Cards due today" : "Kártya határideje: ma", "Cards due today" : "Kártya határideje: ma",
"Cards due tomorrow" : "Kártya határideje: holnap", "Cards due tomorrow" : "Kártya határideje: holnap",
"Upcoming cards" : "Közelgő kártyák", "Upcoming cards" : "Közelgő kártyák",
"Load more" : "Továbbiak betöltése", "Load more" : "Továbbiak betöltése",
"Welcome to Nextcloud Deck!" : "Üdvözli a Nextcloud Kártyák!",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "A(z) „%s” kártyát a(z) „%s” táblán %s hozzárendelte Önhöz.", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "A(z) „%s” kártyát a(z) „%s” táblán %s hozzárendelte Önhöz.",
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} hozzárendelte Önhöz a(z) {deck-board} táblán lévő {deck-card} kártyát.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} hozzárendelte Önhöz a(z) {deck-board} táblán lévő {deck-card} kártyát.",
"The card \"%s\" on \"%s\" has reached its due date." : "A(z) „%s” kártya a(z) „%s” táblán elérte a határidejét.", "The card \"%s\" on \"%s\" has reached its due date." : "A(z) „%s” kártya a(z) „%s” táblán elérte a határidejét.",
@@ -101,7 +93,7 @@ OC.L10N.register(
"Owned by %1$s" : "Tulajdonos: %1$s", "Owned by %1$s" : "Tulajdonos: %1$s",
"Deck boards, cards and comments" : "Kártyatáblák, kártyák és megjegyzések", "Deck boards, cards and comments" : "Kártyatáblák, kártyák és megjegyzések",
"From %1$s, in %2$s/%3$s, owned by %4$s" : "A következőtől: %1$s, ebben: %2$s/%3$s, tulajdonos: %4$s", "From %1$s, in %2$s/%3$s, owned by %4$s" : "A következőtől: %1$s, ebben: %2$s/%3$s, tulajdonos: %4$s",
"Create a new deck card" : "Új kártya létrehozása", "Create a new deck card" : "Új kártyapakli létrehozása",
"Card comments" : "Kártya hozzászólásai", "Card comments" : "Kártya hozzászólásai",
"%s on %s" : "%s ezen: %s", "%s on %s" : "%s ezen: %s",
"Deck boards and cards" : "Kártyatáblák és kártyák", "Deck boards and cards" : "Kártyatáblák és kártyák",
@@ -111,20 +103,10 @@ OC.L10N.register(
"Action needed" : "Művelet szükséges", "Action needed" : "Művelet szükséges",
"Later" : "Később", "Later" : "Később",
"copy" : "másolat", "copy" : "másolat",
"Read more inside" : "Továbbolvasás",
"Custom lists - click to rename!" : "Egyéni listák kattintson az átnevezéshez.",
"To Do" : "Teendő", "To Do" : "Teendő",
"In Progress" : "Folyamatban", "In Progress" : "Folyamatban",
"Done" : "Kész", "Done" : "Kész",
"1. Open to learn more about boards and cards" : "1. Nyissa meg, hogy többet tudjon meg a táblákról és kártyákról",
"2. Drag cards left and right, up and down" : "2. Húzza a kártyákat balra és jobbra, fel és le",
"3. Apply rich formatting and link content" : "3. Alkalmazzon gazdag formázást és hivatkozzon tartalomra",
"4. Share, comment and collaborate!" : "4. Osszon meg, szóljon hozzá és dolgozzanak együtt.",
"Create your first card!" : "Hozza létre az első kártyáját.",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Ez a megjegyzés több mint %s karakter hosszú.\nMellékletként lett hozzáadva a(z) %s nevű kártyához.\nEzen az URL-en érhető el: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Ez a megjegyzés több mint %s karakter hosszú.\nMellékletként lett hozzáadva a(z) %s nevű kártyához.\nEzen az URL-en érhető el: %s.",
"Attachments" : "Mellékletek",
"File" : "Fájl",
"date" : "dátum",
"Card not found" : "A kártya nem található", "Card not found" : "A kártya nem található",
"Path is already shared with this card" : "Az útvonal már meg van osztva ezzel a kártyával", "Path is already shared with this card" : "Az útvonal már meg van osztva ezzel a kártyával",
"Invalid date, date format must be YYYY-MM-DD" : "Érvénytelen dátum, a dátumnak YYYY-MM-DD formátumúnak kell lennie", "Invalid date, date format must be YYYY-MM-DD" : "Érvénytelen dátum, a dátumnak YYYY-MM-DD formátumúnak kell lennie",
@@ -135,12 +117,10 @@ OC.L10N.register(
"Select the board to link to a project" : "Válasszon ki egy táblát, amely egy projektre fog hivatkozni", "Select the board to link to a project" : "Válasszon ki egy táblát, amely egy projektre fog hivatkozni",
"Search by board title" : "Keresés táblacím szerint", "Search by board title" : "Keresés táblacím szerint",
"Select board" : "Válasszon táblát", "Select board" : "Válasszon táblát",
"Move/copy card" : "Kártya áthelyezése/másolása",
"Select a board" : "Válasszon egy táblát", "Select a board" : "Válasszon egy táblát",
"No lists available" : "Nincs elérhető lista", "No lists available" : "Nincs elérhető lista",
"Select a list" : "Válasszon listát", "Select a list" : "Válasszon listát",
"Move card" : "Kártya áthelyezése", "Move card" : "Kártya áthelyezése",
"Copy card" : "Kártya másolása",
"Select the card to link to a project" : "Válasszon ki egy kártyát, amely egy projektre fog hivatkozni", "Select the card to link to a project" : "Válasszon ki egy kártyát, amely egy projektre fog hivatkozni",
"Link to card" : "Hivatkozás egy kártyára", "Link to card" : "Hivatkozás egy kártyára",
"Select a card" : "Válasszon egy kártyát", "Select a card" : "Válasszon egy kártyát",
@@ -161,8 +141,6 @@ OC.L10N.register(
"Filter by tag" : "Szűrés címke szerint", "Filter by tag" : "Szűrés címke szerint",
"Filter by assigned user" : "Szűrés hozzárendelt felhasználó szerint", "Filter by assigned user" : "Szűrés hozzárendelt felhasználó szerint",
"Unassigned" : "Nem hozzárendelt", "Unassigned" : "Nem hozzárendelt",
"Filter by status" : "Szűrés állapot szerint",
"Open and completed" : "Megnyitva és befejezve",
"Open" : "Megnyitás", "Open" : "Megnyitás",
"Completed" : "Teljesített", "Completed" : "Teljesített",
"Filter by due date" : "Szűrés határidő szerint", "Filter by due date" : "Szűrés határidő szerint",
@@ -172,13 +150,13 @@ OC.L10N.register(
"Next 30 days" : "Következő 30 nap", "Next 30 days" : "Következő 30 nap",
"No due date" : "Nincs határidő", "No due date" : "Nincs határidő",
"Clear filter" : "Szűrő törlése", "Clear filter" : "Szűrő törlése",
"View Modes" : "Módok megtekintése", "View Modes" : "Modellek megtekintése",
"Toggle View Modes" : "Nézetmódváltás", "Toggle View Modes" : "Nézetmód váltás",
"Hide archived cards" : "Archivált kártyák elrejtése", "Hide archived cards" : "Archivált kártyák elrejtése",
"Show archived cards" : "Archivált kártyák megjelenítése", "Show archived cards" : "Archivált kártyák megjelenítése",
"Toggle compact mode" : "Kompakt mód be/ki", "Toggle compact mode" : "Kompakt mód be/ki",
"Hide card cover images" : "Kártyaborítóképek elrejtése", "Hide card cover images" : "Kártya borító képek elrejtése",
"Show card cover images" : "Kártyaborítóképek megjelenítése", "Show card cover images" : "Kártya borító képek mutatása",
"Open details" : "Részletek megnyitása", "Open details" : "Részletek megnyitása",
"Details" : "Részletek", "Details" : "Részletek",
"Currently present people" : "Jelenleg jelenlévő emberek", "Currently present people" : "Jelenleg jelenlévő emberek",
@@ -198,12 +176,10 @@ OC.L10N.register(
"Transfer" : "Átadás", "Transfer" : "Átadás",
"The board has been transferred to {user}" : "A tábla átadása {user} számára sikeres", "The board has been transferred to {user}" : "A tábla átadása {user} számára sikeres",
"Failed to transfer the board to {user}" : "A tábla átadása {user} számára sikertelen", "Failed to transfer the board to {user}" : "A tábla átadása {user} számára sikertelen",
"Share board with a user, group or team …" : "Tábla megosztása felhasználóval, csoporttal vagy csapattal…",
"Searching for users, groups and teams …" : "Felhasználók, csoportok és csapatok keresése…", "Searching for users, groups and teams …" : "Felhasználók, csoportok és csapatok keresése…",
"No participants found" : "Nem találhatók résztvevők", "No participants found" : "Nem találhatók résztvevők",
"Board owner" : "Tábla tulajdonosa", "Board owner" : "Tábla tulajdonosa",
"(Group)" : "(Csoport)", "(Group)" : "(Csoport)",
"(Team)" : "(Csapat)",
"Can edit" : "Szerkesztheti", "Can edit" : "Szerkesztheti",
"Can share" : "Megoszthatja", "Can share" : "Megoszthatja",
"Can manage" : "Kezelheti", "Can manage" : "Kezelheti",
@@ -223,9 +199,7 @@ OC.L10N.register(
"Add a new tag" : "Új címke hozzáadása", "Add a new tag" : "Új címke hozzáadása",
"Board name" : "Tábla neve", "Board name" : "Tábla neve",
"Members" : "Tagok", "Members" : "Tagok",
"Assign to users/groups/team" : "Felhasználóhoz/csoporthoz/csapathoz rendelés",
"Assign a user to this card…" : "Felhasználó rendelése ehhez a kártyához…", "Assign a user to this card…" : "Felhasználó rendelése ehhez a kártyához…",
"Select a user to assign to this card…" : "Válasszon kártyához rendelendő felhasználót…",
"File to share" : "Fájl megosztása", "File to share" : "Fájl megosztása",
"Invalid path selected" : "Érvénytelen útvonal kiválasztva", "Invalid path selected" : "Érvénytelen útvonal kiválasztva",
"Upload new files" : "Új fájlok feltöltése", "Upload new files" : "Új fájlok feltöltése",
@@ -240,9 +214,9 @@ OC.L10N.register(
"Modified" : "Módosítva", "Modified" : "Módosítva",
"Created" : "Létrehozva", "Created" : "Létrehozva",
"The title cannot be empty." : "A cím nem lehet üres.", "The title cannot be empty." : "A cím nem lehet üres.",
"Cannot close unsaved card!" : "A mentetlen kártya nem zárható be!",
"Open in sidebar view" : "Oldalsáv nézet megnyitása", "Open in sidebar view" : "Oldalsáv nézet megnyitása",
"Open in bigger view" : "Megtekintés nagyobb nézetben", "Open in bigger view" : "Megtekintés nagyobb nézetben",
"Attachments" : "Mellékletek",
"Comments" : "Hozzászólások", "Comments" : "Hozzászólások",
"Failed to load comments" : "A hozzászólások betöltése sikertelen", "Failed to load comments" : "A hozzászólások betöltése sikertelen",
"No comments yet. Begin the discussion!" : "Még nincsenek hozzászólások. Kezdje el a beszélgetést!", "No comments yet. Begin the discussion!" : "Még nincsenek hozzászólások. Kezdje el a beszélgetést!",
@@ -255,7 +229,6 @@ OC.L10N.register(
"Reply" : "Válasz", "Reply" : "Válasz",
"Update" : "Frissítés", "Update" : "Frissítés",
"Write a description …" : "Leírás megadása…", "Write a description …" : "Leírás megadása…",
"Could not save description" : "A leírás mentése sikertelen",
"Description" : "Leírás", "Description" : "Leírás",
"(Unsaved)" : "(Nem mentett)", "(Unsaved)" : "(Nem mentett)",
"(Saving…)" : "(Mentés…)", "(Saving…)" : "(Mentés…)",
@@ -273,57 +246,34 @@ OC.L10N.register(
"Set due date for this weekend" : "Határidő beállítása erre a hétvégére", "Set due date for this weekend" : "Határidő beállítása erre a hétvégére",
"Next week {timeLocale}" : "Következő hét {timeLocale}", "Next week {timeLocale}" : "Következő hét {timeLocale}",
"Set due date for next week" : "Határidő beállítása a következő hétre", "Set due date for next week" : "Határidő beállítása a következő hétre",
"Assign a due date to this card…" : "Határidő rendelése ehhez a kártyához", "Assign a due date to this card…" : "Határidő hozzárendelése ehhez a kártyához...",
"Set a due date" : "Határidő beállítása", "Set a due date" : "Határidő beállítása",
"Add due date" : "Határidő hozzáadása", "Add due date" : "Határidő hozzáadása",
"Choose a date" : "Válasszon dátumot", "Choose a date" : "Válasszon dátumot",
"Remove due date" : "Határidő eltávolítása", "Remove due date" : "Határidő eltávolítása",
"Mark as done" : "Megjelölés készként", "Mark as done" : "Megjelölés készként",
"Due at:" : "Határidő:",
"Not done" : "Nincs kész", "Not done" : "Nincs kész",
"Unarchive card" : "Kártya archiválásának visszavonása", "Unarchive card" : "Kártya archiválásának visszavonása",
"Archive card" : "Kártya archiválása", "Archive card" : "Kártya archiválása",
"Assign a tag to this card…" : "Címke rendelése ehhez a kártyához…", "Assign a tag to this card…" : "Címke rendelése ehhez a kártyához…",
"Select or create a tag…" : "Válasszon vagy hozzon létre egy címkét…",
"Create a new tag:" : "Új címke létrehozása:",
"(group)" : "(csoport)", "(group)" : "(csoport)",
"{count} comments, {unread} unread" : "{count} hozzászólás, {unread} olvasatlan", "{count} comments, {unread} unread" : "{count} hozzászólás, {unread} olvasatlan",
"Todo items" : "Teendő elemek", "Todo items" : "Teendő elemek",
"Edit card title" : "Kártyacím szerkesztése", "Edit card title" : "Kártyacím szerkesztése",
"Open link" : "Hivatkozás megnyitása",
"Card deleted" : "Kártya törölve", "Card deleted" : "Kártya törölve",
"Edit title" : "Cím szerkesztése", "Edit title" : "Cím szerkesztése",
"Assign to me" : "Hozzám rendelés", "Assign to me" : "Hozzám rendelés",
"Unassign myself" : "Saját magam hozzárendelésének eltávolítása", "Unassign myself" : "Saját magam hozzárendelésének eltávolítása",
"Mark as not done" : "Megjelölés nem készként",
"Delete card" : "Kártya törlése", "Delete card" : "Kártya törlése",
"seconds ago" : "másodperce", "seconds ago" : "másodperce",
"Keyboard shortcuts" : "Gyorsbillentyűk", "Keyboard shortcuts" : "Gyorsbillentyűk",
"Boost your productivity using Deck with keyboard shortcuts." : "Növeljen a hatékonyságán a Kártyák gyorsbillentyűivel.",
"Board actions" : "Táblaműveletek",
"Keyboard shortcut" : "Gyorsbillentyű", "Keyboard shortcut" : "Gyorsbillentyű",
"Action" : "Művelet", "Action" : "Művelet",
"Shift" : "Shift", "Shift" : "Shift",
"Scroll" : "Görgetés",
"Scroll sideways" : "Görgetés oldalra",
"Navigate between cards" : "Navigáció a kártyák közt",
"Esc" : "Esc",
"Close card details" : "Kártya részleteinek bezárása",
"Ctrl" : "Ctrl", "Ctrl" : "Ctrl",
"Search" : "Keresés", "Search" : "Keresés",
"Show card filters" : "Kártyaszűrők megjelenítése",
"Clear card filters" : "Kártyaszűrők törlése",
"Show help dialog" : "Súgó párbeszédablak megjelenítése",
"Card actions" : "Kártyaműveletek",
"The following actions can be triggered on the currently highlighted card" : "A következő műveletek válthatóak ki a jelenleg kiemelt kártyán",
"Enter" : "Enter", "Enter" : "Enter",
"Space" : "Szóköz", "Space" : "Szóköz",
"Open card details" : "Kártya részleteinek megnyitása",
"Edit the card title" : "Kártya címének szerkesztése",
"Assign yourself to the current card" : "Saját maga hozzárendelése a jelenlegi kártyához",
"Archive/unarchive the current card" : "Jelenlegi kártya archiválása be/ki",
"Mark card as completed/not completed" : "Jelenlegi kártya késznek jelölése be/ki",
"Open card menu" : "Kártyamenü megnyitása",
"All boards" : "Az összes tábla", "All boards" : "Az összes tábla",
"Archived boards" : "Archivált táblák", "Archived boards" : "Archivált táblák",
"Shared with you" : "Megosztva Önnel", "Shared with you" : "Megosztva Önnel",
@@ -331,18 +281,15 @@ OC.L10N.register(
"Use bigger card view" : "Nagyobb kártyanézet használata", "Use bigger card view" : "Nagyobb kártyanézet használata",
"Show card ID badge" : "Kártyaazonosító jelvény megjelenítése", "Show card ID badge" : "Kártyaazonosító jelvény megjelenítése",
"Show boards in calendar/tasks" : "Táblák megjelenítése a naptárak/teendők között", "Show boards in calendar/tasks" : "Táblák megjelenítése a naptárak/teendők között",
"Limit board creation to some groups" : "A táblalétrehozás bizonyos csoportokra korlátozása", "Limit board creation to some groups" : "A tábla létrehozás bizonyos csoportokra korlátozása",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Az ezeken a csoportokon kívüli felhasználók nem fogják tudni létrehozni a saját tábláikat, de dolgozhatnak azokon a táblákon, melyek meg lettek velük osztva.", "Cancel edit" : "Változások elvetése",
"Cancel edit" : "Szerkesztés elvetése", "Board {0} deleted" : "A(z) {board} tábla törölve",
"Save board" : "Tábla mentése",
"Board {0} deleted" : "A(z) {0} tábla törölve",
"All cards" : "Összes kártya", "All cards" : "Összes kártya",
"Only assigned cards" : "Csak hozzárendelt kártyák", "Only assigned cards" : "Csak hozzárendelt kártyák",
"No reminder" : "Nincs emlékeztető", "No reminder" : "Nincs emlékeztető",
"An error occurred" : "Hiba történt", "An error occurred" : "Hiba történt",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Biztos, hogy törli a(z) {title} táblát? Ez törölni fogja a tábla összes adatát, köztük az archivált kártyákat is.", "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Biztos, hogy törli a(z) {title} táblát? Ez törölni fogja a tábla összes adatát, köztük az archivált kártyákat is.",
"Delete the board?" : "Törli a táblát?", "Delete the board?" : "Törli a táblát?",
"Exporting board..." : "Tábla exportálása…",
"Board details" : "Tábla részletei", "Board details" : "Tábla részletei",
"Edit board" : "Tábla szerkesztése", "Edit board" : "Tábla szerkesztése",
"Clone board" : "Tábla klónozása", "Clone board" : "Tábla klónozása",
@@ -355,25 +302,15 @@ OC.L10N.register(
"Assigned cards" : "Hozzárendelt kártyák", "Assigned cards" : "Hozzárendelt kártyák",
"No notifications" : "Nincsenek értesítések", "No notifications" : "Nincsenek értesítések",
"Delete board" : "Tábla törlése", "Delete board" : "Tábla törlése",
"Importing board..." : "Tábla importálása…",
"Board imported successfully" : "Tábla sikeresen importálva",
"Import board" : "Tábla importálása",
"Clone {boardTitle}" : "A(z) {boardTitle} klónozása",
"Clone cards" : "Kártyák klónozása", "Clone cards" : "Kártyák klónozása",
"Clone assignments" : "Hozzárendelések klónozása",
"Clone labels" : "Címkék klónozása",
"Clone due dates" : "Határidők klónozása",
"Advanced options" : "Speciális beállítások", "Advanced options" : "Speciális beállítások",
"Move all cards to the first list" : "Összes kártya áthelyezése az első listára",
"Restore archived cards" : "Archivált kártyák helyreállítása",
"Clone" : "Klónozás", "Clone" : "Klónozás",
"Export {boardTitle}" : "A(z) {boardTitle} exportálása",
"Export as JSON" : "Exportálás JSON-ként",
"Export as CSV" : "Exportálás CSV-ként", "Export as CSV" : "Exportálás CSV-ként",
"Note: Only the JSON format is supported for importing back into the Deck app." : "Megjegyzés: Csak a JSON formátum támogatott a Kártyák alkalmazásba való importáláskor.",
"Export" : "Exportálás", "Export" : "Exportálás",
"Loading filtered view" : "Szűrt nézet betöltése", "Loading filtered view" : "Szűrt nézet betöltése",
"Search for {searchQuery} in other boards" : "Keresés a(z) {searchQuery} kifejezésre a többi táblában", "Today" : "Ma",
"Tomorrow" : "Holnap",
"No due" : "Nincs határidő",
"Search for {searchQuery} in all boards" : "Keresés a(z) {searchQuery} kifejezésre az összes táblában", "Search for {searchQuery} in all boards" : "Keresés a(z) {searchQuery} kifejezésre az összes táblában",
"No results found" : "Nincs találat", "No results found" : "Nincs találat",
"Deck board {name}\n* Last modified on {lastMod}" : "{name} kártyatábla\n* Legutóbb módosítva: {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "{name} kártyatábla\n* Legutóbb módosítva: {lastMod}",
@@ -402,7 +339,6 @@ OC.L10N.register(
"Something went wrong" : "Valami hiba történt", "Something went wrong" : "Valami hiba történt",
"Failed to upload {name}" : "Feltöltés sikertelen: {name}", "Failed to upload {name}" : "Feltöltés sikertelen: {name}",
"Maximum file size of {size} exceeded" : "A legnagyobb fájlméret ({size}) túllépve", "Maximum file size of {size} exceeded" : "A legnagyobb fájlméret ({size}) túllépve",
"Assigned users" : "Hozzárendelt felhasználók",
"Due date" : "Határidő", "Due date" : "Határidő",
"Error creating the share" : "Megosztás létrehozása sikertelen", "Error creating the share" : "Megosztás létrehozása sikertelen",
"Share with a Deck card" : "Megosztás kártyával", "Share with a Deck card" : "Megosztás kártyával",
@@ -414,9 +350,6 @@ OC.L10N.register(
"Example Task 3" : "3. példafeladat", "Example Task 3" : "3. példafeladat",
"Example Task 2" : "2. példafeladat", "Example Task 2" : "2. példafeladat",
"Example Task 1" : "1. példafeladat", "Example Task 1" : "1. példafeladat",
"Move card to another board" : "Kártya áthelyezése egy másik táblára", "Move card to another board" : "Kártya áthelyezése egy másik táblára"
"Today" : "Ma",
"Tomorrow" : "Holnap",
"No due" : "Nincs határidő"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -14,7 +14,7 @@
"You have archived the board {board}" : "Archiválta a(z) {board} táblát", "You have archived the board {board}" : "Archiválta a(z) {board} táblát",
"{user} has archived the board {before}" : "{user} archiválta a(z) {before} táblát", "{user} has archived the board {before}" : "{user} archiválta a(z) {before} táblát",
"You have unarchived the board {board}" : "Visszavonta a(z) {board} tábla archiválását", "You have unarchived the board {board}" : "Visszavonta a(z) {board} tábla archiválását",
"{user} has unarchived the board {before}" : "{user} visszavonta a(z) {before} tábla archiválását", "{user} has unarchived the board {before}" : "{user} visszavonta a(z) {board} tábla archiválását",
"You have created a new list {stack} on board {board}" : "Létrehozta az új {stack} listát a(z) {board} táblán", "You have created a new list {stack} on board {board}" : "Létrehozta az új {stack} listát a(z) {board} táblán",
"{user} has created a new list {stack} on board {board}" : "{user} létrehozta az új {stack} listát a(z) {board} táblán", "{user} has created a new list {stack} on board {board}" : "{user} létrehozta az új {stack} listát a(z) {board} táblán",
"You have renamed list {before} to {stack} on board {board}" : "Átnevezte a(z) {board} tábla {before} listát erre: {stack}", "You have renamed list {before} to {stack} on board {board}" : "Átnevezte a(z) {board} tábla {before} listát erre: {stack}",
@@ -35,14 +35,10 @@
"{user} has archived card {card} in list {stack} on board {board}" : "{user} archiválta a(z) {card} kártyát a(z) {stack} listában, a(z) {board} táblán", "{user} has archived card {card} in list {stack} on board {board}" : "{user} archiválta a(z) {card} kártyát a(z) {stack} listában, a(z) {board} táblán",
"You have unarchived card {card} in list {stack} on board {board}" : "Visszavonta a(z) {card} kártya archiválását a(z) {stack} listában, a(z) {board} táblán", "You have unarchived card {card} in list {stack} on board {board}" : "Visszavonta a(z) {card} kártya archiválását a(z) {stack} listában, a(z) {board} táblán",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} visszavonta a(z) {card} kártya archiválását a(z) {stack} listában, a(z) {board} táblán", "{user} has unarchived card {card} in list {stack} on board {board}" : "{user} visszavonta a(z) {card} kártya archiválását a(z) {stack} listában, a(z) {board} táblán",
"You have marked the card {card} as done in list {stack} on board {board}" : "Késznek jelölte a(z) {card} kártyát a(z) {stack} listában, a(z) {board} táblán",
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} késznek jelölte a(z) {card} kártyát a(z) {stack} listában, a(z) {board} táblán",
"You have marked the card {card} as undone in list {stack} on board {board}" : "Visszavonta a(z) {card} kártya késznek jelölését a(z) {stack} listában, a(z) {board} táblán",
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} visszavonta a(z) {card} kártya késznek jelölését a(z) {stack} listában, a(z) {board} táblán",
"You have removed the due date of card {card}" : "Eltávolította a(z) {card} kártya esedékességét", "You have removed the due date of card {card}" : "Eltávolította a(z) {card} kártya esedékességét",
"{user} has removed the due date of card {card}" : "{user} eltávolította a(z) {card} kártya esedékességét", "{user} has removed the due date of card {card}" : "{user} eltávolította a(z) {card} kártya esedékességét",
"You have set the due date of card {card} to {after}" : "Erre állította a(z) {card} kártya határidejét: {after}", "You have set the due date of card {card} to {after}" : "Beállította a(z) {card} kártya esedékességét",
"{user} has set the due date of card {card} to {after}" : "{user} erre állította a(z) {card} kártya határidejét: {after}", "{user} has set the due date of card {card} to {after}" : "{user} beállította a(z) {card} kártya esedékességét",
"You have updated the due date of card {card} to {after}" : "Frissítette a(z) {card} kártya esedékességét erre: {after}", "You have updated the due date of card {card} to {after}" : "Frissítette a(z) {card} kártya esedékességét erre: {after}",
"{user} has updated the due date of card {card} to {after}" : "{user} frissítette a(z) {card} kártya esedékességét erre: {after}", "{user} has updated the due date of card {card} to {after}" : "{user} frissítette a(z) {card} kártya esedékességét erre: {after}",
"You have added the tag {label} to card {card} in list {stack} on board {board}" : "Hozzáadta a(z) {label} címkét a(z) {card} kártyához, a(z) {stack} listában, a(z) {board} táblán", "You have added the tag {label} to card {card} in list {stack} on board {board}" : "Hozzáadta a(z) {label} címkét a(z) {card} kártyához, a(z) {stack} listában, a(z) {board} táblán",
@@ -67,26 +63,22 @@
"{user} has commented on card {card}" : "{user} hozzászólt a(z) {card} kártyához", "{user} has commented on card {card}" : "{user} hozzászólt a(z) {card} kártyához",
"Deck" : "Kártyák", "Deck" : "Kártyák",
"Changes in the <strong>Deck app</strong>" : "Változások a <strong>Kártyák alkalmazásban</strong>", "Changes in the <strong>Deck app</strong>" : "Változások a <strong>Kártyák alkalmazásban</strong>",
"A <strong>board, list or card</strong> was changed" : "Egy <strong>tábla, lista vagy kártya</strong> megváltozott", "A <strong>board, list or card</strong> was changed" : "Egy tábla, lista vagy kártya</strong> megváltozott",
"A <strong>comment</strong> was created on a card" : "Egy <strong>hozzászólás</strong> lett létrehozva egy kártyán", "A <strong>comment</strong> was created on a card" : "Egy <strong>hozzászólás</strong> lett létrehozva egy kártyán",
"A <strong>card description</strong> has been changed" : "Egy <strong>kártyaleírás</strong> megváltozott", "A <strong>card description</strong> has been changed" : "Egy <strong>kártyaleírás</strong> megváltozott",
"The file was uploaded" : "A fájl fel lett töltve", "The file was uploaded" : "A fájl fel lett töltve",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "A feltöltött fájl meghaladja a php.ini-ben szereplő upload_max_filesize direktívában megadott méretet", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "A feltöltött fájl meghaladja a php.ini-ben szereplő upload_max_filesize direktívában megadott méretet",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "A feltöltött fájl meghaladja a HTML űrlapon megadott MAX_FILE_SIZE direktívában meghatározott méretet", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "A feltöltött fájl meghaladja a HTML űrlapon megadott MAX_FILE_SIZE direktívában meghatározott méretet.",
"The file was only partially uploaded" : "A fájl csak részlegesen lett feltöltve", "The file was only partially uploaded" : "A fájl csak részlegesen lett feltöltve",
"No file was uploaded" : "Nincs feltöltött fájl", "No file was uploaded" : "Nincs feltöltött fájl",
"Missing a temporary folder" : "Átmeneti mappa hiányzik", "Missing a temporary folder" : "Átmeneti mappa hiányzik",
"Could not write file to disk" : "Nem lehet a fájlt lemezre írni", "Could not write file to disk" : "Nem lehet a fájlt lemezre írni",
"A PHP extension stopped the file upload" : "A PHP kiterjesztés megállította a fájl feltöltését", "A PHP extension stopped the file upload" : "A PHP kiterjesztés megállította a fájl feltöltését",
"No file uploaded or file size exceeds maximum of %s" : "Nincs fájl feltöltve, vagy a fájl meghaladja a maximumot: %s", "No file uploaded or file size exceeds maximum of %s" : "Nincs fájl feltöltve, vagy a fájl meghaladja a maximumot: %s",
"Invalid file type. Only JSON files are allowed." : "Érvénytelen fájltípus. Csak a JSON fájlok engedélyezettek.",
"Invalid JSON data" : "Érvénytelen JSON adatok",
"Failed to import board" : "A tábla importálása sikertelen",
"Cards due today" : "Kártya határideje: ma", "Cards due today" : "Kártya határideje: ma",
"Cards due tomorrow" : "Kártya határideje: holnap", "Cards due tomorrow" : "Kártya határideje: holnap",
"Upcoming cards" : "Közelgő kártyák", "Upcoming cards" : "Közelgő kártyák",
"Load more" : "Továbbiak betöltése", "Load more" : "Továbbiak betöltése",
"Welcome to Nextcloud Deck!" : "Üdvözli a Nextcloud Kártyák!",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "A(z) „%s” kártyát a(z) „%s” táblán %s hozzárendelte Önhöz.", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "A(z) „%s” kártyát a(z) „%s” táblán %s hozzárendelte Önhöz.",
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} hozzárendelte Önhöz a(z) {deck-board} táblán lévő {deck-card} kártyát.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} hozzárendelte Önhöz a(z) {deck-board} táblán lévő {deck-card} kártyát.",
"The card \"%s\" on \"%s\" has reached its due date." : "A(z) „%s” kártya a(z) „%s” táblán elérte a határidejét.", "The card \"%s\" on \"%s\" has reached its due date." : "A(z) „%s” kártya a(z) „%s” táblán elérte a határidejét.",
@@ -99,7 +91,7 @@
"Owned by %1$s" : "Tulajdonos: %1$s", "Owned by %1$s" : "Tulajdonos: %1$s",
"Deck boards, cards and comments" : "Kártyatáblák, kártyák és megjegyzések", "Deck boards, cards and comments" : "Kártyatáblák, kártyák és megjegyzések",
"From %1$s, in %2$s/%3$s, owned by %4$s" : "A következőtől: %1$s, ebben: %2$s/%3$s, tulajdonos: %4$s", "From %1$s, in %2$s/%3$s, owned by %4$s" : "A következőtől: %1$s, ebben: %2$s/%3$s, tulajdonos: %4$s",
"Create a new deck card" : "Új kártya létrehozása", "Create a new deck card" : "Új kártyapakli létrehozása",
"Card comments" : "Kártya hozzászólásai", "Card comments" : "Kártya hozzászólásai",
"%s on %s" : "%s ezen: %s", "%s on %s" : "%s ezen: %s",
"Deck boards and cards" : "Kártyatáblák és kártyák", "Deck boards and cards" : "Kártyatáblák és kártyák",
@@ -109,20 +101,10 @@
"Action needed" : "Művelet szükséges", "Action needed" : "Művelet szükséges",
"Later" : "Később", "Later" : "Később",
"copy" : "másolat", "copy" : "másolat",
"Read more inside" : "Továbbolvasás",
"Custom lists - click to rename!" : "Egyéni listák kattintson az átnevezéshez.",
"To Do" : "Teendő", "To Do" : "Teendő",
"In Progress" : "Folyamatban", "In Progress" : "Folyamatban",
"Done" : "Kész", "Done" : "Kész",
"1. Open to learn more about boards and cards" : "1. Nyissa meg, hogy többet tudjon meg a táblákról és kártyákról",
"2. Drag cards left and right, up and down" : "2. Húzza a kártyákat balra és jobbra, fel és le",
"3. Apply rich formatting and link content" : "3. Alkalmazzon gazdag formázást és hivatkozzon tartalomra",
"4. Share, comment and collaborate!" : "4. Osszon meg, szóljon hozzá és dolgozzanak együtt.",
"Create your first card!" : "Hozza létre az első kártyáját.",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Ez a megjegyzés több mint %s karakter hosszú.\nMellékletként lett hozzáadva a(z) %s nevű kártyához.\nEzen az URL-en érhető el: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Ez a megjegyzés több mint %s karakter hosszú.\nMellékletként lett hozzáadva a(z) %s nevű kártyához.\nEzen az URL-en érhető el: %s.",
"Attachments" : "Mellékletek",
"File" : "Fájl",
"date" : "dátum",
"Card not found" : "A kártya nem található", "Card not found" : "A kártya nem található",
"Path is already shared with this card" : "Az útvonal már meg van osztva ezzel a kártyával", "Path is already shared with this card" : "Az útvonal már meg van osztva ezzel a kártyával",
"Invalid date, date format must be YYYY-MM-DD" : "Érvénytelen dátum, a dátumnak YYYY-MM-DD formátumúnak kell lennie", "Invalid date, date format must be YYYY-MM-DD" : "Érvénytelen dátum, a dátumnak YYYY-MM-DD formátumúnak kell lennie",
@@ -133,12 +115,10 @@
"Select the board to link to a project" : "Válasszon ki egy táblát, amely egy projektre fog hivatkozni", "Select the board to link to a project" : "Válasszon ki egy táblát, amely egy projektre fog hivatkozni",
"Search by board title" : "Keresés táblacím szerint", "Search by board title" : "Keresés táblacím szerint",
"Select board" : "Válasszon táblát", "Select board" : "Válasszon táblát",
"Move/copy card" : "Kártya áthelyezése/másolása",
"Select a board" : "Válasszon egy táblát", "Select a board" : "Válasszon egy táblát",
"No lists available" : "Nincs elérhető lista", "No lists available" : "Nincs elérhető lista",
"Select a list" : "Válasszon listát", "Select a list" : "Válasszon listát",
"Move card" : "Kártya áthelyezése", "Move card" : "Kártya áthelyezése",
"Copy card" : "Kártya másolása",
"Select the card to link to a project" : "Válasszon ki egy kártyát, amely egy projektre fog hivatkozni", "Select the card to link to a project" : "Válasszon ki egy kártyát, amely egy projektre fog hivatkozni",
"Link to card" : "Hivatkozás egy kártyára", "Link to card" : "Hivatkozás egy kártyára",
"Select a card" : "Válasszon egy kártyát", "Select a card" : "Válasszon egy kártyát",
@@ -159,8 +139,6 @@
"Filter by tag" : "Szűrés címke szerint", "Filter by tag" : "Szűrés címke szerint",
"Filter by assigned user" : "Szűrés hozzárendelt felhasználó szerint", "Filter by assigned user" : "Szűrés hozzárendelt felhasználó szerint",
"Unassigned" : "Nem hozzárendelt", "Unassigned" : "Nem hozzárendelt",
"Filter by status" : "Szűrés állapot szerint",
"Open and completed" : "Megnyitva és befejezve",
"Open" : "Megnyitás", "Open" : "Megnyitás",
"Completed" : "Teljesített", "Completed" : "Teljesített",
"Filter by due date" : "Szűrés határidő szerint", "Filter by due date" : "Szűrés határidő szerint",
@@ -170,13 +148,13 @@
"Next 30 days" : "Következő 30 nap", "Next 30 days" : "Következő 30 nap",
"No due date" : "Nincs határidő", "No due date" : "Nincs határidő",
"Clear filter" : "Szűrő törlése", "Clear filter" : "Szűrő törlése",
"View Modes" : "Módok megtekintése", "View Modes" : "Modellek megtekintése",
"Toggle View Modes" : "Nézetmódváltás", "Toggle View Modes" : "Nézetmód váltás",
"Hide archived cards" : "Archivált kártyák elrejtése", "Hide archived cards" : "Archivált kártyák elrejtése",
"Show archived cards" : "Archivált kártyák megjelenítése", "Show archived cards" : "Archivált kártyák megjelenítése",
"Toggle compact mode" : "Kompakt mód be/ki", "Toggle compact mode" : "Kompakt mód be/ki",
"Hide card cover images" : "Kártyaborítóképek elrejtése", "Hide card cover images" : "Kártya borító képek elrejtése",
"Show card cover images" : "Kártyaborítóképek megjelenítése", "Show card cover images" : "Kártya borító képek mutatása",
"Open details" : "Részletek megnyitása", "Open details" : "Részletek megnyitása",
"Details" : "Részletek", "Details" : "Részletek",
"Currently present people" : "Jelenleg jelenlévő emberek", "Currently present people" : "Jelenleg jelenlévő emberek",
@@ -196,12 +174,10 @@
"Transfer" : "Átadás", "Transfer" : "Átadás",
"The board has been transferred to {user}" : "A tábla átadása {user} számára sikeres", "The board has been transferred to {user}" : "A tábla átadása {user} számára sikeres",
"Failed to transfer the board to {user}" : "A tábla átadása {user} számára sikertelen", "Failed to transfer the board to {user}" : "A tábla átadása {user} számára sikertelen",
"Share board with a user, group or team …" : "Tábla megosztása felhasználóval, csoporttal vagy csapattal…",
"Searching for users, groups and teams …" : "Felhasználók, csoportok és csapatok keresése…", "Searching for users, groups and teams …" : "Felhasználók, csoportok és csapatok keresése…",
"No participants found" : "Nem találhatók résztvevők", "No participants found" : "Nem találhatók résztvevők",
"Board owner" : "Tábla tulajdonosa", "Board owner" : "Tábla tulajdonosa",
"(Group)" : "(Csoport)", "(Group)" : "(Csoport)",
"(Team)" : "(Csapat)",
"Can edit" : "Szerkesztheti", "Can edit" : "Szerkesztheti",
"Can share" : "Megoszthatja", "Can share" : "Megoszthatja",
"Can manage" : "Kezelheti", "Can manage" : "Kezelheti",
@@ -221,9 +197,7 @@
"Add a new tag" : "Új címke hozzáadása", "Add a new tag" : "Új címke hozzáadása",
"Board name" : "Tábla neve", "Board name" : "Tábla neve",
"Members" : "Tagok", "Members" : "Tagok",
"Assign to users/groups/team" : "Felhasználóhoz/csoporthoz/csapathoz rendelés",
"Assign a user to this card…" : "Felhasználó rendelése ehhez a kártyához…", "Assign a user to this card…" : "Felhasználó rendelése ehhez a kártyához…",
"Select a user to assign to this card…" : "Válasszon kártyához rendelendő felhasználót…",
"File to share" : "Fájl megosztása", "File to share" : "Fájl megosztása",
"Invalid path selected" : "Érvénytelen útvonal kiválasztva", "Invalid path selected" : "Érvénytelen útvonal kiválasztva",
"Upload new files" : "Új fájlok feltöltése", "Upload new files" : "Új fájlok feltöltése",
@@ -238,9 +212,9 @@
"Modified" : "Módosítva", "Modified" : "Módosítva",
"Created" : "Létrehozva", "Created" : "Létrehozva",
"The title cannot be empty." : "A cím nem lehet üres.", "The title cannot be empty." : "A cím nem lehet üres.",
"Cannot close unsaved card!" : "A mentetlen kártya nem zárható be!",
"Open in sidebar view" : "Oldalsáv nézet megnyitása", "Open in sidebar view" : "Oldalsáv nézet megnyitása",
"Open in bigger view" : "Megtekintés nagyobb nézetben", "Open in bigger view" : "Megtekintés nagyobb nézetben",
"Attachments" : "Mellékletek",
"Comments" : "Hozzászólások", "Comments" : "Hozzászólások",
"Failed to load comments" : "A hozzászólások betöltése sikertelen", "Failed to load comments" : "A hozzászólások betöltése sikertelen",
"No comments yet. Begin the discussion!" : "Még nincsenek hozzászólások. Kezdje el a beszélgetést!", "No comments yet. Begin the discussion!" : "Még nincsenek hozzászólások. Kezdje el a beszélgetést!",
@@ -253,7 +227,6 @@
"Reply" : "Válasz", "Reply" : "Válasz",
"Update" : "Frissítés", "Update" : "Frissítés",
"Write a description …" : "Leírás megadása…", "Write a description …" : "Leírás megadása…",
"Could not save description" : "A leírás mentése sikertelen",
"Description" : "Leírás", "Description" : "Leírás",
"(Unsaved)" : "(Nem mentett)", "(Unsaved)" : "(Nem mentett)",
"(Saving…)" : "(Mentés…)", "(Saving…)" : "(Mentés…)",
@@ -271,57 +244,34 @@
"Set due date for this weekend" : "Határidő beállítása erre a hétvégére", "Set due date for this weekend" : "Határidő beállítása erre a hétvégére",
"Next week {timeLocale}" : "Következő hét {timeLocale}", "Next week {timeLocale}" : "Következő hét {timeLocale}",
"Set due date for next week" : "Határidő beállítása a következő hétre", "Set due date for next week" : "Határidő beállítása a következő hétre",
"Assign a due date to this card…" : "Határidő rendelése ehhez a kártyához", "Assign a due date to this card…" : "Határidő hozzárendelése ehhez a kártyához...",
"Set a due date" : "Határidő beállítása", "Set a due date" : "Határidő beállítása",
"Add due date" : "Határidő hozzáadása", "Add due date" : "Határidő hozzáadása",
"Choose a date" : "Válasszon dátumot", "Choose a date" : "Válasszon dátumot",
"Remove due date" : "Határidő eltávolítása", "Remove due date" : "Határidő eltávolítása",
"Mark as done" : "Megjelölés készként", "Mark as done" : "Megjelölés készként",
"Due at:" : "Határidő:",
"Not done" : "Nincs kész", "Not done" : "Nincs kész",
"Unarchive card" : "Kártya archiválásának visszavonása", "Unarchive card" : "Kártya archiválásának visszavonása",
"Archive card" : "Kártya archiválása", "Archive card" : "Kártya archiválása",
"Assign a tag to this card…" : "Címke rendelése ehhez a kártyához…", "Assign a tag to this card…" : "Címke rendelése ehhez a kártyához…",
"Select or create a tag…" : "Válasszon vagy hozzon létre egy címkét…",
"Create a new tag:" : "Új címke létrehozása:",
"(group)" : "(csoport)", "(group)" : "(csoport)",
"{count} comments, {unread} unread" : "{count} hozzászólás, {unread} olvasatlan", "{count} comments, {unread} unread" : "{count} hozzászólás, {unread} olvasatlan",
"Todo items" : "Teendő elemek", "Todo items" : "Teendő elemek",
"Edit card title" : "Kártyacím szerkesztése", "Edit card title" : "Kártyacím szerkesztése",
"Open link" : "Hivatkozás megnyitása",
"Card deleted" : "Kártya törölve", "Card deleted" : "Kártya törölve",
"Edit title" : "Cím szerkesztése", "Edit title" : "Cím szerkesztése",
"Assign to me" : "Hozzám rendelés", "Assign to me" : "Hozzám rendelés",
"Unassign myself" : "Saját magam hozzárendelésének eltávolítása", "Unassign myself" : "Saját magam hozzárendelésének eltávolítása",
"Mark as not done" : "Megjelölés nem készként",
"Delete card" : "Kártya törlése", "Delete card" : "Kártya törlése",
"seconds ago" : "másodperce", "seconds ago" : "másodperce",
"Keyboard shortcuts" : "Gyorsbillentyűk", "Keyboard shortcuts" : "Gyorsbillentyűk",
"Boost your productivity using Deck with keyboard shortcuts." : "Növeljen a hatékonyságán a Kártyák gyorsbillentyűivel.",
"Board actions" : "Táblaműveletek",
"Keyboard shortcut" : "Gyorsbillentyű", "Keyboard shortcut" : "Gyorsbillentyű",
"Action" : "Művelet", "Action" : "Művelet",
"Shift" : "Shift", "Shift" : "Shift",
"Scroll" : "Görgetés",
"Scroll sideways" : "Görgetés oldalra",
"Navigate between cards" : "Navigáció a kártyák közt",
"Esc" : "Esc",
"Close card details" : "Kártya részleteinek bezárása",
"Ctrl" : "Ctrl", "Ctrl" : "Ctrl",
"Search" : "Keresés", "Search" : "Keresés",
"Show card filters" : "Kártyaszűrők megjelenítése",
"Clear card filters" : "Kártyaszűrők törlése",
"Show help dialog" : "Súgó párbeszédablak megjelenítése",
"Card actions" : "Kártyaműveletek",
"The following actions can be triggered on the currently highlighted card" : "A következő műveletek válthatóak ki a jelenleg kiemelt kártyán",
"Enter" : "Enter", "Enter" : "Enter",
"Space" : "Szóköz", "Space" : "Szóköz",
"Open card details" : "Kártya részleteinek megnyitása",
"Edit the card title" : "Kártya címének szerkesztése",
"Assign yourself to the current card" : "Saját maga hozzárendelése a jelenlegi kártyához",
"Archive/unarchive the current card" : "Jelenlegi kártya archiválása be/ki",
"Mark card as completed/not completed" : "Jelenlegi kártya késznek jelölése be/ki",
"Open card menu" : "Kártyamenü megnyitása",
"All boards" : "Az összes tábla", "All boards" : "Az összes tábla",
"Archived boards" : "Archivált táblák", "Archived boards" : "Archivált táblák",
"Shared with you" : "Megosztva Önnel", "Shared with you" : "Megosztva Önnel",
@@ -329,18 +279,15 @@
"Use bigger card view" : "Nagyobb kártyanézet használata", "Use bigger card view" : "Nagyobb kártyanézet használata",
"Show card ID badge" : "Kártyaazonosító jelvény megjelenítése", "Show card ID badge" : "Kártyaazonosító jelvény megjelenítése",
"Show boards in calendar/tasks" : "Táblák megjelenítése a naptárak/teendők között", "Show boards in calendar/tasks" : "Táblák megjelenítése a naptárak/teendők között",
"Limit board creation to some groups" : "A táblalétrehozás bizonyos csoportokra korlátozása", "Limit board creation to some groups" : "A tábla létrehozás bizonyos csoportokra korlátozása",
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Az ezeken a csoportokon kívüli felhasználók nem fogják tudni létrehozni a saját tábláikat, de dolgozhatnak azokon a táblákon, melyek meg lettek velük osztva.", "Cancel edit" : "Változások elvetése",
"Cancel edit" : "Szerkesztés elvetése", "Board {0} deleted" : "A(z) {board} tábla törölve",
"Save board" : "Tábla mentése",
"Board {0} deleted" : "A(z) {0} tábla törölve",
"All cards" : "Összes kártya", "All cards" : "Összes kártya",
"Only assigned cards" : "Csak hozzárendelt kártyák", "Only assigned cards" : "Csak hozzárendelt kártyák",
"No reminder" : "Nincs emlékeztető", "No reminder" : "Nincs emlékeztető",
"An error occurred" : "Hiba történt", "An error occurred" : "Hiba történt",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Biztos, hogy törli a(z) {title} táblát? Ez törölni fogja a tábla összes adatát, köztük az archivált kártyákat is.", "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Biztos, hogy törli a(z) {title} táblát? Ez törölni fogja a tábla összes adatát, köztük az archivált kártyákat is.",
"Delete the board?" : "Törli a táblát?", "Delete the board?" : "Törli a táblát?",
"Exporting board..." : "Tábla exportálása…",
"Board details" : "Tábla részletei", "Board details" : "Tábla részletei",
"Edit board" : "Tábla szerkesztése", "Edit board" : "Tábla szerkesztése",
"Clone board" : "Tábla klónozása", "Clone board" : "Tábla klónozása",
@@ -353,25 +300,15 @@
"Assigned cards" : "Hozzárendelt kártyák", "Assigned cards" : "Hozzárendelt kártyák",
"No notifications" : "Nincsenek értesítések", "No notifications" : "Nincsenek értesítések",
"Delete board" : "Tábla törlése", "Delete board" : "Tábla törlése",
"Importing board..." : "Tábla importálása…",
"Board imported successfully" : "Tábla sikeresen importálva",
"Import board" : "Tábla importálása",
"Clone {boardTitle}" : "A(z) {boardTitle} klónozása",
"Clone cards" : "Kártyák klónozása", "Clone cards" : "Kártyák klónozása",
"Clone assignments" : "Hozzárendelések klónozása",
"Clone labels" : "Címkék klónozása",
"Clone due dates" : "Határidők klónozása",
"Advanced options" : "Speciális beállítások", "Advanced options" : "Speciális beállítások",
"Move all cards to the first list" : "Összes kártya áthelyezése az első listára",
"Restore archived cards" : "Archivált kártyák helyreállítása",
"Clone" : "Klónozás", "Clone" : "Klónozás",
"Export {boardTitle}" : "A(z) {boardTitle} exportálása",
"Export as JSON" : "Exportálás JSON-ként",
"Export as CSV" : "Exportálás CSV-ként", "Export as CSV" : "Exportálás CSV-ként",
"Note: Only the JSON format is supported for importing back into the Deck app." : "Megjegyzés: Csak a JSON formátum támogatott a Kártyák alkalmazásba való importáláskor.",
"Export" : "Exportálás", "Export" : "Exportálás",
"Loading filtered view" : "Szűrt nézet betöltése", "Loading filtered view" : "Szűrt nézet betöltése",
"Search for {searchQuery} in other boards" : "Keresés a(z) {searchQuery} kifejezésre a többi táblában", "Today" : "Ma",
"Tomorrow" : "Holnap",
"No due" : "Nincs határidő",
"Search for {searchQuery} in all boards" : "Keresés a(z) {searchQuery} kifejezésre az összes táblában", "Search for {searchQuery} in all boards" : "Keresés a(z) {searchQuery} kifejezésre az összes táblában",
"No results found" : "Nincs találat", "No results found" : "Nincs találat",
"Deck board {name}\n* Last modified on {lastMod}" : "{name} kártyatábla\n* Legutóbb módosítva: {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "{name} kártyatábla\n* Legutóbb módosítva: {lastMod}",
@@ -400,7 +337,6 @@
"Something went wrong" : "Valami hiba történt", "Something went wrong" : "Valami hiba történt",
"Failed to upload {name}" : "Feltöltés sikertelen: {name}", "Failed to upload {name}" : "Feltöltés sikertelen: {name}",
"Maximum file size of {size} exceeded" : "A legnagyobb fájlméret ({size}) túllépve", "Maximum file size of {size} exceeded" : "A legnagyobb fájlméret ({size}) túllépve",
"Assigned users" : "Hozzárendelt felhasználók",
"Due date" : "Határidő", "Due date" : "Határidő",
"Error creating the share" : "Megosztás létrehozása sikertelen", "Error creating the share" : "Megosztás létrehozása sikertelen",
"Share with a Deck card" : "Megosztás kártyával", "Share with a Deck card" : "Megosztás kártyával",
@@ -412,9 +348,6 @@
"Example Task 3" : "3. példafeladat", "Example Task 3" : "3. példafeladat",
"Example Task 2" : "2. példafeladat", "Example Task 2" : "2. példafeladat",
"Example Task 1" : "1. példafeladat", "Example Task 1" : "1. példafeladat",
"Move card to another board" : "Kártya áthelyezése egy másik táblára", "Move card to another board" : "Kártya áthelyezése egy másik táblára"
"Today" : "Ma",
"Tomorrow" : "Holnap",
"No due" : "Nincs határidő"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -30,9 +30,9 @@ OC.L10N.register(
"Search" : "Search", "Search" : "Search",
"Shared with you" : "Shared with you", "Shared with you" : "Shared with you",
"Export" : "Արտահանում", "Export" : "Արտահանում",
"Today" : "այսօր",
"Close" : "Փակել", "Close" : "Փակել",
"Share" : "Կիսվել", "Share" : "Կիսվել",
"Personal" : "Անձնական", "Personal" : "Անձնական"
"Today" : "այսօր"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -28,9 +28,9 @@
"Search" : "Search", "Search" : "Search",
"Shared with you" : "Shared with you", "Shared with you" : "Shared with you",
"Export" : "Արտահանում", "Export" : "Արտահանում",
"Today" : "այսօր",
"Close" : "Փակել", "Close" : "Փակել",
"Share" : "Կիսվել", "Share" : "Կիսվել",
"Personal" : "Անձնական", "Personal" : "Անձնական"
"Today" : "այսօր"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

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