[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot
2018-09-17 00:19:41 +00:00
parent 4fbbb6aa79
commit bdd07ec31e
8 changed files with 376 additions and 0 deletions

View File

@@ -6,6 +6,15 @@ OC.L10N.register(
"Hours" : "Hodiny", "Hours" : "Hodiny",
"Minutes" : "Minuty", "Minutes" : "Minuty",
"Maximum file size of {size} exceeded" : "U souboru {size} překročena nejvyšší umožněná velikost", "Maximum file size of {size} exceeded" : "U souboru {size} překročena nejvyšší umožněná velikost",
"You have created a new board {board}" : "Vytvořili jste nástěnku {board}",
"{user} has created a new board {board}" : "{user} vytvořil(a) novou nástěnku {board}",
"You have deleted the board {board}" : "Smazali jste nástěnku {board}",
"{user} has deleted the board {board}" : "{user} smazal(a) nástěnku {board}",
"You have restored the board {board}" : "Obnovili jste nástěnku {board}",
"{user} has restored the board {board}" : "{user} obnovil(a) nástěnku {board}",
"{user} has shared the board {board} with {sharee}" : "{user} nasdílel(a) nástěnku {board} pro {sharee}",
"You have removed {acl} from the board {board}" : "Odebrali jste {acl} z nástěnky {board}",
"{user} has removed {acl} from the board {board}" : "{user} odebral(a) {acl} z nástěnky {board}",
"You have renamed the board {before} to {board}" : "Přejmenovali jste nástěnku {before} na {board}", "You have renamed the board {before} to {board}" : "Přejmenovali jste nástěnku {before} na {board}",
"{user} has has renamed the board {before} to {board}" : "{user} uživatel přejmenoval nástěnku {before} na {board}", "{user} has has renamed the board {before} to {board}" : "{user} uživatel přejmenoval nástěnku {before} na {board}",
"You have archived the board {board}" : "Zaarchivovali jste nástěnku {board}", "You have archived the board {board}" : "Zaarchivovali jste nástěnku {board}",

View File

@@ -4,6 +4,15 @@
"Hours" : "Hodiny", "Hours" : "Hodiny",
"Minutes" : "Minuty", "Minutes" : "Minuty",
"Maximum file size of {size} exceeded" : "U souboru {size} překročena nejvyšší umožněná velikost", "Maximum file size of {size} exceeded" : "U souboru {size} překročena nejvyšší umožněná velikost",
"You have created a new board {board}" : "Vytvořili jste nástěnku {board}",
"{user} has created a new board {board}" : "{user} vytvořil(a) novou nástěnku {board}",
"You have deleted the board {board}" : "Smazali jste nástěnku {board}",
"{user} has deleted the board {board}" : "{user} smazal(a) nástěnku {board}",
"You have restored the board {board}" : "Obnovili jste nástěnku {board}",
"{user} has restored the board {board}" : "{user} obnovil(a) nástěnku {board}",
"{user} has shared the board {board} with {sharee}" : "{user} nasdílel(a) nástěnku {board} pro {sharee}",
"You have removed {acl} from the board {board}" : "Odebrali jste {acl} z nástěnky {board}",
"{user} has removed {acl} from the board {board}" : "{user} odebral(a) {acl} z nástěnky {board}",
"You have renamed the board {before} to {board}" : "Přejmenovali jste nástěnku {before} na {board}", "You have renamed the board {before} to {board}" : "Přejmenovali jste nástěnku {before} na {board}",
"{user} has has renamed the board {before} to {board}" : "{user} uživatel přejmenoval nástěnku {before} na {board}", "{user} has has renamed the board {before} to {board}" : "{user} uživatel přejmenoval nástěnku {before} na {board}",
"You have archived the board {board}" : "Zaarchivovali jste nástěnku {board}", "You have archived the board {board}" : "Zaarchivovali jste nástěnku {board}",

View File

@@ -7,6 +7,22 @@ OC.L10N.register(
"Hours" : "Horas", "Hours" : "Horas",
"Minutes" : "Minutos", "Minutes" : "Minutos",
"Maximum file size of {size} exceeded" : "Tamaño máximo de archivo de {size} excedido", "Maximum file size of {size} exceeded" : "Tamaño máximo de archivo de {size} excedido",
"You have created a new board {board}" : "Has creado el tablero nuevo {board}",
"{user} has created a new board {board}" : "{user} ha creado el tablero nuevo {board}",
"You have deleted the board {board}" : "Has eliminado el tablero {board}",
"{user} has deleted the board {board}" : "{user} ha eliminado el tablero {board}",
"You have restored the board {board}" : "Has restaurado el tablero {board}",
"{user} has restored the board {board}" : "{user} ha restaurado el tablero {board}",
"You have shared the board {board} with {acl}" : "Has compartido el tablero {board} con {acl}",
"{user} has shared the board {board} with {sharee}" : "{user} ha compartido el tablero {board} con {sharee}",
"You have removed {acl} from the board {board}" : "Has eliminado a {acl} del tablero {board}",
"{user} has removed {acl} from the board {board}" : "{user} ha elimiando a {acl} del tablero {board}",
"You have renamed the board {before} to {board}" : "Has renombrado el tablero {before} como {board}",
"{user} has has renamed the board {before} to {board}" : "{user} ha renombrado el tablero {before} como {board}",
"You have archived the board {board}" : "Has archivado el tablero {board}",
"{user} has archived the board {before}" : "{user} ha archivado el tablero {board}",
"You have unarchived the board {board}" : "Has desarchivado el tablero {board}",
"{user} has unarchived the board {before}" : "{user} ha desarchivado el tablero {before}",
"Deck" : "Deck", "Deck" : "Deck",
"Personal" : "Personal", "Personal" : "Personal",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La tarjeta \"%s\" en \"%s\" te ha sido asignada por %s.", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "La tarjeta \"%s\" en \"%s\" te ha sido asignada por %s.",

View File

@@ -5,6 +5,22 @@
"Hours" : "Horas", "Hours" : "Horas",
"Minutes" : "Minutos", "Minutes" : "Minutos",
"Maximum file size of {size} exceeded" : "Tamaño máximo de archivo de {size} excedido", "Maximum file size of {size} exceeded" : "Tamaño máximo de archivo de {size} excedido",
"You have created a new board {board}" : "Has creado el tablero nuevo {board}",
"{user} has created a new board {board}" : "{user} ha creado el tablero nuevo {board}",
"You have deleted the board {board}" : "Has eliminado el tablero {board}",
"{user} has deleted the board {board}" : "{user} ha eliminado el tablero {board}",
"You have restored the board {board}" : "Has restaurado el tablero {board}",
"{user} has restored the board {board}" : "{user} ha restaurado el tablero {board}",
"You have shared the board {board} with {acl}" : "Has compartido el tablero {board} con {acl}",
"{user} has shared the board {board} with {sharee}" : "{user} ha compartido el tablero {board} con {sharee}",
"You have removed {acl} from the board {board}" : "Has eliminado a {acl} del tablero {board}",
"{user} has removed {acl} from the board {board}" : "{user} ha elimiando a {acl} del tablero {board}",
"You have renamed the board {before} to {board}" : "Has renombrado el tablero {before} como {board}",
"{user} has has renamed the board {before} to {board}" : "{user} ha renombrado el tablero {before} como {board}",
"You have archived the board {board}" : "Has archivado el tablero {board}",
"{user} has archived the board {before}" : "{user} ha archivado el tablero {board}",
"You have unarchived the board {board}" : "Has desarchivado el tablero {board}",
"{user} has unarchived the board {before}" : "{user} ha desarchivado el tablero {before}",
"Deck" : "Deck", "Deck" : "Deck",
"Personal" : "Personal", "Personal" : "Personal",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La tarjeta \"%s\" en \"%s\" te ha sido asignada por %s.", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "La tarjeta \"%s\" en \"%s\" te ha sido asignada por %s.",

View File

@@ -74,6 +74,7 @@ OC.L10N.register(
"The card \"%s\" on \"%s\" has reached its due date." : "De kaart \"%s\" in \"%s\" heeft zijn vervaldatum bereikt.", "The card \"%s\" on \"%s\" has reached its due date." : "De kaart \"%s\" in \"%s\" heeft zijn vervaldatum bereikt.",
"The board \"%s\" has been shared with you by %s." : "Het bord \"%s\" is door %s met je gedeeld.", "The board \"%s\" has been shared with you by %s." : "Het bord \"%s\" is door %s met je gedeeld.",
"{user} has shared the board %s with you." : "{user} heeft het bord %s met je gedeeld.", "{user} has shared the board %s with you." : "{user} heeft het bord %s met je gedeeld.",
"No data was provided to create an attachment." : "Geen gegevens opgegeven voor het maken van een bijlage.",
"Finished" : "Afgerond", "Finished" : "Afgerond",
"To review" : "Beoordelen", "To review" : "Beoordelen",
"Action needed" : "Actie benodigd", "Action needed" : "Actie benodigd",
@@ -90,14 +91,22 @@ OC.L10N.register(
"The file was only partially uploaded" : "Het bestand is slechts gedeeltelijk geüpload", "The file was only partially uploaded" : "Het bestand is slechts gedeeltelijk geüpload",
"No file was uploaded" : "Er is geen bestand geüpload", "No file was uploaded" : "Er is geen bestand geüpload",
"Missing a temporary folder" : "Mist een tijdelijke map", "Missing a temporary folder" : "Mist een tijdelijke map",
"Could not write file to disk" : "Kon bestand niet naar schijf schrijven",
"A PHP extension stopped the file upload" : "Een PHP-extensie blokkeerde de upload.",
"No file uploaded or file size exceeds maximum of %s" : "Geen bestand ge-upload of de grootte is meer dan het maximum van %s",
"A kanban style project and personal management tool for Nextcloud" : "Een kanban stijl project en persoonlijke management tool voor Nextcloud", "A kanban style project and personal management tool for Nextcloud" : "Een kanban stijl project en persoonlijke management tool voor Nextcloud",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 🚀 Get your project organized" : "Deck is een soort kanban organisatietool gericht op persoonlijke planning en projectorganisatie voor teams en is geïntegreerd binnen Nextcloud.\n\n\n- 📥 Voeg taken toe aan kaarten en sorteer ze\n- 📄 Schrijf extra notities in markdown\n- 🔖 Ken labels toe voor betere organisatie\n- 👥 Deel met je team, vrienden of familie\n- 🚀 Organiseer je project",
"Add a new stack" : "Nieuwe stapel toevoegen", "Add a new stack" : "Nieuwe stapel toevoegen",
"Submit" : "Verwerken", "Submit" : "Verwerken",
"Show archived cards" : "Gearchiveerde kaarten weergeven", "Show archived cards" : "Gearchiveerde kaarten weergeven",
"Hide archived cards" : "Gearchiveerde kaarten verbergen", "Hide archived cards" : "Gearchiveerde kaarten verbergen",
"Toggle compact mode" : "Omschakelen compacte modus",
"Board details" : "Bord details", "Board details" : "Bord details",
"All Boards" : "Alle borden", "All Boards" : "Alle borden",
"Archived boards" : "Gearchiveerde borden", "Archived boards" : "Gearchiveerde borden",
"Share board" : "Bord delen",
"Drop your files here to upload it to the card" : "Sleep je bestanden hierheen om naar de kaart te uploaden",
"Add a new card" : "Toevoegen nieuwe kaart",
"Actions" : "Acties", "Actions" : "Acties",
"Assign to me" : "Aan mij toewijzen", "Assign to me" : "Aan mij toewijzen",
"Unassign from me" : "Van mij terughalen", "Unassign from me" : "Van mij terughalen",
@@ -109,6 +118,8 @@ OC.L10N.register(
"Close" : "Sluiten", "Close" : "Sluiten",
"Sharing" : "Delen", "Sharing" : "Delen",
"Tags" : "Labels", "Tags" : "Labels",
"Deleted Stacks" : "Verwijderde stapels",
"Deleted Cards" : "Verwijderde kaarten",
"Activity" : "Activiteit", "Activity" : "Activiteit",
"Select users or groups to share with" : "Gebruikers of groepen selecteren om te delen", "Select users or groups to share with" : "Gebruikers of groepen selecteren om te delen",
"Access for" : "Toegang voor", "Access for" : "Toegang voor",
@@ -122,6 +133,8 @@ OC.L10N.register(
"Create" : "Aanmaken", "Create" : "Aanmaken",
"Create a new tag" : "Nieuw label maken", "Create a new tag" : "Nieuw label maken",
"Status" : "Status", "Status" : "Status",
"No archived boards to display" : "Geen geachriveerde borden te tonen",
"No shared boards to display" : "Geen gedeelde borden te tonen",
"Title" : "Titel", "Title" : "Titel",
"Members" : "Leden", "Members" : "Leden",
"More actions" : "Meer acties", "More actions" : "Meer acties",
@@ -136,6 +149,9 @@ OC.L10N.register(
"Select an attachment" : "Selecteer een bijlage", "Select an attachment" : "Selecteer een bijlage",
"Cancel upload" : "Upload annuleren", "Cancel upload" : "Upload annuleren",
"by" : "door", "by" : "door",
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Bestandsverwijdering ongedaan maken - Anders zal het bestand worden verwijderd tijdens de volgende cronjob run.",
"Undo file deletion" : "Bestandsverwijdering ongedaan maken",
"Insert the file into the description" : "Voeg het bestand toe aan de beschrijving",
"Modified:" : "Bewerkt:", "Modified:" : "Bewerkt:",
"Created:" : "Gemaakt:", "Created:" : "Gemaakt:",
"Choose a tag" : "Kies een tag", "Choose a tag" : "Kies een tag",

View File

@@ -72,6 +72,7 @@
"The card \"%s\" on \"%s\" has reached its due date." : "De kaart \"%s\" in \"%s\" heeft zijn vervaldatum bereikt.", "The card \"%s\" on \"%s\" has reached its due date." : "De kaart \"%s\" in \"%s\" heeft zijn vervaldatum bereikt.",
"The board \"%s\" has been shared with you by %s." : "Het bord \"%s\" is door %s met je gedeeld.", "The board \"%s\" has been shared with you by %s." : "Het bord \"%s\" is door %s met je gedeeld.",
"{user} has shared the board %s with you." : "{user} heeft het bord %s met je gedeeld.", "{user} has shared the board %s with you." : "{user} heeft het bord %s met je gedeeld.",
"No data was provided to create an attachment." : "Geen gegevens opgegeven voor het maken van een bijlage.",
"Finished" : "Afgerond", "Finished" : "Afgerond",
"To review" : "Beoordelen", "To review" : "Beoordelen",
"Action needed" : "Actie benodigd", "Action needed" : "Actie benodigd",
@@ -88,14 +89,22 @@
"The file was only partially uploaded" : "Het bestand is slechts gedeeltelijk geüpload", "The file was only partially uploaded" : "Het bestand is slechts gedeeltelijk geüpload",
"No file was uploaded" : "Er is geen bestand geüpload", "No file was uploaded" : "Er is geen bestand geüpload",
"Missing a temporary folder" : "Mist een tijdelijke map", "Missing a temporary folder" : "Mist een tijdelijke map",
"Could not write file to disk" : "Kon bestand niet naar schijf schrijven",
"A PHP extension stopped the file upload" : "Een PHP-extensie blokkeerde de upload.",
"No file uploaded or file size exceeds maximum of %s" : "Geen bestand ge-upload of de grootte is meer dan het maximum van %s",
"A kanban style project and personal management tool for Nextcloud" : "Een kanban stijl project en persoonlijke management tool voor Nextcloud", "A kanban style project and personal management tool for Nextcloud" : "Een kanban stijl project en persoonlijke management tool voor Nextcloud",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 🚀 Get your project organized" : "Deck is een soort kanban organisatietool gericht op persoonlijke planning en projectorganisatie voor teams en is geïntegreerd binnen Nextcloud.\n\n\n- 📥 Voeg taken toe aan kaarten en sorteer ze\n- 📄 Schrijf extra notities in markdown\n- 🔖 Ken labels toe voor betere organisatie\n- 👥 Deel met je team, vrienden of familie\n- 🚀 Organiseer je project",
"Add a new stack" : "Nieuwe stapel toevoegen", "Add a new stack" : "Nieuwe stapel toevoegen",
"Submit" : "Verwerken", "Submit" : "Verwerken",
"Show archived cards" : "Gearchiveerde kaarten weergeven", "Show archived cards" : "Gearchiveerde kaarten weergeven",
"Hide archived cards" : "Gearchiveerde kaarten verbergen", "Hide archived cards" : "Gearchiveerde kaarten verbergen",
"Toggle compact mode" : "Omschakelen compacte modus",
"Board details" : "Bord details", "Board details" : "Bord details",
"All Boards" : "Alle borden", "All Boards" : "Alle borden",
"Archived boards" : "Gearchiveerde borden", "Archived boards" : "Gearchiveerde borden",
"Share board" : "Bord delen",
"Drop your files here to upload it to the card" : "Sleep je bestanden hierheen om naar de kaart te uploaden",
"Add a new card" : "Toevoegen nieuwe kaart",
"Actions" : "Acties", "Actions" : "Acties",
"Assign to me" : "Aan mij toewijzen", "Assign to me" : "Aan mij toewijzen",
"Unassign from me" : "Van mij terughalen", "Unassign from me" : "Van mij terughalen",
@@ -107,6 +116,8 @@
"Close" : "Sluiten", "Close" : "Sluiten",
"Sharing" : "Delen", "Sharing" : "Delen",
"Tags" : "Labels", "Tags" : "Labels",
"Deleted Stacks" : "Verwijderde stapels",
"Deleted Cards" : "Verwijderde kaarten",
"Activity" : "Activiteit", "Activity" : "Activiteit",
"Select users or groups to share with" : "Gebruikers of groepen selecteren om te delen", "Select users or groups to share with" : "Gebruikers of groepen selecteren om te delen",
"Access for" : "Toegang voor", "Access for" : "Toegang voor",
@@ -120,6 +131,8 @@
"Create" : "Aanmaken", "Create" : "Aanmaken",
"Create a new tag" : "Nieuw label maken", "Create a new tag" : "Nieuw label maken",
"Status" : "Status", "Status" : "Status",
"No archived boards to display" : "Geen geachriveerde borden te tonen",
"No shared boards to display" : "Geen gedeelde borden te tonen",
"Title" : "Titel", "Title" : "Titel",
"Members" : "Leden", "Members" : "Leden",
"More actions" : "Meer acties", "More actions" : "Meer acties",
@@ -134,6 +147,9 @@
"Select an attachment" : "Selecteer een bijlage", "Select an attachment" : "Selecteer een bijlage",
"Cancel upload" : "Upload annuleren", "Cancel upload" : "Upload annuleren",
"by" : "door", "by" : "door",
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Bestandsverwijdering ongedaan maken - Anders zal het bestand worden verwijderd tijdens de volgende cronjob run.",
"Undo file deletion" : "Bestandsverwijdering ongedaan maken",
"Insert the file into the description" : "Voeg het bestand toe aan de beschrijving",
"Modified:" : "Bewerkt:", "Modified:" : "Bewerkt:",
"Created:" : "Gemaakt:", "Created:" : "Gemaakt:",
"Choose a tag" : "Kies een tag", "Choose a tag" : "Kies een tag",

148
l10n/vi.js Normal file
View File

@@ -0,0 +1,148 @@
OC.L10N.register(
"deck",
{
"The associated stack is deleted as well, it will be restored as well." : "Giai đoạn liên quan cũng bị xóa, nó cũng có thể được khôi phục.",
"Restore associated stack" : "Khôi phục giai đoạn được liên kết",
"Remove user from card" : "Xóa người dùng từ thẻ",
"Hours" : "Giờ",
"Minutes" : "Phút",
"Maximum file size of {size} exceeded" : "Đã vượt quá kích thước {size} tối đa tập tin",
"You have created a new board {board}" : "Bạn đã tạo một dự án mới {board}",
"{user} has created a new board {board}" : "{user} đã tạo một dự án mới {board}",
"You have deleted the board {board}" : "Bạn đã xóa một dự án {board}",
"{user} has deleted the board {board}" : "{user} đã xóa một dự án {board}",
"You have restored the board {board}" : "Bạn đã khôi phục lại dự án {board}",
"{user} has restored the board {board}" : "{user} đã khôi phục dự án {board}",
"You have shared the board {board} with {acl}" : "Bạn đã chia sẽ dự án {board} với {acl}",
"{user} has shared the board {board} with {sharee}" : "{user} đã chia sẽ dự án {board} với {sharee}",
"You have removed {acl} from the board {board}" : "Bạn đã loại bỏ {acl} khỏi dự án {board}",
"{user} has removed {acl} from the board {board}" : "{user} đã loại bỏ {acl} khỏi dự án {board}",
"You have renamed the board {before} to {board}" : "Bạn đã đổi tên dự án từ {before} thành {board}",
"{user} has has renamed the board {before} to {board}" : "{user} đã đổi tên dự án từ {before} thành {board}",
"You have archived the board {board}" : "Bạn đã lưu trữ dự án {board}",
"{user} has archived the board {before}" : "{user} đã lưu trữ dự án {before}",
"You have unarchived the board {board}" : "Bạn đã bỏ lưu trữ dự án {board}",
"{user} has unarchived the board {before}" : "{user} đã bỏ lưu trữ dự án {before}",
"You have created a new stack {stack} on {board}" : "Bạn đã tạo một giai đoạn mới {stack} trong {board}",
"{user} has created a new stack {stack} on {board}" : "{user} đã tạo một giai đoạn mới {stack} trong {board}",
"You have renamed a new stack {before} to {stack} on {board}" : "Bạn đã đổi một tên mới cho giai đoạn {before} tới {stack} trong {board}",
"{user} has renamed a new stack {before} to {stack} on {board}" : "{user} đã đổi một tên mới cho giai đoạn {before} tới {stack} trong {board}",
"You have deleted {stack} on {board}" : "Bạn đã xóa giai đoạn {stack} trong {board}",
"{user} has deleted {stack} on {board}" : "{user} đã xóa giai đoạn {stack} trong {board}",
"You have created {card} in {stack} on {board}" : "Bạn đã tạo một tác vụ {card} trong {stack} của {board}",
"{user} has created {card} in {stack} on {board}" : "{user} đã tạo một tác vụ {card} trong {stack} của {board}",
"You have deleted {card} in {stack} on {board}" : "Bạn đã xóa tác vụ {card} trong giai đoạn {stack} của {board}",
"{user} has deleted {card} in {stack} on {board}" : "{user} đã xóa tác vụ {card} trong giai đoạn {stack} của {board}",
"You have renamed the card {before} to {card}" : "Bạn đã thay đổi tên của tác vụ {before} thành {card}",
"{user} has renamed the card {before} to {card}" : "{user} đã thay đổi tên của tác vụ {before} thành {card}",
"You have added a description to {card} in {stack} on {board}" : "Bạn đã thêm một mô tả tới {card} trong giai đoạn {stack} của {board}",
"{user} has added a description to {card} in {stack} on {board}" : "{user} đã thêm một mô tả tới {card} trong giai đoạn {stack} của {board}",
"You have updated the description of {card} in {stack} on {board}" : "Bạn đã tải lên một mô tả của tác vụ {card} trong giai đoạn {stack} của {board}",
"Deck" : "Quản lý dự án",
"Personal" : "Cá nhân",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Tác vụ \"%s\" trong \"%s\" đã được phân công cho bạn bởi %s.",
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} đã phân công tác vụ \"%s\" trong \"%s\" cho bạn.",
"The card \"%s\" on \"%s\" has reached its due date." : "Tác vụ \"%s\" trong \"%s\" đã đến ngày hạn chót.",
"The board \"%s\" has been shared with you by %s." : "Dự án \"%s\" đã được chia sẽ với bạn bởi %s .",
"{user} has shared the board %s with you." : "{user} đã chia sẽ dự án %s với bạn.",
"No data was provided to create an attachment." : "Không có dữ liệu từ nhà cung cấp để tạo một đính kèm",
"Finished" : "Đã hoàn tất",
"To review" : "Xem thử",
"Action needed" : "Hành động cần thiết",
"Later" : "Trễ hạn",
"To do" : "Cần làm",
"Doing" : "Đang làm",
"Done" : "Hoàn tất",
"Example Task 3" : "Nhiệm vụ ví dụ 3",
"Example Task 2" : "Nhiệm vụ ví dụ 2",
"Example Task 1" : "Nhiệm vụ ví dụ 1",
"The file was uploaded" : "Tập tin đã được tải lên",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Tập tin tải lên đã vượt quá upload_max_filesize giới hạn trong hệ thống",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Tập được tải lên vượt quá MAX_FILE_SIZE đã được giới hạn trong biểu mẫu HTML",
"The file was only partially uploaded" : "Tệp chỉ được tải lên một phần",
"No file was uploaded" : "Chưa có tệp nào dược tải lên",
"Missing a temporary folder" : "Thiếu một thư mục tạm thời",
"Could not write file to disk" : "Không thể ghi tệp lên hệ thống",
"A PHP extension stopped the file upload" : "Một chức năng mở rộng của PHP đã dừng tải tệp lên",
"No file uploaded or file size exceeds maximum of %s" : "Chưa có tệp nào được tải lên hoặc kích thước tệp vượt quá giới hạn của %s",
"A kanban style project and personal management tool for Nextcloud" : "Dự án theo kiểu kanban và công cụ quản lý cá nhân cho Hệ thống",
"Add a new stack" : "Thêm một giai đoạn mới",
"Submit" : "Gửi đi",
"Show archived cards" : "Hiện tác vụ đã lưu trữ",
"Hide archived cards" : "Ẩn tác vụ đã lưu trữ",
"Board details" : "Thông tin dự án",
"All Boards" : "Tất cả dự án",
"Archived boards" : "Dự án đã lưu trữ",
"Share board" : "Dự án chia sẽ",
"Drop your files here to upload it to the card" : "Thả tệp của bạn vào đây để tải nó lên tác vụ",
"Add a new card" : "Thêm một tác vụ mới",
"Actions" : "Hành động",
"Assign to me" : "Phân công cho tôi",
"Unassign from me" : "Chưa được phân công từ tôi",
"Archive" : "Lưu trữ",
"Unarchive" : "Bỏ lưu trữ",
"Delete" : "Xóa",
"Enter a card title" : "Nhập tên tác vụ",
"Add card" : "Thêm tác vụ",
"Close" : "Đóng",
"Sharing" : "Đang chia sẽ",
"Tags" : "Thẻ",
"Deleted Stacks" : "Xóa giai đoạn",
"Deleted Cards" : "Xóa tác vụ",
"Activity" : "Hoạt động",
"Select users or groups to share with" : "Chọn người dùng hoặc nhóm để chia sẽ với",
"Access for" : "Truy cập cho",
"No matching user or group found." : "Không tìm thấy người dùng hoặc nhóm.",
"Loading" : "Đang tải",
"Share" : "Chia sẽ",
"Edit" : "Chỉnh sửa",
"Manage" : "Quản lý",
"Discard share" : "Hủy chia sẽ",
"Update" : "Cập nhật",
"Create" : "Tạo",
"Create a new tag" : "Tạo một thẻ mới",
"Status" : "Trạng thái",
"No archived boards to display" : "Không có dự án đã lưu trữ nào để hiển thị",
"No shared boards to display" : "Không có dự án đã được chia sẽ nào để hiển thị",
"Title" : "Tên",
"Members" : "Thành viên",
"More actions" : "Nhiều hành động hơn",
"Edit board" : "Chỉnh sửa dự án",
"Archive board" : "Lưu trữ dự án",
"Unarchive board" : "Bỏ lưu trữ dự án",
"Delete board" : "Xóa dự án",
"Reset" : "Đặt lại",
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Hoàn tác dự án đã xóa - Nếu không, Dự án sẽ bị xóa trong lần quét Hệ thống tiếp theo.",
"Create new board" : "Tạo dự án mới",
"New board title" : "Tên dự án mới",
"Select an attachment" : "Chọn một đính kèm",
"Cancel upload" : "Hủy tải lên",
"by" : "bởi",
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Hoàn tác file đã xóa - Nếu không, file sẽ bị xóa trong lần quét hệ thống tiếp theo.",
"Undo file deletion" : "Hoàn tác file đã xóa",
"Insert the file into the description" : "Chèn tệp vào mô tả",
"Modified:" : "Đã sửa:",
"Created:" : "Đã tạo:",
"Choose a tag" : "Chọn một thẻ",
"Add a tag" : "Thêm một thẻ",
"Select tags" : "Chọn một thẻ",
"Assign users" : "Chỉ định người dùng",
"Choose a user to assign" : "Chọn một người dùng để phân công",
"Assign this card to a user" : "Phân công tác vụ cho người dùng",
"Due date" : "Thời hạn",
"Click to set" : "Bấm để thiết đặt",
"Remove due date" : "Xóa thời hạn",
"Description" : "Mô tả",
"Attachments" : "Đính kèm",
"Saved" : "Đã lưu",
"Unsaved changes" : "Thay đổi chưa được lưu",
"Formatting help" : "Định dạng trợ giúp",
"Upload attachment" : "Tải lên một đính kèm",
"Insert attachment" : "Thêm đính kèm",
"Add a card description…" : "Thêm một mô tả tác vụ...",
"Shared boards" : "Chia sẽ dự án",
"View more" : "Xem nhiều hơn",
"Move board to archive" : "Di chuyển dự án sang lưu trữ",
"Create a new board" : "Tạo dự án mới"
},
"nplurals=1; plural=0;");

146
l10n/vi.json Normal file
View File

@@ -0,0 +1,146 @@
{ "translations": {
"The associated stack is deleted as well, it will be restored as well." : "Giai đoạn liên quan cũng bị xóa, nó cũng có thể được khôi phục.",
"Restore associated stack" : "Khôi phục giai đoạn được liên kết",
"Remove user from card" : "Xóa người dùng từ thẻ",
"Hours" : "Giờ",
"Minutes" : "Phút",
"Maximum file size of {size} exceeded" : "Đã vượt quá kích thước {size} tối đa tập tin",
"You have created a new board {board}" : "Bạn đã tạo một dự án mới {board}",
"{user} has created a new board {board}" : "{user} đã tạo một dự án mới {board}",
"You have deleted the board {board}" : "Bạn đã xóa một dự án {board}",
"{user} has deleted the board {board}" : "{user} đã xóa một dự án {board}",
"You have restored the board {board}" : "Bạn đã khôi phục lại dự án {board}",
"{user} has restored the board {board}" : "{user} đã khôi phục dự án {board}",
"You have shared the board {board} with {acl}" : "Bạn đã chia sẽ dự án {board} với {acl}",
"{user} has shared the board {board} with {sharee}" : "{user} đã chia sẽ dự án {board} với {sharee}",
"You have removed {acl} from the board {board}" : "Bạn đã loại bỏ {acl} khỏi dự án {board}",
"{user} has removed {acl} from the board {board}" : "{user} đã loại bỏ {acl} khỏi dự án {board}",
"You have renamed the board {before} to {board}" : "Bạn đã đổi tên dự án từ {before} thành {board}",
"{user} has has renamed the board {before} to {board}" : "{user} đã đổi tên dự án từ {before} thành {board}",
"You have archived the board {board}" : "Bạn đã lưu trữ dự án {board}",
"{user} has archived the board {before}" : "{user} đã lưu trữ dự án {before}",
"You have unarchived the board {board}" : "Bạn đã bỏ lưu trữ dự án {board}",
"{user} has unarchived the board {before}" : "{user} đã bỏ lưu trữ dự án {before}",
"You have created a new stack {stack} on {board}" : "Bạn đã tạo một giai đoạn mới {stack} trong {board}",
"{user} has created a new stack {stack} on {board}" : "{user} đã tạo một giai đoạn mới {stack} trong {board}",
"You have renamed a new stack {before} to {stack} on {board}" : "Bạn đã đổi một tên mới cho giai đoạn {before} tới {stack} trong {board}",
"{user} has renamed a new stack {before} to {stack} on {board}" : "{user} đã đổi một tên mới cho giai đoạn {before} tới {stack} trong {board}",
"You have deleted {stack} on {board}" : "Bạn đã xóa giai đoạn {stack} trong {board}",
"{user} has deleted {stack} on {board}" : "{user} đã xóa giai đoạn {stack} trong {board}",
"You have created {card} in {stack} on {board}" : "Bạn đã tạo một tác vụ {card} trong {stack} của {board}",
"{user} has created {card} in {stack} on {board}" : "{user} đã tạo một tác vụ {card} trong {stack} của {board}",
"You have deleted {card} in {stack} on {board}" : "Bạn đã xóa tác vụ {card} trong giai đoạn {stack} của {board}",
"{user} has deleted {card} in {stack} on {board}" : "{user} đã xóa tác vụ {card} trong giai đoạn {stack} của {board}",
"You have renamed the card {before} to {card}" : "Bạn đã thay đổi tên của tác vụ {before} thành {card}",
"{user} has renamed the card {before} to {card}" : "{user} đã thay đổi tên của tác vụ {before} thành {card}",
"You have added a description to {card} in {stack} on {board}" : "Bạn đã thêm một mô tả tới {card} trong giai đoạn {stack} của {board}",
"{user} has added a description to {card} in {stack} on {board}" : "{user} đã thêm một mô tả tới {card} trong giai đoạn {stack} của {board}",
"You have updated the description of {card} in {stack} on {board}" : "Bạn đã tải lên một mô tả của tác vụ {card} trong giai đoạn {stack} của {board}",
"Deck" : "Quản lý dự án",
"Personal" : "Cá nhân",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Tác vụ \"%s\" trong \"%s\" đã được phân công cho bạn bởi %s.",
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} đã phân công tác vụ \"%s\" trong \"%s\" cho bạn.",
"The card \"%s\" on \"%s\" has reached its due date." : "Tác vụ \"%s\" trong \"%s\" đã đến ngày hạn chót.",
"The board \"%s\" has been shared with you by %s." : "Dự án \"%s\" đã được chia sẽ với bạn bởi %s .",
"{user} has shared the board %s with you." : "{user} đã chia sẽ dự án %s với bạn.",
"No data was provided to create an attachment." : "Không có dữ liệu từ nhà cung cấp để tạo một đính kèm",
"Finished" : "Đã hoàn tất",
"To review" : "Xem thử",
"Action needed" : "Hành động cần thiết",
"Later" : "Trễ hạn",
"To do" : "Cần làm",
"Doing" : "Đang làm",
"Done" : "Hoàn tất",
"Example Task 3" : "Nhiệm vụ ví dụ 3",
"Example Task 2" : "Nhiệm vụ ví dụ 2",
"Example Task 1" : "Nhiệm vụ ví dụ 1",
"The file was uploaded" : "Tập tin đã được tải lên",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Tập tin tải lên đã vượt quá upload_max_filesize giới hạn trong hệ thống",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Tập được tải lên vượt quá MAX_FILE_SIZE đã được giới hạn trong biểu mẫu HTML",
"The file was only partially uploaded" : "Tệp chỉ được tải lên một phần",
"No file was uploaded" : "Chưa có tệp nào dược tải lên",
"Missing a temporary folder" : "Thiếu một thư mục tạm thời",
"Could not write file to disk" : "Không thể ghi tệp lên hệ thống",
"A PHP extension stopped the file upload" : "Một chức năng mở rộng của PHP đã dừng tải tệp lên",
"No file uploaded or file size exceeds maximum of %s" : "Chưa có tệp nào được tải lên hoặc kích thước tệp vượt quá giới hạn của %s",
"A kanban style project and personal management tool for Nextcloud" : "Dự án theo kiểu kanban và công cụ quản lý cá nhân cho Hệ thống",
"Add a new stack" : "Thêm một giai đoạn mới",
"Submit" : "Gửi đi",
"Show archived cards" : "Hiện tác vụ đã lưu trữ",
"Hide archived cards" : "Ẩn tác vụ đã lưu trữ",
"Board details" : "Thông tin dự án",
"All Boards" : "Tất cả dự án",
"Archived boards" : "Dự án đã lưu trữ",
"Share board" : "Dự án chia sẽ",
"Drop your files here to upload it to the card" : "Thả tệp của bạn vào đây để tải nó lên tác vụ",
"Add a new card" : "Thêm một tác vụ mới",
"Actions" : "Hành động",
"Assign to me" : "Phân công cho tôi",
"Unassign from me" : "Chưa được phân công từ tôi",
"Archive" : "Lưu trữ",
"Unarchive" : "Bỏ lưu trữ",
"Delete" : "Xóa",
"Enter a card title" : "Nhập tên tác vụ",
"Add card" : "Thêm tác vụ",
"Close" : "Đóng",
"Sharing" : "Đang chia sẽ",
"Tags" : "Thẻ",
"Deleted Stacks" : "Xóa giai đoạn",
"Deleted Cards" : "Xóa tác vụ",
"Activity" : "Hoạt động",
"Select users or groups to share with" : "Chọn người dùng hoặc nhóm để chia sẽ với",
"Access for" : "Truy cập cho",
"No matching user or group found." : "Không tìm thấy người dùng hoặc nhóm.",
"Loading" : "Đang tải",
"Share" : "Chia sẽ",
"Edit" : "Chỉnh sửa",
"Manage" : "Quản lý",
"Discard share" : "Hủy chia sẽ",
"Update" : "Cập nhật",
"Create" : "Tạo",
"Create a new tag" : "Tạo một thẻ mới",
"Status" : "Trạng thái",
"No archived boards to display" : "Không có dự án đã lưu trữ nào để hiển thị",
"No shared boards to display" : "Không có dự án đã được chia sẽ nào để hiển thị",
"Title" : "Tên",
"Members" : "Thành viên",
"More actions" : "Nhiều hành động hơn",
"Edit board" : "Chỉnh sửa dự án",
"Archive board" : "Lưu trữ dự án",
"Unarchive board" : "Bỏ lưu trữ dự án",
"Delete board" : "Xóa dự án",
"Reset" : "Đặt lại",
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Hoàn tác dự án đã xóa - Nếu không, Dự án sẽ bị xóa trong lần quét Hệ thống tiếp theo.",
"Create new board" : "Tạo dự án mới",
"New board title" : "Tên dự án mới",
"Select an attachment" : "Chọn một đính kèm",
"Cancel upload" : "Hủy tải lên",
"by" : "bởi",
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Hoàn tác file đã xóa - Nếu không, file sẽ bị xóa trong lần quét hệ thống tiếp theo.",
"Undo file deletion" : "Hoàn tác file đã xóa",
"Insert the file into the description" : "Chèn tệp vào mô tả",
"Modified:" : "Đã sửa:",
"Created:" : "Đã tạo:",
"Choose a tag" : "Chọn một thẻ",
"Add a tag" : "Thêm một thẻ",
"Select tags" : "Chọn một thẻ",
"Assign users" : "Chỉ định người dùng",
"Choose a user to assign" : "Chọn một người dùng để phân công",
"Assign this card to a user" : "Phân công tác vụ cho người dùng",
"Due date" : "Thời hạn",
"Click to set" : "Bấm để thiết đặt",
"Remove due date" : "Xóa thời hạn",
"Description" : "Mô tả",
"Attachments" : "Đính kèm",
"Saved" : "Đã lưu",
"Unsaved changes" : "Thay đổi chưa được lưu",
"Formatting help" : "Định dạng trợ giúp",
"Upload attachment" : "Tải lên một đính kèm",
"Insert attachment" : "Thêm đính kèm",
"Add a card description…" : "Thêm một mô tả tác vụ...",
"Shared boards" : "Chia sẽ dự án",
"View more" : "Xem nhiều hơn",
"Move board to archive" : "Di chuyển dự án sang lưu trữ",
"Create a new board" : "Tạo dự án mới"
},"pluralForm" :"nplurals=1; plural=0;"
}