diff --git a/l10n/hu.js b/l10n/hu.js
index 148f131a3..8b6f61ce7 100644
--- a/l10n/hu.js
+++ b/l10n/hu.js
@@ -28,12 +28,14 @@ OC.L10N.register(
"All Boards" : "Minden tábla",
"Archived boards" : "Archív táblák",
"Share board" : "Tábla megosztása",
+ "Actions" : "Műveletek",
"Enter a card title" : "Adj meg egy kártya címet",
"Add card" : "Kártya hozzáadása",
"Close" : "Bezárás",
"Sharing" : "Megosztás",
"Tags" : "Címkék",
"Deleted items" : "Törölt elemek",
+ "Timeline" : "Idővonal",
"Select users or groups to share with" : "Válassz felhasználókat vagy csoportokat a megosztáshoz",
"Access for" : "Hozzáfér",
"No matching user or group found." : "Nem található egyező felhasználó vagy csoport.",
@@ -42,6 +44,7 @@ OC.L10N.register(
"Share" : "Megosztás",
"Manage" : "Kezelés",
"Discard share" : "Megosztás figyelmen kívül hagyása",
+ "Delete tag" : "Címke törlés",
"Create" : "Létrehozás",
"Create a new tag" : "Új címke létrehozása",
"Deleted cards" : "Törölt kártyák",
@@ -54,6 +57,7 @@ OC.L10N.register(
"Unarchive board" : "Tábla archiválásának visszavonása",
"Delete board" : "Tábla törlése",
"Update board" : "Tábla frissítése",
+ "Reset board" : "Tábla visszaállítás",
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Táblatörlés visszavonása - Egyébként a tábla a következő időzített folyamatfutáskor törlődik.",
"Create new board" : "Új tábla",
"New board title" : "Új tábla címe",
@@ -62,6 +66,7 @@ OC.L10N.register(
"by" : "tőle: ",
"Undo file deletion" : "Fájltörlés visszavonása",
"Insert the file into the description" : "Illeszd be a fájlt a leírásba",
+ "Delete attachment" : "Melléklet törlése",
"Modified:" : "Módosítva:",
"Created:" : "Létrehozva:",
"Choose a tag" : "Válassz címkét",
diff --git a/l10n/hu.json b/l10n/hu.json
index b61035be6..22206af00 100644
--- a/l10n/hu.json
+++ b/l10n/hu.json
@@ -26,12 +26,14 @@
"All Boards" : "Minden tábla",
"Archived boards" : "Archív táblák",
"Share board" : "Tábla megosztása",
+ "Actions" : "Műveletek",
"Enter a card title" : "Adj meg egy kártya címet",
"Add card" : "Kártya hozzáadása",
"Close" : "Bezárás",
"Sharing" : "Megosztás",
"Tags" : "Címkék",
"Deleted items" : "Törölt elemek",
+ "Timeline" : "Idővonal",
"Select users or groups to share with" : "Válassz felhasználókat vagy csoportokat a megosztáshoz",
"Access for" : "Hozzáfér",
"No matching user or group found." : "Nem található egyező felhasználó vagy csoport.",
@@ -40,6 +42,7 @@
"Share" : "Megosztás",
"Manage" : "Kezelés",
"Discard share" : "Megosztás figyelmen kívül hagyása",
+ "Delete tag" : "Címke törlés",
"Create" : "Létrehozás",
"Create a new tag" : "Új címke létrehozása",
"Deleted cards" : "Törölt kártyák",
@@ -52,6 +55,7 @@
"Unarchive board" : "Tábla archiválásának visszavonása",
"Delete board" : "Tábla törlése",
"Update board" : "Tábla frissítése",
+ "Reset board" : "Tábla visszaállítás",
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Táblatörlés visszavonása - Egyébként a tábla a következő időzített folyamatfutáskor törlődik.",
"Create new board" : "Új tábla",
"New board title" : "Új tábla címe",
@@ -60,6 +64,7 @@
"by" : "tőle: ",
"Undo file deletion" : "Fájltörlés visszavonása",
"Insert the file into the description" : "Illeszd be a fájlt a leírásba",
+ "Delete attachment" : "Melléklet törlése",
"Modified:" : "Módosítva:",
"Created:" : "Létrehozva:",
"Choose a tag" : "Válassz címkét",
diff --git a/l10n/sr.js b/l10n/sr.js
index 2abf73ace..5b928f5c5 100644
--- a/l10n/sr.js
+++ b/l10n/sr.js
@@ -21,13 +21,60 @@ OC.L10N.register(
"You have removed {acl} from the board {board}" : "Уклонили сте {acl} са табле {board}",
"{user} has removed {acl} from the board {board}" : "{user} је уклонио {acl} са табле {board}",
"You have renamed the board {before} to {board}" : "Преименовали сте таблу {before} у {board}",
+ "{user} has renamed the board {before} to {board}" : "{user} је преименовао таблу {before} у {board}",
"You have archived the board {board}" : "Архивирали сте таблу {board}",
"{user} has archived the board {before}" : "{user} је архивирао таблу {before}",
"You have unarchived the board {board}" : "Вратили сте таблу {board} из архиве",
"{user} has unarchived the board {before}" : "{user} је вратио таблу {before} из архиве",
+ "You have created a new stack {stack} on board {board}" : "Направили сте нову гомилу {stack} на табли {board}",
+ "{user} has created a new stack {stack} on board {board}" : "{user} је направио нову гомилу {stack} на табли {board}",
+ "You have renamed stack {before} to {stack} on board {board}" : "Преименовали сте гомилу {before} у {stack} на табли {board}",
+ "{user} has renamed stack {before} to {stack} on board {board}" : "{user} је преименовао гомилу {before} у {stack} на табли {board}",
+ "You have deleted stack {stack} on board {board}" : "Обрисали сте гомилу {stack} са табле {board}",
+ "{user} has deleted stack {stack} on board {board}" : "{user} је обрисао гомилу {stack} са табле {board}",
+ "You have created card {card} in stack {stack} on board {board}" : "Направили сте картицу {card} на гомили {stack} у табли {board}",
+ "{user} has created card {card} in stack {stack} on board {board}" : "{user} је направио картицу {card} на гомили {stack} у табли {board}",
+ "You have deleted card {card} in stack {stack} on board {board}" : "Обрисали сте картицу {card} са гомиле {stack} у табли {board}",
+ "{user} has deleted card {card} in stack {stack} on board {board}" : "{user} је обрисао картицу {card} са гомиле {stack} у табли {board}",
"You have renamed the card {before} to {card}" : "Преименовали сте картицу {before} као картицу {card}",
"{user} has renamed the card {before} to {card}" : "{user} је преименовао картицу {before} као картицу {card}",
- "Deck" : "Шпил",
+ "You have added a description to card {card} in stack {stack} on board {board}" : "Додали сте опис картици {card} са гомиле {stack} на табли {board}",
+ "{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} је додао опис картици {card} са гомиле {stack} на табли {board}",
+ "You have updated the description of card {card} in stack {stack} on board {board}" : "Ажурирали сте опис картице {card} са гомиле {stack} на табли {board}",
+ "{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} је ажурирао опис картице {card} са гомиле {stack} на табли {board}",
+ "You have archived card {card} in stack {stack} on board {board}" : "Архивирали сте картицу {card} са гомиле {stack} на табли {board}",
+ "{user} has archived card {card} in stack {stack} on board {board}" : "{user} је архивирао картицу {card} са гомиле {stack} на табли {board}",
+ "You have unarchived card {card} in stack {stack} on board {board}" : "Вратили сте из архиве картицу {card} са гомиле {stack} у табли {board}",
+ "{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} је вратио из архиве картицу {card} са гомиле {stack} у табли {board}",
+ "You have removed the due date of card {card}" : "Уклонили сте рок са картице {card}",
+ "{user} has removed the due date of card {card}" : "{user} је уклонио рок са картице {card}",
+ "You have set the due date of card {card} to {after}" : "Поставили сте рок {after} на картици {card}",
+ "{user} has set the due date of card {card} to {after}" : "{user} је поставио рок {after} на картици {card}",
+ "You have updated the due date of card {card} to {after}" : "Ажурирали сте рок на {after} на картици {card}",
+ "{user} has updated the due date of card {card} to {after}" : "{user} је ажурирао рок на {after} на картици {card}",
+ "You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Додали сте ознаку {label} на картицу {card} са гомиле {stack} у табли {board}",
+ "{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} је додао ознаку {label} на картицу {card} са гомиле {stack} у табли {board}",
+ "You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Уклонили сте ознаку {label} са картице {card} са гомиле {stack} у табли {board}",
+ "{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} је уклонио ознаку {label} са картице {card} са гомиле {stack} у табли {board}",
+ "You have assigned {assigneduser} to card {card} on board {board}" : "Доделили сте корисника {assigneduser} картици {card} са табле {board}",
+ "{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} је доделио корисника {assigneduser} картици {card} са табле {board}",
+ "You have unassigned {assigneduser} from card {card} on board {board}" : "Склонили сте корисника {assigneduser} са картице {card} са табле {board}",
+ "{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} је склонио корисника {assigneduser} са картице {card} са табле {board}",
+ "You have moved the card {card} from stack {stackBefore} to {stack}" : "Померили сте картицу {card} са гомиле {stackBefore} на гомилу {stack}",
+ "{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} је померио картицу {card} са гомиле {stackBefore} на гомилу {stack}",
+ "You have added the attachment {attachment} to card {card}" : "Додали сте прилог {attachment} на картицу {card}",
+ "{user} has added the attachment {attachment} to card {card}" : "{user} је додао прилог {attachment} на картицу {card}",
+ "You have updated the attachment {attachment} on card {card}" : "Ажурирали сте прилог {attachment} на картици {card}",
+ "{user} has updated the attachment {attachment} to card {card}" : "{user} је ажурирао прилог {attachment} на картици {card}",
+ "You have deleted the attachment {attachment} from card {card}" : "Обрисали сте прилог {attachment} са картице {card}",
+ "{user} has deleted the attachment {attachment} to card {card}" : "{user} је обрисао прилог {attachment} са картице {card}",
+ "You have restored the attachment {attachment} to card {card}" : "Повратили сте прилог {attachment} на картицу {card}",
+ "{user} has restored the attachment {attachment} to card {card}" : "{user} је повратио прилог {attachment} на картицу {card}",
+ "You have commented on card {card}" : "Оставили сте коментар на картици {card}",
+ "{user} has commented on card {card}" : "{user} је оставио коментар на картици {card}",
+ "A card description inside the Deck app has been changed" : "опис картице унутар Deck апликације је промењен",
+ "Deck" : "Deck",
+ "Changes in the Deck app" : "Измене у Deck апликацији",
"Personal" : "Лично",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Корисник %s Вам је доделио картицу „%s“ са табле „%s“.",
"{user} has assigned the card \"%s\" on \"%s\" to you." : "Корисник {user} Вам је доделио картицу „%s“ са табле „%s“.",
@@ -89,6 +136,7 @@ OC.L10N.register(
"Share" : "Дели",
"Manage" : "Управљај",
"Discard share" : "Одбаци дељење",
+ "Sharing has been disabled for your account." : "Дељење је искључено за Ваш налог.",
"Update tag" : "Ажурирај ознаку",
"Edit tag" : "Измени ознаку",
"Delete tag" : "Обриши ознаку",
@@ -140,6 +188,9 @@ OC.L10N.register(
"Add a card description…" : "Додај опис картице…",
"Shared boards" : "Дељене табле",
"Move board to archive" : "Помери таблу у архиву",
- "Create a new board" : "Направи нову таблу"
+ "Create a new board" : "Направи нову таблу",
+ "Settings" : "Поставке",
+ "Limit deck to groups" : "Ограничи шпил на групе",
+ "Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Ограничавање Deck апликације ће блокирати кориснике који нису део одабраних група да креирају своје табле. Корисници ће и даље моћи да раде на таблама које су подељене са њима."
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
diff --git a/l10n/sr.json b/l10n/sr.json
index adfd4ab81..a811a1fda 100644
--- a/l10n/sr.json
+++ b/l10n/sr.json
@@ -19,13 +19,60 @@
"You have removed {acl} from the board {board}" : "Уклонили сте {acl} са табле {board}",
"{user} has removed {acl} from the board {board}" : "{user} је уклонио {acl} са табле {board}",
"You have renamed the board {before} to {board}" : "Преименовали сте таблу {before} у {board}",
+ "{user} has renamed the board {before} to {board}" : "{user} је преименовао таблу {before} у {board}",
"You have archived the board {board}" : "Архивирали сте таблу {board}",
"{user} has archived the board {before}" : "{user} је архивирао таблу {before}",
"You have unarchived the board {board}" : "Вратили сте таблу {board} из архиве",
"{user} has unarchived the board {before}" : "{user} је вратио таблу {before} из архиве",
+ "You have created a new stack {stack} on board {board}" : "Направили сте нову гомилу {stack} на табли {board}",
+ "{user} has created a new stack {stack} on board {board}" : "{user} је направио нову гомилу {stack} на табли {board}",
+ "You have renamed stack {before} to {stack} on board {board}" : "Преименовали сте гомилу {before} у {stack} на табли {board}",
+ "{user} has renamed stack {before} to {stack} on board {board}" : "{user} је преименовао гомилу {before} у {stack} на табли {board}",
+ "You have deleted stack {stack} on board {board}" : "Обрисали сте гомилу {stack} са табле {board}",
+ "{user} has deleted stack {stack} on board {board}" : "{user} је обрисао гомилу {stack} са табле {board}",
+ "You have created card {card} in stack {stack} on board {board}" : "Направили сте картицу {card} на гомили {stack} у табли {board}",
+ "{user} has created card {card} in stack {stack} on board {board}" : "{user} је направио картицу {card} на гомили {stack} у табли {board}",
+ "You have deleted card {card} in stack {stack} on board {board}" : "Обрисали сте картицу {card} са гомиле {stack} у табли {board}",
+ "{user} has deleted card {card} in stack {stack} on board {board}" : "{user} је обрисао картицу {card} са гомиле {stack} у табли {board}",
"You have renamed the card {before} to {card}" : "Преименовали сте картицу {before} као картицу {card}",
"{user} has renamed the card {before} to {card}" : "{user} је преименовао картицу {before} као картицу {card}",
- "Deck" : "Шпил",
+ "You have added a description to card {card} in stack {stack} on board {board}" : "Додали сте опис картици {card} са гомиле {stack} на табли {board}",
+ "{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} је додао опис картици {card} са гомиле {stack} на табли {board}",
+ "You have updated the description of card {card} in stack {stack} on board {board}" : "Ажурирали сте опис картице {card} са гомиле {stack} на табли {board}",
+ "{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} је ажурирао опис картице {card} са гомиле {stack} на табли {board}",
+ "You have archived card {card} in stack {stack} on board {board}" : "Архивирали сте картицу {card} са гомиле {stack} на табли {board}",
+ "{user} has archived card {card} in stack {stack} on board {board}" : "{user} је архивирао картицу {card} са гомиле {stack} на табли {board}",
+ "You have unarchived card {card} in stack {stack} on board {board}" : "Вратили сте из архиве картицу {card} са гомиле {stack} у табли {board}",
+ "{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} је вратио из архиве картицу {card} са гомиле {stack} у табли {board}",
+ "You have removed the due date of card {card}" : "Уклонили сте рок са картице {card}",
+ "{user} has removed the due date of card {card}" : "{user} је уклонио рок са картице {card}",
+ "You have set the due date of card {card} to {after}" : "Поставили сте рок {after} на картици {card}",
+ "{user} has set the due date of card {card} to {after}" : "{user} је поставио рок {after} на картици {card}",
+ "You have updated the due date of card {card} to {after}" : "Ажурирали сте рок на {after} на картици {card}",
+ "{user} has updated the due date of card {card} to {after}" : "{user} је ажурирао рок на {after} на картици {card}",
+ "You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Додали сте ознаку {label} на картицу {card} са гомиле {stack} у табли {board}",
+ "{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} је додао ознаку {label} на картицу {card} са гомиле {stack} у табли {board}",
+ "You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Уклонили сте ознаку {label} са картице {card} са гомиле {stack} у табли {board}",
+ "{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} је уклонио ознаку {label} са картице {card} са гомиле {stack} у табли {board}",
+ "You have assigned {assigneduser} to card {card} on board {board}" : "Доделили сте корисника {assigneduser} картици {card} са табле {board}",
+ "{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} је доделио корисника {assigneduser} картици {card} са табле {board}",
+ "You have unassigned {assigneduser} from card {card} on board {board}" : "Склонили сте корисника {assigneduser} са картице {card} са табле {board}",
+ "{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} је склонио корисника {assigneduser} са картице {card} са табле {board}",
+ "You have moved the card {card} from stack {stackBefore} to {stack}" : "Померили сте картицу {card} са гомиле {stackBefore} на гомилу {stack}",
+ "{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} је померио картицу {card} са гомиле {stackBefore} на гомилу {stack}",
+ "You have added the attachment {attachment} to card {card}" : "Додали сте прилог {attachment} на картицу {card}",
+ "{user} has added the attachment {attachment} to card {card}" : "{user} је додао прилог {attachment} на картицу {card}",
+ "You have updated the attachment {attachment} on card {card}" : "Ажурирали сте прилог {attachment} на картици {card}",
+ "{user} has updated the attachment {attachment} to card {card}" : "{user} је ажурирао прилог {attachment} на картици {card}",
+ "You have deleted the attachment {attachment} from card {card}" : "Обрисали сте прилог {attachment} са картице {card}",
+ "{user} has deleted the attachment {attachment} to card {card}" : "{user} је обрисао прилог {attachment} са картице {card}",
+ "You have restored the attachment {attachment} to card {card}" : "Повратили сте прилог {attachment} на картицу {card}",
+ "{user} has restored the attachment {attachment} to card {card}" : "{user} је повратио прилог {attachment} на картицу {card}",
+ "You have commented on card {card}" : "Оставили сте коментар на картици {card}",
+ "{user} has commented on card {card}" : "{user} је оставио коментар на картици {card}",
+ "A card description inside the Deck app has been changed" : "опис картице унутар Deck апликације је промењен",
+ "Deck" : "Deck",
+ "Changes in the Deck app" : "Измене у Deck апликацији",
"Personal" : "Лично",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Корисник %s Вам је доделио картицу „%s“ са табле „%s“.",
"{user} has assigned the card \"%s\" on \"%s\" to you." : "Корисник {user} Вам је доделио картицу „%s“ са табле „%s“.",
@@ -87,6 +134,7 @@
"Share" : "Дели",
"Manage" : "Управљај",
"Discard share" : "Одбаци дељење",
+ "Sharing has been disabled for your account." : "Дељење је искључено за Ваш налог.",
"Update tag" : "Ажурирај ознаку",
"Edit tag" : "Измени ознаку",
"Delete tag" : "Обриши ознаку",
@@ -138,6 +186,9 @@
"Add a card description…" : "Додај опис картице…",
"Shared boards" : "Дељене табле",
"Move board to archive" : "Помери таблу у архиву",
- "Create a new board" : "Направи нову таблу"
+ "Create a new board" : "Направи нову таблу",
+ "Settings" : "Поставке",
+ "Limit deck to groups" : "Ограничи шпил на групе",
+ "Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Ограничавање Deck апликације ће блокирати кориснике који нису део одабраних група да креирају своје табле. Корисници ће и даље моћи да раде на таблама које су подељене са њима."
},"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);"
}
\ No newline at end of file