Compare commits
118 Commits
v0.5.2
...
stable-0.5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
54a1cad7a8 | ||
|
|
40c462c147 | ||
|
|
c9a8bebe22 | ||
|
|
c645416709 | ||
|
|
99bfca5d64 | ||
|
|
66a35804fe | ||
|
|
1820df4c57 | ||
|
|
3fa921c1b8 | ||
|
|
e6613e612c | ||
|
|
a354058c8a | ||
|
|
cb2fb6cfcd | ||
|
|
640275c2a8 | ||
|
|
6789662c38 | ||
|
|
e9e0279fbd | ||
|
|
2d2dc21861 | ||
|
|
e5c5cc1893 | ||
|
|
12d56597b8 | ||
|
|
b7b99c7c84 | ||
|
|
f7d41ae1e5 | ||
|
|
1c9a71164c | ||
|
|
fb09ad3916 | ||
|
|
b56c24c4a0 | ||
|
|
50748e1a4e | ||
|
|
0d216f3b16 | ||
|
|
48d6d34951 | ||
|
|
e538f598e1 | ||
|
|
74dbf221a8 | ||
|
|
e494f5d836 | ||
|
|
92de655f6c | ||
|
|
f8ab30e05c | ||
|
|
8a2fdeda51 | ||
|
|
911770b143 | ||
|
|
1071ebcb3b | ||
|
|
bef2d85d09 | ||
|
|
85593f8182 | ||
|
|
ebf21440a1 | ||
|
|
070ab7e403 | ||
|
|
5c67469fa7 | ||
|
|
0a0c301ff6 | ||
|
|
c8b42af383 | ||
|
|
4101300b87 | ||
|
|
25145eca87 | ||
|
|
056bf1ccab | ||
|
|
b4f4341dc1 | ||
|
|
ee07630b55 | ||
|
|
6d4c59cbb4 | ||
|
|
25743a05cd | ||
|
|
bed704270c | ||
|
|
e7ab69233a | ||
|
|
d6923b3268 | ||
|
|
8403265f35 | ||
|
|
d117479a5d | ||
|
|
c7513dcf13 | ||
|
|
a7f8b66cce | ||
|
|
fb00f41829 | ||
|
|
0efd35c603 | ||
|
|
a4aaa62b49 | ||
|
|
3667edf9f7 | ||
|
|
c43ef715d6 | ||
|
|
17fe0092b0 | ||
|
|
cfc94899bc | ||
|
|
fa83741938 | ||
|
|
f5562529f6 | ||
|
|
8e9dda297b | ||
|
|
6ef0335321 | ||
|
|
1ba7f8b56f | ||
|
|
f6afd3d22c | ||
|
|
87da9db877 | ||
|
|
cb3df9fc7b | ||
|
|
5a17b2c10f | ||
|
|
2afec002b1 | ||
|
|
2355e5eb2f | ||
|
|
139b38ca1d | ||
|
|
64971d866d | ||
|
|
98ad7b04bd | ||
|
|
8c9335bebf | ||
|
|
f7cb1356f9 | ||
|
|
a6a4ff07af | ||
|
|
63aa96068a | ||
|
|
60dcdd7ee7 | ||
|
|
d9d070ebe3 | ||
|
|
e22c494b84 | ||
|
|
66e217f7e2 | ||
|
|
c7bbeda3ad | ||
|
|
a12bd23ffa | ||
|
|
e65140bcbb | ||
|
|
fe13d562b2 | ||
|
|
b1832cc925 | ||
|
|
db87547a7d | ||
|
|
c96a3c2ba7 | ||
|
|
3808dc3430 | ||
|
|
722b52f168 | ||
|
|
8f2e5366a1 | ||
|
|
2b2c6771e8 | ||
|
|
f5c1152eb0 | ||
|
|
7ccfae6f29 | ||
|
|
5187337db7 | ||
|
|
872a88c347 | ||
|
|
5dee524870 | ||
|
|
720dd4f5e0 | ||
|
|
93cadc6d0a | ||
|
|
19c53eec7b | ||
|
|
e89182e012 | ||
|
|
735bd1e918 | ||
|
|
213789139e | ||
|
|
1302d44c77 | ||
|
|
52c94619ba | ||
|
|
17d73fd8a8 | ||
|
|
e0583c1b22 | ||
|
|
75e49d9fe6 | ||
|
|
b2d0f53767 | ||
|
|
cf80c84fbd | ||
|
|
cf0c51daf1 | ||
|
|
042b9f8c81 | ||
|
|
c733b356f6 | ||
|
|
5233f3f4dc | ||
|
|
75407d9dc4 | ||
|
|
61786e4d94 |
1
.github/stale.yml
vendored
1
.github/stale.yml
vendored
@@ -9,6 +9,7 @@ exemptLabels:
|
||||
- "3. to review"
|
||||
- "discussion"
|
||||
- "bug"
|
||||
- "enhancement"
|
||||
|
||||
# Limit the number of actions per hour, from 1-30. Default is 30
|
||||
limitPerRun: 30
|
||||
|
||||
@@ -246,6 +246,7 @@ app.controller('BoardController', function ($rootScope, $scope, $stateParams, St
|
||||
$scope.cardDelete = function (card) {
|
||||
CardService.delete(card.id).then(function () {
|
||||
StackService.removeCard(card);
|
||||
$scope.sidebar.show = false;
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
2467
js/package-lock.json
generated
2467
js/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -8,12 +8,12 @@
|
||||
"test": "tests"
|
||||
},
|
||||
"dependencies": {
|
||||
"@uirouter/angularjs": "^1.0.20",
|
||||
"angular": "^1.7.5",
|
||||
"angular-animate": "^1.7.5",
|
||||
"@uirouter/angularjs": "^1.0.22",
|
||||
"angular": "^1.7.8",
|
||||
"angular-animate": "^1.7.8",
|
||||
"angular-file-upload": "^2.5.0",
|
||||
"angular-markdown-it": "^0.6.1",
|
||||
"angular-sanitize": "^1.7.5",
|
||||
"angular-sanitize": "^1.7.8",
|
||||
"babel-polyfill": "^6.26.0",
|
||||
"markdown-it": "^8.4.2",
|
||||
"markdown-it-link-target": "^1.0.2",
|
||||
@@ -22,17 +22,17 @@
|
||||
"ui-select": "^0.19.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.2.2",
|
||||
"@babel/polyfill": "^7.0.0",
|
||||
"@babel/preset-env": "^7.2.0",
|
||||
"babel-loader": "^8.0.4",
|
||||
"css-loader": "^2.0.1",
|
||||
"karma": "^3.1.3",
|
||||
"@babel/core": "^7.4.0",
|
||||
"@babel/polyfill": "^7.4.0",
|
||||
"@babel/preset-env": "^7.4.1",
|
||||
"babel-loader": "^8.0.5",
|
||||
"css-loader": "^2.1.1",
|
||||
"karma": "^4.0.1",
|
||||
"mini-css-extract-plugin": "^0.5.0",
|
||||
"uglifyjs-webpack-plugin": "^2.0.1",
|
||||
"webpack": "^4.27.1",
|
||||
"webpack-cli": "^3.1.2",
|
||||
"webpack-merge": "^4.1.5"
|
||||
"uglifyjs-webpack-plugin": "^2.1.2",
|
||||
"webpack": "^4.29.6",
|
||||
"webpack-cli": "^3.3.0",
|
||||
"webpack-merge": "^4.2.1"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "./node_modules/webpack-cli/bin/cli.js --mode production --config webpack.prod.config.js",
|
||||
|
||||
12
l10n/ca.js
12
l10n/ca.js
@@ -16,8 +16,12 @@ OC.L10N.register(
|
||||
"You have restored the board {board}" : "Has restaurat el taulell {board}",
|
||||
"{user} has restored the board {board}" : "{user} ha restaurat el taulell {board}",
|
||||
"You have shared the board {board} with {acl}" : "Has compartit el taulell {board} amb {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} ha compartit el taulell {board} amb {sharee}",
|
||||
"You have removed {acl} from the board {board}" : "Has tret {acl} del taulell {board}",
|
||||
"You have archived the board {board}" : "Has arxivat el taulell {board}",
|
||||
"You have renamed the card {before} to {card}" : "Has canviat el nom de la targeta de {before} a {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} ha canviat el nom de la targeta de {before} a {card}",
|
||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} ha assignat a {assigneduser} la targeta {card} del taulell {board}",
|
||||
"Deck" : "Coberta",
|
||||
"Finished" : "Acabat",
|
||||
"To review" : "Per revisar",
|
||||
@@ -28,6 +32,8 @@ OC.L10N.register(
|
||||
"Hide archived cards" : "Amaga les targetes arxivades",
|
||||
"All Boards" : "Totes les juntes",
|
||||
"Archived boards" : "Taulers arxivats",
|
||||
"Assign card to me" : "Assigna'm la targeta",
|
||||
"Unassign card from me" : "Desassigna'm la targeta",
|
||||
"Enter a card title" : "Introduïu un títol de la targeta",
|
||||
"Sharing" : "Compartir",
|
||||
"Tags" : "Etiquetes",
|
||||
@@ -50,6 +56,9 @@ OC.L10N.register(
|
||||
"by" : "per",
|
||||
"Modified:" : "Modificat:",
|
||||
"Created:" : "Creat:",
|
||||
"Assign users" : "Assigna usuaris",
|
||||
"Choose a user to assign" : "Escull un usuari per assignar",
|
||||
"Assign this card to a user" : "Assigna aquesta targeta a un usuari",
|
||||
"Due date" : "Per la data",
|
||||
"Click to set" : "Feu clic per configurar",
|
||||
"Remove due date" : "Elimina la data de venciment",
|
||||
@@ -59,6 +68,7 @@ OC.L10N.register(
|
||||
"Add a card description…" : "Afegeix una descripció de la targeta ...",
|
||||
"Shared boards" : "Taulers compartits",
|
||||
"Move board to archive" : "Mou la placa a l'arxiu",
|
||||
"Create a new board" : "Crear nova"
|
||||
"Create a new board" : "Crear nova",
|
||||
"Settings" : "Paràmetres"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
12
l10n/ca.json
12
l10n/ca.json
@@ -14,8 +14,12 @@
|
||||
"You have restored the board {board}" : "Has restaurat el taulell {board}",
|
||||
"{user} has restored the board {board}" : "{user} ha restaurat el taulell {board}",
|
||||
"You have shared the board {board} with {acl}" : "Has compartit el taulell {board} amb {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} ha compartit el taulell {board} amb {sharee}",
|
||||
"You have removed {acl} from the board {board}" : "Has tret {acl} del taulell {board}",
|
||||
"You have archived the board {board}" : "Has arxivat el taulell {board}",
|
||||
"You have renamed the card {before} to {card}" : "Has canviat el nom de la targeta de {before} a {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} ha canviat el nom de la targeta de {before} a {card}",
|
||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} ha assignat a {assigneduser} la targeta {card} del taulell {board}",
|
||||
"Deck" : "Coberta",
|
||||
"Finished" : "Acabat",
|
||||
"To review" : "Per revisar",
|
||||
@@ -26,6 +30,8 @@
|
||||
"Hide archived cards" : "Amaga les targetes arxivades",
|
||||
"All Boards" : "Totes les juntes",
|
||||
"Archived boards" : "Taulers arxivats",
|
||||
"Assign card to me" : "Assigna'm la targeta",
|
||||
"Unassign card from me" : "Desassigna'm la targeta",
|
||||
"Enter a card title" : "Introduïu un títol de la targeta",
|
||||
"Sharing" : "Compartir",
|
||||
"Tags" : "Etiquetes",
|
||||
@@ -48,6 +54,9 @@
|
||||
"by" : "per",
|
||||
"Modified:" : "Modificat:",
|
||||
"Created:" : "Creat:",
|
||||
"Assign users" : "Assigna usuaris",
|
||||
"Choose a user to assign" : "Escull un usuari per assignar",
|
||||
"Assign this card to a user" : "Assigna aquesta targeta a un usuari",
|
||||
"Due date" : "Per la data",
|
||||
"Click to set" : "Feu clic per configurar",
|
||||
"Remove due date" : "Elimina la data de venciment",
|
||||
@@ -57,6 +66,7 @@
|
||||
"Add a card description…" : "Afegeix una descripció de la targeta ...",
|
||||
"Shared boards" : "Taulers compartits",
|
||||
"Move board to archive" : "Mou la placa a l'arxiu",
|
||||
"Create a new board" : "Crear nova"
|
||||
"Create a new board" : "Crear nova",
|
||||
"Settings" : "Paràmetres"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
45
l10n/cs.js
45
l10n/cs.js
@@ -26,8 +26,52 @@ OC.L10N.register(
|
||||
"{user} has archived the board {before}" : "{user} zaarchivoval(a) nástěnku {before}",
|
||||
"You have unarchived the board {board}" : "Zrušili jste archivaci nástěnky {board}",
|
||||
"{user} has unarchived the board {before}" : "{user} zrušil(a) archivaci nástěnky {before}",
|
||||
"You have created a new stack {stack} on board {board}" : "Vytvořili jste novou hromádku {stack} na desce {board}",
|
||||
"{user} has created a new stack {stack} on board {board}" : "{user} vytvořil(a) nový balíček {stack} na desce {board}",
|
||||
"You have renamed stack {before} to {stack} on board {board}" : "Přejmenovali jste hromádku {before} na {stack} na desce {board}",
|
||||
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} přejmenoval(a) hromádku {before} na {stack} na desce {board}",
|
||||
"You have deleted stack {stack} on board {board}" : "Smazali jste balíček {stack} na desce {board}",
|
||||
"{user} has deleted stack {stack} on board {board}" : "{user} smazal(a) balíček {stack} na desce {board}",
|
||||
"You have created card {card} in stack {stack} on board {board}" : "Vytvořili jste kartu {card} v balíčku {stack} na kartě {board}",
|
||||
"{user} has created card {card} in stack {stack} on board {board}" : "{user} vytvořil(a) kartu {card} na hromádce {stack} na desce {board}",
|
||||
"You have deleted card {card} in stack {stack} on board {board}" : "Smazali jste kartu {card} na hromádce {stack} na desce {board}",
|
||||
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} smazal(a) kartu {card} v balíčku {board} na desce {board}",
|
||||
"You have renamed the card {before} to {card}" : "Přejmenovali jste kartu {before} na {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} přejmenoval(a) {before} na {card}",
|
||||
"You have added a description to card {card} in stack {stack} on board {board}" : "Přidali jste popis ke kartě {card} v hromádce {stack} na desce {board}",
|
||||
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} přidal(a) popis ke kartě {card} v hromádce {stack} na desce {board}",
|
||||
"You have updated the description of card {card} in stack {stack} on board {board}" : "Aktualizovali jste popis karty {card} v hromádce {stack} na desce {board}",
|
||||
"{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} aktualizoval kartu popisu {card} ve stacku {stack} na nástěnce {board}",
|
||||
"You have archived card {card} in stack {stack} on board {board}" : "Zaarchivovali kartu {card} v balíčku {stack} na desce {board}",
|
||||
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} zaarchivoval(a) kartu {card} v balíčku {stack} na desce {board}",
|
||||
"You have unarchived card {card} in stack {stack} on board {board}" : "Zrušili jste archivaci karty {card} na hromádce {stack} na desce {board}",
|
||||
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} zrušil(a) archivaci karty {card} na hromádce {stack} na desce {board}",
|
||||
"You have removed the due date of card {card}" : "Odebrali jste termín karty {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} odebral(a) termín karty {card}",
|
||||
"You have set the due date of card {card} to {after}" : "Nastavili jste termín na kartě {card} na {after}",
|
||||
"{user} has set the due date of card {card} to {after}" : "{user} nastavil(a) termín karty {card} na {after}",
|
||||
"You have updated the due date of card {card} to {after}" : "Změnili jste termín na kartě {card} na {after}",
|
||||
"{user} has updated the due date of card {card} to {after}" : "{user} aktualizoval termín karty {card} na {after}",
|
||||
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Přidali jste štítek {label} kartě {card} v hromádce {stack} na nástěnce {board}",
|
||||
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} přidal(a) štítek {label} ke kartě {card} v hromádce {stack} na nástěnce {board}",
|
||||
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Odebrali jste štítek {label} z karty {card} v hromádce {stack} na desce {board}",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} odebral(a) štítek {label} z karty {card} na hromádce {stack} na desce {board}",
|
||||
"You have assigned {assigneduser} to card {card} on board {board}" : "Přiřadili jste {assigneduser} ke kartě {card} na desce {board}",
|
||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} přiřadil(a) {assigneduser} ke kartě {card} na desce {board}",
|
||||
"You have unassigned {assigneduser} from card {card} on board {board}" : "Zrušili jste přiřazení {assigneduser} u karty {card} na nástěnce {board}",
|
||||
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} zrušil(a) přiřazení {assigneduser} z karty {card} na desce {board}",
|
||||
"You have moved the card {card} from stack {stackBefore} to {stack}" : "Přesunuli jste kartu {card} z balíčku {stackBefore} do {stack}",
|
||||
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} přesunul(a) kartu {card} z balíčku {stackBefore} do {stack}",
|
||||
"You have added the attachment {attachment} to card {card}" : "Přidali jste přílohu {attachment} ke kartě {card}",
|
||||
"{user} has added the attachment {attachment} to card {card}" : "{user} přidal(a) přílohu {attachment} ke kartě {card}",
|
||||
"You have updated the attachment {attachment} on card {card}" : "Aktualizovali jste přílohu {attachment} na kartě {card}",
|
||||
"{user} has updated the attachment {attachment} to card {card}" : "{user} aktualizoval(a) přílohu {attachment} ke kartě {card}",
|
||||
"You have deleted the attachment {attachment} from card {card}" : "Smazali jste přílohu {attachment} u karty {card}",
|
||||
"{user} has deleted the attachment {attachment} to card {card}" : "{user} smazal(a) přílohu {attachment} u karty {card}",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Obnovili jste přílohu {attachment} ke kartě {card}",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} obnovil(a) přílohu {attachment} ke kartě {card}",
|
||||
"You have commented on card {card}" : "Přidali jste komentář na kartě {card}",
|
||||
"{user} has commented on card {card}" : "{user} přidal(a) komentář na kartě {card}",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Popis mapy</strong> v Deck-aplikace byl změněn",
|
||||
"Deck" : "Balík",
|
||||
"Changes in the <strong>Deck app</strong>" : "Změny v <strong>Deck aplikace</strong>",
|
||||
@@ -70,6 +114,7 @@ OC.L10N.register(
|
||||
"All Boards" : "Všechny desky",
|
||||
"Archived boards" : "Archivované desky",
|
||||
"Share board" : "Sdílet nástěnku",
|
||||
"Archived cards" : "Archivované karty",
|
||||
"Actions" : "Akce",
|
||||
"Drop your files here to upload it to the card" : "Přetáhněte soubor sem, pokud jej chcete připojit ke kartě.",
|
||||
"Assign card to me" : "Přiřadit kartu mě",
|
||||
|
||||
45
l10n/cs.json
45
l10n/cs.json
@@ -24,8 +24,52 @@
|
||||
"{user} has archived the board {before}" : "{user} zaarchivoval(a) nástěnku {before}",
|
||||
"You have unarchived the board {board}" : "Zrušili jste archivaci nástěnky {board}",
|
||||
"{user} has unarchived the board {before}" : "{user} zrušil(a) archivaci nástěnky {before}",
|
||||
"You have created a new stack {stack} on board {board}" : "Vytvořili jste novou hromádku {stack} na desce {board}",
|
||||
"{user} has created a new stack {stack} on board {board}" : "{user} vytvořil(a) nový balíček {stack} na desce {board}",
|
||||
"You have renamed stack {before} to {stack} on board {board}" : "Přejmenovali jste hromádku {before} na {stack} na desce {board}",
|
||||
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} přejmenoval(a) hromádku {before} na {stack} na desce {board}",
|
||||
"You have deleted stack {stack} on board {board}" : "Smazali jste balíček {stack} na desce {board}",
|
||||
"{user} has deleted stack {stack} on board {board}" : "{user} smazal(a) balíček {stack} na desce {board}",
|
||||
"You have created card {card} in stack {stack} on board {board}" : "Vytvořili jste kartu {card} v balíčku {stack} na kartě {board}",
|
||||
"{user} has created card {card} in stack {stack} on board {board}" : "{user} vytvořil(a) kartu {card} na hromádce {stack} na desce {board}",
|
||||
"You have deleted card {card} in stack {stack} on board {board}" : "Smazali jste kartu {card} na hromádce {stack} na desce {board}",
|
||||
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} smazal(a) kartu {card} v balíčku {board} na desce {board}",
|
||||
"You have renamed the card {before} to {card}" : "Přejmenovali jste kartu {before} na {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} přejmenoval(a) {before} na {card}",
|
||||
"You have added a description to card {card} in stack {stack} on board {board}" : "Přidali jste popis ke kartě {card} v hromádce {stack} na desce {board}",
|
||||
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} přidal(a) popis ke kartě {card} v hromádce {stack} na desce {board}",
|
||||
"You have updated the description of card {card} in stack {stack} on board {board}" : "Aktualizovali jste popis karty {card} v hromádce {stack} na desce {board}",
|
||||
"{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} aktualizoval kartu popisu {card} ve stacku {stack} na nástěnce {board}",
|
||||
"You have archived card {card} in stack {stack} on board {board}" : "Zaarchivovali kartu {card} v balíčku {stack} na desce {board}",
|
||||
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} zaarchivoval(a) kartu {card} v balíčku {stack} na desce {board}",
|
||||
"You have unarchived card {card} in stack {stack} on board {board}" : "Zrušili jste archivaci karty {card} na hromádce {stack} na desce {board}",
|
||||
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} zrušil(a) archivaci karty {card} na hromádce {stack} na desce {board}",
|
||||
"You have removed the due date of card {card}" : "Odebrali jste termín karty {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} odebral(a) termín karty {card}",
|
||||
"You have set the due date of card {card} to {after}" : "Nastavili jste termín na kartě {card} na {after}",
|
||||
"{user} has set the due date of card {card} to {after}" : "{user} nastavil(a) termín karty {card} na {after}",
|
||||
"You have updated the due date of card {card} to {after}" : "Změnili jste termín na kartě {card} na {after}",
|
||||
"{user} has updated the due date of card {card} to {after}" : "{user} aktualizoval termín karty {card} na {after}",
|
||||
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Přidali jste štítek {label} kartě {card} v hromádce {stack} na nástěnce {board}",
|
||||
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} přidal(a) štítek {label} ke kartě {card} v hromádce {stack} na nástěnce {board}",
|
||||
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Odebrali jste štítek {label} z karty {card} v hromádce {stack} na desce {board}",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} odebral(a) štítek {label} z karty {card} na hromádce {stack} na desce {board}",
|
||||
"You have assigned {assigneduser} to card {card} on board {board}" : "Přiřadili jste {assigneduser} ke kartě {card} na desce {board}",
|
||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} přiřadil(a) {assigneduser} ke kartě {card} na desce {board}",
|
||||
"You have unassigned {assigneduser} from card {card} on board {board}" : "Zrušili jste přiřazení {assigneduser} u karty {card} na nástěnce {board}",
|
||||
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} zrušil(a) přiřazení {assigneduser} z karty {card} na desce {board}",
|
||||
"You have moved the card {card} from stack {stackBefore} to {stack}" : "Přesunuli jste kartu {card} z balíčku {stackBefore} do {stack}",
|
||||
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} přesunul(a) kartu {card} z balíčku {stackBefore} do {stack}",
|
||||
"You have added the attachment {attachment} to card {card}" : "Přidali jste přílohu {attachment} ke kartě {card}",
|
||||
"{user} has added the attachment {attachment} to card {card}" : "{user} přidal(a) přílohu {attachment} ke kartě {card}",
|
||||
"You have updated the attachment {attachment} on card {card}" : "Aktualizovali jste přílohu {attachment} na kartě {card}",
|
||||
"{user} has updated the attachment {attachment} to card {card}" : "{user} aktualizoval(a) přílohu {attachment} ke kartě {card}",
|
||||
"You have deleted the attachment {attachment} from card {card}" : "Smazali jste přílohu {attachment} u karty {card}",
|
||||
"{user} has deleted the attachment {attachment} to card {card}" : "{user} smazal(a) přílohu {attachment} u karty {card}",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Obnovili jste přílohu {attachment} ke kartě {card}",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} obnovil(a) přílohu {attachment} ke kartě {card}",
|
||||
"You have commented on card {card}" : "Přidali jste komentář na kartě {card}",
|
||||
"{user} has commented on card {card}" : "{user} přidal(a) komentář na kartě {card}",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Popis mapy</strong> v Deck-aplikace byl změněn",
|
||||
"Deck" : "Balík",
|
||||
"Changes in the <strong>Deck app</strong>" : "Změny v <strong>Deck aplikace</strong>",
|
||||
@@ -68,6 +112,7 @@
|
||||
"All Boards" : "Všechny desky",
|
||||
"Archived boards" : "Archivované desky",
|
||||
"Share board" : "Sdílet nástěnku",
|
||||
"Archived cards" : "Archivované karty",
|
||||
"Actions" : "Akce",
|
||||
"Drop your files here to upload it to the card" : "Přetáhněte soubor sem, pokud jej chcete připojit ke kartě.",
|
||||
"Assign card to me" : "Přiřadit kartu mě",
|
||||
|
||||
@@ -64,6 +64,7 @@ OC.L10N.register(
|
||||
"Add a card description…" : "Tilføj en beskrivelse...",
|
||||
"Shared boards" : "Delte lister",
|
||||
"Move board to archive" : "Flyt liste til arkiv",
|
||||
"Create a new board" : "Opret ny liste"
|
||||
"Create a new board" : "Opret ny liste",
|
||||
"Settings" : "Indstillinger"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -62,6 +62,7 @@
|
||||
"Add a card description…" : "Tilføj en beskrivelse...",
|
||||
"Shared boards" : "Delte lister",
|
||||
"Move board to archive" : "Flyt liste til arkiv",
|
||||
"Create a new board" : "Opret ny liste"
|
||||
"Create a new board" : "Opret ny liste",
|
||||
"Settings" : "Indstillinger"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
23
l10n/de.js
23
l10n/de.js
@@ -52,10 +52,10 @@ OC.L10N.register(
|
||||
"{user} has set the due date of card {card} to {after}" : "{user} hat das Fälligkeitsdatum der Karte {card} auf {after} gesetzt",
|
||||
"You have updated the due date of card {card} to {after}" : "Du hast das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert",
|
||||
"{user} has updated the due date of card {card} to {after}" : "{user} hat das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert",
|
||||
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Sie haben der Karte {card} in Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
|
||||
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} hat der Karte {card} in Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
|
||||
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Du hast von der Karte {card} im Stapel {stack} auf dem Board {board} das Label {label} entfernt",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} hat von der Karte {card} in Stapel {stack} auf dem Board {board} das Label {label} entfernt",
|
||||
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Du hast der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
|
||||
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} hat der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
|
||||
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Du hast von der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} entfernt",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} hat von der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} entfernt",
|
||||
"You have assigned {assigneduser} to card {card} on board {board}" : "Du hast {assigneduser} der Karte {card} auf dem Board {board} zugewiesen",
|
||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} hat {assigneduser} der Karte {card} auf dem Board {board} zugewiesen",
|
||||
"You have unassigned {assigneduser} from card {card} on board {board}" : "Du hast die Zuweisung von {assigneduser} zur Karte {card} auf dem Board {board} aufgehoben",
|
||||
@@ -70,8 +70,8 @@ OC.L10N.register(
|
||||
"{user} has deleted the attachment {attachment} to card {card}" : "{user} hat den Anhang {attachment} von Karte {card} entfernt",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Du hast den Anhang {attachment} der Karte {card} wiederhergestellt",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} hat den Anhang {attachment} der Karte {card} wiederhergestellt",
|
||||
"You have commented on card {card}" : "Du hast {card} kommentiert",
|
||||
"{user} has commented on card {card}" : "{user} hat {card} kommentiert",
|
||||
"You have commented on card {card}" : "Du hast die Karte {card} kommentiert",
|
||||
"{user} has commented on card {card}" : "{user} hat die Karte {card} kommentiert",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Änderungen in der <strong>Deck-App</strong>",
|
||||
@@ -83,7 +83,7 @@ OC.L10N.register(
|
||||
"{user} has mentioned you in a comment on \"%s\"." : "{user} hat Dich in einem Kommentar zu “%s” erwähnt.",
|
||||
"The board \"%s\" has been shared with you by %s." : "Das Board \"%s\" wurde von %s mit Dir geteilt.",
|
||||
"{user} has shared the board %s with you." : "{user} hat das Board %s mit Dir geteilt.",
|
||||
"No data was provided to create an attachment." : "Es wurde keine Daten zum Erstellen eines Anhangs bereitgestellt.",
|
||||
"No data was provided to create an attachment." : "Es wurden keine Daten zum Erstellen eines Anhangs bereitgestellt.",
|
||||
"Finished" : "Abgeschlossen",
|
||||
"To review" : "Zu überprüfen",
|
||||
"Action needed" : "Handlung erforderlich",
|
||||
@@ -114,6 +114,7 @@ OC.L10N.register(
|
||||
"All Boards" : "Alle Boards",
|
||||
"Archived boards" : "Archivierte Boards",
|
||||
"Share board" : "Board freigeben",
|
||||
"Archived cards" : "Archivierte Karten",
|
||||
"Actions" : "Aktionen",
|
||||
"Drop your files here to upload it to the card" : "Lege Deine Dateien hier ab, um sie auf die Karte hochzuladen",
|
||||
"Assign card to me" : "Karte mir zuweisen",
|
||||
@@ -156,14 +157,14 @@ OC.L10N.register(
|
||||
"Delete board" : "Board löschen",
|
||||
"Update board" : "Board aktualisieren",
|
||||
"Reset board" : "Board zurücksetzen",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Löschen des Boards rückgängig machen - Andernfalls wird das Board beim nächsten CronJob-Lauf gelöscht.",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Löschen des Boards rückgängig machen - Andernfalls wird das Board beim nächsten Cron-Job-Lauf gelöscht.",
|
||||
"Create new board" : "Neues Board",
|
||||
"New board title" : "Board-Titel",
|
||||
"Create board" : "Neues Board",
|
||||
"Select an attachment" : "Anhang auswählen",
|
||||
"Cancel upload" : "Hochladen abbrechen",
|
||||
"by" : "von",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Dateilöschung rückgängig machen - Andernfalls wird die Datei beim nächsten CronJob-Lauf gelöscht.",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Dateilöschung rückgängig machen - Andernfalls wird die Datei beim nächsten Cron-Job-Lauf gelöscht.",
|
||||
"Undo file deletion" : "Dateilöschung rückgängig machen",
|
||||
"Insert the file into the description" : "Füge die Datei in die Beschreibung ein",
|
||||
"Delete attachment" : "Anhang löschen",
|
||||
@@ -172,12 +173,12 @@ OC.L10N.register(
|
||||
"Choose a tag" : "Schlagwort auswählen",
|
||||
"Add a tag" : "Schlagwort hinzufügen",
|
||||
"Select tags" : "Schlagworte auswählen",
|
||||
"Assign users" : "Nutzer zuweisen",
|
||||
"Assign users" : "Benutzer zuweisen",
|
||||
"Choose a user to assign" : "Wähle einen Benutzer für die Zuweisung aus",
|
||||
"Assign this card to a user" : "Diese Karte einem Benutzer zuweisen",
|
||||
"Due date" : "Fälligkeitsdatum",
|
||||
"Click to set" : "Auswählen",
|
||||
"Remove due date" : "Ablaufdatum löschen",
|
||||
"Remove due date" : "Fälligkeitsdatum löschen",
|
||||
"Description" : "Beschreibung",
|
||||
"Attachments" : "Anhänge",
|
||||
"Saved" : "Gespeichert",
|
||||
|
||||
23
l10n/de.json
23
l10n/de.json
@@ -50,10 +50,10 @@
|
||||
"{user} has set the due date of card {card} to {after}" : "{user} hat das Fälligkeitsdatum der Karte {card} auf {after} gesetzt",
|
||||
"You have updated the due date of card {card} to {after}" : "Du hast das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert",
|
||||
"{user} has updated the due date of card {card} to {after}" : "{user} hat das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert",
|
||||
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Sie haben der Karte {card} in Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
|
||||
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} hat der Karte {card} in Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
|
||||
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Du hast von der Karte {card} im Stapel {stack} auf dem Board {board} das Label {label} entfernt",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} hat von der Karte {card} in Stapel {stack} auf dem Board {board} das Label {label} entfernt",
|
||||
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Du hast der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
|
||||
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} hat der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
|
||||
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Du hast von der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} entfernt",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} hat von der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} entfernt",
|
||||
"You have assigned {assigneduser} to card {card} on board {board}" : "Du hast {assigneduser} der Karte {card} auf dem Board {board} zugewiesen",
|
||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} hat {assigneduser} der Karte {card} auf dem Board {board} zugewiesen",
|
||||
"You have unassigned {assigneduser} from card {card} on board {board}" : "Du hast die Zuweisung von {assigneduser} zur Karte {card} auf dem Board {board} aufgehoben",
|
||||
@@ -68,8 +68,8 @@
|
||||
"{user} has deleted the attachment {attachment} to card {card}" : "{user} hat den Anhang {attachment} von Karte {card} entfernt",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Du hast den Anhang {attachment} der Karte {card} wiederhergestellt",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} hat den Anhang {attachment} der Karte {card} wiederhergestellt",
|
||||
"You have commented on card {card}" : "Du hast {card} kommentiert",
|
||||
"{user} has commented on card {card}" : "{user} hat {card} kommentiert",
|
||||
"You have commented on card {card}" : "Du hast die Karte {card} kommentiert",
|
||||
"{user} has commented on card {card}" : "{user} hat die Karte {card} kommentiert",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Änderungen in der <strong>Deck-App</strong>",
|
||||
@@ -81,7 +81,7 @@
|
||||
"{user} has mentioned you in a comment on \"%s\"." : "{user} hat Dich in einem Kommentar zu “%s” erwähnt.",
|
||||
"The board \"%s\" has been shared with you by %s." : "Das Board \"%s\" wurde von %s mit Dir geteilt.",
|
||||
"{user} has shared the board %s with you." : "{user} hat das Board %s mit Dir geteilt.",
|
||||
"No data was provided to create an attachment." : "Es wurde keine Daten zum Erstellen eines Anhangs bereitgestellt.",
|
||||
"No data was provided to create an attachment." : "Es wurden keine Daten zum Erstellen eines Anhangs bereitgestellt.",
|
||||
"Finished" : "Abgeschlossen",
|
||||
"To review" : "Zu überprüfen",
|
||||
"Action needed" : "Handlung erforderlich",
|
||||
@@ -112,6 +112,7 @@
|
||||
"All Boards" : "Alle Boards",
|
||||
"Archived boards" : "Archivierte Boards",
|
||||
"Share board" : "Board freigeben",
|
||||
"Archived cards" : "Archivierte Karten",
|
||||
"Actions" : "Aktionen",
|
||||
"Drop your files here to upload it to the card" : "Lege Deine Dateien hier ab, um sie auf die Karte hochzuladen",
|
||||
"Assign card to me" : "Karte mir zuweisen",
|
||||
@@ -154,14 +155,14 @@
|
||||
"Delete board" : "Board löschen",
|
||||
"Update board" : "Board aktualisieren",
|
||||
"Reset board" : "Board zurücksetzen",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Löschen des Boards rückgängig machen - Andernfalls wird das Board beim nächsten CronJob-Lauf gelöscht.",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Löschen des Boards rückgängig machen - Andernfalls wird das Board beim nächsten Cron-Job-Lauf gelöscht.",
|
||||
"Create new board" : "Neues Board",
|
||||
"New board title" : "Board-Titel",
|
||||
"Create board" : "Neues Board",
|
||||
"Select an attachment" : "Anhang auswählen",
|
||||
"Cancel upload" : "Hochladen abbrechen",
|
||||
"by" : "von",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Dateilöschung rückgängig machen - Andernfalls wird die Datei beim nächsten CronJob-Lauf gelöscht.",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Dateilöschung rückgängig machen - Andernfalls wird die Datei beim nächsten Cron-Job-Lauf gelöscht.",
|
||||
"Undo file deletion" : "Dateilöschung rückgängig machen",
|
||||
"Insert the file into the description" : "Füge die Datei in die Beschreibung ein",
|
||||
"Delete attachment" : "Anhang löschen",
|
||||
@@ -170,12 +171,12 @@
|
||||
"Choose a tag" : "Schlagwort auswählen",
|
||||
"Add a tag" : "Schlagwort hinzufügen",
|
||||
"Select tags" : "Schlagworte auswählen",
|
||||
"Assign users" : "Nutzer zuweisen",
|
||||
"Assign users" : "Benutzer zuweisen",
|
||||
"Choose a user to assign" : "Wähle einen Benutzer für die Zuweisung aus",
|
||||
"Assign this card to a user" : "Diese Karte einem Benutzer zuweisen",
|
||||
"Due date" : "Fälligkeitsdatum",
|
||||
"Click to set" : "Auswählen",
|
||||
"Remove due date" : "Ablaufdatum löschen",
|
||||
"Remove due date" : "Fälligkeitsdatum löschen",
|
||||
"Description" : "Beschreibung",
|
||||
"Attachments" : "Anhänge",
|
||||
"Saved" : "Gespeichert",
|
||||
|
||||
@@ -40,8 +40,8 @@ OC.L10N.register(
|
||||
"{user} has renamed the card {before} to {card}" : "{user} hat die Karte {before} in {card} umbenannt",
|
||||
"You have added a description to card {card} in stack {stack} on board {board}" : "Sie haben der Karte {card} im Stapel {stack} auf dem Board {board} eine Beschreibung hinzugefügt",
|
||||
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} hat der Karte {card} im Stapel {stack} auf dem Board {board} eine Beschreibung hinzugefügt",
|
||||
"You have updated the description of card {card} in stack {stack} on board {board}" : "Sie haben die Beschreibung der Karte {card} im Stapel {stack} auf derm Board {board} aktualisiert",
|
||||
"{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} hat die Beschreibung der Karte {card} im Stapel {stack} auf der Board {board} aktualisiert",
|
||||
"You have updated the description of card {card} in stack {stack} on board {board}" : "Sie haben die Beschreibung der Karte {card} im Stapel {stack} auf dem Board {board} aktualisiert",
|
||||
"{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} hat die Beschreibung der Karte {card} im Stapel {stack} auf dem Board {board} aktualisiert",
|
||||
"You have archived card {card} in stack {stack} on board {board}" : "Sie haben die Karte {card} im Stapel {stack} auf dem Board {board} archiviert",
|
||||
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} hat die Karte {card} im Stapel {stack} auf dem Board {board} archiviert",
|
||||
"You have unarchived card {card} in stack {stack} on board {board}" : "Sie haben die Karte {card} im Stapel {stack} auf dem Board {board} dearchiviert",
|
||||
@@ -52,10 +52,10 @@ OC.L10N.register(
|
||||
"{user} has set the due date of card {card} to {after}" : "{user} hat das Fälligkeitsdatum der Karte {card} auf {after} gesetzt",
|
||||
"You have updated the due date of card {card} to {after}" : "Sie haben das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert",
|
||||
"{user} has updated the due date of card {card} to {after}" : "{user} hat das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert",
|
||||
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "{actor} ist der Unterhaltung beigetreten",
|
||||
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} hat der Karte {card} in Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
|
||||
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Sie haben von der Karte {card} im Stapel {stack} auf dem Board {board} das Label {label} entfernt",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} hat von der Karte {card} in Stapel {stack} auf dem Board {board} das Label {label} entfernt",
|
||||
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Sie haben der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
|
||||
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} hat der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
|
||||
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Sie haben von der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} entfernt",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} hat von der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} entfernt",
|
||||
"You have assigned {assigneduser} to card {card} on board {board}" : "Sie haben {assigneduser} der Karte {card} auf dem Board {board} zugewiesen",
|
||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} hat {assigneduser} der Karte {card} auf dem Board {board} zugewiesen",
|
||||
"You have unassigned {assigneduser} from card {card} on board {board}" : "Sie haben die Zuweisung von {assigneduser} zur Karte {card} auf dem Board {board} aufgehoben",
|
||||
@@ -70,8 +70,8 @@ OC.L10N.register(
|
||||
"{user} has deleted the attachment {attachment} to card {card}" : "{user} hat den Anhang {attachment} von Karte {card} entfernt",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Sie haben den Anhang {attachment} der Karte {card} wiederhergestellt",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} hat den Anhang {attachment} der Karte {card} wiederhergestellt",
|
||||
"You have commented on card {card}" : "Sie haben {card} kommentiert",
|
||||
"{user} has commented on card {card}" : "{user} hat {card} kommentiert",
|
||||
"You have commented on card {card}" : "Sie haben die Karte {card} kommentiert",
|
||||
"{user} has commented on card {card}" : "{user} hat die Karte {card} kommentiert",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Änderungen in der <strong>Deck-App</strong>",
|
||||
@@ -83,7 +83,7 @@ OC.L10N.register(
|
||||
"{user} has mentioned you in a comment on \"%s\"." : "{user} hat Sie in einem Kommentar zu \"%s\" erwähnt.",
|
||||
"The board \"%s\" has been shared with you by %s." : "Das Board \"%s\" wurde von %s mit Ihnen geteilt.",
|
||||
"{user} has shared the board %s with you." : "{user} hat das Board %s mit Ihnen geteilt.",
|
||||
"No data was provided to create an attachment." : "Es wurde keine Daten zum Erstellen eines Anhangs bereitgestellt.",
|
||||
"No data was provided to create an attachment." : "Es wurden keine Daten zum Erstellen eines Anhangs bereitgestellt.",
|
||||
"Finished" : "Abgeschlossen",
|
||||
"To review" : "Zu überprüfen",
|
||||
"Action needed" : "Handlung erforderlich",
|
||||
@@ -103,7 +103,7 @@ OC.L10N.register(
|
||||
"Could not write file to disk" : "Die Datei konnte nicht auf die Festplatte geschrieben werden",
|
||||
"A PHP extension stopped the file upload" : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt",
|
||||
"No file uploaded or file size exceeds maximum of %s" : "Keine Datei hochgeladen oder die Dateigröße überschreitet %s",
|
||||
"A kanban style project and personal management tool for Nextcloud" : "Ein Kanban Werzeug für Nextcloud",
|
||||
"A kanban style project and personal management tool for Nextcloud" : "Ein Kanban Werkzeug für 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- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Fügen Sie Ihre Aufgaben zu den Karten hinzu und ordnen Sie diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisung von Labels für noch bessere Organisation\n- 👥 Teilen Sie mit Ihrem Team, Ihren Freunden oder Ihrer Familie\n- 📎 Fügen Sie Dateien hinzu und verwende diese in Deinen Markdown-Beschreibungen\n- 💬 Diskutieren Sie mit Ihrem Team mit Kommentaren\n- ⚡ Behalten Sie Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisieren Sie Ihr Projekt",
|
||||
"Add a new stack" : "Neuer Stapel",
|
||||
"Submit" : "Übermitteln",
|
||||
@@ -114,6 +114,7 @@ OC.L10N.register(
|
||||
"All Boards" : "Alle Boards",
|
||||
"Archived boards" : "Archivierte Boards",
|
||||
"Share board" : "Board freigeben",
|
||||
"Archived cards" : "Archivierte Karten",
|
||||
"Actions" : "Aktionen",
|
||||
"Drop your files here to upload it to the card" : "Legen Sie Ihre Dateien hier ab, um sie auf die Karte hochzuladen",
|
||||
"Assign card to me" : "Karte mir zuweisen",
|
||||
@@ -156,14 +157,14 @@ OC.L10N.register(
|
||||
"Delete board" : "Board löschen",
|
||||
"Update board" : "Board aktualisieren",
|
||||
"Reset board" : "Board zurücksetzen",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Löschen des Boards rückgängig machen - Andernfalls wird das Board beim nächsten CronJob-Lauf gelöscht.",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Löschen des Boards rückgängig machen - Andernfalls wird das Board beim nächsten Cron-Job-Lauf gelöscht.",
|
||||
"Create new board" : "Neues Board",
|
||||
"New board title" : "Board-Titel",
|
||||
"Create board" : "Neues Board",
|
||||
"Select an attachment" : "Wählen Sie einen Anhang",
|
||||
"Select an attachment" : "Anhang auswählen",
|
||||
"Cancel upload" : "Hochladen abbrechen",
|
||||
"by" : "von",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Dateilöschung rückgängig machen - Andernfalls wird die Datei beim nächsten CronJob-Lauf gelöscht.",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Dateilöschung rückgängig machen - Andernfalls wird die Datei beim nächsten Cron-Job-Lauf gelöscht.",
|
||||
"Undo file deletion" : "Dateilöschung rückgängig machen",
|
||||
"Insert the file into the description" : "Füge die Datei in die Beschreibung ein",
|
||||
"Delete attachment" : "Anhang löschen",
|
||||
@@ -175,9 +176,9 @@ OC.L10N.register(
|
||||
"Assign users" : "Benutzer zuweisen",
|
||||
"Choose a user to assign" : "Wähle einen Benutzer für die Zuweisung aus",
|
||||
"Assign this card to a user" : "Diese Karte einem Benutzer zuweisen",
|
||||
"Due date" : "Zieltermin",
|
||||
"Due date" : "Fälligkeitsdatum",
|
||||
"Click to set" : "Setzen",
|
||||
"Remove due date" : "Zieltermin entfernen",
|
||||
"Remove due date" : "Fälligkeitsdatum entfernen",
|
||||
"Description" : "Beschreibung",
|
||||
"Attachments" : "Anhänge",
|
||||
"Saved" : "Gespeichert",
|
||||
|
||||
@@ -38,8 +38,8 @@
|
||||
"{user} has renamed the card {before} to {card}" : "{user} hat die Karte {before} in {card} umbenannt",
|
||||
"You have added a description to card {card} in stack {stack} on board {board}" : "Sie haben der Karte {card} im Stapel {stack} auf dem Board {board} eine Beschreibung hinzugefügt",
|
||||
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} hat der Karte {card} im Stapel {stack} auf dem Board {board} eine Beschreibung hinzugefügt",
|
||||
"You have updated the description of card {card} in stack {stack} on board {board}" : "Sie haben die Beschreibung der Karte {card} im Stapel {stack} auf derm Board {board} aktualisiert",
|
||||
"{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} hat die Beschreibung der Karte {card} im Stapel {stack} auf der Board {board} aktualisiert",
|
||||
"You have updated the description of card {card} in stack {stack} on board {board}" : "Sie haben die Beschreibung der Karte {card} im Stapel {stack} auf dem Board {board} aktualisiert",
|
||||
"{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} hat die Beschreibung der Karte {card} im Stapel {stack} auf dem Board {board} aktualisiert",
|
||||
"You have archived card {card} in stack {stack} on board {board}" : "Sie haben die Karte {card} im Stapel {stack} auf dem Board {board} archiviert",
|
||||
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} hat die Karte {card} im Stapel {stack} auf dem Board {board} archiviert",
|
||||
"You have unarchived card {card} in stack {stack} on board {board}" : "Sie haben die Karte {card} im Stapel {stack} auf dem Board {board} dearchiviert",
|
||||
@@ -50,10 +50,10 @@
|
||||
"{user} has set the due date of card {card} to {after}" : "{user} hat das Fälligkeitsdatum der Karte {card} auf {after} gesetzt",
|
||||
"You have updated the due date of card {card} to {after}" : "Sie haben das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert",
|
||||
"{user} has updated the due date of card {card} to {after}" : "{user} hat das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert",
|
||||
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "{actor} ist der Unterhaltung beigetreten",
|
||||
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} hat der Karte {card} in Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
|
||||
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Sie haben von der Karte {card} im Stapel {stack} auf dem Board {board} das Label {label} entfernt",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} hat von der Karte {card} in Stapel {stack} auf dem Board {board} das Label {label} entfernt",
|
||||
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Sie haben der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
|
||||
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} hat der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
|
||||
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Sie haben von der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} entfernt",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} hat von der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} entfernt",
|
||||
"You have assigned {assigneduser} to card {card} on board {board}" : "Sie haben {assigneduser} der Karte {card} auf dem Board {board} zugewiesen",
|
||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} hat {assigneduser} der Karte {card} auf dem Board {board} zugewiesen",
|
||||
"You have unassigned {assigneduser} from card {card} on board {board}" : "Sie haben die Zuweisung von {assigneduser} zur Karte {card} auf dem Board {board} aufgehoben",
|
||||
@@ -68,8 +68,8 @@
|
||||
"{user} has deleted the attachment {attachment} to card {card}" : "{user} hat den Anhang {attachment} von Karte {card} entfernt",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Sie haben den Anhang {attachment} der Karte {card} wiederhergestellt",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} hat den Anhang {attachment} der Karte {card} wiederhergestellt",
|
||||
"You have commented on card {card}" : "Sie haben {card} kommentiert",
|
||||
"{user} has commented on card {card}" : "{user} hat {card} kommentiert",
|
||||
"You have commented on card {card}" : "Sie haben die Karte {card} kommentiert",
|
||||
"{user} has commented on card {card}" : "{user} hat die Karte {card} kommentiert",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Änderungen in der <strong>Deck-App</strong>",
|
||||
@@ -81,7 +81,7 @@
|
||||
"{user} has mentioned you in a comment on \"%s\"." : "{user} hat Sie in einem Kommentar zu \"%s\" erwähnt.",
|
||||
"The board \"%s\" has been shared with you by %s." : "Das Board \"%s\" wurde von %s mit Ihnen geteilt.",
|
||||
"{user} has shared the board %s with you." : "{user} hat das Board %s mit Ihnen geteilt.",
|
||||
"No data was provided to create an attachment." : "Es wurde keine Daten zum Erstellen eines Anhangs bereitgestellt.",
|
||||
"No data was provided to create an attachment." : "Es wurden keine Daten zum Erstellen eines Anhangs bereitgestellt.",
|
||||
"Finished" : "Abgeschlossen",
|
||||
"To review" : "Zu überprüfen",
|
||||
"Action needed" : "Handlung erforderlich",
|
||||
@@ -101,7 +101,7 @@
|
||||
"Could not write file to disk" : "Die Datei konnte nicht auf die Festplatte geschrieben werden",
|
||||
"A PHP extension stopped the file upload" : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt",
|
||||
"No file uploaded or file size exceeds maximum of %s" : "Keine Datei hochgeladen oder die Dateigröße überschreitet %s",
|
||||
"A kanban style project and personal management tool for Nextcloud" : "Ein Kanban Werzeug für Nextcloud",
|
||||
"A kanban style project and personal management tool for Nextcloud" : "Ein Kanban Werkzeug für 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- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Fügen Sie Ihre Aufgaben zu den Karten hinzu und ordnen Sie diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisung von Labels für noch bessere Organisation\n- 👥 Teilen Sie mit Ihrem Team, Ihren Freunden oder Ihrer Familie\n- 📎 Fügen Sie Dateien hinzu und verwende diese in Deinen Markdown-Beschreibungen\n- 💬 Diskutieren Sie mit Ihrem Team mit Kommentaren\n- ⚡ Behalten Sie Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisieren Sie Ihr Projekt",
|
||||
"Add a new stack" : "Neuer Stapel",
|
||||
"Submit" : "Übermitteln",
|
||||
@@ -112,6 +112,7 @@
|
||||
"All Boards" : "Alle Boards",
|
||||
"Archived boards" : "Archivierte Boards",
|
||||
"Share board" : "Board freigeben",
|
||||
"Archived cards" : "Archivierte Karten",
|
||||
"Actions" : "Aktionen",
|
||||
"Drop your files here to upload it to the card" : "Legen Sie Ihre Dateien hier ab, um sie auf die Karte hochzuladen",
|
||||
"Assign card to me" : "Karte mir zuweisen",
|
||||
@@ -154,14 +155,14 @@
|
||||
"Delete board" : "Board löschen",
|
||||
"Update board" : "Board aktualisieren",
|
||||
"Reset board" : "Board zurücksetzen",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Löschen des Boards rückgängig machen - Andernfalls wird das Board beim nächsten CronJob-Lauf gelöscht.",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Löschen des Boards rückgängig machen - Andernfalls wird das Board beim nächsten Cron-Job-Lauf gelöscht.",
|
||||
"Create new board" : "Neues Board",
|
||||
"New board title" : "Board-Titel",
|
||||
"Create board" : "Neues Board",
|
||||
"Select an attachment" : "Wählen Sie einen Anhang",
|
||||
"Select an attachment" : "Anhang auswählen",
|
||||
"Cancel upload" : "Hochladen abbrechen",
|
||||
"by" : "von",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Dateilöschung rückgängig machen - Andernfalls wird die Datei beim nächsten CronJob-Lauf gelöscht.",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Dateilöschung rückgängig machen - Andernfalls wird die Datei beim nächsten Cron-Job-Lauf gelöscht.",
|
||||
"Undo file deletion" : "Dateilöschung rückgängig machen",
|
||||
"Insert the file into the description" : "Füge die Datei in die Beschreibung ein",
|
||||
"Delete attachment" : "Anhang löschen",
|
||||
@@ -173,9 +174,9 @@
|
||||
"Assign users" : "Benutzer zuweisen",
|
||||
"Choose a user to assign" : "Wähle einen Benutzer für die Zuweisung aus",
|
||||
"Assign this card to a user" : "Diese Karte einem Benutzer zuweisen",
|
||||
"Due date" : "Zieltermin",
|
||||
"Due date" : "Fälligkeitsdatum",
|
||||
"Click to set" : "Setzen",
|
||||
"Remove due date" : "Zieltermin entfernen",
|
||||
"Remove due date" : "Fälligkeitsdatum entfernen",
|
||||
"Description" : "Beschreibung",
|
||||
"Attachments" : "Anhänge",
|
||||
"Saved" : "Gespeichert",
|
||||
|
||||
@@ -10,17 +10,21 @@ OC.L10N.register(
|
||||
"To review" : "Προς επισκόπηση",
|
||||
"Action needed" : "Απαιτείται ενέργεια",
|
||||
"Later" : "Αργότερα",
|
||||
"Done" : "Ολοκληρώθηκε",
|
||||
"Add a new stack" : "Πρόσθεσε νέα συστοιχία",
|
||||
"Submit" : "Υποβολή",
|
||||
"Show archived cards" : "Εμφάνιση καρτελών που αρχειοθετήθηκαν",
|
||||
"Hide archived cards" : "Απόκρυψη καρτελών που αρχειοθετήθηκαν",
|
||||
"All Boards" : "Όλοι οι πίνακες",
|
||||
"Archived boards" : "Αρχειοθέτηση πινάκων ",
|
||||
"Delete card" : "Διαγραφή κάρτας",
|
||||
"Enter a card title" : "Καταχωρίστε έναν τίτλο κάρτας",
|
||||
"Add card" : "Προσθήκη κάρτας",
|
||||
"Close" : "Κλείσιμο",
|
||||
"Sharing" : "Διαμοιρασμός",
|
||||
"Tags" : "Ετικέτες",
|
||||
"Deleted items" : "Διαγραμμένα αντικείμενα",
|
||||
"Timeline" : "Χρονοδιάγραμμα",
|
||||
"Select users or groups to share with" : "Επιλέξτε χρήστες ή ομάδες με τις οποίες θα μοιραστείτε",
|
||||
"No matching user or group found." : "Δεν βρέθηκε χρήστης ή ομάδα να ταιριάζει.",
|
||||
"Loading" : "Γίνεται φόρτωση",
|
||||
@@ -28,6 +32,8 @@ OC.L10N.register(
|
||||
"Share" : "Διαμοιρασμός",
|
||||
"Manage" : "Διαχείριση",
|
||||
"Discard share" : "Απόρριψη διαμοιρασμού",
|
||||
"Edit tag" : "Επεξεργασία ετικέτας",
|
||||
"Delete tag" : "Διαγραφή ετικέτας",
|
||||
"Create" : "Δημιουργία",
|
||||
"Create a new tag" : "Δημιούργησε νέα ετικέτα",
|
||||
"Title" : "Τίτλος",
|
||||
@@ -40,6 +46,7 @@ OC.L10N.register(
|
||||
"Create new board" : "Δημιουργία νέου πίνακα",
|
||||
"New board title" : "Νέος τίτλος πίνακα",
|
||||
"by" : "από",
|
||||
"Delete attachment" : "Διαγραφή συνημμένου",
|
||||
"Modified:" : "Τροποποιήθηκε:",
|
||||
"Created:" : "Δημιουργήθηκε:",
|
||||
"Due date" : "Ημερομηνία λήξης",
|
||||
|
||||
@@ -8,17 +8,21 @@
|
||||
"To review" : "Προς επισκόπηση",
|
||||
"Action needed" : "Απαιτείται ενέργεια",
|
||||
"Later" : "Αργότερα",
|
||||
"Done" : "Ολοκληρώθηκε",
|
||||
"Add a new stack" : "Πρόσθεσε νέα συστοιχία",
|
||||
"Submit" : "Υποβολή",
|
||||
"Show archived cards" : "Εμφάνιση καρτελών που αρχειοθετήθηκαν",
|
||||
"Hide archived cards" : "Απόκρυψη καρτελών που αρχειοθετήθηκαν",
|
||||
"All Boards" : "Όλοι οι πίνακες",
|
||||
"Archived boards" : "Αρχειοθέτηση πινάκων ",
|
||||
"Delete card" : "Διαγραφή κάρτας",
|
||||
"Enter a card title" : "Καταχωρίστε έναν τίτλο κάρτας",
|
||||
"Add card" : "Προσθήκη κάρτας",
|
||||
"Close" : "Κλείσιμο",
|
||||
"Sharing" : "Διαμοιρασμός",
|
||||
"Tags" : "Ετικέτες",
|
||||
"Deleted items" : "Διαγραμμένα αντικείμενα",
|
||||
"Timeline" : "Χρονοδιάγραμμα",
|
||||
"Select users or groups to share with" : "Επιλέξτε χρήστες ή ομάδες με τις οποίες θα μοιραστείτε",
|
||||
"No matching user or group found." : "Δεν βρέθηκε χρήστης ή ομάδα να ταιριάζει.",
|
||||
"Loading" : "Γίνεται φόρτωση",
|
||||
@@ -26,6 +30,8 @@
|
||||
"Share" : "Διαμοιρασμός",
|
||||
"Manage" : "Διαχείριση",
|
||||
"Discard share" : "Απόρριψη διαμοιρασμού",
|
||||
"Edit tag" : "Επεξεργασία ετικέτας",
|
||||
"Delete tag" : "Διαγραφή ετικέτας",
|
||||
"Create" : "Δημιουργία",
|
||||
"Create a new tag" : "Δημιούργησε νέα ετικέτα",
|
||||
"Title" : "Τίτλος",
|
||||
@@ -38,6 +44,7 @@
|
||||
"Create new board" : "Δημιουργία νέου πίνακα",
|
||||
"New board title" : "Νέος τίτλος πίνακα",
|
||||
"by" : "από",
|
||||
"Delete attachment" : "Διαγραφή συνημμένου",
|
||||
"Modified:" : "Τροποποιήθηκε:",
|
||||
"Created:" : "Δημιουργήθηκε:",
|
||||
"Due date" : "Ημερομηνία λήξης",
|
||||
|
||||
197
l10n/eo.js
Normal file
197
l10n/eo.js
Normal file
@@ -0,0 +1,197 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Please provide a content for your comment." : "Bv. skribi ion en via komento.",
|
||||
"Posting the comment failed." : "Sendo de komento malsukcesis.",
|
||||
"The comment has been deleted" : "La komento estis forigita.",
|
||||
"The associated stack is deleted as well, it will be restored as well." : "La stako asociita estis ankaŭ forigita, ĝi estos ankaŭ restaŭrita.",
|
||||
"Restore associated stack" : "Restaŭri asociitan stakon.",
|
||||
"Remove user from card" : "Forigi uzanton el la karto",
|
||||
"Hours" : "Horoj",
|
||||
"Minutes" : "Minutoj",
|
||||
"Maximum file size of {size} exceeded" : "Maksimuma dosiergrando {size} transpasita",
|
||||
"You have created a new board {board}" : "Vi kreis novan tabulon {board}",
|
||||
"{user} has created a new board {board}" : "{user} kreis novan tabulon {board}",
|
||||
"You have deleted the board {board}" : "Vi forigis tabulon {board}",
|
||||
"{user} has deleted the board {board}" : "{user} forigis tabulon {board}",
|
||||
"You have restored the board {board}" : "Vi restaŭris tabulon {board}",
|
||||
"{user} has restored the board {board}" : "{user} restaŭris tabulon {board}",
|
||||
"You have shared the board {board} with {acl}" : "Vi kunhavigis tabulon {board} kun {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} kunhavigis tabulon {board} kun {sharee}",
|
||||
"You have removed {acl} from the board {board}" : "Vi forigis {acl} el la tabulo {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} forigis {acl} el la tabulo {board}",
|
||||
"You have renamed the board {before} to {board}" : "Vi alinomis la tabulon {before} al {board}",
|
||||
"{user} has renamed the board {before} to {board}" : "{user} alinomis la tabulon {before} al {board}",
|
||||
"You have archived the board {board}" : "Vi enarĥivigis la tabulon {board}",
|
||||
"{user} has archived the board {before}" : "{user} enarĥivigis la tabulon {before}",
|
||||
"You have unarchived the board {board}" : "Vi elarĥivigis la tabulon {board}",
|
||||
"{user} has unarchived the board {before}" : "{user} elarĥivigis la tabulon {before}",
|
||||
"You have created a new stack {stack} on board {board}" : "Vi kreis novan stakon {stack} sur tabulo {board}",
|
||||
"{user} has created a new stack {stack} on board {board}" : "{user} kreis novan stakon {stack} sur tabulo {board}",
|
||||
"You have renamed stack {before} to {stack} on board {board}" : "Vi alinomis la stakon {before} al {stack} sur tabulo {board}",
|
||||
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} alinomis la stakon {before} al {stack} sur tabulo {board}",
|
||||
"You have deleted stack {stack} on board {board}" : "Vi forigis la stakon {stack} el tabulo {board}",
|
||||
"{user} has deleted stack {stack} on board {board}" : "{user} forigis la stakon {stack} el tabulo {board}",
|
||||
"You have created card {card} in stack {stack} on board {board}" : "Vi kreis karton {card} en stako {stack} sur tabulo {board}",
|
||||
"{user} has created card {card} in stack {stack} on board {board}" : "{user} kreis karton {card} en stako {stack} sur tabulo {board}",
|
||||
"You have deleted card {card} in stack {stack} on board {board}" : "Vi forigis karton {card} el stako {stack} sur tabulo {board}",
|
||||
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} forigis karton {card} el stako {stack} sur tabulo {board}",
|
||||
"You have renamed the card {before} to {card}" : "Vi alinomis la karton {before} al {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} alinomis la karton {before} al {card}",
|
||||
"You have added a description to card {card} in stack {stack} on board {board}" : "Vi aldonis priskribon al karto {card} en stako {stack} sur tabulo {board}",
|
||||
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} aldonis priskribon al karto {card} en stako {stack} sur tabulo {board}",
|
||||
"You have updated the description of card {card} in stack {stack} on board {board}" : "Vi ĝisdatigis priskribon de karto {card} en stako {stack} sur tabulo {board}",
|
||||
"{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} ĝisdatigis priskribon de karto {card} en stako {stack} sur tabulo {board}",
|
||||
"You have archived card {card} in stack {stack} on board {board}" : "Vi enarĥivigis karton {card} de stako {stack} sur tabulo {board}",
|
||||
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} enarĥivigis karton {card} de stako {stack} sur tabulo {board}",
|
||||
"You have unarchived card {card} in stack {stack} on board {board}" : "Vi elarĥivigis karton {card} de stako {stack} sur tabulo {board}",
|
||||
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} elarĥivigis karton {card} de stako {stack} sur tabulo {board}",
|
||||
"You have removed the due date of card {card}" : "Vi forigis la limdaton el karto {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} forigis la limdaton el karto {card}",
|
||||
"You have set the due date of card {card} to {after}" : "Vi agordis la limdaton de karto {card} je {after}",
|
||||
"{user} has set the due date of card {card} to {after}" : "{user} agordis la limdaton de karto {card} je {after}",
|
||||
"You have updated the due date of card {card} to {after}" : "Vi ĝisdatigis la limdaton de karto {card} al {after}",
|
||||
"{user} has updated the due date of card {card} to {after}" : "{user} ĝisdatigis la limdaton de karto {card} al {after}",
|
||||
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Vi aldonis la etikedon {label} al karto {card} de stako {stack} sur tabulo {board}",
|
||||
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} aldonis la etikedon {label} al karto {card} de stako {stack} sur tabulo {board}",
|
||||
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Vi forigis la etikedon {label} el karto {card} de stako {stack} sur tabulo {board}",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} forigis la etikedon {label} el karto {card} de stako {stack} sur tabulo {board}",
|
||||
"You have assigned {assigneduser} to card {card} on board {board}" : "Vi atribuis al {assigneduser} la karton {card} de tabulo {board}",
|
||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} atribuis al {assigneduser} la karton {card} de tabulo {board}",
|
||||
"You have unassigned {assigneduser} from card {card} on board {board}" : "Vi malatribuis al {assigneduser} la karton {card} de tabulo {board}",
|
||||
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} malatribuis al {assigneduser} la karton {card} de tabulo {board}",
|
||||
"You have moved the card {card} from stack {stackBefore} to {stack}" : "Vi movis la karton {card} el stako {stackBefore} al {stack}",
|
||||
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} movis la karton {card} el stako {stackBefore} al {stack}",
|
||||
"You have added the attachment {attachment} to card {card}" : "Vi aldonis dosieron {attachment} al karto {card}",
|
||||
"{user} has added the attachment {attachment} to card {card}" : "{user} aldonis dosieron {attachment} al karto {card}",
|
||||
"You have updated the attachment {attachment} on card {card}" : "Vi ĝisdatigis la dosieron {attachment} de karto {card}",
|
||||
"{user} has updated the attachment {attachment} to card {card}" : "{user} ĝisdatigis la dosieron {attachment} de karto {card}",
|
||||
"You have deleted the attachment {attachment} from card {card}" : "Vi forigis la dosieron {attachment} el karto {card}",
|
||||
"{user} has deleted the attachment {attachment} to card {card}" : "{user} forigis la dosieron {attachment} el karto {card}",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Vi restaŭris la dosieron {attachment} al karto {card}",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} restaŭris la dosieron {attachment} al karto {card}",
|
||||
"You have commented on card {card}" : "Vi komentis la karton {card}",
|
||||
"{user} has commented on card {card}" : "{user} komentis la karton {card}",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Karta priskribo</strong> ene de la aplikaĵo Kartaro ŝanĝiĝis",
|
||||
"Deck" : "Kartaro",
|
||||
"Changes in the <strong>Deck app</strong>" : "Ŝanĝoj en la <strong>aplikaĵo Kartaro</strong>",
|
||||
"Personal" : "Persona",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La karto „%s“ sur „%s“ estis atribuita al vi de %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} atribuis la karton „%s“ sur „%s“ al vi.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La karto „%s“ sur „%s“ atingis sian limdaton.",
|
||||
"%s has mentioned you in a comment on \"%s\"." : "%s menciis vin en komento ĉe „%s“.",
|
||||
"{user} has mentioned you in a comment on \"%s\"." : "{user} menciis vin en komento ĉe „%s“.",
|
||||
"The board \"%s\" has been shared with you by %s." : "La tabulo „%s“ estis kunhavigita kun vi de %s.",
|
||||
"{user} has shared the board %s with you." : "{user} kunhavigis la tabulon %s kun vi.",
|
||||
"No data was provided to create an attachment." : "Neniu datumo troviĝis por krei aldonaĵon.",
|
||||
"Finished" : "Finita",
|
||||
"To review" : "Reviziota",
|
||||
"Action needed" : "Ago bezonata",
|
||||
"Later" : "Poste",
|
||||
"To do" : "Farota",
|
||||
"Doing" : "Farata",
|
||||
"Done" : "Farita",
|
||||
"Example Task 3" : "Ekzempla tasko 3",
|
||||
"Example Task 2" : "Ekzempla tasko 2",
|
||||
"Example Task 1" : "Ekzempla tasko 1",
|
||||
"The file was uploaded" : "La dosiero alŝutiĝis",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "La dosiero alŝutita superas la regulon „upload_max_filesize“ el „php.ini“",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "La dosiero alŝutita superas la regulon „MAX_FILE_SIZE“ specifita en la HTML-formularo",
|
||||
"The file was only partially uploaded" : "La dosiero alŝutiĝis nur parte",
|
||||
"No file was uploaded" : "Neniu dosiero alŝutiĝis",
|
||||
"Missing a temporary folder" : "Mankas provizora dosierujo",
|
||||
"Could not write file to disk" : "Ne eblis skribi dosieron sur diskon",
|
||||
"A PHP extension stopped the file upload" : "PHP-modulo haltigis la dosieralŝuto",
|
||||
"No file uploaded or file size exceeds maximum of %s" : "Neniu dosiero alŝutita, aŭ dosiergrando transpasas la maksimumon %s",
|
||||
"A kanban style project and personal management tool for Nextcloud" : "Kanban-eca projekto kaj ilo por mastrumi sian vivon, por 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- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Kartaro („Deck“) estas kanban-eca organiza ilo por mastrumi sian vivon kaj teaman projektaron per Nextcloud.\n\n\n- 📥 Aldonu viajn taskojn al kartoj, kaj organizu ilin \n- 📄 Skribu pliajn notojn per marklingvo „Markdown“\n- 🔖 Uzu etikedojn por pli bone organiziĝi\n- 👥 Kunhavigu kun viaj teamo, amikoj, familio\n- 📎 Aldonu dosierojn, kaj enmetu ilin en via „Markdown“-a priskribo\n- 💬 Diskutu kun via teamo pere de la komentoj\n- ⚡ Sekvu la ŝanĝojn per la aktivaĵa fluo\n- 🚀 Organizu vian projekton",
|
||||
"Add a new stack" : "Aldoni novan stakon",
|
||||
"Submit" : "Sendi",
|
||||
"Show archived cards" : "Montri arĥivigitajn kartojn",
|
||||
"Hide archived cards" : "Kaŝi arĥivigitajn kartojn",
|
||||
"Toggle compact mode" : "Baskuligi densigan vidon",
|
||||
"Show board details" : "Montri tabulajn detalojn",
|
||||
"All Boards" : "Ĉiuj tabuloj",
|
||||
"Archived boards" : "Arĥivigitaj tabuloj",
|
||||
"Share board" : "Kunhavigi tabulon",
|
||||
"Archived cards" : "Arĥivigitaj kartoj",
|
||||
"Actions" : "Agoj",
|
||||
"Drop your files here to upload it to the card" : "Ŝovu kaj demetu viajn dosierojn ĉi tie por alŝuti ilin al la karto",
|
||||
"Assign card to me" : "Atribui karton al mi mem",
|
||||
"Unassign card from me" : "Malatribui karton el mi mem",
|
||||
"Archive card" : "Arĥivigi karton",
|
||||
"Unarchive card" : "Malarĥivigi karton",
|
||||
"Delete card" : "Forigi karton",
|
||||
"Enter a card title" : "Entajpu katotitolon",
|
||||
"Add card" : "Aldoni karton",
|
||||
"Close" : "Malfermi",
|
||||
"Sharing" : "Kunhavigo",
|
||||
"Tags" : "Etikedoj",
|
||||
"Deleted items" : "Forigitaj elementoj",
|
||||
"Timeline" : "Kronologio",
|
||||
"Select users or groups to share with" : "Elektu uzantojn aŭ grupojn, kun kiuj vi volas kunhavigi",
|
||||
"Access for" : "Aliro pri",
|
||||
"No matching user or group found." : "Neniu kongrua uzanto aŭ grupo trovita.",
|
||||
"Loading" : "Ŝargante",
|
||||
"Edit" : "Redakti",
|
||||
"Share" : "Kunhavigi",
|
||||
"Manage" : "Administri",
|
||||
"Discard share" : "Forigi kunhavon",
|
||||
"Sharing has been disabled for your account." : "Kunhavigo ne estas ebligita por via konto.",
|
||||
"Update tag" : "Ĝisdatigi etikedon",
|
||||
"Edit tag" : "Modifi etikedon",
|
||||
"Delete tag" : "Forigi etikedon",
|
||||
"Create" : "Krei",
|
||||
"Create a new tag" : "Krei novan etikedon",
|
||||
"Deleted stacks" : "Forigitaj stakoj",
|
||||
"Deleted cards" : "Forigitaj kartoj",
|
||||
"Status" : "Stato",
|
||||
"No archived boards to display" : "Neniu arĥivigitaj tabuloj",
|
||||
"No shared boards to display" : "Neniu kunhavigitaj tabuloj",
|
||||
"Title" : "Titolo",
|
||||
"Members" : "Membroj",
|
||||
"More actions" : "Pliaj agoj",
|
||||
"Edit board" : "Modifi tabulon",
|
||||
"Archive board" : "Enarĥivigi tabulon",
|
||||
"Unarchive board" : "Elarĥivigi tabulon",
|
||||
"Delete board" : "Forigi tabulon",
|
||||
"Update board" : "Ĝisdatigi tabulon",
|
||||
"Reset board" : "Forviŝi kaj restarigi tabulon",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Malfari forigadon de tabulo; aliokaze, la tabulo estos forigita dum la venonta ruliĝo de „cron“.",
|
||||
"Create new board" : "Krei novan tabulon",
|
||||
"New board title" : "Nova tabultitolo",
|
||||
"Create board" : "Krei tabulon",
|
||||
"Select an attachment" : "Elekti dosieron",
|
||||
"Cancel upload" : "Nuligi alŝuton",
|
||||
"by" : "de",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Malfari forigadon de dosiero; aliokaze, la dosiero estos forigita dum la venonta ruliĝo de „cron“.",
|
||||
"Undo file deletion" : "Malfari dosierforigadon",
|
||||
"Insert the file into the description" : "Enmeti la dosieron en la priskribon.",
|
||||
"Delete attachment" : "Forigi aldonitan dosieron",
|
||||
"Modified:" : "Modifita:",
|
||||
"Created:" : "Kreita:",
|
||||
"Choose a tag" : "Elekti etikedon",
|
||||
"Add a tag" : "Aldoni etikedon",
|
||||
"Select tags" : "Elekti etikedojn",
|
||||
"Assign users" : "Atribui al uzantoj",
|
||||
"Choose a user to assign" : "Elekti uzanton",
|
||||
"Assign this card to a user" : "Atribui tiun ĉi karton al uzanto",
|
||||
"Due date" : "Limdato",
|
||||
"Click to set" : "Alklaki por difini",
|
||||
"Remove due date" : "Viŝi limdaton",
|
||||
"Description" : "Priskribo",
|
||||
"Attachments" : "Dosieraj aldonaĵoj",
|
||||
"Saved" : "Konservita",
|
||||
"Unsaved changes" : "Nekonservitaj ŝanĝoj",
|
||||
"Insert attachment" : "Enmeti aldonitan dosieron",
|
||||
"Formatting help" : "Helpo pri tekstaranĝo",
|
||||
"Upload attachment" : "Alŝuti dosieran aldonaĵon",
|
||||
"Add a card description…" : "Aldoni kartopriskribon",
|
||||
"Shared boards" : "Kunhavigitaj tabuloj",
|
||||
"Move board to archive" : "Enarĥivigi tabulon",
|
||||
"Create a new board" : "Krei novan tabulon",
|
||||
"Settings" : "Agordo",
|
||||
"Limit deck to groups" : "Limigi kartaron al grupoj",
|
||||
"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." : "Limigo de Kartaro („Deck“) baros uzantojn, kiuj ne estas en tiuj grupoj, krei iliajn proprajn tabulojn. Uzantoj tamen eblos labori kun tabuloj kunhavigitaj kun ili."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
195
l10n/eo.json
Normal file
195
l10n/eo.json
Normal file
@@ -0,0 +1,195 @@
|
||||
{ "translations": {
|
||||
"Please provide a content for your comment." : "Bv. skribi ion en via komento.",
|
||||
"Posting the comment failed." : "Sendo de komento malsukcesis.",
|
||||
"The comment has been deleted" : "La komento estis forigita.",
|
||||
"The associated stack is deleted as well, it will be restored as well." : "La stako asociita estis ankaŭ forigita, ĝi estos ankaŭ restaŭrita.",
|
||||
"Restore associated stack" : "Restaŭri asociitan stakon.",
|
||||
"Remove user from card" : "Forigi uzanton el la karto",
|
||||
"Hours" : "Horoj",
|
||||
"Minutes" : "Minutoj",
|
||||
"Maximum file size of {size} exceeded" : "Maksimuma dosiergrando {size} transpasita",
|
||||
"You have created a new board {board}" : "Vi kreis novan tabulon {board}",
|
||||
"{user} has created a new board {board}" : "{user} kreis novan tabulon {board}",
|
||||
"You have deleted the board {board}" : "Vi forigis tabulon {board}",
|
||||
"{user} has deleted the board {board}" : "{user} forigis tabulon {board}",
|
||||
"You have restored the board {board}" : "Vi restaŭris tabulon {board}",
|
||||
"{user} has restored the board {board}" : "{user} restaŭris tabulon {board}",
|
||||
"You have shared the board {board} with {acl}" : "Vi kunhavigis tabulon {board} kun {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} kunhavigis tabulon {board} kun {sharee}",
|
||||
"You have removed {acl} from the board {board}" : "Vi forigis {acl} el la tabulo {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} forigis {acl} el la tabulo {board}",
|
||||
"You have renamed the board {before} to {board}" : "Vi alinomis la tabulon {before} al {board}",
|
||||
"{user} has renamed the board {before} to {board}" : "{user} alinomis la tabulon {before} al {board}",
|
||||
"You have archived the board {board}" : "Vi enarĥivigis la tabulon {board}",
|
||||
"{user} has archived the board {before}" : "{user} enarĥivigis la tabulon {before}",
|
||||
"You have unarchived the board {board}" : "Vi elarĥivigis la tabulon {board}",
|
||||
"{user} has unarchived the board {before}" : "{user} elarĥivigis la tabulon {before}",
|
||||
"You have created a new stack {stack} on board {board}" : "Vi kreis novan stakon {stack} sur tabulo {board}",
|
||||
"{user} has created a new stack {stack} on board {board}" : "{user} kreis novan stakon {stack} sur tabulo {board}",
|
||||
"You have renamed stack {before} to {stack} on board {board}" : "Vi alinomis la stakon {before} al {stack} sur tabulo {board}",
|
||||
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} alinomis la stakon {before} al {stack} sur tabulo {board}",
|
||||
"You have deleted stack {stack} on board {board}" : "Vi forigis la stakon {stack} el tabulo {board}",
|
||||
"{user} has deleted stack {stack} on board {board}" : "{user} forigis la stakon {stack} el tabulo {board}",
|
||||
"You have created card {card} in stack {stack} on board {board}" : "Vi kreis karton {card} en stako {stack} sur tabulo {board}",
|
||||
"{user} has created card {card} in stack {stack} on board {board}" : "{user} kreis karton {card} en stako {stack} sur tabulo {board}",
|
||||
"You have deleted card {card} in stack {stack} on board {board}" : "Vi forigis karton {card} el stako {stack} sur tabulo {board}",
|
||||
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} forigis karton {card} el stako {stack} sur tabulo {board}",
|
||||
"You have renamed the card {before} to {card}" : "Vi alinomis la karton {before} al {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} alinomis la karton {before} al {card}",
|
||||
"You have added a description to card {card} in stack {stack} on board {board}" : "Vi aldonis priskribon al karto {card} en stako {stack} sur tabulo {board}",
|
||||
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} aldonis priskribon al karto {card} en stako {stack} sur tabulo {board}",
|
||||
"You have updated the description of card {card} in stack {stack} on board {board}" : "Vi ĝisdatigis priskribon de karto {card} en stako {stack} sur tabulo {board}",
|
||||
"{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} ĝisdatigis priskribon de karto {card} en stako {stack} sur tabulo {board}",
|
||||
"You have archived card {card} in stack {stack} on board {board}" : "Vi enarĥivigis karton {card} de stako {stack} sur tabulo {board}",
|
||||
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} enarĥivigis karton {card} de stako {stack} sur tabulo {board}",
|
||||
"You have unarchived card {card} in stack {stack} on board {board}" : "Vi elarĥivigis karton {card} de stako {stack} sur tabulo {board}",
|
||||
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} elarĥivigis karton {card} de stako {stack} sur tabulo {board}",
|
||||
"You have removed the due date of card {card}" : "Vi forigis la limdaton el karto {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} forigis la limdaton el karto {card}",
|
||||
"You have set the due date of card {card} to {after}" : "Vi agordis la limdaton de karto {card} je {after}",
|
||||
"{user} has set the due date of card {card} to {after}" : "{user} agordis la limdaton de karto {card} je {after}",
|
||||
"You have updated the due date of card {card} to {after}" : "Vi ĝisdatigis la limdaton de karto {card} al {after}",
|
||||
"{user} has updated the due date of card {card} to {after}" : "{user} ĝisdatigis la limdaton de karto {card} al {after}",
|
||||
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Vi aldonis la etikedon {label} al karto {card} de stako {stack} sur tabulo {board}",
|
||||
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} aldonis la etikedon {label} al karto {card} de stako {stack} sur tabulo {board}",
|
||||
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Vi forigis la etikedon {label} el karto {card} de stako {stack} sur tabulo {board}",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} forigis la etikedon {label} el karto {card} de stako {stack} sur tabulo {board}",
|
||||
"You have assigned {assigneduser} to card {card} on board {board}" : "Vi atribuis al {assigneduser} la karton {card} de tabulo {board}",
|
||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} atribuis al {assigneduser} la karton {card} de tabulo {board}",
|
||||
"You have unassigned {assigneduser} from card {card} on board {board}" : "Vi malatribuis al {assigneduser} la karton {card} de tabulo {board}",
|
||||
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} malatribuis al {assigneduser} la karton {card} de tabulo {board}",
|
||||
"You have moved the card {card} from stack {stackBefore} to {stack}" : "Vi movis la karton {card} el stako {stackBefore} al {stack}",
|
||||
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} movis la karton {card} el stako {stackBefore} al {stack}",
|
||||
"You have added the attachment {attachment} to card {card}" : "Vi aldonis dosieron {attachment} al karto {card}",
|
||||
"{user} has added the attachment {attachment} to card {card}" : "{user} aldonis dosieron {attachment} al karto {card}",
|
||||
"You have updated the attachment {attachment} on card {card}" : "Vi ĝisdatigis la dosieron {attachment} de karto {card}",
|
||||
"{user} has updated the attachment {attachment} to card {card}" : "{user} ĝisdatigis la dosieron {attachment} de karto {card}",
|
||||
"You have deleted the attachment {attachment} from card {card}" : "Vi forigis la dosieron {attachment} el karto {card}",
|
||||
"{user} has deleted the attachment {attachment} to card {card}" : "{user} forigis la dosieron {attachment} el karto {card}",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Vi restaŭris la dosieron {attachment} al karto {card}",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} restaŭris la dosieron {attachment} al karto {card}",
|
||||
"You have commented on card {card}" : "Vi komentis la karton {card}",
|
||||
"{user} has commented on card {card}" : "{user} komentis la karton {card}",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Karta priskribo</strong> ene de la aplikaĵo Kartaro ŝanĝiĝis",
|
||||
"Deck" : "Kartaro",
|
||||
"Changes in the <strong>Deck app</strong>" : "Ŝanĝoj en la <strong>aplikaĵo Kartaro</strong>",
|
||||
"Personal" : "Persona",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La karto „%s“ sur „%s“ estis atribuita al vi de %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} atribuis la karton „%s“ sur „%s“ al vi.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La karto „%s“ sur „%s“ atingis sian limdaton.",
|
||||
"%s has mentioned you in a comment on \"%s\"." : "%s menciis vin en komento ĉe „%s“.",
|
||||
"{user} has mentioned you in a comment on \"%s\"." : "{user} menciis vin en komento ĉe „%s“.",
|
||||
"The board \"%s\" has been shared with you by %s." : "La tabulo „%s“ estis kunhavigita kun vi de %s.",
|
||||
"{user} has shared the board %s with you." : "{user} kunhavigis la tabulon %s kun vi.",
|
||||
"No data was provided to create an attachment." : "Neniu datumo troviĝis por krei aldonaĵon.",
|
||||
"Finished" : "Finita",
|
||||
"To review" : "Reviziota",
|
||||
"Action needed" : "Ago bezonata",
|
||||
"Later" : "Poste",
|
||||
"To do" : "Farota",
|
||||
"Doing" : "Farata",
|
||||
"Done" : "Farita",
|
||||
"Example Task 3" : "Ekzempla tasko 3",
|
||||
"Example Task 2" : "Ekzempla tasko 2",
|
||||
"Example Task 1" : "Ekzempla tasko 1",
|
||||
"The file was uploaded" : "La dosiero alŝutiĝis",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "La dosiero alŝutita superas la regulon „upload_max_filesize“ el „php.ini“",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "La dosiero alŝutita superas la regulon „MAX_FILE_SIZE“ specifita en la HTML-formularo",
|
||||
"The file was only partially uploaded" : "La dosiero alŝutiĝis nur parte",
|
||||
"No file was uploaded" : "Neniu dosiero alŝutiĝis",
|
||||
"Missing a temporary folder" : "Mankas provizora dosierujo",
|
||||
"Could not write file to disk" : "Ne eblis skribi dosieron sur diskon",
|
||||
"A PHP extension stopped the file upload" : "PHP-modulo haltigis la dosieralŝuto",
|
||||
"No file uploaded or file size exceeds maximum of %s" : "Neniu dosiero alŝutita, aŭ dosiergrando transpasas la maksimumon %s",
|
||||
"A kanban style project and personal management tool for Nextcloud" : "Kanban-eca projekto kaj ilo por mastrumi sian vivon, por 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- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Kartaro („Deck“) estas kanban-eca organiza ilo por mastrumi sian vivon kaj teaman projektaron per Nextcloud.\n\n\n- 📥 Aldonu viajn taskojn al kartoj, kaj organizu ilin \n- 📄 Skribu pliajn notojn per marklingvo „Markdown“\n- 🔖 Uzu etikedojn por pli bone organiziĝi\n- 👥 Kunhavigu kun viaj teamo, amikoj, familio\n- 📎 Aldonu dosierojn, kaj enmetu ilin en via „Markdown“-a priskribo\n- 💬 Diskutu kun via teamo pere de la komentoj\n- ⚡ Sekvu la ŝanĝojn per la aktivaĵa fluo\n- 🚀 Organizu vian projekton",
|
||||
"Add a new stack" : "Aldoni novan stakon",
|
||||
"Submit" : "Sendi",
|
||||
"Show archived cards" : "Montri arĥivigitajn kartojn",
|
||||
"Hide archived cards" : "Kaŝi arĥivigitajn kartojn",
|
||||
"Toggle compact mode" : "Baskuligi densigan vidon",
|
||||
"Show board details" : "Montri tabulajn detalojn",
|
||||
"All Boards" : "Ĉiuj tabuloj",
|
||||
"Archived boards" : "Arĥivigitaj tabuloj",
|
||||
"Share board" : "Kunhavigi tabulon",
|
||||
"Archived cards" : "Arĥivigitaj kartoj",
|
||||
"Actions" : "Agoj",
|
||||
"Drop your files here to upload it to the card" : "Ŝovu kaj demetu viajn dosierojn ĉi tie por alŝuti ilin al la karto",
|
||||
"Assign card to me" : "Atribui karton al mi mem",
|
||||
"Unassign card from me" : "Malatribui karton el mi mem",
|
||||
"Archive card" : "Arĥivigi karton",
|
||||
"Unarchive card" : "Malarĥivigi karton",
|
||||
"Delete card" : "Forigi karton",
|
||||
"Enter a card title" : "Entajpu katotitolon",
|
||||
"Add card" : "Aldoni karton",
|
||||
"Close" : "Malfermi",
|
||||
"Sharing" : "Kunhavigo",
|
||||
"Tags" : "Etikedoj",
|
||||
"Deleted items" : "Forigitaj elementoj",
|
||||
"Timeline" : "Kronologio",
|
||||
"Select users or groups to share with" : "Elektu uzantojn aŭ grupojn, kun kiuj vi volas kunhavigi",
|
||||
"Access for" : "Aliro pri",
|
||||
"No matching user or group found." : "Neniu kongrua uzanto aŭ grupo trovita.",
|
||||
"Loading" : "Ŝargante",
|
||||
"Edit" : "Redakti",
|
||||
"Share" : "Kunhavigi",
|
||||
"Manage" : "Administri",
|
||||
"Discard share" : "Forigi kunhavon",
|
||||
"Sharing has been disabled for your account." : "Kunhavigo ne estas ebligita por via konto.",
|
||||
"Update tag" : "Ĝisdatigi etikedon",
|
||||
"Edit tag" : "Modifi etikedon",
|
||||
"Delete tag" : "Forigi etikedon",
|
||||
"Create" : "Krei",
|
||||
"Create a new tag" : "Krei novan etikedon",
|
||||
"Deleted stacks" : "Forigitaj stakoj",
|
||||
"Deleted cards" : "Forigitaj kartoj",
|
||||
"Status" : "Stato",
|
||||
"No archived boards to display" : "Neniu arĥivigitaj tabuloj",
|
||||
"No shared boards to display" : "Neniu kunhavigitaj tabuloj",
|
||||
"Title" : "Titolo",
|
||||
"Members" : "Membroj",
|
||||
"More actions" : "Pliaj agoj",
|
||||
"Edit board" : "Modifi tabulon",
|
||||
"Archive board" : "Enarĥivigi tabulon",
|
||||
"Unarchive board" : "Elarĥivigi tabulon",
|
||||
"Delete board" : "Forigi tabulon",
|
||||
"Update board" : "Ĝisdatigi tabulon",
|
||||
"Reset board" : "Forviŝi kaj restarigi tabulon",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Malfari forigadon de tabulo; aliokaze, la tabulo estos forigita dum la venonta ruliĝo de „cron“.",
|
||||
"Create new board" : "Krei novan tabulon",
|
||||
"New board title" : "Nova tabultitolo",
|
||||
"Create board" : "Krei tabulon",
|
||||
"Select an attachment" : "Elekti dosieron",
|
||||
"Cancel upload" : "Nuligi alŝuton",
|
||||
"by" : "de",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Malfari forigadon de dosiero; aliokaze, la dosiero estos forigita dum la venonta ruliĝo de „cron“.",
|
||||
"Undo file deletion" : "Malfari dosierforigadon",
|
||||
"Insert the file into the description" : "Enmeti la dosieron en la priskribon.",
|
||||
"Delete attachment" : "Forigi aldonitan dosieron",
|
||||
"Modified:" : "Modifita:",
|
||||
"Created:" : "Kreita:",
|
||||
"Choose a tag" : "Elekti etikedon",
|
||||
"Add a tag" : "Aldoni etikedon",
|
||||
"Select tags" : "Elekti etikedojn",
|
||||
"Assign users" : "Atribui al uzantoj",
|
||||
"Choose a user to assign" : "Elekti uzanton",
|
||||
"Assign this card to a user" : "Atribui tiun ĉi karton al uzanto",
|
||||
"Due date" : "Limdato",
|
||||
"Click to set" : "Alklaki por difini",
|
||||
"Remove due date" : "Viŝi limdaton",
|
||||
"Description" : "Priskribo",
|
||||
"Attachments" : "Dosieraj aldonaĵoj",
|
||||
"Saved" : "Konservita",
|
||||
"Unsaved changes" : "Nekonservitaj ŝanĝoj",
|
||||
"Insert attachment" : "Enmeti aldonitan dosieron",
|
||||
"Formatting help" : "Helpo pri tekstaranĝo",
|
||||
"Upload attachment" : "Alŝuti dosieran aldonaĵon",
|
||||
"Add a card description…" : "Aldoni kartopriskribon",
|
||||
"Shared boards" : "Kunhavigitaj tabuloj",
|
||||
"Move board to archive" : "Enarĥivigi tabulon",
|
||||
"Create a new board" : "Krei novan tabulon",
|
||||
"Settings" : "Agordo",
|
||||
"Limit deck to groups" : "Limigi kartaron al grupoj",
|
||||
"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." : "Limigo de Kartaro („Deck“) baros uzantojn, kiuj ne estas en tiuj grupoj, krei iliajn proprajn tabulojn. Uzantoj tamen eblos labori kun tabuloj kunhavigitaj kun ili."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -114,6 +114,7 @@ OC.L10N.register(
|
||||
"All Boards" : "Todos los tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Share board" : "Compartir tablero",
|
||||
"Archived cards" : "Tarjetas archivadas",
|
||||
"Actions" : "Acciones",
|
||||
"Drop your files here to upload it to the card" : "Arrastra tus archivos aquí para subirlos a la tarjeta",
|
||||
"Assign card to me" : "Asignarme tarjeta a mí",
|
||||
|
||||
@@ -112,6 +112,7 @@
|
||||
"All Boards" : "Todos los tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Share board" : "Compartir tablero",
|
||||
"Archived cards" : "Tarjetas archivadas",
|
||||
"Actions" : "Acciones",
|
||||
"Drop your files here to upload it to the card" : "Arrastra tus archivos aquí para subirlos a la tarjeta",
|
||||
"Assign card to me" : "Asignarme tarjeta a mí",
|
||||
|
||||
28
l10n/eu.js
28
l10n/eu.js
@@ -1,9 +1,14 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Please provide a content for your comment." : "Eman edukia zure iruzkinari.",
|
||||
"Posting the comment failed." : "Iruzkinaren bidalketak huts egin du.",
|
||||
"The comment has been deleted" : "Iruzkina ezabatu da",
|
||||
"Remove user from card" : "Kendu erabiltzailea txarteletik",
|
||||
"Hours" : "Orduak",
|
||||
"Minutes" : "Minutuak",
|
||||
"Deck" : "Mahaigaina",
|
||||
"Personal" : "Pertsonala",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : " \"%s\" txartela, \"%s\" -n dagoena, epe-mugara ailegatu da.",
|
||||
"The board \"%s\" has been shared with you by %s." : "\"%s\" mahaingaina %s-k zurekin partekatu du.",
|
||||
"{user} has shared the board %s with you." : "{user} erabiltzaileak %s mahaigaina zurekin partekatu du.",
|
||||
@@ -11,17 +16,29 @@ OC.L10N.register(
|
||||
"To review" : "Errebisatzeko",
|
||||
"Action needed" : "Ekintza beharrezkoa",
|
||||
"Later" : "Beranduago",
|
||||
"To do" : "Egiteke",
|
||||
"Doing" : "Egiten",
|
||||
"Done" : "Egina",
|
||||
"The file was uploaded" : "Fitxategia igo da",
|
||||
"No file was uploaded" : "Ez da fitxategirik igo",
|
||||
"Add a new stack" : "Pila berria gehitu",
|
||||
"Submit" : "Bidali",
|
||||
"Show archived cards" : "Artxibatutako txartelak erakutsi",
|
||||
"Hide archived cards" : "Artxibatutako txartelak ezkutatu",
|
||||
"All Boards" : "Mahai guztiak",
|
||||
"Archived boards" : "Artxibatutako txartelak",
|
||||
"Archived cards" : "Artxibatutako txartelak",
|
||||
"Actions" : "Ekintzak",
|
||||
"Archive card" : "Artxibatu txartela",
|
||||
"Unarchive card" : "Berreskuratu txartela artxibotik",
|
||||
"Delete card" : "Ezabatu txartela",
|
||||
"Enter a card title" : "Txartelaren titulua sartu",
|
||||
"Add card" : "Txartela gehitu",
|
||||
"Close" : "Itxi",
|
||||
"Sharing" : "Partekatzen",
|
||||
"Tags" : "Etiketak",
|
||||
"Deleted items" : "Ezabatutako elementuak",
|
||||
"Timeline" : "Denbora-lerroa",
|
||||
"Select users or groups to share with" : "Partekatzeko erabiltzaile eta taldeak hautatu",
|
||||
"Access for" : "Sarbidea",
|
||||
"No matching user or group found." : "Ados datorren erabiltzailerik edo talderik ez da topatu",
|
||||
@@ -30,6 +47,8 @@ OC.L10N.register(
|
||||
"Share" : "Partekatu",
|
||||
"Manage" : "Kudeaketa",
|
||||
"Discard share" : "Partekatutakoa ezeztatu",
|
||||
"Edit tag" : "Editatu etiketa",
|
||||
"Delete tag" : "Ezabatu etiketa",
|
||||
"Create" : "Sortu",
|
||||
"Create a new tag" : "Etiketa berria sortu",
|
||||
"Status" : "Egoera",
|
||||
@@ -43,7 +62,10 @@ OC.L10N.register(
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Mahaiagainaren borratzea ezeztatu - Bestela cron lanaren hurrengo aktibazioan borratuko da.",
|
||||
"Create new board" : "Mahaigain berria sortzen du",
|
||||
"New board title" : "Mahaigainaren izenburu berria",
|
||||
"Select an attachment" : "Hautatu eranskin bat",
|
||||
"by" : "-engatik",
|
||||
"Undo file deletion" : "Desegin fitxategiaren ezabaketa",
|
||||
"Delete attachment" : "Ezabatu eranskina",
|
||||
"Modified:" : "Aldatua:",
|
||||
"Created:" : "Sortua:",
|
||||
"Choose a tag" : "Etiketa hautatu",
|
||||
@@ -55,12 +77,16 @@ OC.L10N.register(
|
||||
"Click to set" : "Klik ezartzeko",
|
||||
"Remove due date" : "Ezabatu epe-muga",
|
||||
"Description" : "Deskribapena",
|
||||
"Attachments" : "Eranskinak",
|
||||
"Saved" : "Gordeta",
|
||||
"Unsaved changes" : "Gorde gabeko aldaketak",
|
||||
"Insert attachment" : "Txertatu eranskina",
|
||||
"Formatting help" : "Formatua emateko laguntza",
|
||||
"Upload attachment" : "Igo eranskina",
|
||||
"Add a card description…" : "Txartelaren deskribapena gehitu...",
|
||||
"Shared boards" : "Partekatutako txartelak",
|
||||
"Move board to archive" : "Txartela artxibora mugitu",
|
||||
"Create a new board" : "Mahaigain berria sortu"
|
||||
"Create a new board" : "Mahaigain berria sortu",
|
||||
"Settings" : "Ezarpenak"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
28
l10n/eu.json
28
l10n/eu.json
@@ -1,7 +1,12 @@
|
||||
{ "translations": {
|
||||
"Please provide a content for your comment." : "Eman edukia zure iruzkinari.",
|
||||
"Posting the comment failed." : "Iruzkinaren bidalketak huts egin du.",
|
||||
"The comment has been deleted" : "Iruzkina ezabatu da",
|
||||
"Remove user from card" : "Kendu erabiltzailea txarteletik",
|
||||
"Hours" : "Orduak",
|
||||
"Minutes" : "Minutuak",
|
||||
"Deck" : "Mahaigaina",
|
||||
"Personal" : "Pertsonala",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : " \"%s\" txartela, \"%s\" -n dagoena, epe-mugara ailegatu da.",
|
||||
"The board \"%s\" has been shared with you by %s." : "\"%s\" mahaingaina %s-k zurekin partekatu du.",
|
||||
"{user} has shared the board %s with you." : "{user} erabiltzaileak %s mahaigaina zurekin partekatu du.",
|
||||
@@ -9,17 +14,29 @@
|
||||
"To review" : "Errebisatzeko",
|
||||
"Action needed" : "Ekintza beharrezkoa",
|
||||
"Later" : "Beranduago",
|
||||
"To do" : "Egiteke",
|
||||
"Doing" : "Egiten",
|
||||
"Done" : "Egina",
|
||||
"The file was uploaded" : "Fitxategia igo da",
|
||||
"No file was uploaded" : "Ez da fitxategirik igo",
|
||||
"Add a new stack" : "Pila berria gehitu",
|
||||
"Submit" : "Bidali",
|
||||
"Show archived cards" : "Artxibatutako txartelak erakutsi",
|
||||
"Hide archived cards" : "Artxibatutako txartelak ezkutatu",
|
||||
"All Boards" : "Mahai guztiak",
|
||||
"Archived boards" : "Artxibatutako txartelak",
|
||||
"Archived cards" : "Artxibatutako txartelak",
|
||||
"Actions" : "Ekintzak",
|
||||
"Archive card" : "Artxibatu txartela",
|
||||
"Unarchive card" : "Berreskuratu txartela artxibotik",
|
||||
"Delete card" : "Ezabatu txartela",
|
||||
"Enter a card title" : "Txartelaren titulua sartu",
|
||||
"Add card" : "Txartela gehitu",
|
||||
"Close" : "Itxi",
|
||||
"Sharing" : "Partekatzen",
|
||||
"Tags" : "Etiketak",
|
||||
"Deleted items" : "Ezabatutako elementuak",
|
||||
"Timeline" : "Denbora-lerroa",
|
||||
"Select users or groups to share with" : "Partekatzeko erabiltzaile eta taldeak hautatu",
|
||||
"Access for" : "Sarbidea",
|
||||
"No matching user or group found." : "Ados datorren erabiltzailerik edo talderik ez da topatu",
|
||||
@@ -28,6 +45,8 @@
|
||||
"Share" : "Partekatu",
|
||||
"Manage" : "Kudeaketa",
|
||||
"Discard share" : "Partekatutakoa ezeztatu",
|
||||
"Edit tag" : "Editatu etiketa",
|
||||
"Delete tag" : "Ezabatu etiketa",
|
||||
"Create" : "Sortu",
|
||||
"Create a new tag" : "Etiketa berria sortu",
|
||||
"Status" : "Egoera",
|
||||
@@ -41,7 +60,10 @@
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Mahaiagainaren borratzea ezeztatu - Bestela cron lanaren hurrengo aktibazioan borratuko da.",
|
||||
"Create new board" : "Mahaigain berria sortzen du",
|
||||
"New board title" : "Mahaigainaren izenburu berria",
|
||||
"Select an attachment" : "Hautatu eranskin bat",
|
||||
"by" : "-engatik",
|
||||
"Undo file deletion" : "Desegin fitxategiaren ezabaketa",
|
||||
"Delete attachment" : "Ezabatu eranskina",
|
||||
"Modified:" : "Aldatua:",
|
||||
"Created:" : "Sortua:",
|
||||
"Choose a tag" : "Etiketa hautatu",
|
||||
@@ -53,12 +75,16 @@
|
||||
"Click to set" : "Klik ezartzeko",
|
||||
"Remove due date" : "Ezabatu epe-muga",
|
||||
"Description" : "Deskribapena",
|
||||
"Attachments" : "Eranskinak",
|
||||
"Saved" : "Gordeta",
|
||||
"Unsaved changes" : "Gorde gabeko aldaketak",
|
||||
"Insert attachment" : "Txertatu eranskina",
|
||||
"Formatting help" : "Formatua emateko laguntza",
|
||||
"Upload attachment" : "Igo eranskina",
|
||||
"Add a card description…" : "Txartelaren deskribapena gehitu...",
|
||||
"Shared boards" : "Partekatutako txartelak",
|
||||
"Move board to archive" : "Txartela artxibora mugitu",
|
||||
"Create a new board" : "Mahaigain berria sortu"
|
||||
"Create a new board" : "Mahaigain berria sortu",
|
||||
"Settings" : "Ezarpenak"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
63
l10n/fr.js
63
l10n/fr.js
@@ -24,12 +24,57 @@ OC.L10N.register(
|
||||
"{user} has renamed the board {before} to {board}" : "{user} a renommé le tableau {before} à {board}",
|
||||
"You have archived the board {board}" : "Vous avez archivé le tableau {board}",
|
||||
"{user} has archived the board {before}" : "{user} a archivé le tableau {before}",
|
||||
"You have unarchived the board {board}" : "Vous avez archivé le tableau {board}",
|
||||
"{user} has unarchived the board {before}" : "{user} a archivé le tableau {board}",
|
||||
"You have created a new stack {stack} on board {board}" : "Vous avez créé une nouvelle pille {stack} sur le tableau {board}",
|
||||
"You have unarchived the board {board}" : "Vous avez sorti de l’archive le tableau {board}",
|
||||
"{user} has unarchived the board {before}" : "{user} a sorti de l’archive le tableau {board}",
|
||||
"You have created a new stack {stack} on board {board}" : "Vous avez créé une nouvelle pile {stack} sur le tableau {board}",
|
||||
"{user} has created a new stack {stack} on board {board}" : "{user} a créé une nouvelle pile {stack} sur le tableau {board}",
|
||||
"You have renamed stack {before} to {stack} on board {board}" : "Vous avez renommé la pile {before} en {stack} sur le tableau {board}",
|
||||
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} a renommé la pile {before} en {stack} sur le tableau {board}",
|
||||
"You have deleted stack {stack} on board {board}" : "Vous avez supprimé la pile {stack} sur le tableau {board}",
|
||||
"{user} has deleted stack {stack} on board {board}" : "{user} a supprimé la pile {stack} sur le tableau {board}",
|
||||
"You have created card {card} in stack {stack} on board {board}" : "Vous avez créé la carte {card} dans la pile {stack} du tableau {board}",
|
||||
"{user} has created card {card} in stack {stack} on board {board}" : "{user} a créé la carte {card} dans la pile {stack} du tableau {board}",
|
||||
"You have deleted card {card} in stack {stack} on board {board}" : "Vous avez supprimé la carte {card} de la pile {stack} du tableau {board}",
|
||||
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} a supprimé la carte {card} de la pile {stack} du tableau {board}",
|
||||
"You have renamed the card {before} to {card}" : "Vous avez renommé la carte {before} en {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} a renommé la carte {before} en {card}",
|
||||
"You have added a description to card {card} in stack {stack} on board {board}" : "Vous avez ajouté une description à la carte {card} de la pile {stack} du tableau {board}",
|
||||
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} a ajouté une description à la carte {card} de la pile {stack} du tableau {board}",
|
||||
"You have updated the description of card {card} in stack {stack} on board {board}" : "Vous avez mis à jour la description de la carte {card} de la pile {stack} du tableau {board}",
|
||||
"{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} a mis à jour la description de la carte {card} de la pile {stack} du tableau {board}",
|
||||
"You have archived card {card} in stack {stack} on board {board}" : "Vous avez archivé la carte {card} de la pile {stack} du tableau {board}",
|
||||
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} a archivé la carte {card} de la pile {stack} du tableau {board}",
|
||||
"You have unarchived card {card} in stack {stack} on board {board}" : "Vous avez une carte {card} non-archivée dans la pile {stack} du tableau {board}",
|
||||
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} a une carte {card} non-archivée dans la pile {stack} du tableau {board}",
|
||||
"You have removed the due date of card {card}" : "Vous avez supprimé la date limite de la carte {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} a supprimé la date limite de la carte {card}",
|
||||
"You have set the due date of card {card} to {after}" : "Vous avez établie la date limite de la carte {card} à {after}",
|
||||
"{user} has set the due date of card {card} to {after}" : "{user} a établie la date limite de la carte {card} à {after}",
|
||||
"You have updated the due date of card {card} to {after}" : "Vous avez mis à jour la date limite de la carte {card} à {after}",
|
||||
"{user} has updated the due date of card {card} to {after}" : "{user} a mis à jour la date limite de la carte {card} à {after}",
|
||||
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Vous avez ajouté l'étiquette {label} à la carte {card} de la pile {stack} du tableau {board}",
|
||||
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} a ajouté l'étiquette {label} à la carte {card} de la pile {stack} du tableau {board}",
|
||||
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Vous avez supprimé l'étiquette {label} de la carte {card} de la pile {stack} du tableau {board}",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} a supprimé l'étiquette {label} de la carte {card} de la pile {stack} du tableau {board}",
|
||||
"You have assigned {assigneduser} to card {card} on board {board}" : "Vous avez assigné {assigneduser} à la carte {card} du tableau {board}",
|
||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} a assigné {assigneduser} à la carte {card} du tableau {board}",
|
||||
"You have unassigned {assigneduser} from card {card} on board {board}" : "Vous avez désassigner {assigneduser} de la carte {card} du tableau {board}",
|
||||
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} a désassigner {assigneduser} de la carte {card} du tableau {board}",
|
||||
"You have moved the card {card} from stack {stackBefore} to {stack}" : "Vous avez déplacé la carte {card} de la pile {stackBefore} vers {stack}",
|
||||
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} a déplacé la carte {card} de la pile {stackBefore} vers {stack}",
|
||||
"You have added the attachment {attachment} to card {card}" : "Vous avez ajouté la pièce jointe {attachment} à la carte {card}",
|
||||
"{user} has added the attachment {attachment} to card {card}" : "{user} a ajouté la pièce jointe {attachment} à la carte {card}",
|
||||
"You have updated the attachment {attachment} on card {card}" : "Vous avez mis à jour la pièce jointe {attachment} de la carte {card}",
|
||||
"{user} has updated the attachment {attachment} to card {card}" : "{user} a mis à jour la pièce jointe {attachment} de la carte {card}",
|
||||
"You have deleted the attachment {attachment} from card {card}" : "Vous avez supprimé la pièce jointe {attachment} de la carte {card}",
|
||||
"{user} has deleted the attachment {attachment} to card {card}" : "{user} a supprimé la pièce jointe {attachment} de la carte {card}",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Vous avez restauré la pièce jointe {attachment} de la carte {card}",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} a restauré la pièce jointe {attachment} de la carte {card}",
|
||||
"You have commented on card {card}" : "Vous avez commenté la carte {card}",
|
||||
"{user} has commented on card {card}" : "{user} a commenté la carte {card}",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "La <strong>description de la carte</strong> présente dans l’application Deck a été modifiée",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Modifications dans <strong>Deck app</strong>",
|
||||
"Personal" : "Personnel",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La carte \"%s\" de \"%s\" vous a été assignée par %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} vous a assigné la carte \"%s\" de \"%s\".",
|
||||
@@ -69,6 +114,7 @@ OC.L10N.register(
|
||||
"All Boards" : "Tous les tableaux",
|
||||
"Archived boards" : "Tableaux archivés",
|
||||
"Share board" : "Partager le tableau",
|
||||
"Archived cards" : "Cartes archivées",
|
||||
"Actions" : "Actions",
|
||||
"Drop your files here to upload it to the card" : "Déposez vos fichiers ici pour les téléverser sur la carte",
|
||||
"Assign card to me" : "Assignez-moi la carte",
|
||||
@@ -105,20 +151,20 @@ OC.L10N.register(
|
||||
"Title" : "Titre",
|
||||
"Members" : "Membres",
|
||||
"More actions" : "Plus d'actions",
|
||||
"Edit board" : "Modifier le tableau",
|
||||
"Edit board" : "Modifier le tableau",
|
||||
"Archive board" : "Archiver le tableau",
|
||||
"Unarchive board" : "Ne plus archiver le tableau",
|
||||
"Delete board" : "Supprimer le tableau",
|
||||
"Update board" : "Mettre à jour le tableau",
|
||||
"Reset board" : "Réinitialiser le tableau",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Annuler la suppression du tableau - Autrement le tableau sera supprimé lors du prochain lancement de la tâche cron.",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Annuler la suppression du tableau — Autrement le tableau sera supprimé lors du prochain lancement de la tâche cron.",
|
||||
"Create new board" : "Créer un nouveau tableau",
|
||||
"New board title" : "Nouveau titre pour le tableau",
|
||||
"Create board" : "Créer le tableau",
|
||||
"Select an attachment" : "Sélectionner une pièce jointe",
|
||||
"Cancel upload" : "Annuler le téléversement",
|
||||
"by" : "par",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Annuler la suppression du fichier - Autrement le fichier sera supprimé lors du prochain lancement de la tâche cron.",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Annuler la suppression du fichier — Autrement le fichier sera supprimé lors du prochain lancement de la tâche cron.",
|
||||
"Undo file deletion" : "Annuler la suppression du fichier",
|
||||
"Insert the file into the description" : "Insérer le fichier dans la description",
|
||||
"Delete attachment" : "Supprimer la pièce jointe",
|
||||
@@ -126,7 +172,7 @@ OC.L10N.register(
|
||||
"Created:" : "Créé le :",
|
||||
"Choose a tag" : "Choisir une étiquette",
|
||||
"Add a tag" : "Ajouter une étiquette",
|
||||
"Select tags" : "Sélectionner les étiquettes",
|
||||
"Select tags" : "Sélectionner les étiquettes",
|
||||
"Assign users" : "Assigner des utilisateurs",
|
||||
"Choose a user to assign" : "Choisir un utilisateur à assigner",
|
||||
"Assign this card to a user" : "Assigner cette carte à un utilisateur",
|
||||
@@ -145,6 +191,7 @@ OC.L10N.register(
|
||||
"Move board to archive" : "Déplacer le tableau vers l'archive",
|
||||
"Create a new board" : "Créer un nouveau tableau",
|
||||
"Settings" : "Paramètres",
|
||||
"Limit deck to groups" : "Limiter deck aux groupes"
|
||||
"Limit deck to groups" : "Limiter deck aux groupes",
|
||||
"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." : "Limiter le Deck empêchera les utilisateurs ne faisant pas partie de ces groupes de créer leurs propres tableaux. Les utilisateurs pourront toujours travailler sur des tableaux qui ont été partagés avec eux."
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
||||
63
l10n/fr.json
63
l10n/fr.json
@@ -22,12 +22,57 @@
|
||||
"{user} has renamed the board {before} to {board}" : "{user} a renommé le tableau {before} à {board}",
|
||||
"You have archived the board {board}" : "Vous avez archivé le tableau {board}",
|
||||
"{user} has archived the board {before}" : "{user} a archivé le tableau {before}",
|
||||
"You have unarchived the board {board}" : "Vous avez archivé le tableau {board}",
|
||||
"{user} has unarchived the board {before}" : "{user} a archivé le tableau {board}",
|
||||
"You have created a new stack {stack} on board {board}" : "Vous avez créé une nouvelle pille {stack} sur le tableau {board}",
|
||||
"You have unarchived the board {board}" : "Vous avez sorti de l’archive le tableau {board}",
|
||||
"{user} has unarchived the board {before}" : "{user} a sorti de l’archive le tableau {board}",
|
||||
"You have created a new stack {stack} on board {board}" : "Vous avez créé une nouvelle pile {stack} sur le tableau {board}",
|
||||
"{user} has created a new stack {stack} on board {board}" : "{user} a créé une nouvelle pile {stack} sur le tableau {board}",
|
||||
"You have renamed stack {before} to {stack} on board {board}" : "Vous avez renommé la pile {before} en {stack} sur le tableau {board}",
|
||||
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} a renommé la pile {before} en {stack} sur le tableau {board}",
|
||||
"You have deleted stack {stack} on board {board}" : "Vous avez supprimé la pile {stack} sur le tableau {board}",
|
||||
"{user} has deleted stack {stack} on board {board}" : "{user} a supprimé la pile {stack} sur le tableau {board}",
|
||||
"You have created card {card} in stack {stack} on board {board}" : "Vous avez créé la carte {card} dans la pile {stack} du tableau {board}",
|
||||
"{user} has created card {card} in stack {stack} on board {board}" : "{user} a créé la carte {card} dans la pile {stack} du tableau {board}",
|
||||
"You have deleted card {card} in stack {stack} on board {board}" : "Vous avez supprimé la carte {card} de la pile {stack} du tableau {board}",
|
||||
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} a supprimé la carte {card} de la pile {stack} du tableau {board}",
|
||||
"You have renamed the card {before} to {card}" : "Vous avez renommé la carte {before} en {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} a renommé la carte {before} en {card}",
|
||||
"You have added a description to card {card} in stack {stack} on board {board}" : "Vous avez ajouté une description à la carte {card} de la pile {stack} du tableau {board}",
|
||||
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} a ajouté une description à la carte {card} de la pile {stack} du tableau {board}",
|
||||
"You have updated the description of card {card} in stack {stack} on board {board}" : "Vous avez mis à jour la description de la carte {card} de la pile {stack} du tableau {board}",
|
||||
"{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} a mis à jour la description de la carte {card} de la pile {stack} du tableau {board}",
|
||||
"You have archived card {card} in stack {stack} on board {board}" : "Vous avez archivé la carte {card} de la pile {stack} du tableau {board}",
|
||||
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} a archivé la carte {card} de la pile {stack} du tableau {board}",
|
||||
"You have unarchived card {card} in stack {stack} on board {board}" : "Vous avez une carte {card} non-archivée dans la pile {stack} du tableau {board}",
|
||||
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} a une carte {card} non-archivée dans la pile {stack} du tableau {board}",
|
||||
"You have removed the due date of card {card}" : "Vous avez supprimé la date limite de la carte {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} a supprimé la date limite de la carte {card}",
|
||||
"You have set the due date of card {card} to {after}" : "Vous avez établie la date limite de la carte {card} à {after}",
|
||||
"{user} has set the due date of card {card} to {after}" : "{user} a établie la date limite de la carte {card} à {after}",
|
||||
"You have updated the due date of card {card} to {after}" : "Vous avez mis à jour la date limite de la carte {card} à {after}",
|
||||
"{user} has updated the due date of card {card} to {after}" : "{user} a mis à jour la date limite de la carte {card} à {after}",
|
||||
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Vous avez ajouté l'étiquette {label} à la carte {card} de la pile {stack} du tableau {board}",
|
||||
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} a ajouté l'étiquette {label} à la carte {card} de la pile {stack} du tableau {board}",
|
||||
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Vous avez supprimé l'étiquette {label} de la carte {card} de la pile {stack} du tableau {board}",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} a supprimé l'étiquette {label} de la carte {card} de la pile {stack} du tableau {board}",
|
||||
"You have assigned {assigneduser} to card {card} on board {board}" : "Vous avez assigné {assigneduser} à la carte {card} du tableau {board}",
|
||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} a assigné {assigneduser} à la carte {card} du tableau {board}",
|
||||
"You have unassigned {assigneduser} from card {card} on board {board}" : "Vous avez désassigner {assigneduser} de la carte {card} du tableau {board}",
|
||||
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} a désassigner {assigneduser} de la carte {card} du tableau {board}",
|
||||
"You have moved the card {card} from stack {stackBefore} to {stack}" : "Vous avez déplacé la carte {card} de la pile {stackBefore} vers {stack}",
|
||||
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} a déplacé la carte {card} de la pile {stackBefore} vers {stack}",
|
||||
"You have added the attachment {attachment} to card {card}" : "Vous avez ajouté la pièce jointe {attachment} à la carte {card}",
|
||||
"{user} has added the attachment {attachment} to card {card}" : "{user} a ajouté la pièce jointe {attachment} à la carte {card}",
|
||||
"You have updated the attachment {attachment} on card {card}" : "Vous avez mis à jour la pièce jointe {attachment} de la carte {card}",
|
||||
"{user} has updated the attachment {attachment} to card {card}" : "{user} a mis à jour la pièce jointe {attachment} de la carte {card}",
|
||||
"You have deleted the attachment {attachment} from card {card}" : "Vous avez supprimé la pièce jointe {attachment} de la carte {card}",
|
||||
"{user} has deleted the attachment {attachment} to card {card}" : "{user} a supprimé la pièce jointe {attachment} de la carte {card}",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Vous avez restauré la pièce jointe {attachment} de la carte {card}",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} a restauré la pièce jointe {attachment} de la carte {card}",
|
||||
"You have commented on card {card}" : "Vous avez commenté la carte {card}",
|
||||
"{user} has commented on card {card}" : "{user} a commenté la carte {card}",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "La <strong>description de la carte</strong> présente dans l’application Deck a été modifiée",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Modifications dans <strong>Deck app</strong>",
|
||||
"Personal" : "Personnel",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La carte \"%s\" de \"%s\" vous a été assignée par %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} vous a assigné la carte \"%s\" de \"%s\".",
|
||||
@@ -67,6 +112,7 @@
|
||||
"All Boards" : "Tous les tableaux",
|
||||
"Archived boards" : "Tableaux archivés",
|
||||
"Share board" : "Partager le tableau",
|
||||
"Archived cards" : "Cartes archivées",
|
||||
"Actions" : "Actions",
|
||||
"Drop your files here to upload it to the card" : "Déposez vos fichiers ici pour les téléverser sur la carte",
|
||||
"Assign card to me" : "Assignez-moi la carte",
|
||||
@@ -103,20 +149,20 @@
|
||||
"Title" : "Titre",
|
||||
"Members" : "Membres",
|
||||
"More actions" : "Plus d'actions",
|
||||
"Edit board" : "Modifier le tableau",
|
||||
"Edit board" : "Modifier le tableau",
|
||||
"Archive board" : "Archiver le tableau",
|
||||
"Unarchive board" : "Ne plus archiver le tableau",
|
||||
"Delete board" : "Supprimer le tableau",
|
||||
"Update board" : "Mettre à jour le tableau",
|
||||
"Reset board" : "Réinitialiser le tableau",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Annuler la suppression du tableau - Autrement le tableau sera supprimé lors du prochain lancement de la tâche cron.",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Annuler la suppression du tableau — Autrement le tableau sera supprimé lors du prochain lancement de la tâche cron.",
|
||||
"Create new board" : "Créer un nouveau tableau",
|
||||
"New board title" : "Nouveau titre pour le tableau",
|
||||
"Create board" : "Créer le tableau",
|
||||
"Select an attachment" : "Sélectionner une pièce jointe",
|
||||
"Cancel upload" : "Annuler le téléversement",
|
||||
"by" : "par",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Annuler la suppression du fichier - Autrement le fichier sera supprimé lors du prochain lancement de la tâche cron.",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Annuler la suppression du fichier — Autrement le fichier sera supprimé lors du prochain lancement de la tâche cron.",
|
||||
"Undo file deletion" : "Annuler la suppression du fichier",
|
||||
"Insert the file into the description" : "Insérer le fichier dans la description",
|
||||
"Delete attachment" : "Supprimer la pièce jointe",
|
||||
@@ -124,7 +170,7 @@
|
||||
"Created:" : "Créé le :",
|
||||
"Choose a tag" : "Choisir une étiquette",
|
||||
"Add a tag" : "Ajouter une étiquette",
|
||||
"Select tags" : "Sélectionner les étiquettes",
|
||||
"Select tags" : "Sélectionner les étiquettes",
|
||||
"Assign users" : "Assigner des utilisateurs",
|
||||
"Choose a user to assign" : "Choisir un utilisateur à assigner",
|
||||
"Assign this card to a user" : "Assigner cette carte à un utilisateur",
|
||||
@@ -143,6 +189,7 @@
|
||||
"Move board to archive" : "Déplacer le tableau vers l'archive",
|
||||
"Create a new board" : "Créer un nouveau tableau",
|
||||
"Settings" : "Paramètres",
|
||||
"Limit deck to groups" : "Limiter deck aux groupes"
|
||||
"Limit deck to groups" : "Limiter deck aux groupes",
|
||||
"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." : "Limiter le Deck empêchera les utilisateurs ne faisant pas partie de ces groupes de créer leurs propres tableaux. Les utilisateurs pourront toujours travailler sur des tableaux qui ont été partagés avec eux."
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
||||
197
l10n/gl.js
Normal file
197
l10n/gl.js
Normal file
@@ -0,0 +1,197 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Please provide a content for your comment." : "Forneza un contido para ao seu comentario.",
|
||||
"Posting the comment failed." : "Produciuse un fallo ao publicar o comentario.",
|
||||
"The comment has been deleted" : "O comentario foi eliminado",
|
||||
"The associated stack is deleted as well, it will be restored as well." : "A rima asociada tamén se elimina, tamén se restaurará.",
|
||||
"Restore associated stack" : "Restaurar a rima asociada",
|
||||
"Remove user from card" : "Elimina o usuario da tarxeta",
|
||||
"Hours" : "Horas",
|
||||
"Minutes" : "Minutos",
|
||||
"Maximum file size of {size} exceeded" : "Excedeuse o tamaño máximo de ficheiro de {size}",
|
||||
"You have created a new board {board}" : "Vostede creou o novo taboleiro {board}",
|
||||
"{user} has created a new board {board}" : "{user} creou o novo taboleiro {board}",
|
||||
"You have deleted the board {board}" : "Vostede eliminou o taboleiro {board}",
|
||||
"{user} has deleted the board {board}" : "{user} eliminou o taboleiro {board}",
|
||||
"You have restored the board {board}" : "Vostede restaurou o taboleiro {board}",
|
||||
"{user} has restored the board {board}" : "{user} restaurou o taboleiro {board}",
|
||||
"You have shared the board {board} with {acl}" : "Vostede compartiu o taboleiro {board} con {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} compartiu o taboleiro {board} con {acl}",
|
||||
"You have removed {acl} from the board {board}" : "Vostede retirou a {acl} do taboleiro {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} retirou a {acl} do taboleiro {board}",
|
||||
"You have renamed the board {before} to {board}" : "Vostede renomeou o taboleiro {before} como {board}",
|
||||
"{user} has renamed the board {before} to {board}" : "{user} renomeou o taboleiro {before} como {board}",
|
||||
"You have archived the board {board}" : "Vostede arquivou o taboleiro {board}",
|
||||
"{user} has archived the board {before}" : "{user} arquivou o taboleiro {before}",
|
||||
"You have unarchived the board {board}" : "Vostede desarquivou o taboleiro {board}",
|
||||
"{user} has unarchived the board {before}" : "{user} desarquivou o taboleiro {before}",
|
||||
"You have created a new stack {stack} on board {board}" : "Vostede creou unha nova rima {stack} no taboleiro {board}",
|
||||
"{user} has created a new stack {stack} on board {board}" : "{user} creou unha nova rima {stack} no taboleiro {board}",
|
||||
"You have renamed stack {before} to {stack} on board {board}" : "Vostede renomeou a rima {before} no taboleiro {board}",
|
||||
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} renomeou a rima {before} como {stack} no taboleiro {board}",
|
||||
"You have deleted stack {stack} on board {board}" : "Vostede eliminou a rima {stack} do taboleiro {board}",
|
||||
"{user} has deleted stack {stack} on board {board}" : "{user} eliminou a rima {stack} do taboleiro {board}",
|
||||
"You have created card {card} in stack {stack} on board {board}" : "Vostede creou a tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"{user} has created card {card} in stack {stack} on board {board}" : "{user} creou a tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"You have deleted card {card} in stack {stack} on board {board}" : "Vostede eliminou a tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} eliminou a tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"You have renamed the card {before} to {card}" : "Renomeou a tarxeta {before} a {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} renomeou a tarxeta {before} a {card}",
|
||||
"You have added a description to card {card} in stack {stack} on board {board}" : "Vostede engadiu a descrición á tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} engadiu a descrición á tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"You have updated the description of card {card} in stack {stack} on board {board}" : "Vostede actualizou a descrición da tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} actualizou a descrición da tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"You have archived card {card} in stack {stack} on board {board}" : "Vostede arquivou a tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} arquivou a tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"You have unarchived card {card} in stack {stack} on board {board}" : "Vostede desarquivou a tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} desarquivou a tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"You have removed the due date of card {card}" : "Vostede retirou a caducidade da tarxeta {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} retirou a caducidade da tarxeta {card}",
|
||||
"You have set the due date of card {card} to {after}" : "Vostede estabeleceu a caducidade da tarxeta {card} a {after}",
|
||||
"{user} has set the due date of card {card} to {after}" : "{user} estabeleceu a caducidade da tarxeta {card} a {after}",
|
||||
"You have updated the due date of card {card} to {after}" : "Vostede actualizou a caducidade da tarxeta {card} a {after}",
|
||||
"{user} has updated the due date of card {card} to {after}" : "{user} actualizou a caducidade da tarxeta {card} a {after}",
|
||||
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Vostede engadiu a etiqueta {label} á tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} engadiu a etiqueta {label} á tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Vostede retirou a etiqueta {label} da tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} retirou a etiqueta {label} da tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"You have assigned {assigneduser} to card {card} on board {board}" : "Vostede asignou a {assigneduser} á tarxeta {card} no taboleiro {board}",
|
||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} asignou a {assigneduser} á tarxeta {card} no taboleiro {board}",
|
||||
"You have unassigned {assigneduser} from card {card} on board {board}" : "Vostede desasignou a {assigneduser} da tarxeta {card} no taboleiro {board}",
|
||||
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} desasignou a {assigneduser} da tarxeta {card} no taboleiro {board}",
|
||||
"You have moved the card {card} from stack {stackBefore} to {stack}" : "Vostede moveu a tarxeta {card} dende a rima {stackBefore} cara a rima {stack}",
|
||||
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} moveu a tarxeta {card} dende a rima {stackBefore} cara a rima {stack}",
|
||||
"You have added the attachment {attachment} to card {card}" : "Vostede engadiu o anexo {attachment} na tarxeta {card}",
|
||||
"{user} has added the attachment {attachment} to card {card}" : "{user} engadiu o anexo {attachment} na tarxeta {card}",
|
||||
"You have updated the attachment {attachment} on card {card}" : "Vostede actualizou o anexo {attachment} na tarxeta {card}",
|
||||
"{user} has updated the attachment {attachment} to card {card}" : "{user} actualizou o anexo {attachment} na tarxeta {card}",
|
||||
"You have deleted the attachment {attachment} from card {card}" : "Vostede eliminou o anexo {attachment} da tarxeta {card}",
|
||||
"{user} has deleted the attachment {attachment} to card {card}" : "{user} eliminou o anexo {attachment} da tarxeta {card}",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Vostede restaurou o anexo {attachment} na tarxeta {card}",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} restaurou o anexo {attachment} da tarxeta {card}",
|
||||
"You have commented on card {card}" : "Vostede comentou na tarxeta {card}",
|
||||
"{user} has commented on card {card}" : "{user} comentou na tarxeta {card}",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Cambiouse a <strong>descripción da tarxeta</strong> dentro do aplicativo Deck",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Cambios no <strong>aplicativo Deck</strong>",
|
||||
"Personal" : "Persoal",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "A tarxeta «%s» en «%s» foi asignada a vostede por %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} asignoulle a vostede a tarxeta «%s» en «%s».",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "A tarxeta «%s» en «%s» chegou á súa data de caducidade.",
|
||||
"%s has mentioned you in a comment on \"%s\"." : "%s mencionouno a vostede nun comentario en «%s».",
|
||||
"{user} has mentioned you in a comment on \"%s\"." : "{user} mencionouno a vostede nun comentario en «%s».",
|
||||
"The board \"%s\" has been shared with you by %s." : "O taboleiro «%s» foi compartido con vostede por %s.",
|
||||
"{user} has shared the board %s with you." : "{user} compartiu o taboleiro %s con vostede.",
|
||||
"No data was provided to create an attachment." : "Non se forneceu ningún dato para crear un anexo.",
|
||||
"Finished" : "Rematado",
|
||||
"To review" : "Para revisar",
|
||||
"Action needed" : "Necesita atención",
|
||||
"Later" : "Despois",
|
||||
"To do" : "Para facer",
|
||||
"Doing" : "Facendo",
|
||||
"Done" : "Feito",
|
||||
"Example Task 3" : "Tarefa de exemplo 3",
|
||||
"Example Task 2" : "Tarefa de exemplo 2",
|
||||
"Example Task 1" : "Tarefa de exemplo 1",
|
||||
"The file was uploaded" : "O ficheiro foi enviado",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O ficheiro enviado excede a directiva indicada por upload_max_filesize de php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O ficheiro enviado excede da directiva MAX_FILE_SIZE especificada no formulario HTML",
|
||||
"The file was only partially uploaded" : "O ficheiro só foi parcialmente enviado",
|
||||
"No file was uploaded" : "Non se enviou ningún ficheiro",
|
||||
"Missing a temporary folder" : "Falta un cartafol temporal",
|
||||
"Could not write file to disk" : "Non foi posíbel escribir o ficheiro no disco",
|
||||
"A PHP extension stopped the file upload" : "Unha extensión PHP detivo o envío de ficheiros",
|
||||
"No file uploaded or file size exceeds maximum of %s" : "Non se enviou ningún ficheiro ou o tamaño do ficheiro supera o máximo de %s",
|
||||
"A kanban style project and personal management tool for Nextcloud" : "Un proxecto estilo kanban e unha ferramenta de xestión persoal para o 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- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck é unha ferramenta de organización de estilo kanban dirixida a planificación persoal e organización de proxectos para equipos integrados con Nextcloud. \n\n\n- 📥 Engada as súas tarefas ás tarxetas e fagas ordenadas\n- 📄 Escriba notas adicionais en markdown\n- 🔖 Asigne etiquetas para unha mellor organización\n- 👥 Comparta co seu equipo, amigos ou a súa familia\n- 📎 Anexe ficheiros e insíraos na súa descrición de markdown\n- 💬 Debata co seu equipo usando os comentarios\n- ⚡ Faga un seguimento dos cambios no fluxo de actividade\n- 🚀 Teña o seu proxecto organizado",
|
||||
"Add a new stack" : "Engadir unha nova rima",
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Amosar as tarxetas arquivadas",
|
||||
"Hide archived cards" : "Agachar as tarxetas arquivadas",
|
||||
"Toggle compact mode" : "Alternar o modo compacto",
|
||||
"Show board details" : "Amosar os detalles do taboleiro",
|
||||
"All Boards" : "Todos os taboleiros",
|
||||
"Archived boards" : "Taboleiros arquivados",
|
||||
"Share board" : "Comparte taboleiro",
|
||||
"Archived cards" : "Tarxetas arquivadas",
|
||||
"Actions" : "Accións",
|
||||
"Drop your files here to upload it to the card" : "Solte aquí os seus ficheiros para envialos á tarxeta",
|
||||
"Assign card to me" : "Asignarme a tarxeta",
|
||||
"Unassign card from me" : "Desasignarme tarxeta",
|
||||
"Archive card" : "Arquivar a tarxeta",
|
||||
"Unarchive card" : "Desarquivar a tarxeta",
|
||||
"Delete card" : "Eliminar tarxeta",
|
||||
"Enter a card title" : "Introduza o título da tarxeta",
|
||||
"Add card" : "Engadir tarxeta",
|
||||
"Close" : "Pechar",
|
||||
"Sharing" : "Compartindo",
|
||||
"Tags" : "Etiquetas",
|
||||
"Deleted items" : "Elementos eliminados",
|
||||
"Timeline" : "Liña temporal",
|
||||
"Select users or groups to share with" : "Seleccionar usuarios ou grupos cos que compartir",
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "Non se atoparon coincidencias de usuarios ou grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Xestionar",
|
||||
"Discard share" : "Desbotar recurso compartido",
|
||||
"Sharing has been disabled for your account." : "A compartición foi desactivada na súa conta.",
|
||||
"Update tag" : "Actualizar etiqueta",
|
||||
"Edit tag" : "Editar etiqueta",
|
||||
"Delete tag" : "Eliminar etiqueta",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear unha nova etiqueta",
|
||||
"Deleted stacks" : "Eliminar rimas",
|
||||
"Deleted cards" : "Eliminar tarxetas",
|
||||
"Status" : "Estado",
|
||||
"No archived boards to display" : "Non hai taboleiros arquivados para amosar",
|
||||
"No shared boards to display" : "Non hai taboleiros compartidos para amosar",
|
||||
"Title" : "Titulo",
|
||||
"Members" : "Membros",
|
||||
"More actions" : "Máis accións",
|
||||
"Edit board" : "Editar taboleiro",
|
||||
"Archive board" : "Arquivar taboleiro",
|
||||
"Unarchive board" : "Desarquivar taboleiro",
|
||||
"Delete board" : "Eliminar taboleiro",
|
||||
"Update board" : "Actualizar taboleiro",
|
||||
"Reset board" : "Restabelecer taboleiro",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Desfacer a eliminación da tarxeta — De non ser así, o taboleiro será eliminado durante a seguinte execución de cronjob.",
|
||||
"Create new board" : "Crear un novo taboleiro",
|
||||
"New board title" : "Novo título do taboleiro",
|
||||
"Create board" : "Crear taboleiro",
|
||||
"Select an attachment" : "Seleccione un anexo",
|
||||
"Cancel upload" : "Cancelar o envío",
|
||||
"by" : "por",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Desfacer a eliminación do ficheiro — De non ser así, o ficheiro eliminarase durante a seguinte operación de cronjob.",
|
||||
"Undo file deletion" : "Desfacer a eliminación do ficheiro",
|
||||
"Insert the file into the description" : "Inserir o ficheiro na descrición",
|
||||
"Delete attachment" : "Eliminar anexo",
|
||||
"Modified:" : "Modificado:",
|
||||
"Created:" : "Creado:",
|
||||
"Choose a tag" : "Escolla unha etiqueta",
|
||||
"Add a tag" : "Engadir unha etiqueta",
|
||||
"Select tags" : "Seleccionar etiquetas",
|
||||
"Assign users" : "Asignar usuarios",
|
||||
"Choose a user to assign" : "Escolla un usuario para asignar",
|
||||
"Assign this card to a user" : "Asignar esta tarxeta a un usuario",
|
||||
"Due date" : "Data de caducidade",
|
||||
"Click to set" : "Prema para estabelecer",
|
||||
"Remove due date" : "Retirar a data de caducidade",
|
||||
"Description" : "Descrición",
|
||||
"Attachments" : "Anexos",
|
||||
"Saved" : "Gardado",
|
||||
"Unsaved changes" : "Cambios sen gardar",
|
||||
"Insert attachment" : "Inserir o anexo",
|
||||
"Formatting help" : "Axuda de formato",
|
||||
"Upload attachment" : "Enviar anexos",
|
||||
"Add a card description…" : "Engadir unha descrición da tarxeta…",
|
||||
"Shared boards" : "Taboleiros compartidos",
|
||||
"Move board to archive" : "Mover o taboleiro para o arquivo",
|
||||
"Create a new board" : "Crear un novo taboleiro",
|
||||
"Settings" : "Axustes",
|
||||
"Limit deck to groups" : "Limitar Deck a grupos ",
|
||||
"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." : "Limitando Deck bloqueará os usuarios que non formen parte destes grupos, para crear os seus propios taboleiros. Os usuarios aínda así poderán traballar en taboleiros compartidos con eles."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
195
l10n/gl.json
Normal file
195
l10n/gl.json
Normal file
@@ -0,0 +1,195 @@
|
||||
{ "translations": {
|
||||
"Please provide a content for your comment." : "Forneza un contido para ao seu comentario.",
|
||||
"Posting the comment failed." : "Produciuse un fallo ao publicar o comentario.",
|
||||
"The comment has been deleted" : "O comentario foi eliminado",
|
||||
"The associated stack is deleted as well, it will be restored as well." : "A rima asociada tamén se elimina, tamén se restaurará.",
|
||||
"Restore associated stack" : "Restaurar a rima asociada",
|
||||
"Remove user from card" : "Elimina o usuario da tarxeta",
|
||||
"Hours" : "Horas",
|
||||
"Minutes" : "Minutos",
|
||||
"Maximum file size of {size} exceeded" : "Excedeuse o tamaño máximo de ficheiro de {size}",
|
||||
"You have created a new board {board}" : "Vostede creou o novo taboleiro {board}",
|
||||
"{user} has created a new board {board}" : "{user} creou o novo taboleiro {board}",
|
||||
"You have deleted the board {board}" : "Vostede eliminou o taboleiro {board}",
|
||||
"{user} has deleted the board {board}" : "{user} eliminou o taboleiro {board}",
|
||||
"You have restored the board {board}" : "Vostede restaurou o taboleiro {board}",
|
||||
"{user} has restored the board {board}" : "{user} restaurou o taboleiro {board}",
|
||||
"You have shared the board {board} with {acl}" : "Vostede compartiu o taboleiro {board} con {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} compartiu o taboleiro {board} con {acl}",
|
||||
"You have removed {acl} from the board {board}" : "Vostede retirou a {acl} do taboleiro {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} retirou a {acl} do taboleiro {board}",
|
||||
"You have renamed the board {before} to {board}" : "Vostede renomeou o taboleiro {before} como {board}",
|
||||
"{user} has renamed the board {before} to {board}" : "{user} renomeou o taboleiro {before} como {board}",
|
||||
"You have archived the board {board}" : "Vostede arquivou o taboleiro {board}",
|
||||
"{user} has archived the board {before}" : "{user} arquivou o taboleiro {before}",
|
||||
"You have unarchived the board {board}" : "Vostede desarquivou o taboleiro {board}",
|
||||
"{user} has unarchived the board {before}" : "{user} desarquivou o taboleiro {before}",
|
||||
"You have created a new stack {stack} on board {board}" : "Vostede creou unha nova rima {stack} no taboleiro {board}",
|
||||
"{user} has created a new stack {stack} on board {board}" : "{user} creou unha nova rima {stack} no taboleiro {board}",
|
||||
"You have renamed stack {before} to {stack} on board {board}" : "Vostede renomeou a rima {before} no taboleiro {board}",
|
||||
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} renomeou a rima {before} como {stack} no taboleiro {board}",
|
||||
"You have deleted stack {stack} on board {board}" : "Vostede eliminou a rima {stack} do taboleiro {board}",
|
||||
"{user} has deleted stack {stack} on board {board}" : "{user} eliminou a rima {stack} do taboleiro {board}",
|
||||
"You have created card {card} in stack {stack} on board {board}" : "Vostede creou a tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"{user} has created card {card} in stack {stack} on board {board}" : "{user} creou a tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"You have deleted card {card} in stack {stack} on board {board}" : "Vostede eliminou a tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} eliminou a tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"You have renamed the card {before} to {card}" : "Renomeou a tarxeta {before} a {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} renomeou a tarxeta {before} a {card}",
|
||||
"You have added a description to card {card} in stack {stack} on board {board}" : "Vostede engadiu a descrición á tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} engadiu a descrición á tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"You have updated the description of card {card} in stack {stack} on board {board}" : "Vostede actualizou a descrición da tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} actualizou a descrición da tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"You have archived card {card} in stack {stack} on board {board}" : "Vostede arquivou a tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} arquivou a tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"You have unarchived card {card} in stack {stack} on board {board}" : "Vostede desarquivou a tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} desarquivou a tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"You have removed the due date of card {card}" : "Vostede retirou a caducidade da tarxeta {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} retirou a caducidade da tarxeta {card}",
|
||||
"You have set the due date of card {card} to {after}" : "Vostede estabeleceu a caducidade da tarxeta {card} a {after}",
|
||||
"{user} has set the due date of card {card} to {after}" : "{user} estabeleceu a caducidade da tarxeta {card} a {after}",
|
||||
"You have updated the due date of card {card} to {after}" : "Vostede actualizou a caducidade da tarxeta {card} a {after}",
|
||||
"{user} has updated the due date of card {card} to {after}" : "{user} actualizou a caducidade da tarxeta {card} a {after}",
|
||||
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Vostede engadiu a etiqueta {label} á tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} engadiu a etiqueta {label} á tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Vostede retirou a etiqueta {label} da tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} retirou a etiqueta {label} da tarxeta {card} na rima {stack} no taboleiro {board}",
|
||||
"You have assigned {assigneduser} to card {card} on board {board}" : "Vostede asignou a {assigneduser} á tarxeta {card} no taboleiro {board}",
|
||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} asignou a {assigneduser} á tarxeta {card} no taboleiro {board}",
|
||||
"You have unassigned {assigneduser} from card {card} on board {board}" : "Vostede desasignou a {assigneduser} da tarxeta {card} no taboleiro {board}",
|
||||
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} desasignou a {assigneduser} da tarxeta {card} no taboleiro {board}",
|
||||
"You have moved the card {card} from stack {stackBefore} to {stack}" : "Vostede moveu a tarxeta {card} dende a rima {stackBefore} cara a rima {stack}",
|
||||
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} moveu a tarxeta {card} dende a rima {stackBefore} cara a rima {stack}",
|
||||
"You have added the attachment {attachment} to card {card}" : "Vostede engadiu o anexo {attachment} na tarxeta {card}",
|
||||
"{user} has added the attachment {attachment} to card {card}" : "{user} engadiu o anexo {attachment} na tarxeta {card}",
|
||||
"You have updated the attachment {attachment} on card {card}" : "Vostede actualizou o anexo {attachment} na tarxeta {card}",
|
||||
"{user} has updated the attachment {attachment} to card {card}" : "{user} actualizou o anexo {attachment} na tarxeta {card}",
|
||||
"You have deleted the attachment {attachment} from card {card}" : "Vostede eliminou o anexo {attachment} da tarxeta {card}",
|
||||
"{user} has deleted the attachment {attachment} to card {card}" : "{user} eliminou o anexo {attachment} da tarxeta {card}",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Vostede restaurou o anexo {attachment} na tarxeta {card}",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} restaurou o anexo {attachment} da tarxeta {card}",
|
||||
"You have commented on card {card}" : "Vostede comentou na tarxeta {card}",
|
||||
"{user} has commented on card {card}" : "{user} comentou na tarxeta {card}",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Cambiouse a <strong>descripción da tarxeta</strong> dentro do aplicativo Deck",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Cambios no <strong>aplicativo Deck</strong>",
|
||||
"Personal" : "Persoal",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "A tarxeta «%s» en «%s» foi asignada a vostede por %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} asignoulle a vostede a tarxeta «%s» en «%s».",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "A tarxeta «%s» en «%s» chegou á súa data de caducidade.",
|
||||
"%s has mentioned you in a comment on \"%s\"." : "%s mencionouno a vostede nun comentario en «%s».",
|
||||
"{user} has mentioned you in a comment on \"%s\"." : "{user} mencionouno a vostede nun comentario en «%s».",
|
||||
"The board \"%s\" has been shared with you by %s." : "O taboleiro «%s» foi compartido con vostede por %s.",
|
||||
"{user} has shared the board %s with you." : "{user} compartiu o taboleiro %s con vostede.",
|
||||
"No data was provided to create an attachment." : "Non se forneceu ningún dato para crear un anexo.",
|
||||
"Finished" : "Rematado",
|
||||
"To review" : "Para revisar",
|
||||
"Action needed" : "Necesita atención",
|
||||
"Later" : "Despois",
|
||||
"To do" : "Para facer",
|
||||
"Doing" : "Facendo",
|
||||
"Done" : "Feito",
|
||||
"Example Task 3" : "Tarefa de exemplo 3",
|
||||
"Example Task 2" : "Tarefa de exemplo 2",
|
||||
"Example Task 1" : "Tarefa de exemplo 1",
|
||||
"The file was uploaded" : "O ficheiro foi enviado",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O ficheiro enviado excede a directiva indicada por upload_max_filesize de php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O ficheiro enviado excede da directiva MAX_FILE_SIZE especificada no formulario HTML",
|
||||
"The file was only partially uploaded" : "O ficheiro só foi parcialmente enviado",
|
||||
"No file was uploaded" : "Non se enviou ningún ficheiro",
|
||||
"Missing a temporary folder" : "Falta un cartafol temporal",
|
||||
"Could not write file to disk" : "Non foi posíbel escribir o ficheiro no disco",
|
||||
"A PHP extension stopped the file upload" : "Unha extensión PHP detivo o envío de ficheiros",
|
||||
"No file uploaded or file size exceeds maximum of %s" : "Non se enviou ningún ficheiro ou o tamaño do ficheiro supera o máximo de %s",
|
||||
"A kanban style project and personal management tool for Nextcloud" : "Un proxecto estilo kanban e unha ferramenta de xestión persoal para o 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- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck é unha ferramenta de organización de estilo kanban dirixida a planificación persoal e organización de proxectos para equipos integrados con Nextcloud. \n\n\n- 📥 Engada as súas tarefas ás tarxetas e fagas ordenadas\n- 📄 Escriba notas adicionais en markdown\n- 🔖 Asigne etiquetas para unha mellor organización\n- 👥 Comparta co seu equipo, amigos ou a súa familia\n- 📎 Anexe ficheiros e insíraos na súa descrición de markdown\n- 💬 Debata co seu equipo usando os comentarios\n- ⚡ Faga un seguimento dos cambios no fluxo de actividade\n- 🚀 Teña o seu proxecto organizado",
|
||||
"Add a new stack" : "Engadir unha nova rima",
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Amosar as tarxetas arquivadas",
|
||||
"Hide archived cards" : "Agachar as tarxetas arquivadas",
|
||||
"Toggle compact mode" : "Alternar o modo compacto",
|
||||
"Show board details" : "Amosar os detalles do taboleiro",
|
||||
"All Boards" : "Todos os taboleiros",
|
||||
"Archived boards" : "Taboleiros arquivados",
|
||||
"Share board" : "Comparte taboleiro",
|
||||
"Archived cards" : "Tarxetas arquivadas",
|
||||
"Actions" : "Accións",
|
||||
"Drop your files here to upload it to the card" : "Solte aquí os seus ficheiros para envialos á tarxeta",
|
||||
"Assign card to me" : "Asignarme a tarxeta",
|
||||
"Unassign card from me" : "Desasignarme tarxeta",
|
||||
"Archive card" : "Arquivar a tarxeta",
|
||||
"Unarchive card" : "Desarquivar a tarxeta",
|
||||
"Delete card" : "Eliminar tarxeta",
|
||||
"Enter a card title" : "Introduza o título da tarxeta",
|
||||
"Add card" : "Engadir tarxeta",
|
||||
"Close" : "Pechar",
|
||||
"Sharing" : "Compartindo",
|
||||
"Tags" : "Etiquetas",
|
||||
"Deleted items" : "Elementos eliminados",
|
||||
"Timeline" : "Liña temporal",
|
||||
"Select users or groups to share with" : "Seleccionar usuarios ou grupos cos que compartir",
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "Non se atoparon coincidencias de usuarios ou grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Xestionar",
|
||||
"Discard share" : "Desbotar recurso compartido",
|
||||
"Sharing has been disabled for your account." : "A compartición foi desactivada na súa conta.",
|
||||
"Update tag" : "Actualizar etiqueta",
|
||||
"Edit tag" : "Editar etiqueta",
|
||||
"Delete tag" : "Eliminar etiqueta",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear unha nova etiqueta",
|
||||
"Deleted stacks" : "Eliminar rimas",
|
||||
"Deleted cards" : "Eliminar tarxetas",
|
||||
"Status" : "Estado",
|
||||
"No archived boards to display" : "Non hai taboleiros arquivados para amosar",
|
||||
"No shared boards to display" : "Non hai taboleiros compartidos para amosar",
|
||||
"Title" : "Titulo",
|
||||
"Members" : "Membros",
|
||||
"More actions" : "Máis accións",
|
||||
"Edit board" : "Editar taboleiro",
|
||||
"Archive board" : "Arquivar taboleiro",
|
||||
"Unarchive board" : "Desarquivar taboleiro",
|
||||
"Delete board" : "Eliminar taboleiro",
|
||||
"Update board" : "Actualizar taboleiro",
|
||||
"Reset board" : "Restabelecer taboleiro",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Desfacer a eliminación da tarxeta — De non ser así, o taboleiro será eliminado durante a seguinte execución de cronjob.",
|
||||
"Create new board" : "Crear un novo taboleiro",
|
||||
"New board title" : "Novo título do taboleiro",
|
||||
"Create board" : "Crear taboleiro",
|
||||
"Select an attachment" : "Seleccione un anexo",
|
||||
"Cancel upload" : "Cancelar o envío",
|
||||
"by" : "por",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Desfacer a eliminación do ficheiro — De non ser así, o ficheiro eliminarase durante a seguinte operación de cronjob.",
|
||||
"Undo file deletion" : "Desfacer a eliminación do ficheiro",
|
||||
"Insert the file into the description" : "Inserir o ficheiro na descrición",
|
||||
"Delete attachment" : "Eliminar anexo",
|
||||
"Modified:" : "Modificado:",
|
||||
"Created:" : "Creado:",
|
||||
"Choose a tag" : "Escolla unha etiqueta",
|
||||
"Add a tag" : "Engadir unha etiqueta",
|
||||
"Select tags" : "Seleccionar etiquetas",
|
||||
"Assign users" : "Asignar usuarios",
|
||||
"Choose a user to assign" : "Escolla un usuario para asignar",
|
||||
"Assign this card to a user" : "Asignar esta tarxeta a un usuario",
|
||||
"Due date" : "Data de caducidade",
|
||||
"Click to set" : "Prema para estabelecer",
|
||||
"Remove due date" : "Retirar a data de caducidade",
|
||||
"Description" : "Descrición",
|
||||
"Attachments" : "Anexos",
|
||||
"Saved" : "Gardado",
|
||||
"Unsaved changes" : "Cambios sen gardar",
|
||||
"Insert attachment" : "Inserir o anexo",
|
||||
"Formatting help" : "Axuda de formato",
|
||||
"Upload attachment" : "Enviar anexos",
|
||||
"Add a card description…" : "Engadir unha descrición da tarxeta…",
|
||||
"Shared boards" : "Taboleiros compartidos",
|
||||
"Move board to archive" : "Mover o taboleiro para o arquivo",
|
||||
"Create a new board" : "Crear un novo taboleiro",
|
||||
"Settings" : "Axustes",
|
||||
"Limit deck to groups" : "Limitar Deck a grupos ",
|
||||
"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." : "Limitando Deck bloqueará os usuarios que non formen parte destes grupos, para crear os seus propios taboleiros. Os usuarios aínda así poderán traballar en taboleiros compartidos con eles."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -31,6 +31,9 @@ OC.L10N.register(
|
||||
"Share board" : "Tábla megosztása",
|
||||
"Actions" : "Műveletek",
|
||||
"Drop your files here to upload it to the card" : "Dobd ide a fájljaidat a kártyához való feltöltéshez",
|
||||
"Archive card" : "Kártya archiválása",
|
||||
"Unarchive card" : "Kártya archiválásának visszavonása",
|
||||
"Delete card" : "Kártya törlése",
|
||||
"Enter a card title" : "Adj meg egy kártya címet",
|
||||
"Add card" : "Kártya hozzáadása",
|
||||
"Close" : "Bezárás",
|
||||
@@ -46,6 +49,8 @@ OC.L10N.register(
|
||||
"Share" : "Megosztás",
|
||||
"Manage" : "Kezelés",
|
||||
"Discard share" : "Megosztás figyelmen kívül hagyása",
|
||||
"Update tag" : "Címke frissítése",
|
||||
"Edit tag" : "Címke szerkesztése",
|
||||
"Delete tag" : "Címke törlés",
|
||||
"Create" : "Létrehozás",
|
||||
"Create a new tag" : "Új címke létrehozása",
|
||||
@@ -65,6 +70,7 @@ OC.L10N.register(
|
||||
"New board title" : "Új tábla címe",
|
||||
"Create board" : "Tábla készítése",
|
||||
"Select an attachment" : "Melléklet kiválasztása",
|
||||
"Cancel upload" : "A feltöltés megszakítása",
|
||||
"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",
|
||||
|
||||
@@ -29,6 +29,9 @@
|
||||
"Share board" : "Tábla megosztása",
|
||||
"Actions" : "Műveletek",
|
||||
"Drop your files here to upload it to the card" : "Dobd ide a fájljaidat a kártyához való feltöltéshez",
|
||||
"Archive card" : "Kártya archiválása",
|
||||
"Unarchive card" : "Kártya archiválásának visszavonása",
|
||||
"Delete card" : "Kártya törlése",
|
||||
"Enter a card title" : "Adj meg egy kártya címet",
|
||||
"Add card" : "Kártya hozzáadása",
|
||||
"Close" : "Bezárás",
|
||||
@@ -44,6 +47,8 @@
|
||||
"Share" : "Megosztás",
|
||||
"Manage" : "Kezelés",
|
||||
"Discard share" : "Megosztás figyelmen kívül hagyása",
|
||||
"Update tag" : "Címke frissítése",
|
||||
"Edit tag" : "Címke szerkesztése",
|
||||
"Delete tag" : "Címke törlés",
|
||||
"Create" : "Létrehozás",
|
||||
"Create a new tag" : "Új címke létrehozása",
|
||||
@@ -63,6 +68,7 @@
|
||||
"New board title" : "Új tábla címe",
|
||||
"Create board" : "Tábla készítése",
|
||||
"Select an attachment" : "Melléklet kiválasztása",
|
||||
"Cancel upload" : "A feltöltés megszakítása",
|
||||
"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",
|
||||
|
||||
@@ -114,6 +114,7 @@ OC.L10N.register(
|
||||
"All Boards" : "Tutte le lavagne",
|
||||
"Archived boards" : "Lavagne archiviate",
|
||||
"Share board" : "Condividi lavagna",
|
||||
"Archived cards" : "Schede archiviate",
|
||||
"Actions" : "Azioni",
|
||||
"Drop your files here to upload it to the card" : "Rilascia qui i tuoi file per caricarli nella scheda",
|
||||
"Assign card to me" : "Assegna scheda a me",
|
||||
|
||||
@@ -112,6 +112,7 @@
|
||||
"All Boards" : "Tutte le lavagne",
|
||||
"Archived boards" : "Lavagne archiviate",
|
||||
"Share board" : "Condividi lavagna",
|
||||
"Archived cards" : "Schede archiviate",
|
||||
"Actions" : "Azioni",
|
||||
"Drop your files here to upload it to the card" : "Rilascia qui i tuoi file per caricarli nella scheda",
|
||||
"Assign card to me" : "Assegna scheda a me",
|
||||
|
||||
138
l10n/nb.js
138
l10n/nb.js
@@ -1,29 +1,134 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Please provide a content for your comment." : "Vennligst oppgi innhold for din kommentar.",
|
||||
"Posting the comment failed." : "Lagring av kommentar feilet.",
|
||||
"The comment has been deleted" : "Kommentar er slettet",
|
||||
"The associated stack is deleted as well, it will be restored as well." : "Den tilhørende stabel er også slettet, den vil også bli gjennopprettet.",
|
||||
"Restore associated stack" : "Gjennopprett tilhørende stabel",
|
||||
"Remove user from card" : "Fjern bruker fra kort",
|
||||
"Hours" : "Timer",
|
||||
"Minutes" : "Minutter",
|
||||
"Maximum file size of {size} exceeded" : "Maksimal størrelse for filer på {size} er overskredet",
|
||||
"You have created a new board {board}" : "Du har opprettet ny stabel {board}",
|
||||
"{user} has created a new board {board}" : "{user} har opprettet stabel {board}",
|
||||
"You have deleted the board {board}" : "Du har slettet stabel {board}",
|
||||
"{user} has deleted the board {board}" : "{user} har slettet stabel {board}",
|
||||
"You have restored the board {board}" : "Du har gjennopprettet stabel {board}",
|
||||
"{user} has restored the board {board}" : "{user} har gjennopprettet stabel {board}",
|
||||
"You have shared the board {board} with {acl}" : "Du har delt stabel {board} med {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} har delt stabel {board} med {sharee}",
|
||||
"You have removed {acl} from the board {board}" : "Du har fjernet {acl} fra stabel {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} har fjernet {acl} fra stabel {board}",
|
||||
"You have renamed the board {before} to {board}" : "Du har endret navn på stabel {before} til {board}",
|
||||
"{user} has renamed the board {before} to {board}" : "{user} har endret navn på stabel {before} til {board}",
|
||||
"You have archived the board {board}" : "Du har arkivert stabel {board}",
|
||||
"{user} has archived the board {before}" : "{user} har arkivert stabel {board}",
|
||||
"You have unarchived the board {board}" : "Du har hentet tavle {board} fra arkiv",
|
||||
"{user} has unarchived the board {before}" : "{user} har hentet tavle {board} fra arkiv",
|
||||
"You have created a new stack {stack} on board {board}" : "Du har opprettett ny stabel {stack} på tavle {board}",
|
||||
"{user} has created a new stack {stack} on board {board}" : "{user} har opprettett ny stabel {stack} på tavle {board}",
|
||||
"You have renamed stack {before} to {stack} on board {board}" : "Du har endret stabel {before} til {stack} på tavle {board}",
|
||||
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} har endret stabel {before} til {stack} på tavle {board}",
|
||||
"You have deleted stack {stack} on board {board}" : "Du har slettet stabel {stack} på tavle {board}",
|
||||
"{user} has deleted stack {stack} on board {board}" : "{user} har slettet stabel {stack} på tavle {board}",
|
||||
"You have created card {card} in stack {stack} on board {board}" : "Du har opprettet kort {card} i stabel {stack} på tavle {board}",
|
||||
"{user} has created card {card} in stack {stack} on board {board}" : "{user} har opprettet kort {card} i stabel {stack} på tavle {board}",
|
||||
"You have deleted card {card} in stack {stack} on board {board}" : "Du har slettet kort {card} i stabel {stack} på tavle {board}",
|
||||
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} har slettet kort {card} i stabel {stack} på tavle {board}",
|
||||
"You have renamed the card {before} to {card}" : "Du har endret navn fra {before} til {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} har endret navn fra {before} til {card}",
|
||||
"You have added a description to card {card} in stack {stack} on board {board}" : "Du har lagt til beskrivelse for kort {card} i stabel {stack} på tavle {board}",
|
||||
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} har lagt til beskrivelse for kort {card} i stabel {stack} på tavle {board}",
|
||||
"You have updated the description of card {card} in stack {stack} on board {board}" : "Du har endret beskrivelse for kort {card} i stabel {stack} på tavle {board}",
|
||||
"{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} har endret beskrivelse for kort {card} i stabel {stack} på tavle {board}",
|
||||
"You have archived card {card} in stack {stack} on board {board}" : "Du har arkivert kort {card} i stabel {stack} på tavle {board}",
|
||||
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} har arkivert kort {card} i stabel {stack} på tavle {board}",
|
||||
"You have unarchived card {card} in stack {stack} on board {board}" : "Du har hentet arkivert kort {card} tilbake til stabel {stack} på tavle {board}",
|
||||
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} har hentet arkivert kort {card} tilbake til stabel {stack} på tavle {board}",
|
||||
"You have removed the due date of card {card}" : "Du har fjernet forfallsdato for kort {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} har fjernet forfallsdato for kort {card}",
|
||||
"You have set the due date of card {card} to {after}" : "Du har satt forfallsdato på kort {card} etter {after}",
|
||||
"{user} has set the due date of card {card} to {after}" : "{user} har satt forfallsdato på kort {card} etter {after}",
|
||||
"You have updated the due date of card {card} to {after}" : "Du har oppdatert forfallsdato på kort {card} etter {after}",
|
||||
"{user} has updated the due date of card {card} to {after}" : "{user} har oppdatert forfallsdato på kort {card} etter {after}",
|
||||
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Du har lagt til merke {label} til kort {card} i stabel {stack} på tavle {board}",
|
||||
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} har lagt til merke {label} til kort {card} i stabel {stack} på tavle {board}",
|
||||
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Du har fjernet merke {label} fra kort {card} i stabel {stack} på tavle {board}",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} har fjernet merke {label} fra kort {card} i stabel {stack} på tavle {board}",
|
||||
"You have assigned {assigneduser} to card {card} on board {board}" : "Du har tildelt {assigneduser} til kort {card} på tavle {board}",
|
||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} har tildelt {assigneduser} til kort {card} på tavle {board}",
|
||||
"You have unassigned {assigneduser} from card {card} on board {board}" : "Du har fjernet {assigneduser} fra kort {card} på tavle {board}",
|
||||
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} har fjernet {assigneduser} fra kort {card} på tavle {board}",
|
||||
"You have moved the card {card} from stack {stackBefore} to {stack}" : "Du har flyttet kort {card} fra {stackBefore} til {stack}",
|
||||
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} har flyttet kort {card} fra {stackBefore} til {stack}",
|
||||
"You have added the attachment {attachment} to card {card}" : "Du har lagt til vedlegget {attachment} ti kortet {card}",
|
||||
"{user} has added the attachment {attachment} to card {card}" : "{user} har lagt til vedlegget {attachment} på kortet {card}",
|
||||
"You have updated the attachment {attachment} on card {card}" : "Du har oppdatert vedlegget {attachment} på kortet {card}",
|
||||
"{user} has updated the attachment {attachment} to card {card}" : "{user} har oppdatert vedlegget {attachment} på kortet {card}",
|
||||
"You have deleted the attachment {attachment} from card {card}" : "Du har slettet vedlegget {attachment} på kortet {card}",
|
||||
"{user} has deleted the attachment {attachment} to card {card}" : "{user} har slettet vedlegget {attachment} på kortet {card}",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Du har gjennopprettet vedlegget {attachment} på kortet {card}",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} har gjennopprettet vedlegget {attachment} på kortet {card}",
|
||||
"You have commented on card {card}" : "Du har kommetnert på kort {card}",
|
||||
"{user} has commented on card {card}" : "{user} har kommetnert på kort {card}",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "En <strong>kort beskrivelse</strong>i Stokk programmet er endret",
|
||||
"Deck" : "Stokk",
|
||||
"Changes in the <strong>Deck app</strong>" : "Endringer i <strong>Stokk programmet</strong>",
|
||||
"Personal" : "Personlig",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kortet \"%s\" på \"%s\" er endret til deg av %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} har tildelt kortet \"%s\" på \"%s\" til deg.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "Kortet \"%s\" på \"%s\" har nådd sin utløpsdato.",
|
||||
"%s has mentioned you in a comment on \"%s\"." : "%shar nevnt deg i en kommentar på \"%s\".",
|
||||
"{user} has mentioned you in a comment on \"%s\"." : "{user} har nevnt deg i en kommentar på \"%s\".",
|
||||
"The board \"%s\" has been shared with you by %s." : "Brettet \"%s\" har blitt delt med deg av %s.",
|
||||
"{user} has shared the board %s with you." : "{user} har delt brettet %s med deg.",
|
||||
"No data was provided to create an attachment." : "Ingen data for å opprette vedlegg.",
|
||||
"Finished" : "Fullført",
|
||||
"To review" : "Til gjennomlesning",
|
||||
"Action needed" : "Handling påkrevd",
|
||||
"Later" : "Senere",
|
||||
"To do" : "Å gjøre",
|
||||
"Doing" : "Pågår",
|
||||
"Done" : "Ferdig",
|
||||
"Example Task 3" : "Eksempel oppgave 3",
|
||||
"Example Task 2" : "Eksempel oppgave 2",
|
||||
"Example Task 1" : "Eksempel oppgave 1",
|
||||
"The file was uploaded" : "Filen er lastet opp",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Filen er større enn definert grense i upload_max_filesize direktiv i php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Filen er større enn definert grense i MAX_FILE_SIZE direktiv i HTML formen.",
|
||||
"The file was only partially uploaded" : "Filen er delvis opplastet",
|
||||
"No file was uploaded" : "Ingen fil var lastet opp",
|
||||
"Missing a temporary folder" : "Mangler katalog for midlertidige filer",
|
||||
"Could not write file to disk" : "Kan ikke skrive til disk",
|
||||
"A PHP extension stopped the file upload" : "En PHP utvidelse stoppet når fil ble lastet opp",
|
||||
"No file uploaded or file size exceeds maximum of %s" : "Ingen fil lastet opp eller filen er større enn %s",
|
||||
"A kanban style project and personal management tool for Nextcloud" : "Et kanban inspirert verktøy for prosjekt og personlig admistrasjon for 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- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Stokk er et kanban inspirert verktøy for organisering for personlig planlegging og prosjekt organisering for team integrert med Nextcloud.\n\n\n- 📥 Legg til oppgaver på kort og hold orden på disse.\n- 📄 Legg til notater.\n- 🔖 Tildel merke for enda bedre organisering.\n- 👥 Del med team, venner eller familile.\n- 📎 Legg ved filer som kan integreres i beskrivelser.\n- 💬 Diskuter med ditt team ved å bruke kommentarer.\n- ⚡ Hold oversikt over endringer i aktivitetsstrøm.\n- 🚀 Få dine prosjekt organisert.",
|
||||
"Add a new stack" : "Legg til ny stabel",
|
||||
"Submit" : "Send inn",
|
||||
"Show archived cards" : "Vis arkiverkte kort",
|
||||
"Hide archived cards" : "Skjul arkiverte kort",
|
||||
"Toggle compact mode" : "Endre kompakt modus",
|
||||
"Show board details" : "Vis detaljer for tavle",
|
||||
"All Boards" : "Alle tavler",
|
||||
"Archived boards" : "Akriverte tavler",
|
||||
"Archived boards" : "Arkiverte tavler",
|
||||
"Share board" : "Del tavle",
|
||||
"Archived cards" : "Arkiver tavle",
|
||||
"Actions" : "Handlinger",
|
||||
"Drop your files here to upload it to the card" : "Slipp filene her for å legge dem ved kortet",
|
||||
"Assign card to me" : "Tildel til meg",
|
||||
"Unassign card from me" : "Fjern tildeling til meg",
|
||||
"Archive card" : "Arkiver kort",
|
||||
"Unarchive card" : "Hent kort fra arkiv",
|
||||
"Delete card" : "Slett kort",
|
||||
"Enter a card title" : "Skriv inn en kort tittel",
|
||||
"Add card" : "Legg til kort",
|
||||
"Close" : "Lukk",
|
||||
"Sharing" : "Deling",
|
||||
"Tags" : "Merkelapper",
|
||||
"Deleted items" : "Slettede element",
|
||||
"Timeline" : "Tidslinje",
|
||||
"Select users or groups to share with" : "Velg brukere og grupper du vil dele med",
|
||||
"Access for" : "Tilgang for",
|
||||
"No matching user or group found." : "Ingen treff på bruker eller gruppe.",
|
||||
@@ -32,20 +137,37 @@ OC.L10N.register(
|
||||
"Share" : "Del",
|
||||
"Manage" : "Håndtere",
|
||||
"Discard share" : "Fjern deling",
|
||||
"Sharing has been disabled for your account." : "Deling er ikke aktivt for din konto.",
|
||||
"Update tag" : "Oppdater merke",
|
||||
"Edit tag" : "Endre merke",
|
||||
"Delete tag" : "Slett merke",
|
||||
"Create" : "Opprett her",
|
||||
"Create a new tag" : "Lag en ny merkelapp",
|
||||
"Deleted stacks" : "Slettede stabeler",
|
||||
"Deleted cards" : "Slettede kort",
|
||||
"Status" : "Status",
|
||||
"No archived boards to display" : "Ingen arkiverte tavler",
|
||||
"No shared boards to display" : "Ingen delte tavler",
|
||||
"Title" : "Tittel",
|
||||
"Members" : "Medlemmer",
|
||||
"More actions" : "Flere handlinger",
|
||||
"Edit board" : "Rediger tavle",
|
||||
"Archive board" : "Arkiver tavle",
|
||||
"Unarchive board" : "Avarkiver tavle",
|
||||
"Unarchive board" : "Aktiver tavle",
|
||||
"Delete board" : "Slett tavle",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Angre sletting av forumseksjon - Ellers vil forumseksjonen bli slettet under neste cronjob-kjøring.",
|
||||
"Update board" : "Oppdater tavle",
|
||||
"Reset board" : "Nullstill tavle",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Angre sletting av stabel - ellers slettes stabel ved neste cronjob-kjøring.",
|
||||
"Create new board" : "Opprett ny tavle",
|
||||
"New board title" : "Ny seksjonstittel",
|
||||
"New board title" : "Ny tittel for stabel",
|
||||
"Create board" : "Opprett tavle",
|
||||
"Select an attachment" : "Velg vedlegg",
|
||||
"Cancel upload" : "Avbryt opplasting",
|
||||
"by" : "av",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Gjennopprett av fil - ellers vil denne slettes ved neste cronjob kjøring.",
|
||||
"Undo file deletion" : "Gjennopprett av fil",
|
||||
"Insert the file into the description" : "Sett filen inn i beskrivelse",
|
||||
"Delete attachment" : "Slett vedlegg",
|
||||
"Modified:" : "Endret:",
|
||||
"Created:" : "Opprettet:",
|
||||
"Choose a tag" : "Velg en merkelapp",
|
||||
@@ -58,12 +180,18 @@ OC.L10N.register(
|
||||
"Click to set" : "Klikk for å sette",
|
||||
"Remove due date" : "Fjern forfallsdato",
|
||||
"Description" : "Beskrivelse",
|
||||
"Attachments" : "Vedlegg",
|
||||
"Saved" : "Lagret",
|
||||
"Unsaved changes" : "Ulagrede endringer",
|
||||
"Insert attachment" : "Legg til vedlegg",
|
||||
"Formatting help" : "Formateringshjelp",
|
||||
"Upload attachment" : "Last opp vedlegg",
|
||||
"Add a card description…" : "Legg til en kortbeskrivelse…",
|
||||
"Shared boards" : "Delte tavler",
|
||||
"Move board to archive" : "Arkiver tavle",
|
||||
"Create a new board" : "Opprett en ny tavle"
|
||||
"Create a new board" : "Opprett en ny tavle",
|
||||
"Settings" : "Innstillinger",
|
||||
"Limit deck to groups" : "Begrens tavle til grupper",
|
||||
"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." : "Begrensning av tavler vil hindre tilgang til de brukere som ikke er medlem av en gruppe fra å lage egne tavler. Bruker kan arbeide på de tavler som er delt med dem."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
138
l10n/nb.json
138
l10n/nb.json
@@ -1,27 +1,132 @@
|
||||
{ "translations": {
|
||||
"Please provide a content for your comment." : "Vennligst oppgi innhold for din kommentar.",
|
||||
"Posting the comment failed." : "Lagring av kommentar feilet.",
|
||||
"The comment has been deleted" : "Kommentar er slettet",
|
||||
"The associated stack is deleted as well, it will be restored as well." : "Den tilhørende stabel er også slettet, den vil også bli gjennopprettet.",
|
||||
"Restore associated stack" : "Gjennopprett tilhørende stabel",
|
||||
"Remove user from card" : "Fjern bruker fra kort",
|
||||
"Hours" : "Timer",
|
||||
"Minutes" : "Minutter",
|
||||
"Maximum file size of {size} exceeded" : "Maksimal størrelse for filer på {size} er overskredet",
|
||||
"You have created a new board {board}" : "Du har opprettet ny stabel {board}",
|
||||
"{user} has created a new board {board}" : "{user} har opprettet stabel {board}",
|
||||
"You have deleted the board {board}" : "Du har slettet stabel {board}",
|
||||
"{user} has deleted the board {board}" : "{user} har slettet stabel {board}",
|
||||
"You have restored the board {board}" : "Du har gjennopprettet stabel {board}",
|
||||
"{user} has restored the board {board}" : "{user} har gjennopprettet stabel {board}",
|
||||
"You have shared the board {board} with {acl}" : "Du har delt stabel {board} med {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} har delt stabel {board} med {sharee}",
|
||||
"You have removed {acl} from the board {board}" : "Du har fjernet {acl} fra stabel {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} har fjernet {acl} fra stabel {board}",
|
||||
"You have renamed the board {before} to {board}" : "Du har endret navn på stabel {before} til {board}",
|
||||
"{user} has renamed the board {before} to {board}" : "{user} har endret navn på stabel {before} til {board}",
|
||||
"You have archived the board {board}" : "Du har arkivert stabel {board}",
|
||||
"{user} has archived the board {before}" : "{user} har arkivert stabel {board}",
|
||||
"You have unarchived the board {board}" : "Du har hentet tavle {board} fra arkiv",
|
||||
"{user} has unarchived the board {before}" : "{user} har hentet tavle {board} fra arkiv",
|
||||
"You have created a new stack {stack} on board {board}" : "Du har opprettett ny stabel {stack} på tavle {board}",
|
||||
"{user} has created a new stack {stack} on board {board}" : "{user} har opprettett ny stabel {stack} på tavle {board}",
|
||||
"You have renamed stack {before} to {stack} on board {board}" : "Du har endret stabel {before} til {stack} på tavle {board}",
|
||||
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} har endret stabel {before} til {stack} på tavle {board}",
|
||||
"You have deleted stack {stack} on board {board}" : "Du har slettet stabel {stack} på tavle {board}",
|
||||
"{user} has deleted stack {stack} on board {board}" : "{user} har slettet stabel {stack} på tavle {board}",
|
||||
"You have created card {card} in stack {stack} on board {board}" : "Du har opprettet kort {card} i stabel {stack} på tavle {board}",
|
||||
"{user} has created card {card} in stack {stack} on board {board}" : "{user} har opprettet kort {card} i stabel {stack} på tavle {board}",
|
||||
"You have deleted card {card} in stack {stack} on board {board}" : "Du har slettet kort {card} i stabel {stack} på tavle {board}",
|
||||
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} har slettet kort {card} i stabel {stack} på tavle {board}",
|
||||
"You have renamed the card {before} to {card}" : "Du har endret navn fra {before} til {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} har endret navn fra {before} til {card}",
|
||||
"You have added a description to card {card} in stack {stack} on board {board}" : "Du har lagt til beskrivelse for kort {card} i stabel {stack} på tavle {board}",
|
||||
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} har lagt til beskrivelse for kort {card} i stabel {stack} på tavle {board}",
|
||||
"You have updated the description of card {card} in stack {stack} on board {board}" : "Du har endret beskrivelse for kort {card} i stabel {stack} på tavle {board}",
|
||||
"{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} har endret beskrivelse for kort {card} i stabel {stack} på tavle {board}",
|
||||
"You have archived card {card} in stack {stack} on board {board}" : "Du har arkivert kort {card} i stabel {stack} på tavle {board}",
|
||||
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} har arkivert kort {card} i stabel {stack} på tavle {board}",
|
||||
"You have unarchived card {card} in stack {stack} on board {board}" : "Du har hentet arkivert kort {card} tilbake til stabel {stack} på tavle {board}",
|
||||
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} har hentet arkivert kort {card} tilbake til stabel {stack} på tavle {board}",
|
||||
"You have removed the due date of card {card}" : "Du har fjernet forfallsdato for kort {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} har fjernet forfallsdato for kort {card}",
|
||||
"You have set the due date of card {card} to {after}" : "Du har satt forfallsdato på kort {card} etter {after}",
|
||||
"{user} has set the due date of card {card} to {after}" : "{user} har satt forfallsdato på kort {card} etter {after}",
|
||||
"You have updated the due date of card {card} to {after}" : "Du har oppdatert forfallsdato på kort {card} etter {after}",
|
||||
"{user} has updated the due date of card {card} to {after}" : "{user} har oppdatert forfallsdato på kort {card} etter {after}",
|
||||
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Du har lagt til merke {label} til kort {card} i stabel {stack} på tavle {board}",
|
||||
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} har lagt til merke {label} til kort {card} i stabel {stack} på tavle {board}",
|
||||
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Du har fjernet merke {label} fra kort {card} i stabel {stack} på tavle {board}",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} har fjernet merke {label} fra kort {card} i stabel {stack} på tavle {board}",
|
||||
"You have assigned {assigneduser} to card {card} on board {board}" : "Du har tildelt {assigneduser} til kort {card} på tavle {board}",
|
||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} har tildelt {assigneduser} til kort {card} på tavle {board}",
|
||||
"You have unassigned {assigneduser} from card {card} on board {board}" : "Du har fjernet {assigneduser} fra kort {card} på tavle {board}",
|
||||
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} har fjernet {assigneduser} fra kort {card} på tavle {board}",
|
||||
"You have moved the card {card} from stack {stackBefore} to {stack}" : "Du har flyttet kort {card} fra {stackBefore} til {stack}",
|
||||
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} har flyttet kort {card} fra {stackBefore} til {stack}",
|
||||
"You have added the attachment {attachment} to card {card}" : "Du har lagt til vedlegget {attachment} ti kortet {card}",
|
||||
"{user} has added the attachment {attachment} to card {card}" : "{user} har lagt til vedlegget {attachment} på kortet {card}",
|
||||
"You have updated the attachment {attachment} on card {card}" : "Du har oppdatert vedlegget {attachment} på kortet {card}",
|
||||
"{user} has updated the attachment {attachment} to card {card}" : "{user} har oppdatert vedlegget {attachment} på kortet {card}",
|
||||
"You have deleted the attachment {attachment} from card {card}" : "Du har slettet vedlegget {attachment} på kortet {card}",
|
||||
"{user} has deleted the attachment {attachment} to card {card}" : "{user} har slettet vedlegget {attachment} på kortet {card}",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Du har gjennopprettet vedlegget {attachment} på kortet {card}",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} har gjennopprettet vedlegget {attachment} på kortet {card}",
|
||||
"You have commented on card {card}" : "Du har kommetnert på kort {card}",
|
||||
"{user} has commented on card {card}" : "{user} har kommetnert på kort {card}",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "En <strong>kort beskrivelse</strong>i Stokk programmet er endret",
|
||||
"Deck" : "Stokk",
|
||||
"Changes in the <strong>Deck app</strong>" : "Endringer i <strong>Stokk programmet</strong>",
|
||||
"Personal" : "Personlig",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kortet \"%s\" på \"%s\" er endret til deg av %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} har tildelt kortet \"%s\" på \"%s\" til deg.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "Kortet \"%s\" på \"%s\" har nådd sin utløpsdato.",
|
||||
"%s has mentioned you in a comment on \"%s\"." : "%shar nevnt deg i en kommentar på \"%s\".",
|
||||
"{user} has mentioned you in a comment on \"%s\"." : "{user} har nevnt deg i en kommentar på \"%s\".",
|
||||
"The board \"%s\" has been shared with you by %s." : "Brettet \"%s\" har blitt delt med deg av %s.",
|
||||
"{user} has shared the board %s with you." : "{user} har delt brettet %s med deg.",
|
||||
"No data was provided to create an attachment." : "Ingen data for å opprette vedlegg.",
|
||||
"Finished" : "Fullført",
|
||||
"To review" : "Til gjennomlesning",
|
||||
"Action needed" : "Handling påkrevd",
|
||||
"Later" : "Senere",
|
||||
"To do" : "Å gjøre",
|
||||
"Doing" : "Pågår",
|
||||
"Done" : "Ferdig",
|
||||
"Example Task 3" : "Eksempel oppgave 3",
|
||||
"Example Task 2" : "Eksempel oppgave 2",
|
||||
"Example Task 1" : "Eksempel oppgave 1",
|
||||
"The file was uploaded" : "Filen er lastet opp",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Filen er større enn definert grense i upload_max_filesize direktiv i php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Filen er større enn definert grense i MAX_FILE_SIZE direktiv i HTML formen.",
|
||||
"The file was only partially uploaded" : "Filen er delvis opplastet",
|
||||
"No file was uploaded" : "Ingen fil var lastet opp",
|
||||
"Missing a temporary folder" : "Mangler katalog for midlertidige filer",
|
||||
"Could not write file to disk" : "Kan ikke skrive til disk",
|
||||
"A PHP extension stopped the file upload" : "En PHP utvidelse stoppet når fil ble lastet opp",
|
||||
"No file uploaded or file size exceeds maximum of %s" : "Ingen fil lastet opp eller filen er større enn %s",
|
||||
"A kanban style project and personal management tool for Nextcloud" : "Et kanban inspirert verktøy for prosjekt og personlig admistrasjon for 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- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Stokk er et kanban inspirert verktøy for organisering for personlig planlegging og prosjekt organisering for team integrert med Nextcloud.\n\n\n- 📥 Legg til oppgaver på kort og hold orden på disse.\n- 📄 Legg til notater.\n- 🔖 Tildel merke for enda bedre organisering.\n- 👥 Del med team, venner eller familile.\n- 📎 Legg ved filer som kan integreres i beskrivelser.\n- 💬 Diskuter med ditt team ved å bruke kommentarer.\n- ⚡ Hold oversikt over endringer i aktivitetsstrøm.\n- 🚀 Få dine prosjekt organisert.",
|
||||
"Add a new stack" : "Legg til ny stabel",
|
||||
"Submit" : "Send inn",
|
||||
"Show archived cards" : "Vis arkiverkte kort",
|
||||
"Hide archived cards" : "Skjul arkiverte kort",
|
||||
"Toggle compact mode" : "Endre kompakt modus",
|
||||
"Show board details" : "Vis detaljer for tavle",
|
||||
"All Boards" : "Alle tavler",
|
||||
"Archived boards" : "Akriverte tavler",
|
||||
"Archived boards" : "Arkiverte tavler",
|
||||
"Share board" : "Del tavle",
|
||||
"Archived cards" : "Arkiver tavle",
|
||||
"Actions" : "Handlinger",
|
||||
"Drop your files here to upload it to the card" : "Slipp filene her for å legge dem ved kortet",
|
||||
"Assign card to me" : "Tildel til meg",
|
||||
"Unassign card from me" : "Fjern tildeling til meg",
|
||||
"Archive card" : "Arkiver kort",
|
||||
"Unarchive card" : "Hent kort fra arkiv",
|
||||
"Delete card" : "Slett kort",
|
||||
"Enter a card title" : "Skriv inn en kort tittel",
|
||||
"Add card" : "Legg til kort",
|
||||
"Close" : "Lukk",
|
||||
"Sharing" : "Deling",
|
||||
"Tags" : "Merkelapper",
|
||||
"Deleted items" : "Slettede element",
|
||||
"Timeline" : "Tidslinje",
|
||||
"Select users or groups to share with" : "Velg brukere og grupper du vil dele med",
|
||||
"Access for" : "Tilgang for",
|
||||
"No matching user or group found." : "Ingen treff på bruker eller gruppe.",
|
||||
@@ -30,20 +135,37 @@
|
||||
"Share" : "Del",
|
||||
"Manage" : "Håndtere",
|
||||
"Discard share" : "Fjern deling",
|
||||
"Sharing has been disabled for your account." : "Deling er ikke aktivt for din konto.",
|
||||
"Update tag" : "Oppdater merke",
|
||||
"Edit tag" : "Endre merke",
|
||||
"Delete tag" : "Slett merke",
|
||||
"Create" : "Opprett her",
|
||||
"Create a new tag" : "Lag en ny merkelapp",
|
||||
"Deleted stacks" : "Slettede stabeler",
|
||||
"Deleted cards" : "Slettede kort",
|
||||
"Status" : "Status",
|
||||
"No archived boards to display" : "Ingen arkiverte tavler",
|
||||
"No shared boards to display" : "Ingen delte tavler",
|
||||
"Title" : "Tittel",
|
||||
"Members" : "Medlemmer",
|
||||
"More actions" : "Flere handlinger",
|
||||
"Edit board" : "Rediger tavle",
|
||||
"Archive board" : "Arkiver tavle",
|
||||
"Unarchive board" : "Avarkiver tavle",
|
||||
"Unarchive board" : "Aktiver tavle",
|
||||
"Delete board" : "Slett tavle",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Angre sletting av forumseksjon - Ellers vil forumseksjonen bli slettet under neste cronjob-kjøring.",
|
||||
"Update board" : "Oppdater tavle",
|
||||
"Reset board" : "Nullstill tavle",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Angre sletting av stabel - ellers slettes stabel ved neste cronjob-kjøring.",
|
||||
"Create new board" : "Opprett ny tavle",
|
||||
"New board title" : "Ny seksjonstittel",
|
||||
"New board title" : "Ny tittel for stabel",
|
||||
"Create board" : "Opprett tavle",
|
||||
"Select an attachment" : "Velg vedlegg",
|
||||
"Cancel upload" : "Avbryt opplasting",
|
||||
"by" : "av",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Gjennopprett av fil - ellers vil denne slettes ved neste cronjob kjøring.",
|
||||
"Undo file deletion" : "Gjennopprett av fil",
|
||||
"Insert the file into the description" : "Sett filen inn i beskrivelse",
|
||||
"Delete attachment" : "Slett vedlegg",
|
||||
"Modified:" : "Endret:",
|
||||
"Created:" : "Opprettet:",
|
||||
"Choose a tag" : "Velg en merkelapp",
|
||||
@@ -56,12 +178,18 @@
|
||||
"Click to set" : "Klikk for å sette",
|
||||
"Remove due date" : "Fjern forfallsdato",
|
||||
"Description" : "Beskrivelse",
|
||||
"Attachments" : "Vedlegg",
|
||||
"Saved" : "Lagret",
|
||||
"Unsaved changes" : "Ulagrede endringer",
|
||||
"Insert attachment" : "Legg til vedlegg",
|
||||
"Formatting help" : "Formateringshjelp",
|
||||
"Upload attachment" : "Last opp vedlegg",
|
||||
"Add a card description…" : "Legg til en kortbeskrivelse…",
|
||||
"Shared boards" : "Delte tavler",
|
||||
"Move board to archive" : "Arkiver tavle",
|
||||
"Create a new board" : "Opprett en ny tavle"
|
||||
"Create a new board" : "Opprett en ny tavle",
|
||||
"Settings" : "Innstillinger",
|
||||
"Limit deck to groups" : "Begrens tavle til grupper",
|
||||
"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." : "Begrensning av tavler vil hindre tilgang til de brukere som ikke er medlem av en gruppe fra å lage egne tavler. Bruker kan arbeide på de tavler som er delt med dem."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -114,6 +114,7 @@ OC.L10N.register(
|
||||
"All Boards" : "Alle borden",
|
||||
"Archived boards" : "Gearchiveerde borden",
|
||||
"Share board" : "Bord delen",
|
||||
"Archived cards" : "Gearchiveerde kaarten",
|
||||
"Actions" : "Acties",
|
||||
"Drop your files here to upload it to the card" : "Sleep je bestanden hierheen om naar de kaart te uploaden",
|
||||
"Assign card to me" : "Wijs kaart toe aan mij",
|
||||
|
||||
@@ -112,6 +112,7 @@
|
||||
"All Boards" : "Alle borden",
|
||||
"Archived boards" : "Gearchiveerde borden",
|
||||
"Share board" : "Bord delen",
|
||||
"Archived cards" : "Gearchiveerde kaarten",
|
||||
"Actions" : "Acties",
|
||||
"Drop your files here to upload it to the card" : "Sleep je bestanden hierheen om naar de kaart te uploaden",
|
||||
"Assign card to me" : "Wijs kaart toe aan mij",
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Please provide a content for your comment." : "Podaj treść komentarza.",
|
||||
"Posting the comment failed." : "Publikowanie komentarza nie powiodło się.",
|
||||
"The comment has been deleted" : "Komentarz został usunięty",
|
||||
"The associated stack is deleted as well, it will be restored as well." : "Powiązany blok został również usunięty, zostanie on także przywrócony.",
|
||||
"Restore associated stack" : "Przywróć powiązany blok",
|
||||
"Remove user from card" : "Usuń użytkownika z karty",
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
{ "translations": {
|
||||
"Please provide a content for your comment." : "Podaj treść komentarza.",
|
||||
"Posting the comment failed." : "Publikowanie komentarza nie powiodło się.",
|
||||
"The comment has been deleted" : "Komentarz został usunięty",
|
||||
"The associated stack is deleted as well, it will be restored as well." : "Powiązany blok został również usunięty, zostanie on także przywrócony.",
|
||||
"Restore associated stack" : "Przywróć powiązany blok",
|
||||
"Remove user from card" : "Usuń użytkownika z karty",
|
||||
|
||||
@@ -114,6 +114,7 @@ OC.L10N.register(
|
||||
"All Boards" : "Todos os painéis",
|
||||
"Archived boards" : "Painéis arquivados",
|
||||
"Share board" : "Compartilhar painel",
|
||||
"Archived cards" : "Cartões arquivados",
|
||||
"Actions" : "Ações",
|
||||
"Drop your files here to upload it to the card" : "Solte seus arquivos aqui para enviá-los para o cartão",
|
||||
"Assign card to me" : "Vincular o cartão comigo",
|
||||
|
||||
@@ -112,6 +112,7 @@
|
||||
"All Boards" : "Todos os painéis",
|
||||
"Archived boards" : "Painéis arquivados",
|
||||
"Share board" : "Compartilhar painel",
|
||||
"Archived cards" : "Cartões arquivados",
|
||||
"Actions" : "Ações",
|
||||
"Drop your files here to upload it to the card" : "Solte seus arquivos aqui para enviá-los para o cartão",
|
||||
"Assign card to me" : "Vincular o cartão comigo",
|
||||
|
||||
@@ -114,6 +114,7 @@ OC.L10N.register(
|
||||
"All Boards" : "Све табле",
|
||||
"Archived boards" : "Архивиране табле",
|
||||
"Share board" : "Подели таблу",
|
||||
"Archived cards" : "Архивиране картице",
|
||||
"Actions" : "Радње",
|
||||
"Drop your files here to upload it to the card" : "Превуците Ваше фајлове овде да их отпремите у картицу",
|
||||
"Assign card to me" : "Додели картицу мени",
|
||||
|
||||
@@ -112,6 +112,7 @@
|
||||
"All Boards" : "Све табле",
|
||||
"Archived boards" : "Архивиране табле",
|
||||
"Share board" : "Подели таблу",
|
||||
"Archived cards" : "Архивиране картице",
|
||||
"Actions" : "Радње",
|
||||
"Drop your files here to upload it to the card" : "Превуците Ваше фајлове овде да их отпремите у картицу",
|
||||
"Assign card to me" : "Додели картицу мени",
|
||||
|
||||
13
l10n/sv.js
13
l10n/sv.js
@@ -4,20 +4,28 @@ OC.L10N.register(
|
||||
"Remove user from card" : "Ta bort användare från kort",
|
||||
"Hours" : "Timmar",
|
||||
"Minutes" : "Minuter",
|
||||
"Maximum file size of {size} exceeded" : "Maximal filstorlek på {size} överskriden",
|
||||
"Deck" : "Kortlek",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "Kortet \"%s\" på \"%s\" har nått sitt utgångsdatum.",
|
||||
"The board \"%s\" has been shared with you by %s." : "Tavlan \"%s\" har delats med dig av %s.",
|
||||
"{user} has shared the board %s with you." : "{user} har delat tavlan %s med dig.",
|
||||
"No data was provided to create an attachment." : "Inga data lämnades för att skapa en bilaga.",
|
||||
"Finished" : "Färdig",
|
||||
"To review" : "Att granska",
|
||||
"Action needed" : "Åtgärd behövs",
|
||||
"Later" : "Senare",
|
||||
"The file was uploaded" : "Filen laddades upp",
|
||||
"The file was only partially uploaded" : "Filen var endast delvis uppladdad",
|
||||
"No file was uploaded" : "Ingen fil laddades upp",
|
||||
"Missing a temporary folder" : "Saknas en tillfällig mapp",
|
||||
"Could not write file to disk" : "Kunde inte skriva fil till disk",
|
||||
"Add a new stack" : "Lägg till en ny hög",
|
||||
"Submit" : "Skicka",
|
||||
"Show archived cards" : "Visa arkiverade kort",
|
||||
"Hide archived cards" : "Göm arkiverade kort",
|
||||
"All Boards" : "Alla tavlor",
|
||||
"Archived boards" : "Arkiverade tavlor",
|
||||
"Drop your files here to upload it to the card" : "Släpp dina filer här för att ladda upp det till kortet",
|
||||
"Enter a card title" : "Ange en korttitel",
|
||||
"Add card" : "Lägg till kort",
|
||||
"Close" : "Stäng",
|
||||
@@ -43,7 +51,12 @@ OC.L10N.register(
|
||||
"Delete board" : "Ta bort tavla",
|
||||
"Create new board" : "Skapa ny tavla",
|
||||
"New board title" : "Ny taveltitel",
|
||||
"Select an attachment" : "Välj en bilaga",
|
||||
"Cancel upload" : "Avbryt uppladdning",
|
||||
"by" : "av",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Ångra filborttagning - annars kommer filen att tas bort när nästa cronjob körs.",
|
||||
"Undo file deletion" : "Ångra filborttagning",
|
||||
"Insert the file into the description" : "Infoga filen i beskrivningen",
|
||||
"Modified:" : "Ändrad:",
|
||||
"Created:" : "Skapad:",
|
||||
"Choose a tag" : "Välj en tagg",
|
||||
|
||||
13
l10n/sv.json
13
l10n/sv.json
@@ -2,20 +2,28 @@
|
||||
"Remove user from card" : "Ta bort användare från kort",
|
||||
"Hours" : "Timmar",
|
||||
"Minutes" : "Minuter",
|
||||
"Maximum file size of {size} exceeded" : "Maximal filstorlek på {size} överskriden",
|
||||
"Deck" : "Kortlek",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "Kortet \"%s\" på \"%s\" har nått sitt utgångsdatum.",
|
||||
"The board \"%s\" has been shared with you by %s." : "Tavlan \"%s\" har delats med dig av %s.",
|
||||
"{user} has shared the board %s with you." : "{user} har delat tavlan %s med dig.",
|
||||
"No data was provided to create an attachment." : "Inga data lämnades för att skapa en bilaga.",
|
||||
"Finished" : "Färdig",
|
||||
"To review" : "Att granska",
|
||||
"Action needed" : "Åtgärd behövs",
|
||||
"Later" : "Senare",
|
||||
"The file was uploaded" : "Filen laddades upp",
|
||||
"The file was only partially uploaded" : "Filen var endast delvis uppladdad",
|
||||
"No file was uploaded" : "Ingen fil laddades upp",
|
||||
"Missing a temporary folder" : "Saknas en tillfällig mapp",
|
||||
"Could not write file to disk" : "Kunde inte skriva fil till disk",
|
||||
"Add a new stack" : "Lägg till en ny hög",
|
||||
"Submit" : "Skicka",
|
||||
"Show archived cards" : "Visa arkiverade kort",
|
||||
"Hide archived cards" : "Göm arkiverade kort",
|
||||
"All Boards" : "Alla tavlor",
|
||||
"Archived boards" : "Arkiverade tavlor",
|
||||
"Drop your files here to upload it to the card" : "Släpp dina filer här för att ladda upp det till kortet",
|
||||
"Enter a card title" : "Ange en korttitel",
|
||||
"Add card" : "Lägg till kort",
|
||||
"Close" : "Stäng",
|
||||
@@ -41,7 +49,12 @@
|
||||
"Delete board" : "Ta bort tavla",
|
||||
"Create new board" : "Skapa ny tavla",
|
||||
"New board title" : "Ny taveltitel",
|
||||
"Select an attachment" : "Välj en bilaga",
|
||||
"Cancel upload" : "Avbryt uppladdning",
|
||||
"by" : "av",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Ångra filborttagning - annars kommer filen att tas bort när nästa cronjob körs.",
|
||||
"Undo file deletion" : "Ångra filborttagning",
|
||||
"Insert the file into the description" : "Infoga filen i beskrivningen",
|
||||
"Modified:" : "Ändrad:",
|
||||
"Created:" : "Skapad:",
|
||||
"Choose a tag" : "Välj en tagg",
|
||||
|
||||
@@ -114,6 +114,7 @@ OC.L10N.register(
|
||||
"All Boards" : "Tüm Panolar",
|
||||
"Archived boards" : "Arşivlenmiş panolar",
|
||||
"Share board" : "Panoyu paylaş",
|
||||
"Archived cards" : "Arşivlenmiş kartlar",
|
||||
"Actions" : "İşlemler",
|
||||
"Drop your files here to upload it to the card" : "Karta yüklemek istediğiniz dosyalarınızı sürükleyip buraya bırakın",
|
||||
"Assign card to me" : "Kartı bana ata",
|
||||
|
||||
@@ -112,6 +112,7 @@
|
||||
"All Boards" : "Tüm Panolar",
|
||||
"Archived boards" : "Arşivlenmiş panolar",
|
||||
"Share board" : "Panoyu paylaş",
|
||||
"Archived cards" : "Arşivlenmiş kartlar",
|
||||
"Actions" : "İşlemler",
|
||||
"Drop your files here to upload it to the card" : "Karta yüklemek istediğiniz dosyalarınızı sürükleyip buraya bırakın",
|
||||
"Assign card to me" : "Kartı bana ata",
|
||||
|
||||
110
l10n/zh_CN.js
110
l10n/zh_CN.js
@@ -2,23 +2,87 @@ OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Please provide a content for your comment." : "请提供评论内容",
|
||||
"Posting the comment failed." : "发表评论失败",
|
||||
"Posting the comment failed." : "评论发表失败",
|
||||
"The comment has been deleted" : "评论已删除",
|
||||
"The associated stack is deleted as well, it will be restored as well." : "相关联的堆也会被删除,同样也会被恢复。",
|
||||
"Restore associated stack" : "恢复相关联的堆",
|
||||
"Remove user from card" : "把用户从卡片删除",
|
||||
"The associated stack is deleted as well, it will be restored as well." : "相关联的任务也已删除,当然也可以进行恢复。",
|
||||
"Restore associated stack" : "恢复相关联的任务",
|
||||
"Remove user from card" : "从卡片中删除用户",
|
||||
"Hours" : "小时",
|
||||
"Minutes" : "分",
|
||||
"Maximum file size of {size} exceeded" : "已超出最大文件大小 {size}",
|
||||
"Deck" : "面板",
|
||||
"Maximum file size of {size} exceeded" : "文件大小 {size} 超出最大限制",
|
||||
"You have created a new board {board}" : "您创建了一个新面板 {board}",
|
||||
"{user} has created a new board {board}" : "{user} 创建了一个新面板 {board}",
|
||||
"You have deleted the board {board}" : "您删除了面板 {board}",
|
||||
"{user} has deleted the board {board}" : "{user} 删除了面板 {board}",
|
||||
"You have restored the board {board}" : "您恢复了面板 {board}",
|
||||
"{user} has restored the board {board}" : "{user} 恢复了 {board}",
|
||||
"You have shared the board {board} with {acl}" : "您已共享 {board} 给 {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} 已共享面板 {board} 给 {sharee}",
|
||||
"You have removed {acl} from the board {board}" : "您从面板 {board} 中移除了 {acl}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} 从面板 {board} 中移除了 {acl} ",
|
||||
"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}" : "您在面板 {board} 上创建了新任务 {stack} ",
|
||||
"{user} has created a new stack {stack} on board {board}" : "{user} 在面板 {board} 上创建了新任务 {stack}",
|
||||
"You have renamed stack {before} to {stack} on board {board}" : "您将面板 {board} 上的任务 {before} 重命名为 {stack}",
|
||||
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} 将面板 {board} 上的任务 {before} 重命名为 {stack}",
|
||||
"You have deleted stack {stack} on board {board}" : "您删除了面板 {board} 上的任务 {stack}",
|
||||
"{user} has deleted stack {stack} on board {board}" : "{user} 删除了面板 {board} 上的任务 {stack}",
|
||||
"You have created card {card} in stack {stack} on board {board}" : "您在面板 {board} 上的任务 {stack} 中创建了卡片 {card}",
|
||||
"{user} has created card {card} in stack {stack} on board {board}" : "{user} 在面板 {board} 上的任务 {stack} 中创建了卡片 {card}",
|
||||
"You have deleted card {card} in stack {stack} on board {board}" : "您在面板 {board} 上的任务 {stack} 中删除了卡片 {card}",
|
||||
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} 在面板 {board} 上的任务 {stack} 中删除了卡片 {card}",
|
||||
"You have renamed the card {before} to {card}" : "您将卡片 {before} 重命名为 {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} 将卡片 {before} 重命名为 {card}",
|
||||
"You have added a description to card {card} in stack {stack} on board {board}" : "您为面板 {board} 上的任务 {stack} 中的卡片 {card} 添加了描述",
|
||||
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} 为面板 {board} 上的任务 {stack} 中的卡片 {card} 添加了描述",
|
||||
"You have updated the description of card {card} in stack {stack} on board {board}" : "您更新了面板 {board} 上的任务 {stack} 中的卡片 {card} 的描述",
|
||||
"{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} 更新了面板 {board} 上的任务 {stack} 中的卡片 {card} 的描述",
|
||||
"You have archived card {card} in stack {stack} on board {board}" : "您已对面板 {board} 上的任务 {stack} 中的卡片 {card} 存档",
|
||||
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} 已对面板 {board} 上的任务 {stack} 中的卡片 {card} 存档",
|
||||
"You have unarchived card {card} in stack {stack} on board {board}" : "您已对面板 {board} 上的任务 {stack} 中的卡片 {card} 恢复存档",
|
||||
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} 已对面板 {board} 上的任务 {stack} 中的卡片 {card} 恢复存档",
|
||||
"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}" : "您设置到期的卡片 {card} 为 {after}",
|
||||
"{user} has set the due date of card {card} to {after}" : "{user} 设置到期的卡片 {card} 为 {after}",
|
||||
"You have updated the due date of card {card} to {after}" : "您更新到期的卡片 {card} 为 {after}",
|
||||
"{user} has updated the due date of card {card} to {after}" : "{user} 更新到期的卡片 {card} 为 {after}",
|
||||
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "您为面板 {board} 上的任务 {stack} 中的卡片 {card} 添加了标签 {label}",
|
||||
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} 为面板 {board} 上的任务 {stack} 中的卡片 {card} 添加了标签 {label}",
|
||||
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "您移除了面板 {board} 上的任务 {stack} 中的卡片 {card} 的标签 {label}",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} 移除了面板 {board} 上的任务 {stack} 中的卡片 {card} 的标签 {label}",
|
||||
"You have assigned {assigneduser} to card {card} on board {board}" : "您将面板 {board} 上的卡片 {card} 指派给了 {assigneduser}",
|
||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} 将面板 {board} 上的卡片 {card} 指派给了 {assigneduser}",
|
||||
"You have unassigned {assigneduser} from card {card} on board {board}" : "您对 {assigneduser} 取消了面板 {board} 上的卡片 {card} 指派",
|
||||
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} 对 {assigneduser} 取消了面板 {board} 上的卡片 {card} 指派",
|
||||
"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}" : "您为卡片 {card} 添加了附件 {attachment}",
|
||||
"{user} has added the attachment {attachment} to card {card}" : "{user} 为卡片 {card} 添加了附件 {attachment}",
|
||||
"You have updated the attachment {attachment} on card {card}" : "您更新了卡片 {card} 中的附件 {attachment}",
|
||||
"{user} has updated the attachment {attachment} to card {card}" : "{user} 更新了卡片 {card} 中的附件 {attachment}",
|
||||
"You have deleted the attachment {attachment} from card {card}" : "您删除了卡片 {card} 中的附件 {attachment}",
|
||||
"{user} has deleted the attachment {attachment} to card {card}" : "{user} 删除了卡片 {card} 中的附件 {attachment}",
|
||||
"You have restored the attachment {attachment} to card {card}" : "您恢复了卡片 {card} 中的附件 {attachment}",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} 恢复了卡片 {card} 中的附件 {attachment}",
|
||||
"You have commented on card {card}" : "您评论了卡片 {card}",
|
||||
"{user} has commented on card {card}" : "{user} 评论了卡片 {card}",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "看板应用中的 <strong>卡片描述</strong> 已改变",
|
||||
"Deck" : "看板",
|
||||
"Changes in the <strong>Deck app</strong>" : "<strong>看板应用</strong>中的改变",
|
||||
"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\" 给您。",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "卡片 \"%s\" 在 \"%s\" 已经到期。",
|
||||
"%s has mentioned you in a comment on \"%s\"." : "%s 在 “%s” 的评论中提到了您",
|
||||
"{user} has mentioned you in a comment on \"%s\"." : "{user} 在 “%s” 的评论中提到了您",
|
||||
"The board \"%s\" has been shared with you by %s." : "面板 \"%s\" 已由 %s 共享给你。",
|
||||
"{user} has shared the board %s with you." : "{user} 共享面板 %s 给你。",
|
||||
"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\"。",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "\"%s\"中的卡片 \"%s\" 已到期。",
|
||||
"%s has mentioned you in a comment on \"%s\"." : "%s 在 “%s” 的评论中提到了您。",
|
||||
"{user} has mentioned you in a comment on \"%s\"." : "{user} 在 “%s” 的评论中提到了您。",
|
||||
"The board \"%s\" has been shared with you by %s." : "面板 \"%s\" 已由 %s 共享给您。",
|
||||
"{user} has shared the board %s with you." : "{user} 共享面板 %s 给您。",
|
||||
"No data was provided to create an attachment." : "未能提供数据以创建附件",
|
||||
"Finished" : "完成",
|
||||
"To review" : "回顾",
|
||||
@@ -39,8 +103,9 @@ OC.L10N.register(
|
||||
"Could not write file to disk" : "无法写入文件到磁盘",
|
||||
"A PHP extension stopped the file upload" : "PHP扩展停止了文件上传。",
|
||||
"No file uploaded or file size exceeds maximum of %s" : "没有文件被上传或文件大小超出最大值 %s",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck 是集成于 Nextcloud 中的一个看板风格的筹划工具,用于帮助进行个人规划与团队的项目安排。\n\n\n- 📥 把您的任务添加到卡片上,并将它们有序排列\n- 📄 将您的补充说明用markdown写下来\n- 🔖 利用指派标签更好地进行筹划\n- 👥 与您的团队,朋友或家人共享\n- 📎 附加文件并将它们嵌入到您的markdown说明中\n- 💬 用评论与您的团队讨论\n- ⚡ 在活动流中紧跟变化\n- 🚀 使你的项目井井有条",
|
||||
"Add a new stack" : "新增",
|
||||
"A kanban style project and personal management tool for Nextcloud" : "一款用于 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- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "看板是集成于 Nextcloud 中的一款看板风格的任务管理工具,用于帮助进行个人计划与项目安排。\n\n\n- 📥 把您的任务添加到卡片上,并将它们有序排列\n- 📄 将您的补充说明用markdown写下来\n- 🔖 利用指派标签更好地进行筹划\n- 👥 与您的团队,朋友或家人共享\n- 📎 附加文件并将它们嵌入到您的markdown说明中\n- 💬 用评论与您的团队讨论\n- ⚡ 在活动流中紧跟变化\n- 🚀 使您的项目井井有条",
|
||||
"Add a new stack" : "添加一个新任务",
|
||||
"Submit" : "提交",
|
||||
"Show archived cards" : "显示已存档的卡片",
|
||||
"Hide archived cards" : "隐藏已存档的卡片",
|
||||
@@ -49,9 +114,13 @@ OC.L10N.register(
|
||||
"All Boards" : "全部面板",
|
||||
"Archived boards" : "已归档面板",
|
||||
"Share board" : "共享面板",
|
||||
"Archived cards" : "已存档卡片",
|
||||
"Actions" : "操作",
|
||||
"Drop your files here to upload it to the card" : "将你的文件放置至此以将之上传到该卡片",
|
||||
"Drop your files here to upload it to the card" : "将您的文件放置至此以将之上传到该卡片",
|
||||
"Assign card to me" : "对我指派卡片",
|
||||
"Unassign card from me" : "取消指派给我的卡片",
|
||||
"Archive card" : "存档卡片",
|
||||
"Unarchive card" : "恢复卡片存档",
|
||||
"Delete card" : "删除卡片",
|
||||
"Enter a card title" : "输入卡片标题",
|
||||
"Add card" : "添加卡片",
|
||||
@@ -74,7 +143,7 @@ OC.L10N.register(
|
||||
"Delete tag" : "删除标签",
|
||||
"Create" : "创建",
|
||||
"Create a new tag" : "创建新标签",
|
||||
"Deleted stacks" : "已删除堆",
|
||||
"Deleted stacks" : "已删除的任务",
|
||||
"Deleted cards" : "已删除卡片",
|
||||
"Status" : "状态",
|
||||
"No archived boards to display" : "无归档面板可显示",
|
||||
@@ -88,7 +157,7 @@ OC.L10N.register(
|
||||
"Delete board" : "删除面板",
|
||||
"Update board" : "更新面板",
|
||||
"Reset board" : "重置面板",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "取消删除面板 - 否则面板将在下一次定时任务运行时删除",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "取消删除面板 - 否则面板将在下一次定时任务运行时删除。",
|
||||
"Create new board" : "创建新面板",
|
||||
"New board title" : "新面板标题",
|
||||
"Create board" : "创建面板",
|
||||
@@ -98,6 +167,7 @@ OC.L10N.register(
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "取消删除文件 - 否则文件将在下一次定时任务运行时删除",
|
||||
"Undo file deletion" : "取消删除文件",
|
||||
"Insert the file into the description" : "将文件插入到说明中",
|
||||
"Delete attachment" : "删除附件",
|
||||
"Modified:" : "修改于:",
|
||||
"Created:" : "创建于:",
|
||||
"Choose a tag" : "选择一个标签",
|
||||
@@ -120,6 +190,8 @@ OC.L10N.register(
|
||||
"Shared boards" : "已共享面板",
|
||||
"Move board to archive" : "移动面板到归档",
|
||||
"Create a new board" : "创建一个新面板",
|
||||
"Settings" : "设置"
|
||||
"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." : "非面板创建用户组的用户将不能使用受限看板。但用户仍然能够使用已共享给他们的面板工作。"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
||||
110
l10n/zh_CN.json
110
l10n/zh_CN.json
@@ -1,22 +1,86 @@
|
||||
{ "translations": {
|
||||
"Please provide a content for your comment." : "请提供评论内容",
|
||||
"Posting the comment failed." : "发表评论失败",
|
||||
"Posting the comment failed." : "评论发表失败",
|
||||
"The comment has been deleted" : "评论已删除",
|
||||
"The associated stack is deleted as well, it will be restored as well." : "相关联的堆也会被删除,同样也会被恢复。",
|
||||
"Restore associated stack" : "恢复相关联的堆",
|
||||
"Remove user from card" : "把用户从卡片删除",
|
||||
"The associated stack is deleted as well, it will be restored as well." : "相关联的任务也已删除,当然也可以进行恢复。",
|
||||
"Restore associated stack" : "恢复相关联的任务",
|
||||
"Remove user from card" : "从卡片中删除用户",
|
||||
"Hours" : "小时",
|
||||
"Minutes" : "分",
|
||||
"Maximum file size of {size} exceeded" : "已超出最大文件大小 {size}",
|
||||
"Deck" : "面板",
|
||||
"Maximum file size of {size} exceeded" : "文件大小 {size} 超出最大限制",
|
||||
"You have created a new board {board}" : "您创建了一个新面板 {board}",
|
||||
"{user} has created a new board {board}" : "{user} 创建了一个新面板 {board}",
|
||||
"You have deleted the board {board}" : "您删除了面板 {board}",
|
||||
"{user} has deleted the board {board}" : "{user} 删除了面板 {board}",
|
||||
"You have restored the board {board}" : "您恢复了面板 {board}",
|
||||
"{user} has restored the board {board}" : "{user} 恢复了 {board}",
|
||||
"You have shared the board {board} with {acl}" : "您已共享 {board} 给 {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} 已共享面板 {board} 给 {sharee}",
|
||||
"You have removed {acl} from the board {board}" : "您从面板 {board} 中移除了 {acl}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} 从面板 {board} 中移除了 {acl} ",
|
||||
"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}" : "您在面板 {board} 上创建了新任务 {stack} ",
|
||||
"{user} has created a new stack {stack} on board {board}" : "{user} 在面板 {board} 上创建了新任务 {stack}",
|
||||
"You have renamed stack {before} to {stack} on board {board}" : "您将面板 {board} 上的任务 {before} 重命名为 {stack}",
|
||||
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} 将面板 {board} 上的任务 {before} 重命名为 {stack}",
|
||||
"You have deleted stack {stack} on board {board}" : "您删除了面板 {board} 上的任务 {stack}",
|
||||
"{user} has deleted stack {stack} on board {board}" : "{user} 删除了面板 {board} 上的任务 {stack}",
|
||||
"You have created card {card} in stack {stack} on board {board}" : "您在面板 {board} 上的任务 {stack} 中创建了卡片 {card}",
|
||||
"{user} has created card {card} in stack {stack} on board {board}" : "{user} 在面板 {board} 上的任务 {stack} 中创建了卡片 {card}",
|
||||
"You have deleted card {card} in stack {stack} on board {board}" : "您在面板 {board} 上的任务 {stack} 中删除了卡片 {card}",
|
||||
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} 在面板 {board} 上的任务 {stack} 中删除了卡片 {card}",
|
||||
"You have renamed the card {before} to {card}" : "您将卡片 {before} 重命名为 {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} 将卡片 {before} 重命名为 {card}",
|
||||
"You have added a description to card {card} in stack {stack} on board {board}" : "您为面板 {board} 上的任务 {stack} 中的卡片 {card} 添加了描述",
|
||||
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} 为面板 {board} 上的任务 {stack} 中的卡片 {card} 添加了描述",
|
||||
"You have updated the description of card {card} in stack {stack} on board {board}" : "您更新了面板 {board} 上的任务 {stack} 中的卡片 {card} 的描述",
|
||||
"{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} 更新了面板 {board} 上的任务 {stack} 中的卡片 {card} 的描述",
|
||||
"You have archived card {card} in stack {stack} on board {board}" : "您已对面板 {board} 上的任务 {stack} 中的卡片 {card} 存档",
|
||||
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} 已对面板 {board} 上的任务 {stack} 中的卡片 {card} 存档",
|
||||
"You have unarchived card {card} in stack {stack} on board {board}" : "您已对面板 {board} 上的任务 {stack} 中的卡片 {card} 恢复存档",
|
||||
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} 已对面板 {board} 上的任务 {stack} 中的卡片 {card} 恢复存档",
|
||||
"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}" : "您设置到期的卡片 {card} 为 {after}",
|
||||
"{user} has set the due date of card {card} to {after}" : "{user} 设置到期的卡片 {card} 为 {after}",
|
||||
"You have updated the due date of card {card} to {after}" : "您更新到期的卡片 {card} 为 {after}",
|
||||
"{user} has updated the due date of card {card} to {after}" : "{user} 更新到期的卡片 {card} 为 {after}",
|
||||
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "您为面板 {board} 上的任务 {stack} 中的卡片 {card} 添加了标签 {label}",
|
||||
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} 为面板 {board} 上的任务 {stack} 中的卡片 {card} 添加了标签 {label}",
|
||||
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "您移除了面板 {board} 上的任务 {stack} 中的卡片 {card} 的标签 {label}",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} 移除了面板 {board} 上的任务 {stack} 中的卡片 {card} 的标签 {label}",
|
||||
"You have assigned {assigneduser} to card {card} on board {board}" : "您将面板 {board} 上的卡片 {card} 指派给了 {assigneduser}",
|
||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} 将面板 {board} 上的卡片 {card} 指派给了 {assigneduser}",
|
||||
"You have unassigned {assigneduser} from card {card} on board {board}" : "您对 {assigneduser} 取消了面板 {board} 上的卡片 {card} 指派",
|
||||
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} 对 {assigneduser} 取消了面板 {board} 上的卡片 {card} 指派",
|
||||
"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}" : "您为卡片 {card} 添加了附件 {attachment}",
|
||||
"{user} has added the attachment {attachment} to card {card}" : "{user} 为卡片 {card} 添加了附件 {attachment}",
|
||||
"You have updated the attachment {attachment} on card {card}" : "您更新了卡片 {card} 中的附件 {attachment}",
|
||||
"{user} has updated the attachment {attachment} to card {card}" : "{user} 更新了卡片 {card} 中的附件 {attachment}",
|
||||
"You have deleted the attachment {attachment} from card {card}" : "您删除了卡片 {card} 中的附件 {attachment}",
|
||||
"{user} has deleted the attachment {attachment} to card {card}" : "{user} 删除了卡片 {card} 中的附件 {attachment}",
|
||||
"You have restored the attachment {attachment} to card {card}" : "您恢复了卡片 {card} 中的附件 {attachment}",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} 恢复了卡片 {card} 中的附件 {attachment}",
|
||||
"You have commented on card {card}" : "您评论了卡片 {card}",
|
||||
"{user} has commented on card {card}" : "{user} 评论了卡片 {card}",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "看板应用中的 <strong>卡片描述</strong> 已改变",
|
||||
"Deck" : "看板",
|
||||
"Changes in the <strong>Deck app</strong>" : "<strong>看板应用</strong>中的改变",
|
||||
"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\" 给您。",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "卡片 \"%s\" 在 \"%s\" 已经到期。",
|
||||
"%s has mentioned you in a comment on \"%s\"." : "%s 在 “%s” 的评论中提到了您",
|
||||
"{user} has mentioned you in a comment on \"%s\"." : "{user} 在 “%s” 的评论中提到了您",
|
||||
"The board \"%s\" has been shared with you by %s." : "面板 \"%s\" 已由 %s 共享给你。",
|
||||
"{user} has shared the board %s with you." : "{user} 共享面板 %s 给你。",
|
||||
"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\"。",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "\"%s\"中的卡片 \"%s\" 已到期。",
|
||||
"%s has mentioned you in a comment on \"%s\"." : "%s 在 “%s” 的评论中提到了您。",
|
||||
"{user} has mentioned you in a comment on \"%s\"." : "{user} 在 “%s” 的评论中提到了您。",
|
||||
"The board \"%s\" has been shared with you by %s." : "面板 \"%s\" 已由 %s 共享给您。",
|
||||
"{user} has shared the board %s with you." : "{user} 共享面板 %s 给您。",
|
||||
"No data was provided to create an attachment." : "未能提供数据以创建附件",
|
||||
"Finished" : "完成",
|
||||
"To review" : "回顾",
|
||||
@@ -37,8 +101,9 @@
|
||||
"Could not write file to disk" : "无法写入文件到磁盘",
|
||||
"A PHP extension stopped the file upload" : "PHP扩展停止了文件上传。",
|
||||
"No file uploaded or file size exceeds maximum of %s" : "没有文件被上传或文件大小超出最大值 %s",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck 是集成于 Nextcloud 中的一个看板风格的筹划工具,用于帮助进行个人规划与团队的项目安排。\n\n\n- 📥 把您的任务添加到卡片上,并将它们有序排列\n- 📄 将您的补充说明用markdown写下来\n- 🔖 利用指派标签更好地进行筹划\n- 👥 与您的团队,朋友或家人共享\n- 📎 附加文件并将它们嵌入到您的markdown说明中\n- 💬 用评论与您的团队讨论\n- ⚡ 在活动流中紧跟变化\n- 🚀 使你的项目井井有条",
|
||||
"Add a new stack" : "新增",
|
||||
"A kanban style project and personal management tool for Nextcloud" : "一款用于 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- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "看板是集成于 Nextcloud 中的一款看板风格的任务管理工具,用于帮助进行个人计划与项目安排。\n\n\n- 📥 把您的任务添加到卡片上,并将它们有序排列\n- 📄 将您的补充说明用markdown写下来\n- 🔖 利用指派标签更好地进行筹划\n- 👥 与您的团队,朋友或家人共享\n- 📎 附加文件并将它们嵌入到您的markdown说明中\n- 💬 用评论与您的团队讨论\n- ⚡ 在活动流中紧跟变化\n- 🚀 使您的项目井井有条",
|
||||
"Add a new stack" : "添加一个新任务",
|
||||
"Submit" : "提交",
|
||||
"Show archived cards" : "显示已存档的卡片",
|
||||
"Hide archived cards" : "隐藏已存档的卡片",
|
||||
@@ -47,9 +112,13 @@
|
||||
"All Boards" : "全部面板",
|
||||
"Archived boards" : "已归档面板",
|
||||
"Share board" : "共享面板",
|
||||
"Archived cards" : "已存档卡片",
|
||||
"Actions" : "操作",
|
||||
"Drop your files here to upload it to the card" : "将你的文件放置至此以将之上传到该卡片",
|
||||
"Drop your files here to upload it to the card" : "将您的文件放置至此以将之上传到该卡片",
|
||||
"Assign card to me" : "对我指派卡片",
|
||||
"Unassign card from me" : "取消指派给我的卡片",
|
||||
"Archive card" : "存档卡片",
|
||||
"Unarchive card" : "恢复卡片存档",
|
||||
"Delete card" : "删除卡片",
|
||||
"Enter a card title" : "输入卡片标题",
|
||||
"Add card" : "添加卡片",
|
||||
@@ -72,7 +141,7 @@
|
||||
"Delete tag" : "删除标签",
|
||||
"Create" : "创建",
|
||||
"Create a new tag" : "创建新标签",
|
||||
"Deleted stacks" : "已删除堆",
|
||||
"Deleted stacks" : "已删除的任务",
|
||||
"Deleted cards" : "已删除卡片",
|
||||
"Status" : "状态",
|
||||
"No archived boards to display" : "无归档面板可显示",
|
||||
@@ -86,7 +155,7 @@
|
||||
"Delete board" : "删除面板",
|
||||
"Update board" : "更新面板",
|
||||
"Reset board" : "重置面板",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "取消删除面板 - 否则面板将在下一次定时任务运行时删除",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "取消删除面板 - 否则面板将在下一次定时任务运行时删除。",
|
||||
"Create new board" : "创建新面板",
|
||||
"New board title" : "新面板标题",
|
||||
"Create board" : "创建面板",
|
||||
@@ -96,6 +165,7 @@
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "取消删除文件 - 否则文件将在下一次定时任务运行时删除",
|
||||
"Undo file deletion" : "取消删除文件",
|
||||
"Insert the file into the description" : "将文件插入到说明中",
|
||||
"Delete attachment" : "删除附件",
|
||||
"Modified:" : "修改于:",
|
||||
"Created:" : "创建于:",
|
||||
"Choose a tag" : "选择一个标签",
|
||||
@@ -118,6 +188,8 @@
|
||||
"Shared boards" : "已共享面板",
|
||||
"Move board to archive" : "移动面板到归档",
|
||||
"Create a new board" : "创建一个新面板",
|
||||
"Settings" : "设置"
|
||||
"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." : "非面板创建用户组的用户将不能使用受限看板。但用户仍然能够使用已共享给他们的面板工作。"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
||||
@@ -20,7 +20,7 @@
|
||||
</div>
|
||||
<div class="crumb title" ng-if="params.filter=='archive'">
|
||||
<a><span class="icon icon-archive"></span></a>
|
||||
<a>Archived cards</a>
|
||||
<a><?php p($l->t('Archived cards')); ?></a>
|
||||
</div>
|
||||
|
||||
<div class="board-header-controls hidden">
|
||||
@@ -73,7 +73,7 @@
|
||||
<h4>
|
||||
<span class="editable-inline"
|
||||
ng-show="!c.status.editCard"
|
||||
ng-click="startTitleEdit(c)">{{cardservice.get(c.id).title}}</span>
|
||||
ng-click="$event.stopPropagation(); startTitleEdit(c)">{{cardservice.get(c.id).title}}</span>
|
||||
<form ng-if="c.status.editCard" ng-submit="finishTitleEdit(c)">
|
||||
<input
|
||||
class="input-inline"
|
||||
|
||||
Reference in New Issue
Block a user