Compare commits
15 Commits
backport/6
...
v1.12.0-be
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
216967e976 | ||
|
|
2d9febf8a4 | ||
|
|
2cdca8250c | ||
|
|
81a41ffd6f | ||
|
|
bd02944bf3 | ||
|
|
c34c1bbbf1 | ||
|
|
44fc8a3931 | ||
|
|
44d072647e | ||
|
|
3cb8821dca | ||
|
|
0a649768fa | ||
|
|
c624d51586 | ||
|
|
12514b8c55 | ||
|
|
4d3953ec13 | ||
|
|
1a45c2dba3 | ||
|
|
4b886c6097 |
2
.github/workflows/cypress.yml
vendored
2
.github/workflows/cypress.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
# containers: [1, 2, 3]
|
||||
php-versions: [ '8.0' ]
|
||||
databases: [ 'sqlite' ]
|
||||
server-versions: [ 'master' ]
|
||||
server-versions: [ 'stable28' ]
|
||||
|
||||
steps:
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
|
||||
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: ['stable28']
|
||||
|
||||
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
|
||||
|
||||
|
||||
2
.github/workflows/phpunit.yml
vendored
2
.github/workflows/phpunit.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
matrix:
|
||||
php-versions: ['8.0', '8.1', '8.2', '8.3']
|
||||
databases: ['sqlite', 'mysql', 'pgsql']
|
||||
server-versions: ['master']
|
||||
server-versions: ['stable28']
|
||||
|
||||
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
|
||||
|
||||
|
||||
13
CHANGELOG.md
13
CHANGELOG.md
@@ -1,6 +1,19 @@
|
||||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 1.12.0-beta.4
|
||||
|
||||
### Added
|
||||
|
||||
- scroll board by dragging @shoetten [#5293](https://github.com/nextcloud/deck/pull/5293)
|
||||
|
||||
### Fixed
|
||||
|
||||
- fix: Use text content as result for comments @juliushaertl [#5294](https://github.com/nextcloud/deck/pull/5294)
|
||||
- fix: Bring back due date indicator to compact mode @juliushaertl [#5292](https://github.com/nextcloud/deck/pull/5292)
|
||||
- Fix small issues around delete/undo @juliushaertl [#5296](https://github.com/nextcloud/deck/pull/5296)
|
||||
- fix(controls): use primary when filter is active @fitrahfm [#5299](https://github.com/nextcloud/deck/pull/5299)
|
||||
|
||||
## 1.12.0-beta.3
|
||||
|
||||
### Added
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
- 🚀 Get your project organized
|
||||
|
||||
</description>
|
||||
<version>1.12.0-beta.3</version>
|
||||
<version>1.12.0-beta.4</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Julius Härtl</author>
|
||||
<documentation>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"roave/security-advisories": "dev-master",
|
||||
"phpunit/phpunit": "^9",
|
||||
"nextcloud/coding-standard": "^1.1",
|
||||
"nextcloud/ocp": "dev-master",
|
||||
"nextcloud/ocp": "dev-stable28",
|
||||
"psalm/phar": "^5.13"
|
||||
},
|
||||
"config": {
|
||||
|
||||
19
composer.lock
generated
19
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": "91d1163b8b5b076f39a79a9c394d0217",
|
||||
"content-hash": "2ab83bbc55ad8f0f50c5de28c10764ba",
|
||||
"packages": [
|
||||
{
|
||||
"name": "justinrainbow/json-schema",
|
||||
@@ -250,30 +250,29 @@
|
||||
},
|
||||
{
|
||||
"name": "nextcloud/ocp",
|
||||
"version": "dev-master",
|
||||
"version": "dev-stable28",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nextcloud-deps/ocp.git",
|
||||
"reference": "488e4ad136853e5b24efa745e941c785cf41c51e"
|
||||
"reference": "86756191911b33909cc35ca30f1c1ec9d24280ea"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/488e4ad136853e5b24efa745e941c785cf41c51e",
|
||||
"reference": "488e4ad136853e5b24efa745e941c785cf41c51e",
|
||||
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/86756191911b33909cc35ca30f1c1ec9d24280ea",
|
||||
"reference": "86756191911b33909cc35ca30f1c1ec9d24280ea",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "~8.0 || ~8.1 || ~8.2",
|
||||
"php": "~8.0 || ~8.1 || ~8.2 || ~8.3",
|
||||
"psr/clock": "^1.0",
|
||||
"psr/container": "^2.0.2",
|
||||
"psr/event-dispatcher": "^1.0",
|
||||
"psr/log": "^1.1.4"
|
||||
},
|
||||
"default-branch": true,
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "28.0.0-dev"
|
||||
"dev-stable28": "28.0.0-dev"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
@@ -289,9 +288,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/stable28"
|
||||
},
|
||||
"time": "2023-11-18T00:32:35+00:00"
|
||||
"time": "2023-11-24T00:32:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
|
||||
@@ -346,7 +346,6 @@ OC.L10N.register(
|
||||
"Share" : "مشاركة ",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>وصف البطاقة</strong>داخل تطبيق Deck قد تغيرت.",
|
||||
"Timeline" : "الجدول الزمني",
|
||||
"Add a new list" : "اضف قائمة جديدة",
|
||||
"Assign to users" : "انسب الى المتسخدمين",
|
||||
"Due date" : "تاريخ الانجاز",
|
||||
"Next week" : "الاسبوع القادم",
|
||||
|
||||
@@ -344,7 +344,6 @@
|
||||
"Share" : "مشاركة ",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>وصف البطاقة</strong>داخل تطبيق Deck قد تغيرت.",
|
||||
"Timeline" : "الجدول الزمني",
|
||||
"Add a new list" : "اضف قائمة جديدة",
|
||||
"Assign to users" : "انسب الى المتسخدمين",
|
||||
"Due date" : "تاريخ الانجاز",
|
||||
"Next week" : "الاسبوع القادم",
|
||||
|
||||
@@ -315,7 +315,6 @@ OC.L10N.register(
|
||||
"Share" : "Споделяне",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Описанието на картата</strong> в приложението Deck/набор/ е променено",
|
||||
"Timeline" : "Времева линия",
|
||||
"Add a new list" : "Добавяне на нов списък",
|
||||
"Assign to users" : "Зачисляване към потребители",
|
||||
"Due date" : "Крайна дата",
|
||||
"Next week" : "Следваща седмица",
|
||||
|
||||
@@ -313,7 +313,6 @@
|
||||
"Share" : "Споделяне",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Описанието на картата</strong> в приложението Deck/набор/ е променено",
|
||||
"Timeline" : "Времева линия",
|
||||
"Add a new list" : "Добавяне на нов списък",
|
||||
"Assign to users" : "Зачисляване към потребители",
|
||||
"Due date" : "Крайна дата",
|
||||
"Next week" : "Следваща седмица",
|
||||
|
||||
@@ -321,7 +321,6 @@ OC.L10N.register(
|
||||
"Share" : "Compartir",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "S'ha canviat una <strong>descripció de targeta</strong> a l'aplicació Tauler",
|
||||
"Timeline" : "Línia de temps",
|
||||
"Add a new list" : "Afegeix una llista nova",
|
||||
"Assign to users" : "Assignació als usuaris",
|
||||
"Due date" : "Data de caducitat",
|
||||
"Next week" : "Setmana següent",
|
||||
|
||||
@@ -319,7 +319,6 @@
|
||||
"Share" : "Compartir",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "S'ha canviat una <strong>descripció de targeta</strong> a l'aplicació Tauler",
|
||||
"Timeline" : "Línia de temps",
|
||||
"Add a new list" : "Afegeix una llista nova",
|
||||
"Assign to users" : "Assignació als usuaris",
|
||||
"Due date" : "Data de caducitat",
|
||||
"Next week" : "Setmana següent",
|
||||
|
||||
@@ -346,7 +346,6 @@ OC.L10N.register(
|
||||
"Share" : "Sdílet",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Popis karty</strong> v aplikaci Deck byl změněn",
|
||||
"Timeline" : "Časová osa",
|
||||
"Add a new list" : "Přidat nový sloupec",
|
||||
"Assign to users" : "Přiřadit k uživatelům",
|
||||
"Due date" : "Termín",
|
||||
"Next week" : "Příští týden",
|
||||
|
||||
@@ -344,7 +344,6 @@
|
||||
"Share" : "Sdílet",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Popis karty</strong> v aplikaci Deck byl změněn",
|
||||
"Timeline" : "Časová osa",
|
||||
"Add a new list" : "Přidat nový sloupec",
|
||||
"Assign to users" : "Přiřadit k uživatelům",
|
||||
"Due date" : "Termín",
|
||||
"Next week" : "Příští týden",
|
||||
|
||||
@@ -229,7 +229,6 @@ OC.L10N.register(
|
||||
"Share {file} with a Deck card" : "Del {file} med et Deck kort",
|
||||
"Share" : "Del",
|
||||
"Timeline" : "Tidslinje",
|
||||
"Add a new list" : "Tilføj en ny kolonne",
|
||||
"Assign to users" : "Tildel til brugere",
|
||||
"Due date" : "Forfaldsdato",
|
||||
"Next week" : "Næste uge",
|
||||
|
||||
@@ -227,7 +227,6 @@
|
||||
"Share {file} with a Deck card" : "Del {file} med et Deck kort",
|
||||
"Share" : "Del",
|
||||
"Timeline" : "Tidslinje",
|
||||
"Add a new list" : "Tilføj en ny kolonne",
|
||||
"Assign to users" : "Tildel til brugere",
|
||||
"Due date" : "Forfaldsdato",
|
||||
"Next week" : "Næste uge",
|
||||
|
||||
@@ -346,7 +346,6 @@ OC.L10N.register(
|
||||
"Share" : "Freigeben",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
|
||||
"Timeline" : "Zeitachse",
|
||||
"Add a new list" : "Eine neue Liste hinzufügen",
|
||||
"Assign to users" : "Benutzern zuweisen",
|
||||
"Due date" : "Fälligkeitsdatum",
|
||||
"Next week" : "Nächste Woche",
|
||||
|
||||
@@ -344,7 +344,6 @@
|
||||
"Share" : "Freigeben",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
|
||||
"Timeline" : "Zeitachse",
|
||||
"Add a new list" : "Eine neue Liste hinzufügen",
|
||||
"Assign to users" : "Benutzern zuweisen",
|
||||
"Due date" : "Fälligkeitsdatum",
|
||||
"Next week" : "Nächste Woche",
|
||||
|
||||
@@ -346,7 +346,6 @@ OC.L10N.register(
|
||||
"Share" : "Freigeben",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
|
||||
"Timeline" : "Zeitachse",
|
||||
"Add a new list" : "Eine neue Liste hinzufügen",
|
||||
"Assign to users" : "Benutzern zuweisen",
|
||||
"Due date" : "Fälligkeitsdatum",
|
||||
"Next week" : "Nächste Woche",
|
||||
|
||||
@@ -344,7 +344,6 @@
|
||||
"Share" : "Freigeben",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
|
||||
"Timeline" : "Zeitachse",
|
||||
"Add a new list" : "Eine neue Liste hinzufügen",
|
||||
"Assign to users" : "Benutzern zuweisen",
|
||||
"Due date" : "Fälligkeitsdatum",
|
||||
"Next week" : "Nächste Woche",
|
||||
|
||||
@@ -311,7 +311,6 @@ OC.L10N.register(
|
||||
"Share" : "Μοιραστείτε",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Η <strong>περιγραφή καρτέλας </strong>στην εφαρμογή Deck άλλαξε",
|
||||
"Timeline" : "Χρονολόγιο",
|
||||
"Add a new list" : "Προσθήκη νέας λίστας",
|
||||
"Assign to users" : "Ανάθεση σε χρήστες",
|
||||
"Due date" : "Ημερομηνία λήξης",
|
||||
"Next week" : "Επόμενη εβδομάδα",
|
||||
|
||||
@@ -309,7 +309,6 @@
|
||||
"Share" : "Μοιραστείτε",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Η <strong>περιγραφή καρτέλας </strong>στην εφαρμογή Deck άλλαξε",
|
||||
"Timeline" : "Χρονολόγιο",
|
||||
"Add a new list" : "Προσθήκη νέας λίστας",
|
||||
"Assign to users" : "Ανάθεση σε χρήστες",
|
||||
"Due date" : "Ημερομηνία λήξης",
|
||||
"Next week" : "Επόμενη εβδομάδα",
|
||||
|
||||
@@ -37,6 +37,10 @@ OC.L10N.register(
|
||||
"{user} has archived card {card} in list {stack} on board {board}" : "{user} has archived card {card} in list {stack} on board {board}",
|
||||
"You have unarchived card {card} in list {stack} on board {board}" : "You have unarchived card {card} in list {stack} on board {board}",
|
||||
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} has unarchived card {card} in list {stack} on board {board}",
|
||||
"You have marked the card {card} as done in list {stack} on board {board}" : "You have marked the card {card} as done in list {stack} on board {board}",
|
||||
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} has marked card {card} as done in list {stack} on board {board}",
|
||||
"You have marked the card {card} as undone in list {stack} on board {board}" : "You have marked the card {card} as undone in list {stack} on board {board}",
|
||||
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} has marked the card {card} as undone in list {stack} on board {board}",
|
||||
"You have removed the due date of card {card}" : "You have removed the due date of card {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} has removed the due date of card {card}",
|
||||
"You have set the due date of card {card} to {after}" : "You have set the due date of card {card} to {after}",
|
||||
@@ -245,6 +249,7 @@ OC.L10N.register(
|
||||
"Choose a date" : "Choose a date",
|
||||
"Remove due date" : "Remove due date",
|
||||
"Completed" : "Completed",
|
||||
"Due at:" : "Due at:",
|
||||
"Not completed" : "Not completed",
|
||||
"Unarchive card" : "Unarchive card",
|
||||
"Archive card" : "Archive card",
|
||||
@@ -254,6 +259,7 @@ OC.L10N.register(
|
||||
"Set due date for this weekend" : "Set due date for this weekend",
|
||||
"Set due date for next week" : "Set due date for next week",
|
||||
"Assign a tag to this card…" : "Assign a tag to this card…",
|
||||
"Create a new tag:" : "Create a new tag:",
|
||||
"(group)" : "(group)",
|
||||
"Next week – {timeLocale}" : "Next week – {timeLocale}",
|
||||
"Todo items" : "Todo items",
|
||||
@@ -262,6 +268,7 @@ OC.L10N.register(
|
||||
"Card details" : "Card details",
|
||||
"Assign to me" : "Assign to me",
|
||||
"Unassign myself" : "Unassign myself",
|
||||
"Mark as not done" : "Mark as not done",
|
||||
"Mark as done" : "Mark as done",
|
||||
"Move card" : "Move card",
|
||||
"Delete card" : "Delete card",
|
||||
@@ -339,7 +346,6 @@ OC.L10N.register(
|
||||
"Share" : "Share",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "A <strong>card description</strong> inside the Deck app has been changed",
|
||||
"Timeline" : "Timeline",
|
||||
"Add a new list" : "Add a new list",
|
||||
"Assign to users" : "Assign to users",
|
||||
"Due date" : "Due date",
|
||||
"Next week" : "Next week",
|
||||
|
||||
@@ -35,6 +35,10 @@
|
||||
"{user} has archived card {card} in list {stack} on board {board}" : "{user} has archived card {card} in list {stack} on board {board}",
|
||||
"You have unarchived card {card} in list {stack} on board {board}" : "You have unarchived card {card} in list {stack} on board {board}",
|
||||
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} has unarchived card {card} in list {stack} on board {board}",
|
||||
"You have marked the card {card} as done in list {stack} on board {board}" : "You have marked the card {card} as done in list {stack} on board {board}",
|
||||
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} has marked card {card} as done in list {stack} on board {board}",
|
||||
"You have marked the card {card} as undone in list {stack} on board {board}" : "You have marked the card {card} as undone in list {stack} on board {board}",
|
||||
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} has marked the card {card} as undone in list {stack} on board {board}",
|
||||
"You have removed the due date of card {card}" : "You have removed the due date of card {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} has removed the due date of card {card}",
|
||||
"You have set the due date of card {card} to {after}" : "You have set the due date of card {card} to {after}",
|
||||
@@ -243,6 +247,7 @@
|
||||
"Choose a date" : "Choose a date",
|
||||
"Remove due date" : "Remove due date",
|
||||
"Completed" : "Completed",
|
||||
"Due at:" : "Due at:",
|
||||
"Not completed" : "Not completed",
|
||||
"Unarchive card" : "Unarchive card",
|
||||
"Archive card" : "Archive card",
|
||||
@@ -252,6 +257,7 @@
|
||||
"Set due date for this weekend" : "Set due date for this weekend",
|
||||
"Set due date for next week" : "Set due date for next week",
|
||||
"Assign a tag to this card…" : "Assign a tag to this card…",
|
||||
"Create a new tag:" : "Create a new tag:",
|
||||
"(group)" : "(group)",
|
||||
"Next week – {timeLocale}" : "Next week – {timeLocale}",
|
||||
"Todo items" : "Todo items",
|
||||
@@ -260,6 +266,7 @@
|
||||
"Card details" : "Card details",
|
||||
"Assign to me" : "Assign to me",
|
||||
"Unassign myself" : "Unassign myself",
|
||||
"Mark as not done" : "Mark as not done",
|
||||
"Mark as done" : "Mark as done",
|
||||
"Move card" : "Move card",
|
||||
"Delete card" : "Delete card",
|
||||
@@ -337,7 +344,6 @@
|
||||
"Share" : "Share",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "A <strong>card description</strong> inside the Deck app has been changed",
|
||||
"Timeline" : "Timeline",
|
||||
"Add a new list" : "Add a new list",
|
||||
"Assign to users" : "Assign to users",
|
||||
"Due date" : "Due date",
|
||||
"Next week" : "Next week",
|
||||
|
||||
22
l10n/es.js
22
l10n/es.js
@@ -37,6 +37,10 @@ OC.L10N.register(
|
||||
"{user} has archived card {card} in list {stack} on board {board}" : "{user} ha archivado la tarjeta {card} en la lista {stack} del tablero {board}",
|
||||
"You have unarchived card {card} in list {stack} on board {board}" : "Has desarchivado la tarjeta {card} en la lista {stack} del tablero {board}",
|
||||
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} ha desarchivado la tarjeta {card} en la lista {stack} del tablero {board}",
|
||||
"You have marked the card {card} as done in list {stack} on board {board}" : "Has marcado la tarjeta {card} como completada en la lista {stack} del tablero {board}",
|
||||
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} ha marcado la tarjeta {card} como completada en la lista {stack} del tablero {board}",
|
||||
"You have marked the card {card} as undone in list {stack} on board {board}" : "Has marcado la tarjeta {card} como no completada en la lista {stack} del tablero {board}",
|
||||
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} ha marcado la tarjeta {card} como no completada en la lista {stack} del tablero {board}",
|
||||
"You have removed the due date of card {card}" : "Has eliminado la fecha de vencimiento de {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} ha eliminado la fecha de vencimiento de {card}",
|
||||
"You have set the due date of card {card} to {after}" : "Has establecido la fecha de vencimiento de {card} como {after}",
|
||||
@@ -68,6 +72,8 @@ OC.L10N.register(
|
||||
"A <strong>board, list or card</strong> was changed" : "Un <strong>tablero, lista o tarjeta</strong> fue cambiada",
|
||||
"A <strong>comment</strong> was created on a card" : "Un <strong>comentario</strong> ha sido creado en una tarjeta",
|
||||
"A <strong>card description</strong> has been changed" : "Una <strong>descripción de tarjeta</strong> ha sido cambiada",
|
||||
"Cards due today" : "Tarjetas que vencen hoy",
|
||||
"Cards due tomorrow" : "Tarjetas que vencen mañana",
|
||||
"Upcoming cards" : "Próximas tarjetas",
|
||||
"Load more" : "Cargar más",
|
||||
"Personal" : "Personal",
|
||||
@@ -146,9 +152,13 @@ OC.L10N.register(
|
||||
"Next 30 days" : "Siguientes 30 días",
|
||||
"No due date" : "Sin fecha de vencimiento",
|
||||
"Clear filter" : "Borrar filtro",
|
||||
"View Modes" : "Modos de visualización",
|
||||
"Toggle View Modes" : "Alternar modos de visualización",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Toggle compact mode" : "Mostrar/ocultar modo compacto",
|
||||
"Hide card cover images" : "Ocultar la imagen principal de las tarjetas",
|
||||
"Show card cover images" : "Mostrar la imagen principal de las tarjetas",
|
||||
"Open details" : "Abrir detalles",
|
||||
"Details" : "Detalles",
|
||||
"Currently present people" : "Personas presentes actualmente",
|
||||
@@ -235,13 +245,21 @@ OC.L10N.register(
|
||||
"Choose attachment" : "Escoger adjunto",
|
||||
"Assign a due date to this card…" : "Asignar una fecha de caducidad a esta tarjeta…",
|
||||
"Set a due date" : "Fijar una fecha límite",
|
||||
"Add due date" : "Añadir fecha de vencimiento",
|
||||
"Choose a date" : "Elige una fecha",
|
||||
"Remove due date" : "Eliminar fecha límite",
|
||||
"Completed" : "Completado",
|
||||
"Due at:" : "Vence el:",
|
||||
"Not completed" : "No completado",
|
||||
"Unarchive card" : "Desarchivar tarjeta",
|
||||
"Archive card" : "Archivar tarjeta",
|
||||
"Select Date" : "Seleccione la fecha",
|
||||
"Set due date for later today" : "Establecer hoy como fecha de vencimiento, más tarde",
|
||||
"Set due date for tomorrow" : "Establecer mañana como fecha de vencimiento",
|
||||
"Set due date for this weekend" : "Establecer este fin de semana como fecha de vencimiento",
|
||||
"Set due date for next week" : "Establecer la próxima semana como fecha de vencimiento",
|
||||
"Assign a tag to this card…" : "Asignar una etiqueta a esta tarjeta...",
|
||||
"Create a new tag:" : "Crear una nueva etiqueta:",
|
||||
"(group)" : "(grupo)",
|
||||
"Next week – {timeLocale}" : "Próxima semana – {timeLocale}",
|
||||
"Todo items" : "Ítems pendientes",
|
||||
@@ -250,6 +268,7 @@ OC.L10N.register(
|
||||
"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",
|
||||
"Mark as done" : "Marcar como hecho",
|
||||
"Move card" : "Mover tarjeta",
|
||||
"Delete card" : "Eliminar tarjeta",
|
||||
@@ -307,6 +326,8 @@ OC.L10N.register(
|
||||
"Open card" : "Abrir tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
"No upcoming cards" : "No hay tarjetas próximas",
|
||||
"upcoming cards today" : "próximas tarjetas hoy",
|
||||
"upcoming cards tomorrow" : "próximas tarjetas mañana",
|
||||
"upcoming cards" : "próximas tarjetas",
|
||||
"New card" : "Nueva tarjeta",
|
||||
"Due on {date}" : "Vence en {date}",
|
||||
@@ -325,7 +346,6 @@ OC.L10N.register(
|
||||
"Share" : "Compartir",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
|
||||
"Timeline" : "Línea de tiempo",
|
||||
"Add a new list" : "Añadir una lista nueva",
|
||||
"Assign to users" : "Asignar a usuarios",
|
||||
"Due date" : "Fecha límite",
|
||||
"Next week" : "Semana siguiente",
|
||||
|
||||
22
l10n/es.json
22
l10n/es.json
@@ -35,6 +35,10 @@
|
||||
"{user} has archived card {card} in list {stack} on board {board}" : "{user} ha archivado la tarjeta {card} en la lista {stack} del tablero {board}",
|
||||
"You have unarchived card {card} in list {stack} on board {board}" : "Has desarchivado la tarjeta {card} en la lista {stack} del tablero {board}",
|
||||
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} ha desarchivado la tarjeta {card} en la lista {stack} del tablero {board}",
|
||||
"You have marked the card {card} as done in list {stack} on board {board}" : "Has marcado la tarjeta {card} como completada en la lista {stack} del tablero {board}",
|
||||
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} ha marcado la tarjeta {card} como completada en la lista {stack} del tablero {board}",
|
||||
"You have marked the card {card} as undone in list {stack} on board {board}" : "Has marcado la tarjeta {card} como no completada en la lista {stack} del tablero {board}",
|
||||
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} ha marcado la tarjeta {card} como no completada en la lista {stack} del tablero {board}",
|
||||
"You have removed the due date of card {card}" : "Has eliminado la fecha de vencimiento de {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} ha eliminado la fecha de vencimiento de {card}",
|
||||
"You have set the due date of card {card} to {after}" : "Has establecido la fecha de vencimiento de {card} como {after}",
|
||||
@@ -66,6 +70,8 @@
|
||||
"A <strong>board, list or card</strong> was changed" : "Un <strong>tablero, lista o tarjeta</strong> fue cambiada",
|
||||
"A <strong>comment</strong> was created on a card" : "Un <strong>comentario</strong> ha sido creado en una tarjeta",
|
||||
"A <strong>card description</strong> has been changed" : "Una <strong>descripción de tarjeta</strong> ha sido cambiada",
|
||||
"Cards due today" : "Tarjetas que vencen hoy",
|
||||
"Cards due tomorrow" : "Tarjetas que vencen mañana",
|
||||
"Upcoming cards" : "Próximas tarjetas",
|
||||
"Load more" : "Cargar más",
|
||||
"Personal" : "Personal",
|
||||
@@ -144,9 +150,13 @@
|
||||
"Next 30 days" : "Siguientes 30 días",
|
||||
"No due date" : "Sin fecha de vencimiento",
|
||||
"Clear filter" : "Borrar filtro",
|
||||
"View Modes" : "Modos de visualización",
|
||||
"Toggle View Modes" : "Alternar modos de visualización",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Toggle compact mode" : "Mostrar/ocultar modo compacto",
|
||||
"Hide card cover images" : "Ocultar la imagen principal de las tarjetas",
|
||||
"Show card cover images" : "Mostrar la imagen principal de las tarjetas",
|
||||
"Open details" : "Abrir detalles",
|
||||
"Details" : "Detalles",
|
||||
"Currently present people" : "Personas presentes actualmente",
|
||||
@@ -233,13 +243,21 @@
|
||||
"Choose attachment" : "Escoger adjunto",
|
||||
"Assign a due date to this card…" : "Asignar una fecha de caducidad a esta tarjeta…",
|
||||
"Set a due date" : "Fijar una fecha límite",
|
||||
"Add due date" : "Añadir fecha de vencimiento",
|
||||
"Choose a date" : "Elige una fecha",
|
||||
"Remove due date" : "Eliminar fecha límite",
|
||||
"Completed" : "Completado",
|
||||
"Due at:" : "Vence el:",
|
||||
"Not completed" : "No completado",
|
||||
"Unarchive card" : "Desarchivar tarjeta",
|
||||
"Archive card" : "Archivar tarjeta",
|
||||
"Select Date" : "Seleccione la fecha",
|
||||
"Set due date for later today" : "Establecer hoy como fecha de vencimiento, más tarde",
|
||||
"Set due date for tomorrow" : "Establecer mañana como fecha de vencimiento",
|
||||
"Set due date for this weekend" : "Establecer este fin de semana como fecha de vencimiento",
|
||||
"Set due date for next week" : "Establecer la próxima semana como fecha de vencimiento",
|
||||
"Assign a tag to this card…" : "Asignar una etiqueta a esta tarjeta...",
|
||||
"Create a new tag:" : "Crear una nueva etiqueta:",
|
||||
"(group)" : "(grupo)",
|
||||
"Next week – {timeLocale}" : "Próxima semana – {timeLocale}",
|
||||
"Todo items" : "Ítems pendientes",
|
||||
@@ -248,6 +266,7 @@
|
||||
"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",
|
||||
"Mark as done" : "Marcar como hecho",
|
||||
"Move card" : "Mover tarjeta",
|
||||
"Delete card" : "Eliminar tarjeta",
|
||||
@@ -305,6 +324,8 @@
|
||||
"Open card" : "Abrir tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
"No upcoming cards" : "No hay tarjetas próximas",
|
||||
"upcoming cards today" : "próximas tarjetas hoy",
|
||||
"upcoming cards tomorrow" : "próximas tarjetas mañana",
|
||||
"upcoming cards" : "próximas tarjetas",
|
||||
"New card" : "Nueva tarjeta",
|
||||
"Due on {date}" : "Vence en {date}",
|
||||
@@ -323,7 +344,6 @@
|
||||
"Share" : "Compartir",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
|
||||
"Timeline" : "Línea de tiempo",
|
||||
"Add a new list" : "Añadir una lista nueva",
|
||||
"Assign to users" : "Asignar a usuarios",
|
||||
"Due date" : "Fecha límite",
|
||||
"Next week" : "Semana siguiente",
|
||||
|
||||
@@ -315,7 +315,6 @@ OC.L10N.register(
|
||||
"Share" : "Compartir",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Se ha cambiado una <strong>descripción de la tarjeta</strong> en la aplicación Deck",
|
||||
"Timeline" : "Línea de tiempo",
|
||||
"Add a new list" : "Añadir una nueva lista",
|
||||
"Assign to users" : "Asignar a usuarios",
|
||||
"Due date" : "Fecha de vencimiento",
|
||||
"Next week" : "Semana siguiente",
|
||||
|
||||
@@ -313,7 +313,6 @@
|
||||
"Share" : "Compartir",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Se ha cambiado una <strong>descripción de la tarjeta</strong> en la aplicación Deck",
|
||||
"Timeline" : "Línea de tiempo",
|
||||
"Add a new list" : "Añadir una nueva lista",
|
||||
"Assign to users" : "Asignar a usuarios",
|
||||
"Due date" : "Fecha de vencimiento",
|
||||
"Next week" : "Semana siguiente",
|
||||
|
||||
@@ -325,7 +325,6 @@ OC.L10N.register(
|
||||
"Share" : "Partekatu",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Txartel baten deskribapena</strong> aldatu da Deck aplikazioaren barruan",
|
||||
"Timeline" : "Denbora-lerroa",
|
||||
"Add a new list" : "Gehitu zerrenda berria",
|
||||
"Assign to users" : "Esleitu erabiltzaileei",
|
||||
"Due date" : "Epe-muga",
|
||||
"Next week" : "Hurrengo astea",
|
||||
|
||||
@@ -323,7 +323,6 @@
|
||||
"Share" : "Partekatu",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Txartel baten deskribapena</strong> aldatu da Deck aplikazioaren barruan",
|
||||
"Timeline" : "Denbora-lerroa",
|
||||
"Add a new list" : "Gehitu zerrenda berria",
|
||||
"Assign to users" : "Esleitu erabiltzaileei",
|
||||
"Due date" : "Epe-muga",
|
||||
"Next week" : "Hurrengo astea",
|
||||
|
||||
@@ -321,7 +321,6 @@ OC.L10N.register(
|
||||
"Share" : "همرسانی",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "شرح برگه در برگهدان تغییر کرده است",
|
||||
"Timeline" : "خط زمانی",
|
||||
"Add a new list" : "فهرست جدید بیفزایید!",
|
||||
"Assign to users" : "به کاربران اختصاص دهید",
|
||||
"Due date" : "موعد مقرر",
|
||||
"Next week" : "هفتهٔ بعد",
|
||||
|
||||
@@ -319,7 +319,6 @@
|
||||
"Share" : "همرسانی",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "شرح برگه در برگهدان تغییر کرده است",
|
||||
"Timeline" : "خط زمانی",
|
||||
"Add a new list" : "فهرست جدید بیفزایید!",
|
||||
"Assign to users" : "به کاربران اختصاص دهید",
|
||||
"Due date" : "موعد مقرر",
|
||||
"Next week" : "هفتهٔ بعد",
|
||||
|
||||
@@ -252,7 +252,6 @@ OC.L10N.register(
|
||||
"Share" : "Jaa",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Kortin kuvaus</strong> Pakka-sovelluksessa on vaihtunut",
|
||||
"Timeline" : "Aikajana",
|
||||
"Add a new list" : "Lisää uusi lista",
|
||||
"Due date" : "Eräpäivä",
|
||||
"Next week" : "Seuraava viikko",
|
||||
"Next month" : "Seuraava kuukausi",
|
||||
|
||||
@@ -250,7 +250,6 @@
|
||||
"Share" : "Jaa",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Kortin kuvaus</strong> Pakka-sovelluksessa on vaihtunut",
|
||||
"Timeline" : "Aikajana",
|
||||
"Add a new list" : "Lisää uusi lista",
|
||||
"Due date" : "Eräpäivä",
|
||||
"Next week" : "Seuraava viikko",
|
||||
"Next month" : "Seuraava kuukausi",
|
||||
|
||||
@@ -259,6 +259,7 @@ OC.L10N.register(
|
||||
"Set due date for this weekend" : "Définir une date d'échéance pour ce week-end",
|
||||
"Set due date for next week" : "Définir une date d'échéance pour la semaine prochaine",
|
||||
"Assign a tag to this card…" : "Associer une étiquette à cette carte…",
|
||||
"Create a new tag:" : "Créer une nouvelle étiquette :",
|
||||
"(group)" : "(groupe)",
|
||||
"Next week – {timeLocale}" : "Semaine prochaine – {timeLocale}",
|
||||
"Todo items" : "À faire",
|
||||
@@ -345,7 +346,6 @@ OC.L10N.register(
|
||||
"Share" : "Partager",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "La <strong>description de la carte</strong> présente dans l'application Deck a été modifiée",
|
||||
"Timeline" : "Journal",
|
||||
"Add a new list" : "Ajouter une nouvelle liste",
|
||||
"Assign to users" : "Attribuer aux utilisateurs",
|
||||
"Due date" : "Date d'échéance",
|
||||
"Next week" : "Semaine suivante",
|
||||
|
||||
@@ -257,6 +257,7 @@
|
||||
"Set due date for this weekend" : "Définir une date d'échéance pour ce week-end",
|
||||
"Set due date for next week" : "Définir une date d'échéance pour la semaine prochaine",
|
||||
"Assign a tag to this card…" : "Associer une étiquette à cette carte…",
|
||||
"Create a new tag:" : "Créer une nouvelle étiquette :",
|
||||
"(group)" : "(groupe)",
|
||||
"Next week – {timeLocale}" : "Semaine prochaine – {timeLocale}",
|
||||
"Todo items" : "À faire",
|
||||
@@ -343,7 +344,6 @@
|
||||
"Share" : "Partager",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "La <strong>description de la carte</strong> présente dans l'application Deck a été modifiée",
|
||||
"Timeline" : "Journal",
|
||||
"Add a new list" : "Ajouter une nouvelle liste",
|
||||
"Assign to users" : "Attribuer aux utilisateurs",
|
||||
"Due date" : "Date d'échéance",
|
||||
"Next week" : "Semaine suivante",
|
||||
|
||||
@@ -346,7 +346,6 @@ OC.L10N.register(
|
||||
"Share" : "Compartir",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Cambiouse a <strong>descripción da tarxeta</strong> dentro da aplicación Gabeta",
|
||||
"Timeline" : "Cronoloxía",
|
||||
"Add a new list" : "Engadir unha lista nova",
|
||||
"Assign to users" : "Asignar a usuarios",
|
||||
"Due date" : "Data de caducidade",
|
||||
"Next week" : "Semana seguinte",
|
||||
|
||||
@@ -344,7 +344,6 @@
|
||||
"Share" : "Compartir",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Cambiouse a <strong>descripción da tarxeta</strong> dentro da aplicación Gabeta",
|
||||
"Timeline" : "Cronoloxía",
|
||||
"Add a new list" : "Engadir unha lista nova",
|
||||
"Assign to users" : "Asignar a usuarios",
|
||||
"Due date" : "Data de caducidade",
|
||||
"Next week" : "Semana seguinte",
|
||||
|
||||
@@ -268,7 +268,6 @@ OC.L10N.register(
|
||||
"Share" : "שיתוף",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>תיאור של כרטיס</strong> בתוך יישומון החבילה נערך",
|
||||
"Timeline" : "ציר זמן",
|
||||
"Add a new list" : "הוסף רשימה חדשה",
|
||||
"Assign to users" : "הקצאה למשתמשים",
|
||||
"Due date" : "מועד יעד",
|
||||
"Next week" : "השבוע הבא",
|
||||
|
||||
@@ -266,7 +266,6 @@
|
||||
"Share" : "שיתוף",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>תיאור של כרטיס</strong> בתוך יישומון החבילה נערך",
|
||||
"Timeline" : "ציר זמן",
|
||||
"Add a new list" : "הוסף רשימה חדשה",
|
||||
"Assign to users" : "הקצאה למשתמשים",
|
||||
"Due date" : "מועד יעד",
|
||||
"Next week" : "השבוע הבא",
|
||||
|
||||
@@ -284,7 +284,6 @@ OC.L10N.register(
|
||||
"Share" : "Dijeli",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Promijenjen je <strong>opis kartice</strong> u aplikaciji Deck",
|
||||
"Timeline" : "Vremenska crta",
|
||||
"Add a new list" : "Dodaj novi popis",
|
||||
"Assign to users" : "Dodijeli korisnicima",
|
||||
"Due date" : "Datum dospijeća",
|
||||
"Next week" : "Sljedeći tjedan",
|
||||
|
||||
@@ -282,7 +282,6 @@
|
||||
"Share" : "Dijeli",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Promijenjen je <strong>opis kartice</strong> u aplikaciji Deck",
|
||||
"Timeline" : "Vremenska crta",
|
||||
"Add a new list" : "Dodaj novi popis",
|
||||
"Assign to users" : "Dodijeli korisnicima",
|
||||
"Due date" : "Datum dospijeća",
|
||||
"Next week" : "Sljedeći tjedan",
|
||||
|
||||
@@ -338,7 +338,6 @@ OC.L10N.register(
|
||||
"Share" : "Megosztás",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "A <strong>kártyaleírás</strong> megváltozott a Kártyák alkalmazásban",
|
||||
"Timeline" : "Idővonal",
|
||||
"Add a new list" : "Új lista hozzáadása",
|
||||
"Assign to users" : "Felhasználókhoz rendelés",
|
||||
"Due date" : "Határidő",
|
||||
"Next week" : "Következő hét",
|
||||
|
||||
@@ -336,7 +336,6 @@
|
||||
"Share" : "Megosztás",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "A <strong>kártyaleírás</strong> megváltozott a Kártyák alkalmazásban",
|
||||
"Timeline" : "Idővonal",
|
||||
"Add a new list" : "Új lista hozzáadása",
|
||||
"Assign to users" : "Felhasználókhoz rendelés",
|
||||
"Due date" : "Határidő",
|
||||
"Next week" : "Következő hét",
|
||||
|
||||
@@ -223,7 +223,6 @@ OC.L10N.register(
|
||||
"Share" : "Bagikan",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Deskripsi kartu</strong> didalam aplikasi Longgok telah diubah",
|
||||
"Timeline" : "Linimasa",
|
||||
"Add a new list" : "Tambah daftar baru",
|
||||
"Assign to users" : "Penugasan kepada pengguna",
|
||||
"Due date" : "Tenggat",
|
||||
"Next week" : "Minggu setelah",
|
||||
|
||||
@@ -221,7 +221,6 @@
|
||||
"Share" : "Bagikan",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Deskripsi kartu</strong> didalam aplikasi Longgok telah diubah",
|
||||
"Timeline" : "Linimasa",
|
||||
"Add a new list" : "Tambah daftar baru",
|
||||
"Assign to users" : "Penugasan kepada pengguna",
|
||||
"Due date" : "Tenggat",
|
||||
"Next week" : "Minggu setelah",
|
||||
|
||||
17
l10n/is.js
17
l10n/is.js
@@ -39,8 +39,8 @@ OC.L10N.register(
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} endurheimti viðhengið {attachment} á spjaldinu {card}",
|
||||
"You have commented on card {card}" : "Þú settir inn athugasemd við spjaldið {card}",
|
||||
"{user} has commented on card {card}" : "{user} setti inn athugasemd við spjaldið {card}",
|
||||
"Deck" : "Dekk",
|
||||
"Changes in the <strong>Deck app</strong>" : "Breytingar í <strong>Deck spjaldaforritinu</strong>",
|
||||
"Deck" : "Deck-spjaldaforrit",
|
||||
"Changes in the <strong>Deck app</strong>" : "Breytingar í <strong>Deck-spjaldaforritinu</strong>",
|
||||
"A <strong>comment</strong> was created on a card" : "<strong>Athugasemd</strong> var gerð á spjaldi",
|
||||
"Load more" : "Hlaða inn meira",
|
||||
"Personal" : "Einka",
|
||||
@@ -48,7 +48,11 @@ OC.L10N.register(
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "Spjaldið \"%s\" á \"%s\" er komið fram yfir lokadagsetningu.",
|
||||
"%s has mentioned you in a comment on \"%s\"." : "%s minntist á þig í athugasemd við \"%s\".",
|
||||
"The board \"%s\" has been shared with you by %s." : "Borðinu \"%s\" hefur verið deilt með þér af %s.",
|
||||
"Deck board" : "Deck-borð",
|
||||
"Deck boards, cards and comments" : "Deck-borð, spjöld og athugasemdir",
|
||||
"Create a new deck card" : "Búa til nýtt spjald",
|
||||
"%s on %s" : "%s á %s",
|
||||
"Deck boards and cards" : "Deck-borð og spjöld",
|
||||
"No data was provided to create an attachment." : "Engin gögn voru gefin til að útbúa viðhengi.",
|
||||
"Finished" : "Lokið",
|
||||
"To review" : "Til að yfirfara",
|
||||
@@ -157,6 +161,7 @@ OC.L10N.register(
|
||||
"All boards" : "Öll borð",
|
||||
"Archived boards" : "Borð í geymslu",
|
||||
"Shared with you" : "Deilt með þér",
|
||||
"Deck settings" : "Stillingar Deck",
|
||||
"Board details" : "Nánar um borð",
|
||||
"Edit board" : "Breyta borði",
|
||||
"Clone board" : "Klóna borð",
|
||||
@@ -169,12 +174,20 @@ OC.L10N.register(
|
||||
"Today" : "Í dag",
|
||||
"Tomorrow" : "Á morgun",
|
||||
"No results found" : "Engar niðurstöður fundust",
|
||||
"Create a new card" : "Búa til nýtt spjald",
|
||||
"Card title" : "Titill á spjaldi",
|
||||
"Create card" : "Búa til spjald",
|
||||
"Open card" : "Opna spjald",
|
||||
"Close" : "Loka",
|
||||
"New card" : "Nýtt spjald",
|
||||
"Tomorrow – {timeLocale}" : "Á morgun – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Síðar í dag – {timeLocale}",
|
||||
"Link to a board" : "Tengill við borð",
|
||||
"Link to a card" : "Tengja við spjald",
|
||||
"Create a card" : "Búa til spjald",
|
||||
"Something went wrong" : "Eitthvað fór úrskeiðis",
|
||||
"Maximum file size of {size} exceeded" : "Fór yfir hámarks skráarstærð {size}",
|
||||
"Error creating the share" : "Villa við að búa til sameignina",
|
||||
"Share" : "Deila",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Lýsingu á spjaldi</strong> inni í Deck-spjaldaforritinu hefur verið breytt",
|
||||
"Timeline" : "Tímalína",
|
||||
|
||||
17
l10n/is.json
17
l10n/is.json
@@ -37,8 +37,8 @@
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} endurheimti viðhengið {attachment} á spjaldinu {card}",
|
||||
"You have commented on card {card}" : "Þú settir inn athugasemd við spjaldið {card}",
|
||||
"{user} has commented on card {card}" : "{user} setti inn athugasemd við spjaldið {card}",
|
||||
"Deck" : "Dekk",
|
||||
"Changes in the <strong>Deck app</strong>" : "Breytingar í <strong>Deck spjaldaforritinu</strong>",
|
||||
"Deck" : "Deck-spjaldaforrit",
|
||||
"Changes in the <strong>Deck app</strong>" : "Breytingar í <strong>Deck-spjaldaforritinu</strong>",
|
||||
"A <strong>comment</strong> was created on a card" : "<strong>Athugasemd</strong> var gerð á spjaldi",
|
||||
"Load more" : "Hlaða inn meira",
|
||||
"Personal" : "Einka",
|
||||
@@ -46,7 +46,11 @@
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "Spjaldið \"%s\" á \"%s\" er komið fram yfir lokadagsetningu.",
|
||||
"%s has mentioned you in a comment on \"%s\"." : "%s minntist á þig í athugasemd við \"%s\".",
|
||||
"The board \"%s\" has been shared with you by %s." : "Borðinu \"%s\" hefur verið deilt með þér af %s.",
|
||||
"Deck board" : "Deck-borð",
|
||||
"Deck boards, cards and comments" : "Deck-borð, spjöld og athugasemdir",
|
||||
"Create a new deck card" : "Búa til nýtt spjald",
|
||||
"%s on %s" : "%s á %s",
|
||||
"Deck boards and cards" : "Deck-borð og spjöld",
|
||||
"No data was provided to create an attachment." : "Engin gögn voru gefin til að útbúa viðhengi.",
|
||||
"Finished" : "Lokið",
|
||||
"To review" : "Til að yfirfara",
|
||||
@@ -155,6 +159,7 @@
|
||||
"All boards" : "Öll borð",
|
||||
"Archived boards" : "Borð í geymslu",
|
||||
"Shared with you" : "Deilt með þér",
|
||||
"Deck settings" : "Stillingar Deck",
|
||||
"Board details" : "Nánar um borð",
|
||||
"Edit board" : "Breyta borði",
|
||||
"Clone board" : "Klóna borð",
|
||||
@@ -167,12 +172,20 @@
|
||||
"Today" : "Í dag",
|
||||
"Tomorrow" : "Á morgun",
|
||||
"No results found" : "Engar niðurstöður fundust",
|
||||
"Create a new card" : "Búa til nýtt spjald",
|
||||
"Card title" : "Titill á spjaldi",
|
||||
"Create card" : "Búa til spjald",
|
||||
"Open card" : "Opna spjald",
|
||||
"Close" : "Loka",
|
||||
"New card" : "Nýtt spjald",
|
||||
"Tomorrow – {timeLocale}" : "Á morgun – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Síðar í dag – {timeLocale}",
|
||||
"Link to a board" : "Tengill við borð",
|
||||
"Link to a card" : "Tengja við spjald",
|
||||
"Create a card" : "Búa til spjald",
|
||||
"Something went wrong" : "Eitthvað fór úrskeiðis",
|
||||
"Maximum file size of {size} exceeded" : "Fór yfir hámarks skráarstærð {size}",
|
||||
"Error creating the share" : "Villa við að búa til sameignina",
|
||||
"Share" : "Deila",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Lýsingu á spjaldi</strong> inni í Deck-spjaldaforritinu hefur verið breytt",
|
||||
"Timeline" : "Tímalína",
|
||||
|
||||
@@ -290,7 +290,6 @@ OC.L10N.register(
|
||||
"Share" : "Condividi",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "La <strong>descrizione di una scheda</strong> nell'applicazione Deck è stata modificata",
|
||||
"Timeline" : "Linea temporale",
|
||||
"Add a new list" : "Aggiungi un nuovo elenco",
|
||||
"Assign to users" : "Assegna a utenti",
|
||||
"Due date" : "Data di scadenza",
|
||||
"Next week" : "Settimana successiva",
|
||||
|
||||
@@ -288,7 +288,6 @@
|
||||
"Share" : "Condividi",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "La <strong>descrizione di una scheda</strong> nell'applicazione Deck è stata modificata",
|
||||
"Timeline" : "Linea temporale",
|
||||
"Add a new list" : "Aggiungi un nuovo elenco",
|
||||
"Assign to users" : "Assegna a utenti",
|
||||
"Due date" : "Data di scadenza",
|
||||
"Next week" : "Settimana successiva",
|
||||
|
||||
@@ -293,7 +293,6 @@ OC.L10N.register(
|
||||
"Share" : "共有",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "デッキアプリ内の<strong>カードの説明</strong>が変更されたとき",
|
||||
"Timeline" : "タイムライン",
|
||||
"Add a new list" : "新しいリストを追加",
|
||||
"Assign to users" : "ユーザーに割り当てる",
|
||||
"Due date" : "期限",
|
||||
"Next week" : "来週",
|
||||
|
||||
@@ -291,7 +291,6 @@
|
||||
"Share" : "共有",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "デッキアプリ内の<strong>カードの説明</strong>が変更されたとき",
|
||||
"Timeline" : "タイムライン",
|
||||
"Add a new list" : "新しいリストを追加",
|
||||
"Assign to users" : "ユーザーに割り当てる",
|
||||
"Due date" : "期限",
|
||||
"Next week" : "来週",
|
||||
|
||||
@@ -268,7 +268,6 @@ OC.L10N.register(
|
||||
"Share" : "Bendrinti",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Darbų programėlėje pakeistas <strong>kortelės aprašas</strong> ",
|
||||
"Timeline" : "Laiko juosta",
|
||||
"Add a new list" : "Pridėti naują sąrašą",
|
||||
"Assign to users" : "Priskirti naudotojams",
|
||||
"Due date" : "Galutinio termino data",
|
||||
"Next week" : "Kita savaitė",
|
||||
|
||||
@@ -266,7 +266,6 @@
|
||||
"Share" : "Bendrinti",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Darbų programėlėje pakeistas <strong>kortelės aprašas</strong> ",
|
||||
"Timeline" : "Laiko juosta",
|
||||
"Add a new list" : "Pridėti naują sąrašą",
|
||||
"Assign to users" : "Priskirti naudotojams",
|
||||
"Due date" : "Galutinio termino data",
|
||||
"Next week" : "Kita savaitė",
|
||||
|
||||
@@ -273,7 +273,6 @@ OC.L10N.register(
|
||||
"Share" : "Сподели",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Описот на картицата</strong> во апликацијата Deck е изменет",
|
||||
"Timeline" : "Времеплов",
|
||||
"Add a new list" : "Додади нова листа",
|
||||
"Assign to users" : "Додели на корисници",
|
||||
"Due date" : "До датум",
|
||||
"Next week" : "Следна недела",
|
||||
|
||||
@@ -271,7 +271,6 @@
|
||||
"Share" : "Сподели",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Описот на картицата</strong> во апликацијата Deck е изменет",
|
||||
"Timeline" : "Времеплов",
|
||||
"Add a new list" : "Додади нова листа",
|
||||
"Assign to users" : "Додели на корисници",
|
||||
"Due date" : "До датум",
|
||||
"Next week" : "Следна недела",
|
||||
|
||||
@@ -318,7 +318,6 @@ OC.L10N.register(
|
||||
"Share" : "Del",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "En <strong>kort beskrivelse</strong>i Stokk-appen er endret",
|
||||
"Timeline" : "Tidslinje",
|
||||
"Add a new list" : "Legg til en ny stabel",
|
||||
"Assign to users" : "Tildel brukere",
|
||||
"Due date" : "Forfallsdato",
|
||||
"Next week" : "Neste uke",
|
||||
|
||||
@@ -316,7 +316,6 @@
|
||||
"Share" : "Del",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "En <strong>kort beskrivelse</strong>i Stokk-appen er endret",
|
||||
"Timeline" : "Tidslinje",
|
||||
"Add a new list" : "Legg til en ny stabel",
|
||||
"Assign to users" : "Tildel brukere",
|
||||
"Due date" : "Forfallsdato",
|
||||
"Next week" : "Neste uke",
|
||||
|
||||
@@ -308,7 +308,6 @@ OC.L10N.register(
|
||||
"Share" : "Delen",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Een <strong>kaart beschrijving</strong> binnen de Deck app is gewijzigd",
|
||||
"Timeline" : "Tijdlijn",
|
||||
"Add a new list" : "Voeg een nieuwe lijst toe",
|
||||
"Assign to users" : "Toewijzen aan gebruikers",
|
||||
"Due date" : "Vervaldatum",
|
||||
"Next week" : "Volgende week",
|
||||
|
||||
@@ -306,7 +306,6 @@
|
||||
"Share" : "Delen",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Een <strong>kaart beschrijving</strong> binnen de Deck app is gewijzigd",
|
||||
"Timeline" : "Tijdlijn",
|
||||
"Add a new list" : "Voeg een nieuwe lijst toe",
|
||||
"Assign to users" : "Toewijzen aan gebruikers",
|
||||
"Due date" : "Vervaldatum",
|
||||
"Next week" : "Volgende week",
|
||||
|
||||
@@ -346,7 +346,6 @@ OC.L10N.register(
|
||||
"Share" : "Udostępnianie",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Opis karty</strong> w aplikacji Tablica został zmieniony",
|
||||
"Timeline" : "Oś czasu",
|
||||
"Add a new list" : "Dodaj nową listę",
|
||||
"Assign to users" : "Przypisz do użytkowników",
|
||||
"Due date" : "Data realizacji",
|
||||
"Next week" : "Następny tydzień",
|
||||
|
||||
@@ -344,7 +344,6 @@
|
||||
"Share" : "Udostępnianie",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Opis karty</strong> w aplikacji Tablica został zmieniony",
|
||||
"Timeline" : "Oś czasu",
|
||||
"Add a new list" : "Dodaj nową listę",
|
||||
"Assign to users" : "Przypisz do użytkowników",
|
||||
"Due date" : "Data realizacji",
|
||||
"Next week" : "Następny tydzień",
|
||||
|
||||
@@ -323,7 +323,6 @@ OC.L10N.register(
|
||||
"Share" : "Compartilhar",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Uma <strong>descrição do cartão</strong> dentro do aplicativo Deck foi alterada",
|
||||
"Timeline" : "Linha do tempo",
|
||||
"Add a new list" : "Adicionar nova lista",
|
||||
"Assign to users" : "Atribuir a usuários",
|
||||
"Due date" : "Data de vencimento",
|
||||
"Next week" : "Próxima semana",
|
||||
|
||||
@@ -321,7 +321,6 @@
|
||||
"Share" : "Compartilhar",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Uma <strong>descrição do cartão</strong> dentro do aplicativo Deck foi alterada",
|
||||
"Timeline" : "Linha do tempo",
|
||||
"Add a new list" : "Adicionar nova lista",
|
||||
"Assign to users" : "Atribuir a usuários",
|
||||
"Due date" : "Data de vencimento",
|
||||
"Next week" : "Próxima semana",
|
||||
|
||||
130
l10n/ro.js
130
l10n/ro.js
@@ -47,10 +47,30 @@ OC.L10N.register(
|
||||
"{user} has set the due date of card {card} to {after}" : "{user} a setat scadența cardului {card} la {after}",
|
||||
"You have updated the due date of card {card} to {after}" : "Ați actualizat scadența cardului {card} la {after}",
|
||||
"{user} has updated the due date of card {card} to {after}" : "{user} a actualizat scadența cardului {card} la {after}",
|
||||
"You have added the tag {label} to card {card} in list {stack} on board {board}" : "A'i adăugat eticheta {label} cardului {card} în lista {stack} în panoul {board}",
|
||||
"{user} has added the tag {label} to card {card} in list {stack} on board {board}" : "{user} a adăugat eticheta {label} cardului {card} în lista {stack} în panoul {board}",
|
||||
"You have removed the tag {label} from card {card} in list {stack} on board {board}" : "Ați șters eticheta {label} cardului {card} în lista {stack} în panoul {board}",
|
||||
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}" : "{user} a șters eticheta {label} cardului {card} în lista {stack} în panoul {board}",
|
||||
"You have assigned {assigneduser} to card {card} on board {board}" : "Ați desemnat pe {assigneduser} pentru cardul {card} în panoul {board}",
|
||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} a desemnat pe {assigneduser} pentru card {card} în panoul {board}",
|
||||
"You have unassigned {assigneduser} from card {card} on board {board}" : "Ați dezasociat pe {assigneduser} de la cardul {card} în panoul {board}",
|
||||
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} a dezasociat {assigneduser} de la cardul {card} în panoul {board}",
|
||||
"You have moved the card {card} from list {stackBefore} to {stack}" : "Ați mutat cardul {card} din lista {stackBefore} în {stack}",
|
||||
"{user} has moved the card {card} from list {stackBefore} to {stack}" : "{user} a mutat cardul {card} din lista {stackBefore} în {stack}",
|
||||
"You have added the attachment {attachment} to card {card}" : "Ați adăugat atașamentul {attachment} la cardul {card}",
|
||||
"{user} has added the attachment {attachment} to card {card}" : "{user} a adăugat atașamentul {attachment} la cardul {card}",
|
||||
"You have updated the attachment {attachment} on card {card}" : "Ați actualizat atașamentul {attachment} la cardul {card}",
|
||||
"{user} has updated the attachment {attachment} on card {card}" : "{user} a actualizat atașamentul {attachment} la cardul {card}",
|
||||
"You have deleted the attachment {attachment} from card {card}" : "Ați șters atașamentul {attachment} cardului {card}",
|
||||
"{user} has deleted the attachment {attachment} from card {card}" : "{user} a șters atașamentul {attachment} cardului {card}",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Ați restaurat atașamentul {attachment} cardului {card}",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} a restaurat atașamentul {attachment} cardului {card}",
|
||||
"You have commented on card {card}" : "Ați adăugat comentarii la cardul {card}",
|
||||
"{user} has commented on card {card}" : "{user} a adăugat comentarii la cardul {card}",
|
||||
"Changes in the <strong>Deck app</strong>" : "Modificări în <strong>Aplicația Deck</strong>",
|
||||
"A <strong>board, list or card</strong> was changed" : "A fost modificat un <strong>panou, listă sau card</strong>",
|
||||
"A <strong>comment</strong> was created on a card" : "A fost creat un <strong>comentariu</strong> la un card",
|
||||
"A <strong>card description</strong> has been changed" : "A fost modificată o <strong>descriere de card</strong>",
|
||||
"Cards due today" : "Carduri scadente azi",
|
||||
"Cards due tomorrow" : "Carduri scadente mâine",
|
||||
"Upcoming cards" : "Carduri viitoare",
|
||||
@@ -81,6 +101,9 @@ OC.L10N.register(
|
||||
"To do" : "De făcut",
|
||||
"Doing" : "În desfășurare",
|
||||
"Done" : "Realizat",
|
||||
"Example Task 3" : "Exemplu de sarcină 3",
|
||||
"Example Task 2" : "Exemplu de sarcină 2",
|
||||
"Example Task 1" : "Exemplu de sarcină 1",
|
||||
"The file was uploaded" : "Fișierul a fost încărcat",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Fișierul încărcat depășește directiva upload_max_filesize din php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Fișierul încărcat depășește directiva MAX_FILE_SIZE specificată în formularul HTML",
|
||||
@@ -89,10 +112,13 @@ OC.L10N.register(
|
||||
"Missing a temporary folder" : "Lipsește un dosar temporar",
|
||||
"Could not write file to disk" : "Nu s-a putut scrie fișierul pe disc",
|
||||
"A PHP extension stopped the file upload" : "O extensie PHP a oprit încărcarea fișierelor",
|
||||
"No file uploaded or file size exceeds maximum of %s" : "Niciun fișier pentru încărcare sau s-a depășit maximul de %s",
|
||||
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Comentariul are mai mult de %s caractere.\nA fost adăugat ca atașament la card cu numele %s.\nAccesibil la URL: %s.",
|
||||
"Card not found" : "Card negăsit ",
|
||||
"Path is already shared with this card" : "Calea este deja partajată cu acest card",
|
||||
"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",
|
||||
"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",
|
||||
@@ -108,6 +134,7 @@ OC.L10N.register(
|
||||
"Overwrite file" : "Suprascrie fișier",
|
||||
"Keep existing file" : "Păstrează fișierul existent",
|
||||
"This board is read only" : "Panoul este în citire",
|
||||
"Drop your files to upload" : "Trageți fișierele pentru încărcare",
|
||||
"Add card" : "Adaugă card",
|
||||
"Archived cards" : "Carduri arhivate",
|
||||
"Add list" : "Adaugă listă ",
|
||||
@@ -166,17 +193,21 @@ OC.L10N.register(
|
||||
"Archive all cards" : "Arhivează toate cardurile",
|
||||
"Unarchive all cards" : "Dezarhivează toate cardurile",
|
||||
"Delete list" : "Șterge lista",
|
||||
"Archive all cards in this list" : "Arhivează toate cardurile din listă",
|
||||
"Unarchive all cards in this list" : "Dezarhivează toate cardurile din listă",
|
||||
"Add a new card" : "Adaugă un card nou",
|
||||
"Card name" : "Nume card",
|
||||
"List deleted" : "Lista a fost ștearsă",
|
||||
"Edit" : "Editează",
|
||||
"Add a new tag" : "Adaugă o etichetă",
|
||||
"title and color value must be provided" : "trebuie furnizate titlul și culoarea ",
|
||||
"Board name" : "Nume panou",
|
||||
"Members" : "Membri",
|
||||
"Assign to users/groups/circles" : "Repartizează la utilizatori/grupuri/cercuri",
|
||||
"Assign a user to this card…" : "Desemnează un utilizator pentru acest card ...",
|
||||
"Upload new files" : "Încarcă noi fișiere",
|
||||
"Share from Files" : "Partajează din Fișiere",
|
||||
"Pending share" : "Partajare în așteptare",
|
||||
"Add this attachment" : "Adaugă acest atașament",
|
||||
"Show in Files" : "Arată în Fișiere",
|
||||
"Download" : "Descărcare",
|
||||
@@ -192,36 +223,133 @@ OC.L10N.register(
|
||||
"Modified" : "Modificat",
|
||||
"Created" : "A fost creat",
|
||||
"The title cannot be empty." : "Titlul nu poate fi gol.",
|
||||
"No comments yet. Begin the discussion!" : "Niciun comentariu încă. Începeți discuția!",
|
||||
"Failed to load comments" : "Eroare la încărcarea comentariilor",
|
||||
"Save" : "Salvează",
|
||||
"The comment cannot be empty." : "Comentariul nu poate fi gol",
|
||||
"The comment cannot be longer than 1000 characters." : "Comentariul nu poate avea mai mult de 1000 de caractere.",
|
||||
"In reply to" : "Ca răspuns la",
|
||||
"Cancel reply" : "Anulează răspunsul",
|
||||
"Reply" : "Răspunde",
|
||||
"Update" : "Actualizare",
|
||||
"Created:" : "Creat:",
|
||||
"Description" : "Descriere",
|
||||
"(Unsaved)" : "(Nesalvat)",
|
||||
"(Saving…)" : "(Se salvează…)",
|
||||
"Formatting help" : "Ajutor pentru formatare",
|
||||
"Edit description" : "Editează descriere",
|
||||
"View description" : "Vedeți descierea",
|
||||
"Add Attachment" : "Adaugă atașament",
|
||||
"Write a description …" : "Scrieți o descriere ...",
|
||||
"Choose attachment" : "Selectați atașamentul",
|
||||
"Assign a due date to this card…" : "Specificați o scadență pentru card ...",
|
||||
"Set a due date" : "Setați o scadență",
|
||||
"Add due date" : "Adăugați o scadență",
|
||||
"Choose a date" : "Alegeți o dată",
|
||||
"Remove due date" : "Șterge scadența",
|
||||
"Completed" : "Terminat",
|
||||
"Due at:" : "Scadență la:",
|
||||
"Not completed" : "Necompletat",
|
||||
"Unarchive card" : "Dezarhivează cardul",
|
||||
"Archive card" : "Arhivează card",
|
||||
"Select Date" : "Selectează data",
|
||||
"Set due date for later today" : "Setează scadența pentru azi, mai târziu",
|
||||
"Set due date for tomorrow" : "Setează scadența pentru mâine",
|
||||
"Set due date for this weekend" : "Setează scadența pentru acest weekend",
|
||||
"Set due date for next week" : "Setează scadența pentru săptămâna viitoare",
|
||||
"Assign a tag to this card…" : "Asociați o eticheta acestui card ...",
|
||||
"Create a new tag:" : "Creează o etichetă:",
|
||||
"(group)" : "(grup)",
|
||||
"Next week – {timeLocale}" : "Săptămâna viitoare– {timeLocale}",
|
||||
"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",
|
||||
"Mark as done" : "Marchează ca realizat",
|
||||
"Move card" : "Mută card",
|
||||
"Delete card" : "Șterge card",
|
||||
"Move card to another board" : "Mută cardul în alt panou",
|
||||
"Select a list" : "Selectează o listă",
|
||||
"List is empty" : "Lista este goală",
|
||||
"Card deleted" : "Cardul a fost șters",
|
||||
"seconds ago" : "secunde în urmă",
|
||||
"All boards" : "Toate panourile",
|
||||
"Archived boards" : "Panouri arhivate",
|
||||
"Shared with you" : "Partajat cu tine",
|
||||
"Deck settings" : "Setări Deck",
|
||||
"Use bigger card view" : "Mărește cardul",
|
||||
"Show card ID badge" : "Arată ID-ul cardului",
|
||||
"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",
|
||||
"Board details" : "Detalii panou",
|
||||
"Edit board" : "Editează panou",
|
||||
"Clone board" : "Clonează panou",
|
||||
"Unarchive board" : "Dezarhivează panou",
|
||||
"Archive board" : "Arhivează panou",
|
||||
"Export board" : "Exportă panou",
|
||||
"Turn on due date reminders" : "Activează mementouri pentru scadență",
|
||||
"Turn off due date reminders" : "Dezctivează mementourile pentru scadență",
|
||||
"Due date reminders" : "Mementouri scadențe",
|
||||
"All cards" : "Toate cardurile",
|
||||
"Assigned cards" : "Carduri repartizate",
|
||||
"No notifications" : "Nu sunt notificări",
|
||||
"Delete board" : "Șterge panou",
|
||||
"Board {0} deleted" : "Panoul {0} a fost șters",
|
||||
"Only assigned cards" : "Doar cardurile repartizate",
|
||||
"No reminder" : "Fără mementouri",
|
||||
"An error occurred" : "A apărut o eraore",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Sunteți sigur că doriți să ștergeți panoul {title} ? Se vor șterge toate datele din panou, inclusiv cardurile arhivate.",
|
||||
"Delete the board?" : "Ștergeți panoul?",
|
||||
"Loading filtered view" : "Se încarcă vizualizarea filtrată",
|
||||
"Today" : "Azi",
|
||||
"Tomorrow" : "Mâine",
|
||||
"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",
|
||||
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Creat în {created}\n* Ultima modificare în {lastMod}\n* {nbAttachments} atașamente\n* {nbComments} comentarii",
|
||||
"{nbCards} cards" : "{nbCards} carduri",
|
||||
"Click to expand comment" : "Click pentru extindere comentariu",
|
||||
"Create a new card" : "Creează un card",
|
||||
"Card title" : "Titlu card",
|
||||
"Create card" : "Creează card",
|
||||
"Creating the new card …" : "Se creează un nou card ...",
|
||||
"Card \"{card}\" was added to \"{board}\"" : "Cardul \"{card}\" a fost adăugat la \"{board}\"",
|
||||
"Open card" : "Deschide cardul",
|
||||
"Close" : "Închide",
|
||||
"No upcoming cards" : "Niciun card următor",
|
||||
"upcoming cards today" : "cardurile următoare astăzi",
|
||||
"upcoming cards tomorrow" : "cardurile următoare de mâine",
|
||||
"upcoming cards" : "carduri care urmează",
|
||||
"New card" : "Card nou",
|
||||
"Due on {date}" : "Scadență în {date}",
|
||||
"Tomorrow – {timeLocale}" : "Mâine – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Azi, mai târziu – {timeLocale}",
|
||||
"Link to a board" : "Legătură la panou",
|
||||
"Link to a card" : "Legătură la card",
|
||||
"Create a card" : "Creează un card",
|
||||
"Message from {author} in {conversationName}" : "Mesaj de la {author} în {conversationName}",
|
||||
"Something went wrong" : "A apărut o eroare",
|
||||
"Failed to upload {name}" : "Eroare la încărcarea {name}",
|
||||
"Maximum file size of {size} exceeded" : "A fost depășită mărimea maximă de {size}",
|
||||
"Error creating the share" : "Eroare la crearea partajării",
|
||||
"Share with a Deck card" : "Partajează cu un card Deck",
|
||||
"Share {file} with a Deck card" : "Partajează {file} cu un card Deck",
|
||||
"Share" : "Partajează",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "A fost modificată o <strong>descriere de card</strong> în aplicația Deck",
|
||||
"Timeline" : "Cronologie",
|
||||
"Assign to users" : "Repartizează utilizatorilor",
|
||||
"Due date" : "Data scadenței",
|
||||
"Next week" : "Saptămâna următoare",
|
||||
"Next month" : "Luna următoare"
|
||||
"Next month" : "Luna următoare",
|
||||
"Limit deck usage of groups" : "Permite utilizarea Deck doar pentru unele grupuri",
|
||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitând Deck, utilizatorii care nu fac parte din acele grupuri nu vor putea crea propriile panouri. Utilizatorii vor putea accesa totuși panourile partajate cu ei."
|
||||
},
|
||||
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");
|
||||
|
||||
130
l10n/ro.json
130
l10n/ro.json
@@ -45,10 +45,30 @@
|
||||
"{user} has set the due date of card {card} to {after}" : "{user} a setat scadența cardului {card} la {after}",
|
||||
"You have updated the due date of card {card} to {after}" : "Ați actualizat scadența cardului {card} la {after}",
|
||||
"{user} has updated the due date of card {card} to {after}" : "{user} a actualizat scadența cardului {card} la {after}",
|
||||
"You have added the tag {label} to card {card} in list {stack} on board {board}" : "A'i adăugat eticheta {label} cardului {card} în lista {stack} în panoul {board}",
|
||||
"{user} has added the tag {label} to card {card} in list {stack} on board {board}" : "{user} a adăugat eticheta {label} cardului {card} în lista {stack} în panoul {board}",
|
||||
"You have removed the tag {label} from card {card} in list {stack} on board {board}" : "Ați șters eticheta {label} cardului {card} în lista {stack} în panoul {board}",
|
||||
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}" : "{user} a șters eticheta {label} cardului {card} în lista {stack} în panoul {board}",
|
||||
"You have assigned {assigneduser} to card {card} on board {board}" : "Ați desemnat pe {assigneduser} pentru cardul {card} în panoul {board}",
|
||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} a desemnat pe {assigneduser} pentru card {card} în panoul {board}",
|
||||
"You have unassigned {assigneduser} from card {card} on board {board}" : "Ați dezasociat pe {assigneduser} de la cardul {card} în panoul {board}",
|
||||
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} a dezasociat {assigneduser} de la cardul {card} în panoul {board}",
|
||||
"You have moved the card {card} from list {stackBefore} to {stack}" : "Ați mutat cardul {card} din lista {stackBefore} în {stack}",
|
||||
"{user} has moved the card {card} from list {stackBefore} to {stack}" : "{user} a mutat cardul {card} din lista {stackBefore} în {stack}",
|
||||
"You have added the attachment {attachment} to card {card}" : "Ați adăugat atașamentul {attachment} la cardul {card}",
|
||||
"{user} has added the attachment {attachment} to card {card}" : "{user} a adăugat atașamentul {attachment} la cardul {card}",
|
||||
"You have updated the attachment {attachment} on card {card}" : "Ați actualizat atașamentul {attachment} la cardul {card}",
|
||||
"{user} has updated the attachment {attachment} on card {card}" : "{user} a actualizat atașamentul {attachment} la cardul {card}",
|
||||
"You have deleted the attachment {attachment} from card {card}" : "Ați șters atașamentul {attachment} cardului {card}",
|
||||
"{user} has deleted the attachment {attachment} from card {card}" : "{user} a șters atașamentul {attachment} cardului {card}",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Ați restaurat atașamentul {attachment} cardului {card}",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} a restaurat atașamentul {attachment} cardului {card}",
|
||||
"You have commented on card {card}" : "Ați adăugat comentarii la cardul {card}",
|
||||
"{user} has commented on card {card}" : "{user} a adăugat comentarii la cardul {card}",
|
||||
"Changes in the <strong>Deck app</strong>" : "Modificări în <strong>Aplicația Deck</strong>",
|
||||
"A <strong>board, list or card</strong> was changed" : "A fost modificat un <strong>panou, listă sau card</strong>",
|
||||
"A <strong>comment</strong> was created on a card" : "A fost creat un <strong>comentariu</strong> la un card",
|
||||
"A <strong>card description</strong> has been changed" : "A fost modificată o <strong>descriere de card</strong>",
|
||||
"Cards due today" : "Carduri scadente azi",
|
||||
"Cards due tomorrow" : "Carduri scadente mâine",
|
||||
"Upcoming cards" : "Carduri viitoare",
|
||||
@@ -79,6 +99,9 @@
|
||||
"To do" : "De făcut",
|
||||
"Doing" : "În desfășurare",
|
||||
"Done" : "Realizat",
|
||||
"Example Task 3" : "Exemplu de sarcină 3",
|
||||
"Example Task 2" : "Exemplu de sarcină 2",
|
||||
"Example Task 1" : "Exemplu de sarcină 1",
|
||||
"The file was uploaded" : "Fișierul a fost încărcat",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Fișierul încărcat depășește directiva upload_max_filesize din php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Fișierul încărcat depășește directiva MAX_FILE_SIZE specificată în formularul HTML",
|
||||
@@ -87,10 +110,13 @@
|
||||
"Missing a temporary folder" : "Lipsește un dosar temporar",
|
||||
"Could not write file to disk" : "Nu s-a putut scrie fișierul pe disc",
|
||||
"A PHP extension stopped the file upload" : "O extensie PHP a oprit încărcarea fișierelor",
|
||||
"No file uploaded or file size exceeds maximum of %s" : "Niciun fișier pentru încărcare sau s-a depășit maximul de %s",
|
||||
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Comentariul are mai mult de %s caractere.\nA fost adăugat ca atașament la card cu numele %s.\nAccesibil la URL: %s.",
|
||||
"Card not found" : "Card negăsit ",
|
||||
"Path is already shared with this card" : "Calea este deja partajată cu acest card",
|
||||
"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",
|
||||
"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",
|
||||
@@ -106,6 +132,7 @@
|
||||
"Overwrite file" : "Suprascrie fișier",
|
||||
"Keep existing file" : "Păstrează fișierul existent",
|
||||
"This board is read only" : "Panoul este în citire",
|
||||
"Drop your files to upload" : "Trageți fișierele pentru încărcare",
|
||||
"Add card" : "Adaugă card",
|
||||
"Archived cards" : "Carduri arhivate",
|
||||
"Add list" : "Adaugă listă ",
|
||||
@@ -164,17 +191,21 @@
|
||||
"Archive all cards" : "Arhivează toate cardurile",
|
||||
"Unarchive all cards" : "Dezarhivează toate cardurile",
|
||||
"Delete list" : "Șterge lista",
|
||||
"Archive all cards in this list" : "Arhivează toate cardurile din listă",
|
||||
"Unarchive all cards in this list" : "Dezarhivează toate cardurile din listă",
|
||||
"Add a new card" : "Adaugă un card nou",
|
||||
"Card name" : "Nume card",
|
||||
"List deleted" : "Lista a fost ștearsă",
|
||||
"Edit" : "Editează",
|
||||
"Add a new tag" : "Adaugă o etichetă",
|
||||
"title and color value must be provided" : "trebuie furnizate titlul și culoarea ",
|
||||
"Board name" : "Nume panou",
|
||||
"Members" : "Membri",
|
||||
"Assign to users/groups/circles" : "Repartizează la utilizatori/grupuri/cercuri",
|
||||
"Assign a user to this card…" : "Desemnează un utilizator pentru acest card ...",
|
||||
"Upload new files" : "Încarcă noi fișiere",
|
||||
"Share from Files" : "Partajează din Fișiere",
|
||||
"Pending share" : "Partajare în așteptare",
|
||||
"Add this attachment" : "Adaugă acest atașament",
|
||||
"Show in Files" : "Arată în Fișiere",
|
||||
"Download" : "Descărcare",
|
||||
@@ -190,36 +221,133 @@
|
||||
"Modified" : "Modificat",
|
||||
"Created" : "A fost creat",
|
||||
"The title cannot be empty." : "Titlul nu poate fi gol.",
|
||||
"No comments yet. Begin the discussion!" : "Niciun comentariu încă. Începeți discuția!",
|
||||
"Failed to load comments" : "Eroare la încărcarea comentariilor",
|
||||
"Save" : "Salvează",
|
||||
"The comment cannot be empty." : "Comentariul nu poate fi gol",
|
||||
"The comment cannot be longer than 1000 characters." : "Comentariul nu poate avea mai mult de 1000 de caractere.",
|
||||
"In reply to" : "Ca răspuns la",
|
||||
"Cancel reply" : "Anulează răspunsul",
|
||||
"Reply" : "Răspunde",
|
||||
"Update" : "Actualizare",
|
||||
"Created:" : "Creat:",
|
||||
"Description" : "Descriere",
|
||||
"(Unsaved)" : "(Nesalvat)",
|
||||
"(Saving…)" : "(Se salvează…)",
|
||||
"Formatting help" : "Ajutor pentru formatare",
|
||||
"Edit description" : "Editează descriere",
|
||||
"View description" : "Vedeți descierea",
|
||||
"Add Attachment" : "Adaugă atașament",
|
||||
"Write a description …" : "Scrieți o descriere ...",
|
||||
"Choose attachment" : "Selectați atașamentul",
|
||||
"Assign a due date to this card…" : "Specificați o scadență pentru card ...",
|
||||
"Set a due date" : "Setați o scadență",
|
||||
"Add due date" : "Adăugați o scadență",
|
||||
"Choose a date" : "Alegeți o dată",
|
||||
"Remove due date" : "Șterge scadența",
|
||||
"Completed" : "Terminat",
|
||||
"Due at:" : "Scadență la:",
|
||||
"Not completed" : "Necompletat",
|
||||
"Unarchive card" : "Dezarhivează cardul",
|
||||
"Archive card" : "Arhivează card",
|
||||
"Select Date" : "Selectează data",
|
||||
"Set due date for later today" : "Setează scadența pentru azi, mai târziu",
|
||||
"Set due date for tomorrow" : "Setează scadența pentru mâine",
|
||||
"Set due date for this weekend" : "Setează scadența pentru acest weekend",
|
||||
"Set due date for next week" : "Setează scadența pentru săptămâna viitoare",
|
||||
"Assign a tag to this card…" : "Asociați o eticheta acestui card ...",
|
||||
"Create a new tag:" : "Creează o etichetă:",
|
||||
"(group)" : "(grup)",
|
||||
"Next week – {timeLocale}" : "Săptămâna viitoare– {timeLocale}",
|
||||
"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",
|
||||
"Mark as done" : "Marchează ca realizat",
|
||||
"Move card" : "Mută card",
|
||||
"Delete card" : "Șterge card",
|
||||
"Move card to another board" : "Mută cardul în alt panou",
|
||||
"Select a list" : "Selectează o listă",
|
||||
"List is empty" : "Lista este goală",
|
||||
"Card deleted" : "Cardul a fost șters",
|
||||
"seconds ago" : "secunde în urmă",
|
||||
"All boards" : "Toate panourile",
|
||||
"Archived boards" : "Panouri arhivate",
|
||||
"Shared with you" : "Partajat cu tine",
|
||||
"Deck settings" : "Setări Deck",
|
||||
"Use bigger card view" : "Mărește cardul",
|
||||
"Show card ID badge" : "Arată ID-ul cardului",
|
||||
"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",
|
||||
"Board details" : "Detalii panou",
|
||||
"Edit board" : "Editează panou",
|
||||
"Clone board" : "Clonează panou",
|
||||
"Unarchive board" : "Dezarhivează panou",
|
||||
"Archive board" : "Arhivează panou",
|
||||
"Export board" : "Exportă panou",
|
||||
"Turn on due date reminders" : "Activează mementouri pentru scadență",
|
||||
"Turn off due date reminders" : "Dezctivează mementourile pentru scadență",
|
||||
"Due date reminders" : "Mementouri scadențe",
|
||||
"All cards" : "Toate cardurile",
|
||||
"Assigned cards" : "Carduri repartizate",
|
||||
"No notifications" : "Nu sunt notificări",
|
||||
"Delete board" : "Șterge panou",
|
||||
"Board {0} deleted" : "Panoul {0} a fost șters",
|
||||
"Only assigned cards" : "Doar cardurile repartizate",
|
||||
"No reminder" : "Fără mementouri",
|
||||
"An error occurred" : "A apărut o eraore",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Sunteți sigur că doriți să ștergeți panoul {title} ? Se vor șterge toate datele din panou, inclusiv cardurile arhivate.",
|
||||
"Delete the board?" : "Ștergeți panoul?",
|
||||
"Loading filtered view" : "Se încarcă vizualizarea filtrată",
|
||||
"Today" : "Azi",
|
||||
"Tomorrow" : "Mâine",
|
||||
"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",
|
||||
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Creat în {created}\n* Ultima modificare în {lastMod}\n* {nbAttachments} atașamente\n* {nbComments} comentarii",
|
||||
"{nbCards} cards" : "{nbCards} carduri",
|
||||
"Click to expand comment" : "Click pentru extindere comentariu",
|
||||
"Create a new card" : "Creează un card",
|
||||
"Card title" : "Titlu card",
|
||||
"Create card" : "Creează card",
|
||||
"Creating the new card …" : "Se creează un nou card ...",
|
||||
"Card \"{card}\" was added to \"{board}\"" : "Cardul \"{card}\" a fost adăugat la \"{board}\"",
|
||||
"Open card" : "Deschide cardul",
|
||||
"Close" : "Închide",
|
||||
"No upcoming cards" : "Niciun card următor",
|
||||
"upcoming cards today" : "cardurile următoare astăzi",
|
||||
"upcoming cards tomorrow" : "cardurile următoare de mâine",
|
||||
"upcoming cards" : "carduri care urmează",
|
||||
"New card" : "Card nou",
|
||||
"Due on {date}" : "Scadență în {date}",
|
||||
"Tomorrow – {timeLocale}" : "Mâine – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Azi, mai târziu – {timeLocale}",
|
||||
"Link to a board" : "Legătură la panou",
|
||||
"Link to a card" : "Legătură la card",
|
||||
"Create a card" : "Creează un card",
|
||||
"Message from {author} in {conversationName}" : "Mesaj de la {author} în {conversationName}",
|
||||
"Something went wrong" : "A apărut o eroare",
|
||||
"Failed to upload {name}" : "Eroare la încărcarea {name}",
|
||||
"Maximum file size of {size} exceeded" : "A fost depășită mărimea maximă de {size}",
|
||||
"Error creating the share" : "Eroare la crearea partajării",
|
||||
"Share with a Deck card" : "Partajează cu un card Deck",
|
||||
"Share {file} with a Deck card" : "Partajează {file} cu un card Deck",
|
||||
"Share" : "Partajează",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "A fost modificată o <strong>descriere de card</strong> în aplicația Deck",
|
||||
"Timeline" : "Cronologie",
|
||||
"Assign to users" : "Repartizează utilizatorilor",
|
||||
"Due date" : "Data scadenței",
|
||||
"Next week" : "Saptămâna următoare",
|
||||
"Next month" : "Luna următoare"
|
||||
"Next month" : "Luna următoare",
|
||||
"Limit deck usage of groups" : "Permite utilizarea Deck doar pentru unele grupuri",
|
||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitând Deck, utilizatorii care nu fac parte din acele grupuri nu vor putea crea propriile panouri. Utilizatorii vor putea accesa totuși panourile partajate cu ei."
|
||||
},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
|
||||
}
|
||||
@@ -323,7 +323,6 @@ OC.L10N.register(
|
||||
"Share" : "Опубликовать",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "В приложении Карточки изменено <strong>описание карточки</strong> ",
|
||||
"Timeline" : "История",
|
||||
"Add a new list" : "Создать список",
|
||||
"Assign to users" : "Назначить пользователям",
|
||||
"Due date" : "Срок исполнения",
|
||||
"Next week" : "Следующая неделя",
|
||||
|
||||
@@ -321,7 +321,6 @@
|
||||
"Share" : "Опубликовать",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "В приложении Карточки изменено <strong>описание карточки</strong> ",
|
||||
"Timeline" : "История",
|
||||
"Add a new list" : "Создать список",
|
||||
"Assign to users" : "Назначить пользователям",
|
||||
"Due date" : "Срок исполнения",
|
||||
"Next week" : "Следующая неделя",
|
||||
|
||||
@@ -283,7 +283,6 @@ OC.L10N.register(
|
||||
"Share" : "Cumpartzi",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Sa <strong>descritzione de un'ischeda</strong> in intro de s'aplicatzione Deck app est istada cambiada",
|
||||
"Timeline" : "Fusu oràriu",
|
||||
"Add a new list" : "Agiunghe un'elencu nou",
|
||||
"Assign to users" : "Assigna a utentes",
|
||||
"Due date" : "Iscadèntzia",
|
||||
"Next week" : "Sa chida chi benit",
|
||||
|
||||
@@ -281,7 +281,6 @@
|
||||
"Share" : "Cumpartzi",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Sa <strong>descritzione de un'ischeda</strong> in intro de s'aplicatzione Deck app est istada cambiada",
|
||||
"Timeline" : "Fusu oràriu",
|
||||
"Add a new list" : "Agiunghe un'elencu nou",
|
||||
"Assign to users" : "Assigna a utentes",
|
||||
"Due date" : "Iscadèntzia",
|
||||
"Next week" : "Sa chida chi benit",
|
||||
|
||||
@@ -312,7 +312,6 @@ OC.L10N.register(
|
||||
"Share" : "Zdieľať",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "V apke Nástenka sa zmenil <strong>Popis karty</strong>",
|
||||
"Timeline" : "Časová os",
|
||||
"Add a new list" : "Pridať nový zoznam",
|
||||
"Assign to users" : "Priradiť používateľom",
|
||||
"Due date" : "Termín dokončenia",
|
||||
"Next week" : "Nasledujúci týždeň",
|
||||
|
||||
@@ -310,7 +310,6 @@
|
||||
"Share" : "Zdieľať",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "V apke Nástenka sa zmenil <strong>Popis karty</strong>",
|
||||
"Timeline" : "Časová os",
|
||||
"Add a new list" : "Pridať nový zoznam",
|
||||
"Assign to users" : "Priradiť používateľom",
|
||||
"Due date" : "Termín dokončenia",
|
||||
"Next week" : "Nasledujúci týždeň",
|
||||
|
||||
@@ -291,7 +291,6 @@ OC.L10N.register(
|
||||
"Share" : "Souporaba",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "V programu Deck je spremenjen <strong>opis ene izmed nalog</strong>",
|
||||
"Timeline" : "Časovnica",
|
||||
"Add a new list" : "Dodaj nov seznam",
|
||||
"Assign to users" : "Dodeli uporabnikom",
|
||||
"Due date" : "Datum preteka",
|
||||
"Next week" : "Naslednji teden",
|
||||
|
||||
@@ -289,7 +289,6 @@
|
||||
"Share" : "Souporaba",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "V programu Deck je spremenjen <strong>opis ene izmed nalog</strong>",
|
||||
"Timeline" : "Časovnica",
|
||||
"Add a new list" : "Dodaj nov seznam",
|
||||
"Assign to users" : "Dodeli uporabnikom",
|
||||
"Due date" : "Datum preteka",
|
||||
"Next week" : "Naslednji teden",
|
||||
|
||||
@@ -346,7 +346,6 @@ OC.L10N.register(
|
||||
"Share" : "Подели",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Опис картице</strong> унутар Deck апликације је промењен",
|
||||
"Timeline" : "Временска оса",
|
||||
"Add a new list" : "Додај нови списак",
|
||||
"Assign to users" : "Додели корисницима",
|
||||
"Due date" : "Рок",
|
||||
"Next week" : "Наредне недеље",
|
||||
|
||||
@@ -344,7 +344,6 @@
|
||||
"Share" : "Подели",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Опис картице</strong> унутар Deck апликације је промењен",
|
||||
"Timeline" : "Временска оса",
|
||||
"Add a new list" : "Додај нови списак",
|
||||
"Assign to users" : "Додели корисницима",
|
||||
"Due date" : "Рок",
|
||||
"Next week" : "Наредне недеље",
|
||||
|
||||
@@ -346,7 +346,6 @@ OC.L10N.register(
|
||||
"Share" : "Dela",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "En <strong>kortbeskrivning</strong> i Deck-appen har ändrats",
|
||||
"Timeline" : "Tidslinje",
|
||||
"Add a new list" : "Lägg till en ny lista",
|
||||
"Assign to users" : "Tilldela till användare",
|
||||
"Due date" : "Slutdatum",
|
||||
"Next week" : "Nästa vecka",
|
||||
|
||||
@@ -344,7 +344,6 @@
|
||||
"Share" : "Dela",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "En <strong>kortbeskrivning</strong> i Deck-appen har ändrats",
|
||||
"Timeline" : "Tidslinje",
|
||||
"Add a new list" : "Lägg till en ny lista",
|
||||
"Assign to users" : "Tilldela till användare",
|
||||
"Due date" : "Slutdatum",
|
||||
"Next week" : "Nästa vecka",
|
||||
|
||||
@@ -346,7 +346,6 @@ OC.L10N.register(
|
||||
"Share" : "Paylaş",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Tahta uygulamasında bir <strong>kart açıklaması</strong> değiştirildiğinde",
|
||||
"Timeline" : "Zaman tüneli",
|
||||
"Add a new list" : "Yeni liste ekle",
|
||||
"Assign to users" : "Kullanıcılara ata",
|
||||
"Due date" : "Bitiş tarihi",
|
||||
"Next week" : "Sonraki hafta",
|
||||
|
||||
@@ -344,7 +344,6 @@
|
||||
"Share" : "Paylaş",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Tahta uygulamasında bir <strong>kart açıklaması</strong> değiştirildiğinde",
|
||||
"Timeline" : "Zaman tüneli",
|
||||
"Add a new list" : "Yeni liste ekle",
|
||||
"Assign to users" : "Kullanıcılara ata",
|
||||
"Due date" : "Bitiş tarihi",
|
||||
"Next week" : "Sonraki hafta",
|
||||
|
||||
@@ -212,7 +212,6 @@ OC.L10N.register(
|
||||
"Error creating the share" : "Помилка створення спільного доступу",
|
||||
"Share" : "Спільний доступ",
|
||||
"Timeline" : "Дії",
|
||||
"Add a new list" : "Додати новий список",
|
||||
"Assign to users" : "Призначити користувачам",
|
||||
"Due date" : "Протягом",
|
||||
"Next week" : "Наступний тиждень",
|
||||
|
||||
@@ -210,7 +210,6 @@
|
||||
"Error creating the share" : "Помилка створення спільного доступу",
|
||||
"Share" : "Спільний доступ",
|
||||
"Timeline" : "Дії",
|
||||
"Add a new list" : "Додати новий список",
|
||||
"Assign to users" : "Призначити користувачам",
|
||||
"Due date" : "Протягом",
|
||||
"Next week" : "Наступний тиждень",
|
||||
|
||||
@@ -323,7 +323,6 @@ OC.L10N.register(
|
||||
"Share" : "分享",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "看板应用中的 <strong>卡片描述</strong> 已改变",
|
||||
"Timeline" : "时间线",
|
||||
"Add a new list" : "添加新列表",
|
||||
"Assign to users" : "指派给用户",
|
||||
"Due date" : "截止日期",
|
||||
"Next week" : "下周",
|
||||
|
||||
@@ -321,7 +321,6 @@
|
||||
"Share" : "分享",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "看板应用中的 <strong>卡片描述</strong> 已改变",
|
||||
"Timeline" : "时间线",
|
||||
"Add a new list" : "添加新列表",
|
||||
"Assign to users" : "指派给用户",
|
||||
"Due date" : "截止日期",
|
||||
"Next week" : "下周",
|
||||
|
||||
@@ -37,6 +37,10 @@ OC.L10N.register(
|
||||
"{user} has archived card {card} in list {stack} on board {board}" : "{user} 已將面板 {board} 上清單 {stack} 裏的卡片 {card} 封存",
|
||||
"You have unarchived card {card} in list {stack} on board {board}" : "您已將面板 {board} 上清單 {stack} 裏的卡片 {card} 解除封存",
|
||||
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} 已將面板 {board} 上清單 {stack} 裏的卡片 {card} 解除封存",
|
||||
"You have marked the card {card} as done in list {stack} on board {board}" : "您已在佈告欄 {board} 上的列表 {stack} 標記卡片 {card} 為已完成",
|
||||
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} 已在佈告欄 {board} 上的列表 {stack} 標記卡片 {card} 為已完成",
|
||||
"You have marked the card {card} as undone in list {stack} on board {board}" : "您已在佈告欄 {board} 上的列表 {stack} 標記卡片 {card} 為未完成",
|
||||
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} 已在佈告欄 {board} 上的列表 {stack} 標記卡片 {card} 為未完成",
|
||||
"You have removed the due date of card {card}" : "您移除了到期的卡片 {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} 移除了到期的卡片 {card}",
|
||||
"You have set the due date of card {card} to {after}" : "您已將卡片 {card} 的到期日設置為 {after}",
|
||||
@@ -245,6 +249,7 @@ OC.L10N.register(
|
||||
"Choose a date" : "選擇日期",
|
||||
"Remove due date" : "移除到期日",
|
||||
"Completed" : "已完成",
|
||||
"Due at:" : "到期日:",
|
||||
"Not completed" : "未完成",
|
||||
"Unarchive card" : "取消對卡片的封存",
|
||||
"Archive card" : "封存卡片",
|
||||
@@ -254,6 +259,7 @@ OC.L10N.register(
|
||||
"Set due date for this weekend" : "設定本週末的到期日",
|
||||
"Set due date for next week" : "設定下星期的到期日",
|
||||
"Assign a tag to this card…" : "為該卡片分配標籤…",
|
||||
"Create a new tag:" : "創建新標籤:",
|
||||
"(group)" : "(群組)",
|
||||
"Next week – {timeLocale}" : "下星期 – {timeLocale}",
|
||||
"Todo items" : "待辦事項",
|
||||
@@ -262,6 +268,7 @@ OC.L10N.register(
|
||||
"Card details" : "卡片詳情",
|
||||
"Assign to me" : "指派給我",
|
||||
"Unassign myself" : "自己解除指派",
|
||||
"Mark as not done" : "標記為未完成",
|
||||
"Mark as done" : "標記為完成",
|
||||
"Move card" : "移動卡片",
|
||||
"Delete card" : "刪除卡片",
|
||||
@@ -339,7 +346,6 @@ OC.L10N.register(
|
||||
"Share" : "分享",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Deck 應用程式中的 <strong>卡片描述</strong> 已改變",
|
||||
"Timeline" : "時間線",
|
||||
"Add a new list" : "添加一張新清單",
|
||||
"Assign to users" : "指派給用戶",
|
||||
"Due date" : "到期日",
|
||||
"Next week" : "下星期",
|
||||
|
||||
@@ -35,6 +35,10 @@
|
||||
"{user} has archived card {card} in list {stack} on board {board}" : "{user} 已將面板 {board} 上清單 {stack} 裏的卡片 {card} 封存",
|
||||
"You have unarchived card {card} in list {stack} on board {board}" : "您已將面板 {board} 上清單 {stack} 裏的卡片 {card} 解除封存",
|
||||
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} 已將面板 {board} 上清單 {stack} 裏的卡片 {card} 解除封存",
|
||||
"You have marked the card {card} as done in list {stack} on board {board}" : "您已在佈告欄 {board} 上的列表 {stack} 標記卡片 {card} 為已完成",
|
||||
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} 已在佈告欄 {board} 上的列表 {stack} 標記卡片 {card} 為已完成",
|
||||
"You have marked the card {card} as undone in list {stack} on board {board}" : "您已在佈告欄 {board} 上的列表 {stack} 標記卡片 {card} 為未完成",
|
||||
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} 已在佈告欄 {board} 上的列表 {stack} 標記卡片 {card} 為未完成",
|
||||
"You have removed the due date of card {card}" : "您移除了到期的卡片 {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} 移除了到期的卡片 {card}",
|
||||
"You have set the due date of card {card} to {after}" : "您已將卡片 {card} 的到期日設置為 {after}",
|
||||
@@ -243,6 +247,7 @@
|
||||
"Choose a date" : "選擇日期",
|
||||
"Remove due date" : "移除到期日",
|
||||
"Completed" : "已完成",
|
||||
"Due at:" : "到期日:",
|
||||
"Not completed" : "未完成",
|
||||
"Unarchive card" : "取消對卡片的封存",
|
||||
"Archive card" : "封存卡片",
|
||||
@@ -252,6 +257,7 @@
|
||||
"Set due date for this weekend" : "設定本週末的到期日",
|
||||
"Set due date for next week" : "設定下星期的到期日",
|
||||
"Assign a tag to this card…" : "為該卡片分配標籤…",
|
||||
"Create a new tag:" : "創建新標籤:",
|
||||
"(group)" : "(群組)",
|
||||
"Next week – {timeLocale}" : "下星期 – {timeLocale}",
|
||||
"Todo items" : "待辦事項",
|
||||
@@ -260,6 +266,7 @@
|
||||
"Card details" : "卡片詳情",
|
||||
"Assign to me" : "指派給我",
|
||||
"Unassign myself" : "自己解除指派",
|
||||
"Mark as not done" : "標記為未完成",
|
||||
"Mark as done" : "標記為完成",
|
||||
"Move card" : "移動卡片",
|
||||
"Delete card" : "刪除卡片",
|
||||
@@ -337,7 +344,6 @@
|
||||
"Share" : "分享",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Deck 應用程式中的 <strong>卡片描述</strong> 已改變",
|
||||
"Timeline" : "時間線",
|
||||
"Add a new list" : "添加一張新清單",
|
||||
"Assign to users" : "指派給用戶",
|
||||
"Due date" : "到期日",
|
||||
"Next week" : "下星期",
|
||||
|
||||
@@ -346,7 +346,6 @@ OC.L10N.register(
|
||||
"Share" : "分享",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Deck 應用程式中的<strong>卡片描述</strong>已變更",
|
||||
"Timeline" : "時間軸",
|
||||
"Add a new list" : "新增列表",
|
||||
"Assign to users" : "分配給使用者",
|
||||
"Due date" : "到期日",
|
||||
"Next week" : "下週",
|
||||
|
||||
@@ -344,7 +344,6 @@
|
||||
"Share" : "分享",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Deck 應用程式中的<strong>卡片描述</strong>已變更",
|
||||
"Timeline" : "時間軸",
|
||||
"Add a new list" : "新增列表",
|
||||
"Assign to users" : "分配給使用者",
|
||||
"Due date" : "到期日",
|
||||
"Next week" : "下週",
|
||||
|
||||
36
package-lock.json
generated
36
package-lock.json
generated
@@ -1953,9 +1953,9 @@
|
||||
"peer": true
|
||||
},
|
||||
"node_modules/@babel/runtime": {
|
||||
"version": "7.23.2",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.2.tgz",
|
||||
"integrity": "sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==",
|
||||
"version": "7.23.4",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.4.tgz",
|
||||
"integrity": "sha512-2Yv65nlWnWlSpe3fXEyX5i7fx5kIKo4Qbcj+hMO0odwaneFjfXw5fdum+4yL20O0QiaHpia0cYQ9xpNMqrBwHg==",
|
||||
"dependencies": {
|
||||
"regenerator-runtime": "^0.14.0"
|
||||
},
|
||||
@@ -3960,9 +3960,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/vue": {
|
||||
"version": "7.12.6",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.6.tgz",
|
||||
"integrity": "sha512-8Blh7IeKUymLOehD7hgoidh8rk65ovIJrodzEWYv3VN9YtXrikWRLxulNSatAyupIHa4/4pt3RSHkHsct/Nfmw==",
|
||||
"version": "7.12.7",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.7.tgz",
|
||||
"integrity": "sha512-zMVlVnDCQ8pEZrIl5h9wXV1tHLiP1Qsmm6NJPxeTcix3JsbodkSmHJHWEv5VmQ7qWxUX2dPJeSoH8nk+qjbQ/A==",
|
||||
"dependencies": {
|
||||
"@floating-ui/dom": "^1.1.0",
|
||||
"@nextcloud/auth": "^2.0.0",
|
||||
@@ -7841,9 +7841,9 @@
|
||||
"integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA=="
|
||||
},
|
||||
"node_modules/cypress": {
|
||||
"version": "13.5.1",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-13.5.1.tgz",
|
||||
"integrity": "sha512-yqLViT0D/lPI8Kkm7ciF/x/DCK/H/DnogdGyiTnQgX4OVR2aM30PtK+kvklTOD1u3TuItiD9wUQAF8EYWtyZug==",
|
||||
"version": "13.6.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.0.tgz",
|
||||
"integrity": "sha512-quIsnFmtj4dBUEJYU4OH0H12bABJpSujvWexC24Ju1gTlKMJbeT6tTO0vh7WNfiBPPjoIXLN+OUqVtiKFs6SGw==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
@@ -22128,9 +22128,9 @@
|
||||
"peer": true
|
||||
},
|
||||
"@babel/runtime": {
|
||||
"version": "7.23.2",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.2.tgz",
|
||||
"integrity": "sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==",
|
||||
"version": "7.23.4",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.4.tgz",
|
||||
"integrity": "sha512-2Yv65nlWnWlSpe3fXEyX5i7fx5kIKo4Qbcj+hMO0odwaneFjfXw5fdum+4yL20O0QiaHpia0cYQ9xpNMqrBwHg==",
|
||||
"requires": {
|
||||
"regenerator-runtime": "^0.14.0"
|
||||
},
|
||||
@@ -23607,9 +23607,9 @@
|
||||
}
|
||||
},
|
||||
"@nextcloud/vue": {
|
||||
"version": "7.12.6",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.6.tgz",
|
||||
"integrity": "sha512-8Blh7IeKUymLOehD7hgoidh8rk65ovIJrodzEWYv3VN9YtXrikWRLxulNSatAyupIHa4/4pt3RSHkHsct/Nfmw==",
|
||||
"version": "7.12.7",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.7.tgz",
|
||||
"integrity": "sha512-zMVlVnDCQ8pEZrIl5h9wXV1tHLiP1Qsmm6NJPxeTcix3JsbodkSmHJHWEv5VmQ7qWxUX2dPJeSoH8nk+qjbQ/A==",
|
||||
"requires": {
|
||||
"@floating-ui/dom": "^1.1.0",
|
||||
"@nextcloud/auth": "^2.0.0",
|
||||
@@ -26554,9 +26554,9 @@
|
||||
"integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA=="
|
||||
},
|
||||
"cypress": {
|
||||
"version": "13.5.1",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-13.5.1.tgz",
|
||||
"integrity": "sha512-yqLViT0D/lPI8Kkm7ciF/x/DCK/H/DnogdGyiTnQgX4OVR2aM30PtK+kvklTOD1u3TuItiD9wUQAF8EYWtyZug==",
|
||||
"version": "13.6.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.0.tgz",
|
||||
"integrity": "sha512-quIsnFmtj4dBUEJYU4OH0H12bABJpSujvWexC24Ju1gTlKMJbeT6tTO0vh7WNfiBPPjoIXLN+OUqVtiKFs6SGw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@cypress/request": "^3.0.0",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "deck",
|
||||
"description": "",
|
||||
"version": "1.12.0-beta.3",
|
||||
"version": "1.12.0-beta.4",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Julius Härtl",
|
||||
|
||||
Reference in New Issue
Block a user