Compare commits
94 Commits
v0.6.4
...
backport/1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e34a57245a | ||
|
|
8334a410cd | ||
|
|
88aec57200 | ||
|
|
7bf903f586 | ||
|
|
9550c2eb2f | ||
|
|
12fb5f0a1f | ||
|
|
bcc9f03942 | ||
|
|
002587523f | ||
|
|
313ceb9a95 | ||
|
|
36977564a2 | ||
|
|
17999595a5 | ||
|
|
96dac29870 | ||
|
|
1ab2ee1daa | ||
|
|
138faf2de1 | ||
|
|
7e58486877 | ||
|
|
3454127aee | ||
|
|
7a673efc4a | ||
|
|
36a5888faf | ||
|
|
6bfd9127ed | ||
|
|
a5e155b6c7 | ||
|
|
a0a0f9443d | ||
|
|
2a6385c68a | ||
|
|
33cb61fe07 | ||
|
|
f3fc9904d2 | ||
|
|
3b7382f2d0 | ||
|
|
7d52891eb8 | ||
|
|
a36bfda277 | ||
|
|
427e954764 | ||
|
|
5f6eb7848f | ||
|
|
dfdd3222ea | ||
|
|
8845ba1033 | ||
|
|
1b82ca5d17 | ||
|
|
cefec146a2 | ||
|
|
6db4cf44bc | ||
|
|
eff48652c9 | ||
|
|
28bdb2ea43 | ||
|
|
7b2de87b05 | ||
|
|
1fcf3f95ac | ||
|
|
2f893eb6ad | ||
|
|
65272d76e1 | ||
|
|
96bd7194af | ||
|
|
f064fe55e2 | ||
|
|
799497e62f | ||
|
|
a87277735d | ||
|
|
9d5c67cbef | ||
|
|
c031e1b9c2 | ||
|
|
54b4b7c430 | ||
|
|
a953822671 | ||
|
|
ea4f4e8335 | ||
|
|
0bf11c1976 | ||
|
|
98bd957dd6 | ||
|
|
6089d190f4 | ||
|
|
c51509faeb | ||
|
|
c817ff2245 | ||
|
|
a9dd5b8ebe | ||
|
|
3105ec62ec | ||
|
|
012454abbc | ||
|
|
179f75052c | ||
|
|
e49c905d6e | ||
|
|
a25f4ac6c1 | ||
|
|
37a9655f90 | ||
|
|
717955a233 | ||
|
|
36940d3c4b | ||
|
|
804e662ec4 | ||
|
|
6ef071cee9 | ||
|
|
2bf98e57b1 | ||
|
|
76943246c8 | ||
|
|
ecdae3a558 | ||
|
|
836d15486b | ||
|
|
1281bde407 | ||
|
|
a250b0ec7a | ||
|
|
b09c622b7b | ||
|
|
99153659ae | ||
|
|
c3661e6b25 | ||
|
|
b17b2bec39 | ||
|
|
8e524e3ccb | ||
|
|
5b7cd146d0 | ||
|
|
e18e8fb032 | ||
|
|
5af9b3937a | ||
|
|
0f9972cff4 | ||
|
|
ac852cd4e7 | ||
|
|
8ff832a9f9 | ||
|
|
45d8e224e4 | ||
|
|
5238e475a7 | ||
|
|
5d8e52b106 | ||
|
|
436626684b | ||
|
|
d6e218064f | ||
|
|
c5cfef3ddb | ||
|
|
78233b2d62 | ||
|
|
f3b5fd4030 | ||
|
|
5d0180956a | ||
|
|
75c7502186 | ||
|
|
3733b13651 | ||
|
|
0543c1d775 |
81
.drone.yml
81
.drone.yml
@@ -16,20 +16,11 @@ steps:
|
||||
- ./occ app:check-code $APP_NAME -c strong-comparison
|
||||
- ./occ app:check-code $APP_NAME -c deprecation
|
||||
- cd apps/$APP_NAME/
|
||||
- name: syntax-php7.0
|
||||
image: nextcloudci/php7.0:php7.0-17
|
||||
environment:
|
||||
APP_NAME: deck
|
||||
CORE_BRANCH: stable15
|
||||
DB: sqlite
|
||||
commands:
|
||||
- composer install
|
||||
- ./vendor/bin/parallel-lint --exclude ./vendor/ --exclude ./lib/Collaboration/ .
|
||||
- name: syntax-php7.1
|
||||
image: nextcloudci/php7.1:php7.1-15
|
||||
environment:
|
||||
APP_NAME: deck
|
||||
CORE_BRANCH: stable15
|
||||
CORE_BRANCH: master
|
||||
DB: sqlite
|
||||
commands:
|
||||
- composer install
|
||||
@@ -38,7 +29,7 @@ steps:
|
||||
image: nextcloudci/php7.2:php7.2-9
|
||||
environment:
|
||||
APP_NAME: deck
|
||||
CORE_BRANCH: stable15
|
||||
CORE_BRANCH: master
|
||||
DB: sqlite
|
||||
commands:
|
||||
- composer install
|
||||
@@ -47,7 +38,7 @@ steps:
|
||||
image: nextcloudci/php7.3:php7.3-2
|
||||
environment:
|
||||
APP_NAME: deck
|
||||
CORE_BRANCH: stable15
|
||||
CORE_BRANCH: master
|
||||
DB: sqlite
|
||||
commands:
|
||||
- composer install
|
||||
@@ -61,41 +52,13 @@ trigger:
|
||||
- push
|
||||
---
|
||||
kind: pipeline
|
||||
name: unit-php7.0
|
||||
steps:
|
||||
- name: php7.0
|
||||
image: nextcloudci/php7.0:php7.0-17
|
||||
environment:
|
||||
APP_NAME: deck
|
||||
CORE_BRANCH: stable15
|
||||
DB: sqlite
|
||||
commands:
|
||||
# Pre-setup steps
|
||||
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
|
||||
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
|
||||
- cd ../server/
|
||||
- php occ app:enable deck
|
||||
- cd apps/$APP_NAME
|
||||
# Run phpunit tests
|
||||
- composer install
|
||||
- phpunit -c tests/phpunit.xml --coverage-clover build/php-unit.coverage.xml
|
||||
- phpunit -c tests/phpunit.integration.xml --coverage-clover build/php-integration.coverage.xml
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
- stable*
|
||||
event:
|
||||
- pull_request
|
||||
- push
|
||||
---
|
||||
kind: pipeline
|
||||
name: unit-php7.1
|
||||
steps:
|
||||
- name: php7.1
|
||||
image: nextcloudci/php7.1:php7.1-15
|
||||
image: nextcloudci/php7.1:php7.1-16
|
||||
environment:
|
||||
APP_NAME: deck
|
||||
CORE_BRANCH: stable15
|
||||
CORE_BRANCH: master
|
||||
DB: sqlite
|
||||
commands:
|
||||
# Pre-setup steps
|
||||
@@ -122,7 +85,7 @@ steps:
|
||||
image: nextcloudci/php7.2:php7.2-9
|
||||
environment:
|
||||
APP_NAME: deck
|
||||
CORE_BRANCH: stable15
|
||||
CORE_BRANCH: master
|
||||
DB: sqlite
|
||||
commands:
|
||||
# Pre-setup steps
|
||||
@@ -149,7 +112,7 @@ steps:
|
||||
image: nextcloudci/php7.3:php7.3-2
|
||||
environment:
|
||||
APP_NAME: deck
|
||||
CORE_BRANCH: stable15
|
||||
CORE_BRANCH: master
|
||||
DB: sqlite
|
||||
commands:
|
||||
# Pre-setup steps
|
||||
@@ -170,39 +133,13 @@ trigger:
|
||||
- push
|
||||
---
|
||||
kind: pipeline
|
||||
name: integration-stable16
|
||||
name: integration
|
||||
steps:
|
||||
- name: integration
|
||||
image: nextcloudci/php7.1:php7.1-16
|
||||
environment:
|
||||
APP_NAME: deck
|
||||
CORE_BRANCH: stable16
|
||||
DB: sqlite
|
||||
commands:
|
||||
# Pre-setup steps
|
||||
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
|
||||
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
|
||||
- cd ../server/
|
||||
- php occ app:enable deck
|
||||
- cd apps/$APP_NAME
|
||||
- cd tests/integration
|
||||
- ./run.sh || true
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
- stable*
|
||||
event:
|
||||
- pull_request
|
||||
- push
|
||||
---
|
||||
kind: pipeline
|
||||
name: integration-stable15
|
||||
steps:
|
||||
- name: integration
|
||||
image: nextcloudci/php7.1:php7.1-16
|
||||
environment:
|
||||
APP_NAME: deck
|
||||
CORE_BRANCH: stable15
|
||||
CORE_BRANCH: master
|
||||
DB: sqlite
|
||||
commands:
|
||||
# Pre-setup steps
|
||||
|
||||
@@ -2,18 +2,17 @@ language: php
|
||||
services:
|
||||
- mysql
|
||||
php:
|
||||
- 7.0
|
||||
- 7.1
|
||||
- 7.2
|
||||
- 7.3
|
||||
env:
|
||||
- CORE_BRANCH=stable15 DB=mysql
|
||||
- CORE_BRANCH=master DB=mysql
|
||||
|
||||
before_install:
|
||||
- wget https://phar.phpunit.de/phpunit-5.7.phar
|
||||
- chmod +x phpunit-5.7.phar
|
||||
- wget https://phar.phpunit.de/phpunit-6.5.phar
|
||||
- chmod +x phpunit-6.5.phar
|
||||
- mkdir bin
|
||||
- mv phpunit-5.7.phar bin/phpunit
|
||||
- mv phpunit-6.5.phar bin/phpunit
|
||||
- export PATH="$PWD/bin:$PATH"
|
||||
- phpunit --version
|
||||
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
|
||||
|
||||
17
CHANGELOG.md
17
CHANGELOG.md
@@ -1,6 +1,23 @@
|
||||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 0.7.0 - 2019-08-20
|
||||
|
||||
## Added
|
||||
- Make deck compatible to Nextcloud 17
|
||||
- Allow to set the description when creating cards though the REST API
|
||||
|
||||
## 0.6.6 - 2019-08-01
|
||||
|
||||
### Fixed
|
||||
- Bump security related dependencies
|
||||
|
||||
## 0.6.5 - 2019-07-28
|
||||
|
||||
### Fixed
|
||||
- Fix attachment upload/delete failures
|
||||
- Bump dependencies
|
||||
|
||||
## 0.6.4 - 2019-06-30
|
||||
|
||||
### Fixed
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
- 🚀 Get your project organized
|
||||
|
||||
</description>
|
||||
<version>0.6.4</version>
|
||||
<version>0.7.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Julius Härtl</author>
|
||||
<namespace>Deck</namespace>
|
||||
@@ -36,7 +36,7 @@
|
||||
<database min-version="9.4">pgsql</database>
|
||||
<database>sqlite</database>
|
||||
<database min-version="5.5">mysql</database>
|
||||
<nextcloud min-version="15" max-version="17" />
|
||||
<nextcloud min-version="17" max-version="17" />
|
||||
</dependencies>
|
||||
<background-jobs>
|
||||
<job>OCA\Deck\Cron\DeleteCron</job>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"roave/security-advisories": "dev-master",
|
||||
"christophwurst/nextcloud": "^15.0",
|
||||
"christophwurst/nextcloud": "^16.0",
|
||||
"jakub-onderka/php-parallel-lint": "^1.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -284,7 +284,7 @@ class ActivityController {
|
||||
parseMessage(activity) {
|
||||
let subject = activity.subject_rich[0];
|
||||
let parameters = activity.subject_rich[1];
|
||||
if (parameters.after && parameters.after.id && parameters.after.id.startsWith('dt:')) {
|
||||
if (parameters.after && typeof parameters.after.id === 'string' && parameters.after.id.startsWith('dt:')) {
|
||||
let dateTime = parameters.after.id.substr(3);
|
||||
parameters.after.name = moment(dateTime).format('L LTS');
|
||||
}
|
||||
|
||||
3596
js/package-lock.json
generated
3596
js/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -14,11 +14,11 @@
|
||||
"angular-markdown-it": "^0.6.1",
|
||||
"angular-sanitize": "^1.7.8",
|
||||
"babel-polyfill": "^6.26.0",
|
||||
"markdown-it": "^8.4.2",
|
||||
"markdown-it": "^9.1.0",
|
||||
"markdown-it-link-target": "^1.0.2",
|
||||
"nextcloud-axios": "^0.2.0",
|
||||
"nextcloud-vue": "^0.11.4",
|
||||
"nextcloud-vue-collections": "^0.5.2",
|
||||
"nextcloud-vue": "^0.12.1",
|
||||
"nextcloud-vue-collections": "^0.5.6",
|
||||
"ng-infinite-scroll": "^1.3.0",
|
||||
"ng-sortable": "^1.3.8",
|
||||
"ui-select": "^0.19.8",
|
||||
@@ -26,22 +26,22 @@
|
||||
"vuex": "^3.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.4.5",
|
||||
"@babel/core": "^7.5.5",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
||||
"@babel/polyfill": "^7.4.4",
|
||||
"@babel/preset-env": "^7.4.5",
|
||||
"@babel/preset-env": "^7.5.5",
|
||||
"babel-loader": "^8.0.6",
|
||||
"css-loader": "^3.0.0",
|
||||
"karma": "^4.1.0",
|
||||
"mini-css-extract-plugin": "^0.7.0",
|
||||
"style-loader": "^0.23.1",
|
||||
"uglifyjs-webpack-plugin": "^2.1.3",
|
||||
"url-loader": "^2.0.1",
|
||||
"vue-loader": "^15.7.0",
|
||||
"css-loader": "^3.2.0",
|
||||
"karma": "^4.2.0",
|
||||
"mini-css-extract-plugin": "^0.8.0",
|
||||
"style-loader": "^1.0.0",
|
||||
"uglifyjs-webpack-plugin": "^2.2.0",
|
||||
"url-loader": "^2.1.0",
|
||||
"vue-loader": "^15.7.1",
|
||||
"vue-style-loader": "^4.1.2",
|
||||
"vue-template-compiler": "^2.6.10",
|
||||
"webpack": "^4.35.0",
|
||||
"webpack-cli": "^3.3.5",
|
||||
"webpack": "^4.39.2",
|
||||
"webpack-cli": "^3.3.6",
|
||||
"webpack-merge": "^4.2.1"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
18
l10n/ar.js
Normal file
18
l10n/ar.js
Normal file
@@ -0,0 +1,18 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Hours" : "ساعات",
|
||||
"Minutes" : "دقائق",
|
||||
"File already exists" : "الملف موجود مسبقاً",
|
||||
"Done" : "تم",
|
||||
"Actions" : "الإجراءات",
|
||||
"Delete card" : "حذف البطاقة",
|
||||
"Timeline" : "الخيط الزمني",
|
||||
"Share" : "شارك",
|
||||
"Update tag" : "تحديث الوسم",
|
||||
"Edit tag" : "تعديل الوسم",
|
||||
"Delete tag" : "حذف الوسم",
|
||||
"Delete attachment" : "حذف المرفق",
|
||||
"Settings" : "الإعدادات"
|
||||
},
|
||||
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");
|
||||
16
l10n/ar.json
Normal file
16
l10n/ar.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{ "translations": {
|
||||
"Hours" : "ساعات",
|
||||
"Minutes" : "دقائق",
|
||||
"File already exists" : "الملف موجود مسبقاً",
|
||||
"Done" : "تم",
|
||||
"Actions" : "الإجراءات",
|
||||
"Delete card" : "حذف البطاقة",
|
||||
"Timeline" : "الخيط الزمني",
|
||||
"Share" : "شارك",
|
||||
"Update tag" : "تحديث الوسم",
|
||||
"Edit tag" : "تعديل الوسم",
|
||||
"Delete tag" : "حذف الوسم",
|
||||
"Delete attachment" : "حذف المرفق",
|
||||
"Settings" : "الإعدادات"
|
||||
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
|
||||
}
|
||||
29
l10n/ast.js
Normal file
29
l10n/ast.js
Normal file
@@ -0,0 +1,29 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Hours" : "Hores",
|
||||
"Minutes" : "Minutos",
|
||||
"Deck" : "Deck",
|
||||
"Finished" : "Finó",
|
||||
"Action needed" : "Precísase aición",
|
||||
"Later" : "Más sero",
|
||||
"Submit" : "Unviar",
|
||||
"Show archived cards" : "Amosar tarxetes archivaes",
|
||||
"Close" : "Zarrar",
|
||||
"Tags" : "Etiquetes",
|
||||
"Select users or groups to share with" : "Esbilla usuarios o grupos colos que compartir",
|
||||
"No matching user or group found." : "Nun s'alcontró dengún usuariu o grupu que concasara.",
|
||||
"Loading" : "Cargando",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Xestionar",
|
||||
"Discard share" : "Escartar compartición",
|
||||
"Title" : "Títulu",
|
||||
"Members" : "Miembros",
|
||||
"More actions" : "Más aiciones",
|
||||
"by" : "por",
|
||||
"Click to set" : "Primi p'afitar",
|
||||
"Description" : "Descripción",
|
||||
"Saved" : "Guardóse"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
27
l10n/ast.json
Normal file
27
l10n/ast.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{ "translations": {
|
||||
"Hours" : "Hores",
|
||||
"Minutes" : "Minutos",
|
||||
"Deck" : "Deck",
|
||||
"Finished" : "Finó",
|
||||
"Action needed" : "Precísase aición",
|
||||
"Later" : "Más sero",
|
||||
"Submit" : "Unviar",
|
||||
"Show archived cards" : "Amosar tarxetes archivaes",
|
||||
"Close" : "Zarrar",
|
||||
"Tags" : "Etiquetes",
|
||||
"Select users or groups to share with" : "Esbilla usuarios o grupos colos que compartir",
|
||||
"No matching user or group found." : "Nun s'alcontró dengún usuariu o grupu que concasara.",
|
||||
"Loading" : "Cargando",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Xestionar",
|
||||
"Discard share" : "Escartar compartición",
|
||||
"Title" : "Títulu",
|
||||
"Members" : "Miembros",
|
||||
"More actions" : "Más aiciones",
|
||||
"by" : "por",
|
||||
"Click to set" : "Primi p'afitar",
|
||||
"Description" : "Descripción",
|
||||
"Saved" : "Guardóse"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
42
l10n/bg.js
Normal file
42
l10n/bg.js
Normal file
@@ -0,0 +1,42 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Hours" : "Часове",
|
||||
"Minutes" : "Минути",
|
||||
"Finished" : "Готово",
|
||||
"To review" : "За преглед",
|
||||
"Action needed" : "Необходимо е действие",
|
||||
"Later" : "По-късно",
|
||||
"The file was uploaded" : "Файлът е качен",
|
||||
"The file was only partially uploaded" : "Файлът е качен частично",
|
||||
"No file was uploaded" : "Нито един файл не е качен",
|
||||
"Sharing" : "Споделяне",
|
||||
"Tags" : "Етикети",
|
||||
"Select users or groups to share with" : "Споделяне с потребители или групи",
|
||||
"No matching user or group found." : "Не са намерени съвпадащи потребители или групи",
|
||||
"Loading" : "Зареждане",
|
||||
"Edit" : "Редакция",
|
||||
"Share" : "Сподели",
|
||||
"Manage" : "Управление",
|
||||
"Discard share" : "Отхвърляне на споделяне",
|
||||
"Create" : "Създай",
|
||||
"Title" : "Име",
|
||||
"Members" : "Членове",
|
||||
"Cancel upload" : "Откажи качването",
|
||||
"by" : "от",
|
||||
"Modified:" : "Променена:",
|
||||
"Created:" : "Създадена:",
|
||||
"Choose a tag" : "Изберете етикет",
|
||||
"Add a tag" : "Етикети",
|
||||
"Select tags" : "Изберете етикети",
|
||||
"Assign users" : "Зачисляване на потребител",
|
||||
"Choose a user to assign" : "Изберете потребител на който да бъде зачислена",
|
||||
"Due date" : "Крайна дата",
|
||||
"Remove due date" : "Премахни крайната дата",
|
||||
"Description" : "Описание",
|
||||
"Attachments" : "Прикачени файлове",
|
||||
"Saved" : "Запазено",
|
||||
"Upload attachment" : "Качване",
|
||||
"Settings" : "Настройки"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
40
l10n/bg.json
Normal file
40
l10n/bg.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{ "translations": {
|
||||
"Hours" : "Часове",
|
||||
"Minutes" : "Минути",
|
||||
"Finished" : "Готово",
|
||||
"To review" : "За преглед",
|
||||
"Action needed" : "Необходимо е действие",
|
||||
"Later" : "По-късно",
|
||||
"The file was uploaded" : "Файлът е качен",
|
||||
"The file was only partially uploaded" : "Файлът е качен частично",
|
||||
"No file was uploaded" : "Нито един файл не е качен",
|
||||
"Sharing" : "Споделяне",
|
||||
"Tags" : "Етикети",
|
||||
"Select users or groups to share with" : "Споделяне с потребители или групи",
|
||||
"No matching user or group found." : "Не са намерени съвпадащи потребители или групи",
|
||||
"Loading" : "Зареждане",
|
||||
"Edit" : "Редакция",
|
||||
"Share" : "Сподели",
|
||||
"Manage" : "Управление",
|
||||
"Discard share" : "Отхвърляне на споделяне",
|
||||
"Create" : "Създай",
|
||||
"Title" : "Име",
|
||||
"Members" : "Членове",
|
||||
"Cancel upload" : "Откажи качването",
|
||||
"by" : "от",
|
||||
"Modified:" : "Променена:",
|
||||
"Created:" : "Създадена:",
|
||||
"Choose a tag" : "Изберете етикет",
|
||||
"Add a tag" : "Етикети",
|
||||
"Select tags" : "Изберете етикети",
|
||||
"Assign users" : "Зачисляване на потребител",
|
||||
"Choose a user to assign" : "Изберете потребител на който да бъде зачислена",
|
||||
"Due date" : "Крайна дата",
|
||||
"Remove due date" : "Премахни крайната дата",
|
||||
"Description" : "Описание",
|
||||
"Attachments" : "Прикачени файлове",
|
||||
"Saved" : "Запазено",
|
||||
"Upload attachment" : "Качване",
|
||||
"Settings" : "Настройки"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
15
l10n/bs.js
Normal file
15
l10n/bs.js
Normal file
@@ -0,0 +1,15 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Hours" : "Sati",
|
||||
"Minutes" : "Minute",
|
||||
"Maximum file size of {size} exceeded" : "Maksimalna veličina datoteke prekoračena",
|
||||
"Edit" : "Izmjeni",
|
||||
"Share" : "Podjeli",
|
||||
"Create" : "Ustvari",
|
||||
"Status" : "Status",
|
||||
"Title" : "Naslov",
|
||||
"Members" : "Članovi",
|
||||
"Settings" : "Podešavanje"
|
||||
},
|
||||
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
|
||||
13
l10n/bs.json
Normal file
13
l10n/bs.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{ "translations": {
|
||||
"Hours" : "Sati",
|
||||
"Minutes" : "Minute",
|
||||
"Maximum file size of {size} exceeded" : "Maksimalna veličina datoteke prekoračena",
|
||||
"Edit" : "Izmjeni",
|
||||
"Share" : "Podjeli",
|
||||
"Create" : "Ustvari",
|
||||
"Status" : "Status",
|
||||
"Title" : "Naslov",
|
||||
"Members" : "Članovi",
|
||||
"Settings" : "Podešavanje"
|
||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Please provide a content for your comment." : "Si us plau, proporcioneu un contingut per al vostre comentari.",
|
||||
"Please provide a content for your comment." : "Proporcioneu un contingut per al vostre comentari.",
|
||||
"Posting the comment failed." : "No s'ha pogut publicar el comentari.",
|
||||
"The comment has been deleted" : "S'ha suprimit el comentari",
|
||||
"The associated stack is deleted as well, it will be restored as well." : "La pila associada també se suprimeix, també es restaurarà.",
|
||||
@@ -19,7 +19,7 @@ OC.L10N.register(
|
||||
"You have restored the board {board}" : "Heu restaurat el tauler {board}",
|
||||
"{user} has restored the board {board}" : "{user} ha restaurat el tauler {board}",
|
||||
"You have shared the board {board} with {acl}" : "Heu compartit el tauler {board} amb {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} ha compartit el tauler {board} amb {sharee}",
|
||||
"{user} has shared the board {board} with {acl}" : "{user} ha compartit el tauler {board} amb {acl}",
|
||||
"You have removed {acl} from the board {board}" : "Heu suprimit {acl} del tauler {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} ha suprimit {acl} del tauler {board}",
|
||||
"You have renamed the board {before} to {board}" : "Heu reanomenat el tauler {before} a {board}",
|
||||
@@ -77,6 +77,7 @@ OC.L10N.register(
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "S'ha canviat una <strong>descripció de targeta</strong> a l'aplicació Tauler",
|
||||
"Deck" : "Tauler",
|
||||
"Changes in the <strong>Deck app</strong>" : "Hi ha canvis a l'<strong>aplicació Tauler</strong>",
|
||||
"A <strong>comment</strong> was created on a card" : "S'ha afegit un <strong>comentari</strong> a una targeta",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La targeta \"%s\" sobre \"%s\" se us ha assignat per %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} us ha assignat la targeta \"%s\" sobre \"%s\".",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{ "translations": {
|
||||
"Please provide a content for your comment." : "Si us plau, proporcioneu un contingut per al vostre comentari.",
|
||||
"Please provide a content for your comment." : "Proporcioneu un contingut per al vostre comentari.",
|
||||
"Posting the comment failed." : "No s'ha pogut publicar el comentari.",
|
||||
"The comment has been deleted" : "S'ha suprimit el comentari",
|
||||
"The associated stack is deleted as well, it will be restored as well." : "La pila associada també se suprimeix, també es restaurarà.",
|
||||
@@ -17,7 +17,7 @@
|
||||
"You have restored the board {board}" : "Heu restaurat el tauler {board}",
|
||||
"{user} has restored the board {board}" : "{user} ha restaurat el tauler {board}",
|
||||
"You have shared the board {board} with {acl}" : "Heu compartit el tauler {board} amb {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} ha compartit el tauler {board} amb {sharee}",
|
||||
"{user} has shared the board {board} with {acl}" : "{user} ha compartit el tauler {board} amb {acl}",
|
||||
"You have removed {acl} from the board {board}" : "Heu suprimit {acl} del tauler {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} ha suprimit {acl} del tauler {board}",
|
||||
"You have renamed the board {before} to {board}" : "Heu reanomenat el tauler {before} a {board}",
|
||||
@@ -75,6 +75,7 @@
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "S'ha canviat una <strong>descripció de targeta</strong> a l'aplicació Tauler",
|
||||
"Deck" : "Tauler",
|
||||
"Changes in the <strong>Deck app</strong>" : "Hi ha canvis a l'<strong>aplicació Tauler</strong>",
|
||||
"A <strong>comment</strong> was created on a card" : "S'ha afegit un <strong>comentari</strong> a una targeta",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La targeta \"%s\" sobre \"%s\" se us ha assignat per %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} us ha assignat la targeta \"%s\" sobre \"%s\".",
|
||||
|
||||
@@ -18,7 +18,6 @@ OC.L10N.register(
|
||||
"You have restored the board {board}" : "Obnovili jste nástěnku {board}",
|
||||
"{user} has restored the board {board}" : "{user} obnovil(a) nástěnku {board}",
|
||||
"You have shared the board {board} with {acl}" : "Nasdíleli jste nástěnku {board} s {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} nasdílel(a) nástěnku {board} pro {sharee}",
|
||||
"You have removed {acl} from the board {board}" : "Odebrali jste {acl} z nástěnky {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} odebral(a) {acl} z nástěnky {board}",
|
||||
"You have renamed the board {before} to {board}" : "Přejmenovali jste nástěnku {before} na {board}",
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
"You have restored the board {board}" : "Obnovili jste nástěnku {board}",
|
||||
"{user} has restored the board {board}" : "{user} obnovil(a) nástěnku {board}",
|
||||
"You have shared the board {board} with {acl}" : "Nasdíleli jste nástěnku {board} s {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} nasdílel(a) nástěnku {board} pro {sharee}",
|
||||
"You have removed {acl} from the board {board}" : "Odebrali jste {acl} z nástěnky {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} odebral(a) {acl} z nástěnky {board}",
|
||||
"You have renamed the board {before} to {board}" : "Přejmenovali jste nástěnku {before} na {board}",
|
||||
|
||||
@@ -19,7 +19,7 @@ OC.L10N.register(
|
||||
"You have restored the board {board}" : "Du hast das Board {board} wiederhergestellt",
|
||||
"{user} has restored the board {board}" : "{user} hat das Board {board} wiederhergestellt",
|
||||
"You have shared the board {board} with {acl}" : "Du hast das Board {board} mit {acl} geteilt",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} hat das Board {board} mit {sharee} geteilt",
|
||||
"{user} has shared the board {board} with {acl}" : "{user} hat das Board {board} mit {acl} geteilt",
|
||||
"You have removed {acl} from the board {board}" : "Du hast {acl} vom Board {board} entfernt",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} hat {acl} vom Board {board} entfernt",
|
||||
"You have renamed the board {before} to {board}" : "Du hast das Board {before} in {board} umbenannt",
|
||||
@@ -77,6 +77,7 @@ OC.L10N.register(
|
||||
"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>",
|
||||
"A <strong>comment</strong> was created on a card" : "Ein <strong>Kommentar</strong> zu einer Karte wurde erstellt",
|
||||
"Personal" : "Persönlich",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Die Karte \"%s\" auf \"%s\" wurde Dir von %s zugewiesen.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} hat Dir die Karte \"%s\" auf \"%s\" zugewiesen.",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"You have restored the board {board}" : "Du hast das Board {board} wiederhergestellt",
|
||||
"{user} has restored the board {board}" : "{user} hat das Board {board} wiederhergestellt",
|
||||
"You have shared the board {board} with {acl}" : "Du hast das Board {board} mit {acl} geteilt",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} hat das Board {board} mit {sharee} geteilt",
|
||||
"{user} has shared the board {board} with {acl}" : "{user} hat das Board {board} mit {acl} geteilt",
|
||||
"You have removed {acl} from the board {board}" : "Du hast {acl} vom Board {board} entfernt",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} hat {acl} vom Board {board} entfernt",
|
||||
"You have renamed the board {before} to {board}" : "Du hast das Board {before} in {board} umbenannt",
|
||||
@@ -75,6 +75,7 @@
|
||||
"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>",
|
||||
"A <strong>comment</strong> was created on a card" : "Ein <strong>Kommentar</strong> zu einer Karte wurde erstellt",
|
||||
"Personal" : "Persönlich",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Die Karte \"%s\" auf \"%s\" wurde Dir von %s zugewiesen.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} hat Dir die Karte \"%s\" auf \"%s\" zugewiesen.",
|
||||
|
||||
@@ -19,7 +19,7 @@ OC.L10N.register(
|
||||
"You have restored the board {board}" : "Sie haben das Board {board} wiederhergestellt",
|
||||
"{user} has restored the board {board}" : "{user} hat das Board {board} wiederhergestellt",
|
||||
"You have shared the board {board} with {acl}" : "Sie haben das Board {board} mit {acl} geteilt",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} hat das Board {board} mit {sharee} geteilt",
|
||||
"{user} has shared the board {board} with {acl}" : "{user} hat das Board {board} mit {acl} geteilt",
|
||||
"You have removed {acl} from the board {board}" : "Sie haben {acl} vom Board {board} entfernt",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} hat {acl} vom Board {board} entfernt",
|
||||
"You have renamed the board {before} to {board}" : "Sie haben das Board {before} in {board} umbenannt",
|
||||
@@ -77,6 +77,7 @@ OC.L10N.register(
|
||||
"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>",
|
||||
"A <strong>comment</strong> was created on a card" : "Ein <strong>Kommentar</strong> zu einer Karte wurde erstellt",
|
||||
"Personal" : "Persönlich",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Die Karte \"%s\" auf \"%s\" wurde Ihnen von %s zugewiesen.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} hat Ihnen die Karte \"%s\" auf \"%s\" zugewiesen.",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"You have restored the board {board}" : "Sie haben das Board {board} wiederhergestellt",
|
||||
"{user} has restored the board {board}" : "{user} hat das Board {board} wiederhergestellt",
|
||||
"You have shared the board {board} with {acl}" : "Sie haben das Board {board} mit {acl} geteilt",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} hat das Board {board} mit {sharee} geteilt",
|
||||
"{user} has shared the board {board} with {acl}" : "{user} hat das Board {board} mit {acl} geteilt",
|
||||
"You have removed {acl} from the board {board}" : "Sie haben {acl} vom Board {board} entfernt",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} hat {acl} vom Board {board} entfernt",
|
||||
"You have renamed the board {before} to {board}" : "Sie haben das Board {before} in {board} umbenannt",
|
||||
@@ -75,6 +75,7 @@
|
||||
"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>",
|
||||
"A <strong>comment</strong> was created on a card" : "Ein <strong>Kommentar</strong> zu einer Karte wurde erstellt",
|
||||
"Personal" : "Persönlich",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Die Karte \"%s\" auf \"%s\" wurde Ihnen von %s zugewiesen.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} hat Ihnen die Karte \"%s\" auf \"%s\" zugewiesen.",
|
||||
|
||||
@@ -26,6 +26,7 @@ OC.L10N.register(
|
||||
"Deleted items" : "Διαγραμμένα αντικείμενα",
|
||||
"Timeline" : "Χρονοδιάγραμμα",
|
||||
"Select users or groups to share with" : "Επιλέξτε χρήστες ή ομάδες με τις οποίες θα μοιραστείτε",
|
||||
"Group" : "Ομάδα",
|
||||
"No matching user or group found." : "Δεν βρέθηκε χρήστης ή ομάδα να ταιριάζει.",
|
||||
"Loading" : "Γίνεται φόρτωση",
|
||||
"Edit" : "Επεξεργασία",
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
"Deleted items" : "Διαγραμμένα αντικείμενα",
|
||||
"Timeline" : "Χρονοδιάγραμμα",
|
||||
"Select users or groups to share with" : "Επιλέξτε χρήστες ή ομάδες με τις οποίες θα μοιραστείτε",
|
||||
"Group" : "Ομάδα",
|
||||
"No matching user or group found." : "Δεν βρέθηκε χρήστης ή ομάδα να ταιριάζει.",
|
||||
"Loading" : "Γίνεται φόρτωση",
|
||||
"Edit" : "Επεξεργασία",
|
||||
|
||||
@@ -11,6 +11,7 @@ OC.L10N.register(
|
||||
"Minutes" : "Minutoj",
|
||||
"Link to a board" : "Ligilo al tabulo",
|
||||
"Maximum file size of {size} exceeded" : "Maksimuma dosiergrando {size} transpasita",
|
||||
"File already exists" : "La dosiero jam ekzistas",
|
||||
"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}",
|
||||
@@ -18,7 +19,7 @@ OC.L10N.register(
|
||||
"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}",
|
||||
"{user} has shared the board {board} with {acl}" : "{user} kunhavigis tabulon {board} kun {acl}",
|
||||
"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}",
|
||||
@@ -76,6 +77,7 @@ OC.L10N.register(
|
||||
"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>",
|
||||
"A <strong>comment</strong> was created on a card" : "<strong>Komento</strong> kreiĝis sur karton",
|
||||
"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.",
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
"Minutes" : "Minutoj",
|
||||
"Link to a board" : "Ligilo al tabulo",
|
||||
"Maximum file size of {size} exceeded" : "Maksimuma dosiergrando {size} transpasita",
|
||||
"File already exists" : "La dosiero jam ekzistas",
|
||||
"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}",
|
||||
@@ -16,7 +17,7 @@
|
||||
"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}",
|
||||
"{user} has shared the board {board} with {acl}" : "{user} kunhavigis tabulon {board} kun {acl}",
|
||||
"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}",
|
||||
@@ -74,6 +75,7 @@
|
||||
"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>",
|
||||
"A <strong>comment</strong> was created on a card" : "<strong>Komento</strong> kreiĝis sur karton",
|
||||
"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.",
|
||||
|
||||
@@ -19,7 +19,7 @@ OC.L10N.register(
|
||||
"You have restored the board {board}" : "Has restaurado el tablero {board}",
|
||||
"{user} has restored the board {board}" : "{user} ha restaurado el tablero {board}",
|
||||
"You have shared the board {board} with {acl}" : "Has compartido el tablero {board} con {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} ha compartido el tablero {board} con {sharee}",
|
||||
"{user} has shared the board {board} with {acl}" : "{user} ha compartido el tablero {board} con {acl}",
|
||||
"You have removed {acl} from the board {board}" : "Has eliminado a {acl} del tablero {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} ha elimiando a {acl} del tablero {board}",
|
||||
"You have renamed the board {before} to {board}" : "Has renombrado el tablero {before} como {board}",
|
||||
@@ -77,6 +77,7 @@ OC.L10N.register(
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Cambios en la <strong>app Deck</strong>",
|
||||
"A <strong>comment</strong> was created on a card" : "Un <strong>comment</strong> ha sido creado en una tarjeta",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La tarjeta \"%s\" en \"%s\" te ha sido asignada por %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} te ha asignado la tarjeta \"%s\" en \"%s\".",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"You have restored the board {board}" : "Has restaurado el tablero {board}",
|
||||
"{user} has restored the board {board}" : "{user} ha restaurado el tablero {board}",
|
||||
"You have shared the board {board} with {acl}" : "Has compartido el tablero {board} con {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} ha compartido el tablero {board} con {sharee}",
|
||||
"{user} has shared the board {board} with {acl}" : "{user} ha compartido el tablero {board} con {acl}",
|
||||
"You have removed {acl} from the board {board}" : "Has eliminado a {acl} del tablero {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} ha elimiando a {acl} del tablero {board}",
|
||||
"You have renamed the board {before} to {board}" : "Has renombrado el tablero {before} como {board}",
|
||||
@@ -75,6 +75,7 @@
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Cambios en la <strong>app Deck</strong>",
|
||||
"A <strong>comment</strong> was created on a card" : "Un <strong>comment</strong> ha sido creado en una tarjeta",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La tarjeta \"%s\" en \"%s\" te ha sido asignada por %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} te ha asignado la tarjeta \"%s\" en \"%s\".",
|
||||
|
||||
32
l10n/es_AR.js
Normal file
32
l10n/es_AR.js
Normal file
@@ -0,0 +1,32 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Deck" : "Deck",
|
||||
"Finished" : "Terminado",
|
||||
"To review" : "Para revisar",
|
||||
"Action needed" : "Acción requerida",
|
||||
"Later" : "Después",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"All Boards" : "Todos los Tablero",
|
||||
"Enter a card title" : "Ingrese el títilo de la tarjeta",
|
||||
"Sharing" : "Compartiendo",
|
||||
"Select users or groups to share with" : "Seleccione los usuarios o grupos con los cuales compartir",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Members" : "Miembros",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título de tablero",
|
||||
"by" : "por",
|
||||
"Modified:" : "Modificado:",
|
||||
"Created:" : "Creado:",
|
||||
"Description" : "Descripción",
|
||||
"Saved" : "Guardado",
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Create a new board" : "Crear nuevo tablero"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
30
l10n/es_AR.json
Normal file
30
l10n/es_AR.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{ "translations": {
|
||||
"Deck" : "Deck",
|
||||
"Finished" : "Terminado",
|
||||
"To review" : "Para revisar",
|
||||
"Action needed" : "Acción requerida",
|
||||
"Later" : "Después",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"All Boards" : "Todos los Tablero",
|
||||
"Enter a card title" : "Ingrese el títilo de la tarjeta",
|
||||
"Sharing" : "Compartiendo",
|
||||
"Select users or groups to share with" : "Seleccione los usuarios o grupos con los cuales compartir",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Members" : "Miembros",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título de tablero",
|
||||
"by" : "por",
|
||||
"Modified:" : "Modificado:",
|
||||
"Created:" : "Creado:",
|
||||
"Description" : "Descripción",
|
||||
"Saved" : "Guardado",
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Create a new board" : "Crear nuevo tablero"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
65
l10n/fi.js
65
l10n/fi.js
@@ -1,11 +1,37 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Please provide a content for your comment." : "Kirjoita sisältö kommenttiisi.",
|
||||
"Posting the comment failed." : "Kommentin lähettäminen epäonnistui.",
|
||||
"The comment has been deleted" : "Kommentti on poistettu",
|
||||
"Remove user from card" : "Poista käyttäjä kortilta",
|
||||
"Hours" : "Tunnit",
|
||||
"Minutes" : "Minuutit",
|
||||
"Link to a board" : "Linkki taululle",
|
||||
"Maximum file size of {size} exceeded" : "Tiedoston enimmäiskoko {size} ylitetty",
|
||||
"File already exists" : "Tiedosto on jo olemassa",
|
||||
"You have created a new board {board}" : "Loit uuden taulun {board}",
|
||||
"{user} has created a new board {board}" : "{user} loi uuden taulun {board}",
|
||||
"You have deleted the board {board}" : "Poistit taulun {board}",
|
||||
"{user} has deleted the board {board}" : "{user} poisti taulun {board}",
|
||||
"You have restored the board {board}" : "Palautit taulun {board}",
|
||||
"{user} has restored the board {board}" : "{user} palautti taulun {board}",
|
||||
"You have renamed the board {before} to {board}" : "Asetit taulun {before} uudeksi nimeksi {board}",
|
||||
"{user} has renamed the board {before} to {board}" : "{user} asetti taulun {before} uudeksi nimeksi {board}",
|
||||
"You have archived the board {board}" : "Arkistoit taulun {board}",
|
||||
"{user} has archived the board {before}" : "{user} arkistoi taulun {before}",
|
||||
"You have renamed the card {before} to {card}" : "Muutit kortin {before} uudeksi nimeksi {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} muutti kortin {before} uudeksi nimeksi {card}",
|
||||
"You have added the attachment {attachment} to card {card}" : "Lisäsit liitteen {attachment} kortille {card}",
|
||||
"{user} has added the attachment {attachment} to card {card}" : "{user} lisäsi liitteen {attachment} kortille {card}",
|
||||
"You have deleted the attachment {attachment} from card {card}" : "Poistit liitteen {attachment} kortilta {card}",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Palautit liitteen {attachment} kortille {card}",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} palautti liitteen {attachment} kortille {card}",
|
||||
"You have commented on card {card}" : "Kommentoit korttia {card}",
|
||||
"{user} has commented on card {card}" : "{user} kommentoi korttia {card}",
|
||||
"Deck" : "Kansi",
|
||||
"A <strong>comment</strong> was created on a card" : "<strong>Kommentti</strong> luotiin kortille",
|
||||
"Personal" : "Henkilökohtainen",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "Kortin \"%s\" on \"%s\" eräpäivä on tullut vastaan.",
|
||||
"The board \"%s\" has been shared with you by %s." : "Taulu \"%s\" on jaettu kanssasi käyttäjän %s toimesta.",
|
||||
"{user} has shared the board %s with you." : "{user} on jakanut taulun %s kanssasi.",
|
||||
@@ -13,32 +39,61 @@ OC.L10N.register(
|
||||
"To review" : "Arvostella",
|
||||
"Action needed" : "Toimia vaaditaan",
|
||||
"Later" : "Myöhemmin",
|
||||
"To do" : "Odottaa",
|
||||
"Doing" : "Tekeillä",
|
||||
"Done" : "Valmis",
|
||||
"Example Task 3" : "Esimerkkitehtävä 3",
|
||||
"Example Task 2" : "Esimerkkitehtävä 2",
|
||||
"Example Task 1" : "Esimerkkitehtävä 1",
|
||||
"The file was uploaded" : "Tiedosto lähetettiin",
|
||||
"The file was only partially uploaded" : "Tiedosto lähetettiin vain osittain",
|
||||
"No file was uploaded" : "Tiedostoa ei lähetetty",
|
||||
"Could not write file to disk" : "Tiedostoa ei voitu kirjoittaa levylle",
|
||||
"A kanban style project and personal management tool for Nextcloud" : "Kanban-tyylinen projektien ja henkilökohtaisten asioiden hallintatyökalu Nextcloudille",
|
||||
"Select the board to link to a project" : "Valitse projektiin linkitettävä taulu",
|
||||
"Select board" : "Valitse taulu",
|
||||
"Add a new stack" : "Lisää uusi pino",
|
||||
"Submit" : "Lähetä",
|
||||
"Show archived cards" : "Näytä arkistoidut kortit",
|
||||
"Hide archived cards" : "Piilota arkistoidut kortit",
|
||||
"Show board details" : "Näytä taulun tiedot",
|
||||
"All Boards" : "Kaikki taulut",
|
||||
"Archived boards" : "Arkistoidut taulut",
|
||||
"Share board" : "Jaa taulu",
|
||||
"Archived cards" : "Arkistoidut kortit",
|
||||
"Actions" : "Toiminnot",
|
||||
"Drop your files here to upload it to the card" : "Pudota tiedostot tähän lähettääksesi ne kortille",
|
||||
"Assign card to me" : "Määritä kortti minulle",
|
||||
"Unassign card from me" : "Poista kortin määritys minulta",
|
||||
"Archive card" : "Arkistoi kortti",
|
||||
"Unarchive card" : "Poista kortti arkistosta",
|
||||
"Delete card" : "Poista kortti",
|
||||
"Enter a card title" : "Anna otsikko",
|
||||
"Add card" : "Lisää kortti",
|
||||
"Close" : "Sulje",
|
||||
"Sharing" : "Jakaminen",
|
||||
"Tags" : "Tunnisteet",
|
||||
"Deleted items" : "Poistetut tietueet",
|
||||
"Timeline" : "Aikajana",
|
||||
"Select users or groups to share with" : "Valitse käyttäjiä tai ryhmiä joille haluat jakaa",
|
||||
"Group" : "Ryhmä",
|
||||
"Circle" : "Piiri",
|
||||
"No matching user or group found." : "Käyttäjää tai ryhmää ei löytynyt.",
|
||||
"Loading" : "Ladataan",
|
||||
"Edit" : "Muokkaa",
|
||||
"Share" : "Jaa",
|
||||
"Manage" : "Hallitse",
|
||||
"Discard share" : "Peru jakaminen",
|
||||
"Sharing has been disabled for your account." : "Jakaminen on poistettu käytöstä tililtäsi.",
|
||||
"Update tag" : "Päivitä tunniste",
|
||||
"Edit tag" : "Muokkaa tunnistetta",
|
||||
"Delete tag" : "Poista tunniste",
|
||||
"Create" : "Luo",
|
||||
"Create a new tag" : "Luo uusi tunniste",
|
||||
"Deleted cards" : "Poistetut kortit",
|
||||
"Status" : "Tila",
|
||||
"No archived boards to display" : "Ei arkistoituja tauluja näytettäväksi",
|
||||
"No shared boards to display" : "Ei jaettuja tauluja näytettäväksi",
|
||||
"Title" : "Otsikko",
|
||||
"Members" : "Jäsenet",
|
||||
"More actions" : "Lisää toimintoja",
|
||||
@@ -46,11 +101,17 @@ OC.L10N.register(
|
||||
"Archive board" : "Arkistoi taulu",
|
||||
"Unarchive board" : "Kumoa taulun arkistointi",
|
||||
"Delete board" : "Poista taulu",
|
||||
"Update board" : "Päivitä taulu",
|
||||
"Reset board" : "Nollaa taulu",
|
||||
"Create new board" : "Luo uusi taulu",
|
||||
"New board title" : "Uusi taulun otsikko",
|
||||
"Create board" : "Luo taulu",
|
||||
"Select an attachment" : "Valitse liite",
|
||||
"Cancel upload" : "Peruuta lähetys",
|
||||
"by" : " Kirjoittaja:",
|
||||
"Undo file deletion" : "Kumoa tiedoston luonti",
|
||||
"Insert the file into the description" : "Lisää tiedosto kuvaukseen",
|
||||
"Delete attachment" : "Poista liite",
|
||||
"Modified:" : "Muokattu:",
|
||||
"Created:" : "Luotu:",
|
||||
"Choose a tag" : "Valitse tunniste",
|
||||
@@ -66,11 +127,13 @@ OC.L10N.register(
|
||||
"Attachments" : "Liitteet",
|
||||
"Saved" : "Tallennettu",
|
||||
"Unsaved changes" : "Tallentamattomia muutoksia",
|
||||
"Insert attachment" : "Lisää liite",
|
||||
"Formatting help" : "Muotoiluapu",
|
||||
"Upload attachment" : "Lähetä liite",
|
||||
"Add a card description…" : "Lisää kortin kuvaus…",
|
||||
"Shared boards" : "Jaetut taulut",
|
||||
"Move board to archive" : "Siirrä taulu arkistoon",
|
||||
"Create a new board" : "Luo uusi taulu"
|
||||
"Create a new board" : "Luo uusi taulu",
|
||||
"Settings" : "Asetukset"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
65
l10n/fi.json
65
l10n/fi.json
@@ -1,9 +1,35 @@
|
||||
{ "translations": {
|
||||
"Please provide a content for your comment." : "Kirjoita sisältö kommenttiisi.",
|
||||
"Posting the comment failed." : "Kommentin lähettäminen epäonnistui.",
|
||||
"The comment has been deleted" : "Kommentti on poistettu",
|
||||
"Remove user from card" : "Poista käyttäjä kortilta",
|
||||
"Hours" : "Tunnit",
|
||||
"Minutes" : "Minuutit",
|
||||
"Link to a board" : "Linkki taululle",
|
||||
"Maximum file size of {size} exceeded" : "Tiedoston enimmäiskoko {size} ylitetty",
|
||||
"File already exists" : "Tiedosto on jo olemassa",
|
||||
"You have created a new board {board}" : "Loit uuden taulun {board}",
|
||||
"{user} has created a new board {board}" : "{user} loi uuden taulun {board}",
|
||||
"You have deleted the board {board}" : "Poistit taulun {board}",
|
||||
"{user} has deleted the board {board}" : "{user} poisti taulun {board}",
|
||||
"You have restored the board {board}" : "Palautit taulun {board}",
|
||||
"{user} has restored the board {board}" : "{user} palautti taulun {board}",
|
||||
"You have renamed the board {before} to {board}" : "Asetit taulun {before} uudeksi nimeksi {board}",
|
||||
"{user} has renamed the board {before} to {board}" : "{user} asetti taulun {before} uudeksi nimeksi {board}",
|
||||
"You have archived the board {board}" : "Arkistoit taulun {board}",
|
||||
"{user} has archived the board {before}" : "{user} arkistoi taulun {before}",
|
||||
"You have renamed the card {before} to {card}" : "Muutit kortin {before} uudeksi nimeksi {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} muutti kortin {before} uudeksi nimeksi {card}",
|
||||
"You have added the attachment {attachment} to card {card}" : "Lisäsit liitteen {attachment} kortille {card}",
|
||||
"{user} has added the attachment {attachment} to card {card}" : "{user} lisäsi liitteen {attachment} kortille {card}",
|
||||
"You have deleted the attachment {attachment} from card {card}" : "Poistit liitteen {attachment} kortilta {card}",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Palautit liitteen {attachment} kortille {card}",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} palautti liitteen {attachment} kortille {card}",
|
||||
"You have commented on card {card}" : "Kommentoit korttia {card}",
|
||||
"{user} has commented on card {card}" : "{user} kommentoi korttia {card}",
|
||||
"Deck" : "Kansi",
|
||||
"A <strong>comment</strong> was created on a card" : "<strong>Kommentti</strong> luotiin kortille",
|
||||
"Personal" : "Henkilökohtainen",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "Kortin \"%s\" on \"%s\" eräpäivä on tullut vastaan.",
|
||||
"The board \"%s\" has been shared with you by %s." : "Taulu \"%s\" on jaettu kanssasi käyttäjän %s toimesta.",
|
||||
"{user} has shared the board %s with you." : "{user} on jakanut taulun %s kanssasi.",
|
||||
@@ -11,32 +37,61 @@
|
||||
"To review" : "Arvostella",
|
||||
"Action needed" : "Toimia vaaditaan",
|
||||
"Later" : "Myöhemmin",
|
||||
"To do" : "Odottaa",
|
||||
"Doing" : "Tekeillä",
|
||||
"Done" : "Valmis",
|
||||
"Example Task 3" : "Esimerkkitehtävä 3",
|
||||
"Example Task 2" : "Esimerkkitehtävä 2",
|
||||
"Example Task 1" : "Esimerkkitehtävä 1",
|
||||
"The file was uploaded" : "Tiedosto lähetettiin",
|
||||
"The file was only partially uploaded" : "Tiedosto lähetettiin vain osittain",
|
||||
"No file was uploaded" : "Tiedostoa ei lähetetty",
|
||||
"Could not write file to disk" : "Tiedostoa ei voitu kirjoittaa levylle",
|
||||
"A kanban style project and personal management tool for Nextcloud" : "Kanban-tyylinen projektien ja henkilökohtaisten asioiden hallintatyökalu Nextcloudille",
|
||||
"Select the board to link to a project" : "Valitse projektiin linkitettävä taulu",
|
||||
"Select board" : "Valitse taulu",
|
||||
"Add a new stack" : "Lisää uusi pino",
|
||||
"Submit" : "Lähetä",
|
||||
"Show archived cards" : "Näytä arkistoidut kortit",
|
||||
"Hide archived cards" : "Piilota arkistoidut kortit",
|
||||
"Show board details" : "Näytä taulun tiedot",
|
||||
"All Boards" : "Kaikki taulut",
|
||||
"Archived boards" : "Arkistoidut taulut",
|
||||
"Share board" : "Jaa taulu",
|
||||
"Archived cards" : "Arkistoidut kortit",
|
||||
"Actions" : "Toiminnot",
|
||||
"Drop your files here to upload it to the card" : "Pudota tiedostot tähän lähettääksesi ne kortille",
|
||||
"Assign card to me" : "Määritä kortti minulle",
|
||||
"Unassign card from me" : "Poista kortin määritys minulta",
|
||||
"Archive card" : "Arkistoi kortti",
|
||||
"Unarchive card" : "Poista kortti arkistosta",
|
||||
"Delete card" : "Poista kortti",
|
||||
"Enter a card title" : "Anna otsikko",
|
||||
"Add card" : "Lisää kortti",
|
||||
"Close" : "Sulje",
|
||||
"Sharing" : "Jakaminen",
|
||||
"Tags" : "Tunnisteet",
|
||||
"Deleted items" : "Poistetut tietueet",
|
||||
"Timeline" : "Aikajana",
|
||||
"Select users or groups to share with" : "Valitse käyttäjiä tai ryhmiä joille haluat jakaa",
|
||||
"Group" : "Ryhmä",
|
||||
"Circle" : "Piiri",
|
||||
"No matching user or group found." : "Käyttäjää tai ryhmää ei löytynyt.",
|
||||
"Loading" : "Ladataan",
|
||||
"Edit" : "Muokkaa",
|
||||
"Share" : "Jaa",
|
||||
"Manage" : "Hallitse",
|
||||
"Discard share" : "Peru jakaminen",
|
||||
"Sharing has been disabled for your account." : "Jakaminen on poistettu käytöstä tililtäsi.",
|
||||
"Update tag" : "Päivitä tunniste",
|
||||
"Edit tag" : "Muokkaa tunnistetta",
|
||||
"Delete tag" : "Poista tunniste",
|
||||
"Create" : "Luo",
|
||||
"Create a new tag" : "Luo uusi tunniste",
|
||||
"Deleted cards" : "Poistetut kortit",
|
||||
"Status" : "Tila",
|
||||
"No archived boards to display" : "Ei arkistoituja tauluja näytettäväksi",
|
||||
"No shared boards to display" : "Ei jaettuja tauluja näytettäväksi",
|
||||
"Title" : "Otsikko",
|
||||
"Members" : "Jäsenet",
|
||||
"More actions" : "Lisää toimintoja",
|
||||
@@ -44,11 +99,17 @@
|
||||
"Archive board" : "Arkistoi taulu",
|
||||
"Unarchive board" : "Kumoa taulun arkistointi",
|
||||
"Delete board" : "Poista taulu",
|
||||
"Update board" : "Päivitä taulu",
|
||||
"Reset board" : "Nollaa taulu",
|
||||
"Create new board" : "Luo uusi taulu",
|
||||
"New board title" : "Uusi taulun otsikko",
|
||||
"Create board" : "Luo taulu",
|
||||
"Select an attachment" : "Valitse liite",
|
||||
"Cancel upload" : "Peruuta lähetys",
|
||||
"by" : " Kirjoittaja:",
|
||||
"Undo file deletion" : "Kumoa tiedoston luonti",
|
||||
"Insert the file into the description" : "Lisää tiedosto kuvaukseen",
|
||||
"Delete attachment" : "Poista liite",
|
||||
"Modified:" : "Muokattu:",
|
||||
"Created:" : "Luotu:",
|
||||
"Choose a tag" : "Valitse tunniste",
|
||||
@@ -64,11 +125,13 @@
|
||||
"Attachments" : "Liitteet",
|
||||
"Saved" : "Tallennettu",
|
||||
"Unsaved changes" : "Tallentamattomia muutoksia",
|
||||
"Insert attachment" : "Lisää liite",
|
||||
"Formatting help" : "Muotoiluapu",
|
||||
"Upload attachment" : "Lähetä liite",
|
||||
"Add a card description…" : "Lisää kortin kuvaus…",
|
||||
"Shared boards" : "Jaetut taulut",
|
||||
"Move board to archive" : "Siirrä taulu arkistoon",
|
||||
"Create a new board" : "Luo uusi taulu"
|
||||
"Create a new board" : "Luo uusi taulu",
|
||||
"Settings" : "Asetukset"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
87
l10n/fr.js
87
l10n/fr.js
@@ -1,7 +1,7 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Please provide a content for your comment." : "Merci de renseigner votre commentaire.",
|
||||
"Please provide a content for your comment." : "Merci de renseigner un contenu pour votre commentaire.",
|
||||
"Posting the comment failed." : "L'envoi du commentaire a échoué.",
|
||||
"The comment has been deleted" : "Le commentaire a été supprimé",
|
||||
"The associated stack is deleted as well, it will be restored as well." : "La pile associée est également supprimée, elle sera également restaurée.",
|
||||
@@ -9,7 +9,7 @@ OC.L10N.register(
|
||||
"Remove user from card" : "Supprimer l'utilisateur de la carte",
|
||||
"Hours" : "Heures",
|
||||
"Minutes" : "Minutes",
|
||||
"Link to a board" : "Lien à un tableau",
|
||||
"Link to a board" : "Lier à un tableau",
|
||||
"Maximum file size of {size} exceeded" : "Taille de fichier maximale de {size} dépassée",
|
||||
"File already exists" : "Le fichier existe déjà",
|
||||
"You have created a new board {board}" : "Vous avez créé un nouveau tableau {tableau}",
|
||||
@@ -19,15 +19,15 @@ OC.L10N.register(
|
||||
"You have restored the board {board}" : "Vous avez restauré le tableau {board}",
|
||||
"{user} has restored the board {board}" : "{user} a restauré le tableau {board}",
|
||||
"You have shared the board {board} with {acl}" : "Vous avez partagé le tableau {board} avec {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} a partagé le tableau {board} avec {sharee}",
|
||||
"{user} has shared the board {board} with {acl}" : "{user} a partagé le tableau {board} en {acl}",
|
||||
"You have removed {acl} from the board {board}" : "Vous avez supprimé {acl} du tableau {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} a supprimé {acl} du tableau {board}",
|
||||
"You have renamed the board {before} to {board}" : "Vous avez renommé le tableau {before} en {board}",
|
||||
"{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 sorti de l’archive le tableau {board}",
|
||||
"{user} has unarchived the board {before}" : "{user} a sorti de l’archive le tableau {board}",
|
||||
"You have unarchived the board {board}" : "Vous avez sorti des archives le tableau {board}",
|
||||
"{user} has unarchived the board {before}" : "{user} a sorti des archives 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}",
|
||||
@@ -46,22 +46,22 @@ OC.L10N.register(
|
||||
"{user} has updated the description of the 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 unarchived card {card} in stack {stack} on board {board}" : "Vous avez retiré des archives la carte {card} de la pile {stack} du tableau {board}",
|
||||
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} a retiré des archives la carte {card} de la pile {stack} du tableau {board}",
|
||||
"You have removed the due date of card {card}" : "Vous avez supprimé la date d'échéance de la carte {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} a supprimé la date d'échéance de la carte {card}",
|
||||
"You have set the due date of card {card} to {after}" : "Vous avez établi la date d'échéance de la carte {card} à {after}",
|
||||
"{user} has set the due date of card {card} to {after}" : "{user} a établi la date d'échéance de la carte {card} à {after}",
|
||||
"You have updated the due date of card {card} to {after}" : "Vous avez mis à jour la date d'échéance de la carte {card} à {after}",
|
||||
"{user} has updated the due date of card {card} to {after}" : "{user} a mis à jour la date d'échéance 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 unassigned {assigneduser} from card {card} on board {board}" : "Vous avez retiré {assigneduser} de la carte {card} du tableau {board}",
|
||||
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} a retiré {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}",
|
||||
@@ -77,13 +77,14 @@ OC.L10N.register(
|
||||
"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>",
|
||||
"A <strong>comment</strong> was created on a card" : "Un <strong>commentaire</strong> a été créé sur une carte",
|
||||
"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\".",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "Le délai de la carte %s de %s est expiré.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La date d'échéance de la carte \"%s\" de \"%s\" a été atteinte.",
|
||||
"%s has mentioned you in a comment on \"%s\"." : "%s vous a mentionné dans un commentaire sur \"%s\".",
|
||||
"{user} has mentioned you in a comment on \"%s\"." : " {user} vous a mentionné dans un commentaire sur \"%s\".",
|
||||
"The board \"%s\" has been shared with you by %s." : "Le tableau %s a été partagé avec vous par %s.",
|
||||
"The board \"%s\" has been shared with you by %s." : "Le tableau \"%s\" a été partagé avec vous par %s.",
|
||||
"{user} has shared the board %s with you." : "{user} a partagé le tableau %s avec vous.",
|
||||
"No data was provided to create an attachment." : "Aucune donnée n'a été fournie pour créer une pièce jointe.",
|
||||
"Finished" : "Terminé",
|
||||
@@ -96,17 +97,17 @@ OC.L10N.register(
|
||||
"Example Task 3" : "Exemple de tâche 3",
|
||||
"Example Task 2" : "Exemple de tâche 2",
|
||||
"Example Task 1" : "Exemple de tâche 1",
|
||||
"The file was uploaded" : "Le fichier a été téléchargé",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Le fichier téléversé dépasse la valeur upload_max_filesize située dans le fichier php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Le fichier envoyé dépasse la valeur MAX_FILE_SIZE qui était spécifiée dans le formulaire HTML",
|
||||
"The file was uploaded" : "Le fichier a été envoyé",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Le fichier envoyé dépasse la valeur upload_max_filesize spécifiée dans php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Le fichier envoyé dépasse la valeur MAX_FILE_SIZE spécifiée dans le formulaire HTML",
|
||||
"The file was only partially uploaded" : "Le fichier n'a été que partiellement envoyé",
|
||||
"No file was uploaded" : "Aucun fichier n'a été téléchargé",
|
||||
"No file was uploaded" : "Aucun fichier n'a été envoyé",
|
||||
"Missing a temporary folder" : "Absence de dossier temporaire",
|
||||
"Could not write file to disk" : "Impossible d'écrire le fichier sur le disque.",
|
||||
"A PHP extension stopped the file upload" : "Une extension PHP a arrêté le téléversement du fichier",
|
||||
"No file uploaded or file size exceeds maximum of %s" : "Aucun fichier téléversé ou la taille du fichier dépasse la maximum de %s",
|
||||
"Could not write file to disk" : "Impossible d'écrire le fichier sur le disque",
|
||||
"A PHP extension stopped the file upload" : "Une extension PHP a arrêté l'envoi du fichier",
|
||||
"No file uploaded or file size exceeds maximum of %s" : "Aucun fichier envoyé ou la taille du fichier dépasse le maximum de %s",
|
||||
"A kanban style project and personal management tool for Nextcloud" : " Un outil de style kanban pour Nextcloud, pour la gestion de votre vie personnelle et de vos projets.",
|
||||
"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 est un outil d'organisation de style kanban destiné à la planification personnelle et à l'organisation de projets pour les équipes intégrées à Nextcloud.\n\n\n- 📥 Ajoutez vos tâches à des cartes et organisez-les\n- 📄 Écrivez des notes supplémentaires en Markdown\n- 🔖 Affectez des étiquettes pour une organisation encore meilleure\n- 👥 Partagez avec votre équipe, vos amis ou votre famille\n- 📎 Attachez des fichiers et utilisez les dans vos descriptions en Markdown\n- 💬 Echanger avec votre équipe grâce aux commentaires\n- ⚡ Garder l'oeil sur les modifications dans le flux d'activité\n- 🚀 Organisez vos projets",
|
||||
"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 est un outil d'organisation de style kanban destiné à la planification personnelle et à l'organisation de projets pour les équipes intégrées à Nextcloud.\n\n\n- 📥 Ajoutez vos tâches à des cartes et organisez-les\n- 📄 Écrivez des notes supplémentaires en Markdown\n- 🔖 Affectez des étiquettes pour une organisation encore meilleure\n- 👥 Partagez avec votre équipe, vos amis ou votre famille\n- 📎 Attachez des fichiers et utilisez les dans vos descriptions en Markdown\n- 💬 Échangez avec votre équipe grâce aux commentaires\n- ⚡ Gardez un œil sur les modifications dans le flux d'activité\n- 🚀 Organisez vos projets",
|
||||
"Select the board to link to a project" : "Sélection le tableau pour faire le lien avec un projet.",
|
||||
"Select board" : "Sélectionner le tableau",
|
||||
"Add a new stack" : "Ajouter une nouvelle pile",
|
||||
@@ -120,13 +121,13 @@ OC.L10N.register(
|
||||
"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",
|
||||
"Unassign card from me" : "Retirez-moi la carte",
|
||||
"Drop your files here to upload it to the card" : "Déposez vos fichiers ici pour les envoyer sur la carte",
|
||||
"Assign card to me" : "M'assigner la carte",
|
||||
"Unassign card from me" : "Me retirer de la carte",
|
||||
"Archive card" : "Archiver la carte",
|
||||
"Unarchive card" : "Ne plus archiver la carte",
|
||||
"Unarchive card" : "Sortir la carte des archives",
|
||||
"Delete card" : "Supprimer la carte",
|
||||
"Enter a card title" : "Saisissez un titre de carte",
|
||||
"Enter a card title" : "Saisir un titre de carte",
|
||||
"Add card" : "Ajouter une carte",
|
||||
"Close" : "Fermer",
|
||||
"Sharing" : "Partage",
|
||||
@@ -136,7 +137,7 @@ OC.L10N.register(
|
||||
"Select users or groups to share with" : "Sélectionnez des utilisateurs ou des groupes avec qui partager",
|
||||
"Group" : "Groupe",
|
||||
"Circle" : "Cercle",
|
||||
"No matching user or group found." : "Aucun utilisateur ou groupe correspondant trouvé",
|
||||
"No matching user or group found." : "Aucun utilisateur ou groupe correspondant trouvé.",
|
||||
"Loading" : "Chargement",
|
||||
"Edit" : "Modifier",
|
||||
"Share" : "Partager",
|
||||
@@ -158,23 +159,23 @@ OC.L10N.register(
|
||||
"More actions" : "Plus d'actions",
|
||||
"Edit board" : "Modifier le tableau",
|
||||
"Archive board" : "Archiver le tableau",
|
||||
"Unarchive board" : "Ne plus archiver le tableau",
|
||||
"Unarchive board" : "Sortir le tableau des archives",
|
||||
"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 de la prochaine 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",
|
||||
"Cancel upload" : "Annuler l'envoi",
|
||||
"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 de la prochaine 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",
|
||||
"Modified:" : "Modifié le :",
|
||||
"Created:" : "Créé le :",
|
||||
"Modified:" : "Modifiée le :",
|
||||
"Created:" : "Créée le :",
|
||||
"Choose a tag" : "Choisir une étiquette",
|
||||
"Add a tag" : "Ajouter une étiquette",
|
||||
"Select tags" : "Sélectionner les étiquettes",
|
||||
@@ -182,21 +183,21 @@ OC.L10N.register(
|
||||
"Choose a user to assign" : "Choisir un utilisateur à assigner",
|
||||
"Assign this card to a user" : "Assigner cette carte à un utilisateur",
|
||||
"Due date" : "Date d'échéance",
|
||||
"Click to set" : "Cliquez pour définir",
|
||||
"Click to set" : "Cliquer pour définir",
|
||||
"Remove due date" : "Supprimer la date d'échéance",
|
||||
"Description" : "Description",
|
||||
"Attachments" : "Pièces jointes",
|
||||
"Saved" : "Enregistré",
|
||||
"Unsaved changes" : "Modifications non sauvegardées",
|
||||
"Unsaved changes" : "Modifications non enregistrées",
|
||||
"Insert attachment" : "Insérer une pièce jointe",
|
||||
"Formatting help" : "Aide sur la mise en forme",
|
||||
"Upload attachment" : "Téléverser la pièce jointe",
|
||||
"Add a card description…" : "Ajouter une description pour la carte",
|
||||
"Upload attachment" : "Envoyer une pièce jointe",
|
||||
"Add a card description…" : "Ajouter une description pour la carte...",
|
||||
"Shared boards" : "Tableaux partagés",
|
||||
"Move board to archive" : "Déplacer le tableau vers l'archive",
|
||||
"Move board to archive" : "Déplacer le tableau vers les archives",
|
||||
"Create a new board" : "Créer un nouveau tableau",
|
||||
"Settings" : "Paramètres",
|
||||
"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."
|
||||
"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 Deck empêchera les utilisateurs ne faisant pas partie de ces groupes de créer leurs propres tableaux. Ces utilisateurs pourront toujours travailler sur les tableaux qui ont été partagés avec eux."
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
||||
87
l10n/fr.json
87
l10n/fr.json
@@ -1,5 +1,5 @@
|
||||
{ "translations": {
|
||||
"Please provide a content for your comment." : "Merci de renseigner votre commentaire.",
|
||||
"Please provide a content for your comment." : "Merci de renseigner un contenu pour votre commentaire.",
|
||||
"Posting the comment failed." : "L'envoi du commentaire a échoué.",
|
||||
"The comment has been deleted" : "Le commentaire a été supprimé",
|
||||
"The associated stack is deleted as well, it will be restored as well." : "La pile associée est également supprimée, elle sera également restaurée.",
|
||||
@@ -7,7 +7,7 @@
|
||||
"Remove user from card" : "Supprimer l'utilisateur de la carte",
|
||||
"Hours" : "Heures",
|
||||
"Minutes" : "Minutes",
|
||||
"Link to a board" : "Lien à un tableau",
|
||||
"Link to a board" : "Lier à un tableau",
|
||||
"Maximum file size of {size} exceeded" : "Taille de fichier maximale de {size} dépassée",
|
||||
"File already exists" : "Le fichier existe déjà",
|
||||
"You have created a new board {board}" : "Vous avez créé un nouveau tableau {tableau}",
|
||||
@@ -17,15 +17,15 @@
|
||||
"You have restored the board {board}" : "Vous avez restauré le tableau {board}",
|
||||
"{user} has restored the board {board}" : "{user} a restauré le tableau {board}",
|
||||
"You have shared the board {board} with {acl}" : "Vous avez partagé le tableau {board} avec {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} a partagé le tableau {board} avec {sharee}",
|
||||
"{user} has shared the board {board} with {acl}" : "{user} a partagé le tableau {board} en {acl}",
|
||||
"You have removed {acl} from the board {board}" : "Vous avez supprimé {acl} du tableau {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} a supprimé {acl} du tableau {board}",
|
||||
"You have renamed the board {before} to {board}" : "Vous avez renommé le tableau {before} en {board}",
|
||||
"{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 sorti de l’archive le tableau {board}",
|
||||
"{user} has unarchived the board {before}" : "{user} a sorti de l’archive le tableau {board}",
|
||||
"You have unarchived the board {board}" : "Vous avez sorti des archives le tableau {board}",
|
||||
"{user} has unarchived the board {before}" : "{user} a sorti des archives 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}",
|
||||
@@ -44,22 +44,22 @@
|
||||
"{user} has updated the description of the 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 unarchived card {card} in stack {stack} on board {board}" : "Vous avez retiré des archives la carte {card} de la pile {stack} du tableau {board}",
|
||||
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} a retiré des archives la carte {card} de la pile {stack} du tableau {board}",
|
||||
"You have removed the due date of card {card}" : "Vous avez supprimé la date d'échéance de la carte {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} a supprimé la date d'échéance de la carte {card}",
|
||||
"You have set the due date of card {card} to {after}" : "Vous avez établi la date d'échéance de la carte {card} à {after}",
|
||||
"{user} has set the due date of card {card} to {after}" : "{user} a établi la date d'échéance de la carte {card} à {after}",
|
||||
"You have updated the due date of card {card} to {after}" : "Vous avez mis à jour la date d'échéance de la carte {card} à {after}",
|
||||
"{user} has updated the due date of card {card} to {after}" : "{user} a mis à jour la date d'échéance 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 unassigned {assigneduser} from card {card} on board {board}" : "Vous avez retiré {assigneduser} de la carte {card} du tableau {board}",
|
||||
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} a retiré {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}",
|
||||
@@ -75,13 +75,14 @@
|
||||
"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>",
|
||||
"A <strong>comment</strong> was created on a card" : "Un <strong>commentaire</strong> a été créé sur une carte",
|
||||
"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\".",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "Le délai de la carte %s de %s est expiré.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La date d'échéance de la carte \"%s\" de \"%s\" a été atteinte.",
|
||||
"%s has mentioned you in a comment on \"%s\"." : "%s vous a mentionné dans un commentaire sur \"%s\".",
|
||||
"{user} has mentioned you in a comment on \"%s\"." : " {user} vous a mentionné dans un commentaire sur \"%s\".",
|
||||
"The board \"%s\" has been shared with you by %s." : "Le tableau %s a été partagé avec vous par %s.",
|
||||
"The board \"%s\" has been shared with you by %s." : "Le tableau \"%s\" a été partagé avec vous par %s.",
|
||||
"{user} has shared the board %s with you." : "{user} a partagé le tableau %s avec vous.",
|
||||
"No data was provided to create an attachment." : "Aucune donnée n'a été fournie pour créer une pièce jointe.",
|
||||
"Finished" : "Terminé",
|
||||
@@ -94,17 +95,17 @@
|
||||
"Example Task 3" : "Exemple de tâche 3",
|
||||
"Example Task 2" : "Exemple de tâche 2",
|
||||
"Example Task 1" : "Exemple de tâche 1",
|
||||
"The file was uploaded" : "Le fichier a été téléchargé",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Le fichier téléversé dépasse la valeur upload_max_filesize située dans le fichier php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Le fichier envoyé dépasse la valeur MAX_FILE_SIZE qui était spécifiée dans le formulaire HTML",
|
||||
"The file was uploaded" : "Le fichier a été envoyé",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Le fichier envoyé dépasse la valeur upload_max_filesize spécifiée dans php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Le fichier envoyé dépasse la valeur MAX_FILE_SIZE spécifiée dans le formulaire HTML",
|
||||
"The file was only partially uploaded" : "Le fichier n'a été que partiellement envoyé",
|
||||
"No file was uploaded" : "Aucun fichier n'a été téléchargé",
|
||||
"No file was uploaded" : "Aucun fichier n'a été envoyé",
|
||||
"Missing a temporary folder" : "Absence de dossier temporaire",
|
||||
"Could not write file to disk" : "Impossible d'écrire le fichier sur le disque.",
|
||||
"A PHP extension stopped the file upload" : "Une extension PHP a arrêté le téléversement du fichier",
|
||||
"No file uploaded or file size exceeds maximum of %s" : "Aucun fichier téléversé ou la taille du fichier dépasse la maximum de %s",
|
||||
"Could not write file to disk" : "Impossible d'écrire le fichier sur le disque",
|
||||
"A PHP extension stopped the file upload" : "Une extension PHP a arrêté l'envoi du fichier",
|
||||
"No file uploaded or file size exceeds maximum of %s" : "Aucun fichier envoyé ou la taille du fichier dépasse le maximum de %s",
|
||||
"A kanban style project and personal management tool for Nextcloud" : " Un outil de style kanban pour Nextcloud, pour la gestion de votre vie personnelle et de vos projets.",
|
||||
"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 est un outil d'organisation de style kanban destiné à la planification personnelle et à l'organisation de projets pour les équipes intégrées à Nextcloud.\n\n\n- 📥 Ajoutez vos tâches à des cartes et organisez-les\n- 📄 Écrivez des notes supplémentaires en Markdown\n- 🔖 Affectez des étiquettes pour une organisation encore meilleure\n- 👥 Partagez avec votre équipe, vos amis ou votre famille\n- 📎 Attachez des fichiers et utilisez les dans vos descriptions en Markdown\n- 💬 Echanger avec votre équipe grâce aux commentaires\n- ⚡ Garder l'oeil sur les modifications dans le flux d'activité\n- 🚀 Organisez vos projets",
|
||||
"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 est un outil d'organisation de style kanban destiné à la planification personnelle et à l'organisation de projets pour les équipes intégrées à Nextcloud.\n\n\n- 📥 Ajoutez vos tâches à des cartes et organisez-les\n- 📄 Écrivez des notes supplémentaires en Markdown\n- 🔖 Affectez des étiquettes pour une organisation encore meilleure\n- 👥 Partagez avec votre équipe, vos amis ou votre famille\n- 📎 Attachez des fichiers et utilisez les dans vos descriptions en Markdown\n- 💬 Échangez avec votre équipe grâce aux commentaires\n- ⚡ Gardez un œil sur les modifications dans le flux d'activité\n- 🚀 Organisez vos projets",
|
||||
"Select the board to link to a project" : "Sélection le tableau pour faire le lien avec un projet.",
|
||||
"Select board" : "Sélectionner le tableau",
|
||||
"Add a new stack" : "Ajouter une nouvelle pile",
|
||||
@@ -118,13 +119,13 @@
|
||||
"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",
|
||||
"Unassign card from me" : "Retirez-moi la carte",
|
||||
"Drop your files here to upload it to the card" : "Déposez vos fichiers ici pour les envoyer sur la carte",
|
||||
"Assign card to me" : "M'assigner la carte",
|
||||
"Unassign card from me" : "Me retirer de la carte",
|
||||
"Archive card" : "Archiver la carte",
|
||||
"Unarchive card" : "Ne plus archiver la carte",
|
||||
"Unarchive card" : "Sortir la carte des archives",
|
||||
"Delete card" : "Supprimer la carte",
|
||||
"Enter a card title" : "Saisissez un titre de carte",
|
||||
"Enter a card title" : "Saisir un titre de carte",
|
||||
"Add card" : "Ajouter une carte",
|
||||
"Close" : "Fermer",
|
||||
"Sharing" : "Partage",
|
||||
@@ -134,7 +135,7 @@
|
||||
"Select users or groups to share with" : "Sélectionnez des utilisateurs ou des groupes avec qui partager",
|
||||
"Group" : "Groupe",
|
||||
"Circle" : "Cercle",
|
||||
"No matching user or group found." : "Aucun utilisateur ou groupe correspondant trouvé",
|
||||
"No matching user or group found." : "Aucun utilisateur ou groupe correspondant trouvé.",
|
||||
"Loading" : "Chargement",
|
||||
"Edit" : "Modifier",
|
||||
"Share" : "Partager",
|
||||
@@ -156,23 +157,23 @@
|
||||
"More actions" : "Plus d'actions",
|
||||
"Edit board" : "Modifier le tableau",
|
||||
"Archive board" : "Archiver le tableau",
|
||||
"Unarchive board" : "Ne plus archiver le tableau",
|
||||
"Unarchive board" : "Sortir le tableau des archives",
|
||||
"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 de la prochaine 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",
|
||||
"Cancel upload" : "Annuler l'envoi",
|
||||
"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 de la prochaine 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",
|
||||
"Modified:" : "Modifié le :",
|
||||
"Created:" : "Créé le :",
|
||||
"Modified:" : "Modifiée le :",
|
||||
"Created:" : "Créée le :",
|
||||
"Choose a tag" : "Choisir une étiquette",
|
||||
"Add a tag" : "Ajouter une étiquette",
|
||||
"Select tags" : "Sélectionner les étiquettes",
|
||||
@@ -180,21 +181,21 @@
|
||||
"Choose a user to assign" : "Choisir un utilisateur à assigner",
|
||||
"Assign this card to a user" : "Assigner cette carte à un utilisateur",
|
||||
"Due date" : "Date d'échéance",
|
||||
"Click to set" : "Cliquez pour définir",
|
||||
"Click to set" : "Cliquer pour définir",
|
||||
"Remove due date" : "Supprimer la date d'échéance",
|
||||
"Description" : "Description",
|
||||
"Attachments" : "Pièces jointes",
|
||||
"Saved" : "Enregistré",
|
||||
"Unsaved changes" : "Modifications non sauvegardées",
|
||||
"Unsaved changes" : "Modifications non enregistrées",
|
||||
"Insert attachment" : "Insérer une pièce jointe",
|
||||
"Formatting help" : "Aide sur la mise en forme",
|
||||
"Upload attachment" : "Téléverser la pièce jointe",
|
||||
"Add a card description…" : "Ajouter une description pour la carte",
|
||||
"Upload attachment" : "Envoyer une pièce jointe",
|
||||
"Add a card description…" : "Ajouter une description pour la carte...",
|
||||
"Shared boards" : "Tableaux partagés",
|
||||
"Move board to archive" : "Déplacer le tableau vers l'archive",
|
||||
"Move board to archive" : "Déplacer le tableau vers les archives",
|
||||
"Create a new board" : "Créer un nouveau tableau",
|
||||
"Settings" : "Paramètres",
|
||||
"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."
|
||||
"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 Deck empêchera les utilisateurs ne faisant pas partie de ces groupes de créer leurs propres tableaux. Ces utilisateurs pourront toujours travailler sur les tableaux qui ont été partagés avec eux."
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
||||
@@ -19,7 +19,7 @@ OC.L10N.register(
|
||||
"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}",
|
||||
"{user} has shared the board {board} with {acl}" : "{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}",
|
||||
@@ -77,6 +77,7 @@ OC.L10N.register(
|
||||
"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>",
|
||||
"A <strong>comment</strong> was created on a card" : "Creouse un <strong>comentario</strong> nunha tarxeta",
|
||||
"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».",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"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}",
|
||||
"{user} has shared the board {board} with {acl}" : "{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}",
|
||||
@@ -75,6 +75,7 @@
|
||||
"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>",
|
||||
"A <strong>comment</strong> was created on a card" : "Creouse un <strong>comentario</strong> nunha tarxeta",
|
||||
"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».",
|
||||
|
||||
31
l10n/hr.js
Normal file
31
l10n/hr.js
Normal file
@@ -0,0 +1,31 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Deck" : "Deck",
|
||||
"Finished" : "Završeno",
|
||||
"To review" : "Provjeriti",
|
||||
"Action needed" : "Potrebna radnja",
|
||||
"Later" : "Kasnije",
|
||||
"Show archived cards" : "Prikaži arhivirane kartice",
|
||||
"Hide archived cards" : "Sakrij arhivirane kartice",
|
||||
"All Boards" : "Sve ploče",
|
||||
"Enter a card title" : "Naslov kartice",
|
||||
"Sharing" : "Dijeljenje",
|
||||
"Select users or groups to share with" : "Podijeli s korisnicima ili grupama",
|
||||
"No matching user or group found." : "Nije pronađen odgovarajući korisnik ili grupa",
|
||||
"Edit" : "Uređivanje",
|
||||
"Share" : "Dijeljenje",
|
||||
"Manage" : "Upravljanje",
|
||||
"Discard share" : "Prestani dijeliti",
|
||||
"Members" : "Članovi",
|
||||
"Create new board" : "Izradi novu ploču",
|
||||
"New board title" : "Naslov ploče",
|
||||
"by" : "od",
|
||||
"Modified:" : "Promijenjena:",
|
||||
"Created:" : "Stvorena:",
|
||||
"Description" : "Opis",
|
||||
"Saved" : "Spremljeno",
|
||||
"Add a card description…" : "Dodaj opis...",
|
||||
"Create a new board" : "Izradi novu ploču"
|
||||
},
|
||||
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");
|
||||
29
l10n/hr.json
Normal file
29
l10n/hr.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{ "translations": {
|
||||
"Deck" : "Deck",
|
||||
"Finished" : "Završeno",
|
||||
"To review" : "Provjeriti",
|
||||
"Action needed" : "Potrebna radnja",
|
||||
"Later" : "Kasnije",
|
||||
"Show archived cards" : "Prikaži arhivirane kartice",
|
||||
"Hide archived cards" : "Sakrij arhivirane kartice",
|
||||
"All Boards" : "Sve ploče",
|
||||
"Enter a card title" : "Naslov kartice",
|
||||
"Sharing" : "Dijeljenje",
|
||||
"Select users or groups to share with" : "Podijeli s korisnicima ili grupama",
|
||||
"No matching user or group found." : "Nije pronađen odgovarajući korisnik ili grupa",
|
||||
"Edit" : "Uređivanje",
|
||||
"Share" : "Dijeljenje",
|
||||
"Manage" : "Upravljanje",
|
||||
"Discard share" : "Prestani dijeliti",
|
||||
"Members" : "Članovi",
|
||||
"Create new board" : "Izradi novu ploču",
|
||||
"New board title" : "Naslov ploče",
|
||||
"by" : "od",
|
||||
"Modified:" : "Promijenjena:",
|
||||
"Created:" : "Stvorena:",
|
||||
"Description" : "Opis",
|
||||
"Saved" : "Spremljeno",
|
||||
"Add a card description…" : "Dodaj opis...",
|
||||
"Create a new board" : "Izradi novu ploču"
|
||||
},"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"
|
||||
}
|
||||
@@ -19,7 +19,6 @@ OC.L10N.register(
|
||||
"You have restored the board {board}" : "Visszaállította a(z) {board} táblát",
|
||||
"{user} has restored the board {board}" : "{user} visszaállította a(z) {board} táblát",
|
||||
"You have shared the board {board} with {acl}" : "Megosztotta a(z) {board} táblát a következővel: {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} megosztotta a(z) {board} táblát a következővel: {sharee}",
|
||||
"You have removed {acl} from the board {board}" : "Eltávolította a következőt a(z) {board} táblától: {acl}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} eltávolította a következőt a(z) {board} táblától: {acl}",
|
||||
"You have renamed the board {before} to {board}" : "Átnevezte a(z) {before} táblát erre: {board}",
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
"You have restored the board {board}" : "Visszaállította a(z) {board} táblát",
|
||||
"{user} has restored the board {board}" : "{user} visszaállította a(z) {board} táblát",
|
||||
"You have shared the board {board} with {acl}" : "Megosztotta a(z) {board} táblát a következővel: {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} megosztotta a(z) {board} táblát a következővel: {sharee}",
|
||||
"You have removed {acl} from the board {board}" : "Eltávolította a következőt a(z) {board} táblától: {acl}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} eltávolította a következőt a(z) {board} táblától: {acl}",
|
||||
"You have renamed the board {before} to {board}" : "Átnevezte a(z) {before} táblát erre: {board}",
|
||||
|
||||
19
l10n/ia.js
Normal file
19
l10n/ia.js
Normal file
@@ -0,0 +1,19 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Finished" : "Finite",
|
||||
"To review" : "A revider",
|
||||
"Action needed" : "Action necessari",
|
||||
"Later" : "Depost",
|
||||
"Select users or groups to share with" : "Selectiona usatores o gruppos pro compartir",
|
||||
"No matching user or group found." : "Nulle usator o gruppo correspondente trovate.",
|
||||
"Edit" : "Modificar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Members" : "Membros",
|
||||
"by" : "per",
|
||||
"Modified:" : "Modificate:",
|
||||
"Created:" : "Create:",
|
||||
"Saved" : "Salveguardate"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
17
l10n/ia.json
Normal file
17
l10n/ia.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{ "translations": {
|
||||
"Finished" : "Finite",
|
||||
"To review" : "A revider",
|
||||
"Action needed" : "Action necessari",
|
||||
"Later" : "Depost",
|
||||
"Select users or groups to share with" : "Selectiona usatores o gruppos pro compartir",
|
||||
"No matching user or group found." : "Nulle usator o gruppo correspondente trovate.",
|
||||
"Edit" : "Modificar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Members" : "Membros",
|
||||
"by" : "per",
|
||||
"Modified:" : "Modificate:",
|
||||
"Created:" : "Create:",
|
||||
"Saved" : "Salveguardate"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -11,6 +11,7 @@ OC.L10N.register(
|
||||
"Minutes" : "mínútur",
|
||||
"Link to a board" : "Tengill við borð",
|
||||
"Maximum file size of {size} exceeded" : "Fór yfir hámarks skráarstærð {size}",
|
||||
"File already exists" : "Skrá er þegar til",
|
||||
"You have created a new board {board}" : "Þú hefur búið til nýja borðið {board}",
|
||||
"{user} has created a new board {board}" : "{user} hefur búið til nýja borðið {board}",
|
||||
"You have deleted the board {board}" : "Þú hefur eytt borðinu {board}",
|
||||
@@ -18,7 +19,7 @@ OC.L10N.register(
|
||||
"You have restored the board {board}" : "Þú hefur endurheimt borðið {board}",
|
||||
"{user} has restored the board {board}" : "{user} hefur endurheimt borðið {board}",
|
||||
"You have shared the board {board} with {acl}" : "Þú hefur deilt borðinu {board} með {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} hefur deilt borðinu {board} með {sharee}",
|
||||
"{user} has shared the board {board} with {acl}" : "{user} hefur deilt borðinu {board} með {acl}",
|
||||
"You have removed {acl} from the board {board}" : "Þú fjarlægðir {acl} af borðinu {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} fjarlægði {acl} af borðinu {board}",
|
||||
"You have renamed the board {before} to {board}" : "Þú hefur endurnefnt borðið {before} sem {board}",
|
||||
@@ -76,6 +77,7 @@ OC.L10N.register(
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Lýsingu á spjaldi</strong> inni í Deck-spjaldaforritinu hefur verið breytt",
|
||||
"Deck" : "Dekk",
|
||||
"Changes in the <strong>Deck app</strong>" : "Breytingar í <strong>Deck spjaldaforritinu</strong>",
|
||||
"A <strong>comment</strong> was created on a card" : "<strong>Athugasemd</strong> var gerð á spjaldi",
|
||||
"Personal" : "Einka",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Spjaldinu \"%s\" á \"%s\" hefur verið úthlutað til þín af %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} hefur úthlutað spjaldinu \"%s\" á \"%s\" til þín.",
|
||||
@@ -187,7 +189,7 @@ OC.L10N.register(
|
||||
"Attachments" : "Viðhengi",
|
||||
"Saved" : "Vistað",
|
||||
"Unsaved changes" : "Óvistaðar breytingar",
|
||||
"Insert attachment" : "Setja inn Viðhengi",
|
||||
"Insert attachment" : "Setja inn viðhengi",
|
||||
"Formatting help" : "Hjálp við að sníða",
|
||||
"Upload attachment" : "Senda inn viðhengi",
|
||||
"Add a card description…" : "Settu inn lýsingu á spjaldi ...",
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
"Minutes" : "mínútur",
|
||||
"Link to a board" : "Tengill við borð",
|
||||
"Maximum file size of {size} exceeded" : "Fór yfir hámarks skráarstærð {size}",
|
||||
"File already exists" : "Skrá er þegar til",
|
||||
"You have created a new board {board}" : "Þú hefur búið til nýja borðið {board}",
|
||||
"{user} has created a new board {board}" : "{user} hefur búið til nýja borðið {board}",
|
||||
"You have deleted the board {board}" : "Þú hefur eytt borðinu {board}",
|
||||
@@ -16,7 +17,7 @@
|
||||
"You have restored the board {board}" : "Þú hefur endurheimt borðið {board}",
|
||||
"{user} has restored the board {board}" : "{user} hefur endurheimt borðið {board}",
|
||||
"You have shared the board {board} with {acl}" : "Þú hefur deilt borðinu {board} með {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} hefur deilt borðinu {board} með {sharee}",
|
||||
"{user} has shared the board {board} with {acl}" : "{user} hefur deilt borðinu {board} með {acl}",
|
||||
"You have removed {acl} from the board {board}" : "Þú fjarlægðir {acl} af borðinu {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} fjarlægði {acl} af borðinu {board}",
|
||||
"You have renamed the board {before} to {board}" : "Þú hefur endurnefnt borðið {before} sem {board}",
|
||||
@@ -74,6 +75,7 @@
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Lýsingu á spjaldi</strong> inni í Deck-spjaldaforritinu hefur verið breytt",
|
||||
"Deck" : "Dekk",
|
||||
"Changes in the <strong>Deck app</strong>" : "Breytingar í <strong>Deck spjaldaforritinu</strong>",
|
||||
"A <strong>comment</strong> was created on a card" : "<strong>Athugasemd</strong> var gerð á spjaldi",
|
||||
"Personal" : "Einka",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Spjaldinu \"%s\" á \"%s\" hefur verið úthlutað til þín af %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} hefur úthlutað spjaldinu \"%s\" á \"%s\" til þín.",
|
||||
@@ -185,7 +187,7 @@
|
||||
"Attachments" : "Viðhengi",
|
||||
"Saved" : "Vistað",
|
||||
"Unsaved changes" : "Óvistaðar breytingar",
|
||||
"Insert attachment" : "Setja inn Viðhengi",
|
||||
"Insert attachment" : "Setja inn viðhengi",
|
||||
"Formatting help" : "Hjálp við að sníða",
|
||||
"Upload attachment" : "Senda inn viðhengi",
|
||||
"Add a card description…" : "Settu inn lýsingu á spjaldi ...",
|
||||
|
||||
@@ -19,7 +19,7 @@ OC.L10N.register(
|
||||
"You have restored the board {board}" : "Hai ripristinato la lavagna {board}",
|
||||
"{user} has restored the board {board}" : "{user} ha ripristinato la lavagna {board}",
|
||||
"You have shared the board {board} with {acl}" : "Hai condiviso la lavagna {board} con {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} ha condiviso la lavagna {board} con {sharee}",
|
||||
"{user} has shared the board {board} with {acl}" : "{user} ha condiviso la lavagna {board} con {acl}",
|
||||
"You have removed {acl} from the board {board}" : "Hai rimosso {acl} dalla lavagna {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} ha rimosso {acl} dalla lavagna {board}",
|
||||
"You have renamed the board {before} to {board}" : "Hai rinominato la lavagna {before} in {board}",
|
||||
@@ -77,6 +77,7 @@ OC.L10N.register(
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "La <strong>descrizione di una scheda</strong> nell'applicazione Deck è stata modificata",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Modifiche nell'<strong>applicazione Deck</strong>",
|
||||
"A <strong>comment</strong> was created on a card" : "Un <strong>commento</strong> è stato creato su una scheda",
|
||||
"Personal" : "Personale",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La scheda \"%s\" in \"%s\" ti è stata assegnata da %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} ti ha assegnato la scheda \"%s\" in \"%s\".",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"You have restored the board {board}" : "Hai ripristinato la lavagna {board}",
|
||||
"{user} has restored the board {board}" : "{user} ha ripristinato la lavagna {board}",
|
||||
"You have shared the board {board} with {acl}" : "Hai condiviso la lavagna {board} con {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} ha condiviso la lavagna {board} con {sharee}",
|
||||
"{user} has shared the board {board} with {acl}" : "{user} ha condiviso la lavagna {board} con {acl}",
|
||||
"You have removed {acl} from the board {board}" : "Hai rimosso {acl} dalla lavagna {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} ha rimosso {acl} dalla lavagna {board}",
|
||||
"You have renamed the board {before} to {board}" : "Hai rinominato la lavagna {before} in {board}",
|
||||
@@ -75,6 +75,7 @@
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "La <strong>descrizione di una scheda</strong> nell'applicazione Deck è stata modificata",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Modifiche nell'<strong>applicazione Deck</strong>",
|
||||
"A <strong>comment</strong> was created on a card" : "Un <strong>commento</strong> è stato creato su una scheda",
|
||||
"Personal" : "Personale",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La scheda \"%s\" in \"%s\" ti è stata assegnata da %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} ti ha assegnato la scheda \"%s\" in \"%s\".",
|
||||
|
||||
70
l10n/ja.js
70
l10n/ja.js
@@ -9,7 +9,9 @@ OC.L10N.register(
|
||||
"Remove user from card" : "カードからユーザーを削除",
|
||||
"Hours" : "時間",
|
||||
"Minutes" : "分",
|
||||
"Link to a board" : "ボードへのリンク",
|
||||
"Maximum file size of {size} exceeded" : "最大ファイルサイズ({size})を超えています",
|
||||
"File already exists" : "ファイルはすでに存在します",
|
||||
"You have created a new board {board}" : "あなたは新しいボード {board} を作成しました。",
|
||||
"{user} has created a new board {board}" : "{user} が新しいボード {board} を作成しました",
|
||||
"You have deleted the board {board}" : "あなたはボード {board} を削除しました。",
|
||||
@@ -17,7 +19,7 @@ OC.L10N.register(
|
||||
"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} と共有しました",
|
||||
"{user} has shared the board {board} with {acl}" : "{user}はボード{board}を{acl}と共有しました",
|
||||
"You have removed {acl} from the board {board}" : "{acl} をボード {board} から削除しました。",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} がボード {board} から {acl} を削除しました",
|
||||
"You have renamed the board {before} to {board}" : "あなたは {before} のボードの名前を {board} に変更しました",
|
||||
@@ -35,10 +37,55 @@ OC.L10N.register(
|
||||
"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} を削除しました。",
|
||||
"You have renamed the card {before} to {card}" : "あなたはカード {before} の名前を {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 of the 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}" : "ボード{board}のカード{card}から{assigneduser} の割り当てが解除されました",
|
||||
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user}がボード{board}のカード{card}から{assigneduser}の割り当てを解除されました",
|
||||
"You have moved the card {card} from stack {stackBefore} to {stack}" : "カード{card}をスタック{stackBefore}から{stack}に移動しました",
|
||||
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user}がカード{card}をスタック{stackBefore}から{stack}に移動しました",
|
||||
"You have added the attachment {attachment} to card {card}" : "添付ファイル{attachment}をカード{card}に追加しました",
|
||||
"{user} has added the attachment {attachment} to card {card}" : "{user}が添付ファイル{attachment}をカード{card}に追加しました",
|
||||
"You have updated the attachment {attachment} on card {card}" : "カード{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}" : "添付ファイル{attachment}をカード{card}に復元しました",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user}が添付ファイル{attachment}をカード{card}に復元しました",
|
||||
"You have commented on card {card}" : "カード{card}にコメントしました",
|
||||
"{user} has commented on card {card}" : "{user}がカード{card}にコメントしました",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "デッキアプリ内の<strong>カードの説明</strong>が変更されました",
|
||||
"Deck" : "デッキ",
|
||||
"Changes in the <strong>Deck app</strong>" : "<strong>デッキアプリ</strong>の変更点",
|
||||
"A <strong>comment</strong> was created on a card" : "カードに<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を共有しました。",
|
||||
"No data was provided to create an attachment." : "添付ファイルを作成するためのデータは提供されていません。",
|
||||
"Finished" : "完了",
|
||||
"To review" : "レビューする",
|
||||
@@ -59,6 +106,10 @@ 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 を超えています",
|
||||
"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" : "DeckはNextcloudと統合した、チームの個人計画とプロジェクトの組織化を目的としたカンバンスタイルの組織ツールです。\n\n\n- 📥 タスクをカードに追加して整理する\n- 📄 マークダウンで追加のメモを書き留めます\n- 🔖 より良い組織のためにラベルを割り当てる\n- 👥 あなたのチーム、友人、家族と共有する\n- 📎 ファイルを添付してマークダウンの説明に埋め込む\n- 💬 コメントを使ってあなたのチームと話し合う\n- ⚡ アクティビティの流れの変化を追跡する\n- 🚀 プロジェクトを整理する",
|
||||
"Select the board to link to a project" : "プロジェクトにリンクするボードを選択",
|
||||
"Select board" : "ボードを選択",
|
||||
"Add a new stack" : "新しいスタックを追加する",
|
||||
"Submit" : "了解",
|
||||
"Show archived cards" : "アーカイブされたカードを表示する",
|
||||
@@ -68,13 +119,14 @@ 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" : "私にカードを割り当てる",
|
||||
"Assign card to me" : "カードを自分に割り当てる",
|
||||
"Unassign card from me" : "カードの割り当てを解除する",
|
||||
"Archive card" : "カードをアーカイブ",
|
||||
"Unarchive card" : "カードのアーカイブを解除する",
|
||||
"Delete card" : "削除済みのカード",
|
||||
"Delete card" : "カードを削除する",
|
||||
"Enter a card title" : "カードのタイトルを入力してください",
|
||||
"Add card" : "カードを追加",
|
||||
"Close" : "閉じる",
|
||||
@@ -83,12 +135,15 @@ OC.L10N.register(
|
||||
"Deleted items" : "削除されたアイテム",
|
||||
"Timeline" : "タイムライン",
|
||||
"Select users or groups to share with" : "共有するユーザーまたはグループを選択する",
|
||||
"Group" : "グループ",
|
||||
"Circle" : "サークル",
|
||||
"No matching user or group found." : "一致するユーザーまたはグループが見つかりません。",
|
||||
"Loading" : "読み込み中",
|
||||
"Edit" : "編集",
|
||||
"Share" : "共有",
|
||||
"Manage" : "管理",
|
||||
"Discard share" : "共有をやめる",
|
||||
"Sharing has been disabled for your account." : "あなたのアカウントでは共有が無効になっています",
|
||||
"Update tag" : "タグを更新する",
|
||||
"Edit tag" : "タグを編集",
|
||||
"Delete tag" : "タグを削除",
|
||||
@@ -128,7 +183,7 @@ OC.L10N.register(
|
||||
"Choose a user to assign" : "割り当てるユーザーを選択する",
|
||||
"Assign this card to a user" : "このカードをユーザーに割り当てる",
|
||||
"Due date" : "期限",
|
||||
"Click to set" : "クリックして設定する",
|
||||
"Click to set" : "時刻設定",
|
||||
"Remove due date" : "期限を削除",
|
||||
"Description" : "説明",
|
||||
"Attachments" : "添付ファイル",
|
||||
@@ -140,6 +195,9 @@ OC.L10N.register(
|
||||
"Add a card description…" : "カードの説明を追加...",
|
||||
"Shared boards" : "共有ボード",
|
||||
"Move board to archive" : "ボードをアーカイブに移動する",
|
||||
"Create a new board" : "新しいボードを作成"
|
||||
"Create a new board" : "新しいボードを作成",
|
||||
"Settings" : "設定",
|
||||
"Limit deck to groups" : "デッキ作成制限",
|
||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "デッキ作成制限は、設定したグループに非所属のユーザーがボードを作成できないようにします。非所属ユーザーは共有されているボードでのみ作業できます。"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
||||
70
l10n/ja.json
70
l10n/ja.json
@@ -7,7 +7,9 @@
|
||||
"Remove user from card" : "カードからユーザーを削除",
|
||||
"Hours" : "時間",
|
||||
"Minutes" : "分",
|
||||
"Link to a board" : "ボードへのリンク",
|
||||
"Maximum file size of {size} exceeded" : "最大ファイルサイズ({size})を超えています",
|
||||
"File already exists" : "ファイルはすでに存在します",
|
||||
"You have created a new board {board}" : "あなたは新しいボード {board} を作成しました。",
|
||||
"{user} has created a new board {board}" : "{user} が新しいボード {board} を作成しました",
|
||||
"You have deleted the board {board}" : "あなたはボード {board} を削除しました。",
|
||||
@@ -15,7 +17,7 @@
|
||||
"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} と共有しました",
|
||||
"{user} has shared the board {board} with {acl}" : "{user}はボード{board}を{acl}と共有しました",
|
||||
"You have removed {acl} from the board {board}" : "{acl} をボード {board} から削除しました。",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} がボード {board} から {acl} を削除しました",
|
||||
"You have renamed the board {before} to {board}" : "あなたは {before} のボードの名前を {board} に変更しました",
|
||||
@@ -33,10 +35,55 @@
|
||||
"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} を削除しました。",
|
||||
"You have renamed the card {before} to {card}" : "あなたはカード {before} の名前を {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 of the 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}" : "ボード{board}のカード{card}から{assigneduser} の割り当てが解除されました",
|
||||
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user}がボード{board}のカード{card}から{assigneduser}の割り当てを解除されました",
|
||||
"You have moved the card {card} from stack {stackBefore} to {stack}" : "カード{card}をスタック{stackBefore}から{stack}に移動しました",
|
||||
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user}がカード{card}をスタック{stackBefore}から{stack}に移動しました",
|
||||
"You have added the attachment {attachment} to card {card}" : "添付ファイル{attachment}をカード{card}に追加しました",
|
||||
"{user} has added the attachment {attachment} to card {card}" : "{user}が添付ファイル{attachment}をカード{card}に追加しました",
|
||||
"You have updated the attachment {attachment} on card {card}" : "カード{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}" : "添付ファイル{attachment}をカード{card}に復元しました",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user}が添付ファイル{attachment}をカード{card}に復元しました",
|
||||
"You have commented on card {card}" : "カード{card}にコメントしました",
|
||||
"{user} has commented on card {card}" : "{user}がカード{card}にコメントしました",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "デッキアプリ内の<strong>カードの説明</strong>が変更されました",
|
||||
"Deck" : "デッキ",
|
||||
"Changes in the <strong>Deck app</strong>" : "<strong>デッキアプリ</strong>の変更点",
|
||||
"A <strong>comment</strong> was created on a card" : "カードに<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を共有しました。",
|
||||
"No data was provided to create an attachment." : "添付ファイルを作成するためのデータは提供されていません。",
|
||||
"Finished" : "完了",
|
||||
"To review" : "レビューする",
|
||||
@@ -57,6 +104,10 @@
|
||||
"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 を超えています",
|
||||
"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" : "DeckはNextcloudと統合した、チームの個人計画とプロジェクトの組織化を目的としたカンバンスタイルの組織ツールです。\n\n\n- 📥 タスクをカードに追加して整理する\n- 📄 マークダウンで追加のメモを書き留めます\n- 🔖 より良い組織のためにラベルを割り当てる\n- 👥 あなたのチーム、友人、家族と共有する\n- 📎 ファイルを添付してマークダウンの説明に埋め込む\n- 💬 コメントを使ってあなたのチームと話し合う\n- ⚡ アクティビティの流れの変化を追跡する\n- 🚀 プロジェクトを整理する",
|
||||
"Select the board to link to a project" : "プロジェクトにリンクするボードを選択",
|
||||
"Select board" : "ボードを選択",
|
||||
"Add a new stack" : "新しいスタックを追加する",
|
||||
"Submit" : "了解",
|
||||
"Show archived cards" : "アーカイブされたカードを表示する",
|
||||
@@ -66,13 +117,14 @@
|
||||
"All Boards" : "すべてのボード",
|
||||
"Archived boards" : "アーカイブ済みのボード",
|
||||
"Share board" : "ボードを共有",
|
||||
"Archived cards" : "カードをアーカイブ",
|
||||
"Actions" : "アクション",
|
||||
"Drop your files here to upload it to the card" : "ファイルをここにドロップしてカードをアップロードします",
|
||||
"Assign card to me" : "私にカードを割り当てる",
|
||||
"Assign card to me" : "カードを自分に割り当てる",
|
||||
"Unassign card from me" : "カードの割り当てを解除する",
|
||||
"Archive card" : "カードをアーカイブ",
|
||||
"Unarchive card" : "カードのアーカイブを解除する",
|
||||
"Delete card" : "削除済みのカード",
|
||||
"Delete card" : "カードを削除する",
|
||||
"Enter a card title" : "カードのタイトルを入力してください",
|
||||
"Add card" : "カードを追加",
|
||||
"Close" : "閉じる",
|
||||
@@ -81,12 +133,15 @@
|
||||
"Deleted items" : "削除されたアイテム",
|
||||
"Timeline" : "タイムライン",
|
||||
"Select users or groups to share with" : "共有するユーザーまたはグループを選択する",
|
||||
"Group" : "グループ",
|
||||
"Circle" : "サークル",
|
||||
"No matching user or group found." : "一致するユーザーまたはグループが見つかりません。",
|
||||
"Loading" : "読み込み中",
|
||||
"Edit" : "編集",
|
||||
"Share" : "共有",
|
||||
"Manage" : "管理",
|
||||
"Discard share" : "共有をやめる",
|
||||
"Sharing has been disabled for your account." : "あなたのアカウントでは共有が無効になっています",
|
||||
"Update tag" : "タグを更新する",
|
||||
"Edit tag" : "タグを編集",
|
||||
"Delete tag" : "タグを削除",
|
||||
@@ -126,7 +181,7 @@
|
||||
"Choose a user to assign" : "割り当てるユーザーを選択する",
|
||||
"Assign this card to a user" : "このカードをユーザーに割り当てる",
|
||||
"Due date" : "期限",
|
||||
"Click to set" : "クリックして設定する",
|
||||
"Click to set" : "時刻設定",
|
||||
"Remove due date" : "期限を削除",
|
||||
"Description" : "説明",
|
||||
"Attachments" : "添付ファイル",
|
||||
@@ -138,6 +193,9 @@
|
||||
"Add a card description…" : "カードの説明を追加...",
|
||||
"Shared boards" : "共有ボード",
|
||||
"Move board to archive" : "ボードをアーカイブに移動する",
|
||||
"Create a new board" : "新しいボードを作成"
|
||||
"Create a new board" : "新しいボードを作成",
|
||||
"Settings" : "設定",
|
||||
"Limit deck to groups" : "デッキ作成制限",
|
||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "デッキ作成制限は、設定したグループに非所属のユーザーがボードを作成できないようにします。非所属ユーザーは共有されているボードでのみ作業できます。"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
||||
@@ -8,7 +8,6 @@ OC.L10N.register(
|
||||
"Hours" : "Valandos",
|
||||
"Minutes" : "Minutės",
|
||||
"File already exists" : "Failas jau yra",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} pasidalino {board} su {sharee}",
|
||||
"Deck" : "Užduočių saugykla",
|
||||
"No data was provided to create an attachment." : "Priedo sukūrimui nebuvo pateikta jokių duomenų.",
|
||||
"Finished" : "Baigta",
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
"Hours" : "Valandos",
|
||||
"Minutes" : "Minutės",
|
||||
"File already exists" : "Failas jau yra",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} pasidalino {board} su {sharee}",
|
||||
"Deck" : "Užduočių saugykla",
|
||||
"No data was provided to create an attachment." : "Priedo sukūrimui nebuvo pateikta jokių duomenų.",
|
||||
"Finished" : "Baigta",
|
||||
|
||||
22
l10n/lv.js
Normal file
22
l10n/lv.js
Normal file
@@ -0,0 +1,22 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Hours" : "Stundas",
|
||||
"Minutes" : "Minūtes",
|
||||
"File already exists" : "Datne jau pastāv",
|
||||
"Finished" : "Pabeigts",
|
||||
"Later" : "Vēlāk",
|
||||
"Show archived cards" : "Rādīt arhivētās kartes",
|
||||
"Hide archived cards" : "Slēpt arhivētās kartes",
|
||||
"Enter a card title" : "Ievadiet kartes nosaukumu",
|
||||
"Sharing" : "Koplietošana",
|
||||
"Select users or groups to share with" : "Atlasiet lietotājus vai grupas ar kuriem koplietot",
|
||||
"Edit" : "Rediģēt",
|
||||
"Share" : "Koplietot",
|
||||
"Discard share" : "Atcelt koplietošanu",
|
||||
"Members" : "Biedri",
|
||||
"Modified:" : "Modificēta:",
|
||||
"Created:" : "Izveidota:",
|
||||
"Saved" : "Saglabāts"
|
||||
},
|
||||
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");
|
||||
20
l10n/lv.json
Normal file
20
l10n/lv.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{ "translations": {
|
||||
"Hours" : "Stundas",
|
||||
"Minutes" : "Minūtes",
|
||||
"File already exists" : "Datne jau pastāv",
|
||||
"Finished" : "Pabeigts",
|
||||
"Later" : "Vēlāk",
|
||||
"Show archived cards" : "Rādīt arhivētās kartes",
|
||||
"Hide archived cards" : "Slēpt arhivētās kartes",
|
||||
"Enter a card title" : "Ievadiet kartes nosaukumu",
|
||||
"Sharing" : "Koplietošana",
|
||||
"Select users or groups to share with" : "Atlasiet lietotājus vai grupas ar kuriem koplietot",
|
||||
"Edit" : "Rediģēt",
|
||||
"Share" : "Koplietot",
|
||||
"Discard share" : "Atcelt koplietošanu",
|
||||
"Members" : "Biedri",
|
||||
"Modified:" : "Modificēta:",
|
||||
"Created:" : "Izveidota:",
|
||||
"Saved" : "Saglabāts"
|
||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"
|
||||
}
|
||||
26
l10n/mn.js
Normal file
26
l10n/mn.js
Normal file
@@ -0,0 +1,26 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Deck" : "Ажлын талбар",
|
||||
"Finished" : "Дуусгасан",
|
||||
"To review" : "Дахин хянах",
|
||||
"Action needed" : "Үйлдэл шаардлагатай",
|
||||
"Later" : "Хойшлуулах",
|
||||
"Show archived cards" : "Архивлагдсан картуудыг харах",
|
||||
"Hide archived cards" : "Архивлагдсан картуудыг нуух",
|
||||
"Enter a card title" : "Картын нэр оруулах",
|
||||
"Sharing" : "Түгээх",
|
||||
"Select users or groups to share with" : "Түгээх хэрэглэгч, бүлэг сонгоно уу",
|
||||
"No matching user or group found." : "Тохирох бүлэг эсвэл хэрэглэгч олдохгүй байна.",
|
||||
"Edit" : "Засварлах",
|
||||
"Share" : "Түгээх",
|
||||
"Manage" : "Зохицуулах",
|
||||
"Discard share" : "Түгээлтийг хүчингүй болгох",
|
||||
"Members" : "Гишүүд",
|
||||
"Modified:" : "Өөрчлөгдсөн:",
|
||||
"Created:" : "Үүсгэсэн:",
|
||||
"Description" : "Тайлбар",
|
||||
"Saved" : "Хадгалсан",
|
||||
"Add a card description…" : "Картын тайлбар..."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
24
l10n/mn.json
Normal file
24
l10n/mn.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{ "translations": {
|
||||
"Deck" : "Ажлын талбар",
|
||||
"Finished" : "Дуусгасан",
|
||||
"To review" : "Дахин хянах",
|
||||
"Action needed" : "Үйлдэл шаардлагатай",
|
||||
"Later" : "Хойшлуулах",
|
||||
"Show archived cards" : "Архивлагдсан картуудыг харах",
|
||||
"Hide archived cards" : "Архивлагдсан картуудыг нуух",
|
||||
"Enter a card title" : "Картын нэр оруулах",
|
||||
"Sharing" : "Түгээх",
|
||||
"Select users or groups to share with" : "Түгээх хэрэглэгч, бүлэг сонгоно уу",
|
||||
"No matching user or group found." : "Тохирох бүлэг эсвэл хэрэглэгч олдохгүй байна.",
|
||||
"Edit" : "Засварлах",
|
||||
"Share" : "Түгээх",
|
||||
"Manage" : "Зохицуулах",
|
||||
"Discard share" : "Түгээлтийг хүчингүй болгох",
|
||||
"Members" : "Гишүүд",
|
||||
"Modified:" : "Өөрчлөгдсөн:",
|
||||
"Created:" : "Үүсгэсэн:",
|
||||
"Description" : "Тайлбар",
|
||||
"Saved" : "Хадгалсан",
|
||||
"Add a card description…" : "Картын тайлбар..."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -18,7 +18,6 @@ OC.L10N.register(
|
||||
"You have restored the board {board}" : "Du har gjennopprettet tavle {board}",
|
||||
"{user} has restored the board {board}" : "{user} har gjennopprettet tavle {board}",
|
||||
"You have shared the board {board} with {acl}" : "Du har delt tavle {board} med {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} har delt tavle {board} med {sharee}",
|
||||
"You have removed {acl} from the board {board}" : "Du har fjernet {acl} fra tavle {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} har fjernet {acl} fra tavle {board}",
|
||||
"You have renamed the board {before} to {board}" : "Du har endret navn på tavle {before} til {board}",
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
"You have restored the board {board}" : "Du har gjennopprettet tavle {board}",
|
||||
"{user} has restored the board {board}" : "{user} har gjennopprettet tavle {board}",
|
||||
"You have shared the board {board} with {acl}" : "Du har delt tavle {board} med {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} har delt tavle {board} med {sharee}",
|
||||
"You have removed {acl} from the board {board}" : "Du har fjernet {acl} fra tavle {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} har fjernet {acl} fra tavle {board}",
|
||||
"You have renamed the board {before} to {board}" : "Du har endret navn på tavle {before} til {board}",
|
||||
|
||||
@@ -19,7 +19,7 @@ OC.L10N.register(
|
||||
"You have restored the board {board}" : "Je herstelde bord {board}",
|
||||
"{user} has restored the board {board}" : "{user} herstelde bord {board}",
|
||||
"You have shared the board {board} with {acl}" : "Je deelde bord {board} met {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} deelde bord {board} met {sharee}",
|
||||
"{user} has shared the board {board} with {acl}" : "{user} heeft een board {board} gedeeld met {acl}",
|
||||
"You have removed {acl} from the board {board}" : "Je verwijderde {acl} van bord {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} verwijderde {acl} van bord {board}",
|
||||
"You have renamed the board {before} to {board}" : "Je hernoemde bord {before} naar {board}",
|
||||
@@ -77,6 +77,7 @@ OC.L10N.register(
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Een <strong>kaart beschrijving</strong> binnen de Deck app is gewijzigd",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Wijzigingen in de <strong>Deck app</strong>",
|
||||
"A <strong>comment</strong> was created on a card" : "Er is <strong>commentaar </strong> gegeven op een card",
|
||||
"Personal" : "Persoonlijk",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "De kaart \"%s\" op \"%s\" is aan jou toegewezen door %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} heeft kaart \"%s\" op \"%s\" aan jou toegewezen.",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"You have restored the board {board}" : "Je herstelde bord {board}",
|
||||
"{user} has restored the board {board}" : "{user} herstelde bord {board}",
|
||||
"You have shared the board {board} with {acl}" : "Je deelde bord {board} met {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} deelde bord {board} met {sharee}",
|
||||
"{user} has shared the board {board} with {acl}" : "{user} heeft een board {board} gedeeld met {acl}",
|
||||
"You have removed {acl} from the board {board}" : "Je verwijderde {acl} van bord {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} verwijderde {acl} van bord {board}",
|
||||
"You have renamed the board {before} to {board}" : "Je hernoemde bord {before} naar {board}",
|
||||
@@ -75,6 +75,7 @@
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Een <strong>kaart beschrijving</strong> binnen de Deck app is gewijzigd",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Wijzigingen in de <strong>Deck app</strong>",
|
||||
"A <strong>comment</strong> was created on a card" : "Er is <strong>commentaar </strong> gegeven op een card",
|
||||
"Personal" : "Persoonlijk",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "De kaart \"%s\" op \"%s\" is aan jou toegewezen door %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} heeft kaart \"%s\" op \"%s\" aan jou toegewezen.",
|
||||
|
||||
@@ -19,7 +19,7 @@ OC.L10N.register(
|
||||
"You have restored the board {board}" : "Przywróciłeś(-aś) tablicę {board}",
|
||||
"{user} has restored the board {board}" : "{user} przywrócił(-a) tablicę {board}",
|
||||
"You have shared the board {board} with {acl}" : "Udostępniłeś(-aś) tablicę {board} z {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "Użytkownik {user} udostępnił(-a) tablicę {board} z {sharee}",
|
||||
"{user} has shared the board {board} with {acl}" : "{user} udostępnił tablicę {board} z {acl}",
|
||||
"You have removed {acl} from the board {board}" : "Usunąłes(-aś) {acl} z tablicy {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "Użytkownik {user} usunął {acl} z tablicy {board}",
|
||||
"You have renamed the board {before} to {board}" : "Zmieniłeś(-aś) nazwę tablicy {before} na {board}",
|
||||
@@ -77,6 +77,7 @@ OC.L10N.register(
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Opis karty</strong> w aplikacji Deck został zmieniony",
|
||||
"Deck" : "Tablica",
|
||||
"Changes in the <strong>Deck app</strong>" : "Zmiany w <strong>aplikacji Deck</strong>",
|
||||
"A <strong>comment</strong> was created on a card" : "<strong>Komentarz</strong> został utworzony na karcie",
|
||||
"Personal" : "Osobiste",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Karta \"%s\" na \"%s\" została przydzielona Tobie przez %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "Użytkownik {user} przydzielił(-a) Tobie kartę \"%s\" na \"%s\".",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"You have restored the board {board}" : "Przywróciłeś(-aś) tablicę {board}",
|
||||
"{user} has restored the board {board}" : "{user} przywrócił(-a) tablicę {board}",
|
||||
"You have shared the board {board} with {acl}" : "Udostępniłeś(-aś) tablicę {board} z {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "Użytkownik {user} udostępnił(-a) tablicę {board} z {sharee}",
|
||||
"{user} has shared the board {board} with {acl}" : "{user} udostępnił tablicę {board} z {acl}",
|
||||
"You have removed {acl} from the board {board}" : "Usunąłes(-aś) {acl} z tablicy {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "Użytkownik {user} usunął {acl} z tablicy {board}",
|
||||
"You have renamed the board {before} to {board}" : "Zmieniłeś(-aś) nazwę tablicy {before} na {board}",
|
||||
@@ -75,6 +75,7 @@
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Opis karty</strong> w aplikacji Deck został zmieniony",
|
||||
"Deck" : "Tablica",
|
||||
"Changes in the <strong>Deck app</strong>" : "Zmiany w <strong>aplikacji Deck</strong>",
|
||||
"A <strong>comment</strong> was created on a card" : "<strong>Komentarz</strong> został utworzony na karcie",
|
||||
"Personal" : "Osobiste",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Karta \"%s\" na \"%s\" została przydzielona Tobie przez %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "Użytkownik {user} przydzielił(-a) Tobie kartę \"%s\" na \"%s\".",
|
||||
|
||||
@@ -19,7 +19,7 @@ OC.L10N.register(
|
||||
"You have restored the board {board}" : "Você restaurou o painel {board}",
|
||||
"{user} has restored the board {board}" : "{user} restaurou o painel {board}",
|
||||
"You have shared the board {board} with {acl}" : "Você compartilhou o painel {board} com {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} compartilhou o painel {board} com {sharee}",
|
||||
"{user} has shared the board {board} with {acl}" : "{user} compartilhou o painel {board} com {acl}",
|
||||
"You have removed {acl} from the board {board}" : "Você excluiu {acl} do painel {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} excluiu {acl} do painel {board}",
|
||||
"You have renamed the board {before} to {board}" : "Você renomeou o painel {before} para {board}",
|
||||
@@ -77,6 +77,7 @@ OC.L10N.register(
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Uma <strong>descrição do cartão</strong> dentro do aplicativo Deck foi alterada",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Mudanças no <strong>aplicativo Deck</strong>",
|
||||
"A <strong>comment</strong> was created on a card" : "Um <strong>comentário</strong> foi criado no cartão",
|
||||
"Personal" : "Pessoal",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "O cartão \"%s\" em \"%s\" foi vinculado com você por %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} vinculou o cartão \"%s\" em \"%s\" com você.",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"You have restored the board {board}" : "Você restaurou o painel {board}",
|
||||
"{user} has restored the board {board}" : "{user} restaurou o painel {board}",
|
||||
"You have shared the board {board} with {acl}" : "Você compartilhou o painel {board} com {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} compartilhou o painel {board} com {sharee}",
|
||||
"{user} has shared the board {board} with {acl}" : "{user} compartilhou o painel {board} com {acl}",
|
||||
"You have removed {acl} from the board {board}" : "Você excluiu {acl} do painel {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} excluiu {acl} do painel {board}",
|
||||
"You have renamed the board {before} to {board}" : "Você renomeou o painel {before} para {board}",
|
||||
@@ -75,6 +75,7 @@
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Uma <strong>descrição do cartão</strong> dentro do aplicativo Deck foi alterada",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Mudanças no <strong>aplicativo Deck</strong>",
|
||||
"A <strong>comment</strong> was created on a card" : "Um <strong>comentário</strong> foi criado no cartão",
|
||||
"Personal" : "Pessoal",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "O cartão \"%s\" em \"%s\" foi vinculado com você por %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} vinculou o cartão \"%s\" em \"%s\" com você.",
|
||||
|
||||
50
l10n/pt_PT.js
Normal file
50
l10n/pt_PT.js
Normal file
@@ -0,0 +1,50 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Remove user from card" : "Remover utilizador do cartão",
|
||||
"Hours" : "Horas",
|
||||
"Minutes" : "Minutos",
|
||||
"Deck" : "Baralho",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "O cartão \"%s\" em \"%s\" chegou a sua data de vencimento",
|
||||
"The board \"%s\" has been shared with you by %s." : "O quadro \"%s\" foi partilhado consigo por %s.",
|
||||
"{user} has shared the board %s with you." : "{user} partilhou o quadro %s consigo.",
|
||||
"Finished" : "Terminado",
|
||||
"To review" : "A rever",
|
||||
"Action needed" : "Acção necessária",
|
||||
"Later" : "Mais tarde",
|
||||
"Add a new stack" : "Adicionar nova pilha",
|
||||
"Show archived cards" : "Mostrar cartões arquivados",
|
||||
"Hide archived cards" : "Esconder cartões arquivados",
|
||||
"All Boards" : "Todos os quadros",
|
||||
"Archived boards" : "Quadros arquivados",
|
||||
"Enter a card title" : "Insira um título para o cartão",
|
||||
"Add card" : "Adicionar um cartão",
|
||||
"Close" : "Fechar",
|
||||
"Sharing" : "Partilha",
|
||||
"Tags" : "Etiquetas",
|
||||
"Select users or groups to share with" : "Seleccionar utilizadores ou grupos para partilhar com",
|
||||
"Loading" : "A carregar",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Partilhar",
|
||||
"Manage" : "Gerir",
|
||||
"Create" : "Criar",
|
||||
"Create a new tag" : "Criar uma nova etiqueta",
|
||||
"Status" : "Estado",
|
||||
"Title" : "Título ",
|
||||
"Members" : "Membros",
|
||||
"More actions" : "Mais acções",
|
||||
"Edit board" : "Editar quadro",
|
||||
"Archive board" : "Arquivar quadro",
|
||||
"Delete board" : "Eliminar quadro",
|
||||
"Create new board" : "Criar novo quadro",
|
||||
"New board title" : "Novo título de quadro",
|
||||
"by" : "por",
|
||||
"Modified:" : "Modificado:",
|
||||
"Created:" : "Criado:",
|
||||
"Choose a tag" : "Escolher etiqueta",
|
||||
"Add a tag" : "Adicionar uma etiqueta",
|
||||
"Description" : "Descrição",
|
||||
"Saved" : "Guardado",
|
||||
"Create a new board" : "Criar um novo quadro"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
48
l10n/pt_PT.json
Normal file
48
l10n/pt_PT.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{ "translations": {
|
||||
"Remove user from card" : "Remover utilizador do cartão",
|
||||
"Hours" : "Horas",
|
||||
"Minutes" : "Minutos",
|
||||
"Deck" : "Baralho",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "O cartão \"%s\" em \"%s\" chegou a sua data de vencimento",
|
||||
"The board \"%s\" has been shared with you by %s." : "O quadro \"%s\" foi partilhado consigo por %s.",
|
||||
"{user} has shared the board %s with you." : "{user} partilhou o quadro %s consigo.",
|
||||
"Finished" : "Terminado",
|
||||
"To review" : "A rever",
|
||||
"Action needed" : "Acção necessária",
|
||||
"Later" : "Mais tarde",
|
||||
"Add a new stack" : "Adicionar nova pilha",
|
||||
"Show archived cards" : "Mostrar cartões arquivados",
|
||||
"Hide archived cards" : "Esconder cartões arquivados",
|
||||
"All Boards" : "Todos os quadros",
|
||||
"Archived boards" : "Quadros arquivados",
|
||||
"Enter a card title" : "Insira um título para o cartão",
|
||||
"Add card" : "Adicionar um cartão",
|
||||
"Close" : "Fechar",
|
||||
"Sharing" : "Partilha",
|
||||
"Tags" : "Etiquetas",
|
||||
"Select users or groups to share with" : "Seleccionar utilizadores ou grupos para partilhar com",
|
||||
"Loading" : "A carregar",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Partilhar",
|
||||
"Manage" : "Gerir",
|
||||
"Create" : "Criar",
|
||||
"Create a new tag" : "Criar uma nova etiqueta",
|
||||
"Status" : "Estado",
|
||||
"Title" : "Título ",
|
||||
"Members" : "Membros",
|
||||
"More actions" : "Mais acções",
|
||||
"Edit board" : "Editar quadro",
|
||||
"Archive board" : "Arquivar quadro",
|
||||
"Delete board" : "Eliminar quadro",
|
||||
"Create new board" : "Criar novo quadro",
|
||||
"New board title" : "Novo título de quadro",
|
||||
"by" : "por",
|
||||
"Modified:" : "Modificado:",
|
||||
"Created:" : "Criado:",
|
||||
"Choose a tag" : "Escolher etiqueta",
|
||||
"Add a tag" : "Adicionar uma etiqueta",
|
||||
"Description" : "Descrição",
|
||||
"Saved" : "Guardado",
|
||||
"Create a new board" : "Criar um novo quadro"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -19,7 +19,7 @@ OC.L10N.register(
|
||||
"You have restored the board {board}" : "Вы восстановили из корзины рабочую доску «{board}»",
|
||||
"{user} has restored the board {board}" : "{user} восстановил(а) рабочую доску «{board}» из корзины",
|
||||
"You have shared the board {board} with {acl}" : "Вы предоставили {acl} доступ к рабочей доске «{board}»",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} предоставил(а) {acl} доступ к рабочей доске «{board}»",
|
||||
"{user} has shared the board {board} with {acl}" : "{user} предоставил(а) {acl} доступ к рабочей доске «{board}»",
|
||||
"You have removed {acl} from the board {board}" : "Вы закрыли {acl} доступ к рабочей доске «{board}»",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} закрыл(а) {acl} доступ к рабочей доске «{board}»",
|
||||
"You have renamed the board {before} to {board}" : "Вы переименовали рабочую доску из «{before}» в «{board}»",
|
||||
@@ -77,6 +77,7 @@ OC.L10N.register(
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Описание карточки</strong> в приложении Deck было изменено",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Изменения в <strong>приложении Deck</strong>",
|
||||
"A <strong>comment</strong> was created on a card" : "<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».",
|
||||
@@ -187,7 +188,7 @@ OC.L10N.register(
|
||||
"Description" : "Описание",
|
||||
"Attachments" : "Вложения",
|
||||
"Saved" : "Сохранено",
|
||||
"Unsaved changes" : "Не сохраненные изменения",
|
||||
"Unsaved changes" : "Несохраненные изменения",
|
||||
"Insert attachment" : "Вставить вложение",
|
||||
"Formatting help" : "Справка по форматированию",
|
||||
"Upload attachment" : "Загрузить вложение",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"You have restored the board {board}" : "Вы восстановили из корзины рабочую доску «{board}»",
|
||||
"{user} has restored the board {board}" : "{user} восстановил(а) рабочую доску «{board}» из корзины",
|
||||
"You have shared the board {board} with {acl}" : "Вы предоставили {acl} доступ к рабочей доске «{board}»",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} предоставил(а) {acl} доступ к рабочей доске «{board}»",
|
||||
"{user} has shared the board {board} with {acl}" : "{user} предоставил(а) {acl} доступ к рабочей доске «{board}»",
|
||||
"You have removed {acl} from the board {board}" : "Вы закрыли {acl} доступ к рабочей доске «{board}»",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} закрыл(а) {acl} доступ к рабочей доске «{board}»",
|
||||
"You have renamed the board {before} to {board}" : "Вы переименовали рабочую доску из «{before}» в «{board}»",
|
||||
@@ -75,6 +75,7 @@
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Описание карточки</strong> в приложении Deck было изменено",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Изменения в <strong>приложении Deck</strong>",
|
||||
"A <strong>comment</strong> was created on a card" : "<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».",
|
||||
@@ -185,7 +186,7 @@
|
||||
"Description" : "Описание",
|
||||
"Attachments" : "Вложения",
|
||||
"Saved" : "Сохранено",
|
||||
"Unsaved changes" : "Не сохраненные изменения",
|
||||
"Unsaved changes" : "Несохраненные изменения",
|
||||
"Insert attachment" : "Вставить вложение",
|
||||
"Formatting help" : "Справка по форматированию",
|
||||
"Upload attachment" : "Загрузить вложение",
|
||||
|
||||
@@ -18,7 +18,6 @@ OC.L10N.register(
|
||||
"You have restored the board {board}" : "Obnovili ste nástenku {board}",
|
||||
"{user} has restored the board {board}" : "Používateľ {user} obnovil nástenku {board}",
|
||||
"You have shared the board {board} with {acl}" : "Sprístupnili ste nástenku {board} s {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "Používateľ {user} sprístupnil nástenku {board} pre {sharee}",
|
||||
"You have removed {acl} from the board {board}" : "Odobrali ste {acl} z nástenky {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "Používateľ {user} odobral {acl} z nástenky {board}",
|
||||
"You have renamed the board {before} to {board}" : "Premenovali ste nástenku {before} na {board}",
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
"You have restored the board {board}" : "Obnovili ste nástenku {board}",
|
||||
"{user} has restored the board {board}" : "Používateľ {user} obnovil nástenku {board}",
|
||||
"You have shared the board {board} with {acl}" : "Sprístupnili ste nástenku {board} s {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "Používateľ {user} sprístupnil nástenku {board} pre {sharee}",
|
||||
"You have removed {acl} from the board {board}" : "Odobrali ste {acl} z nástenky {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "Používateľ {user} odobral {acl} z nástenky {board}",
|
||||
"You have renamed the board {before} to {board}" : "Premenovali ste nástenku {before} na {board}",
|
||||
|
||||
50
l10n/sl.js
Normal file
50
l10n/sl.js
Normal file
@@ -0,0 +1,50 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Please provide a content for your comment." : "Priskrbite vsebino za svoj komentar.",
|
||||
"Hours" : "Ure",
|
||||
"Minutes" : "Minute",
|
||||
"Personal" : "Osebno",
|
||||
"Finished" : "Zaključeno",
|
||||
"To review" : "Za pregled",
|
||||
"Action needed" : "Operacija je potrebna",
|
||||
"Later" : "Kasneje",
|
||||
"Show archived cards" : "Prikaži arhivirane kartice",
|
||||
"Hide archived cards" : "Skrij arhivirane kartice",
|
||||
"All Boards" : "Vse table",
|
||||
"Archived boards" : "Arhivirane table",
|
||||
"Enter a card title" : "Vpiši naslov kartice",
|
||||
"Sharing" : "Souporaba",
|
||||
"Tags" : "Oznake",
|
||||
"Select users or groups to share with" : "Izberi uporabnike ali skupine s katerimi želiš deliti",
|
||||
"No matching user or group found." : "Ne najdem ujemajočega uporabnika ali skupine.",
|
||||
"Edit" : "Uredi",
|
||||
"Share" : "Deli",
|
||||
"Manage" : "Upravljaj",
|
||||
"Discard share" : "Prekliči deljenje",
|
||||
"Create a new tag" : "Ustvari novo oznako",
|
||||
"Title" : "Naslov",
|
||||
"Members" : "Člani",
|
||||
"More actions" : "Več akcij",
|
||||
"Edit board" : "Uredi tablo",
|
||||
"Archive board" : "Arhiviraj tablo",
|
||||
"Unarchive board" : "Odarhiviraj tablo",
|
||||
"Delete board" : "Izbriši tablo",
|
||||
"Create new board" : "Ustvari novo tablo",
|
||||
"New board title" : "Naslov nove table",
|
||||
"Cancel upload" : "Prekliči pošiljanje",
|
||||
"by" : "s strani",
|
||||
"Modified:" : "Spremenjeno:",
|
||||
"Created:" : "Ustvarjeno:",
|
||||
"Due date" : "Datum poteka",
|
||||
"Click to set" : "Klikni za nastaviti",
|
||||
"Remove due date" : "Odstrani datum poteka",
|
||||
"Description" : "Opis",
|
||||
"Saved" : "Shranjeno",
|
||||
"Formatting help" : "Pomoč pri oblikovanju",
|
||||
"Add a card description…" : "Dodaj opis kartice...",
|
||||
"Shared boards" : "Deljene table",
|
||||
"Move board to archive" : "Premakni tablo v arhiv",
|
||||
"Create a new board" : "Ustvari novo tablo"
|
||||
},
|
||||
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
|
||||
48
l10n/sl.json
Normal file
48
l10n/sl.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{ "translations": {
|
||||
"Please provide a content for your comment." : "Priskrbite vsebino za svoj komentar.",
|
||||
"Hours" : "Ure",
|
||||
"Minutes" : "Minute",
|
||||
"Personal" : "Osebno",
|
||||
"Finished" : "Zaključeno",
|
||||
"To review" : "Za pregled",
|
||||
"Action needed" : "Operacija je potrebna",
|
||||
"Later" : "Kasneje",
|
||||
"Show archived cards" : "Prikaži arhivirane kartice",
|
||||
"Hide archived cards" : "Skrij arhivirane kartice",
|
||||
"All Boards" : "Vse table",
|
||||
"Archived boards" : "Arhivirane table",
|
||||
"Enter a card title" : "Vpiši naslov kartice",
|
||||
"Sharing" : "Souporaba",
|
||||
"Tags" : "Oznake",
|
||||
"Select users or groups to share with" : "Izberi uporabnike ali skupine s katerimi želiš deliti",
|
||||
"No matching user or group found." : "Ne najdem ujemajočega uporabnika ali skupine.",
|
||||
"Edit" : "Uredi",
|
||||
"Share" : "Deli",
|
||||
"Manage" : "Upravljaj",
|
||||
"Discard share" : "Prekliči deljenje",
|
||||
"Create a new tag" : "Ustvari novo oznako",
|
||||
"Title" : "Naslov",
|
||||
"Members" : "Člani",
|
||||
"More actions" : "Več akcij",
|
||||
"Edit board" : "Uredi tablo",
|
||||
"Archive board" : "Arhiviraj tablo",
|
||||
"Unarchive board" : "Odarhiviraj tablo",
|
||||
"Delete board" : "Izbriši tablo",
|
||||
"Create new board" : "Ustvari novo tablo",
|
||||
"New board title" : "Naslov nove table",
|
||||
"Cancel upload" : "Prekliči pošiljanje",
|
||||
"by" : "s strani",
|
||||
"Modified:" : "Spremenjeno:",
|
||||
"Created:" : "Ustvarjeno:",
|
||||
"Due date" : "Datum poteka",
|
||||
"Click to set" : "Klikni za nastaviti",
|
||||
"Remove due date" : "Odstrani datum poteka",
|
||||
"Description" : "Opis",
|
||||
"Saved" : "Shranjeno",
|
||||
"Formatting help" : "Pomoč pri oblikovanju",
|
||||
"Add a card description…" : "Dodaj opis kartice...",
|
||||
"Shared boards" : "Deljene table",
|
||||
"Move board to archive" : "Premakni tablo v arhiv",
|
||||
"Create a new board" : "Ustvari novo tablo"
|
||||
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
|
||||
}
|
||||
@@ -19,7 +19,7 @@ OC.L10N.register(
|
||||
"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}",
|
||||
"{user} has shared the board {board} with {acl}" : "{user} је поделио таблу {board} са {acl}",
|
||||
"You have removed {acl} from the board {board}" : "Уклонили сте {acl} са табле {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} је уклонио {acl} са табле {board}",
|
||||
"You have renamed the board {before} to {board}" : "Преименовали сте таблу {before} у {board}",
|
||||
@@ -77,6 +77,7 @@ OC.L10N.register(
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>опис картице</strong> унутар Deck апликације је промењен",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Измене у <strong>Deck апликацији</strong>",
|
||||
"A <strong>comment</strong> was created on a card" : "Направљен је <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“.",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"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}",
|
||||
"{user} has shared the board {board} with {acl}" : "{user} је поделио таблу {board} са {acl}",
|
||||
"You have removed {acl} from the board {board}" : "Уклонили сте {acl} са табле {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} је уклонио {acl} са табле {board}",
|
||||
"You have renamed the board {before} to {board}" : "Преименовали сте таблу {before} у {board}",
|
||||
@@ -75,6 +75,7 @@
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>опис картице</strong> унутар Deck апликације је промењен",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Измене у <strong>Deck апликацији</strong>",
|
||||
"A <strong>comment</strong> was created on a card" : "Направљен је <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“.",
|
||||
|
||||
@@ -19,7 +19,7 @@ OC.L10N.register(
|
||||
"You have restored the board {board}" : "Du har återställt tavlan {board}",
|
||||
"{user} has restored the board {board}" : "{user} har återställt tavlan {board}",
|
||||
"You have shared the board {board} with {acl}" : "Du har delat tavlan {board} med {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} har delat tavlan {board} med {sharee}",
|
||||
"{user} has shared the board {board} with {acl}" : "{user} har delat tavlan {board} med {acl}",
|
||||
"You have removed {acl} from the board {board}" : "Du har raderat {acl} från tavlan {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} har raderat {acl} från tavlan {board}",
|
||||
"You have renamed the board {before} to {board}" : "Du har bytt namn på tavlan {before} till {board}",
|
||||
@@ -77,6 +77,7 @@ OC.L10N.register(
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "En <strong>kortbeskrivning</strong> i Deck-appen har ändrats",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Ändringar i <strong>Deck-appen</strong>",
|
||||
"A <strong>comment</strong> was created on a card" : "En <strong>kommentar</strong> skapades på ett kort",
|
||||
"Personal" : "Personlig",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kortet \"%s\" på \"%s\" har tilldelats dig av %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} har tilldelat kortet \"%s\" på \"%s\" till dig.",
|
||||
@@ -86,7 +87,7 @@ OC.L10N.register(
|
||||
"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",
|
||||
"Finished" : "Slutförd",
|
||||
"To review" : "Att granska",
|
||||
"Action needed" : "Åtgärd behövs",
|
||||
"Later" : "Senare",
|
||||
@@ -157,7 +158,7 @@ OC.L10N.register(
|
||||
"Members" : "Medlemmar",
|
||||
"More actions" : "Fler händelser",
|
||||
"Edit board" : "Ändra tavla",
|
||||
"Archive board" : "Arkivera tavlan",
|
||||
"Archive board" : "Arkivera tavla",
|
||||
"Unarchive board" : "Ta bort tavlan ur arkivet",
|
||||
"Delete board" : "Ta bort tavla",
|
||||
"Update board" : "Uppdatera tavla",
|
||||
@@ -182,7 +183,7 @@ OC.L10N.register(
|
||||
"Choose a user to assign" : "Välj en användare att tilldela",
|
||||
"Assign this card to a user" : "Tilldela detta kort till en användare",
|
||||
"Due date" : "Slutdatum",
|
||||
"Click to set" : "Sätt datum",
|
||||
"Click to set" : "Ange datum",
|
||||
"Remove due date" : "Ta bort slutdatum",
|
||||
"Description" : "Beskrivning",
|
||||
"Attachments" : "Bilagor",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"You have restored the board {board}" : "Du har återställt tavlan {board}",
|
||||
"{user} has restored the board {board}" : "{user} har återställt tavlan {board}",
|
||||
"You have shared the board {board} with {acl}" : "Du har delat tavlan {board} med {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} har delat tavlan {board} med {sharee}",
|
||||
"{user} has shared the board {board} with {acl}" : "{user} har delat tavlan {board} med {acl}",
|
||||
"You have removed {acl} from the board {board}" : "Du har raderat {acl} från tavlan {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} har raderat {acl} från tavlan {board}",
|
||||
"You have renamed the board {before} to {board}" : "Du har bytt namn på tavlan {before} till {board}",
|
||||
@@ -75,6 +75,7 @@
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "En <strong>kortbeskrivning</strong> i Deck-appen har ändrats",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Ändringar i <strong>Deck-appen</strong>",
|
||||
"A <strong>comment</strong> was created on a card" : "En <strong>kommentar</strong> skapades på ett kort",
|
||||
"Personal" : "Personlig",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kortet \"%s\" på \"%s\" har tilldelats dig av %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} har tilldelat kortet \"%s\" på \"%s\" till dig.",
|
||||
@@ -84,7 +85,7 @@
|
||||
"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",
|
||||
"Finished" : "Slutförd",
|
||||
"To review" : "Att granska",
|
||||
"Action needed" : "Åtgärd behövs",
|
||||
"Later" : "Senare",
|
||||
@@ -155,7 +156,7 @@
|
||||
"Members" : "Medlemmar",
|
||||
"More actions" : "Fler händelser",
|
||||
"Edit board" : "Ändra tavla",
|
||||
"Archive board" : "Arkivera tavlan",
|
||||
"Archive board" : "Arkivera tavla",
|
||||
"Unarchive board" : "Ta bort tavlan ur arkivet",
|
||||
"Delete board" : "Ta bort tavla",
|
||||
"Update board" : "Uppdatera tavla",
|
||||
@@ -180,7 +181,7 @@
|
||||
"Choose a user to assign" : "Välj en användare att tilldela",
|
||||
"Assign this card to a user" : "Tilldela detta kort till en användare",
|
||||
"Due date" : "Slutdatum",
|
||||
"Click to set" : "Sätt datum",
|
||||
"Click to set" : "Ange datum",
|
||||
"Remove due date" : "Ta bort slutdatum",
|
||||
"Description" : "Beskrivning",
|
||||
"Attachments" : "Bilagor",
|
||||
|
||||
@@ -19,7 +19,7 @@ OC.L10N.register(
|
||||
"You have restored the board {board}" : "{board} panosunu geri yüklediniz",
|
||||
"{user} has restored the board {board}" : "{user}, {board} panosunu geri yükledi",
|
||||
"You have shared the board {board} with {acl}" : "{board} panosunu {acl} ile paylaştınız",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user}, {board} panosunu {sharee} ile paylaştı",
|
||||
"{user} has shared the board {board} with {acl}" : "{user}, {board} panosunu {acl} ile paylaştı",
|
||||
"You have removed {acl} from the board {board}" : "{board} panosunun {acl} ile paylaşımını kaldırdınız",
|
||||
"{user} has removed {acl} from the board {board}" : "{user}, {board} panosunun {acl} ile paylaşımını kaldırdı",
|
||||
"You have renamed the board {before} to {board}" : "Panonun {before} olan adını {board} olarak değiştirdiniz",
|
||||
@@ -77,6 +77,7 @@ OC.L10N.register(
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Tahta uygulamasında bir <strong>kart açıklaması</strong> değiştirildi",
|
||||
"Deck" : "Tahta",
|
||||
"Changes in the <strong>Deck app</strong>" : "<strong>Tahta uygulamasındaki</strong> değişiklikler",
|
||||
"A <strong>comment</strong> was created on a card" : "Bir kart için bir <strong>yorum</strong> yapıldı",
|
||||
"Personal" : "Kişisel",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "\"%s\" kartı \"%s\" zamanında %s tarafından size atandı.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} size \"%s\" kartını \"%s\" zamanında atadı.",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"You have restored the board {board}" : "{board} panosunu geri yüklediniz",
|
||||
"{user} has restored the board {board}" : "{user}, {board} panosunu geri yükledi",
|
||||
"You have shared the board {board} with {acl}" : "{board} panosunu {acl} ile paylaştınız",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user}, {board} panosunu {sharee} ile paylaştı",
|
||||
"{user} has shared the board {board} with {acl}" : "{user}, {board} panosunu {acl} ile paylaştı",
|
||||
"You have removed {acl} from the board {board}" : "{board} panosunun {acl} ile paylaşımını kaldırdınız",
|
||||
"{user} has removed {acl} from the board {board}" : "{user}, {board} panosunun {acl} ile paylaşımını kaldırdı",
|
||||
"You have renamed the board {before} to {board}" : "Panonun {before} olan adını {board} olarak değiştirdiniz",
|
||||
@@ -75,6 +75,7 @@
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Tahta uygulamasında bir <strong>kart açıklaması</strong> değiştirildi",
|
||||
"Deck" : "Tahta",
|
||||
"Changes in the <strong>Deck app</strong>" : "<strong>Tahta uygulamasındaki</strong> değişiklikler",
|
||||
"A <strong>comment</strong> was created on a card" : "Bir kart için bir <strong>yorum</strong> yapıldı",
|
||||
"Personal" : "Kişisel",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "\"%s\" kartı \"%s\" zamanında %s tarafından size atandı.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} size \"%s\" kartını \"%s\" zamanında atadı.",
|
||||
|
||||
49
l10n/uk.js
Normal file
49
l10n/uk.js
Normal file
@@ -0,0 +1,49 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Hours" : "Годин",
|
||||
"Minutes" : "Хвилин",
|
||||
"Deck" : "Колода",
|
||||
"Finished" : "Завершено",
|
||||
"To review" : "На перегляд",
|
||||
"Action needed" : "Потребує дій",
|
||||
"Later" : "Пізніше",
|
||||
"Add a new stack" : "Додати нову купу",
|
||||
"Show archived cards" : "Показати архівні картки",
|
||||
"Hide archived cards" : "Приховати архівні картки",
|
||||
"All Boards" : "Всі дошки",
|
||||
"Archived boards" : "Архівовані дошки",
|
||||
"Enter a card title" : "Введіть заголовок картки",
|
||||
"Sharing" : "Поділитись",
|
||||
"Tags" : "Теги",
|
||||
"Select users or groups to share with" : "Оберіть користувача або групу щоб поділитись",
|
||||
"No matching user or group found." : "Користувачів або груп не знайдено",
|
||||
"Edit" : "Редагувати",
|
||||
"Share" : "Поділитись",
|
||||
"Manage" : "Керувати",
|
||||
"Discard share" : "Відмінити спільне використання",
|
||||
"Create a new tag" : "Створити новий тег",
|
||||
"Title" : "Заголовок",
|
||||
"Members" : "Учасники",
|
||||
"More actions" : "Більше дій",
|
||||
"Edit board" : "Змінити дошку",
|
||||
"Archive board" : "Архівувати дошку",
|
||||
"Unarchive board" : "Розархівувати дошку",
|
||||
"Delete board" : "Видалити дошку",
|
||||
"Create new board" : "Створити нову дошку",
|
||||
"New board title" : "Новий заголовок дошки",
|
||||
"by" : "від",
|
||||
"Modified:" : "Змінено:",
|
||||
"Created:" : "Створено:",
|
||||
"Due date" : "Протягом",
|
||||
"Click to set" : "Клацніть для налаштування",
|
||||
"Remove due date" : "Видалити до",
|
||||
"Description" : "Опис",
|
||||
"Saved" : "Збережено",
|
||||
"Formatting help" : "Форматування довідки",
|
||||
"Add a card description…" : "Додати опис дошки",
|
||||
"Shared boards" : "Спільні дошки",
|
||||
"Move board to archive" : "Перемістити до архіву",
|
||||
"Create a new board" : "Створити нову дошку"
|
||||
},
|
||||
"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");
|
||||
47
l10n/uk.json
Normal file
47
l10n/uk.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{ "translations": {
|
||||
"Hours" : "Годин",
|
||||
"Minutes" : "Хвилин",
|
||||
"Deck" : "Колода",
|
||||
"Finished" : "Завершено",
|
||||
"To review" : "На перегляд",
|
||||
"Action needed" : "Потребує дій",
|
||||
"Later" : "Пізніше",
|
||||
"Add a new stack" : "Додати нову купу",
|
||||
"Show archived cards" : "Показати архівні картки",
|
||||
"Hide archived cards" : "Приховати архівні картки",
|
||||
"All Boards" : "Всі дошки",
|
||||
"Archived boards" : "Архівовані дошки",
|
||||
"Enter a card title" : "Введіть заголовок картки",
|
||||
"Sharing" : "Поділитись",
|
||||
"Tags" : "Теги",
|
||||
"Select users or groups to share with" : "Оберіть користувача або групу щоб поділитись",
|
||||
"No matching user or group found." : "Користувачів або груп не знайдено",
|
||||
"Edit" : "Редагувати",
|
||||
"Share" : "Поділитись",
|
||||
"Manage" : "Керувати",
|
||||
"Discard share" : "Відмінити спільне використання",
|
||||
"Create a new tag" : "Створити новий тег",
|
||||
"Title" : "Заголовок",
|
||||
"Members" : "Учасники",
|
||||
"More actions" : "Більше дій",
|
||||
"Edit board" : "Змінити дошку",
|
||||
"Archive board" : "Архівувати дошку",
|
||||
"Unarchive board" : "Розархівувати дошку",
|
||||
"Delete board" : "Видалити дошку",
|
||||
"Create new board" : "Створити нову дошку",
|
||||
"New board title" : "Новий заголовок дошки",
|
||||
"by" : "від",
|
||||
"Modified:" : "Змінено:",
|
||||
"Created:" : "Створено:",
|
||||
"Due date" : "Протягом",
|
||||
"Click to set" : "Клацніть для налаштування",
|
||||
"Remove due date" : "Видалити до",
|
||||
"Description" : "Опис",
|
||||
"Saved" : "Збережено",
|
||||
"Formatting help" : "Форматування довідки",
|
||||
"Add a card description…" : "Додати опис дошки",
|
||||
"Shared boards" : "Спільні дошки",
|
||||
"Move board to archive" : "Перемістити до архіву",
|
||||
"Create a new board" : "Створити нову дошку"
|
||||
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"
|
||||
}
|
||||
@@ -14,7 +14,6 @@ OC.L10N.register(
|
||||
"You have restored the board {board}" : "Bạn đã khôi phục lại dự án {board}",
|
||||
"{user} has restored the board {board}" : "{user} đã khôi phục dự án {board}",
|
||||
"You have shared the board {board} with {acl}" : "Bạn đã chia sẽ dự án {board} với {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} đã chia sẽ dự án {board} với {sharee}",
|
||||
"You have removed {acl} from the board {board}" : "Bạn đã loại bỏ {acl} khỏi dự án {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} đã loại bỏ {acl} khỏi dự án {board}",
|
||||
"You have renamed the board {before} to {board}" : "Bạn đã đổi tên dự án từ {before} thành {board}",
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
"You have restored the board {board}" : "Bạn đã khôi phục lại dự án {board}",
|
||||
"{user} has restored the board {board}" : "{user} đã khôi phục dự án {board}",
|
||||
"You have shared the board {board} with {acl}" : "Bạn đã chia sẽ dự án {board} với {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} đã chia sẽ dự án {board} với {sharee}",
|
||||
"You have removed {acl} from the board {board}" : "Bạn đã loại bỏ {acl} khỏi dự án {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} đã loại bỏ {acl} khỏi dự án {board}",
|
||||
"You have renamed the board {before} to {board}" : "Bạn đã đổi tên dự án từ {before} thành {board}",
|
||||
|
||||
@@ -19,7 +19,7 @@ OC.L10N.register(
|
||||
"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}",
|
||||
"{user} has shared the board {board} with {acl}" : "{user} 已使用 {acl} 共享面板 {board}",
|
||||
"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}",
|
||||
@@ -77,6 +77,7 @@ OC.L10N.register(
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "看板应用中的 <strong>卡片描述</strong> 已改变",
|
||||
"Deck" : "看板",
|
||||
"Changes in the <strong>Deck app</strong>" : "<strong>看板应用</strong>中的改变",
|
||||
"A <strong>comment</strong> was created on a card" : "卡片上创建了一个 <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\"。",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"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}",
|
||||
"{user} has shared the board {board} with {acl}" : "{user} 已使用 {acl} 共享面板 {board}",
|
||||
"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}",
|
||||
@@ -75,6 +75,7 @@
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "看板应用中的 <strong>卡片描述</strong> 已改变",
|
||||
"Deck" : "看板",
|
||||
"Changes in the <strong>Deck app</strong>" : "<strong>看板应用</strong>中的改变",
|
||||
"A <strong>comment</strong> was created on a card" : "卡片上创建了一个 <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\"。",
|
||||
|
||||
28
l10n/zh_TW.js
Normal file
28
l10n/zh_TW.js
Normal file
@@ -0,0 +1,28 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Hours" : "小時",
|
||||
"Minutes" : "分鐘",
|
||||
"Finished" : "已完成",
|
||||
"Later" : "稍後",
|
||||
"Submit" : "送出",
|
||||
"Close" : "關閉",
|
||||
"Sharing" : "分享",
|
||||
"Tags" : "標籤",
|
||||
"Select users or groups to share with" : "分享給指定的使用者或群組",
|
||||
"No matching user or group found." : "沒有群組或使用者符合。",
|
||||
"Edit" : "編輯",
|
||||
"Share" : "分享",
|
||||
"Manage" : "管理",
|
||||
"Create" : "建立",
|
||||
"Create a new tag" : "建立新標籤",
|
||||
"Title" : "標題",
|
||||
"Members" : "成員",
|
||||
"More actions" : "更多",
|
||||
"Created:" : "建立:",
|
||||
"Select tags" : "選擇標籤",
|
||||
"Click to set" : "點此來設定",
|
||||
"Description" : "描述",
|
||||
"Saved" : "已儲存"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
26
l10n/zh_TW.json
Normal file
26
l10n/zh_TW.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{ "translations": {
|
||||
"Hours" : "小時",
|
||||
"Minutes" : "分鐘",
|
||||
"Finished" : "已完成",
|
||||
"Later" : "稍後",
|
||||
"Submit" : "送出",
|
||||
"Close" : "關閉",
|
||||
"Sharing" : "分享",
|
||||
"Tags" : "標籤",
|
||||
"Select users or groups to share with" : "分享給指定的使用者或群組",
|
||||
"No matching user or group found." : "沒有群組或使用者符合。",
|
||||
"Edit" : "編輯",
|
||||
"Share" : "分享",
|
||||
"Manage" : "管理",
|
||||
"Create" : "建立",
|
||||
"Create a new tag" : "建立新標籤",
|
||||
"Title" : "標題",
|
||||
"Members" : "成員",
|
||||
"More actions" : "更多",
|
||||
"Created:" : "建立:",
|
||||
"Select tags" : "選擇標籤",
|
||||
"Click to set" : "點此來設定",
|
||||
"Description" : "描述",
|
||||
"Saved" : "已儲存"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
||||
@@ -358,14 +358,12 @@ class ActivityManager {
|
||||
case self::SUBJECT_CARD_USER_ASSIGN:
|
||||
case self::SUBJECT_CARD_USER_UNASSIGN:
|
||||
$subjectParams = $this->findDetailsForCard($entity->getId(), $subject);
|
||||
$object = $entity;
|
||||
break;
|
||||
case self::SUBJECT_ATTACHMENT_CREATE:
|
||||
case self::SUBJECT_ATTACHMENT_UPDATE:
|
||||
case self::SUBJECT_ATTACHMENT_DELETE:
|
||||
case self::SUBJECT_ATTACHMENT_RESTORE:
|
||||
$subjectParams = $this->findDetailsForAttachment($entity->getId());
|
||||
$object = $subjectParams['card'];
|
||||
break;
|
||||
case self::SUBJECT_BOARD_SHARE:
|
||||
case self::SUBJECT_BOARD_UNSHARE:
|
||||
|
||||
@@ -141,12 +141,7 @@ class Application extends App {
|
||||
|
||||
public function registerNotifications() {
|
||||
$notificationManager = \OC::$server->getNotificationManager();
|
||||
$self = &$this;
|
||||
$notificationManager->registerNotifier(function() use (&$self) {
|
||||
return $self->getContainer()->query(Notifier::class);
|
||||
}, function() {
|
||||
return ['id' => 'deck', 'name' => 'Deck'];
|
||||
});
|
||||
$notificationManager->registerNotifierService(Notifier::class);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -88,13 +88,8 @@ class UserExport extends Command {
|
||||
|
||||
$userId = $input->getArgument('user-id');
|
||||
|
||||
$groups = $this->groupManager->getUserGroupIds(
|
||||
$this->userManager->get($userId)
|
||||
);
|
||||
$boards = $this->boardService->findAll([
|
||||
'user' => $userId,
|
||||
'groups' => $groups
|
||||
]);
|
||||
$this->boardService->setUserId($userId);
|
||||
$boards = $this->boardService->findAll();
|
||||
|
||||
$data = [];
|
||||
foreach ($boards as $board) {
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
/**
|
||||
* @copyright Copyright (c) 2018 Ryan Fletcher <ryan.fletcher@codepassion.ca>
|
||||
*
|
||||
* @copyright Copyright (c) 2019, Alexandru Puiu (alexpuiu20@yahoo.com)
|
||||
*
|
||||
* @author Ryan Fletcher <ryan.fletcher@codepassion.ca>
|
||||
*
|
||||
* @license GNU AGPL version 3 or any later version
|
||||
@@ -70,11 +72,12 @@ class CardApiController extends ApiController {
|
||||
* @params $title
|
||||
* @params $type
|
||||
* @params $order
|
||||
* @params $description
|
||||
*
|
||||
* Get a specific card.
|
||||
*/
|
||||
public function create($title, $type = 'plain', $order = 999) {
|
||||
$card = $this->cardService->create($title, $this->request->getParam('stackId'), $type, $order, $this->userId);
|
||||
public function create($title, $type = 'plain', $order = 999, $description = '') {
|
||||
$card = $this->cardService->create($title, $this->request->getParam('stackId'), $type, $order, $this->userId, $description);
|
||||
return new DataResponse($card, HTTP::STATUS_OK);
|
||||
}
|
||||
|
||||
|
||||
@@ -27,6 +27,8 @@ use OC\BackgroundJob\Job;
|
||||
use OCA\Deck\Db\Card;
|
||||
use OCA\Deck\Db\CardMapper;
|
||||
use OCA\Deck\Notification\NotificationHelper;
|
||||
use OCP\AppFramework\Db\DoesNotExistException;
|
||||
use OCP\ILogger;
|
||||
|
||||
class ScheduledNotifications extends Job {
|
||||
|
||||
@@ -34,13 +36,17 @@ class ScheduledNotifications extends Job {
|
||||
protected $cardMapper;
|
||||
/** @var NotificationHelper */
|
||||
protected $notificationHelper;
|
||||
/** @var ILogger */
|
||||
protected $logger;
|
||||
|
||||
public function __construct(
|
||||
CardMapper $cardMapper,
|
||||
NotificationHelper $notificationHelper
|
||||
NotificationHelper $notificationHelper,
|
||||
ILogger $logger
|
||||
) {
|
||||
$this->cardMapper = $cardMapper;
|
||||
$this->notificationHelper = $notificationHelper;
|
||||
$this->logger = $logger;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -52,8 +58,13 @@ class ScheduledNotifications extends Job {
|
||||
$cards = $this->cardMapper->findOverdue();
|
||||
/** @var Card $card */
|
||||
foreach ($cards as $card) {
|
||||
$this->notificationHelper->sendCardDuedate($card);
|
||||
try {
|
||||
$this->notificationHelper->sendCardDuedate($card);
|
||||
} catch (DoesNotExistException $e) {
|
||||
// Skip if any error occurs
|
||||
$this->logger->debug('Could not create overdue notification for card with id ' . $card->getId());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -67,6 +67,10 @@ class NotificationHelper {
|
||||
$this->currentUser = $userId;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param $card
|
||||
* @throws \OCP\AppFramework\Db\DoesNotExistException
|
||||
*/
|
||||
public function sendCardDuedate($card) {
|
||||
// check if notification has already been sent
|
||||
// ideally notifications should not be deleted once seen by the user so we can
|
||||
|
||||
@@ -57,6 +57,26 @@ class Notifier implements INotifier {
|
||||
$this->boardMapper = $boardMapper;
|
||||
}
|
||||
|
||||
/**
|
||||
* Identifier of the notifier, only use [a-z0-9_]
|
||||
*
|
||||
* @return string
|
||||
* @since 17.0.0
|
||||
*/
|
||||
public function getID(): string {
|
||||
return 'deck';
|
||||
}
|
||||
|
||||
/**
|
||||
* Human readable name describing the notifier
|
||||
*
|
||||
* @return string
|
||||
* @since 17.0.0
|
||||
*/
|
||||
public function getName(): string {
|
||||
return $this->l10nFactory->get('deck')->t('Deck');
|
||||
}
|
||||
|
||||
/**
|
||||
* @param INotification $notification
|
||||
* @param string $languageCode The code of the language that should be used to prepare the notification
|
||||
@@ -64,7 +84,7 @@ class Notifier implements INotifier {
|
||||
* @throws \InvalidArgumentException When the notification was not prepared by a notifier
|
||||
* @since 9.0.0
|
||||
*/
|
||||
public function prepare(INotification $notification, $languageCode) {
|
||||
public function prepare(INotification $notification, string $languageCode): INotification {
|
||||
$l = $this->l10nFactory->get('deck', $languageCode);
|
||||
if ($notification->getApp() !== 'deck') {
|
||||
throw new \InvalidArgumentException();
|
||||
|
||||
@@ -98,6 +98,15 @@ class BoardService {
|
||||
$this->userId = $userId;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set a different user than the current one, e.g. when no user is available in occ
|
||||
*
|
||||
* @param string $userId
|
||||
*/
|
||||
public function setUserId(string $userId): void {
|
||||
$this->userId = $userId;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
@@ -445,6 +454,17 @@ class BoardService {
|
||||
return $board;
|
||||
}
|
||||
|
||||
private function applyPermissions($boardId, $edit, $share, $manage) {
|
||||
try {
|
||||
$this->permissionService->checkPermission($this->boardMapper, $boardId, Acl::PERMISSION_MANAGE);
|
||||
} catch (NoPermissionException $e) {
|
||||
$acls = $this->aclMapper->findAll($boardId);
|
||||
$edit = $this->permissionService->userCan($acls, Acl::PERMISSION_EDIT, $this->userId) && $edit;
|
||||
$share = $this->permissionService->userCan($acls, Acl::PERMISSION_SHARE, $this->userId) && $share;
|
||||
$manage = $this->permissionService->userCan($acls, Acl::PERMISSION_MANAGE, $this->userId) && $manage;
|
||||
}
|
||||
return [$edit, $share, $manage];
|
||||
}
|
||||
|
||||
/**
|
||||
* @param $boardId
|
||||
@@ -484,6 +504,8 @@ class BoardService {
|
||||
}
|
||||
|
||||
$this->permissionService->checkPermission($this->boardMapper, $boardId, Acl::PERMISSION_SHARE);
|
||||
[$edit, $share, $manage] = $this->applyPermissions($boardId, $edit, $share, $manage);
|
||||
|
||||
$acl = new Acl();
|
||||
$acl->setBoardId($boardId);
|
||||
$acl->setType($type);
|
||||
@@ -546,8 +568,10 @@ class BoardService {
|
||||
}
|
||||
|
||||
$this->permissionService->checkPermission($this->aclMapper, $id, Acl::PERMISSION_SHARE);
|
||||
|
||||
/** @var Acl $acl */
|
||||
$acl = $this->aclMapper->find($id);
|
||||
[$edit, $share, $manage] = $this->applyPermissions($acl->getBoardId(), $edit, $share, $manage);
|
||||
$acl->setPermissionEdit($edit);
|
||||
$acl->setPermissionShare($share);
|
||||
$acl->setPermissionManage($manage);
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
/**
|
||||
* @copyright Copyright (c) 2016 Julius Härtl <jus@bitgrid.net>
|
||||
*
|
||||
* @copyright Copyright (c) 2019, Alexandru Puiu (alexpuiu20@yahoo.com)
|
||||
*
|
||||
* @author Julius Härtl <jus@bitgrid.net>
|
||||
* @author Maxence Lange <maxence@artificial-owl.com>
|
||||
*
|
||||
@@ -147,6 +149,7 @@ class CardService {
|
||||
* @param $stackId
|
||||
* @param $type
|
||||
* @param integer $order
|
||||
* @param $description
|
||||
* @param $owner
|
||||
* @return \OCP\AppFramework\Db\Entity
|
||||
* @throws StatusException
|
||||
@@ -155,8 +158,7 @@ class CardService {
|
||||
* @throws \OCP\AppFramework\Db\MultipleObjectsReturnedException
|
||||
* @throws BadrequestException
|
||||
*/
|
||||
public function create($title, $stackId, $type, $order, $owner) {
|
||||
|
||||
public function create($title, $stackId, $type, $order, $owner, $description = '') {
|
||||
if ($title === 'false' || $title === null) {
|
||||
throw new BadRequestException('title must be provided');
|
||||
}
|
||||
@@ -187,6 +189,7 @@ class CardService {
|
||||
$card->setType($type);
|
||||
$card->setOrder($order);
|
||||
$card->setOwner($owner);
|
||||
$card->setDescription($description);
|
||||
$card = $this->cardMapper->insert($card);
|
||||
$this->activityManager->triggerEvent(ActivityManager::DECK_OBJECT_CARD, $card, ActivityManager::SUBJECT_CARD_CREATE);
|
||||
$this->changeHelper->cardChanged($card->getId(), false);
|
||||
|
||||
@@ -89,28 +89,12 @@ class UserExportTest extends \Test\TestCase {
|
||||
$input->expects($this->once())->method('getArgument')->with('user-id')->willReturn('admin');
|
||||
$output = $this->createMock(OutputInterface::class);
|
||||
|
||||
$user = $this->createMock(IUser::class);
|
||||
$this->userManager->expects($this->once())
|
||||
->method('get')
|
||||
->with('admin')
|
||||
->willReturn($user);
|
||||
|
||||
$groups = [];
|
||||
$this->groupManager->expects($this->once())
|
||||
->method('getUserGroupIds')
|
||||
->with($user)
|
||||
->willReturn($groups);
|
||||
|
||||
$boards = [
|
||||
$this->getBoard(1),
|
||||
$this->getBoard(2),
|
||||
];
|
||||
$this->boardService->expects($this->once())
|
||||
->method('findAll')
|
||||
->with([
|
||||
'user' => 'admin',
|
||||
'groups' => $groups
|
||||
])
|
||||
->willReturn($boards);
|
||||
$this->boardMapper->expects($this->exactly(count($boards)))
|
||||
->method('find')
|
||||
|
||||
@@ -28,6 +28,7 @@ use OCA\Deck\Db\BoardMapper;
|
||||
use OCA\Deck\Db\Card;
|
||||
use OCA\Deck\Db\CardMapper;
|
||||
use OCA\Deck\Notification\NotificationHelper;
|
||||
use OCP\ILogger;
|
||||
|
||||
class ScheduledNoificationsTest extends \Test\TestCase {
|
||||
|
||||
@@ -35,6 +36,8 @@ class ScheduledNoificationsTest extends \Test\TestCase {
|
||||
protected $cardMapper;
|
||||
/** @var NotificationHelper|\PHPUnit\Framework\MockObject\MockObject */
|
||||
protected $notificationHelper;
|
||||
/** @var ILogger|\PHPUnit\Framework\MockObject\MockObject */
|
||||
protected $logger;
|
||||
/** @var ScheduledNotifications */
|
||||
protected $scheduledNotifications;
|
||||
|
||||
@@ -42,7 +45,8 @@ class ScheduledNoificationsTest extends \Test\TestCase {
|
||||
parent::setUp();
|
||||
$this->cardMapper = $this->createMock(CardMapper::class);
|
||||
$this->notificationHelper = $this->createMock(NotificationHelper::class);
|
||||
$this->scheduledNotifications = new ScheduledNotifications($this->cardMapper, $this->notificationHelper);
|
||||
$this->logger = $this->createMock(ILogger::class);
|
||||
$this->scheduledNotifications = new ScheduledNotifications($this->cardMapper, $this->notificationHelper, $this->logger);
|
||||
}
|
||||
|
||||
public function testDeleteCron() {
|
||||
|
||||
@@ -34,6 +34,7 @@ use OCA\Deck\Db\BoardMapper;
|
||||
use OCA\Deck\Db\ChangeHelper;
|
||||
use OCA\Deck\Db\LabelMapper;
|
||||
use OCA\Deck\Db\StackMapper;
|
||||
use OCA\Deck\NoPermissionException;
|
||||
use OCA\Deck\Notification\NotificationHelper;
|
||||
use OCP\IUser;
|
||||
use OCP\IUserManager;
|
||||
@@ -262,6 +263,93 @@ class BoardServiceTest extends TestCase {
|
||||
));
|
||||
}
|
||||
|
||||
public function dataAddAclExtendPermission() {
|
||||
return [
|
||||
[[false, false, false], [false, false, false], [false, false, false]],
|
||||
[[false, false, false], [true, true, true], [false, false, false]],
|
||||
|
||||
// user has share permissions -> can only reshare with those
|
||||
[[false, true, false], [false, false, false], [false, false, false]],
|
||||
[[false, true, false], [false, true, false], [false, true, false]],
|
||||
[[false, true, false], [true, true, true], [false, true, false]],
|
||||
|
||||
// user has write permissions -> can only reshare with those
|
||||
[[true, true, false], [false, false, false], [false, false, false]],
|
||||
[[true, true, false], [false, true, false], [false, true, false]],
|
||||
[[true, true, false], [true, true, true], [true, true, false]],
|
||||
|
||||
// user has manage permissions -> can upgrade acl permissions
|
||||
[[false, false, true], [true, true, true], [true, true, true]],
|
||||
[[true, true, true], [false, false, true], [false, false, true]],
|
||||
];
|
||||
}
|
||||
|
||||
/**
|
||||
* @dataProvider dataAddAclExtendPermission
|
||||
* @param $currentUserAcl
|
||||
* @param $providedAcl
|
||||
* @param $resultingAcl
|
||||
* @throws NoPermissionException
|
||||
* @throws \OCA\Deck\BadRequestException
|
||||
*/
|
||||
public function testAddAclExtendPermission($currentUserAcl, $providedAcl, $resultingAcl) {
|
||||
$existingAcl = new Acl();
|
||||
$existingAcl->setBoardId(123);
|
||||
$existingAcl->setType('user');
|
||||
$existingAcl->setParticipant('admin');
|
||||
$existingAcl->setPermissionEdit($currentUserAcl[0]);
|
||||
$existingAcl->setPermissionShare($currentUserAcl[1]);
|
||||
$existingAcl->setPermissionManage($currentUserAcl[2]);
|
||||
$this->permissionService->expects($this->at(0))
|
||||
->method('checkPermission')
|
||||
->with($this->boardMapper, 123, Acl::PERMISSION_SHARE, null);
|
||||
if ($currentUserAcl[2]) {
|
||||
$this->permissionService->expects($this->at(1))
|
||||
->method('checkPermission')
|
||||
->with($this->boardMapper, 123, Acl::PERMISSION_MANAGE, null);
|
||||
} else {
|
||||
$this->aclMapper->expects($this->once())
|
||||
->method('findAll')
|
||||
->willReturn([$existingAcl]);
|
||||
$this->permissionService->expects($this->at(1))
|
||||
->method('checkPermission')
|
||||
->with($this->boardMapper, 123, Acl::PERMISSION_MANAGE, null)
|
||||
->willThrowException(new NoPermissionException('No permission'));
|
||||
$this->permissionService->expects($this->at(2))
|
||||
->method('userCan')
|
||||
->willReturn($currentUserAcl[0]);
|
||||
$this->permissionService->expects($this->at(3))
|
||||
->method('userCan')
|
||||
->willReturn($currentUserAcl[1]);
|
||||
$this->permissionService->expects($this->at(4))
|
||||
->method('userCan')
|
||||
->willReturn($currentUserAcl[2]);
|
||||
}
|
||||
|
||||
$user = $this->createMock(IUser::class);
|
||||
$user->method('getUID')->willReturn('admin');
|
||||
$acl = new Acl();
|
||||
$acl->setBoardId(123);
|
||||
$acl->setType('user');
|
||||
$acl->setParticipant('admin');
|
||||
$acl->setPermissionEdit($resultingAcl[0]);
|
||||
$acl->setPermissionShare($resultingAcl[1]);
|
||||
$acl->setPermissionManage($resultingAcl[2]);
|
||||
$acl->resolveRelation('participant', function($participant) use (&$user) {
|
||||
return null;
|
||||
});
|
||||
$this->notificationHelper->expects($this->once())
|
||||
->method('sendBoardShared');
|
||||
$expected = clone $acl;
|
||||
$this->aclMapper->expects($this->once())
|
||||
->method('insert')
|
||||
->with($acl)
|
||||
->willReturn($acl);
|
||||
$this->assertEquals($expected, $this->service->addAcl(
|
||||
123, 'user', 'admin', $providedAcl[0], $providedAcl[1], $providedAcl[2]
|
||||
));
|
||||
}
|
||||
|
||||
public function testUpdateAcl() {
|
||||
$acl = new Acl();
|
||||
$acl->setBoardId(123);
|
||||
|
||||
Reference in New Issue
Block a user