Compare commits

...

7 Commits

Author SHA1 Message Date
Julius Knorr
ccd10248f7 chore(release): Bump version to 1.15.0-beta.2
Signed-off-by: Julius Knorr <jus@bitgrid.net>
2025-01-30 11:04:51 +01:00
Julius Knorr
58de28909f Merge pull request #6705 from nextcloud/cypress-for-stable31 2025-01-29 17:20:45 +01:00
grnd-alt
eda6bca538 fix: set cypress ci server version to stable31
Signed-off-by: grnd-alt <git@belakkaf.net>
2025-01-29 13:10:35 +01:00
Nextcloud bot
aa90c0b2d4 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-28 00:41:17 +00:00
Nextcloud bot
5a08e57de8 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-27 00:40:22 +00:00
Nextcloud bot
75067a0695 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-25 01:01:24 +00:00
Nextcloud bot
00d63692c8 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-24 00:41:36 +00:00
98 changed files with 147 additions and 378 deletions

View File

@@ -22,7 +22,7 @@ jobs:
node-version: [20.x]
# containers: [1, 2, 3]
php-versions: [ '8.2' ]
server-versions: [ 'master' ]
server-versions: [ 'stable31' ]
env:
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, zip, gd, apcu

View File

@@ -5,6 +5,19 @@
# Changelog
All notable changes to this project will be documented in this file.
## 1.15.0-beta.2
### Added
- feat: Implement reference resolving for cards that have a link in the title @juliusknorr [#6286](https://github.com/nextcloud/deck/pull/6286)
### Other
- Remove old project from README @edent [#6658](https://github.com/nextcloud/deck/pull/6658)
- devcontainer(image): Fix package path @niclasheinz [#6653](https://github.com/nextcloud/deck/pull/6653)
- remove deprecated nextcloud-vue-collections @grnd-alt [#6664](https://github.com/nextcloud/deck/pull/6664)
- fix: set cypress ci server version to stable31 @grnd-alt [#6705](https://github.com/nextcloud/deck/pull/6705)
## 1.15.0-beta.1
### Fixed
- fix: Catch not found card @juliusknorr [#6646](https://github.com/nextcloud/deck/pull/6646)

View File

@@ -20,7 +20,7 @@
- 🚀 Get your project organized
</description>
<version>1.15.0-beta.1</version>
<version>1.15.0-beta.2</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<namespace>Deck</namespace>

View File

@@ -389,9 +389,6 @@ OC.L10N.register(
"Share {file} with a Deck card" : "مشاركة الملف {file} مع بطاقة Deck",
"Share" : "مشاركة ",
"Move card to another board" : "حرك البطاقة الى لوح اخر",
"Searching for users, groups and circles …" : "ابحث عن أعضاء، مجموعات أو حلقات ...",
"(Circle)" : "(دائرة)",
"Assign to users/groups/circles" : "انسب الى المستخدمين،المجموعات،الدوائر",
"Filter by completed" : "تصفية بحسب الإنجاز"
},
"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

@@ -387,9 +387,6 @@
"Share {file} with a Deck card" : "مشاركة الملف {file} مع بطاقة Deck",
"Share" : "مشاركة ",
"Move card to another board" : "حرك البطاقة الى لوح اخر",
"Searching for users, groups and circles …" : "ابحث عن أعضاء، مجموعات أو حلقات ...",
"(Circle)" : "(دائرة)",
"Assign to users/groups/circles" : "انسب الى المستخدمين،المجموعات،الدوائر",
"Filter by completed" : "تصفية بحسب الإنجاز"
},"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

@@ -320,9 +320,6 @@ OC.L10N.register(
"Share with a Deck card" : "Споделяне с Deck карта",
"Share {file} with a Deck card" : "Споделяне {file} с Deck карта",
"Share" : "Споделяне",
"Move card to another board" : "Преместване на картата на друго табло",
"Searching for users, groups and circles …" : "Търсене за потребители, групи и кръгове ...",
"(Circle)" : "(Кръг)",
"Assign to users/groups/circles" : "Зачисляване към потребители/групи/кръгове"
"Move card to another board" : "Преместване на картата на друго табло"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -318,9 +318,6 @@
"Share with a Deck card" : "Споделяне с Deck карта",
"Share {file} with a Deck card" : "Споделяне {file} с Deck карта",
"Share" : "Споделяне",
"Move card to another board" : "Преместване на картата на друго табло",
"Searching for users, groups and circles …" : "Търсене за потребители, групи и кръгове ...",
"(Circle)" : "(Кръг)",
"Assign to users/groups/circles" : "Зачисляване към потребители/групи/кръгове"
"Move card to another board" : "Преместване на картата на друго табло"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -369,9 +369,6 @@ OC.L10N.register(
"Share with a Deck card" : "Compartir amb una targeta de Deck",
"Share {file} with a Deck card" : "Compartir {file} amb una targeta de Deck",
"Share" : "Compartir",
"Move card to another board" : "Mou la targeta a un altre tauler",
"Searching for users, groups and circles …" : "Buscant usuaris, grups i cercles …",
"(Circle)" : "(Cercle)",
"Assign to users/groups/circles" : "Assignació a usuaris/grups/cercles"
"Move card to another board" : "Mou la targeta a un altre tauler"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -367,9 +367,6 @@
"Share with a Deck card" : "Compartir amb una targeta de Deck",
"Share {file} with a Deck card" : "Compartir {file} amb una targeta de Deck",
"Share" : "Compartir",
"Move card to another board" : "Mou la targeta a un altre tauler",
"Searching for users, groups and circles …" : "Buscant usuaris, grups i cercles …",
"(Circle)" : "(Cercle)",
"Assign to users/groups/circles" : "Assignació a usuaris/grups/cercles"
"Move card to another board" : "Mou la targeta a un altre tauler"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -13,8 +13,8 @@ OC.L10N.register(
"{user} has removed {acl} from the board {board}" : "{user} odebral(a) {acl} z tabule {board}",
"You have renamed the board {before} to {board}" : "Přejmenovali jste tabuli {before} na {board}",
"{user} has renamed the board {before} to {board}" : "{user} přejmenoval(a) tabuli {before} na {board}",
"You have archived the board {board}" : "Zaarchivovali jste tabuli {board}",
"{user} has archived the board {before}" : "{user} zaarchivoval(a) tabuli {before}",
"You have archived the board {board}" : "Archivovali jste tabuli {board}",
"{user} has archived the board {before}" : "{user} archivoval(a) tabuli {before}",
"You have unarchived the board {board}" : "Vrátili jste zpět z archivace tabuli {board}",
"{user} has unarchived the board {before}" : "{user} vrátil(a) tabuli {before} zpět z archivace",
"You have created a new list {stack} on board {board}" : "Vytvořili jste nový sloupec {stack} na tabuli {board}",
@@ -33,8 +33,8 @@ OC.L10N.register(
"{user} has added a description to card {card} in list {stack} on board {board}" : "{user} přidal(a) popis ke kartě {card} ve sloupci {stack} na tabuli {board}",
"You have updated the description of card {card} in list {stack} on board {board}" : "Aktualizovali jste popis karty {card} ve sloupci {stack} na tabuli {board}",
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "{user} aktualizoval(a) popis karty {card} ve sloupci {stack} na tabuli {board}",
"You have archived card {card} in list {stack} on board {board}" : "Zaarchivovali kartu {card} ve sloupci {stack} na tabuli {board}",
"{user} has archived card {card} in list {stack} on board {board}" : "{user} zaarchivoval(a) kartu {card} ve sloupci {stack} na tabuli {board}",
"You have archived card {card} in list {stack} on board {board}" : "Archivovali kartu {card} ve sloupci {stack} na tabuli {board}",
"{user} has archived card {card} in list {stack} on board {board}" : "{user} archivoval(a) kartu {card} ve sloupci {stack} na tabuli {board}",
"You have unarchived card {card} in list {stack} on board {board}" : "Zrušili jste archivacii karty {card} ve sloupci {stack} na tabuli {board}",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} zrušil(a) archivaci karty {card} ve sloupci {stack} na tabuli {board}",
"You have marked the card {card} as done in list {stack} on board {board}" : "Označili jste kartu {card} jako splněnou v seznamu {stack} na tabuli {board}",
@@ -307,7 +307,7 @@ OC.L10N.register(
"Open card details" : "Otevřít podrobnosti o kartě",
"Edit the card title" : "Upravit nadpis karty",
"Assign yourself to the current card" : "Přiřadit stávající kartu sobě",
"Archive/unarchive the current card" : "Zaarchivovat / zrušit archivaci stávající karty",
"Archive/unarchive the current card" : "Archivovat / zrušit archivaci stávající karty",
"Mark card as completed/not completed" : "Označit kartu jako (ne)dokončenou",
"Open card menu" : "Otevřít nabídku karty",
"All boards" : "Všechny tabule",
@@ -389,9 +389,6 @@ OC.L10N.register(
"Share {file} with a Deck card" : "Sdílet {file} s kartou aplikace Deck",
"Share" : "Sdílet",
"Move card to another board" : "Přesunout kartu na jinou tabuli",
"Searching for users, groups and circles …" : "Hledání v uživatelích, skupinách a okruzích…",
"(Circle)" : "(Okruh)",
"Assign to users/groups/circles" : "Přiřadit uživatelům/skupinám/okruhům",
"Filter by completed" : "Filtrovat podle dokončených"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");

View File

@@ -11,8 +11,8 @@
"{user} has removed {acl} from the board {board}" : "{user} odebral(a) {acl} z tabule {board}",
"You have renamed the board {before} to {board}" : "Přejmenovali jste tabuli {before} na {board}",
"{user} has renamed the board {before} to {board}" : "{user} přejmenoval(a) tabuli {before} na {board}",
"You have archived the board {board}" : "Zaarchivovali jste tabuli {board}",
"{user} has archived the board {before}" : "{user} zaarchivoval(a) tabuli {before}",
"You have archived the board {board}" : "Archivovali jste tabuli {board}",
"{user} has archived the board {before}" : "{user} archivoval(a) tabuli {before}",
"You have unarchived the board {board}" : "Vrátili jste zpět z archivace tabuli {board}",
"{user} has unarchived the board {before}" : "{user} vrátil(a) tabuli {before} zpět z archivace",
"You have created a new list {stack} on board {board}" : "Vytvořili jste nový sloupec {stack} na tabuli {board}",
@@ -31,8 +31,8 @@
"{user} has added a description to card {card} in list {stack} on board {board}" : "{user} přidal(a) popis ke kartě {card} ve sloupci {stack} na tabuli {board}",
"You have updated the description of card {card} in list {stack} on board {board}" : "Aktualizovali jste popis karty {card} ve sloupci {stack} na tabuli {board}",
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "{user} aktualizoval(a) popis karty {card} ve sloupci {stack} na tabuli {board}",
"You have archived card {card} in list {stack} on board {board}" : "Zaarchivovali kartu {card} ve sloupci {stack} na tabuli {board}",
"{user} has archived card {card} in list {stack} on board {board}" : "{user} zaarchivoval(a) kartu {card} ve sloupci {stack} na tabuli {board}",
"You have archived card {card} in list {stack} on board {board}" : "Archivovali kartu {card} ve sloupci {stack} na tabuli {board}",
"{user} has archived card {card} in list {stack} on board {board}" : "{user} archivoval(a) kartu {card} ve sloupci {stack} na tabuli {board}",
"You have unarchived card {card} in list {stack} on board {board}" : "Zrušili jste archivacii karty {card} ve sloupci {stack} na tabuli {board}",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} zrušil(a) archivaci karty {card} ve sloupci {stack} na tabuli {board}",
"You have marked the card {card} as done in list {stack} on board {board}" : "Označili jste kartu {card} jako splněnou v seznamu {stack} na tabuli {board}",
@@ -305,7 +305,7 @@
"Open card details" : "Otevřít podrobnosti o kartě",
"Edit the card title" : "Upravit nadpis karty",
"Assign yourself to the current card" : "Přiřadit stávající kartu sobě",
"Archive/unarchive the current card" : "Zaarchivovat / zrušit archivaci stávající karty",
"Archive/unarchive the current card" : "Archivovat / zrušit archivaci stávající karty",
"Mark card as completed/not completed" : "Označit kartu jako (ne)dokončenou",
"Open card menu" : "Otevřít nabídku karty",
"All boards" : "Všechny tabule",
@@ -387,9 +387,6 @@
"Share {file} with a Deck card" : "Sdílet {file} s kartou aplikace Deck",
"Share" : "Sdílet",
"Move card to another board" : "Přesunout kartu na jinou tabuli",
"Searching for users, groups and circles …" : "Hledání v uživatelích, skupinách a okruzích…",
"(Circle)" : "(Okruh)",
"Assign to users/groups/circles" : "Přiřadit uživatelům/skupinám/okruhům",
"Filter by completed" : "Filtrovat podle dokončených"
},"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

@@ -19,12 +19,12 @@ OC.L10N.register(
"{user} has unarchived the board {before}" : "{user} har genskabt tavlen {before}",
"You have created a new list {stack} on board {board}" : "Du har oprettet en ny liste {stack} på tavlen {board}",
"{user} has created a new list {stack} on board {board}" : "{user} har oprettet en ny kolonne {stack} på tavlen {board}",
"You have renamed list {before} to {stack} on board {board}" : "Du har omdøbt kolonnen {before} til {stack} på tavlen {board}",
"{user} has renamed list {before} to {stack} on board {board}" : "{user} har omdøbt kolonnen{before} til {stack} på tavlen {board}",
"You have deleted list {stack} on board {board}" : "Du har slettet kolonnen {stack} på tavlen {board}",
"{user} has deleted list {stack} on board {board}" : "{user} har slettet kolonnen {stack} på tavlen {board}",
"You have created card {card} in list {stack} on board {board}" : "Du har oprettet kortet {card} i kolonnen {stack} på tavlen {board}",
"{user} has created card {card} in list {stack} on board {board}" : "{user} har oprettet kortet {card} i kolonnen {stack} på tavlen {board}",
"You have renamed list {before} to {stack} on board {board}" : "Du har omdøbt liste {before} til {stack} på tavlen {board}",
"{user} has renamed list {before} to {stack} on board {board}" : "{user} har omdøbt liste {before} til {stack} på tavlen {board}",
"You have deleted list {stack} on board {board}" : "Du har slettet liste {stack} på tavlen {board}",
"{user} has deleted list {stack} on board {board}" : "{user} har slettet liste {stack} på tavlen {board}",
"You have created card {card} in list {stack} on board {board}" : "Du har oprettet kortet {card} i listen {stack} på tavlen {board}",
"{user} has created card {card} in list {stack} on board {board}" : "{user} har oprettet kortet {card} i listen {stack} på tavlen {board}",
"You have deleted card {card} in list {stack} on board {board}" : "Du 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}",
@@ -57,27 +57,27 @@ OC.L10N.register(
"No file was uploaded" : "Ingen fil uploadet",
"Missing a temporary folder" : "Manglende midlertidig mappe.",
"Could not write file to disk" : "Kunne ikke gemme filen",
"A PHP extension stopped the file upload" : "En PHP udvidelse stoppede fil uploaden.",
"No file uploaded or file size exceeds maximum of %s" : "Ingen fil blev uploadet eller fil størrelsen er større end det maksimale: %s.",
"A PHP extension stopped the file upload" : "En PHP udvidelse stoppede filupload.",
"No file uploaded or file size exceeds maximum of %s" : "Ingen fil blev uploadet eller filstørrelsen er større end maksimum: %s.",
"Card not found" : "Kort ikke fundet.",
"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 YYYY-MM-DD",
"Personal planning and team project organization" : "Personlig planlægning og organisering af team projekter",
"Card details" : "Kort detaljer",
"Invalid date, date format must be YYYY-MM-DD" : "Ikke gyldig dato - dato formatet skal være ÅÅÅÅ-MM-DD",
"Personal planning and team project organization" : "Personlig planlægning og organisering af teamprojekter",
"Card details" : "Kortdetaljer",
"Add board" : "Tilføj tavle",
"Select the board to link to a project" : "Vælg en tavle at linke til et projekt",
"Search by board title" : "Søg efter tavle titel",
"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",
"Select board" : "Vælg tavle",
"Select a board" : "Vælg én tavle",
"No lists available" : "Ingen kolonner tilgængelige",
"Select a list" : "Vælg en kolonne",
"Select a board" : "Vælg en tavle",
"No lists available" : "Ingen lister tilgængelige",
"Select a list" : "Vælg en liste",
"Move card" : "Flyt kort",
"Select a card" : "Vælg et kort",
"Cancel" : "Annullér",
"Select the card to link to a project" : "Vælg et kort at linke til et projekt",
"Cancel" : "Annuller",
"Select the card to link to a project" : "Vælg kortet der skal linkes til et projekt",
"Link to card" : "Link til kort",
"File already exists" : "Filen findes allerede",
"A file with the name {filename} already exists." : "En fil med navnet {filename} already exists.",
"A file with the name {filename} already exists." : "En fil med navnet {filename} eksisterer allerede.",
"Do you want to overwrite it?" : "Vil du overskrive?",
"Overwrite file" : "Overskriv fil",
"Keep existing file" : "Behold den eksisterende fil",
@@ -85,16 +85,16 @@ OC.L10N.register(
"Drop your files to upload" : "Slip dine filer for at uploade",
"Add card" : "Tilføj kort",
"Archived cards" : "Arkiverede kort",
"Add list" : "Tilføj kolonne",
"List name" : "Kolonne navn",
"Add list" : "Tilføj liste",
"List name" : "Listenavn",
"Active filters" : "Aktive filtre",
"Apply filter" : "Aktivér filter",
"Filter by tag" : "Filtrer vha. mærkat",
"Filter by assigned user" : "Filtrer vha. tildelt bruger",
"Filter by tag" : "Filtrer efter Tag",
"Filter by assigned user" : "Filtrer efter tildelt bruger",
"Unassigned" : "Ikke tildelt",
"Open" : "Åbn",
"Completed" : "Fuldført",
"Filter by due date" : "Filtrer vha. forfaldsdato",
"Filter by due date" : "Filtrer efter forfaldsdato",
"Overdue" : "Overskredet",
"Next 24 hours" : "De næste 24 timer",
"Next 7 days" : "De næste 7 dage",
@@ -108,7 +108,7 @@ OC.L10N.register(
"Details" : "Detaljer",
"Loading board" : "Indlæser tavle",
"Board not found" : "Tavle ikke fundet.",
"Create a new list to add cards to this board" : "Opret en ny kolonne for at tilføje kort til denne tavle ",
"Create a new list to add cards to this board" : "Opret en ny liste for at tilføje kort til denne tavle ",
"Sharing" : "Deling",
"Tags" : "Tags",
"Deleted items" : "Slettede objekter",
@@ -234,9 +234,6 @@ OC.L10N.register(
"Share with a Deck card" : "Del med et Deck kort",
"Share {file} with a Deck card" : "Del {file} med et Deck kort",
"Share" : "Del",
"Move card to another board" : "Flyt kort til en anden tavle",
"Searching for users, groups and circles …" : "Leder efter brugere, grupper og cirkler ...",
"(Circle)" : "(Cirkel)",
"Assign to users/groups/circles" : "Tildel til brugere/grupper/cirkler"
"Move card to another board" : "Flyt kort til en anden tavle"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -17,12 +17,12 @@
"{user} has unarchived the board {before}" : "{user} har genskabt tavlen {before}",
"You have created a new list {stack} on board {board}" : "Du har oprettet en ny liste {stack} på tavlen {board}",
"{user} has created a new list {stack} on board {board}" : "{user} har oprettet en ny kolonne {stack} på tavlen {board}",
"You have renamed list {before} to {stack} on board {board}" : "Du har omdøbt kolonnen {before} til {stack} på tavlen {board}",
"{user} has renamed list {before} to {stack} on board {board}" : "{user} har omdøbt kolonnen{before} til {stack} på tavlen {board}",
"You have deleted list {stack} on board {board}" : "Du har slettet kolonnen {stack} på tavlen {board}",
"{user} has deleted list {stack} on board {board}" : "{user} har slettet kolonnen {stack} på tavlen {board}",
"You have created card {card} in list {stack} on board {board}" : "Du har oprettet kortet {card} i kolonnen {stack} på tavlen {board}",
"{user} has created card {card} in list {stack} on board {board}" : "{user} har oprettet kortet {card} i kolonnen {stack} på tavlen {board}",
"You have renamed list {before} to {stack} on board {board}" : "Du har omdøbt liste {before} til {stack} på tavlen {board}",
"{user} has renamed list {before} to {stack} on board {board}" : "{user} har omdøbt liste {before} til {stack} på tavlen {board}",
"You have deleted list {stack} on board {board}" : "Du har slettet liste {stack} på tavlen {board}",
"{user} has deleted list {stack} on board {board}" : "{user} har slettet liste {stack} på tavlen {board}",
"You have created card {card} in list {stack} on board {board}" : "Du har oprettet kortet {card} i listen {stack} på tavlen {board}",
"{user} has created card {card} in list {stack} on board {board}" : "{user} har oprettet kortet {card} i listen {stack} på tavlen {board}",
"You have deleted card {card} in list {stack} on board {board}" : "Du 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}",
@@ -55,27 +55,27 @@
"No file was uploaded" : "Ingen fil uploadet",
"Missing a temporary folder" : "Manglende midlertidig mappe.",
"Could not write file to disk" : "Kunne ikke gemme filen",
"A PHP extension stopped the file upload" : "En PHP udvidelse stoppede fil uploaden.",
"No file uploaded or file size exceeds maximum of %s" : "Ingen fil blev uploadet eller fil størrelsen er større end det maksimale: %s.",
"A PHP extension stopped the file upload" : "En PHP udvidelse stoppede filupload.",
"No file uploaded or file size exceeds maximum of %s" : "Ingen fil blev uploadet eller filstørrelsen er større end maksimum: %s.",
"Card not found" : "Kort ikke fundet.",
"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 YYYY-MM-DD",
"Personal planning and team project organization" : "Personlig planlægning og organisering af team projekter",
"Card details" : "Kort detaljer",
"Invalid date, date format must be YYYY-MM-DD" : "Ikke gyldig dato - dato formatet skal være ÅÅÅÅ-MM-DD",
"Personal planning and team project organization" : "Personlig planlægning og organisering af teamprojekter",
"Card details" : "Kortdetaljer",
"Add board" : "Tilføj tavle",
"Select the board to link to a project" : "Vælg en tavle at linke til et projekt",
"Search by board title" : "Søg efter tavle titel",
"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",
"Select board" : "Vælg tavle",
"Select a board" : "Vælg én tavle",
"No lists available" : "Ingen kolonner tilgængelige",
"Select a list" : "Vælg en kolonne",
"Select a board" : "Vælg en tavle",
"No lists available" : "Ingen lister tilgængelige",
"Select a list" : "Vælg en liste",
"Move card" : "Flyt kort",
"Select a card" : "Vælg et kort",
"Cancel" : "Annullér",
"Select the card to link to a project" : "Vælg et kort at linke til et projekt",
"Cancel" : "Annuller",
"Select the card to link to a project" : "Vælg kortet der skal linkes til et projekt",
"Link to card" : "Link til kort",
"File already exists" : "Filen findes allerede",
"A file with the name {filename} already exists." : "En fil med navnet {filename} already exists.",
"A file with the name {filename} already exists." : "En fil med navnet {filename} eksisterer allerede.",
"Do you want to overwrite it?" : "Vil du overskrive?",
"Overwrite file" : "Overskriv fil",
"Keep existing file" : "Behold den eksisterende fil",
@@ -83,16 +83,16 @@
"Drop your files to upload" : "Slip dine filer for at uploade",
"Add card" : "Tilføj kort",
"Archived cards" : "Arkiverede kort",
"Add list" : "Tilføj kolonne",
"List name" : "Kolonne navn",
"Add list" : "Tilføj liste",
"List name" : "Listenavn",
"Active filters" : "Aktive filtre",
"Apply filter" : "Aktivér filter",
"Filter by tag" : "Filtrer vha. mærkat",
"Filter by assigned user" : "Filtrer vha. tildelt bruger",
"Filter by tag" : "Filtrer efter Tag",
"Filter by assigned user" : "Filtrer efter tildelt bruger",
"Unassigned" : "Ikke tildelt",
"Open" : "Åbn",
"Completed" : "Fuldført",
"Filter by due date" : "Filtrer vha. forfaldsdato",
"Filter by due date" : "Filtrer efter forfaldsdato",
"Overdue" : "Overskredet",
"Next 24 hours" : "De næste 24 timer",
"Next 7 days" : "De næste 7 dage",
@@ -106,7 +106,7 @@
"Details" : "Detaljer",
"Loading board" : "Indlæser tavle",
"Board not found" : "Tavle ikke fundet.",
"Create a new list to add cards to this board" : "Opret en ny kolonne for at tilføje kort til denne tavle ",
"Create a new list to add cards to this board" : "Opret en ny liste for at tilføje kort til denne tavle ",
"Sharing" : "Deling",
"Tags" : "Tags",
"Deleted items" : "Slettede objekter",
@@ -232,9 +232,6 @@
"Share with a Deck card" : "Del med et Deck kort",
"Share {file} with a Deck card" : "Del {file} med et Deck kort",
"Share" : "Del",
"Move card to another board" : "Flyt kort til en anden tavle",
"Searching for users, groups and circles …" : "Leder efter brugere, grupper og cirkler ...",
"(Circle)" : "(Cirkel)",
"Assign to users/groups/circles" : "Tildel til brugere/grupper/cirkler"
"Move card to another board" : "Flyt kort til en anden tavle"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -389,9 +389,6 @@ OC.L10N.register(
"Share {file} with a Deck card" : "{file} mit einer Deck-Karte teilen",
"Share" : "Freigeben",
"Move card to another board" : "Karte auf ein anderes Board verschieben",
"Searching for users, groups and circles …" : "Suche nach Benutzern, Gruppen und Kreisen …",
"(Circle)" : "(Kreis)",
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
"Filter by completed" : "Nach fertiggestellt filtern"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -387,9 +387,6 @@
"Share {file} with a Deck card" : "{file} mit einer Deck-Karte teilen",
"Share" : "Freigeben",
"Move card to another board" : "Karte auf ein anderes Board verschieben",
"Searching for users, groups and circles …" : "Suche nach Benutzern, Gruppen und Kreisen …",
"(Circle)" : "(Kreis)",
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
"Filter by completed" : "Nach fertiggestellt filtern"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -389,9 +389,6 @@ OC.L10N.register(
"Share {file} with a Deck card" : "{file} mit einer Deck-Karte teilen",
"Share" : "Freigeben",
"Move card to another board" : "Karte auf ein anderes Board verschieben",
"Searching for users, groups and circles …" : "Suche nach Benutzern, Gruppen und Kreisen …",
"(Circle)" : "(Kreis)",
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
"Filter by completed" : "Nach Status filtern"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -387,9 +387,6 @@
"Share {file} with a Deck card" : "{file} mit einer Deck-Karte teilen",
"Share" : "Freigeben",
"Move card to another board" : "Karte auf ein anderes Board verschieben",
"Searching for users, groups and circles …" : "Suche nach Benutzern, Gruppen und Kreisen …",
"(Circle)" : "(Kreis)",
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
"Filter by completed" : "Nach Status filtern"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -378,9 +378,6 @@ OC.L10N.register(
"Share {file} with a Deck card" : "Μοιραστείτε το {file} με μια καρτέλα Deck",
"Share" : "Μοιραστείτε",
"Move card to another board" : "Μετακίνηση καρτέλας σε άλλο πίνακα",
"Searching for users, groups and circles …" : "Αναζήτηση χρηστών, ομάδων και κύκλων…",
"(Circle)" : "(Κύκλος)",
"Assign to users/groups/circles" : "Ανάθεση σε χρήστες/ομάδες/κύκλους",
"Filter by completed" : "Φίλτρο ανά ολοκλήρωση"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -376,9 +376,6 @@
"Share {file} with a Deck card" : "Μοιραστείτε το {file} με μια καρτέλα Deck",
"Share" : "Μοιραστείτε",
"Move card to another board" : "Μετακίνηση καρτέλας σε άλλο πίνακα",
"Searching for users, groups and circles …" : "Αναζήτηση χρηστών, ομάδων και κύκλων…",
"(Circle)" : "(Κύκλος)",
"Assign to users/groups/circles" : "Ανάθεση σε χρήστες/ομάδες/κύκλους",
"Filter by completed" : "Φίλτρο ανά ολοκλήρωση"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -389,9 +389,6 @@ OC.L10N.register(
"Share {file} with a Deck card" : "Share {file} with a Deck card",
"Share" : "Share",
"Move card to another board" : "Move card to another board",
"Searching for users, groups and circles …" : "Searching for users, groups and circles …",
"(Circle)" : "(Circle)",
"Assign to users/groups/circles" : "Assign to users/groups/circles",
"Filter by completed" : "Filter by completed"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -387,9 +387,6 @@
"Share {file} with a Deck card" : "Share {file} with a Deck card",
"Share" : "Share",
"Move card to another board" : "Move card to another board",
"Searching for users, groups and circles …" : "Searching for users, groups and circles …",
"(Circle)" : "(Circle)",
"Assign to users/groups/circles" : "Assign to users/groups/circles",
"Filter by completed" : "Filter by completed"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -125,10 +125,12 @@ OC.L10N.register(
"Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto",
"Search by board title" : "Buscar por título de tablero",
"Select board" : "Selecciona tablero",
"Move/copy card" : "Mover/copiar tarjeta",
"Select a board" : "Selecciona un tablero",
"No lists available" : "No hay listas disponibles",
"Select a list" : "Seleccionar una lista",
"Move card" : "Mover tarjeta",
"Copy card" : "Copiar tarjeta",
"Select a card" : "Seleccionar una tarjeta",
"Cancel" : "Cancelar",
"Select the card to link to a project" : "Selecciona la tarjeta que enlazar a un proyecto",
@@ -149,6 +151,7 @@ OC.L10N.register(
"Filter by tag" : "Filtrar por etiqueta",
"Filter by assigned user" : "Filtrar por usuario asignado",
"Unassigned" : "No asignado",
"Filter by status" : "Filtrar por estado",
"Open and completed" : "Abiertos y completados",
"Open" : "Abrir",
"Completed" : "Completado",
@@ -273,6 +276,7 @@ OC.L10N.register(
"Todo items" : "Ítems pendientes",
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
"Edit card title" : "Editar el título de la tarjeta",
"Open link" : "Abrir enlace",
"Edit title" : "Editar título",
"Assign to me" : "Asignarme a mí",
"Unassign myself" : "Desasignarme a mí mismo",
@@ -316,6 +320,7 @@ OC.L10N.register(
"Limit board creation to some groups" : "Limitar la creación de tableros a algunos grupos",
"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." : "Los usuarios fuera de estos grupos no podrán crear sus propios tableros, sin embargo, podrán trabajar en tableros que han sido compartidos con ellos.",
"Cancel edit" : "Cacelar edición",
"Save board" : "Guardar tablero",
"Board details" : "Detalles del tablero",
"Edit board" : "Editar tablero",
"Clone board" : "Clonar tablero",
@@ -335,8 +340,14 @@ OC.L10N.register(
"An error occurred" : "Ocurrió un error",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "¿Está seguro de querer eliminar el tablero {title}? Esto eliminará todos los datos del tablero incluyendo las tarjetas archivadas.",
"Delete the board?" : "¿Borrar el tablero?",
"Clone {boardTitle}" : "Clonar {boardTitle}",
"Clone cards" : "Clonar tarjetas",
"Clone assignments" : "Clonar asignaciones",
"Clone labels" : "Clonar etiquetas",
"Clone due dates" : "Clonar fechas límite",
"Advanced options" : "Opciones avanzadas",
"Move all cards to the first list" : "Mover todas las tarjetas a la primera lista",
"Restore archived cards" : "Restaurar tarjetas archivadas",
"Clone" : "Clonar",
"Loading filtered view" : "Cargando vista filtrada",
"Today" : "Hoy",
@@ -378,9 +389,6 @@ OC.L10N.register(
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta de Deck",
"Share" : "Compartir",
"Move card to another board" : "Mover la tarjeta a otro tablero",
"Searching for users, groups and circles …" : "Buscando usuarios, grupos o círculos...",
"(Circle)" : "(Circle)",
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
"Filter by completed" : "Filtrar por completados"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -123,10 +123,12 @@
"Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto",
"Search by board title" : "Buscar por título de tablero",
"Select board" : "Selecciona tablero",
"Move/copy card" : "Mover/copiar tarjeta",
"Select a board" : "Selecciona un tablero",
"No lists available" : "No hay listas disponibles",
"Select a list" : "Seleccionar una lista",
"Move card" : "Mover tarjeta",
"Copy card" : "Copiar tarjeta",
"Select a card" : "Seleccionar una tarjeta",
"Cancel" : "Cancelar",
"Select the card to link to a project" : "Selecciona la tarjeta que enlazar a un proyecto",
@@ -147,6 +149,7 @@
"Filter by tag" : "Filtrar por etiqueta",
"Filter by assigned user" : "Filtrar por usuario asignado",
"Unassigned" : "No asignado",
"Filter by status" : "Filtrar por estado",
"Open and completed" : "Abiertos y completados",
"Open" : "Abrir",
"Completed" : "Completado",
@@ -271,6 +274,7 @@
"Todo items" : "Ítems pendientes",
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
"Edit card title" : "Editar el título de la tarjeta",
"Open link" : "Abrir enlace",
"Edit title" : "Editar título",
"Assign to me" : "Asignarme a mí",
"Unassign myself" : "Desasignarme a mí mismo",
@@ -314,6 +318,7 @@
"Limit board creation to some groups" : "Limitar la creación de tableros a algunos grupos",
"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." : "Los usuarios fuera de estos grupos no podrán crear sus propios tableros, sin embargo, podrán trabajar en tableros que han sido compartidos con ellos.",
"Cancel edit" : "Cacelar edición",
"Save board" : "Guardar tablero",
"Board details" : "Detalles del tablero",
"Edit board" : "Editar tablero",
"Clone board" : "Clonar tablero",
@@ -333,8 +338,14 @@
"An error occurred" : "Ocurrió un error",
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "¿Está seguro de querer eliminar el tablero {title}? Esto eliminará todos los datos del tablero incluyendo las tarjetas archivadas.",
"Delete the board?" : "¿Borrar el tablero?",
"Clone {boardTitle}" : "Clonar {boardTitle}",
"Clone cards" : "Clonar tarjetas",
"Clone assignments" : "Clonar asignaciones",
"Clone labels" : "Clonar etiquetas",
"Clone due dates" : "Clonar fechas límite",
"Advanced options" : "Opciones avanzadas",
"Move all cards to the first list" : "Mover todas las tarjetas a la primera lista",
"Restore archived cards" : "Restaurar tarjetas archivadas",
"Clone" : "Clonar",
"Loading filtered view" : "Cargando vista filtrada",
"Today" : "Hoy",
@@ -376,9 +387,6 @@
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta de Deck",
"Share" : "Compartir",
"Move card to another board" : "Mover la tarjeta a otro tablero",
"Searching for users, groups and circles …" : "Buscando usuarios, grupos o círculos...",
"(Circle)" : "(Circle)",
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
"Filter by completed" : "Filtrar por completados"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -320,9 +320,6 @@ OC.L10N.register(
"Share with a Deck card" : "Compartir con una tarjeta de Deck",
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta de Deck",
"Share" : "Compartir",
"Move card to another board" : "Mover tarjeta a otro tablero",
"Searching for users, groups and circles …" : "Buscando usuarios, grupos y círculos …",
"(Circle)" : "(Círculo)",
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos"
"Move card to another board" : "Mover tarjeta a otro tablero"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -318,9 +318,6 @@
"Share with a Deck card" : "Compartir con una tarjeta de Deck",
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta de Deck",
"Share" : "Compartir",
"Move card to another board" : "Mover tarjeta a otro tablero",
"Searching for users, groups and circles …" : "Buscando usuarios, grupos y círculos …",
"(Circle)" : "(Círculo)",
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos"
"Move card to another board" : "Mover tarjeta a otro tablero"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -188,7 +188,6 @@ OC.L10N.register(
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Error creating the share" : "Error creando el recurso compartido",
"Share" : "Compartir",
"Searching for users, groups and circles …" : "Buscando usuarios, grupos y círculos …"
"Share" : "Compartir"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -186,7 +186,6 @@
"Tomorrow" : "Mañana",
"Close" : "Cerrar",
"Error creating the share" : "Error creando el recurso compartido",
"Share" : "Compartir",
"Searching for users, groups and circles …" : "Buscando usuarios, grupos y círculos …"
"Share" : "Compartir"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -380,9 +380,6 @@ OC.L10N.register(
"Share {file} with a Deck card" : "Partekatu {file} Deck txartel baten bidez",
"Share" : "Partekatu",
"Move card to another board" : "Mugitu txartela beste taula batera",
"Searching for users, groups and circles …" : "Erabiltzaileak, taldeak, zirkuluak... bilatzen",
"(Circle)" : "(Zirkulua)",
"Assign to users/groups/circles" : "Esleitu erabiltzaile/talde/zirkuluei",
"Filter by completed" : "Iragazi osatutakoen arabera"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -378,9 +378,6 @@
"Share {file} with a Deck card" : "Partekatu {file} Deck txartel baten bidez",
"Share" : "Partekatu",
"Move card to another board" : "Mugitu txartela beste taula batera",
"Searching for users, groups and circles …" : "Erabiltzaileak, taldeak, zirkuluak... bilatzen",
"(Circle)" : "(Zirkulua)",
"Assign to users/groups/circles" : "Esleitu erabiltzaile/talde/zirkuluei",
"Filter by completed" : "Iragazi osatutakoen arabera"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -327,9 +327,6 @@ OC.L10N.register(
"Share with a Deck card" : "Share with a Deck card",
"Share {file} with a Deck card" : "Share {file} with a Deck card",
"Share" : "هم‌رسانی",
"Move card to another board" : "انتقال برگه به تخته‌ای دیگر",
"Searching for users, groups and circles …" : "جستجوی کاربران، گروه‌ها و حلقه‌ها…",
"(Circle)" : "(حلقه)",
"Assign to users/groups/circles" : "به کاربران/ گروه‌ها/ حلقه‌ها اختصاص دهید"
"Move card to another board" : "انتقال برگه به تخته‌ای دیگر"
},
"nplurals=2; plural=(n > 1);");

View File

@@ -325,9 +325,6 @@
"Share with a Deck card" : "Share with a Deck card",
"Share {file} with a Deck card" : "Share {file} with a Deck card",
"Share" : "هم‌رسانی",
"Move card to another board" : "انتقال برگه به تخته‌ای دیگر",
"Searching for users, groups and circles …" : "جستجوی کاربران، گروه‌ها و حلقه‌ها…",
"(Circle)" : "(حلقه)",
"Assign to users/groups/circles" : "به کاربران/ گروه‌ها/ حلقه‌ها اختصاص دهید"
"Move card to another board" : "انتقال برگه به تخته‌ای دیگر"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}

View File

@@ -217,6 +217,7 @@ OC.L10N.register(
"Next week {timeLocale}" : "Ensi viikko {timeLocale}",
"{count} comments, {unread} unread" : "{count} kommenttia, {unread} lukematonta",
"Edit card title" : "Muokkaa kortin otsikkoa",
"Open link" : "Avaa linkki",
"Edit title" : "Muokkaa otsikkoa",
"Assign to me" : "Määritä minulle",
"Unassign myself" : "Poista määritys minulta",
@@ -281,7 +282,6 @@ OC.L10N.register(
"Maximum file size of {size} exceeded" : "Tiedoston enimmäiskoko {size} ylitetty",
"Error creating the share" : "Virhe jakoa luotaessa",
"Share" : "Jaa",
"Move card to another board" : "Siirrä kortti toiselle taululle",
"(Circle)" : "(Piiri)"
"Move card to another board" : "Siirrä kortti toiselle taululle"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -215,6 +215,7 @@
"Next week {timeLocale}" : "Ensi viikko {timeLocale}",
"{count} comments, {unread} unread" : "{count} kommenttia, {unread} lukematonta",
"Edit card title" : "Muokkaa kortin otsikkoa",
"Open link" : "Avaa linkki",
"Edit title" : "Muokkaa otsikkoa",
"Assign to me" : "Määritä minulle",
"Unassign myself" : "Poista määritys minulta",
@@ -279,7 +280,6 @@
"Maximum file size of {size} exceeded" : "Tiedoston enimmäiskoko {size} ylitetty",
"Error creating the share" : "Virhe jakoa luotaessa",
"Share" : "Jaa",
"Move card to another board" : "Siirrä kortti toiselle taululle",
"(Circle)" : "(Piiri)"
"Move card to another board" : "Siirrä kortti toiselle taululle"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -383,9 +383,6 @@ OC.L10N.register(
"Share {file} with a Deck card" : "Partager {file} avec Deck en tant que carte",
"Share" : "Partager",
"Move card to another board" : "Déplacer la carte vers un autre tableau ",
"Searching for users, groups and circles …" : "Recherche d'utilisateurs, de groupes et de cercles ...",
"(Circle)" : "(Cercle)",
"Assign to users/groups/circles" : "Attribuer à des utilisateurs / groupes / cercles",
"Filter by completed" : "Filtrer par état"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -381,9 +381,6 @@
"Share {file} with a Deck card" : "Partager {file} avec Deck en tant que carte",
"Share" : "Partager",
"Move card to another board" : "Déplacer la carte vers un autre tableau ",
"Searching for users, groups and circles …" : "Recherche d'utilisateurs, de groupes et de cercles ...",
"(Circle)" : "(Cercle)",
"Assign to users/groups/circles" : "Attribuer à des utilisateurs / groupes / cercles",
"Filter by completed" : "Filtrer par état"
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -389,9 +389,6 @@ OC.L10N.register(
"Share {file} with a Deck card" : "Roinn {file} le cárta Deic",
"Share" : "Comhroinn",
"Move card to another board" : "Bog cárta go bord eile",
"Searching for users, groups and circles …" : "Ag cuardach úsáideoirí, grúpaí agus ciorcail…",
"(Circle)" : "(Ciorcal)",
"Assign to users/groups/circles" : "Sann d'úsáideoirí/grúpaí/ciorcail",
"Filter by completed" : "Scag de réir críochnaithe"
},
"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);");

View File

@@ -387,9 +387,6 @@
"Share {file} with a Deck card" : "Roinn {file} le cárta Deic",
"Share" : "Comhroinn",
"Move card to another board" : "Bog cárta go bord eile",
"Searching for users, groups and circles …" : "Ag cuardach úsáideoirí, grúpaí agus ciorcail…",
"(Circle)" : "(Ciorcal)",
"Assign to users/groups/circles" : "Sann d'úsáideoirí/grúpaí/ciorcail",
"Filter by completed" : "Scag de réir críochnaithe"
},"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"
}

View File

@@ -389,9 +389,6 @@ OC.L10N.register(
"Share {file} with a Deck card" : "Compartir {file} cunha tarxeta da Gabeta",
"Share" : "Compartir",
"Move card to another board" : "Mover a tarxeta a outro taboleiro",
"Searching for users, groups and circles …" : "Buscando por usuarios, grupos e círculos…",
"(Circle)" : "(Círculo)",
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
"Filter by completed" : "Filtrar por completado"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -387,9 +387,6 @@
"Share {file} with a Deck card" : "Compartir {file} cunha tarxeta da Gabeta",
"Share" : "Compartir",
"Move card to another board" : "Mover a tarxeta a outro taboleiro",
"Searching for users, groups and circles …" : "Buscando por usuarios, grupos e círculos…",
"(Circle)" : "(Círculo)",
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
"Filter by completed" : "Filtrar por completado"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -269,9 +269,6 @@ OC.L10N.register(
"Share with a Deck card" : "שיתוף עם כרטיס חפיסה",
"Share {file} with a Deck card" : "שיתוף {file} עם כרטיס חפיסה",
"Share" : "שיתוף",
"Move card to another board" : "העברת כרטיס ללוח אחר",
"Searching for users, groups and circles …" : "מחפש משתמשים, קבוצות, ומעגלים ...",
"(Circle)" : "(מעגל)",
"Assign to users/groups/circles" : "הקצאה למשתמשים/קבוצות/מעגלים"
"Move card to another board" : "העברת כרטיס ללוח אחר"
},
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");

View File

@@ -267,9 +267,6 @@
"Share with a Deck card" : "שיתוף עם כרטיס חפיסה",
"Share {file} with a Deck card" : "שיתוף {file} עם כרטיס חפיסה",
"Share" : "שיתוף",
"Move card to another board" : "העברת כרטיס ללוח אחר",
"Searching for users, groups and circles …" : "מחפש משתמשים, קבוצות, ומעגלים ...",
"(Circle)" : "(מעגל)",
"Assign to users/groups/circles" : "הקצאה למשתמשים/קבוצות/מעגלים"
"Move card to another board" : "העברת כרטיס ללוח אחר"
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"
}

View File

@@ -287,9 +287,6 @@ OC.L10N.register(
"Share with a Deck card" : "Dijeli s Deck karticom",
"Share {file} with a Deck card" : "Dijeli {file} s Deck karticom",
"Share" : "Dijeli",
"Move card to another board" : "Premjesti karticu na drugu ploču",
"Searching for users, groups and circles …" : "Traženje korisnika, grupa i krugova...",
"(Circle)" : "(Krug)",
"Assign to users/groups/circles" : "Dodijeli korisnicima/grupama/krugovima"
"Move card to another board" : "Premjesti karticu na drugu ploču"
},
"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

@@ -285,9 +285,6 @@
"Share with a Deck card" : "Dijeli s Deck karticom",
"Share {file} with a Deck card" : "Dijeli {file} s Deck karticom",
"Share" : "Dijeli",
"Move card to another board" : "Premjesti karticu na drugu ploču",
"Searching for users, groups and circles …" : "Traženje korisnika, grupa i krugova...",
"(Circle)" : "(Krug)",
"Assign to users/groups/circles" : "Dodijeli korisnicima/grupama/krugovima"
"Move card to another board" : "Premjesti karticu na drugu ploču"
},"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

@@ -345,9 +345,6 @@ OC.L10N.register(
"Share with a Deck card" : "Megosztás kártyával",
"Share {file} with a Deck card" : "A(z) {file} megosztása egy kártyával",
"Share" : "Megosztás",
"Move card to another board" : "Kártya áthelyezése egy másik táblára",
"Searching for users, groups and circles …" : "Felhasználók, csoportok és körök keresése…",
"(Circle)" : "(Kör)",
"Assign to users/groups/circles" : "Felhasználókhoz/csoportokhoz/körökhöz rendelés"
"Move card to another board" : "Kártya áthelyezése egy másik táblára"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -343,9 +343,6 @@
"Share with a Deck card" : "Megosztás kártyával",
"Share {file} with a Deck card" : "A(z) {file} megosztása egy kártyával",
"Share" : "Megosztás",
"Move card to another board" : "Kártya áthelyezése egy másik táblára",
"Searching for users, groups and circles …" : "Felhasználók, csoportok és körök keresése…",
"(Circle)" : "(Kör)",
"Assign to users/groups/circles" : "Felhasználókhoz/csoportokhoz/körökhöz rendelés"
"Move card to another board" : "Kártya áthelyezése egy másik táblára"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -227,8 +227,6 @@ OC.L10N.register(
"Something went wrong" : "Ada yang salah",
"Maximum file size of {size} exceeded" : "Melampaui batas ukuran maksimal {size}",
"Share" : "Bagikan",
"Move card to another board" : "Pindahkan kartu ke papan lain",
"(Circle)" : "(Kelompok)",
"Assign to users/groups/circles" : "Penugasan kepada pengguna/grup/lingkaran"
"Move card to another board" : "Pindahkan kartu ke papan lain"
},
"nplurals=1; plural=0;");

View File

@@ -225,8 +225,6 @@
"Something went wrong" : "Ada yang salah",
"Maximum file size of {size} exceeded" : "Melampaui batas ukuran maksimal {size}",
"Share" : "Bagikan",
"Move card to another board" : "Pindahkan kartu ke papan lain",
"(Circle)" : "(Kelompok)",
"Assign to users/groups/circles" : "Penugasan kepada pengguna/grup/lingkaran"
"Move card to another board" : "Pindahkan kartu ke papan lain"
},"pluralForm" :"nplurals=1; plural=0;"
}

View File

@@ -350,9 +350,6 @@ OC.L10N.register(
"Share with a Deck card" : "Deila með Deck-spjaldi",
"Share {file} with a Deck card" : "Deila {file} með Deck-spjaldi",
"Share" : "Deila",
"Move card to another board" : "Færa spjald á annað borð",
"Searching for users, groups and circles …" : "Leita að notendum, hópum og hringjum …",
"(Circle)" : "(hringur)",
"Assign to users/groups/circles" : "Úthluta á notendur/hópa/hringi"
"Move card to another board" : "Færa spjald á annað borð"
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");

View File

@@ -348,9 +348,6 @@
"Share with a Deck card" : "Deila með Deck-spjaldi",
"Share {file} with a Deck card" : "Deila {file} með Deck-spjaldi",
"Share" : "Deila",
"Move card to another board" : "Færa spjald á annað borð",
"Searching for users, groups and circles …" : "Leita að notendum, hópum og hringjum …",
"(Circle)" : "(hringur)",
"Assign to users/groups/circles" : "Úthluta á notendur/hópa/hringi"
"Move card to another board" : "Færa spjald á annað borð"
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
}

View File

@@ -274,6 +274,7 @@ OC.L10N.register(
"Todo items" : "Elementi da fare",
"{count} comments, {unread} unread" : "{count} commenti, {unread} non letti",
"Edit card title" : "Modifica titolo scheda",
"Open link" : "Apri link",
"Edit title" : "Modifica titolo",
"Assign to me" : "Assegna a me",
"Unassign myself" : "Rimuovi assegnazione da me",
@@ -384,9 +385,6 @@ OC.L10N.register(
"Share {file} with a Deck card" : "Condividi {file} con una scheda di Deck",
"Share" : "Condividi",
"Move card to another board" : "Sposta scheda in un'altra lavagna",
"Searching for users, groups and circles …" : "Ricerca di utenti, gruppi e cerchie…",
"(Circle)" : "(Cerchia)",
"Assign to users/groups/circles" : "Assegna a utenti/gruppi/cerchie",
"Filter by completed" : "Filtra per completate"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -272,6 +272,7 @@
"Todo items" : "Elementi da fare",
"{count} comments, {unread} unread" : "{count} commenti, {unread} non letti",
"Edit card title" : "Modifica titolo scheda",
"Open link" : "Apri link",
"Edit title" : "Modifica titolo",
"Assign to me" : "Assegna a me",
"Unassign myself" : "Rimuovi assegnazione da me",
@@ -382,9 +383,6 @@
"Share {file} with a Deck card" : "Condividi {file} con una scheda di Deck",
"Share" : "Condividi",
"Move card to another board" : "Sposta scheda in un'altra lavagna",
"Searching for users, groups and circles …" : "Ricerca di utenti, gruppi e cerchie…",
"(Circle)" : "(Cerchia)",
"Assign to users/groups/circles" : "Assegna a utenti/gruppi/cerchie",
"Filter by completed" : "Filtra per completate"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -379,9 +379,6 @@ OC.L10N.register(
"Share {file} with a Deck card" : "{file}をデッキのカードで共有する",
"Share" : "共有",
"Move card to another board" : "カードを他のボードに移動",
"Searching for users, groups and circles …" : "ユーザー、グループ、サークルを検索しています…",
"(Circle)" : "(サークル)",
"Assign to users/groups/circles" : "ユーザー/グループ/サークルに割り当てる",
"Filter by completed" : "完成したものをフィルターする"
},
"nplurals=1; plural=0;");

View File

@@ -377,9 +377,6 @@
"Share {file} with a Deck card" : "{file}をデッキのカードで共有する",
"Share" : "共有",
"Move card to another board" : "カードを他のボードに移動",
"Searching for users, groups and circles …" : "ユーザー、グループ、サークルを検索しています…",
"(Circle)" : "(サークル)",
"Assign to users/groups/circles" : "ユーザー/グループ/サークルに割り当てる",
"Filter by completed" : "完成したものをフィルターする"
},"pluralForm" :"nplurals=1; plural=0;"
}

View File

@@ -366,9 +366,6 @@ OC.L10N.register(
"Share with a Deck card" : "Share with a Deck card",
"Share {file} with a Deck card" : "Share {file} with a Deck card",
"Share" : "Share",
"Move card to another board" : "Move card to another board",
"Searching for users, groups and circles …" : "Searching for users, groups and circles …",
"(Circle)" : "(Circle)",
"Assign to users/groups/circles" : "Assign to users/groups/circles"
"Move card to another board" : "Move card to another board"
},
"nplurals=2; plural=(n!=1);");

View File

@@ -364,9 +364,6 @@
"Share with a Deck card" : "Share with a Deck card",
"Share {file} with a Deck card" : "Share {file} with a Deck card",
"Share" : "Share",
"Move card to another board" : "Move card to another board",
"Searching for users, groups and circles …" : "Searching for users, groups and circles …",
"(Circle)" : "(Circle)",
"Assign to users/groups/circles" : "Assign to users/groups/circles"
"Move card to another board" : "Move card to another board"
},"pluralForm" :"nplurals=2; plural=(n!=1);"
}

View File

@@ -379,9 +379,6 @@ OC.L10N.register(
"Share {file} with a Deck card" : "Deck 카드와 함께 {file} 공유",
"Share" : "공유",
"Move card to another board" : "카드를 다른 보드로 이동",
"Searching for users, groups and circles …" : "사용자, 그룹, 서클 검색 중…",
"(Circle)" : "(서클)",
"Assign to users/groups/circles" : "사용자/그룹/서클에 할당",
"Filter by completed" : "완료 기준으로 필터링"
},
"nplurals=1; plural=0;");

View File

@@ -377,9 +377,6 @@
"Share {file} with a Deck card" : "Deck 카드와 함께 {file} 공유",
"Share" : "공유",
"Move card to another board" : "카드를 다른 보드로 이동",
"Searching for users, groups and circles …" : "사용자, 그룹, 서클 검색 중…",
"(Circle)" : "(서클)",
"Assign to users/groups/circles" : "사용자/그룹/서클에 할당",
"Filter by completed" : "완료 기준으로 필터링"
},"pluralForm" :"nplurals=1; plural=0;"
}

View File

@@ -284,9 +284,6 @@ OC.L10N.register(
"Maximum file size of {size} exceeded" : "Viršytas maksimalus {size} failo dydis",
"Error creating the share" : "Klaida kuriant viešinį",
"Share" : "Bendrinti",
"Move card to another board" : "Perkelti kortelę į kitą lentą",
"Searching for users, groups and circles …" : "Ieškoma naudotojų, grupių ir ratų…",
"(Circle)" : "(Ratas)",
"Assign to users/groups/circles" : "Priskirti naudotojams/grupėms/ratams"
"Move card to another board" : "Perkelti kortelę į kitą lentą"
},
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");

View File

@@ -282,9 +282,6 @@
"Maximum file size of {size} exceeded" : "Viršytas maksimalus {size} failo dydis",
"Error creating the share" : "Klaida kuriant viešinį",
"Share" : "Bendrinti",
"Move card to another board" : "Perkelti kortelę į kitą lentą",
"Searching for users, groups and circles …" : "Ieškoma naudotojų, grupių ir ratų…",
"(Circle)" : "(Ratas)",
"Assign to users/groups/circles" : "Priskirti naudotojams/grupėms/ratams"
"Move card to another board" : "Perkelti kortelę į kitą lentą"
},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"
}

View File

@@ -277,9 +277,6 @@ OC.L10N.register(
"Share with a Deck card" : "Споделено со Deck картица",
"Share {file} with a Deck card" : "Сподели {file} со Deck картица",
"Share" : "Сподели",
"Move card to another board" : "Премести ја картицата на друга табла",
"Searching for users, groups and circles …" : "Пребарување на корисници, групи или кругови ...",
"(Circle)" : "(Круг)",
"Assign to users/groups/circles" : "Додели на корисници/групи/кругови"
"Move card to another board" : "Премести ја картицата на друга табла"
},
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");

View File

@@ -275,9 +275,6 @@
"Share with a Deck card" : "Споделено со Deck картица",
"Share {file} with a Deck card" : "Сподели {file} со Deck картица",
"Share" : "Сподели",
"Move card to another board" : "Премести ја картицата на друга табла",
"Searching for users, groups and circles …" : "Пребарување на корисници, групи или кругови ...",
"(Circle)" : "(Круг)",
"Assign to users/groups/circles" : "Додели на корисници/групи/кругови"
"Move card to another board" : "Премести ја картицата на друга табла"
},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"
}

View File

@@ -380,9 +380,6 @@ OC.L10N.register(
"Share {file} with a Deck card" : "Del {file} med et Stokk-kort",
"Share" : "Del",
"Move card to another board" : "Flytt kort til annen tavle",
"Searching for users, groups and circles …" : "Søker etter brukere, grupper og sirkler ...",
"(Circle)" : "(Sirkel)",
"Assign to users/groups/circles" : "Tildel brukere/grupper/sirkler",
"Filter by completed" : "Filtrer etter fullført"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -378,9 +378,6 @@
"Share {file} with a Deck card" : "Del {file} med et Stokk-kort",
"Share" : "Del",
"Move card to another board" : "Flytt kort til annen tavle",
"Searching for users, groups and circles …" : "Søker etter brukere, grupper og sirkler ...",
"(Circle)" : "(Sirkel)",
"Assign to users/groups/circles" : "Tildel brukere/grupper/sirkler",
"Filter by completed" : "Filtrer etter fullført"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -349,9 +349,6 @@ OC.L10N.register(
"Share with a Deck card" : "Delen met een Deck kaart",
"Share {file} with a Deck card" : "Delen {file} met een Deck kaart",
"Share" : "Delen",
"Move card to another board" : "Verplaats kaart naar een ander bord",
"Searching for users, groups and circles …" : "Bezig met zoeken naar gebruikers, groepen en kringen ...",
"(Circle)" : "(Kring)",
"Assign to users/groups/circles" : "Toewijzen aan gebruikers/groepen/kringen"
"Move card to another board" : "Verplaats kaart naar een ander bord"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -347,9 +347,6 @@
"Share with a Deck card" : "Delen met een Deck kaart",
"Share {file} with a Deck card" : "Delen {file} met een Deck kaart",
"Share" : "Delen",
"Move card to another board" : "Verplaats kaart naar een ander bord",
"Searching for users, groups and circles …" : "Bezig met zoeken naar gebruikers, groepen en kringen ...",
"(Circle)" : "(Kring)",
"Assign to users/groups/circles" : "Toewijzen aan gebruikers/groepen/kringen"
"Move card to another board" : "Verplaats kaart naar een ander bord"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -351,9 +351,6 @@ OC.L10N.register(
"Share with a Deck card" : "Udostępnij za pomocą karty Tablicy",
"Share {file} with a Deck card" : "Udostępnij {file} za pomocą karty Tablicy",
"Share" : "Udostępnianie",
"Move card to another board" : "Przenieś kartę na inną tablicę",
"Searching for users, groups and circles …" : "Szukam użytkowników, grup i kręgów…",
"(Circle)" : "(Krąg)",
"Assign to users/groups/circles" : "Przypisz do użytkowników/grup/kręgów"
"Move card to another board" : "Przenieś kartę na inną tablicę"
},
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");

View File

@@ -349,9 +349,6 @@
"Share with a Deck card" : "Udostępnij za pomocą karty Tablicy",
"Share {file} with a Deck card" : "Udostępnij {file} za pomocą karty Tablicy",
"Share" : "Udostępnianie",
"Move card to another board" : "Przenieś kartę na inną tablicę",
"Searching for users, groups and circles …" : "Szukam użytkowników, grup i kręgów…",
"(Circle)" : "(Krąg)",
"Assign to users/groups/circles" : "Przypisz do użytkowników/grup/kręgów"
"Move card to another board" : "Przenieś kartę na inną tablicę"
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
}

View File

@@ -381,9 +381,6 @@ OC.L10N.register(
"Share {file} with a Deck card" : "Compartilhar {file} com um cartão Deck",
"Share" : "Compartilhar",
"Move card to another board" : "Mover o cartão para outro painel",
"Searching for users, groups and circles …" : "Procurando usuários, grupos e círculos...",
"(Circle)" : "(Círculo)",
"Assign to users/groups/circles" : "Atribuir a usuários/grupos/círculos",
"Filter by completed" : "Filtrar por concluído"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -379,9 +379,6 @@
"Share {file} with a Deck card" : "Compartilhar {file} com um cartão Deck",
"Share" : "Compartilhar",
"Move card to another board" : "Mover o cartão para outro painel",
"Searching for users, groups and circles …" : "Procurando usuários, grupos e círculos...",
"(Circle)" : "(Círculo)",
"Assign to users/groups/circles" : "Atribuir a usuários/grupos/círculos",
"Filter by completed" : "Filtrar por concluído"
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -345,9 +345,6 @@ OC.L10N.register(
"Share with a Deck card" : "Partajează cu un card Deck",
"Share {file} with a Deck card" : "Partajează {file} cu un card Deck",
"Share" : "Partajează",
"Move card to another board" : "Mută cardul în alt panou",
"Searching for users, groups and circles …" : "Căutare utilizatori, grupuri sau cercuri ...",
"(Circle)" : "(Cerc)",
"Assign to users/groups/circles" : "Repartizează la utilizatori/grupuri/cercuri"
"Move card to another board" : "Mută cardul în alt panou"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");

View File

@@ -343,9 +343,6 @@
"Share with a Deck card" : "Partajează cu un card Deck",
"Share {file} with a Deck card" : "Partajează {file} cu un card Deck",
"Share" : "Partajează",
"Move card to another board" : "Mută cardul în alt panou",
"Searching for users, groups and circles …" : "Căutare utilizatori, grupuri sau cercuri ...",
"(Circle)" : "(Cerc)",
"Assign to users/groups/circles" : "Repartizează la utilizatori/grupuri/cercuri"
"Move card to another board" : "Mută cardul în alt panou"
},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
}

View File

@@ -380,9 +380,6 @@ OC.L10N.register(
"Share {file} with a Deck card" : "Опубликовать «{file}» в приложении Карточки",
"Share" : "Опубликовать",
"Move card to another board" : "Переместить карточку на другую доску",
"Searching for users, groups and circles …" : "Поиск пользователей, групп или кругов...",
"(Circle)" : "(Круг)",
"Assign to users/groups/circles" : "Назначить пользователям / группам / кругам",
"Filter by completed" : "Отбор по состоянию завершения"
},
"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

@@ -378,9 +378,6 @@
"Share {file} with a Deck card" : "Опубликовать «{file}» в приложении Карточки",
"Share" : "Опубликовать",
"Move card to another board" : "Переместить карточку на другую доску",
"Searching for users, groups and circles …" : "Поиск пользователей, групп или кругов...",
"(Circle)" : "(Круг)",
"Assign to users/groups/circles" : "Назначить пользователям / группам / кругам",
"Filter by completed" : "Отбор по состоянию завершения"
},"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

@@ -289,9 +289,6 @@ OC.L10N.register(
"Share with a Deck card" : "Cumpartzi cun un'ischeda deck",
"Share {file} with a Deck card" : "Cumpartzi {file} cun un'ischeda de deck",
"Share" : "Cumpartzi",
"Move card to another board" : "Tràmuda s'ischeda a un'àtera lavagna",
"Searching for users, groups and circles …" : "Chirchende utentes, grupos e tropas ...",
"(Circle)" : "(Giru)",
"Assign to users/groups/circles" : "Assigna a utentes/grupos/tropas"
"Move card to another board" : "Tràmuda s'ischeda a un'àtera lavagna"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -287,9 +287,6 @@
"Share with a Deck card" : "Cumpartzi cun un'ischeda deck",
"Share {file} with a Deck card" : "Cumpartzi {file} cun un'ischeda de deck",
"Share" : "Cumpartzi",
"Move card to another board" : "Tràmuda s'ischeda a un'àtera lavagna",
"Searching for users, groups and circles …" : "Chirchende utentes, grupos e tropas ...",
"(Circle)" : "(Giru)",
"Assign to users/groups/circles" : "Assigna a utentes/grupos/tropas"
"Move card to another board" : "Tràmuda s'ischeda a un'àtera lavagna"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -389,9 +389,6 @@ OC.L10N.register(
"Share {file} with a Deck card" : "Zdieľať {file} s kartou Deck",
"Share" : "Zdieľať",
"Move card to another board" : "Presunúť kartu na inú nástenku",
"Searching for users, groups and circles …" : "Vyhľadávanie v používateľoch, skupinách a kruhoch...",
"(Circle)" : "(Kruh)",
"Assign to users/groups/circles" : "Priradiť používateľom/skupinám/kruhom",
"Filter by completed" : "Filtrovať podľa dokončených"
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");

View File

@@ -387,9 +387,6 @@
"Share {file} with a Deck card" : "Zdieľať {file} s kartou Deck",
"Share" : "Zdieľať",
"Move card to another board" : "Presunúť kartu na inú nástenku",
"Searching for users, groups and circles …" : "Vyhľadávanie v používateľoch, skupinách a kruhoch...",
"(Circle)" : "(Kruh)",
"Assign to users/groups/circles" : "Priradiť používateľom/skupinám/kruhom",
"Filter by completed" : "Filtrovať podľa dokončených"
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
}

View File

@@ -328,9 +328,6 @@ OC.L10N.register(
"Share with a Deck card" : "Poveži z nalogo Deck",
"Share {file} with a Deck card" : "Poveži datoteko {file} z nalogo Deck",
"Share" : "Souporaba",
"Move card to another board" : "Premakni nalogo v drugo zbirko",
"Searching for users, groups and circles …" : "Iskanje uporabnikov, skupin in krogov ...",
"(Circle)" : "(Krog)",
"Assign to users/groups/circles" : "Dodeli uporabnikom/skupinam/krogom"
"Move card to another board" : "Premakni nalogo v drugo zbirko"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");

View File

@@ -326,9 +326,6 @@
"Share with a Deck card" : "Poveži z nalogo Deck",
"Share {file} with a Deck card" : "Poveži datoteko {file} z nalogo Deck",
"Share" : "Souporaba",
"Move card to another board" : "Premakni nalogo v drugo zbirko",
"Searching for users, groups and circles …" : "Iskanje uporabnikov, skupin in krogov ...",
"(Circle)" : "(Krog)",
"Assign to users/groups/circles" : "Dodeli uporabnikom/skupinam/krogom"
"Move card to another board" : "Premakni nalogo v drugo zbirko"
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
}

View File

@@ -389,9 +389,6 @@ OC.L10N.register(
"Share {file} with a Deck card" : "Дели {file} са Шпил картицом",
"Share" : "Подели",
"Move card to another board" : "Помери картицу на другу таблу",
"Searching for users, groups and circles …" : "Претрага корисника, група и кругова ...",
"(Circle)" : "(Круг)",
"Assign to users/groups/circles" : "Додели корисницима/групама/круговима",
"Filter by completed" : "Филтрирај по завршеном"
},
"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

@@ -387,9 +387,6 @@
"Share {file} with a Deck card" : "Дели {file} са Шпил картицом",
"Share" : "Подели",
"Move card to another board" : "Помери картицу на другу таблу",
"Searching for users, groups and circles …" : "Претрага корисника, група и кругова ...",
"(Circle)" : "(Круг)",
"Assign to users/groups/circles" : "Додели корисницима/групама/круговима",
"Filter by completed" : "Филтрирај по завршеном"
},"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

@@ -389,9 +389,6 @@ OC.L10N.register(
"Share {file} with a Deck card" : "Dela {file} med ett Deck-kort",
"Share" : "Dela",
"Move card to another board" : "Flytta kort till en annan tavla",
"Searching for users, groups and circles …" : "Söker efter användare, grupper och cirklar …",
"(Circle)" : "(Cirkel)",
"Assign to users/groups/circles" : "Tilldela till användare/grupper/cirklar",
"Filter by completed" : "Filtrera efter slutfört"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -387,9 +387,6 @@
"Share {file} with a Deck card" : "Dela {file} med ett Deck-kort",
"Share" : "Dela",
"Move card to another board" : "Flytta kort till en annan tavla",
"Searching for users, groups and circles …" : "Söker efter användare, grupper och cirklar …",
"(Circle)" : "(Cirkel)",
"Assign to users/groups/circles" : "Tilldela till användare/grupper/cirklar",
"Filter by completed" : "Filtrera efter slutfört"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -389,9 +389,6 @@ OC.L10N.register(
"Share {file} with a Deck card" : "{file} dosyasını bir tahta kartı ile paylaş",
"Share" : "Paylaş",
"Move card to another board" : "Kartı başka bir panoya taşı",
"Searching for users, groups and circles …" : "Kullanıcılar, gruplar ve takımlar aranıyor…",
"(Circle)" : "(Takım)",
"Assign to users/groups/circles" : "Kullanıcı/grup/takım ata",
"Filter by completed" : "Tamamlanmaya göre sırala"
},
"nplurals=2; plural=(n > 1);");

View File

@@ -387,9 +387,6 @@
"Share {file} with a Deck card" : "{file} dosyasını bir tahta kartı ile paylaş",
"Share" : "Paylaş",
"Move card to another board" : "Kartı başka bir panoya taşı",
"Searching for users, groups and circles …" : "Kullanıcılar, gruplar ve takımlar aranıyor…",
"(Circle)" : "(Takım)",
"Assign to users/groups/circles" : "Kullanıcı/grup/takım ata",
"Filter by completed" : "Tamamlanmaya göre sırala"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}

View File

@@ -381,9 +381,6 @@ OC.L10N.register(
"Share {file} with a Deck card" : "{file} نى پالۋان كارتىسى بىلەن ھەمبەھىرلەڭ",
"Share" : "ھەمبەھىر",
"Move card to another board" : "كارتىنى باشقا تاختىغا يۆتكەڭ",
"Searching for users, groups and circles …" : "ئىشلەتكۈچى ، گۇرۇپپا ۋە چەمبىرەكلەرنى ئىزدەش…",
"(Circle)" : "(Circle)",
"Assign to users/groups/circles" : "ئىشلەتكۈچى / گۇرۇپپا / چەمبىرەككە تەقسىم قىلىڭ",
"Filter by completed" : "تاماملانغان سۈزگۈچ"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -379,9 +379,6 @@
"Share {file} with a Deck card" : "{file} نى پالۋان كارتىسى بىلەن ھەمبەھىرلەڭ",
"Share" : "ھەمبەھىر",
"Move card to another board" : "كارتىنى باشقا تاختىغا يۆتكەڭ",
"Searching for users, groups and circles …" : "ئىشلەتكۈچى ، گۇرۇپپا ۋە چەمبىرەكلەرنى ئىزدەش…",
"(Circle)" : "(Circle)",
"Assign to users/groups/circles" : "ئىشلەتكۈچى / گۇرۇپپا / چەمبىرەككە تەقسىم قىلىڭ",
"Filter by completed" : "تاماملانغان سۈزگۈچ"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -239,8 +239,6 @@ OC.L10N.register(
"Maximum file size of {size} exceeded" : "Досягнуто максимальний розмір файлу {size}",
"Error creating the share" : "Помилка створення спільного доступу",
"Share" : "Спільний доступ",
"Move card to another board" : "Перемістити картку до іншої дошки",
"(Circle)" : "(Коло)",
"Assign to users/groups/circles" : "Призначити користувачам/групам/колам"
"Move card to another board" : "Перемістити картку до іншої дошки"
},
"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");

View File

@@ -237,8 +237,6 @@
"Maximum file size of {size} exceeded" : "Досягнуто максимальний розмір файлу {size}",
"Error creating the share" : "Помилка створення спільного доступу",
"Share" : "Спільний доступ",
"Move card to another board" : "Перемістити картку до іншої дошки",
"(Circle)" : "(Коло)",
"Assign to users/groups/circles" : "Призначити користувачам/групам/колам"
"Move card to another board" : "Перемістити картку до іншої дошки"
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"
}

View File

@@ -379,9 +379,6 @@ OC.L10N.register(
"Share {file} with a Deck card" : "Chia sẻ {file} với một thẻ Kế Hoạch",
"Share" : "Chia sẻ",
"Move card to another board" : "Di chuyển thẻ sang bảng khác",
"Searching for users, groups and circles …" : "Tìm kiếm người dùng, nhóm và vòng kết nối ...",
"(Circle)" : "(Vòng Kết Nối)",
"Assign to users/groups/circles" : "Gán cho người dùng/nhóm/vòng kết nối",
"Filter by completed" : "Lọc theo đã việc đã hoàn thành"
},
"nplurals=1; plural=0;");

View File

@@ -377,9 +377,6 @@
"Share {file} with a Deck card" : "Chia sẻ {file} với một thẻ Kế Hoạch",
"Share" : "Chia sẻ",
"Move card to another board" : "Di chuyển thẻ sang bảng khác",
"Searching for users, groups and circles …" : "Tìm kiếm người dùng, nhóm và vòng kết nối ...",
"(Circle)" : "(Vòng Kết Nối)",
"Assign to users/groups/circles" : "Gán cho người dùng/nhóm/vòng kết nối",
"Filter by completed" : "Lọc theo đã việc đã hoàn thành"
},"pluralForm" :"nplurals=1; plural=0;"
}

View File

@@ -356,9 +356,6 @@ OC.L10N.register(
"Share with a Deck card" : "分享给一张看板卡片",
"Share {file} with a Deck card" : "将{file}分享给一张看板卡片",
"Share" : "分享",
"Move card to another board" : "将卡片移到其他面板",
"Searching for users, groups and circles …" : "正在搜索用户、群组和圈子 ......",
"(Circle)" : "(圈子)",
"Assign to users/groups/circles" : "指派给用户/群组/圈子"
"Move card to another board" : "将卡片移到其他面板"
},
"nplurals=1; plural=0;");

View File

@@ -354,9 +354,6 @@
"Share with a Deck card" : "分享给一张看板卡片",
"Share {file} with a Deck card" : "将{file}分享给一张看板卡片",
"Share" : "分享",
"Move card to another board" : "将卡片移到其他面板",
"Searching for users, groups and circles …" : "正在搜索用户、群组和圈子 ......",
"(Circle)" : "(圈子)",
"Assign to users/groups/circles" : "指派给用户/群组/圈子"
"Move card to another board" : "将卡片移到其他面板"
},"pluralForm" :"nplurals=1; plural=0;"
}

View File

@@ -389,9 +389,6 @@ OC.L10N.register(
"Share {file} with a Deck card" : "用一張 Deck 卡片分享 {file}",
"Share" : "分享",
"Move card to another board" : "將卡片移到其他面板",
"Searching for users, groups and circles …" : "正在搜尋用戶、群組和圈子 ......",
"(Circle)" : "(圈子)",
"Assign to users/groups/circles" : "指派給用戶/群組/圈子",
"Filter by completed" : "按已完成篩選"
},
"nplurals=1; plural=0;");

View File

@@ -387,9 +387,6 @@
"Share {file} with a Deck card" : "用一張 Deck 卡片分享 {file}",
"Share" : "分享",
"Move card to another board" : "將卡片移到其他面板",
"Searching for users, groups and circles …" : "正在搜尋用戶、群組和圈子 ......",
"(Circle)" : "(圈子)",
"Assign to users/groups/circles" : "指派給用戶/群組/圈子",
"Filter by completed" : "按已完成篩選"
},"pluralForm" :"nplurals=1; plural=0;"
}

View File

@@ -389,9 +389,6 @@ OC.L10N.register(
"Share {file} with a Deck card" : "與 Deck 卡片分享 {file}",
"Share" : "分享",
"Move card to another board" : "將卡片移動到其他佈告欄",
"Searching for users, groups and circles …" : "搜尋使用者、群組與小圈圈……",
"(Circle)" : "(小圈圈)",
"Assign to users/groups/circles" : "分配給使用者/群組/小圈圈",
"Filter by completed" : "按已完成篩選"
},
"nplurals=1; plural=0;");

View File

@@ -387,9 +387,6 @@
"Share {file} with a Deck card" : "與 Deck 卡片分享 {file}",
"Share" : "分享",
"Move card to another board" : "將卡片移動到其他佈告欄",
"Searching for users, groups and circles …" : "搜尋使用者、群組與小圈圈……",
"(Circle)" : "(小圈圈)",
"Assign to users/groups/circles" : "分配給使用者/群組/小圈圈",
"Filter by completed" : "按已完成篩選"
},"pluralForm" :"nplurals=1; plural=0;"
}

View File

@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
"version": "1.15.0-beta.1",
"version": "1.15.0-beta.2",
"authors": [
{
"name": "Julius Härtl",
@@ -106,4 +106,4 @@
"<rootDir>/node_modules/jest-serializer-vue"
]
}
}
}