Compare commits
74 Commits
fix/some-b
...
release/1.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8ec5def76f | ||
|
|
1e8ce54361 | ||
|
|
bbc4b80d56 | ||
|
|
4fc8ea196d | ||
|
|
07b0716d33 | ||
|
|
aca6b9d969 | ||
|
|
16592324a0 | ||
|
|
6b315f95a7 | ||
|
|
500662f8ce | ||
|
|
b8e05284eb | ||
|
|
c665cfb03d | ||
|
|
dc7a41ee35 | ||
|
|
90664cf869 | ||
|
|
c0084a6b5b | ||
|
|
9227f9e9a1 | ||
|
|
95117be03a | ||
|
|
80c428e114 | ||
|
|
03c712c965 | ||
|
|
4f59de7498 | ||
|
|
5f7709af93 | ||
|
|
79497b061a | ||
|
|
f402181db6 | ||
|
|
0275ecf3ad | ||
|
|
ba8294bdce | ||
|
|
80ed3c5e87 | ||
|
|
9efc73ce41 | ||
|
|
0c4d366950 | ||
|
|
c624b4cda0 | ||
|
|
b3b9b0d18f | ||
|
|
c846880a1e | ||
|
|
acaaccda05 | ||
|
|
67b378fda5 | ||
|
|
827b7da7c2 | ||
|
|
e01149cd81 | ||
|
|
4b594be8f0 | ||
|
|
b570dd8880 | ||
|
|
afc92908fd | ||
|
|
58bc1a87b1 | ||
|
|
7936dd6b56 | ||
|
|
dbbd57e443 | ||
|
|
0d42750d19 | ||
|
|
c56170f76f | ||
|
|
c56aeba3d3 | ||
|
|
ca4e0c122b | ||
|
|
05939792a1 | ||
|
|
5cbd91649b | ||
|
|
61d58fb4eb | ||
|
|
5aa2428e2d | ||
|
|
d35d8e5a50 | ||
|
|
71fe340fad | ||
|
|
6f3f391a04 | ||
|
|
50dea78147 | ||
|
|
3f3b1a11d7 | ||
|
|
c29686feec | ||
|
|
086617563d | ||
|
|
c7d7f2e5fe | ||
|
|
ac19f517c5 | ||
|
|
9a738ee7ac | ||
|
|
b81c249164 | ||
|
|
20f74812ea | ||
|
|
63709be9ad | ||
|
|
a94efb4905 | ||
|
|
412a5d183e | ||
|
|
e144303e26 | ||
|
|
fdb3a29256 | ||
|
|
de760ac6fa | ||
|
|
1e20832cd6 | ||
|
|
8e77849027 | ||
|
|
147dadd1ab | ||
|
|
bd39df04f6 | ||
|
|
12f30e946e | ||
|
|
01a6f93730 | ||
|
|
c72bec7220 | ||
|
|
c9a5f9e79b |
34
.github/dependabot.yml
vendored
34
.github/dependabot.yml
vendored
@@ -13,23 +13,6 @@ updates:
|
||||
- juliushaertl
|
||||
- luka-nextcloud
|
||||
|
||||
- package-ecosystem: npm
|
||||
target-branch: stable30
|
||||
versioning-strategy: lockfile-only
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: saturday
|
||||
time: "03:00"
|
||||
timezone: Europe/Paris
|
||||
ignore:
|
||||
- dependency-name: "*"
|
||||
update-types: ["version-update:semver-major"]
|
||||
open-pull-requests-limit: 30
|
||||
labels:
|
||||
- 3. to review
|
||||
- dependencies
|
||||
|
||||
- package-ecosystem: npm
|
||||
target-branch: stable29
|
||||
versioning-strategy: lockfile-only
|
||||
@@ -64,6 +47,23 @@ updates:
|
||||
- 3. to review
|
||||
- dependencies
|
||||
|
||||
- package-ecosystem: npm
|
||||
target-branch: stable27
|
||||
versioning-strategy: lockfile-only
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: saturday
|
||||
time: "03:00"
|
||||
timezone: Europe/Paris
|
||||
ignore:
|
||||
- dependency-name: "*"
|
||||
update-types: ["version-update:semver-major"]
|
||||
open-pull-requests-limit: 30
|
||||
labels:
|
||||
- 3. to review
|
||||
- dependencies
|
||||
|
||||
- package-ecosystem: composer
|
||||
directory: "/"
|
||||
schedule:
|
||||
|
||||
2
.github/workflows/cypress-e2e.yml
vendored
2
.github/workflows/cypress-e2e.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
node-version: [20.x]
|
||||
# containers: [1, 2, 3]
|
||||
php-versions: [ '8.2' ]
|
||||
server-versions: [ 'master' ]
|
||||
server-versions: [ 'stable30' ]
|
||||
|
||||
env:
|
||||
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, zip, gd, apcu
|
||||
|
||||
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
matrix:
|
||||
php-versions: ['8.1']
|
||||
databases: ['sqlite', 'mysql', 'pgsql']
|
||||
server-versions: ['master']
|
||||
server-versions: ['stable30']
|
||||
|
||||
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
|
||||
|
||||
|
||||
2
.github/workflows/npm-audit-fix.yml
vendored
2
.github/workflows/npm-audit-fix.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
|
||||
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']
|
||||
|
||||
name: npm-audit-fix-${{ matrix.branches }}
|
||||
|
||||
|
||||
2
.github/workflows/update-nextcloud-ocp.yml
vendored
2
.github/workflows/update-nextcloud-ocp.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
|
||||
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']
|
||||
|
||||
name: update-nextcloud-ocp-${{ matrix.branches }}
|
||||
|
||||
|
||||
@@ -20,17 +20,17 @@
|
||||
- 🚀 Get your project organized
|
||||
|
||||
</description>
|
||||
<version>2.0.0-dev.0</version>
|
||||
<version>1.14.0-beta.2</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Julius Härtl</author>
|
||||
<namespace>Deck</namespace>
|
||||
<types>
|
||||
<dav/>
|
||||
</types>
|
||||
<documentation>
|
||||
<user>https://deck.readthedocs.io/en/latest/User_documentation_en/</user>
|
||||
<developer>https://deck.readthedocs.io/en/latest/API/</developer>
|
||||
</documentation>
|
||||
<namespace>Deck</namespace>
|
||||
<types>
|
||||
<dav/>
|
||||
</types>
|
||||
<category>organization</category>
|
||||
<category>office</category>
|
||||
<website>https://github.com/nextcloud/deck</website>
|
||||
@@ -42,7 +42,7 @@
|
||||
<database min-version="9.4">pgsql</database>
|
||||
<database>sqlite</database>
|
||||
<database min-version="8.0">mysql</database>
|
||||
<nextcloud min-version="31" max-version="31"/>
|
||||
<nextcloud min-version="30" max-version="30"/>
|
||||
</dependencies>
|
||||
<background-jobs>
|
||||
<job>OCA\Deck\Cron\DeleteCron</job>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"roave/security-advisories": "dev-master",
|
||||
"phpunit/phpunit": "^9",
|
||||
"nextcloud/coding-standard": "^1.1",
|
||||
"nextcloud/ocp": "dev-master",
|
||||
"nextcloud/ocp": "dev-stable30",
|
||||
"psalm/phar": "^5.13"
|
||||
},
|
||||
"config": {
|
||||
|
||||
41
composer.lock
generated
41
composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "ee1c5b69795943e43d6277064d284ae0",
|
||||
"content-hash": "7242ec950e99240a95e6b6d877fdd8d2",
|
||||
"packages": [
|
||||
{
|
||||
"name": "icecave/parity",
|
||||
@@ -399,16 +399,16 @@
|
||||
},
|
||||
{
|
||||
"name": "nextcloud/coding-standard",
|
||||
"version": "v1.2.3",
|
||||
"version": "v1.2.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nextcloud/coding-standard.git",
|
||||
"reference": "bc9c53a5306114b60c4363057aff9c2ed10a54da"
|
||||
"reference": "cf5f18d989ec62fb4cdc7fc92a36baf34b3d829e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nextcloud/coding-standard/zipball/bc9c53a5306114b60c4363057aff9c2ed10a54da",
|
||||
"reference": "bc9c53a5306114b60c4363057aff9c2ed10a54da",
|
||||
"url": "https://api.github.com/repos/nextcloud/coding-standard/zipball/cf5f18d989ec62fb4cdc7fc92a36baf34b3d829e",
|
||||
"reference": "cf5f18d989ec62fb4cdc7fc92a36baf34b3d829e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -434,22 +434,22 @@
|
||||
"description": "Nextcloud coding standards for the php cs fixer",
|
||||
"support": {
|
||||
"issues": "https://github.com/nextcloud/coding-standard/issues",
|
||||
"source": "https://github.com/nextcloud/coding-standard/tree/v1.2.3"
|
||||
"source": "https://github.com/nextcloud/coding-standard/tree/v1.2.1"
|
||||
},
|
||||
"time": "2024-08-23T14:32:32+00:00"
|
||||
"time": "2024-02-01T14:54:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nextcloud/ocp",
|
||||
"version": "dev-master",
|
||||
"version": "dev-stable30",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nextcloud-deps/ocp.git",
|
||||
"reference": "b6538d7f14472c2ef6182c51df6be34cae033099"
|
||||
"reference": "f2be8ca227b71a2f9d0b025d231e4eb49d21c61c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/b6538d7f14472c2ef6182c51df6be34cae033099",
|
||||
"reference": "b6538d7f14472c2ef6182c51df6be34cae033099",
|
||||
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/f2be8ca227b71a2f9d0b025d231e4eb49d21c61c",
|
||||
"reference": "f2be8ca227b71a2f9d0b025d231e4eb49d21c61c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -459,11 +459,10 @@
|
||||
"psr/event-dispatcher": "^1.0",
|
||||
"psr/log": "^1.1.4"
|
||||
},
|
||||
"default-branch": true,
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "31.0.0-dev"
|
||||
"dev-stable30": "30.0.0-dev"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
@@ -479,9 +478,9 @@
|
||||
"description": "Composer package containing Nextcloud's public API (classes, interfaces)",
|
||||
"support": {
|
||||
"issues": "https://github.com/nextcloud-deps/ocp/issues",
|
||||
"source": "https://github.com/nextcloud-deps/ocp/tree/master"
|
||||
"source": "https://github.com/nextcloud-deps/ocp/tree/stable30"
|
||||
},
|
||||
"time": "2024-08-31T00:39:40+00:00"
|
||||
"time": "2024-09-05T00:40:13+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
@@ -661,16 +660,16 @@
|
||||
},
|
||||
{
|
||||
"name": "php-cs-fixer/shim",
|
||||
"version": "v3.62.0",
|
||||
"version": "v3.49.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/PHP-CS-Fixer/shim.git",
|
||||
"reference": "7a91d5ce45c486f5b445d95901228507a02f60ae"
|
||||
"reference": "f7d3219cac46632f12362c9aa7c2ac0d2fe92c52"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/7a91d5ce45c486f5b445d95901228507a02f60ae",
|
||||
"reference": "7a91d5ce45c486f5b445d95901228507a02f60ae",
|
||||
"url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/f7d3219cac46632f12362c9aa7c2ac0d2fe92c52",
|
||||
"reference": "f7d3219cac46632f12362c9aa7c2ac0d2fe92c52",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -707,9 +706,9 @@
|
||||
"description": "A tool to automatically fix PHP code style",
|
||||
"support": {
|
||||
"issues": "https://github.com/PHP-CS-Fixer/shim/issues",
|
||||
"source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.62.0"
|
||||
"source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.49.0"
|
||||
},
|
||||
"time": "2024-08-07T17:03:46+00:00"
|
||||
"time": "2024-02-02T00:42:09+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-code-coverage",
|
||||
|
||||
@@ -13,7 +13,7 @@ The Deck application plugin uses the [markdown-it](https://github.com/markdown-i
|
||||
|
||||
## Supported Markdown
|
||||
|
||||
Markdown comes in many flavors. The best way to learn markdown and understand how to use it, is simply to [try it](https://markdown-it.github.io) on the original script official playground.
|
||||
Markdown comes in may flavors. The best way to learn markdown and understand how to use it, is simply to [try it](https://markdown-it.github.io) on the original script official playground.
|
||||
That same link offers also a comprehensive list of what is supported, and what is not - rendering it unnecessary to duplicate that content in here.
|
||||
|
||||
[CommonMark Markdown Reference](http://commonmark.org/help/)
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "تاريخ غير صحيح, يجب أن يكون تنسيق التاريخ YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "التخطيط الشخصي و تنظيم مشروع الفريق",
|
||||
"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 هو أداة لتنظيم المهام الشخصية و الجماعية في نكست كلاود على نمط \"خطوط التصنيع أو التجميع في المصانع\" و المعروف بـ kanban.\n\n\n- 📥 أكتب مهمتك او مهمة فريقك على بطاقة و ضع البطاقة في الرُّقعة على كدسة البطاقات من ذات التصنيف أو المرحلة من الإنجاز\n- 📄 دوّن ملاحظاتك الإضافية على البطاقة بصيغة ماركداون markdown\n- 🔖 و يمكنك أيضاً إسناد البطاقة أي المهمة إلى شخص أو أشخاص في فريقك\n- 👥 شارك البطاقة مع من ترغب من أعضاء فريقك أو عائلتك أو أصدقائك\n- 📎 إرفاق ملفات و تضمينها بصيغة ماركداون في البطاقة\n- 💬ناقش البطاقة مع زملائك في خانة الملاحظات\n- ⚡ تابع ما يُستجد من عمليات و تطوّرات على البطاقة أو المهمة\n- 🚀 حافظ على مشروعك مُنسّقاً باستمرار.",
|
||||
"Card details" : "تفاصيل البطاقة",
|
||||
"Add board" : "إضافة لوح",
|
||||
"Select the board to link to a project" : "تحديد اللوح لربطه بمشروع",
|
||||
"Search by board title" : "بحث بواسطة عنوان اللوح",
|
||||
@@ -274,7 +275,6 @@ OC.L10N.register(
|
||||
"Todo items" : "قائمة المهام",
|
||||
"{count} comments, {unread} unread" : "{عدد} التعليقات، {غير مقروءة} غير مقروءة",
|
||||
"Edit card title" : "تعديل اسم القائمة",
|
||||
"Card details" : "تفاصيل البطاقة",
|
||||
"Assign to me" : "ينسب لي",
|
||||
"Unassign myself" : "إلغاء تعييني ",
|
||||
"Mark as not done" : "تمييز كـ \"غير منتهٍ\"",
|
||||
@@ -316,6 +316,8 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "إظهار اللوح في التقويم/المهام",
|
||||
"Limit board creation to some groups" : "قَصْرُ حَقِّ إنشاء الألواح على بعض المجموعات ",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "المستخدِمون من خارج تلك المجموعات لن يمكنكم إنشاء لوحاتهم الخاصة؛ لكن يمكنهم العمل على اللوحات التي تتمّ مشاركتها معهم.",
|
||||
"Cancel edit" : "إلغاء التعديل",
|
||||
"Save board" : "حفظ اللوح",
|
||||
"Board details" : "تفاصيل لوح",
|
||||
"Edit board" : "تعديل اللوح",
|
||||
"Clone board" : "استنسخ اللوح",
|
||||
@@ -341,7 +343,6 @@ OC.L10N.register(
|
||||
"No due" : "غير محدد",
|
||||
"Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح",
|
||||
"No results found" : "لا يتم العثور على أي نتائج ",
|
||||
"This weekend – {timeLocale}" : "نهاية هذا الأسبوع – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "اسم اللوحة {name} \n* آخر تعديل لها في {lastMod}",
|
||||
"{stack} in {board}" : "{stack} في {board}",
|
||||
"Click to expand description" : "إضعط للتوسّع في الوصف",
|
||||
@@ -361,6 +362,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "البطاقات القادمة",
|
||||
"New card" : "بطاقة جديدة",
|
||||
"Due on {date}" : "مطلوب في {date}",
|
||||
"This weekend – {timeLocale}" : "نهاية هذا الأسبوع – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "غداً – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "في وقت لاحقٍ اليوم – {timeLocale}",
|
||||
"Link to a board" : "ربط بلوح",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "تاريخ غير صحيح, يجب أن يكون تنسيق التاريخ YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "التخطيط الشخصي و تنظيم مشروع الفريق",
|
||||
"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 هو أداة لتنظيم المهام الشخصية و الجماعية في نكست كلاود على نمط \"خطوط التصنيع أو التجميع في المصانع\" و المعروف بـ kanban.\n\n\n- 📥 أكتب مهمتك او مهمة فريقك على بطاقة و ضع البطاقة في الرُّقعة على كدسة البطاقات من ذات التصنيف أو المرحلة من الإنجاز\n- 📄 دوّن ملاحظاتك الإضافية على البطاقة بصيغة ماركداون markdown\n- 🔖 و يمكنك أيضاً إسناد البطاقة أي المهمة إلى شخص أو أشخاص في فريقك\n- 👥 شارك البطاقة مع من ترغب من أعضاء فريقك أو عائلتك أو أصدقائك\n- 📎 إرفاق ملفات و تضمينها بصيغة ماركداون في البطاقة\n- 💬ناقش البطاقة مع زملائك في خانة الملاحظات\n- ⚡ تابع ما يُستجد من عمليات و تطوّرات على البطاقة أو المهمة\n- 🚀 حافظ على مشروعك مُنسّقاً باستمرار.",
|
||||
"Card details" : "تفاصيل البطاقة",
|
||||
"Add board" : "إضافة لوح",
|
||||
"Select the board to link to a project" : "تحديد اللوح لربطه بمشروع",
|
||||
"Search by board title" : "بحث بواسطة عنوان اللوح",
|
||||
@@ -272,7 +273,6 @@
|
||||
"Todo items" : "قائمة المهام",
|
||||
"{count} comments, {unread} unread" : "{عدد} التعليقات، {غير مقروءة} غير مقروءة",
|
||||
"Edit card title" : "تعديل اسم القائمة",
|
||||
"Card details" : "تفاصيل البطاقة",
|
||||
"Assign to me" : "ينسب لي",
|
||||
"Unassign myself" : "إلغاء تعييني ",
|
||||
"Mark as not done" : "تمييز كـ \"غير منتهٍ\"",
|
||||
@@ -314,6 +314,8 @@
|
||||
"Show boards in calendar/tasks" : "إظهار اللوح في التقويم/المهام",
|
||||
"Limit board creation to some groups" : "قَصْرُ حَقِّ إنشاء الألواح على بعض المجموعات ",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "المستخدِمون من خارج تلك المجموعات لن يمكنكم إنشاء لوحاتهم الخاصة؛ لكن يمكنهم العمل على اللوحات التي تتمّ مشاركتها معهم.",
|
||||
"Cancel edit" : "إلغاء التعديل",
|
||||
"Save board" : "حفظ اللوح",
|
||||
"Board details" : "تفاصيل لوح",
|
||||
"Edit board" : "تعديل اللوح",
|
||||
"Clone board" : "استنسخ اللوح",
|
||||
@@ -339,7 +341,6 @@
|
||||
"No due" : "غير محدد",
|
||||
"Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح",
|
||||
"No results found" : "لا يتم العثور على أي نتائج ",
|
||||
"This weekend – {timeLocale}" : "نهاية هذا الأسبوع – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "اسم اللوحة {name} \n* آخر تعديل لها في {lastMod}",
|
||||
"{stack} in {board}" : "{stack} في {board}",
|
||||
"Click to expand description" : "إضعط للتوسّع في الوصف",
|
||||
@@ -359,6 +360,7 @@
|
||||
"upcoming cards" : "البطاقات القادمة",
|
||||
"New card" : "بطاقة جديدة",
|
||||
"Due on {date}" : "مطلوب في {date}",
|
||||
"This weekend – {timeLocale}" : "نهاية هذا الأسبوع – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "غداً – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "في وقت لاحقٍ اليوم – {timeLocale}",
|
||||
"Link to a board" : "ربط بلوح",
|
||||
|
||||
@@ -95,6 +95,7 @@ OC.L10N.register(
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Guetar",
|
||||
"Shared with you" : "Compartióse contigo",
|
||||
"Cancel edit" : "Anular la edición",
|
||||
"All cards" : "Toles tarxetes",
|
||||
"No notifications" : "Nun hai nengún avisu",
|
||||
"No reminder" : "Nun hai nengún recordatoriu",
|
||||
@@ -102,8 +103,8 @@ OC.L10N.register(
|
||||
"Today" : "Güei",
|
||||
"Tomorrow" : "Mañana",
|
||||
"No results found" : "Nun s'atopó nengún resultáu",
|
||||
"This weekend – {timeLocale}" : "Esta fin de selmana – {timeLocale}",
|
||||
"Close" : "Zarrar",
|
||||
"This weekend – {timeLocale}" : "Esta fin de selmana – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Mañana – {timeLocale}",
|
||||
"Message from {author} in {conversationName}" : "Mensaxe de {author} en {conversationName}",
|
||||
"Error creating the share" : "Hebo un error al crear la compartición",
|
||||
|
||||
@@ -93,6 +93,7 @@
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Guetar",
|
||||
"Shared with you" : "Compartióse contigo",
|
||||
"Cancel edit" : "Anular la edición",
|
||||
"All cards" : "Toles tarxetes",
|
||||
"No notifications" : "Nun hai nengún avisu",
|
||||
"No reminder" : "Nun hai nengún recordatoriu",
|
||||
@@ -100,8 +101,8 @@
|
||||
"Today" : "Güei",
|
||||
"Tomorrow" : "Mañana",
|
||||
"No results found" : "Nun s'atopó nengún resultáu",
|
||||
"This weekend – {timeLocale}" : "Esta fin de selmana – {timeLocale}",
|
||||
"Close" : "Zarrar",
|
||||
"This weekend – {timeLocale}" : "Esta fin de selmana – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Mañana – {timeLocale}",
|
||||
"Message from {author} in {conversationName}" : "Mensaxe de {author} en {conversationName}",
|
||||
"Error creating the share" : "Hebo un error al crear la compartición",
|
||||
|
||||
@@ -111,6 +111,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Невалидна дата, форматът е различен от ГГГГ-ММ-ДД",
|
||||
"Personal planning and team project organization" : "Лично планиране и организация на екипни проекти",
|
||||
"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 е инструмент за организация в стил kanban, насочен към лично планиране и организация на проекти за екипи, интегрирани с Nextcloud.\n\n\n- 📥 Добавете задачите си към карти и ги подредете\n- 📄 Запишете допълнителни бележки в markdown формат\n- Присвояване на етикети за още по-добра организация\n- 👥 Споделете с вашия екип, приятели или семейство\n- 📎Прикачете файлове и ги вградете във вашето описание за маркиране\n- 💬Обсъдете с вашия екип, като използвате коментари\n- ⚡ Проследявайте промените в потока от дейности\n- 🚀 Организирайте проекта си",
|
||||
"Card details" : "Подробности за картата",
|
||||
"Add board" : "Добави табло",
|
||||
"Select the board to link to a project" : "Изберете таблото, което да свържете към проект",
|
||||
"Search by board title" : "Търсене по заглавие на таблото",
|
||||
@@ -242,7 +243,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Елементи на задача за изпълнение",
|
||||
"{count} comments, {unread} unread" : "{count} коментари, {unread} непрочетени",
|
||||
"Edit card title" : "Редактиране на заглавието на карта",
|
||||
"Card details" : "Подробности за картата",
|
||||
"Assign to me" : "Зачисляване към мен",
|
||||
"Unassign myself" : "Отмяна на зачисляването към мен",
|
||||
"Delete card" : "Изтриване на карта",
|
||||
@@ -263,6 +263,7 @@ OC.L10N.register(
|
||||
"Use bigger card view" : "Използва по-голям изглед на картата",
|
||||
"Show card ID badge" : "Показване на обозначение за самоличност на картата",
|
||||
"Show boards in calendar/tasks" : "Показване на таблата в календар / задачи",
|
||||
"Cancel edit" : "Отказ на редактиране",
|
||||
"Board details" : "Подробности за табло",
|
||||
"Edit board" : "Редактиране на табло",
|
||||
"Clone board" : " Клониране на табло",
|
||||
|
||||
@@ -109,6 +109,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Невалидна дата, форматът е различен от ГГГГ-ММ-ДД",
|
||||
"Personal planning and team project organization" : "Лично планиране и организация на екипни проекти",
|
||||
"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 е инструмент за организация в стил kanban, насочен към лично планиране и организация на проекти за екипи, интегрирани с Nextcloud.\n\n\n- 📥 Добавете задачите си към карти и ги подредете\n- 📄 Запишете допълнителни бележки в markdown формат\n- Присвояване на етикети за още по-добра организация\n- 👥 Споделете с вашия екип, приятели или семейство\n- 📎Прикачете файлове и ги вградете във вашето описание за маркиране\n- 💬Обсъдете с вашия екип, като използвате коментари\n- ⚡ Проследявайте промените в потока от дейности\n- 🚀 Организирайте проекта си",
|
||||
"Card details" : "Подробности за картата",
|
||||
"Add board" : "Добави табло",
|
||||
"Select the board to link to a project" : "Изберете таблото, което да свържете към проект",
|
||||
"Search by board title" : "Търсене по заглавие на таблото",
|
||||
@@ -240,7 +241,6 @@
|
||||
"Todo items" : "Елементи на задача за изпълнение",
|
||||
"{count} comments, {unread} unread" : "{count} коментари, {unread} непрочетени",
|
||||
"Edit card title" : "Редактиране на заглавието на карта",
|
||||
"Card details" : "Подробности за картата",
|
||||
"Assign to me" : "Зачисляване към мен",
|
||||
"Unassign myself" : "Отмяна на зачисляването към мен",
|
||||
"Delete card" : "Изтриване на карта",
|
||||
@@ -261,6 +261,7 @@
|
||||
"Use bigger card view" : "Използва по-голям изглед на картата",
|
||||
"Show card ID badge" : "Показване на обозначение за самоличност на картата",
|
||||
"Show boards in calendar/tasks" : "Показване на таблата в календар / задачи",
|
||||
"Cancel edit" : "Отказ на редактиране",
|
||||
"Board details" : "Подробности за табло",
|
||||
"Edit board" : "Редактиране на табло",
|
||||
"Clone board" : " Клониране на табло",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "La data no és vàlida, el format de la data ha de ser YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "Planificació personal i organització de projectes en equip",
|
||||
"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" : "Tauler és una eina d'organització a l'estil kanban dirigida a la planificació personal i a l'organització de projectes per equips integrada a Nextcloud.\n\n\n- 📥 Afegiu les tasques en targetes i poseu-les en ordre\n- 📄 Apunteu notes addicionals en format Markdown\n- 🔖 Assigneu etiquetes per una millor organització\n- 👥 Compartiu amb el vostre equip, família o amics\n- 📎 Adjunteu fitxers i encasteu-los en la descripció en markdown\n- 💬 Converses amb el vostre equip fent servir comentaris\n- ⚡ Mantingueu el seguiment de canvis al flux d'activitat\n- 🚀 Tingueu el vostre projecte organitzat",
|
||||
"Card details" : "Detalls de la targeta",
|
||||
"Add board" : "Afegeix un tauler",
|
||||
"Select the board to link to a project" : "Selecciona el tauler per enllaçar a un projecte",
|
||||
"Search by board title" : "Cerca per títol del tauler",
|
||||
@@ -266,7 +267,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Tasques pendents",
|
||||
"{count} comments, {unread} unread" : "{count} comentaris, {unread} no llegits",
|
||||
"Edit card title" : "Edició del títol de la targeta",
|
||||
"Card details" : "Detalls de la targeta",
|
||||
"Assign to me" : "Assigna'm a mi",
|
||||
"Unassign myself" : "Desasignar a mi mateix",
|
||||
"Mark as not done" : "Marca com no fet",
|
||||
@@ -307,6 +307,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Mostra els taulers al calendari/tasques",
|
||||
"Limit board creation to some groups" : "Limiteu la creació de taulers a alguns grups",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Els usuaris fora d'aquests grups no podran crear els seus propis taulers, però encara podran treballar en taulers que s'hagin compartit amb ells.",
|
||||
"Cancel edit" : "Cancel·la l'edició",
|
||||
"Board details" : "Detalls del tauler",
|
||||
"Edit board" : "Edita el tauler",
|
||||
"Clone board" : "Clonar tauler",
|
||||
@@ -332,7 +333,6 @@ OC.L10N.register(
|
||||
"No due" : "Sense venciment",
|
||||
"Search for {searchQuery} in all boards" : "Busca {searchQuery} a tots els taulers",
|
||||
"No results found" : "No s'han trobat resultats",
|
||||
"This weekend – {timeLocale}" : "Aquest cap de setmana: {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Tauler de piles {name}\n* Última modificació el dia {lastMod}",
|
||||
"{stack} in {board}" : "{stack} a {board}",
|
||||
"Click to expand description" : "Feu clic per ampliar la descripció",
|
||||
@@ -352,6 +352,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "pròximes targetes",
|
||||
"New card" : "Nova targeta",
|
||||
"Due on {date}" : "Venciment el dia {date}",
|
||||
"This weekend – {timeLocale}" : "Aquest cap de setmana: {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Demà: {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Avui més tard: {timeLocale}",
|
||||
"Link to a board" : "Enllaça a un tauler",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "La data no és vàlida, el format de la data ha de ser YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "Planificació personal i organització de projectes en equip",
|
||||
"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" : "Tauler és una eina d'organització a l'estil kanban dirigida a la planificació personal i a l'organització de projectes per equips integrada a Nextcloud.\n\n\n- 📥 Afegiu les tasques en targetes i poseu-les en ordre\n- 📄 Apunteu notes addicionals en format Markdown\n- 🔖 Assigneu etiquetes per una millor organització\n- 👥 Compartiu amb el vostre equip, família o amics\n- 📎 Adjunteu fitxers i encasteu-los en la descripció en markdown\n- 💬 Converses amb el vostre equip fent servir comentaris\n- ⚡ Mantingueu el seguiment de canvis al flux d'activitat\n- 🚀 Tingueu el vostre projecte organitzat",
|
||||
"Card details" : "Detalls de la targeta",
|
||||
"Add board" : "Afegeix un tauler",
|
||||
"Select the board to link to a project" : "Selecciona el tauler per enllaçar a un projecte",
|
||||
"Search by board title" : "Cerca per títol del tauler",
|
||||
@@ -264,7 +265,6 @@
|
||||
"Todo items" : "Tasques pendents",
|
||||
"{count} comments, {unread} unread" : "{count} comentaris, {unread} no llegits",
|
||||
"Edit card title" : "Edició del títol de la targeta",
|
||||
"Card details" : "Detalls de la targeta",
|
||||
"Assign to me" : "Assigna'm a mi",
|
||||
"Unassign myself" : "Desasignar a mi mateix",
|
||||
"Mark as not done" : "Marca com no fet",
|
||||
@@ -305,6 +305,7 @@
|
||||
"Show boards in calendar/tasks" : "Mostra els taulers al calendari/tasques",
|
||||
"Limit board creation to some groups" : "Limiteu la creació de taulers a alguns grups",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Els usuaris fora d'aquests grups no podran crear els seus propis taulers, però encara podran treballar en taulers que s'hagin compartit amb ells.",
|
||||
"Cancel edit" : "Cancel·la l'edició",
|
||||
"Board details" : "Detalls del tauler",
|
||||
"Edit board" : "Edita el tauler",
|
||||
"Clone board" : "Clonar tauler",
|
||||
@@ -330,7 +331,6 @@
|
||||
"No due" : "Sense venciment",
|
||||
"Search for {searchQuery} in all boards" : "Busca {searchQuery} a tots els taulers",
|
||||
"No results found" : "No s'han trobat resultats",
|
||||
"This weekend – {timeLocale}" : "Aquest cap de setmana: {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Tauler de piles {name}\n* Última modificació el dia {lastMod}",
|
||||
"{stack} in {board}" : "{stack} a {board}",
|
||||
"Click to expand description" : "Feu clic per ampliar la descripció",
|
||||
@@ -350,6 +350,7 @@
|
||||
"upcoming cards" : "pròximes targetes",
|
||||
"New card" : "Nova targeta",
|
||||
"Due on {date}" : "Venciment el dia {date}",
|
||||
"This weekend – {timeLocale}" : "Aquest cap de setmana: {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Demà: {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Avui més tard: {timeLocale}",
|
||||
"Link to a board" : "Enllaça a un tauler",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Neplatné datum – je třeba, aby formát data byl RRRR-MM-DD",
|
||||
"Personal planning and team project organization" : "Osobní plánování a organizování týmového projektu",
|
||||
"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 je nástroj cílený na osobní nebo projektové plánování týmů v Kanban stylu, napojený do Nextcloud.\n\n\n- 📥 Zadávejte a uspořádávejte své úkoly do karet\n- 📄 Zapisujte si dodatečné poznámky (v Markdown) \n- 🔖 Přiřazujte štítky pro ještě lepší uspořádání\n- 👥 Sdílejte se svým týmem, přáteli nebo rodinou\n- 📎 Připojte soubory a vložte je do (Markdown) popisu \n- 💬 Diskutujte se svým týmem prostřednictvím komentářů\n- ⚡ Udržte si přehled o změnách prostřednictvím sledování proudu aktivit\n- 🚀 Dostaňte svůj projekt pod kontrolu",
|
||||
"Card details" : "Podrobnosti o kartě",
|
||||
"Add board" : "Přidat tabuli",
|
||||
"Select the board to link to a project" : "Vyberte tabuli kterou propojit s projektem",
|
||||
"Search by board title" : "Hledat podle názvu tabule",
|
||||
@@ -268,7 +269,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Položky k udělání",
|
||||
"{count} comments, {unread} unread" : "{count} komentářů, {unread} nepřečtených",
|
||||
"Edit card title" : "Upravit nadpis karty",
|
||||
"Card details" : "Podrobnosti o kartě",
|
||||
"Assign to me" : "Přiřadit mě",
|
||||
"Unassign myself" : "Zrušit přiřazení sobě",
|
||||
"Mark as not done" : "Označit jako nehotové",
|
||||
@@ -306,6 +306,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Zobrazit tabule v kalendáři/úkolech",
|
||||
"Limit board creation to some groups" : "Umožnit vytváření tabulí pouze vybraným skupinám",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Uživatelé, kteří nejsou členy těchto skupin nebudou moci vytvářet své vlastní tabule, ale pořád budou moci pracovat na tabulích, které jim byly nasdíleny.",
|
||||
"Cancel edit" : "Zrušit úpravu",
|
||||
"Board details" : "Podrobnosti o tabuli",
|
||||
"Edit board" : "Upravit tabuli",
|
||||
"Clone board" : "Klonovat tabuli",
|
||||
@@ -331,7 +332,6 @@ OC.L10N.register(
|
||||
"No due" : "Žádný termín",
|
||||
"Search for {searchQuery} in all boards" : "Hledat {searchQuery} na všech tabulích",
|
||||
"No results found" : "Nenalezeny žádné výsledky",
|
||||
"This weekend – {timeLocale}" : "Tento víkend – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck karta {name}\n* Naposledy změněno {lastMod}",
|
||||
"{stack} in {board}" : "{stack} v {board}",
|
||||
"Click to expand description" : "Popis rozbalíte kliknutím",
|
||||
@@ -351,6 +351,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "nadcházející karty",
|
||||
"New card" : "Nová karta",
|
||||
"Due on {date}" : "Termín {date}",
|
||||
"This weekend – {timeLocale}" : "Tento víkend – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Zítra – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Později dnes – {timeLocale}",
|
||||
"Link to a board" : "Propojit s tabulí",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Neplatné datum – je třeba, aby formát data byl RRRR-MM-DD",
|
||||
"Personal planning and team project organization" : "Osobní plánování a organizování týmového projektu",
|
||||
"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 je nástroj cílený na osobní nebo projektové plánování týmů v Kanban stylu, napojený do Nextcloud.\n\n\n- 📥 Zadávejte a uspořádávejte své úkoly do karet\n- 📄 Zapisujte si dodatečné poznámky (v Markdown) \n- 🔖 Přiřazujte štítky pro ještě lepší uspořádání\n- 👥 Sdílejte se svým týmem, přáteli nebo rodinou\n- 📎 Připojte soubory a vložte je do (Markdown) popisu \n- 💬 Diskutujte se svým týmem prostřednictvím komentářů\n- ⚡ Udržte si přehled o změnách prostřednictvím sledování proudu aktivit\n- 🚀 Dostaňte svůj projekt pod kontrolu",
|
||||
"Card details" : "Podrobnosti o kartě",
|
||||
"Add board" : "Přidat tabuli",
|
||||
"Select the board to link to a project" : "Vyberte tabuli kterou propojit s projektem",
|
||||
"Search by board title" : "Hledat podle názvu tabule",
|
||||
@@ -266,7 +267,6 @@
|
||||
"Todo items" : "Položky k udělání",
|
||||
"{count} comments, {unread} unread" : "{count} komentářů, {unread} nepřečtených",
|
||||
"Edit card title" : "Upravit nadpis karty",
|
||||
"Card details" : "Podrobnosti o kartě",
|
||||
"Assign to me" : "Přiřadit mě",
|
||||
"Unassign myself" : "Zrušit přiřazení sobě",
|
||||
"Mark as not done" : "Označit jako nehotové",
|
||||
@@ -304,6 +304,7 @@
|
||||
"Show boards in calendar/tasks" : "Zobrazit tabule v kalendáři/úkolech",
|
||||
"Limit board creation to some groups" : "Umožnit vytváření tabulí pouze vybraným skupinám",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Uživatelé, kteří nejsou členy těchto skupin nebudou moci vytvářet své vlastní tabule, ale pořád budou moci pracovat na tabulích, které jim byly nasdíleny.",
|
||||
"Cancel edit" : "Zrušit úpravu",
|
||||
"Board details" : "Podrobnosti o tabuli",
|
||||
"Edit board" : "Upravit tabuli",
|
||||
"Clone board" : "Klonovat tabuli",
|
||||
@@ -329,7 +330,6 @@
|
||||
"No due" : "Žádný termín",
|
||||
"Search for {searchQuery} in all boards" : "Hledat {searchQuery} na všech tabulích",
|
||||
"No results found" : "Nenalezeny žádné výsledky",
|
||||
"This weekend – {timeLocale}" : "Tento víkend – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck karta {name}\n* Naposledy změněno {lastMod}",
|
||||
"{stack} in {board}" : "{stack} v {board}",
|
||||
"Click to expand description" : "Popis rozbalíte kliknutím",
|
||||
@@ -349,6 +349,7 @@
|
||||
"upcoming cards" : "nadcházející karty",
|
||||
"New card" : "Nová karta",
|
||||
"Due on {date}" : "Termín {date}",
|
||||
"This weekend – {timeLocale}" : "Tento víkend – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Zítra – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Později dnes – {timeLocale}",
|
||||
"Link to a board" : "Propojit s tabulí",
|
||||
|
||||
@@ -63,6 +63,7 @@ OC.L10N.register(
|
||||
"Path is already shared with this card" : "Stien er allerede delt med dette kort.",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Ikke gyldig dato - dato formatet skal være YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "Personlig planlægning og organisering af team projekter",
|
||||
"Card details" : "Kort detaljer",
|
||||
"Add board" : "Tilføj tavle",
|
||||
"Select the board to link to a project" : "Vælg en tavle at linke til et projekt",
|
||||
"Search by board title" : "Søg efter tavle titel",
|
||||
@@ -179,7 +180,6 @@ OC.L10N.register(
|
||||
"Select Date" : "Vælg dato",
|
||||
"Assign a tag to this card…" : "Tilføj et mærkat til dette kort ...",
|
||||
"(group)" : "(gruppe)",
|
||||
"Card details" : "Kort detaljer",
|
||||
"Assign to me" : "Tildel til mig",
|
||||
"Unassign myself" : "Fjern mig selv",
|
||||
"Delete card" : "Slet kort",
|
||||
@@ -196,6 +196,7 @@ OC.L10N.register(
|
||||
"Shared with you" : "Shared with you",
|
||||
"Use bigger card view" : "Brug større kort visning",
|
||||
"Show boards in calendar/tasks" : "Vis tavler i kalender/opgaver",
|
||||
"Cancel edit" : "Annuller redigering",
|
||||
"Board details" : "Liste detaljer",
|
||||
"Edit board" : "Rediger liste",
|
||||
"Clone board" : "Klon tavle",
|
||||
|
||||
@@ -61,6 +61,7 @@
|
||||
"Path is already shared with this card" : "Stien er allerede delt med dette kort.",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Ikke gyldig dato - dato formatet skal være YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "Personlig planlægning og organisering af team projekter",
|
||||
"Card details" : "Kort detaljer",
|
||||
"Add board" : "Tilføj tavle",
|
||||
"Select the board to link to a project" : "Vælg en tavle at linke til et projekt",
|
||||
"Search by board title" : "Søg efter tavle titel",
|
||||
@@ -177,7 +178,6 @@
|
||||
"Select Date" : "Vælg dato",
|
||||
"Assign a tag to this card…" : "Tilføj et mærkat til dette kort ...",
|
||||
"(group)" : "(gruppe)",
|
||||
"Card details" : "Kort detaljer",
|
||||
"Assign to me" : "Tildel til mig",
|
||||
"Unassign myself" : "Fjern mig selv",
|
||||
"Delete card" : "Slet kort",
|
||||
@@ -194,6 +194,7 @@
|
||||
"Shared with you" : "Shared with you",
|
||||
"Use bigger card view" : "Brug større kort visning",
|
||||
"Show boards in calendar/tasks" : "Vis tavler i kalender/opgaver",
|
||||
"Cancel edit" : "Annuller redigering",
|
||||
"Board details" : "Liste detaljer",
|
||||
"Edit board" : "Rediger liste",
|
||||
"Clone board" : "Klon tavle",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT",
|
||||
"Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Füge deine Aufgaben zu den Karten hinzu und ordne diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teile mit deinem Team, Freunden oder der Familie\n- 📎 Füge Dateien hinzu und verwende diese in deinen Markdown-Beschreibungen\n- 💬 Diskutiere mit deinem Team mit Kommentaren\n- ⚡ Behalte den Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisiere dein Projekt",
|
||||
"Card details" : "Kartendetails",
|
||||
"Add board" : "Board hinzufügen",
|
||||
"Select the board to link to a project" : "Wähle ein Board aus, um dieses mit einem Projekt zu verknüpfen",
|
||||
"Search by board title" : "Nach einem Board suchen",
|
||||
@@ -274,7 +275,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Aufgaben-Elemente",
|
||||
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
||||
"Edit card title" : "Kartentitel bearbeiten",
|
||||
"Card details" : "Kartendetails",
|
||||
"Assign to me" : "Mir zuweisen",
|
||||
"Unassign myself" : "Nicht mehr mir zuweisen",
|
||||
"Mark as not done" : "Als nicht erledigt markieren",
|
||||
@@ -316,6 +316,8 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Board in Kalender/Aufgaben anzeigen",
|
||||
"Limit board creation to some groups" : "Erstellung von Boards auf einige Gruppen beschränken",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Benutzer außerhalb dieser Gruppen können keine eigenen Boards erstellen, aber weiterhin an Boards arbeiten, die mit ihnen geteilt wurden.",
|
||||
"Cancel edit" : "Bearbeiten abbrechen",
|
||||
"Save board" : "Board speichern",
|
||||
"Board details" : "Boarddetails",
|
||||
"Edit board" : "Board bearbeiten",
|
||||
"Clone board" : "Board klonen",
|
||||
@@ -341,7 +343,6 @@ OC.L10N.register(
|
||||
"No due" : "Kein Fälligkeitsdatum",
|
||||
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
||||
"No results found" : "Keine Ergebnisse gefunden",
|
||||
"This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ",
|
||||
"{stack} in {board}" : "{stack} in {board}",
|
||||
"Click to expand description" : "Klicken, um die Beschreibung zu erweitern",
|
||||
@@ -361,6 +362,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "Anstehende Karten",
|
||||
"New card" : "Neue Karte",
|
||||
"Due on {date}" : "Fällig am {date}",
|
||||
"This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Morgen – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Heute noch – {timeLocale}",
|
||||
"Link to a board" : "Mit einem Board verknüpfen",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT",
|
||||
"Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Füge deine Aufgaben zu den Karten hinzu und ordne diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teile mit deinem Team, Freunden oder der Familie\n- 📎 Füge Dateien hinzu und verwende diese in deinen Markdown-Beschreibungen\n- 💬 Diskutiere mit deinem Team mit Kommentaren\n- ⚡ Behalte den Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisiere dein Projekt",
|
||||
"Card details" : "Kartendetails",
|
||||
"Add board" : "Board hinzufügen",
|
||||
"Select the board to link to a project" : "Wähle ein Board aus, um dieses mit einem Projekt zu verknüpfen",
|
||||
"Search by board title" : "Nach einem Board suchen",
|
||||
@@ -272,7 +273,6 @@
|
||||
"Todo items" : "Aufgaben-Elemente",
|
||||
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
||||
"Edit card title" : "Kartentitel bearbeiten",
|
||||
"Card details" : "Kartendetails",
|
||||
"Assign to me" : "Mir zuweisen",
|
||||
"Unassign myself" : "Nicht mehr mir zuweisen",
|
||||
"Mark as not done" : "Als nicht erledigt markieren",
|
||||
@@ -314,6 +314,8 @@
|
||||
"Show boards in calendar/tasks" : "Board in Kalender/Aufgaben anzeigen",
|
||||
"Limit board creation to some groups" : "Erstellung von Boards auf einige Gruppen beschränken",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Benutzer außerhalb dieser Gruppen können keine eigenen Boards erstellen, aber weiterhin an Boards arbeiten, die mit ihnen geteilt wurden.",
|
||||
"Cancel edit" : "Bearbeiten abbrechen",
|
||||
"Save board" : "Board speichern",
|
||||
"Board details" : "Boarddetails",
|
||||
"Edit board" : "Board bearbeiten",
|
||||
"Clone board" : "Board klonen",
|
||||
@@ -339,7 +341,6 @@
|
||||
"No due" : "Kein Fälligkeitsdatum",
|
||||
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
||||
"No results found" : "Keine Ergebnisse gefunden",
|
||||
"This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ",
|
||||
"{stack} in {board}" : "{stack} in {board}",
|
||||
"Click to expand description" : "Klicken, um die Beschreibung zu erweitern",
|
||||
@@ -359,6 +360,7 @@
|
||||
"upcoming cards" : "Anstehende Karten",
|
||||
"New card" : "Neue Karte",
|
||||
"Due on {date}" : "Fällig am {date}",
|
||||
"This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Morgen – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Heute noch – {timeLocale}",
|
||||
"Link to a board" : "Mit einem Board verknüpfen",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT",
|
||||
"Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Fügen Sie Ihre Aufgaben zu den Karten hinzu und ordnen Sie diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teilen Sie mit Ihrem Team, Ihren Freunden oder Ihrer Familie\n- 📎 Fügen Sie Dateien hinzu und verwende diese in Ihren Markdown-Beschreibungen\n- 💬 Diskutieren Sie mit Ihrem Team mit Kommentaren\n- ⚡ Behalten Sie Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisieren Sie Ihr Projekt",
|
||||
"Card details" : "Karten-Details",
|
||||
"Add board" : "Board hinzufügen",
|
||||
"Select the board to link to a project" : "Wählen Sie ein Board aus, um dieses mit einem Projekt zu verknüpfen",
|
||||
"Search by board title" : "Nach einem Board suchen",
|
||||
@@ -274,7 +275,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Aufgaben-Elemente",
|
||||
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
||||
"Edit card title" : "Kartentitel bearbeiten",
|
||||
"Card details" : "Karten-Details",
|
||||
"Assign to me" : "Mir zuweisen",
|
||||
"Unassign myself" : "Nicht mehr mir zuweisen",
|
||||
"Mark as not done" : "Als unerledigt markieren",
|
||||
@@ -316,6 +316,8 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Board in Kalender/Aufgaben anzeigen",
|
||||
"Limit board creation to some groups" : "Boarderstellung auf einige Gruppen beschränken",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Benutzer außerhalb dieser Gruppen können keine eigenen Boards erstellen, aber weiterhin an Boards arbeiten, die mit ihnen geteilt wurden.",
|
||||
"Cancel edit" : "Bearbeiten abbrechen",
|
||||
"Save board" : "Board sichern",
|
||||
"Board details" : "Board-Details",
|
||||
"Edit board" : "Board bearbeiten",
|
||||
"Clone board" : "Board klonen",
|
||||
@@ -341,7 +343,6 @@ OC.L10N.register(
|
||||
"No due" : "Kein Fälligkeitsdatum",
|
||||
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
||||
"No results found" : "Keine Ergebnisse gefunden",
|
||||
"This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ",
|
||||
"{stack} in {board}" : "{stack} auf {board}",
|
||||
"Click to expand description" : "Klicken, um die Beschreibung zu erweitern",
|
||||
@@ -361,6 +362,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "Anstehende Karten",
|
||||
"New card" : "Neue Karte",
|
||||
"Due on {date}" : "Fällig am {date}",
|
||||
"This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Morgen – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Später heute – {timeLocale}",
|
||||
"Link to a board" : "Mit einem Board verknüpfen",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT",
|
||||
"Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Fügen Sie Ihre Aufgaben zu den Karten hinzu und ordnen Sie diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teilen Sie mit Ihrem Team, Ihren Freunden oder Ihrer Familie\n- 📎 Fügen Sie Dateien hinzu und verwende diese in Ihren Markdown-Beschreibungen\n- 💬 Diskutieren Sie mit Ihrem Team mit Kommentaren\n- ⚡ Behalten Sie Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisieren Sie Ihr Projekt",
|
||||
"Card details" : "Karten-Details",
|
||||
"Add board" : "Board hinzufügen",
|
||||
"Select the board to link to a project" : "Wählen Sie ein Board aus, um dieses mit einem Projekt zu verknüpfen",
|
||||
"Search by board title" : "Nach einem Board suchen",
|
||||
@@ -272,7 +273,6 @@
|
||||
"Todo items" : "Aufgaben-Elemente",
|
||||
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
||||
"Edit card title" : "Kartentitel bearbeiten",
|
||||
"Card details" : "Karten-Details",
|
||||
"Assign to me" : "Mir zuweisen",
|
||||
"Unassign myself" : "Nicht mehr mir zuweisen",
|
||||
"Mark as not done" : "Als unerledigt markieren",
|
||||
@@ -314,6 +314,8 @@
|
||||
"Show boards in calendar/tasks" : "Board in Kalender/Aufgaben anzeigen",
|
||||
"Limit board creation to some groups" : "Boarderstellung auf einige Gruppen beschränken",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Benutzer außerhalb dieser Gruppen können keine eigenen Boards erstellen, aber weiterhin an Boards arbeiten, die mit ihnen geteilt wurden.",
|
||||
"Cancel edit" : "Bearbeiten abbrechen",
|
||||
"Save board" : "Board sichern",
|
||||
"Board details" : "Board-Details",
|
||||
"Edit board" : "Board bearbeiten",
|
||||
"Clone board" : "Board klonen",
|
||||
@@ -339,7 +341,6 @@
|
||||
"No due" : "Kein Fälligkeitsdatum",
|
||||
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
||||
"No results found" : "Keine Ergebnisse gefunden",
|
||||
"This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ",
|
||||
"{stack} in {board}" : "{stack} auf {board}",
|
||||
"Click to expand description" : "Klicken, um die Beschreibung zu erweitern",
|
||||
@@ -359,6 +360,7 @@
|
||||
"upcoming cards" : "Anstehende Karten",
|
||||
"New card" : "Neue Karte",
|
||||
"Due on {date}" : "Fällig am {date}",
|
||||
"This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Morgen – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Später heute – {timeLocale}",
|
||||
"Link to a board" : "Mit einem Board verknüpfen",
|
||||
|
||||
@@ -119,6 +119,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Μη έγκυρη ημερομηνία, η μορφή ημερομηνίας πρέπει να είναι ΕΕΕΕ-ΜΜ-ΗΗ",
|
||||
"Personal planning and team project organization" : "Προσωπικός σχεδιασμός και οργάνωση ομαδικών έργων",
|
||||
"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 είναι ένα εργαλείο οργάνωσης τύπου kanban με στόχο τον προσωπικό προγραμματισμό και την οργάνωση έργων για ομάδες που έχουν ενσωματωθεί στο Nextcloud.\n\n\n- 📥 Προσθέστε τις εργασίες σας στις καρτέλες και βάλτε τες στη σειρά\n- 📄 Γράψτε τις πρόσθετες σημειώσεις\n- 🔖 Αντιστοιχίστε τις ετικέτες για ακόμη καλύτερη οργάνωση\n- 👥 Μοιραστείτε με την ομάδα, φίλους ή την οικογένειά σας\n- 📎 Επισυνάψτε αρχεία και ενσωματώστε τα στην περιγραφή\n- 💬 Συζητήστε με την ομάδα σας χρησιμοποιώντας σχόλια\n- ⚡ Παρακολουθήστε τις αλλαγές στη ροή δραστηριοτήτων\n- 🚀 Έχετε τα όλα οργανωμένα",
|
||||
"Card details" : "Λεπτομέρειες καρτέλας",
|
||||
"Add board" : "Προσθήκη πίνακα",
|
||||
"Select the board to link to a project" : "Επιλέξτε πίνακα και συνδέστε τον σε ένα έργο",
|
||||
"Search by board title" : "Αναζήτηση με το όνομα πίνακα",
|
||||
@@ -273,7 +274,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Στοιχεία todo",
|
||||
"{count} comments, {unread} unread" : "{count} σχόλια, {unread} μη αναγνωσμένα",
|
||||
"Edit card title" : "Επεξεργασία τίτλου κάρτας",
|
||||
"Card details" : "Λεπτομέρειες καρτέλας",
|
||||
"Assign to me" : "Ανάθεση σε εμένα",
|
||||
"Unassign myself" : "Αποδέσμευσή μου",
|
||||
"Mark as not done" : "Σήμανση ως ολοκληρωμένου",
|
||||
@@ -315,6 +315,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Εμφάνιση πινάκων στο ημερολόγιο / εργασίες",
|
||||
"Limit board creation to some groups" : "Περιορισμός της δημιουργίας πινάκων σε ορισμένες ομάδες",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Οι χρήστες εκτός αυτών των ομάδων δεν θα μπορούν να δημιουργούν τους δικούς τους πίνακες, αλλά θα μπορούν να εργάζονται σε πίνακες που τους έχουν διαμοιραστεί.",
|
||||
"Cancel edit" : "Ακύρωση επεξεργασίας",
|
||||
"Board details" : "Λεπτομέριες πίνακα",
|
||||
"Edit board" : "Επεξεργασία πίνακα",
|
||||
"Clone board" : "Κλώνος πίνακα",
|
||||
@@ -340,7 +341,6 @@ OC.L10N.register(
|
||||
"No due" : "Χωρίς λήξη",
|
||||
"Search for {searchQuery} in all boards" : "Αναζήτηση για {searchQuery} σε όλους τους πίνακες",
|
||||
"No results found" : "Δεν βρέθηκαν αποτελέσματα",
|
||||
"This weekend – {timeLocale}" : "Αυτή την εβδομάδα – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Πίνακας Deck {name}\n* Τελευταία τροποποίηση στις {lastMod}",
|
||||
"{stack} in {board}" : "{stack} στο {board}",
|
||||
"Click to expand description" : "Κλικ για επέκταση περιγραφής",
|
||||
@@ -360,6 +360,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "επερχόμενες καρτέλες",
|
||||
"New card" : "Νέα κάρτα",
|
||||
"Due on {date}" : "Προθεσμία στις {date}",
|
||||
"This weekend – {timeLocale}" : "Αυτή την εβδομάδα – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Αύριο – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Αργότερα σήμερα – {timeLocale}",
|
||||
"Link to a board" : "Σύνδεσμος στον πίνακα",
|
||||
|
||||
@@ -117,6 +117,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Μη έγκυρη ημερομηνία, η μορφή ημερομηνίας πρέπει να είναι ΕΕΕΕ-ΜΜ-ΗΗ",
|
||||
"Personal planning and team project organization" : "Προσωπικός σχεδιασμός και οργάνωση ομαδικών έργων",
|
||||
"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 είναι ένα εργαλείο οργάνωσης τύπου kanban με στόχο τον προσωπικό προγραμματισμό και την οργάνωση έργων για ομάδες που έχουν ενσωματωθεί στο Nextcloud.\n\n\n- 📥 Προσθέστε τις εργασίες σας στις καρτέλες και βάλτε τες στη σειρά\n- 📄 Γράψτε τις πρόσθετες σημειώσεις\n- 🔖 Αντιστοιχίστε τις ετικέτες για ακόμη καλύτερη οργάνωση\n- 👥 Μοιραστείτε με την ομάδα, φίλους ή την οικογένειά σας\n- 📎 Επισυνάψτε αρχεία και ενσωματώστε τα στην περιγραφή\n- 💬 Συζητήστε με την ομάδα σας χρησιμοποιώντας σχόλια\n- ⚡ Παρακολουθήστε τις αλλαγές στη ροή δραστηριοτήτων\n- 🚀 Έχετε τα όλα οργανωμένα",
|
||||
"Card details" : "Λεπτομέρειες καρτέλας",
|
||||
"Add board" : "Προσθήκη πίνακα",
|
||||
"Select the board to link to a project" : "Επιλέξτε πίνακα και συνδέστε τον σε ένα έργο",
|
||||
"Search by board title" : "Αναζήτηση με το όνομα πίνακα",
|
||||
@@ -271,7 +272,6 @@
|
||||
"Todo items" : "Στοιχεία todo",
|
||||
"{count} comments, {unread} unread" : "{count} σχόλια, {unread} μη αναγνωσμένα",
|
||||
"Edit card title" : "Επεξεργασία τίτλου κάρτας",
|
||||
"Card details" : "Λεπτομέρειες καρτέλας",
|
||||
"Assign to me" : "Ανάθεση σε εμένα",
|
||||
"Unassign myself" : "Αποδέσμευσή μου",
|
||||
"Mark as not done" : "Σήμανση ως ολοκληρωμένου",
|
||||
@@ -313,6 +313,7 @@
|
||||
"Show boards in calendar/tasks" : "Εμφάνιση πινάκων στο ημερολόγιο / εργασίες",
|
||||
"Limit board creation to some groups" : "Περιορισμός της δημιουργίας πινάκων σε ορισμένες ομάδες",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Οι χρήστες εκτός αυτών των ομάδων δεν θα μπορούν να δημιουργούν τους δικούς τους πίνακες, αλλά θα μπορούν να εργάζονται σε πίνακες που τους έχουν διαμοιραστεί.",
|
||||
"Cancel edit" : "Ακύρωση επεξεργασίας",
|
||||
"Board details" : "Λεπτομέριες πίνακα",
|
||||
"Edit board" : "Επεξεργασία πίνακα",
|
||||
"Clone board" : "Κλώνος πίνακα",
|
||||
@@ -338,7 +339,6 @@
|
||||
"No due" : "Χωρίς λήξη",
|
||||
"Search for {searchQuery} in all boards" : "Αναζήτηση για {searchQuery} σε όλους τους πίνακες",
|
||||
"No results found" : "Δεν βρέθηκαν αποτελέσματα",
|
||||
"This weekend – {timeLocale}" : "Αυτή την εβδομάδα – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Πίνακας Deck {name}\n* Τελευταία τροποποίηση στις {lastMod}",
|
||||
"{stack} in {board}" : "{stack} στο {board}",
|
||||
"Click to expand description" : "Κλικ για επέκταση περιγραφής",
|
||||
@@ -358,6 +358,7 @@
|
||||
"upcoming cards" : "επερχόμενες καρτέλες",
|
||||
"New card" : "Νέα κάρτα",
|
||||
"Due on {date}" : "Προθεσμία στις {date}",
|
||||
"This weekend – {timeLocale}" : "Αυτή την εβδομάδα – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Αύριο – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Αργότερα σήμερα – {timeLocale}",
|
||||
"Link to a board" : "Σύνδεσμος στον πίνακα",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "Personal planning and team project organization",
|
||||
"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 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",
|
||||
"Card details" : "Card details",
|
||||
"Add board" : "Add board",
|
||||
"Select the board to link to a project" : "Select the board to link to a project",
|
||||
"Search by board title" : "Search by board title",
|
||||
@@ -274,7 +275,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Todo items",
|
||||
"{count} comments, {unread} unread" : "{count} comments, {unread} unread",
|
||||
"Edit card title" : "Edit card title",
|
||||
"Card details" : "Card details",
|
||||
"Assign to me" : "Assign to me",
|
||||
"Unassign myself" : "Unassign myself",
|
||||
"Mark as not done" : "Mark as not done",
|
||||
@@ -316,6 +316,8 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Show boards in calendar/tasks",
|
||||
"Limit board creation to some groups" : "Limit board creation to some groups",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.",
|
||||
"Cancel edit" : "Cancel edit",
|
||||
"Save board" : "Save board",
|
||||
"Board details" : "Board details",
|
||||
"Edit board" : "Edit board",
|
||||
"Clone board" : "Clone board",
|
||||
@@ -341,7 +343,6 @@ OC.L10N.register(
|
||||
"No due" : "No due",
|
||||
"Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards",
|
||||
"No results found" : "No results found",
|
||||
"This weekend – {timeLocale}" : "This weekend – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}",
|
||||
"{stack} in {board}" : "{stack} in {board}",
|
||||
"Click to expand description" : "Click to expand description",
|
||||
@@ -361,6 +362,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "upcoming cards",
|
||||
"New card" : "New card",
|
||||
"Due on {date}" : "Due on {date}",
|
||||
"This weekend – {timeLocale}" : "This weekend – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Later today – {timeLocale}",
|
||||
"Link to a board" : "Link to a board",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "Personal planning and team project organization",
|
||||
"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 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",
|
||||
"Card details" : "Card details",
|
||||
"Add board" : "Add board",
|
||||
"Select the board to link to a project" : "Select the board to link to a project",
|
||||
"Search by board title" : "Search by board title",
|
||||
@@ -272,7 +273,6 @@
|
||||
"Todo items" : "Todo items",
|
||||
"{count} comments, {unread} unread" : "{count} comments, {unread} unread",
|
||||
"Edit card title" : "Edit card title",
|
||||
"Card details" : "Card details",
|
||||
"Assign to me" : "Assign to me",
|
||||
"Unassign myself" : "Unassign myself",
|
||||
"Mark as not done" : "Mark as not done",
|
||||
@@ -314,6 +314,8 @@
|
||||
"Show boards in calendar/tasks" : "Show boards in calendar/tasks",
|
||||
"Limit board creation to some groups" : "Limit board creation to some groups",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.",
|
||||
"Cancel edit" : "Cancel edit",
|
||||
"Save board" : "Save board",
|
||||
"Board details" : "Board details",
|
||||
"Edit board" : "Edit board",
|
||||
"Clone board" : "Clone board",
|
||||
@@ -339,7 +341,6 @@
|
||||
"No due" : "No due",
|
||||
"Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards",
|
||||
"No results found" : "No results found",
|
||||
"This weekend – {timeLocale}" : "This weekend – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}",
|
||||
"{stack} in {board}" : "{stack} in {board}",
|
||||
"Click to expand description" : "Click to expand description",
|
||||
@@ -359,6 +360,7 @@
|
||||
"upcoming cards" : "upcoming cards",
|
||||
"New card" : "New card",
|
||||
"Due on {date}" : "Due on {date}",
|
||||
"This weekend – {timeLocale}" : "This weekend – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Later today – {timeLocale}",
|
||||
"Link to a board" : "Link to a board",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Fecha no válida, el formato de las fechas debe ser AAAA-MM-DD",
|
||||
"Personal planning and team project organization" : "Planificación personal y organización de proyecto de equipo",
|
||||
"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 es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto",
|
||||
"Card details" : "Detalles de la tarjeta",
|
||||
"Add board" : "Añadir tablero",
|
||||
"Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto",
|
||||
"Search by board title" : "Buscar por título de tablero",
|
||||
@@ -273,7 +274,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Ítems pendientes",
|
||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
|
||||
"Edit card title" : "Editar el título de la tarjeta",
|
||||
"Card details" : "Detalles de la tarjeta",
|
||||
"Assign to me" : "Asignarme a mí",
|
||||
"Unassign myself" : "Desasignarme a mí mismo",
|
||||
"Mark as not done" : "Marcar como no completado",
|
||||
@@ -315,6 +315,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Mostrar tableros en calendario/tareas",
|
||||
"Limit board creation to some groups" : "Limitar la creación de tableros a algunos grupos",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Los usuarios fuera de estos grupos no podrán crear sus propios tableros, sin embargo, podrán trabajar en tableros que han sido compartidos con ellos.",
|
||||
"Cancel edit" : "Cacelar edición",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"Edit board" : "Editar tablero",
|
||||
"Clone board" : "Clonar tablero",
|
||||
@@ -340,7 +341,6 @@ OC.L10N.register(
|
||||
"No due" : "Sin finalizar",
|
||||
"Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros",
|
||||
"No results found" : "No se encontraron resultados",
|
||||
"This weekend – {timeLocale}" : "Este fin de semana – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Tablero Deck {name}\n* Última modificación en {lastMod}",
|
||||
"{stack} in {board}" : "{stack} en {board}",
|
||||
"Click to expand description" : "Pulse para expandir la descripción",
|
||||
@@ -360,6 +360,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "próximas tarjetas",
|
||||
"New card" : "Nueva tarjeta",
|
||||
"Due on {date}" : "Vence en {date}",
|
||||
"This weekend – {timeLocale}" : "Este fin de semana – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Mañana – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Hoy, más tarde – {timeLocale}",
|
||||
"Link to a board" : "Enlace a un tablero",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Fecha no válida, el formato de las fechas debe ser AAAA-MM-DD",
|
||||
"Personal planning and team project organization" : "Planificación personal y organización de proyecto de equipo",
|
||||
"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 es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto",
|
||||
"Card details" : "Detalles de la tarjeta",
|
||||
"Add board" : "Añadir tablero",
|
||||
"Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto",
|
||||
"Search by board title" : "Buscar por título de tablero",
|
||||
@@ -271,7 +272,6 @@
|
||||
"Todo items" : "Ítems pendientes",
|
||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
|
||||
"Edit card title" : "Editar el título de la tarjeta",
|
||||
"Card details" : "Detalles de la tarjeta",
|
||||
"Assign to me" : "Asignarme a mí",
|
||||
"Unassign myself" : "Desasignarme a mí mismo",
|
||||
"Mark as not done" : "Marcar como no completado",
|
||||
@@ -313,6 +313,7 @@
|
||||
"Show boards in calendar/tasks" : "Mostrar tableros en calendario/tareas",
|
||||
"Limit board creation to some groups" : "Limitar la creación de tableros a algunos grupos",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Los usuarios fuera de estos grupos no podrán crear sus propios tableros, sin embargo, podrán trabajar en tableros que han sido compartidos con ellos.",
|
||||
"Cancel edit" : "Cacelar edición",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"Edit board" : "Editar tablero",
|
||||
"Clone board" : "Clonar tablero",
|
||||
@@ -338,7 +339,6 @@
|
||||
"No due" : "Sin finalizar",
|
||||
"Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros",
|
||||
"No results found" : "No se encontraron resultados",
|
||||
"This weekend – {timeLocale}" : "Este fin de semana – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Tablero Deck {name}\n* Última modificación en {lastMod}",
|
||||
"{stack} in {board}" : "{stack} en {board}",
|
||||
"Click to expand description" : "Pulse para expandir la descripción",
|
||||
@@ -358,6 +358,7 @@
|
||||
"upcoming cards" : "próximas tarjetas",
|
||||
"New card" : "Nueva tarjeta",
|
||||
"Due on {date}" : "Vence en {date}",
|
||||
"This weekend – {timeLocale}" : "Este fin de semana – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Mañana – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Hoy, más tarde – {timeLocale}",
|
||||
"Link to a board" : "Enlace a un tablero",
|
||||
|
||||
@@ -45,6 +45,7 @@ OC.L10N.register(
|
||||
"Card not found" : "Tarjeta no encontrada",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, favor de seguir el formato AAAA-MM-DD",
|
||||
"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 es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto",
|
||||
"Card details" : "Detalles de la tarjeta",
|
||||
"Add board" : "Nuevo Tablero",
|
||||
"Search by board title" : "Buscar por título de tablero",
|
||||
"Select board" : "Selecciona tablero",
|
||||
@@ -86,7 +87,6 @@ OC.L10N.register(
|
||||
"Remove due date" : "Eliminar fecha de vencimiento",
|
||||
"Select Date" : "Seleccionar fecha",
|
||||
"(group)" : "(grupo)",
|
||||
"Card details" : "Detalles de la tarjeta",
|
||||
"seconds ago" : "segundos",
|
||||
"Keyboard shortcuts" : "Atajos de teclado",
|
||||
"Keyboard shortcut" : "Atajo del teclado",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"Card not found" : "Tarjeta no encontrada",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, favor de seguir el formato AAAA-MM-DD",
|
||||
"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 es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto",
|
||||
"Card details" : "Detalles de la tarjeta",
|
||||
"Add board" : "Nuevo Tablero",
|
||||
"Search by board title" : "Buscar por título de tablero",
|
||||
"Select board" : "Selecciona tablero",
|
||||
@@ -84,7 +85,6 @@
|
||||
"Remove due date" : "Eliminar fecha de vencimiento",
|
||||
"Select Date" : "Seleccionar fecha",
|
||||
"(group)" : "(grupo)",
|
||||
"Card details" : "Detalles de la tarjeta",
|
||||
"seconds ago" : "segundos",
|
||||
"Keyboard shortcuts" : "Atajos de teclado",
|
||||
"Keyboard shortcut" : "Atajo del teclado",
|
||||
|
||||
@@ -111,6 +111,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
|
||||
"Personal planning and team project organization" : "Planificación personal y organización de proyectos en equipo",
|
||||
"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 es una herramienta de organización estilo Kanban destinada a la planificación personal y la organización de proyectos en equipo integrada con Nextcloud.\n \n \n - 📥 Añade tus tareas a tarjetas y ordénalas\n - 📄 Toma notas adicionales en Markdown\n - 🔖 Asigna etiquetas para una mejor organización\n - 👥 Comparte con tu equipo, amigos o familia\n - 📎 Adjunta archivos e incrustarlos en tu descripción en Markdown\n - 💬 Discute con tu equipo usando comentarios\n - ⚡ Sigue los cambios en el flujo de actividad\n - 🚀 Organiza tu proyecto",
|
||||
"Card details" : "Detalles de la tarjeta",
|
||||
"Add board" : "Agregar tablero",
|
||||
"Select the board to link to a project" : "Selecciona el tablero para vincularlo a un proyecto",
|
||||
"Search by board title" : "Buscar por título del tablero",
|
||||
@@ -242,7 +243,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Elementos pendientes",
|
||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
|
||||
"Edit card title" : "Editar título de la tarjeta",
|
||||
"Card details" : "Detalles de la tarjeta",
|
||||
"Assign to me" : "Asignarme la tarjeta",
|
||||
"Unassign myself" : "Desasignarme la tarjeta",
|
||||
"Delete card" : "Eliminar tarjeta",
|
||||
@@ -263,6 +263,7 @@ OC.L10N.register(
|
||||
"Use bigger card view" : "Usar vista de tarjeta más grande",
|
||||
"Show card ID badge" : "Mostrar identificación de la tarjeta",
|
||||
"Show boards in calendar/tasks" : "Mostrar tableros en calendario/tareas",
|
||||
"Cancel edit" : "Cancelar edición",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"Edit board" : "Editar el tablero",
|
||||
"Clone board" : "Clonar tablero",
|
||||
|
||||
@@ -109,6 +109,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
|
||||
"Personal planning and team project organization" : "Planificación personal y organización de proyectos en equipo",
|
||||
"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 es una herramienta de organización estilo Kanban destinada a la planificación personal y la organización de proyectos en equipo integrada con Nextcloud.\n \n \n - 📥 Añade tus tareas a tarjetas y ordénalas\n - 📄 Toma notas adicionales en Markdown\n - 🔖 Asigna etiquetas para una mejor organización\n - 👥 Comparte con tu equipo, amigos o familia\n - 📎 Adjunta archivos e incrustarlos en tu descripción en Markdown\n - 💬 Discute con tu equipo usando comentarios\n - ⚡ Sigue los cambios en el flujo de actividad\n - 🚀 Organiza tu proyecto",
|
||||
"Card details" : "Detalles de la tarjeta",
|
||||
"Add board" : "Agregar tablero",
|
||||
"Select the board to link to a project" : "Selecciona el tablero para vincularlo a un proyecto",
|
||||
"Search by board title" : "Buscar por título del tablero",
|
||||
@@ -240,7 +241,6 @@
|
||||
"Todo items" : "Elementos pendientes",
|
||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
|
||||
"Edit card title" : "Editar título de la tarjeta",
|
||||
"Card details" : "Detalles de la tarjeta",
|
||||
"Assign to me" : "Asignarme la tarjeta",
|
||||
"Unassign myself" : "Desasignarme la tarjeta",
|
||||
"Delete card" : "Eliminar tarjeta",
|
||||
@@ -261,6 +261,7 @@
|
||||
"Use bigger card view" : "Usar vista de tarjeta más grande",
|
||||
"Show card ID badge" : "Mostrar identificación de la tarjeta",
|
||||
"Show boards in calendar/tasks" : "Mostrar tableros en calendario/tareas",
|
||||
"Cancel edit" : "Cancelar edición",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"Edit board" : "Editar el tablero",
|
||||
"Clone board" : "Clonar tablero",
|
||||
|
||||
@@ -170,6 +170,7 @@ OC.L10N.register(
|
||||
"Space" : "Espacio",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Cancel edit" : "Cancelar edición",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"Edit board" : "Editar el tablero",
|
||||
"Clone board" : "Clonar pizarra",
|
||||
|
||||
@@ -168,6 +168,7 @@
|
||||
"Space" : "Espacio",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Cancel edit" : "Cancelar edición",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"Edit board" : "Editar el tablero",
|
||||
"Clone board" : "Clonar pizarra",
|
||||
|
||||
@@ -46,6 +46,7 @@ OC.L10N.register(
|
||||
"Keyboard shortcut" : "Klaviatuuri otsetee",
|
||||
"Search" : "Otsi",
|
||||
"Shared with you" : "Sinuga jagatud",
|
||||
"Cancel edit" : "Loobu muutmisest",
|
||||
"No notifications" : "Märguandeid pole",
|
||||
"An error occurred" : "Tekkis tõrge",
|
||||
"Today" : "Täna",
|
||||
|
||||
@@ -44,6 +44,7 @@
|
||||
"Keyboard shortcut" : "Klaviatuuri otsetee",
|
||||
"Search" : "Otsi",
|
||||
"Shared with you" : "Sinuga jagatud",
|
||||
"Cancel edit" : "Loobu muutmisest",
|
||||
"No notifications" : "Märguandeid pole",
|
||||
"An error occurred" : "Tekkis tõrge",
|
||||
"Today" : "Täna",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Data baliogabea, dataren formatuak UUUU-HH-EE izan behar du",
|
||||
"Personal planning and team project organization" : "Plangintza pertsonala eta talde proiektuen kudeaketa",
|
||||
"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 aplikazioa plangintza pertsonalera eta proiektuen antolaketara zuzenduta dagoen Nextcloudekin integratutako kanban moduko tresna bat da.\n\n\n-📥 Gehitu atazak txarteletan eta ordenatu\n- 📄 Idatzi ohar gehigarriak Markdown erabiliz\n- 🔖 Esleitu etiketak antolaketa are gehiago hobetzeko\n- 👥 Partekatu zure talde, lagun edo familiarekin\n- 📎 Erantsi fitxategiak eta kapsulatu zure Markdown deskribapenean\n- 💬 Eztabaidatu zure taldearekin iruzkinak erabiliz\n- ⚡ Egin aldaketen jarraipena jarduera jarioa erabiliz\n- 🚀 Antolatu zure proiektua",
|
||||
"Card details" : "Txartelaren xehetasunak",
|
||||
"Add board" : "Gehitu taula",
|
||||
"Select the board to link to a project" : "Hautatu taula proiektu bati estekatzeko",
|
||||
"Search by board title" : "Bilatu taula izenez",
|
||||
@@ -274,7 +275,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Elementuak egiteke",
|
||||
"{count} comments, {unread} unread" : "{count} iruzkin, {unread} irakurri gabe",
|
||||
"Edit card title" : "Editatu txartelaren izenburua",
|
||||
"Card details" : "Txartelaren xehetasunak",
|
||||
"Assign to me" : "Esleitu niri",
|
||||
"Unassign myself" : "Niri esleitzeari utzi",
|
||||
"Mark as not done" : "Markatu ez egindako gisa",
|
||||
@@ -316,6 +316,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Erakutsi taulak egutegi/zereginetan",
|
||||
"Limit board creation to some groups" : "Mugatu taulak sortzea talde batzuei",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Talde horietatik kanpo dauden erabiltzaileek ezingo dituzte haien taulak sortu, baina partekatu zaizkien tauletan lan egiten jarraitu ahal izango dute.",
|
||||
"Cancel edit" : "Utzi editatzeari",
|
||||
"Board details" : "Taularen xehetasunak",
|
||||
"Edit board" : "Editatu taula",
|
||||
"Clone board" : "Klonatu taula",
|
||||
@@ -341,7 +342,6 @@ OC.L10N.register(
|
||||
"No due" : "Epemugarik ez",
|
||||
"Search for {searchQuery} in all boards" : "Bilatu {searchQuery} taula guztietan",
|
||||
"No results found" : "Ez da emaitzarik aurkitu",
|
||||
"This weekend – {timeLocale}" : "Hurrengo asteburua – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : " Deck-eko {izena} taula\n* Azken aldaketa {lastMod}-n",
|
||||
"{stack} in {board}" : "{board}-(e)ko {stack}",
|
||||
"Click to expand description" : "Egin klik deskribapena handitzeko",
|
||||
@@ -361,6 +361,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "hurrengo txartelak",
|
||||
"New card" : "Txartel berria",
|
||||
"Due on {date}" : "Iraungitze-data {date}",
|
||||
"This weekend – {timeLocale}" : "Hurrengo asteburua – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Bihar – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Beranduago gaur – {timeLocale}",
|
||||
"Link to a board" : "Estekatu taula batera",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Data baliogabea, dataren formatuak UUUU-HH-EE izan behar du",
|
||||
"Personal planning and team project organization" : "Plangintza pertsonala eta talde proiektuen kudeaketa",
|
||||
"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 aplikazioa plangintza pertsonalera eta proiektuen antolaketara zuzenduta dagoen Nextcloudekin integratutako kanban moduko tresna bat da.\n\n\n-📥 Gehitu atazak txarteletan eta ordenatu\n- 📄 Idatzi ohar gehigarriak Markdown erabiliz\n- 🔖 Esleitu etiketak antolaketa are gehiago hobetzeko\n- 👥 Partekatu zure talde, lagun edo familiarekin\n- 📎 Erantsi fitxategiak eta kapsulatu zure Markdown deskribapenean\n- 💬 Eztabaidatu zure taldearekin iruzkinak erabiliz\n- ⚡ Egin aldaketen jarraipena jarduera jarioa erabiliz\n- 🚀 Antolatu zure proiektua",
|
||||
"Card details" : "Txartelaren xehetasunak",
|
||||
"Add board" : "Gehitu taula",
|
||||
"Select the board to link to a project" : "Hautatu taula proiektu bati estekatzeko",
|
||||
"Search by board title" : "Bilatu taula izenez",
|
||||
@@ -272,7 +273,6 @@
|
||||
"Todo items" : "Elementuak egiteke",
|
||||
"{count} comments, {unread} unread" : "{count} iruzkin, {unread} irakurri gabe",
|
||||
"Edit card title" : "Editatu txartelaren izenburua",
|
||||
"Card details" : "Txartelaren xehetasunak",
|
||||
"Assign to me" : "Esleitu niri",
|
||||
"Unassign myself" : "Niri esleitzeari utzi",
|
||||
"Mark as not done" : "Markatu ez egindako gisa",
|
||||
@@ -314,6 +314,7 @@
|
||||
"Show boards in calendar/tasks" : "Erakutsi taulak egutegi/zereginetan",
|
||||
"Limit board creation to some groups" : "Mugatu taulak sortzea talde batzuei",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Talde horietatik kanpo dauden erabiltzaileek ezingo dituzte haien taulak sortu, baina partekatu zaizkien tauletan lan egiten jarraitu ahal izango dute.",
|
||||
"Cancel edit" : "Utzi editatzeari",
|
||||
"Board details" : "Taularen xehetasunak",
|
||||
"Edit board" : "Editatu taula",
|
||||
"Clone board" : "Klonatu taula",
|
||||
@@ -339,7 +340,6 @@
|
||||
"No due" : "Epemugarik ez",
|
||||
"Search for {searchQuery} in all boards" : "Bilatu {searchQuery} taula guztietan",
|
||||
"No results found" : "Ez da emaitzarik aurkitu",
|
||||
"This weekend – {timeLocale}" : "Hurrengo asteburua – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : " Deck-eko {izena} taula\n* Azken aldaketa {lastMod}-n",
|
||||
"{stack} in {board}" : "{board}-(e)ko {stack}",
|
||||
"Click to expand description" : "Egin klik deskribapena handitzeko",
|
||||
@@ -359,6 +359,7 @@
|
||||
"upcoming cards" : "hurrengo txartelak",
|
||||
"New card" : "Txartel berria",
|
||||
"Due on {date}" : "Iraungitze-data {date}",
|
||||
"This weekend – {timeLocale}" : "Hurrengo asteburua – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Bihar – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Beranduago gaur – {timeLocale}",
|
||||
"Link to a board" : "Estekatu taula batera",
|
||||
|
||||
@@ -112,6 +112,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "تاریخ نامعتبر است، قالب تاریخ باید YYYY-MM-DD باشد",
|
||||
"Personal planning and team project organization" : "برنامهریزی شخصی و سازماندهی کار گروهی",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "برگهدان یک ابزار سازماندهی سبک کانبان است که هدف آن برنامهریزی شخصی و سازماندهی پروژه برای گروههای مرتبط با Nextcloud است.\n\n\n- 📥 وظایف خود را به برگهها اضافه کنید و آنها را مرتب کنید\n- 📄 یادداشتهای اضافی را در Markdown یادداشت کنید\n- 🔖 برچسبهایی را برای سازماندهی بهتر اختصاص دهید\n- 👥 با گروه، دوستان یا خانوادهٔ خود به اشتراک بگذارید\n- 📎 فایلها را ضمیمه کنید و آنها را در توضیحات Markdown خود قرار دهید\n- 💬 با استفاده از نظرات با تیم خود بحث کنید\n- ⚡ تغییرات در جریان فعالیت را پیگیری کنید\n- 🚀 پروژه خود را سازماندهی کنید",
|
||||
"Card details" : "جزئیات برگه",
|
||||
"Add board" : "افزودن تخته",
|
||||
"Select the board to link to a project" : "تختهای را برای ایجاد پیوند با یک پروژه انتخاب کنید",
|
||||
"Search by board title" : "جستجو بر اساس عنوان تخته",
|
||||
@@ -245,7 +246,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Todo items",
|
||||
"{count} comments, {unread} unread" : "{count} نظر، { خوانده نشده} خوانده نشده",
|
||||
"Edit card title" : "Edit card title",
|
||||
"Card details" : "جزئیات برگه",
|
||||
"Assign to me" : "به من اختصاص دهید",
|
||||
"Unassign myself" : "واگذاری به خودم را لغو میکنم",
|
||||
"Delete card" : "حذف برگه",
|
||||
@@ -267,6 +267,7 @@ OC.L10N.register(
|
||||
"Use bigger card view" : "از نمای برگهٔ بزرگتر استفاده کنید",
|
||||
"Show card ID badge" : "Show card ID badge",
|
||||
"Show boards in calendar/tasks" : "نمایش تابلوها در تقویم/ وظایف",
|
||||
"Cancel edit" : "Cancel edit",
|
||||
"Board details" : "Board details",
|
||||
"Edit board" : "ویرایش تخته",
|
||||
"Clone board" : "تخته شبیهسازی",
|
||||
@@ -292,7 +293,6 @@ OC.L10N.register(
|
||||
"No due" : "No due",
|
||||
"Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards",
|
||||
"No results found" : "هیچ نتیجه ای یافت نشد",
|
||||
"This weekend – {timeLocale}" : "This weekend – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}",
|
||||
"{stack} in {board}" : "{stack} in {board}",
|
||||
"Click to expand description" : "Click to expand description",
|
||||
@@ -310,6 +310,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "upcoming cards",
|
||||
"New card" : "New card",
|
||||
"Due on {date}" : "Due on {date}",
|
||||
"This weekend – {timeLocale}" : "This weekend – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Later today – {timeLocale}",
|
||||
"Link to a board" : "Link to a board",
|
||||
|
||||
@@ -110,6 +110,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "تاریخ نامعتبر است، قالب تاریخ باید YYYY-MM-DD باشد",
|
||||
"Personal planning and team project organization" : "برنامهریزی شخصی و سازماندهی کار گروهی",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "برگهدان یک ابزار سازماندهی سبک کانبان است که هدف آن برنامهریزی شخصی و سازماندهی پروژه برای گروههای مرتبط با Nextcloud است.\n\n\n- 📥 وظایف خود را به برگهها اضافه کنید و آنها را مرتب کنید\n- 📄 یادداشتهای اضافی را در Markdown یادداشت کنید\n- 🔖 برچسبهایی را برای سازماندهی بهتر اختصاص دهید\n- 👥 با گروه، دوستان یا خانوادهٔ خود به اشتراک بگذارید\n- 📎 فایلها را ضمیمه کنید و آنها را در توضیحات Markdown خود قرار دهید\n- 💬 با استفاده از نظرات با تیم خود بحث کنید\n- ⚡ تغییرات در جریان فعالیت را پیگیری کنید\n- 🚀 پروژه خود را سازماندهی کنید",
|
||||
"Card details" : "جزئیات برگه",
|
||||
"Add board" : "افزودن تخته",
|
||||
"Select the board to link to a project" : "تختهای را برای ایجاد پیوند با یک پروژه انتخاب کنید",
|
||||
"Search by board title" : "جستجو بر اساس عنوان تخته",
|
||||
@@ -243,7 +244,6 @@
|
||||
"Todo items" : "Todo items",
|
||||
"{count} comments, {unread} unread" : "{count} نظر، { خوانده نشده} خوانده نشده",
|
||||
"Edit card title" : "Edit card title",
|
||||
"Card details" : "جزئیات برگه",
|
||||
"Assign to me" : "به من اختصاص دهید",
|
||||
"Unassign myself" : "واگذاری به خودم را لغو میکنم",
|
||||
"Delete card" : "حذف برگه",
|
||||
@@ -265,6 +265,7 @@
|
||||
"Use bigger card view" : "از نمای برگهٔ بزرگتر استفاده کنید",
|
||||
"Show card ID badge" : "Show card ID badge",
|
||||
"Show boards in calendar/tasks" : "نمایش تابلوها در تقویم/ وظایف",
|
||||
"Cancel edit" : "Cancel edit",
|
||||
"Board details" : "Board details",
|
||||
"Edit board" : "ویرایش تخته",
|
||||
"Clone board" : "تخته شبیهسازی",
|
||||
@@ -290,7 +291,6 @@
|
||||
"No due" : "No due",
|
||||
"Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards",
|
||||
"No results found" : "هیچ نتیجه ای یافت نشد",
|
||||
"This weekend – {timeLocale}" : "This weekend – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}",
|
||||
"{stack} in {board}" : "{stack} in {board}",
|
||||
"Click to expand description" : "Click to expand description",
|
||||
@@ -308,6 +308,7 @@
|
||||
"upcoming cards" : "upcoming cards",
|
||||
"New card" : "New card",
|
||||
"Due on {date}" : "Due on {date}",
|
||||
"This weekend – {timeLocale}" : "This weekend – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Later today – {timeLocale}",
|
||||
"Link to a board" : "Link to a board",
|
||||
|
||||
@@ -86,6 +86,7 @@ OC.L10N.register(
|
||||
"Card not found" : "Korttia ei löydy",
|
||||
"Path is already shared with this card" : "Polku on jo jaettu tämän kortin kanssa",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Virheellinen päivä, päivän muodon tulee olla YYYY-MM-DD",
|
||||
"Card details" : "Näytä kortin sisältö",
|
||||
"Add board" : "Lisää taulu",
|
||||
"Select the board to link to a project" : "Valitse projektiin linkitettävä taulu",
|
||||
"Search by board title" : "Hae taulun otsikon mukaan",
|
||||
@@ -202,7 +203,6 @@ OC.L10N.register(
|
||||
"(group)" : "(ryhmä)",
|
||||
"Next week – {timeLocale}" : "Ensi viikko – {timeLocale}",
|
||||
"{count} comments, {unread} unread" : "{count} kommenttia, {unread} lukematonta",
|
||||
"Card details" : "Näytä kortin sisältö",
|
||||
"Assign to me" : "Määritä minulle",
|
||||
"Unassign myself" : "Poista määritys minulta",
|
||||
"Delete card" : "Poista kortti",
|
||||
@@ -216,6 +216,7 @@ OC.L10N.register(
|
||||
"All boards" : "Kaikki taulut",
|
||||
"Archived boards" : "Arkistoidut taulut",
|
||||
"Shared with you" : "Jaettu kanssasi",
|
||||
"Cancel edit" : "Peruuta muokkaus",
|
||||
"Board details" : "Taulun tiedot",
|
||||
"Edit board" : "Muokkaa taulua",
|
||||
"Clone board" : "Monista taulu",
|
||||
@@ -232,7 +233,6 @@ OC.L10N.register(
|
||||
"Tomorrow" : "Huomenna",
|
||||
"Search for {searchQuery} in all boards" : "Hae ehtoja {searchQuery} kaikilta tauluilta",
|
||||
"No results found" : "Ei tuloksia",
|
||||
"This weekend – {timeLocale}" : "Tämä viikonloppu – {timeLocale}",
|
||||
"Click to expand comment" : "Napsauta laajentaaksesi kommentin",
|
||||
"Create a new card" : "Luo uusi kortti",
|
||||
"Card title" : "Kortin otsikko",
|
||||
@@ -243,6 +243,7 @@ OC.L10N.register(
|
||||
"Close" : "Sulje",
|
||||
"No upcoming cards" : "Ei tulevia kortteja",
|
||||
"upcoming cards" : "tulevat kortit",
|
||||
"This weekend – {timeLocale}" : "Tämä viikonloppu – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Huomenna – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Myöhemmin tänään – {timeLocale}",
|
||||
"Link to a board" : "Linkki taululle",
|
||||
|
||||
@@ -84,6 +84,7 @@
|
||||
"Card not found" : "Korttia ei löydy",
|
||||
"Path is already shared with this card" : "Polku on jo jaettu tämän kortin kanssa",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Virheellinen päivä, päivän muodon tulee olla YYYY-MM-DD",
|
||||
"Card details" : "Näytä kortin sisältö",
|
||||
"Add board" : "Lisää taulu",
|
||||
"Select the board to link to a project" : "Valitse projektiin linkitettävä taulu",
|
||||
"Search by board title" : "Hae taulun otsikon mukaan",
|
||||
@@ -200,7 +201,6 @@
|
||||
"(group)" : "(ryhmä)",
|
||||
"Next week – {timeLocale}" : "Ensi viikko – {timeLocale}",
|
||||
"{count} comments, {unread} unread" : "{count} kommenttia, {unread} lukematonta",
|
||||
"Card details" : "Näytä kortin sisältö",
|
||||
"Assign to me" : "Määritä minulle",
|
||||
"Unassign myself" : "Poista määritys minulta",
|
||||
"Delete card" : "Poista kortti",
|
||||
@@ -214,6 +214,7 @@
|
||||
"All boards" : "Kaikki taulut",
|
||||
"Archived boards" : "Arkistoidut taulut",
|
||||
"Shared with you" : "Jaettu kanssasi",
|
||||
"Cancel edit" : "Peruuta muokkaus",
|
||||
"Board details" : "Taulun tiedot",
|
||||
"Edit board" : "Muokkaa taulua",
|
||||
"Clone board" : "Monista taulu",
|
||||
@@ -230,7 +231,6 @@
|
||||
"Tomorrow" : "Huomenna",
|
||||
"Search for {searchQuery} in all boards" : "Hae ehtoja {searchQuery} kaikilta tauluilta",
|
||||
"No results found" : "Ei tuloksia",
|
||||
"This weekend – {timeLocale}" : "Tämä viikonloppu – {timeLocale}",
|
||||
"Click to expand comment" : "Napsauta laajentaaksesi kommentin",
|
||||
"Create a new card" : "Luo uusi kortti",
|
||||
"Card title" : "Kortin otsikko",
|
||||
@@ -241,6 +241,7 @@
|
||||
"Close" : "Sulje",
|
||||
"No upcoming cards" : "Ei tulevia kortteja",
|
||||
"upcoming cards" : "tulevat kortit",
|
||||
"This weekend – {timeLocale}" : "Tämä viikonloppu – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Huomenna – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Myöhemmin tänään – {timeLocale}",
|
||||
"Link to a board" : "Linkki taululle",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Date non valable, le format de la date doit être AAAA-MM-JJ",
|
||||
"Personal planning and team project organization" : "Agenda personnel et organisation projet",
|
||||
"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- 📎 Joignez 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",
|
||||
"Card details" : "Détails de la carte",
|
||||
"Add board" : "Ajouter un tableau",
|
||||
"Select the board to link to a project" : "Sélection le tableau pour faire le lien avec un projet.",
|
||||
"Search by board title" : "Rechercher par titre du tableau",
|
||||
@@ -274,7 +275,6 @@ OC.L10N.register(
|
||||
"Todo items" : "À faire",
|
||||
"{count} comments, {unread} unread" : "{count} commentaires, {unread} non lus",
|
||||
"Edit card title" : "Modifier le titre de la carte",
|
||||
"Card details" : "Détails de la carte",
|
||||
"Assign to me" : "Me l'affecter",
|
||||
"Unassign myself" : "Me désaffecter",
|
||||
"Mark as not done" : "Marquer comme non fait",
|
||||
@@ -316,6 +316,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Afficher les tableaux dans les agendas/tâches",
|
||||
"Limit board creation to some groups" : "Limiter la création de tableaux à certains groupes",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Les utilisateurs qui ne font pas partie de ces groupes ne pourront pas créer leurs propres tableaux, mais pourront toujours travailler sur les tableaux qui ont été partagés avec eux.",
|
||||
"Cancel edit" : "Annuler les modifications",
|
||||
"Board details" : "Détails du tableau",
|
||||
"Edit board" : "Renommer le tableau",
|
||||
"Clone board" : "Dupliquer le tableau",
|
||||
@@ -341,7 +342,6 @@ OC.L10N.register(
|
||||
"No due" : "Sans échéance",
|
||||
"Search for {searchQuery} in all boards" : "Recherche de {searchQuery} dans tous les tableaux",
|
||||
"No results found" : "Aucun résultat",
|
||||
"This weekend – {timeLocale}" : "Ce week-end – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Tableau {name}\n* Dernière modification le {lastMod}",
|
||||
"{stack} in {board}" : "{stack} dans {board}",
|
||||
"Click to expand description" : "Cliquer pour visualiser la description",
|
||||
@@ -361,6 +361,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "prochaines cartes",
|
||||
"New card" : "Nouvelle carte",
|
||||
"Due on {date}" : "Échéance le {date}",
|
||||
"This weekend – {timeLocale}" : "Ce week-end – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Demain – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Plus tard aujourd'hui – {timeLocale}",
|
||||
"Link to a board" : "Relier à un tableau",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Date non valable, le format de la date doit être AAAA-MM-JJ",
|
||||
"Personal planning and team project organization" : "Agenda personnel et organisation projet",
|
||||
"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- 📎 Joignez 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",
|
||||
"Card details" : "Détails de la carte",
|
||||
"Add board" : "Ajouter un tableau",
|
||||
"Select the board to link to a project" : "Sélection le tableau pour faire le lien avec un projet.",
|
||||
"Search by board title" : "Rechercher par titre du tableau",
|
||||
@@ -272,7 +273,6 @@
|
||||
"Todo items" : "À faire",
|
||||
"{count} comments, {unread} unread" : "{count} commentaires, {unread} non lus",
|
||||
"Edit card title" : "Modifier le titre de la carte",
|
||||
"Card details" : "Détails de la carte",
|
||||
"Assign to me" : "Me l'affecter",
|
||||
"Unassign myself" : "Me désaffecter",
|
||||
"Mark as not done" : "Marquer comme non fait",
|
||||
@@ -314,6 +314,7 @@
|
||||
"Show boards in calendar/tasks" : "Afficher les tableaux dans les agendas/tâches",
|
||||
"Limit board creation to some groups" : "Limiter la création de tableaux à certains groupes",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Les utilisateurs qui ne font pas partie de ces groupes ne pourront pas créer leurs propres tableaux, mais pourront toujours travailler sur les tableaux qui ont été partagés avec eux.",
|
||||
"Cancel edit" : "Annuler les modifications",
|
||||
"Board details" : "Détails du tableau",
|
||||
"Edit board" : "Renommer le tableau",
|
||||
"Clone board" : "Dupliquer le tableau",
|
||||
@@ -339,7 +340,6 @@
|
||||
"No due" : "Sans échéance",
|
||||
"Search for {searchQuery} in all boards" : "Recherche de {searchQuery} dans tous les tableaux",
|
||||
"No results found" : "Aucun résultat",
|
||||
"This weekend – {timeLocale}" : "Ce week-end – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Tableau {name}\n* Dernière modification le {lastMod}",
|
||||
"{stack} in {board}" : "{stack} dans {board}",
|
||||
"Click to expand description" : "Cliquer pour visualiser la description",
|
||||
@@ -359,6 +359,7 @@
|
||||
"upcoming cards" : "prochaines cartes",
|
||||
"New card" : "Nouvelle carte",
|
||||
"Due on {date}" : "Échéance le {date}",
|
||||
"This weekend – {timeLocale}" : "Ce week-end – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Demain – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Plus tard aujourd'hui – {timeLocale}",
|
||||
"Link to a board" : "Relier à un tableau",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Dáta neamhbhailí, caithfidh formáid an dáta a bheith BBBB-MM-DD",
|
||||
"Personal planning and team project organization" : "Pleanáil phearsanta agus eagrú tionscadail foirne",
|
||||
"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" : "Is uirlis eagraíochta stíl kanban é Deck atá dírithe ar phleanáil phearsanta agus eagrú tionscadail d'fhoirne atá comhtháite le Nextcloud.\n\n\n- 📥 Cuir do thascanna le cártaí agus cuir in ord iad\n- 📄 Scríobh síos nótaí breise i Markdown\n- 🔖 Sann lipéid le haghaidh eagrú níos fearr fós\n- 👥 Roinn le d'fhoireann, do chairde nó do theaghlach\n- 📎 Ceangail comhaid agus leabaigh iad i do chur síos Markdown\n- 💬 Déan plé le d’fhoireann ag úsáid tuairimí\n- ⚡ Coinnigh súil ar athruithe sa sruth gníomhaíochta\n- 🚀 Eagraigh do thionscadal",
|
||||
"Card details" : "Sonraí cártaí",
|
||||
"Add board" : "Cuir bord leis",
|
||||
"Select the board to link to a project" : "Roghnaigh an clár chun nasc a dhéanamh le tionscadal",
|
||||
"Search by board title" : "Cuardaigh de réir teideal an bhoird",
|
||||
@@ -274,7 +275,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Míreanna le déanamh",
|
||||
"{count} comments, {unread} unread" : "{count} nóta tráchta, {unread} neamhléite",
|
||||
"Edit card title" : "Cuir teideal an chárta in eagar",
|
||||
"Card details" : "Sonraí cártaí",
|
||||
"Assign to me" : "Sann dom",
|
||||
"Unassign myself" : "Díshannadh mé féin",
|
||||
"Mark as not done" : "Marcáil mar nach bhfuil déanta",
|
||||
@@ -316,6 +316,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Taispeáin cláir san fhéilire/tascanna",
|
||||
"Limit board creation to some groups" : "Teorainn a chur le cruthú cláir do roinnt grúpaí",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Ní bheidh úsáideoirí taobh amuigh de na grúpaí sin in ann a gcuid boird féin a chruthú, ach beidh siad fós in ann oibriú ar bhoird atá roinnte leo.",
|
||||
"Cancel edit" : "Cealaigh eagarthóireacht",
|
||||
"Board details" : "Sonraí an Bhoird",
|
||||
"Edit board" : "Cuir bord in eagar",
|
||||
"Clone board" : "Clár clón",
|
||||
@@ -341,7 +342,6 @@ OC.L10N.register(
|
||||
"No due" : "Níl dlite",
|
||||
"Search for {searchQuery} in all boards" : "Cuardaigh {searchQuery} i ngach clár",
|
||||
"No results found" : "Níor aimsíodh aon torthaí",
|
||||
"This weekend – {timeLocale}" : "An deireadh seachtaine seo - {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Bord deic {name}\n* Athraithe go deireanach ar {lastMod}",
|
||||
"{stack} in {board}" : "{stack} in {board}",
|
||||
"Click to expand description" : "Cliceáil chun cur síos a leathnú",
|
||||
@@ -361,6 +361,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "cártaí atá le teacht",
|
||||
"New card" : "Cárta nua",
|
||||
"Due on {date}" : "Dlite ar {date}",
|
||||
"This weekend – {timeLocale}" : "An deireadh seachtaine seo - {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Amárach - {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Níos déanaí inniu - {timeLocale}",
|
||||
"Link to a board" : "Nasc le bord",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Dáta neamhbhailí, caithfidh formáid an dáta a bheith BBBB-MM-DD",
|
||||
"Personal planning and team project organization" : "Pleanáil phearsanta agus eagrú tionscadail foirne",
|
||||
"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" : "Is uirlis eagraíochta stíl kanban é Deck atá dírithe ar phleanáil phearsanta agus eagrú tionscadail d'fhoirne atá comhtháite le Nextcloud.\n\n\n- 📥 Cuir do thascanna le cártaí agus cuir in ord iad\n- 📄 Scríobh síos nótaí breise i Markdown\n- 🔖 Sann lipéid le haghaidh eagrú níos fearr fós\n- 👥 Roinn le d'fhoireann, do chairde nó do theaghlach\n- 📎 Ceangail comhaid agus leabaigh iad i do chur síos Markdown\n- 💬 Déan plé le d’fhoireann ag úsáid tuairimí\n- ⚡ Coinnigh súil ar athruithe sa sruth gníomhaíochta\n- 🚀 Eagraigh do thionscadal",
|
||||
"Card details" : "Sonraí cártaí",
|
||||
"Add board" : "Cuir bord leis",
|
||||
"Select the board to link to a project" : "Roghnaigh an clár chun nasc a dhéanamh le tionscadal",
|
||||
"Search by board title" : "Cuardaigh de réir teideal an bhoird",
|
||||
@@ -272,7 +273,6 @@
|
||||
"Todo items" : "Míreanna le déanamh",
|
||||
"{count} comments, {unread} unread" : "{count} nóta tráchta, {unread} neamhléite",
|
||||
"Edit card title" : "Cuir teideal an chárta in eagar",
|
||||
"Card details" : "Sonraí cártaí",
|
||||
"Assign to me" : "Sann dom",
|
||||
"Unassign myself" : "Díshannadh mé féin",
|
||||
"Mark as not done" : "Marcáil mar nach bhfuil déanta",
|
||||
@@ -314,6 +314,7 @@
|
||||
"Show boards in calendar/tasks" : "Taispeáin cláir san fhéilire/tascanna",
|
||||
"Limit board creation to some groups" : "Teorainn a chur le cruthú cláir do roinnt grúpaí",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Ní bheidh úsáideoirí taobh amuigh de na grúpaí sin in ann a gcuid boird féin a chruthú, ach beidh siad fós in ann oibriú ar bhoird atá roinnte leo.",
|
||||
"Cancel edit" : "Cealaigh eagarthóireacht",
|
||||
"Board details" : "Sonraí an Bhoird",
|
||||
"Edit board" : "Cuir bord in eagar",
|
||||
"Clone board" : "Clár clón",
|
||||
@@ -339,7 +340,6 @@
|
||||
"No due" : "Níl dlite",
|
||||
"Search for {searchQuery} in all boards" : "Cuardaigh {searchQuery} i ngach clár",
|
||||
"No results found" : "Níor aimsíodh aon torthaí",
|
||||
"This weekend – {timeLocale}" : "An deireadh seachtaine seo - {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Bord deic {name}\n* Athraithe go deireanach ar {lastMod}",
|
||||
"{stack} in {board}" : "{stack} in {board}",
|
||||
"Click to expand description" : "Cliceáil chun cur síos a leathnú",
|
||||
@@ -359,6 +359,7 @@
|
||||
"upcoming cards" : "cártaí atá le teacht",
|
||||
"New card" : "Cárta nua",
|
||||
"Due on {date}" : "Dlite ar {date}",
|
||||
"This weekend – {timeLocale}" : "An deireadh seachtaine seo - {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Amárach - {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Níos déanaí inniu - {timeLocale}",
|
||||
"Link to a board" : "Nasc le bord",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Data incorrecta, o formato da data debe ser AAAA-MM-DD",
|
||||
"Personal planning and team project organization" : "Planificación persoal e organización de proxectos de equipo",
|
||||
"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" : "Gabeta é unha ferramenta de organización de estilo kanban dirixida a planificación persoal e organización de proxectos para equipos integrados con Nextcloud. \n\n\n– 📥 Engada as súas tarefas ás tarxetas e fagas ordenadas\n– 📄 Escriba notas adicionais en Markdown\n– 🔖 Asigne etiquetas para unha mellor organización\n– 👥 Comparta co seu equipo, amigos ou a súa familia\n– 📎 Anexe ficheiros e integreos na súa descrición de Markdown\n– 💬 Debata co seu equipo usando os comentarios\n– ⚡ Faga un seguimento dos cambios no fluxo de actividade\n– 🚀 Teña o seu proxecto organizado",
|
||||
"Card details" : "Detalles da tarxeta",
|
||||
"Add board" : "Engadir taboleiro",
|
||||
"Select the board to link to a project" : "Seleccione o taboleiro para ligar a un proxecto",
|
||||
"Search by board title" : "Buscar polo título do taboleiro",
|
||||
@@ -274,7 +275,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Elementos pendentes",
|
||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sen ler",
|
||||
"Edit card title" : "Editar o título da tarxeta",
|
||||
"Card details" : "Detalles da tarxeta",
|
||||
"Assign to me" : "Asignarme",
|
||||
"Unassign myself" : "Desasignarme",
|
||||
"Mark as not done" : "Marcar como sen facer",
|
||||
@@ -316,6 +316,8 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Amosar taboleiros no calendario/tarefas",
|
||||
"Limit board creation to some groups" : "Limitar a creación do taboleiro a algúns grupos",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Os usuarios alleos a eses grupos non poderán crear os seus propios taboleiros, mais aínda poderán traballar en taboleiros que se compartiron con eles.",
|
||||
"Cancel edit" : "Cancelar a edición",
|
||||
"Save board" : "Gardar o taboleiro",
|
||||
"Board details" : "Detalles do taboleiro",
|
||||
"Edit board" : "Editar taboleiro",
|
||||
"Clone board" : "Clonar taboleiro",
|
||||
@@ -341,7 +343,6 @@ OC.L10N.register(
|
||||
"No due" : "Sen caducidade",
|
||||
"Search for {searchQuery} in all boards" : "Resultados de busca para {searchQuery} en todos os taboleiros",
|
||||
"No results found" : "Non se atoparon resultados",
|
||||
"This weekend – {timeLocale}" : "Esta semana – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Taboleiro da Gabeta {name}\n* Última modificación en {lastMod}",
|
||||
"{stack} in {board}" : "{stack} en {board}",
|
||||
"Click to expand description" : "Prema para despregar a descrición",
|
||||
@@ -361,6 +362,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "tarxetas próximas",
|
||||
"New card" : "Nova tarxeta",
|
||||
"Due on {date}" : "Caduca o {date}",
|
||||
"This weekend – {timeLocale}" : "Esta semana – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Mañá – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Hoxe máis tarde – {timeLocale}",
|
||||
"Link to a board" : "Ligazón a un taboleiro",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Data incorrecta, o formato da data debe ser AAAA-MM-DD",
|
||||
"Personal planning and team project organization" : "Planificación persoal e organización de proxectos de equipo",
|
||||
"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" : "Gabeta é unha ferramenta de organización de estilo kanban dirixida a planificación persoal e organización de proxectos para equipos integrados con Nextcloud. \n\n\n– 📥 Engada as súas tarefas ás tarxetas e fagas ordenadas\n– 📄 Escriba notas adicionais en Markdown\n– 🔖 Asigne etiquetas para unha mellor organización\n– 👥 Comparta co seu equipo, amigos ou a súa familia\n– 📎 Anexe ficheiros e integreos na súa descrición de Markdown\n– 💬 Debata co seu equipo usando os comentarios\n– ⚡ Faga un seguimento dos cambios no fluxo de actividade\n– 🚀 Teña o seu proxecto organizado",
|
||||
"Card details" : "Detalles da tarxeta",
|
||||
"Add board" : "Engadir taboleiro",
|
||||
"Select the board to link to a project" : "Seleccione o taboleiro para ligar a un proxecto",
|
||||
"Search by board title" : "Buscar polo título do taboleiro",
|
||||
@@ -272,7 +273,6 @@
|
||||
"Todo items" : "Elementos pendentes",
|
||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sen ler",
|
||||
"Edit card title" : "Editar o título da tarxeta",
|
||||
"Card details" : "Detalles da tarxeta",
|
||||
"Assign to me" : "Asignarme",
|
||||
"Unassign myself" : "Desasignarme",
|
||||
"Mark as not done" : "Marcar como sen facer",
|
||||
@@ -314,6 +314,8 @@
|
||||
"Show boards in calendar/tasks" : "Amosar taboleiros no calendario/tarefas",
|
||||
"Limit board creation to some groups" : "Limitar a creación do taboleiro a algúns grupos",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Os usuarios alleos a eses grupos non poderán crear os seus propios taboleiros, mais aínda poderán traballar en taboleiros que se compartiron con eles.",
|
||||
"Cancel edit" : "Cancelar a edición",
|
||||
"Save board" : "Gardar o taboleiro",
|
||||
"Board details" : "Detalles do taboleiro",
|
||||
"Edit board" : "Editar taboleiro",
|
||||
"Clone board" : "Clonar taboleiro",
|
||||
@@ -339,7 +341,6 @@
|
||||
"No due" : "Sen caducidade",
|
||||
"Search for {searchQuery} in all boards" : "Resultados de busca para {searchQuery} en todos os taboleiros",
|
||||
"No results found" : "Non se atoparon resultados",
|
||||
"This weekend – {timeLocale}" : "Esta semana – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Taboleiro da Gabeta {name}\n* Última modificación en {lastMod}",
|
||||
"{stack} in {board}" : "{stack} en {board}",
|
||||
"Click to expand description" : "Prema para despregar a descrición",
|
||||
@@ -359,6 +360,7 @@
|
||||
"upcoming cards" : "tarxetas próximas",
|
||||
"New card" : "Nova tarxeta",
|
||||
"Due on {date}" : "Caduca o {date}",
|
||||
"This weekend – {timeLocale}" : "Esta semana – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Mañá – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Hoxe máis tarde – {timeLocale}",
|
||||
"Link to a board" : "Ligazón a un taboleiro",
|
||||
|
||||
@@ -102,6 +102,7 @@ OC.L10N.register(
|
||||
"Path is already shared with this card" : "הנתיב כבר משותף עם הכרטיס הזה",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "תאריך שגוי, תבנית התאריך חייבת להיות YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "ארגון אישי וקבוצתי של מיזמים",
|
||||
"Card details" : "פרטי הכרטיס",
|
||||
"Add board" : "הוספת לוח",
|
||||
"Select the board to link to a project" : "נא לבחור את הלוח לקישור למיזם",
|
||||
"Search by board title" : "חיפוש לפי כותרת לו",
|
||||
@@ -216,7 +217,6 @@ OC.L10N.register(
|
||||
"Select Date" : "בחירת תאריך",
|
||||
"Assign a tag to this card…" : "הקצאת תגית לכרטיס זה…",
|
||||
"(group)" : "(קבוצה)",
|
||||
"Card details" : "פרטי הכרטיס",
|
||||
"Assign to me" : "הקצאה אלי",
|
||||
"Unassign myself" : "לבטל את הקצאת עצמי",
|
||||
"Delete card" : "מחיקת כרטיס לארכיון",
|
||||
@@ -232,6 +232,7 @@ OC.L10N.register(
|
||||
"Shared with you" : "משותף אתך",
|
||||
"Use bigger card view" : "להשתמש בתצוגת כרטיסים גדולה יותר",
|
||||
"Show boards in calendar/tasks" : "הצג הלוחות בלוח השנה/המשימות",
|
||||
"Cancel edit" : "בטל עריכה",
|
||||
"Board details" : "פרטי לוח",
|
||||
"Edit board" : "עריכת לוח",
|
||||
"Clone board" : "שכפל את הלוח",
|
||||
|
||||
@@ -100,6 +100,7 @@
|
||||
"Path is already shared with this card" : "הנתיב כבר משותף עם הכרטיס הזה",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "תאריך שגוי, תבנית התאריך חייבת להיות YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "ארגון אישי וקבוצתי של מיזמים",
|
||||
"Card details" : "פרטי הכרטיס",
|
||||
"Add board" : "הוספת לוח",
|
||||
"Select the board to link to a project" : "נא לבחור את הלוח לקישור למיזם",
|
||||
"Search by board title" : "חיפוש לפי כותרת לו",
|
||||
@@ -214,7 +215,6 @@
|
||||
"Select Date" : "בחירת תאריך",
|
||||
"Assign a tag to this card…" : "הקצאת תגית לכרטיס זה…",
|
||||
"(group)" : "(קבוצה)",
|
||||
"Card details" : "פרטי הכרטיס",
|
||||
"Assign to me" : "הקצאה אלי",
|
||||
"Unassign myself" : "לבטל את הקצאת עצמי",
|
||||
"Delete card" : "מחיקת כרטיס לארכיון",
|
||||
@@ -230,6 +230,7 @@
|
||||
"Shared with you" : "משותף אתך",
|
||||
"Use bigger card view" : "להשתמש בתצוגת כרטיסים גדולה יותר",
|
||||
"Show boards in calendar/tasks" : "הצג הלוחות בלוח השנה/המשימות",
|
||||
"Cancel edit" : "בטל עריכה",
|
||||
"Board details" : "פרטי לוח",
|
||||
"Edit board" : "עריכת לוח",
|
||||
"Clone board" : "שכפל את הלוח",
|
||||
|
||||
@@ -105,6 +105,7 @@ OC.L10N.register(
|
||||
"Path is already shared with this card" : "Put je već podijeljen s ovom karticom",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Nevažeći datum, oblik datuma mora biti GGGG-MM-DD",
|
||||
"Personal planning and team project organization" : "Osobno planiranje i organizacija timskih projekata",
|
||||
"Card details" : "Pojedinosti o kartici",
|
||||
"Add board" : "Dodaj ploču",
|
||||
"Select the board to link to a project" : "Odaberite ploču za povezivanje s projektom",
|
||||
"Search by board title" : "Traži po naslovu ploče",
|
||||
@@ -223,7 +224,6 @@ OC.L10N.register(
|
||||
"Assign a tag to this card…" : "Dodijeli oznaku ovoj kartici...",
|
||||
"(group)" : "(grupa)",
|
||||
"{count} comments, {unread} unread" : "{count} komentara, {unread} nepročitanih",
|
||||
"Card details" : "Pojedinosti o kartici",
|
||||
"Assign to me" : "Dodijeli meni",
|
||||
"Unassign myself" : "Ukloni sebe",
|
||||
"Delete card" : "Izbriši karticu",
|
||||
@@ -239,6 +239,7 @@ OC.L10N.register(
|
||||
"Shared with you" : "Podijeljeno s vama",
|
||||
"Use bigger card view" : "Prikaži veće kartice",
|
||||
"Show boards in calendar/tasks" : "Prikaži ploče u kalendaru/zadacima",
|
||||
"Cancel edit" : "Otkaži uređivanje",
|
||||
"Board details" : "Pojedinosti o ploči",
|
||||
"Edit board" : "Uredi ploču",
|
||||
"Clone board" : "Kloniraj ploču",
|
||||
|
||||
@@ -103,6 +103,7 @@
|
||||
"Path is already shared with this card" : "Put je već podijeljen s ovom karticom",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Nevažeći datum, oblik datuma mora biti GGGG-MM-DD",
|
||||
"Personal planning and team project organization" : "Osobno planiranje i organizacija timskih projekata",
|
||||
"Card details" : "Pojedinosti o kartici",
|
||||
"Add board" : "Dodaj ploču",
|
||||
"Select the board to link to a project" : "Odaberite ploču za povezivanje s projektom",
|
||||
"Search by board title" : "Traži po naslovu ploče",
|
||||
@@ -221,7 +222,6 @@
|
||||
"Assign a tag to this card…" : "Dodijeli oznaku ovoj kartici...",
|
||||
"(group)" : "(grupa)",
|
||||
"{count} comments, {unread} unread" : "{count} komentara, {unread} nepročitanih",
|
||||
"Card details" : "Pojedinosti o kartici",
|
||||
"Assign to me" : "Dodijeli meni",
|
||||
"Unassign myself" : "Ukloni sebe",
|
||||
"Delete card" : "Izbriši karticu",
|
||||
@@ -237,6 +237,7 @@
|
||||
"Shared with you" : "Podijeljeno s vama",
|
||||
"Use bigger card view" : "Prikaži veće kartice",
|
||||
"Show boards in calendar/tasks" : "Prikaži ploče u kalendaru/zadacima",
|
||||
"Cancel edit" : "Otkaži uređivanje",
|
||||
"Board details" : "Pojedinosti o ploči",
|
||||
"Edit board" : "Uredi ploču",
|
||||
"Clone board" : "Kloniraj ploču",
|
||||
|
||||
@@ -116,6 +116,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Érvénytelen dátum, a dátumnak YYYY-MM-DD formátumúnak kell lennie",
|
||||
"Personal planning and team project organization" : "Személyes tervezés és csapatos projektszervezés",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "A Kártyák egy kanban-stílusú szervezőeszköz, amely a személyes tervezést és a csapatok projektszervezését célozza, a Nextcloudba integrálva.\n\n\n- 📥 Saját feladatok kártyákhoz adása, és azok sorrendezése\n- 📄 További jegyzetek leírása Markdownban\n- 🔖 Címkék hozzárendelése a még jobb rendszerezés miatt\n- 👥 Megosztás a csapattal, barátokkal vagy családdal\n- 📎 Fájlok hozzáadása mellékletként, vagy beágyazás a Markdown leírásba\n- 💬 Megbeszélés a csapattal hozzászólások használatával\n- ⚡ A változások követése a tevékenységnaplóban\n- 🚀 Rendszerezze a projektjét",
|
||||
"Card details" : "Kártya részletei",
|
||||
"Add board" : "Tábla hozzáadása",
|
||||
"Select the board to link to a project" : "Válasszon ki egy táblát, amely egy projektre fog hivatkozni",
|
||||
"Search by board title" : "Keresés táblacím szerint",
|
||||
@@ -261,7 +262,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Teendő elemek",
|
||||
"{count} comments, {unread} unread" : "{count} hozzászólás, {unread} olvasatlan",
|
||||
"Edit card title" : "Kártyacím szerkesztése",
|
||||
"Card details" : "Kártya részletei",
|
||||
"Assign to me" : "Hozzám rendelés",
|
||||
"Unassign myself" : "Saját magam hozzárendelésének eltávolítása",
|
||||
"Delete card" : "Kártya törlése",
|
||||
@@ -283,6 +283,7 @@ OC.L10N.register(
|
||||
"Show card ID badge" : "Kártyaazonosító jelvény megjelenítése",
|
||||
"Show boards in calendar/tasks" : "Táblák megjelenítése a naptárak/teendők között",
|
||||
"Limit board creation to some groups" : "A tábla létrehozás bizonyos csoportokra korlátozása",
|
||||
"Cancel edit" : "Változások elvetése",
|
||||
"Board details" : "Tábla részletei",
|
||||
"Edit board" : "Tábla szerkesztése",
|
||||
"Clone board" : "Tábla klónozása",
|
||||
@@ -308,7 +309,6 @@ OC.L10N.register(
|
||||
"No due" : "Nincs határidő",
|
||||
"Search for {searchQuery} in all boards" : "Keresés a(z) {searchQuery} kifejezésre az összes táblában",
|
||||
"No results found" : "Nincs találat",
|
||||
"This weekend – {timeLocale}" : "Ez a hétvége – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "{name} kártyatábla\n* Legutóbb módosítva: {lastMod}",
|
||||
"{stack} in {board}" : "{stack} itt: {board}",
|
||||
"Click to expand description" : "Kattintson a leírás kibontásához",
|
||||
@@ -328,6 +328,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "közelgő kártyák",
|
||||
"New card" : "Új kártya",
|
||||
"Due on {date}" : "Határidő: {date}",
|
||||
"This weekend – {timeLocale}" : "Ez a hétvége – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Holnap – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Később a mai nap – {timeLocale}",
|
||||
"Link to a board" : "Hivatkozás egy táblához",
|
||||
|
||||
@@ -114,6 +114,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Érvénytelen dátum, a dátumnak YYYY-MM-DD formátumúnak kell lennie",
|
||||
"Personal planning and team project organization" : "Személyes tervezés és csapatos projektszervezés",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "A Kártyák egy kanban-stílusú szervezőeszköz, amely a személyes tervezést és a csapatok projektszervezését célozza, a Nextcloudba integrálva.\n\n\n- 📥 Saját feladatok kártyákhoz adása, és azok sorrendezése\n- 📄 További jegyzetek leírása Markdownban\n- 🔖 Címkék hozzárendelése a még jobb rendszerezés miatt\n- 👥 Megosztás a csapattal, barátokkal vagy családdal\n- 📎 Fájlok hozzáadása mellékletként, vagy beágyazás a Markdown leírásba\n- 💬 Megbeszélés a csapattal hozzászólások használatával\n- ⚡ A változások követése a tevékenységnaplóban\n- 🚀 Rendszerezze a projektjét",
|
||||
"Card details" : "Kártya részletei",
|
||||
"Add board" : "Tábla hozzáadása",
|
||||
"Select the board to link to a project" : "Válasszon ki egy táblát, amely egy projektre fog hivatkozni",
|
||||
"Search by board title" : "Keresés táblacím szerint",
|
||||
@@ -259,7 +260,6 @@
|
||||
"Todo items" : "Teendő elemek",
|
||||
"{count} comments, {unread} unread" : "{count} hozzászólás, {unread} olvasatlan",
|
||||
"Edit card title" : "Kártyacím szerkesztése",
|
||||
"Card details" : "Kártya részletei",
|
||||
"Assign to me" : "Hozzám rendelés",
|
||||
"Unassign myself" : "Saját magam hozzárendelésének eltávolítása",
|
||||
"Delete card" : "Kártya törlése",
|
||||
@@ -281,6 +281,7 @@
|
||||
"Show card ID badge" : "Kártyaazonosító jelvény megjelenítése",
|
||||
"Show boards in calendar/tasks" : "Táblák megjelenítése a naptárak/teendők között",
|
||||
"Limit board creation to some groups" : "A tábla létrehozás bizonyos csoportokra korlátozása",
|
||||
"Cancel edit" : "Változások elvetése",
|
||||
"Board details" : "Tábla részletei",
|
||||
"Edit board" : "Tábla szerkesztése",
|
||||
"Clone board" : "Tábla klónozása",
|
||||
@@ -306,7 +307,6 @@
|
||||
"No due" : "Nincs határidő",
|
||||
"Search for {searchQuery} in all boards" : "Keresés a(z) {searchQuery} kifejezésre az összes táblában",
|
||||
"No results found" : "Nincs találat",
|
||||
"This weekend – {timeLocale}" : "Ez a hétvége – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "{name} kártyatábla\n* Legutóbb módosítva: {lastMod}",
|
||||
"{stack} in {board}" : "{stack} itt: {board}",
|
||||
"Click to expand description" : "Kattintson a leírás kibontásához",
|
||||
@@ -326,6 +326,7 @@
|
||||
"upcoming cards" : "közelgő kártyák",
|
||||
"New card" : "Új kártya",
|
||||
"Due on {date}" : "Határidő: {date}",
|
||||
"This weekend – {timeLocale}" : "Ez a hétvége – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Holnap – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Később a mai nap – {timeLocale}",
|
||||
"Link to a board" : "Hivatkozás egy táblához",
|
||||
|
||||
@@ -97,6 +97,7 @@ OC.L10N.register(
|
||||
"Card not found" : "Kartu tidak ditemukan",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Tanggal salah, format tanggal harus TTTT-BB-HH",
|
||||
"Personal planning and team project organization" : "Perencanaan pribadi dan pengelolaan proyek tim",
|
||||
"Card details" : "Detail kartu",
|
||||
"Add board" : "Tambah papan",
|
||||
"Select the board to link to a project" : "Pilih papan untuk ditautkan ke proyek",
|
||||
"Search by board title" : "Cari berdasarkan judul papan",
|
||||
@@ -192,7 +193,6 @@ OC.L10N.register(
|
||||
"Archive card" : "Mengarsipkan kartu",
|
||||
"Assign a tag to this card…" : "Berikan tag pada kartu ini...",
|
||||
"(group)" : "(grup)",
|
||||
"Card details" : "Detail kartu",
|
||||
"Assign to me" : "Tugaskan saya",
|
||||
"Delete card" : "Hapus kartu",
|
||||
"seconds ago" : "beberapa detik yang lalu",
|
||||
@@ -202,6 +202,7 @@ OC.L10N.register(
|
||||
"All boards" : "Semua papan",
|
||||
"Archived boards" : "Papan terarsip",
|
||||
"Shared with you" : "Shared with you",
|
||||
"Cancel edit" : "Batal sunting",
|
||||
"Board details" : "Detail papan",
|
||||
"Edit board" : "Edit papan",
|
||||
"Clone board" : "Pengklonaan papan",
|
||||
|
||||
@@ -95,6 +95,7 @@
|
||||
"Card not found" : "Kartu tidak ditemukan",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Tanggal salah, format tanggal harus TTTT-BB-HH",
|
||||
"Personal planning and team project organization" : "Perencanaan pribadi dan pengelolaan proyek tim",
|
||||
"Card details" : "Detail kartu",
|
||||
"Add board" : "Tambah papan",
|
||||
"Select the board to link to a project" : "Pilih papan untuk ditautkan ke proyek",
|
||||
"Search by board title" : "Cari berdasarkan judul papan",
|
||||
@@ -190,7 +191,6 @@
|
||||
"Archive card" : "Mengarsipkan kartu",
|
||||
"Assign a tag to this card…" : "Berikan tag pada kartu ini...",
|
||||
"(group)" : "(grup)",
|
||||
"Card details" : "Detail kartu",
|
||||
"Assign to me" : "Tugaskan saya",
|
||||
"Delete card" : "Hapus kartu",
|
||||
"seconds ago" : "beberapa detik yang lalu",
|
||||
@@ -200,6 +200,7 @@
|
||||
"All boards" : "Semua papan",
|
||||
"Archived boards" : "Papan terarsip",
|
||||
"Shared with you" : "Shared with you",
|
||||
"Cancel edit" : "Batal sunting",
|
||||
"Board details" : "Detail papan",
|
||||
"Edit board" : "Edit papan",
|
||||
"Clone board" : "Pengklonaan papan",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Ógild dagsetning, dagsetningasniðið verður að vera ÁÁÁÁ-MM-DD",
|
||||
"Personal planning and team project organization" : "Persónuleg áætlanagerð og skipulag verkefnisvinnu",
|
||||
"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" : "Dekk (e. Deck) er skipulagningartól í kanban-stíl sem ætlað er fyrir verkefna- og persónuupplýsingastjórnun hópvinnuteyma innan Nextcloud.\n\n\n- 📥 Settu verkefnin þín á spjöld of raðaðu þeim á ýmsa vegu\n- 📄 Skrifaðu niður minnispunkta í Markdown-kóða\n- 🔖 Úthlutaðu merkjum/skýringum til að bæta skipulagninguna\n- 👥 Deildu með vinnuhópnum, vinum eða fjölskyldu\n- 📎 Hengdu við skrár og ívefðu þær í lýsinguna með Markdown-kóða\n- 💬 Ræddu málin við hópinn þinn með athugasemdum\n- ⚡ Haltu utan um breytingar í virknistreyminu\n- 🚀 Haltu verkefnunum þínum skipulögðum",
|
||||
"Card details" : "Nánar um spjald",
|
||||
"Add board" : "Bæta við borði",
|
||||
"Select the board to link to a project" : "Veldu borðið sem á að tengja við verkefnið",
|
||||
"Search by board title" : "Leita eftir titli borðs",
|
||||
@@ -265,7 +266,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Atriði á verkefnalista",
|
||||
"{count} comments, {unread} unread" : "{count} athugasemdir, {unread} ólesnar",
|
||||
"Edit card title" : "Breyta titli spjalds",
|
||||
"Card details" : "Nánar um spjald",
|
||||
"Assign to me" : "Úthluta mér",
|
||||
"Unassign myself" : "Aftengja úthlutun sjálfs mín",
|
||||
"Mark as not done" : "Merkja sem ólokið",
|
||||
@@ -288,6 +288,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Birta borð í dagatali/verkefnum",
|
||||
"Limit board creation to some groups" : "Takmarka gerð borða við suma hópa",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Notendur sem tilheyra ekki þessum hópum eru útilokaðir frá því að útbúa sín eigin borð, en munu samt geta áfram unnið með borð sem hefur verið deilt til þeirra.",
|
||||
"Cancel edit" : "Hætta við breytingar",
|
||||
"Board details" : "Nánar um borð",
|
||||
"Edit board" : "Breyta borði",
|
||||
"Clone board" : "Klóna borð",
|
||||
@@ -313,7 +314,6 @@ OC.L10N.register(
|
||||
"No due" : "Enginn skilatími",
|
||||
"Search for {searchQuery} in all boards" : "Leita að {searchQuery} í öllum borðum",
|
||||
"No results found" : "Engar niðurstöður fundust",
|
||||
"This weekend – {timeLocale}" : "Þessa helgi – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-borð {name}\n* Síðast breytt {lastMod}",
|
||||
"{stack} in {board}" : "{stack} á {board}",
|
||||
"Click to expand description" : "Smelltu til að fella út lýsingu",
|
||||
@@ -333,6 +333,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "væntanleg spjöld",
|
||||
"New card" : "Nýtt spjald",
|
||||
"Due on {date}" : "Skilist {date}",
|
||||
"This weekend – {timeLocale}" : "Þessa helgi – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Á morgun – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Síðar í dag – {timeLocale}",
|
||||
"Link to a board" : "Tengill við borð",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Ógild dagsetning, dagsetningasniðið verður að vera ÁÁÁÁ-MM-DD",
|
||||
"Personal planning and team project organization" : "Persónuleg áætlanagerð og skipulag verkefnisvinnu",
|
||||
"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" : "Dekk (e. Deck) er skipulagningartól í kanban-stíl sem ætlað er fyrir verkefna- og persónuupplýsingastjórnun hópvinnuteyma innan Nextcloud.\n\n\n- 📥 Settu verkefnin þín á spjöld of raðaðu þeim á ýmsa vegu\n- 📄 Skrifaðu niður minnispunkta í Markdown-kóða\n- 🔖 Úthlutaðu merkjum/skýringum til að bæta skipulagninguna\n- 👥 Deildu með vinnuhópnum, vinum eða fjölskyldu\n- 📎 Hengdu við skrár og ívefðu þær í lýsinguna með Markdown-kóða\n- 💬 Ræddu málin við hópinn þinn með athugasemdum\n- ⚡ Haltu utan um breytingar í virknistreyminu\n- 🚀 Haltu verkefnunum þínum skipulögðum",
|
||||
"Card details" : "Nánar um spjald",
|
||||
"Add board" : "Bæta við borði",
|
||||
"Select the board to link to a project" : "Veldu borðið sem á að tengja við verkefnið",
|
||||
"Search by board title" : "Leita eftir titli borðs",
|
||||
@@ -263,7 +264,6 @@
|
||||
"Todo items" : "Atriði á verkefnalista",
|
||||
"{count} comments, {unread} unread" : "{count} athugasemdir, {unread} ólesnar",
|
||||
"Edit card title" : "Breyta titli spjalds",
|
||||
"Card details" : "Nánar um spjald",
|
||||
"Assign to me" : "Úthluta mér",
|
||||
"Unassign myself" : "Aftengja úthlutun sjálfs mín",
|
||||
"Mark as not done" : "Merkja sem ólokið",
|
||||
@@ -286,6 +286,7 @@
|
||||
"Show boards in calendar/tasks" : "Birta borð í dagatali/verkefnum",
|
||||
"Limit board creation to some groups" : "Takmarka gerð borða við suma hópa",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Notendur sem tilheyra ekki þessum hópum eru útilokaðir frá því að útbúa sín eigin borð, en munu samt geta áfram unnið með borð sem hefur verið deilt til þeirra.",
|
||||
"Cancel edit" : "Hætta við breytingar",
|
||||
"Board details" : "Nánar um borð",
|
||||
"Edit board" : "Breyta borði",
|
||||
"Clone board" : "Klóna borð",
|
||||
@@ -311,7 +312,6 @@
|
||||
"No due" : "Enginn skilatími",
|
||||
"Search for {searchQuery} in all boards" : "Leita að {searchQuery} í öllum borðum",
|
||||
"No results found" : "Engar niðurstöður fundust",
|
||||
"This weekend – {timeLocale}" : "Þessa helgi – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-borð {name}\n* Síðast breytt {lastMod}",
|
||||
"{stack} in {board}" : "{stack} á {board}",
|
||||
"Click to expand description" : "Smelltu til að fella út lýsingu",
|
||||
@@ -331,6 +331,7 @@
|
||||
"upcoming cards" : "væntanleg spjöld",
|
||||
"New card" : "Nýtt spjald",
|
||||
"Due on {date}" : "Skilist {date}",
|
||||
"This weekend – {timeLocale}" : "Þessa helgi – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Á morgun – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Síðar í dag – {timeLocale}",
|
||||
"Link to a board" : "Tengill við borð",
|
||||
|
||||
26
l10n/it.js
26
l10n/it.js
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Data non valida, il formato della data deve essere AAAA-MM-GG",
|
||||
"Personal planning and team project organization" : "Pianificazione personale e organizzazione dei progetti di squadra",
|
||||
"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 è uno strumento di organizzazione in stile kanban destinato alla pianificazione personale e all'organizzazione di progetti per squadre integrato con Nextcloud.\n\n\n- 📥 Aggiungi le tue attività alle schede e tienile in ordine\n- 📄 Scrivi note aggiuntive in Markdown\n- 🔖 Assegna etichette per un'organizzazione ancora migliore\n- 👥 Condividi con la tua squadra, amici o famiglia\n- 📎 Allega file e integrali nella tua descrizione Markdown\n- 💬 Discuti con la tua squadra utilizzando i commenti\n- ⚡ Tieni traccia dei cambiamenti nel flusso delle attività\n- 🚀 Organizza il tuo progetto",
|
||||
"Card details" : "Dettagli scheda",
|
||||
"Add board" : "Aggiungi lavagna",
|
||||
"Select the board to link to a project" : "Seleziona la lavagna da collegare a un progetto",
|
||||
"Search by board title" : "Cerca per titolo della lavagna",
|
||||
@@ -149,8 +150,10 @@ OC.L10N.register(
|
||||
"Filter by tag" : "Filtra per etichette",
|
||||
"Filter by assigned user" : "Filtra per utente assegnato",
|
||||
"Unassigned" : "Non assegnato",
|
||||
"Open" : "Apri",
|
||||
"Completed" : "Completato",
|
||||
"Filter by status" : "Filtra per stato",
|
||||
"Open and completed" : "Aperte e completate",
|
||||
"Open" : "Aperte",
|
||||
"Completed" : "Completate",
|
||||
"Filter by due date" : "Filtra per data di scadenza",
|
||||
"Overdue" : "Scadenza",
|
||||
"Next 24 hours" : "Prossime 24 ore",
|
||||
@@ -161,7 +164,7 @@ OC.L10N.register(
|
||||
"View Modes" : "Modalità di visualizzazione",
|
||||
"Toggle View Modes" : "Cambia modalità di visualizzazione",
|
||||
"Hide archived cards" : "Nascondi le schede archiviate",
|
||||
"Show archived cards" : "Mostra le carte archiviate",
|
||||
"Show archived cards" : "Mostra le schede archiviate",
|
||||
"Toggle compact mode" : "Commuta la modalità compatta",
|
||||
"Hide card cover images" : "Nascondi immagini di copertina della scheda",
|
||||
"Show card cover images" : "Mostra immagini di copertina della scheda",
|
||||
@@ -178,9 +181,12 @@ OC.L10N.register(
|
||||
"Deleted lists" : "Elenchi eliminati",
|
||||
"Undo" : "Annulla",
|
||||
"Deleted cards" : "Schede eliminate",
|
||||
"Share board with a user, group or team …" : "Condividi lavagna con un utente, gruppo o una squadra …",
|
||||
"Searching for users, groups and teams …" : "Ricerca di utenti, gruppi e squadre …",
|
||||
"No participants found" : "Nessun partecipante trovato",
|
||||
"Board owner" : "Proprietario della lavagna",
|
||||
"(Group)" : "(Gruppo)",
|
||||
"(Team)" : "(Squadra)",
|
||||
"Can edit" : "Può modificare",
|
||||
"Can share" : "Può condividere",
|
||||
"Can manage" : "Può gestire",
|
||||
@@ -206,7 +212,9 @@ OC.L10N.register(
|
||||
"title and color value must be provided" : "devono essere forniti il titolo e il valore del colore",
|
||||
"Board name" : "Nome della lavagna",
|
||||
"Members" : "Membri",
|
||||
"Assign to users/groups/team" : "Assegna a utenti/gruppi/squadre",
|
||||
"Assign a user to this card…" : "Assegna un utente a questa scheda…",
|
||||
"Select a user to assign to this card…" : "Seleziona un utente da assegnare a questa scheda…",
|
||||
"Upload new files" : "Carica nuovi file",
|
||||
"Share from Files" : "Condividi da File",
|
||||
"Pending share" : "Condivisione in attesa",
|
||||
@@ -249,8 +257,9 @@ OC.L10N.register(
|
||||
"Add due date" : "Aggiungi data di scadenza",
|
||||
"Choose a date" : "Scegli una data",
|
||||
"Remove due date" : "Rimuovi data di scadenza",
|
||||
"Mark as done" : "Marca come completato",
|
||||
"Mark as done" : "Segna come fatto",
|
||||
"Due at:" : "Scadenza:",
|
||||
"Not done" : "Non fatto",
|
||||
"Unarchive card" : "Recupera lavagna dall'archivio",
|
||||
"Archive card" : "Archivia scheda",
|
||||
"Select Date" : "Seleziona data",
|
||||
@@ -259,13 +268,13 @@ OC.L10N.register(
|
||||
"Set due date for this weekend" : "Imposta scadenza per questo fine settimana",
|
||||
"Set due date for next week" : "Imposta scadenza per la prossima settimana",
|
||||
"Assign a tag to this card…" : "Assegna un'etichetta a questa scheda…",
|
||||
"Select or create a tag…" : "Seleziona o crea un'etichetta…",
|
||||
"Create a new tag:" : "Crea una nuova etichetta:",
|
||||
"(group)" : "(gruppo)",
|
||||
"Next week – {timeLocale}" : "Prossima settimana – {timeLocale}",
|
||||
"Todo items" : "Elementi da fare",
|
||||
"{count} comments, {unread} unread" : "{count} commenti, {unread} non letti",
|
||||
"Edit card title" : "Modifica titolo scheda",
|
||||
"Card details" : "Dettagli scheda",
|
||||
"Assign to me" : "Assegna a me",
|
||||
"Unassign myself" : "Rimuovi assegnazione da me",
|
||||
"Mark as not done" : "Segna come non fatto",
|
||||
@@ -273,6 +282,7 @@ OC.L10N.register(
|
||||
"Card deleted" : "Scheda eliminata",
|
||||
"seconds ago" : "secondi fa",
|
||||
"Keyboard shortcuts" : "Scorciatoie da tastiera",
|
||||
"Boost your productivity using Deck with keyboard shortcuts." : "Migliora la tua produttività usando Deck con le scorciatoie da tastiera.",
|
||||
"Board actions" : "Azioni della lavagna",
|
||||
"Keyboard shortcut" : "Scorciatoia da tastiera",
|
||||
"Action" : "Azione",
|
||||
@@ -306,6 +316,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Mostra le lavagne in calendario/attività",
|
||||
"Limit board creation to some groups" : "Limita la creazione di lavagne ad alcuni gruppi",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Gli utenti che non fanno parte di tali gruppi non potranno creare le proprie lavagne, ma saranno ancora in grado di lavorare su quelle che sono state condivise con loro.",
|
||||
"Cancel edit" : "Annulla modifica",
|
||||
"Board details" : "Dettagli lavagna",
|
||||
"Edit board" : "Modifica lavagna",
|
||||
"Clone board" : "Clona lavagna",
|
||||
@@ -331,7 +342,6 @@ OC.L10N.register(
|
||||
"No due" : "Nessuna scadenza",
|
||||
"Search for {searchQuery} in all boards" : "Risultato di ricerca per \"{search}\" in tutte le lavagne",
|
||||
"No results found" : "Nessun risultato trovato",
|
||||
"This weekend – {timeLocale}" : "Questo fine settimana – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Lavagna {name}\n* Ultima modifica: {lastMod}",
|
||||
"{stack} in {board}" : "{stack} in {board}",
|
||||
"Click to expand description" : "Fai clic per espandere la descrizione",
|
||||
@@ -351,6 +361,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "prossime schede",
|
||||
"New card" : "Nuova scheda",
|
||||
"Due on {date}" : "Scadenza: {date}",
|
||||
"This weekend – {timeLocale}" : "Questo fine settimana – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Domani – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Oggi – {timeLocale}",
|
||||
"Link to a board" : "Collega a una lavagna",
|
||||
@@ -366,6 +377,7 @@ OC.L10N.register(
|
||||
"Share" : "Condividi",
|
||||
"Searching for users, groups and circles …" : "Ricerca di utenti, gruppi e cerchie…",
|
||||
"(Circle)" : "(Cerchia)",
|
||||
"Assign to users/groups/circles" : "Assegna a utenti/gruppi/cerchie"
|
||||
"Assign to users/groups/circles" : "Assegna a utenti/gruppi/cerchie",
|
||||
"Filter by completed" : "Filtra per completate"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
26
l10n/it.json
26
l10n/it.json
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Data non valida, il formato della data deve essere AAAA-MM-GG",
|
||||
"Personal planning and team project organization" : "Pianificazione personale e organizzazione dei progetti di squadra",
|
||||
"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 è uno strumento di organizzazione in stile kanban destinato alla pianificazione personale e all'organizzazione di progetti per squadre integrato con Nextcloud.\n\n\n- 📥 Aggiungi le tue attività alle schede e tienile in ordine\n- 📄 Scrivi note aggiuntive in Markdown\n- 🔖 Assegna etichette per un'organizzazione ancora migliore\n- 👥 Condividi con la tua squadra, amici o famiglia\n- 📎 Allega file e integrali nella tua descrizione Markdown\n- 💬 Discuti con la tua squadra utilizzando i commenti\n- ⚡ Tieni traccia dei cambiamenti nel flusso delle attività\n- 🚀 Organizza il tuo progetto",
|
||||
"Card details" : "Dettagli scheda",
|
||||
"Add board" : "Aggiungi lavagna",
|
||||
"Select the board to link to a project" : "Seleziona la lavagna da collegare a un progetto",
|
||||
"Search by board title" : "Cerca per titolo della lavagna",
|
||||
@@ -147,8 +148,10 @@
|
||||
"Filter by tag" : "Filtra per etichette",
|
||||
"Filter by assigned user" : "Filtra per utente assegnato",
|
||||
"Unassigned" : "Non assegnato",
|
||||
"Open" : "Apri",
|
||||
"Completed" : "Completato",
|
||||
"Filter by status" : "Filtra per stato",
|
||||
"Open and completed" : "Aperte e completate",
|
||||
"Open" : "Aperte",
|
||||
"Completed" : "Completate",
|
||||
"Filter by due date" : "Filtra per data di scadenza",
|
||||
"Overdue" : "Scadenza",
|
||||
"Next 24 hours" : "Prossime 24 ore",
|
||||
@@ -159,7 +162,7 @@
|
||||
"View Modes" : "Modalità di visualizzazione",
|
||||
"Toggle View Modes" : "Cambia modalità di visualizzazione",
|
||||
"Hide archived cards" : "Nascondi le schede archiviate",
|
||||
"Show archived cards" : "Mostra le carte archiviate",
|
||||
"Show archived cards" : "Mostra le schede archiviate",
|
||||
"Toggle compact mode" : "Commuta la modalità compatta",
|
||||
"Hide card cover images" : "Nascondi immagini di copertina della scheda",
|
||||
"Show card cover images" : "Mostra immagini di copertina della scheda",
|
||||
@@ -176,9 +179,12 @@
|
||||
"Deleted lists" : "Elenchi eliminati",
|
||||
"Undo" : "Annulla",
|
||||
"Deleted cards" : "Schede eliminate",
|
||||
"Share board with a user, group or team …" : "Condividi lavagna con un utente, gruppo o una squadra …",
|
||||
"Searching for users, groups and teams …" : "Ricerca di utenti, gruppi e squadre …",
|
||||
"No participants found" : "Nessun partecipante trovato",
|
||||
"Board owner" : "Proprietario della lavagna",
|
||||
"(Group)" : "(Gruppo)",
|
||||
"(Team)" : "(Squadra)",
|
||||
"Can edit" : "Può modificare",
|
||||
"Can share" : "Può condividere",
|
||||
"Can manage" : "Può gestire",
|
||||
@@ -204,7 +210,9 @@
|
||||
"title and color value must be provided" : "devono essere forniti il titolo e il valore del colore",
|
||||
"Board name" : "Nome della lavagna",
|
||||
"Members" : "Membri",
|
||||
"Assign to users/groups/team" : "Assegna a utenti/gruppi/squadre",
|
||||
"Assign a user to this card…" : "Assegna un utente a questa scheda…",
|
||||
"Select a user to assign to this card…" : "Seleziona un utente da assegnare a questa scheda…",
|
||||
"Upload new files" : "Carica nuovi file",
|
||||
"Share from Files" : "Condividi da File",
|
||||
"Pending share" : "Condivisione in attesa",
|
||||
@@ -247,8 +255,9 @@
|
||||
"Add due date" : "Aggiungi data di scadenza",
|
||||
"Choose a date" : "Scegli una data",
|
||||
"Remove due date" : "Rimuovi data di scadenza",
|
||||
"Mark as done" : "Marca come completato",
|
||||
"Mark as done" : "Segna come fatto",
|
||||
"Due at:" : "Scadenza:",
|
||||
"Not done" : "Non fatto",
|
||||
"Unarchive card" : "Recupera lavagna dall'archivio",
|
||||
"Archive card" : "Archivia scheda",
|
||||
"Select Date" : "Seleziona data",
|
||||
@@ -257,13 +266,13 @@
|
||||
"Set due date for this weekend" : "Imposta scadenza per questo fine settimana",
|
||||
"Set due date for next week" : "Imposta scadenza per la prossima settimana",
|
||||
"Assign a tag to this card…" : "Assegna un'etichetta a questa scheda…",
|
||||
"Select or create a tag…" : "Seleziona o crea un'etichetta…",
|
||||
"Create a new tag:" : "Crea una nuova etichetta:",
|
||||
"(group)" : "(gruppo)",
|
||||
"Next week – {timeLocale}" : "Prossima settimana – {timeLocale}",
|
||||
"Todo items" : "Elementi da fare",
|
||||
"{count} comments, {unread} unread" : "{count} commenti, {unread} non letti",
|
||||
"Edit card title" : "Modifica titolo scheda",
|
||||
"Card details" : "Dettagli scheda",
|
||||
"Assign to me" : "Assegna a me",
|
||||
"Unassign myself" : "Rimuovi assegnazione da me",
|
||||
"Mark as not done" : "Segna come non fatto",
|
||||
@@ -271,6 +280,7 @@
|
||||
"Card deleted" : "Scheda eliminata",
|
||||
"seconds ago" : "secondi fa",
|
||||
"Keyboard shortcuts" : "Scorciatoie da tastiera",
|
||||
"Boost your productivity using Deck with keyboard shortcuts." : "Migliora la tua produttività usando Deck con le scorciatoie da tastiera.",
|
||||
"Board actions" : "Azioni della lavagna",
|
||||
"Keyboard shortcut" : "Scorciatoia da tastiera",
|
||||
"Action" : "Azione",
|
||||
@@ -304,6 +314,7 @@
|
||||
"Show boards in calendar/tasks" : "Mostra le lavagne in calendario/attività",
|
||||
"Limit board creation to some groups" : "Limita la creazione di lavagne ad alcuni gruppi",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Gli utenti che non fanno parte di tali gruppi non potranno creare le proprie lavagne, ma saranno ancora in grado di lavorare su quelle che sono state condivise con loro.",
|
||||
"Cancel edit" : "Annulla modifica",
|
||||
"Board details" : "Dettagli lavagna",
|
||||
"Edit board" : "Modifica lavagna",
|
||||
"Clone board" : "Clona lavagna",
|
||||
@@ -329,7 +340,6 @@
|
||||
"No due" : "Nessuna scadenza",
|
||||
"Search for {searchQuery} in all boards" : "Risultato di ricerca per \"{search}\" in tutte le lavagne",
|
||||
"No results found" : "Nessun risultato trovato",
|
||||
"This weekend – {timeLocale}" : "Questo fine settimana – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Lavagna {name}\n* Ultima modifica: {lastMod}",
|
||||
"{stack} in {board}" : "{stack} in {board}",
|
||||
"Click to expand description" : "Fai clic per espandere la descrizione",
|
||||
@@ -349,6 +359,7 @@
|
||||
"upcoming cards" : "prossime schede",
|
||||
"New card" : "Nuova scheda",
|
||||
"Due on {date}" : "Scadenza: {date}",
|
||||
"This weekend – {timeLocale}" : "Questo fine settimana – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Domani – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Oggi – {timeLocale}",
|
||||
"Link to a board" : "Collega a una lavagna",
|
||||
@@ -364,6 +375,7 @@
|
||||
"Share" : "Condividi",
|
||||
"Searching for users, groups and circles …" : "Ricerca di utenti, gruppi e cerchie…",
|
||||
"(Circle)" : "(Cerchia)",
|
||||
"Assign to users/groups/circles" : "Assegna a utenti/gruppi/cerchie"
|
||||
"Assign to users/groups/circles" : "Assegna a utenti/gruppi/cerchie",
|
||||
"Filter by completed" : "Filtra per completate"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "日付が無効です。日付形式はYYYY-MM-DDである必要があります",
|
||||
"Personal planning and team project organization" : "個人的な計画とチームのプロジェクト編成",
|
||||
"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- 🚀 プロジェクトを整理する",
|
||||
"Card details" : "カード詳細",
|
||||
"Add board" : "ボードを追加",
|
||||
"Select the board to link to a project" : "プロジェクトにリンクするボードを選択",
|
||||
"Search by board title" : "ボードのタイトルで検索",
|
||||
@@ -274,7 +275,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Todo項目",
|
||||
"{count} comments, {unread} unread" : "コメント {count} 件あり、 {unread} 件未読",
|
||||
"Edit card title" : "カードタイトルを編集する",
|
||||
"Card details" : "カード詳細",
|
||||
"Assign to me" : "自分に割り当てる",
|
||||
"Unassign myself" : "自分への割り当てを解除",
|
||||
"Mark as not done" : "未完成のマーク",
|
||||
@@ -316,6 +316,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "カレンダー/タスクでボードを表示する",
|
||||
"Limit board creation to some groups" : "ボード作成は一部のグループに制限する",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "これらのグループ以外のユーザーは、独自のボードを作成することはできませんが、共有されているボードで作業することはできます。",
|
||||
"Cancel edit" : "編集をキャンセル",
|
||||
"Board details" : "ボードの詳細",
|
||||
"Edit board" : "ボードを編集",
|
||||
"Clone board" : "ボードを複製",
|
||||
@@ -341,7 +342,6 @@ OC.L10N.register(
|
||||
"No due" : "日付なし",
|
||||
"Search for {searchQuery} in all boards" : "すべてのボードで{searchQuery}を検索します",
|
||||
"No results found" : "結果が見つかりません",
|
||||
"This weekend – {timeLocale}" : "今週末 – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "デッキボード{name}\n最終更新日:{lastMod}",
|
||||
"{stack} in {board}" : "{board} 内の {stack}",
|
||||
"Click to expand description" : "説明を展開するにはクリックしてください",
|
||||
@@ -361,6 +361,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "今後のカード",
|
||||
"New card" : "新しいカード",
|
||||
"Due on {date}" : "期間{date}",
|
||||
"This weekend – {timeLocale}" : "今週末 – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "明日 – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "今日この後 – {timeLocale}",
|
||||
"Link to a board" : "ボードへのリンク",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "日付が無効です。日付形式はYYYY-MM-DDである必要があります",
|
||||
"Personal planning and team project organization" : "個人的な計画とチームのプロジェクト編成",
|
||||
"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- 🚀 プロジェクトを整理する",
|
||||
"Card details" : "カード詳細",
|
||||
"Add board" : "ボードを追加",
|
||||
"Select the board to link to a project" : "プロジェクトにリンクするボードを選択",
|
||||
"Search by board title" : "ボードのタイトルで検索",
|
||||
@@ -272,7 +273,6 @@
|
||||
"Todo items" : "Todo項目",
|
||||
"{count} comments, {unread} unread" : "コメント {count} 件あり、 {unread} 件未読",
|
||||
"Edit card title" : "カードタイトルを編集する",
|
||||
"Card details" : "カード詳細",
|
||||
"Assign to me" : "自分に割り当てる",
|
||||
"Unassign myself" : "自分への割り当てを解除",
|
||||
"Mark as not done" : "未完成のマーク",
|
||||
@@ -314,6 +314,7 @@
|
||||
"Show boards in calendar/tasks" : "カレンダー/タスクでボードを表示する",
|
||||
"Limit board creation to some groups" : "ボード作成は一部のグループに制限する",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "これらのグループ以外のユーザーは、独自のボードを作成することはできませんが、共有されているボードで作業することはできます。",
|
||||
"Cancel edit" : "編集をキャンセル",
|
||||
"Board details" : "ボードの詳細",
|
||||
"Edit board" : "ボードを編集",
|
||||
"Clone board" : "ボードを複製",
|
||||
@@ -339,7 +340,6 @@
|
||||
"No due" : "日付なし",
|
||||
"Search for {searchQuery} in all boards" : "すべてのボードで{searchQuery}を検索します",
|
||||
"No results found" : "結果が見つかりません",
|
||||
"This weekend – {timeLocale}" : "今週末 – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "デッキボード{name}\n最終更新日:{lastMod}",
|
||||
"{stack} in {board}" : "{board} 内の {stack}",
|
||||
"Click to expand description" : "説明を展開するにはクリックしてください",
|
||||
@@ -359,6 +359,7 @@
|
||||
"upcoming cards" : "今後のカード",
|
||||
"New card" : "新しいカード",
|
||||
"Due on {date}" : "期間{date}",
|
||||
"This weekend – {timeLocale}" : "今週末 – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "明日 – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "今日この後 – {timeLocale}",
|
||||
"Link to a board" : "ボードへのリンク",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "Personal planning and team project organization",
|
||||
"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 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",
|
||||
"Card details" : "Card details",
|
||||
"Add board" : "Add board",
|
||||
"Select the board to link to a project" : "Select the board to link to a project",
|
||||
"Search by board title" : "Search by board title",
|
||||
@@ -265,7 +266,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Todo items",
|
||||
"{count} comments, {unread} unread" : "{count} comments, {unread} unread",
|
||||
"Edit card title" : "Edit card title",
|
||||
"Card details" : "Card details",
|
||||
"Assign to me" : "Assign to me",
|
||||
"Unassign myself" : "Unassign myself",
|
||||
"Mark as not done" : "Mark as not done",
|
||||
@@ -306,6 +306,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Show boards in calendar/tasks",
|
||||
"Limit board creation to some groups" : "Limit board creation to some groups",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.",
|
||||
"Cancel edit" : "Cancel edit",
|
||||
"Board details" : "Board details",
|
||||
"Edit board" : "Edit board",
|
||||
"Clone board" : "Clone board",
|
||||
@@ -331,7 +332,6 @@ OC.L10N.register(
|
||||
"No due" : "No due",
|
||||
"Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards",
|
||||
"No results found" : "No results found",
|
||||
"This weekend – {timeLocale}" : "This weekend – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}",
|
||||
"{stack} in {board}" : "{stack} in {board}",
|
||||
"Click to expand description" : "Click to expand description",
|
||||
@@ -351,6 +351,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "upcoming cards",
|
||||
"New card" : "New card",
|
||||
"Due on {date}" : "Due on {date}",
|
||||
"This weekend – {timeLocale}" : "This weekend – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Later today – {timeLocale}",
|
||||
"Link to a board" : "Link to a board",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "Personal planning and team project organization",
|
||||
"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 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",
|
||||
"Card details" : "Card details",
|
||||
"Add board" : "Add board",
|
||||
"Select the board to link to a project" : "Select the board to link to a project",
|
||||
"Search by board title" : "Search by board title",
|
||||
@@ -263,7 +264,6 @@
|
||||
"Todo items" : "Todo items",
|
||||
"{count} comments, {unread} unread" : "{count} comments, {unread} unread",
|
||||
"Edit card title" : "Edit card title",
|
||||
"Card details" : "Card details",
|
||||
"Assign to me" : "Assign to me",
|
||||
"Unassign myself" : "Unassign myself",
|
||||
"Mark as not done" : "Mark as not done",
|
||||
@@ -304,6 +304,7 @@
|
||||
"Show boards in calendar/tasks" : "Show boards in calendar/tasks",
|
||||
"Limit board creation to some groups" : "Limit board creation to some groups",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.",
|
||||
"Cancel edit" : "Cancel edit",
|
||||
"Board details" : "Board details",
|
||||
"Edit board" : "Edit board",
|
||||
"Clone board" : "Clone board",
|
||||
@@ -329,7 +330,6 @@
|
||||
"No due" : "No due",
|
||||
"Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards",
|
||||
"No results found" : "No results found",
|
||||
"This weekend – {timeLocale}" : "This weekend – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}",
|
||||
"{stack} in {board}" : "{stack} in {board}",
|
||||
"Click to expand description" : "Click to expand description",
|
||||
@@ -349,6 +349,7 @@
|
||||
"upcoming cards" : "upcoming cards",
|
||||
"New card" : "New card",
|
||||
"Due on {date}" : "Due on {date}",
|
||||
"This weekend – {timeLocale}" : "This weekend – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Later today – {timeLocale}",
|
||||
"Link to a board" : "Link to a board",
|
||||
|
||||
@@ -27,6 +27,7 @@ OC.L10N.register(
|
||||
"Cancel reply" : "Semmet tiririt.",
|
||||
"Reply" : "Err",
|
||||
"Search" : "Nadi",
|
||||
"Cancel edit" : "Sefsex aseẓreg",
|
||||
"No notifications" : "Ulac tisezmal",
|
||||
"Today" : "Ass-a",
|
||||
"Close" : "Mdel",
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
"Cancel reply" : "Semmet tiririt.",
|
||||
"Reply" : "Err",
|
||||
"Search" : "Nadi",
|
||||
"Cancel edit" : "Sefsex aseẓreg",
|
||||
"No notifications" : "Ulac tisezmal",
|
||||
"Today" : "Ass-a",
|
||||
"Close" : "Mdel",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "잘못된 날짜, YYYY-MM-DD 형식이어야 합니다.",
|
||||
"Personal planning and team project organization" : "개인 기획 및 팀 프로젝트 구성",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck은 Nextcloud와 통합된 팀의 개인 계획 및 프로젝트 구성을 목표로 하는 칸반 스타일 구성 도구입니다.\n\n\n- 📥 카드에 작업을 추가하고 순서대로 정리하세요\n- 📄 Markdown에 추가 메모를 작성하세요.\n- 🔖 더 나은 정리를 위해 라벨을 할당하세요\n- 👥 팀, 친구, 가족과 공유하세요\n- 📎 파일을 첨부하고 Markdown 설명에 포함하세요.\n- 💬 댓글을 사용하여 팀과 토론하세요\n- ⚡ 활동 스트림의 변경 사항을 추적하세요.\n- 🚀 프로젝트를 체계적으로 정리하세요",
|
||||
"Card details" : "카드 세부사항",
|
||||
"Add board" : "보드 추가",
|
||||
"Select the board to link to a project" : "프로젝트에 연결할 보드를 선택하세요.",
|
||||
"Search by board title" : "보드 제목으로 검색",
|
||||
@@ -274,7 +275,6 @@ OC.L10N.register(
|
||||
"Todo items" : "작업 항목",
|
||||
"{count} comments, {unread} unread" : "댓글 {count}개, 읽지 않음 {unread}개",
|
||||
"Edit card title" : "카드 제목 수정",
|
||||
"Card details" : "카드 세부사항",
|
||||
"Assign to me" : "나에게 할당",
|
||||
"Unassign myself" : "스스로를 할당 해제",
|
||||
"Mark as not done" : "완료되지 않은 것으로 표시",
|
||||
@@ -316,6 +316,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "캘린더/작업에 보드 표시",
|
||||
"Limit board creation to some groups" : "보드 생성을 일부 그룹으로 제한",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "해당 그룹 외부의 사용자는 자신의 보드를 만들 수 없지만 공유된 보드에서는 계속 작업할 수 있습니다.",
|
||||
"Cancel edit" : "편집 취소",
|
||||
"Board details" : "게시판 정보",
|
||||
"Edit board" : "게시판 편집",
|
||||
"Clone board" : "게시판 복제",
|
||||
@@ -341,7 +342,6 @@ OC.L10N.register(
|
||||
"No due" : "기한 없음",
|
||||
"Search for {searchQuery} in all boards" : "모든 게시판에서 {searchQuery}를 검색하세요",
|
||||
"No results found" : "결과 없음",
|
||||
"This weekend – {timeLocale}" : "이번 주말 – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "데크 보드 {name}\n* 마지막 수정일 {lastMod}",
|
||||
"{stack} in {board}" : "{board}의 {stack}",
|
||||
"Click to expand description" : "설명을 더 보려면 클릭하세요.",
|
||||
@@ -361,6 +361,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "곧 있을 카드",
|
||||
"New card" : "새로운 카드",
|
||||
"Due on {date}" : "마감일: {date}",
|
||||
"This weekend – {timeLocale}" : "이번 주말 – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "내일 – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "오늘 나중 – {timeLocale}",
|
||||
"Link to a board" : "보드에 연결",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "잘못된 날짜, YYYY-MM-DD 형식이어야 합니다.",
|
||||
"Personal planning and team project organization" : "개인 기획 및 팀 프로젝트 구성",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck은 Nextcloud와 통합된 팀의 개인 계획 및 프로젝트 구성을 목표로 하는 칸반 스타일 구성 도구입니다.\n\n\n- 📥 카드에 작업을 추가하고 순서대로 정리하세요\n- 📄 Markdown에 추가 메모를 작성하세요.\n- 🔖 더 나은 정리를 위해 라벨을 할당하세요\n- 👥 팀, 친구, 가족과 공유하세요\n- 📎 파일을 첨부하고 Markdown 설명에 포함하세요.\n- 💬 댓글을 사용하여 팀과 토론하세요\n- ⚡ 활동 스트림의 변경 사항을 추적하세요.\n- 🚀 프로젝트를 체계적으로 정리하세요",
|
||||
"Card details" : "카드 세부사항",
|
||||
"Add board" : "보드 추가",
|
||||
"Select the board to link to a project" : "프로젝트에 연결할 보드를 선택하세요.",
|
||||
"Search by board title" : "보드 제목으로 검색",
|
||||
@@ -272,7 +273,6 @@
|
||||
"Todo items" : "작업 항목",
|
||||
"{count} comments, {unread} unread" : "댓글 {count}개, 읽지 않음 {unread}개",
|
||||
"Edit card title" : "카드 제목 수정",
|
||||
"Card details" : "카드 세부사항",
|
||||
"Assign to me" : "나에게 할당",
|
||||
"Unassign myself" : "스스로를 할당 해제",
|
||||
"Mark as not done" : "완료되지 않은 것으로 표시",
|
||||
@@ -314,6 +314,7 @@
|
||||
"Show boards in calendar/tasks" : "캘린더/작업에 보드 표시",
|
||||
"Limit board creation to some groups" : "보드 생성을 일부 그룹으로 제한",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "해당 그룹 외부의 사용자는 자신의 보드를 만들 수 없지만 공유된 보드에서는 계속 작업할 수 있습니다.",
|
||||
"Cancel edit" : "편집 취소",
|
||||
"Board details" : "게시판 정보",
|
||||
"Edit board" : "게시판 편집",
|
||||
"Clone board" : "게시판 복제",
|
||||
@@ -339,7 +340,6 @@
|
||||
"No due" : "기한 없음",
|
||||
"Search for {searchQuery} in all boards" : "모든 게시판에서 {searchQuery}를 검색하세요",
|
||||
"No results found" : "결과 없음",
|
||||
"This weekend – {timeLocale}" : "이번 주말 – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "데크 보드 {name}\n* 마지막 수정일 {lastMod}",
|
||||
"{stack} in {board}" : "{board}의 {stack}",
|
||||
"Click to expand description" : "설명을 더 보려면 클릭하세요.",
|
||||
@@ -359,6 +359,7 @@
|
||||
"upcoming cards" : "곧 있을 카드",
|
||||
"New card" : "새로운 카드",
|
||||
"Due on {date}" : "마감일: {date}",
|
||||
"This weekend – {timeLocale}" : "이번 주말 – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "내일 – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "오늘 나중 – {timeLocale}",
|
||||
"Link to a board" : "보드에 연결",
|
||||
|
||||
@@ -98,6 +98,7 @@ OC.L10N.register(
|
||||
"Path is already shared with this card" : "Kelias jau yra bendrinamas su šia kortele",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Netinkama data, datos formatas privalo būti MMMM-mm-dd",
|
||||
"Personal planning and team project organization" : "Asmeninis planavimas ir komandinių projektų organizavimas",
|
||||
"Card details" : "Išsamiau apie kortelę",
|
||||
"Add board" : "Pridėti lentą",
|
||||
"Select the board to link to a project" : "Pasirinkite lentą, kurią susieti su projektu",
|
||||
"Search by board title" : "Ieškoti pagal lentos pavadinimą",
|
||||
@@ -214,7 +215,6 @@ OC.L10N.register(
|
||||
"(group)" : "(grupė)",
|
||||
"Next week – {timeLocale}" : "Kitą savaitę – {timeLocale}",
|
||||
"{count} comments, {unread} unread" : "Komentarų: {count}, neskaityta: {unread}",
|
||||
"Card details" : "Išsamiau apie kortelę",
|
||||
"Assign to me" : "Priskirti sau",
|
||||
"Delete card" : "Ištrinti kortelę",
|
||||
"Card deleted" : "Kortelė ištrinta",
|
||||
@@ -230,6 +230,7 @@ OC.L10N.register(
|
||||
"Shared with you" : "Bendrinama su jumis",
|
||||
"Use bigger card view" : "Naudoti didesnį kortelių rodinį",
|
||||
"Show boards in calendar/tasks" : "Rodyti darbus kalendoriuje/užduotyse",
|
||||
"Cancel edit" : "Atsisakyti taisymo",
|
||||
"Board details" : "Išsamiau apie lentą",
|
||||
"Edit board" : "Taisyti lentą",
|
||||
"Clone board" : "Dubliuoti lentą",
|
||||
@@ -251,7 +252,6 @@ OC.L10N.register(
|
||||
"Tomorrow" : "Rytoj",
|
||||
"No due" : "Be galutinio termino",
|
||||
"No results found" : "Nerasta jokių rezultatų",
|
||||
"This weekend – {timeLocale}" : "Šį savaitgalį – {timeLocale}",
|
||||
"Create a new card" : "Sukurti naują kortelę",
|
||||
"Card title" : "Kortelės pavadinimas",
|
||||
"Create card" : "Sukurti kortelę",
|
||||
@@ -260,6 +260,7 @@ OC.L10N.register(
|
||||
"Open card" : "Atverti kortelę",
|
||||
"Close" : "Užverti",
|
||||
"Due on {date}" : "Galutinis terminas {date}",
|
||||
"This weekend – {timeLocale}" : "Šį savaitgalį – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Šiandien vėliau – {timeLocale}",
|
||||
"Link to a board" : "Susieti su lenta",
|
||||
"Link to a card" : "Susieti su kortele",
|
||||
|
||||
@@ -96,6 +96,7 @@
|
||||
"Path is already shared with this card" : "Kelias jau yra bendrinamas su šia kortele",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Netinkama data, datos formatas privalo būti MMMM-mm-dd",
|
||||
"Personal planning and team project organization" : "Asmeninis planavimas ir komandinių projektų organizavimas",
|
||||
"Card details" : "Išsamiau apie kortelę",
|
||||
"Add board" : "Pridėti lentą",
|
||||
"Select the board to link to a project" : "Pasirinkite lentą, kurią susieti su projektu",
|
||||
"Search by board title" : "Ieškoti pagal lentos pavadinimą",
|
||||
@@ -212,7 +213,6 @@
|
||||
"(group)" : "(grupė)",
|
||||
"Next week – {timeLocale}" : "Kitą savaitę – {timeLocale}",
|
||||
"{count} comments, {unread} unread" : "Komentarų: {count}, neskaityta: {unread}",
|
||||
"Card details" : "Išsamiau apie kortelę",
|
||||
"Assign to me" : "Priskirti sau",
|
||||
"Delete card" : "Ištrinti kortelę",
|
||||
"Card deleted" : "Kortelė ištrinta",
|
||||
@@ -228,6 +228,7 @@
|
||||
"Shared with you" : "Bendrinama su jumis",
|
||||
"Use bigger card view" : "Naudoti didesnį kortelių rodinį",
|
||||
"Show boards in calendar/tasks" : "Rodyti darbus kalendoriuje/užduotyse",
|
||||
"Cancel edit" : "Atsisakyti taisymo",
|
||||
"Board details" : "Išsamiau apie lentą",
|
||||
"Edit board" : "Taisyti lentą",
|
||||
"Clone board" : "Dubliuoti lentą",
|
||||
@@ -249,7 +250,6 @@
|
||||
"Tomorrow" : "Rytoj",
|
||||
"No due" : "Be galutinio termino",
|
||||
"No results found" : "Nerasta jokių rezultatų",
|
||||
"This weekend – {timeLocale}" : "Šį savaitgalį – {timeLocale}",
|
||||
"Create a new card" : "Sukurti naują kortelę",
|
||||
"Card title" : "Kortelės pavadinimas",
|
||||
"Create card" : "Sukurti kortelę",
|
||||
@@ -258,6 +258,7 @@
|
||||
"Open card" : "Atverti kortelę",
|
||||
"Close" : "Užverti",
|
||||
"Due on {date}" : "Galutinis terminas {date}",
|
||||
"This weekend – {timeLocale}" : "Šį savaitgalį – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Šiandien vėliau – {timeLocale}",
|
||||
"Link to a board" : "Susieti su lenta",
|
||||
"Link to a card" : "Susieti su kortele",
|
||||
|
||||
@@ -98,6 +98,7 @@ OC.L10N.register(
|
||||
"Path is already shared with this card" : "Патеката веќе е споделена со оваа картица",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Невалиден датум, форматот мора да биде ГГГГ-ММ-ДД",
|
||||
"Personal planning and team project organization" : "Персонален планер и тимски проект организер",
|
||||
"Card details" : "Детали за картица",
|
||||
"Add board" : "Додади табла",
|
||||
"Select the board to link to a project" : "Избери табла за поврзување со проект",
|
||||
"Search by board title" : "Барај по име на табла",
|
||||
@@ -213,7 +214,6 @@ OC.L10N.register(
|
||||
"Select Date" : "Избери датум",
|
||||
"Assign a tag to this card…" : "Додади ознака на оваа картица...",
|
||||
"(group)" : "(group)",
|
||||
"Card details" : "Детали за картица",
|
||||
"Assign to me" : "Доделени мене",
|
||||
"Unassign myself" : "Откажи се",
|
||||
"Delete card" : "Избриши картица",
|
||||
@@ -230,6 +230,7 @@ OC.L10N.register(
|
||||
"Shared with you" : "Споделено со тебе",
|
||||
"Use bigger card view" : "Користи поголем преглед на картици",
|
||||
"Show boards in calendar/tasks" : "Прикажи ги таблите во календарнот",
|
||||
"Cancel edit" : "Откажи ажурирање",
|
||||
"Board details" : "Детали за таблата",
|
||||
"Edit board" : "Измени табла",
|
||||
"Clone board" : "Клонирај табла",
|
||||
|
||||
@@ -96,6 +96,7 @@
|
||||
"Path is already shared with this card" : "Патеката веќе е споделена со оваа картица",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Невалиден датум, форматот мора да биде ГГГГ-ММ-ДД",
|
||||
"Personal planning and team project organization" : "Персонален планер и тимски проект организер",
|
||||
"Card details" : "Детали за картица",
|
||||
"Add board" : "Додади табла",
|
||||
"Select the board to link to a project" : "Избери табла за поврзување со проект",
|
||||
"Search by board title" : "Барај по име на табла",
|
||||
@@ -211,7 +212,6 @@
|
||||
"Select Date" : "Избери датум",
|
||||
"Assign a tag to this card…" : "Додади ознака на оваа картица...",
|
||||
"(group)" : "(group)",
|
||||
"Card details" : "Детали за картица",
|
||||
"Assign to me" : "Доделени мене",
|
||||
"Unassign myself" : "Откажи се",
|
||||
"Delete card" : "Избриши картица",
|
||||
@@ -228,6 +228,7 @@
|
||||
"Shared with you" : "Споделено со тебе",
|
||||
"Use bigger card view" : "Користи поголем преглед на картици",
|
||||
"Show boards in calendar/tasks" : "Прикажи ги таблите во календарнот",
|
||||
"Cancel edit" : "Откажи ажурирање",
|
||||
"Board details" : "Детали за таблата",
|
||||
"Edit board" : "Измени табла",
|
||||
"Clone board" : "Клонирај табла",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Feil dato, dato må være i formatet YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "Personlig planlegging og organisering av prosjekter i team",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Stokk er et kanban inspirert verktøy for organisering for personlig planlegging og prosjekt organisering for team integrert med Nextcloud.\n\n\n- 📥 Legg til oppgaver på kort og hold orden på disse.\n- 📄 Legg til notater.\n- 🔖 Tildel merke for enda bedre organisering.\n- 👥 Del med team, venner eller familile.\n- 📎 Legg ved filer som kan integreres i beskrivelser.\n- 💬 Diskuter med ditt team ved å bruke kommentarer.\n- ⚡ Hold oversikt over endringer i aktivitetsstrøm.\n- 🚀 Få dine prosjekt organisert.",
|
||||
"Card details" : "Kort-detaljer",
|
||||
"Add board" : "Legg til tavle",
|
||||
"Select the board to link to a project" : "Velg tavle som skal lenkes til prosjekt",
|
||||
"Search by board title" : "Søk på tittel på tavle",
|
||||
@@ -274,7 +275,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Gjøremålspunkter",
|
||||
"{count} comments, {unread} unread" : "{count} kommentarer, {unread} ulest",
|
||||
"Edit card title" : "Rediger korttittel",
|
||||
"Card details" : "Kort-detaljer",
|
||||
"Assign to me" : "Tildel meg",
|
||||
"Unassign myself" : "Fjern meg fra tildeling",
|
||||
"Mark as not done" : "Marker som ikke ferdig",
|
||||
@@ -316,6 +316,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Vis tavler i kalender/oppgaver",
|
||||
"Limit board creation to some groups" : "Begrene oppretting av kort til enkelte grupper",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Brukere utenfor disse gruppene vil ikke kunne opprette sine egne tavler, men vil fortsatt kunne jobbe på tavler som har blitt delt med dem.",
|
||||
"Cancel edit" : "Avbryt endring",
|
||||
"Board details" : "Forumseksjonsdetaljer",
|
||||
"Edit board" : "Rediger tavle",
|
||||
"Clone board" : "Klon tavle",
|
||||
@@ -341,7 +342,6 @@ OC.L10N.register(
|
||||
"No due" : "Ingen forfall",
|
||||
"Search for {searchQuery} in all boards" : "Søk etter {searchQuery} i alle tavler",
|
||||
"No results found" : "Ingen resultater funnet",
|
||||
"This weekend – {timeLocale}" : "Denne helgen – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Stokktavle {name}\n* Sist endret {lastMod}",
|
||||
"{stack} in {board}" : "{stack} i {board}",
|
||||
"Click to expand description" : "Klikk for å utvide beskrivelsen",
|
||||
@@ -361,6 +361,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "kommende kort",
|
||||
"New card" : "Nytt kort",
|
||||
"Due on {date}" : "Utløper {date}",
|
||||
"This weekend – {timeLocale}" : "Denne helgen – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "I morgen – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Senere i dag – {timeLocale}",
|
||||
"Link to a board" : "Lenke til tavle",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Feil dato, dato må være i formatet YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "Personlig planlegging og organisering av prosjekter i team",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Stokk er et kanban inspirert verktøy for organisering for personlig planlegging og prosjekt organisering for team integrert med Nextcloud.\n\n\n- 📥 Legg til oppgaver på kort og hold orden på disse.\n- 📄 Legg til notater.\n- 🔖 Tildel merke for enda bedre organisering.\n- 👥 Del med team, venner eller familile.\n- 📎 Legg ved filer som kan integreres i beskrivelser.\n- 💬 Diskuter med ditt team ved å bruke kommentarer.\n- ⚡ Hold oversikt over endringer i aktivitetsstrøm.\n- 🚀 Få dine prosjekt organisert.",
|
||||
"Card details" : "Kort-detaljer",
|
||||
"Add board" : "Legg til tavle",
|
||||
"Select the board to link to a project" : "Velg tavle som skal lenkes til prosjekt",
|
||||
"Search by board title" : "Søk på tittel på tavle",
|
||||
@@ -272,7 +273,6 @@
|
||||
"Todo items" : "Gjøremålspunkter",
|
||||
"{count} comments, {unread} unread" : "{count} kommentarer, {unread} ulest",
|
||||
"Edit card title" : "Rediger korttittel",
|
||||
"Card details" : "Kort-detaljer",
|
||||
"Assign to me" : "Tildel meg",
|
||||
"Unassign myself" : "Fjern meg fra tildeling",
|
||||
"Mark as not done" : "Marker som ikke ferdig",
|
||||
@@ -314,6 +314,7 @@
|
||||
"Show boards in calendar/tasks" : "Vis tavler i kalender/oppgaver",
|
||||
"Limit board creation to some groups" : "Begrene oppretting av kort til enkelte grupper",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Brukere utenfor disse gruppene vil ikke kunne opprette sine egne tavler, men vil fortsatt kunne jobbe på tavler som har blitt delt med dem.",
|
||||
"Cancel edit" : "Avbryt endring",
|
||||
"Board details" : "Forumseksjonsdetaljer",
|
||||
"Edit board" : "Rediger tavle",
|
||||
"Clone board" : "Klon tavle",
|
||||
@@ -339,7 +340,6 @@
|
||||
"No due" : "Ingen forfall",
|
||||
"Search for {searchQuery} in all boards" : "Søk etter {searchQuery} i alle tavler",
|
||||
"No results found" : "Ingen resultater funnet",
|
||||
"This weekend – {timeLocale}" : "Denne helgen – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Stokktavle {name}\n* Sist endret {lastMod}",
|
||||
"{stack} in {board}" : "{stack} i {board}",
|
||||
"Click to expand description" : "Klikk for å utvide beskrivelsen",
|
||||
@@ -359,6 +359,7 @@
|
||||
"upcoming cards" : "kommende kort",
|
||||
"New card" : "Nytt kort",
|
||||
"Due on {date}" : "Utløper {date}",
|
||||
"This weekend – {timeLocale}" : "Denne helgen – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "I morgen – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Senere i dag – {timeLocale}",
|
||||
"Link to a board" : "Lenke til tavle",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Ongeldige datum, formaat is YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "Persoonlijke planning en inrichting voor teamproject",
|
||||
"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 is een soort kanban organisatietool gericht op persoonlijke planning en projectorganisatie voor teams geïntegreerd in Nextcloud.\n\n\n- 📥 Voeg taken toe aan kaarten en sorteer ze\n- 📄 Schrijf extra notities in Markdown\n- 🔖 Ken labels toe voor betere organisatie\n- 👥 Deel met je team, vrienden of familie\n- 📎 Voeg bestanden toe en plaats ze in je Markdown beschrijving\n- 💬 Discussieer binnen je team met reacties\n- ⚡ Volg de wijzigingen in het activiteiten kanaal\n- 🚀 Organiseer je project",
|
||||
"Card details" : "Kaart details",
|
||||
"Add board" : "Toevoegen bord",
|
||||
"Select the board to link to a project" : "Kies het bord om met een project te verbinden",
|
||||
"Search by board title" : "Zoeken op bord-titel",
|
||||
@@ -265,7 +266,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Te doen onderwerpen",
|
||||
"{count} comments, {unread} unread" : "{count} reacties, {unread} ongelezen",
|
||||
"Edit card title" : "Wijzig de titel van de kaart",
|
||||
"Card details" : "Kaart details",
|
||||
"Assign to me" : "Aan mij toewijzen",
|
||||
"Unassign myself" : "Eigen toewijzing opheffen",
|
||||
"Mark as not done" : "Markeren als niet gedaan",
|
||||
@@ -287,6 +287,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Toon borden in agenda/taken",
|
||||
"Limit board creation to some groups" : "Beperk het maken van borden tot enkele groepen",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Gebruikers buiten die groepen zullen geen eigen borden kunnen maken, maar ze zullen nog steeds kunnen werken aan borden die met hen zijn gedeeld.",
|
||||
"Cancel edit" : "Annuleer bewerking",
|
||||
"Board details" : "Bord details",
|
||||
"Edit board" : "Bewerk bord",
|
||||
"Clone board" : "Dupliceer bord",
|
||||
@@ -312,7 +313,6 @@ OC.L10N.register(
|
||||
"No due" : "Geen vervallen",
|
||||
"Search for {searchQuery} in all boards" : "Zoek naar {searchQuery} in alle borden",
|
||||
"No results found" : "Geen resultaten gevonden",
|
||||
"This weekend – {timeLocale}" : "Dit weekend - {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deckplank {name}\n* Laatst gewijzigd op {lastMod}",
|
||||
"{stack} in {board}" : "{stack} in {board}",
|
||||
"Click to expand description" : "Klik om de beschrijving uit te vouwen",
|
||||
@@ -332,6 +332,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "Aanstaande kaarten",
|
||||
"New card" : "Nieuwe kaart",
|
||||
"Due on {date}" : "Vervalt op {date}",
|
||||
"This weekend – {timeLocale}" : "Dit weekend - {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Morgen - {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Later vandaag – {timeLocale}",
|
||||
"Link to a board" : "Verbind met een bord",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Ongeldige datum, formaat is YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "Persoonlijke planning en inrichting voor teamproject",
|
||||
"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 is een soort kanban organisatietool gericht op persoonlijke planning en projectorganisatie voor teams geïntegreerd in Nextcloud.\n\n\n- 📥 Voeg taken toe aan kaarten en sorteer ze\n- 📄 Schrijf extra notities in Markdown\n- 🔖 Ken labels toe voor betere organisatie\n- 👥 Deel met je team, vrienden of familie\n- 📎 Voeg bestanden toe en plaats ze in je Markdown beschrijving\n- 💬 Discussieer binnen je team met reacties\n- ⚡ Volg de wijzigingen in het activiteiten kanaal\n- 🚀 Organiseer je project",
|
||||
"Card details" : "Kaart details",
|
||||
"Add board" : "Toevoegen bord",
|
||||
"Select the board to link to a project" : "Kies het bord om met een project te verbinden",
|
||||
"Search by board title" : "Zoeken op bord-titel",
|
||||
@@ -263,7 +264,6 @@
|
||||
"Todo items" : "Te doen onderwerpen",
|
||||
"{count} comments, {unread} unread" : "{count} reacties, {unread} ongelezen",
|
||||
"Edit card title" : "Wijzig de titel van de kaart",
|
||||
"Card details" : "Kaart details",
|
||||
"Assign to me" : "Aan mij toewijzen",
|
||||
"Unassign myself" : "Eigen toewijzing opheffen",
|
||||
"Mark as not done" : "Markeren als niet gedaan",
|
||||
@@ -285,6 +285,7 @@
|
||||
"Show boards in calendar/tasks" : "Toon borden in agenda/taken",
|
||||
"Limit board creation to some groups" : "Beperk het maken van borden tot enkele groepen",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Gebruikers buiten die groepen zullen geen eigen borden kunnen maken, maar ze zullen nog steeds kunnen werken aan borden die met hen zijn gedeeld.",
|
||||
"Cancel edit" : "Annuleer bewerking",
|
||||
"Board details" : "Bord details",
|
||||
"Edit board" : "Bewerk bord",
|
||||
"Clone board" : "Dupliceer bord",
|
||||
@@ -310,7 +311,6 @@
|
||||
"No due" : "Geen vervallen",
|
||||
"Search for {searchQuery} in all boards" : "Zoek naar {searchQuery} in alle borden",
|
||||
"No results found" : "Geen resultaten gevonden",
|
||||
"This weekend – {timeLocale}" : "Dit weekend - {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deckplank {name}\n* Laatst gewijzigd op {lastMod}",
|
||||
"{stack} in {board}" : "{stack} in {board}",
|
||||
"Click to expand description" : "Klik om de beschrijving uit te vouwen",
|
||||
@@ -330,6 +330,7 @@
|
||||
"upcoming cards" : "Aanstaande kaarten",
|
||||
"New card" : "Nieuwe kaart",
|
||||
"Due on {date}" : "Vervalt op {date}",
|
||||
"This weekend – {timeLocale}" : "Dit weekend - {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Morgen - {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Later vandaag – {timeLocale}",
|
||||
"Link to a board" : "Verbind met een bord",
|
||||
|
||||
@@ -50,6 +50,7 @@ OC.L10N.register(
|
||||
"Keyboard shortcut" : "Acorchis de clavièr",
|
||||
"Search" : "Recercar",
|
||||
"Shared with you" : "Shared with you",
|
||||
"Cancel edit" : "Anullar la modificacion",
|
||||
"No notifications" : "Cap de notificacion",
|
||||
"An error occurred" : "Una error s’es producha",
|
||||
"Today" : "Uèi",
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
"Keyboard shortcut" : "Acorchis de clavièr",
|
||||
"Search" : "Recercar",
|
||||
"Shared with you" : "Shared with you",
|
||||
"Cancel edit" : "Anullar la modificacion",
|
||||
"No notifications" : "Cap de notificacion",
|
||||
"An error occurred" : "Una error s’es producha",
|
||||
"Today" : "Uèi",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Nieprawidłowa data, format daty to RRRR-MM-DD",
|
||||
"Personal planning and team project organization" : "Indywidualne planowanie i organizacja projektu zespołowego",
|
||||
"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" : "Tablica to narzędzie organizacyjne w stylu kanban, którego celem jest osobiste planowanie i organizacja projektu dla zespołów zintegrowanych z Nextcloud.\n\n\n- 📥 Dodaj swoje zadania do kart i porządkuj je\n- 📄 Zapisuj dodatkowe notatki w Markdown\n- 🔖 Przypisuj etykiety dla jeszcze lepszej organizacji\n- 👥 Współdziel ze swoim zespołem, przyjaciółmi lub rodziną\n- 📎 Dołączaj pliki i umieszczaj je w opisie Markdown\n- 💬 Porozmawiaj ze swoim zespołem za pomocą komentarzy\n- ⚡ Śledź zmiany w strumieniu aktywności\n- 🚀 Organizuj swój projekt",
|
||||
"Card details" : "Szczegóły karty",
|
||||
"Add board" : "Dodaj tablicę",
|
||||
"Select the board to link to a project" : "Wybierz tablicę, aby połączyć się z projektem",
|
||||
"Search by board title" : "Szukaj według tytułu tablicy",
|
||||
@@ -265,7 +266,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Do zrobienia",
|
||||
"{count} comments, {unread} unread" : "Komentarze: {count}, nieprzeczytane: {unread}",
|
||||
"Edit card title" : "Edytuj nazwę karty",
|
||||
"Card details" : "Szczegóły karty",
|
||||
"Assign to me" : "Przydziel do mnie",
|
||||
"Unassign myself" : "Cofnij moje przypisanie",
|
||||
"Mark as not done" : "Oznacz jako niewykonane",
|
||||
@@ -288,6 +288,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Pokaż tablice w kalendarzu/zadaniach",
|
||||
"Limit board creation to some groups" : "Ogranicz tworzenie tablic dla niektórych grup",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Użytkownicy spoza tych grup nie będą mogli tworzyć własnych tablic, ale nadal będą mogli pracować na tablicach, które zostały im udostępnione.",
|
||||
"Cancel edit" : "Anuluj edycję",
|
||||
"Board details" : "Szczegóły tablicy",
|
||||
"Edit board" : "Edytuj tablicę",
|
||||
"Clone board" : "Klonuj tablicę",
|
||||
@@ -313,7 +314,6 @@ OC.L10N.register(
|
||||
"No due" : "Bez ważności",
|
||||
"Search for {searchQuery} in all boards" : "Wyszukaj dla {searchQuery} na wszystkich tablicach",
|
||||
"No results found" : "Nie znaleziono wyników",
|
||||
"This weekend – {timeLocale}" : "W ten weekend – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Tablica {name}\n* Ostatnia modyfikacja w dniu {lastMod}",
|
||||
"{stack} in {board}" : "{stack} na {board}",
|
||||
"Click to expand description" : "Kliknij, aby rozwinąć opis",
|
||||
@@ -333,6 +333,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "nadchodzące karty",
|
||||
"New card" : "Nowa karta",
|
||||
"Due on {date}" : "Termin {date}",
|
||||
"This weekend – {timeLocale}" : "W ten weekend – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Jutro – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Później dzisiaj – {timeLocale}",
|
||||
"Link to a board" : "Link do tablicy",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Nieprawidłowa data, format daty to RRRR-MM-DD",
|
||||
"Personal planning and team project organization" : "Indywidualne planowanie i organizacja projektu zespołowego",
|
||||
"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" : "Tablica to narzędzie organizacyjne w stylu kanban, którego celem jest osobiste planowanie i organizacja projektu dla zespołów zintegrowanych z Nextcloud.\n\n\n- 📥 Dodaj swoje zadania do kart i porządkuj je\n- 📄 Zapisuj dodatkowe notatki w Markdown\n- 🔖 Przypisuj etykiety dla jeszcze lepszej organizacji\n- 👥 Współdziel ze swoim zespołem, przyjaciółmi lub rodziną\n- 📎 Dołączaj pliki i umieszczaj je w opisie Markdown\n- 💬 Porozmawiaj ze swoim zespołem za pomocą komentarzy\n- ⚡ Śledź zmiany w strumieniu aktywności\n- 🚀 Organizuj swój projekt",
|
||||
"Card details" : "Szczegóły karty",
|
||||
"Add board" : "Dodaj tablicę",
|
||||
"Select the board to link to a project" : "Wybierz tablicę, aby połączyć się z projektem",
|
||||
"Search by board title" : "Szukaj według tytułu tablicy",
|
||||
@@ -263,7 +264,6 @@
|
||||
"Todo items" : "Do zrobienia",
|
||||
"{count} comments, {unread} unread" : "Komentarze: {count}, nieprzeczytane: {unread}",
|
||||
"Edit card title" : "Edytuj nazwę karty",
|
||||
"Card details" : "Szczegóły karty",
|
||||
"Assign to me" : "Przydziel do mnie",
|
||||
"Unassign myself" : "Cofnij moje przypisanie",
|
||||
"Mark as not done" : "Oznacz jako niewykonane",
|
||||
@@ -286,6 +286,7 @@
|
||||
"Show boards in calendar/tasks" : "Pokaż tablice w kalendarzu/zadaniach",
|
||||
"Limit board creation to some groups" : "Ogranicz tworzenie tablic dla niektórych grup",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Użytkownicy spoza tych grup nie będą mogli tworzyć własnych tablic, ale nadal będą mogli pracować na tablicach, które zostały im udostępnione.",
|
||||
"Cancel edit" : "Anuluj edycję",
|
||||
"Board details" : "Szczegóły tablicy",
|
||||
"Edit board" : "Edytuj tablicę",
|
||||
"Clone board" : "Klonuj tablicę",
|
||||
@@ -311,7 +312,6 @@
|
||||
"No due" : "Bez ważności",
|
||||
"Search for {searchQuery} in all boards" : "Wyszukaj dla {searchQuery} na wszystkich tablicach",
|
||||
"No results found" : "Nie znaleziono wyników",
|
||||
"This weekend – {timeLocale}" : "W ten weekend – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Tablica {name}\n* Ostatnia modyfikacja w dniu {lastMod}",
|
||||
"{stack} in {board}" : "{stack} na {board}",
|
||||
"Click to expand description" : "Kliknij, aby rozwinąć opis",
|
||||
@@ -331,6 +331,7 @@
|
||||
"upcoming cards" : "nadchodzące karty",
|
||||
"New card" : "Nowa karta",
|
||||
"Due on {date}" : "Termin {date}",
|
||||
"This weekend – {timeLocale}" : "W ten weekend – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Jutro – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Później dzisiaj – {timeLocale}",
|
||||
"Link to a board" : "Link do tablicy",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Data inválida, o formato da data deve ser AAAA-MM-DD",
|
||||
"Personal planning and team project organization" : "Planejamento pessoal e organização de projetos em equipe",
|
||||
"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" : "O Deck é uma ferramenta de organização ao estilo kanban voltada para o planejamento pessoal e para a organização de projetos para equipes, integrada ao Nextcloud.\n\n\n- 📥Adicione suas tarefas aos cartões e coloque-os em ordem\n- 📄 Escreva notas adicionais formatadas em Markdown \n- 🔖 Atribua rótulos para uma organização ainda melhor\n- 👥 Compartilhe com sua equipe, seus amigos ou sua família\n- 📎 Anexe arquivos e incorpore-os à sua descrição em Markdown\n- 💬 Discuta com sua equipe usando comentários\n- ⚡ Acompanhe as alterações no fluxo de atividades \n- 🚀 Organize seu projeto ",
|
||||
"Card details" : "Detalhes do cartão",
|
||||
"Add board" : "Adicionar painel",
|
||||
"Select the board to link to a project" : "Selecione o painel para vincular a um projeto",
|
||||
"Search by board title" : "Pesquisar pelo título do painel",
|
||||
@@ -274,7 +275,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Itens a fazer",
|
||||
"{count} comments, {unread} unread" : "{count} comentários, {unread} não lidos",
|
||||
"Edit card title" : "Editar título do cartão",
|
||||
"Card details" : "Detalhes do cartão",
|
||||
"Assign to me" : "Atribuir a mim",
|
||||
"Unassign myself" : "Desatribuir-me",
|
||||
"Mark as not done" : "Marcar como não concluído",
|
||||
@@ -316,6 +316,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Exibir os painéis em calendários/tarefas",
|
||||
"Limit board creation to some groups" : "Limitar a criação de quadros a alguns grupos",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Os usuários fora desses grupos não poderão criar seus próprios painéis, mas ainda poderão trabalhar nos painéis que foram compartilhados com eles.",
|
||||
"Cancel edit" : "Cancelar edição",
|
||||
"Board details" : "Detalhes do painel",
|
||||
"Edit board" : "Editar painel",
|
||||
"Clone board" : "Clonar painel",
|
||||
@@ -341,7 +342,6 @@ OC.L10N.register(
|
||||
"No due" : "Sem vencimento",
|
||||
"Search for {searchQuery} in all boards" : "Pesquisar por {searchQuery} em todos os painéis",
|
||||
"No results found" : "Nenhum resultado encontrado",
|
||||
"This weekend – {timeLocale}" : "Este fim de semana – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Quadros de aviso Deck {name}\n* Última modificação em {lastMod}",
|
||||
"{stack} in {board}" : "{stack} em {board}",
|
||||
"Click to expand description" : "Clique para expandir a descrição",
|
||||
@@ -361,6 +361,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "próximos cartões",
|
||||
"New card" : "New card",
|
||||
"Due on {date}" : "Vencimento em {date}",
|
||||
"This weekend – {timeLocale}" : "Este fim de semana – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Amanhã – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Mais tarde hoje – {timeLocale}",
|
||||
"Link to a board" : "Vincular a um painel",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Data inválida, o formato da data deve ser AAAA-MM-DD",
|
||||
"Personal planning and team project organization" : "Planejamento pessoal e organização de projetos em equipe",
|
||||
"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" : "O Deck é uma ferramenta de organização ao estilo kanban voltada para o planejamento pessoal e para a organização de projetos para equipes, integrada ao Nextcloud.\n\n\n- 📥Adicione suas tarefas aos cartões e coloque-os em ordem\n- 📄 Escreva notas adicionais formatadas em Markdown \n- 🔖 Atribua rótulos para uma organização ainda melhor\n- 👥 Compartilhe com sua equipe, seus amigos ou sua família\n- 📎 Anexe arquivos e incorpore-os à sua descrição em Markdown\n- 💬 Discuta com sua equipe usando comentários\n- ⚡ Acompanhe as alterações no fluxo de atividades \n- 🚀 Organize seu projeto ",
|
||||
"Card details" : "Detalhes do cartão",
|
||||
"Add board" : "Adicionar painel",
|
||||
"Select the board to link to a project" : "Selecione o painel para vincular a um projeto",
|
||||
"Search by board title" : "Pesquisar pelo título do painel",
|
||||
@@ -272,7 +273,6 @@
|
||||
"Todo items" : "Itens a fazer",
|
||||
"{count} comments, {unread} unread" : "{count} comentários, {unread} não lidos",
|
||||
"Edit card title" : "Editar título do cartão",
|
||||
"Card details" : "Detalhes do cartão",
|
||||
"Assign to me" : "Atribuir a mim",
|
||||
"Unassign myself" : "Desatribuir-me",
|
||||
"Mark as not done" : "Marcar como não concluído",
|
||||
@@ -314,6 +314,7 @@
|
||||
"Show boards in calendar/tasks" : "Exibir os painéis em calendários/tarefas",
|
||||
"Limit board creation to some groups" : "Limitar a criação de quadros a alguns grupos",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Os usuários fora desses grupos não poderão criar seus próprios painéis, mas ainda poderão trabalhar nos painéis que foram compartilhados com eles.",
|
||||
"Cancel edit" : "Cancelar edição",
|
||||
"Board details" : "Detalhes do painel",
|
||||
"Edit board" : "Editar painel",
|
||||
"Clone board" : "Clonar painel",
|
||||
@@ -339,7 +340,6 @@
|
||||
"No due" : "Sem vencimento",
|
||||
"Search for {searchQuery} in all boards" : "Pesquisar por {searchQuery} em todos os painéis",
|
||||
"No results found" : "Nenhum resultado encontrado",
|
||||
"This weekend – {timeLocale}" : "Este fim de semana – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Quadros de aviso Deck {name}\n* Última modificação em {lastMod}",
|
||||
"{stack} in {board}" : "{stack} em {board}",
|
||||
"Click to expand description" : "Clique para expandir a descrição",
|
||||
@@ -359,6 +359,7 @@
|
||||
"upcoming cards" : "próximos cartões",
|
||||
"New card" : "New card",
|
||||
"Due on {date}" : "Vencimento em {date}",
|
||||
"This weekend – {timeLocale}" : "Este fim de semana – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Amanhã – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Mais tarde hoje – {timeLocale}",
|
||||
"Link to a board" : "Vincular a um painel",
|
||||
|
||||
@@ -106,6 +106,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Data inválida, o formato da data deve ser AAAA-MM-DD",
|
||||
"Personal planning and team project organization" : "Planeamento pessoal e organização de projetos em equipa",
|
||||
"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" : "Quadro é uma ferramenta de organização ao estilo kanban voltada para o planeamento pessoal e organização de projetos para equipas integradas no Nextcloud.\n\n\n- 📥Adicione as suas tarefas aos cartões e coloque-as em ordem\n- 📄 Escreva notas adicionais em Markdown\n- 🔖 Atribua etiquetas para uma organização ainda melhor\n- 👥 Compartilhe com a sua equipa, amigos ou família\n- 📎 Anexe ficheiros e incorpore-os à descrição em Markdown\n- 💬 Debata com a sua equipa usando comentários\n- ⚡ Acompanhe as mudanças no fluxo de atividades \n- 🚀 Organize o seu projeto",
|
||||
"Card details" : "Detalhes do cartão",
|
||||
"Add board" : "Adicionar quadro",
|
||||
"Cancel" : "Cancelar",
|
||||
"File already exists" : "O ficheiro já existe",
|
||||
@@ -140,7 +141,6 @@ OC.L10N.register(
|
||||
"Archive card" : "Arquivar cartão",
|
||||
"Select Date" : "Escolha a data",
|
||||
"(group)" : "(grupo)",
|
||||
"Card details" : "Detalhes do cartão",
|
||||
"Delete card" : "Eliminar cartão",
|
||||
"seconds ago" : "segundos atrás",
|
||||
"Keyboard shortcuts" : "Atalhos de teclado",
|
||||
|
||||
@@ -104,6 +104,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Data inválida, o formato da data deve ser AAAA-MM-DD",
|
||||
"Personal planning and team project organization" : "Planeamento pessoal e organização de projetos em equipa",
|
||||
"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" : "Quadro é uma ferramenta de organização ao estilo kanban voltada para o planeamento pessoal e organização de projetos para equipas integradas no Nextcloud.\n\n\n- 📥Adicione as suas tarefas aos cartões e coloque-as em ordem\n- 📄 Escreva notas adicionais em Markdown\n- 🔖 Atribua etiquetas para uma organização ainda melhor\n- 👥 Compartilhe com a sua equipa, amigos ou família\n- 📎 Anexe ficheiros e incorpore-os à descrição em Markdown\n- 💬 Debata com a sua equipa usando comentários\n- ⚡ Acompanhe as mudanças no fluxo de atividades \n- 🚀 Organize o seu projeto",
|
||||
"Card details" : "Detalhes do cartão",
|
||||
"Add board" : "Adicionar quadro",
|
||||
"Cancel" : "Cancelar",
|
||||
"File already exists" : "O ficheiro já existe",
|
||||
@@ -138,7 +139,6 @@
|
||||
"Archive card" : "Arquivar cartão",
|
||||
"Select Date" : "Escolha a data",
|
||||
"(group)" : "(grupo)",
|
||||
"Card details" : "Detalhes do cartão",
|
||||
"Delete card" : "Eliminar cartão",
|
||||
"seconds ago" : "segundos atrás",
|
||||
"Keyboard shortcuts" : "Atalhos de teclado",
|
||||
|
||||
@@ -119,6 +119,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Dată invalidă, formatul trebuie să fie AAAA-LL-ZZ",
|
||||
"Personal planning and team project organization" : "Planificare personală și organizarea proiectelor",
|
||||
"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 este un utilitar de organizare stil kanban care are ca scop planificarea personală șiorganizarea proiectelor de echipă în Nextcloud.\n\n\n- 📥 Adăugați sarcinile la carduri și ordonați-le\n- 📄 Scrieți note suplimentare în Markdown\n- 🔖 Asociați etichete pentru o mai bună organizare\n- 👥 Partajați cu echipa, prietenii și familia\n- 📎 Atașați fișiere și referiți-le în descrierea Markdown\n- 💬 Discutați cu echipa folosind comentarii\n- ⚡ Urmăriți modificările din fluxul de activitate\n- 🚀 Organizați-vă proiectul",
|
||||
"Card details" : "Detaliile cardului",
|
||||
"Add board" : "Adaugă panou",
|
||||
"Select the board to link to a project" : "Selectați un panou pentru asociere la un proiect",
|
||||
"Search by board title" : "Căutare după titlul panoului",
|
||||
@@ -264,7 +265,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Elemente de executat",
|
||||
"{count} comments, {unread} unread" : "{count} comentarii, {unread} necitite",
|
||||
"Edit card title" : "Editează titlul cardului",
|
||||
"Card details" : "Detaliile cardului",
|
||||
"Assign to me" : "Atribuie-mi mie",
|
||||
"Unassign myself" : "Dezasociază-mi-l",
|
||||
"Mark as not done" : "Marchează ca realizat",
|
||||
@@ -283,6 +283,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Arată panourile în Calendar / Sarcini",
|
||||
"Limit board creation to some groups" : "Permite crearea panourilor doar anumitor grupuri",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Utilizatorii din afara acestor grupuri nu vor putea să-și creeze propriile panouri, dar vor putea să acceseze panourile care le-au fost partajate",
|
||||
"Cancel edit" : "Anulați editarea",
|
||||
"Board details" : "Detalii panou",
|
||||
"Edit board" : "Editează panou",
|
||||
"Clone board" : "Clonează panou",
|
||||
@@ -308,7 +309,6 @@ OC.L10N.register(
|
||||
"No due" : "Fără scadență",
|
||||
"Search for {searchQuery} in all boards" : "Căutare {searchQuery} în toate panourile",
|
||||
"No results found" : "Nu s-a găsit nimic",
|
||||
"This weekend – {timeLocale}" : "În acest weekend – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Panoul Deck {name}\n* Ultima modificare în {lastMod}",
|
||||
"{stack} in {board}" : "{stack} în {board}",
|
||||
"Click to expand description" : "Click pentru a extinde descrierea",
|
||||
@@ -328,6 +328,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "carduri care urmează",
|
||||
"New card" : "Card nou",
|
||||
"Due on {date}" : "Scadență în {date}",
|
||||
"This weekend – {timeLocale}" : "În acest weekend – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Mâine – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Azi, mai târziu – {timeLocale}",
|
||||
"Link to a board" : "Legătură la panou",
|
||||
|
||||
@@ -117,6 +117,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Dată invalidă, formatul trebuie să fie AAAA-LL-ZZ",
|
||||
"Personal planning and team project organization" : "Planificare personală și organizarea proiectelor",
|
||||
"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 este un utilitar de organizare stil kanban care are ca scop planificarea personală șiorganizarea proiectelor de echipă în Nextcloud.\n\n\n- 📥 Adăugați sarcinile la carduri și ordonați-le\n- 📄 Scrieți note suplimentare în Markdown\n- 🔖 Asociați etichete pentru o mai bună organizare\n- 👥 Partajați cu echipa, prietenii și familia\n- 📎 Atașați fișiere și referiți-le în descrierea Markdown\n- 💬 Discutați cu echipa folosind comentarii\n- ⚡ Urmăriți modificările din fluxul de activitate\n- 🚀 Organizați-vă proiectul",
|
||||
"Card details" : "Detaliile cardului",
|
||||
"Add board" : "Adaugă panou",
|
||||
"Select the board to link to a project" : "Selectați un panou pentru asociere la un proiect",
|
||||
"Search by board title" : "Căutare după titlul panoului",
|
||||
@@ -262,7 +263,6 @@
|
||||
"Todo items" : "Elemente de executat",
|
||||
"{count} comments, {unread} unread" : "{count} comentarii, {unread} necitite",
|
||||
"Edit card title" : "Editează titlul cardului",
|
||||
"Card details" : "Detaliile cardului",
|
||||
"Assign to me" : "Atribuie-mi mie",
|
||||
"Unassign myself" : "Dezasociază-mi-l",
|
||||
"Mark as not done" : "Marchează ca realizat",
|
||||
@@ -281,6 +281,7 @@
|
||||
"Show boards in calendar/tasks" : "Arată panourile în Calendar / Sarcini",
|
||||
"Limit board creation to some groups" : "Permite crearea panourilor doar anumitor grupuri",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Utilizatorii din afara acestor grupuri nu vor putea să-și creeze propriile panouri, dar vor putea să acceseze panourile care le-au fost partajate",
|
||||
"Cancel edit" : "Anulați editarea",
|
||||
"Board details" : "Detalii panou",
|
||||
"Edit board" : "Editează panou",
|
||||
"Clone board" : "Clonează panou",
|
||||
@@ -306,7 +307,6 @@
|
||||
"No due" : "Fără scadență",
|
||||
"Search for {searchQuery} in all boards" : "Căutare {searchQuery} în toate panourile",
|
||||
"No results found" : "Nu s-a găsit nimic",
|
||||
"This weekend – {timeLocale}" : "În acest weekend – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Panoul Deck {name}\n* Ultima modificare în {lastMod}",
|
||||
"{stack} in {board}" : "{stack} în {board}",
|
||||
"Click to expand description" : "Click pentru a extinde descrierea",
|
||||
@@ -326,6 +326,7 @@
|
||||
"upcoming cards" : "carduri care urmează",
|
||||
"New card" : "Card nou",
|
||||
"Due on {date}" : "Scadență în {date}",
|
||||
"This weekend – {timeLocale}" : "În acest weekend – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Mâine – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Azi, mai târziu – {timeLocale}",
|
||||
"Link to a board" : "Legătură la panou",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Некорректный формат даты, дата должна быть в формате YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "Личное планирование и управление проектами для команд",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Карточки — приложение для Nextcloud, предоставляющее возможности личного планирования и управления проектами для рабочих групп в стиле канбан.\n\n\n- 📥 Создавайте карточки задач и упорядочите их;\n- 📄 Добавляйте описания задач с возможностью использовать формат разметки «markdown»;\n- 🔖 Присваивайте ярлыки для ещё лучшей организации;\n- 👥 Делитесь со своей командой, друзьями или семьей;\n- 📎 Вкладывайте файлы в виде ссылок в описании, используя формат разметки «Markdown»;\n- 💬 Обсуждайте в комментариях;\n- ⚡ Отслеживайте изменения в ленте событий;\n- 🚀 Сделайте свой проект более организованным.",
|
||||
"Card details" : "Свойства карточки",
|
||||
"Add board" : "Добавить доску",
|
||||
"Select the board to link to a project" : "Выберите рабочую доску, чтобы связать с проектом",
|
||||
"Search by board title" : "Поиск по заголовкам досок",
|
||||
@@ -274,7 +275,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Элементы списка задач",
|
||||
"{count} comments, {unread} unread" : "{count} комментариев, {unread} непрочитано",
|
||||
"Edit card title" : "Изменить заголовок карточки",
|
||||
"Card details" : "Свойства карточки",
|
||||
"Assign to me" : "Назначить себе",
|
||||
"Unassign myself" : "Отказаться от назначения",
|
||||
"Mark as not done" : "Отметить как невыполненную",
|
||||
@@ -316,6 +316,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Показывать карточки в календаре и задачах",
|
||||
"Limit board creation to some groups" : "Разрешить создавать доски только участниками определённых групп",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Создание собственных рабочих досок пользователям, не входящим в заданные группы, будет заблокировано. Тем не менее такие пользователи смогут продолжить работать с общими досками, к которым у них есть доступ. ",
|
||||
"Cancel edit" : "Отменить правку",
|
||||
"Board details" : "Свойства доски",
|
||||
"Edit board" : "Редактировать",
|
||||
"Clone board" : "Скопировать доску",
|
||||
@@ -341,7 +342,6 @@ OC.L10N.register(
|
||||
"No due" : "Без назначенной даты",
|
||||
"Search for {searchQuery} in all boards" : "Искать {searchQuery} на всех досках",
|
||||
"No results found" : "Результаты отсутствуют",
|
||||
"This weekend – {timeLocale}" : "Эти выходные – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Доска «{name}»\n* Последнее изменение: {lastMod}",
|
||||
"{stack} in {board}" : "«{stack}» с доски «{board}»",
|
||||
"Click to expand description" : "Нажмите, чтобы развернуть поле описания",
|
||||
@@ -361,6 +361,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "карточки, ожидающие выполнения",
|
||||
"New card" : "Новая карточка",
|
||||
"Due on {date}" : "Дата исполнения: {date}",
|
||||
"This weekend – {timeLocale}" : "Эти выходные – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Завтра – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Позднее сегодня – {timeLocale}",
|
||||
"Link to a board" : "Ссылка на доску",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Некорректный формат даты, дата должна быть в формате YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "Личное планирование и управление проектами для команд",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Карточки — приложение для Nextcloud, предоставляющее возможности личного планирования и управления проектами для рабочих групп в стиле канбан.\n\n\n- 📥 Создавайте карточки задач и упорядочите их;\n- 📄 Добавляйте описания задач с возможностью использовать формат разметки «markdown»;\n- 🔖 Присваивайте ярлыки для ещё лучшей организации;\n- 👥 Делитесь со своей командой, друзьями или семьей;\n- 📎 Вкладывайте файлы в виде ссылок в описании, используя формат разметки «Markdown»;\n- 💬 Обсуждайте в комментариях;\n- ⚡ Отслеживайте изменения в ленте событий;\n- 🚀 Сделайте свой проект более организованным.",
|
||||
"Card details" : "Свойства карточки",
|
||||
"Add board" : "Добавить доску",
|
||||
"Select the board to link to a project" : "Выберите рабочую доску, чтобы связать с проектом",
|
||||
"Search by board title" : "Поиск по заголовкам досок",
|
||||
@@ -272,7 +273,6 @@
|
||||
"Todo items" : "Элементы списка задач",
|
||||
"{count} comments, {unread} unread" : "{count} комментариев, {unread} непрочитано",
|
||||
"Edit card title" : "Изменить заголовок карточки",
|
||||
"Card details" : "Свойства карточки",
|
||||
"Assign to me" : "Назначить себе",
|
||||
"Unassign myself" : "Отказаться от назначения",
|
||||
"Mark as not done" : "Отметить как невыполненную",
|
||||
@@ -314,6 +314,7 @@
|
||||
"Show boards in calendar/tasks" : "Показывать карточки в календаре и задачах",
|
||||
"Limit board creation to some groups" : "Разрешить создавать доски только участниками определённых групп",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Создание собственных рабочих досок пользователям, не входящим в заданные группы, будет заблокировано. Тем не менее такие пользователи смогут продолжить работать с общими досками, к которым у них есть доступ. ",
|
||||
"Cancel edit" : "Отменить правку",
|
||||
"Board details" : "Свойства доски",
|
||||
"Edit board" : "Редактировать",
|
||||
"Clone board" : "Скопировать доску",
|
||||
@@ -339,7 +340,6 @@
|
||||
"No due" : "Без назначенной даты",
|
||||
"Search for {searchQuery} in all boards" : "Искать {searchQuery} на всех досках",
|
||||
"No results found" : "Результаты отсутствуют",
|
||||
"This weekend – {timeLocale}" : "Эти выходные – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Доска «{name}»\n* Последнее изменение: {lastMod}",
|
||||
"{stack} in {board}" : "«{stack}» с доски «{board}»",
|
||||
"Click to expand description" : "Нажмите, чтобы развернуть поле описания",
|
||||
@@ -359,6 +359,7 @@
|
||||
"upcoming cards" : "карточки, ожидающие выполнения",
|
||||
"New card" : "Новая карточка",
|
||||
"Due on {date}" : "Дата исполнения: {date}",
|
||||
"This weekend – {timeLocale}" : "Эти выходные – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Завтра – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Позднее сегодня – {timeLocale}",
|
||||
"Link to a board" : "Ссылка на доску",
|
||||
|
||||
@@ -105,6 +105,7 @@ OC.L10N.register(
|
||||
"Path is already shared with this card" : "Su caminu est giai cumpartzidu cun cust'ischeda",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Data non bàlida, su formadu de sa data depet èssere AAAA-MM-GG",
|
||||
"Personal planning and team project organization" : "Pranificatzione personale e organizatzione de su progetu de iscuadra",
|
||||
"Card details" : "Detàllios ischeda",
|
||||
"Add board" : "Agiunghe lavagna",
|
||||
"Select the board to link to a project" : "Seletziona lavagna de collegare a unu progetu",
|
||||
"Search by board title" : "Chirca dae su tìtulu de sa lavagna",
|
||||
@@ -223,7 +224,6 @@ OC.L10N.register(
|
||||
"Assign a tag to this card…" : "Assigna un'eticheta a cust'ischeda...",
|
||||
"(group)" : "(grupu)",
|
||||
"{count} comments, {unread} unread" : "{count} cummentos, {unread} non lèghidos",
|
||||
"Card details" : "Detàllios ischeda",
|
||||
"Assign to me" : "Assigna a mie",
|
||||
"Unassign myself" : "Annulla s'assignatzione a mie",
|
||||
"Delete card" : "Cantzella ischeda",
|
||||
@@ -238,6 +238,7 @@ OC.L10N.register(
|
||||
"Shared with you" : "Cumpartzidu cun tegus",
|
||||
"Use bigger card view" : "Imprea bista cun ischedas prus mannas",
|
||||
"Show boards in calendar/tasks" : "Mustra lavagnas in calendàriu/fainas",
|
||||
"Cancel edit" : "Annulla modìfica",
|
||||
"Board details" : "Detàllios lavagna",
|
||||
"Edit board" : "Modìfica lavagna",
|
||||
"Clone board" : "Clona lavagna",
|
||||
|
||||
@@ -103,6 +103,7 @@
|
||||
"Path is already shared with this card" : "Su caminu est giai cumpartzidu cun cust'ischeda",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Data non bàlida, su formadu de sa data depet èssere AAAA-MM-GG",
|
||||
"Personal planning and team project organization" : "Pranificatzione personale e organizatzione de su progetu de iscuadra",
|
||||
"Card details" : "Detàllios ischeda",
|
||||
"Add board" : "Agiunghe lavagna",
|
||||
"Select the board to link to a project" : "Seletziona lavagna de collegare a unu progetu",
|
||||
"Search by board title" : "Chirca dae su tìtulu de sa lavagna",
|
||||
@@ -221,7 +222,6 @@
|
||||
"Assign a tag to this card…" : "Assigna un'eticheta a cust'ischeda...",
|
||||
"(group)" : "(grupu)",
|
||||
"{count} comments, {unread} unread" : "{count} cummentos, {unread} non lèghidos",
|
||||
"Card details" : "Detàllios ischeda",
|
||||
"Assign to me" : "Assigna a mie",
|
||||
"Unassign myself" : "Annulla s'assignatzione a mie",
|
||||
"Delete card" : "Cantzella ischeda",
|
||||
@@ -236,6 +236,7 @@
|
||||
"Shared with you" : "Cumpartzidu cun tegus",
|
||||
"Use bigger card view" : "Imprea bista cun ischedas prus mannas",
|
||||
"Show boards in calendar/tasks" : "Mustra lavagnas in calendàriu/fainas",
|
||||
"Cancel edit" : "Annulla modìfica",
|
||||
"Board details" : "Detàllios lavagna",
|
||||
"Edit board" : "Modìfica lavagna",
|
||||
"Clone board" : "Clona lavagna",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Neplatný dátum, formát musí byť v tvare YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "Osobné plánovanie a organizácia tímových projektov",
|
||||
"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 je organizačný nástroj typu kanban zameraný na osobné plánovanie a organizáciu projektov pre tímy integrované s Nextcloud.\n\n\n- 📥 Pridajte svoje úlohy na karty a usporiadajte ich\n- 📄 Zapíšte si ďalšie poznámky v Markdown\n- 🔖 Priraďte štítky pre ešte lepšiu organizáciu\n- 👥 Zdieľajte so svojím tímom, priateľmi alebo rodinou\n- 📎 Pripojte súbory a vložte ich do popisu Markdown\n- 💬 Diskutujte so svojím tímom pomocou komentárov\n- ⚡ Sledujte zmeny v prúde aktivít\n- 🚀 Zorganizujte si svoj projekt",
|
||||
"Card details" : "Podrobnosti o karte",
|
||||
"Add board" : "Pridať nástenk",
|
||||
"Select the board to link to a project" : "Vybrať nástenku na vytvorenie odkazu ku projektu",
|
||||
"Search by board title" : "Vyhľadávanie podľa názvu nástenky",
|
||||
@@ -272,7 +273,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Položky úloh",
|
||||
"{count} comments, {unread} unread" : "{count} komentárov, {unread} neprečítaných",
|
||||
"Edit card title" : "Upraviť názov karty",
|
||||
"Card details" : "Podrobnosti o karte",
|
||||
"Assign to me" : "Priradiť mne",
|
||||
"Unassign myself" : "Zrušiť priradenie mne",
|
||||
"Mark as not done" : "Označiť ako nedokončené",
|
||||
@@ -314,6 +314,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Zobrazovať nástenky v kalendári/úlohách",
|
||||
"Limit board creation to some groups" : "Obmedziť vytváranie nástenky pre konkrétne skupiny",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Užívatelia mimo týchto skupín si nebudú môcť vytvárať vlastné nástenky, ale stále budú môcť pracovať na nástenkách, ktoré s nimi boli zdieľané.",
|
||||
"Cancel edit" : "Zrušiť upravovanie",
|
||||
"Board details" : "Podrobnosti o nástenke",
|
||||
"Edit board" : "Upraviť nástenku",
|
||||
"Clone board" : "Duplikovať nástenku",
|
||||
@@ -339,7 +340,6 @@ OC.L10N.register(
|
||||
"No due" : "Žiadny termín dokončenia",
|
||||
"Search for {searchQuery} in all boards" : "Vyhľadať {searchQuery} na všetkých plochách",
|
||||
"No results found" : "Neboli nájdené žiadne výsledky",
|
||||
"This weekend – {timeLocale}" : "Tento víkend – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Nástenka Deck {name}\n* Naposledy upravené {lastMod}",
|
||||
"{stack} in {board}" : "{stack} v {board}",
|
||||
"Click to expand description" : "Kliknite pre rozšírenie popisu",
|
||||
@@ -359,6 +359,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "nadchádzajúce karty",
|
||||
"New card" : "Nová karta",
|
||||
"Due on {date}" : "Platné do {date}",
|
||||
"This weekend – {timeLocale}" : "Tento víkend – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Zajtra – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Neskôr dnes - {timeLocale}",
|
||||
"Link to a board" : "Odkaz na nástenku",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Neplatný dátum, formát musí byť v tvare YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "Osobné plánovanie a organizácia tímových projektov",
|
||||
"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 je organizačný nástroj typu kanban zameraný na osobné plánovanie a organizáciu projektov pre tímy integrované s Nextcloud.\n\n\n- 📥 Pridajte svoje úlohy na karty a usporiadajte ich\n- 📄 Zapíšte si ďalšie poznámky v Markdown\n- 🔖 Priraďte štítky pre ešte lepšiu organizáciu\n- 👥 Zdieľajte so svojím tímom, priateľmi alebo rodinou\n- 📎 Pripojte súbory a vložte ich do popisu Markdown\n- 💬 Diskutujte so svojím tímom pomocou komentárov\n- ⚡ Sledujte zmeny v prúde aktivít\n- 🚀 Zorganizujte si svoj projekt",
|
||||
"Card details" : "Podrobnosti o karte",
|
||||
"Add board" : "Pridať nástenk",
|
||||
"Select the board to link to a project" : "Vybrať nástenku na vytvorenie odkazu ku projektu",
|
||||
"Search by board title" : "Vyhľadávanie podľa názvu nástenky",
|
||||
@@ -270,7 +271,6 @@
|
||||
"Todo items" : "Položky úloh",
|
||||
"{count} comments, {unread} unread" : "{count} komentárov, {unread} neprečítaných",
|
||||
"Edit card title" : "Upraviť názov karty",
|
||||
"Card details" : "Podrobnosti o karte",
|
||||
"Assign to me" : "Priradiť mne",
|
||||
"Unassign myself" : "Zrušiť priradenie mne",
|
||||
"Mark as not done" : "Označiť ako nedokončené",
|
||||
@@ -312,6 +312,7 @@
|
||||
"Show boards in calendar/tasks" : "Zobrazovať nástenky v kalendári/úlohách",
|
||||
"Limit board creation to some groups" : "Obmedziť vytváranie nástenky pre konkrétne skupiny",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Užívatelia mimo týchto skupín si nebudú môcť vytvárať vlastné nástenky, ale stále budú môcť pracovať na nástenkách, ktoré s nimi boli zdieľané.",
|
||||
"Cancel edit" : "Zrušiť upravovanie",
|
||||
"Board details" : "Podrobnosti o nástenke",
|
||||
"Edit board" : "Upraviť nástenku",
|
||||
"Clone board" : "Duplikovať nástenku",
|
||||
@@ -337,7 +338,6 @@
|
||||
"No due" : "Žiadny termín dokončenia",
|
||||
"Search for {searchQuery} in all boards" : "Vyhľadať {searchQuery} na všetkých plochách",
|
||||
"No results found" : "Neboli nájdené žiadne výsledky",
|
||||
"This weekend – {timeLocale}" : "Tento víkend – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Nástenka Deck {name}\n* Naposledy upravené {lastMod}",
|
||||
"{stack} in {board}" : "{stack} v {board}",
|
||||
"Click to expand description" : "Kliknite pre rozšírenie popisu",
|
||||
@@ -357,6 +357,7 @@
|
||||
"upcoming cards" : "nadchádzajúce karty",
|
||||
"New card" : "Nová karta",
|
||||
"Due on {date}" : "Platné do {date}",
|
||||
"This weekend – {timeLocale}" : "Tento víkend – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Zajtra – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Neskôr dnes - {timeLocale}",
|
||||
"Link to a board" : "Odkaz na nástenku",
|
||||
|
||||
@@ -105,6 +105,7 @@ OC.L10N.register(
|
||||
"Path is already shared with this card" : "Pot je že povezana s to nalogo",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Neveljaven zapis časa; biti mora v zapisu YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "Osebno načrtovanje nalog in organizacija skupinskih projektov",
|
||||
"Card details" : "Podrobnosti naloge",
|
||||
"Add board" : "Dodaj zbirko",
|
||||
"Select the board to link to a project" : "Izberite zbirko za povezavo s projektom",
|
||||
"Search by board title" : "Išči po imenu zbirke",
|
||||
@@ -242,7 +243,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Naloge",
|
||||
"{count} comments, {unread} unread" : "{count} sporočil, {unread} neprebranih",
|
||||
"Edit card title" : "Uredi naslov naloge",
|
||||
"Card details" : "Podrobnosti naloge",
|
||||
"Assign to me" : "Nalogo dodeli meni",
|
||||
"Unassign myself" : "Odstrani me z naloge",
|
||||
"Mark as not done" : "Označi kot Ni končano",
|
||||
@@ -274,6 +274,7 @@ OC.L10N.register(
|
||||
"Shared with you" : "V souporabi z vami",
|
||||
"Use bigger card view" : "Uporabi povečan pogled nalog",
|
||||
"Show boards in calendar/tasks" : "Pokaži zbirke v koledarjem in med opravili",
|
||||
"Cancel edit" : "Prekliči urejanje",
|
||||
"Board details" : "Podrobnosti zbirke",
|
||||
"Edit board" : "Uredi zbirko",
|
||||
"Clone board" : "Kloniraj zbirko",
|
||||
@@ -297,7 +298,6 @@ OC.L10N.register(
|
||||
"No due" : "Ni datuma preteka",
|
||||
"Search for {searchQuery} in all boards" : "Poišči {searchQuery} med vsemi zbirkami nalog.",
|
||||
"No results found" : "Ni najdenih zadetkov",
|
||||
"This weekend – {timeLocale}" : "Ta teden – {timeLocale}",
|
||||
"{stack} in {board}" : "{stack} v {board}",
|
||||
"Click to expand comment" : "Kliknite za razširitev opombe",
|
||||
"Create a new card" : "Ustvari novo nalogo",
|
||||
@@ -311,6 +311,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "prihajajoče naloge",
|
||||
"New card" : "Nova naloga",
|
||||
"Due on {date}" : "Poteče {date}",
|
||||
"This weekend – {timeLocale}" : "Ta teden – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Jutri – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Danes – {timeLocale}",
|
||||
"Link to a board" : "Povezava do zbirke",
|
||||
|
||||
@@ -103,6 +103,7 @@
|
||||
"Path is already shared with this card" : "Pot je že povezana s to nalogo",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Neveljaven zapis časa; biti mora v zapisu YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "Osebno načrtovanje nalog in organizacija skupinskih projektov",
|
||||
"Card details" : "Podrobnosti naloge",
|
||||
"Add board" : "Dodaj zbirko",
|
||||
"Select the board to link to a project" : "Izberite zbirko za povezavo s projektom",
|
||||
"Search by board title" : "Išči po imenu zbirke",
|
||||
@@ -240,7 +241,6 @@
|
||||
"Todo items" : "Naloge",
|
||||
"{count} comments, {unread} unread" : "{count} sporočil, {unread} neprebranih",
|
||||
"Edit card title" : "Uredi naslov naloge",
|
||||
"Card details" : "Podrobnosti naloge",
|
||||
"Assign to me" : "Nalogo dodeli meni",
|
||||
"Unassign myself" : "Odstrani me z naloge",
|
||||
"Mark as not done" : "Označi kot Ni končano",
|
||||
@@ -272,6 +272,7 @@
|
||||
"Shared with you" : "V souporabi z vami",
|
||||
"Use bigger card view" : "Uporabi povečan pogled nalog",
|
||||
"Show boards in calendar/tasks" : "Pokaži zbirke v koledarjem in med opravili",
|
||||
"Cancel edit" : "Prekliči urejanje",
|
||||
"Board details" : "Podrobnosti zbirke",
|
||||
"Edit board" : "Uredi zbirko",
|
||||
"Clone board" : "Kloniraj zbirko",
|
||||
@@ -295,7 +296,6 @@
|
||||
"No due" : "Ni datuma preteka",
|
||||
"Search for {searchQuery} in all boards" : "Poišči {searchQuery} med vsemi zbirkami nalog.",
|
||||
"No results found" : "Ni najdenih zadetkov",
|
||||
"This weekend – {timeLocale}" : "Ta teden – {timeLocale}",
|
||||
"{stack} in {board}" : "{stack} v {board}",
|
||||
"Click to expand comment" : "Kliknite za razširitev opombe",
|
||||
"Create a new card" : "Ustvari novo nalogo",
|
||||
@@ -309,6 +309,7 @@
|
||||
"upcoming cards" : "prihajajoče naloge",
|
||||
"New card" : "Nova naloga",
|
||||
"Due on {date}" : "Poteče {date}",
|
||||
"This weekend – {timeLocale}" : "Ta teden – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Jutri – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Danes – {timeLocale}",
|
||||
"Link to a board" : "Povezava do zbirke",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Неисправан датум, формат датума мора бити ГГГГ-ММ-ДД",
|
||||
"Personal planning and team project organization" : "Лични планер и организатор тимског пројекта",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Шпил је организациони алат у канбан стилу који је намењен личном планирању и организацији пројекта у тимовима интегрисаним са Nextcloud.\n\n\n- 📥 Додајте своје задатке у картице и поређајте их по редоследу\n- 📄 Напишите додатне белешке употребом Markdown синтаксе\n- 🔖 Доделите ознаке у циљу још боље организације\n- 👥 Делите са својим тимом, пријатељима или породицом\n- 📎 Прикачите фајлове и уградите их у свој Markdown опис\n- 💬 Дискутујте са својим тимом користећи коментаре\n- ⚡ Пратите измене у току активности\n- 🚀 Организујте свој пројекат",
|
||||
"Card details" : "Детаљи картице",
|
||||
"Add board" : "Додај таблу",
|
||||
"Select the board to link to a project" : "Одаберите таблу да је повежете са пројектом",
|
||||
"Search by board title" : "Претражи по наслову табле",
|
||||
@@ -274,7 +275,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Ставке обавеза",
|
||||
"{count} comments, {unread} unread" : "{count} коментара, {unread} није прочитано",
|
||||
"Edit card title" : "Уреди наслов картице",
|
||||
"Card details" : "Детаљи картице",
|
||||
"Assign to me" : "Додели мени",
|
||||
"Unassign myself" : "Склони са мене",
|
||||
"Mark as not done" : "Означи да није завршена",
|
||||
@@ -316,6 +316,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Прикажи табле у календару/задацима",
|
||||
"Limit board creation to some groups" : "Ограничи креирање табле на одређене групе",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Корисници који не припадају овим групама неће моћи да креирају своје табле, али ће и даље моћи да раде на таблама које су подељене са њима.",
|
||||
"Cancel edit" : "Поништи измену",
|
||||
"Board details" : "Детаљи табле",
|
||||
"Edit board" : "Измени таблу",
|
||||
"Clone board" : "Клонирај таблу",
|
||||
@@ -341,7 +342,6 @@ OC.L10N.register(
|
||||
"No due" : "Нема рокова",
|
||||
"Search for {searchQuery} in all boards" : "Тражи се {searchQuery} у свим таблама",
|
||||
"No results found" : "Нема пронађених резултата",
|
||||
"This weekend – {timeLocale}" : "Овог викенда – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Шпил табла {name}\n* Последњи пут измењена дана {lastMod}",
|
||||
"{stack} in {board}" : "{stack} у {board}",
|
||||
"Click to expand description" : "Кликните да проширите опис",
|
||||
@@ -361,6 +361,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "предстојеће картице",
|
||||
"New card" : "Нова картица",
|
||||
"Due on {date}" : "Рок је {date}",
|
||||
"This weekend – {timeLocale}" : "Овог викенда – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Сутра – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Касније данас – {timeLocale}",
|
||||
"Link to a board" : "Веза ка табли",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Неисправан датум, формат датума мора бити ГГГГ-ММ-ДД",
|
||||
"Personal planning and team project organization" : "Лични планер и организатор тимског пројекта",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Шпил је организациони алат у канбан стилу који је намењен личном планирању и организацији пројекта у тимовима интегрисаним са Nextcloud.\n\n\n- 📥 Додајте своје задатке у картице и поређајте их по редоследу\n- 📄 Напишите додатне белешке употребом Markdown синтаксе\n- 🔖 Доделите ознаке у циљу још боље организације\n- 👥 Делите са својим тимом, пријатељима или породицом\n- 📎 Прикачите фајлове и уградите их у свој Markdown опис\n- 💬 Дискутујте са својим тимом користећи коментаре\n- ⚡ Пратите измене у току активности\n- 🚀 Организујте свој пројекат",
|
||||
"Card details" : "Детаљи картице",
|
||||
"Add board" : "Додај таблу",
|
||||
"Select the board to link to a project" : "Одаберите таблу да је повежете са пројектом",
|
||||
"Search by board title" : "Претражи по наслову табле",
|
||||
@@ -272,7 +273,6 @@
|
||||
"Todo items" : "Ставке обавеза",
|
||||
"{count} comments, {unread} unread" : "{count} коментара, {unread} није прочитано",
|
||||
"Edit card title" : "Уреди наслов картице",
|
||||
"Card details" : "Детаљи картице",
|
||||
"Assign to me" : "Додели мени",
|
||||
"Unassign myself" : "Склони са мене",
|
||||
"Mark as not done" : "Означи да није завршена",
|
||||
@@ -314,6 +314,7 @@
|
||||
"Show boards in calendar/tasks" : "Прикажи табле у календару/задацима",
|
||||
"Limit board creation to some groups" : "Ограничи креирање табле на одређене групе",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Корисници који не припадају овим групама неће моћи да креирају своје табле, али ће и даље моћи да раде на таблама које су подељене са њима.",
|
||||
"Cancel edit" : "Поништи измену",
|
||||
"Board details" : "Детаљи табле",
|
||||
"Edit board" : "Измени таблу",
|
||||
"Clone board" : "Клонирај таблу",
|
||||
@@ -339,7 +340,6 @@
|
||||
"No due" : "Нема рокова",
|
||||
"Search for {searchQuery} in all boards" : "Тражи се {searchQuery} у свим таблама",
|
||||
"No results found" : "Нема пронађених резултата",
|
||||
"This weekend – {timeLocale}" : "Овог викенда – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Шпил табла {name}\n* Последњи пут измењена дана {lastMod}",
|
||||
"{stack} in {board}" : "{stack} у {board}",
|
||||
"Click to expand description" : "Кликните да проширите опис",
|
||||
@@ -359,6 +359,7 @@
|
||||
"upcoming cards" : "предстојеће картице",
|
||||
"New card" : "Нова картица",
|
||||
"Due on {date}" : "Рок је {date}",
|
||||
"This weekend – {timeLocale}" : "Овог викенда – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Сутра – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Касније данас – {timeLocale}",
|
||||
"Link to a board" : "Веза ка табли",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Ogiltigt datum, måste anges: ÅÅÅÅ-MM-DD",
|
||||
"Personal planning and team project organization" : "Personlig planering och projekthantering för teams",
|
||||
"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 är en kanban-liknande organiseringsverktyg för personlig planering samt projektorganisering för arbetsgrupper integrerade med Nextcloud.\n\n\n- 📥 Lägg till uppgifter på kort och lägg de i ordning\n- 📄 Skriv anteckningar i Markdown\n- 🔖 Tilldela etiketter för bättre organisering\n- 👥 Dela med arbetsgruppen, vänner eller familj\n- 📎 Bifoga filer och bädda in dem i Markdown-anteckningarna\n- 💬 Diskutera med arbetsgruppen med hjälp av kommentarer\n- ⚡ Håll koll på ändringar i aktivitetsflödet\n- 🚀 Få struktur på dina projekt",
|
||||
"Card details" : "Kortdetaljer",
|
||||
"Add board" : "Lägg till tavla",
|
||||
"Select the board to link to a project" : "Välj tavla att länka till ett projekt",
|
||||
"Search by board title" : "Sök efter namn på tavla",
|
||||
@@ -274,7 +275,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Att göra saker",
|
||||
"{count} comments, {unread} unread" : "{count} kommentarer, {unread} olästa",
|
||||
"Edit card title" : "Ändra korttitel",
|
||||
"Card details" : "Kortdetaljer",
|
||||
"Assign to me" : "Tilldela till mig",
|
||||
"Unassign myself" : "Ta bort från mig själv",
|
||||
"Mark as not done" : "Markera som ej klar",
|
||||
@@ -316,6 +316,8 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Visa tavlor i kalender / uppgifter",
|
||||
"Limit board creation to some groups" : "Begränsa skapandet av tavlor till vissa grupper",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Användare utanför dessa grupper kommer inte att kunna skapa sina egna tavlor, men kommer fortfarande att kunna arbeta på tavlor som har delats med dem.",
|
||||
"Cancel edit" : "Avbryt redigering",
|
||||
"Save board" : "Spara tavla",
|
||||
"Board details" : "Taveldetaljer",
|
||||
"Edit board" : "Ändra tavla",
|
||||
"Clone board" : "Kopiera tavla",
|
||||
@@ -341,7 +343,6 @@ OC.L10N.register(
|
||||
"No due" : "Inget slut",
|
||||
"Search for {searchQuery} in all boards" : "Sök efter {searchQuery} i alla tavlor",
|
||||
"No results found" : "Inga resultat funna",
|
||||
"This weekend – {timeLocale}" : "Den här helgen – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck tavla {name}\n* Senast ändrad den {lastMod}",
|
||||
"{stack} in {board}" : "{stack} i {board}",
|
||||
"Click to expand description" : "Klicka för att utöka beskrivningen",
|
||||
@@ -361,6 +362,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "kommande kort",
|
||||
"New card" : "Nytt kort",
|
||||
"Due on {date}" : "Går ut {date}",
|
||||
"This weekend – {timeLocale}" : "Den här helgen – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Imorgon – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Senare idag – {timeLocale}",
|
||||
"Link to a board" : "Länka till en tavla",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user