Compare commits

...

9 Commits

Author SHA1 Message Date
provokateurin
9301281b13 wip
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-09-09 08:50:58 +02:00
Nextcloud bot
0a14a0dfd8 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-08 00:32:13 +00:00
github-actions[bot]
72d3cfa771 Merge pull request #7215 from nextcloud/automated/noid/main-update-nextcloud-ocp
[main] Update nextcloud/ocp dependency
2025-09-07 03:02:50 +00:00
nextcloud-command
411c0d9d46 chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2025-09-07 02:39:28 +00:00
Nextcloud bot
ec33c26fe4 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-07 00:33:30 +00:00
Nextcloud bot
8fcb4a47ae fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-06 00:31:26 +00:00
Nextcloud bot
3ed1fbcc40 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-05 00:32:02 +00:00
Luka Trovic
7394cb2d48 Merge pull request #7204 from nextcloud/update-main-version
feat(deps): Add Nextcloud 33 support on main
2025-09-04 21:24:36 +02:00
Joas Schilling
4f39328d59 feat(deps): Add Nextcloud 33 support on main
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-09-04 12:22:14 +02:00
16 changed files with 91 additions and 22 deletions

View File

@@ -13,6 +13,23 @@ updates:
- juliushaertl - juliushaertl
- luka-nextcloud - luka-nextcloud
- package-ecosystem: npm
target-branch: stable32
versioning-strategy: lockfile-only
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:15"
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 - package-ecosystem: npm
target-branch: stable31 target-branch: stable31
versioning-strategy: lockfile-only versioning-strategy: lockfile-only

View File

@@ -28,7 +28,7 @@ jobs:
matrix: matrix:
php-versions: ['8.1'] php-versions: ['8.1']
databases: ['sqlite', 'mysql', 'pgsql'] databases: ['sqlite', 'mysql', 'pgsql']
server-versions: ['master'] server-versions: ['perf/base/basic-auth-fs-setup']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
@@ -74,7 +74,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with: with:
repository: nextcloud/activity repository: nextcloud/activity
ref: ${{ matrix.server-versions }} ref: master
path: apps/activity path: apps/activity
- name: Set up php ${{ matrix.php-versions }} - name: Set up php ${{ matrix.php-versions }}

View File

@@ -24,7 +24,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
branches: ['main', 'master', 'stable31', 'stable30'] branches: ['main', 'master', 'stable32', 'stable31', 'stable30']
name: npm-audit-fix-${{ matrix.branches }} name: npm-audit-fix-${{ matrix.branches }}

View File

@@ -23,7 +23,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
branches: ['main', 'master', 'stable31', 'stable30'] branches: ['main', 'master', 'stable32', 'stable31', 'stable30']
name: update-nextcloud-ocp-${{ matrix.branches }} name: update-nextcloud-ocp-${{ matrix.branches }}

View File

@@ -20,7 +20,7 @@
- 🚀 Get your project organized - 🚀 Get your project organized
</description> </description>
<version>1.16.0-beta.1</version> <version>2.0.0-dev.0</version>
<licence>agpl</licence> <licence>agpl</licence>
<author>Julius Härtl</author> <author>Julius Härtl</author>
<namespace>Deck</namespace> <namespace>Deck</namespace>
@@ -42,7 +42,7 @@
<database min-version="9.4">pgsql</database> <database min-version="9.4">pgsql</database>
<database>sqlite</database> <database>sqlite</database>
<database min-version="8.0">mysql</database> <database min-version="8.0">mysql</database>
<nextcloud min-version="32" max-version="32"/> <nextcloud min-version="33" max-version="33"/>
</dependencies> </dependencies>
<background-jobs> <background-jobs>
<job>OCA\Deck\Cron\DeleteCron</job> <job>OCA\Deck\Cron\DeleteCron</job>

10
composer.lock generated
View File

@@ -380,12 +380,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nextcloud-deps/ocp.git", "url": "https://github.com/nextcloud-deps/ocp.git",
"reference": "851f4248065d96ee9d4971bb671b363f7dbd7850" "reference": "6a5219dda0583a45fb5541719de83c9b673b3efa"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/851f4248065d96ee9d4971bb671b363f7dbd7850", "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/6a5219dda0583a45fb5541719de83c9b673b3efa",
"reference": "851f4248065d96ee9d4971bb671b363f7dbd7850", "reference": "6a5219dda0583a45fb5541719de83c9b673b3efa",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -399,7 +399,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "32.0.0-dev" "dev-master": "33.0.0-dev"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@@ -421,7 +421,7 @@
"issues": "https://github.com/nextcloud-deps/ocp/issues", "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/master"
}, },
"time": "2025-08-30T00:45:22+00:00" "time": "2025-09-06T00:45:32+00:00"
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",

View File

@@ -2,6 +2,8 @@ OC.L10N.register(
"deck", "deck",
{ {
"The file was uploaded" : "Файл быў запампаваны.", "The file was uploaded" : "Файл быў запампаваны.",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Памер запампаванага файла перавышае значэнне дырэктывы upload_max_filesize у php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Памер запампаванага файла перавышае значэнне дырэктывы MAX_FILE_SIZE у HTML форме",
"The file was only partially uploaded" : "Файл быў запампаваны толькі часткова", "The file was only partially uploaded" : "Файл быў запампаваны толькі часткова",
"No file was uploaded" : "Ніводзін файл не быў запампаваны", "No file was uploaded" : "Ніводзін файл не быў запампаваны",
"Missing a temporary folder" : "Адсутнічае часовая папка", "Missing a temporary folder" : "Адсутнічае часовая папка",
@@ -34,6 +36,7 @@ OC.L10N.register(
"Delete" : "Выдаліць", "Delete" : "Выдаліць",
"Edit" : "Рэдагаваць", "Edit" : "Рэдагаваць",
"Members" : "Удзельнікі", "Members" : "Удзельнікі",
"Invalid path selected" : "Выбраны памылковы шлях",
"Show in Files" : "Паказаць у Файлах", "Show in Files" : "Паказаць у Файлах",
"Download" : "Спампаваць", "Download" : "Спампаваць",
"Modified" : "Зменены", "Modified" : "Зменены",

View File

@@ -1,5 +1,7 @@
{ "translations": { { "translations": {
"The file was uploaded" : "Файл быў запампаваны.", "The file was uploaded" : "Файл быў запампаваны.",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Памер запампаванага файла перавышае значэнне дырэктывы upload_max_filesize у php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Памер запампаванага файла перавышае значэнне дырэктывы MAX_FILE_SIZE у HTML форме",
"The file was only partially uploaded" : "Файл быў запампаваны толькі часткова", "The file was only partially uploaded" : "Файл быў запампаваны толькі часткова",
"No file was uploaded" : "Ніводзін файл не быў запампаваны", "No file was uploaded" : "Ніводзін файл не быў запампаваны",
"Missing a temporary folder" : "Адсутнічае часовая папка", "Missing a temporary folder" : "Адсутнічае часовая папка",
@@ -32,6 +34,7 @@
"Delete" : "Выдаліць", "Delete" : "Выдаліць",
"Edit" : "Рэдагаваць", "Edit" : "Рэдагаваць",
"Members" : "Удзельнікі", "Members" : "Удзельнікі",
"Invalid path selected" : "Выбраны памылковы шлях",
"Show in Files" : "Паказаць у Файлах", "Show in Files" : "Паказаць у Файлах",
"Download" : "Спампаваць", "Download" : "Спампаваць",
"Modified" : "Зменены", "Modified" : "Зменены",

View File

@@ -128,8 +128,8 @@ OC.L10N.register(
"Card not found" : "Card not found", "Card not found" : "Card not found",
"Path is already shared with this card" : "Path is already shared with this card", "Path is already shared with this card" : "Path is already shared with this card",
"Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD", "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", "Personal planning and team project organization" : "Personal planning and team project organisation",
"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", "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 organisation tool aimed at personal planning and project organisation 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 organisation\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 organised",
"Add board" : "Add board", "Add board" : "Add board",
"Card details" : "Card details", "Card details" : "Card details",
"Select the board to link to a project" : "Select the board to link to a project", "Select the board to link to a project" : "Select the board to link to a project",

View File

@@ -126,8 +126,8 @@
"Card not found" : "Card not found", "Card not found" : "Card not found",
"Path is already shared with this card" : "Path is already shared with this card", "Path is already shared with this card" : "Path is already shared with this card",
"Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD", "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", "Personal planning and team project organization" : "Personal planning and team project organisation",
"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", "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 organisation tool aimed at personal planning and project organisation 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 organisation\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 organised",
"Add board" : "Add board", "Add board" : "Add board",
"Card details" : "Card details", "Card details" : "Card details",
"Select the board to link to a project" : "Select the board to link to a project", "Select the board to link to a project" : "Select the board to link to a project",

View File

@@ -17,12 +17,29 @@ OC.L10N.register(
"{user} has archived the board {before}" : "{user} on {before} tahvli arhiveerinud", "{user} has archived the board {before}" : "{user} on {before} tahvli arhiveerinud",
"You have unarchived the board {board}" : "Sa oled „{board}“ tahvli arhiivist eemaldanud", "You have unarchived the board {board}" : "Sa oled „{board}“ tahvli arhiivist eemaldanud",
"{user} has unarchived the board {before}" : "{user} on „{before}“ tahvli arhiivist eemaldanud", "{user} has unarchived the board {before}" : "{user} on „{before}“ tahvli arhiivist eemaldanud",
"{user} has created a new list {stack} on board {board}" : "{user} on „{board}“ tahvlil koostanud uue loendi „{stack}“ ",
"You have renamed the card {before} to {card}" : "Sa oled muutnud kaardi nime: {before} → {card}", "You have renamed the card {before} to {card}" : "Sa oled muutnud kaardi nime: {before} → {card}",
"{user} has renamed the card {before} to {card}" : "{user} on muutnud kaardi nime: {before} → {card}", "{user} has renamed the card {before} to {card}" : "{user} on muutnud kaardi nime: {before} → {card}",
"You have marked the card {card} as done in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks", "You have marked the card {card} as done in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks",
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks", "{user} has marked card {card} as done in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks",
"You have marked the card {card} as undone in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks", "You have marked the card {card} as undone in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks",
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks", "{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks",
"You have removed the due date of card {card}" : "Sina oled eemaldanud „{card}“ kaardi tähtaja",
"{user} has removed the due date of card {card}" : "{user} on eemaldanud „{card}“ kaardi tähtaja",
"You have set the due date of card {card} to {after}" : "Sina oled määranud „{card}“ kaardi tähtajaks {after}",
"{user} has set the due date of card {card} to {after}" : "{user} on määranud „{card}“ kaardi tähtajaks {after}",
"You have updated the due date of card {card} to {after}" : "Sina oled muutnud „{card}“ kaardi tähtajaks {after}",
"{user} has updated the due date of card {card} to {after}" : "{user} on muutnud „{card}“ kaardi tähtajaks {after}",
"You have added the attachment {attachment} to card {card}" : "Sa oled lisanud „{card}“ kaardile „{attachment}“ manuse",
"{user} has added the attachment {attachment} to card {card}" : "{user} on lisanud „{card}“ kaardile „{attachment}“ manuse",
"You have updated the attachment {attachment} on card {card}" : "Sina oled uuendanud „{card}“ kaardil „{attachment}“ manust",
"{user} has updated the attachment {attachment} on card {card}" : "{user} on uuendanud „{card}“ kaardil „{attachment}“ manust",
"You have deleted the attachment {attachment} from card {card}" : "Sina oled kustutanud „{card}“ kaardilt „{attachment}“ manuse",
"{user} has deleted the attachment {attachment} from card {card}" : "{user} on kustutanud „{card}“ kaardilt „{attachment}“ manuse",
"You have restored the attachment {attachment} to card {card}" : "Sa oled taastanud „{card}“ kaardile „{attachment}“ manuse",
"{user} has restored the attachment {attachment} to card {card}" : "{user} on taastanud „{card}“ kaardi „{attachment}“ manuse",
"You have commented on card {card}" : "Sina oled kommenteerinud „{card}“ kaarti",
"{user} has commented on card {card}" : "{user} on kommenteerinud „{card}“ kaarti",
"Deck" : "Deck", "Deck" : "Deck",
"Changes in the <strong>Deck app</strong>" : "Muudatused <strong>Kanbani rakenduses</strong>", "Changes in the <strong>Deck app</strong>" : "Muudatused <strong>Kanbani rakenduses</strong>",
"A <strong>board, list or card</strong> was changed" : "<strong>Tahvel, loend või kaart</strong> on muutunud", "A <strong>board, list or card</strong> was changed" : "<strong>Tahvel, loend või kaart</strong> on muutunud",
@@ -64,9 +81,15 @@ OC.L10N.register(
"Action needed" : "Tegevus on vajalik", "Action needed" : "Tegevus on vajalik",
"Later" : "Hiljem", "Later" : "Hiljem",
"copy" : "koopia", "copy" : "koopia",
"Read more inside" : "Loe lisateavet järgnevast",
"Custom lists - click to rename!" : "Kohandatud loendid - klõpsi nime muutmiseks!",
"To Do" : "Tegemiseks", "To Do" : "Tegemiseks",
"In Progress" : "Töös", "In Progress" : "Töös",
"Done" : "Valmis", "Done" : "Valmis",
"1. Open to learn more about boards and cards" : "1. Ava lugemaks lisateavet tahvlite ja kaartide kohta",
"2. Drag cards left and right, up and down" : "2. Lohista kaarte vasakule ja paremale ning üles ja alla",
"3. Apply rich formatting and link content" : "3. Kasuta teksti vormindamise ja linkide lisamise võimalust",
"4. Share, comment and collaborate!" : "4. Jaga, kommenteeri ning osale ühistegevuses!",
"Create your first card!" : "Koosta oma esimene kaart!", "Create your first card!" : "Koosta oma esimene kaart!",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Sellel kommentaari pikkus on üle %s tähemärgi.\nTa on kaardile lisatud „%s“ nimega manusena.\nVõrguaadress: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Sellel kommentaari pikkus on üle %s tähemärgi.\nTa on kaardile lisatud „%s“ nimega manusena.\nVõrguaadress: %s.",
"Attachments" : "Manused", "Attachments" : "Manused",
@@ -201,7 +224,7 @@ OC.L10N.register(
"Reply" : "Vasta", "Reply" : "Vasta",
"Update" : "Uuenda", "Update" : "Uuenda",
"Write a description …" : "Koosta kirjeldus…", "Write a description …" : "Koosta kirjeldus…",
"Could not save description" : "Kirjelduse salvetamine ei õnnestunud", "Could not save description" : "Kirjelduse salvestamine ei õnnestunud",
"Description" : "Kirjeldus", "Description" : "Kirjeldus",
"(Unsaved)" : "(Salvestamata)", "(Unsaved)" : "(Salvestamata)",
"(Saving…)" : "(Salvestan…)", "(Saving…)" : "(Salvestan…)",

View File

@@ -15,12 +15,29 @@
"{user} has archived the board {before}" : "{user} on {before} tahvli arhiveerinud", "{user} has archived the board {before}" : "{user} on {before} tahvli arhiveerinud",
"You have unarchived the board {board}" : "Sa oled „{board}“ tahvli arhiivist eemaldanud", "You have unarchived the board {board}" : "Sa oled „{board}“ tahvli arhiivist eemaldanud",
"{user} has unarchived the board {before}" : "{user} on „{before}“ tahvli arhiivist eemaldanud", "{user} has unarchived the board {before}" : "{user} on „{before}“ tahvli arhiivist eemaldanud",
"{user} has created a new list {stack} on board {board}" : "{user} on „{board}“ tahvlil koostanud uue loendi „{stack}“ ",
"You have renamed the card {before} to {card}" : "Sa oled muutnud kaardi nime: {before} → {card}", "You have renamed the card {before} to {card}" : "Sa oled muutnud kaardi nime: {before} → {card}",
"{user} has renamed the card {before} to {card}" : "{user} on muutnud kaardi nime: {before} → {card}", "{user} has renamed the card {before} to {card}" : "{user} on muutnud kaardi nime: {before} → {card}",
"You have marked the card {card} as done in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks", "You have marked the card {card} as done in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks",
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks", "{user} has marked card {card} as done in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks",
"You have marked the card {card} as undone in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks", "You have marked the card {card} as undone in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks",
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks", "{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks",
"You have removed the due date of card {card}" : "Sina oled eemaldanud „{card}“ kaardi tähtaja",
"{user} has removed the due date of card {card}" : "{user} on eemaldanud „{card}“ kaardi tähtaja",
"You have set the due date of card {card} to {after}" : "Sina oled määranud „{card}“ kaardi tähtajaks {after}",
"{user} has set the due date of card {card} to {after}" : "{user} on määranud „{card}“ kaardi tähtajaks {after}",
"You have updated the due date of card {card} to {after}" : "Sina oled muutnud „{card}“ kaardi tähtajaks {after}",
"{user} has updated the due date of card {card} to {after}" : "{user} on muutnud „{card}“ kaardi tähtajaks {after}",
"You have added the attachment {attachment} to card {card}" : "Sa oled lisanud „{card}“ kaardile „{attachment}“ manuse",
"{user} has added the attachment {attachment} to card {card}" : "{user} on lisanud „{card}“ kaardile „{attachment}“ manuse",
"You have updated the attachment {attachment} on card {card}" : "Sina oled uuendanud „{card}“ kaardil „{attachment}“ manust",
"{user} has updated the attachment {attachment} on card {card}" : "{user} on uuendanud „{card}“ kaardil „{attachment}“ manust",
"You have deleted the attachment {attachment} from card {card}" : "Sina oled kustutanud „{card}“ kaardilt „{attachment}“ manuse",
"{user} has deleted the attachment {attachment} from card {card}" : "{user} on kustutanud „{card}“ kaardilt „{attachment}“ manuse",
"You have restored the attachment {attachment} to card {card}" : "Sa oled taastanud „{card}“ kaardile „{attachment}“ manuse",
"{user} has restored the attachment {attachment} to card {card}" : "{user} on taastanud „{card}“ kaardi „{attachment}“ manuse",
"You have commented on card {card}" : "Sina oled kommenteerinud „{card}“ kaarti",
"{user} has commented on card {card}" : "{user} on kommenteerinud „{card}“ kaarti",
"Deck" : "Deck", "Deck" : "Deck",
"Changes in the <strong>Deck app</strong>" : "Muudatused <strong>Kanbani rakenduses</strong>", "Changes in the <strong>Deck app</strong>" : "Muudatused <strong>Kanbani rakenduses</strong>",
"A <strong>board, list or card</strong> was changed" : "<strong>Tahvel, loend või kaart</strong> on muutunud", "A <strong>board, list or card</strong> was changed" : "<strong>Tahvel, loend või kaart</strong> on muutunud",
@@ -62,9 +79,15 @@
"Action needed" : "Tegevus on vajalik", "Action needed" : "Tegevus on vajalik",
"Later" : "Hiljem", "Later" : "Hiljem",
"copy" : "koopia", "copy" : "koopia",
"Read more inside" : "Loe lisateavet järgnevast",
"Custom lists - click to rename!" : "Kohandatud loendid - klõpsi nime muutmiseks!",
"To Do" : "Tegemiseks", "To Do" : "Tegemiseks",
"In Progress" : "Töös", "In Progress" : "Töös",
"Done" : "Valmis", "Done" : "Valmis",
"1. Open to learn more about boards and cards" : "1. Ava lugemaks lisateavet tahvlite ja kaartide kohta",
"2. Drag cards left and right, up and down" : "2. Lohista kaarte vasakule ja paremale ning üles ja alla",
"3. Apply rich formatting and link content" : "3. Kasuta teksti vormindamise ja linkide lisamise võimalust",
"4. Share, comment and collaborate!" : "4. Jaga, kommenteeri ning osale ühistegevuses!",
"Create your first card!" : "Koosta oma esimene kaart!", "Create your first card!" : "Koosta oma esimene kaart!",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Sellel kommentaari pikkus on üle %s tähemärgi.\nTa on kaardile lisatud „%s“ nimega manusena.\nVõrguaadress: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Sellel kommentaari pikkus on üle %s tähemärgi.\nTa on kaardile lisatud „%s“ nimega manusena.\nVõrguaadress: %s.",
"Attachments" : "Manused", "Attachments" : "Manused",
@@ -199,7 +222,7 @@
"Reply" : "Vasta", "Reply" : "Vasta",
"Update" : "Uuenda", "Update" : "Uuenda",
"Write a description …" : "Koosta kirjeldus…", "Write a description …" : "Koosta kirjeldus…",
"Could not save description" : "Kirjelduse salvetamine ei õnnestunud", "Could not save description" : "Kirjelduse salvestamine ei õnnestunud",
"Description" : "Kirjeldus", "Description" : "Kirjeldus",
"(Unsaved)" : "(Salvestamata)", "(Unsaved)" : "(Salvestamata)",
"(Saving…)" : "(Salvestan…)", "(Saving…)" : "(Salvestan…)",

View File

@@ -389,7 +389,7 @@ OC.L10N.register(
"Create a new card" : "Créer une nouvelle carte", "Create a new card" : "Créer une nouvelle carte",
"Card title" : "Titre de la carte", "Card title" : "Titre de la carte",
"Creating the new card …" : "Création de la nouvelle carte…", "Creating the new card …" : "Création de la nouvelle carte…",
"Card \"{card}\" was added to \"{board}\"" : "La carte « {card} » a été ajoutée au tableau « {board} »", "Card \"{card}\" was added to \"{board}\"" : "La carte \"{card}\" a été ajoutée au tableau \"{board}\"",
"Open card" : "Ouvrir la carte", "Open card" : "Ouvrir la carte",
"Close" : "Fermer", "Close" : "Fermer",
"No upcoming cards" : "Pas de cartes à venir", "No upcoming cards" : "Pas de cartes à venir",

View File

@@ -387,7 +387,7 @@
"Create a new card" : "Créer une nouvelle carte", "Create a new card" : "Créer une nouvelle carte",
"Card title" : "Titre de la carte", "Card title" : "Titre de la carte",
"Creating the new card …" : "Création de la nouvelle carte…", "Creating the new card …" : "Création de la nouvelle carte…",
"Card \"{card}\" was added to \"{board}\"" : "La carte « {card} » a été ajoutée au tableau « {board} »", "Card \"{card}\" was added to \"{board}\"" : "La carte \"{card}\" a été ajoutée au tableau \"{board}\"",
"Open card" : "Ouvrir la carte", "Open card" : "Ouvrir la carte",
"Close" : "Fermer", "Close" : "Fermer",
"No upcoming cards" : "Pas de cartes à venir", "No upcoming cards" : "Pas de cartes à venir",

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "deck", "name": "deck",
"version": "1.16.0-beta.1", "version": "2.0.0-dev.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "deck", "name": "deck",
"version": "1.16.0-beta.1", "version": "2.0.0-dev.0",
"license": "agpl", "license": "agpl",
"dependencies": { "dependencies": {
"@babel/polyfill": "^7.12.1", "@babel/polyfill": "^7.12.1",

View File

@@ -1,7 +1,7 @@
{ {
"name": "deck", "name": "deck",
"description": "", "description": "",
"version": "1.16.0-beta.1", "version": "2.0.0-dev.0",
"authors": [ "authors": [
{ {
"name": "Julius Härtl", "name": "Julius Härtl",